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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 11 Sep 2008 20:04:38 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	akpm@...ux-foundation.org
Cc:	gcoady.lk@...il.com, grant_lkml@...o.com.au,
	linux-kernel@...r.kernel.org, netdev@...r.kernel.org,
	netfilter-devel@...r.kernel.org
Subject: Re: [stable] regression in iptables: recent filter

From: Andrew Morton <akpm@...ux-foundation.org>
Date: Thu, 11 Sep 2008 20:01:33 -0700

> On Fri, 12 Sep 2008 11:53:35 +1000 Grant Coady <grant_lkml@...o.com.au> wrote:
> 
> > Hi there,
> > 
> > Last known good kernel: 2.6.24.7
> > 
> > # iptables -N calmrate
> > # iptables -A calmrate -p tcp -m state --state NEW \
> > 	-m recent --name listrate --update --rttl \
> > 	--seconds 60 --hitcount 60 -j DROP
> > iptables: Unknown error 4294967295
> > 
> > Fails for 2.6.25.17 and 2.6.26.5
> > 
> > dmesg + config: http://bugsplatter.id.au/kernel/boxen/deltree/
> > 
> 
> (cc netdev)

(cc netfilter-devel)

For those playing at home, 4294967295 is 32-bit -1.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ