All of lore.kernel.org
 help / color / mirror / Atom feed
* Linux 2.6.16.41-rc1
@ 2007-02-15 17:51 Adrian Bunk
  2007-02-15 23:49 ` S.Çağlar Onur
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2007-02-15 17:51 UTC (permalink / raw)
  To: linux-kernel

Location:
ftp://ftp.kernel.org/pub/linux/kernel/people/bunk/linux-2.6.16.y/testing/

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 (3):
      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

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] 3+ messages in thread

* Re: Linux 2.6.16.41-rc1
  2007-02-15 17:51 Linux 2.6.16.41-rc1 Adrian Bunk
@ 2007-02-15 23:49 ` S.Çağlar Onur
  2007-02-16  0:02   ` Adrian Bunk
  0 siblings, 1 reply; 3+ messages in thread
From: S.Çağlar Onur @ 2007-02-15 23:49 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 707 bytes --]

Hi;

15 Şub 2007 Per tarihinde şunları yazmıştınız:
> Location:
> ftp://ftp.kernel.org/pub/linux/kernel/people/bunk/linux-2.6.16.y/testing/
>
> git tree:
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.16.y.git
>
>
> Changes since 2.6.16.40:

What about CVE-2006-6333, CVE-2006-5753 and CVE-2007-0006?

* http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-6333
* http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5753
* http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0006

Cheers
-- 
S.Çağlar Onur <caglar@pardus.org.tr>
http://cekirdek.pardus.org.tr/~caglar/

Linux is like living in a teepee. No Windows, no Gates and an Apache in house!

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: Linux 2.6.16.41-rc1
  2007-02-15 23:49 ` S.Çağlar Onur
@ 2007-02-16  0:02   ` Adrian Bunk
  0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2007-02-16  0:02 UTC (permalink / raw)
  To: S.Çağlar Onur; +Cc: linux-kernel

On Fri, Feb 16, 2007 at 01:49:45AM +0200, S.Çağlar Onur wrote:
> Hi;
> 
> 15 Şub 2007 Per tarihinde şunları yazmıştınız:
> > Location:
> > ftp://ftp.kernel.org/pub/linux/kernel/people/bunk/linux-2.6.16.y/testing/
> >
> > git tree:
> > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.16.y.git
> >
> >
> > Changes since 2.6.16.40:
> 
> What about CVE-2006-6333, CVE-2006-5753 and CVE-2007-0006?
> 
> * http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-6333

Problem not present in 2.6.16.

> * http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5753

Not a serious security problem, but I'll get it fixed in 2.6.16.42.

> * http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0006

Problem is more or less impossible in 2.6.16, but I'll look at it
for 2.6.16.42.

> Cheers

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] 3+ messages in thread

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-15 17:51 Linux 2.6.16.41-rc1 Adrian Bunk
2007-02-15 23:49 ` S.Çağlar Onur
2007-02-16  0:02   ` Adrian Bunk

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.