Commit Graph

5626 Commits

Author SHA1 Message Date
Ben Hutchings 6703a557aa Add support for git repo as upstream source
svn path=/dists/trunk/linux-2.6/; revision=14631
2009-11-15 16:07:04 +00:00
Martin Michlmayr 8b2c2ae600 document why some options are turned off
svn path=/dists/trunk/linux-2.6/; revision=14610
2009-11-12 21:14:33 +00:00
Martin Michlmayr 21c27aa469 fix "warning: symbol value 'm' invalid for FIXED_PHY" by inheriting this
value from topconfig

svn path=/dists/trunk/linux-2.6/; revision=14608
2009-11-12 18:11:02 +00:00
Martin Michlmayr 525e3c08f7 [armel] Re-enable options that were turned off recently because of
size constraints

svn path=/dists/trunk/linux-2.6/; revision=14607
2009-11-12 18:06:20 +00:00
Martin Michlmayr 0dc5a508cb [armel] Enable KERNEL_LZMA, i.e. compress kernels with lzma to get
much better compression.

svn path=/dists/trunk/linux-2.6/; revision=14606
2009-11-12 17:34:23 +00:00
Martin Michlmayr 115edcab14 Add patch from Albin Tonnerre to add HAVE_KERNEL_LZMA to arm.
svn path=/dists/trunk/linux-2.6/; revision=14605
2009-11-12 17:32:42 +00:00
Martin Michlmayr d32fc88c1d cosmetic
svn path=/dists/trunk/linux-2.6/; revision=14604
2009-11-12 17:27:17 +00:00
Martin Michlmayr 8fe0402235 MTD_CMDLINE_PARTS makes sense on some platforms
svn path=/dists/trunk/linux-2.6/; revision=14603
2009-11-12 17:26:59 +00:00
Martin Michlmayr f2ee8ac82b MTD_BLOCK should stay built-in (otherwise upgrades are more difficult)
svn path=/dists/trunk/linux-2.6/; revision=14602
2009-11-12 17:25:49 +00:00
Maximilian Attems 886f5bff3d maintainer script snipp outdated copyright headers
as we ship that code and already modified more then bits,
just take up responsibility. copyright is deducible from commits.
let's one jump directly to the code when opening relevant file.

svn path=/dists/trunk/linux-2.6/; revision=14596
2009-11-10 14:20:30 +00:00
Maximilian Attems 4aafa3d751 maintainer scripts nuke unused variable silent_loader
unused undocumented so can just go.

svn path=/dists/trunk/linux-2.6/; revision=14595
2009-11-10 14:20:26 +00:00
Maximilian Attems fd56b16d74 remove sed replacement for useless things that got axed in postinst
one was empty and the other a sane default anyway.

svn path=/dists/trunk/linux-2.6/; revision=14594
2009-11-10 14:06:18 +00:00
Maximilian Attems 874e54e1b2 postinst: get rid of reverse symlinks handling
maximilian suggested to grab an axe and rip the reverse symlinks handling out.
The man page for kernel-img.conf has no reference to it anymore.

Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>

svn path=/dists/trunk/linux-2.6/; revision=14593
2009-11-10 09:05:10 +00:00
Maximilian Attems 269546845f config maintainer script is gone
no need to care about it.

svn path=/dists/trunk/linux-2.6/; revision=14590
2009-11-08 20:39:50 +00:00
Maximilian Attems bd26c9179c Really fix missing kernel-img.conf makes a debian kernel not installable
There is no /etc/kernel-img.con on a fresh debootstrap sid. Installing a
kernel leads to:

|mikejones:/var/lib# dpkg --configure -a
|Setting up linux-image-2.6.31-1-amd64 (2.6.31-1) ...
|Running depmod.
|Running update-initramfs.
|update-initramfs: Generating /boot/initrd.img-2.6.31-1-amd64
|Error retreiving answer for linux-image-2.6.31-1-amd64/postinst/create-kimage-link-2.6.31-1-amd64:
| linux-image-2.6.31-1-amd64/postinst/create-kimage-link-2.6.31-1-amd64 doesn't exist at
| /var/lib/dpkg/info/linux-image-2.6.31-1-amd64.postinst line 522, <STDIN> line 3.
|dpkg: error processing linux-image-2.6.31-1-amd64 (--configure):
| subprocess installed post-installation script returned error exit status 9

As far as I understand debconf, there must be a template and input() for
${package_name}/postinst/create-kimage-link-$version in order to get a
value saved. Since I did not find it I guess that this can't work.

If the bootloader is palo than the answer is ignored anyway so the
question is not required there.

kernel-img.conf(5) says that do_symlinks defaults to yes.

This could also fix piuparts [0].

[0] http://piuparts.debian.org/sid/fail/linux-image-2.6.31-1-amd64_2.6.31-1.log

[ nuked that template in question and this is indeed the right fix
  instead of reprompting user for useless questions.
  Add a comment and keep current ordering. -maks ]

Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>

Really fix making a debian kernel installable without kernel-img.conf.

boah the code below this with reverse links must die pretty soon.

thanks for good analysis and bug report.

svn path=/dists/trunk/linux-2.6/; revision=14589
2009-11-08 20:39:41 +00:00
Maximilian Attems bfa7df899d nuke now empty config maintainer script
svn path=/dists/trunk/linux-2.6/; revision=14588
2009-11-08 20:39:28 +00:00
Martin Michlmayr b986c1ece6 [armel/orion5x, armel/kirkwood] Enable ISDN (requested by Markus
Krebs).

svn path=/dists/trunk/linux-2.6/; revision=14580
2009-11-06 21:07:45 +00:00
Ben Hutchings aac015e39f aufs2: Remove incorrect static assertion (Closes: #554120)
svn path=/dists/sid/linux-2.6/; revision=14559
2009-11-05 01:03:16 +00:00
Ben Hutchings 23229038ef Update to 2.6.32-rc6
Refresh firmware patches for Kconfig context changes.
Remove bugfix patches merged upstream.

svn path=/dists/trunk/linux-2.6/; revision=14541
2009-11-04 02:02:19 +00:00
Ben Hutchings 985b41bdad Fix broken patch header
svn path=/dists/trunk/linux-2.6/; revision=14540
2009-11-04 01:07:07 +00:00
Ben Hutchings 9358a36117 Do not remove CIS files from tarball
The CIS files are licenced under GPL and are normally edited as
binaries so it is OK that there are no separate source files for them.

svn path=/dists/trunk/linux-2.6/; revision=14539
2009-11-04 00:43:40 +00:00
Ben Hutchings 950d1c8694 Refresh for 2.6.32-rc6
svn path=/dists/trunk/linux-2.6/; revision=14538
2009-11-04 00:40:17 +00:00
Ben Hutchings f9f12616c4 r8169: Remove firmware for RTL8168D v1 and v2 and use request_firmware() to load it
svn path=/dists/trunk/linux-2.6/; revision=14537
2009-11-04 00:33:53 +00:00
Ben Hutchings eb174421b4 lgs8gxx: Remove firmware for lgs8g75 and use request_firmware() to load it
svn path=/dists/trunk/linux-2.6/; revision=14536
2009-11-04 00:31:07 +00:00
Bastian Blank 4b18a52544 debian/templates/image.plain.bug/include-1tainted:
Fix missing newline on output.

svn path=/dists/sid/linux-2.6/; revision=14535
2009-11-03 23:34:39 +00:00
Ben Hutchings 19ac3d26c1 [powerpc] Remove SMP warning from PowerMac cpufreq (Closes: #554124).
Logged under Bastian's name since the patch is from him.

svn path=/dists/sid/linux-2.6/; revision=14534
2009-11-03 02:16:20 +00:00
Ben Hutchings 8be6124957 drm/radeon/r600: add clarifying comment to r600 blit code
svn path=/dists/trunk/linux-2.6/; revision=14533
2009-11-03 01:07:16 +00:00
Ben Hutchings 1ea43a7025 postinst: Accept absolute paths in modules.dep generated by the lenny version of module-init-tools (Closes: #552610)
svn path=/dists/trunk/linux-2.6/; revision=14532
2009-11-01 00:59:45 +00:00
Ben Hutchings 0ada151cfa postinst: Accept absolute paths in modules.dep generated by the lenny version of module-init-tools (Closes: #552610)
svn path=/dists/sid/linux-2.6/; revision=14531
2009-11-01 00:59:02 +00:00
Martin Michlmayr 817fee2c80 make it modular (to be in sync with other configs)
svn path=/dists/trunk/linux-2.6/; revision=14530
2009-10-30 21:14:39 +00:00
Martin Michlmayr 99e38a9e27 no need to set these
svn path=/dists/trunk/linux-2.6/; revision=14529
2009-10-30 21:12:19 +00:00
Martin Michlmayr 4eaac41282 make some MTD chip support modular
svn path=/dists/trunk/linux-2.6/; revision=14528
2009-10-30 20:42:48 +00:00
Martin Michlmayr fe684596d8 turn off CONFIG_MTD_CMDLINE_PARTS on arm
svn path=/dists/trunk/linux-2.6/; revision=14527
2009-10-30 20:40:07 +00:00
Martin Michlmayr 59e0c14510 unifiy FTL and FTLN
svn path=/dists/trunk/linux-2.6/; revision=14526
2009-10-30 20:36:29 +00:00
Martin Michlmayr d5b35d1089 make MTD_BLOCK & MTD_BLOCK_RO modular on arm.
svn path=/dists/trunk/linux-2.6/; revision=14525
2009-10-30 20:35:15 +00:00
Martin Michlmayr 8b29760a7f enable CESA
svn path=/dists/trunk/linux-2.6/; revision=14524
2009-10-30 12:12:20 +00:00
Martin Michlmayr 01fb240bfd [armel/orion5x, armel/kirkwood] Make sure VGA_CONSOLE is disabled,
otherwise the kernel won't boot.

svn path=/dists/trunk/linux-2.6/; revision=14523
2009-10-30 12:10:24 +00:00
Martin Michlmayr 5d798cb23c [armel/orion5x, armel/kirkwood] Make sure VGA_CONSOLE is disabled,
otherwise the kernel won't boot.

svn path=/dists/sid/linux-2.6/; revision=14522
2009-10-30 12:10:01 +00:00
Martin Michlmayr c78725f077 remove unknown variables
svn path=/dists/trunk/linux-2.6/; revision=14521
2009-10-30 11:42:35 +00:00
Martin Michlmayr 93d85d700e Add OpenRD-Client support again.
svn path=/dists/sid/linux-2.6/; revision=14520
2009-10-30 10:37:33 +00:00
Martin Michlmayr 6bf0919afc config variable changed
svn path=/dists/trunk/linux-2.6/; revision=14519
2009-10-30 10:18:55 +00:00
Martin Michlmayr 1ff1787e5a [armel/kirkwood, armel/orion5x] Enable ORION_WATCHDOG
svn path=/dists/sid/linux-2.6/; revision=14518
2009-10-30 10:18:40 +00:00
Bastian Blank 9f403ecc9b debian/config/kernelarch-x86/config-arch-64: Remove old options.
svn path=/dists/trunk/linux-2.6/; revision=14517
2009-10-30 09:15:13 +00:00
Bastian Blank c2d45b15ba * debian/changelog: Update.
* debian/config/config: Set TREE_RCU.
* debian/config/kernelarch-x86/config-arch-64: Remove duplicated options.

svn path=/dists/trunk/linux-2.6/; revision=14516
2009-10-30 09:00:53 +00:00
Bastian Blank 055aaac3cb debian/config/kernelarch-x86/config:
Move x86 specific options from debian/config/config.

svn path=/dists/trunk/linux-2.6/; revision=14515
2009-10-30 08:49:05 +00:00
Bastian Blank 25dc024d3b * debian/changelog: Update.
* debian/config/config: Enable CRYPTO_VMAC and CRYPTO_GHASH.

svn path=/dists/trunk/linux-2.6/; revision=14514
2009-10-30 08:46:42 +00:00
Bastian Blank 4702752647 debian/config/config: Explicitely enable LBDAF.
svn path=/dists/trunk/linux-2.6/; revision=14513
2009-10-30 08:40:29 +00:00
Bastian Blank 962d39259e * debian/changelog: Update.
* debian/config/config
  - Set SLUB.
  - Remove SLAB related debugging options.

svn path=/dists/trunk/linux-2.6/; revision=14512
2009-10-30 08:36:50 +00:00
Bastian Blank 227ee5a3af * debian/changelog: Update.
* debian/config/config: Enable PERF_EVENTS and EVENT_PROFILE.
* debian/config/kernelarch-x86/config: Remove old option.

svn path=/dists/trunk/linux-2.6/; revision=14511
2009-10-30 08:31:01 +00:00
Bastian Blank e00835d99b * debian/changelog: Update.
* debian/config/sparc/config: Remove EXT2_FS.

svn path=/dists/trunk/linux-2.6/; revision=14510
2009-10-30 08:19:56 +00:00
Bastian Blank 7856d5ca24 debian/config/m68k/config: Remove duplicated option.
svn path=/dists/trunk/linux-2.6/; revision=14509
2009-10-29 21:08:06 +00:00
Bastian Blank dee5b1680a * debian/changelog: Update.
* debian/patches/debian/arch-mips-not-embedded.patch: Add.
* debian/patches/series/base: Add new patch.

svn path=/dists/trunk/linux-2.6/; revision=14508
2009-10-29 20:59:57 +00:00
Bastian Blank 3bf510bc91 debian/config: Remove duplicated options.
svn path=/dists/trunk/linux-2.6/; revision=14507
2009-10-29 20:57:06 +00:00
Bastian Blank 2261cf7ea8 * debian/config/mipsel/config.sb1-bcm91250a: Remove.
* debian/config/mipsel/defines: Set config file location.

svn path=/dists/trunk/linux-2.6/; revision=14500
2009-10-29 11:24:48 +00:00
Bastian Blank 8fba93234e * debian/config/mipsel/config.sb1a-bcm91480b: Remove.
* debian/config/mipsel/defines: Set config file location.

svn path=/dists/trunk/linux-2.6/; revision=14499
2009-10-29 11:23:30 +00:00
Bastian Blank 059db51cb1 * debian/config/mipsel/config.4kc-malta: Remove.
* debian/config/mipsel/defines: Set config file location.

svn path=/dists/trunk/linux-2.6/; revision=14498
2009-10-29 11:21:09 +00:00
Bastian Blank c217b59312 * debian/config/mips/config.5kc-malta: Merge mipsel config.
* debian/config/mipsel/defines: Set config file location.
* debian/config/mipsel/config.5kc-malta: Remove.

svn path=/dists/trunk/linux-2.6/; revision=14497
2009-10-29 11:19:43 +00:00
Bastian Blank 2d421e68f6 debian/config/mips, debian/config/mipsel: Unify endianess selection.
svn path=/dists/trunk/linux-2.6/; revision=14496
2009-10-29 11:05:14 +00:00
Bastian Blank 9427eb9276 debian/config/sparc: Unify configs.
svn path=/dists/trunk/linux-2.6/; revision=14495
2009-10-29 10:58:05 +00:00
Bastian Blank 6154bd8f7a * debian/config/amd64/config.amd64: Remove empty file.
* debian/config/amd64/defines, debian/config/i386/defines:
  Update config file selection.
* debian/config/kernelarch-x86/config-arch-64:
  Merge missing arch specific stuff.

svn path=/dists/trunk/linux-2.6/; revision=14494
2009-10-29 10:52:17 +00:00
Bastian Blank 5424d006b0 * debian/config/amd64/config, debian/config/i386/config:
Remove empty files.
* debian/config/amd64/defines, debian/config/i386/defines:
  Update config file selection.
* debian/config/kernelarch-x86/config,
  debian/config/kernelarch-x86/config-arch-32,
  debian/config/kernelarch-x86/config-arch-64:
  Merge missing arch specific stuff.

svn path=/dists/trunk/linux-2.6/; revision=14493
2009-10-29 10:50:03 +00:00
Bastian Blank dfeae13097 debian/config/amd64/config, debian/config/i386/config,
debian/config/kernelarch-x86: Move options.

svn path=/dists/trunk/linux-2.6/; revision=14488
2009-10-29 09:38:10 +00:00
Bastian Blank a3634c7e99 debian/config/amd64/config, debian/config/i386/config,
debian/config/kernelarch-x86/config: Move options.

svn path=/dists/trunk/linux-2.6/; revision=14487
2009-10-29 09:34:47 +00:00
Bastian Blank 0cce6432ab debian/config: Reorder.
svn path=/dists/trunk/linux-2.6/; revision=14486
2009-10-29 09:31:47 +00:00
Bastian Blank e39e268dbd Move all description related config options into its own section.
* debian/bin/gencontrol.py: Handle description parts.
* debian/config: Update.
* debian/lib/python/debian_linux/config.py: Recognize new section.
* debian/lib/python/debian_linux/gencontrol.py: Remove old code.

svn path=/dists/trunk/linux-2.6/; revision=14469
2009-10-27 16:35:16 +00:00
Martin Michlmayr f74c146281 add mips build fix
svn path=/dists/sid/linux-2.6/; revision=14468
2009-10-27 13:21:06 +00:00
Martin Michlmayr b8107af4c8 [armel/kirkwood] Enable CRYPTO_DEV_MV_CESA (Closes: #552270).
svn path=/dists/sid/linux-2.6/; revision=14467
2009-10-27 13:19:04 +00:00
Ben Hutchings 6e6c9c982b Include <linux/sched.h> directly in speakup_soft.c now that other headers do not include it
svn path=/dists/trunk/linux-2.6/; revision=14466
2009-10-26 22:28:58 +00:00
Ben Hutchings 3412300f14 Restore inclusion of <linux/crc-ccitt.h>
svn path=/dists/trunk/linux-2.6/; revision=14465
2009-10-26 22:27:21 +00:00
Ben Hutchings 3be178556b Remove more obsolete patches
svn path=/dists/trunk/linux-2.6/; revision=14464
2009-10-26 03:16:57 +00:00
Ben Hutchings 92241355b2 Update to 2.6.32-rc5.
Incorporate 2.6.31-1 changelog from sid.
Move my last changelog addition into the new entry.
Remove obsolete patches.
Update aufs2, firmware and speakup patches.
Update reportoldconfig and version patches.

svn path=/dists/trunk/linux-2.6/; revision=14463
2009-10-26 02:57:16 +00:00
Ben Hutchings 5b5812c8a8 README.Debian: Add brief information about building specific binary packages (Closes: #546182)
svn path=/dists/trunk/linux-2.6/; revision=14461
2009-10-26 01:09:57 +00:00
Ben Hutchings 42ad01194b Add simple build script for users to test patches.
svn path=/dists/trunk/linux-2.6/; revision=14460
2009-10-26 00:57:53 +00:00
Bastian Blank 79a64fdbbf debian/changelog: Prepare to release (2.6.31-1).
svn path=/dists/sid/linux-2.6/; revision=14444
2009-10-24 17:17:55 +00:00
Bastian Blank 9bd93b7e01 * debian/changelog: Update.
* debian/config/powerpc/config: Enable BATTERY_PMU.

svn path=/dists/sid/linux-2.6/; revision=14443
2009-10-24 17:14:21 +00:00
Bastian Blank fdfd689c35 * debian/changelog: Update.
* debian/config/defines: Set abiname to 1.

svn path=/dists/sid/linux-2.6/; revision=14442
2009-10-24 16:56:36 +00:00
Bastian Blank 32e5acabe0 debian/config/config: Fix some options.
svn path=/dists/trunk/linux-2.6/; revision=14439
2009-10-24 16:30:14 +00:00
Bastian Blank 4f7ca7019c debian/config: Reorder.
svn path=/dists/trunk/linux-2.6/; revision=14435
2009-10-23 16:26:40 +00:00
Bastian Blank e02684f4bd Merge /dists/sid/linux-2.6.
svn path=/dists/trunk/linux-2.6/; revision=14434
2009-10-23 16:21:00 +00:00
Maximilian Attems 8b222dfb5a Revert "[x86_64] Set LOG_BUF_SHIFT to 2^18."
we don't currenlty use the full buffer, so needless for now.

This reverts commit 5b222597d932e4465fd451b26167ca96e460d574.

Conflicts:

	linux-2.6/debian/changelog

svn path=/dists/trunk/linux-2.6/; revision=14433
2009-10-23 12:06:46 +00:00
Ben Hutchings 15fcdbc51a [x86_64] Enable NUMA_EMU (Closes: #541389)
svn path=/dists/trunk/linux-2.6/; revision=14423
2009-10-23 01:31:06 +00:00
Ben Hutchings da534ba7f1 Add stable release 2.6.31.5
svn path=/dists/trunk/linux-2.6/; revision=14422
2009-10-23 01:13:40 +00:00
Maximilian Attems e171d9b959 topconfig set LSM_MMAP_MIN_ADDR to redcommended 32768
for x86_32 to zero, for x86_64 and ia64 to 65536.

svn path=/dists/trunk/linux-2.6/; revision=14420
2009-10-20 08:23:10 +00:00
Maximilian Attems 0df5a19f52 Unset UEVENT_HELPER_PATH to save some boot cycles.
even Lenny no longer used to have /sbin/hotplug,
saves a few cycles on boot.

svn path=/dists/trunk/linux-2.6/; revision=14417
2009-10-19 22:45:24 +00:00
Maximilian Attems c28edfbcc8 topconfig: Set LSM_MMAP_MIN_ADDR to zero to unbreak dosemu and 16-bit Wine.
svn path=/dists/trunk/linux-2.6/; revision=14416
2009-10-19 22:39:24 +00:00
Maximilian Attems f90be03ebd [x86_64] Set LOG_BUF_SHIFT to 2^18.
ia64 might want to follow, should help to really collect debugging info
and have the nice reports thanks to benh's work.

set for now on x86_64 where mem requirements for it don't seem huge:
256KB versus 128KB.

svn path=/dists/trunk/linux-2.6/; revision=14415
2009-10-19 22:27:35 +00:00
Maximilian Attems 4d4ec998b2 [x86] Enable modular X86_MCE_INJECT
svn path=/dists/trunk/linux-2.6/; revision=14414
2009-10-19 22:14:01 +00:00
Maximilian Attems ffb1fc8939 [alpha] Disable SND_MIXART, causes gcc ICE.
svn path=/dists/trunk/linux-2.6/; revision=14409
2009-10-18 18:48:29 +00:00
Martin Michlmayr 0fdf9cb4cc [armel/orion5x, armel/kirkwood] Enable FB
svn path=/dists/trunk/linux-2.6/; revision=14398
2009-10-17 15:59:05 +00:00
Martin Michlmayr 29c51fbe38 CPUidle: always return with interrupts enabled
svn path=/dists/trunk/linux-2.6/; revision=14397
2009-10-17 15:54:15 +00:00
Ben Hutchings cd44eaf48a Enable speakup modules for all architectures except s390
svn path=/dists/trunk/linux-2.6/; revision=14391
2009-10-14 03:11:43 +00:00
Ben Hutchings dc5307fda0 Include speakup modules under staging
svn path=/dists/trunk/linux-2.6/; revision=14380
2009-10-13 05:17:42 +00:00
Ben Hutchings 299fce8f84 Include aufs2, marked as staging (Closes: #541828)
What could possibly go wrong?

svn path=/dists/trunk/linux-2.6/; revision=14379
2009-10-13 04:06:23 +00:00
Maximilian Attems b194bfae1b prepare to release 2.6.31-1~experimental.2
svn path=/dists/trunk/linux-2.6/; revision=14378
2009-10-12 21:56:47 +00:00
Ben Hutchings 53b471928c Add stable release 2.6.31.4
svn path=/dists/trunk/linux-2.6/; revision=14377
2009-10-12 21:31:35 +00:00
Ben Hutchings e3e1389b83 hfsplus: Apply Andrew Morton's incremental fix to hfsplus-limit-to-2tb.patch
svn path=/dists/trunk/linux-2.6/; revision=14374
2009-10-11 17:09:01 +00:00
Ben Hutchings d47a159011 hfsplus: Refuse to mount volumes larger than 2TB, which may otherwise be corrupted (Closes: #550010)
svn path=/dists/trunk/linux-2.6/; revision=14373
2009-10-11 02:20:45 +00:00
Ben Hutchings 5275ded9d3 Note that 2.6.31.2 fixes CVE-2009-2909
svn path=/dists/trunk/linux-2.6/; revision=14356
2009-10-08 20:24:42 +00:00
Ben Hutchings d12888d5e1 Describe the specific fix for #522828
svn path=/dists/trunk/linux-2.6/; revision=14355
2009-10-08 20:23:39 +00:00
dann frazier 15db49c199 * [ia64] Fix call to elilo in postinst
svn path=/dists/trunk/linux-2.6/; revision=14347
2009-10-08 01:03:21 +00:00
Ben Hutchings 463e177e5a Remove dummy dot-files from linux-libc-dev
svn path=/dists/trunk/linux-2.6/; revision=14346
2009-10-08 01:01:36 +00:00
Ben Hutchings 1e7a0583ac Remove /usr/include/scsi from linux-libc-dev (Closes: #550130)
svn path=/dists/trunk/linux-2.6/; revision=14345
2009-10-08 01:01:11 +00:00
Ben Hutchings 59f71fbb12 Add stable release 2.6.31.3
svn path=/dists/trunk/linux-2.6/; revision=14344
2009-10-08 00:14:15 +00:00
dann frazier 6a006dce6e [sparc] build zImage by default, fixes build
svn path=/dists/trunk/linux-2.6/; revision=14343
2009-10-06 23:48:42 +00:00
Ben Hutchings e775ea3ceb Improve package descriptions
- Clarify the differences between i386 flavours (Closes: #414690)
- Simplify wording of the description template

svn path=/dists/trunk/linux-2.6/; revision=14342
2009-10-06 23:26:20 +00:00
Ben Hutchings 6feabfd6ac sfc: Fix initial link state
svn path=/dists/trunk/linux-2.6/; revision=14341
2009-10-06 22:45:21 +00:00
dann frazier 27b6a100a6 add bug closure
svn path=/dists/trunk/linux-2.6/; revision=14340
2009-10-05 23:26:59 +00:00
Maximilian Attems 1096aa1bac add stable 2.6.31.2
svn path=/dists/trunk/linux-2.6/; revision=14339
2009-10-05 21:55:43 +00:00
Ben Hutchings 3428e0f55d Note that r14336 fixed #458560
svn path=/dists/trunk/linux-2.6/; revision=14338
2009-10-05 03:18:36 +00:00
Ben Hutchings e0d42d5fe0 Add support for DEB_BUILD_OPTIONS=parallel=N
svn path=/dists/trunk/linux-2.6/; revision=14336
2009-10-05 01:01:26 +00:00
Ben Hutchings b509d4c613 nfs: Avoid overrun when copying client IP address string (Closes: #549002)
svn path=/dists/trunk/linux-2.6/; revision=14334
2009-10-04 23:37:40 +00:00
Ben Hutchings fbf5855cfc Group the bug report changes together
svn path=/dists/trunk/linux-2.6/; revision=14333
2009-10-04 20:07:38 +00:00
Ben Hutchings e2520b9603 Include USB device list in bug reports
svn path=/dists/trunk/linux-2.6/; revision=14332
2009-10-04 20:01:29 +00:00
Ben Hutchings 54998d8ce3 Optionally include network configuration and status in bug reports
svn path=/dists/trunk/linux-2.6/; revision=14331
2009-10-04 19:43:48 +00:00
Ben Hutchings 401243c9f8 Set $PATH to include /sbin and /usr/sbin
svn path=/dists/trunk/linux-2.6/; revision=14330
2009-10-04 19:19:58 +00:00
Ben Hutchings 371152a87b Ask whether bug affects the system used for reporting before including its model and PCI information
svn path=/dists/trunk/linux-2.6/; revision=14329
2009-10-04 19:07:23 +00:00
Ben Hutchings fc5a6eed98 Include firmware package status in bug reports
svn path=/dists/trunk/linux-2.6/; revision=14328
2009-10-04 18:55:39 +00:00
Ben Hutchings 08ee7482bb Include model information in bug reports
svn path=/dists/trunk/linux-2.6/; revision=14327
2009-10-04 18:49:10 +00:00
Maximilian Attems 89754d6f8a prepare to release 2.6.31-1~experimental.1
fix changelog to include latest stuff.

svn path=/dists/trunk/linux-2.6/; revision=14326
2009-10-04 18:29:12 +00:00
Bastian Blank 182c3c3c1a debian/rules.real: Use kernel architecture for libc-dev build.
svn path=/dists/trunk/linux-2.6/; revision=14325
2009-10-04 18:17:43 +00:00
Ben Hutchings dc0a9993ac Include PCI device list in bug reports even if the running kernel doesn't match
svn path=/dists/trunk/linux-2.6/; revision=14324
2009-10-04 17:07:54 +00:00
Ben Hutchings 4daa334923 Move last changelog addition to a new changelog entry
svn path=/dists/trunk/linux-2.6/; revision=14323
2009-10-04 17:03:43 +00:00
Ben Hutchings 02eed2eef7 Prompt bug reporters to run the kernel version they're reporting on or otherwise record boot messages
svn path=/dists/trunk/linux-2.6/; revision=14322
2009-10-04 16:55:31 +00:00
Maximilian Attems 9d4910d240 prepare to release 2.6.31 for experimental
svn path=/dists/trunk/linux-2.6/; revision=14321
2009-10-04 16:43:47 +00:00
Maximilian Attems 11de16d79d postinst, preinst: nuke unused variable
svn path=/dists/trunk/linux-2.6/; revision=14320
2009-10-04 16:42:25 +00:00
Maximilian Attems 4798154a03 maintainer script nuke "official_image" variable
we are allways *offical*.

svn path=/dists/trunk/linux-2.6/; revision=14319
2009-10-04 16:42:21 +00:00
Ben Hutchings 9284799792 Note that bug #539215 was fixed upstream
svn path=/dists/trunk/linux-2.6/; revision=14315
2009-10-04 01:35:02 +00:00
Ben Hutchings da3d76e888 Fix spelling of 'privileged'.
svn path=/dists/trunk/linux-2.6/; revision=14314
2009-10-04 00:07:43 +00:00
Moritz Muehlenhoff a820eb4c68 more fixes
svn path=/dists/trunk/linux-2.6/; revision=14310
2009-10-03 12:45:35 +00:00
Moritz Muehlenhoff 9ac44278fc document security fixes from 2.6.31 and 2.6.31.x (more to come)
svn path=/dists/trunk/linux-2.6/; revision=14309
2009-10-03 10:47:45 +00:00
Moritz Muehlenhoff 4c1fc0fa66 Make the description of linux-support a little more verbose
svn path=/dists/trunk/linux-2.6/; revision=14308
2009-10-01 21:57:22 +00:00
Martin Michlmayr fc5b1cf30c consistency
svn path=/dists/trunk/linux-2.6/; revision=14307
2009-09-30 11:41:35 +00:00
Maximilian Attems 632e764400 config nuke oss remenants
svn path=/dists/trunk/linux-2.6/; revision=14306
2009-09-26 15:25:31 +00:00
Maximilian Attems e15d96e07c centralize hamradio drivers
just keep the isa ones from the topconfig..

svn path=/dists/trunk/linux-2.6/; revision=14305
2009-09-26 14:23:13 +00:00
Martin Michlmayr c800357249 [armel] Enable BPQETHER (on the request of Iain Young) and some
other AX25 drivers.

svn path=/dists/trunk/linux-2.6/; revision=14304
2009-09-26 12:44:33 +00:00
Martin Michlmayr 65ef05817d not supported on armel
svn path=/dists/trunk/linux-2.6/; revision=14303
2009-09-26 12:33:24 +00:00
Maximilian Attems 89b4f0559d topconfig enable PREEMPT_VOLUNTARY
everyone ships it and enables it.
the !preempt pathes seem the buggy these days.

svn path=/dists/trunk/linux-2.6/; revision=14296
2009-09-25 17:01:43 +00:00
Bastian Blank d17f56198d * debian/changelog: Update.
* debian/config/arm: Remove.
* debian/config/armel/config.footbridge,
  debian/config/armel/config.iop32x,
  debian/config/armel/config.ixp4xx,
  debian/config/armel/config.orion5x,
  debian/config/armel/config.versatile: Add.
* debian/config/armel/defines: Remove config file location overrides.
* debian/config/defines: Remove arm architecture.

svn path=/dists/trunk/linux-2.6/; revision=14295
2009-09-25 15:05:33 +00:00
Maximilian Attems 4f411f7daf postinst cleanup
rename some variables to be more descriptive

svn path=/dists/trunk/linux-2.6/; revision=14294
2009-09-24 20:37:46 +00:00
Maximilian Attems ca7dbf40ee allow non initrd images for now
nuke the preinst check if their is an initramfs,
check makes no sense as anyway around thanks to dep by linux-image

svn path=/dists/trunk/linux-2.6/; revision=14293
2009-09-24 20:37:39 +00:00
Maximilian Attems 55915a89c8 add stable 2.6.31.1
should make it less suck..

svn path=/dists/trunk/linux-2.6/; revision=14288
2009-09-24 18:32:14 +00:00
Martin Michlmayr 2e52a241ab Turn off EARLY_PRINTK on IP22 to make the system boot
svn path=/dists/trunk/linux-2.6/; revision=14284
2009-09-24 12:06:51 +00:00
Martin Michlmayr a84bf8f7db no need to set those directly
svn path=/dists/trunk/linux-2.6/; revision=14278
2009-09-22 09:23:52 +00:00
Martin Michlmayr c8a15015b6 RD doesn't have to be built-in on ARM anymore
svn path=/dists/trunk/linux-2.6/; revision=14277
2009-09-21 18:34:03 +00:00
Martin Michlmayr a4e65563f8 Marvell CESA (crypto)
svn path=/dists/trunk/linux-2.6/; revision=14252
2009-09-19 12:19:06 +00:00
Moritz Muehlenhoff 33a678ea63 disable CONSOLE_PROM
svn path=/dists/trunk/linux-2.6/; revision=14250
2009-09-16 17:19:50 +00:00
Bastian Blank 34368f1d61 debian/bin/gencontrol.py: Remove support for header dirs of other arches.
svn path=/dists/trunk/linux-2.6/; revision=14232
2009-09-14 10:20:45 +00:00
Bastian Blank 728e91d725 debian/bin/gencontrol.py, debian/rules.real:
Remove support for header architecture != real architecture.

svn path=/dists/trunk/linux-2.6/; revision=14231
2009-09-14 09:51:34 +00:00
Bastian Blank 68381550c5 debian/bin/gencontrol.py: Don't reimplement all the stuff.
svn path=/dists/trunk/linux-2.6/; revision=14230
2009-09-14 09:46:17 +00:00
Bastian Blank aaa9f09b7b debian/lib/python/debian_linux/debian.py:
Make it possible to override the arches of all relations.

svn path=/dists/trunk/linux-2.6/; revision=14229
2009-09-14 09:42:44 +00:00