All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sami Farin <7atbggg02@sneakemail.com>
To: Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: Linus Torvalds <torvalds@osdl.org>
Subject: [PATCH] tcp_output.c: tcp_set_skb_tso_factor ---> tcp_set_skb_tso_segs [Was: Re: Linux 2.6.9-rc4 - pls test (and no more patches)]
Date: Tue, 12 Oct 2004 12:09:15 +0300	[thread overview]
Message-ID: <20041012090915.GA12087@m.safari.iki.fi> (raw)
In-Reply-To: <20041012080537.GA6092@merlin.emma.line.org>

On Tue, Oct 12, 2004 at 10:05:37AM +0200, Matthias Andree wrote:
> On Sun, 10 Oct 2004, Linus Torvalds wrote:
> 
> >  trying to make ready for the real 2.6.9 in a week or so, so please give
> > this a beating, and if you have pending patches, please hold on to them
> > for a bit longer, until after the 2.6.9 release. It would be good to have
> > a 2.6.9 that doesn't need a dot-release immediately ;)
> 
> How about Marcelo's policy that the -final version should differ from
> the last -rc only in the Makefile VERSION and nothing else (well,
> documentation perhaps if someone else has proofread it).
> 
> Would you be ready to have the last -rc out for, say, five days, before
> releasing the official, final, blessed, however 2.6.9, in order to catch
> the showstoppers?

Like this one?  2.6.9-rc4 does not build with
gcc-2.95.3 + binutils-2.15.92.0.2.

Signed-Off-By: Sami Farin <7atbggg02@sneakemail.com>

--- linux/net/ipv4/tcp_output.c.bak	2004-10-11 18:24:06.000000000 +0300
+++ linux/net/ipv4/tcp_output.c	2004-10-11 22:12:32.000000000 +0300
@@ -445,7 +445,7 @@ void tcp_set_skb_tso_segs(struct sk_buff
 		skb_shinfo(skb)->tso_size = mss_std;
 	}
 }
-EXPORT_SYMBOL_GPL(tcp_set_skb_tso_factor);
+EXPORT_SYMBOL_GPL(tcp_set_skb_tso_segs);
 
 /* Function to create two new TCP segments.  Shrinks the given segment
  * to the specified size and appends a new segment with the rest of the

-- 

      reply	other threads:[~2004-10-12  9:09 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-11  3:22 Linux 2.6.9-rc4 - pls test (and no more patches) Linus Torvalds
2004-10-11  7:07 ` Gene Heskett
2004-10-11  7:23 ` via-velocity heads up (was (Re: Linux 2.6.9-rc4 - pls test (and no more patches)) Francois Romieu
2004-10-11 13:32   ` Daniel Andersen
2004-10-11 16:53   ` Jerone Young
2004-10-11  9:07 ` Linux 2.6.9-rc4 - pls test (and no more patches) Brice Goglin
2004-10-11 14:57   ` Linus Torvalds
2004-10-11 20:22     ` Kjartan Maraas
2004-10-11  9:35 ` Andre Tomt
2004-10-11 15:02   ` Linus Torvalds
2004-10-11 15:09     ` James Bottomley
2004-10-11 18:22       ` Andre Tomt
2004-10-11 19:29         ` James Bottomley
2004-10-11 23:35           ` Linus Torvalds
2004-10-12  1:01             ` Lee Revell
2004-10-12  4:02             ` William Lee Irwin III
2004-10-12  6:57             ` Jesper Juhl
2004-10-11 21:37       ` Chris Ricker
2004-10-11  9:54 ` Nick Piggin
2004-10-11 15:17   ` Linus Torvalds
2004-10-11 15:25     ` Linus Torvalds
2004-10-12  0:11       ` Nick Piggin
2004-10-11 23:48     ` Nick Piggin
2004-10-12  6:00       ` Barry K. Nathan
2004-10-11 15:48 ` Linux 2.6.9-rc4 (compile stats) John Cherry
2004-10-11 15:51   ` John Cherry
2004-10-11 16:24 ` [patch] 2.6.9-rc4: SCSI qla2xxx gcc 3.4 compile errors Adrian Bunk
2004-10-11 16:28   ` James Bottomley
2004-10-11 16:35     ` Adrian Bunk
2004-10-11 17:05       ` James Bottomley
2004-10-11 22:04 ` Linux 2.6.9-rc4 - pls test (and no more patches) Tom Rini
2004-10-11 23:23   ` Tom Rini
2004-10-12  8:05 ` Matthias Andree
2004-10-12  9:09   ` Sami Farin [this message]

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=20041012090915.GA12087@m.safari.iki.fi \
    --to=7atbggg02@sneakemail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.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.