Page 1 of 1

grsecurity-3.0-3.15.8-201407312007.patch

PostPosted: Thu Jul 31, 2014 10:37 pm
by x14sg1
Hello,

The grsecurity-3.0-3.15.8-201407312007.patch causes "refcount overflows" in ntpdate/ping
and a "size overflow detected" in atomic_add_return in my dmesg output.

The output of those msgs are in the dmesg file listed below. Also included are my kernel, config, and System.map

https://home.comcast.net/~x14sg1/System ... -grsec-smp
https://home.comcast.net/~x14sg1/config ... -grsec-smp
https://home.comcast.net/~x14sg1/vmlinu ... -grsec-smp
https://home.comcast.net/~x14sg1/dmesg

Re: grsecurity-3.0-3.15.8-201407312007.patch

PostPosted: Thu Jul 31, 2014 11:49 pm
by x14sg1
Forgot to mention, I see similar errors on a non-Virtualbox system running the same Kernel/config

Re: grsecurity-3.0-3.15.8-201407312007.patch

PostPosted: Fri Aug 01, 2014 3:36 am
by PaX Team
in net/ipv4/route.c:ip_idents_reserve() change the atomic_add_return to an atomic_add_return_unchecked and it should work.

Re: grsecurity-3.0-3.15.8-201407312007.patch

PostPosted: Fri Aug 01, 2014 3:54 am
by x14sg1
Thanks - that fixed it.