linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-10 23:21:37 to 2024-05-23 12:12:46 UTC [more...]

[PATCHv7 bpf-next 0/9] uprobe: uretprobe speed up
 2024-05-23 12:11 UTC  (5+ messages)
` [PATCHv7 bpf-next 1/9] x86/shstk: Make return uprobe work with shadow stack
` [PATCHv7 bpf-next 2/9] uprobe: Wire up uretprobe system call
` [PATCHv7 bpf-next 3/9] uprobe: Add uretprobe syscall to speed up return probe
` [PATCHv7 bpf-next 4/9] selftests/x86: Add return uprobe shadow stack test

[PATCH] riscv: Fix early ftrace nop patching
 2024-05-23 11:51 UTC 

[PATCH] ring-buffer: Align meta-page to sub-buffers for improved TLB usage
 2024-05-23  9:14 UTC 

[PATCH net-next v9 00/14] Device Memory TCP
 2024-05-23  6:02 UTC  (23+ messages)
` [PATCH net-next v9 02/14] net: page_pool: create hooks for custom page providers
` [PATCH net-next v9 03/14] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v9 04/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v9 05/14] netdev: netdevice devmem allocator
` [PATCH net-next v9 06/14] page_pool: convert to use netmem
` [PATCH net-next v9 07/14] page_pool: devmem support
` [PATCH net-next v9 08/14] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v9 09/14] net: support non paged skb frags
` [PATCH net-next v9 10/14] net: add support for skbs with unreadable frags
` [PATCH net-next v9 11/14] tcp: RX path for devmem TCP
` [PATCH net-next v9 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v9 13/14] net: add devmem TCP documentation
` [PATCH net-next v9 14/14] selftests: add ncdevmem, netcat for devmem TCP

[PATCH v2 0/4] tracefs/eventfs: Fix failed second run of test_ownership
 2024-05-23  5:14 UTC  (5+ messages)
` [PATCH v2 1/4] eventfs: Keep the directories from having the same inode number as files
` [PATCH v2 2/4] tracefs: Update inode permissions on remount
` [PATCH v2 3/4] eventfs: Update all the eventfs_inodes from the events descriptor
` [PATCH v2 4/4] tracefs: Clear EVENT_INODE flag in tracefs_drop_inode()

[PATCH] ftrace: riscv: move from REGS to ARGS
 2024-05-22 23:51 UTC  (2+ messages)

[PATCH v3] kprobe/ftrace: bail out if ftrace was killed
 2024-05-22 23:32 UTC  (6+ messages)

[PATCH 0/2] Improve dump_page() output for slab pages
 2024-05-22 20:25 UTC  (6+ messages)
` [PATCH 1/2] mm: printk: introduce new format %pGs for slab flags
` [PATCH 2/2] mm: debug: print correct information for slab folios

[PATCH] tracefs: Remove unneeded buggy tracefs iput callback
 2024-05-22 18:05 UTC  (2+ messages)

[PATCHv6 bpf-next 0/9] uprobe: uretprobe speed up
 2024-05-22 11:52 UTC  (22+ messages)
` [PATCHv6 bpf-next 1/9] x86/shstk: Make return uprobe work with shadow stack
` [PATCHv6 bpf-next 2/9] uprobe: Wire up uretprobe system call
` [PATCHv6 bpf-next 3/9] uprobe: Add uretprobe syscall to speed up return probe
` [PATCHv6 bpf-next 4/9] selftests/x86: Add return uprobe shadow stack test
` [PATCHv6 bpf-next 5/9] selftests/bpf: Add uretprobe syscall test for regs integrity
` [PATCHv6 bpf-next 6/9] selftests/bpf: Add uretprobe syscall test for regs changes
` [PATCHv6 bpf-next 7/9] selftests/bpf: Add uretprobe syscall call from user space test
` [PATCHv6 bpf-next 8/9] selftests/bpf: Add uretprobe shadow stack test
` [PATCHv6 9/9] man2: Add uretprobe syscall page

[PATCH v2 0/4] Fix user stack traces captured from uprobes
 2024-05-22  1:38 UTC  (5+ 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 3/4] perf,x86: avoid missing caller address in stack traces captured in uprobe
` [PATCH v2 4/4] selftests/bpf: add test validating uprobe/uretprobe stack traces

[PATCH] tools/latency-collector: fix -Wformat-security compile warns
 2024-05-21 16:10 UTC  (3+ messages)

[PATCH] tracing/selftests: Fix kprobe event name test for .isra. functions
 2024-05-21 15:10 UTC  (4+ messages)

[PATCH] uprobes: prevent mutex_lock() under rcu_read_lock()
 2024-05-21 14:31 UTC  (3+ messages)

[PATCH v2] sched/rt: Clean up usage of rt_task()
 2024-05-21 11:00 UTC  (2+ messages)

[PATCHv5 bpf-next 0/8] uprobe: uretprobe speed up
 2024-05-21 10:11 UTC  (25+ messages)
` [PATCHv5 bpf-next 6/8] x86/shstk: Add return uprobe support
` [PATCHv5 bpf-next 7/8] selftests/x86: Add return uprobe shadow stack test

[PATCH 0/2] selftests/ftrace: Fix config related issues
 2024-05-21  0:00 UTC  (3+ messages)
` [PATCH 1/2] selftests/ftrace: Fix to check required event file
` [PATCH 2/2] selftests/ftrace: Update required config

[PATCH 0/4] Fix user stack traces captured from uprobes
 2024-05-20 23:56 UTC  (8+ messages)
` [PATCH 2/4] perf,uprobes: fix user stack traces in the presence of pending uretprobes
` [PATCH 3/4] perf,x86: avoid missing caller address in stack traces captured in uprobe

[PATCH v3 0/6] Generate address range data for built-in modules
 2024-05-20 16:53 UTC  (11+ messages)
` [PATCH v3 1/6] kbuild: add mod(name,file)_flags to assembler flags for module objects
` [PATCH v3 2/6] trace: add CONFIG_BUILTIN_MODULE_RANGES option
` [PATCH v3 3/6] kbuild: generate a linker map for vmlinux.o
` [PATCH v3 4/6] module: script to generate offset ranges for builtin modules
` [PATCH v3 5/6] kbuild: generate modules.builtin.ranges when linking the kernel
` [PATCH v3 6/6] module: add install target for modules.builtin.ranges

UBSAN: shift-out-of-bounds in validate_sb_layout
 2024-05-20 14:42 UTC  (3+ messages)

[PATCH 0/2] ring-buffer: Fix a race between readers and resize checks
 2024-05-20 13:50 UTC  (4+ messages)
` [PATCH 1/2] ring-buffer: Correct stale comments related to non-consuming readers
` [PATCH 2/2] ring-buffer: Fix a race between readers and resize checks

general protection fault in __bch2_trans_commit
 2024-05-20  6:53 UTC 

[PATCH] rv: Update rv_en(dis)able_monitor doc to match kernel-doc
 2024-05-20  5:42 UTC 

[PATCH] kernel: trace: preemptirq_delay_test: add MODULE_DESCRIPTION()
 2024-05-19  2:54 UTC  (2+ messages)

[PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-05-18  1:25 UTC  (12+ messages)

[PATCH RESEND v8 00/16] mm: jit/text allocator
 2024-05-17 16:09 UTC  (5+ messages)
` [PATCH RESEND v8 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH -next] rv: Update rv_en(dis)able_monitor doc to match kernel-doc
 2024-05-17 10:18 UTC  (2+ messages)

[GIT PULL] tracing/tools: Updates for 6.10
 2024-05-17  8:41 UTC 

[RFC][PATCH] uprobe: support for private hugetlb mappings
 2024-05-16 19:52 UTC  (12+ messages)

[PATCH V2] rtla: Add --trace-buffer-size option
 2024-05-16 14:15 UTC 

[PATCH 0/8] rtla usage improvements
 2024-05-16 13:25 UTC  (3+ messages)
` [PATCH 8/8] rtla: Add --trace-buffer-size option

[PATCH v2 0/6] Generate address range data for built-in modules
 2024-05-16  2:56 UTC  (14+ messages)
` [PATCH v2 1/6] kbuild: add modules.builtin.objs
` [PATCH v2 2/6] trace: add CONFIG_BUILTIN_MODULE_RANGES option
` [PATCH v2 3/6] kbuild: generate a linker map for vmlinux.o
` [PATCH v2 4/6] module: script to generate offset ranges for builtin modules
` [PATCH v2 5/6] kbuild: generate modules.builtin.ranges when linking the kernel
` [PATCH v2 6/6] module: add install target for modules.builtin.ranges

WARNING: kmalloc bug in bpf_uprobe_multi_link_attach
 2024-05-15 21:47 UTC  (3+ messages)

[PATCH] sched/rt: Clean up usage of rt_task()
 2024-05-15 17:12 UTC  (8+ messages)

[RFC PATCH v4 0/5] DAMON based tiered memory management for CXL memory
 2024-05-15 16:18 UTC  (4+ messages)
` [RFC PATCH v4 3/5] mm/migrate: add MR_DAMON to migrate_reason

[PATCH] selftests/ftrace: Fix test to handle both old and new kernels
 2024-05-15  5:36 UTC 

[PATCH] ring-buffer: Add cast to unsigned long addr passed to virt_to_page()
 2024-05-15  5:05 UTC 

[PATCH 6.6 116/301] selftests/ftrace: Fix event filter target_func selection
 2024-05-14 10:16 UTC 

[PATCH 6.8 118/336] selftests/ftrace: Fix event filter target_func selection
 2024-05-14 10:15 UTC 

[PATCH 0/3] kernel/pid: Remove default pid_max value
 2024-05-13 17:30 UTC  (6+ messages)
` [PATCH 1/3] tracing: Remove dependency of saved_cmdlines_buffer on PID_MAX_DEFAULT
` [PATCH 2/3] kernel/pid: Remove default pid_max value

[PATCH] eventfs: Directly return NULL to avoid null point dereferenced
 2024-05-13  5:33 UTC  (4+ messages)
    ` [PATCH v2] eventfs: Fix a possible null pointer dereference in eventfs_find_events

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-05-13  2:57 UTC  (7+ messages)

[RFC PATCH v3 1/7] mm/damon/paddr: refactor DAMOS_PAGEOUT with migration_mode
 2024-05-12 18:00 UTC  (3+ messages)


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).