[linux] 01/02: Merge tag 'debian/4.7.6-1'

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Fri Oct 7 20:05:08 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 6429254d8fab8b9fac9a66db582f6488894381ea
Merge: 8645d40 4c6ac69
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Fri Oct 7 20:48:00 2016 +0100

    Merge tag 'debian/4.7.6-1'

 debian/bin/gencontrol.py                           |  2 +-
 debian/changelog                                   | 79 ++++++++++++++++++++++
 debian/config/armhf/config                         |  1 +
 .../alpha/modules/alpha-generic/core-modules       |  1 -
 .../alpha/modules/alpha-generic/kernel-image       |  2 +-
 debian/installer/amd64/modules/amd64/core-modules  |  1 -
 debian/installer/amd64/modules/amd64/kernel-image  |  2 +-
 debian/installer/arm64/modules/arm64/core-modules  |  7 --
 debian/installer/arm64/modules/arm64/kernel-image  |  8 ++-
 .../armel/modules/armel-marvell/core-modules       |  1 -
 .../armel/modules/armel-marvell/kernel-image       |  2 +-
 .../armel/modules/armel-versatile/core-modules     |  1 -
 .../armel/modules/armel-versatile/kernel-image     |  2 +-
 debian/installer/armel/package-list                |  2 +-
 .../armhf/modules/armhf-armmp/core-modules         | 17 -----
 .../armhf/modules/armhf-armmp/kernel-image         | 18 ++++-
 .../hppa/modules/hppa-parisc64-smp/core-modules    |  1 -
 .../hppa/modules/hppa-parisc64-smp/kernel-image    |  2 +-
 debian/installer/hppa/modules/hppa/core-modules    |  1 -
 debian/installer/hppa/modules/hppa/kernel-image    |  2 +-
 debian/installer/i386/modules/i386/core-modules    |  1 -
 debian/installer/i386/modules/i386/kernel-image    |  2 +-
 debian/installer/m68k/modules/m68k/core-modules    |  1 -
 debian/installer/m68k/modules/m68k/kernel-image    |  2 +-
 .../mips/modules/mips-4kc-malta/core-modules       |  1 -
 .../mips/modules/mips-4kc-malta/kernel-image       |  2 +-
 .../mips/modules/mips-octeon/core-modules          |  1 -
 .../mips/modules/mips-octeon/kernel-image          |  2 +-
 debian/installer/mips/modules/mips/core-modules    |  1 -
 debian/installer/mips/modules/mips/kernel-image    |  2 +-
 .../mipsel/modules/mipsel-loongson-3/core-modules  |  1 -
 .../mipsel/modules/mipsel-loongson-3/kernel-image  |  2 +-
 debian/installer/modules/core-modules              |  4 --
 debian/installer/modules/fat-modules               |  4 +-
 debian/installer/modules/kernel-image              |  6 ++
 debian/installer/package-list                      | 47 ++++++-------
 .../modules/powerpc-powerpc-miboot/core-modules    |  1 -
 .../powerpc/modules/powerpc-powerpc64/core-modules |  1 -
 .../installer/powerpc/modules/powerpc/core-modules |  2 -
 .../installer/powerpc/modules/powerpc/kernel-image |  3 +-
 .../installer/ppc64el/modules/ppc64el/core-modules |  1 -
 debian/installer/s390x/modules/s390x/core-modules  |  2 -
 debian/installer/s390x/modules/s390x/kernel-image  |  3 +-
 .../installer/sh4/modules/sh4-sh7751r/kernel-image |  2 +-
 .../sh4/modules/sh4-sh7785lcr/kernel-image         |  2 +-
 .../installer/sparc64/modules/sparc64/core-modules |  1 -
 .../installer/sparc64/modules/sparc64/kernel-image |  2 +-
 ...l-workqueue-for-creating-per-memcg-caches.patch | 73 ++++++++++++++++++++
 debian/patches/series                              |  1 +
 debian/rules.real                                  |  2 +-
 50 files changed, 228 insertions(+), 99 deletions(-)

diff --cc debian/changelog
index 3bb3b6a,05bfbd1..8cec899
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,99 -1,82 +1,178 @@@
 +linux (4.8-1~exp1) UNRELEASED; urgency=medium
 +
 +  * New upstream release: https://kernelnewbies.org/Linux_4.8
 +
 +  [ Ben Hutchings ]
 +  * [amd64] Enable LEGACY_VSYSCALL_NONE instead of LEGACY_VSYSCALL_EMULATE.
 +    This breaks (e)glibc 2.13 and earlier, and can be reverted using the kernel
 +    parameter: vsyscall=emulate
 +  * [arm*] Enable STRICT_DEVMEM
 +  * [arm*,powerpc*,s390x,x86] Enable IO_STRICT_DEVMEM.  This breaks dosemu and
 +    some old graphics drivers, and can be reverted using the kernel parameter:
 +    iomem=relaxed
 +  * [mips*] Enable RANDOMIZE_BASE
 +  * Enable SLAB_FREELIST_RANDOM
 +  * [arm*,powerpc*,s390x,sparc64,x86] Enable HARDENED_USERCOPY
 +  * security,perf: Replace GRKERNSEC_PERF_HARDEN patch with the version
 +    submitted upstream
 +  * [amd64] Enable RANDOMIZE_MEMORY
 +  * [powerpc*/*64*] Enable OPAL_PRD, MTD, MTD_POWERNV_FLASH as modules
 +    (Closes: #838604, #838605)
 +  * Compile with gcc-6 on all architectures
 +  * security,printk: Enable SECURITY_DMESG_RESTRICT, preventing non-root users
 +    reading the kernel log by default (sysctl: kernel.dmesg_restrict)
 +  * bug script: Optionally use sudo to read a restricted kernel log, and fall
 +    back to writing a placeholder
 +
 + -- Ben Hutchings <ben at decadent.org.uk>  Sat, 01 Oct 2016 21:51:33 +0100
 +
 +linux (4.8~rc8-1~exp1) experimental; urgency=medium
 +
 +  * New upstream release candidate
 +
 +  [ Héctor Orón ]
 +  * [arm64] Enable ACPI, ARM64_VA_BITS_48 (Closes: #834505)
 +
 +  [ Ben Hutchings ]
 +  * Fix some new reproducibility issues:
 +    - linux-source: Exclude Python bytecode generated when running Sphinx
 +    - Set -fdebug-prefix-map=... in compiler options for kernel and userland
 +    - linux-headers: Stop including unused arch/*/kernel/asm-offsets.s files
 +  * linux-doc: Exclude Sphinx support code and Makefiles
 +  * [arm64] mm: Limit TASK_SIZE_64 for compatibility
 +  * [armhf] udeb: Replace dwmac-socfpga with dwmac-altr-socfpga in
 +    nic-modules (Closes: #837110, thanks to Vagrant Cascadian)
 +  * [armhf] Enable drivers for ASUS Chromebook C201 (veyron-speedy):
 +    MFD_RK808, POWER_AVS, POWER_RESET_GPIO_RESTART, RTC_DRV_RK808,
 +    ROCKCHIP_PM_DOMAINS as built-in; DRM_PANEL_SIMPLE, ROCKCHIP_ANALOGIX_DP,
 +    ROCKCHIP_DW_MIPI_DSI, I2C_CROS_EC_TUNNEL, KEYBOARD_CROS_EC, OUSE_ELAN_I2C,
 +    MFD_CROS_EC, MFD_CROS_EC_SPI, MFD_RK808, PHY_ROCKCHIP_EMMC, PHY_ROCKCHIP_DP,
 +    BATTERY_SBS, CHARGER_GPIO, REGULATOR_RK808, BACKLIGHT_PWM as modules
 +    (Closes: #836251, thanks to Vagrant Cascadian)
 +  * [armhf] dsa: Enable drivers for Lamobo R1 (aka BPi-R1): B53,
 +    B53_MDIO_DRIVER as modules (Closes: #836231, thanks to Vagrant Cascadian)
 +  * [armhf] media: Enable VIDEO_V4L2_SUBDEV_API and VIDEO_OMAP3 as module
 +
 + -- Ben Hutchings <ben at decadent.org.uk>  Mon, 26 Sep 2016 04:27:06 +0100
 +
 +linux (4.8~rc5-1~exp1) experimental; urgency=medium
 +
 +  * New upstream release candidate
 +
 +  [ Martin Michlmayr ]
 +  * [arm64] Enable more Tegra options: TEGRA_ACONNECT.
 +  * [arm64] Enable more QCOM options: MSM_GCC_8996, MSM_MMCC_8996, QCOM_HIDMA,
 +    QCOM_HIDMA_MGMT, PCIE_QCOM, PINCTRL_MSM8996, QCOM_Q6V5_PIL.
 +  * [arm64] Enable support for BCM2837 (Raspberry Pi 3):
 +    - Enable ARCH_BCM2835, DMA_BCM2835, BCM2835_MBOX, RASPBERRYPI_FIRMWARE,
 +      RASPBERRYPI_POWER
 +    - Enable DRM_VC4, I2C_BCM2835, PWM_BCM2835, SPI_BCM2835, SPI_BCM2835AUX,
 +      BCM2835_WDT, SND_BCM2835_SOC_I2S, MMC_SDHCI_IPROC, HW_RANDOM_BCM2835
 +      as modules
 +  * [arm64] Enable USB_DWC2 and USB_DWC3.
 +  * [arm64] Enable more HISI options: MFD_HI655X_PMIC, REGULATOR_HI655X,
 +    STUB_CLK_HI6220, HI6220_MBOX, COMMON_RESET_HI6220, PHY_HI6220_USB,
 +    HW_RANDOM_HISI, DRM_HISI_KIRIN, INPUT_HISI_POWERKEY, PCI_HISI,
 +    SPI_HISI_SFC, SCSI_HISI_SAS (Closes: #821027).
 +  * [arm64] Enable TI WLAN (WLAN_VENDOR_TI): WL1251, WL12XX, WL18XX
 +  * [arm64] Enable Hisilicon Ethernet devices: HIX5HD2_GMAC, HISI_FEMAC,
 +    HIP04_ETH, HNS_MDIO, HNS, HNS_DSAF, HNS_ENET, MDIO_HISI_FEMAC
 +
 +  [ Ben Hutchings ]
 +  * Update config for 4.8:
 +    - Enable HID_LED as module instead of USB_LED
 +    - Enable BH1780 as module instead of SENSORS_BH1780
 +    - [alpha] Enable RTC_CLASS and RTC_DRV_ALPHA instead of GEN_RTC
 +    - [armhf] Rename omapdrm display config symbols
 +    - [armhf] Enable IIO_ST_ACCEL_3AXIS as module instead of LIS3L02DQ
 +    - [hppa] Enable RTC_CLASS and RTC_DRV_GENERIC instead of GEN_RTC
 +  * liblockdep: Stop trying to build packages, as it failed to build again
 +  * linux-doc: Build and install HTML pages from reStructuredText sources
 +    - Add python-sphinx and python-sphinx-rtd-theme to Build-Depends-Indep
 +    - Install files from both HTML output directories into the package
 +    - Exclude RST sources from the package
 +
 + -- Ben Hutchings <ben at decadent.org.uk>  Wed, 07 Sep 2016 21:52:47 +0100
 +
+ linux (4.7.6-1) unstable; urgency=medium
+ 
+   * New upstream stable update:
+     https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.7.6
+     - [arm64] crypto: arm64/aes-ctr - fix NULL dereference in tail processing
+     - [armhf] crypto: arm/aes-ctr - fix NULL dereference in tail processing
+     - crypto: skcipher - Fix blkcipher walk OOM crash
+     - crypto: echainiv - Replace chaining with multiplication
+     - ocfs2/dlm: fix race between convert and migration
+     - ocfs2: fix start offset to ocfs2_zero_range_for_truncate()
+     - Revert "ocfs2: bump up o2cb network protocol version"
+     - autofs: use dentry flags to block walks during expire
+     - xfs: prevent dropping ioend completions during buftarg wait
+     - mm: fix the page_swap_info() BUG_ON check
+     - fsnotify: add a way to stop queueing events on group shutdown
+     - fanotify: fix list corruption in fanotify_get_response()
+     - mm: memcontrol: make per-cpu charge cache IRQ-safe for socket accounting
+     - cgroup: duplicate cgroup reference when cloning sockets
+     - fix fault_in_multipages_...() on architectures with no-op access_ok()
+     - KEYS: Fix skcipher IV clobbering
+     - [arm64] Call numa_store_cpu_info() earlier.
+     - configfs: Return -EFBIG from configfs_write_bin_file.
+     - [armhf] mtd: nand: mxc: fix obiwan error in
+       mxc_nand_v[12]_ooblayout_free() functions
+     - mtd: spi-nor: fix wrong "fully unlocked" test
+     - reset: Return -ENOTSUPP when not configured
+     - rtc: ds1307: Fix relying on reset value for weekday
+     - [arm64] power: reset: hisi-reboot: Unmap region obtained by of_iomap
+     - mac80211: reject TSPEC TIDs (TSIDs) for aggregation
+     - fix memory leaks in tracing_buffers_splice_read()
+     - tracing: Move mutex to protect against resetting of seq data
+     - mm: delete unnecessary and unsafe init_tlb_ubc()
+     - iwlwifi: mvm: update TX queue before making a copy of the skb
+     - nl80211: validate number of probe response CSA counters
+     - btrfs: ensure that file descriptor used with subvol ioctls is a dir
+     - [x86] efi: Only map RAM into EFI page tables if in mixed-mode
+     - [x86] i2c-eg20t: fix race between i2c init and interrupt enable
+     - [armhf] i2c: mux: pca954x: retry updating the mux selection on failure
+     - [arm64] i2c: qup: skip qup_i2c_suspend if the device is already runtime
+       suspended
+     - [mips*] SMP: Fix possibility of deadlock when bringing CPUs online
+     - [mips*] Avoid a BUG warning during prctl(PR_SET_FP_MODE, ...)
+     - [mips*] Add a missing ".set pop" in an early commit
+     - [x86] mm/pat: Prevent hang during boot when mapping pages
+     - libceph: add an ONSTACK initializer for oids
+     - ceph: fix symbol versioning for ceph_monc_do_statfs
+     - ceph: Correctly return NXIO errors from ceph_llseek
+     - libceph: fix return value check in alloc_msg_with_page_vector()
+     - PM / hibernate: Restore processor state before using per-CPU variables
+     - PM / hibernate: Fix rtree_next_node() to avoid walking off list ends
+     - ixgbe: Force VLNCTRL.VFE to be set in all VMDq paths
+     - ixgbe: Re-enable ability to toggle VLAN filtering
+     - igb: fix adjusting PTP timestamps for Tx/Rx latency
+     - [armhf,arm64] soc/tegra: pmc: Don't probe PMC if early initialisation
+       fails
+     - qxl: check for kmap failures
+     - hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()
+     - iw_cxgb4: stop MPA_REPLY timer when disconnecting
+ 
+   [ Ben Hutchings ]
+   * debian/bin/gencontrol.py: Fix cross-build-dependencies if invoked under
+     dpkg-buildpackage
+   * linux-image: Exclude vmlinux from stripping by dh_strip (fixes FTBFS
+     on hppa)
+   * udeb: Fold core-modules into kernel-image
+   * udeb: Move nls_utf8 from fat-modules to kernel-image, as many other
+     filesystems need it but vfat no longer does
+   * of_mdio: Enable fixed PHY support if driver is a module
+   * of_mdio: select fixed phy support unconditionally
+   * [armhf] Enable driver for SolidRun ClearFog: USB_XHCI_MVEBU as module
+   * mm: memcontrol: use special workqueue for creating per-memcg caches
+ 
+   [ Cyril Brulebois ]
+   * Add nls_ascii to the fat-modules udeb, following the change of
+     iocharset default in 4.7.2-1. This fixes a regression with EFI-related
+     mounts within the Debian Installer. (Closes: #839552)
+ 
+  -- Ben Hutchings <ben at decadent.org.uk>  Fri, 07 Oct 2016 02:11:50 +0100
+ 
  linux (4.7.5-1) unstable; urgency=medium
  
    * New upstream stable update:
diff --cc debian/patches/series
index 4d4bbd4,dd0e47e..224164b
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -62,6 -75,9 +62,7 @@@ bugfix/all/disable-some-marvell-phys.pa
  bugfix/all/fs-add-module_softdep-declarations-for-hard-coded-cr.patch
  bugfix/all/kbuild-do-not-use-hyphen-in-exported-variable-name.patch
  bugfix/all/ext4-fix-bug-838544.patch
 -bugfix/all/of_mdio-enable-fixed-phy-support-if-driver-is-a-modu.patch
 -bugfix/all/of_mdio-select-fixed-phy-support-unconditionally.patch
+ bugfix/all/mm-memcontrol-use-special-workqueue-for-creating-per-memcg-caches.patch
  
  # Miscellaneous features
  

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