Commit Graph

8861 Commits

Author SHA1 Message Date
Bastian Blank 07c6fc5457 * debian/changelog: Update.
* debian/config/defines: Use gcc-4.8 by default.

svn path=/dists/trunk/linux/; revision=20573
2013-09-08 14:20:26 +00:00
Bastian Blank 9cef8b615d * debian/changelog: Update.
* debian/rules.real:
  Symlink doc directory from linux-headers to linux-headers-common.

svn path=/dists/trunk/linux/; revision=20566
2013-09-05 12:18:24 +00:00
Bastian Blank 9d0524f921 debian/changelog: Set version to 3.11-1~exp1.
svn path=/dists/trunk/linux/; revision=20565
2013-09-05 12:06:55 +00:00
Bastian Blank f4d6005762 debian/config/defines: Remove pointless ABI ignores.
svn path=/dists/trunk/linux/; revision=20563
2013-09-05 10:59:11 +00:00
Ben Hutchings ff8c74676b Drop obsolete dm fix
The bug was apparently fixed differently upstream by this change in 2.6.31:

commit 8cbeb67ad50f7d68e5e83be2cb2284de8f9c03b5
Author: Mikulas Patocka <mpatocka@redhat.com>
Date:   Mon Jun 22 10:12:14 2009 +0100

    dm: avoid unsupported spanning of md stripe boundaries

svn path=/dists/trunk/linux/; revision=20560
2013-09-03 01:47:52 +00:00
Ben Hutchings 631523075f bluetooth: Disable BT_HCIBTUART
This driver doesn't bind to any device IDs, and instead has a comment
saying that the serial_cs and hci_uart drivers should be used instead.
So there's not much point in building it.

svn path=/dists/trunk/linux/; revision=20559
2013-09-02 03:27:20 +00:00
Ben Hutchings 9e41e4a5be Disable parport drivers that are no longer likely to be useful
svn path=/dists/trunk/linux/; revision=20558
2013-09-02 03:20:38 +00:00
Ben Hutchings b40ea580ad Disable some old non-hotplug PCI drivers
svn path=/dists/trunk/linux/; revision=20557
2013-09-02 03:04:53 +00:00
Ben Hutchings 1b743d674d Disable a large number of probably useless drivers
Disable most platform drivers, SPI and I2C drivers at the top level.
Platform drivers should be selected by architecture and flavour
configurations, and generally are.  SPI and I2C devices aren't easily
detectable and their drivers aren't auto-loaded, so again they should
usually be selected in specific configuration files and probed
according to board code or FDTs.

As exceptions, I2C hwmon devices may be probed by lm-sensors and many
media tuners include I2C devices which are probed with the help of the
higher-level device driver.  I've tried to be conservative and also
left I2C iio, input, leds and misc devices alone for now.

Disable the regulator subsystem at the top level as only some
architectures will need it.

Disable MTD_NAND_PLATFORM, PDA_POWER and FB_S1D13XXX on x86, as these
don't appear likely to be used on any x86 system that could run our
generic kernel images.

svn path=/dists/trunk/linux/; revision=20556
2013-09-01 23:26:06 +00:00
Ben Hutchings 17a2e7946f Merge changes from sid up to 3.10.7-1
svn path=/dists/trunk/linux/; revision=20555
2013-09-01 16:46:42 +00:00
Ben Hutchings 5d1ac8cde1 Set Forwarded for some patches I just submitted upstream
svn path=/dists/trunk/linux/; revision=20554
2013-09-01 16:25:39 +00:00
Ben Hutchings 328580d726 Drop ath6kl patch to avoid using virt_addr_valid()
I still don't think it should be using this function, but the build
failure on MIPS was fixed by:

commit d3ce88431892b703b04769566338a89eda6b0477
Author: Ralf Baechle <ralf@linux-mips.org>
Date:   Fri Dec 28 15:34:40 2012 +0100

    MIPS: Fix modpost error in modules attepting to use virt_addr_valid().


svn path=/dists/trunk/linux/; revision=20553
2013-09-01 15:53:53 +00:00
Ben Hutchings e0e4789295 Prepare to release linux (3.11~rc7-1~exp1).
svn path=/dists/trunk/linux/; revision=20550
2013-09-01 12:38:16 +00:00
Ben Hutchings 39850b1cb4 Add debian/xen-linux-system-* to clean rules
Like many other of our binary packages, dh_clean can miss this after a
version bump.  Not sure why it wasn't already inclued.

svn path=/dists/trunk/linux/; revision=20549
2013-09-01 04:28:44 +00:00
Ben Hutchings f193b36d29 Update changelog to show MLX5_INFINIBAND is x86-only at present
svn path=/dists/trunk/linux/; revision=20548
2013-09-01 04:15:46 +00:00
Ben Hutchings 011f336d55 Explicitly set some more config symbols to default values
svn path=/dists/trunk/linux/; revision=20547
2013-09-01 04:15:24 +00:00
Ben Hutchings 7a10a53c96 ehci-hcd: Enable USB_EHCI_ROOT_HUB_TT and USB_EHCI_TT_NEWSCHED everywhere
USB_EHCI_ROOT_HUB_TT adds about 10 lines of code and is safe even if
not needed, so it's never worth turning off.

USB_EHCI_TT_NEWSCHED was 'new' in 2006 and is now the default, so
hardly anyone will be testing the 'old' code now.

svn path=/dists/trunk/linux/; revision=20546
2013-09-01 03:50:25 +00:00
Ben Hutchings 0000a5dbcf Clean up efivars config symbols
Enable EFI_VARS at the top-level config (still dependent on EFI).
Explicitly disable EFI_VARS_PSTORE_DEFAULT_DISABLE.

svn path=/dists/trunk/linux/; revision=20545
2013-09-01 03:23:03 +00:00
Ben Hutchings 6ad8ea7fff Enable VIRT_DRIVERS menuconfig symbol, but nothing under it
svn path=/dists/trunk/linux/; revision=20544
2013-09-01 03:20:07 +00:00
Ben Hutchings 0b7aedc131 wireless/ti: Disable WL_TI on all configurations except armhf/armmp
These devices need platform data (even for SDIO) and apparently are
only used with ARM boards at the moment.

svn path=/dists/trunk/linux/; revision=20543
2013-09-01 03:16:27 +00:00
Ben Hutchings 66210758d7 Disable some NET_VENDOR config symbols by default
This should make no difference to the actual configuration.

svn path=/dists/trunk/linux/; revision=20542
2013-09-01 02:58:39 +00:00
Ben Hutchings 4ff7e6d39e Enable many new(ish) config options
svn path=/dists/trunk/linux/; revision=20541
2013-09-01 02:52:56 +00:00
Ben Hutchings 5ed7ad866d Explicitly set various config symbols to default values
svn path=/dists/trunk/linux/; revision=20540
2013-09-01 01:54:20 +00:00
Ben Hutchings 32ad4407d5 mfd: Explicitly disable MFD_WM8400
We currently set it to m, but it's no longer buildable as a module and
it really doesn't make sense to enable it at all in the generic
config.

svn path=/dists/trunk/linux/; revision=20538
2013-08-31 21:53:34 +00:00
Ben Hutchings 0d239d8220 [powerpc,x86] hid: Enable HID_APPLEIR as module
svn path=/dists/trunk/linux/; revision=20528
2013-08-28 12:22:20 +00:00
Ben Hutchings 56fb9a954c hid: Enable HID_HUION as module (Closes: #721002)
svn path=/dists/trunk/linux/; revision=20527
2013-08-28 12:21:49 +00:00
Ben Hutchings ed39205328 Update to 3.11-rc7
svn path=/dists/trunk/linux/; revision=20526
2013-08-28 12:16:18 +00:00
Ian Campbell d897b21426 gencontrol.py: Create debian/po as necessary.
svn path=/dists/trunk/linux/; revision=20523
2013-08-26 16:09:41 +00:00
Ben Hutchings 523c8becc4 Update Brazilian Portugese debconf template translations (Fernando Ike de Oliveira) (Closes: #719725)
svn path=/dists/trunk/linux/; revision=20513
2013-08-17 12:32:17 +00:00
Ben Hutchings 9824ebabc3 linux-image.postinst: Remove debconf warning about missing firmware
At this point, Debian users should know that they may need to install
firmware from non-free.  People using e.g. the r8169 driver may quite
reasonably choose not to install the associated firmware, either
because the driver doesn't actually request it for their chip or
because the driver can still work without it.

One thing we lose by doing this is a reminder that a firmware package
might also need to be upgraded, as a driver requires a newer version
of the firmware that has a different name.  As an alternative, we
could compare the firmware file lists for old and new modules and only
warn about newly listed files that are missing.  However, that would
also result in incorrect warnings for e.g. r8169 users, as that driver
may request a different file for each of the many chips it supports.

svn path=/dists/trunk/linux/; revision=20511
2013-08-17 11:37:04 +00:00
Ben Hutchings cffd29984a linux-image.postinst: Remove debconf warning about ramdisk variable in /etc/kernel-img.conf
We warned about removal of the 'ramdisk' configuration variable
on upgrade to wheezy, and don't need to warn about it again - at
least not this prominently.

svn path=/dists/trunk/linux/; revision=20510
2013-08-17 11:36:24 +00:00
Ben Hutchings 912799212a Refresh PO files
Refresh with: debconf-updatepo --podir=debian/templates/po

This resulted in some fuzzy matches between "Boot loader configuration
must be updated" and "Ramdisk configuration must be updated".  These
obviously should not use the same translation so I removed the fuzzy
translations.

svn path=/dists/trunk/linux/; revision=20509
2013-08-17 11:35:35 +00:00
Ben Hutchings c382b12892 Use only one template syntax
Use the same template syntax and implementation for maintainer
scripts, translations, etc. as we do for the control files.  Define
the image-stem and initramfs variables to replace the old K and I
variables.

After this, debian/linux-* and debian/po/*.po are generated files (at
source preparation time) and should be ignored in svn.

Use debhelper to install the generated files at build time.  This also
results in a redundant dependency on debconf (which we already have in
Pre-Depends), but this seems harmless.

svn path=/dists/trunk/linux/; revision=20508
2013-08-17 11:35:06 +00:00
Ben Hutchings a397da54a9 linux-image: Remove undocumented $KERNEL_ARCH variable from hook environment
Maintainer scripts generated by kernel-package pass an environment
variable $KERNEL_ARCH to hook scripts.  This is undocumented but seems
to be the architecture string that the kernel will report
(e.g. through 'uname -m').

However, for the past few years our maintainer scripts have set it to
the source architecture name instead.  Since no-one reported this bug,
I don't think anyone depends on it.  codesearch didn't find any users
either.  So remove it.

svn path=/dists/trunk/linux/; revision=20507
2013-08-17 11:34:40 +00:00
Ben Hutchings 505d7273f9 Move templates into the *right* places
...and remove the now-empty directories

svn path=/dists/trunk/linux/; revision=20506
2013-08-17 11:34:07 +00:00
Ben Hutchings c8f07adb80 Move templates in preparation for using a single template system
svn path=/dists/trunk/linux/; revision=20505
2013-08-17 11:30:57 +00:00
Ben Hutchings 03fab0311a Don't require '.in' suffix on templates
The PO files processed by debconf-updatepo, which in our case are
templates, must have names ending in .po rather than .in.  So look for
un-suffixed template files after looking for files with the .in
suffix.

svn path=/dists/trunk/linux/; revision=20504
2013-08-17 11:18:34 +00:00
Ben Hutchings d58ea92ffd [armel] Disable iop32x and ixp4xx flavours (fixes FTBFS)
svn path=/dists/trunk/linux/; revision=20502
2013-08-15 21:46:42 +00:00
Ben Hutchings 2880548214 irq: Always define devm_{request_threaded,free}_irq() (fixes FTBFS on s390,s390x)
svn path=/dists/trunk/linux/; revision=20501
2013-08-15 20:50:28 +00:00
Ben Hutchings 6fc4aa1bc4 [arm] Fix the world famous typo with is_gate_vma()
svn path=/dists/trunk/linux/; revision=20500
2013-08-15 19:48:50 +00:00
Ben Hutchings b07b19230f Update to 3.11-rc5
svn path=/dists/trunk/linux/; revision=20499
2013-08-15 19:47:11 +00:00
Ben Hutchings d93c147e57 [arm] Fix the world famous typo with is_gate_vma()
svn path=/dists/sid/linux/; revision=20498
2013-08-15 19:10:12 +00:00
Ben Hutchings d8699be530 [rt] Resolve textual conflict with ARM vectors page changes in 3.10.6
svn path=/dists/sid/linux/; revision=20497
2013-08-15 19:03:07 +00:00
Ben Hutchings 751bd8474e Update to 3.10.7
svn path=/dists/sid/linux/; revision=20496
2013-08-15 17:39:48 +00:00
Ben Hutchings cc3748ad46 [armel/orion5x] I2C: mv64xxx: fix race between FSM/interrupt and process context (Closes: #622325)
svn path=/dists/sid/linux/; revision=20495
2013-08-13 18:36:33 +00:00
Ben Hutchings c16ce90abc Add ABI reference for 3.10-2
svn path=/dists/sid/linux/; revision=20494
2013-08-13 18:21:21 +00:00
Ben Hutchings 77eb3f2647 Apply m68k fixes from Thorsten Glaser
svn path=/dists/sid/linux/; revision=20493
2013-08-13 18:18:41 +00:00
Ben Hutchings fb4f2e3217 Remove duplicate 'flavours: amd64' in amd64 definitions
When an architecture has featuresets enabled, flavours should be
defined per-featureset, not for the architecture.  Currently
the amd64 flavour is listed at both levels for amd64 and the
binary packages for (amd64, none) are being built twice!

svn path=/dists/sid/linux/; revision=20486
2013-08-12 15:46:02 +00:00
Ben Hutchings 005ac51bc5 Merge changes from wheezy-backports to reduce the need for source changes
- Add a suite/version sanity-check for backports
- Disable building of udebs whenever package version indicates backports

svn path=/dists/trunk/linux/; revision=20483
2013-08-11 21:30:14 +00:00
Ben Hutchings ad5d669ebf trace: Enable UPROBES, UPROBE_EVENT (Closes: #691167)
svn path=/dists/trunk/linux/; revision=20481
2013-08-11 17:41:56 +00:00