public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-04-05 04:59:47 to 2022-04-21 06:40:54 UTC [more...]

[ammarfaizi2-block:paulmck/linux-rcu/dev 28/28] kernel/rcu/tree_nocb.h:1217:9: error: expected identifier or '(' before 'if'
 2022-04-21  6:40 UTC 

[ammarfaizi2-block:paulmck/linux-rcu/dev 28/28] kernel/rcu/tree_nocb.h:1217:2: error: expected identifier or '('
 2022-04-21  6:40 UTC 

[ammarfaizi2-block:paulmck/linux-rcu/dev 28/28] kernel/rcu/tree_nocb.h:1213:3: warning: misleading indentation; statement is not part of the previous 'if'
 2022-04-20 16:39 UTC  (3+ messages)

[ammarfaizi2-block:tglx/devel/x86/amperf 7/10] arch/x86/kernel/cpu/aperfmperf.c:502:6: warning: no previous prototype for 'arch_scale_freq_tick'
 2022-04-20  4:45 UTC 

[ammarfaizi2-block:tglx/devel/x86/amperf 7/10] arch/x86/kernel/cpu/aperfmperf.c:502:6: warning: no previous prototype for function 'arch_scale_freq_tick'
 2022-04-20  4:04 UTC 

[ammarfaizi2-block:paulmck/linux-rcu/dev.2022.04.16a 24/24] kernel/rcu/tree_nocb.h:1162:14: error: 'rcu_nocb_is_setup' undeclared; did you mean 'rcu_nocb_setup'?
 2022-04-19  3:15 UTC 

[PATCH nolibc 0/61] nolibc updates for v5.19
 2022-04-19  0:42 UTC  (62+ messages)
` [PATCH nolibc 01/61] tools/nolibc: use pselect6 on RISCV
` [PATCH nolibc 02/61] tools/nolibc: guard the main file against multiple inclusion
` [PATCH nolibc 03/61] tools/nolibc/std: move the standard type definitions to std.h
` [PATCH nolibc 04/61] tools/nolibc/types: split syscall-specific definitions into their own files
` [PATCH nolibc 05/61] tools/nolibc/arch: split arch-specific code into individual files
` [PATCH nolibc 06/61] tools/nolibc/sys: split the syscall definitions into their own file
` [PATCH nolibc 07/61] tools/nolibc/stdlib: extract the stdlib-specific functions to "
` [PATCH nolibc 08/61] tools/nolibc/string: split the string functions into string.h
` [PATCH nolibc 09/61] tools/nolibc/ctype: split the is* functions to ctype.h
` [PATCH nolibc 10/61] tools/nolibc/ctype: add the missing is* functions
` [PATCH nolibc 11/61] tools/nolibc/types: move the FD_* functions to macros in types.h
` [PATCH nolibc 12/61] tools/nolibc/types: make FD_SETSIZE configurable
` [PATCH nolibc 13/61] tools/nolibc/types: move makedev to types.h and make it a macro
` [PATCH nolibc 14/61] tools/nolibc/stdlib: move ltoa() to stdlib.h
` [PATCH nolibc 15/61] tools/nolibc/stdlib: replace the ltoa() function with more efficient ones
` [PATCH nolibc 16/61] tools/nolibc/stdlib: add i64toa() and u64toa()
` [PATCH nolibc 17/61] tools/nolibc/stdlib: add utoh() and u64toh()
` [PATCH nolibc 18/61] tools/nolibc/stdio: add a minimal set of stdio functions
` [PATCH nolibc 19/61] tools/nolibc/stdio: add stdin/stdout/stderr and fget*/fput* functions
` [PATCH nolibc 20/61] tools/nolibc/stdio: add fwrite() to stdio
` [PATCH nolibc 21/61] tools/nolibc/stdio: add a minimal [vf]printf() implementation
` [PATCH nolibc 22/61] tools/nolibc/types: define EXIT_SUCCESS and EXIT_FAILURE
` [PATCH nolibc 23/61] tools/nolibc/stdio: add perror() to report the errno value
` [PATCH nolibc 24/61] tools/nolibc/sys: make open() take a vararg on the 3rd argument
` [PATCH nolibc 25/61] tools/nolibc/stdlib: avoid a 64-bit shift in u64toh_r()
` [PATCH nolibc 26/61] tools/nolibc/stdlib: make raise() use the lower level syscalls only
` [PATCH nolibc 27/61] tools/nolibc/sys: make getpgrp(), getpid(), gettid() not set errno
` [PATCH nolibc 28/61] tools/nolibc/string: use unidirectional variants for memcpy()
` [PATCH nolibc 29/61] tools/nolibc/string: slightly simplify memmove()
` [PATCH nolibc 30/61] tools/nolibc/string: add strncpy() and strlcpy()
` [PATCH nolibc 31/61] tools/nolibc/string: add tiny versions of strncat() and strlcat()
` [PATCH nolibc 32/61] tools/nolibc: move exported functions to their own section
` [PATCH nolibc 33/61] tools/nolibc/arch: mark the _start symbol as weak
` [PATCH nolibc 34/61] tools/nolibc/types: define PATH_MAX and MAXPATHLEN
` [PATCH nolibc 35/61] tools/nolibc/string: export memset() and memmove()
` [PATCH nolibc 36/61] tools/nolibc/errno: extract errno.h from sys.h
` [PATCH nolibc 37/61] tools/nolibc/unistd: extract msleep(), sleep(), tcsetpgrp() to unistd.h
` [PATCH nolibc 38/61] tools/nolibc/unistd: add usleep()
` [PATCH nolibc 39/61] tools/nolibc/signal: move raise() to signal.h
` [PATCH nolibc 40/61] tools/nolibc/time: create time.h with time()
` [PATCH nolibc 41/61] tools/nolibc: also mention how to build by just setting the include path
` [PATCH nolibc 42/61] tools/nolibc/stdlib: implement abort()
` [PATCH nolibc 43/61] tools/nolibc/stdio: make printf(%s) accept NULL
` [PATCH nolibc 44/61] tools/nolibc/stdlib: add a simple getenv() implementation
` [PATCH nolibc 45/61] tools/nolibc/stdio: add support for '%p' to vfprintf()
` [PATCH nolibc 46/61] tools/nolibc/string: add strcmp() and strncmp()
` [PATCH nolibc 47/61] tools/nolibc/sys: add syscall definition for getppid()
` [PATCH nolibc 48/61] tools/nolibc/types: add poll() and waitpid() flag definitions
` [PATCH nolibc 49/61] tools/nolibc: add a makefile to install headers
` [PATCH nolibc 50/61] tools/nolibc: add the nolibc subdir to the common Makefile
` [PATCH nolibc 51/61] tools/nolibc/string: do not use __builtin_strlen() at -O0
` [PATCH nolibc 52/61] tools/nolibc/stdlib: only reference the external environ when inlined
` [PATCH nolibc 53/61] tools/nolibc: x86-64: Update System V ABI document link
` [PATCH nolibc 54/61] tools/nolibc: Replace `asm` with `__asm__`
` [PATCH nolibc 55/61] tools/nolibc: Remove .global _start from the entry point code
` [PATCH nolibc 56/61] tools/nolibc: i386: Implement syscall with 6 arguments
` [PATCH nolibc 57/61] tools/nolibc/sys: Implement `mmap()` and `munmap()`
` [PATCH nolibc 58/61] tools/nolibc/types: Implement `offsetof()` and `container_of()` macro
` [PATCH nolibc 59/61] tools/nolibc/stdlib: Implement `malloc()`, `calloc()`, `realloc()` and `free()`
` [PATCH nolibc 60/61] tools/nolibc/string: Implement `strnlen()`
` [PATCH nolibc 61/61] tools/nolibc/string: Implement `strdup()` and `strndup()`

[PATCH server-a001 v1 0/2] Install net-tools and MySQL server
 2022-04-18 17:00 UTC  (13+ messages)
` [PATCH server-a001 v1 1/2] Install net-tools
` [PATCH server-a001 v1 2/2] Install MySQL server

[PATCH liburing 0/3] Add x86 32-bit support for the nolibc build
 2022-04-18 15:24 UTC  (8+ messages)
` [PATCH liburing 1/3] arch/syscall-defs: Use `__NR_mmap2` instead of `__NR_mmap` for x86 32-bit
` [PATCH liburing 2/3] arch/x86/lib: Provide `get_page_size()` function "
` [PATCH liburing 3/3] arch/x86/syscall: Add x86 32-bit native syscall support

[RESEND PATCH 0/2] Two tracing patches for trace_events_hist.c
 2022-04-17 18:56 UTC  (3+ messages)
` [RESEND PATCH 1/2] tracing: Return -EINVAL if WARN_ON(!glob) triggered in event_hist_trigger_parse()
` [RESEND PATCH 2/2] tracing: Change `if (strlen(glob))` to `if (glob[0])`

[PATCH 0/2] Two tracing patches for trace_events_hist.c
 2022-04-17 18:53 UTC  (3+ messages)
` [PATCH 1/2] tracing: Return -EINVAL if WARN_ON(!glob) triggered in event_hist_trigger_parse()
` [PATCH 2/2] tracing: Change `if (strlen(glob))` to `if (glob[0])`

[ammarfaizi2-block:palmer/linux/tspinlock-v3 5/9] kernel/signal.c:887:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-04-16  6:42 UTC 

[ammarfaizi2-block:bpf/bpf-next/master 10/17] drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c:147:3: error: fallthrough annotation does not directly precede switch label
 2022-04-16  3:09 UTC 

[ammarfaizi2-block:bpf/bpf-next/master 9/17] drivers/net/ethernet/intel/i40e/i40e_xsk.c:192:3: error: fallthrough annotation does not directly precede switch label
 2022-04-16  0:45 UTC 

[GIT PULL] io_uring fixes for 5.18-rc3
 2022-04-15 18:46 UTC  (2+ messages)

[PATCH server-a001 v2 0/1] Apply default SSH config and add public keys
 2022-04-15 17:55 UTC  (3+ messages)
` [PATCH server-a001 v2 1/1] "

[PATCH server-a001 v1 0/1] Apply default SSH config and add public keys
 2022-04-15 17:37 UTC  (6+ messages)
` [PATCH server-a001 v1 1/1] "

[Linux 5.18-rc1] WARNING: CPU: 1 PID: 0 at kernel/sched/fair.c:3355 update_blocked_averages
 2022-04-15 14:43 UTC  (10+ messages)

[ammarfaizi2-block:testing/test-io-uring] BUILD SUCCESS bcb1ab6447645e2d196c366f5633d7eb93a0b81a
 2022-04-15 14:30 UTC 

[ammarfaizi2-block:palmer/linux/riscv-compat 20/20] arch/riscv/kernel/compat_signal.c:198:5: warning: no previous prototype for function 'compat_setup_rt_frame'
 2022-04-15 10:36 UTC 

[ammarfaizi2-block:bpf/bpf-next/pr/bpf-sysctl 1/1] kernel/bpf/syscall.c:4944:13: warning: no previous prototype for 'unpriv_ebpf_notify'
 2022-04-13 22:51 UTC  (2+ messages)

[ammarfaizi2-block:bpf/bpf-next/pr/bpf-sysctl 1/1] kernel/bpf/syscall.c:4944:13: warning: no previous prototype for function 'unpriv_ebpf_notify'
 2022-04-13 22:54 UTC 

[ammarfaizi2-block:axboe/linux-block/for-5.19/io_uring 22/30] fs/io_uring.c:5877:66: sparse: sparse: incorrect type in argument 1 (different base types)
 2022-04-13  8:17 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-lib 2/19] fs/netfs/objects.c:48:2: error: implicit declaration of function 'netfs_proc_add_writeback' is invalid in C99
 2022-04-13  7:26 UTC 

[ammarfaizi2-block:crng/random/jd/not-zero-entropy 6/12] ERROR: modpost: "random_get_entropy_fallback" [crypto/jitterentropy_rng.ko] undefined!
 2022-04-12 11:43 UTC 

[ammarfaizi2-block:crng/random/jd/not-zero-entropy 3/12] ERROR: modpost: "random_get_entropy_fallback" [crypto/jitterentropy_rng.ko] undefined!
 2022-04-12 11:22 UTC 

[ammarfaizi2-block:crng/random/jd/not-zero-entropy 3/12] kernel/time/timekeeping.c:2388: warning: expecting prototype for random_read_entropy_fallback(). Prototype was for random_get_entropy_fallback() instead
 2022-04-12 11:12 UTC 

[ammarfaizi2-block:crng/random/jd/not-zero-entropy 3/12] kernel/time/timekeeping.c:2388: warning: expecting prototype for random_read_entropy_fallback(). Prototype was for random_get_entropy_fallback() instead
 2022-04-12  9:49 UTC 

[PATCH 5.17 000/343] 5.17.3-rc1 review
 2022-04-12  6:26 UTC 

[ammarfaizi2-block:crng/random/jd/not-zero-entropy 7/13] ERROR: modpost: "ktime_read_raw_clock" [crypto/jitterentropy_rng.ko] undefined!
 2022-04-11 20:23 UTC 

[ammarfaizi2-block:paulmck/linux-rcu/dev 83/131] kernel/rcu/tree.c:3778:13: error: implicit declaration of function 'preempt_mode_full'; did you mean 'preempt_model_full'?
 2022-04-11 18:53 UTC  (2+ messages)

[Linux 5.18-rc1] WARNING: possible circular locking dependency detected at (rtw_ops_config, ieee80211_mgd_probe_ap)
 2022-04-11 14:46 UTC  (3+ messages)

[ammarfaizi2-block:crng/random/jd/not-zero-entropy 7/11] arch/arm/include/asm/timex.h:15:40: error: implicit declaration of function 'read_current_timer'
 2022-04-09  8:35 UTC 

[GIT PULL] io_uring fixes for 5.18-rc2
 2022-04-09  5:01 UTC  (2+ messages)

[ammarfaizi2-block:crng/random/jd/not-zero-entropy 3/11] include/linux/timex.h:53: error: unterminated #ifndef
 2022-04-09  2:18 UTC 

[ammarfaizi2-block:crng/random/jd/not-zero-entropy 7/11] arch/arm/include/asm/timex.h:19:22: error: implicit declaration of function 'read_current_timer' is invalid in C99
 2022-04-09  1:57 UTC 

Linux 5.17.2
 2022-04-08 13:04 UTC 

[ammarfaizi2-block:netdev/net-next/master 14/42] drivers/net/ethernet/mediatek/mtk_wed.c:150:36: sparse: sparse: incorrect type in assignment (different base types)
 2022-04-08  6:26 UTC 

[ammarfaizi2-block:kvalo/ath/pending 9/45] drivers/net/wireless/realtek/rtw89/ser.c:319:2: warning: unannotated fall-through between switch labels
 2022-04-08  5:25 UTC  (2+ messages)

[PATCH next 0/5] simplify SCM accounting
 2022-04-07 17:55 UTC  (8+ messages)
` [PATCH 1/5] io_uring: uniform "
` [PATCH 2/5] io_uring: refactor __io_sqe_files_scm
` [PATCH 3/5] io_uring: don't pass around fixed index for scm
` [PATCH 4/5] io_uring: deduplicate SCM accounting
` [PATCH 5/5] io_uring: rename io_sqe_file_register

[ovl] 30f9ef9479: BUG:kernel_NULL_pointer_dereference,address
 2022-04-07  9:40 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 26/40] fs/netfs/crypto.c:208:1: warning: the frame size of 1040 bytes is larger than 1024 bytes
 2022-04-07  1:25 UTC 

[PATCH 1/1] io_uring: don't scm-account for non af_unix sockets
 2022-04-06 22:41 UTC  (2+ messages)

[paulmck-rcu:rcu/next] BUILD SUCCESS WITH WARNING d0c78768fd9c838d9c4f1965a33ce7f51f16a319
 2022-04-06 21:40 UTC 

[ammarfaizi2-block:dhowells/linux-fs/fscache-ceph 22/22] fs/ceph/addr.c:1047:9: error: use of undeclared identifier 'skips'
 2022-04-06 20:46 UTC 

[ammarfaizi2-block:robh/linux/dt/pop-pci-nodes 2/2] drivers/pci/of.c:84: undefined reference to `.of_attach_node'
 2022-04-06 18:22 UTC 

[PATCH 5.17 0000/1123] 5.17.2-rc2 review
 2022-04-06 13:44 UTC 

[PATCH] io_uring: implement compat handling for IORING_REGISTER_IOWQ_AFF
 2022-04-06 12:48 UTC  (2+ messages)

[PATCH 0/2] io_uring resource handling fixes
 2022-04-06 12:47 UTC  (4+ messages)
` [PATCH 1/2] io_uring: nospec index for tags on files update
` [PATCH 2/2] io_uring: don't touch scm_fp_list after queueing skb

[ammarfaizi2-block:paulmck/linux-rcu/fastexp.2022.04.01a 109/158] WARNING: modpost: vmlinux.o(.text+0xbcac06): Section mismatch in reference from the function ieee802154_iface_init() to the variable .init.text:.L0
 2022-04-06 14:44 UTC  (4+ messages)
  ` [kbuild-all] "

[ammarfaizi2-block:robh/linux/dt/pop-pci-nodes 2/2] ia64-linux-ld: of.c:undefined reference to `of_attach_node'
 2022-04-06 12:55 UTC 

[ammarfaizi2-block:paulmck/linux-rcu/rcu/next 109/110] WARNING: modpost: vmlinux.o(.text+0x9dc07c): Section mismatch in reference from the function scsi_device_dev_release_usercontext() to the function .exit.text:exit_ntfs_fs()
 2022-04-06 11:23 UTC 

[ammarfaizi2-block:paulmck/linux-rcu/rcu/next 103/110] WARNING: modpost: vmlinux.o(.text+0x9deeba): Section mismatch in reference from the function spi_dv_device_work_wrapper() to the function .exit.text:test_ww_mutex_exit()
 2022-04-06  7:39 UTC 

[ammarfaizi2-block:robh/linux/dt/pop-pci-nodes 2/2] arm-linux-gnueabi-ld: drivers/pci/of.c:97: undefined reference to `of_attach_node'
 2022-04-06  6:27 UTC 

[ammarfaizi2-block:robh/linux/dt/pop-pci-nodes 2/2] drivers/pci/of.c:29:6: warning: no previous prototype for 'add_bus_props'
 2022-04-06  5:56 UTC 

[ammarfaizi2-block:robh/linux/dt/pop-pci-nodes 2/2] drivers/pci/of.c:29:6: warning: no previous prototype for function 'add_bus_props'
 2022-04-06  2:01 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 38/40] ERROR: modpost: "__tracepoint_netfs_sreq" [fs/afs/kafs.ko] undefined!
 2022-04-06  1:20 UTC 

[PATCH] dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probe
 2022-04-05 10:50 UTC 

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless 9/9] net/rxrpc/call_event.c:168:54: warning: variable 'ack_id' is uninitialized when used here
 2022-04-05 23:38 UTC 

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless 4/9] net/rxrpc/local_object.c:172:24: warning: format specifies type 'unsigned short' but the argument has type 'int'
 2022-04-05 21:56 UTC 

[PATCH v6 2/2] x86/MCE/AMD: Fix memory leak when `threshold_create_bank()` fails
 2022-04-05 20:56 UTC  (2+ messages)
` [tip: ras/core] x86/MCE/AMD: Fix memory leak when threshold_create_bank() fails

[PATCH v6 1/2] x86/delay: Fix the wrong asm constraint in `delay_loop()`
 2022-04-05 20:50 UTC  (2+ messages)
` [tip: x86/misc] x86/delay: Fix the wrong asm constraint in delay_loop()

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 38/40] ERROR: modpost: "netfs_page_mkwrite" [fs/afs/kafs.ko] undefined!
 2022-04-05 15:38 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 24/40] include/linux/fscache.h:540: undefined reference to `__fscache_begin_write_operation'
 2022-04-05 15:28 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 37/40] fs/netfs/buffered_flush.c:544:56: sparse: sparse: Using plain integer as NULL pointer
 2022-04-05 13:31 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 39/40] fs/afs/write.c:347:6: warning: variable 'ret' is used uninitialized whenever 'if' condition is true
 2022-04-05 13:31 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 33/40] fs/netfs/buffered_write.c:28:40: sparse: sparse: incompatible types in comparison expression (different type sizes):
 2022-04-05 13:00 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 35/40] fs/netfs/buffered_write.c:793 netfs_page_mkwrite() error: uninitialized symbol 'spare_region'
 2022-04-05 11:43 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 19/40] lib/maple_tree.c:3863:19: warning: stack frame size (1040) exceeds limit (1024) in 'mas_wr_spanning_store'
 2022-04-05 11:06 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 26/40] fs/netfs/crypto.c:76:31: sparse: sparse: incompatible types in comparison expression (different type sizes):
 2022-04-05 11:07 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 19/40] lib/maple_tree.c:4203:20: warning: stack frame size (1288) exceeds limit (1024) in 'mas_wr_modify'
 2022-04-05 10:35 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 2/40] fs/netfs/objects.c:48:2: error: implicit declaration of function 'netfs_proc_add_writeback' is invalid in C99
 2022-04-05  9:54 UTC 

[PATCH 5.17 0000/1126] 5.17.2-rc1 review
 2022-04-05  7:12 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 35/40] fs/netfs/buffered_write.c:757:6: warning: variable 'spare_region' is used uninitialized whenever 'if' condition is true
 2022-04-05  5:40 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 26/40] fs/netfs/crypto.c:76:10: warning: comparison of distinct pointer types ('typeof (len) *' (aka 'unsigned int *') and 'typeof (((1UL) << 12) - offset) *' (aka 'unsigned long *'))
 2022-04-05  5:30 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 33/40] ERROR: modpost: "mas_walk" [fs/netfs/netfs.ko] undefined!
 2022-04-05  5:19 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 19/40] lib/maple_tree.c:3941:1: warning: the frame size of 1040 bytes is larger than 1024 bytes
 2022-04-05  5:19 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 2/40] fs/netfs/objects.c:48:9: error: implicit declaration of function 'netfs_proc_add_writeback'; did you mean 'netfs_proc_add_rreq'?
 2022-04-05  5:19 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 8/40] fs/netfs/misc.c:18:46: warning: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int')
 2022-04-05  5:09 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 33/40] fs/netfs/buffered_write.c:618:58: error: 'struct netfs_i_context' has no member named 'cache'
 2022-04-05  4:58 UTC 


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