GNU/Weeb Mailing List <[email protected]>
 help / color / mirror / Atom feed
 messages from 2022-08-21 11:25:42 to 2022-09-02 21:09:27 UTC [more...]

[ammarfaizi2-block:google/android/kernel/common/android13-5.15 1113/5636] arm-linux-gnueabi-ld: drivers/android/android_debug_symbols.o:undefined reference to `__per_cpu_start'
 2022-09-02 21:08 UTC 

[ammarfaizi2-block:herbert/cryptodev-2.6/master 73/76] drivers/crypto/aspeed/aspeed-hace-hash.c:10:28: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'size_t' {aka 'long unsigned int'}
 2022-09-02 16:38 UTC 

[PATCH liburing v2 00/12] Introducing t_bind_ephemeral_port() function
 2022-09-02 11:57 UTC  (14+ messages)
` [PATCH liburing v2 01/12] test/helpers: Add `t_bind_ephemeral_port()` function
` [PATCH liburing v2 02/12] t/poll-link: Don't brute force the port number
` [PATCH liburing v2 03/12] t/socket-rw: "
` [PATCH liburing v2 04/12] t/socket-rw-eagain: "
` [PATCH liburing v2 05/12] t/socket-rw-offset: "
` [PATCH liburing v2 06/12] t/files-exit-hang-poll: "
` [PATCH liburing v2 07/12] t/socket: Don't use a static "
` [PATCH liburing v2 08/12] t/connect: "
` [PATCH liburing v2 09/12] t/shutdown: "
` [PATCH liburing v2 10/12] t/recv-msgall: "
` [PATCH liburing v2 11/12] t/232c93d07b74: "
` [PATCH liburing v2 12/12] t/recv-msgall-stream: "

[ammarfaizi2-block:viro/vfs/next.tty 8/8] arch/parisc/include/asm/uaccess.h:89:15: warning: assignment to 'void *' from 'unsigned int' makes pointer from integer without a cast
 2022-09-02  8:27 UTC 

[ammarfaizi2-block:viro/vfs/next.tty 8/8] arch/powerpc/include/asm/uaccess.h:261:13: warning: assignment to 'void *' from 'unsigned int' makes pointer from integer without a cast
 2022-09-02  8:27 UTC 

[RESEND PATCH liburing v1 00/12] Introducing t_bind_ephemeral_port() function
 2022-09-02  6:35 UTC  (21+ messages)
` [RESEND PATCH liburing v1 01/12] test/helpers: Add `t_bind_ephemeral_port()` function
` [RESEND PATCH liburing v1 02/12] t/poll-link: Don't brute force the port number
` [RESEND PATCH liburing v1 03/12] t/socket-rw: "
` [RESEND PATCH liburing v1 04/12] t/socket-rw-eagain: "
` [RESEND PATCH liburing v1 05/12] t/socket-rw-offset: "
` [RESEND PATCH liburing v1 06/12] t/files-exit-hang-poll: "
` [RESEND PATCH liburing v1 07/12] t/socket: Don't use a static "
` [RESEND PATCH liburing v1 08/12] t/connect: "
` [RESEND PATCH liburing v1 09/12] t/shutdown: "
` [RESEND PATCH liburing v1 10/12] t/recv-msgall: "
` [RESEND PATCH liburing v1 11/12] t/232c93d07b74: "
` [RESEND PATCH liburing v1 12/12] t/recv-msgall-stream: "

[ammarfaizi2-block:wireless/wireless-next/mld-wip 15/20] net/mac80211/link.c:398:51: error: 'BSS_CHANGED_EHT_PUNCTURING' undeclared
 2022-09-02  0:35 UTC 

[PATCH teavpn2] server: entry: Fix a false-positive warning from GCC 12.1.1
 2022-09-01 13:49 UTC 

[PATCH liburing v2 12/12] shutdown test: bind to ephemeral port
 2022-09-01 13:03 UTC 

[ammarfaizi2-block:wireless/wireless-next/mld-wip 16/20] drivers/net/wireless/st/cw1200/sta.c:198:58: error: too few arguments to function call, expected 4, have 3
 2022-09-01 12:49 UTC 

[ammarfaizi2-block:wireless/wireless-next/mld-wip 15/20] net/mac80211/link.c:398:9: error: use of undeclared identifier 'BSS_CHANGED_EHT_PUNCTURING'
 2022-09-01 11:47 UTC 

[ammarfaizi2-block:wireless/wireless-next/mld-wip 16/20] drivers/net/wireless/realtek/rtw88/fw.c:1085:27: error: too few arguments to function 'ieee80211_nullfunc_get'
 2022-09-01 11:16 UTC 

[PATCH nolibc 0/18] nolibc updates for v6.1
 2022-09-01 10:17 UTC  (23+ messages)
` [PATCH nolibc 01/18] tools/nolibc: make argc 32-bit in riscv startup code
` [PATCH rcu 1/2] torture: Optionally flush printk() buffers before powering off
` [PATCH rcu 2/2] rcutorture: Use the barrier operation specified by cur_ops
` [PATCH nolibc 02/18] tools/nolibc: fix build warning in sys_mmap() when my_syscall6 is not defined
` [PATCH nolibc 03/18] tools/nolibc: make sys_mmap() automatically use the right __NR_mmap definition
` [PATCH nolibc 04/18] selftests/nolibc: add basic infrastructure to ease creation of nolibc tests
` [PATCH nolibc 05/18] selftests/nolibc: support a test definition format
` [PATCH nolibc 06/18] selftests/nolibc: implement a few tests for various syscalls
` [PATCH nolibc 07/18] selftests/nolibc: add a few tests for some libc functions
` [PATCH nolibc 08/18] selftests/nolibc: exit with poweroff on success when getpid() == 1
` [PATCH nolibc 09/18] selftests/nolibc: on x86, support exiting with isa-debug-exit
` [PATCH nolibc 10/18] selftests/nolibc: recreate and populate /dev and /proc if missing
` [PATCH nolibc 11/18] selftests/nolibc: condition some tests on /proc existence
` [PATCH nolibc 12/18] selftests/nolibc: support glibc as well
` [PATCH nolibc 13/18] selftests/nolibc: add a "kernel" target to build the kernel with the initramfs
` [PATCH nolibc 14/18] selftests/nolibc: add a "defconfig" target
` [PATCH nolibc 15/18] selftests/nolibc: add a "run" target to start the kernel in QEMU
` [PATCH nolibc 16/18] selftests/nolibc: "sysroot" target installs a local copy of the sysroot
` [PATCH nolibc 17/18] selftests/nolibc: add a "help" target
` [PATCH nolibc 18/18] selftests/nolibc: Avoid generated files being committed

[PATCH 2/3] mm, page_owner: Add page_owner_stacks file to print out only stacks and their counter
 2022-09-01  8:31 UTC  (2+ messages)
  ` [PATCH 3/3] mm,page_owner: Filter out stacks by a threshold counter

Your TeaInside relay is failing to relay exit traffic
 2022-08-31 14:58 UTC  (23+ messages)

[ANDROID] 723feab600: BUG:unable_to_handle_kernel
 2022-08-31 13:23 UTC 

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-fixes 1/5] peer_event.c:undefined reference to `icmpv6_err_convert'
 2022-08-31  1:24 UTC 

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-fixes 1/5] ld.lld: error: undefined symbol: icmpv6_err_convert
 2022-08-31  1:13 UTC 

[PATCH liburing v1 0/3] liburing updates
 2022-08-31  1:00 UTC  (5+ messages)
` [PATCH liburing v1 1/3] github bot: Upgrade clang version to 16
` [PATCH liburing v1 2/3] CHANGELOG: Note about `io_uring_{enter,enter2,register,setup}`
` [PATCH liburing v1 3/3] queue: Remove unnecessary goto and label

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-fixes 1/5] net/rxrpc/peer_event.c:416:6: warning: variable 'peer' is used uninitialized whenever 'if' condition is false
 2022-08-30 23:41 UTC 

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-fixes 1/5] net/rxrpc/peer_event.c:234:3: warning: variable 'err' is used uninitialized whenever switch default is taken
 2022-08-30 19:35 UTC 

[PATCH liburing v2 0/7] Export io_uring syscall functions
 2022-08-30 14:14 UTC 

[RFC PATCH liburing v1 0/4] Export io_uring syscall functions
 2022-08-29 19:58 UTC  (9+ messages)
` [RFC PATCH liburing v1 1/4] syscall: Add "
` [RFC PATCH liburing v1 2/4] man: Clarify "man 2" entry for io_uring syscalls
` [RFC PATCH liburing v1 3/4] man: Alias `io_uring_enter2()` to `io_uring_enter()`
` [RFC PATCH liburing v1 4/4] test/io_uring_{enter,setup,register}: Use the exported syscall functions

[RFC PATCH v1 0/2] Fixed number of chromium workers
 2022-08-29  6:01 UTC  (13+ messages)
` [RFC PATCH v1 1/2] chnet: Prepare global struct ch_thpool array
` [RFC PATCH v1 2/2] chnet: Implement `get_thread()` and `put_thread()` function

[PATCH v2 0/3] New Discord bot and full refactor scripts
 2022-08-29  3:39 UTC  (7+ messages)
` [PATCH v2 1/3] Move the Telegram bot source code
` [PATCH v2 2/3] First release Discord bot
` [PATCH v2 3/3] Full refactor bot scripts

[ANDROID] df04cb4bf9: UBSAN:Undefined_behaviour_in_net/core/xdp.c
 2022-08-28 12:26 UTC 

[ammarfaizi2-block:herbert/cryptodev-2.6/master 34/64] ERROR: modpost: "aspeed_register_hace_hash_algs" [drivers/crypto/aspeed/aspeed_crypto.ko] undefined!
 2022-08-28  4:02 UTC 

[ammarfaizi2-block:akpm/mm/mm-unstable 298/313] arch/sparc/kernel/setup_32.c:86:9: error: too few arguments to function 'show_free_areas'
 2022-08-27 23:59 UTC 

[ammarfaizi2-block:tj/cgroup/for-6.1 4/6] mm/memcontrol.c:5114:31: sparse: sparse: incorrect type in return expression (different base types)
 2022-08-27 14:33 UTC 

[ammarfaizi2-block:tj/cgroup/for-6.1 4/6] mm/memcontrol.c:5114:10: error: incompatible integer to pointer conversion returning 'long' from a function with result type 'struct mem_cgroup *'
 2022-08-27 11:49 UTC 

[ammarfaizi2-block:tj/cgroup/for-6.1 4/6] mm/memcontrol.c:5114:24: warning: returning 'long int' from a function with return type 'struct mem_cgroup *' makes pointer from integer without a cast
 2022-08-27 10:47 UTC 

[ammarfaizi2-block:google/android/kernel/common/android12-5.4 1139/9999] kismet: WARNING: unmet direct dependencies detected for CRYPTO_ZSTD when selected by INCREMENTAL_FS
 2022-08-26 20:33 UTC 

[ammarfaizi2-block:google/android/kernel/common/android-trusty-5.4 535/6879] kismet: WARNING: unmet direct dependencies detected for GPIOLIB_IRQCHIP when selected by PINCTRL_MSM
 2022-08-26 13:58 UTC 

[GIT PULL] ncns update (chunked request body support)
 2022-08-26 10:37 UTC  (10+ messages)

[ammarfaizi2-block:google/android/kernel/common/android12-5.4 1139/9999] kismet: WARNING: unmet direct dependencies detected for CRYPTO_ZSTD when selected by INCREMENTAL_FS
 2022-08-26  7:02 UTC 

[PATCH v1 0/3] New Discord bot and full refactor scripts
 2022-08-26  1:59 UTC  (7+ messages)
` [PATCH v1 1/3] Move the Telegram bot source code
` [PATCH v1 2/3] First release Discord bot
` [PATCH v1 3/3] Full refactor bot scripts

[PATCH v1 0/3] New Discord bot and full refactor scripts
 2022-08-25 16:02 UTC 

[ammarfaizi2-block:akpm/mm/mm-nonmm-unstable 50/50] kernel/smpboot.c:435:6: warning: variable 'oldstate' is used uninitialized whenever 'if' condition is true
 2022-08-25  6:20 UTC  (2+ messages)

[ammarfaizi2-block:akpm/mm/mm-unstable 272/276] fs/hugetlbfs/inode.c:562:16: warning: variable 'm_index' is uninitialized when used here
 2022-08-25  2:26 UTC 

[ammarfaizi2-block:testing/for-jens-6.0] BUILD SUCCESS b99cd842c020961fd2d6747fa4619a06677ced4a
 2022-08-25  2:05 UTC 

[ammarfaizi2-block:dhowells/linux-fs/fscache-fixes 1/4] security/selinux/hooks.c:2772:45: warning: variable 'root_isec' set but not used
 2022-08-24 23:43 UTC 

[Btrfs] 989f4be351: xfstests.btrfs.231.fail
 2022-08-24  6:38 UTC 

[jump_label/lockdep] 158c3ec956: WARNING:at_kernel/cpu.c:#lockdep_assert_cpus_held.cold
 2022-08-24  1:18 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-lib 7/22] fs/netfs/misc.c:22:46: warning: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int')
 2022-08-24  0:13 UTC 

[PATCH liburing 0/2] liburing uapi and manpage update
 2022-08-23 13:23 UTC  (4+ messages)
` [PATCH 1/2] liburing: Change the type of `flags` in `io_uring_prep_renameat()` to `unsigned int`
` [PATCH 2/2] io_uring: uapi: Sync with the kernel

[PATCH 0/2] Maintainer and uapi header update
 2022-08-23 13:23 UTC  (4+ messages)
` [PATCH 1/2] MAINTAINERS: Add `include/linux/io_uring_types.h`
` [PATCH 2/2] io_uring: uapi: Add `extern "C"` in io_uring.h for liburing

[ammarfaizi2-block:tiwai/sound/for-next 4/13] sound/soc/intel/skylake/skl.c:729:25: warning: unused variable 'skl'
 2022-08-22 17:18 UTC 

[vrf] 2ef23e860e: kernel-selftests.net.fcnal-test.sh.fail
 2022-08-22  9:57 UTC  (6+ messages)
    ` [LKP] "

[PATCH v1 00/22] ncns updates
 2022-08-22  3:08 UTC  (17+ messages)
` [PATCH v1 12/22] chnet: node: Fix unused variable warning
` [PATCH v1 13/22] chnet: node: Add set request header function in NodeJS
` [PATCH v1 14/22] tests/js/ring: Add more set header function test
` [PATCH v1 15/22] chnet: node: Don't use static counter for data ID
` [PATCH v1 16/22] tests/js/ring: Add JavaScript class wrapper example
` [PATCH v1 17/22] chnet: Initial chunked request body support
` [PATCH v1 18/22] chnet: Rework the chunked request body interface
` [PATCH v1 19/22] chnet: ring: Refactor the ring completely
` [PATCH v1 20/22] chnet: Use busy-waiting for signal waiter
` [PATCH v1 21/22] chnet: ring: Bump max_entry to 2G
` [PATCH v1 22/22] tests/cpp: Delete basic.cpp as it's no longer relevant

[ammarfaizi2-block:google/android/kernel/common/android12-5.10-2022-03 973/9999] htmldocs: Warning: Documentation/devicetree/bindings/media/mediatek-jpeg-encoder.txt references a file that doesn't exist: Documentation/devicetree/bindings/memory-controllers/mediatek,smi-larb.txt
 2022-08-21 20:47 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox