Commit Graph

6410 Commits

Author SHA1 Message Date
Ben Hutchings 12fe9efbc6 stable-update: Rewrite stable-update.sh in Python
This fixes some of the problems dch was causing:
- Putting the stable log in the wrong place
- Updating the date unnecessarily

Change stable-update.sh to be a wrapper for stable-update.

Delete ckt-stable-update.sh; if we need it again in future, it can be
implemented more cleanly as part of the new script.
2016-05-06 21:37:36 +01:00
Salvatore Bonaccorso 83c1717866 CVE-2016-4558 assigned 2016-05-06 17:45:38 +02:00
Salvatore Bonaccorso 09dcf3082d CVE-2016-4557 assigned 2016-05-06 17:44:03 +02:00
Salvatore Bonaccorso 58abfbd52f Adding indication to close #823603 2016-05-06 15:15:41 +02:00
Ben Hutchings 405645d788 Add bpf security fixes 2016-05-05 23:13:51 +01:00
Ben Hutchings 0b841b071c Note closure of #823146 2016-05-04 22:49:24 +01:00
Ben Hutchings 5416c1a1e3 Revert "sp5100_tco: fix the device check for SB800 and later chipsets"
Probably fixes #822651, #823146
2016-05-02 21:25:40 +02:00
Ben Hutchings c92155bd7f bug control: Update list of related firmware packages 2016-05-02 21:25:40 +02:00
Uwe Kleine-König e04bb76810 [armhf] enable I2C_MUX_PCA954x, MMC_SDHCI_PXAV3, AHCI_MVEBU
CONFIG_I2C_MUX is also enabled explicitly, up to now it just happened to
be on because something below MEDIA_SUPPORT selected it (in conjunction
with MEDIA_SUBDRV_AUTOSELECT).
2016-05-01 16:13:46 +02:00
Ben Hutchings 94e8b9523c Prepare to release linux (4.5.2-1). 2016-04-28 18:03:18 +02:00
Uwe Kleine-König 06e64bd8e6 [armhf] enable NET_DSA and available switch drivers as modules. 2016-04-28 18:02:25 +02:00
Ben Hutchings d345dad8c9 Input: gtco - fix crash on detecting device without endpoints (CVE-2016-2187) 2016-04-28 17:21:17 +02:00
Ben Hutchings 76d0845dce [armhf] mm: Enable CMA, DMA_CMA 2016-04-28 16:35:55 +02:00
Ben Hutchings 5f5011c2d9 [armhf] Disable FB_OMAP2; it is redundant and conflicting with DRM_OMAP 2016-04-28 16:35:46 +02:00
Ben Hutchings 32586f7a95 tools/build: Fix bpf(2) feature test (fixes FTBFS on alpha, sh4; closes: #822364) 2016-04-28 16:27:44 +02:00
Ben Hutchings 5f25a78c8e linux-perf: Move tips.txt to /usr/share/doc/linux-perf-<version> (Closes: #821741) 2016-04-28 16:24:30 +02:00
Ben Hutchings f0398f7ebe linux-perf: Add build-time check for unversioned files that are likely to result in file conflicts
See #813080, #821741, etc.
2016-04-28 16:24:29 +02:00
Ben Hutchings d251b99807 memcg: remove lru_add_drain_all() invocation from mem_cgroup_move_charge()
Closes: #822084
2016-04-28 16:24:28 +02:00
Ben Hutchings 9fa5f38a40 linux-headers: Avoid mixed implicit and normal rules in Makefile
Thanks to Thierry Herbelot; closes: #822666
2016-04-28 14:08:54 +02:00
Ben Hutchings 9321f394c6 [sparc] Implement and wire up hotplug and modalias_show for vio
Thanks to Adrian Glaubitz; closes: #815977
2016-04-28 00:09:05 +02:00
Ben Hutchings 7e79e9a13a README.Debian: Change more URLs to use https: scheme 2016-04-25 00:52:47 +02:00
Ben Hutchings 35602a868b linux-source: Fix up module signing configuration in included kernel config files
Our signing certificate isn't included in the source tarball and would
be pointless to include in custom kernels.  Custom kernels also won't
have a separate signing stage.  So remove our settings for
CONFIG_MODULE_SIG_ALL, CONFIG_MODULE_SIG_KEY and
CONFIG_SYSTEM_TRUSTED_KEYS.  This should cause custom kernels based on
the included configs to follow the upstream default for signing, which
is to use a new key pair for each build.
2016-04-25 00:48:09 +02:00
Ben Hutchings 56d41759a0 Add module signature fix to the changelog 2016-04-23 20:52:24 +02:00
Ben Hutchings 5f6cfd0660 [x86] sound/soc/intel: Enable many more drivers (Closes: #822267) 2016-04-22 22:19:57 +02:00
Ben Hutchings 8a0b066e92 Note closure of #821442 2016-04-22 16:46:48 +02:00
Ben Hutchings 2d9dcd6be6 atl2: Disable unimplemented scatter/gather feature (CVE-2016-2117) 2016-04-22 08:10:30 +01:00
Ben Hutchings b20f5e22b0 [armel/marvell] dts: kirkwood: fix SD slot default configuration for OpenRD (Closes: #811351) 2016-04-22 08:06:49 +01:00
Ben Hutchings fe835b64b1 Update to 4.5.2
As this includes changes to header_ops and dentry_operations, bump
the ABI number to 2.
2016-04-22 08:05:48 +01:00
Aurelien Jarno c5cec59895 [mips*] Emulate unaligned LDXC1 and SDXC1 instructions. 2016-04-22 00:01:29 +02:00
Salvatore Bonaccorso 9c63adf133 [x86] USB: usbip: fix potential out-of-bounds write (CVE-2016-3955) 2016-04-19 16:30:27 +02:00
Ben Hutchings 690df616c2 fs: Consolidate softdep declarations in each module 2016-04-14 20:40:33 +01:00
Salvatore Bonaccorso 92f972094e [x86] xen: suppress hugetlbfs in PV guests (CVE-2016-3961) 2016-04-14 20:57:52 +02:00
Ben Hutchings 95034e0acb Prepare to release linux (4.5.1-1). 2016-04-14 12:30:56 +01:00
Ben Hutchings 315743de11 [armhf] usb-modules: Add modules required for BeagleBoard-X15 (Closes: #815848)
Thanks to Vagrant Cascadian
2016-04-14 00:07:03 +01:00
Ben Hutchings debb03a542 Note that #817816 was fixed in 4.5.1 2016-04-14 00:05:26 +01:00
Ben Hutchings a8c2d3c699 nbd: Create size change events for userspace (Closes: #812487) 2016-04-13 23:23:32 +01:00
Ben Hutchings e3395a2405 [armhf] watchdog: Enable S3C2410_WATCHDOG as module (Closes: #819377) 2016-04-13 23:12:44 +01:00
Ben Hutchings f782f13c81 [armhf] Add support for octa-core big.LITTLE systems including Exynos (Closes: #819379) 2016-04-13 23:11:02 +01:00
Ben Hutchings 1d7f287b7a [x86] ACPI / processor: Request native thermal interrupt handling via _OSC (Closes: #817016, #819336) 2016-04-13 23:06:17 +01:00
Ben Hutchings f2cd4c8e5a Re-enabling ZONE_DMA fixes the b44 and floppy drivers too (Closes: #819385, #820890) 2016-04-13 23:06:00 +01:00
Ben Hutchings a6c63dfcf4 aufs: Update support patches to aufs4.5-20160328 (Closes: #819748) 2016-04-13 22:21:26 +01:00
Ben Hutchings df965c4112 fs: Add MODULE_SOFTDEP declarations for hard-coded crypto drivers (Closes: #819725) 2016-04-13 22:17:00 +01:00
Ben Hutchings aac56d9572 [x86] mm/32: Enable full randomization on i386 and X86_32 (CVE-2016-3672) 2016-04-13 21:26:06 +01:00
Ben Hutchings e01d7b854c ipv4: Don't do expensive useless work during inetdev destroy (CVE-2016-3156) 2016-04-13 21:24:19 +01:00
Ben Hutchings 3f1372dedd Add more CVE IDs for 4.5.1 2016-04-13 21:22:24 +01:00
Ben Hutchings d0292c6f67 netfilter: x_tables: Fix parsing of IPT_SO_SET_REPLACE blobs (CVE-2016-3134) 2016-04-13 21:11:40 +01:00
Ben Hutchings c972e924a7 Prepare for unstable upload: set ABI to 1 and drop ~exp1 from the version 2016-04-13 20:53:11 +01:00
Ben Hutchings 2b5668bad8 linux-support: Include udeb configuration from debian/installer
This will be used by the linux-signed package.
2016-04-13 20:53:05 +01:00
Ben Hutchings 74940e0a05 Disable UNUSED_SYMBOLS; it is now itself unused 2016-04-13 20:52:59 +01:00
Ben Hutchings 68c5c5997c Merge remote-tracking branch 'alioth/sid'
Merge open changelog entry for 4.4.6-2 into our open changelog entry.

Refresh the new patches.
2016-04-13 20:52:01 +01:00