[linux] branch jessie updated (d99616c -> a2c6ec6)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Thu Dec 29 03:44:11 UTC 2016


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

benh pushed a change to branch jessie
in repository linux.

      from  d99616c   Fix backport of "fs: Give dentry to inode_change_ok() instead of inode" in fuse, xfs
       new  7a18341   Note more CVEs fixed in upstream stable updates
       new  51cd4c2   sg: Fix double-free when drives detach during SG_IO (CVE-2015-8962)
       new  155aee4   perf: Fix race in swevent hash (CVE-2015-8963)
       new  13e777c   tty: Prevent ldisc drivers from re-using stale tty fields (CVE-2015-8964)
       new  3a9c496   usb: gadget: f_fs: Fix use-after-free (CVE-2016-7912)
       new  d07602d   HID: core: prevent out-of-bound readings (CVE-2016-7915)
       new  c29ed46   netfilter: nfnetlink: correctly validate length of batch messages (CVE-2016-7917)
       new  6d745c6   net: ping: check minimum size on ICMP header length (CVE-2016-8399)
       new  598c277   net: Limit sk_filter trim to payload
       new  95da0e7   mpi: Fix NULL ptr dereference in mpi_powm() [ver #3] (CVE-2016-8650)
       new  45b63de   packet: fix race condition in packet_set_ring (CVE-2016-8655)
       new  f9953e2   [x86] Fix potential infoleak in older kernels (CVE-2016-9178)
       new  461db92   sctp: validate chunk len before actually using it (CVE-2016-9555)
       new  160c700   sg_write()/bsg_write() is not fit to be called under KERNEL_DS (CVE-2016-9576)
       new  de565a4   [x86] KVM: drop error recovery in em_jmp_far and em_ret_far (CVE-2016-9756)
       new  1e8af51   net: avoid signed overflows for SO_{SND|RCV}BUFFORCE (CVE-2016-9793)
       new  c2cf110   ALSA: pcm : Call kill_fasync() in stream lock (CVE-2016-9794)
       new  a2c6ec6   Note that CVE-2016-9806 was fixed in 3.16.37

The 18 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog                                   |  29 ++++-
 .../alsa-pcm-call-kill_fasync-in-stream-lock.patch |  43 +++++++
 .../all/dccp-limit-sk_filter-trim-to-payload.patch |  94 ++++++++++++++++
 .../hid-core-prevent-out-of-bound-readings.patch   |  43 +++++++
 ...ix-null-ptr-dereference-in-mpi_powm-ver-3.patch |  96 ++++++++++++++++
 ...signed-overflows-for-so_-snd-rcv-bufforce.patch |  45 ++++++++
 ...-check-minimum-size-on-icmp-header-length.patch |  67 +++++++++++
 ...fnetlink-correctly-validate-length-of-bat.patch |  71 ++++++++++++
 ...ket-fix-race-condition-in-packet_set_ring.patch |  88 +++++++++++++++
 .../bugfix/all/perf-fix-race-in-swevent-hash.patch |  92 +++++++++++++++
 .../all/rose-limit-sk_filter-trim-to-payload.patch |  94 ++++++++++++++++
 ...lidate-chunk-len-before-actually-using-it.patch |  54 +++++++++
 ...uble-free-when-drives-detach-during-sg_io.patch |  66 +++++++++++
 ...g_write-is-not-fit-to-be-called-under-ker.patch |  42 +++++++
 ...ake-care-of-truncations-done-by-sk_filter.patch |  98 ++++++++++++++++
 ...-ldisc-drivers-from-re-using-stale-tty-fi.patch |  74 ++++++++++++
 .../all/usb-gadget-f_fs-fix-use-after-free.patch   |  32 ++++++
 .../fix-potential-infoleak-in-older-kernels.patch  |  63 +++++++++++
 ...p-error-recovery-in-em_jmp_far-and-em_ret.patch | 125 +++++++++++++++++++++
 .../net-fix-abi-change-for-sk_filter-changes.patch |  68 +++++++++++
 .../all/net-add-__sock_queue_rcv_skb.patch         |  63 +++++++++++
 debian/patches/series                              |  20 ++++
 22 files changed, 1463 insertions(+), 4 deletions(-)
 create mode 100644 debian/patches/bugfix/all/alsa-pcm-call-kill_fasync-in-stream-lock.patch
 create mode 100644 debian/patches/bugfix/all/dccp-limit-sk_filter-trim-to-payload.patch
 create mode 100644 debian/patches/bugfix/all/hid-core-prevent-out-of-bound-readings.patch
 create mode 100644 debian/patches/bugfix/all/mpi-fix-null-ptr-dereference-in-mpi_powm-ver-3.patch
 create mode 100644 debian/patches/bugfix/all/net-avoid-signed-overflows-for-so_-snd-rcv-bufforce.patch
 create mode 100644 debian/patches/bugfix/all/net-ping-check-minimum-size-on-icmp-header-length.patch
 create mode 100644 debian/patches/bugfix/all/netfilter-nfnetlink-correctly-validate-length-of-bat.patch
 create mode 100644 debian/patches/bugfix/all/packet-fix-race-condition-in-packet_set_ring.patch
 create mode 100644 debian/patches/bugfix/all/perf-fix-race-in-swevent-hash.patch
 create mode 100644 debian/patches/bugfix/all/rose-limit-sk_filter-trim-to-payload.patch
 create mode 100644 debian/patches/bugfix/all/sctp-validate-chunk-len-before-actually-using-it.patch
 create mode 100644 debian/patches/bugfix/all/sg-fix-double-free-when-drives-detach-during-sg_io.patch
 create mode 100644 debian/patches/bugfix/all/sg_write-bsg_write-is-not-fit-to-be-called-under-ker.patch
 create mode 100644 debian/patches/bugfix/all/tcp-take-care-of-truncations-done-by-sk_filter.patch
 create mode 100644 debian/patches/bugfix/all/tty-prevent-ldisc-drivers-from-re-using-stale-tty-fi.patch
 create mode 100644 debian/patches/bugfix/all/usb-gadget-f_fs-fix-use-after-free.patch
 create mode 100644 debian/patches/bugfix/x86/fix-potential-infoleak-in-older-kernels.patch
 create mode 100644 debian/patches/bugfix/x86/kvm-x86-drop-error-recovery-in-em_jmp_far-and-em_ret.patch
 create mode 100644 debian/patches/debian/net-fix-abi-change-for-sk_filter-changes.patch
 create mode 100644 debian/patches/features/all/net-add-__sock_queue_rcv_skb.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