public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-04-14 09:38:41 to 2022-04-23 13:25:56 UTC [more...]

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

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 28/44] fs/netfs/crypto.c:76:31: sparse: sparse: incompatible types in comparison expression (different type sizes):
 2022-04-23 12:24 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 19/44] lib/maple_tree.c:5317:23: sparse: sparse: incorrect type in assignment (different address spaces)
 2022-04-23 11:53 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 42/44] fs/afs/write.c:271:24: sparse: sparse: incorrect type in assignment (different base types)
 2022-04-23 10:01 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 19/44] lib/maple_tree.c:6539:6: warning: no previous prototype for 'mt_dump_range'
 2022-04-23  5:17 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 42/44] fs/afs/write.c:265:6: warning: variable 'ret' is used uninitialized whenever 'if' condition is true
 2022-04-23  5:17 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 30/44] fs/netfs/direct_read.c:198:3: error: expected expression
 2022-04-23  3:13 UTC 

[GIT PULL] io_uring fixes for 5.18-rc4
 2022-04-23  2:18 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 26/44] include/linux/fscache.h:540: undefined reference to `__fscache_begin_write_operation'
 2022-04-23  1:14 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 19/44] lib/maple_tree.c:76:28: warning: unused variable 'mt_max'
 2022-04-23  1:04 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 35/44] fs/netfs/buffered_write.c:28:26: warning: comparison of distinct pointer types ('typeof (((1UL) << 12) - offset) *' (aka 'unsigned long *') and 'typeof (size) *' (aka 'unsigned int *'))
 2022-04-23  0:13 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 41/44] ERROR: modpost: "netfs_page_mkwrite" [fs/afs/kafs.ko] undefined!
 2022-04-23  0:13 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 37/44] fs/netfs/buffered_write.c:757:6: warning: variable 'spare_region' is used uninitialized whenever 'if' condition is true
 2022-04-22 23:53 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 35/44] fs/netfs/buffered_write.c:28:26: warning: comparison of distinct pointer types ('typeof (((1UL) << (12)) - offset) *' (aka 'unsigned long *') and 'typeof (size) *' (aka 'unsigned int *'))
 2022-04-22 23:42 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 28/44] 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-22 23:22 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 28/44] 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-22 22:41 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 30/44] fs/netfs/direct_read.c:199:22: warning: mixing declarations and code is incompatible with standards before C99
 2022-04-22 22:41 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 35/44] fs/netfs/buffered_write.c:618:58: error: 'struct netfs_i_context' has no member named 'cache'
 2022-04-22 22:30 UTC 

[PATCH liburing v1 0/6] liburing fixes and cleanups
 2022-04-22 21:15 UTC  (8+ messages)
` [PATCH liburing v1 1/6] test/runtests-quiet.sh: Fixup redirection
` [PATCH liburing v1 2/6] Makefile: Make sure we build everything before runtests
` [PATCH liburing v1 3/6] test/Makefile: Remove `.PHONY` variable
` [PATCH liburing v1 4/6] test/Makefile: Sort the test file list alphabetically
` [PATCH liburing v1 5/6] .github/workflows: Run the nolibc build for x86 32-bit
` [PATCH liburing v1 6/6] test/double-poll-crash: Skip this test if the `mmap()` fails

[PATCH liburing v2 0/7] run tests in parallel
 2022-04-22 17:30 UTC  (9+ messages)
` [PATCH liburing v2 1/7] test: handle mmap return failures in pollfree test
` [PATCH liburing v2 2/7] test: use unique path for socket
` [PATCH liburing v2 3/7] test: use unique ports
` [PATCH liburing v2 4/7] test: use unique filenames
` [PATCH liburing v2 5/7] test: mkdir -p output folder
` [PATCH liburing v2 6/7] test: add make targets for each test
` [PATCH liburing v2 7/7] test: use remove_buffers instead of nop to generate error codes

[ammarfaizi2-block:kvalo/ath/pending 36/40] drivers/net/wireless/ath/ath11k/mac.c:8293 ath11k_mac_op_set_bios_sar_specs() warn: variable dereferenced before check 'sar' (see line 8280)
 2022-04-22 14:37 UTC 

[PATCH liburing 0/7] run tests in parallel
 2022-04-22 14:14 UTC  (10+ messages)
` [PATCH liburing 1/7] test: handle mmap return failures in pollfree test
` [PATCH liburing 2/7] test: use unique path for socket
` [PATCH liburing 3/7] test: use unique ports
` [PATCH liburing 4/7] test: use unique filenames
` [PATCH liburing 5/7] test: mkdir -p output folder
` [PATCH liburing 6/7] test: add make targets for each test
` [PATCH liburing 7/7] test: use remove_buffers instead of nop to generate error codes

[RFC 00/11] io_uring specific task_work infra
 2022-04-22 11:54 UTC  (14+ messages)
` [RFC 01/11] io_uring: optimise io_req_task_work_add
` [RFC 02/11] io_uringg: add io_should_fail_tw() helper
` [RFC 03/11] io_uring: ban tw queue for exiting processes
` [RFC 04/11] io_uring: don't take ctx refs in tctx_task_work()
` [RFC 05/11] io_uring: add dummy io_uring_task_work_run()
` [RFC 06/11] task_work: add helper for signalling a task
` [RFC 07/11] io_uring: run io_uring task_works on TIF_NOTIFY_SIGNAL
` [RFC 08/11] io_uring: wire io_uring specific task work
` [RFC 09/11] io_uring: refactor io_run_task_work()
` [RFC 10/11] io_uring: remove priority tw list
` [RFC 11/11] io_uring: lock-free task_work stack

[PATCH 0/6] return an error when cqe is dropped
 2022-04-22  9:58 UTC  (10+ messages)
` [PATCH 1/6] io_uring: add trace support for CQE overflow
` [PATCH 2/6] io_uring: trace cqe overflows
` [PATCH 3/6] io_uring: rework io_uring_enter to simplify return value
` [PATCH 4/6] io_uring: use constants for cq_overflow bitfield
` [PATCH 5/6] io_uring: return an error when cqe is dropped
` [PATCH 6/6] io_uring: allow NOP opcode in IOPOLL mode

[PATCH liburing 0/5] overflow support
 2022-04-21 19:49 UTC  (9+ messages)
` [PATCH liburing 1/5] fix documentation shortenings
` [PATCH liburing 2/5] update io_uring_enter.2 docs for IORING_FEAT_NODROP
` [PATCH liburing 3/5] expose CQ ring overflow state
` [PATCH liburing 4/5] add docs for overflow lost errors
` [PATCH liburing 5/5] overflow: add tests

[ammarfaizi2-block:stable/linux-stable-rc/queue/5.4 1/5] include/linux/string.h:294:33: warning: '__builtin_strncpy' output truncated copying 8 bytes from a string of length 27
 2022-04-21 13:43 UTC 

[ammarfaizi2-block:paulmck/linux-rcu/dev.2022.04.18a 22/22] kernel/rcu/tree_nocb.h:1162:14: error: 'rcu_nocb_is_setup' undeclared; did you mean 'rcu_nocb_setup'?
 2022-04-21 13:35 UTC  (2+ messages)

[PATCH liburing] arch/x86/syscall: Remove TODO comment
 2022-04-21 12:28 UTC  (2+ messages)

[ammarfaizi2-block:palmer/linux/tspinlock-v3 5/9] kernel/seccomp.c:870:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-04-21  9:53 UTC 

[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  (9+ 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 


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