https://github.com/torvalds/linux
Revision 6e7f2eacf09811d092c1b41263108ac7fe0d089d authored by Linus Torvalds on 07 May 2020, 16:55:58 UTC, committed by Linus Torvalds on 07 May 2020, 16:55:58 UTC
Pull arm64 fix from Catalin Marinas:
 "Avoid potential NULL dereference in huge_pte_alloc() on pmd_alloc()
  failure"

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
  arm64: hugetlb: avoid potential NULL dereference
2 parent s 8c16ec9 + 027d0c7
Raw File
Tip revision: 6e7f2eacf09811d092c1b41263108ac7fe0d089d authored by Linus Torvalds on 07 May 2020, 16:55:58 UTC
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Tip revision: 6e7f2ea
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top