Xenial SRU - v4.4.21 stable
Tim Gardner
tim.gardner at canonical.com
Thu Sep 15 17:00:29 UTC 2016
https://bugs.launchpad.net/bugs/1624037
See attached pull request.
--
Tim Gardner tim.gardner at canonical.com
-------------- next part --------------
The following changes since commit 362911025f64ac697ccfae4b758cfb924a816da2:
UBUNTU: SAUCE: Ibmvscsis: Fixed a bug reported by Dan Carpenter (2016-09-14 06:44:05 -0600)
are available in the git repository at:
git://kernel.ubuntu.com/rtg/ubuntu-xenial.git v4.4.21
for you to fetch changes up to 1455b33942fda1940535cba8c7874c61d0580f4b:
Linux 4.4.21 (2016-09-15 10:56:50 -0600)
----------------------------------------------------------------
Al Viro (2):
lustre: remove unused declaration
wrappers for ->i_mutex access
Balbir Singh (1):
cgroup: reduce read locked section of cgroup_threadgroup_rwsem during fork
Bart Van Assche (1):
block: Fix race triggered by blk_set_queue_dying()
Benjamin Coddington (1):
vhost/scsi: fix reuse of &vq->iov[out] in response
Christian König (1):
drm/radeon: fix radeon_move_blit on 32bit systems
Christoph Huber (1):
ASoC: atmel_ssc_dai: Don't unconditionally reset SSC on stream startup
Daeho Jeong (1):
ext4: avoid modifying checksum fields directly during checksum verification
Daniel Vetter (1):
drm: Reject page_flip for !DRIVER_MODESET
Dave Chinner (1):
xfs: fix superblock inprogress check
Florian Westphal (1):
netfilter: x_tables: check for size overflow
Greg Kroah-Hartman (1):
Linux 4.4.21
Horia Geantă (1):
crypto: caam - fix IV loading for authenc (giv)decryption
James Hogan (1):
metag: Fix atomic_*_return inline asm constraints
Jan Kara (4):
ext4: fix xattr shifting when expanding inodes
ext4: fix xattr shifting when expanding inodes part 2
ext4: properly align shifted xattrs when expanding inodes
ext4: avoid deadlock when expanding inode size
John Stultz (2):
timekeeping: Cap array access in timekeeping_debug
timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPING
Kai-Heng Feng (1):
ALSA: hda - Enable subwoofer on Dell Inspiron 7559
Ken Lin (1):
ALSA: usb-audio: Add sample rate inquiry quirk for B850V3 CP2114
Kent Overstreet (1):
bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.
Krzysztof Kozlowski (1):
hwrng: exynos - Disable runtime PM on probe failure
Martin Schwidefsky (1):
s390/sclp_ctl: fix potential information leak with /dev/sclp
Mika Båtsman (1):
regulator: anatop: allow regulator to be in bypass mode
Miklos Szeredi (4):
ovl: don't copy up opaqueness
ovl: remove posix_acl_default from workdir
ovl: listxattr: use strnlen()
ovl: fix workdir creation
Ming Lei (1):
block: make sure a big bio is split into at most 256 bvecs
Nicolai Stange (1):
lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbs
Oleg Nesterov (1):
uprobes: Fix the memcg accounting
Rob Clark (1):
drm/msm: fix use of copy_from_user() while holding spinlock
Sai Gurrappadi (1):
cpufreq: Fix GOV_LIMITS handling for the userspace governor
Seth Forshee (1):
fs: Check for invalid i_uid in may_follow_link()
Shrirang Bagul (1):
ALSA: hda - Add headset mic quirk for Dell Inspiron 5468
Takashi Iwai (1):
ALSA: rawmidi: Fix possible deadlock with virmidi registration
Takashi Sakamoto (2):
ALSA: firewire-tascam: accessing to user space outside spinlock
ALSA: fireworks: accessing to user space outside spinlock
Theodore Ts'o (1):
ext4: validate that metadata blocks do not overlap superblock
Tim Gardner (1):
Revert "i40e: fix: do not sleep in netdev_ops"
Tyrel Datwyler (1):
scsi: fix upper bounds check of sense key in scsi_sense_key_string()
Vegard Nossum (3):
ALSA: timer: fix NULL pointer dereference in read()/ioctl() race
ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUE
ALSA: timer: fix NULL pointer dereference on memory allocation failure
Vincent Stehlé (1):
ubifs: Fix assertion in layout_in_gaps()
Wanpeng Li (1):
x86/apic: Do not init irq remapping if ioapic is disabled
Makefile | 2 +-
arch/metag/include/asm/atomic_lnkget.h | 2 +-
arch/x86/kernel/apic/apic.c | 3 +
block/blk-core.c | 4 +-
block/blk-merge.c | 22 +++++++
drivers/char/hw_random/exynos-rng.c | 9 ++-
drivers/cpufreq/cpufreq_userspace.c | 43 ++++++++++--
drivers/crypto/caam/caamalg.c | 77 +++++++++++-----------
drivers/gpu/drm/drm_crtc.c | 3 +
drivers/gpu/drm/msm/msm_gem_submit.c | 27 ++++++--
drivers/gpu/drm/radeon/radeon_ttm.c | 4 +-
drivers/md/bcache/super.c | 2 +-
drivers/net/ethernet/intel/i40e/i40e_main.c | 11 +---
drivers/regulator/anatop-regulator.c | 2 +-
drivers/s390/char/sclp_ctl.c | 12 ++--
drivers/scsi/constants.c | 5 +-
.../staging/lustre/lustre/llite/llite_internal.h | 2 -
drivers/vhost/scsi.c | 6 +-
fs/ext4/inode.c | 40 ++++++-----
fs/ext4/namei.c | 9 ++-
fs/ext4/super.c | 36 +++++++---
fs/ext4/xattr.c | 66 +++++++++++--------
fs/namei.c | 4 +-
fs/overlayfs/copy_up.c | 2 +
fs/overlayfs/inode.c | 19 +++---
fs/overlayfs/overlayfs.h | 1 +
fs/overlayfs/super.c | 19 ++++++
fs/ubifs/tnc_commit.c | 2 +-
fs/xfs/libxfs/xfs_sb.c | 3 +-
include/linux/fs.h | 29 +++++++-
kernel/events/uprobes.c | 5 +-
kernel/fork.c | 4 +-
kernel/time/timekeeping.c | 5 +-
kernel/time/timekeeping_debug.c | 9 ++-
lib/mpi/mpicoder.c | 21 +++---
net/netfilter/x_tables.c | 3 +
sound/core/rawmidi.c | 4 +-
sound/core/timer.c | 20 +++++-
sound/firewire/fireworks/fireworks.h | 1 -
sound/firewire/fireworks/fireworks_hwdep.c | 71 ++++++++++++++------
sound/firewire/fireworks/fireworks_proc.c | 4 +-
sound/firewire/fireworks/fireworks_transaction.c | 5 +-
sound/firewire/tascam/tascam-hwdep.c | 33 ++++------
sound/pci/hda/patch_realtek.c | 15 +++++
sound/soc/atmel/atmel_ssc_dai.c | 5 +-
sound/usb/quirks.c | 1 +
46 files changed, 447 insertions(+), 225 deletions(-)
More information about the kernel-team
mailing list