Update to 4.7.4

This commit is contained in:
Ben Hutchings 2016-09-15 20:27:23 +01:00
parent 900cf04cac
commit 5e2573002f
1 changed files with 55 additions and 1 deletions

56
debian/changelog vendored
View File

@ -1,4 +1,4 @@
linux (4.7.3-1) UNRELEASED; urgency=medium
linux (4.7.4-1) UNRELEASED; urgency=medium
* New upstream stable update:
https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.7.3
@ -113,6 +113,60 @@ linux (4.7.3-1) UNRELEASED; urgency=medium
- hwmon: (iio_hwmon) fix memory leak in name attribute
- sysfs: correctly handle read offset on PREALLOC attrs
- SUNRPC: Fix infinite looping in rpc_clnt_iterate_for_each_xprt
https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.7.4
- Revert "floppy: refactor open() flags handling"
- apparmor: fix refcount race when finding a child profile
- fs: Check for invalid i_uid in may_follow_link()
- cred: Reject inodes with invalid ids in set_create_file_as()
- ext4: validate that metadata blocks do not overlap superblock
- 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
- ext4: avoid modifying checksum fields directly during checksum verification
- block: Fix race triggered by blk_set_queue_dying()
- block: make sure a big bio is split into at most 256 bvecs
- cgroup: reduce read locked section of cgroup_threadgroup_rwsem during fork
- cdc-acm: added sanity checking for probe()
- drm/radeon: fix radeon_move_blit on 32bit systems
- drm/radeon: only apply the SS fractional workaround to RS[78]80
- drm/atomic: Don't potentially reset color_mgmt_changed on successive
property updates.
- drm: Reject page_flip for !DRIVER_MODESET
- [arm64] drm/msm: fix use of copy_from_user() while holding spinlock
- [armhf] drm/vc4: Use drm_free_large() on handles to match its allocation.
- [armhf] drm/vc4: Fix overflow mem unreferencing when the binner runs dry.
- [armhf] drm/vc4: Fix oops when userspace hands in a bad BO.
- xfs: fix superblock inprogress check
- timekeeping: Cap array access in timekeeping_debug
- xenbus: don't look up transaction IDs for ordinary writes
- ovl: proper cleanup of workdir
- ovl: don't copy up opaqueness
- ovl: remove posix_acl_default from workdir
- ovl: listxattr: use strnlen()
- ovl: fix workdir creation
- mei: me: disable driver on SPT SPS firmware
- ubifs: Fix xattr generic handler usage
- ubifs: Fix assertion in layout_in_gaps()
- bdev: fix NULL pointer dereference
- bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power
of two.
- [mips*/*-malta] irqchip/mips-gic: Implement activate op for device domain
- vhost/scsi: fix reuse of &vq->iov[out] in response
- [x86] apic: Do not init irq remapping if ioapic is disabled
- xprtrdma: Create common scatterlist fields in rpcrdma_mw
- crypto: caam - fix IV loading for authenc (giv)decryption
- fscrypto: add authorization check for setting encryption policy
- fscrypto: only allow setting encryption policy on directories
- ALSA: firewire-tascam: accessing to user space outside spinlock
- ALSA: fireworks: accessing to user space outside spinlock
- ALSA: rawmidi: Fix possible deadlock with virmidi registration
- 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
- ALSA: timer: Fix zero-division by continue of uninitialized instance
- scsi: fix upper bounds check of sense key in scsi_sense_key_string()
- cpufreq: dt: Add terminate entry for of_device_id tables
[ Ben Hutchings ]
* [arm64] Add cpu_to_fdt32() when setting Secure Boot flag in FDT