[linux] branch master updated (fbee7de -> 7aef511)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Tue Jan 19 13:44:27 UTC 2016


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

benh pushed a change to branch master
in repository linux.

      from  fbee7de   [rt] Update to 4.4-rt2
      adds  71c1991   use source package name also for linux-source
      adds  dc3b21c   debian.py: Implement stable order of fields in debian/tests/control
      adds  1d2a19e   debian.py: Implement stable order of fields not in the predefined order
      adds  db94800   debian.py: Really implement stable order of fields not in the predefined order
      adds  0c23e53   genorig.py: Make orig tarballs really reproducible
      adds  d2547e3   xen/gntdev: Grant maps should not be subject to NUMA balancing (Closes: #810472)
      adds  d56fab4   gpio: Enable GPIO_SYSFS wherever GPIOLIB is enabled (Closes: #810085)
      adds  1121dce   [armhf] udeb: Include usbhid in input-modules (Closes: #809521)
      adds  1b7e85a   [armel,armhf] mm: Explicitly enable CPU_SW_DOMAIN_PAN
      adds  9a6aa48   linux-image-dbg: Include debugging symbols for VDSOs
      adds  19216c6   [armel/kirkwood] power/reset: Re-enable POWER_RESET, POWER_RESET_GPIO
      adds  18e70e2   Add some security fixes
      adds  74cadf3   block/sd: Fix device-imposed transfer length limits (Closes: #805252)
      adds  10211ef   [x86] drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updates
      adds  f335c0c   unix: properly account for FDs passed over unix sockets (CVE-2013-4312)
      adds  18b52b0   unix: Fix ABI change for CVE-2013-4312
      adds  a9736a8   Revert "block/sd: Fix device-imposed transfer length limits"
      adds  e90dec2   bcache: Add upstream fixes marked for stable
      adds  e949065   KEYS: Fix keyring ref leak in join_session_keyring() (CVE-2016-0728)
      adds  6b3f710   Prepare to release linux (4.3.3-6).
       new  7aef511   Merge tag 'debian/4.3.3-6'

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/bin/gencontrol.py                           |   4 +
 debian/bin/genorig.py                              |   5 +-
 debian/changelog                                   |  35 ++++++
 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 +++++
 ...fix-a-width-pitch-mismatch-on-framebuffer.patch |  60 +++++++++
 debian/patches/series                              |  13 ++
 debian/rules.real                                  |  21 +++-
 34 files changed, 929 insertions(+), 65 deletions(-)
 create mode 100644 debian/patches/bugfix/all/KEYS-Fix-keyring-ref-leak-in-join_session_keyring.patch
 create mode 100644 debian/patches/bugfix/all/bcache-add-a-cond_resched-call-to-gc.patch
 create mode 100644 debian/patches/bugfix/all/bcache-allows-use-of-register-in-udev-to-avoid-devic.patch
 create mode 100644 debian/patches/bugfix/all/bcache-change-refill_dirty-to-always-scan-entire-dis.patch
 create mode 100644 debian/patches/bugfix/all/bcache-clear-bcache_dev_unlink_done-flag-when-attach.patch
 create mode 100644 debian/patches/bugfix/all/bcache-fix-a-leak-in-bch_cached_dev_run.patch
 create mode 100644 debian/patches/bugfix/all/bcache-fix-a-livelock-when-we-cause-a-huge-number-of.patch
 create mode 100644 debian/patches/bugfix/all/bcache-prevent-crash-on-changing-writeback_running.patch
 create mode 100644 debian/patches/bugfix/all/bcache-unregister-reboot-notifier-if-bcache-fails-to.patch
 create mode 100644 debian/patches/bugfix/all/tty-fix-unsafe-ldisc-reference-via-ioctl-tiocgetd.patch
 create mode 100644 debian/patches/bugfix/all/unix-properly-account-for-FDs-passed-over-unix-socke.patch
 create mode 100644 debian/patches/bugfix/all/usb-serial-visor-fix-crash-on-detecting-device-without-write_urbs.patch
 create mode 100644 debian/patches/bugfix/x86/drm-vmwgfx-fix-a-width-pitch-mismatch-on-framebuffer.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