Revision 4ffd96c9621fcec3b84f3f997e036cc7077ec465 authored by Linus Torvalds on 19 May 2023, 18:05:42 UTC, committed by Linus Torvalds on 19 May 2023, 18:05:42 UTC
Pull arm64 fixes from Will Deacon:
 "A mixture of compiler/static checker resolutions and a couple of MTE
  fixes:

   - Avoid erroneously marking untagged pages with PG_mte_tagged

   - Always reset KASAN tags for destination page in copy_page()

   - Mark PMU header functions 'static inline'

   - Fix some sparse warnings due to missing casts"

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
  arm64: mte: Do not set PG_mte_tagged if tags were not initialized
  arm64: Also reset KASAN tag if page is not PG_mte_tagged
  arm64: perf: Mark all accessor functions inline
  ARM: perf: Mark all accessor functions inline
  arm64: vdso: Pass (void *) to virt_to_page()
  arm64/mm: mark private VM_FAULT_X defines as vm_fault_t
2 parent s 46be92e + c4c597f
History
File Mode Size
Kconfig -rw-r--r-- 516 bytes
Makefile -rw-r--r-- 362 bytes
ast.c -rw-r--r-- 6.9 KB
ast.h -rw-r--r-- 1.4 KB
config.c -rw-r--r-- 22.7 KB
config.h -rw-r--r-- 1.4 KB
debug_fs.c -rw-r--r-- 21.6 KB
dir.c -rw-r--r-- 7.3 KB
dir.h -rw-r--r-- 889 bytes
dlm_internal.h -rw-r--r-- 22.1 KB
lock.c -rw-r--r-- 155.8 KB
lock.h -rw-r--r-- 3.0 KB
lockspace.c -rw-r--r-- 21.5 KB
lockspace.h -rw-r--r-- 1.3 KB
lowcomms.c -rw-r--r-- 48.3 KB
lowcomms.h -rw-r--r-- 2.0 KB
lvb_table.h -rw-r--r-- 541 bytes
main.c -rw-r--r-- 1.8 KB
member.c -rw-r--r-- 16.5 KB
member.h -rw-r--r-- 1.3 KB
memory.c -rw-r--r-- 3.7 KB
memory.h -rw-r--r-- 1.3 KB
midcomms.c -rw-r--r-- 39.9 KB
midcomms.h -rw-r--r-- 1.7 KB
plock.c -rw-r--r-- 11.5 KB
rcom.c -rw-r--r-- 17.0 KB
rcom.h -rw-r--r-- 987 bytes
recover.c -rw-r--r-- 22.9 KB
recover.h -rw-r--r-- 1.3 KB
recoverd.c -rw-r--r-- 8.8 KB
recoverd.h -rw-r--r-- 781 bytes
requestqueue.c -rw-r--r-- 5.0 KB
requestqueue.h -rw-r--r-- 736 bytes
user.c -rw-r--r-- 25.0 KB
user.h -rw-r--r-- 412 bytes
util.c -rw-r--r-- 1.6 KB
util.h -rw-r--r-- 545 bytes

back to top