[kernel] r22655 - in dists/jessie/linux/debian: . patches patches/bugfix/all patches/bugfix/x86 patches/features/all/psmouse
Ben Hutchings
benh at moszumanska.debian.org
Sun May 17 22:55:05 UTC 2015
Author: benh
Date: Sun May 17 22:55:04 2015
New Revision: 22655
Log:
Update to 3.16.7-ckt11
Drop patches that were applied upstream.
Deleted:
dists/jessie/linux/debian/patches/bugfix/all/btrfs-make-xattr-replace-operations-atomic.patch
dists/jessie/linux/debian/patches/bugfix/all/btrfs-simplify-insert_orphan_item.patch
dists/jessie/linux/debian/patches/bugfix/all/ext4-allocate-entire-range-in-zero-range.patch
dists/jessie/linux/debian/patches/bugfix/all/ext4-fix-accidental-flag-aliasing-in-ext4_map_blocks.patch
dists/jessie/linux/debian/patches/bugfix/all/ext4-fix-zero_range-bug-hidden-by-flag-aliasing.patch
dists/jessie/linux/debian/patches/bugfix/all/fs-take-i_mutex-during-prepare_binprm-for-set-ug-id-.patch
dists/jessie/linux/debian/patches/bugfix/all/ib-core-prevent-integer-overflow-in-ib_umem_get.patch
dists/jessie/linux/debian/patches/bugfix/all/ipv6-don-t-reduce-hop-limit-for-an-interface.patch
dists/jessie/linux/debian/patches/bugfix/all/tcp-fix-crash-in-tcp-fast-open.patch
dists/jessie/linux/debian/patches/bugfix/x86/crypto-aesni-fix-memory-usage-in-GCM-decryption.patch
dists/jessie/linux/debian/patches/bugfix/x86/x86-microcode-intel-guard-against-stack-overflow-in-.patch
dists/jessie/linux/debian/patches/features/all/psmouse/input-psmouse-add-psmouse_matches_pnp_id-helper-func.patch
Modified:
dists/jessie/linux/debian/changelog
dists/jessie/linux/debian/patches/series
Modified: dists/jessie/linux/debian/changelog
==============================================================================
--- dists/jessie/linux/debian/changelog Sun May 17 18:53:53 2015 (r22654)
+++ dists/jessie/linux/debian/changelog Sun May 17 22:55:04 2015 (r22655)
@@ -1,4 +1,151 @@
-linux (3.16.7-ckt9-4) UNRELEASED; urgency=medium
+linux (3.16.7-ckt11-1) UNRELEASED; urgency=medium
+
+ * New upstream stable update:
+ http://kernel.ubuntu.com/stable/ChangeLog-3.16.7-ckt10
+ - fuse: notify: don't move pages
+ - fuse: set stolen page uptodate
+ - dm thin: fix to consistently zero-fill reads to unprovisioned blocks
+ - dm: hold suspend_lock while suspending device during device deletion
+ - dm snapshot: suspend origin when doing exception handover
+ - dm snapshot: suspend merging snapshot when doing exception handover
+ - dm io: deal with wandering queue limits when handling REQ_DISCARD and
+ REQ_WRITE_SAME
+ - [armhf] crypto: arm/aes update NEON AES module to latest OpenSSL version
+ (regression in 3.13)
+ - mac80211: drop unencrypted frames in mesh fwding
+ - mac80211: disable u-APSD queues by default
+ - virtio_console: init work unconditionally
+ - regmap: regcache-rbtree: Fix present bitmap resize (regression in 3.12)
+ - Input: synaptics - fix middle button on Lenovo 2015 products
+ - Input: synaptics - handle spurious release of trackstick buttons
+ - [x86] asm/entry/32: Fix user_mode() misuses
+ - [x86] fpu: Avoid math_state_restore() without used_math() in
+ __restore_xstate_sig()
+ - [x86] fpu: Drop_fpu() should not assume that tsk equals current
+ - mac80211: count interfaces correctly for combination checks
+ (regression in 3.16)
+ - nl80211: ignore HT/VHT capabilities without QoS/WMM
+ - pagemap: do not leak physical addresses to non-privileged userspace
+ (mitigation of the DRAM 'rowhammer' defect)
+ - iscsi-target: Avoid early conn_logout_comp for iser connections
+ - tcm_qla2xxx: Fix incorrect use of __transport_register_session
+ - [arm64] Honor __GFP_ZERO in dma allocations
+ - xfrm: release dst_orig in case of error in xfrm_lookup()
+ (regression in 3.16.6)
+ - [powerpc*] smp: Wait until secondaries are active & online
+ (regression in 3.15)
+ - [powerpc*] iommu: Remove IOMMU device references via bus notifier
+ (regression in 3.14)
+ - [powerpcspe] mpc85xx: Add ranges to etsec2 nodes
+ (regression in 3.16.7-ckt3)
+ - IB/core: Avoid leakage from kernel to user space
+ - timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loop
+ - [x86] KVM: nVMX: mask unrestricted_guest if disabled on L0
+ - [ppc64el] pseries: Little endian fixes for post mobility device tree
+ update
+ - block: Fix bug in blk_rq_merge_ok (regression in 3.16)
+ - sched: Fix RLIMIT_RTTIME when PI-boosting to RT
+ - mm: fix anon_vma->degree underflow in anon_vma endless growing prevention
+ (regression in 3.16.7-ckt5)
+ - hfsplus: fix B-tree corruption after insertion at position 0
+ - iio: fix drivers that check buffer->scan_mask
+ - iio: inv_mpu6050: Clear timestamps fifo while resetting hardware fifo
+ - cifs: smb2_clone_range() - exit on unhandled error
+ - cifs: fix use-after-free bug in find_writable_file
+ - xen/balloon: before adding hotplugged memory, set frames to invalid
+ (regression in 3.16)
+ - iio: adc: vf610: use ADC clock within specification
+ - dmaengine: edma: fix memory leak when terminating running transfers
+ - dmaengine: omap-dma: Fix memory leak when terminating running transfer
+ - mac80211: fix RX A-MPDU session reorder timer deletion
+ - net: use for_each_netdev_safe() in rtnl_group_changelink()
+ - net/mlx4_en: Call register_netdevice in the proper location
+ (regression in 3.14)
+ - NFS: fix BUG() crash in notify_change() with patch to chown_common()
+ http://kernel.ubuntu.com/stable/ChangeLog-3.16.7-ckt11
+ - n_tty: Fix read buffer overwrite when no newline
+ - [x86] KVM: Fix lost interrupt on irr_pending race (regression in 3.16.2)
+ - tcp: prevent fetching dst twice in early demux code
+ - ipv6: protect skb->sk accesses from recursive dereference inside the stack
+ - bonding: Bonding Overriding Configuration logic restored.
+ (regression in 3.14)
+ - ioctx_alloc(): fix vma (and file) leak on failure
+ - [x86] drm/i915/vlv: remove wait for previous GFX clk disable request
+ (regression in 3.16)
+ - SCSI: Defer processing of REQ_PREEMPT requests for blocked devices
+ - ocfs2: _really_ sync the right range (regression in 3.14)
+ - iscsi target: fix oops when adding reject pdu
+ - ext4: fix indirect punch hole corruption
+ - ip_forward: Drop frames with attached skb->sk
+ - ppp: call skb_checksum_complete_unset in ppp_receive_frame
+ - tcp: fix possible deadlock in tcp_send_fin() (regression in 3.16.7-ckt9)
+ - tcp: avoid looping in tcp_send_fin()
+ - [x86] Drivers: hv: vmbus: Fix a bug in the error path in vmbus_open()
+ - [s390x] KVM: fix handling of write errors in the tpi handler
+ - [s390x] KVM: reinjection of irqs can fail in the tpi handler
+ - [x86] compal-laptop: correct invalid hwmon name (regression in 3.14)
+ - [x86] compal-laptop: Fix leaking hwmon device
+ - [x86] compal-laptop: Check return value of power_supply_register
+ (regression in 3.14)
+ - [x86] sched/idle: Restore mwait_idle() to fix boot hangs, to improve power
+ savings and to improve performance
+ - usb: phy: Find the right match in devm_usb_phy_match
+ - [x86] kvm: Revert "remove sched notifier for cross-cpu migrations"
+ (regression in 3.12)
+ - [mips*el/loongson-3] Add IRQF_NO_SUSPEND to Cascade irqaction
+ (regression in 3.16.7-ckt7)
+ - ring-buffer: Replace this_cpu_*() with __this_cpu_*()
+ - UBI: account for bitflips in both the VID header and data
+ - UBI: fix out of bounds write
+ - UBI: fix check for "too many bytes"
+ - Btrfs: fix log tree corruption when fs mounted with -o discard
+ - btrfs: don't accept bare namespace as a valid xattr
+ - [armel,armhf] 8320/1: fix integer overflow in ELF_ET_DYN_BASE
+ - [mips*] Hibernate: flush TLB entries earlier
+ - ext4: make fsync to sync parent dir in no-journal for real this time
+ - iser-target: Fix session hang in case of an rdma read DIF error
+ - iser-target: Fix possible deadlock in RDMA_CM connection error
+ - [x86] vdso: fix pvclock races with task migration (Closes: #784960)
+ - md/raid0: fix bug with chunksize not a power of 2.
+ - ALSA: emu10k1: don't deadlock in proc-functions
+ - [s390x] hibernate: fix save and restore of kernel text section
+ - Btrfs: fix inode eviction infinite loop after extent_same ioctl
+ - Btrfs: fix inode eviction infinite loop after cloning into it
+ - [powerpc/powerpc64,ppc64*] perf: Cap 64bit userspace backtraces to
+ PERF_MAX_STACK_DEPTH (Closes: #784278)
+ - target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handling
+ - fs/binfmt_elf.c: fix bug in loading of PIE binaries
+ - IB/core: disallow registering 0-sized memory region
+ - IB/core: don't disallow registering region starting at 0x0
+ - target/file: Fix SG table for prot_buf initialization
+ - ptrace: fix race between ptrace_resume() and wait_task_stopped()
+ - nfs: fix high load average due to callback thread sleeping
+ (regression in 3.16.7-ckt8)
+ - [x86] drm/i915: vlv: fix save/restore of GFX_MAX_REQ_COUNT reg
+ (regression in 3.16)
+ - ACPI / scan: Annotate physical_node_lock in acpi_scan_is_offline()
+ (regression in 3.14)
+ - vfs: RCU pathwalk breakage when running into a symlink overmounting
+ something
+ - drivers/of: Add empty ranges quirk for PA-Semi (regression in 3.16.7-ckt3)
+ - [x86] apple-gmux: lock iGP IO to protect from vgaarb changes
+ (regression in 3.16.5)
+ - lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VAR
+ - [arm64] head.S: ensure visibility of page tables (regression in 3.15)
+ - [armhf] crypto: omap-aes - Fix support for unequal lengths
+ - [armhf] fix broken hibernation (regression in 3.16)
+ - jhash: Update jhash_[321]words functions to use correct initval
+ - vti6: fix uninit when using x-netns
+ - [powerpc*] cell: Fix cell iommu after it_page_shift changes
+ (regression in 3.14)
+ - KVM: use slowpath for cross page cached accesses
+ - IB/iser: Fix wrong calculation of protection buffer length
+ - [i386/686-pae] mlx5: wrong page mask if CONFIG_ARCH_DMA_ADDR_T_64BIT
+ enabled for 32Bit architectures
+ - skbuff: Do not scrub skb mark within the same name space
+ (regression in 3.12)
+ - memstick: mspro_block: add missing curly braces
+ - ipv4: Missing sk_nulls_node_init() in ping_unhash(). (CVE-2015-3636)
[ Ben Hutchings ]
* debian.py,gencontrol.py: Fix the version sanity checks for backports
Modified: dists/jessie/linux/debian/patches/series
==============================================================================
--- dists/jessie/linux/debian/patches/series Sun May 17 18:53:53 2015 (r22654)
+++ dists/jessie/linux/debian/patches/series Sun May 17 22:55:04 2015 (r22655)
@@ -63,7 +63,6 @@
bugfix/x86/acpi-video-disable-native-backlight-on-samsung-series-9.patch
bugfix/x86/drm-i915-quietly-reject-attempts-to-create-non-pagealigned-stolen-objects.patch
bugfix/arm/mvebu-do-not-register-custom-DMA-operations-when-coherency-is-disabled.patch
-bugfix/x86/x86-microcode-intel-guard-against-stack-overflow-in-.patch
bugfix/x86/drm-i915-add-limited-color-range-readout-for-hdmi-dp.patch
bugfix/x86/powercap-rapl-change-domain-detection-message.patch
bugfix/arm/ARM-dts-imx53-correct-clock-names-of-SATA-node.patch
@@ -186,12 +185,6 @@
bugfix/all/xen-balloon-Don-t-continue-ballooning-when-BP_ECANCE.patch
bugfix/all/vfs-read-file_handle-only-once-in-handle_to_path.patch
bugfix/all/keys-request_key-should-reget-expired-keys-rather-th.patch
-bugfix/all/ib-core-prevent-integer-overflow-in-ib_umem_get.patch
-bugfix/all/btrfs-make-xattr-replace-operations-atomic.patch
-bugfix/all/ext4-fix-zero_range-bug-hidden-by-flag-aliasing.patch
-bugfix/all/ext4-fix-accidental-flag-aliasing-in-ext4_map_blocks.patch
-bugfix/all/ext4-allocate-entire-range-in-zero-range.patch
-bugfix/all/ipv6-don-t-reduce-hop-limit-for-an-interface.patch
bugfix/all/hid-thingm-fix-workqueue-race-on-remove.patch
debian/emmc-don-t-initialize-partitions-on-rpmb-flagged-areas.patch
bugfix/all/xen-netfront-release-per-queue-Tx-and-Rx-resource-wh.patch
@@ -553,7 +546,6 @@
# Add FocalTech support to psmouse
features/all/psmouse/input-i8042-also-set-the-firmware-id-for-muxed-ports.patch
-features/all/psmouse/input-psmouse-add-psmouse_matches_pnp_id-helper-func.patch
features/all/psmouse/input-psmouse-add-support-for-detecting-focaltech-ps.patch
features/all/psmouse/input-psmouse-support-for-the-focaltech-ps-2-protoco.patch
features/all/psmouse/input-psmouse-remove-hardcoded-touchpad-size-from-th.patch
@@ -579,11 +571,6 @@
debian/usb-avoid-abi-change-in-3.16.7-ckt8.patch
debian/procfs-avoid-abi-change-in-3.16.7-ckt8.patch
-bugfix/all/btrfs-simplify-insert_orphan_item.patch
-
-bugfix/x86/crypto-aesni-fix-memory-usage-in-GCM-decryption.patch
-bugfix/all/tcp-fix-crash-in-tcp-fast-open.patch
-
# Introduce READ_ONCE and WRITE_ONCE; replace misuse of ACCESS_ONCE.
# Needed for backports of other fixes.
bugfix/all/access_once/0001-kernel-Provide-READ_ONCE-and-ASSIGN_ONCE.patch
@@ -599,5 +586,3 @@
bugfix/all/access_once/0011-kernel-tighten-rules-for-ACCESS-ONCE.patch
bugfix/all/access_once/0012-next-sh-Fix-compile-error.patch
bugfix/all/access_once/0013-kernel-Change-ASSIGN_ONCE-val-x-to-WRITE_ONCE-x-val.patch
-
-bugfix/all/fs-take-i_mutex-during-prepare_binprm-for-set-ug-id-.patch
More information about the Kernel-svn-changes
mailing list