Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 808408
Collapse All | Expand All

(-)a/mm/vmalloc.c (-1 / +3 lines)
Lines 2511-2516 static void vm_remove_mappings(struct vm_struct *area, int deallocate_pages) Link Here
2511
2511
2512
	remove_vm_area(area->addr);
2512
	remove_vm_area(area->addr);
2513
2513
2514
	/* workaround mysterious double-free on vmalloc() for bpf. */
2515
	return;
2516
2514
	/* If this is not VM_FLUSH_RESET_PERMS memory, no need for the below. */
2517
	/* If this is not VM_FLUSH_RESET_PERMS memory, no need for the below. */
2515
	if (!flush_reset)
2518
	if (!flush_reset)
2516
		return;
2519
		return;
2517
- 

Return to bug 808408