[linux] 01/01: Merge tag 'debian/4.3.3-6'

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


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

benh pushed a commit to branch master
in repository linux.

commit 7aef5117c344f16e3c69fa95e8c82646659d7c36
Merge: fbee7de 6b3f710
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Tue Jan 19 13:44:04 2016 +0000

    Merge tag 'debian/4.3.3-6'

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

diff --cc debian/changelog
index 71ca424,578a893..31c8f43
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,99 -1,38 +1,134 @@@
 +linux (4.4-1~exp1) UNRELEASED; urgency=medium
 +
 +  * New upstream release: http://kernelnewbies.org/Linux_4.4
 +
 +  [ Ben Hutchings ]
 +  * [armhf] Enable EXTCON_USB_GPIO, ENSORS_GPIO_FAN as modules, and
 +    USB_DWC3_DUAL_ROLE instead of USB_DWC3_HOST (Closes: #810048)
 +  * [rt] Update to 4.4-rt2
 +
 + -- Ben Hutchings <ben at decadent.org.uk>  Wed, 06 Jan 2016 01:28:46 +0000
 +
 +linux (4.4~rc8-1~exp1) experimental; urgency=medium
 +
 +  * New upstream release candidate
 +
 +  [ Ben Hutchings ]
 +  * [rt] Update to 4.4-rc6-rt1 and re-enable
 +  * [rt] Fix build error in kernel/time/hrtimer.c
 +  * [rt] latency_hist: Update sched_switch probe
 +  * [armhf] Add support for BCM2836 and Raspberry Pi 2:
 +    - pwm: bcm2835: Calculate scaler in ->config()
 +    - pwm: bcm2835: Prevent division by zero
 +    - drm: Create a driver hook for allocating GEM object structs
 +    - drm/vc4: Add a BO cache
 +    - drm/vc4: Add create and map BO ioctls
 +    - drm/vc4: Add an API for creating GPU shaders in GEM BOs
 +    - drm/vc4: Fix a typo in a V3D debug register
 +    - drm/vc4: Bind and initialize the V3D engine
 +    - drm/vc4: Add support for drawing 3D frames
 +    - drm/vc4: Add support for async pageflips
 +    - drm/vc4: Add an interface for capturing the GPU state after a hang
 +    - drm/vc4: copy_to_user() returns the number of bytes remaining
 +    - drm/vc4: allocate enough memory in vc4_save_hang_state()
 +    - drm/vc4: fix an error code
 +    - bcm2835: Add a compat string for bcm2836 machine probe
 +    - bcm2835: Add Kconfig support for bcm2836
 +    - bcm2835: Define two new packets from the latest firmware
 +    - bcm2835: add rpi power domain driver
 +    - bcm2835: Split the DT for peripherals from the DT for the CPU
 +    - bcm2835: Move the CPU/peripheral include out of common RPi DT
 +    - bcm2835: Add devicetree for bcm2836 and Raspberry Pi 2 B
 +    - bcm2835: Add the auxiliary clocks to the device tree
 +    - Enable ARCH_BCM, ARCH_BCM2835, DMA_BCM2835, BCM2835_MBOX,
 +      RASPBERRYPI_FIRMWARE, RASPBERRYPI_POWER
 +    - Enable DRM_VC4, I2C_BCM2835, MMC_SDHCI_BCM2835, PWM_BCM2835, SPI_BCM2835,
 +      SPI_BCM2835AUX, USB_DWC2, BCM2835_WDT, SND_BCM2835_SOC_I2S as modules
 +    - udeb: Add sdhci-bcm2835 to mmc-modules, dwc2 to usb-modules
 +  * [armhf] Enable INPUT_AXP20X_PEK, CAN_SUN4I, SND_SUN4I_CODEC as modules
 +    (Closes: #808623)
 +  * [x86] nvdimm: Change X86_PMEM_LEGACY from built-in to module
 +  * [x86] Enable DEBUG_WX, X86_INTEL_MPX
 +
 +  [ Ian Campbell ]
 +  * [armel/kirkwood] Updates/clarifications to kernel size limitations from
 +    Martin Michlmayr. (Closes: #809528)
 +  * [armhf] Enable support for Rockchip devices. (Closes: #809083)
 +  * [armhf] Enable basic support for DRA7XX systems, such as Beagle-x15.
 +    (Closes: #807624)
 +
 + -- Ben Hutchings <ben at decadent.org.uk>  Mon, 04 Jan 2016 17:23:28 +0000
 +
 +linux (4.4~rc6-1~exp1) experimental; urgency=medium
 +
 +  * New upstream release candidate
 +    - include/linux/mmdebug.h: should include linux/bug.h
 +      (fixes FTBFS on arm64)
 +
 +  [ Ben Hutchings ]
 +  * [sparc64] udeb: Replace mpt2sas with mpt3sas in scsi-common-modules
 +    (fixes FTBFS)
 +
 + -- Ben Hutchings <ben at decadent.org.uk>  Mon, 21 Dec 2015 17:30:10 +0000
 +
 +linux (4.4~rc5-1~exp1) experimental; urgency=medium
 +
 +  * New upstream release candidate
 +
 +  [ Ben Hutchings ]
 +  * [arm64] Drop now-redundant patches for X-Gene (fixes FTBFS)
 +  * [s390x] udeb: Add crc-modules package (fixes FTBFS)
 +  * cirrus,mgag200: Drop patches for compatibility with wheezy userland
 +
 + -- Ben Hutchings <ben at decadent.org.uk>  Wed, 16 Dec 2015 17:16:09 +0000
 +
 +linux (4.4~rc4-1~exp1) experimental; urgency=medium
 +
 +  * New upstream release candidate
 +
 +  [ Ben Hutchings ]
 +  * aufs: Update support patches to aufs4.x-rcN-20151123
 +  * udeb: Make md-modules depend on crc-modules (Closes: #807661)
 +  * [armel/kirkwood,armhf] crypto: Enable CRYPTO_DEV_MARVELL_CESA as module
 +    (Closes: #807634)
 +
 + -- Ben Hutchings <ben at decadent.org.uk>  Sun, 13 Dec 2015 16:25:45 +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) unstable; urgency=medium
  
    * [armhf] udeb: Fix duplication and circular dependency between core-modules
diff --cc debian/config/config
index 9569f60,c4cd2a4..cf5bdd6
--- a/debian/config/config
+++ b/debian/config/config
@@@ -480,13 -481,13 +480,13 @@@ CONFIG_EFI_VARS_PSTORE=
  ##
  # CONFIG_GPIOLIB is not set
  # CONFIG_DEBUG_GPIO is not set
- # CONFIG_GPIO_SYSFS is not set
+ CONFIG_GPIO_SYSFS=y
  # CONFIG_GPIO_DWAPB is not set
  # CONFIG_GPIO_GENERIC_PLATFORM is not set
 -# CONFIG_GPIO_IT8761E is not set
 +# CONFIG_GPIO_VX855 is not set
 +# CONFIG_GPIO_IT87 is not set
  # CONFIG_GPIO_SCH311X is not set
  # CONFIG_GPIO_TS5500 is not set
 -# CONFIG_GPIO_VX855 is not set
  # CONFIG_GPIO_ADP5588 is not set
  # CONFIG_GPIO_MAX7300 is not set
  # CONFIG_GPIO_MAX732X is not set
diff --cc debian/patches/series
index 125045f,82ac5d4..0805169
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -92,7 -87,64 +92,20 @@@ features/all/grsecurity/grsecurity-kcon
  #features/all/grsecurity/grsecurity-kbuild.patch
  features/all/grsecurity/grkernsec_perf_harden.patch
  
 -# Self-test bug fixes
 -bugfix/all/selftests-add-missing-include-directives.patch
 -bugfix/all/selftests-memfd-stop-unnecessary-rebuilds.patch
 -bugfix/all/selftests-kprobe-choose-an-always-defined-function-t.patch
 -bugfix/all/selftests-make-scripts-executable.patch
 -bugfix/all/selftests-vm-try-harder-to-allocate-huge-pages.patch
 -bugfix/all/selftests-breakpoints-actually-build-it.patch
 -
 -# ABI maintenance
 -debian/armhf-sparc64-force-zone_dma-to-be-enabled.patch
 -
  # Security fixes
 -bugfix/all/media-media-vivid-osd-fix-info-leak-in-ioctl.patch
 -bugfix/x86/kvm-svm-unconditionally-intercept-DB.patch
 -bugfix/x86/kvm-x86-rename-update_db_bp_intercept-to-update_bp_i.patch
  bugfix/all/usbvision-fix-overflow-of-interfaces-array.patch
  bugfix/all/media-usbvision-fix-crash-on-detecting-device-with-i.patch
 -bugfix/all/isdn_ppp-add-checks-for-allocation-failure-in-isdn_p.patch
 -bugfix/all/ppp-slip-validate-vj-compression-slot-parameters-com.patch
 -bugfix/all/net-add-validation-for-the-socket-syscall-protocol.patch
 -bugfix/all/revert-vrf-fix-double-free-and-memory-corruption-on-.patch
 -bugfix/all/vrf-fix-double-free-and-memory-corruption-on-registe.patch
 -bugfix/all/tipc-fix-kfree_skb-of-uninitialised-pointer.patch
 -bugfix/all/ovl-fix-permission-checking-for-setattr.patch
 -bugfix/all/pptp-verify-sockaddr_len-in-pptp_bind-and-pptp_conne.patch
 -bugfix/all/bluetooth-validate-socket-address-length-in-sco_sock.patch
 -bugfix/all/xen-add-ring_copy_request.patch
 -bugfix/all/xen-netback-don-t-use-last-request-to-determine-mini.patch
 -bugfix/all/xen-netback-use-ring_copy_request-throughout.patch
 -bugfix/all/xen-blkback-only-read-request-operation-from-shared-.patch
 -bugfix/all/xen-blkback-read-from-indirect-descriptors-only-once.patch
 -bugfix/all/xen-scsiback-safely-copy-requests.patch
 -bugfix/all/xen-pciback-save-xen_pci_op-commands-before-processi.patch
 -bugfix/all/xen-pciback-return-error-on-xen_pci_op_enable_msi-wh.patch
 -bugfix/all/xen-pciback-return-error-on-xen_pci_op_enable_msix-w.patch
 -bugfix/all/xen-pciback-do-not-install-an-irq-handler-for-msi-in.patch
 -bugfix/all/xen-pciback-for-xen_pci_op_disable_msi-x-only-disabl.patch
 -bugfix/all/xen-pciback-don-t-allow-msi-x-ops-if-pci_command_mem.patch
  bugfix/all/ptrace-being-capable-wrt-a-process-requires-mapped-uids-gids.patch
 -debian/ptrace-fix-abi-change-for-priv-esc-fix.patch
 -bugfix/all/keys-fix-race-between-read-and-revoke.patch
 -bugfix/x86/KVM-x86-Reload-pit-counters-for-all-channels-when-re.patch
 -bugfix/all/drm-nouveau-pmu-do-not-assume-a-pmu-is-present.patch
 -bugfix/x86/drm-i915-don-t-compare-has_drrs-strictly-in-pipe-con.patch
 -bugfix/arm/crypto-sun4i-ss-add-missing-statesize.patch
 -bugfix/all/revert-xhci-don-t-finish-a-td-if-we-get-a-short-transfer.patch
 -bugfix/all/xen-gntdev-grant-maps-should-not-be-subject-to-numa-.patch
+ bugfix/all/usb-serial-visor-fix-crash-on-detecting-device-without-write_urbs.patch
+ bugfix/all/tty-fix-unsafe-ldisc-reference-via-ioctl-tiocgetd.patch
+ bugfix/x86/drm-vmwgfx-fix-a-width-pitch-mismatch-on-framebuffer.patch
+ bugfix/all/unix-properly-account-for-FDs-passed-over-unix-socke.patch
 -debian/unix-fix-abi-change-for-cve-2013-4312-fix.patch
+ bugfix/all/bcache-fix-a-livelock-when-we-cause-a-huge-number-of.patch
+ bugfix/all/bcache-add-a-cond_resched-call-to-gc.patch
+ bugfix/all/bcache-clear-bcache_dev_unlink_done-flag-when-attach.patch
+ bugfix/all/bcache-fix-a-leak-in-bch_cached_dev_run.patch
+ bugfix/all/bcache-unregister-reboot-notifier-if-bcache-fails-to.patch
+ bugfix/all/bcache-allows-use-of-register-in-udev-to-avoid-devic.patch
+ bugfix/all/bcache-prevent-crash-on-changing-writeback_running.patch
+ bugfix/all/bcache-change-refill_dirty-to-always-scan-entire-dis.patch
+ bugfix/all/KEYS-Fix-keyring-ref-leak-in-join_session_keyring.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