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

(-)linux-2.6.18-hardened-r2/arch/i386/kernel/ioport.c (+1 lines)
Lines 17-22 Link Here
17
#include <linux/slab.h>
17
#include <linux/slab.h>
18
#include <linux/thread_info.h>
18
#include <linux/thread_info.h>
19
#include <linux/grsecurity.h>
19
#include <linux/grsecurity.h>
20
#include <linux/grinternal.h>
20
21
21
/* Set EXTENT bits starting at BASE in BITMAP to value TURN_ON. */
22
/* Set EXTENT bits starting at BASE in BITMAP to value TURN_ON. */
22
static void set_bitmap(unsigned long *bitmap, unsigned int base, unsigned int extent, int new_value)
23
static void set_bitmap(unsigned long *bitmap, unsigned int base, unsigned int extent, int new_value)
(-)linux-2.6.18-hardened-r2/drivers/char/mem.c (+1 lines)
Lines 27-32 Link Here
27
#include <linux/bootmem.h>
27
#include <linux/bootmem.h>
28
#include <linux/pipe_fs_i.h>
28
#include <linux/pipe_fs_i.h>
29
#include <linux/grsecurity.h>
29
#include <linux/grsecurity.h>
30
#include <linux/grinternal.h>
30
31
31
#include <asm/uaccess.h>
32
#include <asm/uaccess.h>
32
#include <asm/io.h>
33
#include <asm/io.h>

Return to bug 157409