Commit Graph

7544 Commits

Author SHA1 Message Date
Ben Hutchings b6177993e9 Add debian/installer/package-list to debian/control source files
svn path=/dists/trunk/linux-2.6/; revision=18352
2011-12-05 01:42:04 +00:00
Ben Hutchings 45978965e6 Prepare to release linux-2.6 (3.2~rc4-1~experimental.1).
svn path=/dists/trunk/linux-2.6/; revision=18349
2011-12-04 06:00:40 +00:00
Ben Hutchings 52e9bc93f2 udeb: Adjust configuration for some modules renamed in 3.2
- iwlagn is renamed to iwlwifi
- blowfish is renamed to blowfish_generic

svn path=/dists/trunk/linux-2.6/; revision=18348
2011-12-04 06:00:15 +00:00
Ben Hutchings cc4b96aba3 udeb: Provide the default configuration for kernel-wedge
The default (arch-independent) configuration was previously provided
by the kernel-wedge package, but we want to be able to update it
without changing that in future.  Copy the configuration files from
kernel-wedge 2.82 (except loop-aes-modules which is now unused).

Depend on kernel-wedge 2.83, which adds this feature.

svn path=/dists/trunk/linux-2.6/; revision=18347
2011-12-04 05:58:44 +00:00
Ben Hutchings ddc1a60a16 Do not disable BRCMSMAC if BCMA is enabled
svn path=/dists/trunk/linux-2.6/; revision=18345
2011-12-03 23:06:58 +00:00
Uwe Kleine-König 94ef22ed4b [amd64] bump rt feature set to 3.2-rc4-rt5
svn path=/dists/trunk/linux-2.6/; revision=18344
2011-12-03 15:30:58 +00:00
Ben Hutchings 0a1d59767e Update to 3.2-rc4
svn path=/dists/trunk/linux-2.6/; revision=18341
2011-12-02 03:48:40 +00:00
Ben Hutchings 009b172275 aufs: Fix export of __devcgroup_inode_permission
Any source file exporting symbols needs to include <linux/export.h>.

svn path=/dists/trunk/linux-2.6/; revision=18340
2011-12-02 03:18:32 +00:00
Ben Hutchings 8ca9589cf3 cs46xx: Include <linux/module.h> to get definition of MODULE_FIRMWARE
It appears that cs46xx_lib.c used to include <linux/module.h>
indirectly.  This is no longer the case, so we now need to include it
directly.

svn path=/dists/trunk/linux-2.6/; revision=18339
2011-12-01 17:24:59 +00:00
Ben Hutchings bfa9115e35 rtl8192e: Remove firmware again
Larry Finger imported a new version of this driver into staging.
Damn the regressions, let's have new crap!


svn path=/dists/trunk/linux-2.6/; revision=18338
2011-12-01 15:13:37 +00:00
Ben Hutchings 3056f04b74 Drop rt fixes included in 3.2-rc3
svn path=/dists/trunk/linux-2.6/; revision=18336
2011-12-01 06:34:57 +00:00
Ben Hutchings e29f027ab7 Merge changes from sid up to 3.1.4-1
svn path=/dists/trunk/linux-2.6/; revision=18335
2011-12-01 04:23:13 +00:00
Bastian Blank 3cc094b7a1 debian/changelog: Prepare to release (3.1.4-1).
svn path=/dists/sid/linux-2.6/; revision=18333
2011-11-29 13:15:12 +00:00
Bastian Blank d8fa8c778d * debian/changelog: Update.
* debian/rules.real: Install generated headers.

svn path=/dists/sid/linux-2.6/; revision=18332
2011-11-29 09:54:58 +00:00
Bastian Blank 0ec066ddcc debian/changelog: Set version to 3.1.4-1.
svn path=/dists/sid/linux-2.6/; revision=18331
2011-11-29 09:43:16 +00:00
Ben Hutchings 343ef5a0cc topology: Provide CPU topology in sysfs in !SMP configurations (Closes: #649216)
svn path=/dists/sid/linux-2.6/; revision=18330
2011-11-28 05:07:47 +00:00
Ben Hutchings 0e5c2382cc Note a Debian bug report fixed by 3.1.3
svn path=/dists/sid/linux-2.6/; revision=18329
2011-11-28 03:25:56 +00:00
Bastian Blank 4a4b6c1623 debian/patches/bugfix/all/stable: Remove, not longer needed.
svn path=/dists/trunk/linux-2.6/; revision=18327
2011-11-27 20:59:40 +00:00
Bastian Blank 1c05df2344 * debian/changelog: Set version to 3.1.3-1.
* debian/patches: Remove merged patches.

svn path=/dists/sid/linux-2.6/; revision=18326
2011-11-27 19:50:33 +00:00
Ben Hutchings 476a2c9520 [ia64,powerpc,sparc,x86] wireless: Enable MWIFIEX_PCIE as module
svn path=/dists/trunk/linux-2.6/; revision=18324
2011-11-26 04:14:34 +00:00
Ben Hutchings 649a9b4b0e Select IWLWIFI, not IWLAGN
Yet another pointless change...

svn path=/dists/trunk/linux-2.6/; revision=18323
2011-11-26 04:06:50 +00:00
Ben Hutchings 2b8e835780 b43: Enable B43_PHY_HT
svn path=/dists/trunk/linux-2.6/; revision=18322
2011-11-26 04:03:31 +00:00
Ben Hutchings 8caad56681 Explicitly disable CARL9170_HWRNG
svn path=/dists/trunk/linux-2.6/; revision=18321
2011-11-26 03:57:27 +00:00
Ben Hutchings 38e6160722 NET_PACKET_ENGINE is a bool so set it to y
svn path=/dists/trunk/linux-2.6/; revision=18320
2011-11-26 03:56:22 +00:00
Ben Hutchings 8de56753df Update to 3.2-rc3
svn path=/dists/trunk/linux-2.6/; revision=18319
2011-11-26 03:33:20 +00:00
Ben Hutchings 01f077e6d8 amilo-rfkill: Use proper functions to write to the i8042 safely
svn path=/dists/sid/linux-2.6/; revision=18318
2011-11-26 03:21:20 +00:00
Ben Hutchings 1a7fd6fae1 lirc_serial: Fix various bugs that may result in a crash, deadlock or other failure (Closes: #645811)
svn path=/dists/sid/linux-2.6/; revision=18317
2011-11-25 00:46:02 +00:00
Ben Hutchings b476ae2bc6 Include module taint flags in bug reports
svn path=/dists/sid/linux-2.6/; revision=18316
2011-11-24 08:33:38 +00:00
Ben Hutchings 33ddc4f886 brcmsmac: Enable as module for all architectures
svn path=/dists/sid/linux-2.6/; revision=18315
2011-11-24 08:01:02 +00:00
Ben Hutchings e714f93eb8 Enable BCMA as module, BCMA_HOST_PCI and B43_BCMA (Closes: #649567)
But limit these to devices not supported by brcmsmac.

svn path=/dists/sid/linux-2.6/; revision=18314
2011-11-24 07:59:05 +00:00
Martin Michlmayr ce522b033c Set the priority of pata-modules to standard since the
GLAN Tank uses PATA.

svn path=/dists/sid/linux-2.6/; revision=18311
2011-11-22 15:26:19 +00:00
Ben Hutchings fb649e9731 Reorder Kconfig according to drivers/net reorganisation
Also add explicit CONFIG_NET_VENDOR_*=y as appropriate (this default
will probably go away some day).

This covers generic and x86 config files only.

svn path=/dists/trunk/linux-2.6/; revision=18310
2011-11-22 08:05:28 +00:00
Ben Hutchings dd9a095d25 netdev: Revert ARCNET and PHYLIB to tristate options
svn path=/dists/trunk/linux-2.6/; revision=18309
2011-11-22 07:56:06 +00:00
Ben Hutchings c6f027d499 dm: Enable DM_THIN_PROVISIONING as module
svn path=/dists/trunk/linux-2.6/; revision=18308
2011-11-22 06:40:56 +00:00
Ben Hutchings fc2200008f scsi: Enable MVUMI as module
svn path=/dists/trunk/linux-2.6/; revision=18307
2011-11-22 06:40:06 +00:00
Ben Hutchings a5117b53ce nfc: enable NFC_NCI as module
svn path=/dists/trunk/linux-2.6/; revision=18306
2011-11-22 06:33:51 +00:00
Ben Hutchings e0a83e6b87 ceph: Explicitly unset CEPH_LIB_USE_DNS_RESOLVER
svn path=/dists/trunk/linux-2.6/; revision=18305
2011-11-22 06:23:39 +00:00
Ben Hutchings 2e79938477 can: Enable CAN_GW, CAN_EMS_PCMCIA, CAN_PEAK_PCI as modules
svn path=/dists/trunk/linux-2.6/; revision=18304
2011-11-22 06:22:02 +00:00
Ben Hutchings 6d75f03935 ieee802154: Enable IEEE802154_6LOWPAN as module
svn path=/dists/trunk/linux-2.6/; revision=18303
2011-11-22 06:18:58 +00:00
Ben Hutchings bc8ba345e0 Explicitly unset X86_32_IRIS for i386/686-pae
svn path=/dists/trunk/linux-2.6/; revision=18302
2011-11-22 06:14:52 +00:00
Ben Hutchings 60407a92ff Explicitly disable JUMP_LABEL for now
Currently saves some cycles but significantly increases size.

svn path=/dists/trunk/linux-2.6/; revision=18301
2011-11-22 06:06:47 +00:00
Ben Hutchings c94be70e01 Update to 3.1.2
svn path=/dists/sid/linux-2.6/; revision=18300
2011-11-22 05:37:48 +00:00
Ben Hutchings 7547fa690b [amd64] bump -rt to 3.2-rc2-rt3
From: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

svn path=/dists/trunk/linux-2.6/; revision=18299
2011-11-20 00:01:55 +00:00
Ben Hutchings 9d96b925c8 aufs: Update to aufs3.x-rcN-20111114
svn path=/dists/trunk/linux-2.6/; revision=18298
2011-11-19 23:53:33 +00:00
Ben Hutchings 69a34a2626 Update to 3.2-rc2
Drop patches that went upstream.

Refresh the rt patch by finding a roughly equivalent git commit, applying the
remaining changes, merging with and diffing against 3.2-rc2.

svn path=/dists/trunk/linux-2.6/; revision=18295
2011-11-18 06:28:51 +00:00
Uwe Kleine-König 88be48dec9 [amd64] reenable rt featureset with 3.2-rc1-52e4c2a05-rt2
svn path=/dists/trunk/linux-2.6/; revision=18294
2011-11-17 07:50:32 +00:00
Uwe Kleine-König ec08651228 rt: fix gen-patch for new directory layout on kernel.org
svn path=/dists/trunk/linux-2.6/; revision=18293
2011-11-17 07:50:22 +00:00
Ben Hutchings 8b2b207a69 Remove build-dependencies for perf, which we no longer build
perf is now built from the linux-tools source package.  Remove
libelf-dev, libdw-dev, binutils-dev, asciidoc, libperl-dev,
python-dev, libnewt-dev which were only used for that.  Move
xmlto to Build-Depends-Indep since all documentation is now in
arch:all packages again.

svn path=/dists/trunk/linux-2.6/; revision=18289
2011-11-14 15:58:15 +00:00
Ben Hutchings ddbcf28662 Update to 3.2-rc1
Drop a large number of patches that were merged upstream.
Fix context in features/all/sound-pci-cs46xx-request_firmware.patch.
Remove another firmware image sneaked into staging.

svn path=/dists/trunk/linux-2.6/; revision=18288
2011-11-14 15:49:29 +00:00
Ben Hutchings be78e2ff73 Prepare to release linux-2.6 (3.1.1-1).
svn path=/dists/trunk/linux-2.6/; revision=18272
2011-11-14 04:56:58 +00:00