Commit Graph

2744 Commits

Author SHA1 Message Date
Ben Hutchings 0a773fbe09 efi: Ensure efivars is loaded on EFI systems (Closes: #703363)
[x86] Use a platform device to trigger loading of efivars
[ia64] Change EFI_VARS from module to built-in

svn path=/dists/sid/linux/; revision=19916
2013-03-19 01:03:35 +00:00
Ben Hutchings 279ac0273f Update to 3.2.40
Drop various patches which went into this.

Avoid ABI change in PPS, and ignore ABI change in rtlwifi.

rt patch 0134 no longer applies and I can't see how to fix it, but
hopefully this will be resolved in a new stable-rt update shortly.

svn path=/dists/sid/linux/; revision=19903
2013-03-06 14:25:42 +00:00
Aurelien Jarno 3d5bffe36d Missing file in previous commit
svn path=/dists/sid/linux/; revision=19883
2013-03-02 01:00:55 +00:00
Aurelien Jarno 18844a3cf7 [{mips,mipsel}/{4,5}kc-malta] Enable HW_RANDOM as module so that both flavours have a consistent configuration.
svn path=/dists/sid/linux/; revision=19882
2013-03-02 00:59:48 +00:00
Aurelien Jarno 19e3a23aaf Move CONFIG_VGA_CONSOLE setting introduced in r19878 from mips and mipsel directories into kernelarch-mips directory.
svn path=/dists/sid/linux/; revision=19881
2013-03-01 23:36:43 +00:00
Aurelien Jarno df7affc8aa [mips,mipsel] Disable VGA_CONSOLE and ignore the corresponding ABI change. It is completely broken on MIPS.
svn path=/dists/sid/linux/; revision=19878
2013-03-01 15:07:35 +00:00
Ben Hutchings 753fc47bd3 [powerpc/powerpc64] random: Change HW_RANDOM from module to built-in, to work around virtio-rng bug
svn path=/dists/sid/linux/; revision=19867
2013-02-27 03:48:11 +00:00
Ben Hutchings 8fe645e8a0 [x86] random: Change HW_RANDOM from module to built-in, to work around (Closes: #701784)
svn path=/dists/sid/linux/; revision=19866
2013-02-27 03:44:20 +00:00
Ben Hutchings 1fc13b314e [armel/versatile] i2c: Re-enable I2C_PCA_PLATFORM as module, erroneously disabled in 3.2.39-1 (fixes FTBFS)
svn path=/dists/sid/linux/; revision=19865
2013-02-27 03:20:12 +00:00
Ben Hutchings 7cdeea9fb4 [x86] efi: Fix ABI change for introduction of efi_enabled() function in 3.2.38 (Closes: #701690)
svn path=/dists/sid/linux/; revision=19864
2013-02-27 03:09:17 +00:00
Ben Hutchings 691ede6006 Ignore removal of drm_sman_* symbols, previously built-in on sparc
svn path=/dists/sid/linux/; revision=19862
2013-02-26 12:44:59 +00:00
Ben Hutchings 7ffc350ed2 Attempt to fix FTBFS on s390,s390x,sparc
svn path=/dists/sid/linux/; revision=19860
2013-02-26 02:24:12 +00:00
Ben Hutchings bf347b2893 Ignore ABI changes in 3.2.38 for symbols not expected to be used OOT
svn path=/dists/sid/linux/; revision=19823
2013-02-17 23:41:17 +00:00
Ben Hutchings 8d55151460 [armhf/mx5] Update description to mention i.MX53
svn path=/dists/sid/linux/; revision=19799
2013-02-10 01:11:38 +00:00
Ben Hutchings e7ef137d7c [x86] sound: Enable LINE6_USB as module (Closes: #700211)
Apply upstream changes up to Linux 3.8-rc1, since they include many
important bug fixes and also remove a fair amount of crap.

svn path=/dists/sid/linux/; revision=19798
2013-02-10 00:54:43 +00:00
Ben Hutchings a9e39ce1ee SCSI: Add virtio_scsi driver (Closes: #686636)
svn path=/dists/sid/linux/; revision=19794
2013-02-07 04:42:39 +00:00
Ben Hutchings 77f1faf401 [amd64] edac: Enable EDAC_SBRIDGE as module (Closes: #699283)
svn path=/dists/sid/linux/; revision=19791
2013-02-06 06:35:24 +00:00
Ben Hutchings 500933e7a9 net: Disable WAN_ROUTER
A change in Linux 2.6.29 completely broke it (it would oops on load)
but no-one reported this, therefore it has no users.  It was removed
upstream and will clearly not be supportable in Debian.

svn path=/dists/sid/linux/; revision=19787
2013-02-06 04:16:13 +00:00
Ben Hutchings 242fa0cf6c Backport drm and agp subsystems from Linux 3.4.29 (closes: #687442)
- [x86] i915: Fixes freezes on Ivy Bridge (Closes: #689268)
- nouveau: Support for newer nvidia chipsets (Closes: #690284)
- radeon: Support for HD7000 'Southern Islands' chips

Mostly by Julien Cristau, but I've made some changes:
- Added a script to refresh the main patch
- Put upstream commit references in the usual format
- Instead of reverting the use of kmalloc_array(), cherry-picked its
  addition, as it helps to avoid integer overflow vulnerabilities
- Moved all other DRM patches after this, and refresh them
- Updated debian/config/defines to ignore the ABI changes, because OOT
  GPU drivers don't use the DRM (or intel-gtt) API

svn path=/dists/sid/linux/; revision=19786
2013-02-06 03:52:57 +00:00
Ben Hutchings 5b88249fcc net: Add alx driver for Atheros AR8161 and AR8162 (Closes: #699129)
Mark as staging, since it has not been accepted upstream.
Define some trivial networking features to support it.

svn path=/dists/sid/linux/; revision=19781
2013-01-28 00:22:35 +00:00
Ben Hutchings 3e636afadb Ignore ABI change in get_write_access(), both static inline and exported
static inline functions will always be compiled directly into modules
that use them; the export is never used.

(The ABI change is apparently due to adding an extra attribute to inline
functions.)

svn path=/dists/sid/linux/; revision=19779
2013-01-27 02:18:49 +00:00
Ben Hutchings 89c6781d62 [armel/versatile,armhf/vexpress] i2c: Enable I2C, I2C_VERSATILE as modules (Closes: #696182)
svn path=/dists/sid/linux/; revision=19767
2013-01-21 04:42:29 +00:00
Ben Hutchings 22628d7a86 [!powerpc] radeon: Reenable DRM_RADEON_KMS, as it apparently works on most non-PowerMac systems
svn path=/dists/sid/linux/; revision=19740
2013-01-17 13:13:53 +00:00
Ben Hutchings f64d101705 [armhf/mx5] mtd: Enable MTD_BLOCK as module
flash-kernel depends on mtdblock, so enable that and include it in
mtd-modules instead of mtdchar (which wasn't enabled either).

svn path=/dists/sid/linux/; revision=19673
2013-01-02 14:25:57 +00:00
Ben Hutchings d1efa30f56 [armhf/mx5] Explicitly set MMC drivers to be modular
We have CONFIG_MMC=m and therefore all the MMC drivers are also
built as modules.

svn path=/dists/sid/linux/; revision=19669
2013-01-01 22:04:11 +00:00
Ben Hutchings ac15a4b9c5 media/rc: Add iguanair driver from Linux 3.7 (Closes: #696925)
svn path=/dists/sid/linux/; revision=19663
2012-12-29 13:57:44 +00:00
Ben Hutchings 4a44937b1d [ia64] Make IPV6 built-in (fixes FTBFS)
svn path=/dists/sid/linux/; revision=19604
2012-12-10 13:14:34 +00:00
Ben Hutchings 898dd9babd usb: Disable UAS
It is known to be broken (see commit fb37ef98015f), and the supported
devices can also work with usb-storage.

svn path=/dists/sid/linux/; revision=19566
2012-12-02 13:55:49 +00:00
Ben Hutchings 13476837b6 [amd64] linux-image: Include VIA Nano in package description
svn path=/dists/sid/linux/; revision=19512
2012-11-21 00:21:04 +00:00
Ben Hutchings a3549a225a Update to 3.2.34
Avoid 2 ABI changes in ALSA and rtnetlink.  Ignore ABI change for
removal of disable_hlt() and enable_hlt() on i386; they were only
meant for use by the floppy driver.

svn path=/dists/sid/linux/; revision=19509
2012-11-18 03:56:22 +00:00
Ben Hutchings dd9f677122 radeon: Re-enable KMS by default on x86; add a load-time check for firmware
KMS is still generally broken on !x86 and particularly PowerPC
(#628972), so I have no idea why it was enabled by default for all
architectures.

The load-time check is a gross hack, but I cannot see any more
reliable solution that doesn't involve major changes to both DRM and
radeon.

svn path=/dists/sid/linux/; revision=19506
2012-11-17 07:03:39 +00:00
Ben Hutchings b48935ba3c radeon: Disable DRM_RADEON_KMS, as this does not work on most chips without firmware (Closes: #607194)
svn path=/dists/sid/linux/; revision=19503
2012-11-16 04:54:52 +00:00
Ben Hutchings fef45a9d29 connector: Make CONNECTOR built-in; enable PROC_EVENTS (Closes: #588200)
svn path=/dists/sid/linux/; revision=19434
2012-10-12 03:09:17 +00:00
Ben Hutchings d9b6943846 [mips,mipsel] Ignore NFS/SunRPC ABI changes in 3.2.30 (fixes FTBFS)
Since NFS is built-in on MIPS we need to specify symbol patterns rather
than module names.

(It would be nice if we could work out which module the built-in
symbols would belong to, and match against that.  Better still if we
could stop supporting configurations with no initramfs!)

svn path=/dists/sid/linux/; revision=19412
2012-10-05 03:37:54 +00:00
Ben Hutchings 7afc004965 Ignore l2tp ABI changes, not exposed through linux-headers
svn path=/dists/sid/linux/; revision=19400
2012-09-25 16:51:01 +00:00
Ben Hutchings 9e2b857c8a Ignore more SunRPC-related ABI changes
svn path=/dists/sid/linux/; revision=19399
2012-09-25 14:31:12 +00:00
Ben Hutchings a13dc8edcd perf: Hide ABI change in 3.2.30
svn path=/dists/sid/linux/; revision=19398
2012-09-25 14:16:49 +00:00
Ben Hutchings 9b830c9436 Update to 3.2.30
Drop a lot of patches that were cherry-picked from it.
Ignore perf_event and sunrpc xprt ABI changes (should be the only ones).

svn path=/dists/sid/linux/; revision=19389
2012-09-20 04:42:46 +00:00
Ben Hutchings 4feefc75c7 [i386] i810fb: Enable FB_I810_GTF, FB_I810_I2C (Closes: #687644)
svn path=/dists/sid/linux/; revision=19381
2012-09-16 00:19:44 +00:00
Ben Hutchings 638384b951 [i386] video: Clean up Geode framebuffer config
- [i386/486] video: Change FB_GEODE_LX from built-in to module (lxfb) (Closes: #686528)
- [i386/686-pae] video: Disable Geode framebuffer drivers, not used with any chips that support PAE

svn path=/dists/sid/linux/; revision=19368
2012-09-03 01:47:39 +00:00
Ben Hutchings 0dc8c8d372 [alpha] Use gcc-4.6 (Closes: #685894)
svn path=/dists/sid/linux/; revision=19356
2012-08-28 18:11:27 +00:00
Ben Hutchings 5633e0ad61 input: Enable TOUCHSCREEN_ATMEL_MXT as module (Closes: #685123)
svn path=/dists/sid/linux/; revision=19334
2012-08-19 21:32:20 +00:00
Ben Hutchings 28f28f994c Bump ABI to 4
The mm fixes in 3.2.25 changed struct address_space_operations and
struct task_struct.

svn path=/dists/sid/linux/; revision=19305
2012-08-03 01:41:42 +00:00
Ben Hutchings e07f15eef7 Ignore ABI changes in ath driver modules
svn path=/dists/sid/linux/; revision=19278
2012-07-22 19:07:41 +00:00
Ben Hutchings c0468ba004 [x86] hwmon: Enable SENSORS_SCH5636 as module (Closes: #680934)
svn path=/dists/sid/linux/; revision=19269
2012-07-21 22:07:39 +00:00
Ben Hutchings aff4522f3d linux-image: Remove versioned relations where stable version is new enough
svn path=/dists/sid/linux/; revision=19241
2012-07-06 05:11:39 +00:00
Ben Hutchings d18107b6ac i2400m: Disable I2400M_SDIO; hardware did not reach production
svn path=/dists/sid/linux/; revision=19219
2012-06-27 02:07:48 +00:00
Ben Hutchings 7d1ba06906 [i386] Disable incomplete lguest support
svn path=/dists/sid/linux/; revision=19195
2012-06-24 16:14:45 +00:00
Ben Hutchings 6eb32a96cc [powerpc] Enable PPC_DISABLE_WERROR
svn path=/dists/sid/linux/; revision=19185
2012-06-23 19:24:30 +00:00
Ben Hutchings 97e487b666 input: Add Synaptics USB device driver (Closes: #678071)
svn path=/dists/sid/linux/; revision=19178
2012-06-21 03:35:31 +00:00