Re: Brainy: User-Triggerable Kernel Memory Leak

2015-02-07 Thread Ted Unangst
Maxime Villard wrote: FWIW, it would be wise to propagate the fix to the stable branch(es). I guess people use compat-linux. We've decided not to release patches for this. It's not on by default (and i386 only) and as far as we know, mostly used for client machines. i.e., you can crash your

make ddb hangman harder

2015-02-07 Thread Claudio Jeker
de-static ip_mroute.c and fix ip6_mroute.c since it used the same function names. -- :wq Claudio Index: netinet/ip_mroute.c === RCS file: /cvs/src/sys/netinet/ip_mroute.c,v retrieving revision 1.75 diff -u -p -r1.75 ip_mroute.c ---

Re: OK... how dare you both even to not publish patches...

2015-02-07 Thread Ted Unangst
I received an inquiry about our errata process, so I'd thought clarify our policy for the community. We don't have a rigid set of rules determining which fixes qualify for backported fixes, but we consider the following criteria. Patches are rare, so it's important that we retain some flexibility

Re: netstat Makefile fix

2015-02-07 Thread Reyk Floeter
On Sun, Feb 08, 2015 at 02:53:32AM +0100, Claudio Jeker wrote: Do extend CFLAGS instead forcing it to just -Wall at least that way make DEBUG=-g works again. just also ran into it... OK -- :wq Claudio Index: Makefile ===