public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-04-06 15:01:49 to 2022-04-22 09:58:36 UTC [more...]

[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

[RFC 00/11] io_uring specific task_work infra
 2022-04-22  8:45 UTC  (13+ 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 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 

[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  (3+ messages)
` [PATCH 2/2] io_uring: don't touch scm_fp_list after queueing skb


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