Files
linux/arch/arm64/include/asm
Linus Torvalds 5ad6e7ba98 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Pull arm64 fixes from Catalin Marinas:

 - Another fix for rodata=full. Since rodata= is not a simple boolean on
   arm64 (accepting 'full' as well), it got inadvertently broken by
   changes in the core code. If rodata=on is the default and rodata=off
   is passed on the kernel command line, rodata_full is never disabled

 - Fix gcc compiler warning of shifting 0xc0 into bits 31:24 without an
   explicit conversion to u32 (triggered by the AMPERE1 MIDR definition)

 - Include asm/ptrace.h in asm/syscall_wrapper.h to fix an incomplete
   struct pt_regs type causing the BPF verifier to refuse to load a
   tracing program which accesses pt_regs

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
  arm64/syscall: Include asm/ptrace.h in syscall_wrapper header.
  arm64: Fix bit-shifting UB in the MIDR_CPU_MODEL() macro
  arm64: fix rodata=full again
2022-11-11 17:10:13 -08:00
..
2020-09-07 15:00:52 +01:00
2022-09-26 10:13:14 -07:00
2022-04-13 12:16:00 -07:00
2022-06-23 18:22:44 +01:00
2020-12-02 19:49:11 +00:00
2022-09-26 10:13:14 -07:00
2021-10-21 10:45:22 +01:00
2022-09-06 18:53:52 +01:00
2022-07-11 21:04:58 +02:00
2021-03-24 20:19:30 +00:00
2022-09-26 10:13:14 -07:00
2020-09-11 16:33:43 +01:00
2021-10-01 14:54:45 +01:00
2022-07-22 17:34:57 -05:00
2022-02-19 11:11:09 +01:00
2022-08-23 11:02:02 +01:00
2022-09-16 12:17:03 +01:00