Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit d13bf54

Browse files
committed
Fix merge conflict in mm/memory.c
1 parent 682eeb5 commit d13bf54

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

mm/memory.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3227,10 +3227,6 @@ static int do_anonymous_page(struct mm_struct *mm, struct vm_area_struct *vma,
32273227
if (vma->vm_flags & VM_SHARED)
32283228
return VM_FAULT_SIGBUS;
32293229

3230-
/* Check if we need to add a guard page to the stack */
3231-
if (check_stack_guard_page(vma, address) < 0)
3232-
return VM_FAULT_SIGSEGV;
3233-
32343230
/* Use the zero-page for reads */
32353231
if (!(flags & FAULT_FLAG_WRITE)) {
32363232
entry = pte_mkspecial(pfn_pte(my_zero_pfn(address),

0 commit comments

Comments
 (0)