-
- Downloads
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Pull arm64 fixes from Will Deacon: "Ryan's been hard at work finding and fixing mm bugs in the arm64 code, so here's a small crop of fixes for -rc5. The main changes are to fix our zapping of non-present PTEs for hugetlb entries created using the contiguous bit in the page-table rather than a block entry at the level above. Prior to these fixes, we were pulling the contiguous bit back out of the PTE in order to determine the size of the hugetlb page but this is clearly bogus if the thing isn't present and consequently both the clearing of the PTE(s) and the TLB invalidation were unreliable. Although the problem was found by code inspection, we really don't want this sitting around waiting to trigger and the changes are CC'd to stable accordingly. Note that the diffstat looks a lot worse than it really is; huge_ptep_get_and_clear() now takes a size argument from the core code and so all the ...
Showing
- arch/arm64/include/asm/hugetlb.h 18 additions, 8 deletionsarch/arm64/include/asm/hugetlb.h
- arch/arm64/mm/hugetlbpage.c 25 additions, 36 deletionsarch/arm64/mm/hugetlbpage.c
- arch/arm64/mm/init.c 1 addition, 6 deletionsarch/arm64/mm/init.c
- arch/loongarch/include/asm/hugetlb.h 4 additions, 2 deletionsarch/loongarch/include/asm/hugetlb.h
- arch/mips/include/asm/hugetlb.h 4 additions, 2 deletionsarch/mips/include/asm/hugetlb.h
- arch/parisc/include/asm/hugetlb.h 1 addition, 1 deletionarch/parisc/include/asm/hugetlb.h
- arch/parisc/mm/hugetlbpage.c 1 addition, 1 deletionarch/parisc/mm/hugetlbpage.c
- arch/powerpc/include/asm/hugetlb.h 4 additions, 2 deletionsarch/powerpc/include/asm/hugetlb.h
- arch/riscv/include/asm/hugetlb.h 2 additions, 1 deletionarch/riscv/include/asm/hugetlb.h
- arch/riscv/mm/hugetlbpage.c 1 addition, 1 deletionarch/riscv/mm/hugetlbpage.c
- arch/s390/include/asm/hugetlb.h 12 additions, 4 deletionsarch/s390/include/asm/hugetlb.h
- arch/s390/mm/hugetlbpage.c 2 additions, 2 deletionsarch/s390/mm/hugetlbpage.c
- arch/sparc/include/asm/hugetlb.h 1 addition, 1 deletionarch/sparc/include/asm/hugetlb.h
- arch/sparc/mm/hugetlbpage.c 1 addition, 1 deletionarch/sparc/mm/hugetlbpage.c
- include/asm-generic/hugetlb.h 1 addition, 1 deletioninclude/asm-generic/hugetlb.h
- include/linux/hugetlb.h 3 additions, 1 deletioninclude/linux/hugetlb.h
- mm/hugetlb.c 2 additions, 2 deletionsmm/hugetlb.c
Loading
Please register or sign in to comment