Commit Graph

10351 Commits

Author SHA1 Message Date
Ben Hutchings 2d9a6bc222 Prepare to release linux (4.2.6-1). 2015-11-10 14:35:05 +00:00
Ben Hutchings 4549334fb0 Remove closure of #777511, as this is different from the md bugs fixed in 4.2.6 2015-11-10 14:34:58 +00:00
Ben Hutchings 7f79eccf5e Update to 4.2.6 2015-11-10 11:32:17 +00:00
Ben Hutchings ef1fd62260 [x86] KVM: Intercept #AC to avoid guest->host denial-of-service (CVE-2015-5307) 2015-11-08 15:13:48 +00:00
Ben Hutchings b2076bbc37 media/vivid-osd: fix info leak in ioctl (CVE-2015-7884) 2015-11-08 15:01:04 +00:00
Ben Hutchings ed853af7cb RDS: fix race condition when sending a message on unbound socket (CVE-2015-7990) 2015-11-08 14:48:48 +00:00
Ben Hutchings 222755c823 usbvision: fix overflow of interfaces array (CVE-2015-7833) 2015-11-08 14:48:04 +00:00
Ben Hutchings 95b8f8213b Prepare to release linux (4.2.5-1). 2015-10-28 05:46:49 +09:00
Ben Hutchings a2db815fa1 Enable many new drivers and other features 2015-10-28 05:46:45 +09:00
Ben Hutchings 61407a46ed Update to 4.2.5 2015-10-27 11:01:28 +09:00
Ben Hutchings c805050962 linux-manual: Fix regression in reproducibility in 4.2~rc8-1~exp1 2015-10-24 12:42:08 +09:00
Ben Hutchings 3bbce43ea7 Update to 4.2.4
Drop patches applied upstream.

Fix two ABI changes.
2015-10-23 01:37:19 +01:00
Salvatore Bonaccorso 770f544768 Add CVE reference in changelog entry for CVE-2015-7872 2015-10-20 16:52:18 +02:00
Salvatore Bonaccorso 4a5cabce55 Rename patches for crash issue when attempting to garbage collect an uninstantiated keyring 2015-10-20 14:06:05 +02:00
Ben Hutchings 79f8d5a3dc [x86] Enable X86_AMD_PLATFORM_DEVICE 2015-10-19 21:16:33 +01:00
Ben Hutchings 0bac3c0306 net: Enable LIQUIDIO as module 2015-10-19 21:16:33 +01:00
Ben Hutchings 6f97f31c49 media: Enable various drivers as modules 2015-10-19 21:16:33 +01:00
Ben Hutchings a73815e36d [x86] drm: Enable DRM_AMDGPU as module 2015-10-19 21:16:33 +01:00
Salvatore Bonaccorso 6dd6bf4bb2 KEYS: Don't permit request_key() to construct a new keyring 2015-10-19 21:33:39 +02:00
Salvatore Bonaccorso a4b71a2ac3 KEYS: Fix crash when attempt to garbage collect an uninstantiated keyring 2015-10-19 21:31:55 +02:00
Salvatore Bonaccorso 0856d72c31 KEYS: Fix race between key destruction and finding a keyring by name 2015-10-19 21:24:41 +02:00
Ben Hutchings c12a551994 Prepare to release linux (4.2.3-2). 2015-10-14 19:09:49 +01:00
Ben Hutchings a50d6e634a Ignore ABI changes in all mmc host drivers (fixes FTBFS on armhf) 2015-10-14 04:16:18 +01:00
Ben Hutchings 14bb56eaa0 [armel/versatile] Remove ineffective override of CONFIG_FRAME_POINTER
CONFIG_FRAME_POINTER is an automatic symbol on arm.
2015-10-10 21:55:09 +01:00
Ben Hutchings e3bec54b78 nbd: Restore request timeout detection (Closes: #770479) 2015-10-08 21:26:03 +01:00
Ben Hutchings 6df52e8fed Prepare to release linux (4.2.3-1). 2015-10-06 17:45:13 +01:00
Ben Hutchings 14667fb8db [x86] crypto camellia_aesni_avx: Fix CPU feature checks (Closes: #800934) 2015-10-06 12:34:12 +01:00
Ben Hutchings dbe3ca8808 debian/bin/buildcheck.py: Adjust for compatibility with Python 3
Use dict.values() instead of .itervalues().
2015-10-05 21:21:33 +01:00
Ben Hutchings 8ef7aab26b Ignore/fix ABI changes as appropriate
sdhci and wireless driver interfaces shouldn't be used from OOT.
The block change is a false positive from genksyms.
2015-10-05 21:19:16 +01:00
Ben Hutchings 5ac36d8af7 Add ABI reference for 4.2.0-1 2015-10-05 19:48:03 +01:00
Ben Hutchings 04734fa386 [arm64] Defer workaround for erratum #843419 2015-10-05 19:46:16 +01:00
Ian Campbell a3a2cdd1ac [armel] Update breaks on flash-kernel to anything earlier than 3.37 (Closes: #797878) 2015-10-04 13:52:18 +01:00
Ben Hutchings 90cb672b74 Add changelog entry for the (probable) fix for #800445 2015-10-04 02:53:44 +01:00
Ben Hutchings 7fa9f31f93 Move config for VMware paravirtual drivers to kernelarch-x86
These currently can't be enabled, and certainly wouldn't be useful,
on any other architecture.
2015-10-04 02:50:39 +01:00
Ben Hutchings 0762a217c3 [!x86] net: Disable VMXNET3, only useful in VMware x86 virtual machines 2015-10-04 02:50:33 +01:00
Ben Hutchings 11e8b8bbe3 Update to 4.2.3 2015-10-04 02:27:48 +01:00
Ben Hutchings f7856192d9 ath10k: add qca6164 support (Closes: #800703) 2015-10-04 00:49:40 +01:00
Salvatore Bonaccorso b532cf080d ipc: Initialize msg/shm IPC objects before doing ipc_addid() (CVE-2015-7613) 2015-10-03 15:26:49 +02:00
Ben Hutchings 9490057db7 netfilter: conntrack: use nf_ct_tmpl_free in CT/synproxy error paths (Closes: #800445) 2015-10-03 02:33:14 +01:00
Ben Hutchings a395477451 [mips*/octeon] Enable MMC, MMC_BLOCK, OCTEON_MMC and other drivers as modules (Closes: #800594) 2015-10-03 02:16:10 +01:00
Ben Hutchings c3800a5c3e [mips*/octeon] Enable CAVIUM_CN63XXP1 (Closes: #800595) 2015-10-03 02:12:18 +01:00
Ben Hutchings f3b997378d i2c: Enable I2C_CHARDEV as a module in all configurations with I2C support (Closes: #800597) 2015-10-03 02:10:53 +01:00
Ben Hutchings 721a706dea [x86] ALSA: hda - Disable power_save_node for Thinkpads (Closes: #800694) 2015-10-03 01:58:54 +01:00
Ben Hutchings b7435df5db Really add closure of bug #800724 2015-10-03 01:55:41 +01:00
Ben Hutchings 7427111a9f ovl: conditionally use O_LARGEFILE in ovl_copy_up() (Closes: #800724) 2015-10-03 01:41:31 +01:00
Aurelien Jarno 487e6df891 Patches have been merged, use upstream URL 2015-09-29 09:37:10 +02:00
Ben Hutchings e80727ad54 Prepare to release linux (4.2.1-2). 2015-09-27 18:05:58 +01:00
Ben Hutchings 484d1aef7c [mips*] pgtable-bits.h: Correct _PAGE_GLOBAL_SHIFT build failure
This was a regression in 4.0, but not a build failure for us.
2015-09-27 14:17:21 +01:00
Ben Hutchings 8cc382f208 sctp: fix race on protocol/netns initialization (CVE-2015-5283) 2015-09-27 13:30:23 +01:00
Ben Hutchings 8402440681 udeb: Remove stale references to ide-modules and ide-core-modules 2015-09-27 13:22:08 +01:00