messages from 2024-06-21 00:27:32 to 2024-06-26 00:10:05 UTC [more...]
[PATCH v2 0/7] static key support for error injection functions
2024-06-26 0:09 UTC (11+ messages)
` [PATCH v2 1/7] fault-inject: add support for static keys around fault injection sites
` [PATCH v2 2/7] error-injection: support static keys around injectable functions
` [PATCH v2 4/7] bpf: support error injection static keys for multi_link attached progs
` [PATCH v2 6/7] mm, slab: add static key for should_failslab()
[PATCH] qdisc: fix NULL pointer dereference in perf_trace_qdisc_reset()
2024-06-25 22:41 UTC (4+ messages)
[PATCH v2 0/4] MCE wrapper and support for new SMCA syndrome MSRs
2024-06-25 19:56 UTC (5+ messages)
` [PATCH v2 1/4] x86/mce: Add wrapper for struct mce to export vendor specific info
` [PATCH v2 2/4] x86/mce, EDAC/mce_amd: Add support for new MCA_SYND{1,2} registers
` [PATCH v2 3/4] x86/mce/apei: Handle variable register array size
` [PATCH v2 4/4] EDAC/mce_amd: Add support for FRU Text in MCA
[PATCH net-next v14 00/13] Device Memory TCP
2024-06-25 19:54 UTC (14+ messages)
` [PATCH net-next v14 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v14 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v14 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v14 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v14 05/13] page_pool: convert to use netmem
` [PATCH net-next v14 06/13] page_pool: devmem support
` [PATCH net-next v14 07/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v14 08/13] net: support non paged skb frags
` [PATCH net-next v14 09/13] net: add support for skbs with unreadable frags
` [PATCH net-next v14 10/13] tcp: RX path for devmem TCP
` [PATCH net-next v14 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v14 12/13] net: add devmem TCP documentation
` [PATCH net-next v14 13/13] selftests: add ncdevmem, netcat for devmem TCP
[PATCH 00/12] uprobes: add batched register/unregister APIs and per-CPU RW semaphore
2024-06-25 19:07 UTC (20+ messages)
` [PATCH 01/12] uprobes: update outdated comment
` [PATCH 02/12] uprobes: grab write mmap lock in unapply_uprobe()
` [PATCH 03/12] uprobes: simplify error handling for alloc_uprobe()
` [PATCH 04/12] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH 05/12] uprobes: move offset and ref_ctr_offset into uprobe_consumer
` [PATCH 06/12] uprobes: add batch uprobe register/unregister APIs
` [PATCH 07/12] uprobes: inline alloc_uprobe() logic into __uprobe_register()
` [PATCH 08/12] uprobes: split uprobe allocation and uprobes_tree insertion steps
` [PATCH 09/12] uprobes: batch uprobes_treelock during registration
` [PATCH 10/12] uprobes: improve lock batching for uprobe_unregister_batch
` [PATCH 11/12] uprobes,bpf: switch to batch uprobe APIs for BPF multi-uprobes
` [PATCH 12/12] uprobes: switch uprobes_treelock to per-CPU RW semaphore
[PATCH v3 0/2] Tracepoints and static branch in Rust
2024-06-25 18:10 UTC (6+ messages)
` [PATCH v3 1/2] rust: add static_key_false
` [PATCH v3 2/2] rust: add tracepoint support
[PATCH 1/8] riscv: stacktrace: convert arch_stack_walk() to noinstr
2024-06-25 15:45 UTC (2+ messages)
[RFC PATCH 0/3] tracing: Support poll on event hist file
2024-06-25 15:17 UTC (4+ messages)
` [RFC PATCH 1/3] tracing/hist: Add poll(POLLIN) support on "
` [RFC PATCH 2/3] tracing/hist: Support POLLPRI event for poll on histogram
` [RFC PATCH 3/3] selftests/tracing: Add hist poll() support test
[PATCH net-next v13 00/13] Device Memory TCP
2024-06-25 14:59 UTC (16+ messages)
` [PATCH net-next v13 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v13 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v13 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v13 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v13 05/13] page_pool: convert to use netmem
` [PATCH net-next v13 06/13] page_pool: devmem support
` [PATCH net-next v13 07/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v13 08/13] net: support non paged skb frags
` [PATCH net-next v13 09/13] net: add support for skbs with unreadable frags
` [PATCH net-next v13 10/13] tcp: RX path for devmem TCP
` [PATCH net-next v13 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v13 12/13] net: add devmem TCP documentation
` [PATCH net-next v13 13/13] selftests: add ncdevmem, netcat for devmem TCP
[linux-next:master] BUILD REGRESSION f76698bd9a8ca01d3581236082d786e9a6b72bb7
2024-06-25 12:55 UTC (3+ messages)
[PATCH] vfs: Add AT_EMPTY_PATH_NOCHECK as unchecked AT_EMPTY_PATH
2024-06-25 8:05 UTC (9+ messages)
[PATCH v2 0/4] Fix user stack traces captured from uprobes
2024-06-25 2:53 UTC (15+ messages)
` [PATCH v2 1/4] uprobes: rename get_trampoline_vaddr() and make it global
` [PATCH v2 2/4] perf,uprobes: fix user stack traces in the presence of pending uretprobes
` [PATCH v2 4/4] selftests/bpf: add test validating uprobe/uretprobe stack traces
[PATCH -fixes] riscv: patch: Flush the icache right after patching to avoid illegal insns
2024-06-25 2:38 UTC (3+ messages)
[PATCH v11 00/18] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-06-25 1:37 UTC (2+ messages)
[PATCH v4] tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset()
2024-06-24 17:33 UTC
[PATCH v3] tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset()
2024-06-24 16:10 UTC (8+ messages)
[RFC PATCH v3 00/11] powerpc: Add support for ftrace direct and BPF trampolines
2024-06-24 11:59 UTC (2+ messages)
[PATCH] riscv: Fix early ftrace nop patching
2024-06-24 8:08 UTC (9+ messages)
[PATCH v7 00/38] kmsan: Enable on s390
2024-06-24 7:34 UTC (41+ messages)
` [PATCH v7 01/38] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func()
` [PATCH v7 02/38] kmsan: Make the tests compatible with kmsan.panic=1
` [PATCH v7 03/38] kmsan: Disable KMSAN when DEFERRED_STRUCT_PAGE_INIT is enabled
` [PATCH v7 04/38] kmsan: Increase the maximum store size to 4096
` [PATCH v7 05/38] kmsan: Fix is_bad_asm_addr() on arches with overlapping address spaces
` [PATCH v7 06/38] kmsan: Fix kmsan_copy_to_user() "
` [PATCH v7 07/38] kmsan: Remove a useless assignment from kmsan_vmap_pages_range_noflush()
` [PATCH v7 08/38] kmsan: Remove an x86-specific #include from kmsan.h
` [PATCH v7 09/38] kmsan: Expose kmsan_get_metadata()
` [PATCH v7 10/38] kmsan: Export panic_on_kmsan
` [PATCH v7 11/38] kmsan: Allow disabling KMSAN checks for the current task
` [PATCH v7 12/38] kmsan: Introduce memset_no_sanitize_memory()
` [PATCH v7 13/38] kmsan: Support SLAB_POISON
` [PATCH v7 14/38] kmsan: Use ALIGN_DOWN() in kmsan_get_metadata()
` [PATCH v7 15/38] kmsan: Do not round up pg_data_t size
` [PATCH v7 16/38] kmsan: Expose KMSAN_WARN_ON()
` [PATCH v7 17/38] mm: slub: Let KMSAN access metadata
` [PATCH v7 18/38] mm: slub: Disable KMSAN when checking the padding bytes
` [PATCH v7 19/38] mm: kfence: Disable KMSAN when checking the canary
` [PATCH v7 20/38] lib/zlib: Unpoison DFLTCC output buffers
` [PATCH v7 21/38] kmsan: Accept ranges starting with 0 on s390
` [PATCH v7 22/38] s390/boot: Turn off KMSAN
` [PATCH v7 23/38] s390: Use a larger stack for KMSAN
` [PATCH v7 24/38] s390/boot: Add the KMSAN runtime stub
` [PATCH v7 25/38] s390/checksum: Add a KMSAN check
` [PATCH v7 26/38] s390/cpacf: Unpoison the results of cpacf_trng()
` [PATCH v7 27/38] s390/cpumf: Unpoison STCCTM output buffer
` [PATCH v7 28/38] s390/diag: Unpoison diag224() "
` [PATCH v7 29/38] s390/ftrace: Unpoison ftrace_regs in kprobe_ftrace_handler()
` [PATCH v7 30/38] s390/irqflags: Do not instrument arch_local_irq_*() with KMSAN
` [PATCH v7 31/38] s390/mm: Define KMSAN metadata for vmalloc and modules
` [PATCH v7 32/38] s390/string: Add KMSAN support
` [PATCH v7 33/38] s390/traps: Unpoison the kernel_stack_overflow()'s pt_regs
` [PATCH v7 34/38] s390/uaccess: Add KMSAN support to put_user() and get_user()
` [PATCH v7 35/38] s390/uaccess: Add the missing linux/instrumented.h #include
` [PATCH v7 36/38] s390/unwind: Disable KMSAN checks
` [PATCH v7 37/38] s390/kmsan: Implement the architecture-specific functions
` [PATCH v7 38/38] kmsan: Enable on s390
[PATCH net-next v12 00/13] Device Memory TCP
2024-06-24 0:13 UTC (9+ messages)
` [PATCH net-next v12 06/13] page_pool: devmem support
` [PATCH net-next v12 10/13] tcp: RX path for devmem TCP
[PATCH] ring-buffer: Limit time with disabled interrupts in rb_check_pages()
2024-06-23 14:54 UTC (2+ messages)
[PATCH v3 00/11] Improve the copy of task comm
2024-06-23 6:00 UTC (20+ messages)
` [PATCH v3 01/11] fs/exec: Drop task_lock() inside __get_task_comm()
` [PATCH v3 02/11] auditsc: Replace memcpy() with __get_task_comm()
` [PATCH v3 03/11] security: "
` [PATCH v3 04/11] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v3 05/11] mm/util: Fix possible race condition in kstrdup()
` [PATCH v3 06/11] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v3 07/11] mm/kmemleak: Replace strncpy() with __get_task_comm()
` [PATCH v3 08/11] tsacct: "
` [PATCH v3 09/11] tracing: "
` [PATCH v3 10/11] net: Replace strcpy() "
` [PATCH v3 11/11] drm: "
[PATCH net v2] net/sched: Fixes: 51270d573a8d NULL ptr deref in perf_trace_qdisc_reset()
2024-06-22 4:40 UTC (3+ messages)
[PATCH 0/4] MCE wrapper and support for new SMCA syndrome MSRs
2024-06-22 2:24 UTC (4+ messages)
[PATCH] uprobe: Do not use UPROBE_SWBP_INSN as static initializer
2024-06-21 13:17 UTC (6+ messages)
[PATCH v2 0/2] Tracepoints and static branch in Rust
2024-06-21 10:38 UTC (4+ messages)
` [PATCH v2 1/2] rust: add static_key_false
[PATCH] tools: build: use correct lib name for libtracefs feature detection
2024-06-21 10:01 UTC (2+ messages)
[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
2024-06-21 9:32 UTC (11+ messages)
[PATCH 0/5] rtla: Support idle state disabling via libcpupower in timerlat
2024-06-21 8:46 UTC (7+ messages)
` [PATCH 1/5] rtla: Add dependency on libcpupower
` [PATCH 2/5] rtla/utils: Add idle state disabling via libcpupower
` [PATCH 3/5] rtla/timerlat: Add --disable-idle-states for top
[PATCH] rtla/osnoise: Better report when histogram is empty
2024-06-21 8:26 UTC (3+ messages)
[PATCH v6 00/39] kmsan: Enable on s390
2024-06-21 8:21 UTC (8+ messages)
` [PATCH v6 16/39] kmsan: Expose KMSAN_WARN_ON()
` [PATCH v6 32/39] s390/ptdump: Add KMSAN page markers
` [PATCH v6 35/39] s390/uaccess: Add KMSAN support to put_user() and get_user()
` [PATCH v6 38/39] s390/kmsan: Implement the architecture-specific functions
[PATCH] rtla/osnoise: set the default threshold to 1us
2024-06-21 8:00 UTC (2+ messages)
[PATCH v2] KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
2024-06-21 4:39 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).