All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net
Subject: Linux 3.0.25
Date: Mon, 19 Mar 2012 09:17:49 -0700	[thread overview]
Message-ID: <20120319161749.GA4101@kroah.com> (raw)

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

I'm announcing the release of the 3.0.25 kernel.

All users of the 3.0 kernel series must upgrade.

The updated 3.0.y git tree can be found at:
        git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.0.y
and can be browsed at the normal kernel.org git web browser:
        http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

------------

 Makefile                                  |    2 
 arch/s390/kernel/setup.c                  |    1 
 arch/sparc/Makefile                       |    2 
 arch/x86/lib/delay.c                      |    4 
 block/genhd.c                             |   42 +++++-----
 drivers/base/core.c                       |    6 -
 drivers/block/sx8.c                       |    2 
 drivers/firewire/core-cdev.c              |   24 +++++
 drivers/firewire/core-device.c            |   15 ++-
 drivers/hwmon/w83627ehf.c                 |    9 --
 drivers/i2c/algos/i2c-algo-bit.c          |    8 +
 drivers/net/atl1c/atl1c_main.c            |    4 
 drivers/net/ppp_generic.c                 |   23 +++++
 drivers/net/sfc/rx.c                      |    4 
 drivers/net/usb/asix.c                    |    4 
 drivers/net/vmxnet3/vmxnet3_drv.c         |    7 -
 drivers/net/vmxnet3/vmxnet3_int.h         |    4 
 drivers/net/wireless/rt2x00/rt2x00dev.c   |    6 +
 drivers/net/wireless/rt2x00/rt2x00mac.c   |    9 ++
 drivers/net/wireless/rt2x00/rt2x00queue.c |    3 
 drivers/pci/pcie/aspm.c                   |    3 
 drivers/platform/x86/acer-wmi.c           |  121 +++++++++++++++++++++++++-----
 drivers/regulator/tps6524x-regulator.c    |    2 
 drivers/s390/char/fs3270.c                |    1 
 fs/aio.c                                  |   22 ++---
 fs/block_dev.c                            |   16 ++-
 fs/namei.c                                |    4 
 fs/partitions/check.c                     |   48 +++++++++--
 include/linux/genhd.h                     |    1 
 include/linux/skbuff.h                    |   10 ++
 include/linux/workqueue.h                 |    4 
 kernel/workqueue.c                        |    7 +
 net/bridge/br_multicast.c                 |    7 +
 net/core/neighbour.c                      |    2 
 net/ipv4/tcp_input.c                      |   23 +++--
 net/ipv4/xfrm4_mode_beet.c                |    5 -
 net/ipv4/xfrm4_mode_tunnel.c              |    6 -
 net/ipv6/addrconf.c                       |    4 
 net/ipv6/xfrm6_mode_beet.c                |    6 -
 net/ipv6/xfrm6_mode_tunnel.c              |    6 -
 sound/soc/samsung/neo1973_wm8753.c        |    4 
 41 files changed, 350 insertions(+), 131 deletions(-)

Al Viro (2):
      aio: fix io_setup/io_destroy race
      aio: fix the "too late munmap()" race

Alan Stern (2):
      PM / Driver core: leave runtime PM enabled during system shutdown
      Block: use a freezable workqueue for disk-event polling

Axel Lin (1):
      regulator: Fix setting selector in tps6524x set_voltage function

Ben Hutchings (1):
      sfc: Fix assignment of ip_summed for pre-allocated skbs

Ben McKeegan (1):
      ppp: fix 'ppp_mp_reconstruct bad seq' errors

Dan Carpenter (1):
      block, sx8: fix pointer math issue getting fw version

David S. Miller (1):
      sparc32: Add -Av8 to assembler command line.

Denis 'GNUtoo' Carikli (1):
      ASoC: neo1973: fix neo1973 wm8753 initialization

Eric Dumazet (2):
      ipsec: be careful of non existing mac headers
      atl1c: dont use highprio tx queue

Greg Kroah-Hartman (1):
      Linux 3.0.25

Guenter Roeck (2):
      hwmon: (w83627ehf) Fix writing into fan_stop_time for NCT6775F/NCT6776F
      hwmon: (w83627ehf) Fix memory leak in probe function

Heiko Carstens (1):
      compat: Re-add missing asm/compat.h include to fix compile breakage on s390

Ike Panhc (1):
      acer-wmi: No wifi rfkill on Lenovo machines

Jiri Slaby (1):
      compat: Re-add missing asm/compat.h include to fix compile breakage on s390

Joerg Neikes (1):
      usb: asix: Patch for Sitecom LN-031

Jun'ichi Nomura (1):
      block: Fix NULL pointer dereference in sd_revalidate_disk

Lee, Chun-Yi (2):
      acer-wmi: support Lenovo ideapad S205 wifi switch
      acer-wmi: check wireless capability flag before register rfkill

Li Wei (1):
      IPv6: Fix not join all-router mcast group when forwarding set.

Matthew Garrett (1):
      PCI: ignore pre-1.1 ASPM quirking when ASPM is disabled

Michel Machado (1):
      neighbour: Fixed race condition at tbl->nht

Miklos Szeredi (2):
      vfs: fix return value from do_last()
      vfs: fix double put after complete_walk()

Neal Cardwell (3):
      tcp: fix false reordering signal in tcp_shifted_skb
      tcp: don't fragment SACKed skbs in tcp_mark_head_lost()
      tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_una

Seth Forshee (1):
      acer-wmi: Add wireless quirk for Lenovo 3000 N200

Shreyas Bhatewara (1):
      vmxnet3: Fix transport header size

Stanislaw Gruszka (2):
      rt2x00: fix random stalls
      block: fix __blkdev_get and add_disk race condition

Stefan Richter (2):
      firewire: cdev: fix 32 bit userland on 64 bit kernel compat corner cases
      firewire: core: handle ack_busy when fetching the Config ROM

Thomas Gleixner (1):
      x86: Derandom delay_tsc for 64 bit

Ulrich Weber (1):
      bridge: check return value of ipv6_dev_get_saddr()

Ville Syrjala (1):
      i2c-algo-bit: Fix spurious SCL timeouts under heavy load


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

             reply	other threads:[~2012-03-19 16:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-19 16:17 Greg KH [this message]
2012-03-19 16:17 ` Linux 3.0.25 Greg KH

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=20120319161749.GA4101@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.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.