Commit Graph

5915 Commits

Author SHA1 Message Date
Ben Hutchings f26069abfa [i386] udeb: Make gpio_keys_polled and leds-gpio optional in input-modules
They are not built for the 686-pae flavour, only 586.
Fixes FTBFS.
2015-08-22 19:00:59 +02:00
Ben Hutchings 808dfebf84 Release linux (4.1.5-1).
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAVdBSmOe/yOyVhhEJAQobgA//cuk5WYNUbO3wRi3Sk1RhrH5vJk1TTWPN
 8KXa3OLhoFz04FxZ4zgNBlW52bTsMcL1rVlPjpK4jUS8WMcCEWVARps62K4VVomw
 CrZvrBpzLoSPN6Eux5NTkA5/JypnGXPDJ46Dd0LApx9A3UcKWw6u4uWCTyJyhJVd
 BSGFQwjcjJV7+WGw2ozV3fZFgwLbVyrvnIpMRwIwFnR61uAS2qy89HBTvfCk5h6m
 zqeJmmiSKOVbOxrDtyRRiUN9yFflUuSsxbIfbB+O02qSb6bhKpfTUVOQN7WoQRHs
 42culA2269r2gC0OkYwOQu1qm3TGoFafBqa5BhLYOKx8s/OXzW/zLJpaxVeewL2R
 tDHm5ZRqmO9fnUB4x3qI46uxQXr5XC2i/L2RppIOcnImZk7/qytn90KTTWIz2mUN
 Flj+K1nI3szkiQQROYXE7oKyMdBQu45V3oHifZM6HI9iklUL0BRo0jdnXxvji82V
 OL0VrmCymlKGa/OPjwN6SJa0bZ7NCTlJaG1axsMAVtovY7xaIdk0RcsQJBRQeQpu
 5ebTP9qDHPS5s6UeDJ4yGlv8moLGSQieYpcWHUiLgadE8EGR5/1ykrfc3FsuWS+G
 xCAYoC20G33+krI7mXMQyHil3w4OtYIvaV4LtrxXNRgbixdrP4MVzJMkoPmLLgBH
 J+pFZOgfG2c=
 =7MCr
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.1.5-1'

Conflicts:
	debian/changelog
	debian/patches/series
	debian/rules.real
	debian/templates/control.source.in
2015-08-22 18:07:50 +02:00
Ben Hutchings 13be7e1afd Documentation: Avoid creating man pages in source tree
kernel-doc can currently generate dummy DocBook files using
absolute paths as their titles, which results in man pages being
created in the source tree (and thus going into linux-headers
and linux-source packages).
2015-08-21 22:47:31 +02:00
Ben Hutchings b60f5c4de1 Set LC_ALL=C.UTF-8 for all builds
Upstream sets LC_ALL=C when building most things, and we do that in
one place to ensure consistent ordering.  However the encoding of HTML
docs still differs.  Choose 'C.UTF-8' instead of 'C' because it makes
the HTML docs slightly smaller.
2015-08-21 17:10:12 +02:00
Ben Hutchings c2de3cfb20 debian/control: Correct build-dependency on xz-utils, needed on all arches
Currently we have xz-utils in build-depends-indep as we explicitly
use xz to compress files in linux-source.  We also have a build-
dependency on lzma (now a virtual package provided by xz-utils),
but only on armel which was the first architecture for which we
set CONFIG_KERNEL_XZ=y.

However, since 3.7 we've set CONFIG_KERNEL_XZ for all architectures so
xz-utils is needed everywhere.  Currently we get away with this
because dpkg-dev depends on xz-utils, but this could change in future.
Build-depend on xz-utils without qualification.
2015-08-21 13:08:46 +02:00
Aurelien Jarno 2b363f8a38 mips: Remove r4k-ip22, r5k-ip32 and sb1-bcm91250a flavours. 2015-08-20 23:05:44 +02:00
Aurelien Jarno 081ba19db9 [mips*] Build ext4 as module. Add core-modules and ext4-modules udeb. Fixes FTBFS. 2015-08-20 16:21:08 +02:00
Aurelien Jarno 054d5ce461 [mips*] Build ext4 as module. Add core-modules and ext4-modules udeb. Fixes FTBFS. 2015-08-20 03:37:04 +02:00
Ben Hutchings 68176287bf Update to 4.2-rc7 2015-08-17 10:39:21 +02:00
Ben Hutchings 1243269850 Prepare to release linux (4.1.5-1). 2015-08-15 23:37:31 +02:00
Ben Hutchings 4d2f117436 udeb: Move eeprom_93cx6 to core-modules; make scsi-extra-modules depend on it
Previously it was in nic-wireless-modules as several wireless drivers
depend on it, but now wd719x in scsi-extra-modules does as well.
2015-08-15 21:59:33 +02:00
Ben Hutchings 3d5d7d8cf6 udeb: Add newly enabled drivers 2015-08-15 12:51:18 +02:00
Ben Hutchings 7e2d688bde Prepare to release linux (4.2~rc6-1~exp1). 2015-08-12 20:48:26 +02:00
Ben Hutchings 098767bfb6 debian/control: Drop Frederik Schüler from Uploaders
He hasn't been active on this package for many years.
2015-08-12 20:45:39 +02:00
Ben Hutchings 3bb9b71582 linux-source: Fix compression of the source tarball (Closes: #795199)
When we introduced the find | sort | xargs tar pipeline to make the
tarball reproducible, I was concerned that there could be so many
arguments that xargs would call tar more than once.  I therefore
changed the tar -c option to -r so that it would append rather
than overwriting in this case.

However, the -a option seems to have no effect when -r is used, so
the tarball is no longer compressed.

Instead of using xargs, use tar's -T option and change the -r
back to -c.
2015-08-12 18:02:17 +02:00
Ben Hutchings b13fc71d7e perf: Fix double-free of the AUX buffer 2015-08-12 17:35:24 +02:00
Ben Hutchings eca2a3e0eb Improve changelog for stable updates 4.1.4, 4.1.5
Delete entries for commits that are unimportant or previously cherry-
picked.

Add architecture qualifications, regression versions and one bug number.
2015-08-12 17:35:18 +02:00
Ben Hutchings 517cfd5213 ovl: Add support for NFS as lower filesystem (Closes: #786925) 2015-08-12 12:20:56 +02:00
Ben Hutchings 21364b6286 virtio-net: drop NETIF_F_FRAGLIST (CVE-2015-5156) 2015-08-11 22:54:01 +02:00
Ben Hutchings 279bfdad45 Bump ABI to 2
There are far too many changes to work around.
2015-08-11 22:46:56 +02:00
Ben Hutchings 431395942e Update to 4.1.5 2015-08-11 21:48:34 +02:00
Ben Hutchings ecae9d006f README.Debian, README.source: Update references to svn
(cherry picked from commit 3925828ee5)
2015-08-11 20:33:17 +02:00
Ben Hutchings de372d7baf Update Vcs-* fields to point to git
(cherry picked from commit c388a4feae)
2015-08-11 20:33:12 +02:00
Ben Hutchings ea0978d10c Update .gitignore files based on svn:ignore properties
For the top-level .gitignore, do this via the existing patch.

(cherry picked from commit 55cf50555a)
2015-08-11 20:32:57 +02:00
Ben Hutchings c97aa4ac68 [rt] Disable until it is updated for 4.2 or later 2015-08-11 20:26:50 +02:00
Ben Hutchings 5058702df6 Update to 4.2-rc6 2015-08-11 20:20:40 +02:00
Ben Hutchings 3925828ee5 README.Debian, README.source: Update references to svn 2015-08-11 18:20:05 +02:00
Ben Hutchings c388a4feae Update Vcs-* fields to point to git 2015-08-11 18:17:44 +02:00
Ben Hutchings 55cf50555a Update .gitignore files based on svn:ignore properties
For the top-level .gitignore, do this via the existing patch.
2015-08-11 18:16:38 +02:00
Ben Hutchings 9c536d2d2e [x86] iio: Enable drivers for ACPI-discoverable devices as modules
svn path=/dists/sid/linux/; revision=22937
2015-08-10 09:53:41 +00:00
Ian Campbell 8db2f2efff [armhf] Enable cpufreq on some sunxi platforms (Closes: #793185)
svn path=/dists/sid/linux/; revision=22926
2015-08-04 21:10:12 +00:00
Ben Hutchings 79f636b4bf Update to 4.2-rc5
Refresh/drop patches as needed.

svn path=/dists/trunk/linux/; revision=22909
2015-08-04 01:30:23 +00:00
Ben Hutchings f2378f0aa3 Prepare to release linux (4.1.3-1.
svn path=/dists/trunk/linux/; revision=22894
2015-08-03 22:17:40 +00:00
Ben Hutchings a23c852af4 Set ABI to 1
svn path=/dists/trunk/linux/; revision=22893
2015-08-03 21:17:11 +00:00
Ben Hutchings 621e438f4d security: Apply and enable GRKERNSEC_PERF_HARDEN feature from Grsecurity
This disables use of perf_event_open() by unprivileged users by default
(sysctl: kernel.perf_event_paranoid)

svn path=/dists/trunk/linux/; revision=22892
2015-08-03 12:04:26 +00:00
Ben Hutchings 97c02bf649 debug: Enable DEBUG_LIST
svn path=/dists/trunk/linux/; revision=22891
2015-08-03 02:18:33 +00:00
Ben Hutchings d9cb28cc2e Enable various new features
svn path=/dists/trunk/linux/; revision=22890
2015-08-03 01:29:25 +00:00
Ben Hutchings f3a0728b97 md: use kzalloc() when bitmap is disabled (CVE-2015-5697)
svn path=/dists/trunk/linux/; revision=22886
2015-08-03 00:38:33 +00:00
Ben Hutchings 890d5dc0aa [s390x] cachinfo: add missing facility check to init_cache_level() (Closes: #793929)
svn path=/dists/trunk/linux/; revision=22873
2015-07-29 03:28:09 +00:00
Ben Hutchings dc0f1f767e [i386/586] Enable KEYBOARD_GPIO_POLLED and LEDS_GPIO as modules, and ALIX, NET5501, GEOS (Closes: #734204)
svn path=/dists/trunk/linux/; revision=22872
2015-07-29 03:19:30 +00:00
Ben Hutchings e3254e2395 Add bug closure for fixing uboot-mkimage recommendation
svn path=/dists/trunk/linux/; revision=22869
2015-07-28 22:47:46 +00:00
Ben Hutchings 0c20c49a4d [armel,sh4] linux-image: Recommend u-boot-tools rather than the obsolete uboot-mkimage package
svn path=/dists/trunk/linux/; revision=22868
2015-07-28 22:47:13 +00:00
Ben Hutchings dddb4f3bd6 Set next version to 4.1.3-1 as it will be uploaded to unstable
svn path=/dists/trunk/linux/; revision=22865
2015-07-27 18:18:16 +00:00
Ben Hutchings 4272044bc9 KEYS: ensure we free the assoc array edit if edit is valid (CVE-2015-1333)
svn path=/dists/trunk/linux/; revision=22862
2015-07-27 18:12:37 +00:00
Ben Hutchings 88728c5842 [rt] Update to 4.1.3-rt3 and re-enable
svn path=/dists/trunk/linux/; revision=22861
2015-07-27 13:27:47 +00:00
Ben Hutchings 42b6cc2f10 debian/rules.real: Use dpkg-parsechangelog -S
This option is supported since dpkg 1.17 (i.e. jessie) and allows a
nice little clean-up.

svn path=/dists/trunk/linux/; revision=22852
2015-07-24 20:49:22 +00:00
Ben Hutchings 1617b3f14e Merge changes from sid up to 4.0.8-2
Drop the new rt patches.
Forward-port the NMI fixes to 4.1 (hopefully correctly).

svn path=/dists/trunk/linux/; revision=22851
2015-07-23 01:24:14 +00:00
Ben Hutchings 3209e6d2f9 Update to 4.1.3
svn path=/dists/trunk/linux/; revision=22850
2015-07-23 01:01:27 +00:00
Ben Hutchings ac312fb927 Prepare to release linux (4.0.8-2).
svn path=/dists/sid/linux/; revision=22848
2015-07-22 23:44:02 +00:00
Ben Hutchings 561e869fda [amd64] Fix nested NMI handling (CVE-2015-3290, CVE-2015-3291, CVE-2015-5157)
svn path=/dists/sid/linux/; revision=22842
2015-07-22 20:46:22 +00:00
Uwe Kleine-König 2017c10b63 [rt] Update to 4.0.8-rt6
svn path=/dists/sid/linux/; revision=22841
2015-07-22 18:42:19 +00:00
Ian Campbell 7a2b15aea6 [armhf] Enable new drivers for sunxi platforms (Closes: #792388)
svn path=/dists/trunk/linux/; revision=22839
2015-07-17 07:29:12 +00:00
Ian Campbell bb9ae7db61 [armhf] Set CONFIG_ARM_TEGRA_CPUFREQ as builtin.
It seems to have always been a bool and not a tristate.

svn path=/dists/trunk/linux/; revision=22838
2015-07-17 07:29:09 +00:00
Ben Hutchings ef7d1869f8 [armel/kirkwood] ubi: Change UBIFS_FS and MTD_UBI from built-in to modules, to reduce kernel image size (fixes FTBFS)
svn path=/dists/trunk/linux/; revision=22836
2015-07-15 18:47:14 +00:00
Ben Hutchings 9f5f8ba82a Prepare to release linux (4.1.2-1~exp1).
svn path=/dists/trunk/linux/; revision=22827
2015-07-11 18:29:38 +00:00
Ben Hutchings 78a37b81ea Add bug number for disabling VM86
svn path=/dists/trunk/linux/; revision=22826
2015-07-11 17:01:38 +00:00
Ben Hutchings f9fdaa5b51 Merge changes from sid up to 4.0.8-1
svn path=/dists/trunk/linux/; revision=22825
2015-07-11 16:50:09 +00:00
Ben Hutchings 9e36903d1f Update to 4.1.2
svn path=/dists/trunk/linux/; revision=22824
2015-07-11 16:48:41 +00:00
Ben Hutchings 1fcd372ae9 Prepare to release linux (4.0.8-1).
svn path=/dists/sid/linux/; revision=22822
2015-07-11 14:04:11 +00:00
Ben Hutchings 0a33208a6d [x86] kvm: fix kvm_apic_has_events to check for NULL pointer (CVE-2015-4692)
svn path=/dists/sid/linux/; revision=22821
2015-07-11 03:33:17 +00:00
Ben Hutchings bf03a0d800 [ppc64el] Ignore ABI changes due to disabling HIBERNATION (fixes FTBFS)
svn path=/dists/sid/linux/; revision=22820
2015-07-11 02:50:13 +00:00
Ben Hutchings 918b37b2bd Update to 4.0.8
svn path=/dists/sid/linux/; revision=22819
2015-07-11 02:47:13 +00:00
Ben Hutchings b6d0d17b8a [i386] Disable VM86
svn path=/dists/trunk/linux/; revision=22818
2015-07-09 00:11:12 +00:00
Ben Hutchings 2eb4edd9a4 Duplicate man pages were an issue for linux-manual, not linux-doc
svn path=/dists/trunk/linux/; revision=22815
2015-07-08 01:54:32 +00:00
Ben Hutchings 6fa2b3e596 linux-manual: kernel-doc: Use $KBUILD_BUILD_TIMESTAMP as man page date
svn path=/dists/trunk/linux/; revision=22814
2015-07-08 01:54:15 +00:00
Ben Hutchings eb4b510b6d DocBook: Fix duplicate man pages
svn path=/dists/trunk/linux/; revision=22812
2015-07-08 01:00:56 +00:00
Ben Hutchings 94f19b438b DocBook: generate consistent IDs
svn path=/dists/trunk/linux/; revision=22810
2015-07-07 16:25:17 +00:00
Ben Hutchings 3a7cbba80e Prepare to release linux (4.1.1-1~exp1).
svn path=/dists/trunk/linux/; revision=22808
2015-07-07 11:53:40 +00:00
Ben Hutchings 43aa479231 Update list of reproducibility improvements
svn path=/dists/trunk/linux/; revision=22807
2015-07-07 03:15:40 +00:00
Ben Hutchings 5558f2b836 linux-manual: Drop original timestamp (and name) when compressing
svn path=/dists/trunk/linux/; revision=22805
2015-07-06 23:35:25 +00:00
Ben Hutchings 00c6ad9c5c linux-source: Sort files in the tarball to make it reproducible
svn path=/dists/trunk/linux/; revision=22804
2015-07-06 21:22:54 +00:00
Ben Hutchings 198d7f8199 Merge changes from sid up to 4.0.7-1
svn path=/dists/trunk/linux/; revision=22799
2015-07-06 20:56:21 +00:00
Ben Hutchings 2f5882461a Prepare to release linux (4.0.7-1).
svn path=/dists/sid/linux/; revision=22797
2015-07-06 20:14:21 +00:00
Ben Hutchings c0d8ea9656 udeb: Add more drivers to sound-modules, thanks to Samuel Thibault (Closes: #782495)
svn path=/dists/sid/linux/; revision=22796
2015-07-06 01:52:59 +00:00
Ben Hutchings 5007cfce3f [x86] Enable MMIOTRACE (Closes: #790808)
svn path=/dists/trunk/linux/; revision=22795
2015-07-05 23:42:00 +00:00
Ben Hutchings 677682845c Note that 4.1 closes #790953
svn path=/dists/trunk/linux/; revision=22794
2015-07-05 23:25:00 +00:00
Ben Hutchings 7886d2f1e2 [mips*] Correct FP ISA requirements (Closes: #781892)
svn path=/dists/sid/linux/; revision=22792
2015-07-05 23:09:31 +00:00
Ben Hutchings ac0196487f [ppc64el] Disable HIBERNATION (Closes: #789070)
svn path=/dists/sid/linux/; revision=22791
2015-07-05 22:48:10 +00:00
Ben Hutchings c9c7b07e93 Add CVE ID for UDP checksum DoS
svn path=/dists/sid/linux/; revision=22789
2015-07-05 20:12:28 +00:00
Ben Hutchings 74af9f304e Fix or ignore ABI changes as appropriate
svn path=/dists/sid/linux/; revision=22784
2015-07-01 03:35:52 +00:00
Ben Hutchings e5a19529a8 Update to 4.0.7
svn path=/dists/sid/linux/; revision=22781
2015-07-01 00:34:40 +00:00
Ben Hutchings c6e6bbb7c3 Update to 4.1.1
svn path=/dists/trunk/linux/; revision=22780
2015-07-01 00:27:29 +00:00
Ben Hutchings 5007a5e50f Update to 4.1
svn path=/dists/trunk/linux/; revision=22779
2015-07-01 00:19:33 +00:00
Ben Hutchings 029e70eef5 Update to 4.0.6
svn path=/dists/sid/linux/; revision=22778
2015-06-28 22:58:51 +00:00
Ben Hutchings 15d2832b85 mm: Update zfoo config
ZSWAP no longer selects ZBUD, but does still depend on it by default,
so we need to enable it explicitly.
Both ZBUD and ZSMALLOC are now tristate, so make them modules.
This also means ZSMALLOC doesn't need to be disabled on armel.

svn path=/dists/sid/linux/; revision=22769
2015-06-21 02:45:37 +00:00
Ben Hutchings 3df8898d6b Merge changes from sid up to 4.0.5-1
svn path=/dists/trunk/linux/; revision=22761
2015-06-16 23:04:03 +00:00
Ben Hutchings 785dd82c82 Update to 4.1-rc8
svn path=/dists/trunk/linux/; revision=22760
2015-06-16 22:54:51 +00:00
Ben Hutchings ecabdfe56d aufs: Apply patches to enable building aufs out-of-tree
svn path=/dists/trunk/linux/; revision=22759
2015-06-16 22:42:42 +00:00
Ben Hutchings ac767b0173 Prepare to release linux (4.0.5-1).
svn path=/dists/sid/linux/; revision=22754
2015-06-16 19:33:41 +00:00
Ben Hutchings 1b4f5b4a5a Fix/ignore ABI changes in 4.0.5 as appropriate
svn path=/dists/sid/linux/; revision=22753
2015-06-16 19:18:40 +00:00
Ben Hutchings ff8742e182 Improve the changelog for 4.0.5
- Add some architecture qualifications
- Note when regressions were introduced
- Delete changes that are minor or irrelevant for Debian

svn path=/dists/sid/linux/; revision=22748
2015-06-14 23:56:56 +00:00
Uwe Kleine-König 24bbc20eab [rt] Update to 4.0.5-rt3
svn path=/dists/sid/linux/; revision=22738
2015-06-11 21:47:07 +00:00
Ben Hutchings 8e62b8255e Update to 4.0.5
svn path=/dists/sid/linux/; revision=22735
2015-06-08 14:18:48 +00:00
Ian Campbell de9645d099 [armel/kirkwood]: Enable CONFIG_ARM_KIRKWOOD_CPUIDLE. (Closes: #787716)
svn path=/dists/sid/linux/; revision=22733
2015-06-06 15:37:21 +00:00
Ian Campbell 829384f516 [arm] Fix mvebu-mbus for non-io-coherent platforms.
svn path=/dists/sid/linux/; revision=22729
2015-06-01 21:09:02 +00:00
Ian Campbell 15f7ac543c [arm64+armhf] Enable SYSCON poweroff driver.
svn path=/dists/trunk/linux/; revision=22727
2015-05-30 21:18:17 +00:00
Ian Campbell a612c80015 [armhf] Add stmmac-platform module to nic-modules udeb. (Closes: #786716)
svn path=/dists/sid/linux/; revision=22726
2015-05-30 16:52:53 +00:00
Ian Campbell 931ef5b117 [armhf] Enable PCIe support for IMX6 boards.
svn path=/dists/sid/linux/; revision=22724
2015-05-29 06:33:10 +00:00
Ben Hutchings 82b4acdbed Add bug closure for amd64 FTBFS
svn path=/dists/sid/linux/; revision=22723
2015-05-27 22:21:15 +00:00
Ben Hutchings caaefcdb29 udeb: Remove i2o modules (fixes FTBFS on amd64)
svn path=/dists/sid/linux/; revision=22722
2015-05-27 20:38:11 +00:00
Ben Hutchings 3f27648fda mac80211: Fix fatal kernel-doc errors
svn path=/dists/trunk/linux/; revision=22721
2015-05-27 19:30:35 +00:00
Ben Hutchings cc28b6b52f Merge changes from sid up to 4.0.4-1
Excluding the ABI number bump and the PREEMPT_RT featureset.

svn path=/dists/trunk/linux/; revision=22720
2015-05-27 02:40:14 +00:00
Ben Hutchings b7833d9938 Update to 4.1-rc5
svn path=/dists/trunk/linux/; revision=22719
2015-05-27 02:28:41 +00:00
Ben Hutchings 5a5ac31a93 Prepare to release linux (4.0.4-1).
svn path=/dists/sid/linux/; revision=22715
2015-05-26 17:55:22 +00:00
Ben Hutchings 803c4aaccb [x86] ALSA: Enable SND_SOC_INTEL_BROADWELL_MACH as module (Closes: #785422)
svn path=/dists/sid/linux/; revision=22714
2015-05-26 01:29:52 +00:00
Ben Hutchings 3734f093f5 HID: Enable HID_BATTERY_STRENGTH (Closes: #783214)
svn path=/dists/sid/linux/; revision=22713
2015-05-26 01:20:04 +00:00
Ben Hutchings 19acb8efed zram: Enable ZRAM_LZ4_COMPRESS (Closes: #770958)
svn path=/dists/sid/linux/; revision=22712
2015-05-26 01:17:52 +00:00
Ben Hutchings a863149395 usb-storage: Enable USB_UAS for the third time, hoping that it's finally robust enough (Closes: #749014)
svn path=/dists/sid/linux/; revision=22711
2015-05-26 01:12:29 +00:00
Ben Hutchings 76d3edb2c3 [x86] i2c: Change I2C to built-in and enable ACPI_I2C_OPREGION (Closes: #778896)
svn path=/dists/sid/linux/; revision=22710
2015-05-26 01:08:50 +00:00
Ben Hutchings 9e70108feb Bump ABI to 2
svn path=/dists/sid/linux/; revision=22709
2015-05-26 00:50:45 +00:00
Ben Hutchings dfbc65af1c media: Enable DVB_SMIPCIE as module (Closes: #785153)
svn path=/dists/sid/linux/; revision=22708
2015-05-26 00:49:19 +00:00
Ben Hutchings b953465108 [x86] vmwgfx: Enable DRM_VMWGFX_FBCON (Closes: #714929)
svn path=/dists/sid/linux/; revision=22706
2015-05-26 00:42:57 +00:00
Ben Hutchings 3a0072d929 Improve the changelog for 4.0.{3,4}
- Add architecture qualifications
- Note when regressions were introduced
- Delete changes that are minor or irrelevant for Debian

svn path=/dists/sid/linux/; revision=22704
2015-05-25 18:32:17 +00:00
Ian Campbell 45f51837ea [arm64] Build XHCI platform drivers as a module.
svn path=/dists/sid/linux/; revision=22703
2015-05-25 12:38:48 +00:00
Ian Campbell 7d90ad211c [arm64] Enable PCI support and related modules
Adjusting udeb module lists for new modules.

svn path=/dists/sid/linux/; revision=22702
2015-05-25 12:38:44 +00:00
Ben Hutchings 5fe888b7ec i2o: Disable I2O
svn path=/dists/sid/linux/; revision=22700
2015-05-25 02:16:00 +00:00
Ben Hutchings 58669ce115 Re-enable renamed config symbols
[armel/kirkwood] Enable DEBUG_MVEBU_UART0_ALTERNATE, replacing
DEBUG_MVEBU_UART_ALTERNATE
[s390x] Explicitly enable SCHED_TOPOLOGY, replacing SCHED_BOOK

svn path=/dists/sid/linux/; revision=22699
2015-05-25 02:12:19 +00:00
Ben Hutchings dd786ed559 [armel/{kirkwood,orion5x}] Disable PM again to reduce kernel image size
CONFIG_PM replaced CONFIG_PM_RUNTIME so we shouldn't have enabled it
for these.


svn path=/dists/sid/linux/; revision=22698
2015-05-25 01:52:08 +00:00
Ben Hutchings a6d6bb9297 Add some fixes already applied to jessie
svn path=/dists/sid/linux/; revision=22692
2015-05-25 01:05:34 +00:00
Ian Campbell e9f9658f33 [armhf+arm64] Enabled generic SYSCON regmap reset driver
svn path=/dists/sid/linux/; revision=22684
2015-05-24 08:11:25 +00:00
Ben Hutchings ceb687e608 [x86] e1000e: Add support for Sunrise Point (i219) (Closes: #784546)
svn path=/dists/sid/linux/; revision=22682
2015-05-23 17:26:17 +00:00
Ben Hutchings 695036fbe2 md/raid0: fix restore to sector variable in raid0_make_request (Closes: #786372) (regression in 4.0.2)
svn path=/dists/sid/linux/; revision=22673
2015-05-23 00:30:31 +00:00
Ben Hutchings e486b3fcd4 [arm64] USB: Add support for XHCI on APM Mustang (Closes: #785707)
svn path=/dists/sid/linux/; revision=22670
2015-05-22 23:27:42 +00:00
Ben Hutchings 342405f753 [i386] pnp: Disable PNPBIOS_PROC_FS
svn path=/dists/sid/linux/; revision=22668
2015-05-22 22:39:53 +00:00
Ben Hutchings 534fdb3471 linux-image: Add versioned Breaks on udev (<< 208-8~) due to #752742 and #756312
svn path=/dists/sid/linux/; revision=22667
2015-05-22 22:19:54 +00:00
Ben Hutchings 24042b2965 linux-image: Depend on kmod without an alternative of module-init-tools
svn path=/dists/sid/linux/; revision=22664
2015-05-22 21:46:17 +00:00
Ben Hutchings 748386aa8b [rt] Update to 4.0.4-rt1 and re-enable
svn path=/dists/sid/linux/; revision=22663
2015-05-20 00:24:50 +00:00
Ben Hutchings a6e1905b8a Update to 4.0.4
Drop patches that were applied upstream.

Changelog still needs trimming.

svn path=/dists/sid/linux/; revision=22662
2015-05-20 00:22:50 +00:00
Ben Hutchings e0fa49030a Fix error messages at boot on systems without an RTC (Closes: #784146)
svn path=/dists/sid/linux/; revision=22657
2015-05-17 23:00:53 +00:00
Maximilian Attems e835134870 x86: enable CONFIG_SND_SOC_INTEL_BROADWELL_MACH
Signed-off-by: maximilian attems <maks@debian.org>

svn path=/dists/trunk/linux/; revision=22651
2015-05-16 12:32:50 +00:00
Ben Hutchings 9a70d28e7d Apply more timestamp fixes from Jérémy Bobbio in #769844
svn path=/dists/trunk/linux/; revision=22649
2015-05-12 19:11:55 +00:00
Ben Hutchings 73842f1f17 linux-image: Fix timestamps in the built-in initramfs for reproducible build
$KBUILD_BUILD_TIMESTAMP is used in two places:
1. By mkcompile_h, to generate both the utsname::version string
2. By gen_initramfs_list.sh, to set the timestamps for the built-in initramfs

As we want utsname::version to contain the package version and not an
RFC822 timestamp, the current value doesn't work for (2).

Change mkcompile_h to prefer $KBUILD_BUILD_VERSION_TIMESTAMP over
$KBUILD_BUILD_TIMESTAMP, and set both variables in debian/rules.real.

svn path=/dists/trunk/linux/; revision=22647
2015-05-12 18:52:20 +00:00
Ben Hutchings 56c70a5fd2 Update to 4.1-rc3
Drop and refresh patches as appropriate.

In the x86 memtest patch, add #ifdef CONFIG_X86 as memtest is now
cross-architecture and memtest86+ is not.

svn path=/dists/trunk/linux/; revision=22616
2015-05-11 16:39:41 +00:00
Ben Hutchings 8ed388e21b mnt: Add missing pieces of fix for CVE-2014-9717
svn path=/dists/trunk/linux/; revision=22605
2015-05-11 03:29:09 +00:00
Ben Hutchings 8bd2312d62 Prepare to release linux (4.0.2-1).
svn path=/dists/trunk/linux/; revision=22590
2015-05-10 23:42:49 +00:00
Ben Hutchings 25fc9ef6e7 Set ABI to 1
svn path=/dists/trunk/linux/; revision=22589
2015-05-10 20:08:27 +00:00
Ben Hutchings c8df9cd7be [x86] nfc: Enable NFC_HCI, NFC_MEI_PHY, NFC_PN544, NFC_PN544_MEI as modules (Closes: #770323)
svn path=/dists/trunk/linux/; revision=22588
2015-05-10 20:05:03 +00:00
Ben Hutchings b125f8fb50 [armhf] Enable ARM_ERRATA_430973 (Closes: #768890), ARM_ERRATA_643719, ARM_ERRATA_754327, ARM_ERRATA_773022
svn path=/dists/trunk/linux/; revision=22587
2015-05-10 20:00:44 +00:00
Ben Hutchings 4543b37f08 Note that 4.0.2 closes #784278
svn path=/dists/trunk/linux/; revision=22586
2015-05-10 19:46:35 +00:00
Ben Hutchings e78121cb46 [x86] serial: Enable SERIAL_8250_DW as built-in
svn path=/dists/trunk/linux/; revision=22585
2015-05-10 19:37:29 +00:00
Ben Hutchings bf73af3760 path_openat(): fix double fput()
svn path=/dists/trunk/linux/; revision=22584
2015-05-10 19:07:03 +00:00
Ben Hutchings 602be0ad57 Improve the changelog for 4.0.2
- Add architecture qualifications
- Note when regressions were introduced
- Delete changes that are minor or irrelevant for Debian

svn path=/dists/trunk/linux/; revision=22583
2015-05-10 18:57:37 +00:00
Ben Hutchings 4148f431cd [armhf] sound: Enable SND_SIMPLE_CARD as module
svn path=/dists/trunk/linux/; revision=22582
2015-05-10 04:40:48 +00:00
Ben Hutchings f4903e0d44 Enable PM on all architectures except m68k
For 3.16 it was enabled on almost everything and could not be explicitly
selected.  But since then it has become selectable and not all flavours
are automatically selecting it.

svn path=/dists/trunk/linux/; revision=22581
2015-05-10 04:38:13 +00:00
Ben Hutchings 67c2f56d4b [armel/kirkwood] sound: Enable the necessary modules
Enable SND_SIMPLE_CARD as module, replacing SND_KIRKWOOD_SOC_OPENRD,
SND_KIRKWOOD_SOC_T5325.

Re-enable SND_SOC_ALC5623, SND_SOC_CS42L51_I2C as modules.

svn path=/dists/trunk/linux/; revision=22580
2015-05-10 04:07:59 +00:00
Ben Hutchings 15a246d942 [armel/kirkwood] regulator: Re-enable REGULATOR, REGULATOR_FIXED_VOLTAGE
svn path=/dists/trunk/linux/; revision=22579
2015-05-10 03:56:11 +00:00
Ben Hutchings cde40e5a08 sound: Enable SND_USB_POD, SND_USB_PODHD, SND_USB_TONEPORT, SND_USB_VARIAX as modules, replacing LINE6_USB
svn path=/dists/trunk/linux/; revision=22578
2015-05-10 03:12:22 +00:00
Ben Hutchings 8715123851 [x86] tpm: Enable TCG_TIS_I2C_ST33 as module, replacing TCG_ST33_I2C
svn path=/dists/trunk/linux/; revision=22577
2015-05-10 03:02:15 +00:00
Ben Hutchings 398d274287 Revert "HID: Enable HID_USB_WACOM, replacing HID_WACOM"
HID_USB_WACOM itself got renamed to HID_WACOM later so no change is
needed at all.

svn path=/dists/trunk/linux/; revision=22576
2015-05-10 02:57:49 +00:00
Ben Hutchings fafde9ea65 [x86] tpm: Enable TCG_TIS_ST33ZP24 and TCG_TIS_ST33ZP24_I2C as modules, replacing TCG_ST33_I2C
svn path=/dists/trunk/linux/; revision=22575
2015-05-10 02:37:25 +00:00
Ben Hutchings c0a4d419d6 [x86] Enable DW_DMAC and re-enable SND_SOC_INTEL_HASWELL_MACH, SND_SOC_INTEL_BYT_RT5640_MACH, SND_SOC_INTEL_BYT_MAX98090_MACH as modules
svn path=/dists/trunk/linux/; revision=22574
2015-05-10 02:30:31 +00:00
Ben Hutchings 04dee6be5f sound/firewire: Enable SND_OXFW as module, replacing SND_FIREWIRE_SPEAKERS
svn path=/dists/trunk/linux/; revision=22573
2015-05-10 02:22:58 +00:00
Ben Hutchings abf2489589 Add arch-qualification and 'as module' to previous few log lines
svn path=/dists/trunk/linux/; revision=22572
2015-05-10 02:18:56 +00:00
Ben Hutchings fd9e9748b5 misc: Enable INTEL_MIC_BUS and re-enable INTEL_MIC_HOST
svn path=/dists/trunk/linux/; revision=22571
2015-05-10 02:17:26 +00:00
Ben Hutchings 27f61adafc media/rc: Enable IR_IGORPLUGUSB, replacing LIRC_IGORPLUGUSB
svn path=/dists/trunk/linux/; revision=22570
2015-05-10 02:16:15 +00:00
Ben Hutchings 408f739ee0 sound: Enable SND_USB_LINE6, replacing LINE6_USB
svn path=/dists/trunk/linux/; revision=22569
2015-05-10 02:14:56 +00:00
Ben Hutchings 2694c583f5 [x86] Re-enable IOSF_MBI and INTEL_RAPL
svn path=/dists/trunk/linux/; revision=22568
2015-05-10 02:12:22 +00:00
Ben Hutchings a8be41082a [x86] thermal: Enable INT340X_THERMAL, replacing ACPI_INT3403_THERMAL
svn path=/dists/trunk/linux/; revision=22567
2015-05-10 02:10:02 +00:00
Ben Hutchings d91cf2036b HID: Enable HID_USB_WACOM, replacing HID_WACOM
svn path=/dists/trunk/linux/; revision=22566
2015-05-10 02:08:33 +00:00
Ian Campbell d1700da6fb [arm*] Install DTBS using dtbs_install target. (Closes: #784761)
svn path=/dists/trunk/linux/; revision=22565
2015-05-09 08:26:26 +00:00
Ben Hutchings bbd6f0e4b1 [arm64,armhf,powerpcspe,x86] gpio: Explicitly enable GPIOLIB
Some drivers now depend on rather than selecting it, in particular
FB_VIA.  This fixes an FTBFS on i386 as that driver was no longer
built on 686-pae.

The architectures are chosen to cover everything that selects
ARCH_WANT_OPTIONAL_GPIOLIB and for which we have GPIOLIB enabled
in jessie.

svn path=/dists/trunk/linux/; revision=22564
2015-05-07 00:22:38 +00:00
Ben Hutchings bcb7fa76d1 Update to 4.0.2
svn path=/dists/trunk/linux/; revision=22563
2015-05-06 23:58:51 +00:00
Ben Hutchings b3b60bbdd1 [armel/orion5x] Increase maximum kernel image size to ~2 MB, removing support for DNS-323 (fixes FTBFS)
- Re-enable BLK_DEV_INTEGRITY, SCSI_UFSHCD, TCM_IBLOCK, AUDIT, USER_NS,
  PCI_QUIRKS, FTRACE, DEBUG_BUGVERBOSE, SECURITY
- Enable DYNAMIC_DEBUG, FRONTSWAP

svn path=/dists/trunk/linux/; revision=22562
2015-05-06 23:58:01 +00:00
Ben Hutchings dbd5f89afd Fix URLs for stable changelogs from 4.0 onward
The version parsing was fine but we had 3.x hardcoded in the URL.
Assume that each major version gets a new directory from now on.

svn path=/dists/trunk/linux/; revision=22558
2015-05-04 22:48:12 +00:00
Ian Campbell f86ce5d6e2 [armhf] imx-hdmi module is now called dw_hdmi-imx, so update fb-modules udeb.
svn path=/dists/trunk/linux/; revision=22556
2015-05-04 06:11:20 +00:00
Ian Campbell f11fb82c24 [armhf] Add ehci-orion module to usb-modules udeb. (Closes: #783324)
svn path=/dists/trunk/linux/; revision=22555
2015-05-04 06:11:17 +00:00
Ian Campbell 33bc9f1527 [armhf] Enable support for Freescale SNVS RTC. (Closes: #782364)
svn path=/dists/trunk/linux/; revision=22554
2015-05-04 06:11:12 +00:00
Ben Hutchings 6bd3003700 ipv4: Missing sk_nulls_node_init() in ping_unhash() (CVE-2015-3636)
svn path=/dists/trunk/linux/; revision=22553
2015-05-03 15:24:53 +00:00
Ben Hutchings 8610529deb Merge changes from sid up to 3.16.7-ckt9-3
All added patches are included in 4.0.1 so this only updates the changelog.

svn path=/dists/trunk/linux/; revision=22552
2015-05-03 15:12:22 +00:00
Ben Hutchings 4e386c86fa Update to 4.0.1
svn path=/dists/trunk/linux/; revision=22551
2015-05-03 15:08:05 +00:00
Ben Hutchings 39b2dc526d Note the last fixes for version sanity checks in the changelog
svn path=/dists/trunk/linux/; revision=22541
2015-04-27 19:50:38 +00:00
Maximilian Attems 5750b29673 changelog: wrap 4.0 up
Signed-off-by: maximilian attems <maks@debian.org>

svn path=/dists/trunk/linux/; revision=22519
2015-04-21 19:47:14 +00:00
Ben Hutchings 85cd5a3f6c [x86] Enable PARAVIRT_SPINLOCKS
svn path=/dists/trunk/linux/; revision=22518
2015-04-21 18:42:07 +00:00
Ben Hutchings 9aa1776bbb [i386,s390] Remove 64-bit kernel flavours, which are also available through multiarch
svn path=/dists/trunk/linux/; revision=22507
2015-04-13 17:06:59 +00:00
Ben Hutchings c544d987d9 Update to 4.0
svn path=/dists/trunk/linux/; revision=22505
2015-04-13 02:02:26 +00:00
Ben Hutchings 1553282b11 Merge changes from sid up to 3.16.7-ckt9-2
svn path=/dists/trunk/linux/; revision=22504
2015-04-13 01:18:26 +00:00
Ben Hutchings 4ddecd4a5d Prepare to release linux (3.16.7-ckt9-2).
svn path=/dists/sid/linux/; revision=22503
2015-04-13 01:10:04 +00:00
Ben Hutchings a283a09236 btrfs: simplify insert_orphan_item (Closes: #782362)
svn path=/dists/sid/linux/; revision=22501
2015-04-13 00:40:50 +00:00
Ben Hutchings 6d4496e9a3 Merge changes from sid up to 3.16.7-ckt9-1
svn path=/dists/trunk/linux/; revision=22495
2015-04-08 04:04:18 +00:00
Ben Hutchings 5afed1816b Prepare to release linux (3.16.7-ckt9-1).
svn path=/dists/sid/linux/; revision=22492
2015-04-08 00:52:13 +00:00
Ben Hutchings 8942ceb435 [powerpc/powerpc] udeb: Add fb-modules package containing radeonfb driver (Closes: #782058)
svn path=/dists/sid/linux/; revision=22489
2015-04-08 00:02:58 +00:00
Ben Hutchings 1ec90dfaed Resolve remaining ABI changes
Restore a #include dropped from fs/proc/generic.c which perturbed genksyms.

Ignore the removal of exported static functions from
snd-hda-controller which shouldn't be used OOT (they were only ever
meant for use by other modules in that directory).

svn path=/dists/sid/linux/; revision=22486
2015-04-06 23:34:58 +00:00
Ben Hutchings 2e1bc269ef [x86] powercap / RAPL: change domain detection message (Closes: #781418)
svn path=/dists/sid/linux/; revision=22484
2015-04-06 20:19:39 +00:00
Ben Hutchings 2058e12678 eMMC: Don't initialize partitions on RPMB flagged areas (Closes: #782038)
svn path=/dists/sid/linux/; revision=22483
2015-04-06 19:34:26 +00:00
Ben Hutchings c426ab5a51 [x86] Disable X86_VERBOSE_BOOTUP (Closes: #781953)
svn path=/dists/sid/linux/; revision=22481
2015-04-06 19:02:38 +00:00
Ben Hutchings 7fe7fefa90 HID: thingm: fix workqueue race on remove (Closes: #780055)
svn path=/dists/sid/linux/; revision=22480
2015-04-06 18:54:11 +00:00
Ben Hutchings d66ac0ed1c [x86] drm/i915: Add limited color range readout for HDMI/DP ports on g4x/vlv/chv (Closes: #775217)
svn path=/dists/sid/linux/; revision=22479
2015-04-06 18:34:20 +00:00
Ben Hutchings a1d4845f8f psmouse: Add support for FocalTech touchpads, thanks to Rafal Ramocki (Closes: #780971)
svn path=/dists/sid/linux/; revision=22478
2015-04-06 18:22:08 +00:00
Ben Hutchings 080c10a9ab [powerpc/powerpc64,ppc64] Update fancontrol driver selections (Closes: #781934)
Disable THERM_PM72 and enable its replacements WINDFARM_PM72 and
WINDFARM_RM31 as modules. Update the udeb config accordingly. Thanks
to Milan Kupcevic.

svn path=/dists/sid/linux/; revision=22477
2015-04-06 17:59:35 +00:00
Ben Hutchings ab89a645d4 ipv6: Don't reduce hop limit for an interface (CVE-2015-2922)
svn path=/dists/sid/linux/; revision=22475
2015-04-06 17:45:04 +00:00
Ben Hutchings 6bc904578f [x86] microcode/intel: Guard against stack overflow in the loader (CVE-2015-2666)
svn path=/dists/sid/linux/; revision=22474
2015-04-06 17:31:57 +00:00
Ben Hutchings 999727f3c9 ext4: allocate entire range in zero range (CVE-2015-0275)
plus earlier fixes for this function that it depends on

svn path=/dists/sid/linux/; revision=22473
2015-04-06 17:28:52 +00:00
Ben Hutchings a1a7477708 Btrfs: make xattr replace operations atomic (CVE-2014-9710)
svn path=/dists/sid/linux/; revision=22472
2015-04-06 17:24:48 +00:00
Ben Hutchings cb90a912a0 IB/core: Prevent integer overflow in ib_umem_get address arithmetic (CVE-2014-8159)
svn path=/dists/sid/linux/; revision=22471
2015-04-06 17:06:28 +00:00
Ben Hutchings 6ede30f9f0 Update to 3.16.7-ckt9
svn path=/dists/sid/linux/; revision=22470
2015-04-06 16:54:31 +00:00
Ian Campbell fde523ae26 [armhf] Enable power control on various sunxi platforms
Enable MFD_AXP20X and REGULATOR_AXP20X and adding the necessary DTB nodes.
(Closes: #781576).

svn path=/dists/sid/linux/; revision=22467
2015-04-03 14:08:57 +00:00
Maximilian Attems 02956921a9 changelog: reopen
Signed-off-by: maximilian attems <maks@debian.org>

svn path=/dists/trunk/linux/; revision=22462
2015-03-29 21:32:30 +00:00
Maximilian Attems 4051856c0a changelog: prepare 3.19.3
Signed-off-by: maximilian attems <maks@debian.org>

svn path=/dists/trunk/linux/; revision=22461
2015-03-29 18:15:07 +00:00
Maximilian Attems 86f6cdb3f1 changelog: update to 3.19.3
Signed-off-by: maximilian attems <maks@debian.org>

svn path=/dists/trunk/linux/; revision=22460
2015-03-26 22:33:41 +00:00
Ben Hutchings 565e8ab792 flash-kernel is not the same thing as kernel-wedge
svn path=/dists/sid/linux/; revision=22459
2015-03-26 20:05:20 +00:00
Ben Hutchings a8f0370192 [armel/kirkwood] linux-image: Add versioned Breaks against kernel-wedge, to ensure that an FDT is appended to the image if needed (Closes: #781193)
svn path=/dists/sid/linux/; revision=22458
2015-03-26 00:37:08 +00:00
Ian Campbell bcf9b5250a [armhf] mvebu: do not register custom DMA operations when coherency is disabled
(Closes: #780858)

svn path=/dists/sid/linux/; revision=22457
2015-03-20 20:15:32 +00:00
Ian Campbell c2f57e56ef [xen] Enable Xen MCE log support. (Closes: #779698)
svn path=/dists/sid/linux/; revision=22455
2015-03-20 19:38:52 +00:00
Ian Campbell bcd1494cdf Initialise framebuffer console earlier. (Closes: #779935)
svn path=/dists/sid/linux/; revision=22454
2015-03-20 19:38:48 +00:00
Maximilian Attems 5686ca6138 changelog update for 3.19.2
Signed-off-by: maximilian attems <maks@debian.org>

svn path=/dists/trunk/linux/; revision=22453
2015-03-19 19:51:04 +00:00
Ben Hutchings e1370bfc5f Prepare to release linux (3.19.1-1~exp1).
svn path=/dists/trunk/linux/; revision=22451
2015-03-08 21:32:30 +00:00
Ben Hutchings 1a12a90d3a Update to 3.19.1
svn path=/dists/trunk/linux/; revision=22449
2015-03-07 22:35:29 +00:00
Ben Hutchings c6d983ba6a Merge changes from sid up to 3.16.7-ckt7-1
svn path=/dists/trunk/linux/; revision=22445
2015-03-05 00:45:32 +00:00
Ben Hutchings d50ade0943 Add bug number for armhf FTBFS
svn path=/dists/trunk/linux/; revision=22444
2015-03-05 00:16:45 +00:00
Helge Deller 13bf60dc82 [alpha] Add udeb packages & drop alpha-legacy kernel image
svn path=/dists/trunk/linux/; revision=22443
2015-03-03 08:03:27 +00:00
Helge Deller 92831f3cb9 [hppa] build virtio udeb packages
svn path=/dists/trunk/linux/; revision=22442
2015-03-03 07:55:46 +00:00
Ben Hutchings 8a01e20b3f Prepare to release linux (3.16.7-ckt7-1).
svn path=/dists/sid/linux/; revision=22440
2015-03-01 17:55:45 +00:00
Ben Hutchings c581056403 of.h: Keep extern declaration of of_* variables when !CONFIG_OF
Fixes build failure in simplefb on architectures without CONFIG_OF.

svn path=/dists/sid/linux/; revision=22439
2015-03-01 15:13:10 +00:00
Ben Hutchings 7c6fe99dee drm: Enable DRM_BOCHS, DRM_QXL as modules
qxl: Disable by default, as it is incompatible with wheezy's
xserver-xorg-video-qxl. It can be forced to load with module
parameter modeset=1.

svn path=/dists/sid/linux/; revision=22437
2015-03-01 06:22:03 +00:00
Ben Hutchings 5b6b9def87 KEYS: request_key() should reget expired keys rather than give EKEYEXPIRED (regression in 3.13) (Closes: #758870)
svn path=/dists/sid/linux/; revision=22436
2015-03-01 05:40:01 +00:00
Ben Hutchings 0b2d017901 [x86] drm/i915: Quietly reject attempts to create non-pagealigned stolen objects (Closes: #763155)
svn path=/dists/sid/linux/; revision=22435
2015-03-01 05:09:52 +00:00
Ben Hutchings 88e31fedd8 Note that 3.16.7-ckt7 fixed #770790
svn path=/dists/sid/linux/; revision=22434
2015-03-01 04:13:52 +00:00
Ben Hutchings 61ae6ff2c9 arcmsr: Backport changes up to Linux 3.18 (Closes: #698821)
svn path=/dists/sid/linux/; revision=22433
2015-03-01 03:59:22 +00:00
Ben Hutchings 8869a3e33e [x86] ALSA: Enable SND_SOC, SND_SOC_INTEL_SST, SND_SOC_INTEL_HASWELL_MACH, SND_SOC_INTEL_BYT_RT5640_MACH, SND_SOC_INTEL_BYT_MAX98090_MACH as modules (Closes: #773835)
svn path=/dists/sid/linux/; revision=22432
2015-03-01 03:35:59 +00:00
Ben Hutchings 2826e488d1 [x86] ACPI / video: Add disable_native_backlight quirk for various Samsung models and Dell XPS15 L521X (Closes: #772440)
svn path=/dists/sid/linux/; revision=22431
2015-03-01 03:14:33 +00:00
Ben Hutchings 9c19f86ba3 nfsd: Enable NFSD_V4_SECURITY_LABEL
svn path=/dists/trunk/linux/; revision=22430
2015-02-28 21:36:48 +00:00
Ian Campbell 30d5866ed6 [armhf] Enable FB_SIMPLE on sunxi platform, backporting fixes and DTS entries.
svn path=/dists/sid/linux/; revision=22429
2015-02-28 16:17:12 +00:00
Helge Deller b999cc5ba4 [hppa] build virtio udeb packages
svn path=/dists/sid/linux/; revision=22426
2015-02-27 09:20:25 +00:00
Uwe Kleine-König 91c690d9b1 Add support for Banana Pro, patch by Karsten Merker
Taken as is from the bug report (#779311), just added a comment
about the symbolic constants that are missing in 3.16.

Verified that the three patches match the indicated upstream commits
(apart from the above changes)

svn path=/dists/sid/linux/; revision=22424
2015-02-26 21:34:04 +00:00
Ben Hutchings 559d534a38 Update to 3.16.7-ckt7
Fix/ignore ABI changes as appropriate.

svn path=/dists/sid/linux/; revision=22422
2015-02-25 01:21:31 +00:00
Ben Hutchings 6bedef46e3 Fix module ABI changes from 3.16.7-ckt{5,6}
Revert the quota ops change as it will take some effort to avoid an
ABI change.  All the others can be fixed or ignored.

svn path=/dists/sid/linux/; revision=22419
2015-02-24 21:07:23 +00:00
Ian Campbell d9a20151a4 [armhf] Enable CONFIG_BACKLIGHT_GPIO as a module. (Closes: #778783)
svn path=/dists/sid/linux/; revision=22416
2015-02-22 17:06:56 +00:00
Helge Deller c16cd7ca9f [alpha] build debian-installer udeb packages
svn path=/dists/sid/linux/; revision=22414
2015-02-22 09:52:38 +00:00
Ben Hutchings 2ff6a942ba Note fix for CVE-2015-1465
svn path=/dists/sid/linux/; revision=22413
2015-02-22 05:12:52 +00:00
Ben Hutchings 0568c0df1e Update to 3.16.7-ckt6
Drop/refresh patches as necessary.
ABI changes still need to be resolved.

svn path=/dists/sid/linux/; revision=22412
2015-02-22 05:08:16 +00:00
Ben Hutchings ef31d8f0b0 ASLR: fix stack randomization on 64-bit systems (CVE-2015-1593)
svn path=/dists/sid/linux/; revision=22399
2015-02-17 05:25:56 +00:00
Ben Hutchings dfd470cb06 vfs: read file_handle only once in handle_to_path (CVE-2015-1420)
svn path=/dists/sid/linux/; revision=22398
2015-02-17 05:19:56 +00:00
Ben Hutchings 14d25476b8 [armhf] Drop sun7i device tree patches which are included in 3.19 (fixes FTBFS)
svn path=/dists/trunk/linux/; revision=22391
2015-02-16 03:57:44 +00:00
Ben Hutchings bda3d7b1ef [x86] HPET force enable for e6xx based systems (Closes: #772951)
svn path=/dists/sid/linux/; revision=22390
2015-02-16 03:35:17 +00:00
Maximilian Attems e6fea1a234 pepare 3.19 changelog
Signed-off-by: maximilian attems <maks@debian.org>

svn path=/dists/trunk/linux/; revision=22386
2015-02-12 22:41:58 +00:00
Ben Hutchings d2327664ce Revert "Try and avoid nuking people's debian dir"
The patched source is also used (via linux-source-<version>) for
building custom kernel packages, and 'make clean' definitely should
remove the debian directory there.

svn path=/dists/sid/linux/; revision=22385
2015-02-12 21:20:24 +00:00
Ben Hutchings 032085e954 shm: add memfd.h to UAPI export list, so kdbus will build
svn path=/dists/sid/linux/; revision=22384
2015-02-12 21:16:56 +00:00
Maximilian Attems dccba9a58a configs: keep config value of tmscsim for new scsi driver
Signed-off-by: maximilian attems <maks@debian.org>

svn path=/dists/trunk/linux/; revision=22383
2015-02-12 14:38:38 +00:00
Maximilian Attems 5ab950dec5 changelog: need some config adaptations
Signed-off-by: maximilian attems <maks@debian.org>

svn path=/dists/trunk/linux/; revision=22381
2015-02-12 07:50:16 +00:00
Maximilian Attems 5efc7f1ada prepare 3.19 release
Signed-off-by: maximilian attems <maks@debian.org>

svn path=/dists/trunk/linux/; revision=22364
2015-02-11 21:50:41 +00:00
Ian Campbell f410c9e025 Try and avoid nuking people's debian dir
... provide less rope at least.

svn path=/dists/sid/linux/; revision=22363
2015-02-10 04:17:23 +00:00
Maximilian Attems fc0c756e95 changelog: update
Signed-off-by: maximilian attems <maks@debian.org>

svn path=/dists/trunk/linux/; revision=22356
2015-02-09 20:09:26 +00:00
Ian Campbell e0b3ad15a4 [armhf] Add DTB for Olimex A20-OLinuXino-LIME2. (Closes: #777455)
svn path=/dists/sid/linux/; revision=22355
2015-02-09 06:57:36 +00:00
Maximilian Attems 736c464e72 first step for 3.19
* fix orig generation

Signed-off-by: maximilian attems <maks@debian.org>

svn path=/dists/trunk/linux/; revision=22348
2015-02-08 12:26:33 +00:00
Maximilian Attems fe59ec10b2 changelog: fix.
Signed-off-by: maximilian attems <maks@debian.org>

svn path=/dists/trunk/linux/; revision=22347
2015-02-07 21:40:12 +00:00
Maximilian Attems 9218f28959 prepare 3.18.6
Signed-off-by: maximilian attems <maks@debian.org>

svn path=/dists/trunk/linux/; revision=22346
2015-02-07 21:39:22 +00:00
Ben Hutchings 09cca14080 Update to 3.18.6
svn path=/dists/trunk/linux/; revision=22344
2015-02-06 19:26:16 +00:00
Ben Hutchings e955a034cc Merge changes from sid up to 3.16.7-ckt4-3
svn path=/dists/trunk/linux/; revision=22343
2015-02-03 23:01:03 +00:00
Ben Hutchings d22e983eb1 Prepare to release linux (3.16.7-ckt4-3).
svn path=/dists/sid/linux/; revision=22341
2015-02-03 22:37:14 +00:00
Ben Hutchings 3bc54756b8 net: sctp: fix slab corruption from use after free on INIT collisions (CVE-2015-1421)
svn path=/dists/sid/linux/; revision=22340
2015-02-03 20:07:00 +00:00
Ben Hutchings 6215101edd [x86] Fix TLS regressions resulting from CVE-2014-8133 related fixes
svn path=/dists/sid/linux/; revision=22339
2015-02-03 19:46:31 +00:00
Ben Hutchings 0bbb351bb6 Add bug number for arm64 boot regression
svn path=/dists/sid/linux/; revision=22338
2015-02-03 19:35:40 +00:00
Ian Campbell 4087554882 [arm64] Only use the virtual counter (CNTVCT) on arm64.
svn path=/dists/sid/linux/; revision=22337
2015-02-03 09:20:15 +00:00
Maximilian Attems 1af8751e35 prepare 3.18.5
Signed-off-by: maximilian attems <maks@debian.org>

svn path=/dists/trunk/linux/; revision=22320
2015-01-31 21:21:32 +00:00
Maximilian Attems 01cb700f63 changelog: update
Signed-off-by: maximilian attems <maks@debian.org>

svn path=/dists/trunk/linux/; revision=22311
2015-01-31 07:50:51 +00:00
Ian Campbell 3392dfe657 [xen] cancel ballooning if adding new memory failed (Closes: #776448)
svn path=/dists/sid/linux/; revision=22305
2015-01-29 13:42:23 +00:00
Ben Hutchings 4f4c93c29b [x86] Revert "KVM: Fix of previously incomplete fix for CVE-2014-8480" as that issue does not affect 3.16
svn path=/dists/sid/linux/; revision=22303
2015-01-29 04:51:00 +00:00
Ben Hutchings 4931fc74b2 [sh4] ftrace: Remove -m32 option from recordmcount.pl (Closes: #775611)
svn path=/dists/sid/linux/; revision=22294
2015-01-28 17:53:17 +00:00
Ben Hutchings 4d1f08d9da Update to 3.18.4
svn path=/dists/trunk/linux/; revision=22292
2015-01-28 01:12:02 +00:00
Ben Hutchings 7a65d0afd3 Merge changes from sid up to 3.16.7-ckt4-2
svn path=/dists/trunk/linux/; revision=22291
2015-01-28 00:26:48 +00:00
Ben Hutchings 8f0b59a987 Prepare to release linux (3.16.7-ckt4-2).
svn path=/dists/sid/linux/; revision=22289
2015-01-27 19:13:35 +00:00
Ben Hutchings 424adbaf17 [x86] KVM security fixes
svn path=/dists/sid/linux/; revision=22288
2015-01-27 03:28:25 +00:00
Ben Hutchings afd12d78e4 crypto: Fix unprivileged arbitrary module loading (CVE-2013-7421, CVE-2014-9644)
svn path=/dists/sid/linux/; revision=22287
2015-01-27 02:35:59 +00:00
Ben Hutchings d8f6c8a14f Reorder the current changelog entry into one section each for Ian and Helge
svn path=/dists/sid/linux/; revision=22286
2015-01-27 02:05:45 +00:00
Ian Campbell f800ed5d8d [xen] Revert "swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_single"
(Closes: #776237)

svn path=/dists/sid/linux/; revision=22285
2015-01-26 13:25:40 +00:00
Helge Deller d6018c18d2 [hppa] Enable CONFIG_PPDEV to avoid CUPS complaining with systemd
svn path=/dists/sid/linux/; revision=22284
2015-01-19 20:25:41 +00:00
Helge Deller 34f399acde Fix changelog entries
svn path=/dists/trunk/linux/; revision=22283
2015-01-19 18:47:45 +00:00
Helge Deller c0b8466bf2 [hppa] apply upstream patch for ldcw.h
svn path=/dists/trunk/linux/; revision=22282
2015-01-19 07:54:49 +00:00
Helge Deller d8e4486187 [hppa] Enable CONFIG_PPDEV
svn path=/dists/trunk/linux/; revision=22281
2015-01-19 07:49:53 +00:00
Ben Hutchings 0d84a8252e Prepare to release linux (3.18.3-1~exp1).
svn path=/dists/trunk/linux/; revision=22279
2015-01-19 01:14:54 +00:00
Ben Hutchings f6cc1119d2 [sh4] ftrace: Remove -m32 option from recordmcount.pl (Closes: #775611)
svn path=/dists/trunk/linux/; revision=22278
2015-01-18 20:48:01 +00:00
Helge Deller 230f0f4130 [hppa] udeb: Fix duplicate modules in ata-modules, pata-modules
[hppa] Create build-dependencies on binutils-hppa64 and gcc-4.9-hppa64

svn path=/dists/trunk/linux/; revision=22277
2015-01-17 21:49:20 +00:00
Ben Hutchings 2165116cd9 [hppa] udeb: Fix duplicate modules in ata-modules, pata-modules (thanks to Helge Deller) (Closes: #770102)
svn path=/dists/sid/linux/; revision=22276
2015-01-17 09:54:16 +00:00
Ben Hutchings 3b695bd955 Update to 3.18.3
svn path=/dists/trunk/linux/; revision=22275
2015-01-16 22:04:33 +00:00
Ben Hutchings da03b54763 Next version is -2
svn path=/dists/sid/linux/; revision=22274
2015-01-16 21:44:00 +00:00
Ian Campbell 6fed3d5643 [arm64] udeb: Remove zlib-modules, as ZLIB_DEFLATE is now built-in (fixes FTBFS)
svn path=/dists/sid/linux/; revision=22273
2015-01-16 15:19:28 +00:00
Ben Hutchings 888d925fa9 Update to 3.18.2
svn path=/dists/trunk/linux/; revision=22270
2015-01-16 03:05:33 +00:00
Ben Hutchings 10f7943320 Merge changes from sid up to 3.16.7-ckt4-1
svn path=/dists/trunk/linux/; revision=22265
2015-01-16 02:43:15 +00:00
Ben Hutchings 62b7971540 Prepare to release linux (3.16.7-ckt4-1).
svn path=/dists/sid/linux/; revision=22263
2015-01-16 02:01:31 +00:00
Ben Hutchings ca7ceedfad Add two security fixes
svn path=/dists/sid/linux/; revision=22262
2015-01-16 00:15:01 +00:00
Ben Hutchings 167d9fdacc Update to 3.16.7-ckt4
- Drop various patches that were applied upstream
- Refresh "add sysctl to disallow unprivileged CLONE_NEWUSER by default"
- Fix/ignore ABI changes as appropriate
- Explicitly disable the new CONFIG_IWLWIFI_UAPSD symbol

svn path=/dists/sid/linux/; revision=22261
2015-01-16 00:04:09 +00:00
Ben Hutchings e50021ff04 [powerpc/powerpc{,-smp}] video/fb: Change FB_RADEON back to module (Closes: #748398)
Thanks to John Paul Adrian Glaubitz for thoroughly testing this change.


svn path=/dists/sid/linux/; revision=22260
2015-01-14 12:43:36 +00:00
Ben Hutchings cf3dd6dd9a efi: Expose underlying UEFI firmware platform size to userland, to support installation on Bay Trail systems (Closes: #775191)
svn path=/dists/sid/linux/; revision=22256
2015-01-12 14:34:44 +00:00
Ian Campbell f90bca66d2 Disable TSO in mv643xx_eth driver by default again
Since previous fix appears to not work on all platforms (Closes: #764162).

svn path=/dists/sid/linux/; revision=22254
2015-01-12 14:27:33 +00:00
Ben Hutchings fdf259dfb0 Ignore removal of exported variable clk_divider_ro_ops, as modules did not need or use it
svn path=/dists/sid/linux/; revision=22252
2015-01-12 05:35:21 +00:00
Ben Hutchings 3aa362afbe vfs: Fix potential deadlock in dcache (CVE-2014-8559)
svn path=/dists/sid/linux/; revision=22250
2015-01-12 05:08:31 +00:00
Ben Hutchings 45c478e07e Add various security fixes
svn path=/dists/sid/linux/; revision=22249
2015-01-12 03:09:51 +00:00
Ben Hutchings 988cd5cb01 [amd64] Enable EFI_MIXED to support Bay Trail systems
svn path=/dists/sid/linux/; revision=22243
2015-01-05 20:58:19 +00:00
Ben Hutchings da330a0eef [x86] ACPI / video: Run _BCL before deciding registering backlight (regression in 3.16) (Closes: #762285)
svn path=/dists/sid/linux/; revision=22242
2015-01-02 04:26:05 +00:00
Ben Hutchings 147729defc udeb: Add i2c-designware-{core,platform} to i2c-modules and i2c-hid to input-modules (Closes: #772578)
svn path=/dists/sid/linux/; revision=22241
2015-01-02 04:19:56 +00:00
Ben Hutchings 4356c62c74 [x86] platform/chrome: chromeos_laptop - Add support for Acer C720 (Closes: #774209)
svn path=/dists/sid/linux/; revision=22240
2015-01-02 04:04:31 +00:00
Ben Hutchings bc7cf66d8d hwmon: Enable SENSORS_NCT6683 as module (Closes: #774372)
svn path=/dists/sid/linux/; revision=22239
2015-01-02 03:48:04 +00:00
Ben Hutchings f75504c2b3 Update to 3.16.7-ckt3
- Drop various patches that were applied upstream
- Refresh the big firmware logging patch
- Fix/ignore ABI changes as appropriate


svn path=/dists/sid/linux/; revision=22238
2015-01-02 03:44:16 +00:00
Ian Campbell b84001ac07 [xen] More netback fixes
(including reintroducing support for feature-rx-notify, which was regressed by
the fix to #767261).

svn path=/dists/sid/linux/; revision=22235
2014-12-29 23:16:40 +00:00
Ian Campbell a67d58f0fe [arhmf] Add device-tree for LinkSprite pcDuino V3.
Patch from Karsten Merker (Closes: #774067)

svn path=/dists/sid/linux/; revision=22233
2014-12-29 23:16:33 +00:00
Ben Hutchings a6291ddc67 [arm64] Enable pstore, efi-pstore, etc. (Closes: #773309)
Enable PSTORE as built-in and EFI_VARS_PSTORE as module.

Auto-load efivars and efi-pstore:
- Replace features/all/efi-autoload-efivars.patch with the version
  that was committed upstream, which is not x86-specific.
- Add a separate patch to make efi-pstore auto-load, as this was not
  included in the upstream commit.

svn path=/dists/sid/linux/; revision=22227
2014-12-24 16:54:34 +00:00
Ian Campbell 5cb95daf7e [armel/orion5x]: Make SERIO and dependants modular
svn path=/dists/sid/linux/; revision=22216
2014-12-19 08:54:57 +00:00
Ian Campbell 7c5b251899 [armel/ixp4xx,orion5x]: Disable PROFILING
svn path=/dists/sid/linux/; revision=22215
2014-12-19 08:54:53 +00:00
Ian Campbell 2d258fcb73 [armel/ixp4xx,orion5x]: Disable RD_LZO
svn path=/dists/sid/linux/; revision=22214
2014-12-19 08:54:50 +00:00
Ian Campbell 44a88551bb [armel/kirkwood] Disable KPROBES
svn path=/dists/sid/linux/; revision=22213
2014-12-19 08:54:47 +00:00
Ian Campbell fd5b922f94 [armel/kirkwood] Disable BPF_JIT
svn path=/dists/sid/linux/; revision=22212
2014-12-19 08:54:43 +00:00
Ian Campbell a61834eb59 [armel/kirkwood] Disable PROFILING
svn path=/dists/sid/linux/; revision=22211
2014-12-19 08:54:39 +00:00
Ian Campbell 5ef74419e0 [armel/kirkwood] Disable NETLINK_MMAP
svn path=/dists/sid/linux/; revision=22210
2014-12-19 08:54:35 +00:00
Ian Campbell d055946e23 [armel/kirkwood] Disable NET_MPLS_GSO
svn path=/dists/sid/linux/; revision=22209
2014-12-19 08:54:29 +00:00
Ian Campbell 167139e297 [armel/kirkwood] Disable CRYPTO_FIPS
svn path=/dists/sid/linux/; revision=22208
2014-12-19 08:54:25 +00:00
Ian Campbell fc50a9a065 [armel/kirkwood] Disable ZSMALLOC
svn path=/dists/sid/linux/; revision=22207
2014-12-19 08:54:22 +00:00
Ian Campbell ad649354cd [armel/kirkwood] Disable CHECKPOINT_RESTORE
svn path=/dists/sid/linux/; revision=22206
2014-12-19 08:54:18 +00:00
Ian Campbell 882a70be5e [armel/kirkwood] mm: Disable KSM
svn path=/dists/sid/linux/; revision=22205
2014-12-19 08:54:04 +00:00
Ian Campbell eb0e5184da [armel/kirkwood] Disable RD_LZO and RD_LZ4
svn path=/dists/sid/linux/; revision=22204
2014-12-19 08:51:33 +00:00
Ian Campbell bbecbd8cc4 [armel] Warn if image size leaves less than 1% spare capacity in the flash.
This allows some slack for growth over the lifetime of a stable release.

svn path=/dists/sid/linux/; revision=22203
2014-12-19 08:49:43 +00:00
Ben Hutchings 0e5e0ba34c Ignore ABI changes in mm, of functions not really used by modules
svn path=/dists/sid/linux/; revision=22201
2014-12-15 22:48:13 +00:00
Ben Hutchings dc83676921 iov: Revert unwanted ABI 'fix' in 3.16.7-ckt2-1
svn path=/dists/sid/linux/; revision=22200
2014-12-15 22:38:49 +00:00
Ben Hutchings eb1f86e012 Fix inconsistent ABI name generation in debian/bin/{abiupdate,buildcheck,gencontrol}.py (Closes: #773233)
svn path=/dists/sid/linux/; revision=22199
2014-12-15 22:01:58 +00:00
Ian Campbell 4cc351d2d2 [armhf/armmp]: Enable support for Tegra124 based platforms.
svn path=/dists/trunk/linux/; revision=22198
2014-12-14 11:08:03 +00:00
Ian Campbell d993e8da2e [armel/kirkwood] Bump flash-kernel breaks to <<3.30~
Due to botched upload of 3.29~exp1 to unstable.

svn path=/dists/trunk/linux/; revision=22197
2014-12-13 15:54:06 +00:00
Ian Campbell 1f6ae48448 Add xhci-pci and xhci-plat-hcd to usb-modules udeb. (Inspired by #770912).
svn path=/dists/trunk/linux/; revision=22196
2014-12-13 15:52:47 +00:00
Ian Campbell feb126f084 [armhf] Enable some further OMAP uEVM related options
PINCTRL, GPIO and RTC.

svn path=/dists/sid/linux/; revision=22195
2014-12-13 12:20:47 +00:00
Ian Campbell 0ab43721fa [armhf] Enable support for support OMAP5432 uEVM
Based on a patch from Chen Baozi (Closes: #772953)

svn path=/dists/sid/linux/; revision=22194
2014-12-13 12:20:44 +00:00
Ben Hutchings dbe31c6643 [sh4] Build with gcc-4.8 (Closes: #772602)
svn path=/dists/sid/linux/; revision=22193
2014-12-13 11:46:32 +00:00
Ian Campbell de67493cd1 [armel/kirkwood] Add versioned breaks on flash-kernel << 3.29~
svn path=/dists/trunk/linux/; revision=22192
2014-12-13 09:23:17 +00:00
Ian Campbell bf56620e4a [armel/kirkwood]: Enable DEBUG_MVEBU_UART_ALTERNATE
This matches the behaviour of previous boardfile based kirkwood kernels.
Otherwise the kernel silently crashes during boot.

svn path=/dists/trunk/linux/; revision=22191
2014-12-12 20:14:06 +00:00
Ben Hutchings 9cb24a23d5 Prepare to release linux (3.18-1~exp1).
svn path=/dists/trunk/linux/; revision=22189
2014-12-11 16:12:28 +00:00
Ben Hutchings 22e07a167a [armel] Disable RD_LZO on orion5x; re-enable RD_LZ4 on kirkwood
I'm assuming orion5x also has a small initrd partition, so using
anything weaker than gzip is unlikely to work.

We have space to spare on kirkwood now, so there's no need to disable
RD_LZ4 though I doubt it's particularly useful.

svn path=/dists/trunk/linux/; revision=22188
2014-12-10 21:43:13 +00:00
Ben Hutchings ba831b83d4 [armel] Disable more config symbols on both kirkwood and orion5x
svn path=/dists/trunk/linux/; revision=22187
2014-12-10 20:32:26 +00:00
Ben Hutchings 4ec5e3c4fe [armel/kirkwood] Enable ARCH_MULTI_V5, MACH_NETXBIG
svn path=/dists/trunk/linux/; revision=22185
2014-12-10 19:16:10 +00:00
Ben Hutchings c853385790 [armel] Include size of appended DTBs in image size check
svn path=/dists/trunk/linux/; revision=22184
2014-12-10 16:50:18 +00:00
Ben Hutchings cc3a45c0d1 [armel/orion5x] Disable AUDIT, PROFILING, OPROFILE
svn path=/dists/trunk/linux/; revision=22181
2014-12-10 05:17:32 +00:00
Ben Hutchings da9e7240c2 [armel] Change configuration to reduce kernel image size (fixes FTBFS)
svn path=/dists/trunk/linux/; revision=22180
2014-12-10 02:54:18 +00:00
Ben Hutchings 0fbb3b9f16 Note two more newly enabled drivers in the changelog
svn path=/dists/trunk/linux/; revision=22179
2014-12-09 22:23:09 +00:00
Ben Hutchings b19efc335a [x86] Enable various drivers
svn path=/dists/trunk/linux/; revision=22178
2014-12-09 22:20:35 +00:00
Ben Hutchings 1b32aed50f leds: Disable LEDS_PCA9532, apparently only needed on armel/iop32x
svn path=/dists/trunk/linux/; revision=22177
2014-12-09 22:14:13 +00:00
Ben Hutchings 41ccb6caac Enable various new drivers
svn path=/dists/trunk/linux/; revision=22176
2014-12-09 22:11:37 +00:00
Ben Hutchings 359821b177 Fix brcmfmac configuration - bus options are bool not tristate
svn path=/dists/trunk/linux/; revision=22175
2014-12-09 21:59:09 +00:00
Ben Hutchings 822f235e03 [powerpc/powerpc64,ppc64*] Enable SCSI_IBMVFC as module, replacing SCSI_IBMVSCSIS
svn path=/dists/trunk/linux/; revision=22174
2014-12-09 21:48:02 +00:00
Ben Hutchings 28ff6b17c2 [armel/kirkwood] Enable ARCH_MVEBU and MACH_KIRKWOOD, replacing ARCH_KIRKWOOD etc.
svn path=/dists/trunk/linux/; revision=22173
2014-12-09 21:43:08 +00:00
Ben Hutchings 45ee6fc66b Remove obsolete config symbols from topconfig
Most of these have been completely removed but:
- HID_LENOVO_TPKBD was renamed to HID_LENOVO
- VIDEO_VIVI was replaced with VIDEO_VIVID

svn path=/dists/trunk/linux/; revision=22169
2014-12-09 21:10:10 +00:00
Ben Hutchings 73d44fc5c6 wireless: Enable RTL8192EE, RTL8821AE as modules for all architectures (replacing R8192EE, R8821AE for x86 only)
svn path=/dists/trunk/linux/; revision=22166
2014-12-09 20:37:51 +00:00
Ben Hutchings 4b91419f01 wireless: Enable BRCMFMAC, BRCMFMAC_USB, BRCMFMAC_PCIE as modules
svn path=/dists/trunk/linux/; revision=22165
2014-12-09 20:34:06 +00:00
Ben Hutchings 3cff228d57 drivers/net: Enable ET131X as module for all architectures
svn path=/dists/trunk/linux/; revision=22164
2014-12-09 20:05:42 +00:00
Ben Hutchings 32c60ddecc SCSI: Re-enable LIBFCOE, FCOE, FCOE_FNIC, SCSI_BNX2X_FCOE as modules
svn path=/dists/trunk/linux/; revision=22163
2014-12-09 20:03:53 +00:00
Ben Hutchings b7aa2a471a SCSI,xen: Enable XEN_SCSI_FRONTEND, XEN_SCSI_BACKEND as modules
svn path=/dists/trunk/linux/; revision=22162
2014-12-09 19:47:52 +00:00
Ben Hutchings eeb18391ec netfilter: Enable many new features as modules
svn path=/dists/trunk/linux/; revision=22161
2014-12-09 19:45:59 +00:00
Ben Hutchings 8fd7a5308d ipv4: Enable TCP_CONG_DCTCP as module
svn path=/dists/trunk/linux/; revision=22157
2014-12-09 05:46:37 +00:00
Ben Hutchings 8ba6ebe359 net: Enable GENEVE as module; enable OPENVSWITCH_GENEVE
svn path=/dists/trunk/linux/; revision=22156
2014-12-09 05:45:04 +00:00
Ben Hutchings 5127daf209 net: Enable 6LOWPAN as module; re-enable BT_6LOWPAN and IEEE802154_6LOWPAN as modules
svn path=/dists/trunk/linux/; revision=22155
2014-12-09 05:40:14 +00:00
Ben Hutchings 6a5b979cc5 drivers/base: Disable UEVENT_HELPER, only needed for compatibility with wheezy's udev package
svn path=/dists/trunk/linux/; revision=22154
2014-12-09 05:37:20 +00:00
Ben Hutchings af98d628cc Replace aufs with overlayfs
svn path=/dists/trunk/linux/; revision=22150
2014-12-09 03:09:37 +00:00
Ben Hutchings dff5dedd0f Update to 3.18
Drop/refresh patches as necessary.

Disable aufs.

svn path=/dists/trunk/linux/; revision=22149
2014-12-09 03:06:08 +00:00
Ben Hutchings e0ff76482a Merge changes from sid up to 3.16.7-ckt2-1
svn path=/dists/trunk/linux/; revision=22148
2014-12-09 02:55:16 +00:00
Ben Hutchings 86bbf8b4e6 Prepare to release linux (3.16.7-ckt2-1).
svn path=/dists/sid/linux/; revision=22141
2014-12-08 22:43:52 +00:00
Ben Hutchings bfa6c7f357 [amd64] asm/traps: Disable tracing and kprobes in fixup_bad_iret and sync_regs
svn path=/dists/sid/linux/; revision=22140
2014-12-08 20:03:06 +00:00
Ben Hutchings ce9486ad20 Revert "drivers/net: Disable UFO through virtio" in macvtap and tun.
svn path=/dists/sid/linux/; revision=22139
2014-12-08 19:35:31 +00:00
Ben Hutchings 47c25cca2a Fix/ignore various ABI changes
svn path=/dists/sid/linux/; revision=22133
2014-12-08 01:47:13 +00:00
Ben Hutchings e4146eb894 Add CVE IDs for several issues fixed in 3.16.7-ckt{1,2}
svn path=/dists/sid/linux/; revision=22131
2014-12-08 00:10:38 +00:00
Ben Hutchings 23c3ffee2d Add fixes for CVE-2014-9090 and related issues
svn path=/dists/sid/linux/; revision=22130
2014-12-08 00:05:42 +00:00
Ben Hutchings 71fe02b042 Update to 3.16.7-ctk2; drop patches applied upstream
svn path=/dists/sid/linux/; revision=22129
2014-12-07 23:58:52 +00:00
Ian Campbell c2bcb2baef Backport patches to support serial driver options via DT /chosen/stdout-path
svn path=/dists/sid/linux/; revision=22126
2014-12-07 19:18:47 +00:00
Ian Campbell 34264d5fa9 [armhf] Fixup cache maintenance during boot time relocation.
Fixes boot on various platforms.

svn path=/dists/sid/linux/; revision=22102
2014-12-03 10:53:06 +00:00
Ben Hutchings 13c48296be Update to 3.16.7-ckt1
svn path=/dists/sid/linux/; revision=22101
2014-12-03 05:58:41 +00:00
Ian Campbell bdd670cb8d [arm64] Enable reboot on the Xgene platform.
svn path=/dists/sid/linux/; revision=22088
2014-11-27 10:16:00 +00:00
Ian Campbell 8b698c4c58 [device-tree] Reserve memreserve regions whcih overlap with existing reservations.
Fixes boot on Midway.

svn path=/dists/sid/linux/; revision=22087
2014-11-27 10:15:57 +00:00
Maximilian Attems 21f016fda4 prepare for upload
Signed-off-by: maximilian attems <maks@debian.org>

svn path=/dists/trunk/linux/; revision=22081
2014-11-24 08:47:26 +00:00
Ian Campbell 4297292d08 Fix changelog to label Ben's changes correctly (my fault)
svn path=/dists/sid/linux/; revision=22080
2014-11-23 11:10:16 +00:00
Ian Campbell 62427bce8f [armhf] Add udeb modules to support video and keyboard for imx6.
Patch from Vagrant Cascadian (Closes: #770635)

svn path=/dists/sid/linux/; revision=22079
2014-11-23 11:10:11 +00:00
Maximilian Attems 2fb3f685e5 update changelog
Signed-off-by: maximilian attems <maks@debian.org>

svn path=/dists/trunk/linux/; revision=22076
2014-11-22 16:58:46 +00:00
Ian Campbell b31a3607a2 Honour stdout-path from Device Tree. (Closes: #770212)
svn path=/dists/sid/linux/; revision=22074
2014-11-22 10:12:45 +00:00
Ian Campbell 787cba99f2 [arm64] Backport various upstream fixes and improvements to the APM X-gene Ethernet driver
svn path=/dists/sid/linux/; revision=22073
2014-11-21 15:14:23 +00:00
Ben Hutchings 887221964d List all the architectures not using gcc-4.9
svn path=/dists/trunk/linux/; revision=22071
2014-11-18 03:51:21 +00:00
Ben Hutchings 3c1bee523e Make gcc-4.9 the default compiler (except on s390*)
svn path=/dists/trunk/linux/; revision=22067
2014-11-18 03:43:53 +00:00
Ian Campbell df0a9c820a [armhf] Enable FB_SIMPLE, used on some Exynos platforms and elsewhere.
svn path=/dists/sid/linux/; revision=22065
2014-11-13 21:38:57 +00:00
Ian Campbell 9245309dcf [armhf] Increase Ethernet phy startup delay on Banana-Pi.
Patch from Karsten Merker (Closes: 767042)

svn path=/dists/sid/linux/; revision=22064
2014-11-13 21:38:54 +00:00
Ian Campbell c58f0350f9 Backport fix for TSO with mv643xx_eth driver
Replacing previous workaround for #764162.

svn path=/dists/sid/linux/; revision=22061
2014-11-09 10:54:17 +00:00
Ian Campbell 534a88e05a [xen] Backport various netback fixes (Closes: #767261).
svn path=/dists/sid/linux/; revision=22060
2014-11-09 10:50:36 +00:00
Ben Hutchings c5a1eeca82 Add PCI quirks for Apple Thunderbolt
svn path=/dists/sid/linux/; revision=22059
2014-11-09 10:25:36 +00:00
Ben Hutchings 1372dfa284 [x86] Enable THUNDERBOLT as module (Closes: #768653)
svn path=/dists/sid/linux/; revision=22058
2014-11-09 10:15:54 +00:00
Ben Hutchings 77406ae6b9 aufs: Update to aufs3.17-20141020
svn path=/dists/trunk/linux/; revision=22056
2014-11-06 22:24:55 +00:00
Ben Hutchings 5042521bea Set ABI to trunk
svn path=/dists/trunk/linux/; revision=22055
2014-11-06 21:59:07 +00:00
Ben Hutchings 78d8475ba2 Merge changes from sid up to 3.16.7-2
svn path=/dists/trunk/linux/; revision=22054
2014-11-06 21:57:46 +00:00
Ben Hutchings 5eb5c2f9b4 Update to 3.17.2
svn path=/dists/trunk/linux/; revision=22053
2014-11-06 21:24:35 +00:00
Ben Hutchings c5365c420a Prepare to release linux (3.16.7-2).
svn path=/dists/sid/linux/; revision=22048
2014-11-06 19:28:40 +00:00
Ben Hutchings d41803dc84 [hppa] udeb: Fix modules in multiple packages (Closes: 768297)
svn path=/dists/sid/linux/; revision=22047
2014-11-06 16:41:04 +00:00
Ben Hutchings bcff20a0d3 Add bug clossure for "[i386] Rename 486 flavour to 586 for udebs."
svn path=/dists/sid/linux/; revision=22046
2014-11-06 16:35:37 +00:00
Aurelien Jarno f06a9bf272 [i386] Rename 486 flavour to 586 for udebs.
svn path=/dists/sid/linux/; revision=22038
2014-11-04 21:25:00 +00:00
Ian Campbell 824ba5e0f9 Disable TSO in mv643xx_eth driver by default (Closes: #764162).
This change is eventually destined for stable, but take a version of it
manually for now.

svn path=/dists/sid/linux/; revision=22037
2014-11-04 19:22:45 +00:00
Ben Hutchings 822227f779 Prepare to release linux (3.16.7-1).
svn path=/dists/sid/linux/; revision=22035
2014-11-04 13:03:57 +00:00
Ben Hutchings cf4020e229 bug script: Warn if the running kernel matches the ABI name of the package but is not the installed version
svn path=/dists/sid/linux/; revision=22032
2014-11-04 01:22:49 +00:00
Ben Hutchings 28bdc83f8a [x86] KVM: Fix far-jump to non-canonical check
Fixes bug in the original fix for CVE-2014-3647.
Also fix ordering of the previous patches.

svn path=/dists/sid/linux/; revision=22030
2014-11-04 00:19:39 +00:00
Ben Hutchings 78038d0e59 iwlwifi: Backport firmware monitor from 3.17 (Closes: #767088)
svn path=/dists/sid/linux/; revision=22029
2014-11-04 00:06:12 +00:00
Ben Hutchings 6692d97e08 [hppa] udeb: Add many more module packages (Closes: #766793)
svn path=/dists/sid/linux/; revision=22028
2014-11-03 23:41:19 +00:00
Ben Hutchings 0fbdfcec78 [hppa] Reduce SIGRTMIN from 37 to 32 to behave like other Linux architectures (Closes: #766635)
svn path=/dists/sid/linux/; revision=22027
2014-11-03 23:40:50 +00:00
Ben Hutchings 338bc62d47 [x86] Update suggested boot loaders
svn path=/dists/sid/linux/; revision=22026
2014-11-03 23:38:23 +00:00
Aurelien Jarno fe7bd400c6 Really enable USB_OCTEON_EHCI and USB_OCTEON_OHCI (they are boolean, not tristate)
svn path=/dists/sid/linux/; revision=22025
2014-11-03 19:31:35 +00:00
Uwe Kleine-König 9c49d7d038 use only a single section for my changes
svn path=/dists/sid/linux/; revision=22022
2014-11-03 09:49:46 +00:00
Ben Hutchings 53475cbadc [x86] Backport Thunderbolt support on Apple computers from 3.17
svn path=/dists/sid/linux/; revision=22016
2014-11-01 14:13:53 +00:00
Ben Hutchings 26e2a5caca [armhf] leds: Enable LEDS_PWM as module (for Cubox-i)
svn path=/dists/sid/linux/; revision=22015
2014-11-01 13:43:47 +00:00
Aurelien Jarno 96dd8f0b76 Disable KEYBOARD_ATKBD, MOUSE_PS2, SERIO_I8042 on octeon as it causes problems on some machines and completely useless.
svn path=/dists/sid/linux/; revision=22014
2014-10-31 23:11:31 +00:00
Aurelien Jarno b4909cc915 [mips*/octeon] Enable SERIAL_8250_DW.
svn path=/dists/sid/linux/; revision=22013
2014-10-31 20:46:08 +00:00
Aurelien Jarno 304276e322 [mips*/octeon] Add support for the UBNT E200 board (EdgeRouter/EdgeRouter
Pro 8 port).

svn path=/dists/sid/linux/; revision=22010
2014-10-31 15:37:32 +00:00
Ian Campbell 22d18b3b32 [armhf] Add mtd-modules udeb. Patch from Uwe Kleine-Koenig.
svn path=/dists/sid/linux/; revision=22009
2014-10-31 15:22:02 +00:00
Ian Campbell dead94ce84 Enable MTD and MTDBLOCK in top-level config.
svn path=/dists/sid/linux/; revision=22008
2014-10-31 15:21:59 +00:00