[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120118154609.GA21161@kroah.com>
Date: Wed, 18 Jan 2012 07:46:09 -0800
From: Greg KH <gregkh@...e.de>
To: linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>,
torvalds@...ux-foundation.org, stable@...r.kernel.org
Cc: lwn@....net
Subject: Linux 3.1.10
I'm announcing the release of the 3.1.10 kernel.
All users of the 3.1 kernel series must upgrade.
This is the LAST release of the 3.1 kernel series, please move to the
3.2 kernel series at this time. Again, 3.1.y is end-of-life.
The updated 3.1.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.1.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/virtual/kvm/api.txt | 7 ++
Makefile | 2
arch/x86/include/asm/amd_nb.h | 2
arch/x86/kernel/amd_nb.c | 31 +++++++++
arch/x86/kernel/kvmclock.c | 5 -
arch/x86/kvm/i8254.c | 10 ++
arch/x86/mm/mmap.c | 4 -
arch/x86/pci/Makefile | 3
arch/x86/pci/acpi.c | 18 ++++-
arch/x86/pci/amd_bus.c | 42 +++---------
drivers/gpu/drm/radeon/r100.c | 5 -
drivers/gpu/drm/radeon/r600_hdmi.c | 7 ++
drivers/gpu/drm/radeon/radeon_device.c | 5 +
drivers/gpu/drm/radeon/rs600.c | 4 -
drivers/hid/hid-core.c | 2
drivers/md/raid1.c | 11 ++-
drivers/mtd/mtd_blkdevs.c | 3
drivers/mtd/mtdoops.c | 5 +
drivers/mtd/tests/mtd_stresstest.c | 7 ++
drivers/mtd/ubi/eba.c | 6 +
drivers/mtd/ubi/ubi.h | 2
drivers/mtd/ubi/wl.c | 12 ++-
drivers/net/wireless/rtlwifi/rtl8192se/fw.c | 4 +
drivers/pci/msi.c | 10 ++
drivers/platform/x86/ideapad-laptop.c | 2
drivers/pnp/quirks.c | 42 ++++++++++++
drivers/rtc/interface.c | 4 -
drivers/scsi/mpt2sas/mpt2sas_base.c | 83 +++++++-----------------
drivers/scsi/mpt2sas/mpt2sas_scsih.c | 11 +--
drivers/xen/xenbus/xenbus_xs.c | 6 +
fs/ext4/super.c | 7 --
fs/nfs/callback_proc.c | 2
fs/nfs/file.c | 4 -
fs/nfs/nfs4proc.c | 96 ++++++++++++++++------------
fs/nfs/nfs4xdr.c | 31 ++++++---
fs/nfs/super.c | 43 +++++-------
include/linux/memcontrol.h | 6 +
include/linux/nfs_xdr.h | 5 +
include/linux/pci_regs.h | 2
include/linux/sunrpc/xdr.h | 2
include/xen/interface/io/xs_wire.h | 3
init/do_mounts.c | 35 +++++++++-
mm/filemap.c | 18 -----
mm/memcontrol.c | 44 ++++++++++++
mm/slub.c | 5 +
net/mac80211/wpa.c | 2
net/sunrpc/xdr.c | 3
security/integrity/ima/ima_api.c | 4 -
security/integrity/ima/ima_queue.c | 17 +++-
sound/pci/hda/hda_local.h | 7 +-
sound/pci/hda/hda_proc.c | 2
sound/pci/hda/patch_cirrus.c | 27 ++-----
sound/pci/hda/patch_conexant.c | 2
sound/pci/hda/patch_sigmatel.c | 36 ++++++----
sound/pci/hda/patch_via.c | 5 +
sound/pci/ice1712/amp.c | 7 +-
sound/usb/usx2y/usb_stream.c | 6 -
virt/kvm/assigned-dev.c | 93 ++++++++++++++++++++++++---
58 files changed, 589 insertions(+), 280 deletions(-)
Alex Deucher (1):
drm/radeon/kms: disable writeback on pre-R300 asics
Alex Williamson (3):
KVM: Remove ability to assign a device without iommu support
KVM: Device assignment permission checks
PCI: Fix PCI_EXP_TYPE_RC_EC value
Andy Adamson (2):
NFSv4.1: fix backchannel slotid off-by-one bug
NFSv4: include bitmap in nfsv4 get acl data
Artem Bityutskiy (1):
UBI: fix use-after-free on error path
Avi Kivity (1):
KVM guest: prevent tracing recursion with kvmclock
Ben Hutchings (1):
drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-range
Bhavesh Parekh (1):
UBI: fix missing scrub when there is a bit-flip
Bjorn Helgaas (3):
x86/PCI: amd: factor out MMCONFIG discovery
x86/PCI: build amd_bus.o only when CONFIG_AMD_NB=y
PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that breaks USB
Brian Norris (1):
mtd: mtd_blkdevs: don't increase 'open' count on error path
Chase Douglas (1):
HID: bump maximum global item tag report size to 96 bytes
Chuck Lever (1):
NFS: Retry mounting NFSROOT
David Henningsson (2):
ALSA: HDA: Fix master control for Cirrus Logic 421X
ALSA: HDA: Fix automute for Cirrus Logic 421x
Eric Dumazet (1):
slub: fix a possible memleak in __slab_alloc()
Eric W. Biederman (1):
PCI: msi: Disable msi interrupts when we initialize a pci device
Gary Hade (1):
x86/PCI: Ignore CPU non-addressable _CRS reserved memory resources
Greg Kroah-Hartman (1):
Linux 3.1.10
Ian Campbell (1):
xen/xenbus: Reject replies with payload > XENSTORE_PAYLOAD_MAX.
Jan Kiszka (1):
KVM: x86: Prevent starting PIT timers in the absence of irqchip support
Jeff Layton (1):
nfs: fix regression in handling of context= option in NFSv4
KAMEZAWA Hiroyuki (1):
memcg: add mem_cgroup_replace_page_cache() to fix LRU issue
Karsten Wiese (1):
ALSA: snd-usb-us122l: Delete calls to preempt_disable
Larry Finger (1):
rtl8192se: Fix BUG caused by failure to check skb allocation
Ludwig Nussel (1):
x86: Fix mmap random address range
Michel Dänzer (1):
radeon: Fix disabling PCI bus mastering on big endian hosts.
NeilBrown (2):
NFS - fix recent breakage to NFS error handling.
md/raid1: perform bad-block tests for WriteMostly devices too.
Pavel Hofman (1):
ALSA: ice1724 - Check for ac97 to avoid kernel oops
Rafał Miłecki (1):
drm/radeon/kms: workaround invalid AVI infoframe checksum issue
Rene Bollford (1):
ideapad: Check if acpi already handle backlight power to avoid a page fault
Roberto Sassu (2):
ima: free duplicate measurement memory
ima: fix invalid memory reference
Roman Tereshonkov (2):
mtdoops: fix the oops_page_used array size
mtd: mtdoops: skip reading initially bad blocks
Stanislaw Gruszka (1):
mac80211: fix rx->key NULL pointer dereference in promiscuous mode
Takashi Iwai (4):
ALSA: hda - Use auto-parser for HP laptops with cx20459 codec
ALSA: hda - Return the error from get_wcaps_type() for invalid NIDs
ALSA: hda - Fix the detection of "Loopback Mixing" control for VIA codecs
ALSA: hda - Fix the lost power-setup of seconary pins after PM resume
Wolfram Sang (1):
mtd: tests: stresstest: bail out if device has not enough eraseblocks
Xi Wang (1):
ext4: fix undefined behavior in ext4_fill_flex_info()
nagalakshmi.nandigama@....com (2):
SCSI: mpt2sas: Release spinlock for the raid device list before blocking it
SCSI: mpt2sas : Fix for memory allocation error for large host credits
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists