SOURCES (Titanium): linux-2.6-grsecurity.patch - fixed arch/x86/mm/extable....

hawk hawk at pld-linux.org
Mon May 19 12:26:14 CEST 2008


Author: hawk                         Date: Mon May 19 10:26:14 2008 GMT
Module: SOURCES                       Tag: Titanium
---- Log message:
- fixed arch/x86/mm/extable.c:59: error: 'struct pt_regs' has no member named
  'eflags', thx zbyniu

---- Files affected:
SOURCES:
   linux-2.6-grsecurity.patch (1.1.2.10 -> 1.1.2.11) 

---- Diffs:

================================================================
Index: SOURCES/linux-2.6-grsecurity.patch
diff -u SOURCES/linux-2.6-grsecurity.patch:1.1.2.10 SOURCES/linux-2.6-grsecurity.patch:1.1.2.11
--- SOURCES/linux-2.6-grsecurity.patch:1.1.2.10	Sun May 18 20:58:20 2008
+++ SOURCES/linux-2.6-grsecurity.patch	Mon May 19 12:26:08 2008
@@ -9437,7 +9437,7 @@
  
  #ifdef CONFIG_PNPBIOS
 -	if (unlikely(SEGMENT_IS_PNP_CODE(regs->cs))) {
-+	if (unlikely(!(regs->eflags & VM_MASK) && SEGMENT_IS_PNP_CODE(regs->cs))) {
++	if (unlikely(!(regs->flags & VM_MASK) && SEGMENT_IS_PNP_CODE(regs->cs))) {
  		extern u32 pnp_bios_fault_eip, pnp_bios_fault_esp;
  		extern u32 pnp_bios_is_utter_crap;
  		pnp_bios_is_utter_crap = 1;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/linux-2.6-grsecurity.patch?r1=1.1.2.10&r2=1.1.2.11&f=u



More information about the pld-cvs-commit mailing list