mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Re: Linux 2.6.16.17
@ 2006-05-21  7:57 Andrey Borzenkov
  0 siblings, 0 replies; 5+ messages in thread
From: Andrey Borzenkov @ 2006-05-21  7:57 UTC (permalink / raw)
  To: linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> The updated 2.6.16.y git tree can be found at:
>        
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.16.y.git

when is it expected to hit repository?

{pts/2}% git rev-list --max-count=1 --pretty stable
commit 22ddf44d54d0b2326f7b233e836e7155d45d3a7d
Author: Chris Wright <chrisw@sous-sol.org>
Date:   Wed May 10 18:56:24 2006 -0700

    Linux 2.6.16.16

{pts/2}% git fetch stable
* refs/heads/stable: same as branch 'master' of 
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.16.y

- -andrey
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFEcB1UR6LMutpd94wRAp9cAJsGQlyzuUqtPz/TiDJ0Z/DPtloJ3QCffX3b
Z39ErQOzKUXmdbLUnQpSWtc=
=wERX
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 5+ messages in thread
* Linux 2.6.16.17
@ 2006-05-20 23:09 Chris Wright
  2006-05-20 23:10 ` Chris Wright
  2006-05-21  0:33 ` Nix
  0 siblings, 2 replies; 5+ messages in thread
From: Chris Wright @ 2006-05-20 23:09 UTC (permalink / raw)
  To: linux-kernel, stable; +Cc: torvalds

We (the -stable team) are announcing the release of the 2.6.16.17
kernel.  Couple security relevant patches in there, the SCTP patches
came in post review cycle.

The diffstat and short summary of the fixes are below.

I'll also be replying to this message with a copy of the patch between
2.6.16.16 and 2.6.16.17, as it is small enough to do so.

The updated 2.6.16.y git tree can be found at:
 	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.16.y.git
and can be browsed at the normal kernel.org git web browser:
	www.kernel.org/git/

thanks,
-chris

--------

 Makefile                        |    2 -
 block/elevator.c                |    8 ++++-
 block/ll_rw_blk.c               |   17 ++++++++++-
 drivers/block/ub.c              |   18 ++++++------
 drivers/char/pcmcia/cm4000_cs.c |   10 ++++--
 drivers/char/pcmcia/cm4040_cs.c |   11 ++++---
 drivers/i2c/busses/scx200_acb.c |    4 --
 drivers/md/raid10.c             |    2 -
 drivers/net/tg3.c               |    8 +++--
 drivers/net/via-rhine.c         |    6 ++++
 drivers/pci/pci-acpi.c          |   60 +++++++++++++++++++++++-----------------
 drivers/pci/quirks.c            |   22 ++++++++++++--
 fs/compat.c                     |    2 -
 fs/locks.c                      |   30 ++++++++++----------
 fs/smbfs/request.c              |    4 ++
 include/net/sctp/sctp.h         |    6 ++--
 kernel/ptrace.c                 |   57 ++++++++++++++++++++++++++------------
 mm/mempolicy.c                  |    1 
 mm/shmem.c                      |    1 
 mm/vmscan.c                     |   11 +++++++
 net/ipv4/netfilter/arp_tables.c |    2 -
 net/ipv4/netfilter/ip_tables.c  |    2 -
 net/ipv6/netfilter/ip6_tables.c |    2 -
 net/sctp/sm_statefuns.c         |    6 ++++
 security/selinux/ss/services.c  |    4 ++
 25 files changed, 200 insertions(+), 96 deletions(-)

Summary of changes from v2.6.16.16 to v2.6.16.17
================================================

Alexey Dobriyan:
      fs/compat.c: fix 'if (a |= b )' typo

Carl-Daniel Hailfinger:
      smbus unhiding kills thermal management

Chris Wedgwood:
      PCI quirk: VIA IRQ fixup should only run for VIA southbridges
      VIA quirk fixup, additional PCI IDs

Chris Wright:
      Netfilter: do_add_counters race, possible oops or info leak (CVE-2006-0039)
      Linux 2.6.16.17

Christoph Lameter:
      Remove cond_resched in gather_stats()
      page migration: Fix fallback behavior for dirty pages

Craig Brind:
      via-rhine: zero pad short packets on Rhine I ethernet cards

Harald Welte:
      Fix udev device creation

Jan Niehusmann:
      smbfs: Fix slab corruption in samba error path

Jean Delvare:
      scx200_acb: Fix resource name use after free

Jens Axboe:
      limit request_fn recursion

Karsten Keil:
      TG3: ethtool always report port is TP.

Kristen Accardi:
      PCI: correctly allocate return buffers for osc calls

Lee Schermerhorn:
      add migratepage address space op to shmem

Linus Torvalds:
      Fix ptrace_attach()/ptrace_traceme()/de_thread() race
      ptrace_attach: fix possible deadlock schenario with irqs

NeilBrown:
      md: Avoid oops when attempting to fix read errors on raid10

Pete Zaitcev:
      USB: ub oops in block_uevent

Serge E. Hallyn:
      selinux: check for failed kmalloc in security_sid_to_context()

Trond Myklebust:
      fs/locks.c: Fix sys_flock() race

Vladislav Yasevich:
      SCTP: Respect the real chunk length when walking parameters (CVE-2006-1858)
      SCTP: Validate the parameter length in HB-ACK chunk (CVE-2006-1857)


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

end of thread, other threads:[~2006-05-21  8:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-21  7:57 Linux 2.6.16.17 Andrey Borzenkov
  -- strict thread matches above, loose matches on Subject: below --
2006-05-20 23:09 Chris Wright
2006-05-20 23:10 ` Chris Wright
2006-05-21  0:33 ` Nix
2006-05-21  8:02   ` Harald Welte

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome