Commit Graph

3106 Commits

Author SHA1 Message Date
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 05a091e150 net/sched: Change NET_CLS_CGROUP back to built-in
Due to the way cgroup subsystems are tracked, changing any of them
between built-in and modular is an ABI change, so don't change this
right now.

svn path=/dists/sid/linux/; revision=20520
2013-08-17 20:15:05 +00:00
Ben Hutchings 2ffd7a7e78 Change various tristate config symbols from y to m
This should give the small ARM platforms a little more space.

svn path=/dists/sid/linux/; revision=20519
2013-08-17 19:28:41 +00:00
Ben Hutchings db19f6533d Avoid ABI changes due to fixes in 3.10.6 and 3.10.7
Revert PowerPC fix for TM, which we don't enable.
Rearrange some other fields to be backward-compatible.

svn path=/dists/sid/linux/; revision=20503
2013-08-17 01:21:00 +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 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 ad5d669ebf trace: Enable UPROBES, UPROBE_EVENT (Closes: #691167)
svn path=/dists/trunk/linux/; revision=20481
2013-08-11 17:41:56 +00:00
Ben Hutchings 38eb548dde trace: Enable KPROBE_EVENT (Closes: #640953)
svn path=/dists/trunk/linux/; revision=20480
2013-08-11 17:40:11 +00:00
Ben Hutchings da659f9a32 Enable KPROBES at top level
This enables it for the arm*, mips*, s390 and sh4 ports.
Keep it disabled for the reduced armel images.

svn path=/dists/trunk/linux/; revision=20479
2013-08-11 17:38:12 +00:00
Ben Hutchings 9537a83706 [x86] Enable ASUS_OLED as module (Closes: #680016)
svn path=/dists/sid/linux/; revision=20478
2013-08-09 14:01:23 +00:00
Ben Hutchings 8458336937 Merge changes from sid up to 3.10.5-1
Exclude rt featureset addition.

svn path=/dists/trunk/linux/; revision=20458
2013-08-08 08:29:51 +00:00
Ben Hutchings bb5207710b [rt] md: Disable BCACHE, as it fails to build
svn path=/dists/sid/linux/; revision=20453
2013-08-07 20:31:29 +00:00
Ben Hutchings 4cef35b5d8 [rt] Update to 3.10.4-rt1 and reenable
svn path=/dists/sid/linux/; revision=20450
2013-08-07 12:53:18 +00:00
Ben Hutchings 4bbd0a0969 Update to Linux 3.10.5
Bump ABI to 2, as there is a firewire ABI change that I can't see how to
work around.

svn path=/dists/sid/linux/; revision=20445
2013-08-04 12:14:43 +00:00
Ben Hutchings 61b7114d86 Ignore ABI change in EDAC in 3.10.4, which should not affect OOT modules
svn path=/dists/sid/linux/; revision=20437
2013-07-31 10:21:30 +00:00
Ben Hutchings 69b7620273 Merge changes from sid up to 3.10.3-1
svn path=/dists/trunk/linux/; revision=20419
2013-07-28 03:11:34 +00:00
Ben Hutchings 57388244cf Update config as requested by Thorsten Glaser
* nfs: Enable swap on NFS
* fs/nls: Enable Macintosh HFS+ codepage modules

svn path=/dists/sid/linux/; revision=20414
2013-07-27 22:55:16 +00:00
Ben Hutchings b19bc34f32 Update m68k configs (Closes: #717689)
From: Thorsten Glaser <tg@mirbsd.de>

- disable some functionality due to size constraints
- switch to using initrd
- drop all flavours; build a generic image that runs on
  multiple subarchitectores (old Amiga, Atari, Macintosh tested;
  old BVME6000, MVME147, MVME16x, new Apollo, Q40/Q60 untested)
- use gcc-4.8
- add patch to make Atari EtherNAT actually selectable


svn path=/dists/sid/linux/; revision=20413
2013-07-27 22:49:11 +00:00
Ben Hutchings e4a48208f7 ata: Disable SATA_INIC162X - this driver corrupts data and is not expected to be fixed (Closes: #714295)
svn path=/dists/sid/linux/; revision=20411
2013-07-26 04:55:17 +00:00
Hector Oron 73eab09ae4 [armhf/armmp] Enable NET_CALXEDA_XGMAC as module
svn path=/dists/trunk/linux/; revision=20406
2013-07-22 09:59:43 +00:00
Ben Hutchings 9f71a67f85 Merge changes from sid up to 3.10.1-1
svn path=/dists/trunk/linux/; revision=20402
2013-07-22 03:17:47 +00:00
Ben Hutchings 604623bcef [armhf/armmp] Enable NET_CALXEDA_XGMAC as module (Closes: #717269)
svn path=/dists/sid/linux/; revision=20397
2013-07-20 21:48:53 +00:00
Ben Hutchings 9d9c7a0525 [x86] Change INTEL_MEI_ME back to a module (Closes: #717383)
svn path=/dists/sid/linux/; revision=20395
2013-07-20 21:23:45 +00:00
Ben Hutchings 9548aeba02 [x86] efivars: Re-enable pstore support by default
It can be disabled by setting module parameter pstore_disable=Y.

svn path=/dists/sid/linux/; revision=20354
2013-07-16 01:06:01 +00:00
Ben Hutchings e4b21e673e Set ABI to 1
svn path=/dists/sid/linux/; revision=20348
2013-07-15 02:20:11 +00:00
Ben Hutchings b3f4afe37d [armel/{iop32x,ixp4xx,orion5x}] Disable features to reduce kernel size
- Disable KSM, YAMA
- [armel/orion5x] Disable FTRACE (already disabled for the others)

svn path=/dists/trunk/linux/; revision=20293
2013-06-24 13:55:07 +00:00
Ben Hutchings 25f0270d1e [armel] Move size-reducing config overrides into a common file, config-reduced
svn path=/dists/trunk/linux/; revision=20292
2013-06-24 05:00:18 +00:00
Ben Hutchings 6425f81ada Enable various new(ish) features
svn path=/dists/trunk/linux/; revision=20291
2013-06-24 02:36:15 +00:00
Ben Hutchings 929d433e90 Explicitly set various config symbols to default values
svn path=/dists/trunk/linux/; revision=20287
2013-06-24 01:01:52 +00:00
Ben Hutchings 520079b44c [x86] cpufreq: Enable X86_INTEL_PSTATE (Closes: #712062)
svn path=/dists/trunk/linux/; revision=20258
2013-06-15 16:26:18 +00:00
Ben Hutchings 6ecffddb09 Remove irrelevant abi/ignore-changes definition
svn path=/dists/trunk/linux/; revision=20257
2013-06-15 15:47:52 +00:00
Ben Hutchings 9d021dd201 Merge changes from sid up to 3.9.6-1
svn path=/dists/trunk/linux/; revision=20256
2013-06-15 15:47:11 +00:00
Ben Hutchings 3353739262 [armhf/armmp] Add EMAC ethernet driver found on Allwinner A10 SoCs (Closes: #711998)
- Add MDIO bus driver for the Allwinner EMAC
- Add EMAC controller node to sun4i DTSI
- cubieboard: Enable ethernet (EMAC) support in dts
- Add EMAC Controller to Hackberry dt

All cherry-picked by Niall Walsh

svn path=/dists/trunk/linux/; revision=20250
2013-06-13 01:17:37 +00:00
Ben Hutchings da3c6d6427 Merge changes from sid up to 3.9.5-1
svn path=/dists/trunk/linux/; revision=20231
2013-06-10 04:27:15 +00:00
Ben Hutchings c7948aeb15 target: Ignore ABI change in 3.9.5
svn path=/dists/sid/linux/; revision=20228
2013-06-10 01:41:16 +00:00
Ben Hutchings 89f7156b5c iio,HID: Enable IIO, HID_SENSOR_HUB and related drivers as modules (Closes: #711690)
svn path=/dists/sid/linux/; revision=20226
2013-06-10 00:31:21 +00:00
Ben Hutchings 7f0ae8117b fs: Enable F2FS_FS as module (Closes: #711342)
svn path=/dists/sid/linux/; revision=20225
2013-06-10 00:04:22 +00:00
Ben Hutchings d3ecfab948 [armel/iop32x,armel/ixp4xx] Disable OABI_COMPAT, PCI_QUIRKS to reduce kernel size (fixes FTBFS)
svn path=/dists/sid/linux/; revision=20222
2013-06-09 23:49:00 +00:00
Ben Hutchings 2b5499bb75 [s390] Enable PCI, PCI and USB drivers
svn path=/dists/sid/linux/; revision=20220
2013-06-09 21:30:13 +00:00
Ben Hutchings 56937f92db [x86] Enable HYPERVISOR_GUEST
Various paravirtualisation options now depend on this.

svn path=/dists/trunk/linux/; revision=20187
2013-06-03 12:22:46 +00:00
Ben Hutchings 0b6dc8c4e7 Enable various new drivers and driver features; add to appropriate udebs
svn path=/dists/trunk/linux/; revision=20179
2013-06-02 20:39:18 +00:00
Ben Hutchings aeb267ea27 Merge changes from sid up to 3.9.4-1
svn path=/dists/trunk/linux/; revision=20174
2013-06-02 16:44:22 +00:00
Arnaud Patard 850ccc72df - fix armmp description
svn path=/dists/sid/linux/; revision=20162
2013-05-31 22:22:24 +00:00
Arnaud Patard 6bd3cb8758 update kirkwood configuration
svn path=/dists/sid/linux/; revision=20159
2013-05-31 22:02:49 +00:00
Arnaud Patard bfec908b7d add armhf armmp flavour
svn path=/dists/sid/linux/; revision=20158
2013-05-31 22:02:12 +00:00
Ben Hutchings e89ab58a57 radeon: Remove obsolete DRM_RADEON_KMS config symbol; enable DRM_RADEON_UMS on powerpc
svn path=/dists/sid/linux/; revision=20156
2013-05-31 04:39:08 +00:00
Ben Hutchings bbc57703fc security: Enable SECURITY_YAMA, SECURITY_YAMA_STACKED (Closes: #704750)
svn path=/dists/sid/linux/; revision=20153
2013-05-31 04:17:50 +00:00
Ben Hutchings 0c8eb822de Enable various new drivers and driver options
svn path=/dists/sid/linux/; revision=20152
2013-05-31 04:14:16 +00:00
Ben Hutchings 0d1cd4f904 peak_pci: Explicitly set CAN_PEAK_PCIEC=y (as it's boolean)
svn path=/dists/sid/linux/; revision=20151
2013-05-31 02:55:59 +00:00
Ben Hutchings eee044f3b9 Enable various new networking features
svn path=/dists/sid/linux/; revision=20150
2013-05-31 02:36:04 +00:00
Aurelien Jarno 8e28f834dd * [mips] Enable KEXEC.
svn path=/dists/sid/linux/; revision=20149
2013-05-30 09:45:43 +00:00
Ben Hutchings 2c7f332bc5 Reset ABI number to 1
svn path=/dists/sid/linux/; revision=20148
2013-05-30 05:40:29 +00:00
Ben Hutchings 9460decf03 Explicitly disable USER_NS for now
svn path=/dists/sid/linux/; revision=20147
2013-05-30 04:27:22 +00:00
Ben Hutchings f272bfc1ae [powerpc] Enable DMADEVICES as PPC_BESTCOMM now depends on it
svn path=/dists/sid/linux/; revision=20146
2013-05-30 04:23:59 +00:00
Ben Hutchings 540d268e14 Drop CONFIG_BLK_DEV_XD, removed upstream
svn path=/dists/sid/linux/; revision=20144
2013-05-30 03:26:04 +00:00
Ben Hutchings 6441ae7aa9 net/wireless: Explicitly enable RTLWIFI as module, previously selected automatically
svn path=/dists/sid/linux/; revision=20143
2013-05-30 03:21:06 +00:00
Ben Hutchings c5be092a7e Change ACPI_CONTAINER and ACPI_PCI_SLOT to built-in, as they can no longer be modular
svn path=/dists/sid/linux/; revision=20142
2013-05-30 03:17:40 +00:00
Ben Hutchings a96f84ee7c Drop config for many obsolete Ethernet drivers removed upstream
svn path=/dists/sid/linux/; revision=20141
2013-05-30 03:07:48 +00:00
Ben Hutchings 7d90f46bfa Drop CONFIG_DE6{0,2}0, removed upstream
svn path=/dists/sid/linux/; revision=20140
2013-05-30 02:24:24 +00:00
Ben Hutchings c8d072c2c9 Merge changes from experimental
3.8.y is dead, long live 3.9.y.
Drop 'experimental' from the version.

svn path=/dists/sid/linux/; revision=20138
2013-05-30 01:34:59 +00:00
Ben Hutchings 6bafc998d2 Set ABI to trunk
svn path=/dists/trunk/linux/; revision=20123
2013-05-16 04:53:15 +00:00
Ben Hutchings d22f6fb94e Merge changes from sid up to 3.8.13-1
svn path=/dists/trunk/linux/; revision=20122
2013-05-16 04:52:57 +00:00
Ben Hutchings a7835d9566 Bump ABI to 2
svn path=/dists/sid/linux/; revision=20119
2013-05-15 23:27:56 +00:00
Ben Hutchings e8fb402f48 Merge changes from sid up to 3.8.12-1
svn path=/dists/trunk/linux/; revision=20079
2013-05-12 00:53:14 +00:00
Ben Hutchings cccfa18fe9 [x86] Enable VMWARE_VMCI, VSOCKETS, VMWARE_VMCI_VSOCKETS as modules (Closes: #707676)
svn path=/dists/trunk/linux/; revision=20075
2013-05-10 13:28:16 +00:00
Ben Hutchings 2addf6e0da Deal with ABI changes in 3.8.12
Ignore changes in jbd2 and snd-emu10k1, which shouldn't be used by OOT
modules.

Revert change to cgroup structure.

[x86] zsmalloc: Change to built-in, as it can no longer be modular

svn path=/dists/sid/linux/; revision=20070
2013-05-10 03:46:24 +00:00
Ben Hutchings b59c576e26 Merge changes from sid up to 3.8.11-1
svn path=/dists/trunk/linux/; revision=20053
2013-05-06 22:10:37 +00:00
Ben Hutchings 56e6ea5572 Update to 3.9
Drop many patches and refresh a few others.
[rt] Disable until it is updated for Linux 3.9 or later

svn path=/dists/trunk/linux/; revision=20052
2013-05-06 21:53:29 +00:00
Ben Hutchings 56baa7564b [rt] Remove xen-linux-system packages and references to Xen support
It is not sensible to run a PREEMPT_RT kernel under Xen or any other
hypervisor that doesn't itself provide real-time scheduling.

This requires reintroducing an explicit 'none' featureset for amd64
and i386, just to hold the Xen support definitions.

svn path=/dists/sid/linux/; revision=20036
2013-05-06 03:05:25 +00:00
Ben Hutchings b6f101f122 Set ABI to 1
svn path=/dists/sid/linux/; revision=20019
2013-05-04 20:34:00 +00:00
Ben Hutchings 91831f762f [rt] Update to 3.8.4-rt2 and reenable
svn path=/dists/trunk/linux/; revision=19956
2013-03-31 03:53:40 +00:00
Ben Hutchings 55da5d676a Merge changes from sid up to 3.2.41-2
svn path=/dists/trunk/linux/; revision=19951
2013-03-27 03:51:48 +00:00
Ben Hutchings 45df0a762b [x86] Ignore KVM ABI changes
svn path=/dists/sid/linux/; revision=19948
2013-03-25 15:17:32 +00:00
Ben Hutchings 658db8593e [x86] drm: Enable DRM_GMA500 as module, replacing DRM_PSB (Closes: #703506)
svn path=/dists/sid/linux/; revision=19946
2013-03-25 13:37:43 +00:00
Ben Hutchings 3937ca5280 Merge changes from sid up to 3.2.41-1
Drop all changes to backported features and to rt.

svn path=/dists/trunk/linux/; revision=19940
2013-03-23 07:15:51 +00:00
Ben Hutchings 2ea813fe8d efivars: Work around serious firmware bugs
- Allow disabling use as a pstore backend
- Add module parameter to disable use as a pstore backend
  * [x86] Set EFI_VARS_PSTORE_DEFAULT_DISABLE=y
- explicitly calculate length of VariableName
- Handle duplicate names from get_next_variable()

Also apply another fix entangled with them:
- efi_pstore: Introducing workqueue updating sysfs

svn path=/dists/sid/linux/; revision=19937
2013-03-22 20:15:09 +00:00
Ben Hutchings 940319a743 [x86,powerpc/powerpc64] random: Change HW_RANDOM back from built-in to module, as we now have a real fix for #701784
svn path=/dists/sid/linux/; revision=19934
2013-03-22 01:16:31 +00:00
Ben Hutchings b76d3d1c75 Resolve ABI changes made by 3.2.41
Revert the change in return type of target_type::status.
Ignore the change to {,un}register_efivars().

svn path=/dists/sid/linux/; revision=19933
2013-03-21 14:38:35 +00:00
Ben Hutchings a073a32cad kmsg_dump: Only dump kernel log in error cases (Closes: #703386)
- kexec: remove KMSG_DUMP_KEXEC
- kmsg_dump: don't run on non-error paths by default

Ignore ABI change to kmsg_dump_{,un}register(); I don't think these
should be used from OOT and codesearch doesn't find any users.

svn path=/dists/sid/linux/; revision=19917
2013-03-19 02:29:01 +00:00
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
Nobuhiro Iwamatsu 82f86eaeb1 [armel/kirkwood] Add Plat'Home OpenBlocks A6 support (Closes: #703083)
svn path=/dists/trunk/linux/; revision=19915
2013-03-16 23:09:56 +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
Ben Hutchings 533dace9d4 mmc,memstick: Enable MMC_REALTEK_PCI and MEMSTICK_REALTEK_PCI as modules
svn path=/dists/trunk/linux/; revision=19898
2013-03-04 02:07:31 +00:00
Ben Hutchings 81db6b5fab mfd: Enable MFD_RTSX_PCI as module, replacing RTS_PSTOR (Closes: #702108)
svn path=/dists/trunk/linux/; revision=19897
2013-03-04 02:01:00 +00:00
Ben Hutchings f1b48ab9da net: Enable USB_NET_CDC_MBIM as module (Closes: #701869)
svn path=/dists/trunk/linux/; revision=19894
2013-03-03 02:58:47 +00:00
Bastian Blank 9d6a2689a6 debian/config: Reorder config.
svn path=/dists/trunk/linux/; revision=19891
2013-03-02 22:06:05 +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 c9604797ff [mips/octeon] Change HW_RANDOM and HW_RANDOM_OCTEON to modules.
svn path=/dists/trunk/linux/; revision=19879
2013-03-01 18:14:24 +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 144cc9c9b5 linux-image: Increase minimum version of initramfs-tools to 0.110~ which copes with the recently renamed EHCI and NFS modules
svn path=/dists/trunk/linux/; revision=19877
2013-03-01 14:55:46 +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 a3590a7797 Merge changes from sid up to 3.2.39-1
Drop most patches as they're already upstream in 3.8 or early.

Refresh some others for 3.8.  In particular, remove use of __devinit from
debian/radeon-firmware-is-required-for-drm-and-kms-on-r600-onward.patch
as this macro is no longer defined or needed.

svn path=/dists/trunk/linux/; revision=19856
2013-02-25 03:35:39 +00:00
Ben Hutchings 9d4a7ca266 Explicitly set defaults for several config variables
svn path=/dists/trunk/linux/; revision=19836
2013-02-21 05:09:00 +00:00
Ben Hutchings d5ac75ce5d wanrouter: Disable as broken and unused
Since Linux 2.6.29, this subsystem would crash if anyone tried to use
it, but no-one noticed.  It will be removed upstream in Linux 3.9.

svn path=/dists/trunk/linux/; revision=19835
2013-02-21 04:52:25 +00:00
Ben Hutchings f56a70f3a6 Update config selections for 3.8
All Atheros wireless drivers depend on a new symbol ATH_CARDS.

Two comedi drivers were merged into others and no longer have their
own config symbols.

drivers/staging/telephony has been removed.

svn path=/dists/trunk/linux/; revision=19832
2013-02-21 03:11:37 +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 2aad44d7a3 Add powerpcspe architecture, thanks to Roland Stigge (Closes: #693042)
svn path=/dists/trunk/linux/; revision=19792
2013-02-07 03:17:30 +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 723ecb9ac9 [armel/orion5x] Make IPV6 a module again due to kernel size limit (fixes FTBFS)
svn path=/dists/trunk/linux/; revision=19737
2013-01-16 22:13:57 +00:00
Ben Hutchings 4480e0a79a [!x86] Disable ZRAM, ZSMALLOC as modules (Reopens: #676779), as they really aren't portable yet.
svn path=/dists/trunk/linux/; revision=19734
2013-01-15 15:14:14 +00:00
Ben Hutchings c6aad6ec7c [armel/iop32x,armel/ixp4xx] Make IPV6 a module again due to kernel size limit (fixes FTBFS)
svn path=/dists/trunk/linux/; revision=19712
2013-01-06 06:18:20 +00:00
Ben Hutchings 61d61bdb09 [armhf/omap] Make OMAP_DMA built-in (fixes FTBFS)
Various drivers will call into it if it's enabled, and some of them are
built-in.  This is a bug in kconfig dependencies, but it's not obvious
how to fix it.

svn path=/dists/trunk/linux/; revision=19710
2013-01-06 05:10:01 +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 476b0a12f5 Enable ZRAM, ZSMALLOC as modules on all architectures (Closes: #676779)
svn path=/dists/trunk/linux/; revision=19665
2012-12-29 18:02:45 +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 df5911f385 [x86] drm: Enable DRM_MGAG200 as module
Disable autoloading as it is incompatible with older versions of xserver-xorg-video-mga

svn path=/dists/trunk/linux/; revision=19646
2012-12-24 00:10:56 +00:00
Ben Hutchings d2bb26f367 [x86] drm: Enable DRM_AST as module
Disable autoloading as it is incompatible with older versions of xserver-xorg-video-ast

svn path=/dists/trunk/linux/; revision=19645
2012-12-24 00:06:20 +00:00
Ben Hutchings 38726ed91f drm: Enable DRM_UDL as module
Disable autoloading as it is incompatible with older versions of xserver-xorg-video-displaylink

svn path=/dists/trunk/linux/; revision=19644
2012-12-23 23:58:46 +00:00
Ben Hutchings eb55df0795 [!x86] drm: Disable DRM_VMWGFX
svn path=/dists/trunk/linux/; revision=19642
2012-12-23 23:21:27 +00:00
Ben Hutchings a876ad1228 Explicitly set defaults for some new driver config variables
svn path=/dists/trunk/linux/; revision=19640
2012-12-23 22:52:15 +00:00
Ben Hutchings ff1f65e617 Enable various new (or newish) drivers and features
svn path=/dists/trunk/linux/; revision=19639
2012-12-23 22:41:41 +00:00
Ben Hutchings 1c21ce56f1 Explicitly set defaults for some new scheduler and mm config variables
svn path=/dists/trunk/linux/; revision=19638
2012-12-23 21:23:47 +00:00
Ben Hutchings 04bd09967b [i386,alpha] media/radio: Enable V4L_RADIO_ISA_DRIVERS and re-enable the ISA drivers
svn path=/dists/trunk/linux/; revision=19634
2012-12-22 15:10:18 +00:00
Ben Hutchings 3ed2e3b59e [i386] comedi: Re-enable COMEDI_ISA_DRIVERS
svn path=/dists/trunk/linux/; revision=19633
2012-12-22 14:42:31 +00:00
Ben Hutchings b65e2d330a [armhf/omap] Enable DMADEVICES and DMA_OMAP, new dependencies of SND_OMAP_SOC
svn path=/dists/trunk/linux/; revision=19632
2012-12-22 14:24:00 +00:00
Ben Hutchings 60e99276b0 [armhf/mx5] Fix up config for recent renaming, merging, removal, and other mess
svn path=/dists/trunk/linux/; revision=19631
2012-12-22 13:57:58 +00:00
Ben Hutchings f9eb5ae0f2 Disable IP_NF_TARGET_REDIRECT (obsolete) not IP_NF_TARGET_REJECT (still needed)
svn path=/dists/trunk/linux/; revision=19630
2012-12-22 04:47:09 +00:00
Ben Hutchings fca97369b9 Fix up config for renaming in 3.7 and earlier
svn path=/dists/trunk/linux/; revision=19629
2012-12-22 04:20:41 +00:00
Ben Hutchings 5556b3ef97 Remove obsolete config symbols that were under file: unknown
svn path=/dists/trunk/linux/; revision=19628
2012-12-22 04:16:05 +00:00
Ben Hutchings 4cfcf7e99d Fix up config for merging, replacement and removals in 3.7 and earlier
svn path=/dists/trunk/linux/; revision=19627
2012-12-22 03:49:34 +00:00
Ben Hutchings ea878cca88 Fix up config for renaming, merging and addition of dependencies in 3.7 and earlier
svn path=/dists/trunk/linux/; revision=19626
2012-12-22 03:35:05 +00:00
Ben Hutchings c6333e7726 [mips,mipsel,sparc] media/parpot: Disable VIDEO_PMS in all configurations where the other parport video drivers are disabled
svn path=/dists/trunk/linux/; revision=19625
2012-12-22 02:52:54 +00:00
Ben Hutchings 8a46ed8fc9 Update V4L/DVB config following reorganisation in 3.7
svn path=/dists/trunk/linux/; revision=19624
2012-12-22 02:45:39 +00:00
Ben Hutchings 02240f073e Merge changes from sid up to 3.2.35-2
svn path=/dists/trunk/linux/; revision=19622
2012-12-19 11:31:16 +00:00
Ben Hutchings 16abce3804 Make gcc-4.7 the default compiler
svn path=/dists/trunk/linux/; revision=19611
2012-12-16 17:36:43 +00:00
Ben Hutchings 494b123180 Drop unused relation to gcc-4.5
svn path=/dists/trunk/linux/; revision=19610
2012-12-16 17:33:54 +00:00
Ben Hutchings 8123ace851 Update to 3.7
Update aufs to aufs3.x-rcN-20121210.
Disable rt, probably not available for 3.7.
Refresh/drop patches.  They apply but the result may not build.

svn path=/dists/trunk/linux/; revision=19608
2012-12-16 15:20:29 +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 ef781eb6ee Merge changes from sid up to 3.2.35-1
Exclude RT changes and ABI fudges.

Refresh firmware-remove-redundant-log-messages-from-drivers.patch
against 3.6, but don't attempt to cover anything new yet.

svn path=/dists/trunk/linux/; revision=19603
2012-12-10 04:06:21 +00:00
Maximilian Attems d67e290414 x86 explicitly enable MWIFIEX_USB
svn path=/dists/trunk/linux/; revision=19584
2012-12-06 18:52:00 +00:00
Maximilian Attems fcbc0c767f explicitly enable modular ATH6KL_SDIO and ATH6KL_USB
svn path=/dists/trunk/linux/; revision=19583
2012-12-06 18:51:56 +00:00
Maximilian Attems f66d171385 enable new phy drivers
svn path=/dists/trunk/linux/; revision=19582
2012-12-06 18:51:51 +00:00
Maximilian Attems 264f673968 enable AMD_PHY
svn path=/dists/trunk/linux/; revision=19581
2012-12-06 18:51:47 +00:00
Maximilian Attems 0fdd3e00fb enable wiznet ethernet drivers
svn path=/dists/trunk/linux/; revision=19580
2012-12-06 18:51:41 +00:00
Arnaud Patard 81cbb80703 backport patches from 3.7-rc to make omap usb build.
svn path=/dists/trunk/linux/; revision=19577
2012-12-05 14:31:51 +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
Maximilian Attems 49e1de37f2 enable bunch of HID drivers
svn path=/dists/trunk/linux/; revision=19564
2012-11-30 15:20:38 +00:00
Maximilian Attems 6f0513e994 explicitly unset IWLEGACY_DEBUG and RTLWIFI_DEBUG
svn path=/dists/trunk/linux/; revision=19563
2012-11-30 15:20:36 +00:00
Maximilian Attems fe06d6d21f Enable USB_NET_QMI_WWAN
svn path=/dists/trunk/linux/; revision=19562
2012-11-30 15:20:34 +00:00
Maximilian Attems e116b0732b x86 enable INTEL_MEI
curious which can of worms this opens.

svn path=/dists/trunk/linux/; revision=19561
2012-11-30 15:20:31 +00:00
Maximilian Attems c4d85d79ae enalbe NET_EMATCH_IPSET
svn path=/dists/trunk/linux/; revision=19560
2012-11-30 15:20:29 +00:00
Maximilian Attems e9ad260c72 Enable NETFILTER_XT_TARGET_HMARK
svn path=/dists/trunk/linux/; revision=19559
2012-11-30 15:20:27 +00:00
Maximilian Attems 189dd678b4 enable SBP_TARGET
svn path=/dists/trunk/linux/; revision=19557
2012-11-28 11:52:30 +00:00
Maximilian Attems 3456c10e78 enable DVB_USB_RTL28XXU
svn path=/dists/trunk/linux/; revision=19556
2012-11-28 11:50:03 +00:00
Bastian Blank 244bc7b9e0 debian/config: Move some mips options.
svn path=/dists/trunk/linux/; revision=19554
2012-11-27 18:52:43 +00:00
Bastian Blank 7c1154be91 * debian/bin/gencontrol.py: Add support for kernelarch specific config.
* debian/config: Remove now implicit definitions.

svn path=/dists/trunk/linux/; revision=19545
2012-11-26 22:31:06 +00:00
Bastian Blank 8e1a0ea85f debian/config/README: Add some informations for the configs.
svn path=/dists/trunk/linux/; revision=19544
2012-11-26 22:29:12 +00:00
Bastian Blank 825b83a00b debian/bin/gencontrol.py, debian/config/amd64/defines,
debian/config/i386/defines: Remove dom0-support option.

svn path=/dists/trunk/linux/; revision=19542
2012-11-26 22:15:06 +00:00
Bastian Blank a68d013ae6 * debian/config/amd64/defines, debian/config/i386/defines:
Make none again an implicit featureset.
* debian/config/amd64/none, debian/config/i386/none,
  debian/config/i386/rt/config.686-pae: Remove.
* debian/config/i386/config.486, debian/config/i386/config.686-pae: Move.

svn path=/dists/trunk/linux/; revision=19541
2012-11-26 22:13:37 +00:00
Bastian Blank d0cc10e33c * debian/changelog: Update.
* debian/config/armhf/config, debian/config/armel/config:
  Remove KERNEL_GZIP, KERNEL_LZMA.
* debian/config/config: Set KERNEL_XZ.

svn path=/dists/trunk/linux/; revision=19540
2012-11-26 19:46:06 +00:00
Bastian Blank 8df19a9ea6 debian/config: Remove led related overrides.
svn path=/dists/trunk/linux/; revision=19539
2012-11-26 18:23:12 +00:00
Bastian Blank 266bcfd62a * debian/config/m68k, debian/config/sh4: Remove filesystem overrides.
* debian/config/mips: Remove noops.

svn path=/dists/trunk/linux/; revision=19536
2012-11-25 14:16:05 +00:00
Bastian Blank c36d637cca * debian/changelog: Update.
* debian/config/config:
  Move TRANSPARENT_HUGEPAGE from debian/config/kernelarch-x86/config.

svn path=/dists/trunk/linux/; revision=19535
2012-11-25 14:09:06 +00:00
Bastian Blank 99c6d67eb2 * debian/changelog: Update.
* debian/config/s390/config.s390, debian/config/s390/config.s390x:
  Remove not longer supported IPL options.
* debian/config/s390/config.s390-tape, debian/config/s390/config.s390x-tape:
  Remove.
* debian/config/s390/defines, debian/config/s390x/defines:
  Remove s390x-tape image.
* debian/installer/s390/kernel-versions,
  debian/installer/s390/modules/s390x-tape,
  debian/installer/s390x/kernel-versions,
  debian/installer/s390x/modules/s390x-tape:
  Remove s390x-tape definitions.

svn path=/dists/trunk/linux/; revision=19534
2012-11-25 13:58:27 +00:00
Bastian Blank b68afeea11 debian/config: Remove a lot of not longer supported options.
svn path=/dists/trunk/linux/; revision=19533
2012-11-25 13:52:33 +00:00
Bastian Blank 10be003187 * debian/changelog: Update.
* debian/config/config: Enable NETPRIO_CGROUP.

svn path=/dists/trunk/linux/; revision=19531
2012-11-24 22:13:21 +00:00
Bastian Blank 84512ae699 * debian/changelog: Update.
* debian/config/config: Enable BLK_DEV_THROTTLING.

svn path=/dists/trunk/linux/; revision=19530
2012-11-24 22:09:46 +00:00
Bastian Blank 6ffd652a4c debian/config/config: Explicit disable EXPERT.
svn path=/dists/trunk/linux/; revision=19529
2012-11-24 22:01:47 +00:00
Bastian Blank e0c041c869 * debian/changelog: Update.
* debian/config/kernelarch-x86/config:
  Enable ASUS_LAPTOP, FUJITSU_LAPTOP, FUJITSU_TABLET, HP_WMI, MSI_LAPTOP,
  PANASONIC_LAPTOP, COMPAL_LAPTOP, SONY_LAPTOP and APPLE_GMUX.

svn path=/dists/trunk/linux/; revision=19527
2012-11-24 18:09:16 +00:00
Bastian Blank 6926f04e38 * debian/changelog: Update.
* debian/config/kernelarch-x86/config-arch-64:
  Enable CRYPTO_CAMELLIA_X86_64, CRYPTO_SERPENT_AVX_X86_64 and
  CRYPTO_TWOFISH_AVX_X86_64.

svn path=/dists/trunk/linux/; revision=19526
2012-11-24 17:58:48 +00:00
Bastian Blank 813f7f272d debian/config/config: Explicit set BLK_DEV_LOOP_MIN_COUNT.
svn path=/dists/trunk/linux/; revision=19525
2012-11-24 17:55:09 +00:00
Bastian Blank 71a5335a53 * debian/config/config: Explicit set HVC_XEN_FRONTEND.
* debian/config/kernelarch-x86/config: Explicit set XEN_ACPI_PROCESSOR.

svn path=/dists/trunk/linux/; revision=19524
2012-11-24 17:03:50 +00:00
Bastian Blank 57d6079639 debian/config/armel/config.iop32x, debian/config/armel/config.ixp4xx:
Remove bridge netfilter override.

svn path=/dists/trunk/linux/; revision=19523
2012-11-24 17:02:18 +00:00
Bastian Blank b642332a4a debian/config/m68k/config: Remove BRIDGE override.
svn path=/dists/trunk/linux/; revision=19522
2012-11-24 17:01:34 +00:00
Bastian Blank 2b912bf629 * debian/changelog: Update.
* debian/config/config: Enable XEN_PCIDEV_BACKEND.

svn path=/dists/trunk/linux/; revision=19521
2012-11-21 17:49:27 +00:00
Bastian Blank 9b4870a9e9 debian/config: Move Xen options to main config.
svn path=/dists/trunk/linux/; revision=19520
2012-11-21 17:46:44 +00:00
Bastian Blank 43488d4af9 debian/config/kernelarch-x86/config: Update COMEDI.
svn path=/dists/trunk/linux/; revision=19519
2012-11-21 17:39:18 +00:00
Bastian Blank 9418523080 * debian/changelog: Update.
* debian/config: Enable POWER_SUPPLY.

svn path=/dists/trunk/linux/; revision=19518
2012-11-21 17:33:43 +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
Bastian Blank e0ca22e6db * debian/changelog: Update.
* debian/config: Always enable IPV6.

svn path=/dists/trunk/linux/; revision=19495
2012-11-11 11:51:12 +00:00
Bastian Blank 2ef4ec7940 * debian/changelog: Update.
* debian/config/sparc/config: Remove ipv4 related overrides.

svn path=/dists/trunk/linux/; revision=19494
2012-11-11 11:39:12 +00:00
Bastian Blank 343156970a debian/config: Automatically reorder config.
svn path=/dists/trunk/linux/; revision=19493
2012-11-11 11:31:07 +00:00
Ben Hutchings 962829ea56 rc: Enable all the pointless new config variables, and some new drivers
svn path=/dists/trunk/linux/; revision=19490
2012-11-11 04:04:00 +00:00
Ben Hutchings 53bd1da4b1 [x86] staging: Re-enable ZSMALLOC as module, previously selected by ZRAM but now a dependency (Closes: #692024)
svn path=/dists/trunk/linux/; revision=19477
2012-11-01 14:20:16 +00:00
Uwe Kleine-König 6baf5be73e [rt] reenable rt featureset
svn path=/dists/trunk/linux/; revision=19458
2012-10-24 14:29:13 +00:00
Ben Hutchings b5aba14e0d Merge changes from sid up to 3.2.32
svn path=/dists/trunk/linux/; revision=19452
2012-10-22 13:47:03 +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 e476c6240d Finish handling renaming of CGROUP_MEM_RES_CTLR* to MEMCG*
svn path=/dists/trunk/linux/; revision=19424
2012-10-09 05:34:32 +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