[linux] 01/01: Merge tag 'debian/4.3.3-1'

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Wed Dec 16 17:22:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit 70157abb7d336d22641da65abb5a47d2657c2488
Merge: c3ac7c5 86eb6b9
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Wed Dec 16 17:15:08 2015 +0000

    Merge tag 'debian/4.3.3-1'
    
    Drop the ABI reference and ignored symbols.
    
    Drop most of the patches, as they're already upstream.

 debian/changelog                                   | 82 ++++++++++++++++++++++
 .../armel/modules/armel-kirkwood/input-modules     |  2 +
 ...alidation-for-the-socket-syscall-protocol.patch | 82 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 4 files changed, 167 insertions(+)

diff --cc debian/changelog
index f62a151,0fd9ed6..f7867f1
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,26 -1,85 +1,108 @@@
 +linux (4.4~rc5-1~exp1) UNRELEASED; urgency=medium
 +
 +  * New upstream release candidate
 +
 +  [ Ben Hutchings ]
 +  * [arm64] Drop now-redundant patches for X-Gene (fixes FTBFS)
 +  * [s390x] udeb: Add crc-modules package (fixes FTBFS)
 +  * cirrus,mgag200: Drop patches for compatibility with wheezy userland
 +
 + -- Ben Hutchings <ben at decadent.org.uk>  Mon, 14 Dec 2015 02:51:03 +0000
 +
 +linux (4.4~rc4-1~exp1) experimental; urgency=medium
 +
 +  * New upstream release candidate
 +
 +  [ Ben Hutchings ]
 +  * aufs: Update support patches to aufs4.x-rcN-20151123
 +  * udeb: Make md-modules depend on crc-modules (Closes: #807661)
 +  * [armel/kirkwood,armhf] crypto: Enable CRYPTO_DEV_MARVELL_CESA as module
 +    (Closes: #807634)
 +
 + -- Ben Hutchings <ben at decadent.org.uk>  Sun, 13 Dec 2015 16:25:45 +0000
 +
+ linux (4.3.3-1) unstable; urgency=medium
+ 
+   * New upstream stable update:
+     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.3.2
+     - X.509: Fix the time validation [ver #2]
+     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.3.3
+     - r8169: fix kasan reported skb use-after-free. (regression in 4.3)
+     - af-unix: fix use-after-free with concurrent readers while splicing
+       (regression in 4.2)
+     - af_unix: don't append consumed skbs to sk_receive_queue
+       (regression in 4.2)
+     - af_unix: take receive queue lock while appending new skb
+       (regression in 4.2)
+     - af-unix: passcred support for sendpage (regression in 4.2)
+     - ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 tree
+       (regression in 4.2)
+     - ipv6: Check expire on DST_NOCACHE route
+     - ipv6: Check rt->dst.from for the DST_NOCACHE route (regression in 4.3)
+     - Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"
+       (regression in 4.3)
+     - packet: only allow extra vlan len on ethernet devices
+     - packet: infer protocol from ethernet header if unset
+     - packet: fix tpacket_snd max frame len
+     - sctp: translate host order to network order when setting a hmacid
+     - net/mlx5e: Added self loopback prevention (regression in 4.3)
+     - net/mlx4_core: Fix sleeping while holding spinlock at rem_slave_counters
+       (regression in 4.2)
+     - ip_tunnel: disable preemption when updating per-cpu tstats
+     - net/ip6_tunnel: fix dst leak (regression in 4.3)
+     - tcp: disable Fast Open on timeouts after handshake
+     - tcp: fix potential huge kmalloc() calls in TCP_REPAIR
+     - tcp: initialize tp->copied_seq in case of cross SYN connection
+     - net, scm: fix PaX detected msg_controllen overflow in scm_detach_fds
+     - net: ipmr: fix static mfc/dev leaks on table destruction
+     - net: ip6mr: fix static mfc/dev leaks on table destruction
+     - vrf: fix double free and memory corruption on register_netdevice failure
+     - tipc: fix error handling of expanding buffer headroom (regression in 4.3)
+     - ipv6: distinguish frag queues by device for multicast and link-local
+       packets
+     - bpf, array: fix heap out-of-bounds access when updating elements
+     - ipv6: add complete rcu protection around np->opt
+     - net/neighbour: fix crash at dumping device-agnostic proxy entries
+     - ipv6: sctp: implement sctp_v6_destroy_sock()
+     - openvswitch: fix hangup on vxlan/gre/geneve device deletion
+     - net_sched: fix qdisc_tree_decrease_qlen() races
+     - btrfs: fix resending received snapshot with parent (regression in 4.2)
+     - Btrfs: fix file corruption and data loss after cloning inline extents
+     - Btrfs: fix regression when running delayed references (regression in 4.2)
+     - 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
+     - rbd: don't put snap_context twice in rbd_queue_workfn()
+     - ext4 crypto: fix memory leak in ext4_bio_write_page()
+     - ext4 crypto: fix bugs in ext4_encrypted_zeroout()
+     - ext4: fix potential use after free in __ext4_journal_stop
+       (regression in 4.2)
+     - ext4, jbd2: ensure entering into panic after recording an error in
+       superblock
+     - nfsd: serialize state seqid morphing operations
+     - nfsd: eliminate sending duplicate and repeated delegations
+     - nfs4: start callback_ident at idr 1
+     - nfs4: resend LAYOUTGET when there is a race that changes the seqid
+     - nfs: if we have no valid attrs, then don't declare the attribute cache
+       valid
+     - ocfs2: fix umask ignored issue
+     - block: fix segment split (regression in 4.3)
+     - ceph: fix message length computation
+     - Btrfs: fix regression running delayed references when using qgroups
+       (regression in 4.2)
+ 
+   [ Ben Hutchings ]
+   * net: add validation for the socket syscall protocol argument (CVE-2015-8543)
+   * [armel/kirkwood] udeb: Override inclusion of gpio_keys in input-modules
+     (fixes FTBFS)
+   * vrf: Fix broken backport of "vrf: fix double free and memory corruption on
+     register_netdevice failure" in 4.3.3
+   * net: Ignore ABI changes due to "ipv6: add complete rcu protection around
+     np->opt", which don't appear to affect out-of-tree modules
+   * tipc: Fix kfree_skb() of uninitialised pointer (regression in 4.3.3)
+ 
+  -- Ben Hutchings <ben at decadent.org.uk>  Tue, 15 Dec 2015 21:25:26 +0000
+ 
  linux (4.3.1-1) unstable; urgency=medium
  
    * New upstream stable update:
diff --cc debian/patches/series
index 3c07195,f46bc86..41fada6
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -64,6 -77,30 +64,7 @@@ features/all/grsecurity/grsecurity-kcon
  #features/all/grsecurity/grsecurity-kbuild.patch
  features/all/grsecurity/grkernsec_perf_harden.patch
  
 -bugfix/all/media-uvcvideo-disable-hardware-timestamps-by-defaul.patch
 -
 -bugfix/all/selftests-add-missing-include-directives.patch
 -bugfix/all/selftests-memfd-stop-unnecessary-rebuilds.patch
 -bugfix/all/selftests-kprobe-choose-an-always-defined-function-t.patch
 -bugfix/all/selftests-make-scripts-executable.patch
 -bugfix/all/selftests-vm-try-harder-to-allocate-huge-pages.patch
 -bugfix/all/selftests-breakpoints-actually-build-it.patch
 -bugfix/all/media-media-vivid-osd-fix-info-leak-in-ioctl.patch
 -bugfix/x86/kvm-svm-unconditionally-intercept-DB.patch
 -bugfix/x86/kvm-x86-rename-update_db_bp_intercept-to-update_bp_i.patch
  bugfix/all/usbvision-fix-overflow-of-interfaces-array.patch
  bugfix/all/media-usbvision-fix-crash-on-detecting-device-with-i.patch
 -bugfix/all/isdn_ppp-add-checks-for-allocation-failure-in-isdn_p.patch
 -bugfix/all/ppp-slip-validate-vj-compression-slot-parameters-com.patch
  bugfix/x86/drm-i915-shut-up-gen8-sde-irq-dmesg-noise.patch
 -bugfix/arm/arm-dts-kirkwood-fix-qnap-ts219-power-off.patch
 -bugfix/x86/drm-i915-mark-uneven-memory-banks-on-gen4-desktop-as.patch
+ bugfix/all/net-add-validation-for-the-socket-syscall-protocol.patch
 -bugfix/x86/bios-return-actual-size-of-the-buffer-retrieved-via-_rom.patch
 -features/arm/mfd-s2mps11-add-manual-shutdown-method-for-odroid-xu.patch
 -features/arm/arm-dts-fix-power-off-method-for-exynos5422-odroidxu.patch
 -features/arm/arm-dts-split-audio-configuration-to-separate-exynos.patch
 -features/arm/arm-dts-add-support-odroid-xu4-board-for-exynos5422-.patch
 -bugfix/all/revert-vrf-fix-double-free-and-memory-corruption-on-.patch
 -bugfix/all/vrf-fix-double-free-and-memory-corruption-on-registe.patch
 -bugfix/all/tipc-fix-kfree_skb-of-uninitialised-pointer.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list