Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux

Pull ARM64 fix from Catalin Marinas:
"ARM64 fix to avoid potential TLB conflict when CONFIG_RANDOMIZE_BASE
is enabled"

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
arm64: avoid TLB conflict with CONFIG_RANDOMIZE_BASE

+3
+3
arch/arm64/kernel/head.S
··· 757 757 isb 758 758 bl __create_page_tables // recreate kernel mapping 759 759 760 + tlbi vmalle1 // Remove any stale TLB entries 761 + dsb nsh 762 + 760 763 msr sctlr_el1, x19 // re-enable the MMU 761 764 isb 762 765 ic iallu // flush instructions fetched