Commit Graph

11987 Commits

Author SHA1 Message Date
Ben Hutchings 855efa4b7b Merge remote-tracking branch 'alioth/sid' into sid
Bump the changelog version (again) for the unreleased changes.
2017-01-28 22:48:16 +00:00
Ben Hutchings e09f27e767 btree,musb,st_sensors: Ignore ABI changes (fixes FTBFS on armel,armhf) 2017-01-28 16:11:50 +00:00
Ben Hutchings 7026519c06 Move inline comment about CONFIG_ADB_IOP onto the previous line
We don't really support inline comments, and this only worked by chance.
2017-01-28 03:39:26 +00:00
Ben Hutchings 102debee60 [mips*/octeon] Comment why CONFIG_OCTEON_MMC is in the kconfig 2017-01-28 03:33:16 +00:00
Ben Hutchings 21820614f6 Merge remote-tracking branch 'alioth/sid' into sid
Bump the changelog version for the unreleased changes.
2017-01-27 23:58:22 +00:00
Ben Hutchings ceaee3f154 linux-cpupower: Use dh-exec architecture filtering for x86-specific files
Listing usr/sbin in linux-cpupower.install caused FTBFS on !x86 as
cpupower itself doesn't install anything there.  Do the architecture
filtering in the debhelper lists instead of complicating
debian/rules.real further.
2017-01-27 22:10:56 +00:00
Riku Voipio bb91742cb9 [arm64,armhf,x86] usb: gadget: Enable configfs and mot useful legacy functions
If CONFIG_USB_GADGET is selected, enable all configfs functions as
modules and most popular legacy modules (ethernet and serial).
g_nokia left as armhf specific (Nokia N900 tradition)

[benh: Changed subject line]
2017-01-27 21:10:08 +00:00
Ben Hutchings 079c50f68a [arm64] Enable KEXEC (Closes: #852747) 2017-01-27 18:21:33 +00:00
Ben Hutchings 840d5e6afd [or1k] Remove configuration, as the port has been abandoned 2017-01-27 18:20:49 +00:00
Ben Hutchings 79253df3bb Bump ABI to 2 2017-01-27 18:14:37 +00:00
Ben Hutchings 8c4510fb2e Prepare to release linux (4.9.6-1). 2017-01-27 07:44:54 +00:00
Ben Hutchings d24fc81c52 Move CVE-2016-10153 note next to the correct upstream commit subject 2017-01-27 07:43:54 +00:00
Ben Hutchings eb850b980b [arm64] Enable ARCH_THUNDER and many additional drivers requested by Riku Voipio 2017-01-27 06:16:36 +00:00
Ben Hutchings 73363a0bd3 bq27xxx_battery: Ignore ABI change 2017-01-27 06:16:19 +00:00
Ben Hutchings 6f6fc512f3 [arm64] ptrace: Avoid ABI change in 4.9.6 2017-01-27 06:16:18 +00:00
Ben Hutchings e345ccbabe [armhf,arm64] Add security fixes for vc4 driver 2017-01-26 21:27:04 +00:00
Ben Hutchings 810b36a1d3 fbdev: color map copying bounds checking (CVE-2016-8405) 2017-01-26 21:15:56 +00:00
Ben Hutchings 222ff09d3e Note that 4.9.6 includes the fix for CVE-2016-10153 2017-01-26 21:09:34 +00:00
Ben Hutchings b2ae9cd710 libceph: Ignore ABI change in 4.9.6 2017-01-26 21:05:36 +00:00
Ben Hutchings a873a1d79d Update to 4.9.6
Drop patches which are included in it.
2017-01-26 19:24:36 +00:00
Ben Hutchings b5cdf98158 [rt] genpatch.py: Verify tag and tarball signatures 2017-01-25 04:30:46 +00:00
Ben Hutchings 6dea280bae fs: Disable LOGFS, as it is unmaintained and will be removed in 4.10 2017-01-24 20:49:30 +00:00
Ben Hutchings 5707fdcfe2 Wrap over-long lines in the current changelog entry 2017-01-24 14:27:37 +00:00
Roger Shimizu 7a613e23af nbd: fix 64-bit division 2017-01-24 21:35:14 +09:00
Ben Hutchings 3ed01076a0 [arm64,armhf] video/fbdev: Enable FB_EFI (Closes: #851778) 2017-01-24 05:22:41 +00:00
Ben Hutchings b30786ada7 [arm64] video: Change FB from module to built-in
Currently we don't explicitly set CONFIG_FB for arm64, and the only
reason it's enabled as a module is that the DRM drivers (which are
built as modules) select it.  We *do* explicitly set CONFIG_FB=y on
almost all other architectures and flavours.

Simplify this by setting CONFIG_FB=y at the top level and overriding
where needed (not arm64).
2017-01-24 05:22:28 +00:00
Ben Hutchings a90b078bc7 [x86] sound/soc/intel: Enable SND_SOC_INTEL_BDW_RT5677_MACH as module
Closes: #851916
2017-01-24 04:43:45 +00:00
Ben Hutchings a2704d736e [x86] ASoC: Intel: select DW_DMAC_CORE since it's mandatory
This also allows enabling SND_SOC_INTEL_BDW_RT5677_MACH without
DW_DMAC_CORE built-in.
2017-01-24 04:43:02 +00:00
Ben Hutchings d16fe96139 [x86] sound/soc/intel: Explicitly disable Broxton SoC options
Broxton was cancelled, and only meant for phones anyway.
2017-01-24 04:43:02 +00:00
Ben Hutchings cf9d2d33be [arm64] dts: meson-gx: Add firmware reserved memory zones
An important bug fix for this newly enabled hardware, requested in #852132.
2017-01-24 04:42:22 +00:00
Ben Hutchings f1d6a10e4d [arm64] Enable ARCH_MESON and related drivers (Closes: #852132) 2017-01-24 04:04:56 +00:00
Ben Hutchings 1b1a09ae42 [x86] linux-cpupower: Add turbostat and x86_energy_perf_policy commands
Closes: #778249
2017-01-24 03:55:26 +00:00
Ben Hutchings faed0c04c6 linux-image: Increase minimum version of initramfs-tools
This pulls in various fixes wanted for newer kernel versions:

- more HID drivers will be included if MODULES=most
- early microcode is supported
- ehci-orion, ohci-pci will be included if MODULES=most
- virtio-mmio will be included as appropriate
- crc32c will be included if needed for btrfs
- PHY, clk, gpio, pinctrl and regulator drivers will be included as
  appropriate
- the nvme module will be included if MODULES=most

It is also satisfiable in stable.
2017-01-24 03:12:59 +00:00
Salvatore Bonaccorso 3c00650618 ieee802154: atusb: do not use the stack for buffers to make them DMA able (CVE-2017-5548) 2017-01-23 20:59:51 +01:00
Salvatore Bonaccorso c74f7d65fe HID: corsair: fix DMA buffers on stack (CVE-2017-5547) 2017-01-23 20:57:07 +01:00
Ben Hutchings ef0901f1ca Fix/ignore ABI changes in 4.9.3-4.9.5 as appropriate 2017-01-23 15:37:01 +00:00
Roger Shimizu 8e8857bdc8 debian/changelog: Add bug closure of #851928 2017-01-22 10:52:41 +09:00
Ben Hutchings 855e7ac315 Add ABI reference for 4.9.0-1 2017-01-21 20:59:30 +00:00
Salvatore Bonaccorso 4686b122fc Update to 4.9.5 2017-01-21 15:52:44 +01:00
Roger Shimizu e888ec46f1 [mips/octeon] hwmon: Enable SENSORS_ADM1031 as module
Thanks to James Cowgill.

Closes: #851963
2017-01-21 19:36:13 +09:00
Roger Shimizu 6e04c10615 drivers/input: Enable TOUCHSCREEN_GOODIX as module
Closes: #851821
2017-01-21 16:56:44 +09:00
Roger Shimizu 40c7208b1e Merge branch 'master' (only 1 commit) 2017-01-21 16:55:42 +09:00
Salvatore Bonaccorso 8a1cf72b51 Add CVE reference for CVE-2017-5551 2017-01-21 08:18:06 +01:00
Salvatore Bonaccorso f18792b8fa [x86] KVM: fix emulation of "MOV SS, null selector" (CVE-2017-2583) 2017-01-19 13:13:14 +01:00
Salvatore Bonaccorso 5745d97d88 [x86] KVM: Introduce segmented_write_std (CVE-2017-2584) 2017-01-19 13:09:22 +01:00
Roger Shimizu 6f47d53476 [armel] Add DT support of Buffalo Linkstation Live v3 (LS-CHL) 2017-01-19 01:12:36 +09:00
Ben Hutchings c6b1f1b2b1 ath9k: fix NULL pointer dereference (Closes: #851621) 2017-01-17 03:51:38 +00:00
Salvatore Bonaccorso d264d7d524 tmpfs: clear S_ISGID when setting posix ACLs 2017-01-16 09:31:01 +01:00
Salvatore Bonaccorso a126d0bd27 sysctl: Drop reference added by grab_header in proc_sys_readdir (CVE-2016-9191) 2017-01-16 09:26:36 +01:00
Ben Hutchings a7f877c1f1 nbd: use loff_t for blocksize and nbd_set_size args (Closes: #851533) 2017-01-16 02:36:18 +00:00