All of lore.kernel.org
 help / color / mirror / Atom feed
* Linux 2.6.16.41
@ 2007-02-18  1:14 Adrian Bunk
  2007-02-19 23:48 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2007-02-18  1:14 UTC (permalink / raw)
  To: linux-kernel

Location:
ftp://ftp.kernel.org/pub/linux/kernel/v2.6/

git tree:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.16.y.git


Changes since 2.6.16.40:

Adrian Bunk (4):
      Revert "[Bluetooth] Fix compat ioctl for BNEP, CMTP and HIDP"
      [ALSA] echo3g_dsp.c shouldn't include #include <linux/irq.h>
      Linux 2.6.16.41-rc1
      Linux 2.6.16.41

Al Viro (1):
      [TCP]: struct tcp_sack_block annotations

Baruch Even (1):
      TCP: Fix sorting of SACK blocks.

Bob Breuer (1):
      SPARC32: Fix over-optimization by GCC near ip_fast_csum.

Daniel Walker (1):
      [ATM]: Fix for crash in adummy_init()

David S. Miller (1):
      AF_PACKET: Check device down state before hard header callbacks.

Eric W. Biederman (1):
      DECNET: Handle a failure in neigh_parms_alloc (take 2)

Herbert Xu (1):
      [NETFILTER]: Clear GSO bits for TCP reset packet

Hugh Dickins (1):
      fix umask when noACL kernel meets extN tuned for ACLs

Jeff Dike (1):
      uml: fix signal frame alignment

Jiri Bohac (1):
      [IPX]: Fix NULL pointer dereference on ipx unload

John Heffner (1):
      [TCP]: Don't apply FIN exception to full TSO segments.

Linus Torvalds (1):
      Fix up CIFS for "test_clear_page_dirty()" removal

Masayuki Nakagawa (1):
      TCP: skb is unexpectedly freed.


 Makefile                           |    2 
 arch/um/sys-i386/signal.c          |    2 
 arch/um/sys-x86_64/signal.c        |    5 +
 fs/cifs/file.c                     |   26 ++++++++-
 fs/ext2/super.c                    |    4 +
 fs/ext3/super.c                    |    4 +
 include/asm-sparc/checksum.h       |    2 
 include/linux/tcp.h                |    5 +
 net/atm/common.c                   |    3 -
 net/bluetooth/bnep/sock.c          |   67 ++++++------------------
 net/bluetooth/cmtp/sock.c          |   33 ------------
 net/bluetooth/hidp/sock.c          |   78 -----------------------------
 net/decnet/dn_dev.c                |   11 +++-
 net/ipv4/netfilter/ip_nat_helper.c |    2 
 net/ipv4/netfilter/ipt_REJECT.c    |    3 +
 net/ipv4/tcp_input.c               |   17 +++---
 net/ipv4/tcp_output.c              |    3 -
 net/ipx/af_ipx.c                   |   24 +++++---
 net/packet/af_packet.c             |   16 ++---
 sound/pci/echoaudio/echo3g_dsp.c   |    2 
 20 files changed, 111 insertions(+), 198 deletions(-)



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Linux 2.6.16.41
  2007-02-18  1:14 Linux 2.6.16.41 Adrian Bunk
@ 2007-02-19 23:48 ` Greg KH
  2007-02-20  0:01   ` Adrian Bunk
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2007-02-19 23:48 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: linux-kernel

On Sun, Feb 18, 2007 at 02:14:07AM +0100, Adrian Bunk wrote:
> Herbert Xu (1):
>       [NETFILTER]: Clear GSO bits for TCP reset packet

This patch causes the file it patched to not build at all.  Are you sure
it was correct to add this?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Linux 2.6.16.41
  2007-02-19 23:48 ` Greg KH
@ 2007-02-20  0:01   ` Adrian Bunk
  2007-02-20  0:46     ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2007-02-20  0:01 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel, Herbert Xu, David S. Miller

On Mon, Feb 19, 2007 at 03:48:46PM -0800, Greg KH wrote:
> On Sun, Feb 18, 2007 at 02:14:07AM +0100, Adrian Bunk wrote:
> > Herbert Xu (1):
> >       [NETFILTER]: Clear GSO bits for TCP reset packet
> 
> This patch causes the file it patched to not build at all.  Are you sure
> it was correct to add this?

It compiled for me in my test builds.

Please send the .config and the error message.

> thanks,
> 
> greg k-h

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Linux 2.6.16.41
  2007-02-20  0:01   ` Adrian Bunk
@ 2007-02-20  0:46     ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2007-02-20  0:46 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: linux-kernel, Herbert Xu, David S. Miller

On Tue, Feb 20, 2007 at 01:01:10AM +0100, Adrian Bunk wrote:
> On Mon, Feb 19, 2007 at 03:48:46PM -0800, Greg KH wrote:
> > On Sun, Feb 18, 2007 at 02:14:07AM +0100, Adrian Bunk wrote:
> > > Herbert Xu (1):
> > >       [NETFILTER]: Clear GSO bits for TCP reset packet
> > 
> > This patch causes the file it patched to not build at all.  Are you sure
> > it was correct to add this?
> 
> It compiled for me in my test builds.
> 
> Please send the .config and the error message.

Ugh, this was my fault.  It was a distro kernel error as they had
modified their tree in ways I wasn't expecting.

Nevermind, the mainline kernel builds just fine, sorry for the
disturbance.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-02-20  0:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-18  1:14 Linux 2.6.16.41 Adrian Bunk
2007-02-19 23:48 ` Greg KH
2007-02-20  0:01   ` Adrian Bunk
2007-02-20  0:46     ` Greg KH

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.