[linux] branch jessie updated (9b176d3 -> b6915c1)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Tue Sep 22 19:19:40 UTC 2015


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

benh pushed a change to branch jessie
in repository linux.

      from  9b176d3   [mips*el/loongson3] Set Loongson 3 ISA to MIPS64R1 to correctly emulate the corresponding FP instructions.
      adds  4614907   ipv6: addrconf: validate new MTU before applying it (CVE-2015-0272)
      adds  c101516   virtio-net: drop NETIF_F_FRAGLIST (CVE-2015-5156)
      adds  507a084   vhost: actually track log eventfd file (CVE-2015-6252)
      adds  56c4739   aufs3: mmap: Fix races in madvise_remove() and sys_msync() (Closes: #796036)
      adds  a9d572b   RDS: verify the underlying transport exists before creating a connection (CVE-2015-6937)
      adds  98ab0b4   vfs: Fix possible escape from mount namespace (CVE-2015-2925)
      adds  7a15f4d   Prepare to release linux (3.16.7-ckt11-1+deb8u4).
       new  8cf76f1   Merge tag 'debian/3.16.7-ckt11-1+deb8u4' into jessie
       new  612c261   Update to 3.16.7-ckt17
       new  97d874e   Fix ABI changes in 3.16.7-ckt17
       new  b6915c1   [x86] i2c: i801: Use wait_event_timeout to wait for interrupts (Closes: #799786)

The 4 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                                   | 270 +++++++++++++++++++-
 debian/config/defines                              |   1 +
 ...0011-kernel-tighten-rules-for-ACCESS-ONCE.patch |   4 +-
 ...-a-full-clone-when-splitting-discard-bios.patch |  60 -----
 ...ache-handle-escaped-paths-in-prepend_path.patch |  58 +++++
 ...rconf-validate-new-MTU-before-applying-it.patch |  61 +++++
 ...ree-the-assoc-array-edit-if-edit-is-valid.patch |  37 ---
 .../bugfix/all/libata-add-ata_horkage_notrim.patch |  45 ----
 ...a-force-disable-trim-for-supersspeed-s238.patch |  28 ---
 .../md-use-kzalloc-when-bitmap-is-disabled.patch   |  42 ----
 ...open-coded-terminate_walk-in-follow_dotdo.patch |  66 +++++
 ...the-underlying-transport-exists-before-cr.patch |  74 ++++++
 ...q-make-sure-that-there-s-not-too-many-ele.patch |  34 ---
 ...r-and-handle-paths-that-are-unreachable-f.patch | 103 ++++++++
 .../all/virtio-net-drop-netif_f_fraglist.patch     |  36 +++
 ...ry-64-Fold-the-test_in_nmi-macro-into-its.patch |  71 ------
 ...-x86-asm-entry-64-Remove-a-redundant-jump.patch |  42 ----
 ...ble-nested-do_nmi-handling-for-64-bit-ker.patch | 189 --------------
 ...x86-nmi-64-Remove-asm-code-that-saves-cr2.patch |  51 ----
 ...i-64-Switch-stacks-on-userspace-NMI-entry.patch | 133 ----------
 ...07-x86-nmi-64-Improve-nested-NMI-comments.patch | 279 ---------------------
 ...0008-x86-nmi-64-Reorder-nested-NMI-checks.patch |  83 ------
 ...Use-DF-to-avoid-userspace-RSP-confusing-n.patch |  86 -------
 ...e-wait_event_timeout-to-wait-for-interrup.patch |  85 +++++++
 .../bh-avoid-abi-change-in-3.16.7-ckt17.patch      |  98 ++++++++
 ...et-sched-avoid-abi-change-in-3.16.7-ckt17.patch |  39 +++
 .../x86-mm-avoid-abi-change-in-3.16.7-ckt17.patch  |  28 +++
 .../features/all/aufs3/aufs3-mmap-fix-races.patch  |  50 ++++
 debian/patches/series                              |  26 +-
 29 files changed, 982 insertions(+), 1197 deletions(-)
 delete mode 100644 debian/patches/bugfix/all/block-do-a-full-clone-when-splitting-discard-bios.patch
 create mode 100644 debian/patches/bugfix/all/dcache-handle-escaped-paths-in-prepend_path.patch
 create mode 100644 debian/patches/bugfix/all/ipv6-addrconf-validate-new-MTU-before-applying-it.patch
 delete mode 100644 debian/patches/bugfix/all/keys-ensure-we-free-the-assoc-array-edit-if-edit-is-valid.patch
 delete mode 100644 debian/patches/bugfix/all/libata-add-ata_horkage_notrim.patch
 delete mode 100644 debian/patches/bugfix/all/libata-force-disable-trim-for-supersspeed-s238.patch
 delete mode 100644 debian/patches/bugfix/all/md-use-kzalloc-when-bitmap-is-disabled.patch
 create mode 100644 debian/patches/bugfix/all/namei-lift-open-coded-terminate_walk-in-follow_dotdo.patch
 create mode 100644 debian/patches/bugfix/all/rds-verify-the-underlying-transport-exists-before-cr.patch
 delete mode 100644 debian/patches/bugfix/all/sg_start_req-make-sure-that-there-s-not-too-many-ele.patch
 create mode 100644 debian/patches/bugfix/all/vfs-test-for-and-handle-paths-that-are-unreachable-f.patch
 create mode 100644 debian/patches/bugfix/all/virtio-net-drop-netif_f_fraglist.patch
 delete mode 100644 debian/patches/bugfix/x86/0001-x86-asm-entry-64-Fold-the-test_in_nmi-macro-into-its.patch
 delete mode 100644 debian/patches/bugfix/x86/0002-x86-asm-entry-64-Remove-a-redundant-jump.patch
 delete mode 100644 debian/patches/bugfix/x86/0004-x86-nmi-Enable-nested-do_nmi-handling-for-64-bit-ker.patch
 delete mode 100644 debian/patches/bugfix/x86/0005-x86-nmi-64-Remove-asm-code-that-saves-cr2.patch
 delete mode 100644 debian/patches/bugfix/x86/0006-x86-nmi-64-Switch-stacks-on-userspace-NMI-entry.patch
 delete mode 100644 debian/patches/bugfix/x86/0007-x86-nmi-64-Improve-nested-NMI-comments.patch
 delete mode 100644 debian/patches/bugfix/x86/0008-x86-nmi-64-Reorder-nested-NMI-checks.patch
 delete mode 100644 debian/patches/bugfix/x86/0009-x86-nmi-64-Use-DF-to-avoid-userspace-RSP-confusing-n.patch
 create mode 100644 debian/patches/bugfix/x86/i2c-i801-Use-wait_event_timeout-to-wait-for-interrup.patch
 create mode 100644 debian/patches/debian/bh-avoid-abi-change-in-3.16.7-ckt17.patch
 create mode 100644 debian/patches/debian/net-sched-avoid-abi-change-in-3.16.7-ckt17.patch
 create mode 100644 debian/patches/debian/x86-mm-avoid-abi-change-in-3.16.7-ckt17.patch
 create mode 100644 debian/patches/features/all/aufs3/aufs3-mmap-fix-races.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