[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1448714292.1990.1.camel@decadent.org.uk>
Date: Sat, 28 Nov 2015 12:38:12 +0000
From: Ben Hutchings <ben@...adent.org.uk>
To: linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>,
torvalds@...ux-foundation.org, Jiri Slaby <jslaby@...e.cz>,
stable@...r.kernel.org
Cc: lwn@....net
Subject: Linux 3.2.74
I'm announcing the release of the 3.2.74 kernel.
All users of the 3.2 kernel series should upgrade.
The updated 3.2.y git tree can be found at:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.2.y
and can be browsed at the normal kernel.org git web browser:
https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git
The diff from 3.2.73 is attached to this message.
Ben.
------------
Documentation/sysctl/fs.txt | 18 ++-
Makefile | 2 +-
arch/arm/mach-pxa/include/mach/pxa27x.h | 2 +-
arch/arm/mach-pxa/pxa27x.c | 2 +-
arch/mips/include/asm/atomic.h | 2 +-
arch/x86/kernel/head_64.S | 8 ++
arch/x86/kernel/verify_cpu.S | 12 +-
arch/x86/kvm/svm.c | 14 +--
crypto/algif_hash.c | 12 +-
drivers/acpi/osl.c | 9 +-
drivers/bluetooth/ath3k.c | 4 +
drivers/bluetooth/btusb.c | 2 +
drivers/firewire/ohci.c | 5 +
drivers/hid/hid-core.c | 2 +-
drivers/iommu/intel-iommu.c | 7 +-
drivers/mtd/mtd_blkdevs.c | 10 +-
drivers/mtd/mtdpart.c | 4 +-
drivers/net/can/dev.c | 2 +-
drivers/net/wireless/mwifiex/debugfs.c | 14 +--
drivers/pci/access.c | 27 +----
drivers/pci/quirks.c | 20 +++-
drivers/power/wm831x_power.c | 6 +-
drivers/scsi/megaraid/megaraid_sas.h | 2 +
drivers/scsi/megaraid/megaraid_sas_base.c | 15 ++-
drivers/scsi/scsi_sysfs.c | 18 +--
drivers/staging/rtl8712/usb_intf.c | 1 +
fs/binfmt_elf.c | 10 +-
fs/btrfs/ctree.h | 39 +++++--
fs/btrfs/file.c | 18 ++-
fs/btrfs/inode.c | 91 ++++++++++++---
fs/btrfs/ioctl.c | 188 ++++++++++++++++++++++++------
fs/btrfs/print-tree.c | 2 +-
fs/btrfs/tree-log.c | 2 +-
fs/btrfs/xattr.c | 4 +-
fs/cachefiles/rdwr.c | 78 +++++++------
fs/exec.c | 49 +++++++-
fs/ext4/super.c | 12 +-
fs/fscache/netfs.c | 34 +++---
fs/fscache/page.c | 2 +-
fs/jbd2/journal.c | 6 +-
fs/splice.c | 12 +-
include/linux/acpi.h | 6 +
include/linux/jbd2.h | 1 +
include/net/inet_common.h | 3 +-
kernel/events/core.c | 4 +
lib/devres.c | 2 +-
net/core/dst.c | 2 +-
net/ipv4/ipmr.c | 4 +-
net/ipv6/tunnel6.c | 12 +-
net/irda/irlmp.c | 2 +-
net/mac80211/mlme.c | 2 +-
net/packet/af_packet.c | 6 +-
net/rds/tcp_recv.c | 11 +-
scripts/recordmcount.h | 2 +-
sound/pci/hda/hda_intel.c | 2 +
sound/pci/hda/patch_sigmatel.c | 1 +
56 files changed, 586 insertions(+), 241 deletions(-)
Alex Williamson (2):
PCI: Fix devfn for VPD access through function 0
PCI: Use function 0 VPD for identical functions, regular VPD for others
Ani Sinha (1):
ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in preemptible context.
Arnd Bergmann (1):
ARM: pxa: remove incorrect __init annotation on pxa27x_set_pwrmode
Ben Hutchings (1):
Linux 3.2.74
Boris BREZILLON (1):
mtd: mtdpart: fix add_mtd_partitions error path
Borislav Petkov (1):
x86/cpu: Call verify_cpu() after having entered long mode too
Brian Norris (1):
mtd: blkdevs: fix potential deadlock + lockdep warnings
Chen Yu (1):
ACPI: Use correct IRQ when uninstalling ACPI interrupt handler
Chris Mason (1):
Btrfs: don't use ram_bytes for uncompressed inline items
Christoph Hellwig (1):
scsi: restart list search after unlock in scsi_remove_target
Christophe Leroy (1):
splice: sendfile() at once fails for big files
Daeho Jeong (1):
ext4, jbd2: ensure entering into panic after recording an error in superblock
Dan Carpenter (3):
mwifiex: fix mwifiex_rdeeprom_read()
devres: fix a for loop bounds check
irda: precedence bug in irlmp_seq_hb_idx()
David Howells (1):
FS-Cache: Handle a write to the page immediately beyond the EOF marker
David Woodhouse (1):
iommu/vt-d: Fix ATSR handling for Root-Complex integrated endpoints
Dmitry Tunin (2):
Bluetooth: ath3k: Add new AR3012 0930:021c id
Bluetooth: ath3k: Add support of AR3012 0cf3:817b device
Eric Dumazet (3):
packet: fix match_fanout_group()
net: fix a race in dst_release()
net: avoid NULL deref in inet_ctl_sock_destroy()
Filipe Manana (5):
Btrfs: fix file corruption and data loss after cloning inline extents
Btrfs: fix truncation of compressed and inlined extents
Btrfs: fix race leading to incorrect item deletion when dropping extents
Btrfs: fix race leading to BUG_ON when running delalloc for nodatacow
Btrfs: fix race when listing an inode's xattrs
Herbert Xu (1):
crypto: algif_hash - Only export and import on sockets with data
Jan Schmidt (1):
Btrfs: added helper btrfs_next_item()
Jann Horn (1):
fs: if a coredump already exists, unlink and recreate with O_EXCL
Johannes Berg (1):
mac80211: fix driver RSSI event calculations
Kees Cook (1):
fs: make dumpable=2 require fully qualified path
Kinglong Mee (2):
FS-Cache: Increase reference of parent after registering, netfs success
FS-Cache: Don't override netfs's primary_index if registering failed
Larry Finger (1):
staging: rtl8712: Add device ID for Sitecom WLA2100
Maciej W. Rozycki (1):
binfmt_elf: Don't clobber passed executable's file header
Marek Vasut (1):
can: Use correct type in sizeof() in nla_put()
Michal Kubeček (1):
ipv6: fix tunnel error handling
Paolo Bonzini (1):
KVM: svm: unconditionally intercept #DB
Peter Oberparleiter (1):
scsi_sysfs: Fix queue_ramp_up_period return code
Peter Zijlstra (1):
perf: Fix inherited events vs. tracepoint filters
Ralf Baechle (1):
MIPS: atomic: Fix comment describing atomic64_add_unless's return value.
Richard Purdie (1):
HID: core: Avoid uninitialized buffer access
Sowmini Varadhan (1):
RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_data_recv
Stefan Richter (1):
firewire: ohci: fix JMicron JMB38x IT context discovery
Takashi Iwai (2):
ALSA: hda - Disable 64bit address for Creative HDA controllers
ALSA: hda - Apply pin fixup for HP ProBook 6550b
Valentin Rothberg (1):
wm831x_power: Use IRQF_ONESHOT to request threaded IRQs
libin (1):
recordmcount: Fix endianness handling bug for nop_mcount
sumit.saxena@...gotech.com (2):
megaraid_sas: Do not use PAGE_SIZE for max_sectors
megaraid_sas : SMAP restriction--do not access user memory from IOCTL code
--
Ben Hutchings
Power corrupts. Absolute power is kind of neat.
- John Lehman, Secretary of the US Navy 1981-1987
View attachment "linux-3.2.74.patch" of type "text/x-diff" (63729 bytes)
Download attachment "signature.asc" of type "application/pgp-signature" (812 bytes)
Powered by blists - more mailing lists