From: Patrick McHardy <kaber@trash.net>
To: Juergen Kreileder <jk@blackdown.de>
Cc: Andrew Morton <akpm@osdl.org>, Stephen Frost <sfrost@snowman.net>,
netfilter-devel@lists.netfilter.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ipt_recent fixes
Date: Sun, 12 Jun 2005 16:47:46 +0200 [thread overview]
Message-ID: <42AC4B12.2080508@trash.net> (raw)
In-Reply-To: <87ll6o1pbi.fsf@blackdown.de>
Juergen Kreileder wrote:
> I've had some ipt_recent rules acting strangely after an uptime of
> about 25 days. The broken behavior is reproducible in the 5 minutes
> before the first jiffies roll-over right after booting too.
>
> The cause of the problem is the jiffies comparision which doesn't work
> like intended if one of the last hits was more than LONG_MAX seconds
> ago or if the table of last hits contains empty slots and jiffies
> is > LONG_MAX.
>
> This patch fixes the problem by using get_seconds() instead of
> jiffies. It also fixes some 64-bit issues.
Thanks, I've added it to my 2.6.13 tree.
next prev parent reply other threads:[~2005-06-12 14:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-09 13:50 [PATCH] ipt_recent fixes Juergen Kreileder
2005-05-12 12:18 ` Stephen Frost
2005-06-12 14:47 ` Patrick McHardy [this message]
2005-06-16 11:01 ` SZALONTAI, Zoltan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42AC4B12.2080508@trash.net \
--to=kaber@trash.net \
--cc=akpm@osdl.org \
--cc=jk@blackdown.de \
--cc=linux-kernel@vger.kernel.org \
--cc=netfilter-devel@lists.netfilter.org \
--cc=sfrost@snowman.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.