Commit Graph

648 Commits

Author SHA1 Message Date
Jurij Smakov a58cbac5bf Fix the contents of scripts directory (333052).
The list of file patterns not to copy into it
is specified, hopefully it will break less now.

svn path=/dists/trunk/linux-2.6/; revision=4713
2005-11-03 07:46:21 +00:00
Sven Luther 8c401c3d70 Now use NewReno+BIC by default, closes #337089.
svn path=/dists/trunk/linux-2.6/; revision=4712
2005-11-02 16:40:10 +00:00
Norbert Tretkowski 2dbe9b57b2 Really switched to gcc 4.0 on alpha.
svn path=/dists/trunk/linux-2.6/; revision=4710
2005-11-01 20:47:46 +00:00
Simon Horman 26f0ebf650 [ Norbert Tretkowski ]
* Switch to gcc 4.0.
     N.B: This was moved from 2.6.14-2 to 2.6.14-3 as 2.6.14-2 had
     already been built and uploaded. Norbert, can you remove this
     note once you've read it. Sorry of that means -2 breaks on alpha.
     We'll get -3 out soon -- Simon Horman

svn path=/dists/trunk/linux-2.6/; revision=4709
2005-11-01 10:22:01 +00:00
Simon Horman c7e2430af1 2.6.14-2
Backed out a commit by Norbert Tretkowski, i'll put that back in to oppen the account -3, but i had already uploaded before i saw this

svn path=/dists/trunk/linux-2.6/; revision=4707
2005-11-01 10:13:23 +00:00
Norbert Tretkowski c67c1a441e Reverted compiler change on alpha, will happen in 2.6.14-3.
svn path=/dists/trunk/linux-2.6/; revision=4706
2005-11-01 08:02:17 +00:00
Norbert Tretkowski 4eb77372cd Switch to gcc 4.0 for alpha.
svn path=/dists/trunk/linux-2.6/; revision=4705
2005-11-01 07:17:54 +00:00
Simon Horman c58bc8913f Fix for AUDITSYSCALL build probolem on powerpc64
svn path=/dists/trunk/linux-2.6/; revision=4704
2005-10-31 13:21:08 +00:00
Simon Horman e60619df55 Work around, CONFIG_AUDITSYSCALL is needed for CONFIG_AUDIT on ppc64. upstream notified, awaiting fix.
svn path=/dists/trunk/linux-2.6/; revision=4701
2005-10-31 12:51:44 +00:00
Simon Horman 97c0f4e365 removed duplicate kernel-header-dirs and kernel-arch
svn path=/dists/trunk/linux-2.6/; revision=4696
2005-10-31 08:02:25 +00:00
Simon Horman 221d96db71 Add missing kernel-arch and kernel-header-dirs to defines
so headers get included. (closes: #336521)
    N.B: I only filled in arches where other's hadn't done so alread.
         Please fix if its wrong.

svn path=/dists/trunk/linux-2.6/; revision=4695
2005-10-31 08:00:52 +00:00
Norbert Tretkowski 5a5a8812cb Added kernel-header-dirs and kernel-arch to debian/arch/alpha/defines.
svn path=/dists/trunk/linux-2.6/; revision=4694
2005-10-31 07:50:22 +00:00
Simon Horman d733e0cfa3 Fix genearation of .extraversion, again (closes: #333842)
svn path=/dists/trunk/linux-2.6/; revision=4693
2005-10-31 06:01:18 +00:00
Jurij Smakov eaa9fdf07a Add missing fields to debian/arch/sparc/defines
to fix the headers on sparc.

svn path=/dists/trunk/linux-2.6/; revision=4692
2005-10-31 05:58:53 +00:00
Norbert Tretkowski 349852bb6e Added myself to Uploaders.
svn path=/dists/trunk/linux-2.6/; revision=4690
2005-10-30 17:16:59 +00:00
Frederik Schüler de49dda1c2 Fix linux-headers build fix
svn path=/dists/trunk/linux-2.6/; revision=4689
2005-10-30 14:40:05 +00:00
Frederik Schüler 2dd7e60802 add kernel-header-dirs: x86_64 generic to fix amd64 linux-headers.
svn path=/dists/trunk/linux-2.6/; revision=4688
2005-10-30 12:13:55 +00:00
Frederik Schüler 6116449301 Deactivate CONFIG_AUDITSYSCALL: not needed for selinux, slows down the kernel
and bears potential problems.

svn path=/dists/trunk/linux-2.6/; revision=4687
2005-10-29 21:48:51 +00:00
Frederik Schüler 8c0a431493 use DISCONTIGMEM instead of SPARSEMEM on amd64-k8-smp flavour to fix bootup kernel panic.
svn path=/dists/trunk/linux-2.6/; revision=4686
2005-10-29 13:11:17 +00:00
Kyle McMartin 200d01bfa2 Edit out EXTRAVERSION modifying hunk
svn path=/dists/trunk/linux-2.6/; revision=4685
2005-10-29 05:33:41 +00:00
Norbert Tretkowski 0466428e3b New patch to include compiler.h in barrier.h, barrier() is used in non-SMP case.
svn path=/dists/trunk/linux-2.6/; revision=4684
2005-10-28 17:45:22 +00:00
dann frazier 41c53b127a * Update hppa.diff to 2.6.14-pa0
svn path=/dists/trunk/linux-2.6/; revision=4683
2005-10-28 15:03:55 +00:00
Vincent Sanders f626fbb159 ARM will now build properly with gcc 4 as all patches needed for gcc4 compiling are merged
svn path=/dists/trunk/linux-2.6/; revision=4682
2005-10-28 11:33:28 +00:00
Vincent Sanders 2c75ecf4f2 update ARM configs for 2.6.14 release
svn path=/dists/trunk/linux-2.6/; revision=4681
2005-10-28 11:28:13 +00:00
Simon Horman 8e398b4bc7 CVE-2005-3181
svn path=/dists/trunk/linux-2.6/; revision=4680
2005-10-28 09:23:59 +00:00
Simon Horman f37bbf7b84 2.6.14-1
svn path=/dists/trunk/linux-2.6/; revision=4676
2005-10-28 07:26:40 +00:00
Simon Horman 9dee01e372 Having CONFIG_GENERIC_PENDING_IRQ on globablly shouldn't hurt any arch/flavour that doesn't have it, and turns it on for those that do, which seems to be the right thing
svn path=/dists/trunk/linux-2.6/; revision=4674
2005-10-28 06:43:25 +00:00
Sven Luther d5b575d465 Fixed miboot and powerpc64 configs.
svn path=/dists/trunk/linux-2.6/; revision=4673
2005-10-28 06:24:44 +00:00
Sven Luther adcdbe44c4 Enabled SCSI_SATA_INTEL_COMBINED globally.
svn path=/dists/trunk/linux-2.6/; revision=4672
2005-10-28 05:56:27 +00:00
Sven Luther 16a334e132 Initial preparation for the 2.6.14-1 release.
svn path=/dists/trunk/linux-2.6/; revision=4671
2005-10-28 05:20:14 +00:00
Simon Horman 410e861ea6 Make sure version is seeded in apply and unapply scripts.
Actually changed in some earlier, post 2.6.12, release,
    but the changelog seems to be missing.
    (closes: #324583)

svn path=/dists/trunk/linux-2.6/; revision=4670
2005-10-28 04:08:35 +00:00
dann frazier c1913494af linux-patch-debian-linux-patch-debian-X.Y.Z.
* [ia64] Disable the CONFIG_IA64_SGI_SN_XP module.  This forces
  CONFIG_GENERIC_ALLOCATOR and CONFIG_IA64_UNCACHED_ALLOCATOR to y, which
  appears to break on zx1 systems.

svn path=/dists/trunk/linux-2.6/; revision=4660
2005-10-26 20:27:03 +00:00
Simon Horman 4e4bd7bcb5 Fix misformatting of long description of
linux-patch-debian-linux-patch-debian-X.Y.Z.

svn path=/dists/trunk/linux-2.6/; revision=4654
2005-10-26 06:37:57 +00:00
Norbert Tretkowski 663f42d9ad Update arch/alpha/config* for 2.6.14.
svn path=/dists/trunk/linux-2.6/; revision=4653
2005-10-25 18:53:17 +00:00
Sven Luther cdbe650991 Bastian's upload failed, doing it myself.
svn path=/dists/trunk/linux-2.6/; revision=4651
2005-10-25 04:00:31 +00:00
Bastian Blank 8ceaa00bb8 debian/changelog: Fix distribution.
svn path=/dists/trunk/linux-2.6/; revision=4642
2005-10-24 16:27:32 +00:00
Bastian Blank a0f5a9f81a debian/changelog: Prepare to release (2.6.13+2.6.14-rc5-0experimental.1).
svn path=/dists/trunk/linux-2.6/; revision=4641
2005-10-24 15:35:06 +00:00
Frederik Schüler bae5eee893 Set CONFIG_AIRO=m globally.
svn path=/dists/trunk/linux-2.6/; revision=4640
2005-10-24 14:40:57 +00:00
Frederik Schüler 446dc33c39 Add CONFIG_AIRO=m
svn path=/dists/trunk/linux-2.6/; revision=4639
2005-10-24 14:32:07 +00:00
Sven Luther 109a565cd0 Changed linux-ramdisk-tool to linux-initramfs-tool to not have initrd-tool
satisfy the dependency. Now build-depend on k-p >= 9.008.3.

svn path=/dists/trunk/linux-2.6/; revision=4629
2005-10-24 08:21:10 +00:00
Bastian Blank 8ae421c519 * debian/templates/control.image.in: Remove conflicts against the initrd tools.
* debian/templates/control.source.in: Build-Depend against new kernel-package.

svn path=/dists/trunk/linux-2.6/; revision=4618
2005-10-23 17:16:13 +00:00
Bastian Blank 8d0068bdc9 debian/bin/install-image
- Add arch/*/include to headers package.
- Add extra scripts into headers package.

svn path=/dists/trunk/linux-2.6/; revision=4617
2005-10-23 17:13:42 +00:00
Bastian Blank 0380207472 debian/rules
- Cleanup clean target.
- Rebuild control files in setup and clean target.

svn path=/dists/trunk/linux-2.6/; revision=4616
2005-10-23 16:04:21 +00:00
Bastian Blank 9c546007ac debian/changelog: Update.
svn path=/dists/trunk/linux-2.6/; revision=4611
2005-10-23 13:42:19 +00:00
Bastian Blank bb163b02a9 * debian/patches-debian/powerpc-build-links.patch: Add.
* debian/patches-debian/series/2.6.13+2.6.14-rc5-0experimental.1:
  Add powerpc-build-links.patch.

svn path=/dists/trunk/linux-2.6/; revision=4610
2005-10-23 13:42:06 +00:00
Bastian Blank ef7efe41cf * debian/bin/gencontrol.pya: Export kernel-header-dirs as KERNEL_HEADER_DIRS for subarch.
* debian/bin/install-image
  - Move from debian/templates/post-install.in.
  - Use KERNEL_HEADER_DIRS for asm-directory selection.
* debian/bin/install-header: Remove svn:executable property.
* debian/rules.real: Use debian/bin/install-image.

svn path=/dists/trunk/linux-2.6/; revision=4609
2005-10-23 12:06:48 +00:00
Bastian Blank 65ee433593 debian/bin/install-header: Bah, bash arrays don't work this way.
svn path=/dists/trunk/linux-2.6/; revision=4608
2005-10-23 11:32:53 +00:00
Bastian Blank b4cc36af8f debian/bin/install-header
- Remove include/asm from package.
- Remove debugging output.

svn path=/dists/trunk/linux-2.6/; revision=4607
2005-10-23 11:10:44 +00:00
Bastian Blank 4d89e2fa76 * debian/arch/powerpc/defines: Set kernel-header-dirs.
* debian/bin/gencontrol.py: Export kernel-header-dirs as KERNEL_HEADER_DIRS.
* debian/bin/install-header:
  - Move from debian/templates/header-install.in.
  - Use KERNEL_HEADER_DIRS.
* debian/rules.real: Use debian/bin/install-header.

svn path=/dists/trunk/linux-2.6/; revision=4606
2005-10-23 11:09:00 +00:00
Bastian Blank d529edbcfc debian/lib/python/debian_linux.py: Add workaround for broken abiname handling.
svn path=/dists/trunk/linux-2.6/; revision=4605
2005-10-23 11:06:24 +00:00