Re: [gentoo-hardened] ppp/pppoe(?) issue with hardened-source-2.6.36-r6

2011-01-13 Thread ungift-ed
On Thu, 06 Jan 2011 10:17:38 +0200 pagee...@freemail.hu wrote: > On 6 Jan 2011 at 10:57, ungift-ed wrote: > > > Jan 5 21:36:57 gate kernel: PAX: suspicious general protection fault: > > [#1] > > can you please follow http://en.wikibooks.org/wiki/Grsecurity/Reporting_Bugs ? > also try th

[gentoo-hardened] hardened-sources-2.6.36-r8

2011-01-13 Thread Tóth Attila
Compiling the recent hardened-sources results in the following error message, when irda is enabled: CC net/irda/af_irda.o net/irda/af_irda.c: In function ‘__irda_getsockopt’: net/irda/af_irda.c:2289:4: error: label ‘out’ used but not defined The changes causing it introduced recently. ---

Re: [gentoo-hardened] hardened-sources-2.6.36-r8

2011-01-13 Thread Tóth Attila
What about this one? --- af_irda.c 2011-01-13 20:41:26.0 +0100 +++ af_irda-dwokfur.c 2011-01-13 20:41:50.0 +0100 @@ -2286,7 +2286,7 @@ if (len < offset) { err = -EINVAL; - goto out; + goto bed;

Re: [gentoo-hardened] hardened-sources-2.6.36-r8

2011-01-13 Thread Matthew Thode
I had this issue with vanilla 2.6.32.27 patched with the 2.6.32.27 grsec patch (2-3 days ago). On Thu, Jan 13, 2011 at 14:38, "Tóth Attila" wrote: > Compiling the recent hardened-sources results in the following error > message, when irda is enabled: > > CC net/irda/af_irda.o > net/irda/af

Re: [gentoo-hardened] hardened-sources-2.6.36-r8

2011-01-13 Thread Matthew Thode
Spender said he just fixed that VERY recently. On Thu, Jan 13, 2011 at 15:10, Matthew Thode wrote: > I had this issue with vanilla 2.6.32.27 patched with the 2.6.32.27 grsec > patch (2-3 days ago). > > > On Thu, Jan 13, 2011 at 14:38, "Tóth Attila" wrote: > >> Compiling the recent hardened-sour

Re: [gentoo-hardened] hardened-sources-2.6.36-r8

2011-01-13 Thread pageexec
On 13 Jan 2011 at 20:38, "Tóth Attila" wrote: > Compiling the recent hardened-sources results in the following error > message, when irda is enabled: > > CC net/irda/af_irda.o > net/irda/af_irda.c: In function `__irda_getsockopt´: > net/irda/af_irda.c:2289:4: error: label `out´ used but not