Commit Graph

10127 Commits

Author SHA1 Message Date
Ben Hutchings 1f8d1cfdbd [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=22696
2015-05-25 01:38:30 +00:00
Ben Hutchings 85aecdef9b Move CONFIG_FB_SM7XX definition now that the driver has been revived upstream
svn path=/dists/sid/linux/; revision=22695
2015-05-25 01:25:43 +00:00
Ben Hutchings 30a50cc6fa Fix spelling of CONFIG_USB_XHCI_PLATFORM
svn path=/dists/sid/linux/; revision=22694
2015-05-25 01:23:42 +00:00
Ben Hutchings dca2d13812 Re-group patches
svn path=/dists/sid/linux/; revision=22693
2015-05-25 01:07:22 +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 212f2298f1 Delete empty unused patch
svn path=/dists/sid/linux/; revision=22675
2015-05-23 00:31:45 +00:00
Ben Hutchings 9a7dc30b46 Remove bogus patch from series file
svn path=/dists/sid/linux/; revision=22674
2015-05-23 00:31: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 96916516d7 [rt] Add missing series file
svn path=/dists/sid/linux/; revision=22671
2015-05-22 23:28:01 +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
Ben Hutchings 744faf6f01 Add ABI reference for 4.0.0-1
svn path=/dists/sid/linux/; revision=22652
2015-05-17 00:57:43 +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 cbfecc70a4 linux-doc: parse kernel-doc deterministically
svn path=/dists/trunk/linux/; revision=22650
2015-05-12 19:36:40 +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 35112ab3eb debian/rules.real: Remove the redundant SOURCE_DATE_UTC_822 variable
We can just as well use $(SOURCE_DATE); it gets converted into the
same POSIX timestamp later.

svn path=/dists/trunk/linux/; revision=22648
2015-05-12 19:05:41 +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
Ben Hutchings d0824f1862 Add security update versions to regex and distribution/version sanity checks
Currently we don't allow versions like 3.16.7-ckt9-3~deb8u1~bpo7+1 in
*-backports, but we should!  Add the security suffix as an option
before the backports suffix.

We also don't check that an upload to *-security or *-lts includes the
expected suffix and nothing else.  Add a check for that.

svn path=/dists/trunk/linux/; revision=22539
2015-04-27 19:44:59 +00:00
Ben Hutchings e16e503620 Fix regex for the bpo version suffix
The Debian release is now identified by only the major version so
there need not be 2 digits directly after ~bpo.  Eventually the
major version will grow to 2 digits itself, so allow 1 or more
digits after the ~bpo.

svn path=/dists/trunk/linux/; revision=22538
2015-04-27 19:33:39 +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 78fa75008c Re-group patches in series
svn path=/dists/sid/linux/; revision=22487
2015-04-06 23:38:13 +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 2669f99824 edac: Move selection of x86-specific drivers to the proper config file
svn path=/dists/sid/linux/; revision=22485
2015-04-06 20:28:16 +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 29d76076b2 HID: thingm: fix workqueue race on remove (Closes: #780055)
svn path=/dists/sid/linux/; revision=22482
2015-04-06 19:20:15 +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 76d9a9939c [powerpc*] Clean up selection of PowerMac fancontrol drivers
Various drivers that only build and run on 64-bit Macs are selected in
config; move those selections to config-arch-64-be.

CONFIG_WINDFARM is redundantly selected in config-arch-64-be; delete it
from there.

svn path=/dists/sid/linux/; revision=22476
2015-04-06 17:57:23 +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