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-- 1.2 KB
Makefile -rw-r--r-- 287 bytes
acl.c -rw-r--r-- 7.8 KB
acl.h -rw-r--r-- 1.6 KB
cache.c -rw-r--r-- 1.7 KB
cache.h -rw-r--r-- 572 bytes
fid.c -rw-r--r-- 7.3 KB
fid.h -rw-r--r-- 1.9 KB
v9fs.c -rw-r--r-- 16.1 KB
v9fs.h -rw-r--r-- 8.0 KB
v9fs_vfs.h -rw-r--r-- 3.3 KB
vfs_addr.c -rw-r--r-- 9.3 KB
vfs_dentry.c -rw-r--r-- 2.4 KB
vfs_dir.c -rw-r--r-- 5.4 KB
vfs_file.c -rw-r--r-- 13.9 KB
vfs_inode.c -rw-r--r-- 33.5 KB
vfs_inode_dotl.c -rw-r--r-- 25.1 KB
vfs_super.c -rw-r--r-- 7.4 KB
xattr.c -rw-r--r-- 4.9 KB
xattr.h -rw-r--r-- 887 bytes

back to top