Re: af_packet: tone down the Tx-ring unsupported spew.

2016-04-06 Thread David Miller
From: Dave Jones Date: Mon, 4 Apr 2016 15:11:50 -0400 > Trinity and other fuzzers can hit this WARN on far too easily, > resulting in a tainted kernel that hinders automated fuzzing. > > Replace it with a rate-limited printk. > > Signed-off-by: Dave Jones

Re: af_packet: tone down the Tx-ring unsupported spew.

2016-04-04 Thread Daniel Borkmann
On 04/04/2016 09:11 PM, Dave Jones wrote: Trinity and other fuzzers can hit this WARN on far too easily, resulting in a tainted kernel that hinders automated fuzzing. Replace it with a rate-limited printk. Signed-off-by: Dave Jones Acked-by: Daniel Borkmann

af_packet: tone down the Tx-ring unsupported spew.

2016-04-04 Thread Dave Jones
Trinity and other fuzzers can hit this WARN on far too easily, resulting in a tainted kernel that hinders automated fuzzing. Replace it with a rate-limited printk. Signed-off-by: Dave Jones diff --git a/net/packet/af_packet.c b/net/packet/af_packet.c index