All of lore.kernel.org
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@redhat.com>
To: Andreas Dilger <adilger@clusterfs.com>
Cc: clameter@sgi.com, linux-kernel@vger.kernel.org,
	linux-ia64@vger.kernel.org
Subject: Re: Unaligned accesses in net/ipv4/netfilter/arp_tables.c:184
Date: Fri, 11 Jun 2004 05:40:45 +0000	[thread overview]
Message-ID: <20040610224045.612b0ffe.davem@redhat.com> (raw)
In-Reply-To: <20040611054111.GV24042@schnapps.adilger.int>

On Thu, 10 Jun 2004 23:41:11 -0600
Andreas Dilger <adilger@clusterfs.com> wrote:

> - 	for (i = 0, ret = 0; i < IFNAMSIZ/sizeof(unsigned long); i++) {
> + 	for (i = 0, ret = 0; i < IFNAMSIZ; i++) {
> 
> Shouldn't your change include the above?

Yes, I'm retarted, thanks for catching that.

WARNING: multiple messages have this Message-ID (diff)
From: "David S. Miller" <davem@redhat.com>
To: Andreas Dilger <adilger@clusterfs.com>
Cc: clameter@sgi.com, linux-kernel@vger.kernel.org,
	linux-ia64@vger.kernel.org
Subject: Re: Unaligned accesses in net/ipv4/netfilter/arp_tables.c:184
Date: Thu, 10 Jun 2004 22:40:45 -0700	[thread overview]
Message-ID: <20040610224045.612b0ffe.davem@redhat.com> (raw)
In-Reply-To: <20040611054111.GV24042@schnapps.adilger.int>

On Thu, 10 Jun 2004 23:41:11 -0600
Andreas Dilger <adilger@clusterfs.com> wrote:

> - 	for (i = 0, ret = 0; i < IFNAMSIZ/sizeof(unsigned long); i++) {
> + 	for (i = 0, ret = 0; i < IFNAMSIZ; i++) {
> 
> Shouldn't your change include the above?

Yes, I'm retarted, thanks for catching that.

  reply	other threads:[~2004-06-11  5:40 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-09 18:09 Unaligned accesses in net/ipv4/netfilter/arp_tables.c:184 Christoph Lameter
2004-06-09 18:09 ` Christoph Lameter
2004-06-09 18:27 ` Alex Williamson
2004-06-09 18:27   ` Alex Williamson
2004-06-09 20:00   ` David S. Miller
2004-06-09 20:00     ` David S. Miller
2004-06-09 20:29     ` Alex Williamson
2004-06-09 20:29       ` Alex Williamson
2004-06-09 20:29       ` David S. Miller
2004-06-09 20:29         ` David S. Miller
2004-06-09 21:33         ` Harald Welte
2004-06-09 21:33           ` Harald Welte
2004-06-09 21:52           ` Alex Williamson
2004-06-09 21:52             ` Alex Williamson
2004-06-10  1:45     ` Chris Wedgwood
2004-06-10  1:45       ` Chris Wedgwood
2004-06-10  5:46       ` Harald Welte
2004-06-10  5:46         ` Harald Welte
2004-06-11  5:04 ` David S. Miller
2004-06-11  5:04   ` David S. Miller
2004-06-11  5:41   ` Andreas Dilger
2004-06-11  5:41     ` Andreas Dilger
2004-06-11  5:40     ` David S. Miller [this message]
2004-06-11  5:40       ` David S. Miller

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=20040610224045.612b0ffe.davem@redhat.com \
    --to=davem@redhat.com \
    --cc=adilger@clusterfs.com \
    --cc=clameter@sgi.com \
    --cc=linux-ia64@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /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.