[linux] 02/03: Merge branch 'sid'

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Jan 9 20:31:01 UTC 2017


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

benh pushed a commit to branch master
in repository linux.

commit d669b4e8e9ed486924730b91fed83c47a1b9cbbf
Merge: 99d37f9 4650abe
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Mon Jan 9 20:10:42 2017 +0000

    Merge branch 'sid'

 debian/changelog                     | 1 +
 debian/installer/modules/nic-modules | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --cc debian/changelog
index 51f7dbb,4e99f8d..45321b0
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,128 -1,8 +1,129 @@@
 -linux (4.8.15-3) UNRELEASED; urgency=medium
 +linux (4.9.1-1~exp2) UNRELEASED; urgency=medium
  
 +  * abiupdate.py: Use current config instead of downloading previous config
 +  * abiupdate.py: Update base URLs
 +  * abiupdate.py: Add support for incoming.ports.debian.org
 +  * Make the pickled config (config.defines.dump) reproducible
 +  * Remove debug symbol packages from debian/control to work around dak bug
+   * nic-modules: Include switch (DSA) drivers (Closes: #845075)
  
 - -- Ben Hutchings <ben at decadent.org.uk>  Thu, 05 Jan 2017 17:15:53 +0000
 + -- Ben Hutchings <ben at decadent.org.uk>  Sat, 07 Jan 2017 17:41:34 +0000
 +
 +linux (4.9.1-1~exp1) experimental; urgency=medium
 +
 +  * New upstream release: https://kernelnewbies.org/Linux_4.9
 +    - Revert "default exported asm symbols to zero"
 +  * New upstream stable update:
 +    https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.1
 +
 +  [ Ben Hutchings ]
 +  * Set ABI to trunk
 +  * Enable USERFAULTFD (except on armel/marvell)
 +  * [x86] PCI: Enable VMD as module
 +  * mm: Enable PAGE_POISONING (Closes: #849450), PAGE_POISONING_NO_SANITY
 +    (except on armel/marvell)
 +  * ieee802154: Enable IEEE802154_FAKELB as module
 +  * [armhf] leds,gpio: Enable LEDS_TCA6507 as module (Closes: #847770)
 +  * [x86] iio,HID: Enable INTEL_ISH_HID as module
 +  * hwmon,watchdog: Enable SENSORS_FTSTEUTATES as module (together with the
 +    previous, Closes: #847017)
 +  * net: Enable GTP as module (Closes: #846913)
 +  * [armhf] gpio: Enable GPIO_MCP23S08 as module (Closes: #845064)
 +  * aufs: Update support patchset to aufs4.9-20161219
 +  * Use debhelper compatibility level 9
 +  * [arm64] Revert "arm64/mm: Limit TASK_SIZE_64 ..." and add breaks on
 +    incompatible mozjs
 +  * genorig.py: Verify tag signatures (based on work by Yves-Alexis Perez)
 +
 +  [ Uwe Kleine-König ]
 +  * enable `perf data' support; patch by Sebastian Andrzej Siewior
 +    (Closes: #846597)
 +  * [rt] Update to 4.9-rt1 and reenable
 +  * [armhf] Add support for switch hardware on Turris Omnia
 +
 +  [ Aurelien Jarno ]
 +  * [arm64] Enable RTC_DRV_DS1307.
 +
 + -- Ben Hutchings <ben at decadent.org.uk>  Sat, 07 Jan 2017 03:44:26 +0000
 +
 +linux (4.9~rc8-1~exp1) experimental; urgency=medium
 +
 +  * New upstream release candidate
 +
 +  [ Ben Hutchings ]
 +  * radeon: Update package name in error message for missing firmware
 +  * [amd64] Remove xen-linux-system-<version> package
 +  * debian/control: Fix build-dependency on flex to work with new versions
 +    that have M-A: allowed
 +  * Revert "default exported asm symbols to zero"
 +  * [arm64] remoteproc: Disable QCOM_WCNSS_PIL (fixes FTBFS)
 +  * [sparc64] Don't re-add exports of string functions that are now only
 +    defined as macros (fixes FTBFS, after other fixes)
 +
 + -- Ben Hutchings <ben at decadent.org.uk>  Mon, 05 Dec 2016 05:02:30 +0000
 +
 +linux (4.9~rc7-1~exp1) experimental; urgency=medium
 +
 +  * New upstream release candidate:
 +    - [armhf,armel] Revert "arm: move exports to definitions" (Closes: #844530)
 +
 +  [ Martin Michlmayr ]
 +  * [arm64] Enable more QCOM options: BT_QCOMSMD, QCOM_EBI2, QCOM_TSENS,
 +    QCOM_WCNSS_PIL and EXTCON_QCOM_SPMI_MISC.
 +  * [arm64] Enable ARCH_MVEBU and related options.
 +
 +  [ Ben Hutchings ]
 +  * linux-headers-common: Make these packages architecture-independent by
 +    including headers for all architectures that we build a kernel for
 +  * Fix exported symbol versions:
 +    - Revert upstream changes moving exports to assembly sources
 +    - [x86] kbuild: enable modversions for symbols exported from assembly
 +    - [powerpc] Remove Mac-on-Linux hooks
 +    - [powerpc*] Fix missing CRCs, add yet more asm-prototypes.h declarations
 +    - Re-enable CONFIG_MODVERSIONS in a slightly weaker form
 +    - module: Disable matching missing version CRC
 +  * debian/bin/buildcheck.py: Add check for symbols with version CRC of 0
 +
 + -- Ben Hutchings <ben at decadent.org.uk>  Sat, 03 Dec 2016 01:46:12 +0000
 +
 +linux (4.9~rc5-1~exp1) experimental; urgency=medium
 +
 +  * New upstream release candidate
 +
 +  [ Aurelien Jarno ]
 +  * Enable MAC802154, IEEE802154_ADF7242, IEEE802154_AT86RF230,
 +    IEEE802154_ATUSB, IEEE802154_CC2520 and IEEE802154_MRF24J40.
 +  * [arm64] Enable VIRTUALIZATION and KVM.
 +
 +  [ Ben Hutchings ]
 +  * [hppa] Update build-dependencies for 64-bit kernel (fixes FTBFS)
 +  * linux-perf: Exclude perf-read-vdso* from shared library dependency
 +    check (fixes FTBFS on sparc64)
 +  * [x86] kexec: add -fno-PIE
 +  * wireless: Enable RTL8XXXU as module, replacement for R8723AU
 +  * netfilter: Enable NFT_SET_RBTREE and NFT_SET_HASH as modules,
 +    renamed from NFT_RBTREE and NFT_HASH
 +  * tcp: Enable TCP_CONG_BBR as module
 +  * [armel] Drop versatile flavour, which has been broken since version
 +    4.5~rc4-1~exp1
 +  * [x86] ethernet: Enable ENA_ETHERNET as module
 +  * [x86] efi: Prevent mixed mode boot corruption with CONFIG_VMAP_STACK=y
 +  * w1: Disable W1_MASTER_MATROX
 +
 + -- Ben Hutchings <ben at decadent.org.uk>  Mon, 14 Nov 2016 05:19:31 +0000
 +
 +linux (4.9~rc3-1~exp1) experimental; urgency=medium
 +
 +  * New upstream release candidate
 +
 +  [ Ben Hutchings ]
 +  * [rt] Disable until it is updated for 4.9 or later
 +  * kbuild: add -fno-PIE (Closes: #841368)
 +  * Compile with gcc-6 on all architectures
 +  * debian/control: Fix build-dependency on openssl to work with new
 +    versions that have M-A: allowed (Closes: #839145)
 +
 + -- Ben Hutchings <ben at decadent.org.uk>  Thu, 03 Nov 2016 16:51:55 -0600
  
  linux (4.8.15-2) unstable; urgency=medium
  

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