public inbox for [email protected]
 help / color / mirror / Atom feed
 messages from 2022-05-03 16:23:15 to 2022-05-17 07:36:47 UTC [more...]

[PATCH] drivers:uio: Fix system crashes during driver switchover
 2022-05-17  7:34 UTC  (5+ messages)

[PATCH V2 0/1] ubd: add io_uring based userspace block driver
 2022-05-17  5:53 UTC  (2+ messages)
` [PATCH V2 1/1] "

[RFC PATCH v2 00/16] io-uring/xfs: support async buffered writes
 2022-05-16 23:58 UTC  (19+ messages)
` [RFC PATCH v2 01/16] block: add check for async buffered writes to generic_write_checks
` [RFC PATCH v2 02/16] iomap: add iomap_page_create_gfp to allocate iomap_pages
` [RFC PATCH v2 03/16] iomap: use iomap_page_create_gfp() in __iomap_write_begin
` [RFC PATCH v2 04/16] iomap: add async buffered write support
` [RFC PATCH v2 05/16] xfs: add iomap "
` [RFC PATCH v2 06/16] fs: split off need_remove_file_privs() do_remove_file_privs()
` [RFC PATCH v2 07/16] fs: split off need_file_update_time and do_file_update_time
` [RFC PATCH v2 08/16] fs: add pending file update time flag
` [RFC PATCH v2 09/16] xfs: enable async write file modification handling
` [RFC PATCH v2 10/16] xfs: add async buffered write support
` [RFC PATCH v2 11/16] io_uring: add support for async buffered writes
` [RFC PATCH v2 12/16] mm: factor out _balance_dirty_pages() from balance_dirty_pages()
` [RFC PATCH v2 13/16] mm: add balance_dirty_pages_ratelimited_flags() function
` [RFC PATCH v2 14/16] iomap: use balance_dirty_pages_ratelimited_flags in iomap_write_iter
` [RFC PATCH v2 15/16] io_uring: add tracepoint for short writes
` [RFC PATCH v2 16/16] xfs: enable async buffered write support

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless 24/29] net/rxrpc/output.c:23:19: warning: unused variable 'sa'
 2022-05-13 18:57 UTC 

[ammarfaizi2-block:palmer/linux/riscv-d1 9/12] arch/riscv/include/asm/pgtable-64.h:101:2: error: expected assembly-time absolute expression
 2022-05-13 15:54 UTC 

[ammarfaizi2-block:dhowells/linux-fs/cifs-for-sfrench 5/6] fs/cifs/smb2ops.c:4752:11: warning: comparison of distinct pointer types ('typeof (size - copied) *' (aka 'unsigned int *') and 'typeof (((1UL) << (12))) *' (aka 'unsigned long *'))
 2022-05-13 13:35 UTC 

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless 35/35] net/rxrpc/recvmsg.c:311:25: sparse: sparse: cast from restricted __be16
 2022-05-13  8:59 UTC 

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless 35/35] net/rxrpc/recvmsg.c:297:9: warning: variable 'j' is uninitialized when used here
 2022-05-13  1:00 UTC 

+ mm-ksm-introduce-ksm_force-for-each-process.patch added to mm-unstable branch
 2022-05-12 20:42 UTC 

[PATCH v3] mm/ksm: introduce ksm_force for each process
 2022-05-12 20:41 UTC  (13+ messages)
  ` [PATCH v4] "
  ` [PATCH v5] "
          ` [PATCH v7] "

[PATCH] mm: change "char *bdi_unknown_name" to "char bdi_unknown_name[]"
 2022-05-12 20:00 UTC  (5+ messages)

[ammarfaizi2-block:stable/linux-stable-rc/queue/5.15 146/150] kernel/futex.o: warning: objtool: futex_atomic_op_inuser()+0xb8: unreachable instruction
 2022-05-12 17:11 UTC  (4+ messages)
  ` [kbuild-all] "

[PATCH 0/3] bpf: optimize the bpf_kprobe_multi_link_attach function
 2022-05-12 17:05 UTC  (8+ messages)
` [PATCH 1/3] bpf: use 'error_xxx' tags in bpf_kprobe_multi_link_attach
` [PATCH 2/3] bpf: simplify if-if to if "
` [PATCH 3/3] bpf: use vmemdup_user instead of kvmalloc and copy_from_user

[PATCH v4 0/3] Cleanups and Fixes
 2022-05-12 17:03 UTC  (6+ messages)
` [PATCH v4 1/3] backend: Fix indentation
` [PATCH v4 2/3] json: Change `if (!strlen(str))` to `if (!str[0])`
` [PATCH v4 3/3] Makefile: Suppress `-Wimplicit-fallthrough` when compiling `lex.yy`
` (subset) [PATCH v4 0/3] Cleanups and Fixes

[PATCH 0/1] Add format attribute to enable printf warnings
 2022-05-12 16:14 UTC  (3+ messages)
` [PATCH 1/1] tools/nolibc/stdio: "

[ammarfaizi2-block:palmer/linux/riscv-d1 9/12] arch/riscv/kernel/cpufeature.c:292:6: warning: variable 'cpu_apply_feature' set but not used
 2022-05-12 15:38 UTC 

[PATCH 0/2] Fix poll bug
 2022-05-12 12:19 UTC  (4+ messages)
` [PATCH 1/2] io_uring: fix ordering of args in io_uring_queue_async_work
` [PATCH 2/2] io_uring: only wake when the correct events are set

[ammarfaizi2-block:stable/linux-stable-rc/queue/5.15 146/150] drivers/regulator/da9121-regulator.o: warning: objtool: da9121_check_device_type.constprop.0.cold()+0xd4: unreachable instruction
 2022-05-11 23:57 UTC 

[ammarfaizi2-block:stable/linux-stable-rc/queue/5.15 141/150] ld: arch/x86/entry/vsyscall/vsyscall_64.o:undefined reference to `__x86_indirect_alt_call_rbp'
 2022-05-11 21:35 UTC 

[PATCH v5 0/6] io_uring passthrough for nvme
 2022-05-11 13:48 UTC  (15+ messages)
    ` [PATCH v5 1/6] fs,io_uring: add infrastructure for uring-cmd
    ` [PATCH v5 2/6] block: wire-up support for passthrough plugging
    ` [PATCH v5 3/6] nvme: refactor nvme_submit_user_cmd()
    ` [PATCH v5 4/6] nvme: wire-up uring-cmd support for io-passthru on char-device
    ` [PATCH v5 5/6] nvme: add vectored-io support for uring-cmd
    ` [PATCH v5 6/6] io_uring: finish IOPOLL/ioprio prep handler removal

[ammarfaizi2-block:axboe/linux-block/fastpoll-mshot 89/98] fs/io_uring.c:6075:2: error: call to undeclared function '__io_poll_clean'; ISO C99 and later do not support implicit function declarations
 2022-05-11 10:56 UTC 

[RFC PATCH v1 00/18] io-uring/xfs: support async buffered writes
 2022-05-11 10:38 UTC  (9+ messages)
` [RFC PATCH v1 11/18] xfs: add async buffered write support
` [RFC PATCH v1 15/18] mm: support write throttling for async buffered writes

[ammarfaizi2-block:dhowells/linux-fs/cifs-for-sfrench 5/6] fs/cifs/smb2pdu.c:4059:38: error: 'struct cifs_readdata' has no member named 'nr_pages'
 2022-05-11  8:11 UTC 

[ammarfaizi2-block:dhowells/linux-fs/cifs-for-sfrench 5/6] fs/cifs/smb2pdu.c:4481:57: error: 'struct cifs_writedata' has no member named 'pages'
 2022-05-11  6:34 UTC 

[ammarfaizi2-block:axboe/linux-block/fastpoll-mshot 89/98] fs/io_uring.c:6075:9: error: implicit declaration of function '__io_poll_clean'; did you mean '__io_fill_cqe'?
 2022-05-11  5:53 UTC 

[RFC] sched,livepatch: call klp_try_switch_task in __cond_resched
 2022-05-10 23:04 UTC  (2+ messages)

[PATCH AUTOSEL 5.15 09/19] io_uring: assign non-fixed early for async work
 2022-05-10 15:47 UTC  (2+ messages)

[PATCH AUTOSEL 5.17 10/21] io_uring: assign non-fixed early for async work
 2022-05-10 15:43 UTC 

[PATCH v4 0/5] io_uring passthrough for nvme
 2022-05-10 14:35 UTC  (10+ messages)
    ` [PATCH v4 1/5] fs,io_uring: add infrastructure for uring-cmd
    ` [PATCH v4 2/5] block: wire-up support for passthrough plugging
    ` [PATCH v4 3/5] nvme: refactor nvme_submit_user_cmd()
    ` [PATCH v4 4/5] nvme: wire-up uring-cmd support for io-passthru on char-device
    ` [PATCH v4 5/5] nvme: add vectored-io support for uring-cmd

[ammarfaizi2-block:dhowells/linux-fs/cifs-for-sfrench 5/6] fs/cifs/smb2pdu.c:4058:31: error: no member named 'pages' in 'struct cifs_readdata'
 2022-05-10  8:54 UTC 

[ammarfaizi2-block:dhowells/linux-fs/cifs-for-sfrench 5/6] fs/cifs/smb2ops.c:4752:11: warning: comparison of distinct pointer types ('typeof (size - copied) *' (aka 'unsigned int *') and 'typeof ((1UL << 18)) *' (aka 'unsigned long *'))
 2022-05-10  4:09 UTC 

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless 30/30] net/rxrpc/call_event.c:222:28: sparse: sparse: incorrect type in argument 1 (different base types)
 2022-05-10  2:16 UTC 

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless 30/30] net/rxrpc/call_event.c:222:28: sparse: sparse: cast from restricted __be32
 2022-05-09 20:23 UTC 

[ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless 30/30] net/rxrpc/call_event.c:157:6: warning: variable 'oldest' is used uninitialized whenever 'if' condition is true
 2022-05-09 19:22 UTC 

[RFC PATCH] ubd: add io_uring based userspace block driver
 2022-05-09 18:14 UTC  (7+ messages)

[PATCHSET v2 0/6] Allow allocated direct descriptors
 2022-05-09 15:50 UTC  (7+ messages)
` [PATCH 1/6] io_uring: track fixed files with a bitmap
` [PATCH 2/6] io_uring: add basic fixed file allocator
` [PATCH 3/6] io_uring: allow allocated fixed files for openat/openat2
` [PATCH 4/6] io_uring: allow allocated fixed files for accept
` [PATCH 5/6] io_uring: bump max direct descriptor count to 1M
` [PATCH 6/6] io_uring: add flag for allocating a fully sparse direct descriptor space

[PATCH v2] fs/pipe: Deinitialize the watch_queue when pipe is freed
 2022-05-09 13:17 UTC 

[ammarfaizi2-block:crng/random/master 29/29] WARNING: modpost: vmlinux.o(__ex_table+0x141c): Section mismatch in reference from the variable .L0 to the variable .debug_str:.LASF1747
 2022-05-09 12:46 UTC  (2+ messages)

[PATCH] tracing: Fix possible crash in ftrace_free_ftrace_ops()
 2022-05-09  7:34 UTC  (3+ messages)

linux-next: manual merge of the userns tree with the tip tree
 2022-05-09  6:49 UTC 

[PATCHSET 0/4] Allow allocated direct descriptors
 2022-05-08 23:49 UTC  (5+ messages)
` [PATCH 1/4] io_uring: track fixed files with a bitmap
` [PATCH 2/4] io_uring: add basic fixed file allocator
` [PATCH 3/4] io_uring: allow allocated fixed files for openat/openat2
` [PATCH 4/4] io_uring: allow allocated fixed files for accept

[ammarfaizi2-block:axboe/linux-block/fastpoll-mshot 97/98] fs/io_uring.c:4743:11: warning: variable 'ret' is uninitialized when used here
 2022-05-08 21:41 UTC 

[ammarfaizi2-block:axboe/linux-block/for-5.19/io_uring-passthrough 19/20] drivers/nvme/host/ioctl.c:690:6: warning: variable 'ret' is used uninitialized whenever 'if' condition is false
 2022-05-06  5:23 UTC 

[ammarfaizi2-block:paulmck/linux-rcu/context-tracking.2022.05.03a 54/58] kernel/context_tracking.c:91:4: error: call to undeclared function 'rcu_irq_work_resched'; ISO C99 and later do not support implicit function declarations
 2022-05-05 19:56 UTC 

(no subject)
 2022-05-05 14:51 UTC  (2+ messages)

[PATCH] rcu/nocb: Add an option to ON/OFF an offloading from RT context
 2022-05-05 10:16 UTC 

[PATCH v20 00/25] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2022-05-04  9:16 UTC  (27+ messages)
` [PATCH v20 01/25] dt-bindings: mediatek: add vdosys1 RDMA definition "
` [PATCH v20 02/25] dt-bindings: reset: mt8195: add vdosys1 reset control bit
` [PATCH v20 03/25] dt-bindings: mediatek: add ethdr definition for mt8195
` [PATCH v20 04/25] soc: mediatek: add mtk-mmsys ethdr and mdp_rdma components
` [PATCH v20 05/25] soc: mediatek: add mtk-mmsys support for mt8195 vdosys1
` [PATCH v20 06/25] soc: mediatek: add mtk_mmsys_update_bits API
` [PATCH v20 07/25] soc: mediatek: add mtk-mmsys config API for mt8195 vdosys1
` [PATCH v20 08/25] soc: mediatek: add cmdq support of "
` [PATCH v20 09/25] soc: mediatek: mmsys: add mmsys for support 64 reset bits
` [PATCH v20 10/25] soc: mediatek: mmsys: add reset control for MT8195 vdosys1
` [PATCH v20 11/25] soc: mediatek: add mtk-mutex component - dp_intf1
` [PATCH v20 12/25] soc: mediatek: add mtk-mutex support for mt8195 vdosys1
` [PATCH v20 13/25] drm/mediatek: add display MDP RDMA support for MT8195
` [PATCH v20 14/25] drm/mediatek: add display merge advance config API "
` [PATCH v20 15/25] drm/mediatek: add display merge start/stop API for cmdq support
` [PATCH v20 16/25] drm/mediatek: add display merge mute/unmute support for MT8195
` [PATCH v20 17/25] drm/mediatek: add display merge async reset control
` [PATCH v20 18/25] drm/mediatek: add ETHDR support for MT8195
` [PATCH v20 19/25] drm/mediatek: add mediatek-drm plane color encoding info
` [PATCH v20 20/25] drm/mediatek: add ovl_adaptor support for MT8195
` [PATCH v20 21/25] drm/mediatek: add dma dev get function
` [PATCH v20 22/25] drm/mediatek: modify mediatek-drm for mt8195 multi mmsys support
` [PATCH v20 23/25] drm/mediatek: add drm ovl_adaptor sub driver for MT8195
` [PATCH v20 24/25] drm/mediatek: add mediatek-drm of vdosys1 support "
` [PATCH v20 25/25] arm64: dts: mt8195: add display node for vdosys1

[PATCH v3 0/5] io_uring passthough for nvme
 2022-05-04 15:48 UTC  (13+ messages)
    ` [PATCH v3 1/5] fs,io_uring: add infrastructure for uring-cmd
    ` [PATCH v3 2/5] block: wire-up support for passthrough plugging
    ` [PATCH v3 3/5] nvme: refactor nvme_submit_user_cmd()
    ` [PATCH v3 4/5] nvme: wire-up uring-cmd support for io-passthru on char-device
    ` [PATCH v3 5/5] nvme: add vectored-io support for uring-cmd

[PATCH] arm64: dts: mt8192: Follow binding order for SCP registers
 2022-05-04  8:10 UTC  (2+ messages)

[PATCH] drm/todo: Add entry for using kunit in the subsystem
 2022-05-04  8:02 UTC 

linux-next: Signed-off-by missing for commit in the stm32 tree
 2022-05-04  7:41 UTC 

[PATCH v10 0/8] cgroup/cpuset: Major cpu partition code restructuring
 2022-05-03 16:21 UTC  (6+ messages)
` [PATCH v10 2/8] cgroup/cpuset: Miscellaneous cleanups & add helper functions
` [PATCH v10 3/8] cgroup/cpuset: Allow no-task partition to have empty cpuset.cpus.effective
` [PATCH v10 4/8] cgroup/cpuset: Relax constraints to partition & cpus changes
` [PATCH v10 6/8] cgroup/cpuset: Show invalid partition reason string
` [PATCH v10 8/8] kselftest/cgroup: Add cpuset v2 partition root state test


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