Commit Graph

100 Commits

Author SHA1 Message Date
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 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 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 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 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 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 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 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 e82a500c44 Bump ABI to 3; drop patches needed to avoid earlier ABI changes
svn path=/dists/sid/linux/; revision=19165
2012-06-18 05:16:18 +00:00
Ben Hutchings 3121d09256 [x86] hv: Update all Hyper-V drivers to 3.4-rc1 (Closes: #661318)
svn path=/dists/sid/linux-2.6/; revision=18921
2012-04-09 00:47:41 +00:00
Bastian Blank 22739a691a debian/config/defines: Fix definition to disable rt featureset.
svn path=/dists/sid/linux-2.6/; revision=18823
2012-03-12 22:08:06 +00:00
Bastian Blank f867fb53df * debian/changelog: Update version to 3.2.10-1.
* debian/config/defines: Ignore some local ABI changes.
* debian/patches: Remove merged patches.

svn path=/dists/sid/linux-2.6/; revision=18821
2012-03-12 21:24:24 +00:00
Ben Hutchings e156de16a1 Bump ABI to 2
The epoll fixes in 3.2.9 change struct file.
This also means we can stop enumerating IDE-related symbols to be ignored.

svn path=/dists/sid/linux-2.6/; revision=18762
2012-03-02 03:30:27 +00:00
Bastian Blank e8d9affc01 debian/config/defines: Ignore ABI change for LOGO removal.
svn path=/dists/sid/linux-2.6/; revision=18741
2012-02-26 18:30:10 +00:00
Bastian Blank 845b47d382 Remove IDE trigger for LED support.
* debian/changelog: Update.
* debian/config/config, debian/config/armel/config.iop32x:
  Remove LEDS_TRIGGER_IDE_DISK.
* debian/config/defines: Ignore ABI change.

svn path=/dists/sid/linux-2.6/; revision=18736
2012-02-26 10:23:01 +00:00
Ben Hutchings a02af1f38e Ignore removal of IDE subsystem for ABI purposes
svn path=/dists/sid/linux-2.6/; revision=18706
2012-02-20 01:11:34 +00:00
Ben Hutchings 05baeba845 net: Disable FIXED_PHY
This is only useful for specific platforms that need it, and after it
became a boolean (rather than tristate) option it has been conflicting
with platform MDIO buses on platforms we actually do support.

Disable it completely and add a comment about this.

svn path=/dists/trunk/linux-2.6/; revision=18661
2012-02-02 04:49:27 +00:00
Ben Hutchings eea5016ae4 Ignore ABI changes in x86 KVM modules
svn path=/dists/trunk/linux-2.6/; revision=18658
2012-01-31 06:24:19 +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
Bastian Blank 46c04e93a2 * debian/changelog: Update.
* debian/config/defines: Use gcc-4.6.

svn path=/dists/trunk/linux-2.6/; revision=18190
2011-10-28 18:20:17 +00:00
Maximilian Attems 264f8c6767 add 3.0.1-rc1 stable
has potential to unfuck current sad scsi stack troubels.
temporaly disable rt, has some conflicts to resolve.

svn path=/dists/trunk/linux-2.6/; revision=17882
2011-08-04 00:31:06 +00:00
Aurelien Jarno a2a80612e7 * Add configuration files for s390x architecture.
svn path=/dists/trunk/linux-2.6/; revision=17861
2011-07-28 09:37:10 +00:00
Ben Hutchings 8fc303ee00 [amd64] Add rt featureset with 3.0-rt2 patch set
Mostly done by Uwe Kleine-König.

svn path=/dists/trunk/linux-2.6/; revision=17850
2011-07-23 20:53:57 +00:00
Ben Hutchings 04b4d4bcb5 Change default compiler to gcc-4.5 again
Previously done in r17621 and accidentally reverted in r17656.

svn path=/dists/trunk/linux-2.6/; revision=17849
2011-07-23 18:23:28 +00:00
Ben Hutchings c8f96f1808 Reduce required initramfs-tools version to 0.99~, to ease backporting
svn path=/dists/trunk/linux-2.6/; revision=17841
2011-07-21 21:36:06 +00:00
Maximilian Attems 6b6db1081a update config to 3.0
arm guys may want to check their configs.

svn path=/dists/trunk/linux-2.6/; revision=17656
2011-06-14 12:13:56 +00:00
Ben Hutchings c896a40061 Define package relation for gcc-4.5
svn path=/dists/trunk/linux-2.6/; revision=17621
2011-06-07 09:35:47 +00:00
Ben Hutchings f4b9a38952 Make gcc-4.5 the default compiler (except for alpha, hppa and m68k)
svn path=/dists/trunk/linux-2.6/; revision=17620
2011-06-07 09:06:56 +00:00
Ben Hutchings 8821b230d4 Describe Xen-capable kernels as supporting dom0 operation
svn path=/dists/trunk/linux-2.6/; revision=17553
2011-05-31 00:39:19 +00:00
Maximilian Attems b96fbe4210 rebase to 2.6.39
svn path=/dists/trunk/linux-2.6/; revision=17457
2011-05-19 08:15:48 +00:00
Ben Hutchings 5f375916e4 postinst: Remove specific support for running a ramdisk creator
Warn users that specify one in /etc/kernel-img.conf.
Require initramfs-tools >= 0.99, which does not depend on being directly
invoked.

svn path=/dists/trunk/linux-2.6/; revision=17424
2011-05-16 03:57:43 +00:00
Ben Hutchings 0f8d2dbc13 Add armhf architecture with mx5 flavour
Based on configuration files from Hector Oron and Vagrant Cascadian.

svn path=/dists/trunk/linux-2.6/; revision=17237
2011-04-21 02:12:40 +00:00
Ben Hutchings f47e41d214 [i386] Rename '686-bigmem' flavour to '686-pae'; remove '686' flavour.
For 686-class systems without PAE, the '486' flavour is more efficient
than the '686' flavour due to optimisation for uniprocessor systems.

svn path=/dists/trunk/linux-2.6/; revision=17210
2011-04-07 01:52:47 +00:00
Ben Hutchings 1e6d761496 Reset ABI name to trunk
svn path=/dists/trunk/linux-2.6/; revision=17208
2011-04-06 13:47:58 +00:00
Jurij Smakov 43c2ef5108 Bump CONFIG_NR_CPUS on sparc to 256, ABI to 2.
svn path=/dists/sid/linux-2.6/; revision=17106
2011-03-23 23:57:58 +00:00
Ben Hutchings a9c4fee390 Add configuration for Debian architecture ppc64 (Closes: #618976)
svn path=/dists/sid/linux-2.6/; revision=17096
2011-03-21 13:04:30 +00:00
Ben Hutchings d1a3534be4 Set ABI to 1
svn path=/dists/trunk/linux-2.6/; revision=17075
2011-03-16 04:47:31 +00:00
Ben Hutchings d23157bc6c Remove remnants of openvz, vserver, xen featuresets
svn path=/dists/trunk/linux-2.6/; revision=17065
2011-03-13 06:45:57 +00:00
Ben Hutchings 871633716d Revert "postinst: Remove specific support for running a ramdisk creator" etc.
initramfs-tools still assumes that official kernel packages will call
it specifically and does nothing in the postinst hook if it recognises
that it has been called by an official package.  Therefore we cannot
make this change yet.


svn path=/dists/trunk/linux-2.6/; revision=16981
2011-03-04 04:14:38 +00:00
Ben Hutchings a68b161473 postinst: Remove specific support for running a ramdisk creator
Warn users that specify one in /etc/kernel-img.conf.
Require initramfs-tools >= 0.94, which installs a postinst hook.

svn path=/dists/trunk/linux-2.6/; revision=16958
2011-03-01 05:44:42 +00:00
Bastian Blank 7f5e7db196 Merge /dists/squeeze/linux-2.6 (2.6.32-30).
svn path=/dists/trunk/linux-2.6/; revision=16903
2011-02-16 17:06:01 +00:00