[linux] branch jessie updated (8e6b334 -> b11ff8b)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sun Jan 3 10:24:21 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  8e6b334   [x86] drm/i915: Disable PSMI sleep messages on all rings around context switches (Closes: #777231)
      adds  9477aa3   [xen] Fix race conditions in back-end drivers (CVE-2015-8550, XSA-155)
      adds  d0301bb   [xen] pciback: Fix state validation in MSI control operations (CVE-2015-8551, CVE-2015-8852, XSA-157)
      adds  b74bef4   pptp: verify sockaddr_len in pptp_bind() and pptp_connect() (CVE-2015-8569)
      adds  9331ff3   bluetooth: Validate socket address length in sco_sock_bind() (CVE-2015-8575)
      adds  71fa22f   ptrace: being capable wrt a process requires mapped uids/gids
      adds  89d26ed   trace: Fix ABI change for priv-esc fix
      adds  69fac7f   KEYS: Fix race between read and revoke (CVE-2015-7550)
      adds  dea16c6   Add reference to CVE-2015-8709
      adds  1a5f283   [x86] KVM: Reload pit counters for all channels when restoring state (CVE-2015-7513)
      adds  3d5f32a   udp: properly support MSG_PEEK with truncated buffers (Closes: #808293, regression in 3.16.7-ckt17)
      adds  0d64559   Revert "xhci: don't finish a TD if we get a short transfer event mid TD"
      adds  406dcf2   Prepare to release linux (3.16.7-ckt20-1+deb8u2).
       new  b11ff8b   Merge tag 'debian/3.16.7-ckt20-1+deb8u2' into jessie

The 1 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                                   |  19 ++++
 ...alidate-socket-address-length-in-sco_sock.patch |  22 ++++
 .../keys-fix-race-between-read-and-revoke.patch    | 110 ++++++++++++++++++
 ...-sockaddr_len-in-pptp_bind-and-pptp_conne.patch |  34 ++++++
 ...e-wrt-a-process-requires-mapped-uids-gids.patch | 102 +++++++++++++++++
 ...ument-to-skb_copy_and_csum_datagram_iovec.patch |  95 ++++++++++++++++
 ...-t-finish-a-td-if-we-get-a-short-transfer.patch |  37 ++++++
 ...y-support-msg_peek-with-truncated-buffers.patch |  88 ++++++++++++++
 .../bugfix/all/xen-add-ring_copy_request.patch     |  52 +++++++++
 ...-only-read-request-operation-from-shared-.patch |  48 ++++++++
 ...-read-from-indirect-descriptors-only-once.patch |  63 +++++++++++
 ...-don-t-use-last-request-to-determine-mini.patch |  35 ++++++
 ...-netback-use-ring_copy_request-throughout.patch | 126 +++++++++++++++++++++
 ...-do-not-install-an-irq-handler-for-msi-in.patch |  77 +++++++++++++
 ...-don-t-allow-msi-x-ops-if-pci_command_mem.patch |  61 ++++++++++
 ...-for-xen_pci_op_disable_msi-x-only-disabl.patch | 102 +++++++++++++++++
 ...-return-error-on-xen_pci_op_enable_msi-wh.patch |  58 ++++++++++
 ...-return-error-on-xen_pci_op_enable_msix-w.patch |  60 ++++++++++
 ...-save-xen_pci_op-commands-before-processi.patch |  77 +++++++++++++
 ...oad-pit-counters-for-all-channels-when-re.patch |  53 +++++++++
 .../ptrace-fix-abi-change-for-priv-esc-fix.patch   |  19 ++++
 debian/patches/series                              |  20 ++++
 22 files changed, 1358 insertions(+)
 create mode 100644 debian/patches/bugfix/all/bluetooth-validate-socket-address-length-in-sco_sock.patch
 create mode 100644 debian/patches/bugfix/all/keys-fix-race-between-read-and-revoke.patch
 create mode 100644 debian/patches/bugfix/all/pptp-verify-sockaddr_len-in-pptp_bind-and-pptp_conne.patch
 create mode 100644 debian/patches/bugfix/all/ptrace-being-capable-wrt-a-process-requires-mapped-uids-gids.patch
 create mode 100644 debian/patches/bugfix/all/revert-net-add-length-argument-to-skb_copy_and_csum_datagram_iovec.patch
 create mode 100644 debian/patches/bugfix/all/revert-xhci-don-t-finish-a-td-if-we-get-a-short-transfer.patch
 create mode 100644 debian/patches/bugfix/all/udp-properly-support-msg_peek-with-truncated-buffers.patch
 create mode 100644 debian/patches/bugfix/all/xen-add-ring_copy_request.patch
 create mode 100644 debian/patches/bugfix/all/xen-blkback-only-read-request-operation-from-shared-.patch
 create mode 100644 debian/patches/bugfix/all/xen-blkback-read-from-indirect-descriptors-only-once.patch
 create mode 100644 debian/patches/bugfix/all/xen-netback-don-t-use-last-request-to-determine-mini.patch
 create mode 100644 debian/patches/bugfix/all/xen-netback-use-ring_copy_request-throughout.patch
 create mode 100644 debian/patches/bugfix/all/xen-pciback-do-not-install-an-irq-handler-for-msi-in.patch
 create mode 100644 debian/patches/bugfix/all/xen-pciback-don-t-allow-msi-x-ops-if-pci_command_mem.patch
 create mode 100644 debian/patches/bugfix/all/xen-pciback-for-xen_pci_op_disable_msi-x-only-disabl.patch
 create mode 100644 debian/patches/bugfix/all/xen-pciback-return-error-on-xen_pci_op_enable_msi-wh.patch
 create mode 100644 debian/patches/bugfix/all/xen-pciback-return-error-on-xen_pci_op_enable_msix-w.patch
 create mode 100644 debian/patches/bugfix/all/xen-pciback-save-xen_pci_op-commands-before-processi.patch
 create mode 100644 debian/patches/bugfix/x86/KVM-x86-Reload-pit-counters-for-all-channels-when-re.patch
 create mode 100644 debian/patches/debian/ptrace-fix-abi-change-for-priv-esc-fix.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