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
40x
44x
52xx
83xx
85xx
32-bit.config -rw-r--r-- 26 bytes
64-bit.config -rw-r--r-- 15 bytes
85xx-32bit.config -rw-r--r-- 90 bytes
85xx-64bit.config -rw-r--r-- 103 bytes
85xx-hw.config -rw-r--r-- 3.0 KB
85xx-smp.config -rw-r--r-- 31 bytes
86xx-hw.config -rw-r--r-- 2.3 KB
86xx-smp.config -rw-r--r-- 30 bytes
adder875_defconfig -rw-r--r-- 1.1 KB
altivec.config -rw-r--r-- 17 bytes
amigaone_defconfig -rw-r--r-- 2.6 KB
be.config -rw-r--r-- 24 bytes
book3s_32.config -rw-r--r-- 38 bytes
cell_defconfig -rw-r--r-- 4.7 KB
chrp32_defconfig -rw-r--r-- 2.6 KB
corenet_base.config -rw-r--r-- 48 bytes
debug.config -rw-r--r-- 22 bytes
disable-werror.config -rw-r--r-- 28 bytes
dpaa.config -rw-r--r-- 97 bytes
ep8248e_defconfig -rw-r--r-- 1.5 KB
ep88xc_defconfig -rw-r--r-- 1.2 KB
fsl-emb-nonhw.config -rw-r--r-- 2.6 KB
g5_defconfig -rw-r--r-- 5.6 KB
gamecube_defconfig -rw-r--r-- 2.1 KB
guest.config -rw-r--r-- 278 bytes
holly_defconfig -rw-r--r-- 1.3 KB
kvm_guest.config l--------- 40 bytes
le.config -rw-r--r-- 27 bytes
linkstation_defconfig -rw-r--r-- 3.0 KB
maple_defconfig -rw-r--r-- 2.3 KB
mgcoge_defconfig -rw-r--r-- 1.8 KB
microwatt_defconfig -rw-r--r-- 2.8 KB
mpc512x_defconfig -rw-r--r-- 2.5 KB
mpc5200_defconfig -rw-r--r-- 2.7 KB
mpc83xx_defconfig -rw-r--r-- 2.1 KB
mpc85xx_base.config -rw-r--r-- 439 bytes
mpc866_ads_defconfig -rw-r--r-- 890 bytes
mpc86xx_base.config -rw-r--r-- 147 bytes
mpc885_ads_defconfig -rw-r--r-- 1.8 KB
mvme5100_defconfig -rw-r--r-- 2.9 KB
pasemi_defconfig -rw-r--r-- 3.5 KB
pmac32_defconfig -rw-r--r-- 6.6 KB
powernv_defconfig -rw-r--r-- 7.3 KB
ppc40x_defconfig -rw-r--r-- 1.5 KB
ppc44x_defconfig -rw-r--r-- 2.0 KB
ppc64_defconfig -rw-r--r-- 10.0 KB
ppc64e_defconfig -rw-r--r-- 5.1 KB
ppc64le.config -rw-r--r-- 42 bytes
ppc6xx_defconfig -rw-r--r-- 24.8 KB
ps3_defconfig -rw-r--r-- 3.8 KB
security.config -rw-r--r-- 468 bytes
skiroot_defconfig -rw-r--r-- 7.8 KB
storcenter_defconfig -rw-r--r-- 1.6 KB
tqm8xx_defconfig -rw-r--r-- 1.3 KB
wii_defconfig -rw-r--r-- 2.7 KB

back to top