linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-05 18:18:02 to 2023-07-10 21:40:26 UTC [more...]

[PATCH 0/2] Ftrace direct call samples improvements
 2023-07-10 21:40 UTC  (4+ messages)

[PATCH v3 00/10] tracing: introducing eventfs
 2023-07-10 21:09 UTC  (14+ messages)
` [PATCH v3 03/10] eventfs: adding eventfs dir add functions

[PATCH v2 00/15] spi: Header and core clean up and refactoring
 2023-07-10 17:31 UTC  (25+ messages)
` [PATCH v2 01/15] spi: Remove unneeded OF node NULL checks
` [PATCH v2 02/15] spi: Drop duplicate IDR allocation code in spi_register_controller()
` [PATCH v2 03/15] spi: Replace if-else-if by bitops and multiplications
` [PATCH v2 04/15] spi: Replace open coded spi_controller_xfer_timeout()
` [PATCH v2 05/15] spi: Remove code duplication in spi_add_device_locked()
` [PATCH v2 06/15] spi: Use sysfs_emit() to instead of s*printf()
` [PATCH v2 07/15] spi: Sort headers alphabetically
` [PATCH v2 08/15] spi: Clean up headers
` [PATCH v2 09/15] spi: Use struct_size() helper
` [PATCH v2 10/15] spi: Use predefined constants from bits.h and units.h
` [PATCH v2 11/15] spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RX
` [PATCH v2 12/15] spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RX
` [PATCH v2 13/15] spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
` [PATCH v2 14/15] spi: Convert to SPI_CONTROLLER_HALF_DUPLEX
` [PATCH v2 15/15] spi: Fix spelling typos and acronyms capitalization

[PATCH] exfat: Add ftrace support for exfat and add some tracepoints
 2023-07-10 16:51 UTC  (4+ messages)

[RFC PATCH 0/2] x86: kprobes: Fix CFI_CLANG related issues
 2023-07-10 16:21 UTC  (8+ messages)
` [RFC PATCH 1/2] kprobes: Prohibit probing on CFI preamble symbol
` [RFC PATCH 2/2] x86/kprobes: Prohibit probing on compiler generated CFI checking code

[PATCH] ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()
 2023-07-10 21:29 UTC  (2+ messages)

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-10 13:32 UTC  (19+ messages)
` [PATCH v2 07/92] fs: add ctime accessors infrastructure
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
      ` [apparmor] "
` [PATCH v2 92/92] fs: rename i_ctime field to __i_ctime
` [PATCH v2 00/92] fs: new accessors for inode->i_ctime

[PATCH] kernel: kprobes: Remove unnecessary ‘0’ values
 2023-07-11 18:53 UTC  (2+ messages)

[PATCH] ring-buffer: Fix deadloop issue on reading trace_pipe
 2023-07-10  1:37 UTC  (3+ messages)

[PATCH 0/2] x86/retpoline,kprobes: Fix the [__indirect_thunk_start, ..end] range
 2023-07-09 15:25 UTC  (12+ messages)
` [PATCH 2/2] x86/retpoline,kprobes: Avoid treating rethunk as an indirect jump

[PATCH v7 bpf-next 00/11] bpf: Support ->fill_link_info for kprobe_multi and perf_event links
 2023-07-09  2:56 UTC  (11+ messages)
` [PATCH v7 bpf-next 01/10] bpf: Support ->fill_link_info for kprobe_multi
` [PATCH v7 bpf-next 02/10] bpftool: Dump the kernel symbol's module name
` [PATCH v7 bpf-next 03/10] bpftool: Show kprobe_multi link info
` [PATCH v7 bpf-next 04/10] bpf: Protect probed address based on kptr_restrict setting
` [PATCH v7 bpf-next 05/10] bpf: Clear the probe_addr for uprobe
` [PATCH v7 bpf-next 06/10] bpf: Expose symbol's respective address
` [PATCH v7 bpf-next 07/10] bpf: Add a common helper bpf_copy_to_user()
` [PATCH v7 bpf-next 08/10] bpf: Support ->fill_link_info for perf_event
` [PATCH v7 bpf-next 09/10] bpftool: Add perf event names
` [PATCH v7 bpf-next 10/10] bpftool: Show perf link info

[bug report] x86/ftrace: Make function graph use ftrace directly
 2023-07-08 13:48 UTC  (4+ messages)

[PATCH v3 0/4] tracing/probes: Fix bugs in process_fetch_insn
 2023-07-08  2:48 UTC  (5+ messages)
` [PATCH v3 1/4] tracing/probes: Fix to avoid double count of the string length on the array
` [PATCH v3 2/4] tracing/probes: Fix not to count error code to total length
` [PATCH v3 3/4] Revert "tracing: Add "(fault)" name injection to kernel probes"
` [PATCH v3 4/4] tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if fails

[PATCH v2 0/4] tracing/probes: Fix bugs in process_fetch_insn
 2023-07-08  1:30 UTC  (9+ messages)
` [PATCH v2 1/4] tracing/probes: Fix to avoid double count of the string length on the array
` [PATCH v2 2/4] tracing/probes: Fix not to count error code to total length
` [PATCH v2 3/4] Revert "tracing: Add "(fault)" name injection to kernel probes"
` [PATCH v2 4/4] tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if fails

[syzbot] [block?] [trace?] WARNING in blk_register_tracepoints
 2023-07-07 22:32 UTC 

[PATCH v2 0/9] tracing/filters: filtering event fields with a cpumask
 2023-07-07 17:21 UTC  (10+ messages)
` [PATCH v2 1/9] tracing/filters: Dynamically allocate filter_pred.regex
` [PATCH v2 2/9] tracing/filters: Enable filtering a cpumask field by another cpumask
` [PATCH v2 3/9] tracing/filters: Enable filtering a scalar field by a cpumask
` [PATCH v2 4/9] tracing/filters: Enable filtering the CPU common "
` [PATCH v2 5/9] tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a single CPU
` [PATCH v2 6/9] tracing/filters: Optimise scalar vs cpumask filtering when the "
` [PATCH v2 7/9] tracing/filters: Optimise CPU "
` [PATCH v2 8/9] tracing/filters: Further optimise scalar vs cpumask comparison
` [PATCH v2 9/9] tracing/filters: Document cpumask filtering

[PATCH] fprobes: Add a comment why fprobe_kprobe_handler exits if kprobe is running
 2023-07-07 16:55 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 123212f53f3e394c1ae69a58c05dfdda56fec8c6
 2023-07-07 15:11 UTC 

[PATCH v11 00/11] tracing: Add fprobe/tracepoint events
 2023-07-07 14:17 UTC  (4+ messages)
` [PATCH v11 02/11] tracing/probes: Add fprobe events for tracing function entry and exit

[PATCH v13 00/12] tracing: Add fprobe/tracepoint events
 2023-07-07 14:12 UTC  (4+ messages)
` [PATCH v13 09/12] tracing/probes: Add BTF retval type support

[PATCH v2] fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_free()
 2023-07-07 14:03 UTC 

[PATCH 0/3] tracing/probes: Fix bugs in process_fetch_insn
 2023-07-07  7:07 UTC  (12+ messages)
` [PATCH 2/3] tracing/probes: Fix to exit fetching if an error is detected
` [PATCH 3/3] tracing/probes: Fix return value when "(fault)" is injected

[RFC][PATCH 00/10] KEYS: Introduce user asymmetric keys and signatures
 2023-07-07  7:03 UTC  (15+ messages)
` [RFC][PATCH 01/10] crypto: Export public key algorithm information
` [RFC][PATCH 02/10] crypto: Export signature encoding information
` [RFC][PATCH 03/10] KEYS: asymmetric: Introduce a parser for user asymmetric keys and sigs
` [RFC][PATCH 04/10] KEYS: asymmetric: Introduce the user asymmetric key parser
` [RFC][PATCH 05/10] KEYS: asymmetric: Introduce the user asymmetric key signature parser
` [RFC][PATCH 06/10] verification: Add verify_uasym_signature() and verify_uasym_sig_message()
` [RFC][PATCH 07/10] KEYS: asymmetric: Preload user asymmetric keys from a keyring blob
` [RFC][PATCH 08/10] KEYS: Introduce load_uasym_keyring()
` [RFC][PATCH 09/10] bpf: Introduce bpf_verify_uasym_signature() kfunc
` [RFC][PATCH 10/10] selftests/bpf: Prepare a test for user asymmetric key signatures
` [RFC][GNUPG][PATCH 1/2] Convert PGP keys to the user asymmetric keys format
` [RFC][GNUPG][PATCH 2/2] Convert PGP signatures to the user asymmetric key signatures format

[PATCH v6 bpf-next 00/11] bpf: Support ->fill_link_info for kprobe_multi and perf_event links
 2023-07-07  1:52 UTC  (9+ messages)
` [PATCH v6 bpf-next 01/11] bpf: Support ->fill_link_info for kprobe_multi
` [PATCH v6 bpf-next 07/11] bpf: Add a common helper bpf_copy_to_user()
` [PATCH v6 bpf-next 08/11] bpf: Add bpf_perf_link_fill_common()

[PATCH] fprobe: Release rethook after the ftrace_ops is unregistered
 2023-07-07  0:17 UTC  (7+ messages)
` [PATCH] fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_free()

[PATCH v2] fprobe: add unlock to match a succeeded ftrace_test_recursion_trylock
 2023-07-07  0:15 UTC  (3+ messages)

[RFC PATCH 00/14] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-07-06 18:05 UTC  (28+ messages)
` [RFC PATCH 02/14] tracing/filters: Enable filtering a cpumask field by another cpumask
` [RFC PATCH 03/14] tracing/filters: Enable filtering a scalar field by a cpumask
` [RFC PATCH 08/14] BROKEN: context_tracking: Make context_tracking_key __ro_after_init
` [RFC PATCH 09/14] x86/kvm: Make kvm_async_pf_enabled __ro_after_init
` [RFC PATCH 10/14] x86/sev-es: Make sev_es_enable_key __ro_after_init
` [RFC PATCH 11/14] context-tracking: Introduce work deferral infrastructure
` [RFC PATCH 12/14] context_tracking,x86: Defer kernel text patching IPIs
` [RFC PATCH 13/14] context_tracking,x86: Add infrastructure to defer kernel TLBI
` [RFC PATCH 14/14] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCH v3] kernel/trace: Fix cleanup logic of enable_trace_eprobe
 2023-07-06 16:00 UTC  (2+ messages)

[PATCH] tracing/probes: Delete dead code in trace_eprobe_tp_update_arg()
 2023-07-06 15:52 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION c36ac601a98fb148147640bae219108ee81566f8
 2023-07-06 15:15 UTC 

[PATCH v2 77/92] tracefs: convert to ctime accessor functions
 2023-07-06 14:27 UTC  (3+ messages)

[PATCH] kernel: kprobes: Remove unnecessary ‘0’ values from ret
 2023-07-06 13:40 UTC  (2+ messages)

[PATCH] kprobes: Remove unnecessary ‘NULL’ values from correct_ret_addr
 2023-07-06 13:38 UTC  (2+ messages)

[PATCH] kprobes: Remove unnecessary ‘0’ values from ret
 2023-07-06 13:37 UTC  (2+ messages)

[RESEND][PATCH v2 0/3] Add basic tracing for uclamp and schedutil
 2023-07-06 11:14 UTC  (3+ messages)
` [RESEND][PATCH v2 1/3] sched/tp: Add new tracepoint to track uclamp set from user-space

[PATCH V11 0/5] riscv: Optimize function trace
 2023-07-06 10:10 UTC  (4+ messages)

[PATCH v4 1/2] ring-buffer: Introducing ring-buffer mapping functions
 2023-07-06  7:56 UTC  (2+ messages)

[PATCH v2] trace/kprobe: Display the actual notrace function when rejecting a probe
 2023-07-06  4:36 UTC  (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).