From e02684f4bd2bd44ab6626a4584d0854dcceb9fac Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Fri, 23 Oct 2009 16:21:00 +0000 Subject: [PATCH] Merge /dists/sid/linux-2.6. svn path=/dists/trunk/linux-2.6/; revision=14434 --- debian/changelog | 55 +++++++++++++++++++++++++++++ debian/config/armel/config.kirkwood | 1 + debian/config/config | 1 + debian/config/sparc/config | 2 +- 4 files changed, 58 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fab10fac6..0ddaa1472 100644 --- a/debian/changelog +++ b/debian/changelog @@ -210,6 +210,61 @@ linux-2.6 (2.6.31-1~experimental.1) experimental; urgency=low -- maximilian attems Sun, 04 Oct 2009 20:27:05 +0200 +linux-2.6 (2.6.30-8) unstable; urgency=low + + [ Martin Michlmayr ] + * Disable SYS_HAS_EARLY_PRINTK on SGI IP22 to work around a hang + during bootup (Closes: #507557) + * module: workaround duplicate section names to fix a panic on + boot on hppa (Closes: #545229). + * Add stable release 2.6.30.8. + * [armel/kirkwood] Add Marvell OpenRD-Client support (Dhaval Vasa). + Thanks Stefan Kaltenbrunner. + + -- Bastian Blank Fri, 25 Sep 2009 23:47:56 +0200 + +linux-2.6 (2.6.30-7) unstable; urgency=low + + [ Martin Michlmayr ] + * [armel/kirkwood] Enable eSATA on QNAP TS-219P (John Holland). + * [armel/kirkwood] Marvell OpenRD-Base board support (Dhaval Vasa). + * [armel/kirkwood] Initialise SATA for OpenRD-Base (Ron Lee). + * [armel/kirkwood] Enable SATA_AHCI. + + [ Ben Hutchings ] + * qla1280: Release spinlock when requesting firmware (closes: #543244) + * r128: Add test for initialisation to all ioctls that require it + (closes: #541630) + * [i386] Fix crash in text_poke_early() on 486-class processors + (Closes: #515982) + * intel-agp: Fix cache flushing on i8xx chipsets, avoiding graphics + corruption and GPU lock-ups (Closes: #541307) + * [i386] Allow ISA memory range uncacheable mapping requests + (Closes: #538159) + * Fix idle time in /proc/uptime (Closes: #545981) + * e1000, e1000e, igb, ixgb, ixgbe, sfc: Fix initial link state + (Closes: #546041) + + [ Bastian Blank ] + * Add stable release 2.6.30.5. + - drm/i915: Hook connector to encoder during load detection + (fixes tv/vga detect) (Closes: #522358) + * Add stable release 2.6.30.6. + - x86: Fix lock-up on SMP Pentium Pro, Pentium 2, Pentium 3, and + Athlon MP systems (Closes: #542551) + - NET: Fix information leaks from getsockname() (CVE-2009-3001, + CVE-2009-3002) + - iwl3945/rfkill: Reenable radio when hardware switch turned back on + (Closes: #530554) + * Bump ABI to 2. + * Apply missing fixes: + - block: fix sg SG_DXFER_TO_FROM_DEV regression. + - sched_rt: Fix overload bug on rt group scheduling. + * Add stable release 2.6.30.7. + * [sparc] Disable PROM console. (closes: #525958) + + -- Bastian Blank Wed, 16 Sep 2009 17:23:13 +0200 + linux-2.6 (2.6.30-6) unstable; urgency=high [ Bastian Blank ] diff --git a/debian/config/armel/config.kirkwood b/debian/config/armel/config.kirkwood index ea55ce1b7..2a79ba9bc 100644 --- a/debian/config/armel/config.kirkwood +++ b/debian/config/armel/config.kirkwood @@ -61,6 +61,7 @@ CONFIG_MACH_RD88F6281=y CONFIG_MACH_SHEEVAPLUG=y CONFIG_MACH_TS219=y CONFIG_MACH_OPENRD_BASE=y +CONFIG_MACH_OPENRD_CLIENT=y ## ## file: arch/arm/mm/Kconfig diff --git a/debian/config/config b/debian/config/config index c857443d8..e54578a41 100644 --- a/debian/config/config +++ b/debian/config/config @@ -3141,6 +3141,7 @@ CONFIG_SYSCTL_SYSCALL_CHECK=y ## file: mm/Kconfig ## CONFIG_UNEVICTABLE_LRU=y +CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 ## ## file: net/Kconfig diff --git a/debian/config/sparc/config b/debian/config/sparc/config index 763114391..d4016790b 100644 --- a/debian/config/sparc/config +++ b/debian/config/sparc/config @@ -211,7 +211,7 @@ CONFIG_FB_CG6=y ## ## file: drivers/video/console/Kconfig ## -CONFIG_PROM_CONSOLE=n +# CONFIG_PROM_CONSOLE is not set CONFIG_FRAMEBUFFER_CONSOLE=y # CONFIG_FONTS is not set CONFIG_FONT_SUN8x16=y