Commit Graph

405 Commits

Author SHA1 Message Date
Andres Salomon 35078b852c ensure gencontrol.py is executable before attempting to execute it.
svn path=/dists/trunk/linux-2.6/; revision=4130
2005-09-06 06:40:34 +00:00
Bastian Blank 3829ad9d21 Cleanup patches.
* debian/patches-debian/net-sockglue-cap.patch: Remove, fixed in 2.6.12.
* debian/patches-debian/series/2.6.12+2.6.13-rc6-1: Remove.
* debian/patches-debian/series/2.6.13-1: Remove drivers-s390-net-klist.patch.

svn path=/dists/trunk/linux-2.6/; revision=4126
2005-09-03 10:26:09 +00:00
Bastian Blank cb30ea1f99 Produce architecture dependant dependencies of core headers package per arch
via gencontrol overwrite.

* debian/bin/gencontrol.py: Add correct dependencies to GENCONTROL_ARGS.
* debian/templates/control.headers.arch.in: Add Depends field with
  substitution value variable.

svn path=/dists/trunk/linux-2.6/; revision=4125
2005-09-03 10:12:52 +00:00
Andres Salomon 57c26b2c3b Move all CONFIG_CRYPTO options out into global config; this unifies
CRYPTO_CONFIG modules for all archs except arm (which disables the crypto
stuff; i assume Vincent has a good reason for that..).  I left the md5
module compiled in statically, since most archs had it set that way; if
there's no reason for this, we can make it a module instead (I'm assuming
there's initrd-ish stuff that needs it?)

svn path=/dists/trunk/linux-2.6/; revision=4112
2005-09-01 06:10:47 +00:00
Andres Salomon 57de341927 oops, common config wasn't added
svn path=/dists/trunk/linux-2.6/; revision=4111
2005-09-01 06:01:08 +00:00
Andres Salomon 7d6e251650 run initsplit on this directory
svn path=/dists/trunk/linux-2.6/; revision=4110
2005-09-01 06:00:57 +00:00
Andres Salomon 4741c8f25c run initsplit on this directory
svn path=/dists/trunk/linux-2.6/; revision=4109
2005-09-01 05:58:12 +00:00
Andres Salomon 9e7bc3cf14 run initsplit on this directory
svn path=/dists/trunk/linux-2.6/; revision=4108
2005-09-01 05:55:59 +00:00
Andres Salomon aef36935de a few additional options that should be safe globally
svn path=/dists/trunk/linux-2.6/; revision=4106
2005-09-01 05:20:56 +00:00
Andres Salomon 97f81ffb27 enable a bunch of modular drivers that're new in 2.6.13 globally; misc other
bits too.

svn path=/dists/trunk/linux-2.6/; revision=4105
2005-09-01 05:15:37 +00:00
Andres Salomon a50497dc6f set CONFIG_INOTIFY=y globally
svn path=/dists/trunk/linux-2.6/; revision=4104
2005-09-01 05:09:57 +00:00
Simon Horman c6c246ed48 Added changelog for 2.6.12.6 - but omitted the patch as it is superceded by 2.6.13
svn path=/trunk/kernel/linux-2.6/; revision=4085
2005-08-31 09:16:55 +00:00
Simon Horman dd4ace87cd Merge changelog with 2.6.12-6 (manually)
svn path=/trunk/kernel/linux-2.6/; revision=4075
2005-08-30 10:30:05 +00:00
Simon Horman 7a58a0a36e * zlib deflateBound() patch added as part of the 2.6.12.5 patch in
2.6.12-3 now has a CAN number.
    See CAN-2005-2457

svn path=/trunk/kernel/linux-2.6/; revision=4071
2005-08-30 08:28:43 +00:00
Bastian Blank 77a113f580 r4064: waldi | 2005-08-29 12:59:50 +0200
* debian/bin/gencontrol.py: Really use abiname from config.
 * debian/changelog: Update.
 * debian/patches-debian/series/2.6.13-1: Move from debian/patches-debian/series/2.6.12+2.6.13-rc6-1.
 * debian/patches-debian/drivers-s390-net-klist.patch: Drop, it is included in 2.6.13.

svn path=/trunk/kernel/linux-2.6/; revision=4065
2005-08-29 11:13:47 +00:00
Bastian Blank c7e4885a56 r4026: waldi | 2005-08-23 16:16:40 +0200
debian/bin/gencontrol.py: Add error messages for arches without definitions.
 
 r4027:  waldi | 2005-08-23 17:17:44 +0200
 * debian/bin/gencontrol.py: Produce headers package for each subarch.
 * debian/templates/control.headers.main.in: Fix commandline.
 * debian/templates/control.headers.subarch.in: Remove.
 
 r4028:  waldi | 2005-08-23 18:04:56 +0200
 /debian/bin/gencontrol.py: Cleanup.
 
 r4029:  waldi | 2005-08-23 19:02:41 +0200
 * debian/bin/gencontrol.py: Move the logic into functions.
 * debian/lib/python/debian_linux.py
   (sorted_dict): Add.
   (entry): Implement via sorted_dict.
 
 r4030:  waldi | 2005-08-23 19:13:06 +0200
 debian/bin/gencontrol.py: Use dict for makeflags.
 
 r4031:  waldi | 2005-08-23 19:18:37 +0200
 debian/bin/gencontrol.py: Support extra packages which multiple architectures.
 
 r4032:  waldi | 2005-08-23 19:31:34 +0200
 * debian/bin/gencontrol.py: Set Architecture for each package.
 * debian/templates/control.headers.in, debian/templates/control.headers.latest.in,
   debian/templates/control.headers.subarch.in, debian/templates/control.image.in,
   debian/templates/control.image.latest.in: Remove Architecture field.
 
 r4033:  waldi | 2005-08-23 19:33:50 +0200
 debian/bin/gencontrol.py: Readd subarch headers package.
 
 r4034:  waldi | 2005-08-23 19:38:05 +0200
 debian/bin/gencontrol.py: Readd setup of variables for template substitution.
 
 r4035:  waldi | 2005-08-23 19:40:58 +0200
 debian/templates/control.headers.subarch.in: Fix package names in description.
 
 r4036:  waldi | 2005-08-23 19:49:12 +0200
 debian/lib/python/debian_linux.py
 (config): Support subarchitectures.
 
 r4037:  waldi | 2005-08-23 22:05:05 +0200
 Add support for linux-headers-$version-all package.
 It is currently blocked by #324741.
 
 * debian/bin/gencontrol.py: Update.
 * debian/lib/python/debian_linux.py: Move none subarch to the beginning of the list.
 * debian/templates/control.headers.main.in: Add.
 
 r4038:  waldi | 2005-08-23 22:42:52 +0200
 * debian/bin/gencontrol.py: Use special rule for building the general headers package.
 * debian/rules.real: Add rules.
 * debian/templates/control.headers.main.in: Drop -all suffix.
 
 r4039:  waldi | 2005-08-23 23:12:53 +0200
 debian/lib/python/debian_linux.py: Support overlay config.
 
 r4040:  waldi | 2005-08-23 23:13:33 +0200
 debian/rules.real: Fix installation of common headers package.
 
 r4045:  waldi | 2005-08-24 00:52:03 +0200
 * debian/arch/powerpc/defines: Add kernel arch settings.
 * debian/lib/python/debian_linux.py: Support kernel arch settings.
 
 r4047:  waldi | 2005-08-24 10:31:57 +0200
 * debian/bin/gencontrol.py: Add proper Architecture line to headers package.
 * debian/templates/control.headers.arch.in: Move from
   debian/templates/control.headers.main.in.
 
 r4049:  waldi | 2005-08-24 19:49:53 +0200
 debian/patches-debian/qla2xxx-removed.patch: Don't remove Kconfig entry.

svn path=/trunk/kernel/linux-2.6/; revision=4062
2005-08-29 10:09:39 +00:00
Simon Horman 988649d436 Annotate net-sockglue-cap.patch
svn path=/trunk/kernel/linux-2.6/; revision=4008
2005-08-22 06:07:02 +00:00
Simon Horman 411e130b2d [Security] Restrict socket policy loading to CAP_NET_ADMIN.
See CAN-2005-2555.

svn path=/trunk/kernel/linux-2.6/; revision=4007
2005-08-22 05:55:44 +00:00
Bastian Blank 1de71d0d65 * debian/bin/gencontrol.py: Move some code to a includes module.
* debian/lib, debian/lib/python: New directory.
* debian/lib/python/debian_linux.py: Add.
* debian/rules: Clean python compiled files.

svn path=/trunk/kernel/linux-2.6/; revision=4001
2005-08-21 15:17:11 +00:00
Simon Horman 8a1f291dce * - Unset CC_OPTIMIZE_FOR_SIZE in i386 config,
it breaks iproute's (and other netlink users) ability
      to set routes. (closes: #322723)   


svn path=/trunk/kernel/linux-2.6/; revision=3998
2005-08-21 01:56:09 +00:00
Bastian Blank 4e9d7d7510 * debian/arch/config: Enable ACL support for NFS.
* debian/arch/s390/config: Update.
* debian/patches-debian/drivers-s390-net-klist.patch: Add.
* debian/patches-debian/series/2.6.12+2.6.13-rc6-1: Add drivers-s390-net-klist.patch.

svn path=/trunk/kernel/linux-2.6/; revision=3996
2005-08-19 23:13:40 +00:00
Bastian Blank 56955ceea7 * debian/bin/gencontrol.py: Add special abiname setting for kpkg.
* debian/rules.real: Use KPKG_ABINAME.

svn path=/trunk/kernel/linux-2.6/; revision=3995
2005-08-19 23:11:47 +00:00
Bastian Blank f0f229156e * debian/bin/gencontrol.py: Add patch package to tree dependencies.
* debian/templates/control.tree.in: Remove Dependency line.

svn path=/trunk/kernel/linux-2.6/; revision=3994
2005-08-19 22:26:44 +00:00
Bastian Blank 22041b8101 debian/bin/gencontrol.py
- Remove some debug code.
- Make changelog regex more readable.
- Only add dependencies to sources of the same upstream version to the tree package.

svn path=/trunk/kernel/linux-2.6/; revision=3992
2005-08-19 18:12:39 +00:00
Bastian Blank 9287e1f343 * debian/bin/gencontrol.py: Support upstream version.
* debian/rules.real: Use upstream version for source tarball.

svn path=/trunk/kernel/linux-2.6/; revision=3991
2005-08-19 17:38:32 +00:00
Bastian Blank bc4f67cc81 Update to 2.6.13-rc6.
* debian/changelog: Update.
* debian/patches-debian/amd64-outs.patch: Remove, unreferenced.
* debian/patches-debian/drivers-ide-__devinit.patch,
  debian/patches-debian/ia64-generic-nosmp.patch
* debian/patches-debian/drivers-scsi-megaraid_splitup.patch,
  debian/patches-debian/modular-ide-pnp.patch,
  debian/patches-debian/remove-references-to-removed-drivers.patch,
  debian/patches-debian/modular-ide-pnp.patch: Update.
* debian/patches-debian/patch-2.6.12.1, debian/patches-debian/patch-2.6.12.2
  debian/patches-debian/patch-2.6.12.3, debian/patches-debian/patch-2.6.12.4
  debian/patches-debian/patch-2.6.12.5: Remove, obselete.
* debian/patches-debian/powerpc-ppc64-ibmvscsi.patch: Remove, broken.
* debian/patches-debian/powerpc-ppc64-vio-data.patch: Add.
* debian/patches-debian/series/2.6.12-1, debian/patches-debian/series/2.6.12-2,
  debian/patches-debian/series/2.6.12-3: Remove.
* debian/patches-debian/series/2.6.12+2.6.13-rc6-1: Add.
* debian/rules
  - Add maintainerclean rule.
  - Support versions with more than one dash.

svn path=/trunk/kernel/linux-2.6/; revision=3989
2005-08-19 15:21:47 +00:00
Bastian Blank 76a9a81e0a debian/arch/, debian/changelog: Revert revisions 3936 and 3981.
svn path=/trunk/kernel/source/linux-2.6/; revision=3983
2005-08-19 12:40:28 +00:00
Bastian Blank 87d00b6d95 * Add more strict dependency between the headers packages.
* Use own config to define arches, subarches and flavours.
* Aggregate ATM options.
* Add kernel config for s390 tape image.
* Fix subarch setting for sparc.

r3970: waldi | 2005-08-18 17:58:13 +0000
debian/templates/control.headers.in: Add more strict dependency.

r3971: waldi | 2005-08-18 18:02:08 +0000
Use own config to define arches, subarches and flavours.

* debian/arch/defines: Include architecture definitions.
* debian/arch/alpha/defines, debian/arch/amd64/defines, debian/arch/arm/defines,
  debian/arch/hppa/defines, debian/arch/i386/defines, debian/arch/ia64/defines,
  debian/arch/m68k/defines, debian/arch/powerpc/defines, debian/arch/s390/defines,
  debian/arch/sparc/defines: Include flavour definitions.
* debian/bin/gencontrol.py
  - Read all configs at once.
  - Use config definitions for arch, subarch and flavour detection.

r3972: waldi | 2005-08-18 18:50:08 +0000
debian/arch/alpha/config, debian/arch/amd64/config, debian/arch/config,
debian/arch/i386/config, debian/arch/powerpc/config: Aggregate ATM options.

r3973: waldi | 2005-08-18 18:52:30 +0000
Add kernel config for s390 tape image.

* debian/arch/s390/config: Remove IPL options.
* debian/arch/s390/config.s390 debian/arch/s390/config.s390x: Add IPL options.
* debian/arch/s390/config.s390-tape: Add.

r3974: waldi | 2005-08-18 18:55:49 +0000
debian/bin/gencontrol.py: Don't output not available arches.

r3975: waldi | 2005-08-18 18:57:32 +0000
debian/arch/sparc/defines: Set kpkg-subarch to sparc64.

r3976: waldi | 2005-08-18 19:06:23 +0000
* debian/arch/powerpc/Makefile.inc, debian/arch/sparc/Makefile.inc: Remove old subarch settings.
* debian/bin/gencontrol.py: Support per subarch kpkg-subarch.
* debian/rules.real: Use subarch for header builds.

svn path=/trunk/kernel/source/linux-2.6/; revision=3981
2005-08-19 10:31:32 +00:00
Sven Luther c747953604 Applied pmac-snd sanity check.
added apus config.

svn path=/trunk/kernel/source/linux-2.6/; revision=3961
2005-08-17 14:02:46 +00:00
Sven Luther f476e937af Added powerpc-pmac-sound-check.patch which does some sanity checks.
Fixed apus patch, now only a couple of hunks need checking.

svn path=/trunk/kernel/source/linux-2.6/; revision=3960
2005-08-17 13:35:36 +00:00
Bastian Blank 9594b362c3 debian/arch/arm/Makefile.inc: Really use gcc-3.3.
svn path=/trunk/kernel/source/linux-2.6/; revision=3956
2005-08-17 08:53:58 +00:00
Andres Salomon 0caf040081 * Change ATM and Classical-IP-over-ATM to be modular, instead of being
statically included.  Make it the same for all archs, too.
    (closes: #323143) (Andres Salomon)

svn path=/trunk/kernel/source/linux-2.6/; revision=3936
2005-08-17 04:44:13 +00:00
Bastian Blank 7d06f4326f debian/changelog: Prepare to release (2.6.12-5).
svn path=/trunk/kernel/source/linux-2.6/; revision=3935
2005-08-16 19:43:20 +00:00
Sven Luther 6e1371df5f Added powerpc-apus patch, not yet enabled though, as it needs checking if it
will not break main powerpc stuff.

svn path=/trunk/kernel/source/linux-2.6/; revision=3934
2005-08-16 18:15:54 +00:00
Sven Luther 2122bfdc57 Added changelog line for CONFIG_THERM_PM72 enablement on powerpc64.
svn path=/trunk/kernel/source/linux-2.6/; revision=3932
2005-08-16 16:51:44 +00:00
Sven Luther f579821d2e Enabled CONFIG_THERM_PM72 on powerpc64.
svn path=/trunk/kernel/source/linux-2.6/; revision=3931
2005-08-16 16:49:48 +00:00
Bastian Blank 16b2dcb04a debian/rules.real: Never clean environment completely, but remove MAKEFLAGS.
svn path=/trunk/kernel/source/linux-2.6/; revision=3921
2005-08-16 11:16:08 +00:00
Sven Luther 7a297c2dea Added a clean version of the powerpc OF patch, not yet applied though.
svn path=/trunk/kernel/source/linux-2.6/; revision=3913
2005-08-16 09:49:15 +00:00
maximilian attems 39e4560574 change fuzz factor from default 2 to 1 on patch appliance.
may need a rediff of various patches,
but catches from nasty surprises

svn path=/trunk/kernel/source/linux-2.6/; revision=3910
2005-08-16 07:56:59 +00:00
dann frazier c481f68276 * Add transitional meta packages (kernel-image-2.6-*) for ia64.
(dann frazier)

svn path=/trunk/kernel/source/linux-2.6/; revision=3900
2005-08-15 23:24:39 +00:00
dann frazier 61bfcd3754 * Remove spurious double quote character from ia64 package descriptions.
(dann frazier)

svn path=/trunk/kernel/source/linux-2.6/; revision=3899
2005-08-15 23:19:00 +00:00
Vincent Sanders 525fc960b3 Fix FTBFS error on ARM
svn path=/trunk/kernel/source/linux-2.6/; revision=3898
2005-08-15 19:55:45 +00:00
Bastian Blank 3c4396bbb2 debian/changelog
- Update.
- Prepare to release (2.6.12-4).

svn path=/trunk/kernel/source/linux-2.6/; revision=3895
2005-08-15 19:09:17 +00:00
Bastian Blank 943d52b109 debian/arch/powerpc/defines: Set correct subarch for powerpc images.
svn path=/trunk/kernel/source/linux-2.6/; revision=3894
2005-08-15 18:46:32 +00:00
Bastian Blank 135cfe821c debian/rules.real: Call debian/bin/apply with sh, it may not executable.
svn path=/trunk/kernel/source/linux-2.6/; revision=3893
2005-08-15 16:07:13 +00:00
Bastian Blank 4a2dce100c debian/changelog: Prepare to release (2.6.12-3).
svn path=/trunk/kernel/source/linux-2.6/; revision=3890
2005-08-15 14:44:18 +00:00
Simon Horman 3d7cd7d49f Don't update version
svn path=/trunk/kernel/source/linux-2.6/; revision=3879
2005-08-15 09:24:22 +00:00
Simon Horman 95f82466aa * Added 2.6.12.5 (Simon Horman)
- Fix BUG() is triggered by a call to set_mempolicy() with a negativ
      first argument.
    - [amd64] Fix a SRAT handling on systems with dual cores.
    - [amd64] SMP timing problem
    - [security] Zlib fixes See CAN-2005-2458, CAN-2005-2459
      http://sources.redhat.com/ml/bug-gnu-utils/1999-06/msg00183.html
      http://bugs.gentoo.org/show_bug.cgi
    - Add zlib deflateBound()
    - [security] Fix error during session join. See CAN-2005-2098
    - [security] Fix keyring destructor. See CAN-2005-2099
    - Module per-cpu alignment cannot always be met
      http://www.ussg.iu.edu/hypermail/linux/kernel/0409.0/0768.html
    Closes: #323039

svn path=/trunk/kernel/source/linux-2.6/; revision=3878
2005-08-15 09:22:29 +00:00
Bastian Blank 1c2fb4eea9 r3873: waldi | 2005-08-15 09:12:30 +0000
Update svn:ignore properties.

svn path=/trunk/kernel/source/linux-2.6/; revision=3877
2005-08-15 09:21:38 +00:00
Simon Horman 0838fb3354 * [security]
security-keys-destructor-oops.patch
  Fix keyring destructor
  See CAN-2005-2099
  Closes: #323039
 
* [security]
  security-keys-session-join.patch
  Fix error during session join
  See CAN-2005-2098
  Closes: #323039


svn path=/trunk/kernel/source/linux-2.6/; revision=3871
2005-08-15 08:54:03 +00:00