aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/kdoc/kdoc_files.py
diff options
context:
space:
mode:
authorTianyang Zhang <zhangtianyang@loongson.cn>2025-05-30 21:45:57 +0800
committerHuacai Chen <chenhuacai@loongson.cn>2025-05-30 21:45:57 +0800
commitee084fa96123ede8b0563a1b5a9b23adc43cd50d (patch)
tree243c4f2b06d6a927e48e6c1efadd90f047133d66 /scripts/lib/kdoc/kdoc_files.py
parentLoongArch: Preserve firmware configuration when desired (diff)
downloadlinux-ee084fa96123ede8b0563a1b5a9b23adc43cd50d.tar.gz
linux-ee084fa96123ede8b0563a1b5a9b23adc43cd50d.zip
LoongArch: Fix panic caused by NULL-PMD in huge_pte_offset()
ERROR INFO: CPU 25 Unable to handle kernel paging request at virtual address 0x0 ... Call Trace: [<900000000023c30c>] huge_pte_offset+0x3c/0x58 [<900000000057fd4c>] hugetlb_follow_page_mask+0x74/0x438 [<900000000051fee8>] __get_user_pages+0xe0/0x4c8 [<9000000000522414>] faultin_page_range+0x84/0x380 [<9000000000564e8c>] madvise_vma_behavior+0x534/0xa48 [<900000000056689c>] do_madvise+0x1bc/0x3e8 [<9000000000566df4>] sys_madvise+0x24/0x38 [<90000000015b9e88>] do_syscall+0x78/0x98 [<9000000000221f18>] handle_syscall+0xb8/0x158 In some cases, pmd may be NULL and rely on NULL as the return value for processing, so it is necessary to determine this situation here. Cc: stable@vger.kernel.org Fixes: bd51834d1cf6 ("LoongArch: Return NULL from huge_pte_offset() for invalid PMD") Signed-off-by: Tianyang Zhang <zhangtianyang@loongson.cn> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_files.py')
0 files changed, 0 insertions, 0 deletions
tin-pack-objects.c?h=v2.26.1&id=0ef95f72f878184fbce8d7c855ab4346c081abed&follow=1'>pack-objects: free preferred base memory after usageNicolas Pitre1-0/+28 2009-09-05make shallow repository deepening more network efficientNicolas Pitre1-2/+6 2009-09-03git-clone: add missing comma in --reference documentationMiklos Vajna1-1/+1 2009-09-02push: teach --quiet to suppress "Everything up-to-date"Jeff King1-1/+1 2009-09-02git-cvsserver: no longer use deprecated 'git-subcommand' commandsGerrit Pape1-20/+20 2009-09-02clone: disconnect transport after fetchingJeff King2-3/+7 2009-09-01status: list unmerged files much laterJohannes Sixt1-1/+1 2009-09-01stash: simplify defaulting to "save" and reject unknown optionsMatthieu Moy3-8/+39 2009-09-01builtin-apply.c: get rid of an unnecessary use of temporary arrayJunio C Hamano1-8/+6 2009-09-01builtin-pack-objects.c: avoid vlaJunio C Hamano1-1/+3 2009-08-31Style fixes, add a space after if/for/while.Brian Gianforcaro13-30/+28 2009-08-30fix approxidate parsing of relative months and yearsJeff King2-3/+6