Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Pull arm64 fixes from Will Deacon: - Fix double-evaluation of 'pte' macro argument when using 52-bit PAs - Fix signedness of some MTE prctl PR_* constants - Fix kmemleak memory usage by skipping early pgtable allocations - Fix printing of CPU feature register strings - Remove redundant -nostdlib linker flag for vDSO binaries * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: arm64: pgtable: make __pte_to_phys/__phys_to_pte_val inline functions arm64: Track no early_pgtable_alloc() for kmemleak arm64: mte: change PR_MTE_TCF_NONE back into an unsigned long arm64: vdso: remove -nostdlib compiler flag arm64: arm64_ftr_reg->name may not be a human-readable string
No related branches found
No related tags found
Showing
- arch/arm/mm/kasan_init.c 1 addition, 1 deletionarch/arm/mm/kasan_init.c
- arch/arm64/include/asm/pgtable.h 9 additions, 3 deletionsarch/arm64/include/asm/pgtable.h
- arch/arm64/kernel/cpufeature.c 7 additions, 3 deletionsarch/arm64/kernel/cpufeature.c
- arch/arm64/kernel/vdso/Makefile 1 addition, 1 deletionarch/arm64/kernel/vdso/Makefile
- arch/arm64/kernel/vdso32/Makefile 1 addition, 1 deletionarch/arm64/kernel/vdso32/Makefile
- arch/arm64/mm/kasan_init.c 3 additions, 2 deletionsarch/arm64/mm/kasan_init.c
- arch/arm64/mm/mmu.c 2 additions, 1 deletionarch/arm64/mm/mmu.c
- include/linux/memblock.h 1 addition, 1 deletioninclude/linux/memblock.h
- include/uapi/linux/prctl.h 1 addition, 1 deletioninclude/uapi/linux/prctl.h
- mm/memblock.c 6 additions, 3 deletionsmm/memblock.c
- tools/include/uapi/linux/prctl.h 1 addition, 1 deletiontools/include/uapi/linux/prctl.h
Loading
Please register or sign in to comment