Commit Graph

5553 Commits

Author SHA1 Message Date
Ben Hutchings d360ab37b9 Improve changelog for stable update 4.1.6
Delete entries for commits that are unimportant.

Add architecture qualifications, regression versions and one bug number.
2015-08-22 20:39:54 +02:00
Ben Hutchings 9f602f3712 perf: Fix AUX buffer refcounting 2015-08-22 19:26:40 +02:00
Ben Hutchings cbf8872266 Update to 4.1.6
Drop patches applied upstream.
Ignore an ABI change in ppc crypto drivers.
2015-08-22 19:25:31 +02:00
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
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 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 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 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 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