lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 19 Apr 2013 02:52:17 +0200
From:	Hannes Frederic Sowa <hannes@...essinduktion.org>
To:	Jesper Dangaard Brouer <brouer@...hat.com>
Cc:	Eric Dumazet <eric.dumazet@...il.com>,
	"David S. Miller" <davem@...emloft.net>, netdev@...r.kernel.org
Subject: Re: [net-next PATCH 2/3] net: fix enforcing of fragment queue hash list depth

On Thu, Apr 18, 2013 at 11:38:00PM +0200, Jesper Dangaard Brouer wrote:
> -	if (PTR_ERR(q) == -ENOBUFS)
> -		LIMIT_NETDEBUG(KERN_WARNING "%s%s", prefix, msg);
> +		LIMIT_NETDEBUG(KERN_WARNING "%s(): Fragment hash bucket"
> +			       " list length grew over limit (len %d),"
> +			       " Dropping another fragment.\n",
> +			       __func__, depth);
> +	}

Simple nice-to-have thingie: Do you see a simple possibility to add the
user (e.g.  ipv6/ipv6-netfilter/ipv4) to the warning?

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ