[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20151231042208.GB28542@decadent.org.uk>
Date: Thu, 31 Dec 2015 04:22:08 +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.75
I'm announcing the release of the 3.2.75 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.74 is attached to this message.
Ben.
------------
Makefile | 2 +-
arch/sh/include/asm/unistd_64.h | 2 +-
drivers/ata/libahci.c | 9 ++
drivers/ata/sata_sil.c | 3 +
drivers/char/ipmi/ipmi_si_intf.c | 8 +-
drivers/gpu/drm/drm_fops.c | 95 +++++++-----
drivers/gpu/drm/drm_stub.c | 7 +-
drivers/gpu/drm/ttm/ttm_lock.c | 2 +-
drivers/gpu/vga/vgaarb.c | 6 +-
drivers/isdn/i4l/isdn_ppp.c | 12 +-
drivers/md/persistent-data/dm-btree.c | 20 ++-
drivers/net/can/sja1000/sja1000.c | 3 +
drivers/net/ethernet/atheros/atl1c/atl1c_main.c | 7 +-
drivers/net/ethernet/renesas/sh_eth.c | 4 +-
drivers/net/macvlan.c | 2 +
drivers/net/phy/broadcom.c | 2 +-
drivers/net/ppp/ppp_generic.c | 6 +-
drivers/net/ppp/pptp.c | 6 +
drivers/net/slip/slhc.c | 12 +-
drivers/net/slip/slip.c | 2 +-
drivers/net/wan/x25_asy.c | 6 +-
drivers/parisc/iommu-helpers.h | 15 +-
drivers/usb/class/cdc-acm.c | 9 ++
drivers/usb/class/cdc-acm.h | 1 +
drivers/usb/class/usblp.c | 2 +-
drivers/usb/core/config.c | 3 +-
drivers/usb/host/whci/qset.c | 4 +
drivers/usb/host/xhci-pci.c | 2 +
drivers/usb/host/xhci.c | 18 +++
drivers/usb/host/xhci.h | 1 +
drivers/usb/musb/musb_core.c | 11 +-
drivers/usb/serial/cp210x.c | 1 -
drivers/usb/serial/option.c | 11 ++
drivers/usb/serial/ti_usb_3410_5052.c | 7 +-
drivers/usb/serial/ti_usb_3410_5052.h | 4 +
fs/9p/vfs_inode.c | 4 +-
fs/cachefiles/rdwr.c | 2 +-
fs/ext4/ext4.h | 51 +++++-
fs/fuse/file.c | 2 +-
fs/jbd2/transaction.c | 2 +
fs/nfs/inode.c | 6 +-
fs/partitions/mac.c | 10 +-
fs/splice.c | 8 +
fs/sysv/Makefile | 2 +-
fs/sysv/inode.c | 10 +-
fs/sysv/symlink.c | 20 ---
include/drm/drmP.h | 6 +
include/linux/ipv6.h | 2 +-
include/linux/lockdep.h | 5 +
include/net/af_unix.h | 6 +-
include/net/ipv6.h | 22 ++-
include/net/sock.h | 3 +
kernel/sched.c | 7 +-
kernel/trace/ring_buffer.c | 12 +-
mm/backing-dev.c | 19 ++-
mm/hugetlb.c | 8 +-
mm/vmstat.c | 6 +-
net/ax25/af_ax25.c | 3 +
net/bluetooth/sco.c | 3 +
net/core/dev.c | 2 +-
net/core/scm.c | 2 +
net/dccp/ipv6.c | 44 +++---
net/decnet/af_decnet.c | 3 +
net/ipv4/af_inet.c | 3 +
net/ipv4/igmp.c | 5 +-
net/ipv4/ipmr.c | 15 +-
net/ipv4/tcp_input.c | 1 +
net/ipv6/af_inet6.c | 15 +-
net/ipv6/datagram.c | 4 +-
net/ipv6/exthdrs.c | 3 +-
net/ipv6/inet6_connection_sock.c | 11 +-
net/ipv6/ip6mr.c | 17 +-
net/ipv6/ipv6_sockglue.c | 36 +++--
net/ipv6/mcast.c | 2 -
net/ipv6/netfilter/nf_conntrack_reasm.c | 6 +-
net/ipv6/raw.c | 8 +-
net/ipv6/reassembly.c | 14 +-
net/ipv6/syncookies.c | 2 +-
net/ipv6/tcp_ipv6.c | 37 ++---
net/ipv6/udp.c | 8 +-
net/irda/af_irda.c | 3 +
net/mac80211/mesh_pathtbl.c | 8 +-
net/rds/connection.c | 6 -
net/rds/send.c | 4 +-
net/sctp/auth.c | 4 +-
net/sctp/ipv6.c | 8 +
net/sctp/socket.c | 12 +-
net/unix/af_unix.c | 196 ++++++++++++++++++++----
net/unix/garbage.c | 12 +-
sound/pci/rme96.c | 41 +++--
sound/soc/codecs/wm8962.c | 4 +-
sound/usb/midi.c | 46 ++++++
sound/usb/quirks-table.h | 11 ++
sound/usb/quirks.c | 1 +
sound/usb/usbaudio.h | 1 +
95 files changed, 799 insertions(+), 320 deletions(-)
Aaro Koskinen (1):
broadcom: fix PHY_ID_BCM5481 entry in the id table
Al Viro (2):
fix sysvfs symlinks
9p: ->evict_inode() should kick out ->i_data, not ->i_mapping
Aleksander Morgado (1):
USB: serial: option: add support for Novatel MiFi USB620L
Alexey Khoroshilov (1):
USB: whci-hcd: add check for dma mapping error
Andrew Lunn (1):
ipv4: igmp: Allow removing groups from a removed interface
Ben Hutchings (7):
USB: ti_usb_3410_502: Fix ID table size
xhci: Add XHCI_INTEL_HOST quirk
USB: cdc-acm - Add IGNORE_DEVICE quirk
usb: Use the USB_SS_MULT() macro to decode burst multiplier for log message
isdn_ppp: Add checks for allocation failure in isdn_ppp_open()
ppp, slip: Validate VJ compression slot parameters completely
Linux 3.2.75
Bjørn Mork (1):
USB: option: add XS Stick W100-2 from 4G Systems
Chunfeng Yun (1):
usb: xhci: fix config fail of FS hub behind a HS hub with MTT
Clemens Ladisch (3):
ALSA: usb-audio: add packet size quirk for the Medeli DD305
ALSA: usb-audio: prevent CH345 multiport output SysEx corruption
ALSA: usb-audio: work around CH345 input SysEx corruption
Daniel Borkmann (1):
net, scm: fix PaX detected msg_controllen overflow in scm_detach_fds
David S. Miller (1):
bluetooth: Validate socket address length in sco_sock_bind().
David Turner (1):
ext4: Fix handling of extended tv_sec
David Woodhouse (1):
USB: ti_usb_3410_5052: Add Honeywell HGI80 ID
Diego Elio Pettenò (1):
USB: serial: ti_usb_3410_5052: add Abbott strip port ID to combined table as well.
Dmitry V. Levin (1):
sh64: fix __NR_fgetxattr
Eric Dumazet (5):
tcp: initialize tp->copied_seq in case of cross SYN connection
ipv6: add complete rcu protection around np->opt
ipv6: sctp: implement sctp_v6_destroy_sock()
ipv6: sctp: clone options to avoid use after free
af_unix: fix a fatal race with bit fields
Geert Uytterhoeven (1):
FS-Cache: Add missing initialization of ret in cachefiles_write_page()
Hannes Frederic Sowa (1):
net: add validation for the socket syscall protocol argument
Jan Kara (3):
vfs: Make sendfile(2) killable even better
vfs: Avoid softlockups with sendfile(2)
jbd2: Fix unreclaimed pages after truncate in data=journal mode
Jan Stancek (1):
ipmi: move timer init to before irq is setup
Jeff Layton (1):
nfs: if we have no valid attrs, then don't declare the attribute cache valid
Jiri Slaby (1):
usblp: do not set TASK_INTERRUPTIBLE before lock
Joe Thornber (1):
dm btree: fix bufio buffer leaks in dm_btree_del() error path
Johannes Berg (1):
mac80211: mesh: fix call_rcu() usage
Jonas Jonsson (1):
USB: cdc_acm: Ignore Infineon Flash Loader utility
Kees Cook (1):
mac: validate mac_partition is within sector
Kirill A. Shutemov (1):
vgaarb: fix signal handling in vga_get()
Konstantin Shkolnyy (1):
USB: cp210x: Remove CP2110 ID from compatibility list
Marcelo Ricardo Leitner (1):
sctp: update the netstamp_needed counter when copying sockets
Michal Hocko (1):
mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't make any progress
Michal Kubeček (1):
ipv6: distinguish frag queues by device for multicast and link-local packets
Mike Snitzer (1):
dm btree: fix leak of bufio-backed block in btree_split_sibling error path
Mikulas Patocka (2):
sata_sil: disable trim
parisc iommu: fix panic due to trying to allocate too large region
Mirza Krak (1):
can: sja1000: clear interrupts on start
Naoya Horiguchi (1):
mm: hugetlb: call huge_pte_alloc() only if ptep is null
Neil Horman (1):
snmp: Remove duplicate OUTMCAST stat increment
Nikolay Aleksandrov (3):
net: fix __netdev_update_features return on ndo_set_features failure
net: ip6mr: fix static mfc/dev leaks on table destruction
net: ipmr: fix static mfc/dev leaks on table destruction
Pavel Machek (1):
atl1c: Improve driver not to do order 4 GFP_ATOMIC allocation
Peter Hurley (2):
wan/x25: Fix use-after-free in x25_asy_open_tty()
locking: Add WARN_ON_ONCE lock assertion
Quentin Casasnovas (1):
RDS: fix race condition when sending a message on unbound socket
Rainer Weikusat (2):
unix: avoid use-after-free in ep_remove_wait_queue
af_unix: Revert 'lock_interruptible' in stream receive code
Rajmohan Mani (1):
xhci: Workaround to get Intel xHCI reset working more reliably
Roman Gushchin (1):
fuse: break infinite loop in fuse_fill_write_pages()
RongQing.Li (1):
dccp: remove unnecessary codes in ipv6.c
Sabrina Dubroca (1):
macvlan: fix leak in macvlan_handle_frame
Sachin Pandhare (1):
ASoC: wm8962: correct addresses for HPF_C_0/1
Sasha Levin (1):
sched/core: Remove false-positive warning from wake_up_process()
Sergei Shtylyov (1):
sh_eth: fix kernel oops in skb_put()
Steven Rostedt (Red Hat) (1):
ring-buffer: Update read stamp with first real commit on page
Takashi Iwai (1):
ALSA: rme96: Fix unexpected volume reset after rate changes
Thomas Hellstrom (2):
drm/ttm: Fixed a read/write lock imbalance
drm: Fix an unwanted master inheritance v2
Uwe Kleine-König (1):
usb: musb: core: fix order of arguments to ulpi write callback
WANG Cong (2):
ip6mr: call del_timer_sync() in ip6mr_free_table()
pptp: verify sockaddr_len in pptp_bind() and pptp_connect()
Xiangliang Yu (1):
AHCI: Fix softreset failed issue of Port Multiplier
Xunlei Pang (1):
sched/core: Clear the root_domain cpumasks in init_rootdomain()
lucien (1):
sctp: translate host order to network order when setting a hmacid
View attachment "linux-3.2.75.patch" of type "text/x-diff" (102680 bytes)
Download attachment "signature.asc" of type "application/pgp-signature" (812 bytes)
Powered by blists - more mailing lists