linux/arch
Linus Torvalds a0e752bda2 Probes update for v6.13:
Kprobes cleanups. Functionality does not change.
 - kprobes: Cleanup the config comment
   Adjust #endif comments.
 - kprobes: Cleanup collect_one_slot() and __disable_kprobe()
   Make fail fast to reduce code nested level.
 - kprobes: Use struct_size() in __get_insn_slot()
   Use struct_size() to avoid special macro.
 - x86/kprobes: Cleanup kprobes on ftrace code
   Use macro instead of direct field access/magic number, and avoid
   redundant instruction pointer setting.
 -----BEGIN PGP SIGNATURE-----
 
 iQFPBAABCgA5FiEEh7BulGwFlgAOi5DV2/sHvwUrPxsFAmc6vhwbHG1hc2FtaS5o
 aXJhbWF0c3VAZ21haWwuY29tAAoJENv7B78FKz8bxowIALFYrdLV2ofWRy7/lNkP
 6Bv1DkBQ/Xy/ABZ4lAqdgTZrf7Cz8TdPZUL1UOowxW3Cl09PYcpqlUlw/XldvI5j
 fukkwL9rXNgJfYbau+QG9E5c7mNakexDLBKCZGvnDDuKj0f1aauhwZmpJbNgz1Y6
 dUgfFgDJXSArnVKxfZvOhL1tbxYPJUhzNc339p8PVD8r/OUKEZo2EReds3DM40Zq
 wtwyKqWmawTjRud0ZtgkaWiK1d+QKa07h+GnXi1wUy98A2yGp3fcLuxvjBUMqsCD
 uzWkY3MikXIZJ/ijxUsMGBRisD4ozqozlQ4wIxCuahRntl9b/d9jXqKY7RTvy6Vw
 r+Y=
 =n4ST
 -----END PGP SIGNATURE-----

Merge tag 'probes-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace

Pull probes updates from Masami Hiramatsu:
 "Kprobes cleanups. Functionality does not change.

   - kprobes: Cleanup the config comment

     Adjust #endif comments.

   - kprobes: Cleanup collect_one_slot() and __disable_kprobe()

     Make fail fast to reduce code nested level.

   - kprobes: Use struct_size() in __get_insn_slot()

     Use struct_size() to avoid special macro.

   - x86/kprobes: Cleanup kprobes on ftrace code

     Use macro instead of direct field access/magic number, and avoid
     redundant instruction pointer setting"

* tag 'probes-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
  x86/kprobes: Cleanup kprobes on ftrace code
  kprobes: Use struct_size() in __get_insn_slot()
  kprobes: Cleanup collect_one_slot() and __disable_kprobe()
  kprobes: Cleanup the config comment
2024-11-20 09:36:05 -08:00
..
alpha First step of consolidating the VDSO data page handling: 2024-11-19 16:09:13 -08:00
arc vdso: Introduce vdso/page.h 2024-10-16 00:13:04 +02:00
arm A rather large update for timekeeping and timers: 2024-11-19 16:35:06 -08:00
arm64 First step of consolidating the VDSO data page handling: 2024-11-19 16:09:13 -08:00
csky csky/vdso: Remove arch_vma_name() 2024-11-02 12:37:32 +01:00
hexagon vdso: Introduce vdso/page.h 2024-10-16 00:13:04 +02:00
loongarch First step of consolidating the VDSO data page handling: 2024-11-19 16:09:13 -08:00
m68k First step of consolidating the VDSO data page handling: 2024-11-19 16:09:13 -08:00
microblaze First step of consolidating the VDSO data page handling: 2024-11-19 16:09:13 -08:00
mips A rather large update for timekeeping and timers: 2024-11-19 16:35:06 -08:00
nios2 vdso: Introduce vdso/page.h 2024-10-16 00:13:04 +02:00
openrisc vdso: Introduce vdso/page.h 2024-10-16 00:13:04 +02:00
parisc First step of consolidating the VDSO data page handling: 2024-11-19 16:09:13 -08:00
powerpc A rather large update for timekeeping and timers: 2024-11-19 16:35:06 -08:00
riscv A rather large update for timekeeping and timers: 2024-11-19 16:35:06 -08:00
s390 First step of consolidating the VDSO data page handling: 2024-11-19 16:09:13 -08:00
sh First step of consolidating the VDSO data page handling: 2024-11-19 16:09:13 -08:00
sparc First step of consolidating the VDSO data page handling: 2024-11-19 16:09:13 -08:00
um vdso: Introduce vdso/page.h 2024-10-16 00:13:04 +02:00
x86 Probes update for v6.13: 2024-11-20 09:36:05 -08:00
xtensa First step of consolidating the VDSO data page handling: 2024-11-19 16:09:13 -08:00
.gitignore
Kconfig First step of consolidating the VDSO data page handling: 2024-11-19 16:09:13 -08:00