[linux] 03/04: Merge tag 'debian/4.3.3-7' into jessie-backports

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Tue Jan 19 23:24:09 UTC 2016


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

benh pushed a commit to branch jessie-backports
in repository linux.

commit c3074ae6349a6222aa36bfd5f72dea51f57c4f56
Merge: e0e0fcb 33cd223
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Tue Jan 19 23:04:53 2016 +0000

    Merge tag 'debian/4.3.3-7' into jessie-backports

 debian/bin/gencontrol.py                           |   4 +
 debian/bin/genorig.py                              |   5 +-
 debian/changelog                                   |  52 ++++++++
 debian/config/amd64/defines                        |   1 +
 debian/config/arm64/defines                        |   1 +
 debian/config/armel/config.kirkwood                |   7 +-
 debian/config/armel/config.orion5x                 |   5 -
 debian/config/armhf/config.armmp                   |   1 -
 debian/config/armhf/defines                        |   1 +
 debian/config/config                               |   2 +-
 debian/config/i386/defines                         |   1 +
 debian/config/kernelarch-arm/config                |   1 +
 debian/config/powerpc/defines                      |   1 +
 debian/config/powerpcspe/defines                   |   1 +
 debian/config/ppc64/defines                        |   1 +
 debian/config/ppc64el/defines                      |   1 +
 debian/config/s390x/defines                        |   1 +
 .../armhf/modules/armhf-armmp/input-modules        |   3 -
 debian/lib/python/debian_linux/debian.py           |  81 ++++++------
 ...-keyring-ref-leak-in-join_session_keyring.patch |  75 +++++++++++
 .../all/bcache-add-a-cond_resched-call-to-gc.patch |  26 ++++
 ...ws-use-of-register-in-udev-to-avoid-devic.patch |  46 +++++++
 ...ge-refill_dirty-to-always-scan-entire-dis.patch |  91 ++++++++++++++
 ...r-bcache_dev_unlink_done-flag-when-attach.patch | 109 ++++++++++++++++
 .../bcache-fix-a-leak-in-bch_cached_dev_run.patch  |  32 +++++
 ...a-livelock-when-we-cause-a-huge-number-of.patch |  67 ++++++++++
 ...event-crash-on-changing-writeback_running.patch |  32 +++++
 ...gister-reboot-notifier-if-bcache-fails-to.patch |  35 ++++++
 ...unsafe-ldisc-reference-via-ioctl-tiocgetd.patch |  63 ++++++++++
 ...ly-account-for-FDs-passed-over-unix-socke.patch | 140 +++++++++++++++++++++
 ...sh-on-detecting-device-without-write_urbs.patch |  31 +++++
 ...grant-maps-should-not-be-subject-to-numa-.patch |  38 ++++++
 ...fix-a-width-pitch-mismatch-on-framebuffer.patch |  60 +++++++++
 ...unix-fix-abi-change-for-cve-2013-4312-fix.patch |  33 +++++
 debian/patches/series                              |  15 +++
 debian/rules.real                                  |  22 +++-
 36 files changed, 1020 insertions(+), 65 deletions(-)

diff --cc debian/changelog
index 221f796,83d54a0..992fda6
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,9 -1,45 +1,61 @@@
++linux (4.3.3-7~bpo8+1) jessie-backports; urgency=medium
++
++  * Rebuild for jessie-backports:
++    - Use gcc-4.9 for all architectures
++    - Change ABI number to 0.bpo.1
++    - Revert "[x86] psmouse: Enable MOUSE_PS2_VMMOUSE", which breaks
++      xserver-xorg-input-vmmouse and several metapackages in jessie
++
++ -- Ben Hutchings <ben at decadent.org.uk>  Tue, 19 Jan 2016 23:01:50 +0000
++
+ linux (4.3.3-7) unstable; urgency=medium
+ 
+   * linux-image-dbg: Don't rely on upstream makefile to make .build-id
+     links to vDSO debuginfo (fixes FTBFS on arm64, s390)
+ 
+  -- Ben Hutchings <ben at decadent.org.uk>  Tue, 19 Jan 2016 17:29:21 +0000
+ 
+ linux (4.3.3-6) unstable; urgency=medium
+ 
+   [ Ben Hutchings ]
+   * debian.py: Implement stable order of fields in debian/tests/control
+   * debian.py: Implement stable order of fields not in the predefined order
+   * genorig.py: Make orig tarballs really reproducible:
+     - Override umask while extracting/exporting files
+     - Override user and group names in tarball
+   * xen/gntdev: Grant maps should not be subject to NUMA balancing
+     (Closes: #810472)
+   * gpio: Enable GPIO_SYSFS wherever GPIOLIB is enabled (Closes: #810085)
+   * [armhf] udeb: Include usbhid in input-modules (Closes: #809521)
+   * linux-image-dbg: Include debugging symbols for VDSOs
+   * [armel/kirkwood] power/reset: Re-enable POWER_RESET, POWER_RESET_GPIO
+     (regression in 3.17~rc5-1~exp1)
+   * usb: serial: visor: fix crash on detecting device without write_urbs
+     (CVE-2015-7566)
+   * tty: Fix unsafe ldisc reference via ioctl(TIOCGETD) (CVE-2016-0723)
+   * [x86] drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updates
+   * bcache: Add upstream fixes marked for stable:
+     - fix a livelock when we cause a huge number of cache misses
+     - Add a cond_resched() call to gc
+     - clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device
+     - fix a leak in bch_cached_dev_run()
+     - unregister reboot notifier if bcache fails to unregister device
+     - allows use of register in udev to avoid "device_busy" error.
+     - prevent crash on changing writeback_running
+     - Change refill_dirty() to always scan entire disk if necessary
+   * KEYS: Fix keyring ref leak in join_session_keyring() (CVE-2016-0728)
+ 
+   [ Salvatore Bonaccorso ]
+   * unix: properly account for FDs passed over unix sockets (CVE-2013-4312)
+ 
+  -- Ben Hutchings <ben at decadent.org.uk>  Tue, 19 Jan 2016 00:41:31 +0000
+ 
 +linux (4.3.3-5~bpo8+1) jessie-backports; urgency=medium
 +
 +  * Rebuild for jessie-backports.
 +
 + -- Héctor Orón Martínez <zumbi at debian.org>  Thu, 07 Jan 2016 12:35:05 +0100
 +
  linux (4.3.3-5) unstable; urgency=medium
  
    * [armhf] udeb: Fix duplication and circular dependency between core-modules

-- 
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