I'm announcing the release of the 3.0.37 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

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

 Documentation/stable_kernel_rules.txt        |    6 +
 Makefile                                     |    2 
 arch/arm/kernel/smp.c                        |   12 ++-
 arch/powerpc/xmon/xmon.c                     |    2 
 arch/x86/include/asm/cpufeature.h            |    2 
 arch/x86/kernel/acpi/boot.c                  |   27 ++++---
 arch/x86/kernel/cpu/scattered.c              |    2 
 arch/x86/kernel/reboot.c                     |    8 ++
 drivers/acpi/acpi_pad.c                      |    7 +
 drivers/acpi/sysfs.c                         |    4 -
 drivers/block/umem.c                         |   40 ++++++++++
 drivers/gpu/drm/drm_edid.c                   |    2 
 drivers/gpu/drm/i915/i915_suspend.c          |    5 +
 drivers/gpu/drm/nouveau/nouveau_fbcon.c      |    2 
 drivers/hwmon/applesmc.c                     |    4 -
 drivers/hwmon/coretemp.c                     |    2 
 drivers/md/raid10.c                          |    6 +
 drivers/md/raid5.c                           |    8 +-
 drivers/media/dvb/siano/smsusb.c             |    2 
 drivers/mtd/nand/cafe_nand.c                 |    2 
 drivers/net/benet/be_main.c                  |    5 -
 drivers/net/bonding/bond_main.c              |    9 +-
 drivers/net/can/c_can/c_can.c                |    4 -
 drivers/net/dummy.c                          |    5 +
 drivers/net/sky2.c                           |   10 +-
 drivers/net/usb/ipheth.c                     |    5 +
 drivers/net/wireless/ath/ath9k/hw.c          |   16 +++-
 drivers/net/wireless/ath/ath9k/main.c        |    9 ++
 drivers/net/wireless/mwifiex/11n_rxreorder.c |    5 -
 drivers/net/wireless/mwifiex/11n_rxreorder.h |    7 +
 drivers/net/wireless/mwifiex/wmm.c           |    2 
 drivers/net/wireless/rtl818x/rtl8187/leds.c  |    2 
 drivers/oprofile/oprofile_perf.c             |    2 
 drivers/pci/pci-driver.c                     |   12 +++
 drivers/pci/pci.c                            |    5 -
 drivers/pci/quirks.c                         |   26 ------
 drivers/rtc/rtc-mxc.c                        |    5 -
 drivers/target/tcm_fc/tfc_sess.c             |    3 
 drivers/usb/class/cdc-wdm.c                  |    2 
 drivers/usb/host/pci-quirks.c                |   13 +++
 drivers/usb/serial/cp210x.c                  |   11 ++
 drivers/usb/serial/option.c                  |   34 +++++++++
 drivers/vhost/vhost.c                        |    2 
 fs/btrfs/tree-log.c                          |    6 +
 fs/ecryptfs/kthread.c                        |    2 
 fs/ecryptfs/miscdev.c                        |   48 +++++++-----
 fs/nilfs2/gcinode.c                          |    2 
 fs/nilfs2/segment.c                          |    2 
 fs/open.c                                    |    6 -
 fs/ramfs/file-nommu.c                        |    1 
 fs/udf/super.c                               |  102 ++++++++++++++++-----------
 include/linux/mmzone.h                       |    2 
 include/linux/pci.h                          |    2 
 include/net/cipso_ipv4.h                     |   29 +++++++
 include/net/sch_generic.h                    |    7 +
 kernel/trace/trace.c                         |    2 
 mm/compaction.c                              |    5 +
 mm/madvise.c                                 |   16 +++-
 mm/vmscan.c                                  |    7 +
 net/bridge/br_if.c                           |    1 
 net/bridge/br_netlink.c                      |    2 
 net/bridge/br_private.h                      |    1 
 net/core/ethtool.c                           |    1 
 net/core/netpoll.c                           |   11 +-
 net/core/sock.c                              |    7 +
 net/ipv6/route.c                             |   41 ++++++++--
 net/l2tp/l2tp_eth.c                          |    2 
 net/mac80211/rx.c                            |    5 +
 net/wireless/reg.c                           |    2 
 sound/pci/hda/patch_realtek.c                |    1 
 sound/soc/codecs/tlv320aic3x.c               |    4 -
 sound/soc/codecs/tlv320aic3x.h               |    1 
 72 files changed, 477 insertions(+), 180 deletions(-)

Alan Stern (1):
      PCI: EHCI: fix crash during suspend on ASUS computers

Andy Lutomirski (1):
      mm: Hold a file reference in madvise_remove

Anton Blanchard (1):
      powerpc/xmon: Use cpumask iterator to avoid warning

Ben Skeggs (1):
      drm/nouveau/fbcon: using nv_two_heads is not a good idea

Benoît Thébaudeau (1):
      drivers/rtc/rtc-mxc.c: fix irq enabled interrupts warning

Bjørn Mork (2):
      USB: cdc-wdm: fix lockup on error in wdm_read
      USB: option: add ZTE MF60

Bob Liu (1):
      fs: ramfs: file-nommu: add SetPageUptodate()

Chris Mason (1):
      Btrfs: run delayed directory updates during log replay

Craig Shelley (1):
      USB: CP210x Add 10 Device IDs

Dan Carpenter (2):
      can: c_can: precedence error in c_can_chip_config()
      mtd: cafe_nand: fix an & vs | mistake

Daniel Vetter (1):
      drm/edid: don't return stack garbage from supports_rb

David Henningsson (1):
      ALSA: hda - Add Realtek ALC280 codec support

David Rientjes (1):
      mm, thp: abort compaction if migration page cannot be charged to memcg

Davide Gerhard (1):
      ipheth: add support for iPad

Dmitry Shmygov (1):
      USB: option: add id for Cellient MEN-200

Eliad Peller (1):
      cfg80211: fix potential deadlock in regulatory

Eric Dumazet (5):
      net: l2tp_eth: fix kernel panic on rmmod l2tp_eth
      dummy: fix rcu_sched self-detected stalls
      bonding: Fix corrupted queue_mapping
      be2net: fix a race in be_xmit()
      netpoll: fix netpoll_send_udp() bugs

Feng Tang (3):
      ACPI: Add a quirk for "AMILO PRO V2030" to ignore the timer overriding
      ACPI: Make acpi_skip_timer_override cover all source_irq==0 cases
      ACPI: Remove one board specific WARN when ignoring timer overriding

Forest Bond (1):
      USB: option: Add USB ID for Novatel Ovation MC551

Gaosen Zhang (1):
      USB: option: Add MEDIATEK product ids

Greg Kroah-Hartman (1):
      Linux 3.0.37

H. Peter Anvin (1):
      x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERM

Hebbar, Gururaja (1):
      ASoC: tlv320aic3x: Fix codec pll configure bug

Henrik Rydberg (1):
      hwmon: (applesmc) Limit key length in warning messages

Jan Kara (3):
      udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()
      udf: Avoid run away loop when partition table length is corrupted
      udf: Fortify loading of sparing table

Jason Wang (1):
      net: sock: validate data_len before allocating skb in 
sock_alloc_send_pskb()

Jiang Liu (1):
      memory hotplug: fix invalid memory access caused by stale kswapd pointer

Johannes Berg (1):
      mac80211: correct behaviour on unrecognised action frames

Linus Torvalds (1):
      vfs: make O_PATH file descriptors usable for 'fchdir()'

Mark Rustad (1):
      tcm_fc: Resolve suspicious RCU usage warnings

Mel Gorman (1):
      stable: Allow merging of backports for serious user-visible performance 
issues

Michael Krufky (1):
      media: smsusb: add autodetection support for USB ID 2040:f5a0

Michał Mirosław (1):
      ethtool: allow ETHTOOL_GSSET_INFO for users

Mohammed Shafi Shajakhan (2):
      ath9k: Fix softlockup in AR9485
      ath9k_hw: avoid possible infinite loop in ar9003_get_pll_sqsum_dvc

Nadav Har'El (1):
      vhost: don't forget to schedule()

NeilBrown (1):
      md/raid10: Don't try to recovery unmatched (and unused) chunks.

Panayiotis Karabassis (1):
      ath9k: enable serialize_regmode for non-PCIE AR9287

Paul Moore (1):
      cipso: handle CIPSO options correctly when NetLabel is disabled

Pavel Vasilyev (1):
      ACPI sysfs.c strlen fix

Russell King (1):
      ARM: fix rcu stalls on SMP platforms

Ryusuke Konishi (1):
      nilfs2: ensure proper cache clearing for gc-inodes

Sarah Sharp (1):
      xhci: Avoid dead ports when CONFIG_USB_XHCI_HCD=n

Shaohua Li (1):
      raid5: delayed stripe fix

Stanislaw Gruszka (1):
      rtl8187: ->brightness_set can not sleep

Stone Piao (1):
      mwifiex: fix 11n rx packet drop issue

Stuart Hayes (1):
      acpi_pad: fix power_saving thread deadlock

Takashi Iwai (1):
      drm/i915: Fix eDP blank screen after S3 resume on HP desktops

Tao Guo (1):
      umem: fix up unplugging

Thomas Graf (1):
      ipv6: Move ipv6 proc file registration to end of init order

Tyler Hicks (3):
      eCryptfs: Gracefully refuse miscdev file ops on inherited/passed files
      eCryptfs: Fix lockdep warning in miscdev operations
      eCryptfs: Properly check for O_RDONLY flag before doing privileged open

Vaibhav Nagarnaik (1):
      tracing: change CPU ring buffer state from tracing_cpumask

Will Deacon (1):
      oprofile: perf: use NR_CPUS instead or nr_cpumask_bits for static array

Zhang Rui (1):
      ACPI, x86: fix Dell M6600 ACPI reboot regression via DMI

majianpeng (1):
      md/raid5: Do not add data_offset before call to is_badblock

stephen hemminger (2):
      bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)
      sky2: fix checksum bit management on some chips

Attachment: pgp96ce3zsKb8.pgp
Description: PGP signature

Reply via email to