Commit Graph

12482 Commits

Author SHA1 Message Date
Ben Hutchings 1087d11fd6 [arm64] video: Enable FRAMEBUFFER_CONSOLE (Closes: #870071) 2017-08-12 22:13:33 +01:00
Ben Hutchings 173e0f7a03 Clean up kconfig using kconfigeditor2 2017-08-12 22:13:33 +01:00
Ben Hutchings 831ae89c56 rtlwifi: Fix firmware loading bugs (Closes: #869084) 2017-08-12 21:54:36 +01:00
Ben Hutchings 3b32a0551f xfrm: policy: check policy direction value (CVE-2017-11600) 2017-08-12 21:36:28 +01:00
Ben Hutchings 878e72cc4c Only list CVEs fixed by 4.12.4-4.12.6
As this will already be a major version update for unstable there's little
point in listing the additional changes in stable updates.
2017-08-12 20:34:29 +01:00
Salvatore Bonaccorso 851fa7516e Set ABI to 1 2017-08-12 17:16:42 +02:00
Salvatore Bonaccorso e5fcecb6a6 Drop experimental suffix from next version
Gbp-Dch: Ignore
2017-08-12 17:15:04 +02:00
Salvatore Bonaccorso e58e3e6be9 Update to 4.12.6 2017-08-12 16:54:34 +02:00
Salvatore Bonaccorso 5bc71d3ff6 Wrap long changelog lines
Gbp-Dch: Ignore
2017-08-12 11:42:30 +02:00
Salvatore Bonaccorso 0442142ae4 udp: consistently apply ufo or fragmentation (CVE-2017-1000112) 2017-08-11 09:12:58 +02:00
Salvatore Bonaccorso 3b6247dba4 packet: fix tp_reserve race in packet_set_ring (CVE-2017-1000111) 2017-08-11 09:09:51 +02:00
Salvatore Bonaccorso dcdb404db7 Add CVE ID for CVE-2017-10663 (f2fs: sanity check checkpoint segno and blkoff) 2017-08-10 08:09:14 +02:00
Uwe Kleine-König d977cbc209 [arm64] Add sdhci device for Espressobin
This completes the fix for #871049
2017-08-09 09:26:46 +02:00
Uwe Kleine-König 0f54fcdf56 [arm64] enable MMC_SDHCI_XENON and MVNETA for Espressobin 2017-08-08 21:44:03 +00:00
Salvatore Bonaccorso f302f4dbad Drop upstream applied patch
Gbp-Dch: Ignore
2017-08-08 10:20:30 +02:00
Uwe Kleine-König df3ad3271d readd CVS reference that was dropped by mistake 2017-08-08 10:17:23 +02:00
Uwe Kleine-König bc29a1558a Update to 4.12.5 2017-08-08 09:54:35 +02:00
Salvatore Bonaccorso 693284da5b media: saa7164: fix double fetch PCIe access condition (CVE-2017-8831) 2017-08-03 20:36:47 +02:00
Salvatore Bonaccorso 9f89bea8ab ipv6: avoid overflow of offset in ip6_find_1stfragopt (CVE-2017-7542) 2017-08-03 20:32:16 +02:00
Salvatore Bonaccorso b5081c50bc dentry name snapshots (CVE-2017-7533) 2017-08-03 20:27:55 +02:00
Roger Shimizu d7f8738db2 [armel] Change NAND related stuff to modules
Change MTD_CFI, MTD_JEDECPROBE, MTD_CFI_INTELEXT, MTD_CFI_AMDSTD,
and MTD_NAND MTD_NAND_ORION from built-in to modules (fixes FTBFS)
2017-07-31 23:34:47 +09:00
Salvatore Bonaccorso 3341a33e22 Add changelog entry for CVE-2017-7541
Gbp-Dch: Ignore
2017-07-24 07:06:09 +02:00
Ben Hutchings 662ee32fad debian/control: Fix version in dependencies on linux-headers-*-common*
linux-headers-*-common* packages are arch-independent since version
4.9~rc7-1~exp1, so to allow for binNMUs we need to specify
${source:Version} in versioned dependencies on them.

Closes: #869511
2017-07-23 22:46:31 +01:00
Ben Hutchings db815c4a3b Update to 4.12.3 2017-07-22 18:26:23 +01:00
Ben Hutchings 192ee88a05 [i386] perf tools: Fix unwind build (fixes FTBFS) 2017-07-22 17:41:53 +01:00
Ben Hutchings b26c964684 [armhf] udeb: Replace imx-ipuv3-crtc with imxdrm in fb-modules 2017-07-22 12:40:05 +01:00
Ben Hutchings 4e4f504451 [armhf] Revert "gpu: host1x: Add IOMMU support" (fixes FTBFS) 2017-07-22 11:26:42 +01:00
Ben Hutchings e6acb1f3d5 [mips*/octeon] Fix broken EDAC driver (fixes FTBFS) 2017-07-22 00:38:10 +01:00
Ben Hutchings 45a06e2c0f Clean up symbol version fixes for symbols exported from asm
We can't keep reverting these changes, so instead move forward.  Most
architectures now have <asm/asm-protoypes.h> and only 3 were left:

- alpha: Added <asm/asm-protoypes.h> and submitted patch upstream
- m68k: Did same, but realised it's only needed for Coldfire configs
  so we don't need any patches
- sparc: Cherry-picked changes from upstream
2017-07-19 19:36:04 +01:00
Ben Hutchings aaafbb9091 [sparc64] Update "Revert "sparc: move exports to definitions"" again
This should really fix the FTBFS - at least, the build got as far as
building linux-image packages.

genksyms doesn't recognise __int128 as a type name, so fails to parse
the prototype for __multi3().  I could fix genksyms but would have to
regenerate the parser tables which would be a horrible patch to
maintan.  So use a struct type instead for now.  gcc doesn't seem to
care about this because it isn't a normal C function.

Also update the patch properly for 4.12 - I removed exports for some
symbols that were not really removed but renamed.
2017-07-18 22:50:53 +01:00
Ben Hutchings 33fb750f9d media: Enable USB_RAINSHADOW_CEC as module (see #868511) 2017-07-18 13:27:48 +01:00
Ben Hutchings 4cbd8fdf4b Prepare to release linux (4.12.2-1~exp1). 2017-07-18 12:19:38 +01:00
Ben Hutchings 094004fb35 Set ABI name to trunk 2017-07-18 12:19:35 +01:00
Ben Hutchings 0e64929fc5 scripts/mod: Update modpost wrapper for 4.12
Commit cf0c3e68aa81 "kbuild: fix asm-offset generation to work with clang"
changed the macros used by devicetable-offsets.c.  Copy the new sed code
from upstream scripts/Makefile.lib.
2017-07-18 04:45:51 +01:00
Ben Hutchings 880703ae05 Clean up kconfig with the aid of kconfigeditor2
- Various obsolete drivers and broken features were removed in 4.12
- A few symbols were renamed
- A few symbols changed type from tristate to bool
2017-07-18 01:32:33 +01:00
Ben Hutchings 50381a0ca2 Update to 4.12.2
Refresh aufs4 patches by hand, as there is no release for 4.12 yet.

Refresh lockdown patches with genpatch.py and then by hand, as the
branch is a little out of date and many patches went upstream.

[rt] Disable until it is updated for 4.12 or later
2017-07-18 01:06:31 +01:00
Ben Hutchings 81c11b5921 Add script to regenerate lockdown patch series from git 2017-07-18 00:06:46 +01:00
Ben Hutchings 3907fb9919 [arm64] udeb: Prepare to add sunxi_wdt to kernel-image
It's not currently built for arm64, but when we enable support for
Allwinner SoCs it will be needed to reboot them (see #866130).
2017-07-17 22:24:03 +01:00
Ben Hutchings 5886a28670 Prepare to release linux (4.11.11-1). 2017-07-17 03:01:21 +01:00
Ben Hutchings e9698def40 firmware: dmi: Add DMI_PRODUCT_FAMILY identification string
Dependency of "pinctrl: cherryview: Extend the Chromebook DMI quirk to
Intel_Strago systems".
2017-07-17 03:00:56 +01:00
Ben Hutchings d6692c5a99 integrity: Delete ineffective kconfig assignments
We didn't enable INTEGRITY_SIGNATURE and INTEGRITY_ASYMMETRIC_KEYS,
which are dependencies for these.  According to bug #865277, we
should not enable them.
2017-07-17 01:38:00 +01:00
Ben Hutchings 4e322430ec [armhf] Add ARM Mali Midgard device tree bindings and gpu node for rk3288
Thanks: Guillaume Tucker
Closes: #865646
2017-07-17 01:09:51 +01:00
Cyril Brulebois 1a49ee814f udeb: Ship usb3503 module in usb-modules (Closes: #865645)
This module is needed for e.g. Arndale development boards, thanks to Wei
Liu.
2017-07-17 00:48:46 +01:00
Ben Hutchings 0de513746f [x86] pinctrl: cherryview: Extend the Chromebook DMI quirk to Intel_Strago systems
Closes: #862723
2017-07-17 00:38:29 +01:00
Ben Hutchings 769a37d5bd [x86] ideapad-laptop: Add various IdeaPad models to no_hw_rfkill list
Closes: #866706
2017-07-17 00:04:31 +01:00
Ben Hutchings bd04387e13 aufs: Update support patchset to aufs4.11.7+-20170703 (Closes: #867257) 2017-07-16 23:39:47 +01:00
Ben Hutchings abb94a6a73 [arm64] sound: Enable SND_HDA_INTEL as module (Closes: #867611) 2017-07-16 22:29:47 +01:00
Ben Hutchings 3c66f8f592 udeb: Add dm-raid to md-modules (Closes: #868251) 2017-07-16 22:10:36 +01:00
Ben Hutchings 81c2ab92a3 crypto: Enable CRYPTO_USER, CRYPTO_USER_API_RNG as modules (Closes: #868291) 2017-07-16 22:09:02 +01:00
Ben Hutchings 1f47c2fad3 [armhf] udeb: Add sunxi_wdt to kernel-image (Closes: #866130) 2017-07-16 21:52:04 +01:00
Ben Hutchings 5129ca9199 [rt] Clean up kconfig with kconfigeditor2 2017-07-16 21:46:00 +01:00
Ben Hutchings 4f2e547171 media: Enable MEDIA_CEC_SUPPORT, VIDEO_VIVID_CEC; USB_PULSE8_CEC as module
Closes: #868511
2017-07-16 21:37:15 +01:00
Ben Hutchings 823d15feb8 [rt] Update to 4.11.9-rt7 2017-07-16 21:28:09 +01:00
Ben Hutchings 09f1166971 binfmt_elf: use ELF_ET_DYN_BASE only for PIE (CVE-2017-1000370, CVE-2017-1000371) 2017-07-16 21:24:08 +01:00
Ben Hutchings 292c881344 Update to 4.11.11 2017-07-16 21:22:27 +01:00
Ben Hutchings 951507e517 debian/rules.real: Fix dh_install arguments in install-source rule
dh_install used to treat each given filename/pattern as space-separated
(bug #198507), and we accidentally depended on that.  This was recently
fixed, leading to FTBFS.
2017-07-09 20:23:59 +01:00
Salvatore Bonaccorso 5cea93cf9c [rt] Update to 4.11.8-rt5 2017-07-09 13:45:42 +02:00
Salvatore Bonaccorso 5b8fb021cd Bump ABI to 2 2017-07-09 12:57:02 +02:00
Salvatore Bonaccorso e70c79cce5 Update to 4.11.9 2017-07-09 12:54:43 +02:00
Salvatore Bonaccorso 49173dac27 Add CVE id for xen-blkback issue, XSA-216 2017-07-05 06:37:00 +02:00
Salvatore Bonaccorso 2125fc6614 Update to 4.11.8 2017-06-29 21:21:01 +02:00
Salvatore Bonaccorso 3aaf7fba55 rxrpc: Fix several cases where a padded len isn't checked in ticket decode (CVE-2017-7482) 2017-06-29 08:24:46 +02:00
Vagrant Cascadian fe29debbce [arm64] Enable support for Rockchip systems (Closes: #860976). 2017-06-28 16:43:40 -07:00
Uwe Kleine-König 6bd12386aa [arm64] enable FB_SIMPLE 2017-06-28 20:02:24 +00:00
Salvatore Bonaccorso 4bffab0d23 Update to 4.11.7
Drop upstream applied patch.

Refresh features/all/rt/sched-mmdrop-delayed.patch.

Ignore changes for module: drivers/iio/imu/inv_mpu6050/*.
2017-06-26 22:01:21 +02:00
Salvatore Bonaccorso 3f7061bec4 Add ABI reference for 4.11.0-1 2017-06-26 21:25:30 +02:00
Ben Hutchings ac812885ce Fix typo in changlog (thanks KiBi) 2017-06-24 18:32:59 +01:00
Ben Hutchings c63d4533ab [sparc64] Update "Revert "sparc: move exports to definitions"" for the addition of __multi3 (fixes FTBFS) 2017-06-20 20:08:40 +01:00
Ben Hutchings 4d907dfd7a Revert "Revert "ia64: move exports to definitions""
Can't remember why I ever applied this, as we don't have any support
for ia64 any more.  In any case ia64 now has an <asm/asm-prototypes.h>.
2017-06-20 19:35:33 +01:00
Ben Hutchings 63a7595d75 [md68k] udeb: Use only the common module list for nic-shared-modules (fixes FTBFS)
Delete all the additional lines:
- 7990, 82596 and 8390p are now included in nic-modules, resulting in the
  "some modules are in more than one package" error
- 8390 and libphy are already listed in the common module list
- There's no particular reason to think m68k needs the dummy driver
2017-06-20 19:31:50 +01:00
Ben Hutchings 0d6a5d8794 Prepare to release linux (4.11.6-1). 2017-06-20 00:25:45 +01:00
Ben Hutchings 496cb584dc Note CVEs fixed in 4.11.5 2017-06-20 00:25:35 +01:00
Ben Hutchings 0f89be27d3 mm: larger stack guard gap, between vmas (CVE-2017-1000364) 2017-06-20 00:19:55 +01:00
Ben Hutchings a4d082d16d [armhf] PCI: Enable PCI_HOST_GENERIC (Closes: #864726) 2017-06-18 21:08:04 +01:00
Ben Hutchings 52978aae0c USB: serial: option: add two Longcheer device ids (Closes: #864604) 2017-06-18 21:05:59 +01:00
Ben Hutchings 0119f2ad46 fs: Reenable HPFS_FS as module (Closes: #864878) 2017-06-18 21:01:55 +01:00
Ben Hutchings b39658b2cf [rt] Update to 4.11.5-rt1 and reenable 2017-06-18 18:14:57 +01:00
Ben Hutchings 76ed7c5f09 Update to 4.11.6 2017-06-18 18:12:42 +01:00
Ben Hutchings 21159c097a Release linux (4.9.30-2).
-----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEErCspvTSmr92z9o8157/I7JWGEQkFAlk+1/UACgkQ57/I7JWG
 EQnBDBAAyXVWuRSGT/qEyF/ML8KM8R9lQJDDm5eN/NRl5Tk1QEU+8vo0DnSC0SCb
 hMvML/HFsyTXdgKALU3ygKfI+5MloLYTNVkWGmWFuMBUcBWHNcHJEinlvRmS3jfh
 QJCsPYgaTi7qk+fLg7lidlDQZ0vXzQlXU7QXQJgtKx2YxQhwdUNx2qtNwjWxJSgU
 hT5VRpU0CiaRdTxO8KQYCipDko7ohznjCCXzemgYBKCOqSWE7EwD5d2WqtcTinR0
 Mpess7GR9LjEoUwoQ5cUksOPUSWP2BFsre8QpuGeoC7VoawhmKYJj91CvcheV7rs
 jStLk5DjntoMKitAUSpETjHIefk+4HEVbv5av8clmYkVCXiSAUZGiywql5Gl0T6B
 V6C9dwpUbSdevKvsEhmKi2Ei12kQ3kt/sL2WrPPHmqWUfT7KwPbUOR6MkrtyQoz+
 6McaJlSIu+Ln3/naZEHh73yAwBc/D/Q+9bxpSYMngyFGZNL6JqJc2I6N9x+zg3xV
 MSLTASQcdsGJENuoKE2+eqW7xqtQcdxBF416Pc9CC5Czifz+V7dELmShjvjX3lJm
 YBBgZtfS7IOBg8kW6EIKhn8Xv8xRvMA1fyeonV1fjv48e8fPb7it24chy0GK7t0z
 QNNVf06kHLPuDWHiCgWRm0ZDYWuyQLZdq90xKKoiGEIm2zeZnGU=
 =7TPb
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.9.30-2' into sid
2017-06-12 19:09:18 +01:00
Ben Hutchings 8f781e82fb Prepare to release linux (4.9.30-2). 2017-06-12 16:35:12 +01:00
Ben Hutchings e43fbf8183 Add summary of what the ipv6 fixes are for 2017-06-12 16:24:03 +01:00
Ben Hutchings 29fbd594e5 NFSv4.x/callback: Create the callback service through svc_create_pooled (Closes: #862357) 2017-06-12 16:20:51 +01:00
Ben Hutchings 65dde6402d Fix patch grouping 2017-06-12 16:09:22 +01:00
Ben Hutchings 8fe8c336a3 [armhf] udeb: Add axp20x_usb_power to kernel-image; add i2c-modules package
... including i2c-mv64xxx and i2c-rk3x

Thanks to Karsten Merker.
Closes: #856111
2017-06-12 15:49:01 +01:00
Ben Hutchings f30fbaf597 Merge branch 'stretch-security' into stretch 2017-06-12 15:43:37 +01:00
Ben Hutchings ab537b5c46 debian/rules.real: Include rules.defs before using architecture variables
Closes: #862842
2017-06-10 21:53:27 +01:00
Ben Hutchings 6fdb07003d Revert "uapi: fix linux/if.h userspace compilation errors"
This patch fixes a bug but it broke compilation of radvd (see
by reverting it for stretch.
2017-06-09 15:27:04 +01:00
Ben Hutchings cb766cd661 Add follow-up fixes for CVE-2017-9074 2017-06-08 15:39:03 +01:00
Ben Hutchings 9bf3ee218c Add follow-up fixes for CVE-2017-9074 2017-06-08 15:37:04 +01:00
Ben Hutchings 304a2920e5 Update to 4.11.4 2017-06-07 23:41:28 +01:00
Ben Hutchings 2da7c17a3d ipv6: Check ip6_find_1stfragopt() return value properly.
Follow-up to the fix for CVE-2017-9074.
2017-06-07 23:34:55 +01:00
Ben Hutchings cb232e3cbd Set ABI to 1 2017-06-07 21:24:14 +01:00
Ben Hutchings 2e4ca2c625 Drop experimental suffix from next version 2017-06-07 21:23:33 +01:00
Ben Hutchings 7618511643 [x86] Enable SERIAL_8250_MID as built-in (Closes: #864368) 2017-06-07 21:21:21 +01:00
Ben Hutchings e3721c5e6a [x86] SERIAL_8250_MID not GPIO_INTEL_MID
...although we might want that too
2017-06-07 21:19:02 +01:00
Ben Hutchings 9da11541bd [x86] Enable SERIAL_8250_MID as built-in (Closes: #864368) 2017-06-07 21:16:14 +01:00
Ben Hutchings 1d233f0650 Merge branch 'm68k' of https://github.com/glaubitz/linux-debian
Move the added changelog lines into a new entry, as 4.11.3-1~exp1 has
already been uploaded.
2017-06-06 20:43:50 +01:00
John Paul Adrian Glaubitz 18a83ebe4c [m68k] udeb: Add atari_scsi, mac_esp, mac_scsi to scsi-modules 2017-06-06 00:27:44 +02:00
John Paul Adrian Glaubitz dbe60feb5b [m68k] udeb: Add buddha, falconide, gayle, macide, q40ide to pata-modules 2017-06-06 00:25:47 +02:00
John Paul Adrian Glaubitz 8af4425509 [m68k] udeb: Move non-shared modules from nic-shared-modules to nic-modules 2017-06-06 00:24:40 +02:00
John Paul Adrian Glaubitz 2ae0e6b97a [m68k] udeb: Build scsi-core-modules package 2017-06-06 00:22:45 +02:00
John Paul Adrian Glaubitz 0f75b878c9 [m68k] udeb: Build pata-modules package 2017-06-06 00:21:33 +02:00
John Paul Adrian Glaubitz 8a4fb2b833 [m68k] udeb: Build nic-modules package 2017-06-06 00:19:15 +02:00
John Paul Adrian Glaubitz 3a28456c15 [m68k] udeb: Build hfs-modules package 2017-06-06 00:17:56 +02:00
John Paul Adrian Glaubitz a744ec62e0 [m68k] udeb: Build affs-modules package 2017-06-06 00:16:56 +02:00
Ben Hutchings aca58f8953 Prepare to release linux (4.11.3-1~exp1). 2017-06-05 14:13:41 +01:00
Ben Hutchings 5174845342 Release linux (4.9.30-1).
-----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEErCspvTSmr92z9o8157/I7JWGEQkFAlkz7vwACgkQ57/I7JWG
 EQmWdQ//ctWbgUQezu+yi96QR/algQVpsRH/x1oUVnPIYi96FYOabS9pKaK0aAz1
 gvTzEBz+ej2lj+ju51UWGsWHXG9CuBO9i+lRqxf74YdpmDPVco+sDWULBJzEnXqC
 rYJsvnwLneDdUOeLd+r9nS/a38PezOqXd0eQApzwzvj4GStrj23aSQeLH7pXqXrr
 KI/dORIXEujHoNeWzSzW3XXzOYlg9yAJuLyFmS8FGg7fBaEpnlRA+z2gXtmX7Bdn
 SBJxYNttrVbucpHsIwFQysaVU+G0EXnbwgsB/AQBycCrDDIYmhmWLdqlIG+q6lsm
 AGLmmX47xxrDpBPhr8iHWJkcmTBBNsSADghLvTru5PSWWTd70P/f2XWGYrfJ5bvU
 OrQaV4BFG+zw6RC7Jlzx+byaXyWq15aorRAJSXKaFdebHBZXFzsbKTq4HNTRKV06
 3DpoH47C0Jr4YXSbcNvgZiDZnF7OmYw/vsbJk+X4IC+igpriz3dV93QTnL2vf4iO
 LaS2KT1MkGInS329DRpjCy14+q1LZM2nti6/mPji2Uqwl6ACvGYgL5y0FJLfEThH
 XN+a2So6+u8MvWxrUoNrHIj8aYok96oONpDDbPIueS/PT7TwHBbq2ui1zlE8Uahg
 zR3+U/V5VoBEct5n/nm0c8SRhkqsfOk8l42Dj5ibkQAuDzzt39g=
 =MA6Q
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.9.30-1'

Drop ABI reference files and ABI maintenance patch.
2017-06-05 14:12:31 +01:00
Ben Hutchings 7b53b52f6f Update to 4.11.3 2017-06-05 14:04:06 +01:00
Ben Hutchings 65c1808993 [m68k] Update 'Revert "m68k: move exports to definitions"' for 4.11 (fixes FTBFS)
Closes: #862393
2017-06-05 13:51:12 +01:00
Ben Hutchings 6b3812c4f1 Prepare to release linux (4.9.30-1). 2017-06-04 03:03:01 +01:00
Ben Hutchings 894e593fa3 [rt] Update to 4.9.30-rt20 2017-06-04 03:00:42 +01:00
Ben Hutchings 9c84459829 [rt] Add new GPG subkeys for Sebastian Andrzej Siewior 2017-06-04 02:51:04 +01:00
Ben Hutchings 4078eac467 [arm64] serial: pl011: add console matching function (Closes: #861898) 2017-06-04 02:40:54 +01:00
Ben Hutchings 0aead2461f [x86] pinctrl: cherryview: Add a quirk to make Acer Chromebook keyboard work again
Closes: #862723
2017-06-04 02:30:55 +01:00
Ben Hutchings 8b4f995faa [rt] Clean up kconfig with kconfigeditor2 2017-06-04 02:14:44 +01:00
John Paul Adrian Glaubitz 3222b6559c [m68k] udeb: Build loop-modules package
Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>

[bwh: Add changelog entry]
2017-06-04 02:08:50 +01:00
Cyril Brulebois 4ff30925bb udeb: Add efivarfs to efi-modules.
This might be needed to retrieve firmware or configuration bits from
d-i.

[bwh: Add closes: #862555]
2017-06-04 01:40:22 +01:00
Ben Hutchings ae4eed4ced btrfs: warn about RAID5/6 being experimental at mount time (Closes: #863290) 2017-06-04 01:20:23 +01:00
Ben Hutchings e6c8b0bdf6 Add Debian package version to "hung task" log messages
I noticed a couple of bug reports with these messages and unknown
packge version.
2017-06-04 00:02:06 +01:00
Ben Hutchings 9479b65c42 debian/control: Fix compiler build-dependencies for cross-building
gcc cross-compilers *do* now have Multi-Arch: foreign, so we have
to take the :native qualfiication off again.

(cherry picked from commit 84e53d21c3)

Closes: #863907
2017-06-03 22:10:01 +01:00
Ben Hutchings f66ac78498 Note that "NFSv4: Fix callback server shutdown" closes #862357 2017-06-03 20:43:08 +01:00
Ben Hutchings b9ea5ea2a4 uapi: fix linux/if.h userspace compilation errors (see #822393, #824442) 2017-06-01 17:50:12 +01:00
Ben Hutchings a843bf5bb3 Merge remote-tracking branch 'alioth/sid' into sid 2017-06-01 14:10:48 +01:00
Salvatore Bonaccorso 2502943c58 ipv6: fix out of bound writes in __ip6_append_data() (CVE-2017-9242) 2017-06-01 08:38:02 +02:00
Salvatore Bonaccorso cd87fb7a86 crypto: skcipher - Add missing API setkey checks (CVE-2017-9211) 2017-06-01 08:34:46 +02:00
Salvatore Bonaccorso 261dbebcde ipv6/dccp: do not inherit ipv6_mc_list from parent (CVE-2017-9076 CVE-2017-9077) 2017-06-01 08:13:06 +02:00
Salvatore Bonaccorso 3253209d02 sctp: do not inherit ipv6_{mc|ac|fl}_list from parent (CVE-2017-9075) 2017-06-01 08:08:49 +02:00
Salvatore Bonaccorso 35c1e8ae8d ipv6: Prevent overrun when parsing v6 header options (CVE-2017-9074) 2017-06-01 08:05:24 +02:00
Salvatore Bonaccorso a68b36a505 dccp/tcp: do not inherit mc_list from parent (CVE-2017-8890) 2017-06-01 07:43:55 +02:00
Salvatore Bonaccorso 20b3d9876a tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline() (CVE-2017-0605) 2017-06-01 07:36:02 +02:00
Ben Hutchings ad62774819 Add various security fixes 2017-06-01 00:30:04 +01:00
Ben Hutchings c2d60c744a Merge branch 'sid' of git+ssh://git.debian.org/git/kernel/linux into sid 2017-05-31 22:10:43 +01:00
Uwe Kleine-König 85cfadf6c0 fix "[arm64] Enable DRM modules"
I forgot to add =m for CONFIG_DRM_MALI_DISPLAY. I fixed that for my
build test, but forgot to add to the index for committing. *sigh*
2017-05-31 22:30:20 +02:00
Uwe Kleine-König 39fa3fc3aa Ignore ABI changes in chipidea driver 2017-05-31 22:26:40 +02:00
Uwe Kleine-König 7c8c8ef49a [arm64] Enable DRM modules 2017-05-31 22:25:13 +02:00
Ben Hutchings e9619f03d3 Update to 4.9.30
* Drop/refresh patches as necessary
* Ignore ABI changes in ccp and hid-sensors
* [mips*el/loongson-3] Revert "MIPS: Loongson-3: Select
  MIPS_L1_CACHE_SHIFT_6" to avoid ABI change
2017-05-31 21:02:34 +01:00
Salvatore Bonaccorso dd1408c66d Update to 4.9.28 2017-05-27 17:12:34 +02:00
Roger Shimizu cb023ecab6 [armel] Note kernel size limit for Buffalo Linkstation
We don't know the actual limit for Linkstation device. The size
was taken from kernel of stock firmware.
2017-05-17 01:10:00 +09:00
Salvatore Bonaccorso 75d5d0e57f Update to 4.9.27 2017-05-13 18:52:03 +02:00
Salvatore Bonaccorso 3d18d55b64 Update to 4.9.26
Ignore changes to module:sound/firewire/snd-firewire-lib

Ignore changes to module:net/l2tp/l2tp_core
2017-05-13 16:07:07 +02:00
Aurelien Jarno f5fd64d72e [mips*/*-malta] Enable POWER_RESET and POWER_RESET_SYSCON. 2017-05-08 21:12:41 +02:00
Ben Hutchings 9e37525c5d Add ABI reference for 4.9.0-3 2017-05-08 17:49:32 +01:00
Ben Hutchings 0a348a06ca [armel] udeb: Add af_packet. firmware_class, nls_base to kernel-image (fixes FTBFS) 2017-05-06 03:54:06 +01:00
Ben Hutchings 3b2f2e5859 Prepare to release linux (4.11-1~exp2). 2017-05-05 04:35:12 +01:00
Ben Hutchings 8356e87ef9 [mips*/octeon] Increase RELOCATION_TABLE_SIZE to 0x00110000 (fixes FTBFS) 2017-05-05 04:05:51 +01:00
Ben Hutchings 2d982936e8 usbip: Fix potential format overflow in userspace tools
This fixes FTBFS on 64-bit architectures with gcc-7, which in
experimental means at least amd64, ppc64, sparc64.
2017-05-04 02:48:18 +01:00
Ben Hutchings 3c6e75c193 [armel/marvell] Make more things modular (fixes FTBFS)
This still gets us to:

    Image size 2086338/2097080, using 99.49%.  Under 1% space in experimental.  Continuing.

which is uncomfortably close.
2017-05-03 22:46:38 +01:00
Ben Hutchings 85b468262e Remove unused liblockdep packaging 2017-05-03 21:02:49 +01:00
Ben Hutchings c6d012b61d Prepare to release linux (4.11-1~exp1). 2017-05-02 20:57:50 +01:00
Ben Hutchings 44b570caef block: Enable BLK_WBT, BLK_WBT_MQ (Closes: #859570) 2017-05-02 20:06:26 +01:00