1
0
forked from pool/kernel-source
OBS User unknown
2008-11-17 16:15:12 +00:00
committed by Git OBS Bridge
parent e5cd00440e
commit 25aa121688
42 changed files with 1499 additions and 158 deletions

View File

@@ -1,7 +1,72 @@
-------------------------------------------------------------------
Thu Nov 13 09:29:41 CET 2008 - olh@suse.de
- mark some powerpc device drivers as supported to move them out of
kernel-extra, otherwise installation-images will not pick them up
- ps3vram, mtd, mtdblock, mtd_blkdevs (bnc#444220)
- PowerMac, Efika and Pegasos2 storage and network drivers
-------------------------------------------------------------------
Wed Nov 12 20:44:23 CET 2008 - bwalle@suse.de
- patches.fixes/firmware-memmap-64bit.diff: Always use 64 bit
addresses for the firmware memory map.
-------------------------------------------------------------------
Wed Nov 12 16:29:10 CET 2008 - tiwai@suse.de
- patches.drivers/alsa-powermac-ibook-g4-mic-fix: ALSA: powermac -
Rename mic-analog loopback mixer element (bnc#444194).
-------------------------------------------------------------------
Wed Nov 12 16:23:48 CET 2008 - tiwai@suse.de
- patches.drivers/alsa-hda-stac-hp-detect-fix: ALSA: hda -
Fix IDT/STAC multiple HP detection (bnc#443267).
-------------------------------------------------------------------
Wed Nov 12 14:42:53 CET 2008 - agruen@suse.de
- patches.suse/module-ref-dynamic-alloc: fall back to vmalloc if
kmalloc fails (bnc#425240).
-------------------------------------------------------------------
Wed Nov 12 00:11:57 CET 2008 - tiwai@suse.de
- patches.drivers/alsa-hda-stac9200-missing-mux-capture: ALSA:
hda - Add missing analog-mux mixer creation for STAC9200
(bnc#443738).
- patches.drivers/alsa-hda-stac92xx-mic-pin-fix: ALSA: hda -
Fix input pin initialization for STAC/IDT codecs (bnc#443738).
-------------------------------------------------------------------
Tue Nov 11 23:07:25 CET 2008 - philips@suse.de
- rpm/kernel-binary.spec.in: remove Recommends: kerneloops, opt-in will
be implemented in the 11.2 installer
-------------------------------------------------------------------
Tue Nov 11 22:07:38 CET 2008 - jeffm@suse.de
- patches.fixes/reiserfs-error-buffer-locking: reiserfs: add
locking around error buffer.
- patches.fixes/reiserfs-varargs-fix: reiserfs: prepare_error_buf
wrongly consumes va_arg.
-------------------------------------------------------------------
Tue Nov 11 20:49:11 CET 2008 - tiwai@suse.de
- patches.suse/module-ref-dynamic-alloc: Allocate module.ref
array dynamically (bnc#425240).
- Update config files: back to NR_CPUS=4096
-------------------------------------------------------------------
Tue Nov 11 15:15:03 CET 2008 - jblunck@suse.de
- Update config files: Set NR_CPUS on x86_64 to 128 again.
- Update config files: Set NR_CPUS on x86_64 back to 128 again for
now: with NR_CPUS=4096, the size of eack .ko file increases by
496 KiB because of the static struct module in
.gnu.linkonce.this_module.
-------------------------------------------------------------------
Tue Nov 11 13:07:51 CET 2008 - schwab@suse.de