netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "YOSHIFUJI Hideaki / 吉藤英明" <yoshfuji@linux-ipv6.org>
To: davem@redhat.com
Cc: netdev@oss.sgi.com, yoshfuji@linux-ipv6.org
Subject: Re: [PATCH] NET: Normalize jiffies reported to userspace, in neighbor management code
Date: Tue, 11 Nov 2003 21:36:03 -0600 (CST)	[thread overview]
Message-ID: <20031111.213603.27789451.yoshfuji@linux-ipv6.org> (raw)
In-Reply-To: <20031111160200.72cee93a.davem@redhat.com>

In article <20031111160200.72cee93a.davem@redhat.com> (at Tue, 11 Nov 2003 16:02:00 -0800), "David S. Miller" <davem@redhat.com> says:

> I'm asking Linus what we should do here.  It's a big change to
> make to fix this bug, and if he thinks so too we'll just use
> your original patch which is a safer version of the fix for 2.6.0
> purposes.  If that happens, we'll integrate this nicer version
> for 2.6.1 or something like this.

Yes, it is the reason why I did not submit this fisrt;
to avoid "big" change before 2.6.0.
Just in case Linus accept this change now, please apply following 
on top of the patch because I sent you wrong version with typo...

Thanks.

--- linux26-sysctl/kernel/sysctl.c.orig	Wed Nov 12 12:25:35 2003
+++ linux26-sysctl+fix/kernel/sysctl.c	Wed Nov 12 12:27:18 2003
@@ -1413,7 +1413,7 @@
 			if (!first)
 				*p++ = '\t';
 	
-			if (conv(&neg, &lval, i, 1, data))
+			if (conv(&neg, &lval, i, 0, data))
 				break;
 
 			sprintf(p, "%s%lu", neg ? "-" : "", lval);

-- 
Hideaki YOSHIFUJI @ USAGI Project <yoshfuji@linux-ipv6.org>
GPG FP: 9022 65EB 1ECF 3AD1 0BDF  80D8 4807 F894 E062 0EEA

  reply	other threads:[~2003-11-12  3:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-10 16:45 [PATCH] NET: Normalize jiffies reported to userspace, in neighbor management code YOSHIFUJI Hideaki / 吉藤英明
2003-11-11  7:02 ` David S. Miller
2003-11-11 22:31   ` YOSHIFUJI Hideaki / 吉藤英明
2003-11-12  0:02     ` David S. Miller
2003-11-12  3:36       ` YOSHIFUJI Hideaki / 吉藤英明 [this message]
2003-12-18  6:42       ` YOSHIFUJI Hideaki / 吉藤英明

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=20031111.213603.27789451.yoshfuji@linux-ipv6.org \
    --to=yoshfuji@linux-ipv6.org \
    --cc=davem@redhat.com \
    --cc=netdev@oss.sgi.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).