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
certs
.gitignore -rw-r--r-- 70 bytes
Kconfig -rw-r--r-- 7.5 KB
Makefile -rw-r--r-- 2.1 KB
ap.c -rw-r--r-- 2.0 KB
chan.c -rw-r--r-- 37.3 KB
core.c -rw-r--r-- 41.6 KB
core.h -rw-r--r-- 18.4 KB
debugfs.c -rw-r--r-- 2.9 KB
debugfs.h -rw-r--r-- 339 bytes
ethtool.c -rw-r--r-- 843 bytes
ibss.c -rw-r--r-- 12.3 KB
lib80211.c -rw-r--r-- 6.6 KB
lib80211_crypt_ccmp.c -rw-r--r-- 10.7 KB
lib80211_crypt_tkip.c -rw-r--r-- 19.2 KB
lib80211_crypt_wep.c -rw-r--r-- 6.0 KB
mesh.c -rw-r--r-- 8.2 KB
mlme.c -rw-r--r-- 31.1 KB
nl80211.c -rw-r--r-- 542.1 KB
nl80211.h -rw-r--r-- 4.6 KB
ocb.c -rw-r--r-- 1.9 KB
of.c -rw-r--r-- 3.4 KB
pmsr.c -rw-r--r-- 17.6 KB
radiotap.c -rw-r--r-- 11.8 KB
rdev-ops.h -rw-r--r-- 42.9 KB
reg.c -rw-r--r-- 113.2 KB
reg.h -rw-r--r-- 7.2 KB
scan.c -rw-r--r-- 85.2 KB
sme.c -rw-r--r-- 42.2 KB
sysfs.c -rw-r--r-- 4.0 KB
sysfs.h -rw-r--r-- 222 bytes
trace.c -rw-r--r-- 102 bytes
trace.h -rw-r--r-- 108.1 KB
util.c -rw-r--r-- 62.4 KB
wext-compat.c -rw-r--r-- 40.7 KB
wext-compat.h -rw-r--r-- 2.3 KB
wext-core.c -rw-r--r-- 32.2 KB
wext-priv.c -rw-r--r-- 6.9 KB
wext-proc.c -rw-r--r-- 3.6 KB
wext-sme.c -rw-r--r-- 9.1 KB
wext-spy.c -rw-r--r-- 6.5 KB

back to top