forked from pool/kernel-source
This commit is contained in:
parent
57e85b2130
commit
e64d1ecf1b
@ -1,2 +1,2 @@
|
||||
2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
@ -10,6 +10,7 @@
|
||||
+IA32 i386/pae
|
||||
+IA32 i386/debug
|
||||
+IA32 i386/xen
|
||||
+IA32 i386/vmi
|
||||
+IA32 i386/vanilla
|
||||
+IA32 - i386/rt
|
||||
+IA32 - i386/rt_debug
|
||||
@ -47,6 +48,7 @@
|
||||
# kernel-default.ppc.rpm and a kernel-default.ppc64.rpm to continue
|
||||
# supporting 32bit and 64bit systems.
|
||||
+ppc64 ppc64/default
|
||||
+ppc64 ppc64/debug
|
||||
# pSeries
|
||||
+ppc64 ppc64/kdump
|
||||
# G5 pSeries
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a77310392cf3be146fd51ebb83b91f330ceae1c4a354915b0ca3c48694830b5
|
||||
size 135090
|
||||
oid sha256:f31d9ccb32e99e527f4b79a1f8f69bde21d85dd2beb3f366928daeb4c37fec1c
|
||||
size 142699
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /bin/sh
|
||||
prefix=
|
||||
suffix=
|
||||
commit=6d77fbf8
|
||||
commit=f26939fc
|
||||
if [ "$3" = kernel-dummy -o -n "$suffix" ]; then
|
||||
[ -n "$suffix" ] || suffix=$2
|
||||
while [ "$suffix" != "${suffix#[^0-9]*.}" ]; do
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21063d9894df4bb854ae8ef4c0a0e80f39eaf363cee47eb9fc155587ae96a894
|
||||
size 4996324
|
||||
oid sha256:895240001b71c6b0398a74091a7db315aae32f4e63fd3ecc145c922fc86b9e97
|
||||
size 7014040
|
||||
|
@ -1,3 +1,980 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 18:45:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
- patches.suse/usb-move-ehci-reg-def.patch: usb: move ehci
|
||||
reg def.
|
||||
- patches.suse/x86-usb-debug-port-early-console-v4.patch: x86:
|
||||
usb debug port early console, v4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 11:43:32 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch
|
||||
patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch
|
||||
patches.kabi/export-iwl_rx_allocate
|
||||
patches.kabi/sched-kabi-compat-hack.patch: Introduce
|
||||
patches.kabi/ for patches that only work around kabi issues and
|
||||
can be safely dropped at the next SP.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 20:34:29 CET 2009 - agruen@suse.de
|
||||
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: Add missing pageattr.c
|
||||
changes to pageattr-xen.c (bnc#439348).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 18:50:59 CET 2009 - agruen@suse.de
|
||||
|
||||
- patches.suse/x86-mark_rodata_rw.patch: Add mark_rodata_rw()
|
||||
to un-protect read-only kernel code pages (bnc#439348).
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: xen specific part
|
||||
(bnc#439348).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 15:59:27 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- config/s390/s390: the -man package still fails for s390, disable
|
||||
it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 14:27:18 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: fix build of the -man subpackage on
|
||||
31bit s390
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 13:23:01 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- fix kernel-default.ppc64 reference symsets
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 12:06:53 CET 2009 - jslaby@suse.cz
|
||||
|
||||
- patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch:
|
||||
x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240
|
||||
FATE304266).
|
||||
[cpu_mask_to_apicid bigsmp fix]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 08:16:54 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
|
||||
map scsi proc_name to module name (bnc#459933 - LTC50724)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 23:33:09 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disable ftrace in -debug on ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 23:16:03 CET 2009 - jeffm@suse.de
|
||||
|
||||
- config.conf: Added -debug flavor for ppc64.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 13:40:53 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.drivers/libfc-set-the-release-function.diff:
|
||||
Whitespace change.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 09:05:30 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/libfc-fix-read-IO-data-integrity: libfc:
|
||||
IO data integrity issue when a IO data frame lost (bnc#469536).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 08:52:49 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- re-enable patches.xen/xen3-e1000e_Export_set_memory_ro-rw.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 07:44:18 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
include prototype for PFN_UP() (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:53:20 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Export
|
||||
set_memory_ro() and set_memory_rw() calls.
|
||||
readded to avoid kabi change
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:36:59 CET 2009 - jeffm@suse.de
|
||||
|
||||
- config.conf: Added kernel-vmi to i386.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:08:43 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
use PFN_UP() for end_pfn (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 17:14:44 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- kabi: import FCoE changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 17:00:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: disable
|
||||
wrong debug message again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 15:35:41 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/taskstats-alignment:
|
||||
IA64: fill 'struct taskstats' on stack and 'memcpy' result to skb.
|
||||
(bnc#448410)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 15:31:39 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
fix calculation of reserve_size (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 14:19:30 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.fixes/disable-lro-per-default: Disable LRO per default
|
||||
in igb and ixgbe. (bnc#467519)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 13:44:37 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- Just comment out patches.xen/xen3-e1000e_* (to address build error)
|
||||
until disposition of their originals is known.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 13:01:24 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.fixes/sctp_do_not_use_stale_copy_of_sk: Do not use
|
||||
stale copy of sk. (bnc#440104)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:52:21 CET 2009 - jblunck@suse.de
|
||||
|
||||
Renamed some patches so they get included in vanilla builds.
|
||||
- patches.rpmify/firmware-path: Renamed.
|
||||
- patches.rpmify/no-include-asm: Renamed.
|
||||
- patches.suse/md-raid-metadata-PAGE_SIZE.patch: Renamed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:18:00 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.suse/led_classdev.sysfs-name.patch: use correct name
|
||||
for /sys/devices/virtual/leds/ entries (bnc#468350)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:15:15 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Delete.
|
||||
- patches.suse/e1000e_allow_bad_checksum: Delete.
|
||||
- patches.suse/e1000e_call_dump_eeprom: Delete.
|
||||
- patches.suse/e1000e_ioremap_sanity_check: Delete.
|
||||
- patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory:
|
||||
Delete.
|
||||
Remove not mainline e1000e patches which were added to help with
|
||||
the e1000e NVM corruption - root issue is fixed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:06:30 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/tg3_libphy_workaround: tg3 libphy workaround.
|
||||
(bnc#468725)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 09:17:49 CET 2009 - hare@suse.de
|
||||
|
||||
- supported.conf: Correct spelling for dm-least-pending
|
||||
path checker.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 09:16:31 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-check-info-before-access: Kernel Oops
|
||||
during path failover (bnc#458393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 02:07:17 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patch fuzz now that 2.6.27.13 is in tree
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 01:59:30 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to final version of 2.6.27.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 23:24:49 CET 2009 - gregkh@suse.de
|
||||
|
||||
- dynamic debugging fixes backported from upstream:
|
||||
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
|
||||
driver core: add newlines to debugging enabled/disabled
|
||||
messages.
|
||||
- patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch:
|
||||
Driver core: fix 'dynamic_debug' cmd line parameter.
|
||||
- patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch:
|
||||
driver core: fix using 'ret' variable in
|
||||
unregister_dynamic_debug_module.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 17:51:17 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch:
|
||||
(fix return of an unitialized value (bnc#469017)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 11:29:02 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- update kabi files: ignore changes in struct pcie_link_state as
|
||||
it is an internal structure only.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 11:26:16 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.suse/genksyms-add-override-flag.diff: genksyms: add
|
||||
--override flag.
|
||||
- rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 01:25:44 CET 2009 - ghaskins@suse.de
|
||||
|
||||
- patches.fixes/sched-kabi-compat-hack.patch: sched: leave
|
||||
RT_GROUP_SCHED structure components intact to preserve kABI.
|
||||
|
||||
broke kabi with fix for 456542
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 00:35:12 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/cpufreq_export_latency.patch: CPUFREQ: Introduce
|
||||
/sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency
|
||||
(bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch:
|
||||
CPUFREQ: ondemand/conservative: sanitize sampling_rate
|
||||
restrictions (bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
- patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch:
|
||||
X86 powernow-k8 cpufreq: Get transition latency from acpi _PSS
|
||||
object (bnc#464461).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 20:29:24 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/xfs-dmapi-fixes: xfs/dmapi: fix crash on mount
|
||||
(bnc#458027).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 20:19:33 CET 2009 - ghaskins@suse.de
|
||||
|
||||
- Update config files: Disable RT_GROUP_SCHED (bnc#456542).
|
||||
|
||||
The RT_GROUP_SCHED feature is experimental and clearly broken, so
|
||||
lets turn it off for now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 16:51:40 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/hpilo-open-close-fix: hpilo open/close fix
|
||||
(bnc#466517).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:59:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: Handle I/O
|
||||
on stopped queues correctly (bnc#458393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:34:11 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.suse/mnt-want-write-speedup.patch,
|
||||
patches.suse/mnt_clone_write.patch: modified not to break kABI,
|
||||
enabled (bnc#436953).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:08:39 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwlagn-fix-rfkill.patch: iwlagn: fix hw-rfkill
|
||||
while the interface is down (bnc#446158).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 14:59:57 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- kabi/severities: temporarily enable changes in FcOE modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:55:18 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.arch/s390-08-06-personality.patch: kernel: setting 32
|
||||
bit personality doesn't work (bnc#466462).
|
||||
- patches.arch/s390-08-07-compat_wrappers.patch: kernel:
|
||||
Add missing wrapper functions for 31 bit compat
|
||||
syscalls. (bnc#466462,LTC#51229).
|
||||
- patches.fixes/block-leave-the-request-timeout-timer-running:
|
||||
Delete obsolete patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:42:28 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change
|
||||
fcoe_sw sg_tablesize to SG_ALL (bnc #459142).
|
||||
- patches.drivers/fcoe-check-return-for-fc_set_m.diff: check
|
||||
return for fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-frame-length-validati.diff: fix frame
|
||||
length validation in the early receive path (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff:
|
||||
fcoe: fix incorrect use of struct module (bnc #468051).
|
||||
- patches.drivers/fcoe-improved-load-balancing-i.diff: improved
|
||||
load balancing in rx path (bnc #459142).
|
||||
- patches.drivers/fcoe-logoff-of-the-fabric-when.diff: Logoff
|
||||
of the fabric when destroying interface (bnc #459142).
|
||||
- patches.drivers/fcoe-remove-warn_on-in-fc_set.diff: remove
|
||||
WARN_ON in fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-user_mfs-is-never-used.diff: user_mfs is
|
||||
never used (bnc #459142).
|
||||
- patches.drivers/libfc-add-fc_disc-c-locking-co.diff: Add
|
||||
fc_disc.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-ensure-correct-device_pu.diff: libfc:
|
||||
Ensure correct device_put/get usage (round 2).
|
||||
- patches.drivers/libfc-fix-rport-recursive-lock.diff: libfc:
|
||||
Fix rport recursive lock on rport mutex (bnc #459142).
|
||||
- patches.drivers/libfc-handle-rrq-exch-timeout.diff: libfc:
|
||||
handle RRQ exch timeout (bnc #465596).
|
||||
- patches.drivers/libfc-improve-fc_lport-c-locki.diff: Improve
|
||||
fc_lport.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-improve-fc_rport-c-locki.diff: Improve
|
||||
fc_rport.c locking comment block (459142).
|
||||
- patches.drivers/libfc-make-fc_disc-inline-with.diff: make
|
||||
fc_disc inline with the fc_lport structure (bnc #459142).
|
||||
- patches.drivers/libfc-make-rscn-parsing-more-r.diff: make RSCN
|
||||
parsing more robust (bnc #459142).
|
||||
- patches.drivers/libfc-make-sure-we-access-the.diff: make sure
|
||||
we access the CRC safely (bnc #459142).
|
||||
- patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff: libfc:
|
||||
Pass lport in exch_mgr_reset (bnc #465596).
|
||||
- patches.drivers/libfc-remove-debug-print-state.diff: libfc:
|
||||
Remove debug print statement, too verbose (bnc #459142).
|
||||
- patches.drivers/libfc-set-the-release-function.diff: Set
|
||||
the release function for the rport's kobject (round 2)
|
||||
(bnc #459142).
|
||||
- patches.drivers/libfc-updated-comment-for-orde.diff: updated
|
||||
comment for order of em and ex locks (bnc #459142).
|
||||
- patches.drivers/libfc-updated-libfc-fcoe-modul.diff: updated
|
||||
libfc fcoe module ver to 1.0.6 (bnc #459142).
|
||||
- patches.drivers/libfc-use-an-operations-struct.diff: use an
|
||||
operations structure for rport callbacks (bnc #459142).
|
||||
- patches.drivers/libfc-when-rport-goes-away-re.diff: libfc:
|
||||
when rport goes away (re-plogi), clean up exchanges to/from
|
||||
rport (bnc #465596).
|
||||
- patches.drivers/libfc_locking.diff: libfc, fcoe: fixed locking
|
||||
issues with lport->lp_mutex around lport->link_status (bnc
|
||||
#468053).
|
||||
- patches.drivers/libfc_rport.diff: libfc: rport retry on LS_RJT
|
||||
from certain ELS (bnc #468054).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:36:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.fixes/qla2xxx-check-fc-rport-validity:
|
||||
qla2xxx: added check for fcport is valid in
|
||||
qla2x00_terminate_rport_io(). (bnc#467624).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:01:59 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-gateway-t1616-quirk: ALSA: hda -
|
||||
Add quirk for Gateway T1616 laptop (bnc#467597).
|
||||
- patches.drivers/alsa-hda-hp-dv4-quirk: ALSA: hda - Add model
|
||||
entry for HP dv4.
|
||||
- patches.drivers/alsa-hda-intel-d945-ref-quirk: ALSA: hda -
|
||||
Add model=ref for Intel board with STAC9221 (bnc#406529).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 10:48:16 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.fixes/blk-leave-sync-timer-running: block: Rediff
|
||||
- patches.fixes/block-use-round_jiffies_up: Block: use
|
||||
round_jiffies_up() (bnc#464155).
|
||||
- Add missing patches to series.conf:
|
||||
patches.fixes/round-jiffies-up
|
||||
patches.fixes/block-use-round_jiffies_up
|
||||
patches.fixes/block-fix-blk_start_queueing
|
||||
patches.fixes/suppress-buffer-IO-errors
|
||||
patches.fixes/block-optimizations-in-blk_rq_timed_out_timer
|
||||
patches.fixes/block-add-comment-in-blk_rq_timed_out
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 07:51:35 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
handle also drivers/scsi/ibmvscsi/ibmvfc.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 06:41:18 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.fixes/cifs-fix-oops-on-ipv6-mount: cifs: make sure we
|
||||
allocate enough storage for socket address (467691).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 05:57:48 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kernel.org/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch:
|
||||
ABI fix: add WB_SYNC_HOLD enum writeback_sync_modes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 05:08:48 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kernel.org/abi-fix-add-s_syncing-back-to-struct-super_block.patch:
|
||||
ABI fix: add s_syncing back to struct super_block.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 02:26:30 CET 2009 - gregkh@suse.de
|
||||
|
||||
- update to 2.6.27.13-rc1:
|
||||
- security updates
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.arch/ppc-fix_hugepage_check.patch
|
||||
- patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk
|
||||
- patches.fixes/security-introduce-missing-kfree.patch
|
||||
- patches.fixes/xpc-fix-heartbeat
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 23:55:10 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
|
||||
with shared interrupt during reset (bnc#396687)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 22:43:48 CET 2009 - tonyj@suse.de
|
||||
|
||||
- patches.fixes/revert-bgcolor-line-feed-93f78da4.patch: Revert
|
||||
"vt: fix background color on line feed" (bnc#418613).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 19:28:06 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch: iwlwifi:
|
||||
fix rs_get_rate WARN_ON() (bnc#456002).
|
||||
- Reordered wireless patches to group together patches touching the same
|
||||
driver.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 19:13:20 CET 2009 - bphilips@suse.de
|
||||
|
||||
- patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch:
|
||||
disable catas_reset by default to avoid problems with EEH
|
||||
(bnc#456389).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 17:42:04 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
fixed kABI breakage. (bnc#458811)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:58:54 CET 2009 - bwalle@suse.de
|
||||
|
||||
- scripts/tar-up_and_run_mbuild.sh: s390 (the 31 bit variant) is
|
||||
not an important spec file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:50:44 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: fixed kABI
|
||||
breakage, reenabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:29:07 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/modversions: eat the "override" keyword before parsing the
|
||||
symbol definition.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 14:14:03 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
Correct VIO bus/device CMO accounting problems (bnc#468304 - LTC51205)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 14:03:12 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.suse/of_platform_driver.module-owner.patch:
|
||||
add missing module symlink to /sys/bus/*/driver/*
|
||||
in struct of_platform_driver.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 13:29:23 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix - new version from Intel (bnc#465923)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:58:06 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
(fix compilation on i386 and add hpet64 to kernel-parameters.txt)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:25:59 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:10:39 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
sgi-xpc: need to pass the physical address, not virtual. (bnc#458811)
|
||||
- patches.fixes/xpc-fix-heartbeat:
|
||||
sgi-xpc: eliminate false detection of no heartbeat. (bnc#464545)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 11:28:20 CET 2009 - jkosina@suse.de
|
||||
|
||||
- patches.fixes/input-add-nomux-dell-vostro-1510.patch: Input:
|
||||
add Dell Vostro 1510 to nomux list (bnc#404881).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 10:30:46 CET 2009 - jblunck@suse.de
|
||||
|
||||
- scripts/compute-PATCHVERSION.sh: Fix SRCVERSION parsing (bnc#465113).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 10:02:42 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-add-volume-offset: ALSA: hda - Add
|
||||
extra volume offset to standard volume amp macros (bnc#466428).
|
||||
- patches.drivers/alsa-hda-stac-reduce-volume-scale: ALSA: hda -
|
||||
Halve too large volume scales for STAC/IDT codecs (bnc#466428).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 09:25:52 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/lpfc-8.2.8.12-update: Update lpfc from 8.2.8.11
|
||||
to 8.2.8.12 (bnc#467713).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 01:58:48 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/reiserfs-debug-1036: fix missing jl arg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 21:09:15 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: delete duplicate error message in the
|
||||
kabi checks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 20:04:30 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/remove_kernel_physical_mapping_init_from_init:
|
||||
move kernel_physical_mapping_init to __meminit (bnc#467474).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:56:34 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: disabled, as it changes
|
||||
kABI.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:46:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.fixes/security-introduce-missing-kfree.patch: security:
|
||||
introduce missing kfree (bnc#467322).
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch:
|
||||
sysfs: fix problems with binary files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:35:32 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.arch/ia64-page-migration.fix:
|
||||
fix deadlock caused by cpe_migrate.ko and mark it supported.
|
||||
(bnc#464676)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:23:31 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/sn-irq-affinity: sn2: preserve irq affinity set
|
||||
in PROM (bnc#457679).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:15:43 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/uv_zalias_support: uv: Support for non-nasid 0
|
||||
systems (bnc#458869).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:12:47 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/xpc-fix-NULL-deref: sgi-xpc: Remove NULL pointer
|
||||
dereference. (bnc#466563).
|
||||
- patches.fixes/xpc-write-barrier: sgi-xpc: ensure flags are
|
||||
updated before bte_copy (bnc#466563).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:06:26 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/ipw2200-workaround-firmware-restarts-when-scanning.patch:
|
||||
ipw2200: fix scanning while associated (bnc#459067).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:01:41 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwl3945-fix-rfkill.patch: iwl3945: report
|
||||
killswitch changes even if the interface is down (bnc#446013).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 18:51:54 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: mac80211:
|
||||
add direct probe before association (bnc#461889).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 16:38:10 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/mptsas-discover-all-devices: mptsas driver
|
||||
fails to discover devices (bnc#459932).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 14:04:08 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.27.12.
|
||||
- patches.xen/764-netback-foreign-pages.patch: netback: handle
|
||||
non-netback foreign pages.
|
||||
- patches.xen/769-evtchn-CPU-offline.patch: evtchn: Fix CPU offlining
|
||||
to switch all affected ports belonging to a particular /dev/evcthn
|
||||
user.
|
||||
- patches.xen/gso-size-check.patch: gso: Ensure that the packet
|
||||
is long enough.
|
||||
- patches.xen/xen-S3-MSI: fix Dom0 resume from S3 when MSI is
|
||||
in use (bnc#435596).
|
||||
- patches.xen/xen3-e1000e_ioremap_sanity_check: ioremap sanity
|
||||
check to catch mapping requests exceeding the BAR sizes
|
||||
(bnc#425480).
|
||||
- patches.xen/xen3-x86-fix-kmap-contig.patch: x86: contiguous
|
||||
kmap fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 12:08:54 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
implement correct model matching
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 10:20:05 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/dm-mpath-tracking-nr-bytes:
|
||||
lpp_end_io gets nr_bytes as third arg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 10:04:08 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
match all JSxx/QSxx models based on the first 4 chars in 'model'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 08:09:10 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-axon-missing-msi-workaround-5.diff:
|
||||
Fix MSI after kexec (bnc#467633)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 21:01:18 CET 2009 - gregkh@suse.de
|
||||
|
||||
- clean up patch fuzz after 2.6.27.12 inclusion.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 20:50:47 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to the real 2.6.27.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 17:00:55 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.suse/reiserfs_warning-reentrant: reiserfs: eliminate
|
||||
reiserfs_warning from uniqueness functions; Fixes deadlock.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 16:39:35 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.drivers/cxgb3-ser.patch:
|
||||
reset the adapter on fatal error (bnc#466062 - LTC51042)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 15:24:43 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-03-iucv-cpu-hotremove.diff: iucv: failing
|
||||
cpu hot remove for inactive iucv (bnc#466462,LTC#51104).
|
||||
- patches.arch/s390-08-04-compat-sigaltstack.diff:
|
||||
kernel: 31 bit compat sigaltstack syscall fails with
|
||||
-EFAULT. (bnc#466462,LTC#50888).
|
||||
- patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch:
|
||||
af_iucv: System hang if recvmsg() is used with MSG_PEEK
|
||||
(bnc#466462,LTC#51136).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 15:15:19 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-accept-failed-paths: Only accept
|
||||
non-existing paths when adding failed paths (bnc#467579)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 12:19:52 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-source.spec.in: set CONFIG_DEBUG_INFO=y in the
|
||||
packaged .configs if builfing debug packages (bnc#460887)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 16:40:39 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: set %tolerate_kabi_changes to 6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 16:40:11 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.suse/export-iwl_rx_allocate: reintroduce
|
||||
EXPORT_SYMBOL(iwl_rx_allocate).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 13:56:20 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- import SLE11 RC2 reference kabi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 11:35:12 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/mpt-return-all-sense-data: MPT Fusion doesn't
|
||||
return all sense data (bnc#466179).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 17 00:20:49 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.12-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 17:46:11 CET 2009 - od@suse.de
|
||||
|
||||
- patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch:
|
||||
call boot IRQ quirks at end of device init and during resume.
|
||||
- patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch:
|
||||
update to upstream variant of this patch:
|
||||
- integrate an older quirk to make IO-APIC mode work on AMD
|
||||
8131 rev. A0 and B0
|
||||
- fix boot IRQ disabling logic for AMD 813x
|
||||
- remove unneeded code for AMD SB700S
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 16:09:26 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
|
||||
fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 10:55:12 CET 2009 - olh@suse.de
|
||||
|
||||
- enable mptsas in kdump kernel to allow crashdump on QS2x blades
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 08:44:42 CET 2009 - tiwai@suse.de
|
||||
|
||||
Fix STAC925x patch again
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
(yet more) STAC925x issues (bnc#460478).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 07:03:59 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-01-cio-fix-mp-mode.diff: cio: fix
|
||||
subchannel multipath mode setup (bnc#466462,LTC#51047).
|
||||
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
|
||||
memory alignment for GPN_FT requests. (bnc#466462).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 23:53:36 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files for vanilla kernel versions due to new config
|
||||
option added in 2.6.27.12-rc1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 23:47:39 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.12-rc1:
|
||||
- security fixes
|
||||
- fixes CVE-2009-0029
|
||||
- bug fixes all over the place.
|
||||
- obsoletes the following patches:
|
||||
- patches.arch/ppc-cmm_no_kdump.patch
|
||||
- patches.drivers/alsa-caiaq-midi-oops-fix
|
||||
- patches.drivers/alsa-hda-hp-6730b-quirk
|
||||
- patches.drivers/ibmvfc-host_init_delay.patch
|
||||
- patches.drivers/ibmvfc-improve_sync_events.patch
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch
|
||||
- patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch
|
||||
- patches.fixes/uv-remove-erroneous-BAU-init
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:37:26 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound:
|
||||
virtuoso: do not overwrite EEPROM on Xonar D2/D2X (bnc#462365).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:16:35 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.suse/s390-System.map.diff:
|
||||
Strip L2^B symbols (bnc #456682).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:09:29 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-gateway-fix: ALSA: patch_sigmatel:
|
||||
Add missing Gateway entries and autodetection (bnc#460478).
|
||||
- patches.drivers/alsa-hda-gateway-fix2: ALSA: hda - More fixes
|
||||
on Gateway entries (bnc#460478).
|
||||
- patches.drivers/alsa-hda-hp-dv5-mic-fix: ALSA: hda - Fix HP
|
||||
dv5 mic input (bnc#462913).
|
||||
- patches.drivers/alsa-hda-hp-dv5-quirk: ALSA: hda - Add quirk
|
||||
for another HP dv5 (bnc#462913).
|
||||
- patches.drivers/alsa-hda-idt92hd83-fix-typo: ALSA: hda -
|
||||
Fix a typo.
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk: ALSA: hda - Add
|
||||
automatic model setting for Samsung Q45.
|
||||
- patches.drivers/alsa-hda-seek-for-codec-id: ALSA: hda - Add
|
||||
a new function to seek for a codec ID (bnc#460478).
|
||||
- patches.drivers/alsa-hda-sigmatel-no-hp-reset: ALSA: hda -
|
||||
Don't reset HP pinctl in patch_sigmatel.c (bnc#460478).
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
missing initialization of NID 0x0e for STAC925x (bnc#460478).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 08:40:13 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-fix_hugepage_check.patch:
|
||||
is_hugepage_only_range() must account for both 4kB and 64kB
|
||||
slices (bnc#466229 - LTC51063)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 23:23:42 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 23:07:16 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Enabled patches.suse/unlock_page-speedup.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 22:00:49 CET 2009 - rjw@suse.de
|
||||
|
||||
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
|
||||
PCI PM: Split PCI Express port suspend-resume (bnc#455926).
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch:
|
||||
PCI: Suspend and resume PCI Express ports with interrupts
|
||||
disabled (bnc#455926).
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch:
|
||||
PCI: handle PCI state saving with interrupts disabled
|
||||
(bnc#455926).
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch:
|
||||
PCI: Rework default handling of suspend and resume (bnc#455926).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:38:29 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disable PARAVIRT.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:20:29 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patches for fuzz due to update to 2.6.27.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:02:21 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to final version of 2.6.27.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 16:38:47 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/ixgbe-dcb-setstate.patch: Bugfix for ixgbe
|
||||
and kernel DCB netlink code. (bnc#458194)
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix. (bnc#465923)
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 15:56:58 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: Delete.
|
||||
It came out that this is an already fixed BIOS bug. The quirk
|
||||
is not needed anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 14:53:51 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/acpi_fix_double_slash_root_prefix_handling.patch:
|
||||
In AcpiNsGetInternalNameLength, skip the redundant backslash
|
||||
of RootPrefix (http://bugzilla.kernel.org/show_bug.cgi?id=11541
|
||||
http://www.acpica.org/bugzilla/show_bug.cgi?id=739).
|
||||
- patches.fixes/acpi_video_always_update_sys.patch: video: always
|
||||
update the brightness when poking "brightness" (bnc#450149).
|
||||
- patches.fixes/acpi_video_handle_reversed_brightness_info.patch:
|
||||
ACPI: video: Fix reversed brightness behavior on ThinkPad SL
|
||||
series (bnc#450149).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 08:45:29 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch:
|
||||
fix __load_balance_iterator() for cfs with only one task
|
||||
(bnc#457594 - LTC50544)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 08:32:32 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/xfs-redirty-ENOSPC.patch: Re-dirty pages on
|
||||
ENOSPC when converting delayed allocations (bnc#433112 - LTC48749)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 04:33:33 CET 2009 - npiggin@suse.de
|
||||
|
||||
- Added guarded patches:
|
||||
- patches.suse/mnt-want-write-speedup.patch: fs: mnt_want_write
|
||||
speedup (bnc#436953).
|
||||
- patches.suse/mnt_clone_write.patch: fs: introduce
|
||||
mnt_clone_write (bnc#436953).
|
||||
- patches.suse/unlock_page-speedup.patch: mm: unlock_page speedup
|
||||
(bnc#436953).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 00:51:58 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- patches.drivers/add-via-chrome9-drm-support.patch: add Via
|
||||
chrome9 drm support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 00:29:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch:
|
||||
pata_via.c: Support VX855 and future chips whose IDE controller
|
||||
use 0x0571..
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 13 16:46:08 CET 2009 - hare@suse.de
|
||||
|
||||
@ -472,6 +1449,12 @@ Tue Jan 6 18:36:57 CET 2009 - jjolly@suse.de
|
||||
- patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes
|
||||
when repeatetly attaching/detaching devices. (bnc#458339).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 14:37:15 CET 2009 - npiggin@suse.de
|
||||
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for
|
||||
contiguous kmap fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 07:54:29 CET 2009 - npiggin@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-debug (Version 2.6.27.10)
|
||||
# spec file for package kernel-debug (Version 2.6.27.13)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -47,7 +47,7 @@
|
||||
%define cpu_arch_flavor %(%_sourcedir/guards %symbols < %_sourcedir/config.conf | grep '/debug$')
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar xfj %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%ifarch %ix86 x86_64
|
||||
%define install_vdso 1
|
||||
@ -62,8 +62,8 @@
|
||||
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 2.6.27.10
|
||||
Release: 5
|
||||
Version: 2.6.27.13
|
||||
Release: 3
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -98,8 +98,8 @@ BuildRequires: dwarfextract
|
||||
%endif
|
||||
%if %build_xen
|
||||
%ifarch %ix86
|
||||
Provides: kernel-xenpae = 2.6.27.10
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.10
|
||||
Provides: kernel-xenpae = 2.6.27.13
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.13
|
||||
%endif
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
@ -121,15 +121,18 @@ Conflicts: lvm2 < 2.02.33
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = 2.6.27.10-%source_rel
|
||||
Provides: kernel = 2.6.27.13-%source_rel
|
||||
%ifarch %ix86
|
||||
%else
|
||||
%ifarch ia64
|
||||
%else
|
||||
%ifarch ppc64
|
||||
%else
|
||||
%ifarch x86_64
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2
|
||||
Source10: preun.sh
|
||||
Source11: postun.sh
|
||||
@ -161,10 +164,11 @@ Source109: patches.kernel.org.tar.bz2
|
||||
Source110: patches.apparmor.tar.bz2
|
||||
Source111: patches.rt.tar.bz2
|
||||
Source112: patches.trace.tar.bz2
|
||||
Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
%define my_builddir %_builddir/%{name}-%{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: %ix86 ia64 x86_64
|
||||
ExclusiveArch: %ix86 ia64 ppc64 x86_64
|
||||
# These files are found in the kernel-source package:
|
||||
NoSource: 0
|
||||
NoSource: 100
|
||||
@ -204,7 +208,7 @@ Obsoletes: ralink-rt2860-kmp
|
||||
%define tolerate_unknown_new_config_options 0
|
||||
# kABI change tolerance (default in maintenance should be 4, 6, 8 or 15,
|
||||
# 31 is the maximum; see scripts/kabi-checks)
|
||||
%define tolerate_kabi_changes 31
|
||||
%define tolerate_kabi_changes 6
|
||||
|
||||
%description
|
||||
This kernel has several debug facilities enabled that hurt performance.
|
||||
@ -212,18 +216,18 @@ Only use this kernel when investigating problems.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
echo "The kernel-debug-2.6.27.10.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.10.src.rpm."
|
||||
echo "The kernel-debug-2.6.27.13.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.13.src.rpm."
|
||||
exit 1
|
||||
fi
|
||||
echo "Architecture symbol(s):" %symbols
|
||||
# Unpack all sources and patches
|
||||
%setup -q -c -T -a 0 -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 120
|
||||
%setup -q -c -T -a 0 -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 113 -a 120
|
||||
supported_conf() {
|
||||
%_sourcedir/guards %symbols $* < %_sourcedir/supported.conf | sort -u
|
||||
}
|
||||
@ -273,7 +277,7 @@ cat ../config/%cpu_arch_flavor \
|
||||
cpu_arch_flavor="%cpu_arch_flavor"
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
cpu_arch=${cpu_arch_flavor%/*}
|
||||
KERNELRELEASE=2.6.27.10-$RELEASE-debug
|
||||
KERNELRELEASE=2.6.27.13-$RELEASE-debug
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -321,18 +325,15 @@ export OOPS_TIMESTAMP="$(
|
||||
| tr -dc 0-9)"
|
||||
export KBUILD_VERBOSE=0
|
||||
export KBUILD_SYMTYPES=1
|
||||
export KBUILD_OVERRIDE=1
|
||||
EOF
|
||||
source .kernel-binary.spec.buildenv
|
||||
%ifarch s390x
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
chmod +x scripts/kmsg-doc
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y D=2
|
||||
%else
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
%endif
|
||||
%else
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
%endif
|
||||
|
||||
%install
|
||||
source .rpm-defs
|
||||
@ -414,7 +415,7 @@ add_vmlinux()
|
||||
if [ -x "$(which dwarfextract 2>/dev/null)" ] ; then
|
||||
dwarfextract vmlinux %buildroot/boot/Kerntypes-$KERNELRELEASE
|
||||
fi
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
mkdir -p %buildroot/usr/share/man/man9
|
||||
find man -name '*.9' -exec install -m 644 -D '{}' %buildroot/usr/share/man/man9/ ';'
|
||||
%endif
|
||||
@ -614,8 +615,6 @@ if [ $CONFIG_MODULES = y ]; then
|
||||
--max-badness=%tolerate_kabi_changes || KABI=$?
|
||||
fi
|
||||
if [ $KABI -ne 0 ]; then
|
||||
echo "kABI changes of badness $KABI exceed the maximum allowed badness" \
|
||||
"of %tolerate_kabi_changes. Please try to avoid the kABI changes."
|
||||
if [ ! -e %my_builddir/kabi/$cpu_arch/ignore-debug -a \
|
||||
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
|
||||
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
|
||||
@ -732,8 +731,8 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -774,8 +773,8 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -789,8 +788,7 @@ GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
%files -n kernel-debug-extra -f kernel-extra.files
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
%ifarch s390x
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
|
||||
%package -n kernel-debug-man
|
||||
License: GPL v2 only
|
||||
@ -803,16 +801,603 @@ Only use this kernel when investigating problems.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%files -n kernel-debug-man
|
||||
%defattr(-,root,root)
|
||||
/usr/share/man/man9/*
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jan 29 2009 gregkh@suse.de
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
- patches.suse/usb-move-ehci-reg-def.patch: usb: move ehci
|
||||
reg def.
|
||||
- patches.suse/x86-usb-debug-port-early-console-v4.patch: x86:
|
||||
usb debug port early console, v4.
|
||||
* Thu Jan 29 2009 mmarek@suse.cz
|
||||
- patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch
|
||||
patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch
|
||||
patches.kabi/export-iwl_rx_allocate
|
||||
patches.kabi/sched-kabi-compat-hack.patch: Introduce
|
||||
patches.kabi/ for patches that only work around kabi issues and
|
||||
can be safely dropped at the next SP.
|
||||
* Wed Jan 28 2009 agruen@suse.de
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: Add missing pageattr.c
|
||||
changes to pageattr-xen.c (bnc#439348).
|
||||
* Wed Jan 28 2009 agruen@suse.de
|
||||
- patches.suse/x86-mark_rodata_rw.patch: Add mark_rodata_rw()
|
||||
to un-protect read-only kernel code pages (bnc#439348).
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: xen specific part
|
||||
(bnc#439348).
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- config/s390/s390: the -man package still fails for s390, disable
|
||||
it
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: fix build of the -man subpackage on
|
||||
31bit s390
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- fix kernel-default.ppc64 reference symsets
|
||||
* Wed Jan 28 2009 jslaby@suse.cz
|
||||
- patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch:
|
||||
x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240
|
||||
FATE304266).
|
||||
[cpu_mask_to_apicid bigsmp fix]
|
||||
* Wed Jan 28 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
|
||||
map scsi proc_name to module name (bnc#459933 - LTC50724)
|
||||
* Tue Jan 27 2009 jeffm@suse.de
|
||||
- Update config files: Disable ftrace in -debug on ppc64
|
||||
* Tue Jan 27 2009 jeffm@suse.de
|
||||
- config.conf: Added -debug flavor for ppc64.
|
||||
* Tue Jan 27 2009 bwalle@suse.de
|
||||
- patches.drivers/libfc-set-the-release-function.diff:
|
||||
Whitespace change.
|
||||
* Tue Jan 27 2009 hare@suse.de
|
||||
- patches.drivers/libfc-fix-read-IO-data-integrity: libfc:
|
||||
IO data integrity issue when a IO data frame lost (bnc#469536).
|
||||
* Tue Jan 27 2009 jbeulich@novell.com
|
||||
- re-enable patches.xen/xen3-e1000e_Export_set_memory_ro-rw.
|
||||
* Tue Jan 27 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
include prototype for PFN_UP() (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Export
|
||||
set_memory_ro() and set_memory_rw() calls.
|
||||
readded to avoid kabi change
|
||||
* Mon Jan 26 2009 jeffm@suse.de
|
||||
- config.conf: Added kernel-vmi to i386.
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
use PFN_UP() for end_pfn (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 mmarek@suse.cz
|
||||
- kabi: import FCoE changes
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: disable
|
||||
wrong debug message again.
|
||||
* Mon Jan 26 2009 rw@suse.de
|
||||
- patches.fixes/taskstats-alignment:
|
||||
IA64: fill 'struct taskstats' on stack and 'memcpy' result to skb.
|
||||
(bnc#448410)
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
fix calculation of reserve_size (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.fixes/disable-lro-per-default: Disable LRO per default
|
||||
in igb and ixgbe. (bnc#467519)
|
||||
* Mon Jan 26 2009 jbeulich@novell.com
|
||||
- Just comment out patches.xen/xen3-e1000e_* (to address build error)
|
||||
until disposition of their originals is known.
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.fixes/sctp_do_not_use_stale_copy_of_sk: Do not use
|
||||
stale copy of sk. (bnc#440104)
|
||||
* Mon Jan 26 2009 jblunck@suse.de
|
||||
Renamed some patches so they get included in vanilla builds.
|
||||
- patches.rpmify/firmware-path: Renamed.
|
||||
- patches.rpmify/no-include-asm: Renamed.
|
||||
- patches.suse/md-raid-metadata-PAGE_SIZE.patch: Renamed.
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- patches.suse/led_classdev.sysfs-name.patch: use correct name
|
||||
for /sys/devices/virtual/leds/ entries (bnc#468350)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Delete.
|
||||
- patches.suse/e1000e_allow_bad_checksum: Delete.
|
||||
- patches.suse/e1000e_call_dump_eeprom: Delete.
|
||||
- patches.suse/e1000e_ioremap_sanity_check: Delete.
|
||||
- patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory:
|
||||
Delete.
|
||||
Remove not mainline e1000e patches which were added to help with
|
||||
the e1000e NVM corruption - root issue is fixed
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.drivers/tg3_libphy_workaround: tg3 libphy workaround.
|
||||
(bnc#468725)
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- supported.conf: Correct spelling for dm-least-pending
|
||||
path checker.
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-check-info-before-access: Kernel Oops
|
||||
during path failover (bnc#458393).
|
||||
* Sun Jan 25 2009 gregkh@suse.de
|
||||
- refresh patch fuzz now that 2.6.27.13 is in tree
|
||||
* Sun Jan 25 2009 gregkh@suse.de
|
||||
- Update to final version of 2.6.27.13
|
||||
* Sat Jan 24 2009 gregkh@suse.de
|
||||
- dynamic debugging fixes backported from upstream:
|
||||
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
|
||||
driver core: add newlines to debugging enabled/disabled
|
||||
messages.
|
||||
- patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch:
|
||||
Driver core: fix 'dynamic_debug' cmd line parameter.
|
||||
- patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch:
|
||||
driver core: fix using 'ret' variable in
|
||||
unregister_dynamic_debug_module.
|
||||
* Sat Jan 24 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch:
|
||||
(fix return of an unitialized value (bnc#469017)
|
||||
* Sat Jan 24 2009 mmarek@suse.cz
|
||||
- update kabi files: ignore changes in struct pcie_link_state as
|
||||
it is an internal structure only.
|
||||
* Sat Jan 24 2009 mmarek@suse.cz
|
||||
- patches.suse/genksyms-add-override-flag.diff: genksyms: add
|
||||
--override flag.
|
||||
- rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1
|
||||
* Sat Jan 24 2009 ghaskins@suse.de
|
||||
- patches.fixes/sched-kabi-compat-hack.patch: sched: leave
|
||||
RT_GROUP_SCHED structure components intact to preserve kABI.
|
||||
broke kabi with fix for 456542
|
||||
* Sat Jan 24 2009 trenn@suse.de
|
||||
- patches.fixes/cpufreq_export_latency.patch: CPUFREQ: Introduce
|
||||
/sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency
|
||||
(bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch:
|
||||
CPUFREQ: ondemand/conservative: sanitize sampling_rate
|
||||
restrictions (bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
- patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch:
|
||||
X86 powernow-k8 cpufreq: Get transition latency from acpi _PSS
|
||||
object (bnc#464461).
|
||||
* Fri Jan 23 2009 jeffm@suse.de
|
||||
- patches.fixes/xfs-dmapi-fixes: xfs/dmapi: fix crash on mount
|
||||
(bnc#458027).
|
||||
* Fri Jan 23 2009 ghaskins@suse.de
|
||||
- Update config files: Disable RT_GROUP_SCHED (bnc#456542).
|
||||
The RT_GROUP_SCHED feature is experimental and clearly broken, so
|
||||
lets turn it off for now.
|
||||
* Fri Jan 23 2009 jeffm@suse.de
|
||||
- patches.fixes/hpilo-open-close-fix: hpilo open/close fix
|
||||
(bnc#466517).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: Handle I/O
|
||||
on stopped queues correctly (bnc#458393).
|
||||
* Fri Jan 23 2009 jbenc@suse.cz
|
||||
- patches.suse/mnt-want-write-speedup.patch,
|
||||
patches.suse/mnt_clone_write.patch: modified not to break kABI,
|
||||
enabled (bnc#436953).
|
||||
* Fri Jan 23 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwlagn-fix-rfkill.patch: iwlagn: fix hw-rfkill
|
||||
while the interface is down (bnc#446158).
|
||||
* Fri Jan 23 2009 mmarek@suse.cz
|
||||
- kabi/severities: temporarily enable changes in FcOE modules.
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.arch/s390-08-06-personality.patch: kernel: setting 32
|
||||
bit personality doesn't work (bnc#466462).
|
||||
- patches.arch/s390-08-07-compat_wrappers.patch: kernel:
|
||||
Add missing wrapper functions for 31 bit compat
|
||||
syscalls. (bnc#466462,LTC#51229).
|
||||
- patches.fixes/block-leave-the-request-timeout-timer-running:
|
||||
Delete obsolete patch.
|
||||
* Fri Jan 23 2009 bwalle@suse.de
|
||||
- patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change
|
||||
fcoe_sw sg_tablesize to SG_ALL (bnc #459142).
|
||||
- patches.drivers/fcoe-check-return-for-fc_set_m.diff: check
|
||||
return for fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-frame-length-validati.diff: fix frame
|
||||
length validation in the early receive path (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff:
|
||||
fcoe: fix incorrect use of struct module (bnc #468051).
|
||||
- patches.drivers/fcoe-improved-load-balancing-i.diff: improved
|
||||
load balancing in rx path (bnc #459142).
|
||||
- patches.drivers/fcoe-logoff-of-the-fabric-when.diff: Logoff
|
||||
of the fabric when destroying interface (bnc #459142).
|
||||
- patches.drivers/fcoe-remove-warn_on-in-fc_set.diff: remove
|
||||
WARN_ON in fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-user_mfs-is-never-used.diff: user_mfs is
|
||||
never used (bnc #459142).
|
||||
- patches.drivers/libfc-add-fc_disc-c-locking-co.diff: Add
|
||||
fc_disc.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-ensure-correct-device_pu.diff: libfc:
|
||||
Ensure correct device_put/get usage (round 2).
|
||||
- patches.drivers/libfc-fix-rport-recursive-lock.diff: libfc:
|
||||
Fix rport recursive lock on rport mutex (bnc #459142).
|
||||
- patches.drivers/libfc-handle-rrq-exch-timeout.diff: libfc:
|
||||
handle RRQ exch timeout (bnc #465596).
|
||||
- patches.drivers/libfc-improve-fc_lport-c-locki.diff: Improve
|
||||
fc_lport.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-improve-fc_rport-c-locki.diff: Improve
|
||||
fc_rport.c locking comment block (459142).
|
||||
- patches.drivers/libfc-make-fc_disc-inline-with.diff: make
|
||||
fc_disc inline with the fc_lport structure (bnc #459142).
|
||||
- patches.drivers/libfc-make-rscn-parsing-more-r.diff: make RSCN
|
||||
parsing more robust (bnc #459142).
|
||||
- patches.drivers/libfc-make-sure-we-access-the.diff: make sure
|
||||
we access the CRC safely (bnc #459142).
|
||||
- patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff: libfc:
|
||||
Pass lport in exch_mgr_reset (bnc #465596).
|
||||
- patches.drivers/libfc-remove-debug-print-state.diff: libfc:
|
||||
Remove debug print statement, too verbose (bnc #459142).
|
||||
- patches.drivers/libfc-set-the-release-function.diff: Set
|
||||
the release function for the rport's kobject (round 2)
|
||||
(bnc #459142).
|
||||
- patches.drivers/libfc-updated-comment-for-orde.diff: updated
|
||||
comment for order of em and ex locks (bnc #459142).
|
||||
- patches.drivers/libfc-updated-libfc-fcoe-modul.diff: updated
|
||||
libfc fcoe module ver to 1.0.6 (bnc #459142).
|
||||
- patches.drivers/libfc-use-an-operations-struct.diff: use an
|
||||
operations structure for rport callbacks (bnc #459142).
|
||||
- patches.drivers/libfc-when-rport-goes-away-re.diff: libfc:
|
||||
when rport goes away (re-plogi), clean up exchanges to/from
|
||||
rport (bnc #465596).
|
||||
- patches.drivers/libfc_locking.diff: libfc, fcoe: fixed locking
|
||||
issues with lport->lp_mutex around lport->link_status (bnc
|
||||
[#468053]).
|
||||
- patches.drivers/libfc_rport.diff: libfc: rport retry on LS_RJT
|
||||
from certain ELS (bnc #468054).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.fixes/qla2xxx-check-fc-rport-validity:
|
||||
qla2xxx: added check for fcport is valid in
|
||||
qla2x00_terminate_rport_io(). (bnc#467624).
|
||||
* Fri Jan 23 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-gateway-t1616-quirk: ALSA: hda -
|
||||
Add quirk for Gateway T1616 laptop (bnc#467597).
|
||||
- patches.drivers/alsa-hda-hp-dv4-quirk: ALSA: hda - Add model
|
||||
entry for HP dv4.
|
||||
- patches.drivers/alsa-hda-intel-d945-ref-quirk: ALSA: hda -
|
||||
Add model=ref for Intel board with STAC9221 (bnc#406529).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.fixes/blk-leave-sync-timer-running: block: Rediff
|
||||
- patches.fixes/block-use-round_jiffies_up: Block: use
|
||||
round_jiffies_up() (bnc#464155).
|
||||
- Add missing patches to series.conf:
|
||||
patches.fixes/round-jiffies-up
|
||||
patches.fixes/block-use-round_jiffies_up
|
||||
patches.fixes/block-fix-blk_start_queueing
|
||||
patches.fixes/suppress-buffer-IO-errors
|
||||
patches.fixes/block-optimizations-in-blk_rq_timed_out_timer
|
||||
patches.fixes/block-add-comment-in-blk_rq_timed_out
|
||||
* Fri Jan 23 2009 olh@suse.de
|
||||
- update patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
handle also drivers/scsi/ibmvscsi/ibmvfc.c
|
||||
* Fri Jan 23 2009 sjayaraman@suse.de
|
||||
- patches.fixes/cifs-fix-oops-on-ipv6-mount: cifs: make sure we
|
||||
allocate enough storage for socket address (467691).
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- patches.kernel.org/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch:
|
||||
ABI fix: add WB_SYNC_HOLD enum writeback_sync_modes.
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- patches.kernel.org/abi-fix-add-s_syncing-back-to-struct-super_block.patch:
|
||||
ABI fix: add s_syncing back to struct super_block.
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- update to 2.6.27.13-rc1:
|
||||
- security updates
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.arch/ppc-fix_hugepage_check.patch
|
||||
- patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk
|
||||
- patches.fixes/security-introduce-missing-kfree.patch
|
||||
- patches.fixes/xpc-fix-heartbeat
|
||||
- Update config files.
|
||||
* Thu Jan 22 2009 kkeil@suse.de
|
||||
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
|
||||
with shared interrupt during reset (bnc#396687)
|
||||
* Thu Jan 22 2009 tonyj@suse.de
|
||||
- patches.fixes/revert-bgcolor-line-feed-93f78da4.patch: Revert
|
||||
"vt: fix background color on line feed" (bnc#418613).
|
||||
* Thu Jan 22 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch: iwlwifi:
|
||||
fix rs_get_rate WARN_ON() (bnc#456002).
|
||||
- Reordered wireless patches to group together patches touching the same
|
||||
driver.
|
||||
* Thu Jan 22 2009 bphilips@suse.de
|
||||
- patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch:
|
||||
disable catas_reset by default to avoid problems with EEH
|
||||
(bnc#456389).
|
||||
* Thu Jan 22 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
fixed kABI breakage. (bnc#458811)
|
||||
* Thu Jan 22 2009 bwalle@suse.de
|
||||
- scripts/tar-up_and_run_mbuild.sh: s390 (the 31 bit variant) is
|
||||
not an important spec file.
|
||||
* Thu Jan 22 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: fixed kABI
|
||||
breakage, reenabled.
|
||||
* Thu Jan 22 2009 mmarek@suse.cz
|
||||
- rpm/modversions: eat the "override" keyword before parsing the
|
||||
symbol definition.
|
||||
* Thu Jan 22 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
Correct VIO bus/device CMO accounting problems (bnc#468304 - LTC51205)
|
||||
* Thu Jan 22 2009 olh@suse.de
|
||||
- patches.suse/of_platform_driver.module-owner.patch:
|
||||
add missing module symlink to /sys/bus/*/driver/*
|
||||
in struct of_platform_driver.
|
||||
* Thu Jan 22 2009 kkeil@suse.de
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix - new version from Intel (bnc#465923)
|
||||
* Thu Jan 22 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
(fix compilation on i386 and add hpet64 to kernel-parameters.txt)
|
||||
* Thu Jan 22 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
* Thu Jan 22 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
sgi-xpc: need to pass the physical address, not virtual. (bnc#458811)
|
||||
- patches.fixes/xpc-fix-heartbeat:
|
||||
sgi-xpc: eliminate false detection of no heartbeat. (bnc#464545)
|
||||
* Thu Jan 22 2009 jkosina@suse.de
|
||||
- patches.fixes/input-add-nomux-dell-vostro-1510.patch: Input:
|
||||
add Dell Vostro 1510 to nomux list (bnc#404881).
|
||||
* Thu Jan 22 2009 jblunck@suse.de
|
||||
- scripts/compute-PATCHVERSION.sh: Fix SRCVERSION parsing (bnc#465113).
|
||||
* Thu Jan 22 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-add-volume-offset: ALSA: hda - Add
|
||||
extra volume offset to standard volume amp macros (bnc#466428).
|
||||
- patches.drivers/alsa-hda-stac-reduce-volume-scale: ALSA: hda -
|
||||
Halve too large volume scales for STAC/IDT codecs (bnc#466428).
|
||||
* Thu Jan 22 2009 hare@suse.de
|
||||
- patches.drivers/lpfc-8.2.8.12-update: Update lpfc from 8.2.8.11
|
||||
to 8.2.8.12 (bnc#467713).
|
||||
* Thu Jan 22 2009 jeffm@suse.de
|
||||
- patches.fixes/reiserfs-debug-1036: fix missing jl arg
|
||||
* Wed Jan 21 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: delete duplicate error message in the
|
||||
kabi checks
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/remove_kernel_physical_mapping_init_from_init:
|
||||
move kernel_physical_mapping_init to __meminit (bnc#467474).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: disabled, as it changes
|
||||
kABI.
|
||||
* Wed Jan 21 2009 gregkh@suse.de
|
||||
- patches.fixes/security-introduce-missing-kfree.patch: security:
|
||||
introduce missing kfree (bnc#467322).
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch:
|
||||
sysfs: fix problems with binary files.
|
||||
* Wed Jan 21 2009 rw@suse.de
|
||||
- patches.arch/ia64-page-migration.fix:
|
||||
fix deadlock caused by cpe_migrate.ko and mark it supported.
|
||||
(bnc#464676)
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/sn-irq-affinity: sn2: preserve irq affinity set
|
||||
in PROM (bnc#457679).
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/uv_zalias_support: uv: Support for non-nasid 0
|
||||
systems (bnc#458869).
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/xpc-fix-NULL-deref: sgi-xpc: Remove NULL pointer
|
||||
dereference. (bnc#466563).
|
||||
- patches.fixes/xpc-write-barrier: sgi-xpc: ensure flags are
|
||||
updated before bte_copy (bnc#466563).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/ipw2200-workaround-firmware-restarts-when-scanning.patch:
|
||||
ipw2200: fix scanning while associated (bnc#459067).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwl3945-fix-rfkill.patch: iwl3945: report
|
||||
killswitch changes even if the interface is down (bnc#446013).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: mac80211:
|
||||
add direct probe before association (bnc#461889).
|
||||
* Wed Jan 21 2009 hare@suse.de
|
||||
- patches.drivers/mptsas-discover-all-devices: mptsas driver
|
||||
fails to discover devices (bnc#459932).
|
||||
* Wed Jan 21 2009 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.27.12.
|
||||
- patches.xen/764-netback-foreign-pages.patch: netback: handle
|
||||
non-netback foreign pages.
|
||||
- patches.xen/769-evtchn-CPU-offline.patch: evtchn: Fix CPU offlining
|
||||
to switch all affected ports belonging to a particular /dev/evcthn
|
||||
user.
|
||||
- patches.xen/gso-size-check.patch: gso: Ensure that the packet
|
||||
is long enough.
|
||||
- patches.xen/xen-S3-MSI: fix Dom0 resume from S3 when MSI is
|
||||
in use (bnc#435596).
|
||||
- patches.xen/xen3-e1000e_ioremap_sanity_check: ioremap sanity
|
||||
check to catch mapping requests exceeding the BAR sizes
|
||||
(bnc#425480).
|
||||
- patches.xen/xen3-x86-fix-kmap-contig.patch: x86: contiguous
|
||||
kmap fix (bnc#449812).
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
implement correct model matching
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/dm-mpath-tracking-nr-bytes:
|
||||
lpp_end_io gets nr_bytes as third arg
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
match all JSxx/QSxx models based on the first 4 chars in 'model'
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.arch/ppc-axon-missing-msi-workaround-5.diff:
|
||||
Fix MSI after kexec (bnc#467633)
|
||||
* Tue Jan 20 2009 gregkh@suse.de
|
||||
- clean up patch fuzz after 2.6.27.12 inclusion.
|
||||
* Tue Jan 20 2009 gregkh@suse.de
|
||||
- Update to the real 2.6.27.12
|
||||
* Tue Jan 20 2009 jeffm@suse.de
|
||||
- patches.suse/reiserfs_warning-reentrant: reiserfs: eliminate
|
||||
reiserfs_warning from uniqueness functions; Fixes deadlock.
|
||||
* Tue Jan 20 2009 olh@suse.de
|
||||
- patches.drivers/cxgb3-ser.patch:
|
||||
reset the adapter on fatal error (bnc#466062 - LTC51042)
|
||||
* Tue Jan 20 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-03-iucv-cpu-hotremove.diff: iucv: failing
|
||||
cpu hot remove for inactive iucv (bnc#466462,LTC#51104).
|
||||
- patches.arch/s390-08-04-compat-sigaltstack.diff:
|
||||
kernel: 31 bit compat sigaltstack syscall fails with
|
||||
-EFAULT. (bnc#466462,LTC#50888).
|
||||
- patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch:
|
||||
af_iucv: System hang if recvmsg() is used with MSG_PEEK
|
||||
(bnc#466462,LTC#51136).
|
||||
* Tue Jan 20 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-accept-failed-paths: Only accept
|
||||
non-existing paths when adding failed paths (bnc#467579)
|
||||
* Tue Jan 20 2009 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: set CONFIG_DEBUG_INFO=y in the
|
||||
packaged .configs if builfing debug packages (bnc#460887)
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: set %%tolerate_kabi_changes to 6
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- patches.suse/export-iwl_rx_allocate: reintroduce
|
||||
EXPORT_SYMBOL(iwl_rx_allocate).
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- import SLE11 RC2 reference kabi
|
||||
* Mon Jan 19 2009 hare@suse.de
|
||||
- patches.drivers/mpt-return-all-sense-data: MPT Fusion doesn't
|
||||
return all sense data (bnc#466179).
|
||||
* Sat Jan 17 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.12-rc2
|
||||
* Fri Jan 16 2009 od@suse.de
|
||||
- patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch:
|
||||
call boot IRQ quirks at end of device init and during resume.
|
||||
- patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch:
|
||||
update to upstream variant of this patch:
|
||||
- integrate an older quirk to make IO-APIC mode work on AMD
|
||||
8131 rev. A0 and B0
|
||||
- fix boot IRQ disabling logic for AMD 813x
|
||||
- remove unneeded code for AMD SB700S
|
||||
* Fri Jan 16 2009 jbeulich@novell.com
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
|
||||
fix (bnc#449812).
|
||||
* Fri Jan 16 2009 olh@suse.de
|
||||
- enable mptsas in kdump kernel to allow crashdump on QS2x blades
|
||||
* Fri Jan 16 2009 tiwai@suse.de
|
||||
Fix STAC925x patch again
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
(yet more) STAC925x issues (bnc#460478).
|
||||
* Fri Jan 16 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-01-cio-fix-mp-mode.diff: cio: fix
|
||||
subchannel multipath mode setup (bnc#466462,LTC#51047).
|
||||
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
|
||||
memory alignment for GPN_FT requests. (bnc#466462).
|
||||
* Thu Jan 15 2009 gregkh@suse.de
|
||||
- Update config files for vanilla kernel versions due to new config
|
||||
option added in 2.6.27.12-rc1.
|
||||
* Thu Jan 15 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.12-rc1:
|
||||
- security fixes
|
||||
- fixes CVE-2009-0029
|
||||
- bug fixes all over the place.
|
||||
- obsoletes the following patches:
|
||||
- patches.arch/ppc-cmm_no_kdump.patch
|
||||
- patches.drivers/alsa-caiaq-midi-oops-fix
|
||||
- patches.drivers/alsa-hda-hp-6730b-quirk
|
||||
- patches.drivers/ibmvfc-host_init_delay.patch
|
||||
- patches.drivers/ibmvfc-improve_sync_events.patch
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch
|
||||
- patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch
|
||||
- patches.fixes/uv-remove-erroneous-BAU-init
|
||||
- Update config files.
|
||||
* Thu Jan 15 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound:
|
||||
virtuoso: do not overwrite EEPROM on Xonar D2/D2X (bnc#462365).
|
||||
* Thu Jan 15 2009 bwalle@suse.de
|
||||
- patches.suse/s390-System.map.diff:
|
||||
Strip L2^B symbols (bnc #456682).
|
||||
* Thu Jan 15 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-gateway-fix: ALSA: patch_sigmatel:
|
||||
Add missing Gateway entries and autodetection (bnc#460478).
|
||||
- patches.drivers/alsa-hda-gateway-fix2: ALSA: hda - More fixes
|
||||
on Gateway entries (bnc#460478).
|
||||
- patches.drivers/alsa-hda-hp-dv5-mic-fix: ALSA: hda - Fix HP
|
||||
dv5 mic input (bnc#462913).
|
||||
- patches.drivers/alsa-hda-hp-dv5-quirk: ALSA: hda - Add quirk
|
||||
for another HP dv5 (bnc#462913).
|
||||
- patches.drivers/alsa-hda-idt92hd83-fix-typo: ALSA: hda -
|
||||
Fix a typo.
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk: ALSA: hda - Add
|
||||
automatic model setting for Samsung Q45.
|
||||
- patches.drivers/alsa-hda-seek-for-codec-id: ALSA: hda - Add
|
||||
a new function to seek for a codec ID (bnc#460478).
|
||||
- patches.drivers/alsa-hda-sigmatel-no-hp-reset: ALSA: hda -
|
||||
Don't reset HP pinctl in patch_sigmatel.c (bnc#460478).
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
missing initialization of NID 0x0e for STAC925x (bnc#460478).
|
||||
* Thu Jan 15 2009 olh@suse.de
|
||||
- patches.arch/ppc-fix_hugepage_check.patch:
|
||||
is_hugepage_only_range() must account for both 4kB and 64kB
|
||||
slices (bnc#466229 - LTC51063)
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Enabled patches.suse/unlock_page-speedup.patch
|
||||
* Wed Jan 14 2009 rjw@suse.de
|
||||
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
|
||||
PCI PM: Split PCI Express port suspend-resume (bnc#455926).
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch:
|
||||
PCI: Suspend and resume PCI Express ports with interrupts
|
||||
disabled (bnc#455926).
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch:
|
||||
PCI: handle PCI state saving with interrupts disabled
|
||||
(bnc#455926).
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch:
|
||||
PCI: Rework default handling of suspend and resume (bnc#455926).
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Update config files: Disable PARAVIRT.
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- refresh patches for fuzz due to update to 2.6.27.11
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- Update to final version of 2.6.27.11
|
||||
* Wed Jan 14 2009 kkeil@suse.de
|
||||
- patches.drivers/ixgbe-dcb-setstate.patch: Bugfix for ixgbe
|
||||
and kernel DCB netlink code. (bnc#458194)
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix. (bnc#465923)
|
||||
- Update config files.
|
||||
* Wed Jan 14 2009 trenn@suse.de
|
||||
- patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: Delete.
|
||||
It came out that this is an already fixed BIOS bug. The quirk
|
||||
is not needed anymore.
|
||||
* Wed Jan 14 2009 trenn@suse.de
|
||||
- patches.fixes/acpi_fix_double_slash_root_prefix_handling.patch:
|
||||
In AcpiNsGetInternalNameLength, skip the redundant backslash
|
||||
of RootPrefix (http://bugzilla.kernel.org/show_bug.cgi?id=11541
|
||||
http://www.acpica.org/bugzilla/show_bug.cgi?id=739).
|
||||
- patches.fixes/acpi_video_always_update_sys.patch: video: always
|
||||
update the brightness when poking "brightness" (bnc#450149).
|
||||
- patches.fixes/acpi_video_handle_reversed_brightness_info.patch:
|
||||
ACPI: video: Fix reversed brightness behavior on ThinkPad SL
|
||||
series (bnc#450149).
|
||||
* Wed Jan 14 2009 olh@suse.de
|
||||
- patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch:
|
||||
fix __load_balance_iterator() for cfs with only one task
|
||||
(bnc#457594 - LTC50544)
|
||||
* Wed Jan 14 2009 olh@suse.de
|
||||
- patches.fixes/xfs-redirty-ENOSPC.patch: Re-dirty pages on
|
||||
ENOSPC when converting delayed allocations (bnc#433112 - LTC48749)
|
||||
* Wed Jan 14 2009 npiggin@suse.de
|
||||
- Added guarded patches:
|
||||
- patches.suse/mnt-want-write-speedup.patch: fs: mnt_want_write
|
||||
speedup (bnc#436953).
|
||||
- patches.suse/mnt_clone_write.patch: fs: introduce
|
||||
mnt_clone_write (bnc#436953).
|
||||
- patches.suse/unlock_page-speedup.patch: mm: unlock_page speedup
|
||||
(bnc#436953).
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- Update config files.
|
||||
- patches.drivers/add-via-chrome9-drm-support.patch: add Via
|
||||
chrome9 drm support.
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch:
|
||||
pata_via.c: Support VX855 and future chips whose IDE controller
|
||||
use 0x0571..
|
||||
* Tue Jan 13 2009 hare@suse.de
|
||||
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
|
||||
after suggestions from James Bottomley (bnc#465346).
|
||||
@ -1103,6 +1688,9 @@ GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
- patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes
|
||||
when repeatetly attaching/detaching devices. (bnc#458339).
|
||||
* Tue Jan 06 2009 npiggin@suse.de
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for
|
||||
contiguous kmap fix (bnc#449812).
|
||||
* Tue Jan 06 2009 npiggin@suse.de
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch: update.
|
||||
* Mon Jan 05 2009 mmarek@suse.cz
|
||||
- patches.suse/modpost-filter-out-built-in-depends: modpost:
|
||||
|
@ -1,3 +1,980 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 18:45:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
- patches.suse/usb-move-ehci-reg-def.patch: usb: move ehci
|
||||
reg def.
|
||||
- patches.suse/x86-usb-debug-port-early-console-v4.patch: x86:
|
||||
usb debug port early console, v4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 11:43:32 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch
|
||||
patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch
|
||||
patches.kabi/export-iwl_rx_allocate
|
||||
patches.kabi/sched-kabi-compat-hack.patch: Introduce
|
||||
patches.kabi/ for patches that only work around kabi issues and
|
||||
can be safely dropped at the next SP.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 20:34:29 CET 2009 - agruen@suse.de
|
||||
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: Add missing pageattr.c
|
||||
changes to pageattr-xen.c (bnc#439348).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 18:50:59 CET 2009 - agruen@suse.de
|
||||
|
||||
- patches.suse/x86-mark_rodata_rw.patch: Add mark_rodata_rw()
|
||||
to un-protect read-only kernel code pages (bnc#439348).
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: xen specific part
|
||||
(bnc#439348).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 15:59:27 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- config/s390/s390: the -man package still fails for s390, disable
|
||||
it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 14:27:18 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: fix build of the -man subpackage on
|
||||
31bit s390
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 13:23:01 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- fix kernel-default.ppc64 reference symsets
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 12:06:53 CET 2009 - jslaby@suse.cz
|
||||
|
||||
- patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch:
|
||||
x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240
|
||||
FATE304266).
|
||||
[cpu_mask_to_apicid bigsmp fix]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 08:16:54 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
|
||||
map scsi proc_name to module name (bnc#459933 - LTC50724)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 23:33:09 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disable ftrace in -debug on ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 23:16:03 CET 2009 - jeffm@suse.de
|
||||
|
||||
- config.conf: Added -debug flavor for ppc64.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 13:40:53 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.drivers/libfc-set-the-release-function.diff:
|
||||
Whitespace change.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 09:05:30 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/libfc-fix-read-IO-data-integrity: libfc:
|
||||
IO data integrity issue when a IO data frame lost (bnc#469536).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 08:52:49 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- re-enable patches.xen/xen3-e1000e_Export_set_memory_ro-rw.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 07:44:18 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
include prototype for PFN_UP() (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:53:20 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Export
|
||||
set_memory_ro() and set_memory_rw() calls.
|
||||
readded to avoid kabi change
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:36:59 CET 2009 - jeffm@suse.de
|
||||
|
||||
- config.conf: Added kernel-vmi to i386.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:08:43 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
use PFN_UP() for end_pfn (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 17:14:44 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- kabi: import FCoE changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 17:00:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: disable
|
||||
wrong debug message again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 15:35:41 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/taskstats-alignment:
|
||||
IA64: fill 'struct taskstats' on stack and 'memcpy' result to skb.
|
||||
(bnc#448410)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 15:31:39 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
fix calculation of reserve_size (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 14:19:30 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.fixes/disable-lro-per-default: Disable LRO per default
|
||||
in igb and ixgbe. (bnc#467519)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 13:44:37 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- Just comment out patches.xen/xen3-e1000e_* (to address build error)
|
||||
until disposition of their originals is known.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 13:01:24 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.fixes/sctp_do_not_use_stale_copy_of_sk: Do not use
|
||||
stale copy of sk. (bnc#440104)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:52:21 CET 2009 - jblunck@suse.de
|
||||
|
||||
Renamed some patches so they get included in vanilla builds.
|
||||
- patches.rpmify/firmware-path: Renamed.
|
||||
- patches.rpmify/no-include-asm: Renamed.
|
||||
- patches.suse/md-raid-metadata-PAGE_SIZE.patch: Renamed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:18:00 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.suse/led_classdev.sysfs-name.patch: use correct name
|
||||
for /sys/devices/virtual/leds/ entries (bnc#468350)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:15:15 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Delete.
|
||||
- patches.suse/e1000e_allow_bad_checksum: Delete.
|
||||
- patches.suse/e1000e_call_dump_eeprom: Delete.
|
||||
- patches.suse/e1000e_ioremap_sanity_check: Delete.
|
||||
- patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory:
|
||||
Delete.
|
||||
Remove not mainline e1000e patches which were added to help with
|
||||
the e1000e NVM corruption - root issue is fixed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:06:30 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/tg3_libphy_workaround: tg3 libphy workaround.
|
||||
(bnc#468725)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 09:17:49 CET 2009 - hare@suse.de
|
||||
|
||||
- supported.conf: Correct spelling for dm-least-pending
|
||||
path checker.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 09:16:31 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-check-info-before-access: Kernel Oops
|
||||
during path failover (bnc#458393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 02:07:17 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patch fuzz now that 2.6.27.13 is in tree
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 01:59:30 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to final version of 2.6.27.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 23:24:49 CET 2009 - gregkh@suse.de
|
||||
|
||||
- dynamic debugging fixes backported from upstream:
|
||||
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
|
||||
driver core: add newlines to debugging enabled/disabled
|
||||
messages.
|
||||
- patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch:
|
||||
Driver core: fix 'dynamic_debug' cmd line parameter.
|
||||
- patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch:
|
||||
driver core: fix using 'ret' variable in
|
||||
unregister_dynamic_debug_module.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 17:51:17 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch:
|
||||
(fix return of an unitialized value (bnc#469017)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 11:29:02 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- update kabi files: ignore changes in struct pcie_link_state as
|
||||
it is an internal structure only.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 11:26:16 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.suse/genksyms-add-override-flag.diff: genksyms: add
|
||||
--override flag.
|
||||
- rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 01:25:44 CET 2009 - ghaskins@suse.de
|
||||
|
||||
- patches.fixes/sched-kabi-compat-hack.patch: sched: leave
|
||||
RT_GROUP_SCHED structure components intact to preserve kABI.
|
||||
|
||||
broke kabi with fix for 456542
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 00:35:12 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/cpufreq_export_latency.patch: CPUFREQ: Introduce
|
||||
/sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency
|
||||
(bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch:
|
||||
CPUFREQ: ondemand/conservative: sanitize sampling_rate
|
||||
restrictions (bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
- patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch:
|
||||
X86 powernow-k8 cpufreq: Get transition latency from acpi _PSS
|
||||
object (bnc#464461).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 20:29:24 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/xfs-dmapi-fixes: xfs/dmapi: fix crash on mount
|
||||
(bnc#458027).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 20:19:33 CET 2009 - ghaskins@suse.de
|
||||
|
||||
- Update config files: Disable RT_GROUP_SCHED (bnc#456542).
|
||||
|
||||
The RT_GROUP_SCHED feature is experimental and clearly broken, so
|
||||
lets turn it off for now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 16:51:40 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/hpilo-open-close-fix: hpilo open/close fix
|
||||
(bnc#466517).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:59:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: Handle I/O
|
||||
on stopped queues correctly (bnc#458393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:34:11 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.suse/mnt-want-write-speedup.patch,
|
||||
patches.suse/mnt_clone_write.patch: modified not to break kABI,
|
||||
enabled (bnc#436953).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:08:39 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwlagn-fix-rfkill.patch: iwlagn: fix hw-rfkill
|
||||
while the interface is down (bnc#446158).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 14:59:57 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- kabi/severities: temporarily enable changes in FcOE modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:55:18 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.arch/s390-08-06-personality.patch: kernel: setting 32
|
||||
bit personality doesn't work (bnc#466462).
|
||||
- patches.arch/s390-08-07-compat_wrappers.patch: kernel:
|
||||
Add missing wrapper functions for 31 bit compat
|
||||
syscalls. (bnc#466462,LTC#51229).
|
||||
- patches.fixes/block-leave-the-request-timeout-timer-running:
|
||||
Delete obsolete patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:42:28 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change
|
||||
fcoe_sw sg_tablesize to SG_ALL (bnc #459142).
|
||||
- patches.drivers/fcoe-check-return-for-fc_set_m.diff: check
|
||||
return for fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-frame-length-validati.diff: fix frame
|
||||
length validation in the early receive path (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff:
|
||||
fcoe: fix incorrect use of struct module (bnc #468051).
|
||||
- patches.drivers/fcoe-improved-load-balancing-i.diff: improved
|
||||
load balancing in rx path (bnc #459142).
|
||||
- patches.drivers/fcoe-logoff-of-the-fabric-when.diff: Logoff
|
||||
of the fabric when destroying interface (bnc #459142).
|
||||
- patches.drivers/fcoe-remove-warn_on-in-fc_set.diff: remove
|
||||
WARN_ON in fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-user_mfs-is-never-used.diff: user_mfs is
|
||||
never used (bnc #459142).
|
||||
- patches.drivers/libfc-add-fc_disc-c-locking-co.diff: Add
|
||||
fc_disc.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-ensure-correct-device_pu.diff: libfc:
|
||||
Ensure correct device_put/get usage (round 2).
|
||||
- patches.drivers/libfc-fix-rport-recursive-lock.diff: libfc:
|
||||
Fix rport recursive lock on rport mutex (bnc #459142).
|
||||
- patches.drivers/libfc-handle-rrq-exch-timeout.diff: libfc:
|
||||
handle RRQ exch timeout (bnc #465596).
|
||||
- patches.drivers/libfc-improve-fc_lport-c-locki.diff: Improve
|
||||
fc_lport.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-improve-fc_rport-c-locki.diff: Improve
|
||||
fc_rport.c locking comment block (459142).
|
||||
- patches.drivers/libfc-make-fc_disc-inline-with.diff: make
|
||||
fc_disc inline with the fc_lport structure (bnc #459142).
|
||||
- patches.drivers/libfc-make-rscn-parsing-more-r.diff: make RSCN
|
||||
parsing more robust (bnc #459142).
|
||||
- patches.drivers/libfc-make-sure-we-access-the.diff: make sure
|
||||
we access the CRC safely (bnc #459142).
|
||||
- patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff: libfc:
|
||||
Pass lport in exch_mgr_reset (bnc #465596).
|
||||
- patches.drivers/libfc-remove-debug-print-state.diff: libfc:
|
||||
Remove debug print statement, too verbose (bnc #459142).
|
||||
- patches.drivers/libfc-set-the-release-function.diff: Set
|
||||
the release function for the rport's kobject (round 2)
|
||||
(bnc #459142).
|
||||
- patches.drivers/libfc-updated-comment-for-orde.diff: updated
|
||||
comment for order of em and ex locks (bnc #459142).
|
||||
- patches.drivers/libfc-updated-libfc-fcoe-modul.diff: updated
|
||||
libfc fcoe module ver to 1.0.6 (bnc #459142).
|
||||
- patches.drivers/libfc-use-an-operations-struct.diff: use an
|
||||
operations structure for rport callbacks (bnc #459142).
|
||||
- patches.drivers/libfc-when-rport-goes-away-re.diff: libfc:
|
||||
when rport goes away (re-plogi), clean up exchanges to/from
|
||||
rport (bnc #465596).
|
||||
- patches.drivers/libfc_locking.diff: libfc, fcoe: fixed locking
|
||||
issues with lport->lp_mutex around lport->link_status (bnc
|
||||
#468053).
|
||||
- patches.drivers/libfc_rport.diff: libfc: rport retry on LS_RJT
|
||||
from certain ELS (bnc #468054).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:36:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.fixes/qla2xxx-check-fc-rport-validity:
|
||||
qla2xxx: added check for fcport is valid in
|
||||
qla2x00_terminate_rport_io(). (bnc#467624).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:01:59 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-gateway-t1616-quirk: ALSA: hda -
|
||||
Add quirk for Gateway T1616 laptop (bnc#467597).
|
||||
- patches.drivers/alsa-hda-hp-dv4-quirk: ALSA: hda - Add model
|
||||
entry for HP dv4.
|
||||
- patches.drivers/alsa-hda-intel-d945-ref-quirk: ALSA: hda -
|
||||
Add model=ref for Intel board with STAC9221 (bnc#406529).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 10:48:16 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.fixes/blk-leave-sync-timer-running: block: Rediff
|
||||
- patches.fixes/block-use-round_jiffies_up: Block: use
|
||||
round_jiffies_up() (bnc#464155).
|
||||
- Add missing patches to series.conf:
|
||||
patches.fixes/round-jiffies-up
|
||||
patches.fixes/block-use-round_jiffies_up
|
||||
patches.fixes/block-fix-blk_start_queueing
|
||||
patches.fixes/suppress-buffer-IO-errors
|
||||
patches.fixes/block-optimizations-in-blk_rq_timed_out_timer
|
||||
patches.fixes/block-add-comment-in-blk_rq_timed_out
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 07:51:35 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
handle also drivers/scsi/ibmvscsi/ibmvfc.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 06:41:18 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.fixes/cifs-fix-oops-on-ipv6-mount: cifs: make sure we
|
||||
allocate enough storage for socket address (467691).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 05:57:48 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kernel.org/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch:
|
||||
ABI fix: add WB_SYNC_HOLD enum writeback_sync_modes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 05:08:48 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kernel.org/abi-fix-add-s_syncing-back-to-struct-super_block.patch:
|
||||
ABI fix: add s_syncing back to struct super_block.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 02:26:30 CET 2009 - gregkh@suse.de
|
||||
|
||||
- update to 2.6.27.13-rc1:
|
||||
- security updates
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.arch/ppc-fix_hugepage_check.patch
|
||||
- patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk
|
||||
- patches.fixes/security-introduce-missing-kfree.patch
|
||||
- patches.fixes/xpc-fix-heartbeat
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 23:55:10 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
|
||||
with shared interrupt during reset (bnc#396687)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 22:43:48 CET 2009 - tonyj@suse.de
|
||||
|
||||
- patches.fixes/revert-bgcolor-line-feed-93f78da4.patch: Revert
|
||||
"vt: fix background color on line feed" (bnc#418613).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 19:28:06 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch: iwlwifi:
|
||||
fix rs_get_rate WARN_ON() (bnc#456002).
|
||||
- Reordered wireless patches to group together patches touching the same
|
||||
driver.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 19:13:20 CET 2009 - bphilips@suse.de
|
||||
|
||||
- patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch:
|
||||
disable catas_reset by default to avoid problems with EEH
|
||||
(bnc#456389).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 17:42:04 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
fixed kABI breakage. (bnc#458811)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:58:54 CET 2009 - bwalle@suse.de
|
||||
|
||||
- scripts/tar-up_and_run_mbuild.sh: s390 (the 31 bit variant) is
|
||||
not an important spec file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:50:44 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: fixed kABI
|
||||
breakage, reenabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:29:07 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/modversions: eat the "override" keyword before parsing the
|
||||
symbol definition.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 14:14:03 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
Correct VIO bus/device CMO accounting problems (bnc#468304 - LTC51205)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 14:03:12 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.suse/of_platform_driver.module-owner.patch:
|
||||
add missing module symlink to /sys/bus/*/driver/*
|
||||
in struct of_platform_driver.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 13:29:23 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix - new version from Intel (bnc#465923)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:58:06 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
(fix compilation on i386 and add hpet64 to kernel-parameters.txt)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:25:59 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:10:39 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
sgi-xpc: need to pass the physical address, not virtual. (bnc#458811)
|
||||
- patches.fixes/xpc-fix-heartbeat:
|
||||
sgi-xpc: eliminate false detection of no heartbeat. (bnc#464545)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 11:28:20 CET 2009 - jkosina@suse.de
|
||||
|
||||
- patches.fixes/input-add-nomux-dell-vostro-1510.patch: Input:
|
||||
add Dell Vostro 1510 to nomux list (bnc#404881).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 10:30:46 CET 2009 - jblunck@suse.de
|
||||
|
||||
- scripts/compute-PATCHVERSION.sh: Fix SRCVERSION parsing (bnc#465113).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 10:02:42 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-add-volume-offset: ALSA: hda - Add
|
||||
extra volume offset to standard volume amp macros (bnc#466428).
|
||||
- patches.drivers/alsa-hda-stac-reduce-volume-scale: ALSA: hda -
|
||||
Halve too large volume scales for STAC/IDT codecs (bnc#466428).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 09:25:52 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/lpfc-8.2.8.12-update: Update lpfc from 8.2.8.11
|
||||
to 8.2.8.12 (bnc#467713).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 01:58:48 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/reiserfs-debug-1036: fix missing jl arg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 21:09:15 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: delete duplicate error message in the
|
||||
kabi checks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 20:04:30 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/remove_kernel_physical_mapping_init_from_init:
|
||||
move kernel_physical_mapping_init to __meminit (bnc#467474).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:56:34 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: disabled, as it changes
|
||||
kABI.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:46:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.fixes/security-introduce-missing-kfree.patch: security:
|
||||
introduce missing kfree (bnc#467322).
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch:
|
||||
sysfs: fix problems with binary files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:35:32 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.arch/ia64-page-migration.fix:
|
||||
fix deadlock caused by cpe_migrate.ko and mark it supported.
|
||||
(bnc#464676)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:23:31 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/sn-irq-affinity: sn2: preserve irq affinity set
|
||||
in PROM (bnc#457679).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:15:43 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/uv_zalias_support: uv: Support for non-nasid 0
|
||||
systems (bnc#458869).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:12:47 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/xpc-fix-NULL-deref: sgi-xpc: Remove NULL pointer
|
||||
dereference. (bnc#466563).
|
||||
- patches.fixes/xpc-write-barrier: sgi-xpc: ensure flags are
|
||||
updated before bte_copy (bnc#466563).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:06:26 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/ipw2200-workaround-firmware-restarts-when-scanning.patch:
|
||||
ipw2200: fix scanning while associated (bnc#459067).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:01:41 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwl3945-fix-rfkill.patch: iwl3945: report
|
||||
killswitch changes even if the interface is down (bnc#446013).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 18:51:54 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: mac80211:
|
||||
add direct probe before association (bnc#461889).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 16:38:10 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/mptsas-discover-all-devices: mptsas driver
|
||||
fails to discover devices (bnc#459932).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 14:04:08 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.27.12.
|
||||
- patches.xen/764-netback-foreign-pages.patch: netback: handle
|
||||
non-netback foreign pages.
|
||||
- patches.xen/769-evtchn-CPU-offline.patch: evtchn: Fix CPU offlining
|
||||
to switch all affected ports belonging to a particular /dev/evcthn
|
||||
user.
|
||||
- patches.xen/gso-size-check.patch: gso: Ensure that the packet
|
||||
is long enough.
|
||||
- patches.xen/xen-S3-MSI: fix Dom0 resume from S3 when MSI is
|
||||
in use (bnc#435596).
|
||||
- patches.xen/xen3-e1000e_ioremap_sanity_check: ioremap sanity
|
||||
check to catch mapping requests exceeding the BAR sizes
|
||||
(bnc#425480).
|
||||
- patches.xen/xen3-x86-fix-kmap-contig.patch: x86: contiguous
|
||||
kmap fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 12:08:54 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
implement correct model matching
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 10:20:05 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/dm-mpath-tracking-nr-bytes:
|
||||
lpp_end_io gets nr_bytes as third arg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 10:04:08 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
match all JSxx/QSxx models based on the first 4 chars in 'model'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 08:09:10 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-axon-missing-msi-workaround-5.diff:
|
||||
Fix MSI after kexec (bnc#467633)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 21:01:18 CET 2009 - gregkh@suse.de
|
||||
|
||||
- clean up patch fuzz after 2.6.27.12 inclusion.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 20:50:47 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to the real 2.6.27.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 17:00:55 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.suse/reiserfs_warning-reentrant: reiserfs: eliminate
|
||||
reiserfs_warning from uniqueness functions; Fixes deadlock.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 16:39:35 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.drivers/cxgb3-ser.patch:
|
||||
reset the adapter on fatal error (bnc#466062 - LTC51042)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 15:24:43 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-03-iucv-cpu-hotremove.diff: iucv: failing
|
||||
cpu hot remove for inactive iucv (bnc#466462,LTC#51104).
|
||||
- patches.arch/s390-08-04-compat-sigaltstack.diff:
|
||||
kernel: 31 bit compat sigaltstack syscall fails with
|
||||
-EFAULT. (bnc#466462,LTC#50888).
|
||||
- patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch:
|
||||
af_iucv: System hang if recvmsg() is used with MSG_PEEK
|
||||
(bnc#466462,LTC#51136).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 15:15:19 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-accept-failed-paths: Only accept
|
||||
non-existing paths when adding failed paths (bnc#467579)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 12:19:52 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-source.spec.in: set CONFIG_DEBUG_INFO=y in the
|
||||
packaged .configs if builfing debug packages (bnc#460887)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 16:40:39 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: set %tolerate_kabi_changes to 6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 16:40:11 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.suse/export-iwl_rx_allocate: reintroduce
|
||||
EXPORT_SYMBOL(iwl_rx_allocate).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 13:56:20 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- import SLE11 RC2 reference kabi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 11:35:12 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/mpt-return-all-sense-data: MPT Fusion doesn't
|
||||
return all sense data (bnc#466179).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 17 00:20:49 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.12-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 17:46:11 CET 2009 - od@suse.de
|
||||
|
||||
- patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch:
|
||||
call boot IRQ quirks at end of device init and during resume.
|
||||
- patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch:
|
||||
update to upstream variant of this patch:
|
||||
- integrate an older quirk to make IO-APIC mode work on AMD
|
||||
8131 rev. A0 and B0
|
||||
- fix boot IRQ disabling logic for AMD 813x
|
||||
- remove unneeded code for AMD SB700S
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 16:09:26 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
|
||||
fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 10:55:12 CET 2009 - olh@suse.de
|
||||
|
||||
- enable mptsas in kdump kernel to allow crashdump on QS2x blades
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 08:44:42 CET 2009 - tiwai@suse.de
|
||||
|
||||
Fix STAC925x patch again
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
(yet more) STAC925x issues (bnc#460478).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 07:03:59 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-01-cio-fix-mp-mode.diff: cio: fix
|
||||
subchannel multipath mode setup (bnc#466462,LTC#51047).
|
||||
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
|
||||
memory alignment for GPN_FT requests. (bnc#466462).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 23:53:36 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files for vanilla kernel versions due to new config
|
||||
option added in 2.6.27.12-rc1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 23:47:39 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.12-rc1:
|
||||
- security fixes
|
||||
- fixes CVE-2009-0029
|
||||
- bug fixes all over the place.
|
||||
- obsoletes the following patches:
|
||||
- patches.arch/ppc-cmm_no_kdump.patch
|
||||
- patches.drivers/alsa-caiaq-midi-oops-fix
|
||||
- patches.drivers/alsa-hda-hp-6730b-quirk
|
||||
- patches.drivers/ibmvfc-host_init_delay.patch
|
||||
- patches.drivers/ibmvfc-improve_sync_events.patch
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch
|
||||
- patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch
|
||||
- patches.fixes/uv-remove-erroneous-BAU-init
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:37:26 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound:
|
||||
virtuoso: do not overwrite EEPROM on Xonar D2/D2X (bnc#462365).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:16:35 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.suse/s390-System.map.diff:
|
||||
Strip L2^B symbols (bnc #456682).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:09:29 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-gateway-fix: ALSA: patch_sigmatel:
|
||||
Add missing Gateway entries and autodetection (bnc#460478).
|
||||
- patches.drivers/alsa-hda-gateway-fix2: ALSA: hda - More fixes
|
||||
on Gateway entries (bnc#460478).
|
||||
- patches.drivers/alsa-hda-hp-dv5-mic-fix: ALSA: hda - Fix HP
|
||||
dv5 mic input (bnc#462913).
|
||||
- patches.drivers/alsa-hda-hp-dv5-quirk: ALSA: hda - Add quirk
|
||||
for another HP dv5 (bnc#462913).
|
||||
- patches.drivers/alsa-hda-idt92hd83-fix-typo: ALSA: hda -
|
||||
Fix a typo.
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk: ALSA: hda - Add
|
||||
automatic model setting for Samsung Q45.
|
||||
- patches.drivers/alsa-hda-seek-for-codec-id: ALSA: hda - Add
|
||||
a new function to seek for a codec ID (bnc#460478).
|
||||
- patches.drivers/alsa-hda-sigmatel-no-hp-reset: ALSA: hda -
|
||||
Don't reset HP pinctl in patch_sigmatel.c (bnc#460478).
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
missing initialization of NID 0x0e for STAC925x (bnc#460478).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 08:40:13 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-fix_hugepage_check.patch:
|
||||
is_hugepage_only_range() must account for both 4kB and 64kB
|
||||
slices (bnc#466229 - LTC51063)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 23:23:42 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 23:07:16 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Enabled patches.suse/unlock_page-speedup.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 22:00:49 CET 2009 - rjw@suse.de
|
||||
|
||||
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
|
||||
PCI PM: Split PCI Express port suspend-resume (bnc#455926).
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch:
|
||||
PCI: Suspend and resume PCI Express ports with interrupts
|
||||
disabled (bnc#455926).
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch:
|
||||
PCI: handle PCI state saving with interrupts disabled
|
||||
(bnc#455926).
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch:
|
||||
PCI: Rework default handling of suspend and resume (bnc#455926).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:38:29 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disable PARAVIRT.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:20:29 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patches for fuzz due to update to 2.6.27.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:02:21 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to final version of 2.6.27.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 16:38:47 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/ixgbe-dcb-setstate.patch: Bugfix for ixgbe
|
||||
and kernel DCB netlink code. (bnc#458194)
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix. (bnc#465923)
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 15:56:58 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: Delete.
|
||||
It came out that this is an already fixed BIOS bug. The quirk
|
||||
is not needed anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 14:53:51 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/acpi_fix_double_slash_root_prefix_handling.patch:
|
||||
In AcpiNsGetInternalNameLength, skip the redundant backslash
|
||||
of RootPrefix (http://bugzilla.kernel.org/show_bug.cgi?id=11541
|
||||
http://www.acpica.org/bugzilla/show_bug.cgi?id=739).
|
||||
- patches.fixes/acpi_video_always_update_sys.patch: video: always
|
||||
update the brightness when poking "brightness" (bnc#450149).
|
||||
- patches.fixes/acpi_video_handle_reversed_brightness_info.patch:
|
||||
ACPI: video: Fix reversed brightness behavior on ThinkPad SL
|
||||
series (bnc#450149).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 08:45:29 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch:
|
||||
fix __load_balance_iterator() for cfs with only one task
|
||||
(bnc#457594 - LTC50544)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 08:32:32 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/xfs-redirty-ENOSPC.patch: Re-dirty pages on
|
||||
ENOSPC when converting delayed allocations (bnc#433112 - LTC48749)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 04:33:33 CET 2009 - npiggin@suse.de
|
||||
|
||||
- Added guarded patches:
|
||||
- patches.suse/mnt-want-write-speedup.patch: fs: mnt_want_write
|
||||
speedup (bnc#436953).
|
||||
- patches.suse/mnt_clone_write.patch: fs: introduce
|
||||
mnt_clone_write (bnc#436953).
|
||||
- patches.suse/unlock_page-speedup.patch: mm: unlock_page speedup
|
||||
(bnc#436953).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 00:51:58 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- patches.drivers/add-via-chrome9-drm-support.patch: add Via
|
||||
chrome9 drm support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 00:29:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch:
|
||||
pata_via.c: Support VX855 and future chips whose IDE controller
|
||||
use 0x0571..
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 13 16:46:08 CET 2009 - hare@suse.de
|
||||
|
||||
@ -472,6 +1449,12 @@ Tue Jan 6 18:36:57 CET 2009 - jjolly@suse.de
|
||||
- patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes
|
||||
when repeatetly attaching/detaching devices. (bnc#458339).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 14:37:15 CET 2009 - npiggin@suse.de
|
||||
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for
|
||||
contiguous kmap fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 07:54:29 CET 2009 - npiggin@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-default (Version 2.6.27.10)
|
||||
# spec file for package kernel-default (Version 2.6.27.13)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -47,7 +47,7 @@
|
||||
%define cpu_arch_flavor %(%_sourcedir/guards %symbols < %_sourcedir/config.conf | grep '/default$')
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar xfj %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%ifarch %ix86 x86_64
|
||||
%define install_vdso 1
|
||||
@ -62,8 +62,8 @@
|
||||
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 2.6.27.10
|
||||
Release: 5
|
||||
Version: 2.6.27.13
|
||||
Release: 3
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -98,8 +98,8 @@ BuildRequires: dwarfextract
|
||||
%endif
|
||||
%if %build_xen
|
||||
%ifarch %ix86
|
||||
Provides: kernel-xenpae = 2.6.27.10
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.10
|
||||
Provides: kernel-xenpae = 2.6.27.13
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.13
|
||||
%endif
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
@ -121,7 +121,7 @@ Conflicts: lvm2 < 2.02.33
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = 2.6.27.10-%source_rel
|
||||
Provides: kernel = 2.6.27.13-%source_rel
|
||||
%ifarch %ix86
|
||||
Provides: k_athlon k_debug k_deflt k_deflt_22 k_deflt_24 k_eide k_laptop k_orig k_pentiu k_pos_ibm k_psmp k_smp k_smp_22 k_smp_24 smp kernel-smp
|
||||
Obsoletes: k_athlon k_debug k_deflt k_deflt_22 k_deflt_24 k_eide k_laptop k_orig k_pentiu k_pos_ibm k_psmp k_smp k_smp_22 k_smp_24 smp kernel-smp
|
||||
@ -180,6 +180,7 @@ Source109: patches.kernel.org.tar.bz2
|
||||
Source110: patches.apparmor.tar.bz2
|
||||
Source111: patches.rt.tar.bz2
|
||||
Source112: patches.trace.tar.bz2
|
||||
Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
%define my_builddir %_builddir/%{name}-%{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -223,25 +224,25 @@ Obsoletes: ralink-rt2860-kmp
|
||||
%define tolerate_unknown_new_config_options 0
|
||||
# kABI change tolerance (default in maintenance should be 4, 6, 8 or 15,
|
||||
# 31 is the maximum; see scripts/kabi-checks)
|
||||
%define tolerate_kabi_changes 31
|
||||
%define tolerate_kabi_changes 6
|
||||
|
||||
%description
|
||||
The standard kernel for both uniprocessor and multiprocessor systems.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
echo "The kernel-default-2.6.27.10.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.10.src.rpm."
|
||||
echo "The kernel-default-2.6.27.13.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.13.src.rpm."
|
||||
exit 1
|
||||
fi
|
||||
echo "Architecture symbol(s):" %symbols
|
||||
# Unpack all sources and patches
|
||||
%setup -q -c -T -a 0 -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 120
|
||||
%setup -q -c -T -a 0 -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 113 -a 120
|
||||
supported_conf() {
|
||||
%_sourcedir/guards %symbols $* < %_sourcedir/supported.conf | sort -u
|
||||
}
|
||||
@ -291,7 +292,7 @@ cat ../config/%cpu_arch_flavor \
|
||||
cpu_arch_flavor="%cpu_arch_flavor"
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
cpu_arch=${cpu_arch_flavor%/*}
|
||||
KERNELRELEASE=2.6.27.10-$RELEASE-default
|
||||
KERNELRELEASE=2.6.27.13-$RELEASE-default
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -339,18 +340,15 @@ export OOPS_TIMESTAMP="$(
|
||||
| tr -dc 0-9)"
|
||||
export KBUILD_VERBOSE=0
|
||||
export KBUILD_SYMTYPES=1
|
||||
export KBUILD_OVERRIDE=1
|
||||
EOF
|
||||
source .kernel-binary.spec.buildenv
|
||||
%ifarch s390x
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
chmod +x scripts/kmsg-doc
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y D=2
|
||||
%else
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
%endif
|
||||
%else
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
%endif
|
||||
|
||||
%install
|
||||
source .rpm-defs
|
||||
@ -432,7 +430,7 @@ add_vmlinux()
|
||||
if [ -x "$(which dwarfextract 2>/dev/null)" ] ; then
|
||||
dwarfextract vmlinux %buildroot/boot/Kerntypes-$KERNELRELEASE
|
||||
fi
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
mkdir -p %buildroot/usr/share/man/man9
|
||||
find man -name '*.9' -exec install -m 644 -D '{}' %buildroot/usr/share/man/man9/ ';'
|
||||
%endif
|
||||
@ -632,8 +630,6 @@ if [ $CONFIG_MODULES = y ]; then
|
||||
--max-badness=%tolerate_kabi_changes || KABI=$?
|
||||
fi
|
||||
if [ $KABI -ne 0 ]; then
|
||||
echo "kABI changes of badness $KABI exceed the maximum allowed badness" \
|
||||
"of %tolerate_kabi_changes. Please try to avoid the kABI changes."
|
||||
if [ ! -e %my_builddir/kabi/$cpu_arch/ignore-default -a \
|
||||
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
|
||||
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
|
||||
@ -749,8 +745,8 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -790,8 +786,8 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -805,8 +801,7 @@ GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
%files -n kernel-default-extra -f kernel-extra.files
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
%ifarch s390x
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
|
||||
%package -n kernel-default-man
|
||||
License: GPL v2 only
|
||||
@ -818,16 +813,603 @@ The standard kernel for both uniprocessor and multiprocessor systems.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%files -n kernel-default-man
|
||||
%defattr(-,root,root)
|
||||
/usr/share/man/man9/*
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jan 29 2009 gregkh@suse.de
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
- patches.suse/usb-move-ehci-reg-def.patch: usb: move ehci
|
||||
reg def.
|
||||
- patches.suse/x86-usb-debug-port-early-console-v4.patch: x86:
|
||||
usb debug port early console, v4.
|
||||
* Thu Jan 29 2009 mmarek@suse.cz
|
||||
- patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch
|
||||
patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch
|
||||
patches.kabi/export-iwl_rx_allocate
|
||||
patches.kabi/sched-kabi-compat-hack.patch: Introduce
|
||||
patches.kabi/ for patches that only work around kabi issues and
|
||||
can be safely dropped at the next SP.
|
||||
* Wed Jan 28 2009 agruen@suse.de
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: Add missing pageattr.c
|
||||
changes to pageattr-xen.c (bnc#439348).
|
||||
* Wed Jan 28 2009 agruen@suse.de
|
||||
- patches.suse/x86-mark_rodata_rw.patch: Add mark_rodata_rw()
|
||||
to un-protect read-only kernel code pages (bnc#439348).
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: xen specific part
|
||||
(bnc#439348).
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- config/s390/s390: the -man package still fails for s390, disable
|
||||
it
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: fix build of the -man subpackage on
|
||||
31bit s390
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- fix kernel-default.ppc64 reference symsets
|
||||
* Wed Jan 28 2009 jslaby@suse.cz
|
||||
- patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch:
|
||||
x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240
|
||||
FATE304266).
|
||||
[cpu_mask_to_apicid bigsmp fix]
|
||||
* Wed Jan 28 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
|
||||
map scsi proc_name to module name (bnc#459933 - LTC50724)
|
||||
* Tue Jan 27 2009 jeffm@suse.de
|
||||
- Update config files: Disable ftrace in -debug on ppc64
|
||||
* Tue Jan 27 2009 jeffm@suse.de
|
||||
- config.conf: Added -debug flavor for ppc64.
|
||||
* Tue Jan 27 2009 bwalle@suse.de
|
||||
- patches.drivers/libfc-set-the-release-function.diff:
|
||||
Whitespace change.
|
||||
* Tue Jan 27 2009 hare@suse.de
|
||||
- patches.drivers/libfc-fix-read-IO-data-integrity: libfc:
|
||||
IO data integrity issue when a IO data frame lost (bnc#469536).
|
||||
* Tue Jan 27 2009 jbeulich@novell.com
|
||||
- re-enable patches.xen/xen3-e1000e_Export_set_memory_ro-rw.
|
||||
* Tue Jan 27 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
include prototype for PFN_UP() (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Export
|
||||
set_memory_ro() and set_memory_rw() calls.
|
||||
readded to avoid kabi change
|
||||
* Mon Jan 26 2009 jeffm@suse.de
|
||||
- config.conf: Added kernel-vmi to i386.
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
use PFN_UP() for end_pfn (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 mmarek@suse.cz
|
||||
- kabi: import FCoE changes
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: disable
|
||||
wrong debug message again.
|
||||
* Mon Jan 26 2009 rw@suse.de
|
||||
- patches.fixes/taskstats-alignment:
|
||||
IA64: fill 'struct taskstats' on stack and 'memcpy' result to skb.
|
||||
(bnc#448410)
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
fix calculation of reserve_size (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.fixes/disable-lro-per-default: Disable LRO per default
|
||||
in igb and ixgbe. (bnc#467519)
|
||||
* Mon Jan 26 2009 jbeulich@novell.com
|
||||
- Just comment out patches.xen/xen3-e1000e_* (to address build error)
|
||||
until disposition of their originals is known.
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.fixes/sctp_do_not_use_stale_copy_of_sk: Do not use
|
||||
stale copy of sk. (bnc#440104)
|
||||
* Mon Jan 26 2009 jblunck@suse.de
|
||||
Renamed some patches so they get included in vanilla builds.
|
||||
- patches.rpmify/firmware-path: Renamed.
|
||||
- patches.rpmify/no-include-asm: Renamed.
|
||||
- patches.suse/md-raid-metadata-PAGE_SIZE.patch: Renamed.
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- patches.suse/led_classdev.sysfs-name.patch: use correct name
|
||||
for /sys/devices/virtual/leds/ entries (bnc#468350)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Delete.
|
||||
- patches.suse/e1000e_allow_bad_checksum: Delete.
|
||||
- patches.suse/e1000e_call_dump_eeprom: Delete.
|
||||
- patches.suse/e1000e_ioremap_sanity_check: Delete.
|
||||
- patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory:
|
||||
Delete.
|
||||
Remove not mainline e1000e patches which were added to help with
|
||||
the e1000e NVM corruption - root issue is fixed
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.drivers/tg3_libphy_workaround: tg3 libphy workaround.
|
||||
(bnc#468725)
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- supported.conf: Correct spelling for dm-least-pending
|
||||
path checker.
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-check-info-before-access: Kernel Oops
|
||||
during path failover (bnc#458393).
|
||||
* Sun Jan 25 2009 gregkh@suse.de
|
||||
- refresh patch fuzz now that 2.6.27.13 is in tree
|
||||
* Sun Jan 25 2009 gregkh@suse.de
|
||||
- Update to final version of 2.6.27.13
|
||||
* Sat Jan 24 2009 gregkh@suse.de
|
||||
- dynamic debugging fixes backported from upstream:
|
||||
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
|
||||
driver core: add newlines to debugging enabled/disabled
|
||||
messages.
|
||||
- patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch:
|
||||
Driver core: fix 'dynamic_debug' cmd line parameter.
|
||||
- patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch:
|
||||
driver core: fix using 'ret' variable in
|
||||
unregister_dynamic_debug_module.
|
||||
* Sat Jan 24 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch:
|
||||
(fix return of an unitialized value (bnc#469017)
|
||||
* Sat Jan 24 2009 mmarek@suse.cz
|
||||
- update kabi files: ignore changes in struct pcie_link_state as
|
||||
it is an internal structure only.
|
||||
* Sat Jan 24 2009 mmarek@suse.cz
|
||||
- patches.suse/genksyms-add-override-flag.diff: genksyms: add
|
||||
--override flag.
|
||||
- rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1
|
||||
* Sat Jan 24 2009 ghaskins@suse.de
|
||||
- patches.fixes/sched-kabi-compat-hack.patch: sched: leave
|
||||
RT_GROUP_SCHED structure components intact to preserve kABI.
|
||||
broke kabi with fix for 456542
|
||||
* Sat Jan 24 2009 trenn@suse.de
|
||||
- patches.fixes/cpufreq_export_latency.patch: CPUFREQ: Introduce
|
||||
/sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency
|
||||
(bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch:
|
||||
CPUFREQ: ondemand/conservative: sanitize sampling_rate
|
||||
restrictions (bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
- patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch:
|
||||
X86 powernow-k8 cpufreq: Get transition latency from acpi _PSS
|
||||
object (bnc#464461).
|
||||
* Fri Jan 23 2009 jeffm@suse.de
|
||||
- patches.fixes/xfs-dmapi-fixes: xfs/dmapi: fix crash on mount
|
||||
(bnc#458027).
|
||||
* Fri Jan 23 2009 ghaskins@suse.de
|
||||
- Update config files: Disable RT_GROUP_SCHED (bnc#456542).
|
||||
The RT_GROUP_SCHED feature is experimental and clearly broken, so
|
||||
lets turn it off for now.
|
||||
* Fri Jan 23 2009 jeffm@suse.de
|
||||
- patches.fixes/hpilo-open-close-fix: hpilo open/close fix
|
||||
(bnc#466517).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: Handle I/O
|
||||
on stopped queues correctly (bnc#458393).
|
||||
* Fri Jan 23 2009 jbenc@suse.cz
|
||||
- patches.suse/mnt-want-write-speedup.patch,
|
||||
patches.suse/mnt_clone_write.patch: modified not to break kABI,
|
||||
enabled (bnc#436953).
|
||||
* Fri Jan 23 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwlagn-fix-rfkill.patch: iwlagn: fix hw-rfkill
|
||||
while the interface is down (bnc#446158).
|
||||
* Fri Jan 23 2009 mmarek@suse.cz
|
||||
- kabi/severities: temporarily enable changes in FcOE modules.
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.arch/s390-08-06-personality.patch: kernel: setting 32
|
||||
bit personality doesn't work (bnc#466462).
|
||||
- patches.arch/s390-08-07-compat_wrappers.patch: kernel:
|
||||
Add missing wrapper functions for 31 bit compat
|
||||
syscalls. (bnc#466462,LTC#51229).
|
||||
- patches.fixes/block-leave-the-request-timeout-timer-running:
|
||||
Delete obsolete patch.
|
||||
* Fri Jan 23 2009 bwalle@suse.de
|
||||
- patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change
|
||||
fcoe_sw sg_tablesize to SG_ALL (bnc #459142).
|
||||
- patches.drivers/fcoe-check-return-for-fc_set_m.diff: check
|
||||
return for fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-frame-length-validati.diff: fix frame
|
||||
length validation in the early receive path (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff:
|
||||
fcoe: fix incorrect use of struct module (bnc #468051).
|
||||
- patches.drivers/fcoe-improved-load-balancing-i.diff: improved
|
||||
load balancing in rx path (bnc #459142).
|
||||
- patches.drivers/fcoe-logoff-of-the-fabric-when.diff: Logoff
|
||||
of the fabric when destroying interface (bnc #459142).
|
||||
- patches.drivers/fcoe-remove-warn_on-in-fc_set.diff: remove
|
||||
WARN_ON in fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-user_mfs-is-never-used.diff: user_mfs is
|
||||
never used (bnc #459142).
|
||||
- patches.drivers/libfc-add-fc_disc-c-locking-co.diff: Add
|
||||
fc_disc.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-ensure-correct-device_pu.diff: libfc:
|
||||
Ensure correct device_put/get usage (round 2).
|
||||
- patches.drivers/libfc-fix-rport-recursive-lock.diff: libfc:
|
||||
Fix rport recursive lock on rport mutex (bnc #459142).
|
||||
- patches.drivers/libfc-handle-rrq-exch-timeout.diff: libfc:
|
||||
handle RRQ exch timeout (bnc #465596).
|
||||
- patches.drivers/libfc-improve-fc_lport-c-locki.diff: Improve
|
||||
fc_lport.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-improve-fc_rport-c-locki.diff: Improve
|
||||
fc_rport.c locking comment block (459142).
|
||||
- patches.drivers/libfc-make-fc_disc-inline-with.diff: make
|
||||
fc_disc inline with the fc_lport structure (bnc #459142).
|
||||
- patches.drivers/libfc-make-rscn-parsing-more-r.diff: make RSCN
|
||||
parsing more robust (bnc #459142).
|
||||
- patches.drivers/libfc-make-sure-we-access-the.diff: make sure
|
||||
we access the CRC safely (bnc #459142).
|
||||
- patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff: libfc:
|
||||
Pass lport in exch_mgr_reset (bnc #465596).
|
||||
- patches.drivers/libfc-remove-debug-print-state.diff: libfc:
|
||||
Remove debug print statement, too verbose (bnc #459142).
|
||||
- patches.drivers/libfc-set-the-release-function.diff: Set
|
||||
the release function for the rport's kobject (round 2)
|
||||
(bnc #459142).
|
||||
- patches.drivers/libfc-updated-comment-for-orde.diff: updated
|
||||
comment for order of em and ex locks (bnc #459142).
|
||||
- patches.drivers/libfc-updated-libfc-fcoe-modul.diff: updated
|
||||
libfc fcoe module ver to 1.0.6 (bnc #459142).
|
||||
- patches.drivers/libfc-use-an-operations-struct.diff: use an
|
||||
operations structure for rport callbacks (bnc #459142).
|
||||
- patches.drivers/libfc-when-rport-goes-away-re.diff: libfc:
|
||||
when rport goes away (re-plogi), clean up exchanges to/from
|
||||
rport (bnc #465596).
|
||||
- patches.drivers/libfc_locking.diff: libfc, fcoe: fixed locking
|
||||
issues with lport->lp_mutex around lport->link_status (bnc
|
||||
[#468053]).
|
||||
- patches.drivers/libfc_rport.diff: libfc: rport retry on LS_RJT
|
||||
from certain ELS (bnc #468054).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.fixes/qla2xxx-check-fc-rport-validity:
|
||||
qla2xxx: added check for fcport is valid in
|
||||
qla2x00_terminate_rport_io(). (bnc#467624).
|
||||
* Fri Jan 23 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-gateway-t1616-quirk: ALSA: hda -
|
||||
Add quirk for Gateway T1616 laptop (bnc#467597).
|
||||
- patches.drivers/alsa-hda-hp-dv4-quirk: ALSA: hda - Add model
|
||||
entry for HP dv4.
|
||||
- patches.drivers/alsa-hda-intel-d945-ref-quirk: ALSA: hda -
|
||||
Add model=ref for Intel board with STAC9221 (bnc#406529).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.fixes/blk-leave-sync-timer-running: block: Rediff
|
||||
- patches.fixes/block-use-round_jiffies_up: Block: use
|
||||
round_jiffies_up() (bnc#464155).
|
||||
- Add missing patches to series.conf:
|
||||
patches.fixes/round-jiffies-up
|
||||
patches.fixes/block-use-round_jiffies_up
|
||||
patches.fixes/block-fix-blk_start_queueing
|
||||
patches.fixes/suppress-buffer-IO-errors
|
||||
patches.fixes/block-optimizations-in-blk_rq_timed_out_timer
|
||||
patches.fixes/block-add-comment-in-blk_rq_timed_out
|
||||
* Fri Jan 23 2009 olh@suse.de
|
||||
- update patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
handle also drivers/scsi/ibmvscsi/ibmvfc.c
|
||||
* Fri Jan 23 2009 sjayaraman@suse.de
|
||||
- patches.fixes/cifs-fix-oops-on-ipv6-mount: cifs: make sure we
|
||||
allocate enough storage for socket address (467691).
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- patches.kernel.org/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch:
|
||||
ABI fix: add WB_SYNC_HOLD enum writeback_sync_modes.
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- patches.kernel.org/abi-fix-add-s_syncing-back-to-struct-super_block.patch:
|
||||
ABI fix: add s_syncing back to struct super_block.
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- update to 2.6.27.13-rc1:
|
||||
- security updates
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.arch/ppc-fix_hugepage_check.patch
|
||||
- patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk
|
||||
- patches.fixes/security-introduce-missing-kfree.patch
|
||||
- patches.fixes/xpc-fix-heartbeat
|
||||
- Update config files.
|
||||
* Thu Jan 22 2009 kkeil@suse.de
|
||||
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
|
||||
with shared interrupt during reset (bnc#396687)
|
||||
* Thu Jan 22 2009 tonyj@suse.de
|
||||
- patches.fixes/revert-bgcolor-line-feed-93f78da4.patch: Revert
|
||||
"vt: fix background color on line feed" (bnc#418613).
|
||||
* Thu Jan 22 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch: iwlwifi:
|
||||
fix rs_get_rate WARN_ON() (bnc#456002).
|
||||
- Reordered wireless patches to group together patches touching the same
|
||||
driver.
|
||||
* Thu Jan 22 2009 bphilips@suse.de
|
||||
- patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch:
|
||||
disable catas_reset by default to avoid problems with EEH
|
||||
(bnc#456389).
|
||||
* Thu Jan 22 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
fixed kABI breakage. (bnc#458811)
|
||||
* Thu Jan 22 2009 bwalle@suse.de
|
||||
- scripts/tar-up_and_run_mbuild.sh: s390 (the 31 bit variant) is
|
||||
not an important spec file.
|
||||
* Thu Jan 22 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: fixed kABI
|
||||
breakage, reenabled.
|
||||
* Thu Jan 22 2009 mmarek@suse.cz
|
||||
- rpm/modversions: eat the "override" keyword before parsing the
|
||||
symbol definition.
|
||||
* Thu Jan 22 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
Correct VIO bus/device CMO accounting problems (bnc#468304 - LTC51205)
|
||||
* Thu Jan 22 2009 olh@suse.de
|
||||
- patches.suse/of_platform_driver.module-owner.patch:
|
||||
add missing module symlink to /sys/bus/*/driver/*
|
||||
in struct of_platform_driver.
|
||||
* Thu Jan 22 2009 kkeil@suse.de
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix - new version from Intel (bnc#465923)
|
||||
* Thu Jan 22 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
(fix compilation on i386 and add hpet64 to kernel-parameters.txt)
|
||||
* Thu Jan 22 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
* Thu Jan 22 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
sgi-xpc: need to pass the physical address, not virtual. (bnc#458811)
|
||||
- patches.fixes/xpc-fix-heartbeat:
|
||||
sgi-xpc: eliminate false detection of no heartbeat. (bnc#464545)
|
||||
* Thu Jan 22 2009 jkosina@suse.de
|
||||
- patches.fixes/input-add-nomux-dell-vostro-1510.patch: Input:
|
||||
add Dell Vostro 1510 to nomux list (bnc#404881).
|
||||
* Thu Jan 22 2009 jblunck@suse.de
|
||||
- scripts/compute-PATCHVERSION.sh: Fix SRCVERSION parsing (bnc#465113).
|
||||
* Thu Jan 22 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-add-volume-offset: ALSA: hda - Add
|
||||
extra volume offset to standard volume amp macros (bnc#466428).
|
||||
- patches.drivers/alsa-hda-stac-reduce-volume-scale: ALSA: hda -
|
||||
Halve too large volume scales for STAC/IDT codecs (bnc#466428).
|
||||
* Thu Jan 22 2009 hare@suse.de
|
||||
- patches.drivers/lpfc-8.2.8.12-update: Update lpfc from 8.2.8.11
|
||||
to 8.2.8.12 (bnc#467713).
|
||||
* Thu Jan 22 2009 jeffm@suse.de
|
||||
- patches.fixes/reiserfs-debug-1036: fix missing jl arg
|
||||
* Wed Jan 21 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: delete duplicate error message in the
|
||||
kabi checks
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/remove_kernel_physical_mapping_init_from_init:
|
||||
move kernel_physical_mapping_init to __meminit (bnc#467474).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: disabled, as it changes
|
||||
kABI.
|
||||
* Wed Jan 21 2009 gregkh@suse.de
|
||||
- patches.fixes/security-introduce-missing-kfree.patch: security:
|
||||
introduce missing kfree (bnc#467322).
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch:
|
||||
sysfs: fix problems with binary files.
|
||||
* Wed Jan 21 2009 rw@suse.de
|
||||
- patches.arch/ia64-page-migration.fix:
|
||||
fix deadlock caused by cpe_migrate.ko and mark it supported.
|
||||
(bnc#464676)
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/sn-irq-affinity: sn2: preserve irq affinity set
|
||||
in PROM (bnc#457679).
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/uv_zalias_support: uv: Support for non-nasid 0
|
||||
systems (bnc#458869).
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/xpc-fix-NULL-deref: sgi-xpc: Remove NULL pointer
|
||||
dereference. (bnc#466563).
|
||||
- patches.fixes/xpc-write-barrier: sgi-xpc: ensure flags are
|
||||
updated before bte_copy (bnc#466563).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/ipw2200-workaround-firmware-restarts-when-scanning.patch:
|
||||
ipw2200: fix scanning while associated (bnc#459067).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwl3945-fix-rfkill.patch: iwl3945: report
|
||||
killswitch changes even if the interface is down (bnc#446013).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: mac80211:
|
||||
add direct probe before association (bnc#461889).
|
||||
* Wed Jan 21 2009 hare@suse.de
|
||||
- patches.drivers/mptsas-discover-all-devices: mptsas driver
|
||||
fails to discover devices (bnc#459932).
|
||||
* Wed Jan 21 2009 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.27.12.
|
||||
- patches.xen/764-netback-foreign-pages.patch: netback: handle
|
||||
non-netback foreign pages.
|
||||
- patches.xen/769-evtchn-CPU-offline.patch: evtchn: Fix CPU offlining
|
||||
to switch all affected ports belonging to a particular /dev/evcthn
|
||||
user.
|
||||
- patches.xen/gso-size-check.patch: gso: Ensure that the packet
|
||||
is long enough.
|
||||
- patches.xen/xen-S3-MSI: fix Dom0 resume from S3 when MSI is
|
||||
in use (bnc#435596).
|
||||
- patches.xen/xen3-e1000e_ioremap_sanity_check: ioremap sanity
|
||||
check to catch mapping requests exceeding the BAR sizes
|
||||
(bnc#425480).
|
||||
- patches.xen/xen3-x86-fix-kmap-contig.patch: x86: contiguous
|
||||
kmap fix (bnc#449812).
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
implement correct model matching
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/dm-mpath-tracking-nr-bytes:
|
||||
lpp_end_io gets nr_bytes as third arg
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
match all JSxx/QSxx models based on the first 4 chars in 'model'
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.arch/ppc-axon-missing-msi-workaround-5.diff:
|
||||
Fix MSI after kexec (bnc#467633)
|
||||
* Tue Jan 20 2009 gregkh@suse.de
|
||||
- clean up patch fuzz after 2.6.27.12 inclusion.
|
||||
* Tue Jan 20 2009 gregkh@suse.de
|
||||
- Update to the real 2.6.27.12
|
||||
* Tue Jan 20 2009 jeffm@suse.de
|
||||
- patches.suse/reiserfs_warning-reentrant: reiserfs: eliminate
|
||||
reiserfs_warning from uniqueness functions; Fixes deadlock.
|
||||
* Tue Jan 20 2009 olh@suse.de
|
||||
- patches.drivers/cxgb3-ser.patch:
|
||||
reset the adapter on fatal error (bnc#466062 - LTC51042)
|
||||
* Tue Jan 20 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-03-iucv-cpu-hotremove.diff: iucv: failing
|
||||
cpu hot remove for inactive iucv (bnc#466462,LTC#51104).
|
||||
- patches.arch/s390-08-04-compat-sigaltstack.diff:
|
||||
kernel: 31 bit compat sigaltstack syscall fails with
|
||||
-EFAULT. (bnc#466462,LTC#50888).
|
||||
- patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch:
|
||||
af_iucv: System hang if recvmsg() is used with MSG_PEEK
|
||||
(bnc#466462,LTC#51136).
|
||||
* Tue Jan 20 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-accept-failed-paths: Only accept
|
||||
non-existing paths when adding failed paths (bnc#467579)
|
||||
* Tue Jan 20 2009 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: set CONFIG_DEBUG_INFO=y in the
|
||||
packaged .configs if builfing debug packages (bnc#460887)
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: set %%tolerate_kabi_changes to 6
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- patches.suse/export-iwl_rx_allocate: reintroduce
|
||||
EXPORT_SYMBOL(iwl_rx_allocate).
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- import SLE11 RC2 reference kabi
|
||||
* Mon Jan 19 2009 hare@suse.de
|
||||
- patches.drivers/mpt-return-all-sense-data: MPT Fusion doesn't
|
||||
return all sense data (bnc#466179).
|
||||
* Sat Jan 17 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.12-rc2
|
||||
* Fri Jan 16 2009 od@suse.de
|
||||
- patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch:
|
||||
call boot IRQ quirks at end of device init and during resume.
|
||||
- patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch:
|
||||
update to upstream variant of this patch:
|
||||
- integrate an older quirk to make IO-APIC mode work on AMD
|
||||
8131 rev. A0 and B0
|
||||
- fix boot IRQ disabling logic for AMD 813x
|
||||
- remove unneeded code for AMD SB700S
|
||||
* Fri Jan 16 2009 jbeulich@novell.com
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
|
||||
fix (bnc#449812).
|
||||
* Fri Jan 16 2009 olh@suse.de
|
||||
- enable mptsas in kdump kernel to allow crashdump on QS2x blades
|
||||
* Fri Jan 16 2009 tiwai@suse.de
|
||||
Fix STAC925x patch again
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
(yet more) STAC925x issues (bnc#460478).
|
||||
* Fri Jan 16 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-01-cio-fix-mp-mode.diff: cio: fix
|
||||
subchannel multipath mode setup (bnc#466462,LTC#51047).
|
||||
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
|
||||
memory alignment for GPN_FT requests. (bnc#466462).
|
||||
* Thu Jan 15 2009 gregkh@suse.de
|
||||
- Update config files for vanilla kernel versions due to new config
|
||||
option added in 2.6.27.12-rc1.
|
||||
* Thu Jan 15 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.12-rc1:
|
||||
- security fixes
|
||||
- fixes CVE-2009-0029
|
||||
- bug fixes all over the place.
|
||||
- obsoletes the following patches:
|
||||
- patches.arch/ppc-cmm_no_kdump.patch
|
||||
- patches.drivers/alsa-caiaq-midi-oops-fix
|
||||
- patches.drivers/alsa-hda-hp-6730b-quirk
|
||||
- patches.drivers/ibmvfc-host_init_delay.patch
|
||||
- patches.drivers/ibmvfc-improve_sync_events.patch
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch
|
||||
- patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch
|
||||
- patches.fixes/uv-remove-erroneous-BAU-init
|
||||
- Update config files.
|
||||
* Thu Jan 15 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound:
|
||||
virtuoso: do not overwrite EEPROM on Xonar D2/D2X (bnc#462365).
|
||||
* Thu Jan 15 2009 bwalle@suse.de
|
||||
- patches.suse/s390-System.map.diff:
|
||||
Strip L2^B symbols (bnc #456682).
|
||||
* Thu Jan 15 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-gateway-fix: ALSA: patch_sigmatel:
|
||||
Add missing Gateway entries and autodetection (bnc#460478).
|
||||
- patches.drivers/alsa-hda-gateway-fix2: ALSA: hda - More fixes
|
||||
on Gateway entries (bnc#460478).
|
||||
- patches.drivers/alsa-hda-hp-dv5-mic-fix: ALSA: hda - Fix HP
|
||||
dv5 mic input (bnc#462913).
|
||||
- patches.drivers/alsa-hda-hp-dv5-quirk: ALSA: hda - Add quirk
|
||||
for another HP dv5 (bnc#462913).
|
||||
- patches.drivers/alsa-hda-idt92hd83-fix-typo: ALSA: hda -
|
||||
Fix a typo.
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk: ALSA: hda - Add
|
||||
automatic model setting for Samsung Q45.
|
||||
- patches.drivers/alsa-hda-seek-for-codec-id: ALSA: hda - Add
|
||||
a new function to seek for a codec ID (bnc#460478).
|
||||
- patches.drivers/alsa-hda-sigmatel-no-hp-reset: ALSA: hda -
|
||||
Don't reset HP pinctl in patch_sigmatel.c (bnc#460478).
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
missing initialization of NID 0x0e for STAC925x (bnc#460478).
|
||||
* Thu Jan 15 2009 olh@suse.de
|
||||
- patches.arch/ppc-fix_hugepage_check.patch:
|
||||
is_hugepage_only_range() must account for both 4kB and 64kB
|
||||
slices (bnc#466229 - LTC51063)
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Enabled patches.suse/unlock_page-speedup.patch
|
||||
* Wed Jan 14 2009 rjw@suse.de
|
||||
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
|
||||
PCI PM: Split PCI Express port suspend-resume (bnc#455926).
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch:
|
||||
PCI: Suspend and resume PCI Express ports with interrupts
|
||||
disabled (bnc#455926).
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch:
|
||||
PCI: handle PCI state saving with interrupts disabled
|
||||
(bnc#455926).
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch:
|
||||
PCI: Rework default handling of suspend and resume (bnc#455926).
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Update config files: Disable PARAVIRT.
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- refresh patches for fuzz due to update to 2.6.27.11
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- Update to final version of 2.6.27.11
|
||||
* Wed Jan 14 2009 kkeil@suse.de
|
||||
- patches.drivers/ixgbe-dcb-setstate.patch: Bugfix for ixgbe
|
||||
and kernel DCB netlink code. (bnc#458194)
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix. (bnc#465923)
|
||||
- Update config files.
|
||||
* Wed Jan 14 2009 trenn@suse.de
|
||||
- patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: Delete.
|
||||
It came out that this is an already fixed BIOS bug. The quirk
|
||||
is not needed anymore.
|
||||
* Wed Jan 14 2009 trenn@suse.de
|
||||
- patches.fixes/acpi_fix_double_slash_root_prefix_handling.patch:
|
||||
In AcpiNsGetInternalNameLength, skip the redundant backslash
|
||||
of RootPrefix (http://bugzilla.kernel.org/show_bug.cgi?id=11541
|
||||
http://www.acpica.org/bugzilla/show_bug.cgi?id=739).
|
||||
- patches.fixes/acpi_video_always_update_sys.patch: video: always
|
||||
update the brightness when poking "brightness" (bnc#450149).
|
||||
- patches.fixes/acpi_video_handle_reversed_brightness_info.patch:
|
||||
ACPI: video: Fix reversed brightness behavior on ThinkPad SL
|
||||
series (bnc#450149).
|
||||
* Wed Jan 14 2009 olh@suse.de
|
||||
- patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch:
|
||||
fix __load_balance_iterator() for cfs with only one task
|
||||
(bnc#457594 - LTC50544)
|
||||
* Wed Jan 14 2009 olh@suse.de
|
||||
- patches.fixes/xfs-redirty-ENOSPC.patch: Re-dirty pages on
|
||||
ENOSPC when converting delayed allocations (bnc#433112 - LTC48749)
|
||||
* Wed Jan 14 2009 npiggin@suse.de
|
||||
- Added guarded patches:
|
||||
- patches.suse/mnt-want-write-speedup.patch: fs: mnt_want_write
|
||||
speedup (bnc#436953).
|
||||
- patches.suse/mnt_clone_write.patch: fs: introduce
|
||||
mnt_clone_write (bnc#436953).
|
||||
- patches.suse/unlock_page-speedup.patch: mm: unlock_page speedup
|
||||
(bnc#436953).
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- Update config files.
|
||||
- patches.drivers/add-via-chrome9-drm-support.patch: add Via
|
||||
chrome9 drm support.
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch:
|
||||
pata_via.c: Support VX855 and future chips whose IDE controller
|
||||
use 0x0571..
|
||||
* Tue Jan 13 2009 hare@suse.de
|
||||
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
|
||||
after suggestions from James Bottomley (bnc#465346).
|
||||
@ -1118,6 +1700,9 @@ GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
- patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes
|
||||
when repeatetly attaching/detaching devices. (bnc#458339).
|
||||
* Tue Jan 06 2009 npiggin@suse.de
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for
|
||||
contiguous kmap fix (bnc#449812).
|
||||
* Tue Jan 06 2009 npiggin@suse.de
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch: update.
|
||||
* Mon Jan 05 2009 mmarek@suse.cz
|
||||
- patches.suse/modpost-filter-out-built-in-depends: modpost:
|
||||
|
@ -1,3 +1,980 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 18:45:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
- patches.suse/usb-move-ehci-reg-def.patch: usb: move ehci
|
||||
reg def.
|
||||
- patches.suse/x86-usb-debug-port-early-console-v4.patch: x86:
|
||||
usb debug port early console, v4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 11:43:32 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch
|
||||
patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch
|
||||
patches.kabi/export-iwl_rx_allocate
|
||||
patches.kabi/sched-kabi-compat-hack.patch: Introduce
|
||||
patches.kabi/ for patches that only work around kabi issues and
|
||||
can be safely dropped at the next SP.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 20:34:29 CET 2009 - agruen@suse.de
|
||||
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: Add missing pageattr.c
|
||||
changes to pageattr-xen.c (bnc#439348).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 18:50:59 CET 2009 - agruen@suse.de
|
||||
|
||||
- patches.suse/x86-mark_rodata_rw.patch: Add mark_rodata_rw()
|
||||
to un-protect read-only kernel code pages (bnc#439348).
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: xen specific part
|
||||
(bnc#439348).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 15:59:27 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- config/s390/s390: the -man package still fails for s390, disable
|
||||
it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 14:27:18 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: fix build of the -man subpackage on
|
||||
31bit s390
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 13:23:01 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- fix kernel-default.ppc64 reference symsets
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 12:06:53 CET 2009 - jslaby@suse.cz
|
||||
|
||||
- patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch:
|
||||
x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240
|
||||
FATE304266).
|
||||
[cpu_mask_to_apicid bigsmp fix]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 08:16:54 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
|
||||
map scsi proc_name to module name (bnc#459933 - LTC50724)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 23:33:09 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disable ftrace in -debug on ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 23:16:03 CET 2009 - jeffm@suse.de
|
||||
|
||||
- config.conf: Added -debug flavor for ppc64.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 13:40:53 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.drivers/libfc-set-the-release-function.diff:
|
||||
Whitespace change.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 09:05:30 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/libfc-fix-read-IO-data-integrity: libfc:
|
||||
IO data integrity issue when a IO data frame lost (bnc#469536).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 08:52:49 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- re-enable patches.xen/xen3-e1000e_Export_set_memory_ro-rw.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 07:44:18 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
include prototype for PFN_UP() (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:53:20 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Export
|
||||
set_memory_ro() and set_memory_rw() calls.
|
||||
readded to avoid kabi change
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:36:59 CET 2009 - jeffm@suse.de
|
||||
|
||||
- config.conf: Added kernel-vmi to i386.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:08:43 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
use PFN_UP() for end_pfn (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 17:14:44 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- kabi: import FCoE changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 17:00:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: disable
|
||||
wrong debug message again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 15:35:41 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/taskstats-alignment:
|
||||
IA64: fill 'struct taskstats' on stack and 'memcpy' result to skb.
|
||||
(bnc#448410)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 15:31:39 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
fix calculation of reserve_size (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 14:19:30 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.fixes/disable-lro-per-default: Disable LRO per default
|
||||
in igb and ixgbe. (bnc#467519)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 13:44:37 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- Just comment out patches.xen/xen3-e1000e_* (to address build error)
|
||||
until disposition of their originals is known.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 13:01:24 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.fixes/sctp_do_not_use_stale_copy_of_sk: Do not use
|
||||
stale copy of sk. (bnc#440104)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:52:21 CET 2009 - jblunck@suse.de
|
||||
|
||||
Renamed some patches so they get included in vanilla builds.
|
||||
- patches.rpmify/firmware-path: Renamed.
|
||||
- patches.rpmify/no-include-asm: Renamed.
|
||||
- patches.suse/md-raid-metadata-PAGE_SIZE.patch: Renamed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:18:00 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.suse/led_classdev.sysfs-name.patch: use correct name
|
||||
for /sys/devices/virtual/leds/ entries (bnc#468350)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:15:15 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Delete.
|
||||
- patches.suse/e1000e_allow_bad_checksum: Delete.
|
||||
- patches.suse/e1000e_call_dump_eeprom: Delete.
|
||||
- patches.suse/e1000e_ioremap_sanity_check: Delete.
|
||||
- patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory:
|
||||
Delete.
|
||||
Remove not mainline e1000e patches which were added to help with
|
||||
the e1000e NVM corruption - root issue is fixed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:06:30 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/tg3_libphy_workaround: tg3 libphy workaround.
|
||||
(bnc#468725)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 09:17:49 CET 2009 - hare@suse.de
|
||||
|
||||
- supported.conf: Correct spelling for dm-least-pending
|
||||
path checker.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 09:16:31 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-check-info-before-access: Kernel Oops
|
||||
during path failover (bnc#458393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 02:07:17 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patch fuzz now that 2.6.27.13 is in tree
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 01:59:30 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to final version of 2.6.27.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 23:24:49 CET 2009 - gregkh@suse.de
|
||||
|
||||
- dynamic debugging fixes backported from upstream:
|
||||
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
|
||||
driver core: add newlines to debugging enabled/disabled
|
||||
messages.
|
||||
- patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch:
|
||||
Driver core: fix 'dynamic_debug' cmd line parameter.
|
||||
- patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch:
|
||||
driver core: fix using 'ret' variable in
|
||||
unregister_dynamic_debug_module.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 17:51:17 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch:
|
||||
(fix return of an unitialized value (bnc#469017)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 11:29:02 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- update kabi files: ignore changes in struct pcie_link_state as
|
||||
it is an internal structure only.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 11:26:16 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.suse/genksyms-add-override-flag.diff: genksyms: add
|
||||
--override flag.
|
||||
- rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 01:25:44 CET 2009 - ghaskins@suse.de
|
||||
|
||||
- patches.fixes/sched-kabi-compat-hack.patch: sched: leave
|
||||
RT_GROUP_SCHED structure components intact to preserve kABI.
|
||||
|
||||
broke kabi with fix for 456542
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 00:35:12 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/cpufreq_export_latency.patch: CPUFREQ: Introduce
|
||||
/sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency
|
||||
(bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch:
|
||||
CPUFREQ: ondemand/conservative: sanitize sampling_rate
|
||||
restrictions (bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
- patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch:
|
||||
X86 powernow-k8 cpufreq: Get transition latency from acpi _PSS
|
||||
object (bnc#464461).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 20:29:24 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/xfs-dmapi-fixes: xfs/dmapi: fix crash on mount
|
||||
(bnc#458027).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 20:19:33 CET 2009 - ghaskins@suse.de
|
||||
|
||||
- Update config files: Disable RT_GROUP_SCHED (bnc#456542).
|
||||
|
||||
The RT_GROUP_SCHED feature is experimental and clearly broken, so
|
||||
lets turn it off for now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 16:51:40 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/hpilo-open-close-fix: hpilo open/close fix
|
||||
(bnc#466517).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:59:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: Handle I/O
|
||||
on stopped queues correctly (bnc#458393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:34:11 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.suse/mnt-want-write-speedup.patch,
|
||||
patches.suse/mnt_clone_write.patch: modified not to break kABI,
|
||||
enabled (bnc#436953).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:08:39 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwlagn-fix-rfkill.patch: iwlagn: fix hw-rfkill
|
||||
while the interface is down (bnc#446158).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 14:59:57 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- kabi/severities: temporarily enable changes in FcOE modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:55:18 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.arch/s390-08-06-personality.patch: kernel: setting 32
|
||||
bit personality doesn't work (bnc#466462).
|
||||
- patches.arch/s390-08-07-compat_wrappers.patch: kernel:
|
||||
Add missing wrapper functions for 31 bit compat
|
||||
syscalls. (bnc#466462,LTC#51229).
|
||||
- patches.fixes/block-leave-the-request-timeout-timer-running:
|
||||
Delete obsolete patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:42:28 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change
|
||||
fcoe_sw sg_tablesize to SG_ALL (bnc #459142).
|
||||
- patches.drivers/fcoe-check-return-for-fc_set_m.diff: check
|
||||
return for fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-frame-length-validati.diff: fix frame
|
||||
length validation in the early receive path (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff:
|
||||
fcoe: fix incorrect use of struct module (bnc #468051).
|
||||
- patches.drivers/fcoe-improved-load-balancing-i.diff: improved
|
||||
load balancing in rx path (bnc #459142).
|
||||
- patches.drivers/fcoe-logoff-of-the-fabric-when.diff: Logoff
|
||||
of the fabric when destroying interface (bnc #459142).
|
||||
- patches.drivers/fcoe-remove-warn_on-in-fc_set.diff: remove
|
||||
WARN_ON in fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-user_mfs-is-never-used.diff: user_mfs is
|
||||
never used (bnc #459142).
|
||||
- patches.drivers/libfc-add-fc_disc-c-locking-co.diff: Add
|
||||
fc_disc.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-ensure-correct-device_pu.diff: libfc:
|
||||
Ensure correct device_put/get usage (round 2).
|
||||
- patches.drivers/libfc-fix-rport-recursive-lock.diff: libfc:
|
||||
Fix rport recursive lock on rport mutex (bnc #459142).
|
||||
- patches.drivers/libfc-handle-rrq-exch-timeout.diff: libfc:
|
||||
handle RRQ exch timeout (bnc #465596).
|
||||
- patches.drivers/libfc-improve-fc_lport-c-locki.diff: Improve
|
||||
fc_lport.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-improve-fc_rport-c-locki.diff: Improve
|
||||
fc_rport.c locking comment block (459142).
|
||||
- patches.drivers/libfc-make-fc_disc-inline-with.diff: make
|
||||
fc_disc inline with the fc_lport structure (bnc #459142).
|
||||
- patches.drivers/libfc-make-rscn-parsing-more-r.diff: make RSCN
|
||||
parsing more robust (bnc #459142).
|
||||
- patches.drivers/libfc-make-sure-we-access-the.diff: make sure
|
||||
we access the CRC safely (bnc #459142).
|
||||
- patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff: libfc:
|
||||
Pass lport in exch_mgr_reset (bnc #465596).
|
||||
- patches.drivers/libfc-remove-debug-print-state.diff: libfc:
|
||||
Remove debug print statement, too verbose (bnc #459142).
|
||||
- patches.drivers/libfc-set-the-release-function.diff: Set
|
||||
the release function for the rport's kobject (round 2)
|
||||
(bnc #459142).
|
||||
- patches.drivers/libfc-updated-comment-for-orde.diff: updated
|
||||
comment for order of em and ex locks (bnc #459142).
|
||||
- patches.drivers/libfc-updated-libfc-fcoe-modul.diff: updated
|
||||
libfc fcoe module ver to 1.0.6 (bnc #459142).
|
||||
- patches.drivers/libfc-use-an-operations-struct.diff: use an
|
||||
operations structure for rport callbacks (bnc #459142).
|
||||
- patches.drivers/libfc-when-rport-goes-away-re.diff: libfc:
|
||||
when rport goes away (re-plogi), clean up exchanges to/from
|
||||
rport (bnc #465596).
|
||||
- patches.drivers/libfc_locking.diff: libfc, fcoe: fixed locking
|
||||
issues with lport->lp_mutex around lport->link_status (bnc
|
||||
#468053).
|
||||
- patches.drivers/libfc_rport.diff: libfc: rport retry on LS_RJT
|
||||
from certain ELS (bnc #468054).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:36:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.fixes/qla2xxx-check-fc-rport-validity:
|
||||
qla2xxx: added check for fcport is valid in
|
||||
qla2x00_terminate_rport_io(). (bnc#467624).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:01:59 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-gateway-t1616-quirk: ALSA: hda -
|
||||
Add quirk for Gateway T1616 laptop (bnc#467597).
|
||||
- patches.drivers/alsa-hda-hp-dv4-quirk: ALSA: hda - Add model
|
||||
entry for HP dv4.
|
||||
- patches.drivers/alsa-hda-intel-d945-ref-quirk: ALSA: hda -
|
||||
Add model=ref for Intel board with STAC9221 (bnc#406529).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 10:48:16 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.fixes/blk-leave-sync-timer-running: block: Rediff
|
||||
- patches.fixes/block-use-round_jiffies_up: Block: use
|
||||
round_jiffies_up() (bnc#464155).
|
||||
- Add missing patches to series.conf:
|
||||
patches.fixes/round-jiffies-up
|
||||
patches.fixes/block-use-round_jiffies_up
|
||||
patches.fixes/block-fix-blk_start_queueing
|
||||
patches.fixes/suppress-buffer-IO-errors
|
||||
patches.fixes/block-optimizations-in-blk_rq_timed_out_timer
|
||||
patches.fixes/block-add-comment-in-blk_rq_timed_out
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 07:51:35 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
handle also drivers/scsi/ibmvscsi/ibmvfc.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 06:41:18 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.fixes/cifs-fix-oops-on-ipv6-mount: cifs: make sure we
|
||||
allocate enough storage for socket address (467691).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 05:57:48 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kernel.org/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch:
|
||||
ABI fix: add WB_SYNC_HOLD enum writeback_sync_modes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 05:08:48 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kernel.org/abi-fix-add-s_syncing-back-to-struct-super_block.patch:
|
||||
ABI fix: add s_syncing back to struct super_block.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 02:26:30 CET 2009 - gregkh@suse.de
|
||||
|
||||
- update to 2.6.27.13-rc1:
|
||||
- security updates
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.arch/ppc-fix_hugepage_check.patch
|
||||
- patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk
|
||||
- patches.fixes/security-introduce-missing-kfree.patch
|
||||
- patches.fixes/xpc-fix-heartbeat
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 23:55:10 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
|
||||
with shared interrupt during reset (bnc#396687)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 22:43:48 CET 2009 - tonyj@suse.de
|
||||
|
||||
- patches.fixes/revert-bgcolor-line-feed-93f78da4.patch: Revert
|
||||
"vt: fix background color on line feed" (bnc#418613).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 19:28:06 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch: iwlwifi:
|
||||
fix rs_get_rate WARN_ON() (bnc#456002).
|
||||
- Reordered wireless patches to group together patches touching the same
|
||||
driver.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 19:13:20 CET 2009 - bphilips@suse.de
|
||||
|
||||
- patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch:
|
||||
disable catas_reset by default to avoid problems with EEH
|
||||
(bnc#456389).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 17:42:04 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
fixed kABI breakage. (bnc#458811)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:58:54 CET 2009 - bwalle@suse.de
|
||||
|
||||
- scripts/tar-up_and_run_mbuild.sh: s390 (the 31 bit variant) is
|
||||
not an important spec file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:50:44 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: fixed kABI
|
||||
breakage, reenabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:29:07 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/modversions: eat the "override" keyword before parsing the
|
||||
symbol definition.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 14:14:03 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
Correct VIO bus/device CMO accounting problems (bnc#468304 - LTC51205)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 14:03:12 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.suse/of_platform_driver.module-owner.patch:
|
||||
add missing module symlink to /sys/bus/*/driver/*
|
||||
in struct of_platform_driver.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 13:29:23 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix - new version from Intel (bnc#465923)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:58:06 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
(fix compilation on i386 and add hpet64 to kernel-parameters.txt)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:25:59 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:10:39 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
sgi-xpc: need to pass the physical address, not virtual. (bnc#458811)
|
||||
- patches.fixes/xpc-fix-heartbeat:
|
||||
sgi-xpc: eliminate false detection of no heartbeat. (bnc#464545)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 11:28:20 CET 2009 - jkosina@suse.de
|
||||
|
||||
- patches.fixes/input-add-nomux-dell-vostro-1510.patch: Input:
|
||||
add Dell Vostro 1510 to nomux list (bnc#404881).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 10:30:46 CET 2009 - jblunck@suse.de
|
||||
|
||||
- scripts/compute-PATCHVERSION.sh: Fix SRCVERSION parsing (bnc#465113).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 10:02:42 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-add-volume-offset: ALSA: hda - Add
|
||||
extra volume offset to standard volume amp macros (bnc#466428).
|
||||
- patches.drivers/alsa-hda-stac-reduce-volume-scale: ALSA: hda -
|
||||
Halve too large volume scales for STAC/IDT codecs (bnc#466428).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 09:25:52 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/lpfc-8.2.8.12-update: Update lpfc from 8.2.8.11
|
||||
to 8.2.8.12 (bnc#467713).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 01:58:48 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/reiserfs-debug-1036: fix missing jl arg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 21:09:15 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: delete duplicate error message in the
|
||||
kabi checks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 20:04:30 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/remove_kernel_physical_mapping_init_from_init:
|
||||
move kernel_physical_mapping_init to __meminit (bnc#467474).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:56:34 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: disabled, as it changes
|
||||
kABI.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:46:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.fixes/security-introduce-missing-kfree.patch: security:
|
||||
introduce missing kfree (bnc#467322).
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch:
|
||||
sysfs: fix problems with binary files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:35:32 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.arch/ia64-page-migration.fix:
|
||||
fix deadlock caused by cpe_migrate.ko and mark it supported.
|
||||
(bnc#464676)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:23:31 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/sn-irq-affinity: sn2: preserve irq affinity set
|
||||
in PROM (bnc#457679).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:15:43 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/uv_zalias_support: uv: Support for non-nasid 0
|
||||
systems (bnc#458869).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:12:47 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/xpc-fix-NULL-deref: sgi-xpc: Remove NULL pointer
|
||||
dereference. (bnc#466563).
|
||||
- patches.fixes/xpc-write-barrier: sgi-xpc: ensure flags are
|
||||
updated before bte_copy (bnc#466563).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:06:26 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/ipw2200-workaround-firmware-restarts-when-scanning.patch:
|
||||
ipw2200: fix scanning while associated (bnc#459067).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:01:41 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwl3945-fix-rfkill.patch: iwl3945: report
|
||||
killswitch changes even if the interface is down (bnc#446013).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 18:51:54 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: mac80211:
|
||||
add direct probe before association (bnc#461889).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 16:38:10 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/mptsas-discover-all-devices: mptsas driver
|
||||
fails to discover devices (bnc#459932).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 14:04:08 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.27.12.
|
||||
- patches.xen/764-netback-foreign-pages.patch: netback: handle
|
||||
non-netback foreign pages.
|
||||
- patches.xen/769-evtchn-CPU-offline.patch: evtchn: Fix CPU offlining
|
||||
to switch all affected ports belonging to a particular /dev/evcthn
|
||||
user.
|
||||
- patches.xen/gso-size-check.patch: gso: Ensure that the packet
|
||||
is long enough.
|
||||
- patches.xen/xen-S3-MSI: fix Dom0 resume from S3 when MSI is
|
||||
in use (bnc#435596).
|
||||
- patches.xen/xen3-e1000e_ioremap_sanity_check: ioremap sanity
|
||||
check to catch mapping requests exceeding the BAR sizes
|
||||
(bnc#425480).
|
||||
- patches.xen/xen3-x86-fix-kmap-contig.patch: x86: contiguous
|
||||
kmap fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 12:08:54 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
implement correct model matching
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 10:20:05 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/dm-mpath-tracking-nr-bytes:
|
||||
lpp_end_io gets nr_bytes as third arg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 10:04:08 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
match all JSxx/QSxx models based on the first 4 chars in 'model'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 08:09:10 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-axon-missing-msi-workaround-5.diff:
|
||||
Fix MSI after kexec (bnc#467633)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 21:01:18 CET 2009 - gregkh@suse.de
|
||||
|
||||
- clean up patch fuzz after 2.6.27.12 inclusion.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 20:50:47 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to the real 2.6.27.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 17:00:55 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.suse/reiserfs_warning-reentrant: reiserfs: eliminate
|
||||
reiserfs_warning from uniqueness functions; Fixes deadlock.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 16:39:35 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.drivers/cxgb3-ser.patch:
|
||||
reset the adapter on fatal error (bnc#466062 - LTC51042)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 15:24:43 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-03-iucv-cpu-hotremove.diff: iucv: failing
|
||||
cpu hot remove for inactive iucv (bnc#466462,LTC#51104).
|
||||
- patches.arch/s390-08-04-compat-sigaltstack.diff:
|
||||
kernel: 31 bit compat sigaltstack syscall fails with
|
||||
-EFAULT. (bnc#466462,LTC#50888).
|
||||
- patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch:
|
||||
af_iucv: System hang if recvmsg() is used with MSG_PEEK
|
||||
(bnc#466462,LTC#51136).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 15:15:19 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-accept-failed-paths: Only accept
|
||||
non-existing paths when adding failed paths (bnc#467579)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 12:19:52 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-source.spec.in: set CONFIG_DEBUG_INFO=y in the
|
||||
packaged .configs if builfing debug packages (bnc#460887)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 16:40:39 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: set %tolerate_kabi_changes to 6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 16:40:11 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.suse/export-iwl_rx_allocate: reintroduce
|
||||
EXPORT_SYMBOL(iwl_rx_allocate).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 13:56:20 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- import SLE11 RC2 reference kabi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 11:35:12 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/mpt-return-all-sense-data: MPT Fusion doesn't
|
||||
return all sense data (bnc#466179).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 17 00:20:49 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.12-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 17:46:11 CET 2009 - od@suse.de
|
||||
|
||||
- patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch:
|
||||
call boot IRQ quirks at end of device init and during resume.
|
||||
- patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch:
|
||||
update to upstream variant of this patch:
|
||||
- integrate an older quirk to make IO-APIC mode work on AMD
|
||||
8131 rev. A0 and B0
|
||||
- fix boot IRQ disabling logic for AMD 813x
|
||||
- remove unneeded code for AMD SB700S
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 16:09:26 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
|
||||
fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 10:55:12 CET 2009 - olh@suse.de
|
||||
|
||||
- enable mptsas in kdump kernel to allow crashdump on QS2x blades
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 08:44:42 CET 2009 - tiwai@suse.de
|
||||
|
||||
Fix STAC925x patch again
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
(yet more) STAC925x issues (bnc#460478).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 07:03:59 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-01-cio-fix-mp-mode.diff: cio: fix
|
||||
subchannel multipath mode setup (bnc#466462,LTC#51047).
|
||||
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
|
||||
memory alignment for GPN_FT requests. (bnc#466462).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 23:53:36 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files for vanilla kernel versions due to new config
|
||||
option added in 2.6.27.12-rc1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 23:47:39 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.12-rc1:
|
||||
- security fixes
|
||||
- fixes CVE-2009-0029
|
||||
- bug fixes all over the place.
|
||||
- obsoletes the following patches:
|
||||
- patches.arch/ppc-cmm_no_kdump.patch
|
||||
- patches.drivers/alsa-caiaq-midi-oops-fix
|
||||
- patches.drivers/alsa-hda-hp-6730b-quirk
|
||||
- patches.drivers/ibmvfc-host_init_delay.patch
|
||||
- patches.drivers/ibmvfc-improve_sync_events.patch
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch
|
||||
- patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch
|
||||
- patches.fixes/uv-remove-erroneous-BAU-init
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:37:26 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound:
|
||||
virtuoso: do not overwrite EEPROM on Xonar D2/D2X (bnc#462365).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:16:35 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.suse/s390-System.map.diff:
|
||||
Strip L2^B symbols (bnc #456682).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:09:29 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-gateway-fix: ALSA: patch_sigmatel:
|
||||
Add missing Gateway entries and autodetection (bnc#460478).
|
||||
- patches.drivers/alsa-hda-gateway-fix2: ALSA: hda - More fixes
|
||||
on Gateway entries (bnc#460478).
|
||||
- patches.drivers/alsa-hda-hp-dv5-mic-fix: ALSA: hda - Fix HP
|
||||
dv5 mic input (bnc#462913).
|
||||
- patches.drivers/alsa-hda-hp-dv5-quirk: ALSA: hda - Add quirk
|
||||
for another HP dv5 (bnc#462913).
|
||||
- patches.drivers/alsa-hda-idt92hd83-fix-typo: ALSA: hda -
|
||||
Fix a typo.
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk: ALSA: hda - Add
|
||||
automatic model setting for Samsung Q45.
|
||||
- patches.drivers/alsa-hda-seek-for-codec-id: ALSA: hda - Add
|
||||
a new function to seek for a codec ID (bnc#460478).
|
||||
- patches.drivers/alsa-hda-sigmatel-no-hp-reset: ALSA: hda -
|
||||
Don't reset HP pinctl in patch_sigmatel.c (bnc#460478).
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
missing initialization of NID 0x0e for STAC925x (bnc#460478).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 08:40:13 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-fix_hugepage_check.patch:
|
||||
is_hugepage_only_range() must account for both 4kB and 64kB
|
||||
slices (bnc#466229 - LTC51063)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 23:23:42 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 23:07:16 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Enabled patches.suse/unlock_page-speedup.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 22:00:49 CET 2009 - rjw@suse.de
|
||||
|
||||
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
|
||||
PCI PM: Split PCI Express port suspend-resume (bnc#455926).
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch:
|
||||
PCI: Suspend and resume PCI Express ports with interrupts
|
||||
disabled (bnc#455926).
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch:
|
||||
PCI: handle PCI state saving with interrupts disabled
|
||||
(bnc#455926).
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch:
|
||||
PCI: Rework default handling of suspend and resume (bnc#455926).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:38:29 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disable PARAVIRT.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:20:29 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patches for fuzz due to update to 2.6.27.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:02:21 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to final version of 2.6.27.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 16:38:47 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/ixgbe-dcb-setstate.patch: Bugfix for ixgbe
|
||||
and kernel DCB netlink code. (bnc#458194)
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix. (bnc#465923)
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 15:56:58 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: Delete.
|
||||
It came out that this is an already fixed BIOS bug. The quirk
|
||||
is not needed anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 14:53:51 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/acpi_fix_double_slash_root_prefix_handling.patch:
|
||||
In AcpiNsGetInternalNameLength, skip the redundant backslash
|
||||
of RootPrefix (http://bugzilla.kernel.org/show_bug.cgi?id=11541
|
||||
http://www.acpica.org/bugzilla/show_bug.cgi?id=739).
|
||||
- patches.fixes/acpi_video_always_update_sys.patch: video: always
|
||||
update the brightness when poking "brightness" (bnc#450149).
|
||||
- patches.fixes/acpi_video_handle_reversed_brightness_info.patch:
|
||||
ACPI: video: Fix reversed brightness behavior on ThinkPad SL
|
||||
series (bnc#450149).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 08:45:29 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch:
|
||||
fix __load_balance_iterator() for cfs with only one task
|
||||
(bnc#457594 - LTC50544)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 08:32:32 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/xfs-redirty-ENOSPC.patch: Re-dirty pages on
|
||||
ENOSPC when converting delayed allocations (bnc#433112 - LTC48749)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 04:33:33 CET 2009 - npiggin@suse.de
|
||||
|
||||
- Added guarded patches:
|
||||
- patches.suse/mnt-want-write-speedup.patch: fs: mnt_want_write
|
||||
speedup (bnc#436953).
|
||||
- patches.suse/mnt_clone_write.patch: fs: introduce
|
||||
mnt_clone_write (bnc#436953).
|
||||
- patches.suse/unlock_page-speedup.patch: mm: unlock_page speedup
|
||||
(bnc#436953).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 00:51:58 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- patches.drivers/add-via-chrome9-drm-support.patch: add Via
|
||||
chrome9 drm support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 00:29:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch:
|
||||
pata_via.c: Support VX855 and future chips whose IDE controller
|
||||
use 0x0571..
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 13 16:46:08 CET 2009 - hare@suse.de
|
||||
|
||||
@ -472,6 +1449,12 @@ Tue Jan 6 18:36:57 CET 2009 - jjolly@suse.de
|
||||
- patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes
|
||||
when repeatetly attaching/detaching devices. (bnc#458339).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 14:37:15 CET 2009 - npiggin@suse.de
|
||||
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for
|
||||
contiguous kmap fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 07:54:29 CET 2009 - npiggin@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-dummy (Version 2.6.27.10)
|
||||
# spec file for package kernel-dummy (Version 2.6.27.13)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -22,8 +22,8 @@ Url: http://www.kernel.org/
|
||||
|
||||
Name: kernel-dummy
|
||||
Summary: Internal dummy package for synchronizing release numbers
|
||||
Version: 2.6.27.10
|
||||
Release: 5
|
||||
Version: 2.6.27.13
|
||||
Release: 3
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
AutoReqProv: off
|
||||
@ -36,8 +36,8 @@ Authors:
|
||||
--------
|
||||
Andreas Gruenbacher <agruen@suse.de>
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%install
|
||||
rm -rf %buildroot
|
||||
@ -49,6 +49,594 @@ echo dummy > %buildroot/etc/dummy
|
||||
/etc/dummy
|
||||
|
||||
%changelog
|
||||
* Thu Jan 29 2009 gregkh@suse.de
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
- patches.suse/usb-move-ehci-reg-def.patch: usb: move ehci
|
||||
reg def.
|
||||
- patches.suse/x86-usb-debug-port-early-console-v4.patch: x86:
|
||||
usb debug port early console, v4.
|
||||
* Thu Jan 29 2009 mmarek@suse.cz
|
||||
- patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch
|
||||
patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch
|
||||
patches.kabi/export-iwl_rx_allocate
|
||||
patches.kabi/sched-kabi-compat-hack.patch: Introduce
|
||||
patches.kabi/ for patches that only work around kabi issues and
|
||||
can be safely dropped at the next SP.
|
||||
* Wed Jan 28 2009 agruen@suse.de
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: Add missing pageattr.c
|
||||
changes to pageattr-xen.c (bnc#439348).
|
||||
* Wed Jan 28 2009 agruen@suse.de
|
||||
- patches.suse/x86-mark_rodata_rw.patch: Add mark_rodata_rw()
|
||||
to un-protect read-only kernel code pages (bnc#439348).
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: xen specific part
|
||||
(bnc#439348).
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- config/s390/s390: the -man package still fails for s390, disable
|
||||
it
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: fix build of the -man subpackage on
|
||||
31bit s390
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- fix kernel-default.ppc64 reference symsets
|
||||
* Wed Jan 28 2009 jslaby@suse.cz
|
||||
- patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch:
|
||||
x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240
|
||||
FATE304266).
|
||||
[cpu_mask_to_apicid bigsmp fix]
|
||||
* Wed Jan 28 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
|
||||
map scsi proc_name to module name (bnc#459933 - LTC50724)
|
||||
* Tue Jan 27 2009 jeffm@suse.de
|
||||
- Update config files: Disable ftrace in -debug on ppc64
|
||||
* Tue Jan 27 2009 jeffm@suse.de
|
||||
- config.conf: Added -debug flavor for ppc64.
|
||||
* Tue Jan 27 2009 bwalle@suse.de
|
||||
- patches.drivers/libfc-set-the-release-function.diff:
|
||||
Whitespace change.
|
||||
* Tue Jan 27 2009 hare@suse.de
|
||||
- patches.drivers/libfc-fix-read-IO-data-integrity: libfc:
|
||||
IO data integrity issue when a IO data frame lost (bnc#469536).
|
||||
* Tue Jan 27 2009 jbeulich@novell.com
|
||||
- re-enable patches.xen/xen3-e1000e_Export_set_memory_ro-rw.
|
||||
* Tue Jan 27 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
include prototype for PFN_UP() (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Export
|
||||
set_memory_ro() and set_memory_rw() calls.
|
||||
readded to avoid kabi change
|
||||
* Mon Jan 26 2009 jeffm@suse.de
|
||||
- config.conf: Added kernel-vmi to i386.
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
use PFN_UP() for end_pfn (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 mmarek@suse.cz
|
||||
- kabi: import FCoE changes
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: disable
|
||||
wrong debug message again.
|
||||
* Mon Jan 26 2009 rw@suse.de
|
||||
- patches.fixes/taskstats-alignment:
|
||||
IA64: fill 'struct taskstats' on stack and 'memcpy' result to skb.
|
||||
(bnc#448410)
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
fix calculation of reserve_size (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.fixes/disable-lro-per-default: Disable LRO per default
|
||||
in igb and ixgbe. (bnc#467519)
|
||||
* Mon Jan 26 2009 jbeulich@novell.com
|
||||
- Just comment out patches.xen/xen3-e1000e_* (to address build error)
|
||||
until disposition of their originals is known.
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.fixes/sctp_do_not_use_stale_copy_of_sk: Do not use
|
||||
stale copy of sk. (bnc#440104)
|
||||
* Mon Jan 26 2009 jblunck@suse.de
|
||||
Renamed some patches so they get included in vanilla builds.
|
||||
- patches.rpmify/firmware-path: Renamed.
|
||||
- patches.rpmify/no-include-asm: Renamed.
|
||||
- patches.suse/md-raid-metadata-PAGE_SIZE.patch: Renamed.
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- patches.suse/led_classdev.sysfs-name.patch: use correct name
|
||||
for /sys/devices/virtual/leds/ entries (bnc#468350)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Delete.
|
||||
- patches.suse/e1000e_allow_bad_checksum: Delete.
|
||||
- patches.suse/e1000e_call_dump_eeprom: Delete.
|
||||
- patches.suse/e1000e_ioremap_sanity_check: Delete.
|
||||
- patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory:
|
||||
Delete.
|
||||
Remove not mainline e1000e patches which were added to help with
|
||||
the e1000e NVM corruption - root issue is fixed
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.drivers/tg3_libphy_workaround: tg3 libphy workaround.
|
||||
(bnc#468725)
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- supported.conf: Correct spelling for dm-least-pending
|
||||
path checker.
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-check-info-before-access: Kernel Oops
|
||||
during path failover (bnc#458393).
|
||||
* Sun Jan 25 2009 gregkh@suse.de
|
||||
- refresh patch fuzz now that 2.6.27.13 is in tree
|
||||
* Sun Jan 25 2009 gregkh@suse.de
|
||||
- Update to final version of 2.6.27.13
|
||||
* Sat Jan 24 2009 gregkh@suse.de
|
||||
- dynamic debugging fixes backported from upstream:
|
||||
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
|
||||
driver core: add newlines to debugging enabled/disabled
|
||||
messages.
|
||||
- patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch:
|
||||
Driver core: fix 'dynamic_debug' cmd line parameter.
|
||||
- patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch:
|
||||
driver core: fix using 'ret' variable in
|
||||
unregister_dynamic_debug_module.
|
||||
* Sat Jan 24 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch:
|
||||
(fix return of an unitialized value (bnc#469017)
|
||||
* Sat Jan 24 2009 mmarek@suse.cz
|
||||
- update kabi files: ignore changes in struct pcie_link_state as
|
||||
it is an internal structure only.
|
||||
* Sat Jan 24 2009 mmarek@suse.cz
|
||||
- patches.suse/genksyms-add-override-flag.diff: genksyms: add
|
||||
--override flag.
|
||||
- rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1
|
||||
* Sat Jan 24 2009 ghaskins@suse.de
|
||||
- patches.fixes/sched-kabi-compat-hack.patch: sched: leave
|
||||
RT_GROUP_SCHED structure components intact to preserve kABI.
|
||||
broke kabi with fix for 456542
|
||||
* Sat Jan 24 2009 trenn@suse.de
|
||||
- patches.fixes/cpufreq_export_latency.patch: CPUFREQ: Introduce
|
||||
/sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency
|
||||
(bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch:
|
||||
CPUFREQ: ondemand/conservative: sanitize sampling_rate
|
||||
restrictions (bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
- patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch:
|
||||
X86 powernow-k8 cpufreq: Get transition latency from acpi _PSS
|
||||
object (bnc#464461).
|
||||
* Fri Jan 23 2009 jeffm@suse.de
|
||||
- patches.fixes/xfs-dmapi-fixes: xfs/dmapi: fix crash on mount
|
||||
(bnc#458027).
|
||||
* Fri Jan 23 2009 ghaskins@suse.de
|
||||
- Update config files: Disable RT_GROUP_SCHED (bnc#456542).
|
||||
The RT_GROUP_SCHED feature is experimental and clearly broken, so
|
||||
lets turn it off for now.
|
||||
* Fri Jan 23 2009 jeffm@suse.de
|
||||
- patches.fixes/hpilo-open-close-fix: hpilo open/close fix
|
||||
(bnc#466517).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: Handle I/O
|
||||
on stopped queues correctly (bnc#458393).
|
||||
* Fri Jan 23 2009 jbenc@suse.cz
|
||||
- patches.suse/mnt-want-write-speedup.patch,
|
||||
patches.suse/mnt_clone_write.patch: modified not to break kABI,
|
||||
enabled (bnc#436953).
|
||||
* Fri Jan 23 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwlagn-fix-rfkill.patch: iwlagn: fix hw-rfkill
|
||||
while the interface is down (bnc#446158).
|
||||
* Fri Jan 23 2009 mmarek@suse.cz
|
||||
- kabi/severities: temporarily enable changes in FcOE modules.
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.arch/s390-08-06-personality.patch: kernel: setting 32
|
||||
bit personality doesn't work (bnc#466462).
|
||||
- patches.arch/s390-08-07-compat_wrappers.patch: kernel:
|
||||
Add missing wrapper functions for 31 bit compat
|
||||
syscalls. (bnc#466462,LTC#51229).
|
||||
- patches.fixes/block-leave-the-request-timeout-timer-running:
|
||||
Delete obsolete patch.
|
||||
* Fri Jan 23 2009 bwalle@suse.de
|
||||
- patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change
|
||||
fcoe_sw sg_tablesize to SG_ALL (bnc #459142).
|
||||
- patches.drivers/fcoe-check-return-for-fc_set_m.diff: check
|
||||
return for fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-frame-length-validati.diff: fix frame
|
||||
length validation in the early receive path (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff:
|
||||
fcoe: fix incorrect use of struct module (bnc #468051).
|
||||
- patches.drivers/fcoe-improved-load-balancing-i.diff: improved
|
||||
load balancing in rx path (bnc #459142).
|
||||
- patches.drivers/fcoe-logoff-of-the-fabric-when.diff: Logoff
|
||||
of the fabric when destroying interface (bnc #459142).
|
||||
- patches.drivers/fcoe-remove-warn_on-in-fc_set.diff: remove
|
||||
WARN_ON in fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-user_mfs-is-never-used.diff: user_mfs is
|
||||
never used (bnc #459142).
|
||||
- patches.drivers/libfc-add-fc_disc-c-locking-co.diff: Add
|
||||
fc_disc.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-ensure-correct-device_pu.diff: libfc:
|
||||
Ensure correct device_put/get usage (round 2).
|
||||
- patches.drivers/libfc-fix-rport-recursive-lock.diff: libfc:
|
||||
Fix rport recursive lock on rport mutex (bnc #459142).
|
||||
- patches.drivers/libfc-handle-rrq-exch-timeout.diff: libfc:
|
||||
handle RRQ exch timeout (bnc #465596).
|
||||
- patches.drivers/libfc-improve-fc_lport-c-locki.diff: Improve
|
||||
fc_lport.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-improve-fc_rport-c-locki.diff: Improve
|
||||
fc_rport.c locking comment block (459142).
|
||||
- patches.drivers/libfc-make-fc_disc-inline-with.diff: make
|
||||
fc_disc inline with the fc_lport structure (bnc #459142).
|
||||
- patches.drivers/libfc-make-rscn-parsing-more-r.diff: make RSCN
|
||||
parsing more robust (bnc #459142).
|
||||
- patches.drivers/libfc-make-sure-we-access-the.diff: make sure
|
||||
we access the CRC safely (bnc #459142).
|
||||
- patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff: libfc:
|
||||
Pass lport in exch_mgr_reset (bnc #465596).
|
||||
- patches.drivers/libfc-remove-debug-print-state.diff: libfc:
|
||||
Remove debug print statement, too verbose (bnc #459142).
|
||||
- patches.drivers/libfc-set-the-release-function.diff: Set
|
||||
the release function for the rport's kobject (round 2)
|
||||
(bnc #459142).
|
||||
- patches.drivers/libfc-updated-comment-for-orde.diff: updated
|
||||
comment for order of em and ex locks (bnc #459142).
|
||||
- patches.drivers/libfc-updated-libfc-fcoe-modul.diff: updated
|
||||
libfc fcoe module ver to 1.0.6 (bnc #459142).
|
||||
- patches.drivers/libfc-use-an-operations-struct.diff: use an
|
||||
operations structure for rport callbacks (bnc #459142).
|
||||
- patches.drivers/libfc-when-rport-goes-away-re.diff: libfc:
|
||||
when rport goes away (re-plogi), clean up exchanges to/from
|
||||
rport (bnc #465596).
|
||||
- patches.drivers/libfc_locking.diff: libfc, fcoe: fixed locking
|
||||
issues with lport->lp_mutex around lport->link_status (bnc
|
||||
[#468053]).
|
||||
- patches.drivers/libfc_rport.diff: libfc: rport retry on LS_RJT
|
||||
from certain ELS (bnc #468054).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.fixes/qla2xxx-check-fc-rport-validity:
|
||||
qla2xxx: added check for fcport is valid in
|
||||
qla2x00_terminate_rport_io(). (bnc#467624).
|
||||
* Fri Jan 23 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-gateway-t1616-quirk: ALSA: hda -
|
||||
Add quirk for Gateway T1616 laptop (bnc#467597).
|
||||
- patches.drivers/alsa-hda-hp-dv4-quirk: ALSA: hda - Add model
|
||||
entry for HP dv4.
|
||||
- patches.drivers/alsa-hda-intel-d945-ref-quirk: ALSA: hda -
|
||||
Add model=ref for Intel board with STAC9221 (bnc#406529).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.fixes/blk-leave-sync-timer-running: block: Rediff
|
||||
- patches.fixes/block-use-round_jiffies_up: Block: use
|
||||
round_jiffies_up() (bnc#464155).
|
||||
- Add missing patches to series.conf:
|
||||
patches.fixes/round-jiffies-up
|
||||
patches.fixes/block-use-round_jiffies_up
|
||||
patches.fixes/block-fix-blk_start_queueing
|
||||
patches.fixes/suppress-buffer-IO-errors
|
||||
patches.fixes/block-optimizations-in-blk_rq_timed_out_timer
|
||||
patches.fixes/block-add-comment-in-blk_rq_timed_out
|
||||
* Fri Jan 23 2009 olh@suse.de
|
||||
- update patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
handle also drivers/scsi/ibmvscsi/ibmvfc.c
|
||||
* Fri Jan 23 2009 sjayaraman@suse.de
|
||||
- patches.fixes/cifs-fix-oops-on-ipv6-mount: cifs: make sure we
|
||||
allocate enough storage for socket address (467691).
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- patches.kernel.org/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch:
|
||||
ABI fix: add WB_SYNC_HOLD enum writeback_sync_modes.
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- patches.kernel.org/abi-fix-add-s_syncing-back-to-struct-super_block.patch:
|
||||
ABI fix: add s_syncing back to struct super_block.
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- update to 2.6.27.13-rc1:
|
||||
- security updates
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.arch/ppc-fix_hugepage_check.patch
|
||||
- patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk
|
||||
- patches.fixes/security-introduce-missing-kfree.patch
|
||||
- patches.fixes/xpc-fix-heartbeat
|
||||
- Update config files.
|
||||
* Thu Jan 22 2009 kkeil@suse.de
|
||||
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
|
||||
with shared interrupt during reset (bnc#396687)
|
||||
* Thu Jan 22 2009 tonyj@suse.de
|
||||
- patches.fixes/revert-bgcolor-line-feed-93f78da4.patch: Revert
|
||||
"vt: fix background color on line feed" (bnc#418613).
|
||||
* Thu Jan 22 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch: iwlwifi:
|
||||
fix rs_get_rate WARN_ON() (bnc#456002).
|
||||
- Reordered wireless patches to group together patches touching the same
|
||||
driver.
|
||||
* Thu Jan 22 2009 bphilips@suse.de
|
||||
- patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch:
|
||||
disable catas_reset by default to avoid problems with EEH
|
||||
(bnc#456389).
|
||||
* Thu Jan 22 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
fixed kABI breakage. (bnc#458811)
|
||||
* Thu Jan 22 2009 bwalle@suse.de
|
||||
- scripts/tar-up_and_run_mbuild.sh: s390 (the 31 bit variant) is
|
||||
not an important spec file.
|
||||
* Thu Jan 22 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: fixed kABI
|
||||
breakage, reenabled.
|
||||
* Thu Jan 22 2009 mmarek@suse.cz
|
||||
- rpm/modversions: eat the "override" keyword before parsing the
|
||||
symbol definition.
|
||||
* Thu Jan 22 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
Correct VIO bus/device CMO accounting problems (bnc#468304 - LTC51205)
|
||||
* Thu Jan 22 2009 olh@suse.de
|
||||
- patches.suse/of_platform_driver.module-owner.patch:
|
||||
add missing module symlink to /sys/bus/*/driver/*
|
||||
in struct of_platform_driver.
|
||||
* Thu Jan 22 2009 kkeil@suse.de
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix - new version from Intel (bnc#465923)
|
||||
* Thu Jan 22 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
(fix compilation on i386 and add hpet64 to kernel-parameters.txt)
|
||||
* Thu Jan 22 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
* Thu Jan 22 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
sgi-xpc: need to pass the physical address, not virtual. (bnc#458811)
|
||||
- patches.fixes/xpc-fix-heartbeat:
|
||||
sgi-xpc: eliminate false detection of no heartbeat. (bnc#464545)
|
||||
* Thu Jan 22 2009 jkosina@suse.de
|
||||
- patches.fixes/input-add-nomux-dell-vostro-1510.patch: Input:
|
||||
add Dell Vostro 1510 to nomux list (bnc#404881).
|
||||
* Thu Jan 22 2009 jblunck@suse.de
|
||||
- scripts/compute-PATCHVERSION.sh: Fix SRCVERSION parsing (bnc#465113).
|
||||
* Thu Jan 22 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-add-volume-offset: ALSA: hda - Add
|
||||
extra volume offset to standard volume amp macros (bnc#466428).
|
||||
- patches.drivers/alsa-hda-stac-reduce-volume-scale: ALSA: hda -
|
||||
Halve too large volume scales for STAC/IDT codecs (bnc#466428).
|
||||
* Thu Jan 22 2009 hare@suse.de
|
||||
- patches.drivers/lpfc-8.2.8.12-update: Update lpfc from 8.2.8.11
|
||||
to 8.2.8.12 (bnc#467713).
|
||||
* Thu Jan 22 2009 jeffm@suse.de
|
||||
- patches.fixes/reiserfs-debug-1036: fix missing jl arg
|
||||
* Wed Jan 21 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: delete duplicate error message in the
|
||||
kabi checks
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/remove_kernel_physical_mapping_init_from_init:
|
||||
move kernel_physical_mapping_init to __meminit (bnc#467474).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: disabled, as it changes
|
||||
kABI.
|
||||
* Wed Jan 21 2009 gregkh@suse.de
|
||||
- patches.fixes/security-introduce-missing-kfree.patch: security:
|
||||
introduce missing kfree (bnc#467322).
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch:
|
||||
sysfs: fix problems with binary files.
|
||||
* Wed Jan 21 2009 rw@suse.de
|
||||
- patches.arch/ia64-page-migration.fix:
|
||||
fix deadlock caused by cpe_migrate.ko and mark it supported.
|
||||
(bnc#464676)
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/sn-irq-affinity: sn2: preserve irq affinity set
|
||||
in PROM (bnc#457679).
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/uv_zalias_support: uv: Support for non-nasid 0
|
||||
systems (bnc#458869).
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/xpc-fix-NULL-deref: sgi-xpc: Remove NULL pointer
|
||||
dereference. (bnc#466563).
|
||||
- patches.fixes/xpc-write-barrier: sgi-xpc: ensure flags are
|
||||
updated before bte_copy (bnc#466563).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/ipw2200-workaround-firmware-restarts-when-scanning.patch:
|
||||
ipw2200: fix scanning while associated (bnc#459067).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwl3945-fix-rfkill.patch: iwl3945: report
|
||||
killswitch changes even if the interface is down (bnc#446013).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: mac80211:
|
||||
add direct probe before association (bnc#461889).
|
||||
* Wed Jan 21 2009 hare@suse.de
|
||||
- patches.drivers/mptsas-discover-all-devices: mptsas driver
|
||||
fails to discover devices (bnc#459932).
|
||||
* Wed Jan 21 2009 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.27.12.
|
||||
- patches.xen/764-netback-foreign-pages.patch: netback: handle
|
||||
non-netback foreign pages.
|
||||
- patches.xen/769-evtchn-CPU-offline.patch: evtchn: Fix CPU offlining
|
||||
to switch all affected ports belonging to a particular /dev/evcthn
|
||||
user.
|
||||
- patches.xen/gso-size-check.patch: gso: Ensure that the packet
|
||||
is long enough.
|
||||
- patches.xen/xen-S3-MSI: fix Dom0 resume from S3 when MSI is
|
||||
in use (bnc#435596).
|
||||
- patches.xen/xen3-e1000e_ioremap_sanity_check: ioremap sanity
|
||||
check to catch mapping requests exceeding the BAR sizes
|
||||
(bnc#425480).
|
||||
- patches.xen/xen3-x86-fix-kmap-contig.patch: x86: contiguous
|
||||
kmap fix (bnc#449812).
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
implement correct model matching
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/dm-mpath-tracking-nr-bytes:
|
||||
lpp_end_io gets nr_bytes as third arg
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
match all JSxx/QSxx models based on the first 4 chars in 'model'
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.arch/ppc-axon-missing-msi-workaround-5.diff:
|
||||
Fix MSI after kexec (bnc#467633)
|
||||
* Tue Jan 20 2009 gregkh@suse.de
|
||||
- clean up patch fuzz after 2.6.27.12 inclusion.
|
||||
* Tue Jan 20 2009 gregkh@suse.de
|
||||
- Update to the real 2.6.27.12
|
||||
* Tue Jan 20 2009 jeffm@suse.de
|
||||
- patches.suse/reiserfs_warning-reentrant: reiserfs: eliminate
|
||||
reiserfs_warning from uniqueness functions; Fixes deadlock.
|
||||
* Tue Jan 20 2009 olh@suse.de
|
||||
- patches.drivers/cxgb3-ser.patch:
|
||||
reset the adapter on fatal error (bnc#466062 - LTC51042)
|
||||
* Tue Jan 20 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-03-iucv-cpu-hotremove.diff: iucv: failing
|
||||
cpu hot remove for inactive iucv (bnc#466462,LTC#51104).
|
||||
- patches.arch/s390-08-04-compat-sigaltstack.diff:
|
||||
kernel: 31 bit compat sigaltstack syscall fails with
|
||||
-EFAULT. (bnc#466462,LTC#50888).
|
||||
- patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch:
|
||||
af_iucv: System hang if recvmsg() is used with MSG_PEEK
|
||||
(bnc#466462,LTC#51136).
|
||||
* Tue Jan 20 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-accept-failed-paths: Only accept
|
||||
non-existing paths when adding failed paths (bnc#467579)
|
||||
* Tue Jan 20 2009 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: set CONFIG_DEBUG_INFO=y in the
|
||||
packaged .configs if builfing debug packages (bnc#460887)
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: set %%tolerate_kabi_changes to 6
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- patches.suse/export-iwl_rx_allocate: reintroduce
|
||||
EXPORT_SYMBOL(iwl_rx_allocate).
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- import SLE11 RC2 reference kabi
|
||||
* Mon Jan 19 2009 hare@suse.de
|
||||
- patches.drivers/mpt-return-all-sense-data: MPT Fusion doesn't
|
||||
return all sense data (bnc#466179).
|
||||
* Sat Jan 17 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.12-rc2
|
||||
* Fri Jan 16 2009 od@suse.de
|
||||
- patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch:
|
||||
call boot IRQ quirks at end of device init and during resume.
|
||||
- patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch:
|
||||
update to upstream variant of this patch:
|
||||
- integrate an older quirk to make IO-APIC mode work on AMD
|
||||
8131 rev. A0 and B0
|
||||
- fix boot IRQ disabling logic for AMD 813x
|
||||
- remove unneeded code for AMD SB700S
|
||||
* Fri Jan 16 2009 jbeulich@novell.com
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
|
||||
fix (bnc#449812).
|
||||
* Fri Jan 16 2009 olh@suse.de
|
||||
- enable mptsas in kdump kernel to allow crashdump on QS2x blades
|
||||
* Fri Jan 16 2009 tiwai@suse.de
|
||||
Fix STAC925x patch again
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
(yet more) STAC925x issues (bnc#460478).
|
||||
* Fri Jan 16 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-01-cio-fix-mp-mode.diff: cio: fix
|
||||
subchannel multipath mode setup (bnc#466462,LTC#51047).
|
||||
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
|
||||
memory alignment for GPN_FT requests. (bnc#466462).
|
||||
* Thu Jan 15 2009 gregkh@suse.de
|
||||
- Update config files for vanilla kernel versions due to new config
|
||||
option added in 2.6.27.12-rc1.
|
||||
* Thu Jan 15 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.12-rc1:
|
||||
- security fixes
|
||||
- fixes CVE-2009-0029
|
||||
- bug fixes all over the place.
|
||||
- obsoletes the following patches:
|
||||
- patches.arch/ppc-cmm_no_kdump.patch
|
||||
- patches.drivers/alsa-caiaq-midi-oops-fix
|
||||
- patches.drivers/alsa-hda-hp-6730b-quirk
|
||||
- patches.drivers/ibmvfc-host_init_delay.patch
|
||||
- patches.drivers/ibmvfc-improve_sync_events.patch
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch
|
||||
- patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch
|
||||
- patches.fixes/uv-remove-erroneous-BAU-init
|
||||
- Update config files.
|
||||
* Thu Jan 15 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound:
|
||||
virtuoso: do not overwrite EEPROM on Xonar D2/D2X (bnc#462365).
|
||||
* Thu Jan 15 2009 bwalle@suse.de
|
||||
- patches.suse/s390-System.map.diff:
|
||||
Strip L2^B symbols (bnc #456682).
|
||||
* Thu Jan 15 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-gateway-fix: ALSA: patch_sigmatel:
|
||||
Add missing Gateway entries and autodetection (bnc#460478).
|
||||
- patches.drivers/alsa-hda-gateway-fix2: ALSA: hda - More fixes
|
||||
on Gateway entries (bnc#460478).
|
||||
- patches.drivers/alsa-hda-hp-dv5-mic-fix: ALSA: hda - Fix HP
|
||||
dv5 mic input (bnc#462913).
|
||||
- patches.drivers/alsa-hda-hp-dv5-quirk: ALSA: hda - Add quirk
|
||||
for another HP dv5 (bnc#462913).
|
||||
- patches.drivers/alsa-hda-idt92hd83-fix-typo: ALSA: hda -
|
||||
Fix a typo.
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk: ALSA: hda - Add
|
||||
automatic model setting for Samsung Q45.
|
||||
- patches.drivers/alsa-hda-seek-for-codec-id: ALSA: hda - Add
|
||||
a new function to seek for a codec ID (bnc#460478).
|
||||
- patches.drivers/alsa-hda-sigmatel-no-hp-reset: ALSA: hda -
|
||||
Don't reset HP pinctl in patch_sigmatel.c (bnc#460478).
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
missing initialization of NID 0x0e for STAC925x (bnc#460478).
|
||||
* Thu Jan 15 2009 olh@suse.de
|
||||
- patches.arch/ppc-fix_hugepage_check.patch:
|
||||
is_hugepage_only_range() must account for both 4kB and 64kB
|
||||
slices (bnc#466229 - LTC51063)
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Enabled patches.suse/unlock_page-speedup.patch
|
||||
* Wed Jan 14 2009 rjw@suse.de
|
||||
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
|
||||
PCI PM: Split PCI Express port suspend-resume (bnc#455926).
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch:
|
||||
PCI: Suspend and resume PCI Express ports with interrupts
|
||||
disabled (bnc#455926).
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch:
|
||||
PCI: handle PCI state saving with interrupts disabled
|
||||
(bnc#455926).
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch:
|
||||
PCI: Rework default handling of suspend and resume (bnc#455926).
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Update config files: Disable PARAVIRT.
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- refresh patches for fuzz due to update to 2.6.27.11
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- Update to final version of 2.6.27.11
|
||||
* Wed Jan 14 2009 kkeil@suse.de
|
||||
- patches.drivers/ixgbe-dcb-setstate.patch: Bugfix for ixgbe
|
||||
and kernel DCB netlink code. (bnc#458194)
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix. (bnc#465923)
|
||||
- Update config files.
|
||||
* Wed Jan 14 2009 trenn@suse.de
|
||||
- patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: Delete.
|
||||
It came out that this is an already fixed BIOS bug. The quirk
|
||||
is not needed anymore.
|
||||
* Wed Jan 14 2009 trenn@suse.de
|
||||
- patches.fixes/acpi_fix_double_slash_root_prefix_handling.patch:
|
||||
In AcpiNsGetInternalNameLength, skip the redundant backslash
|
||||
of RootPrefix (http://bugzilla.kernel.org/show_bug.cgi?id=11541
|
||||
http://www.acpica.org/bugzilla/show_bug.cgi?id=739).
|
||||
- patches.fixes/acpi_video_always_update_sys.patch: video: always
|
||||
update the brightness when poking "brightness" (bnc#450149).
|
||||
- patches.fixes/acpi_video_handle_reversed_brightness_info.patch:
|
||||
ACPI: video: Fix reversed brightness behavior on ThinkPad SL
|
||||
series (bnc#450149).
|
||||
* Wed Jan 14 2009 olh@suse.de
|
||||
- patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch:
|
||||
fix __load_balance_iterator() for cfs with only one task
|
||||
(bnc#457594 - LTC50544)
|
||||
* Wed Jan 14 2009 olh@suse.de
|
||||
- patches.fixes/xfs-redirty-ENOSPC.patch: Re-dirty pages on
|
||||
ENOSPC when converting delayed allocations (bnc#433112 - LTC48749)
|
||||
* Wed Jan 14 2009 npiggin@suse.de
|
||||
- Added guarded patches:
|
||||
- patches.suse/mnt-want-write-speedup.patch: fs: mnt_want_write
|
||||
speedup (bnc#436953).
|
||||
- patches.suse/mnt_clone_write.patch: fs: introduce
|
||||
mnt_clone_write (bnc#436953).
|
||||
- patches.suse/unlock_page-speedup.patch: mm: unlock_page speedup
|
||||
(bnc#436953).
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- Update config files.
|
||||
- patches.drivers/add-via-chrome9-drm-support.patch: add Via
|
||||
chrome9 drm support.
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch:
|
||||
pata_via.c: Support VX855 and future chips whose IDE controller
|
||||
use 0x0571..
|
||||
* Tue Jan 13 2009 hare@suse.de
|
||||
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
|
||||
after suggestions from James Bottomley (bnc#465346).
|
||||
@ -339,6 +927,9 @@ echo dummy > %buildroot/etc/dummy
|
||||
- patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes
|
||||
when repeatetly attaching/detaching devices. (bnc#458339).
|
||||
* Tue Jan 06 2009 npiggin@suse.de
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for
|
||||
contiguous kmap fix (bnc#449812).
|
||||
* Tue Jan 06 2009 npiggin@suse.de
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch: update.
|
||||
* Mon Jan 05 2009 mmarek@suse.cz
|
||||
- patches.suse/modpost-filter-out-built-in-depends: modpost:
|
||||
|
@ -1,3 +1,980 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 18:45:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
- patches.suse/usb-move-ehci-reg-def.patch: usb: move ehci
|
||||
reg def.
|
||||
- patches.suse/x86-usb-debug-port-early-console-v4.patch: x86:
|
||||
usb debug port early console, v4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 11:43:32 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch
|
||||
patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch
|
||||
patches.kabi/export-iwl_rx_allocate
|
||||
patches.kabi/sched-kabi-compat-hack.patch: Introduce
|
||||
patches.kabi/ for patches that only work around kabi issues and
|
||||
can be safely dropped at the next SP.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 20:34:29 CET 2009 - agruen@suse.de
|
||||
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: Add missing pageattr.c
|
||||
changes to pageattr-xen.c (bnc#439348).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 18:50:59 CET 2009 - agruen@suse.de
|
||||
|
||||
- patches.suse/x86-mark_rodata_rw.patch: Add mark_rodata_rw()
|
||||
to un-protect read-only kernel code pages (bnc#439348).
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: xen specific part
|
||||
(bnc#439348).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 15:59:27 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- config/s390/s390: the -man package still fails for s390, disable
|
||||
it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 14:27:18 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: fix build of the -man subpackage on
|
||||
31bit s390
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 13:23:01 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- fix kernel-default.ppc64 reference symsets
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 12:06:53 CET 2009 - jslaby@suse.cz
|
||||
|
||||
- patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch:
|
||||
x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240
|
||||
FATE304266).
|
||||
[cpu_mask_to_apicid bigsmp fix]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 08:16:54 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
|
||||
map scsi proc_name to module name (bnc#459933 - LTC50724)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 23:33:09 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disable ftrace in -debug on ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 23:16:03 CET 2009 - jeffm@suse.de
|
||||
|
||||
- config.conf: Added -debug flavor for ppc64.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 13:40:53 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.drivers/libfc-set-the-release-function.diff:
|
||||
Whitespace change.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 09:05:30 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/libfc-fix-read-IO-data-integrity: libfc:
|
||||
IO data integrity issue when a IO data frame lost (bnc#469536).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 08:52:49 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- re-enable patches.xen/xen3-e1000e_Export_set_memory_ro-rw.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 07:44:18 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
include prototype for PFN_UP() (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:53:20 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Export
|
||||
set_memory_ro() and set_memory_rw() calls.
|
||||
readded to avoid kabi change
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:36:59 CET 2009 - jeffm@suse.de
|
||||
|
||||
- config.conf: Added kernel-vmi to i386.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:08:43 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
use PFN_UP() for end_pfn (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 17:14:44 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- kabi: import FCoE changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 17:00:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: disable
|
||||
wrong debug message again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 15:35:41 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/taskstats-alignment:
|
||||
IA64: fill 'struct taskstats' on stack and 'memcpy' result to skb.
|
||||
(bnc#448410)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 15:31:39 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
fix calculation of reserve_size (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 14:19:30 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.fixes/disable-lro-per-default: Disable LRO per default
|
||||
in igb and ixgbe. (bnc#467519)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 13:44:37 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- Just comment out patches.xen/xen3-e1000e_* (to address build error)
|
||||
until disposition of their originals is known.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 13:01:24 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.fixes/sctp_do_not_use_stale_copy_of_sk: Do not use
|
||||
stale copy of sk. (bnc#440104)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:52:21 CET 2009 - jblunck@suse.de
|
||||
|
||||
Renamed some patches so they get included in vanilla builds.
|
||||
- patches.rpmify/firmware-path: Renamed.
|
||||
- patches.rpmify/no-include-asm: Renamed.
|
||||
- patches.suse/md-raid-metadata-PAGE_SIZE.patch: Renamed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:18:00 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.suse/led_classdev.sysfs-name.patch: use correct name
|
||||
for /sys/devices/virtual/leds/ entries (bnc#468350)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:15:15 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Delete.
|
||||
- patches.suse/e1000e_allow_bad_checksum: Delete.
|
||||
- patches.suse/e1000e_call_dump_eeprom: Delete.
|
||||
- patches.suse/e1000e_ioremap_sanity_check: Delete.
|
||||
- patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory:
|
||||
Delete.
|
||||
Remove not mainline e1000e patches which were added to help with
|
||||
the e1000e NVM corruption - root issue is fixed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:06:30 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/tg3_libphy_workaround: tg3 libphy workaround.
|
||||
(bnc#468725)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 09:17:49 CET 2009 - hare@suse.de
|
||||
|
||||
- supported.conf: Correct spelling for dm-least-pending
|
||||
path checker.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 09:16:31 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-check-info-before-access: Kernel Oops
|
||||
during path failover (bnc#458393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 02:07:17 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patch fuzz now that 2.6.27.13 is in tree
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 01:59:30 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to final version of 2.6.27.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 23:24:49 CET 2009 - gregkh@suse.de
|
||||
|
||||
- dynamic debugging fixes backported from upstream:
|
||||
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
|
||||
driver core: add newlines to debugging enabled/disabled
|
||||
messages.
|
||||
- patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch:
|
||||
Driver core: fix 'dynamic_debug' cmd line parameter.
|
||||
- patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch:
|
||||
driver core: fix using 'ret' variable in
|
||||
unregister_dynamic_debug_module.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 17:51:17 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch:
|
||||
(fix return of an unitialized value (bnc#469017)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 11:29:02 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- update kabi files: ignore changes in struct pcie_link_state as
|
||||
it is an internal structure only.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 11:26:16 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.suse/genksyms-add-override-flag.diff: genksyms: add
|
||||
--override flag.
|
||||
- rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 01:25:44 CET 2009 - ghaskins@suse.de
|
||||
|
||||
- patches.fixes/sched-kabi-compat-hack.patch: sched: leave
|
||||
RT_GROUP_SCHED structure components intact to preserve kABI.
|
||||
|
||||
broke kabi with fix for 456542
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 00:35:12 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/cpufreq_export_latency.patch: CPUFREQ: Introduce
|
||||
/sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency
|
||||
(bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch:
|
||||
CPUFREQ: ondemand/conservative: sanitize sampling_rate
|
||||
restrictions (bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
- patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch:
|
||||
X86 powernow-k8 cpufreq: Get transition latency from acpi _PSS
|
||||
object (bnc#464461).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 20:29:24 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/xfs-dmapi-fixes: xfs/dmapi: fix crash on mount
|
||||
(bnc#458027).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 20:19:33 CET 2009 - ghaskins@suse.de
|
||||
|
||||
- Update config files: Disable RT_GROUP_SCHED (bnc#456542).
|
||||
|
||||
The RT_GROUP_SCHED feature is experimental and clearly broken, so
|
||||
lets turn it off for now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 16:51:40 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/hpilo-open-close-fix: hpilo open/close fix
|
||||
(bnc#466517).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:59:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: Handle I/O
|
||||
on stopped queues correctly (bnc#458393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:34:11 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.suse/mnt-want-write-speedup.patch,
|
||||
patches.suse/mnt_clone_write.patch: modified not to break kABI,
|
||||
enabled (bnc#436953).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:08:39 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwlagn-fix-rfkill.patch: iwlagn: fix hw-rfkill
|
||||
while the interface is down (bnc#446158).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 14:59:57 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- kabi/severities: temporarily enable changes in FcOE modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:55:18 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.arch/s390-08-06-personality.patch: kernel: setting 32
|
||||
bit personality doesn't work (bnc#466462).
|
||||
- patches.arch/s390-08-07-compat_wrappers.patch: kernel:
|
||||
Add missing wrapper functions for 31 bit compat
|
||||
syscalls. (bnc#466462,LTC#51229).
|
||||
- patches.fixes/block-leave-the-request-timeout-timer-running:
|
||||
Delete obsolete patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:42:28 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change
|
||||
fcoe_sw sg_tablesize to SG_ALL (bnc #459142).
|
||||
- patches.drivers/fcoe-check-return-for-fc_set_m.diff: check
|
||||
return for fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-frame-length-validati.diff: fix frame
|
||||
length validation in the early receive path (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff:
|
||||
fcoe: fix incorrect use of struct module (bnc #468051).
|
||||
- patches.drivers/fcoe-improved-load-balancing-i.diff: improved
|
||||
load balancing in rx path (bnc #459142).
|
||||
- patches.drivers/fcoe-logoff-of-the-fabric-when.diff: Logoff
|
||||
of the fabric when destroying interface (bnc #459142).
|
||||
- patches.drivers/fcoe-remove-warn_on-in-fc_set.diff: remove
|
||||
WARN_ON in fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-user_mfs-is-never-used.diff: user_mfs is
|
||||
never used (bnc #459142).
|
||||
- patches.drivers/libfc-add-fc_disc-c-locking-co.diff: Add
|
||||
fc_disc.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-ensure-correct-device_pu.diff: libfc:
|
||||
Ensure correct device_put/get usage (round 2).
|
||||
- patches.drivers/libfc-fix-rport-recursive-lock.diff: libfc:
|
||||
Fix rport recursive lock on rport mutex (bnc #459142).
|
||||
- patches.drivers/libfc-handle-rrq-exch-timeout.diff: libfc:
|
||||
handle RRQ exch timeout (bnc #465596).
|
||||
- patches.drivers/libfc-improve-fc_lport-c-locki.diff: Improve
|
||||
fc_lport.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-improve-fc_rport-c-locki.diff: Improve
|
||||
fc_rport.c locking comment block (459142).
|
||||
- patches.drivers/libfc-make-fc_disc-inline-with.diff: make
|
||||
fc_disc inline with the fc_lport structure (bnc #459142).
|
||||
- patches.drivers/libfc-make-rscn-parsing-more-r.diff: make RSCN
|
||||
parsing more robust (bnc #459142).
|
||||
- patches.drivers/libfc-make-sure-we-access-the.diff: make sure
|
||||
we access the CRC safely (bnc #459142).
|
||||
- patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff: libfc:
|
||||
Pass lport in exch_mgr_reset (bnc #465596).
|
||||
- patches.drivers/libfc-remove-debug-print-state.diff: libfc:
|
||||
Remove debug print statement, too verbose (bnc #459142).
|
||||
- patches.drivers/libfc-set-the-release-function.diff: Set
|
||||
the release function for the rport's kobject (round 2)
|
||||
(bnc #459142).
|
||||
- patches.drivers/libfc-updated-comment-for-orde.diff: updated
|
||||
comment for order of em and ex locks (bnc #459142).
|
||||
- patches.drivers/libfc-updated-libfc-fcoe-modul.diff: updated
|
||||
libfc fcoe module ver to 1.0.6 (bnc #459142).
|
||||
- patches.drivers/libfc-use-an-operations-struct.diff: use an
|
||||
operations structure for rport callbacks (bnc #459142).
|
||||
- patches.drivers/libfc-when-rport-goes-away-re.diff: libfc:
|
||||
when rport goes away (re-plogi), clean up exchanges to/from
|
||||
rport (bnc #465596).
|
||||
- patches.drivers/libfc_locking.diff: libfc, fcoe: fixed locking
|
||||
issues with lport->lp_mutex around lport->link_status (bnc
|
||||
#468053).
|
||||
- patches.drivers/libfc_rport.diff: libfc: rport retry on LS_RJT
|
||||
from certain ELS (bnc #468054).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:36:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.fixes/qla2xxx-check-fc-rport-validity:
|
||||
qla2xxx: added check for fcport is valid in
|
||||
qla2x00_terminate_rport_io(). (bnc#467624).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:01:59 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-gateway-t1616-quirk: ALSA: hda -
|
||||
Add quirk for Gateway T1616 laptop (bnc#467597).
|
||||
- patches.drivers/alsa-hda-hp-dv4-quirk: ALSA: hda - Add model
|
||||
entry for HP dv4.
|
||||
- patches.drivers/alsa-hda-intel-d945-ref-quirk: ALSA: hda -
|
||||
Add model=ref for Intel board with STAC9221 (bnc#406529).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 10:48:16 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.fixes/blk-leave-sync-timer-running: block: Rediff
|
||||
- patches.fixes/block-use-round_jiffies_up: Block: use
|
||||
round_jiffies_up() (bnc#464155).
|
||||
- Add missing patches to series.conf:
|
||||
patches.fixes/round-jiffies-up
|
||||
patches.fixes/block-use-round_jiffies_up
|
||||
patches.fixes/block-fix-blk_start_queueing
|
||||
patches.fixes/suppress-buffer-IO-errors
|
||||
patches.fixes/block-optimizations-in-blk_rq_timed_out_timer
|
||||
patches.fixes/block-add-comment-in-blk_rq_timed_out
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 07:51:35 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
handle also drivers/scsi/ibmvscsi/ibmvfc.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 06:41:18 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.fixes/cifs-fix-oops-on-ipv6-mount: cifs: make sure we
|
||||
allocate enough storage for socket address (467691).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 05:57:48 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kernel.org/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch:
|
||||
ABI fix: add WB_SYNC_HOLD enum writeback_sync_modes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 05:08:48 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kernel.org/abi-fix-add-s_syncing-back-to-struct-super_block.patch:
|
||||
ABI fix: add s_syncing back to struct super_block.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 02:26:30 CET 2009 - gregkh@suse.de
|
||||
|
||||
- update to 2.6.27.13-rc1:
|
||||
- security updates
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.arch/ppc-fix_hugepage_check.patch
|
||||
- patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk
|
||||
- patches.fixes/security-introduce-missing-kfree.patch
|
||||
- patches.fixes/xpc-fix-heartbeat
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 23:55:10 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
|
||||
with shared interrupt during reset (bnc#396687)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 22:43:48 CET 2009 - tonyj@suse.de
|
||||
|
||||
- patches.fixes/revert-bgcolor-line-feed-93f78da4.patch: Revert
|
||||
"vt: fix background color on line feed" (bnc#418613).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 19:28:06 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch: iwlwifi:
|
||||
fix rs_get_rate WARN_ON() (bnc#456002).
|
||||
- Reordered wireless patches to group together patches touching the same
|
||||
driver.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 19:13:20 CET 2009 - bphilips@suse.de
|
||||
|
||||
- patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch:
|
||||
disable catas_reset by default to avoid problems with EEH
|
||||
(bnc#456389).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 17:42:04 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
fixed kABI breakage. (bnc#458811)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:58:54 CET 2009 - bwalle@suse.de
|
||||
|
||||
- scripts/tar-up_and_run_mbuild.sh: s390 (the 31 bit variant) is
|
||||
not an important spec file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:50:44 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: fixed kABI
|
||||
breakage, reenabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:29:07 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/modversions: eat the "override" keyword before parsing the
|
||||
symbol definition.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 14:14:03 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
Correct VIO bus/device CMO accounting problems (bnc#468304 - LTC51205)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 14:03:12 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.suse/of_platform_driver.module-owner.patch:
|
||||
add missing module symlink to /sys/bus/*/driver/*
|
||||
in struct of_platform_driver.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 13:29:23 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix - new version from Intel (bnc#465923)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:58:06 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
(fix compilation on i386 and add hpet64 to kernel-parameters.txt)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:25:59 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:10:39 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
sgi-xpc: need to pass the physical address, not virtual. (bnc#458811)
|
||||
- patches.fixes/xpc-fix-heartbeat:
|
||||
sgi-xpc: eliminate false detection of no heartbeat. (bnc#464545)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 11:28:20 CET 2009 - jkosina@suse.de
|
||||
|
||||
- patches.fixes/input-add-nomux-dell-vostro-1510.patch: Input:
|
||||
add Dell Vostro 1510 to nomux list (bnc#404881).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 10:30:46 CET 2009 - jblunck@suse.de
|
||||
|
||||
- scripts/compute-PATCHVERSION.sh: Fix SRCVERSION parsing (bnc#465113).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 10:02:42 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-add-volume-offset: ALSA: hda - Add
|
||||
extra volume offset to standard volume amp macros (bnc#466428).
|
||||
- patches.drivers/alsa-hda-stac-reduce-volume-scale: ALSA: hda -
|
||||
Halve too large volume scales for STAC/IDT codecs (bnc#466428).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 09:25:52 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/lpfc-8.2.8.12-update: Update lpfc from 8.2.8.11
|
||||
to 8.2.8.12 (bnc#467713).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 01:58:48 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/reiserfs-debug-1036: fix missing jl arg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 21:09:15 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: delete duplicate error message in the
|
||||
kabi checks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 20:04:30 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/remove_kernel_physical_mapping_init_from_init:
|
||||
move kernel_physical_mapping_init to __meminit (bnc#467474).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:56:34 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: disabled, as it changes
|
||||
kABI.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:46:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.fixes/security-introduce-missing-kfree.patch: security:
|
||||
introduce missing kfree (bnc#467322).
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch:
|
||||
sysfs: fix problems with binary files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:35:32 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.arch/ia64-page-migration.fix:
|
||||
fix deadlock caused by cpe_migrate.ko and mark it supported.
|
||||
(bnc#464676)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:23:31 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/sn-irq-affinity: sn2: preserve irq affinity set
|
||||
in PROM (bnc#457679).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:15:43 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/uv_zalias_support: uv: Support for non-nasid 0
|
||||
systems (bnc#458869).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:12:47 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/xpc-fix-NULL-deref: sgi-xpc: Remove NULL pointer
|
||||
dereference. (bnc#466563).
|
||||
- patches.fixes/xpc-write-barrier: sgi-xpc: ensure flags are
|
||||
updated before bte_copy (bnc#466563).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:06:26 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/ipw2200-workaround-firmware-restarts-when-scanning.patch:
|
||||
ipw2200: fix scanning while associated (bnc#459067).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:01:41 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwl3945-fix-rfkill.patch: iwl3945: report
|
||||
killswitch changes even if the interface is down (bnc#446013).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 18:51:54 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: mac80211:
|
||||
add direct probe before association (bnc#461889).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 16:38:10 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/mptsas-discover-all-devices: mptsas driver
|
||||
fails to discover devices (bnc#459932).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 14:04:08 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.27.12.
|
||||
- patches.xen/764-netback-foreign-pages.patch: netback: handle
|
||||
non-netback foreign pages.
|
||||
- patches.xen/769-evtchn-CPU-offline.patch: evtchn: Fix CPU offlining
|
||||
to switch all affected ports belonging to a particular /dev/evcthn
|
||||
user.
|
||||
- patches.xen/gso-size-check.patch: gso: Ensure that the packet
|
||||
is long enough.
|
||||
- patches.xen/xen-S3-MSI: fix Dom0 resume from S3 when MSI is
|
||||
in use (bnc#435596).
|
||||
- patches.xen/xen3-e1000e_ioremap_sanity_check: ioremap sanity
|
||||
check to catch mapping requests exceeding the BAR sizes
|
||||
(bnc#425480).
|
||||
- patches.xen/xen3-x86-fix-kmap-contig.patch: x86: contiguous
|
||||
kmap fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 12:08:54 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
implement correct model matching
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 10:20:05 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/dm-mpath-tracking-nr-bytes:
|
||||
lpp_end_io gets nr_bytes as third arg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 10:04:08 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
match all JSxx/QSxx models based on the first 4 chars in 'model'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 08:09:10 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-axon-missing-msi-workaround-5.diff:
|
||||
Fix MSI after kexec (bnc#467633)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 21:01:18 CET 2009 - gregkh@suse.de
|
||||
|
||||
- clean up patch fuzz after 2.6.27.12 inclusion.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 20:50:47 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to the real 2.6.27.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 17:00:55 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.suse/reiserfs_warning-reentrant: reiserfs: eliminate
|
||||
reiserfs_warning from uniqueness functions; Fixes deadlock.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 16:39:35 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.drivers/cxgb3-ser.patch:
|
||||
reset the adapter on fatal error (bnc#466062 - LTC51042)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 15:24:43 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-03-iucv-cpu-hotremove.diff: iucv: failing
|
||||
cpu hot remove for inactive iucv (bnc#466462,LTC#51104).
|
||||
- patches.arch/s390-08-04-compat-sigaltstack.diff:
|
||||
kernel: 31 bit compat sigaltstack syscall fails with
|
||||
-EFAULT. (bnc#466462,LTC#50888).
|
||||
- patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch:
|
||||
af_iucv: System hang if recvmsg() is used with MSG_PEEK
|
||||
(bnc#466462,LTC#51136).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 15:15:19 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-accept-failed-paths: Only accept
|
||||
non-existing paths when adding failed paths (bnc#467579)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 12:19:52 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-source.spec.in: set CONFIG_DEBUG_INFO=y in the
|
||||
packaged .configs if builfing debug packages (bnc#460887)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 16:40:39 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: set %tolerate_kabi_changes to 6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 16:40:11 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.suse/export-iwl_rx_allocate: reintroduce
|
||||
EXPORT_SYMBOL(iwl_rx_allocate).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 13:56:20 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- import SLE11 RC2 reference kabi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 11:35:12 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/mpt-return-all-sense-data: MPT Fusion doesn't
|
||||
return all sense data (bnc#466179).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 17 00:20:49 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.12-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 17:46:11 CET 2009 - od@suse.de
|
||||
|
||||
- patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch:
|
||||
call boot IRQ quirks at end of device init and during resume.
|
||||
- patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch:
|
||||
update to upstream variant of this patch:
|
||||
- integrate an older quirk to make IO-APIC mode work on AMD
|
||||
8131 rev. A0 and B0
|
||||
- fix boot IRQ disabling logic for AMD 813x
|
||||
- remove unneeded code for AMD SB700S
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 16:09:26 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
|
||||
fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 10:55:12 CET 2009 - olh@suse.de
|
||||
|
||||
- enable mptsas in kdump kernel to allow crashdump on QS2x blades
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 08:44:42 CET 2009 - tiwai@suse.de
|
||||
|
||||
Fix STAC925x patch again
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
(yet more) STAC925x issues (bnc#460478).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 07:03:59 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-01-cio-fix-mp-mode.diff: cio: fix
|
||||
subchannel multipath mode setup (bnc#466462,LTC#51047).
|
||||
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
|
||||
memory alignment for GPN_FT requests. (bnc#466462).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 23:53:36 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files for vanilla kernel versions due to new config
|
||||
option added in 2.6.27.12-rc1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 23:47:39 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.12-rc1:
|
||||
- security fixes
|
||||
- fixes CVE-2009-0029
|
||||
- bug fixes all over the place.
|
||||
- obsoletes the following patches:
|
||||
- patches.arch/ppc-cmm_no_kdump.patch
|
||||
- patches.drivers/alsa-caiaq-midi-oops-fix
|
||||
- patches.drivers/alsa-hda-hp-6730b-quirk
|
||||
- patches.drivers/ibmvfc-host_init_delay.patch
|
||||
- patches.drivers/ibmvfc-improve_sync_events.patch
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch
|
||||
- patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch
|
||||
- patches.fixes/uv-remove-erroneous-BAU-init
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:37:26 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound:
|
||||
virtuoso: do not overwrite EEPROM on Xonar D2/D2X (bnc#462365).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:16:35 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.suse/s390-System.map.diff:
|
||||
Strip L2^B symbols (bnc #456682).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:09:29 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-gateway-fix: ALSA: patch_sigmatel:
|
||||
Add missing Gateway entries and autodetection (bnc#460478).
|
||||
- patches.drivers/alsa-hda-gateway-fix2: ALSA: hda - More fixes
|
||||
on Gateway entries (bnc#460478).
|
||||
- patches.drivers/alsa-hda-hp-dv5-mic-fix: ALSA: hda - Fix HP
|
||||
dv5 mic input (bnc#462913).
|
||||
- patches.drivers/alsa-hda-hp-dv5-quirk: ALSA: hda - Add quirk
|
||||
for another HP dv5 (bnc#462913).
|
||||
- patches.drivers/alsa-hda-idt92hd83-fix-typo: ALSA: hda -
|
||||
Fix a typo.
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk: ALSA: hda - Add
|
||||
automatic model setting for Samsung Q45.
|
||||
- patches.drivers/alsa-hda-seek-for-codec-id: ALSA: hda - Add
|
||||
a new function to seek for a codec ID (bnc#460478).
|
||||
- patches.drivers/alsa-hda-sigmatel-no-hp-reset: ALSA: hda -
|
||||
Don't reset HP pinctl in patch_sigmatel.c (bnc#460478).
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
missing initialization of NID 0x0e for STAC925x (bnc#460478).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 08:40:13 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-fix_hugepage_check.patch:
|
||||
is_hugepage_only_range() must account for both 4kB and 64kB
|
||||
slices (bnc#466229 - LTC51063)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 23:23:42 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 23:07:16 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Enabled patches.suse/unlock_page-speedup.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 22:00:49 CET 2009 - rjw@suse.de
|
||||
|
||||
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
|
||||
PCI PM: Split PCI Express port suspend-resume (bnc#455926).
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch:
|
||||
PCI: Suspend and resume PCI Express ports with interrupts
|
||||
disabled (bnc#455926).
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch:
|
||||
PCI: handle PCI state saving with interrupts disabled
|
||||
(bnc#455926).
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch:
|
||||
PCI: Rework default handling of suspend and resume (bnc#455926).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:38:29 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disable PARAVIRT.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:20:29 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patches for fuzz due to update to 2.6.27.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:02:21 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to final version of 2.6.27.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 16:38:47 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/ixgbe-dcb-setstate.patch: Bugfix for ixgbe
|
||||
and kernel DCB netlink code. (bnc#458194)
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix. (bnc#465923)
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 15:56:58 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: Delete.
|
||||
It came out that this is an already fixed BIOS bug. The quirk
|
||||
is not needed anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 14:53:51 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/acpi_fix_double_slash_root_prefix_handling.patch:
|
||||
In AcpiNsGetInternalNameLength, skip the redundant backslash
|
||||
of RootPrefix (http://bugzilla.kernel.org/show_bug.cgi?id=11541
|
||||
http://www.acpica.org/bugzilla/show_bug.cgi?id=739).
|
||||
- patches.fixes/acpi_video_always_update_sys.patch: video: always
|
||||
update the brightness when poking "brightness" (bnc#450149).
|
||||
- patches.fixes/acpi_video_handle_reversed_brightness_info.patch:
|
||||
ACPI: video: Fix reversed brightness behavior on ThinkPad SL
|
||||
series (bnc#450149).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 08:45:29 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch:
|
||||
fix __load_balance_iterator() for cfs with only one task
|
||||
(bnc#457594 - LTC50544)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 08:32:32 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/xfs-redirty-ENOSPC.patch: Re-dirty pages on
|
||||
ENOSPC when converting delayed allocations (bnc#433112 - LTC48749)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 04:33:33 CET 2009 - npiggin@suse.de
|
||||
|
||||
- Added guarded patches:
|
||||
- patches.suse/mnt-want-write-speedup.patch: fs: mnt_want_write
|
||||
speedup (bnc#436953).
|
||||
- patches.suse/mnt_clone_write.patch: fs: introduce
|
||||
mnt_clone_write (bnc#436953).
|
||||
- patches.suse/unlock_page-speedup.patch: mm: unlock_page speedup
|
||||
(bnc#436953).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 00:51:58 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- patches.drivers/add-via-chrome9-drm-support.patch: add Via
|
||||
chrome9 drm support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 00:29:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch:
|
||||
pata_via.c: Support VX855 and future chips whose IDE controller
|
||||
use 0x0571..
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 13 16:46:08 CET 2009 - hare@suse.de
|
||||
|
||||
@ -472,6 +1449,12 @@ Tue Jan 6 18:36:57 CET 2009 - jjolly@suse.de
|
||||
- patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes
|
||||
when repeatetly attaching/detaching devices. (bnc#458339).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 14:37:15 CET 2009 - npiggin@suse.de
|
||||
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for
|
||||
contiguous kmap fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 07:54:29 CET 2009 - npiggin@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-kdump (Version 2.6.27.10)
|
||||
# spec file for package kernel-kdump (Version 2.6.27.13)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -47,7 +47,7 @@
|
||||
%define cpu_arch_flavor %(%_sourcedir/guards %symbols < %_sourcedir/config.conf | grep '/kdump$')
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar xfj %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%ifarch %ix86 x86_64
|
||||
%define install_vdso 1
|
||||
@ -62,8 +62,8 @@
|
||||
|
||||
Name: kernel-kdump
|
||||
Summary: kernel for kdump
|
||||
Version: 2.6.27.10
|
||||
Release: 5
|
||||
Version: 2.6.27.13
|
||||
Release: 3
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -98,8 +98,8 @@ BuildRequires: dwarfextract
|
||||
%endif
|
||||
%if %build_xen
|
||||
%ifarch %ix86
|
||||
Provides: kernel-xenpae = 2.6.27.10
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.10
|
||||
Provides: kernel-xenpae = 2.6.27.13
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.13
|
||||
%endif
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
@ -121,7 +121,7 @@ Conflicts: lvm2 < 2.02.33
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = 2.6.27.10-%source_rel
|
||||
Provides: kernel = 2.6.27.13-%source_rel
|
||||
%ifarch ppc
|
||||
%else
|
||||
%ifarch ppc64
|
||||
@ -158,6 +158,7 @@ Source109: patches.kernel.org.tar.bz2
|
||||
Source110: patches.apparmor.tar.bz2
|
||||
Source111: patches.rt.tar.bz2
|
||||
Source112: patches.trace.tar.bz2
|
||||
Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
%define my_builddir %_builddir/%{name}-%{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -201,7 +202,7 @@ Obsoletes: ralink-rt2860-kmp
|
||||
%define tolerate_unknown_new_config_options 0
|
||||
# kABI change tolerance (default in maintenance should be 4, 6, 8 or 15,
|
||||
# 31 is the maximum; see scripts/kabi-checks)
|
||||
%define tolerate_kabi_changes 31
|
||||
%define tolerate_kabi_changes 6
|
||||
|
||||
%description
|
||||
This kernel is intended for kdump. It can not be booted with a normal
|
||||
@ -211,18 +212,18 @@ crashed kernel.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
echo "The kernel-kdump-2.6.27.10.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.10.src.rpm."
|
||||
echo "The kernel-kdump-2.6.27.13.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.13.src.rpm."
|
||||
exit 1
|
||||
fi
|
||||
echo "Architecture symbol(s):" %symbols
|
||||
# Unpack all sources and patches
|
||||
%setup -q -c -T -a 0 -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 120
|
||||
%setup -q -c -T -a 0 -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 113 -a 120
|
||||
supported_conf() {
|
||||
%_sourcedir/guards %symbols $* < %_sourcedir/supported.conf | sort -u
|
||||
}
|
||||
@ -272,7 +273,7 @@ cat ../config/%cpu_arch_flavor \
|
||||
cpu_arch_flavor="%cpu_arch_flavor"
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
cpu_arch=${cpu_arch_flavor%/*}
|
||||
KERNELRELEASE=2.6.27.10-$RELEASE-kdump
|
||||
KERNELRELEASE=2.6.27.13-$RELEASE-kdump
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -320,18 +321,15 @@ export OOPS_TIMESTAMP="$(
|
||||
| tr -dc 0-9)"
|
||||
export KBUILD_VERBOSE=0
|
||||
export KBUILD_SYMTYPES=1
|
||||
export KBUILD_OVERRIDE=1
|
||||
EOF
|
||||
source .kernel-binary.spec.buildenv
|
||||
%ifarch s390x
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
chmod +x scripts/kmsg-doc
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y D=2
|
||||
%else
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
%endif
|
||||
%else
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
%endif
|
||||
|
||||
%install
|
||||
source .rpm-defs
|
||||
@ -413,7 +411,7 @@ add_vmlinux()
|
||||
if [ -x "$(which dwarfextract 2>/dev/null)" ] ; then
|
||||
dwarfextract vmlinux %buildroot/boot/Kerntypes-$KERNELRELEASE
|
||||
fi
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
mkdir -p %buildroot/usr/share/man/man9
|
||||
find man -name '*.9' -exec install -m 644 -D '{}' %buildroot/usr/share/man/man9/ ';'
|
||||
%endif
|
||||
@ -613,8 +611,6 @@ if [ $CONFIG_MODULES = y ]; then
|
||||
--max-badness=%tolerate_kabi_changes || KABI=$?
|
||||
fi
|
||||
if [ $KABI -ne 0 ]; then
|
||||
echo "kABI changes of badness $KABI exceed the maximum allowed badness" \
|
||||
"of %tolerate_kabi_changes. Please try to avoid the kABI changes."
|
||||
if [ ! -e %my_builddir/kabi/$cpu_arch/ignore-kdump -a \
|
||||
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
|
||||
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
|
||||
@ -733,8 +729,8 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -777,8 +773,8 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -792,8 +788,7 @@ GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
%files -n kernel-kdump-extra -f kernel-extra.files
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
%ifarch s390x
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
|
||||
%package -n kernel-kdump-man
|
||||
License: GPL v2 only
|
||||
@ -808,16 +803,603 @@ crashed kernel.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%files -n kernel-kdump-man
|
||||
%defattr(-,root,root)
|
||||
/usr/share/man/man9/*
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jan 29 2009 gregkh@suse.de
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
- patches.suse/usb-move-ehci-reg-def.patch: usb: move ehci
|
||||
reg def.
|
||||
- patches.suse/x86-usb-debug-port-early-console-v4.patch: x86:
|
||||
usb debug port early console, v4.
|
||||
* Thu Jan 29 2009 mmarek@suse.cz
|
||||
- patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch
|
||||
patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch
|
||||
patches.kabi/export-iwl_rx_allocate
|
||||
patches.kabi/sched-kabi-compat-hack.patch: Introduce
|
||||
patches.kabi/ for patches that only work around kabi issues and
|
||||
can be safely dropped at the next SP.
|
||||
* Wed Jan 28 2009 agruen@suse.de
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: Add missing pageattr.c
|
||||
changes to pageattr-xen.c (bnc#439348).
|
||||
* Wed Jan 28 2009 agruen@suse.de
|
||||
- patches.suse/x86-mark_rodata_rw.patch: Add mark_rodata_rw()
|
||||
to un-protect read-only kernel code pages (bnc#439348).
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: xen specific part
|
||||
(bnc#439348).
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- config/s390/s390: the -man package still fails for s390, disable
|
||||
it
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: fix build of the -man subpackage on
|
||||
31bit s390
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- fix kernel-default.ppc64 reference symsets
|
||||
* Wed Jan 28 2009 jslaby@suse.cz
|
||||
- patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch:
|
||||
x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240
|
||||
FATE304266).
|
||||
[cpu_mask_to_apicid bigsmp fix]
|
||||
* Wed Jan 28 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
|
||||
map scsi proc_name to module name (bnc#459933 - LTC50724)
|
||||
* Tue Jan 27 2009 jeffm@suse.de
|
||||
- Update config files: Disable ftrace in -debug on ppc64
|
||||
* Tue Jan 27 2009 jeffm@suse.de
|
||||
- config.conf: Added -debug flavor for ppc64.
|
||||
* Tue Jan 27 2009 bwalle@suse.de
|
||||
- patches.drivers/libfc-set-the-release-function.diff:
|
||||
Whitespace change.
|
||||
* Tue Jan 27 2009 hare@suse.de
|
||||
- patches.drivers/libfc-fix-read-IO-data-integrity: libfc:
|
||||
IO data integrity issue when a IO data frame lost (bnc#469536).
|
||||
* Tue Jan 27 2009 jbeulich@novell.com
|
||||
- re-enable patches.xen/xen3-e1000e_Export_set_memory_ro-rw.
|
||||
* Tue Jan 27 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
include prototype for PFN_UP() (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Export
|
||||
set_memory_ro() and set_memory_rw() calls.
|
||||
readded to avoid kabi change
|
||||
* Mon Jan 26 2009 jeffm@suse.de
|
||||
- config.conf: Added kernel-vmi to i386.
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
use PFN_UP() for end_pfn (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 mmarek@suse.cz
|
||||
- kabi: import FCoE changes
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: disable
|
||||
wrong debug message again.
|
||||
* Mon Jan 26 2009 rw@suse.de
|
||||
- patches.fixes/taskstats-alignment:
|
||||
IA64: fill 'struct taskstats' on stack and 'memcpy' result to skb.
|
||||
(bnc#448410)
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
fix calculation of reserve_size (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.fixes/disable-lro-per-default: Disable LRO per default
|
||||
in igb and ixgbe. (bnc#467519)
|
||||
* Mon Jan 26 2009 jbeulich@novell.com
|
||||
- Just comment out patches.xen/xen3-e1000e_* (to address build error)
|
||||
until disposition of their originals is known.
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.fixes/sctp_do_not_use_stale_copy_of_sk: Do not use
|
||||
stale copy of sk. (bnc#440104)
|
||||
* Mon Jan 26 2009 jblunck@suse.de
|
||||
Renamed some patches so they get included in vanilla builds.
|
||||
- patches.rpmify/firmware-path: Renamed.
|
||||
- patches.rpmify/no-include-asm: Renamed.
|
||||
- patches.suse/md-raid-metadata-PAGE_SIZE.patch: Renamed.
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- patches.suse/led_classdev.sysfs-name.patch: use correct name
|
||||
for /sys/devices/virtual/leds/ entries (bnc#468350)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Delete.
|
||||
- patches.suse/e1000e_allow_bad_checksum: Delete.
|
||||
- patches.suse/e1000e_call_dump_eeprom: Delete.
|
||||
- patches.suse/e1000e_ioremap_sanity_check: Delete.
|
||||
- patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory:
|
||||
Delete.
|
||||
Remove not mainline e1000e patches which were added to help with
|
||||
the e1000e NVM corruption - root issue is fixed
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.drivers/tg3_libphy_workaround: tg3 libphy workaround.
|
||||
(bnc#468725)
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- supported.conf: Correct spelling for dm-least-pending
|
||||
path checker.
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-check-info-before-access: Kernel Oops
|
||||
during path failover (bnc#458393).
|
||||
* Sun Jan 25 2009 gregkh@suse.de
|
||||
- refresh patch fuzz now that 2.6.27.13 is in tree
|
||||
* Sun Jan 25 2009 gregkh@suse.de
|
||||
- Update to final version of 2.6.27.13
|
||||
* Sat Jan 24 2009 gregkh@suse.de
|
||||
- dynamic debugging fixes backported from upstream:
|
||||
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
|
||||
driver core: add newlines to debugging enabled/disabled
|
||||
messages.
|
||||
- patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch:
|
||||
Driver core: fix 'dynamic_debug' cmd line parameter.
|
||||
- patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch:
|
||||
driver core: fix using 'ret' variable in
|
||||
unregister_dynamic_debug_module.
|
||||
* Sat Jan 24 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch:
|
||||
(fix return of an unitialized value (bnc#469017)
|
||||
* Sat Jan 24 2009 mmarek@suse.cz
|
||||
- update kabi files: ignore changes in struct pcie_link_state as
|
||||
it is an internal structure only.
|
||||
* Sat Jan 24 2009 mmarek@suse.cz
|
||||
- patches.suse/genksyms-add-override-flag.diff: genksyms: add
|
||||
--override flag.
|
||||
- rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1
|
||||
* Sat Jan 24 2009 ghaskins@suse.de
|
||||
- patches.fixes/sched-kabi-compat-hack.patch: sched: leave
|
||||
RT_GROUP_SCHED structure components intact to preserve kABI.
|
||||
broke kabi with fix for 456542
|
||||
* Sat Jan 24 2009 trenn@suse.de
|
||||
- patches.fixes/cpufreq_export_latency.patch: CPUFREQ: Introduce
|
||||
/sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency
|
||||
(bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch:
|
||||
CPUFREQ: ondemand/conservative: sanitize sampling_rate
|
||||
restrictions (bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
- patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch:
|
||||
X86 powernow-k8 cpufreq: Get transition latency from acpi _PSS
|
||||
object (bnc#464461).
|
||||
* Fri Jan 23 2009 jeffm@suse.de
|
||||
- patches.fixes/xfs-dmapi-fixes: xfs/dmapi: fix crash on mount
|
||||
(bnc#458027).
|
||||
* Fri Jan 23 2009 ghaskins@suse.de
|
||||
- Update config files: Disable RT_GROUP_SCHED (bnc#456542).
|
||||
The RT_GROUP_SCHED feature is experimental and clearly broken, so
|
||||
lets turn it off for now.
|
||||
* Fri Jan 23 2009 jeffm@suse.de
|
||||
- patches.fixes/hpilo-open-close-fix: hpilo open/close fix
|
||||
(bnc#466517).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: Handle I/O
|
||||
on stopped queues correctly (bnc#458393).
|
||||
* Fri Jan 23 2009 jbenc@suse.cz
|
||||
- patches.suse/mnt-want-write-speedup.patch,
|
||||
patches.suse/mnt_clone_write.patch: modified not to break kABI,
|
||||
enabled (bnc#436953).
|
||||
* Fri Jan 23 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwlagn-fix-rfkill.patch: iwlagn: fix hw-rfkill
|
||||
while the interface is down (bnc#446158).
|
||||
* Fri Jan 23 2009 mmarek@suse.cz
|
||||
- kabi/severities: temporarily enable changes in FcOE modules.
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.arch/s390-08-06-personality.patch: kernel: setting 32
|
||||
bit personality doesn't work (bnc#466462).
|
||||
- patches.arch/s390-08-07-compat_wrappers.patch: kernel:
|
||||
Add missing wrapper functions for 31 bit compat
|
||||
syscalls. (bnc#466462,LTC#51229).
|
||||
- patches.fixes/block-leave-the-request-timeout-timer-running:
|
||||
Delete obsolete patch.
|
||||
* Fri Jan 23 2009 bwalle@suse.de
|
||||
- patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change
|
||||
fcoe_sw sg_tablesize to SG_ALL (bnc #459142).
|
||||
- patches.drivers/fcoe-check-return-for-fc_set_m.diff: check
|
||||
return for fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-frame-length-validati.diff: fix frame
|
||||
length validation in the early receive path (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff:
|
||||
fcoe: fix incorrect use of struct module (bnc #468051).
|
||||
- patches.drivers/fcoe-improved-load-balancing-i.diff: improved
|
||||
load balancing in rx path (bnc #459142).
|
||||
- patches.drivers/fcoe-logoff-of-the-fabric-when.diff: Logoff
|
||||
of the fabric when destroying interface (bnc #459142).
|
||||
- patches.drivers/fcoe-remove-warn_on-in-fc_set.diff: remove
|
||||
WARN_ON in fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-user_mfs-is-never-used.diff: user_mfs is
|
||||
never used (bnc #459142).
|
||||
- patches.drivers/libfc-add-fc_disc-c-locking-co.diff: Add
|
||||
fc_disc.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-ensure-correct-device_pu.diff: libfc:
|
||||
Ensure correct device_put/get usage (round 2).
|
||||
- patches.drivers/libfc-fix-rport-recursive-lock.diff: libfc:
|
||||
Fix rport recursive lock on rport mutex (bnc #459142).
|
||||
- patches.drivers/libfc-handle-rrq-exch-timeout.diff: libfc:
|
||||
handle RRQ exch timeout (bnc #465596).
|
||||
- patches.drivers/libfc-improve-fc_lport-c-locki.diff: Improve
|
||||
fc_lport.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-improve-fc_rport-c-locki.diff: Improve
|
||||
fc_rport.c locking comment block (459142).
|
||||
- patches.drivers/libfc-make-fc_disc-inline-with.diff: make
|
||||
fc_disc inline with the fc_lport structure (bnc #459142).
|
||||
- patches.drivers/libfc-make-rscn-parsing-more-r.diff: make RSCN
|
||||
parsing more robust (bnc #459142).
|
||||
- patches.drivers/libfc-make-sure-we-access-the.diff: make sure
|
||||
we access the CRC safely (bnc #459142).
|
||||
- patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff: libfc:
|
||||
Pass lport in exch_mgr_reset (bnc #465596).
|
||||
- patches.drivers/libfc-remove-debug-print-state.diff: libfc:
|
||||
Remove debug print statement, too verbose (bnc #459142).
|
||||
- patches.drivers/libfc-set-the-release-function.diff: Set
|
||||
the release function for the rport's kobject (round 2)
|
||||
(bnc #459142).
|
||||
- patches.drivers/libfc-updated-comment-for-orde.diff: updated
|
||||
comment for order of em and ex locks (bnc #459142).
|
||||
- patches.drivers/libfc-updated-libfc-fcoe-modul.diff: updated
|
||||
libfc fcoe module ver to 1.0.6 (bnc #459142).
|
||||
- patches.drivers/libfc-use-an-operations-struct.diff: use an
|
||||
operations structure for rport callbacks (bnc #459142).
|
||||
- patches.drivers/libfc-when-rport-goes-away-re.diff: libfc:
|
||||
when rport goes away (re-plogi), clean up exchanges to/from
|
||||
rport (bnc #465596).
|
||||
- patches.drivers/libfc_locking.diff: libfc, fcoe: fixed locking
|
||||
issues with lport->lp_mutex around lport->link_status (bnc
|
||||
[#468053]).
|
||||
- patches.drivers/libfc_rport.diff: libfc: rport retry on LS_RJT
|
||||
from certain ELS (bnc #468054).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.fixes/qla2xxx-check-fc-rport-validity:
|
||||
qla2xxx: added check for fcport is valid in
|
||||
qla2x00_terminate_rport_io(). (bnc#467624).
|
||||
* Fri Jan 23 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-gateway-t1616-quirk: ALSA: hda -
|
||||
Add quirk for Gateway T1616 laptop (bnc#467597).
|
||||
- patches.drivers/alsa-hda-hp-dv4-quirk: ALSA: hda - Add model
|
||||
entry for HP dv4.
|
||||
- patches.drivers/alsa-hda-intel-d945-ref-quirk: ALSA: hda -
|
||||
Add model=ref for Intel board with STAC9221 (bnc#406529).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.fixes/blk-leave-sync-timer-running: block: Rediff
|
||||
- patches.fixes/block-use-round_jiffies_up: Block: use
|
||||
round_jiffies_up() (bnc#464155).
|
||||
- Add missing patches to series.conf:
|
||||
patches.fixes/round-jiffies-up
|
||||
patches.fixes/block-use-round_jiffies_up
|
||||
patches.fixes/block-fix-blk_start_queueing
|
||||
patches.fixes/suppress-buffer-IO-errors
|
||||
patches.fixes/block-optimizations-in-blk_rq_timed_out_timer
|
||||
patches.fixes/block-add-comment-in-blk_rq_timed_out
|
||||
* Fri Jan 23 2009 olh@suse.de
|
||||
- update patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
handle also drivers/scsi/ibmvscsi/ibmvfc.c
|
||||
* Fri Jan 23 2009 sjayaraman@suse.de
|
||||
- patches.fixes/cifs-fix-oops-on-ipv6-mount: cifs: make sure we
|
||||
allocate enough storage for socket address (467691).
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- patches.kernel.org/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch:
|
||||
ABI fix: add WB_SYNC_HOLD enum writeback_sync_modes.
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- patches.kernel.org/abi-fix-add-s_syncing-back-to-struct-super_block.patch:
|
||||
ABI fix: add s_syncing back to struct super_block.
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- update to 2.6.27.13-rc1:
|
||||
- security updates
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.arch/ppc-fix_hugepage_check.patch
|
||||
- patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk
|
||||
- patches.fixes/security-introduce-missing-kfree.patch
|
||||
- patches.fixes/xpc-fix-heartbeat
|
||||
- Update config files.
|
||||
* Thu Jan 22 2009 kkeil@suse.de
|
||||
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
|
||||
with shared interrupt during reset (bnc#396687)
|
||||
* Thu Jan 22 2009 tonyj@suse.de
|
||||
- patches.fixes/revert-bgcolor-line-feed-93f78da4.patch: Revert
|
||||
"vt: fix background color on line feed" (bnc#418613).
|
||||
* Thu Jan 22 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch: iwlwifi:
|
||||
fix rs_get_rate WARN_ON() (bnc#456002).
|
||||
- Reordered wireless patches to group together patches touching the same
|
||||
driver.
|
||||
* Thu Jan 22 2009 bphilips@suse.de
|
||||
- patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch:
|
||||
disable catas_reset by default to avoid problems with EEH
|
||||
(bnc#456389).
|
||||
* Thu Jan 22 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
fixed kABI breakage. (bnc#458811)
|
||||
* Thu Jan 22 2009 bwalle@suse.de
|
||||
- scripts/tar-up_and_run_mbuild.sh: s390 (the 31 bit variant) is
|
||||
not an important spec file.
|
||||
* Thu Jan 22 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: fixed kABI
|
||||
breakage, reenabled.
|
||||
* Thu Jan 22 2009 mmarek@suse.cz
|
||||
- rpm/modversions: eat the "override" keyword before parsing the
|
||||
symbol definition.
|
||||
* Thu Jan 22 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
Correct VIO bus/device CMO accounting problems (bnc#468304 - LTC51205)
|
||||
* Thu Jan 22 2009 olh@suse.de
|
||||
- patches.suse/of_platform_driver.module-owner.patch:
|
||||
add missing module symlink to /sys/bus/*/driver/*
|
||||
in struct of_platform_driver.
|
||||
* Thu Jan 22 2009 kkeil@suse.de
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix - new version from Intel (bnc#465923)
|
||||
* Thu Jan 22 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
(fix compilation on i386 and add hpet64 to kernel-parameters.txt)
|
||||
* Thu Jan 22 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
* Thu Jan 22 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
sgi-xpc: need to pass the physical address, not virtual. (bnc#458811)
|
||||
- patches.fixes/xpc-fix-heartbeat:
|
||||
sgi-xpc: eliminate false detection of no heartbeat. (bnc#464545)
|
||||
* Thu Jan 22 2009 jkosina@suse.de
|
||||
- patches.fixes/input-add-nomux-dell-vostro-1510.patch: Input:
|
||||
add Dell Vostro 1510 to nomux list (bnc#404881).
|
||||
* Thu Jan 22 2009 jblunck@suse.de
|
||||
- scripts/compute-PATCHVERSION.sh: Fix SRCVERSION parsing (bnc#465113).
|
||||
* Thu Jan 22 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-add-volume-offset: ALSA: hda - Add
|
||||
extra volume offset to standard volume amp macros (bnc#466428).
|
||||
- patches.drivers/alsa-hda-stac-reduce-volume-scale: ALSA: hda -
|
||||
Halve too large volume scales for STAC/IDT codecs (bnc#466428).
|
||||
* Thu Jan 22 2009 hare@suse.de
|
||||
- patches.drivers/lpfc-8.2.8.12-update: Update lpfc from 8.2.8.11
|
||||
to 8.2.8.12 (bnc#467713).
|
||||
* Thu Jan 22 2009 jeffm@suse.de
|
||||
- patches.fixes/reiserfs-debug-1036: fix missing jl arg
|
||||
* Wed Jan 21 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: delete duplicate error message in the
|
||||
kabi checks
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/remove_kernel_physical_mapping_init_from_init:
|
||||
move kernel_physical_mapping_init to __meminit (bnc#467474).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: disabled, as it changes
|
||||
kABI.
|
||||
* Wed Jan 21 2009 gregkh@suse.de
|
||||
- patches.fixes/security-introduce-missing-kfree.patch: security:
|
||||
introduce missing kfree (bnc#467322).
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch:
|
||||
sysfs: fix problems with binary files.
|
||||
* Wed Jan 21 2009 rw@suse.de
|
||||
- patches.arch/ia64-page-migration.fix:
|
||||
fix deadlock caused by cpe_migrate.ko and mark it supported.
|
||||
(bnc#464676)
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/sn-irq-affinity: sn2: preserve irq affinity set
|
||||
in PROM (bnc#457679).
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/uv_zalias_support: uv: Support for non-nasid 0
|
||||
systems (bnc#458869).
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/xpc-fix-NULL-deref: sgi-xpc: Remove NULL pointer
|
||||
dereference. (bnc#466563).
|
||||
- patches.fixes/xpc-write-barrier: sgi-xpc: ensure flags are
|
||||
updated before bte_copy (bnc#466563).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/ipw2200-workaround-firmware-restarts-when-scanning.patch:
|
||||
ipw2200: fix scanning while associated (bnc#459067).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwl3945-fix-rfkill.patch: iwl3945: report
|
||||
killswitch changes even if the interface is down (bnc#446013).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: mac80211:
|
||||
add direct probe before association (bnc#461889).
|
||||
* Wed Jan 21 2009 hare@suse.de
|
||||
- patches.drivers/mptsas-discover-all-devices: mptsas driver
|
||||
fails to discover devices (bnc#459932).
|
||||
* Wed Jan 21 2009 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.27.12.
|
||||
- patches.xen/764-netback-foreign-pages.patch: netback: handle
|
||||
non-netback foreign pages.
|
||||
- patches.xen/769-evtchn-CPU-offline.patch: evtchn: Fix CPU offlining
|
||||
to switch all affected ports belonging to a particular /dev/evcthn
|
||||
user.
|
||||
- patches.xen/gso-size-check.patch: gso: Ensure that the packet
|
||||
is long enough.
|
||||
- patches.xen/xen-S3-MSI: fix Dom0 resume from S3 when MSI is
|
||||
in use (bnc#435596).
|
||||
- patches.xen/xen3-e1000e_ioremap_sanity_check: ioremap sanity
|
||||
check to catch mapping requests exceeding the BAR sizes
|
||||
(bnc#425480).
|
||||
- patches.xen/xen3-x86-fix-kmap-contig.patch: x86: contiguous
|
||||
kmap fix (bnc#449812).
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
implement correct model matching
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/dm-mpath-tracking-nr-bytes:
|
||||
lpp_end_io gets nr_bytes as third arg
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
match all JSxx/QSxx models based on the first 4 chars in 'model'
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.arch/ppc-axon-missing-msi-workaround-5.diff:
|
||||
Fix MSI after kexec (bnc#467633)
|
||||
* Tue Jan 20 2009 gregkh@suse.de
|
||||
- clean up patch fuzz after 2.6.27.12 inclusion.
|
||||
* Tue Jan 20 2009 gregkh@suse.de
|
||||
- Update to the real 2.6.27.12
|
||||
* Tue Jan 20 2009 jeffm@suse.de
|
||||
- patches.suse/reiserfs_warning-reentrant: reiserfs: eliminate
|
||||
reiserfs_warning from uniqueness functions; Fixes deadlock.
|
||||
* Tue Jan 20 2009 olh@suse.de
|
||||
- patches.drivers/cxgb3-ser.patch:
|
||||
reset the adapter on fatal error (bnc#466062 - LTC51042)
|
||||
* Tue Jan 20 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-03-iucv-cpu-hotremove.diff: iucv: failing
|
||||
cpu hot remove for inactive iucv (bnc#466462,LTC#51104).
|
||||
- patches.arch/s390-08-04-compat-sigaltstack.diff:
|
||||
kernel: 31 bit compat sigaltstack syscall fails with
|
||||
-EFAULT. (bnc#466462,LTC#50888).
|
||||
- patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch:
|
||||
af_iucv: System hang if recvmsg() is used with MSG_PEEK
|
||||
(bnc#466462,LTC#51136).
|
||||
* Tue Jan 20 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-accept-failed-paths: Only accept
|
||||
non-existing paths when adding failed paths (bnc#467579)
|
||||
* Tue Jan 20 2009 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: set CONFIG_DEBUG_INFO=y in the
|
||||
packaged .configs if builfing debug packages (bnc#460887)
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: set %%tolerate_kabi_changes to 6
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- patches.suse/export-iwl_rx_allocate: reintroduce
|
||||
EXPORT_SYMBOL(iwl_rx_allocate).
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- import SLE11 RC2 reference kabi
|
||||
* Mon Jan 19 2009 hare@suse.de
|
||||
- patches.drivers/mpt-return-all-sense-data: MPT Fusion doesn't
|
||||
return all sense data (bnc#466179).
|
||||
* Sat Jan 17 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.12-rc2
|
||||
* Fri Jan 16 2009 od@suse.de
|
||||
- patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch:
|
||||
call boot IRQ quirks at end of device init and during resume.
|
||||
- patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch:
|
||||
update to upstream variant of this patch:
|
||||
- integrate an older quirk to make IO-APIC mode work on AMD
|
||||
8131 rev. A0 and B0
|
||||
- fix boot IRQ disabling logic for AMD 813x
|
||||
- remove unneeded code for AMD SB700S
|
||||
* Fri Jan 16 2009 jbeulich@novell.com
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
|
||||
fix (bnc#449812).
|
||||
* Fri Jan 16 2009 olh@suse.de
|
||||
- enable mptsas in kdump kernel to allow crashdump on QS2x blades
|
||||
* Fri Jan 16 2009 tiwai@suse.de
|
||||
Fix STAC925x patch again
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
(yet more) STAC925x issues (bnc#460478).
|
||||
* Fri Jan 16 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-01-cio-fix-mp-mode.diff: cio: fix
|
||||
subchannel multipath mode setup (bnc#466462,LTC#51047).
|
||||
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
|
||||
memory alignment for GPN_FT requests. (bnc#466462).
|
||||
* Thu Jan 15 2009 gregkh@suse.de
|
||||
- Update config files for vanilla kernel versions due to new config
|
||||
option added in 2.6.27.12-rc1.
|
||||
* Thu Jan 15 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.12-rc1:
|
||||
- security fixes
|
||||
- fixes CVE-2009-0029
|
||||
- bug fixes all over the place.
|
||||
- obsoletes the following patches:
|
||||
- patches.arch/ppc-cmm_no_kdump.patch
|
||||
- patches.drivers/alsa-caiaq-midi-oops-fix
|
||||
- patches.drivers/alsa-hda-hp-6730b-quirk
|
||||
- patches.drivers/ibmvfc-host_init_delay.patch
|
||||
- patches.drivers/ibmvfc-improve_sync_events.patch
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch
|
||||
- patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch
|
||||
- patches.fixes/uv-remove-erroneous-BAU-init
|
||||
- Update config files.
|
||||
* Thu Jan 15 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound:
|
||||
virtuoso: do not overwrite EEPROM on Xonar D2/D2X (bnc#462365).
|
||||
* Thu Jan 15 2009 bwalle@suse.de
|
||||
- patches.suse/s390-System.map.diff:
|
||||
Strip L2^B symbols (bnc #456682).
|
||||
* Thu Jan 15 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-gateway-fix: ALSA: patch_sigmatel:
|
||||
Add missing Gateway entries and autodetection (bnc#460478).
|
||||
- patches.drivers/alsa-hda-gateway-fix2: ALSA: hda - More fixes
|
||||
on Gateway entries (bnc#460478).
|
||||
- patches.drivers/alsa-hda-hp-dv5-mic-fix: ALSA: hda - Fix HP
|
||||
dv5 mic input (bnc#462913).
|
||||
- patches.drivers/alsa-hda-hp-dv5-quirk: ALSA: hda - Add quirk
|
||||
for another HP dv5 (bnc#462913).
|
||||
- patches.drivers/alsa-hda-idt92hd83-fix-typo: ALSA: hda -
|
||||
Fix a typo.
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk: ALSA: hda - Add
|
||||
automatic model setting for Samsung Q45.
|
||||
- patches.drivers/alsa-hda-seek-for-codec-id: ALSA: hda - Add
|
||||
a new function to seek for a codec ID (bnc#460478).
|
||||
- patches.drivers/alsa-hda-sigmatel-no-hp-reset: ALSA: hda -
|
||||
Don't reset HP pinctl in patch_sigmatel.c (bnc#460478).
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
missing initialization of NID 0x0e for STAC925x (bnc#460478).
|
||||
* Thu Jan 15 2009 olh@suse.de
|
||||
- patches.arch/ppc-fix_hugepage_check.patch:
|
||||
is_hugepage_only_range() must account for both 4kB and 64kB
|
||||
slices (bnc#466229 - LTC51063)
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Enabled patches.suse/unlock_page-speedup.patch
|
||||
* Wed Jan 14 2009 rjw@suse.de
|
||||
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
|
||||
PCI PM: Split PCI Express port suspend-resume (bnc#455926).
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch:
|
||||
PCI: Suspend and resume PCI Express ports with interrupts
|
||||
disabled (bnc#455926).
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch:
|
||||
PCI: handle PCI state saving with interrupts disabled
|
||||
(bnc#455926).
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch:
|
||||
PCI: Rework default handling of suspend and resume (bnc#455926).
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Update config files: Disable PARAVIRT.
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- refresh patches for fuzz due to update to 2.6.27.11
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- Update to final version of 2.6.27.11
|
||||
* Wed Jan 14 2009 kkeil@suse.de
|
||||
- patches.drivers/ixgbe-dcb-setstate.patch: Bugfix for ixgbe
|
||||
and kernel DCB netlink code. (bnc#458194)
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix. (bnc#465923)
|
||||
- Update config files.
|
||||
* Wed Jan 14 2009 trenn@suse.de
|
||||
- patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: Delete.
|
||||
It came out that this is an already fixed BIOS bug. The quirk
|
||||
is not needed anymore.
|
||||
* Wed Jan 14 2009 trenn@suse.de
|
||||
- patches.fixes/acpi_fix_double_slash_root_prefix_handling.patch:
|
||||
In AcpiNsGetInternalNameLength, skip the redundant backslash
|
||||
of RootPrefix (http://bugzilla.kernel.org/show_bug.cgi?id=11541
|
||||
http://www.acpica.org/bugzilla/show_bug.cgi?id=739).
|
||||
- patches.fixes/acpi_video_always_update_sys.patch: video: always
|
||||
update the brightness when poking "brightness" (bnc#450149).
|
||||
- patches.fixes/acpi_video_handle_reversed_brightness_info.patch:
|
||||
ACPI: video: Fix reversed brightness behavior on ThinkPad SL
|
||||
series (bnc#450149).
|
||||
* Wed Jan 14 2009 olh@suse.de
|
||||
- patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch:
|
||||
fix __load_balance_iterator() for cfs with only one task
|
||||
(bnc#457594 - LTC50544)
|
||||
* Wed Jan 14 2009 olh@suse.de
|
||||
- patches.fixes/xfs-redirty-ENOSPC.patch: Re-dirty pages on
|
||||
ENOSPC when converting delayed allocations (bnc#433112 - LTC48749)
|
||||
* Wed Jan 14 2009 npiggin@suse.de
|
||||
- Added guarded patches:
|
||||
- patches.suse/mnt-want-write-speedup.patch: fs: mnt_want_write
|
||||
speedup (bnc#436953).
|
||||
- patches.suse/mnt_clone_write.patch: fs: introduce
|
||||
mnt_clone_write (bnc#436953).
|
||||
- patches.suse/unlock_page-speedup.patch: mm: unlock_page speedup
|
||||
(bnc#436953).
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- Update config files.
|
||||
- patches.drivers/add-via-chrome9-drm-support.patch: add Via
|
||||
chrome9 drm support.
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch:
|
||||
pata_via.c: Support VX855 and future chips whose IDE controller
|
||||
use 0x0571..
|
||||
* Tue Jan 13 2009 hare@suse.de
|
||||
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
|
||||
after suggestions from James Bottomley (bnc#465346).
|
||||
@ -1108,6 +1690,9 @@ GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
- patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes
|
||||
when repeatetly attaching/detaching devices. (bnc#458339).
|
||||
* Tue Jan 06 2009 npiggin@suse.de
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for
|
||||
contiguous kmap fix (bnc#449812).
|
||||
* Tue Jan 06 2009 npiggin@suse.de
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch: update.
|
||||
* Mon Jan 05 2009 mmarek@suse.cz
|
||||
- patches.suse/modpost-filter-out-built-in-depends: modpost:
|
||||
|
@ -1,3 +1,980 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 18:45:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
- patches.suse/usb-move-ehci-reg-def.patch: usb: move ehci
|
||||
reg def.
|
||||
- patches.suse/x86-usb-debug-port-early-console-v4.patch: x86:
|
||||
usb debug port early console, v4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 11:43:32 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch
|
||||
patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch
|
||||
patches.kabi/export-iwl_rx_allocate
|
||||
patches.kabi/sched-kabi-compat-hack.patch: Introduce
|
||||
patches.kabi/ for patches that only work around kabi issues and
|
||||
can be safely dropped at the next SP.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 20:34:29 CET 2009 - agruen@suse.de
|
||||
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: Add missing pageattr.c
|
||||
changes to pageattr-xen.c (bnc#439348).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 18:50:59 CET 2009 - agruen@suse.de
|
||||
|
||||
- patches.suse/x86-mark_rodata_rw.patch: Add mark_rodata_rw()
|
||||
to un-protect read-only kernel code pages (bnc#439348).
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: xen specific part
|
||||
(bnc#439348).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 15:59:27 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- config/s390/s390: the -man package still fails for s390, disable
|
||||
it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 14:27:18 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: fix build of the -man subpackage on
|
||||
31bit s390
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 13:23:01 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- fix kernel-default.ppc64 reference symsets
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 12:06:53 CET 2009 - jslaby@suse.cz
|
||||
|
||||
- patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch:
|
||||
x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240
|
||||
FATE304266).
|
||||
[cpu_mask_to_apicid bigsmp fix]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 08:16:54 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
|
||||
map scsi proc_name to module name (bnc#459933 - LTC50724)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 23:33:09 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disable ftrace in -debug on ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 23:16:03 CET 2009 - jeffm@suse.de
|
||||
|
||||
- config.conf: Added -debug flavor for ppc64.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 13:40:53 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.drivers/libfc-set-the-release-function.diff:
|
||||
Whitespace change.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 09:05:30 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/libfc-fix-read-IO-data-integrity: libfc:
|
||||
IO data integrity issue when a IO data frame lost (bnc#469536).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 08:52:49 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- re-enable patches.xen/xen3-e1000e_Export_set_memory_ro-rw.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 07:44:18 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
include prototype for PFN_UP() (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:53:20 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Export
|
||||
set_memory_ro() and set_memory_rw() calls.
|
||||
readded to avoid kabi change
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:36:59 CET 2009 - jeffm@suse.de
|
||||
|
||||
- config.conf: Added kernel-vmi to i386.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:08:43 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
use PFN_UP() for end_pfn (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 17:14:44 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- kabi: import FCoE changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 17:00:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: disable
|
||||
wrong debug message again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 15:35:41 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/taskstats-alignment:
|
||||
IA64: fill 'struct taskstats' on stack and 'memcpy' result to skb.
|
||||
(bnc#448410)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 15:31:39 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
fix calculation of reserve_size (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 14:19:30 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.fixes/disable-lro-per-default: Disable LRO per default
|
||||
in igb and ixgbe. (bnc#467519)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 13:44:37 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- Just comment out patches.xen/xen3-e1000e_* (to address build error)
|
||||
until disposition of their originals is known.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 13:01:24 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.fixes/sctp_do_not_use_stale_copy_of_sk: Do not use
|
||||
stale copy of sk. (bnc#440104)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:52:21 CET 2009 - jblunck@suse.de
|
||||
|
||||
Renamed some patches so they get included in vanilla builds.
|
||||
- patches.rpmify/firmware-path: Renamed.
|
||||
- patches.rpmify/no-include-asm: Renamed.
|
||||
- patches.suse/md-raid-metadata-PAGE_SIZE.patch: Renamed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:18:00 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.suse/led_classdev.sysfs-name.patch: use correct name
|
||||
for /sys/devices/virtual/leds/ entries (bnc#468350)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:15:15 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Delete.
|
||||
- patches.suse/e1000e_allow_bad_checksum: Delete.
|
||||
- patches.suse/e1000e_call_dump_eeprom: Delete.
|
||||
- patches.suse/e1000e_ioremap_sanity_check: Delete.
|
||||
- patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory:
|
||||
Delete.
|
||||
Remove not mainline e1000e patches which were added to help with
|
||||
the e1000e NVM corruption - root issue is fixed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:06:30 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/tg3_libphy_workaround: tg3 libphy workaround.
|
||||
(bnc#468725)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 09:17:49 CET 2009 - hare@suse.de
|
||||
|
||||
- supported.conf: Correct spelling for dm-least-pending
|
||||
path checker.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 09:16:31 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-check-info-before-access: Kernel Oops
|
||||
during path failover (bnc#458393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 02:07:17 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patch fuzz now that 2.6.27.13 is in tree
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 01:59:30 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to final version of 2.6.27.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 23:24:49 CET 2009 - gregkh@suse.de
|
||||
|
||||
- dynamic debugging fixes backported from upstream:
|
||||
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
|
||||
driver core: add newlines to debugging enabled/disabled
|
||||
messages.
|
||||
- patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch:
|
||||
Driver core: fix 'dynamic_debug' cmd line parameter.
|
||||
- patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch:
|
||||
driver core: fix using 'ret' variable in
|
||||
unregister_dynamic_debug_module.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 17:51:17 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch:
|
||||
(fix return of an unitialized value (bnc#469017)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 11:29:02 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- update kabi files: ignore changes in struct pcie_link_state as
|
||||
it is an internal structure only.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 11:26:16 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.suse/genksyms-add-override-flag.diff: genksyms: add
|
||||
--override flag.
|
||||
- rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 01:25:44 CET 2009 - ghaskins@suse.de
|
||||
|
||||
- patches.fixes/sched-kabi-compat-hack.patch: sched: leave
|
||||
RT_GROUP_SCHED structure components intact to preserve kABI.
|
||||
|
||||
broke kabi with fix for 456542
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 00:35:12 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/cpufreq_export_latency.patch: CPUFREQ: Introduce
|
||||
/sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency
|
||||
(bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch:
|
||||
CPUFREQ: ondemand/conservative: sanitize sampling_rate
|
||||
restrictions (bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
- patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch:
|
||||
X86 powernow-k8 cpufreq: Get transition latency from acpi _PSS
|
||||
object (bnc#464461).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 20:29:24 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/xfs-dmapi-fixes: xfs/dmapi: fix crash on mount
|
||||
(bnc#458027).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 20:19:33 CET 2009 - ghaskins@suse.de
|
||||
|
||||
- Update config files: Disable RT_GROUP_SCHED (bnc#456542).
|
||||
|
||||
The RT_GROUP_SCHED feature is experimental and clearly broken, so
|
||||
lets turn it off for now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 16:51:40 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/hpilo-open-close-fix: hpilo open/close fix
|
||||
(bnc#466517).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:59:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: Handle I/O
|
||||
on stopped queues correctly (bnc#458393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:34:11 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.suse/mnt-want-write-speedup.patch,
|
||||
patches.suse/mnt_clone_write.patch: modified not to break kABI,
|
||||
enabled (bnc#436953).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:08:39 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwlagn-fix-rfkill.patch: iwlagn: fix hw-rfkill
|
||||
while the interface is down (bnc#446158).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 14:59:57 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- kabi/severities: temporarily enable changes in FcOE modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:55:18 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.arch/s390-08-06-personality.patch: kernel: setting 32
|
||||
bit personality doesn't work (bnc#466462).
|
||||
- patches.arch/s390-08-07-compat_wrappers.patch: kernel:
|
||||
Add missing wrapper functions for 31 bit compat
|
||||
syscalls. (bnc#466462,LTC#51229).
|
||||
- patches.fixes/block-leave-the-request-timeout-timer-running:
|
||||
Delete obsolete patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:42:28 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change
|
||||
fcoe_sw sg_tablesize to SG_ALL (bnc #459142).
|
||||
- patches.drivers/fcoe-check-return-for-fc_set_m.diff: check
|
||||
return for fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-frame-length-validati.diff: fix frame
|
||||
length validation in the early receive path (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff:
|
||||
fcoe: fix incorrect use of struct module (bnc #468051).
|
||||
- patches.drivers/fcoe-improved-load-balancing-i.diff: improved
|
||||
load balancing in rx path (bnc #459142).
|
||||
- patches.drivers/fcoe-logoff-of-the-fabric-when.diff: Logoff
|
||||
of the fabric when destroying interface (bnc #459142).
|
||||
- patches.drivers/fcoe-remove-warn_on-in-fc_set.diff: remove
|
||||
WARN_ON in fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-user_mfs-is-never-used.diff: user_mfs is
|
||||
never used (bnc #459142).
|
||||
- patches.drivers/libfc-add-fc_disc-c-locking-co.diff: Add
|
||||
fc_disc.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-ensure-correct-device_pu.diff: libfc:
|
||||
Ensure correct device_put/get usage (round 2).
|
||||
- patches.drivers/libfc-fix-rport-recursive-lock.diff: libfc:
|
||||
Fix rport recursive lock on rport mutex (bnc #459142).
|
||||
- patches.drivers/libfc-handle-rrq-exch-timeout.diff: libfc:
|
||||
handle RRQ exch timeout (bnc #465596).
|
||||
- patches.drivers/libfc-improve-fc_lport-c-locki.diff: Improve
|
||||
fc_lport.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-improve-fc_rport-c-locki.diff: Improve
|
||||
fc_rport.c locking comment block (459142).
|
||||
- patches.drivers/libfc-make-fc_disc-inline-with.diff: make
|
||||
fc_disc inline with the fc_lport structure (bnc #459142).
|
||||
- patches.drivers/libfc-make-rscn-parsing-more-r.diff: make RSCN
|
||||
parsing more robust (bnc #459142).
|
||||
- patches.drivers/libfc-make-sure-we-access-the.diff: make sure
|
||||
we access the CRC safely (bnc #459142).
|
||||
- patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff: libfc:
|
||||
Pass lport in exch_mgr_reset (bnc #465596).
|
||||
- patches.drivers/libfc-remove-debug-print-state.diff: libfc:
|
||||
Remove debug print statement, too verbose (bnc #459142).
|
||||
- patches.drivers/libfc-set-the-release-function.diff: Set
|
||||
the release function for the rport's kobject (round 2)
|
||||
(bnc #459142).
|
||||
- patches.drivers/libfc-updated-comment-for-orde.diff: updated
|
||||
comment for order of em and ex locks (bnc #459142).
|
||||
- patches.drivers/libfc-updated-libfc-fcoe-modul.diff: updated
|
||||
libfc fcoe module ver to 1.0.6 (bnc #459142).
|
||||
- patches.drivers/libfc-use-an-operations-struct.diff: use an
|
||||
operations structure for rport callbacks (bnc #459142).
|
||||
- patches.drivers/libfc-when-rport-goes-away-re.diff: libfc:
|
||||
when rport goes away (re-plogi), clean up exchanges to/from
|
||||
rport (bnc #465596).
|
||||
- patches.drivers/libfc_locking.diff: libfc, fcoe: fixed locking
|
||||
issues with lport->lp_mutex around lport->link_status (bnc
|
||||
#468053).
|
||||
- patches.drivers/libfc_rport.diff: libfc: rport retry on LS_RJT
|
||||
from certain ELS (bnc #468054).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:36:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.fixes/qla2xxx-check-fc-rport-validity:
|
||||
qla2xxx: added check for fcport is valid in
|
||||
qla2x00_terminate_rport_io(). (bnc#467624).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:01:59 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-gateway-t1616-quirk: ALSA: hda -
|
||||
Add quirk for Gateway T1616 laptop (bnc#467597).
|
||||
- patches.drivers/alsa-hda-hp-dv4-quirk: ALSA: hda - Add model
|
||||
entry for HP dv4.
|
||||
- patches.drivers/alsa-hda-intel-d945-ref-quirk: ALSA: hda -
|
||||
Add model=ref for Intel board with STAC9221 (bnc#406529).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 10:48:16 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.fixes/blk-leave-sync-timer-running: block: Rediff
|
||||
- patches.fixes/block-use-round_jiffies_up: Block: use
|
||||
round_jiffies_up() (bnc#464155).
|
||||
- Add missing patches to series.conf:
|
||||
patches.fixes/round-jiffies-up
|
||||
patches.fixes/block-use-round_jiffies_up
|
||||
patches.fixes/block-fix-blk_start_queueing
|
||||
patches.fixes/suppress-buffer-IO-errors
|
||||
patches.fixes/block-optimizations-in-blk_rq_timed_out_timer
|
||||
patches.fixes/block-add-comment-in-blk_rq_timed_out
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 07:51:35 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
handle also drivers/scsi/ibmvscsi/ibmvfc.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 06:41:18 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.fixes/cifs-fix-oops-on-ipv6-mount: cifs: make sure we
|
||||
allocate enough storage for socket address (467691).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 05:57:48 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kernel.org/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch:
|
||||
ABI fix: add WB_SYNC_HOLD enum writeback_sync_modes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 05:08:48 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kernel.org/abi-fix-add-s_syncing-back-to-struct-super_block.patch:
|
||||
ABI fix: add s_syncing back to struct super_block.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 02:26:30 CET 2009 - gregkh@suse.de
|
||||
|
||||
- update to 2.6.27.13-rc1:
|
||||
- security updates
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.arch/ppc-fix_hugepage_check.patch
|
||||
- patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk
|
||||
- patches.fixes/security-introduce-missing-kfree.patch
|
||||
- patches.fixes/xpc-fix-heartbeat
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 23:55:10 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
|
||||
with shared interrupt during reset (bnc#396687)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 22:43:48 CET 2009 - tonyj@suse.de
|
||||
|
||||
- patches.fixes/revert-bgcolor-line-feed-93f78da4.patch: Revert
|
||||
"vt: fix background color on line feed" (bnc#418613).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 19:28:06 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch: iwlwifi:
|
||||
fix rs_get_rate WARN_ON() (bnc#456002).
|
||||
- Reordered wireless patches to group together patches touching the same
|
||||
driver.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 19:13:20 CET 2009 - bphilips@suse.de
|
||||
|
||||
- patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch:
|
||||
disable catas_reset by default to avoid problems with EEH
|
||||
(bnc#456389).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 17:42:04 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
fixed kABI breakage. (bnc#458811)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:58:54 CET 2009 - bwalle@suse.de
|
||||
|
||||
- scripts/tar-up_and_run_mbuild.sh: s390 (the 31 bit variant) is
|
||||
not an important spec file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:50:44 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: fixed kABI
|
||||
breakage, reenabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:29:07 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/modversions: eat the "override" keyword before parsing the
|
||||
symbol definition.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 14:14:03 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
Correct VIO bus/device CMO accounting problems (bnc#468304 - LTC51205)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 14:03:12 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.suse/of_platform_driver.module-owner.patch:
|
||||
add missing module symlink to /sys/bus/*/driver/*
|
||||
in struct of_platform_driver.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 13:29:23 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix - new version from Intel (bnc#465923)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:58:06 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
(fix compilation on i386 and add hpet64 to kernel-parameters.txt)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:25:59 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:10:39 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
sgi-xpc: need to pass the physical address, not virtual. (bnc#458811)
|
||||
- patches.fixes/xpc-fix-heartbeat:
|
||||
sgi-xpc: eliminate false detection of no heartbeat. (bnc#464545)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 11:28:20 CET 2009 - jkosina@suse.de
|
||||
|
||||
- patches.fixes/input-add-nomux-dell-vostro-1510.patch: Input:
|
||||
add Dell Vostro 1510 to nomux list (bnc#404881).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 10:30:46 CET 2009 - jblunck@suse.de
|
||||
|
||||
- scripts/compute-PATCHVERSION.sh: Fix SRCVERSION parsing (bnc#465113).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 10:02:42 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-add-volume-offset: ALSA: hda - Add
|
||||
extra volume offset to standard volume amp macros (bnc#466428).
|
||||
- patches.drivers/alsa-hda-stac-reduce-volume-scale: ALSA: hda -
|
||||
Halve too large volume scales for STAC/IDT codecs (bnc#466428).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 09:25:52 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/lpfc-8.2.8.12-update: Update lpfc from 8.2.8.11
|
||||
to 8.2.8.12 (bnc#467713).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 01:58:48 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/reiserfs-debug-1036: fix missing jl arg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 21:09:15 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: delete duplicate error message in the
|
||||
kabi checks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 20:04:30 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/remove_kernel_physical_mapping_init_from_init:
|
||||
move kernel_physical_mapping_init to __meminit (bnc#467474).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:56:34 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: disabled, as it changes
|
||||
kABI.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:46:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.fixes/security-introduce-missing-kfree.patch: security:
|
||||
introduce missing kfree (bnc#467322).
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch:
|
||||
sysfs: fix problems with binary files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:35:32 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.arch/ia64-page-migration.fix:
|
||||
fix deadlock caused by cpe_migrate.ko and mark it supported.
|
||||
(bnc#464676)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:23:31 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/sn-irq-affinity: sn2: preserve irq affinity set
|
||||
in PROM (bnc#457679).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:15:43 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/uv_zalias_support: uv: Support for non-nasid 0
|
||||
systems (bnc#458869).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:12:47 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/xpc-fix-NULL-deref: sgi-xpc: Remove NULL pointer
|
||||
dereference. (bnc#466563).
|
||||
- patches.fixes/xpc-write-barrier: sgi-xpc: ensure flags are
|
||||
updated before bte_copy (bnc#466563).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:06:26 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/ipw2200-workaround-firmware-restarts-when-scanning.patch:
|
||||
ipw2200: fix scanning while associated (bnc#459067).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:01:41 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwl3945-fix-rfkill.patch: iwl3945: report
|
||||
killswitch changes even if the interface is down (bnc#446013).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 18:51:54 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: mac80211:
|
||||
add direct probe before association (bnc#461889).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 16:38:10 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/mptsas-discover-all-devices: mptsas driver
|
||||
fails to discover devices (bnc#459932).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 14:04:08 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.27.12.
|
||||
- patches.xen/764-netback-foreign-pages.patch: netback: handle
|
||||
non-netback foreign pages.
|
||||
- patches.xen/769-evtchn-CPU-offline.patch: evtchn: Fix CPU offlining
|
||||
to switch all affected ports belonging to a particular /dev/evcthn
|
||||
user.
|
||||
- patches.xen/gso-size-check.patch: gso: Ensure that the packet
|
||||
is long enough.
|
||||
- patches.xen/xen-S3-MSI: fix Dom0 resume from S3 when MSI is
|
||||
in use (bnc#435596).
|
||||
- patches.xen/xen3-e1000e_ioremap_sanity_check: ioremap sanity
|
||||
check to catch mapping requests exceeding the BAR sizes
|
||||
(bnc#425480).
|
||||
- patches.xen/xen3-x86-fix-kmap-contig.patch: x86: contiguous
|
||||
kmap fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 12:08:54 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
implement correct model matching
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 10:20:05 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/dm-mpath-tracking-nr-bytes:
|
||||
lpp_end_io gets nr_bytes as third arg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 10:04:08 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
match all JSxx/QSxx models based on the first 4 chars in 'model'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 08:09:10 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-axon-missing-msi-workaround-5.diff:
|
||||
Fix MSI after kexec (bnc#467633)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 21:01:18 CET 2009 - gregkh@suse.de
|
||||
|
||||
- clean up patch fuzz after 2.6.27.12 inclusion.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 20:50:47 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to the real 2.6.27.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 17:00:55 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.suse/reiserfs_warning-reentrant: reiserfs: eliminate
|
||||
reiserfs_warning from uniqueness functions; Fixes deadlock.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 16:39:35 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.drivers/cxgb3-ser.patch:
|
||||
reset the adapter on fatal error (bnc#466062 - LTC51042)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 15:24:43 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-03-iucv-cpu-hotremove.diff: iucv: failing
|
||||
cpu hot remove for inactive iucv (bnc#466462,LTC#51104).
|
||||
- patches.arch/s390-08-04-compat-sigaltstack.diff:
|
||||
kernel: 31 bit compat sigaltstack syscall fails with
|
||||
-EFAULT. (bnc#466462,LTC#50888).
|
||||
- patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch:
|
||||
af_iucv: System hang if recvmsg() is used with MSG_PEEK
|
||||
(bnc#466462,LTC#51136).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 15:15:19 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-accept-failed-paths: Only accept
|
||||
non-existing paths when adding failed paths (bnc#467579)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 12:19:52 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-source.spec.in: set CONFIG_DEBUG_INFO=y in the
|
||||
packaged .configs if builfing debug packages (bnc#460887)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 16:40:39 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: set %tolerate_kabi_changes to 6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 16:40:11 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.suse/export-iwl_rx_allocate: reintroduce
|
||||
EXPORT_SYMBOL(iwl_rx_allocate).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 13:56:20 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- import SLE11 RC2 reference kabi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 11:35:12 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/mpt-return-all-sense-data: MPT Fusion doesn't
|
||||
return all sense data (bnc#466179).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 17 00:20:49 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.12-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 17:46:11 CET 2009 - od@suse.de
|
||||
|
||||
- patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch:
|
||||
call boot IRQ quirks at end of device init and during resume.
|
||||
- patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch:
|
||||
update to upstream variant of this patch:
|
||||
- integrate an older quirk to make IO-APIC mode work on AMD
|
||||
8131 rev. A0 and B0
|
||||
- fix boot IRQ disabling logic for AMD 813x
|
||||
- remove unneeded code for AMD SB700S
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 16:09:26 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
|
||||
fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 10:55:12 CET 2009 - olh@suse.de
|
||||
|
||||
- enable mptsas in kdump kernel to allow crashdump on QS2x blades
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 08:44:42 CET 2009 - tiwai@suse.de
|
||||
|
||||
Fix STAC925x patch again
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
(yet more) STAC925x issues (bnc#460478).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 07:03:59 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-01-cio-fix-mp-mode.diff: cio: fix
|
||||
subchannel multipath mode setup (bnc#466462,LTC#51047).
|
||||
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
|
||||
memory alignment for GPN_FT requests. (bnc#466462).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 23:53:36 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files for vanilla kernel versions due to new config
|
||||
option added in 2.6.27.12-rc1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 23:47:39 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.12-rc1:
|
||||
- security fixes
|
||||
- fixes CVE-2009-0029
|
||||
- bug fixes all over the place.
|
||||
- obsoletes the following patches:
|
||||
- patches.arch/ppc-cmm_no_kdump.patch
|
||||
- patches.drivers/alsa-caiaq-midi-oops-fix
|
||||
- patches.drivers/alsa-hda-hp-6730b-quirk
|
||||
- patches.drivers/ibmvfc-host_init_delay.patch
|
||||
- patches.drivers/ibmvfc-improve_sync_events.patch
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch
|
||||
- patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch
|
||||
- patches.fixes/uv-remove-erroneous-BAU-init
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:37:26 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound:
|
||||
virtuoso: do not overwrite EEPROM on Xonar D2/D2X (bnc#462365).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:16:35 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.suse/s390-System.map.diff:
|
||||
Strip L2^B symbols (bnc #456682).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:09:29 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-gateway-fix: ALSA: patch_sigmatel:
|
||||
Add missing Gateway entries and autodetection (bnc#460478).
|
||||
- patches.drivers/alsa-hda-gateway-fix2: ALSA: hda - More fixes
|
||||
on Gateway entries (bnc#460478).
|
||||
- patches.drivers/alsa-hda-hp-dv5-mic-fix: ALSA: hda - Fix HP
|
||||
dv5 mic input (bnc#462913).
|
||||
- patches.drivers/alsa-hda-hp-dv5-quirk: ALSA: hda - Add quirk
|
||||
for another HP dv5 (bnc#462913).
|
||||
- patches.drivers/alsa-hda-idt92hd83-fix-typo: ALSA: hda -
|
||||
Fix a typo.
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk: ALSA: hda - Add
|
||||
automatic model setting for Samsung Q45.
|
||||
- patches.drivers/alsa-hda-seek-for-codec-id: ALSA: hda - Add
|
||||
a new function to seek for a codec ID (bnc#460478).
|
||||
- patches.drivers/alsa-hda-sigmatel-no-hp-reset: ALSA: hda -
|
||||
Don't reset HP pinctl in patch_sigmatel.c (bnc#460478).
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
missing initialization of NID 0x0e for STAC925x (bnc#460478).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 08:40:13 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-fix_hugepage_check.patch:
|
||||
is_hugepage_only_range() must account for both 4kB and 64kB
|
||||
slices (bnc#466229 - LTC51063)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 23:23:42 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 23:07:16 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Enabled patches.suse/unlock_page-speedup.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 22:00:49 CET 2009 - rjw@suse.de
|
||||
|
||||
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
|
||||
PCI PM: Split PCI Express port suspend-resume (bnc#455926).
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch:
|
||||
PCI: Suspend and resume PCI Express ports with interrupts
|
||||
disabled (bnc#455926).
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch:
|
||||
PCI: handle PCI state saving with interrupts disabled
|
||||
(bnc#455926).
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch:
|
||||
PCI: Rework default handling of suspend and resume (bnc#455926).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:38:29 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disable PARAVIRT.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:20:29 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patches for fuzz due to update to 2.6.27.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:02:21 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to final version of 2.6.27.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 16:38:47 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/ixgbe-dcb-setstate.patch: Bugfix for ixgbe
|
||||
and kernel DCB netlink code. (bnc#458194)
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix. (bnc#465923)
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 15:56:58 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: Delete.
|
||||
It came out that this is an already fixed BIOS bug. The quirk
|
||||
is not needed anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 14:53:51 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/acpi_fix_double_slash_root_prefix_handling.patch:
|
||||
In AcpiNsGetInternalNameLength, skip the redundant backslash
|
||||
of RootPrefix (http://bugzilla.kernel.org/show_bug.cgi?id=11541
|
||||
http://www.acpica.org/bugzilla/show_bug.cgi?id=739).
|
||||
- patches.fixes/acpi_video_always_update_sys.patch: video: always
|
||||
update the brightness when poking "brightness" (bnc#450149).
|
||||
- patches.fixes/acpi_video_handle_reversed_brightness_info.patch:
|
||||
ACPI: video: Fix reversed brightness behavior on ThinkPad SL
|
||||
series (bnc#450149).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 08:45:29 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch:
|
||||
fix __load_balance_iterator() for cfs with only one task
|
||||
(bnc#457594 - LTC50544)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 08:32:32 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/xfs-redirty-ENOSPC.patch: Re-dirty pages on
|
||||
ENOSPC when converting delayed allocations (bnc#433112 - LTC48749)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 04:33:33 CET 2009 - npiggin@suse.de
|
||||
|
||||
- Added guarded patches:
|
||||
- patches.suse/mnt-want-write-speedup.patch: fs: mnt_want_write
|
||||
speedup (bnc#436953).
|
||||
- patches.suse/mnt_clone_write.patch: fs: introduce
|
||||
mnt_clone_write (bnc#436953).
|
||||
- patches.suse/unlock_page-speedup.patch: mm: unlock_page speedup
|
||||
(bnc#436953).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 00:51:58 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- patches.drivers/add-via-chrome9-drm-support.patch: add Via
|
||||
chrome9 drm support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 00:29:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch:
|
||||
pata_via.c: Support VX855 and future chips whose IDE controller
|
||||
use 0x0571..
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 13 16:46:08 CET 2009 - hare@suse.de
|
||||
|
||||
@ -472,6 +1449,12 @@ Tue Jan 6 18:36:57 CET 2009 - jjolly@suse.de
|
||||
- patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes
|
||||
when repeatetly attaching/detaching devices. (bnc#458339).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 14:37:15 CET 2009 - npiggin@suse.de
|
||||
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for
|
||||
contiguous kmap fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 07:54:29 CET 2009 - npiggin@suse.de
|
||||
|
||||
|
647
kernel-pae.spec
647
kernel-pae.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-pae (Version 2.6.27.10)
|
||||
# spec file for package kernel-pae (Version 2.6.27.13)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -47,7 +47,7 @@
|
||||
%define cpu_arch_flavor %(%_sourcedir/guards %symbols < %_sourcedir/config.conf | grep '/pae$')
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar xfj %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%ifarch %ix86 x86_64
|
||||
%define install_vdso 1
|
||||
@ -62,8 +62,8 @@
|
||||
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 2.6.27.10
|
||||
Release: 5
|
||||
Version: 2.6.27.13
|
||||
Release: 3
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -98,8 +98,8 @@ BuildRequires: dwarfextract
|
||||
%endif
|
||||
%if %build_xen
|
||||
%ifarch %ix86
|
||||
Provides: kernel-xenpae = 2.6.27.10
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.10
|
||||
Provides: kernel-xenpae = 2.6.27.13
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.13
|
||||
%endif
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
@ -121,7 +121,7 @@ Conflicts: lvm2 < 2.02.33
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = 2.6.27.10-%source_rel
|
||||
Provides: kernel = 2.6.27.13-%source_rel
|
||||
Provides: k_smp4G kernel-bigsmp
|
||||
Obsoletes: k_smp4G kernel-bigsmp
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2
|
||||
@ -155,6 +155,7 @@ Source109: patches.kernel.org.tar.bz2
|
||||
Source110: patches.apparmor.tar.bz2
|
||||
Source111: patches.rt.tar.bz2
|
||||
Source112: patches.trace.tar.bz2
|
||||
Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
%define my_builddir %_builddir/%{name}-%{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -198,7 +199,7 @@ Obsoletes: ralink-rt2860-kmp
|
||||
%define tolerate_unknown_new_config_options 0
|
||||
# kABI change tolerance (default in maintenance should be 4, 6, 8 or 15,
|
||||
# 31 is the maximum; see scripts/kabi-checks)
|
||||
%define tolerate_kabi_changes 31
|
||||
%define tolerate_kabi_changes 6
|
||||
|
||||
%description
|
||||
This kernel supports up to 64GB of main memory. It requires Physical
|
||||
@ -212,18 +213,18 @@ that support it, regardless of the amount of main memory.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
echo "The kernel-pae-2.6.27.10.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.10.src.rpm."
|
||||
echo "The kernel-pae-2.6.27.13.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.13.src.rpm."
|
||||
exit 1
|
||||
fi
|
||||
echo "Architecture symbol(s):" %symbols
|
||||
# Unpack all sources and patches
|
||||
%setup -q -c -T -a 0 -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 120
|
||||
%setup -q -c -T -a 0 -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 113 -a 120
|
||||
supported_conf() {
|
||||
%_sourcedir/guards %symbols $* < %_sourcedir/supported.conf | sort -u
|
||||
}
|
||||
@ -273,7 +274,7 @@ cat ../config/%cpu_arch_flavor \
|
||||
cpu_arch_flavor="%cpu_arch_flavor"
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
cpu_arch=${cpu_arch_flavor%/*}
|
||||
KERNELRELEASE=2.6.27.10-$RELEASE-pae
|
||||
KERNELRELEASE=2.6.27.13-$RELEASE-pae
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -321,18 +322,15 @@ export OOPS_TIMESTAMP="$(
|
||||
| tr -dc 0-9)"
|
||||
export KBUILD_VERBOSE=0
|
||||
export KBUILD_SYMTYPES=1
|
||||
export KBUILD_OVERRIDE=1
|
||||
EOF
|
||||
source .kernel-binary.spec.buildenv
|
||||
%ifarch s390x
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
chmod +x scripts/kmsg-doc
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y D=2
|
||||
%else
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
%endif
|
||||
%else
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
%endif
|
||||
|
||||
%install
|
||||
source .rpm-defs
|
||||
@ -414,7 +412,7 @@ add_vmlinux()
|
||||
if [ -x "$(which dwarfextract 2>/dev/null)" ] ; then
|
||||
dwarfextract vmlinux %buildroot/boot/Kerntypes-$KERNELRELEASE
|
||||
fi
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
mkdir -p %buildroot/usr/share/man/man9
|
||||
find man -name '*.9' -exec install -m 644 -D '{}' %buildroot/usr/share/man/man9/ ';'
|
||||
%endif
|
||||
@ -614,8 +612,6 @@ if [ $CONFIG_MODULES = y ]; then
|
||||
--max-badness=%tolerate_kabi_changes || KABI=$?
|
||||
fi
|
||||
if [ $KABI -ne 0 ]; then
|
||||
echo "kABI changes of badness $KABI exceed the maximum allowed badness" \
|
||||
"of %tolerate_kabi_changes. Please try to avoid the kABI changes."
|
||||
if [ ! -e %my_builddir/kabi/$cpu_arch/ignore-pae -a \
|
||||
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
|
||||
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
|
||||
@ -738,8 +734,8 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -786,8 +782,8 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -801,8 +797,7 @@ GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
%files -n kernel-pae-extra -f kernel-extra.files
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
%ifarch s390x
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
|
||||
%package -n kernel-pae-man
|
||||
License: GPL v2 only
|
||||
@ -821,16 +816,603 @@ that support it, regardless of the amount of main memory.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%files -n kernel-pae-man
|
||||
%defattr(-,root,root)
|
||||
/usr/share/man/man9/*
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jan 29 2009 gregkh@suse.de
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
- patches.suse/usb-move-ehci-reg-def.patch: usb: move ehci
|
||||
reg def.
|
||||
- patches.suse/x86-usb-debug-port-early-console-v4.patch: x86:
|
||||
usb debug port early console, v4.
|
||||
* Thu Jan 29 2009 mmarek@suse.cz
|
||||
- patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch
|
||||
patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch
|
||||
patches.kabi/export-iwl_rx_allocate
|
||||
patches.kabi/sched-kabi-compat-hack.patch: Introduce
|
||||
patches.kabi/ for patches that only work around kabi issues and
|
||||
can be safely dropped at the next SP.
|
||||
* Wed Jan 28 2009 agruen@suse.de
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: Add missing pageattr.c
|
||||
changes to pageattr-xen.c (bnc#439348).
|
||||
* Wed Jan 28 2009 agruen@suse.de
|
||||
- patches.suse/x86-mark_rodata_rw.patch: Add mark_rodata_rw()
|
||||
to un-protect read-only kernel code pages (bnc#439348).
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: xen specific part
|
||||
(bnc#439348).
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- config/s390/s390: the -man package still fails for s390, disable
|
||||
it
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: fix build of the -man subpackage on
|
||||
31bit s390
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- fix kernel-default.ppc64 reference symsets
|
||||
* Wed Jan 28 2009 jslaby@suse.cz
|
||||
- patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch:
|
||||
x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240
|
||||
FATE304266).
|
||||
[cpu_mask_to_apicid bigsmp fix]
|
||||
* Wed Jan 28 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
|
||||
map scsi proc_name to module name (bnc#459933 - LTC50724)
|
||||
* Tue Jan 27 2009 jeffm@suse.de
|
||||
- Update config files: Disable ftrace in -debug on ppc64
|
||||
* Tue Jan 27 2009 jeffm@suse.de
|
||||
- config.conf: Added -debug flavor for ppc64.
|
||||
* Tue Jan 27 2009 bwalle@suse.de
|
||||
- patches.drivers/libfc-set-the-release-function.diff:
|
||||
Whitespace change.
|
||||
* Tue Jan 27 2009 hare@suse.de
|
||||
- patches.drivers/libfc-fix-read-IO-data-integrity: libfc:
|
||||
IO data integrity issue when a IO data frame lost (bnc#469536).
|
||||
* Tue Jan 27 2009 jbeulich@novell.com
|
||||
- re-enable patches.xen/xen3-e1000e_Export_set_memory_ro-rw.
|
||||
* Tue Jan 27 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
include prototype for PFN_UP() (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Export
|
||||
set_memory_ro() and set_memory_rw() calls.
|
||||
readded to avoid kabi change
|
||||
* Mon Jan 26 2009 jeffm@suse.de
|
||||
- config.conf: Added kernel-vmi to i386.
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
use PFN_UP() for end_pfn (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 mmarek@suse.cz
|
||||
- kabi: import FCoE changes
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: disable
|
||||
wrong debug message again.
|
||||
* Mon Jan 26 2009 rw@suse.de
|
||||
- patches.fixes/taskstats-alignment:
|
||||
IA64: fill 'struct taskstats' on stack and 'memcpy' result to skb.
|
||||
(bnc#448410)
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
fix calculation of reserve_size (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.fixes/disable-lro-per-default: Disable LRO per default
|
||||
in igb and ixgbe. (bnc#467519)
|
||||
* Mon Jan 26 2009 jbeulich@novell.com
|
||||
- Just comment out patches.xen/xen3-e1000e_* (to address build error)
|
||||
until disposition of their originals is known.
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.fixes/sctp_do_not_use_stale_copy_of_sk: Do not use
|
||||
stale copy of sk. (bnc#440104)
|
||||
* Mon Jan 26 2009 jblunck@suse.de
|
||||
Renamed some patches so they get included in vanilla builds.
|
||||
- patches.rpmify/firmware-path: Renamed.
|
||||
- patches.rpmify/no-include-asm: Renamed.
|
||||
- patches.suse/md-raid-metadata-PAGE_SIZE.patch: Renamed.
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- patches.suse/led_classdev.sysfs-name.patch: use correct name
|
||||
for /sys/devices/virtual/leds/ entries (bnc#468350)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Delete.
|
||||
- patches.suse/e1000e_allow_bad_checksum: Delete.
|
||||
- patches.suse/e1000e_call_dump_eeprom: Delete.
|
||||
- patches.suse/e1000e_ioremap_sanity_check: Delete.
|
||||
- patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory:
|
||||
Delete.
|
||||
Remove not mainline e1000e patches which were added to help with
|
||||
the e1000e NVM corruption - root issue is fixed
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.drivers/tg3_libphy_workaround: tg3 libphy workaround.
|
||||
(bnc#468725)
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- supported.conf: Correct spelling for dm-least-pending
|
||||
path checker.
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-check-info-before-access: Kernel Oops
|
||||
during path failover (bnc#458393).
|
||||
* Sun Jan 25 2009 gregkh@suse.de
|
||||
- refresh patch fuzz now that 2.6.27.13 is in tree
|
||||
* Sun Jan 25 2009 gregkh@suse.de
|
||||
- Update to final version of 2.6.27.13
|
||||
* Sat Jan 24 2009 gregkh@suse.de
|
||||
- dynamic debugging fixes backported from upstream:
|
||||
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
|
||||
driver core: add newlines to debugging enabled/disabled
|
||||
messages.
|
||||
- patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch:
|
||||
Driver core: fix 'dynamic_debug' cmd line parameter.
|
||||
- patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch:
|
||||
driver core: fix using 'ret' variable in
|
||||
unregister_dynamic_debug_module.
|
||||
* Sat Jan 24 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch:
|
||||
(fix return of an unitialized value (bnc#469017)
|
||||
* Sat Jan 24 2009 mmarek@suse.cz
|
||||
- update kabi files: ignore changes in struct pcie_link_state as
|
||||
it is an internal structure only.
|
||||
* Sat Jan 24 2009 mmarek@suse.cz
|
||||
- patches.suse/genksyms-add-override-flag.diff: genksyms: add
|
||||
--override flag.
|
||||
- rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1
|
||||
* Sat Jan 24 2009 ghaskins@suse.de
|
||||
- patches.fixes/sched-kabi-compat-hack.patch: sched: leave
|
||||
RT_GROUP_SCHED structure components intact to preserve kABI.
|
||||
broke kabi with fix for 456542
|
||||
* Sat Jan 24 2009 trenn@suse.de
|
||||
- patches.fixes/cpufreq_export_latency.patch: CPUFREQ: Introduce
|
||||
/sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency
|
||||
(bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch:
|
||||
CPUFREQ: ondemand/conservative: sanitize sampling_rate
|
||||
restrictions (bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
- patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch:
|
||||
X86 powernow-k8 cpufreq: Get transition latency from acpi _PSS
|
||||
object (bnc#464461).
|
||||
* Fri Jan 23 2009 jeffm@suse.de
|
||||
- patches.fixes/xfs-dmapi-fixes: xfs/dmapi: fix crash on mount
|
||||
(bnc#458027).
|
||||
* Fri Jan 23 2009 ghaskins@suse.de
|
||||
- Update config files: Disable RT_GROUP_SCHED (bnc#456542).
|
||||
The RT_GROUP_SCHED feature is experimental and clearly broken, so
|
||||
lets turn it off for now.
|
||||
* Fri Jan 23 2009 jeffm@suse.de
|
||||
- patches.fixes/hpilo-open-close-fix: hpilo open/close fix
|
||||
(bnc#466517).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: Handle I/O
|
||||
on stopped queues correctly (bnc#458393).
|
||||
* Fri Jan 23 2009 jbenc@suse.cz
|
||||
- patches.suse/mnt-want-write-speedup.patch,
|
||||
patches.suse/mnt_clone_write.patch: modified not to break kABI,
|
||||
enabled (bnc#436953).
|
||||
* Fri Jan 23 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwlagn-fix-rfkill.patch: iwlagn: fix hw-rfkill
|
||||
while the interface is down (bnc#446158).
|
||||
* Fri Jan 23 2009 mmarek@suse.cz
|
||||
- kabi/severities: temporarily enable changes in FcOE modules.
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.arch/s390-08-06-personality.patch: kernel: setting 32
|
||||
bit personality doesn't work (bnc#466462).
|
||||
- patches.arch/s390-08-07-compat_wrappers.patch: kernel:
|
||||
Add missing wrapper functions for 31 bit compat
|
||||
syscalls. (bnc#466462,LTC#51229).
|
||||
- patches.fixes/block-leave-the-request-timeout-timer-running:
|
||||
Delete obsolete patch.
|
||||
* Fri Jan 23 2009 bwalle@suse.de
|
||||
- patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change
|
||||
fcoe_sw sg_tablesize to SG_ALL (bnc #459142).
|
||||
- patches.drivers/fcoe-check-return-for-fc_set_m.diff: check
|
||||
return for fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-frame-length-validati.diff: fix frame
|
||||
length validation in the early receive path (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff:
|
||||
fcoe: fix incorrect use of struct module (bnc #468051).
|
||||
- patches.drivers/fcoe-improved-load-balancing-i.diff: improved
|
||||
load balancing in rx path (bnc #459142).
|
||||
- patches.drivers/fcoe-logoff-of-the-fabric-when.diff: Logoff
|
||||
of the fabric when destroying interface (bnc #459142).
|
||||
- patches.drivers/fcoe-remove-warn_on-in-fc_set.diff: remove
|
||||
WARN_ON in fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-user_mfs-is-never-used.diff: user_mfs is
|
||||
never used (bnc #459142).
|
||||
- patches.drivers/libfc-add-fc_disc-c-locking-co.diff: Add
|
||||
fc_disc.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-ensure-correct-device_pu.diff: libfc:
|
||||
Ensure correct device_put/get usage (round 2).
|
||||
- patches.drivers/libfc-fix-rport-recursive-lock.diff: libfc:
|
||||
Fix rport recursive lock on rport mutex (bnc #459142).
|
||||
- patches.drivers/libfc-handle-rrq-exch-timeout.diff: libfc:
|
||||
handle RRQ exch timeout (bnc #465596).
|
||||
- patches.drivers/libfc-improve-fc_lport-c-locki.diff: Improve
|
||||
fc_lport.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-improve-fc_rport-c-locki.diff: Improve
|
||||
fc_rport.c locking comment block (459142).
|
||||
- patches.drivers/libfc-make-fc_disc-inline-with.diff: make
|
||||
fc_disc inline with the fc_lport structure (bnc #459142).
|
||||
- patches.drivers/libfc-make-rscn-parsing-more-r.diff: make RSCN
|
||||
parsing more robust (bnc #459142).
|
||||
- patches.drivers/libfc-make-sure-we-access-the.diff: make sure
|
||||
we access the CRC safely (bnc #459142).
|
||||
- patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff: libfc:
|
||||
Pass lport in exch_mgr_reset (bnc #465596).
|
||||
- patches.drivers/libfc-remove-debug-print-state.diff: libfc:
|
||||
Remove debug print statement, too verbose (bnc #459142).
|
||||
- patches.drivers/libfc-set-the-release-function.diff: Set
|
||||
the release function for the rport's kobject (round 2)
|
||||
(bnc #459142).
|
||||
- patches.drivers/libfc-updated-comment-for-orde.diff: updated
|
||||
comment for order of em and ex locks (bnc #459142).
|
||||
- patches.drivers/libfc-updated-libfc-fcoe-modul.diff: updated
|
||||
libfc fcoe module ver to 1.0.6 (bnc #459142).
|
||||
- patches.drivers/libfc-use-an-operations-struct.diff: use an
|
||||
operations structure for rport callbacks (bnc #459142).
|
||||
- patches.drivers/libfc-when-rport-goes-away-re.diff: libfc:
|
||||
when rport goes away (re-plogi), clean up exchanges to/from
|
||||
rport (bnc #465596).
|
||||
- patches.drivers/libfc_locking.diff: libfc, fcoe: fixed locking
|
||||
issues with lport->lp_mutex around lport->link_status (bnc
|
||||
[#468053]).
|
||||
- patches.drivers/libfc_rport.diff: libfc: rport retry on LS_RJT
|
||||
from certain ELS (bnc #468054).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.fixes/qla2xxx-check-fc-rport-validity:
|
||||
qla2xxx: added check for fcport is valid in
|
||||
qla2x00_terminate_rport_io(). (bnc#467624).
|
||||
* Fri Jan 23 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-gateway-t1616-quirk: ALSA: hda -
|
||||
Add quirk for Gateway T1616 laptop (bnc#467597).
|
||||
- patches.drivers/alsa-hda-hp-dv4-quirk: ALSA: hda - Add model
|
||||
entry for HP dv4.
|
||||
- patches.drivers/alsa-hda-intel-d945-ref-quirk: ALSA: hda -
|
||||
Add model=ref for Intel board with STAC9221 (bnc#406529).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.fixes/blk-leave-sync-timer-running: block: Rediff
|
||||
- patches.fixes/block-use-round_jiffies_up: Block: use
|
||||
round_jiffies_up() (bnc#464155).
|
||||
- Add missing patches to series.conf:
|
||||
patches.fixes/round-jiffies-up
|
||||
patches.fixes/block-use-round_jiffies_up
|
||||
patches.fixes/block-fix-blk_start_queueing
|
||||
patches.fixes/suppress-buffer-IO-errors
|
||||
patches.fixes/block-optimizations-in-blk_rq_timed_out_timer
|
||||
patches.fixes/block-add-comment-in-blk_rq_timed_out
|
||||
* Fri Jan 23 2009 olh@suse.de
|
||||
- update patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
handle also drivers/scsi/ibmvscsi/ibmvfc.c
|
||||
* Fri Jan 23 2009 sjayaraman@suse.de
|
||||
- patches.fixes/cifs-fix-oops-on-ipv6-mount: cifs: make sure we
|
||||
allocate enough storage for socket address (467691).
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- patches.kernel.org/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch:
|
||||
ABI fix: add WB_SYNC_HOLD enum writeback_sync_modes.
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- patches.kernel.org/abi-fix-add-s_syncing-back-to-struct-super_block.patch:
|
||||
ABI fix: add s_syncing back to struct super_block.
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- update to 2.6.27.13-rc1:
|
||||
- security updates
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.arch/ppc-fix_hugepage_check.patch
|
||||
- patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk
|
||||
- patches.fixes/security-introduce-missing-kfree.patch
|
||||
- patches.fixes/xpc-fix-heartbeat
|
||||
- Update config files.
|
||||
* Thu Jan 22 2009 kkeil@suse.de
|
||||
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
|
||||
with shared interrupt during reset (bnc#396687)
|
||||
* Thu Jan 22 2009 tonyj@suse.de
|
||||
- patches.fixes/revert-bgcolor-line-feed-93f78da4.patch: Revert
|
||||
"vt: fix background color on line feed" (bnc#418613).
|
||||
* Thu Jan 22 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch: iwlwifi:
|
||||
fix rs_get_rate WARN_ON() (bnc#456002).
|
||||
- Reordered wireless patches to group together patches touching the same
|
||||
driver.
|
||||
* Thu Jan 22 2009 bphilips@suse.de
|
||||
- patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch:
|
||||
disable catas_reset by default to avoid problems with EEH
|
||||
(bnc#456389).
|
||||
* Thu Jan 22 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
fixed kABI breakage. (bnc#458811)
|
||||
* Thu Jan 22 2009 bwalle@suse.de
|
||||
- scripts/tar-up_and_run_mbuild.sh: s390 (the 31 bit variant) is
|
||||
not an important spec file.
|
||||
* Thu Jan 22 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: fixed kABI
|
||||
breakage, reenabled.
|
||||
* Thu Jan 22 2009 mmarek@suse.cz
|
||||
- rpm/modversions: eat the "override" keyword before parsing the
|
||||
symbol definition.
|
||||
* Thu Jan 22 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
Correct VIO bus/device CMO accounting problems (bnc#468304 - LTC51205)
|
||||
* Thu Jan 22 2009 olh@suse.de
|
||||
- patches.suse/of_platform_driver.module-owner.patch:
|
||||
add missing module symlink to /sys/bus/*/driver/*
|
||||
in struct of_platform_driver.
|
||||
* Thu Jan 22 2009 kkeil@suse.de
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix - new version from Intel (bnc#465923)
|
||||
* Thu Jan 22 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
(fix compilation on i386 and add hpet64 to kernel-parameters.txt)
|
||||
* Thu Jan 22 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
* Thu Jan 22 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
sgi-xpc: need to pass the physical address, not virtual. (bnc#458811)
|
||||
- patches.fixes/xpc-fix-heartbeat:
|
||||
sgi-xpc: eliminate false detection of no heartbeat. (bnc#464545)
|
||||
* Thu Jan 22 2009 jkosina@suse.de
|
||||
- patches.fixes/input-add-nomux-dell-vostro-1510.patch: Input:
|
||||
add Dell Vostro 1510 to nomux list (bnc#404881).
|
||||
* Thu Jan 22 2009 jblunck@suse.de
|
||||
- scripts/compute-PATCHVERSION.sh: Fix SRCVERSION parsing (bnc#465113).
|
||||
* Thu Jan 22 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-add-volume-offset: ALSA: hda - Add
|
||||
extra volume offset to standard volume amp macros (bnc#466428).
|
||||
- patches.drivers/alsa-hda-stac-reduce-volume-scale: ALSA: hda -
|
||||
Halve too large volume scales for STAC/IDT codecs (bnc#466428).
|
||||
* Thu Jan 22 2009 hare@suse.de
|
||||
- patches.drivers/lpfc-8.2.8.12-update: Update lpfc from 8.2.8.11
|
||||
to 8.2.8.12 (bnc#467713).
|
||||
* Thu Jan 22 2009 jeffm@suse.de
|
||||
- patches.fixes/reiserfs-debug-1036: fix missing jl arg
|
||||
* Wed Jan 21 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: delete duplicate error message in the
|
||||
kabi checks
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/remove_kernel_physical_mapping_init_from_init:
|
||||
move kernel_physical_mapping_init to __meminit (bnc#467474).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: disabled, as it changes
|
||||
kABI.
|
||||
* Wed Jan 21 2009 gregkh@suse.de
|
||||
- patches.fixes/security-introduce-missing-kfree.patch: security:
|
||||
introduce missing kfree (bnc#467322).
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch:
|
||||
sysfs: fix problems with binary files.
|
||||
* Wed Jan 21 2009 rw@suse.de
|
||||
- patches.arch/ia64-page-migration.fix:
|
||||
fix deadlock caused by cpe_migrate.ko and mark it supported.
|
||||
(bnc#464676)
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/sn-irq-affinity: sn2: preserve irq affinity set
|
||||
in PROM (bnc#457679).
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/uv_zalias_support: uv: Support for non-nasid 0
|
||||
systems (bnc#458869).
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/xpc-fix-NULL-deref: sgi-xpc: Remove NULL pointer
|
||||
dereference. (bnc#466563).
|
||||
- patches.fixes/xpc-write-barrier: sgi-xpc: ensure flags are
|
||||
updated before bte_copy (bnc#466563).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/ipw2200-workaround-firmware-restarts-when-scanning.patch:
|
||||
ipw2200: fix scanning while associated (bnc#459067).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwl3945-fix-rfkill.patch: iwl3945: report
|
||||
killswitch changes even if the interface is down (bnc#446013).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: mac80211:
|
||||
add direct probe before association (bnc#461889).
|
||||
* Wed Jan 21 2009 hare@suse.de
|
||||
- patches.drivers/mptsas-discover-all-devices: mptsas driver
|
||||
fails to discover devices (bnc#459932).
|
||||
* Wed Jan 21 2009 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.27.12.
|
||||
- patches.xen/764-netback-foreign-pages.patch: netback: handle
|
||||
non-netback foreign pages.
|
||||
- patches.xen/769-evtchn-CPU-offline.patch: evtchn: Fix CPU offlining
|
||||
to switch all affected ports belonging to a particular /dev/evcthn
|
||||
user.
|
||||
- patches.xen/gso-size-check.patch: gso: Ensure that the packet
|
||||
is long enough.
|
||||
- patches.xen/xen-S3-MSI: fix Dom0 resume from S3 when MSI is
|
||||
in use (bnc#435596).
|
||||
- patches.xen/xen3-e1000e_ioremap_sanity_check: ioremap sanity
|
||||
check to catch mapping requests exceeding the BAR sizes
|
||||
(bnc#425480).
|
||||
- patches.xen/xen3-x86-fix-kmap-contig.patch: x86: contiguous
|
||||
kmap fix (bnc#449812).
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
implement correct model matching
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/dm-mpath-tracking-nr-bytes:
|
||||
lpp_end_io gets nr_bytes as third arg
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
match all JSxx/QSxx models based on the first 4 chars in 'model'
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.arch/ppc-axon-missing-msi-workaround-5.diff:
|
||||
Fix MSI after kexec (bnc#467633)
|
||||
* Tue Jan 20 2009 gregkh@suse.de
|
||||
- clean up patch fuzz after 2.6.27.12 inclusion.
|
||||
* Tue Jan 20 2009 gregkh@suse.de
|
||||
- Update to the real 2.6.27.12
|
||||
* Tue Jan 20 2009 jeffm@suse.de
|
||||
- patches.suse/reiserfs_warning-reentrant: reiserfs: eliminate
|
||||
reiserfs_warning from uniqueness functions; Fixes deadlock.
|
||||
* Tue Jan 20 2009 olh@suse.de
|
||||
- patches.drivers/cxgb3-ser.patch:
|
||||
reset the adapter on fatal error (bnc#466062 - LTC51042)
|
||||
* Tue Jan 20 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-03-iucv-cpu-hotremove.diff: iucv: failing
|
||||
cpu hot remove for inactive iucv (bnc#466462,LTC#51104).
|
||||
- patches.arch/s390-08-04-compat-sigaltstack.diff:
|
||||
kernel: 31 bit compat sigaltstack syscall fails with
|
||||
-EFAULT. (bnc#466462,LTC#50888).
|
||||
- patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch:
|
||||
af_iucv: System hang if recvmsg() is used with MSG_PEEK
|
||||
(bnc#466462,LTC#51136).
|
||||
* Tue Jan 20 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-accept-failed-paths: Only accept
|
||||
non-existing paths when adding failed paths (bnc#467579)
|
||||
* Tue Jan 20 2009 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: set CONFIG_DEBUG_INFO=y in the
|
||||
packaged .configs if builfing debug packages (bnc#460887)
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: set %%tolerate_kabi_changes to 6
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- patches.suse/export-iwl_rx_allocate: reintroduce
|
||||
EXPORT_SYMBOL(iwl_rx_allocate).
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- import SLE11 RC2 reference kabi
|
||||
* Mon Jan 19 2009 hare@suse.de
|
||||
- patches.drivers/mpt-return-all-sense-data: MPT Fusion doesn't
|
||||
return all sense data (bnc#466179).
|
||||
* Sat Jan 17 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.12-rc2
|
||||
* Fri Jan 16 2009 od@suse.de
|
||||
- patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch:
|
||||
call boot IRQ quirks at end of device init and during resume.
|
||||
- patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch:
|
||||
update to upstream variant of this patch:
|
||||
- integrate an older quirk to make IO-APIC mode work on AMD
|
||||
8131 rev. A0 and B0
|
||||
- fix boot IRQ disabling logic for AMD 813x
|
||||
- remove unneeded code for AMD SB700S
|
||||
* Fri Jan 16 2009 jbeulich@novell.com
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
|
||||
fix (bnc#449812).
|
||||
* Fri Jan 16 2009 olh@suse.de
|
||||
- enable mptsas in kdump kernel to allow crashdump on QS2x blades
|
||||
* Fri Jan 16 2009 tiwai@suse.de
|
||||
Fix STAC925x patch again
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
(yet more) STAC925x issues (bnc#460478).
|
||||
* Fri Jan 16 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-01-cio-fix-mp-mode.diff: cio: fix
|
||||
subchannel multipath mode setup (bnc#466462,LTC#51047).
|
||||
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
|
||||
memory alignment for GPN_FT requests. (bnc#466462).
|
||||
* Thu Jan 15 2009 gregkh@suse.de
|
||||
- Update config files for vanilla kernel versions due to new config
|
||||
option added in 2.6.27.12-rc1.
|
||||
* Thu Jan 15 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.12-rc1:
|
||||
- security fixes
|
||||
- fixes CVE-2009-0029
|
||||
- bug fixes all over the place.
|
||||
- obsoletes the following patches:
|
||||
- patches.arch/ppc-cmm_no_kdump.patch
|
||||
- patches.drivers/alsa-caiaq-midi-oops-fix
|
||||
- patches.drivers/alsa-hda-hp-6730b-quirk
|
||||
- patches.drivers/ibmvfc-host_init_delay.patch
|
||||
- patches.drivers/ibmvfc-improve_sync_events.patch
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch
|
||||
- patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch
|
||||
- patches.fixes/uv-remove-erroneous-BAU-init
|
||||
- Update config files.
|
||||
* Thu Jan 15 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound:
|
||||
virtuoso: do not overwrite EEPROM on Xonar D2/D2X (bnc#462365).
|
||||
* Thu Jan 15 2009 bwalle@suse.de
|
||||
- patches.suse/s390-System.map.diff:
|
||||
Strip L2^B symbols (bnc #456682).
|
||||
* Thu Jan 15 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-gateway-fix: ALSA: patch_sigmatel:
|
||||
Add missing Gateway entries and autodetection (bnc#460478).
|
||||
- patches.drivers/alsa-hda-gateway-fix2: ALSA: hda - More fixes
|
||||
on Gateway entries (bnc#460478).
|
||||
- patches.drivers/alsa-hda-hp-dv5-mic-fix: ALSA: hda - Fix HP
|
||||
dv5 mic input (bnc#462913).
|
||||
- patches.drivers/alsa-hda-hp-dv5-quirk: ALSA: hda - Add quirk
|
||||
for another HP dv5 (bnc#462913).
|
||||
- patches.drivers/alsa-hda-idt92hd83-fix-typo: ALSA: hda -
|
||||
Fix a typo.
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk: ALSA: hda - Add
|
||||
automatic model setting for Samsung Q45.
|
||||
- patches.drivers/alsa-hda-seek-for-codec-id: ALSA: hda - Add
|
||||
a new function to seek for a codec ID (bnc#460478).
|
||||
- patches.drivers/alsa-hda-sigmatel-no-hp-reset: ALSA: hda -
|
||||
Don't reset HP pinctl in patch_sigmatel.c (bnc#460478).
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
missing initialization of NID 0x0e for STAC925x (bnc#460478).
|
||||
* Thu Jan 15 2009 olh@suse.de
|
||||
- patches.arch/ppc-fix_hugepage_check.patch:
|
||||
is_hugepage_only_range() must account for both 4kB and 64kB
|
||||
slices (bnc#466229 - LTC51063)
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Enabled patches.suse/unlock_page-speedup.patch
|
||||
* Wed Jan 14 2009 rjw@suse.de
|
||||
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
|
||||
PCI PM: Split PCI Express port suspend-resume (bnc#455926).
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch:
|
||||
PCI: Suspend and resume PCI Express ports with interrupts
|
||||
disabled (bnc#455926).
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch:
|
||||
PCI: handle PCI state saving with interrupts disabled
|
||||
(bnc#455926).
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch:
|
||||
PCI: Rework default handling of suspend and resume (bnc#455926).
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Update config files: Disable PARAVIRT.
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- refresh patches for fuzz due to update to 2.6.27.11
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- Update to final version of 2.6.27.11
|
||||
* Wed Jan 14 2009 kkeil@suse.de
|
||||
- patches.drivers/ixgbe-dcb-setstate.patch: Bugfix for ixgbe
|
||||
and kernel DCB netlink code. (bnc#458194)
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix. (bnc#465923)
|
||||
- Update config files.
|
||||
* Wed Jan 14 2009 trenn@suse.de
|
||||
- patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: Delete.
|
||||
It came out that this is an already fixed BIOS bug. The quirk
|
||||
is not needed anymore.
|
||||
* Wed Jan 14 2009 trenn@suse.de
|
||||
- patches.fixes/acpi_fix_double_slash_root_prefix_handling.patch:
|
||||
In AcpiNsGetInternalNameLength, skip the redundant backslash
|
||||
of RootPrefix (http://bugzilla.kernel.org/show_bug.cgi?id=11541
|
||||
http://www.acpica.org/bugzilla/show_bug.cgi?id=739).
|
||||
- patches.fixes/acpi_video_always_update_sys.patch: video: always
|
||||
update the brightness when poking "brightness" (bnc#450149).
|
||||
- patches.fixes/acpi_video_handle_reversed_brightness_info.patch:
|
||||
ACPI: video: Fix reversed brightness behavior on ThinkPad SL
|
||||
series (bnc#450149).
|
||||
* Wed Jan 14 2009 olh@suse.de
|
||||
- patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch:
|
||||
fix __load_balance_iterator() for cfs with only one task
|
||||
(bnc#457594 - LTC50544)
|
||||
* Wed Jan 14 2009 olh@suse.de
|
||||
- patches.fixes/xfs-redirty-ENOSPC.patch: Re-dirty pages on
|
||||
ENOSPC when converting delayed allocations (bnc#433112 - LTC48749)
|
||||
* Wed Jan 14 2009 npiggin@suse.de
|
||||
- Added guarded patches:
|
||||
- patches.suse/mnt-want-write-speedup.patch: fs: mnt_want_write
|
||||
speedup (bnc#436953).
|
||||
- patches.suse/mnt_clone_write.patch: fs: introduce
|
||||
mnt_clone_write (bnc#436953).
|
||||
- patches.suse/unlock_page-speedup.patch: mm: unlock_page speedup
|
||||
(bnc#436953).
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- Update config files.
|
||||
- patches.drivers/add-via-chrome9-drm-support.patch: add Via
|
||||
chrome9 drm support.
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch:
|
||||
pata_via.c: Support VX855 and future chips whose IDE controller
|
||||
use 0x0571..
|
||||
* Tue Jan 13 2009 hare@suse.de
|
||||
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
|
||||
after suggestions from James Bottomley (bnc#465346).
|
||||
@ -1121,6 +1703,9 @@ GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
- patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes
|
||||
when repeatetly attaching/detaching devices. (bnc#458339).
|
||||
* Tue Jan 06 2009 npiggin@suse.de
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for
|
||||
contiguous kmap fix (bnc#449812).
|
||||
* Tue Jan 06 2009 npiggin@suse.de
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch: update.
|
||||
* Mon Jan 05 2009 mmarek@suse.cz
|
||||
- patches.suse/modpost-filter-out-built-in-depends: modpost:
|
||||
|
@ -1,3 +1,980 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 18:45:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
- patches.suse/usb-move-ehci-reg-def.patch: usb: move ehci
|
||||
reg def.
|
||||
- patches.suse/x86-usb-debug-port-early-console-v4.patch: x86:
|
||||
usb debug port early console, v4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 11:43:32 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch
|
||||
patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch
|
||||
patches.kabi/export-iwl_rx_allocate
|
||||
patches.kabi/sched-kabi-compat-hack.patch: Introduce
|
||||
patches.kabi/ for patches that only work around kabi issues and
|
||||
can be safely dropped at the next SP.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 20:34:29 CET 2009 - agruen@suse.de
|
||||
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: Add missing pageattr.c
|
||||
changes to pageattr-xen.c (bnc#439348).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 18:50:59 CET 2009 - agruen@suse.de
|
||||
|
||||
- patches.suse/x86-mark_rodata_rw.patch: Add mark_rodata_rw()
|
||||
to un-protect read-only kernel code pages (bnc#439348).
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: xen specific part
|
||||
(bnc#439348).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 15:59:27 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- config/s390/s390: the -man package still fails for s390, disable
|
||||
it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 14:27:18 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: fix build of the -man subpackage on
|
||||
31bit s390
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 13:23:01 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- fix kernel-default.ppc64 reference symsets
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 12:06:53 CET 2009 - jslaby@suse.cz
|
||||
|
||||
- patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch:
|
||||
x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240
|
||||
FATE304266).
|
||||
[cpu_mask_to_apicid bigsmp fix]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 08:16:54 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
|
||||
map scsi proc_name to module name (bnc#459933 - LTC50724)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 23:33:09 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disable ftrace in -debug on ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 23:16:03 CET 2009 - jeffm@suse.de
|
||||
|
||||
- config.conf: Added -debug flavor for ppc64.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 13:40:53 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.drivers/libfc-set-the-release-function.diff:
|
||||
Whitespace change.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 09:05:30 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/libfc-fix-read-IO-data-integrity: libfc:
|
||||
IO data integrity issue when a IO data frame lost (bnc#469536).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 08:52:49 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- re-enable patches.xen/xen3-e1000e_Export_set_memory_ro-rw.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 07:44:18 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
include prototype for PFN_UP() (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:53:20 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Export
|
||||
set_memory_ro() and set_memory_rw() calls.
|
||||
readded to avoid kabi change
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:36:59 CET 2009 - jeffm@suse.de
|
||||
|
||||
- config.conf: Added kernel-vmi to i386.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:08:43 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
use PFN_UP() for end_pfn (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 17:14:44 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- kabi: import FCoE changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 17:00:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: disable
|
||||
wrong debug message again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 15:35:41 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/taskstats-alignment:
|
||||
IA64: fill 'struct taskstats' on stack and 'memcpy' result to skb.
|
||||
(bnc#448410)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 15:31:39 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
fix calculation of reserve_size (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 14:19:30 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.fixes/disable-lro-per-default: Disable LRO per default
|
||||
in igb and ixgbe. (bnc#467519)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 13:44:37 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- Just comment out patches.xen/xen3-e1000e_* (to address build error)
|
||||
until disposition of their originals is known.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 13:01:24 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.fixes/sctp_do_not_use_stale_copy_of_sk: Do not use
|
||||
stale copy of sk. (bnc#440104)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:52:21 CET 2009 - jblunck@suse.de
|
||||
|
||||
Renamed some patches so they get included in vanilla builds.
|
||||
- patches.rpmify/firmware-path: Renamed.
|
||||
- patches.rpmify/no-include-asm: Renamed.
|
||||
- patches.suse/md-raid-metadata-PAGE_SIZE.patch: Renamed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:18:00 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.suse/led_classdev.sysfs-name.patch: use correct name
|
||||
for /sys/devices/virtual/leds/ entries (bnc#468350)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:15:15 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Delete.
|
||||
- patches.suse/e1000e_allow_bad_checksum: Delete.
|
||||
- patches.suse/e1000e_call_dump_eeprom: Delete.
|
||||
- patches.suse/e1000e_ioremap_sanity_check: Delete.
|
||||
- patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory:
|
||||
Delete.
|
||||
Remove not mainline e1000e patches which were added to help with
|
||||
the e1000e NVM corruption - root issue is fixed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:06:30 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/tg3_libphy_workaround: tg3 libphy workaround.
|
||||
(bnc#468725)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 09:17:49 CET 2009 - hare@suse.de
|
||||
|
||||
- supported.conf: Correct spelling for dm-least-pending
|
||||
path checker.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 09:16:31 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-check-info-before-access: Kernel Oops
|
||||
during path failover (bnc#458393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 02:07:17 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patch fuzz now that 2.6.27.13 is in tree
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 01:59:30 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to final version of 2.6.27.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 23:24:49 CET 2009 - gregkh@suse.de
|
||||
|
||||
- dynamic debugging fixes backported from upstream:
|
||||
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
|
||||
driver core: add newlines to debugging enabled/disabled
|
||||
messages.
|
||||
- patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch:
|
||||
Driver core: fix 'dynamic_debug' cmd line parameter.
|
||||
- patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch:
|
||||
driver core: fix using 'ret' variable in
|
||||
unregister_dynamic_debug_module.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 17:51:17 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch:
|
||||
(fix return of an unitialized value (bnc#469017)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 11:29:02 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- update kabi files: ignore changes in struct pcie_link_state as
|
||||
it is an internal structure only.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 11:26:16 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.suse/genksyms-add-override-flag.diff: genksyms: add
|
||||
--override flag.
|
||||
- rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 01:25:44 CET 2009 - ghaskins@suse.de
|
||||
|
||||
- patches.fixes/sched-kabi-compat-hack.patch: sched: leave
|
||||
RT_GROUP_SCHED structure components intact to preserve kABI.
|
||||
|
||||
broke kabi with fix for 456542
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 00:35:12 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/cpufreq_export_latency.patch: CPUFREQ: Introduce
|
||||
/sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency
|
||||
(bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch:
|
||||
CPUFREQ: ondemand/conservative: sanitize sampling_rate
|
||||
restrictions (bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
- patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch:
|
||||
X86 powernow-k8 cpufreq: Get transition latency from acpi _PSS
|
||||
object (bnc#464461).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 20:29:24 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/xfs-dmapi-fixes: xfs/dmapi: fix crash on mount
|
||||
(bnc#458027).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 20:19:33 CET 2009 - ghaskins@suse.de
|
||||
|
||||
- Update config files: Disable RT_GROUP_SCHED (bnc#456542).
|
||||
|
||||
The RT_GROUP_SCHED feature is experimental and clearly broken, so
|
||||
lets turn it off for now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 16:51:40 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/hpilo-open-close-fix: hpilo open/close fix
|
||||
(bnc#466517).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:59:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: Handle I/O
|
||||
on stopped queues correctly (bnc#458393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:34:11 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.suse/mnt-want-write-speedup.patch,
|
||||
patches.suse/mnt_clone_write.patch: modified not to break kABI,
|
||||
enabled (bnc#436953).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:08:39 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwlagn-fix-rfkill.patch: iwlagn: fix hw-rfkill
|
||||
while the interface is down (bnc#446158).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 14:59:57 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- kabi/severities: temporarily enable changes in FcOE modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:55:18 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.arch/s390-08-06-personality.patch: kernel: setting 32
|
||||
bit personality doesn't work (bnc#466462).
|
||||
- patches.arch/s390-08-07-compat_wrappers.patch: kernel:
|
||||
Add missing wrapper functions for 31 bit compat
|
||||
syscalls. (bnc#466462,LTC#51229).
|
||||
- patches.fixes/block-leave-the-request-timeout-timer-running:
|
||||
Delete obsolete patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:42:28 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change
|
||||
fcoe_sw sg_tablesize to SG_ALL (bnc #459142).
|
||||
- patches.drivers/fcoe-check-return-for-fc_set_m.diff: check
|
||||
return for fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-frame-length-validati.diff: fix frame
|
||||
length validation in the early receive path (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff:
|
||||
fcoe: fix incorrect use of struct module (bnc #468051).
|
||||
- patches.drivers/fcoe-improved-load-balancing-i.diff: improved
|
||||
load balancing in rx path (bnc #459142).
|
||||
- patches.drivers/fcoe-logoff-of-the-fabric-when.diff: Logoff
|
||||
of the fabric when destroying interface (bnc #459142).
|
||||
- patches.drivers/fcoe-remove-warn_on-in-fc_set.diff: remove
|
||||
WARN_ON in fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-user_mfs-is-never-used.diff: user_mfs is
|
||||
never used (bnc #459142).
|
||||
- patches.drivers/libfc-add-fc_disc-c-locking-co.diff: Add
|
||||
fc_disc.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-ensure-correct-device_pu.diff: libfc:
|
||||
Ensure correct device_put/get usage (round 2).
|
||||
- patches.drivers/libfc-fix-rport-recursive-lock.diff: libfc:
|
||||
Fix rport recursive lock on rport mutex (bnc #459142).
|
||||
- patches.drivers/libfc-handle-rrq-exch-timeout.diff: libfc:
|
||||
handle RRQ exch timeout (bnc #465596).
|
||||
- patches.drivers/libfc-improve-fc_lport-c-locki.diff: Improve
|
||||
fc_lport.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-improve-fc_rport-c-locki.diff: Improve
|
||||
fc_rport.c locking comment block (459142).
|
||||
- patches.drivers/libfc-make-fc_disc-inline-with.diff: make
|
||||
fc_disc inline with the fc_lport structure (bnc #459142).
|
||||
- patches.drivers/libfc-make-rscn-parsing-more-r.diff: make RSCN
|
||||
parsing more robust (bnc #459142).
|
||||
- patches.drivers/libfc-make-sure-we-access-the.diff: make sure
|
||||
we access the CRC safely (bnc #459142).
|
||||
- patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff: libfc:
|
||||
Pass lport in exch_mgr_reset (bnc #465596).
|
||||
- patches.drivers/libfc-remove-debug-print-state.diff: libfc:
|
||||
Remove debug print statement, too verbose (bnc #459142).
|
||||
- patches.drivers/libfc-set-the-release-function.diff: Set
|
||||
the release function for the rport's kobject (round 2)
|
||||
(bnc #459142).
|
||||
- patches.drivers/libfc-updated-comment-for-orde.diff: updated
|
||||
comment for order of em and ex locks (bnc #459142).
|
||||
- patches.drivers/libfc-updated-libfc-fcoe-modul.diff: updated
|
||||
libfc fcoe module ver to 1.0.6 (bnc #459142).
|
||||
- patches.drivers/libfc-use-an-operations-struct.diff: use an
|
||||
operations structure for rport callbacks (bnc #459142).
|
||||
- patches.drivers/libfc-when-rport-goes-away-re.diff: libfc:
|
||||
when rport goes away (re-plogi), clean up exchanges to/from
|
||||
rport (bnc #465596).
|
||||
- patches.drivers/libfc_locking.diff: libfc, fcoe: fixed locking
|
||||
issues with lport->lp_mutex around lport->link_status (bnc
|
||||
#468053).
|
||||
- patches.drivers/libfc_rport.diff: libfc: rport retry on LS_RJT
|
||||
from certain ELS (bnc #468054).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:36:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.fixes/qla2xxx-check-fc-rport-validity:
|
||||
qla2xxx: added check for fcport is valid in
|
||||
qla2x00_terminate_rport_io(). (bnc#467624).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:01:59 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-gateway-t1616-quirk: ALSA: hda -
|
||||
Add quirk for Gateway T1616 laptop (bnc#467597).
|
||||
- patches.drivers/alsa-hda-hp-dv4-quirk: ALSA: hda - Add model
|
||||
entry for HP dv4.
|
||||
- patches.drivers/alsa-hda-intel-d945-ref-quirk: ALSA: hda -
|
||||
Add model=ref for Intel board with STAC9221 (bnc#406529).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 10:48:16 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.fixes/blk-leave-sync-timer-running: block: Rediff
|
||||
- patches.fixes/block-use-round_jiffies_up: Block: use
|
||||
round_jiffies_up() (bnc#464155).
|
||||
- Add missing patches to series.conf:
|
||||
patches.fixes/round-jiffies-up
|
||||
patches.fixes/block-use-round_jiffies_up
|
||||
patches.fixes/block-fix-blk_start_queueing
|
||||
patches.fixes/suppress-buffer-IO-errors
|
||||
patches.fixes/block-optimizations-in-blk_rq_timed_out_timer
|
||||
patches.fixes/block-add-comment-in-blk_rq_timed_out
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 07:51:35 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
handle also drivers/scsi/ibmvscsi/ibmvfc.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 06:41:18 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.fixes/cifs-fix-oops-on-ipv6-mount: cifs: make sure we
|
||||
allocate enough storage for socket address (467691).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 05:57:48 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kernel.org/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch:
|
||||
ABI fix: add WB_SYNC_HOLD enum writeback_sync_modes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 05:08:48 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kernel.org/abi-fix-add-s_syncing-back-to-struct-super_block.patch:
|
||||
ABI fix: add s_syncing back to struct super_block.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 02:26:30 CET 2009 - gregkh@suse.de
|
||||
|
||||
- update to 2.6.27.13-rc1:
|
||||
- security updates
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.arch/ppc-fix_hugepage_check.patch
|
||||
- patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk
|
||||
- patches.fixes/security-introduce-missing-kfree.patch
|
||||
- patches.fixes/xpc-fix-heartbeat
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 23:55:10 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
|
||||
with shared interrupt during reset (bnc#396687)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 22:43:48 CET 2009 - tonyj@suse.de
|
||||
|
||||
- patches.fixes/revert-bgcolor-line-feed-93f78da4.patch: Revert
|
||||
"vt: fix background color on line feed" (bnc#418613).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 19:28:06 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch: iwlwifi:
|
||||
fix rs_get_rate WARN_ON() (bnc#456002).
|
||||
- Reordered wireless patches to group together patches touching the same
|
||||
driver.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 19:13:20 CET 2009 - bphilips@suse.de
|
||||
|
||||
- patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch:
|
||||
disable catas_reset by default to avoid problems with EEH
|
||||
(bnc#456389).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 17:42:04 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
fixed kABI breakage. (bnc#458811)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:58:54 CET 2009 - bwalle@suse.de
|
||||
|
||||
- scripts/tar-up_and_run_mbuild.sh: s390 (the 31 bit variant) is
|
||||
not an important spec file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:50:44 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: fixed kABI
|
||||
breakage, reenabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:29:07 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/modversions: eat the "override" keyword before parsing the
|
||||
symbol definition.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 14:14:03 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
Correct VIO bus/device CMO accounting problems (bnc#468304 - LTC51205)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 14:03:12 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.suse/of_platform_driver.module-owner.patch:
|
||||
add missing module symlink to /sys/bus/*/driver/*
|
||||
in struct of_platform_driver.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 13:29:23 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix - new version from Intel (bnc#465923)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:58:06 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
(fix compilation on i386 and add hpet64 to kernel-parameters.txt)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:25:59 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:10:39 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
sgi-xpc: need to pass the physical address, not virtual. (bnc#458811)
|
||||
- patches.fixes/xpc-fix-heartbeat:
|
||||
sgi-xpc: eliminate false detection of no heartbeat. (bnc#464545)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 11:28:20 CET 2009 - jkosina@suse.de
|
||||
|
||||
- patches.fixes/input-add-nomux-dell-vostro-1510.patch: Input:
|
||||
add Dell Vostro 1510 to nomux list (bnc#404881).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 10:30:46 CET 2009 - jblunck@suse.de
|
||||
|
||||
- scripts/compute-PATCHVERSION.sh: Fix SRCVERSION parsing (bnc#465113).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 10:02:42 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-add-volume-offset: ALSA: hda - Add
|
||||
extra volume offset to standard volume amp macros (bnc#466428).
|
||||
- patches.drivers/alsa-hda-stac-reduce-volume-scale: ALSA: hda -
|
||||
Halve too large volume scales for STAC/IDT codecs (bnc#466428).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 09:25:52 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/lpfc-8.2.8.12-update: Update lpfc from 8.2.8.11
|
||||
to 8.2.8.12 (bnc#467713).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 01:58:48 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/reiserfs-debug-1036: fix missing jl arg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 21:09:15 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: delete duplicate error message in the
|
||||
kabi checks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 20:04:30 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/remove_kernel_physical_mapping_init_from_init:
|
||||
move kernel_physical_mapping_init to __meminit (bnc#467474).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:56:34 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: disabled, as it changes
|
||||
kABI.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:46:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.fixes/security-introduce-missing-kfree.patch: security:
|
||||
introduce missing kfree (bnc#467322).
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch:
|
||||
sysfs: fix problems with binary files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:35:32 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.arch/ia64-page-migration.fix:
|
||||
fix deadlock caused by cpe_migrate.ko and mark it supported.
|
||||
(bnc#464676)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:23:31 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/sn-irq-affinity: sn2: preserve irq affinity set
|
||||
in PROM (bnc#457679).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:15:43 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/uv_zalias_support: uv: Support for non-nasid 0
|
||||
systems (bnc#458869).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:12:47 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/xpc-fix-NULL-deref: sgi-xpc: Remove NULL pointer
|
||||
dereference. (bnc#466563).
|
||||
- patches.fixes/xpc-write-barrier: sgi-xpc: ensure flags are
|
||||
updated before bte_copy (bnc#466563).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:06:26 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/ipw2200-workaround-firmware-restarts-when-scanning.patch:
|
||||
ipw2200: fix scanning while associated (bnc#459067).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:01:41 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwl3945-fix-rfkill.patch: iwl3945: report
|
||||
killswitch changes even if the interface is down (bnc#446013).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 18:51:54 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: mac80211:
|
||||
add direct probe before association (bnc#461889).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 16:38:10 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/mptsas-discover-all-devices: mptsas driver
|
||||
fails to discover devices (bnc#459932).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 14:04:08 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.27.12.
|
||||
- patches.xen/764-netback-foreign-pages.patch: netback: handle
|
||||
non-netback foreign pages.
|
||||
- patches.xen/769-evtchn-CPU-offline.patch: evtchn: Fix CPU offlining
|
||||
to switch all affected ports belonging to a particular /dev/evcthn
|
||||
user.
|
||||
- patches.xen/gso-size-check.patch: gso: Ensure that the packet
|
||||
is long enough.
|
||||
- patches.xen/xen-S3-MSI: fix Dom0 resume from S3 when MSI is
|
||||
in use (bnc#435596).
|
||||
- patches.xen/xen3-e1000e_ioremap_sanity_check: ioremap sanity
|
||||
check to catch mapping requests exceeding the BAR sizes
|
||||
(bnc#425480).
|
||||
- patches.xen/xen3-x86-fix-kmap-contig.patch: x86: contiguous
|
||||
kmap fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 12:08:54 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
implement correct model matching
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 10:20:05 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/dm-mpath-tracking-nr-bytes:
|
||||
lpp_end_io gets nr_bytes as third arg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 10:04:08 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
match all JSxx/QSxx models based on the first 4 chars in 'model'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 08:09:10 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-axon-missing-msi-workaround-5.diff:
|
||||
Fix MSI after kexec (bnc#467633)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 21:01:18 CET 2009 - gregkh@suse.de
|
||||
|
||||
- clean up patch fuzz after 2.6.27.12 inclusion.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 20:50:47 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to the real 2.6.27.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 17:00:55 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.suse/reiserfs_warning-reentrant: reiserfs: eliminate
|
||||
reiserfs_warning from uniqueness functions; Fixes deadlock.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 16:39:35 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.drivers/cxgb3-ser.patch:
|
||||
reset the adapter on fatal error (bnc#466062 - LTC51042)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 15:24:43 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-03-iucv-cpu-hotremove.diff: iucv: failing
|
||||
cpu hot remove for inactive iucv (bnc#466462,LTC#51104).
|
||||
- patches.arch/s390-08-04-compat-sigaltstack.diff:
|
||||
kernel: 31 bit compat sigaltstack syscall fails with
|
||||
-EFAULT. (bnc#466462,LTC#50888).
|
||||
- patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch:
|
||||
af_iucv: System hang if recvmsg() is used with MSG_PEEK
|
||||
(bnc#466462,LTC#51136).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 15:15:19 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-accept-failed-paths: Only accept
|
||||
non-existing paths when adding failed paths (bnc#467579)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 12:19:52 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-source.spec.in: set CONFIG_DEBUG_INFO=y in the
|
||||
packaged .configs if builfing debug packages (bnc#460887)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 16:40:39 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: set %tolerate_kabi_changes to 6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 16:40:11 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.suse/export-iwl_rx_allocate: reintroduce
|
||||
EXPORT_SYMBOL(iwl_rx_allocate).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 13:56:20 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- import SLE11 RC2 reference kabi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 11:35:12 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/mpt-return-all-sense-data: MPT Fusion doesn't
|
||||
return all sense data (bnc#466179).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 17 00:20:49 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.12-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 17:46:11 CET 2009 - od@suse.de
|
||||
|
||||
- patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch:
|
||||
call boot IRQ quirks at end of device init and during resume.
|
||||
- patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch:
|
||||
update to upstream variant of this patch:
|
||||
- integrate an older quirk to make IO-APIC mode work on AMD
|
||||
8131 rev. A0 and B0
|
||||
- fix boot IRQ disabling logic for AMD 813x
|
||||
- remove unneeded code for AMD SB700S
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 16:09:26 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
|
||||
fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 10:55:12 CET 2009 - olh@suse.de
|
||||
|
||||
- enable mptsas in kdump kernel to allow crashdump on QS2x blades
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 08:44:42 CET 2009 - tiwai@suse.de
|
||||
|
||||
Fix STAC925x patch again
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
(yet more) STAC925x issues (bnc#460478).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 07:03:59 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-01-cio-fix-mp-mode.diff: cio: fix
|
||||
subchannel multipath mode setup (bnc#466462,LTC#51047).
|
||||
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
|
||||
memory alignment for GPN_FT requests. (bnc#466462).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 23:53:36 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files for vanilla kernel versions due to new config
|
||||
option added in 2.6.27.12-rc1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 23:47:39 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.12-rc1:
|
||||
- security fixes
|
||||
- fixes CVE-2009-0029
|
||||
- bug fixes all over the place.
|
||||
- obsoletes the following patches:
|
||||
- patches.arch/ppc-cmm_no_kdump.patch
|
||||
- patches.drivers/alsa-caiaq-midi-oops-fix
|
||||
- patches.drivers/alsa-hda-hp-6730b-quirk
|
||||
- patches.drivers/ibmvfc-host_init_delay.patch
|
||||
- patches.drivers/ibmvfc-improve_sync_events.patch
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch
|
||||
- patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch
|
||||
- patches.fixes/uv-remove-erroneous-BAU-init
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:37:26 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound:
|
||||
virtuoso: do not overwrite EEPROM on Xonar D2/D2X (bnc#462365).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:16:35 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.suse/s390-System.map.diff:
|
||||
Strip L2^B symbols (bnc #456682).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:09:29 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-gateway-fix: ALSA: patch_sigmatel:
|
||||
Add missing Gateway entries and autodetection (bnc#460478).
|
||||
- patches.drivers/alsa-hda-gateway-fix2: ALSA: hda - More fixes
|
||||
on Gateway entries (bnc#460478).
|
||||
- patches.drivers/alsa-hda-hp-dv5-mic-fix: ALSA: hda - Fix HP
|
||||
dv5 mic input (bnc#462913).
|
||||
- patches.drivers/alsa-hda-hp-dv5-quirk: ALSA: hda - Add quirk
|
||||
for another HP dv5 (bnc#462913).
|
||||
- patches.drivers/alsa-hda-idt92hd83-fix-typo: ALSA: hda -
|
||||
Fix a typo.
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk: ALSA: hda - Add
|
||||
automatic model setting for Samsung Q45.
|
||||
- patches.drivers/alsa-hda-seek-for-codec-id: ALSA: hda - Add
|
||||
a new function to seek for a codec ID (bnc#460478).
|
||||
- patches.drivers/alsa-hda-sigmatel-no-hp-reset: ALSA: hda -
|
||||
Don't reset HP pinctl in patch_sigmatel.c (bnc#460478).
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
missing initialization of NID 0x0e for STAC925x (bnc#460478).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 08:40:13 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-fix_hugepage_check.patch:
|
||||
is_hugepage_only_range() must account for both 4kB and 64kB
|
||||
slices (bnc#466229 - LTC51063)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 23:23:42 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 23:07:16 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Enabled patches.suse/unlock_page-speedup.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 22:00:49 CET 2009 - rjw@suse.de
|
||||
|
||||
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
|
||||
PCI PM: Split PCI Express port suspend-resume (bnc#455926).
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch:
|
||||
PCI: Suspend and resume PCI Express ports with interrupts
|
||||
disabled (bnc#455926).
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch:
|
||||
PCI: handle PCI state saving with interrupts disabled
|
||||
(bnc#455926).
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch:
|
||||
PCI: Rework default handling of suspend and resume (bnc#455926).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:38:29 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disable PARAVIRT.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:20:29 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patches for fuzz due to update to 2.6.27.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:02:21 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to final version of 2.6.27.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 16:38:47 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/ixgbe-dcb-setstate.patch: Bugfix for ixgbe
|
||||
and kernel DCB netlink code. (bnc#458194)
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix. (bnc#465923)
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 15:56:58 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: Delete.
|
||||
It came out that this is an already fixed BIOS bug. The quirk
|
||||
is not needed anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 14:53:51 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/acpi_fix_double_slash_root_prefix_handling.patch:
|
||||
In AcpiNsGetInternalNameLength, skip the redundant backslash
|
||||
of RootPrefix (http://bugzilla.kernel.org/show_bug.cgi?id=11541
|
||||
http://www.acpica.org/bugzilla/show_bug.cgi?id=739).
|
||||
- patches.fixes/acpi_video_always_update_sys.patch: video: always
|
||||
update the brightness when poking "brightness" (bnc#450149).
|
||||
- patches.fixes/acpi_video_handle_reversed_brightness_info.patch:
|
||||
ACPI: video: Fix reversed brightness behavior on ThinkPad SL
|
||||
series (bnc#450149).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 08:45:29 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch:
|
||||
fix __load_balance_iterator() for cfs with only one task
|
||||
(bnc#457594 - LTC50544)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 08:32:32 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/xfs-redirty-ENOSPC.patch: Re-dirty pages on
|
||||
ENOSPC when converting delayed allocations (bnc#433112 - LTC48749)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 04:33:33 CET 2009 - npiggin@suse.de
|
||||
|
||||
- Added guarded patches:
|
||||
- patches.suse/mnt-want-write-speedup.patch: fs: mnt_want_write
|
||||
speedup (bnc#436953).
|
||||
- patches.suse/mnt_clone_write.patch: fs: introduce
|
||||
mnt_clone_write (bnc#436953).
|
||||
- patches.suse/unlock_page-speedup.patch: mm: unlock_page speedup
|
||||
(bnc#436953).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 00:51:58 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- patches.drivers/add-via-chrome9-drm-support.patch: add Via
|
||||
chrome9 drm support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 00:29:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch:
|
||||
pata_via.c: Support VX855 and future chips whose IDE controller
|
||||
use 0x0571..
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 13 16:46:08 CET 2009 - hare@suse.de
|
||||
|
||||
@ -472,6 +1449,12 @@ Tue Jan 6 18:36:57 CET 2009 - jjolly@suse.de
|
||||
- patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes
|
||||
when repeatetly attaching/detaching devices. (bnc#458339).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 14:37:15 CET 2009 - npiggin@suse.de
|
||||
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for
|
||||
contiguous kmap fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 07:54:29 CET 2009 - npiggin@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-ppc64 (Version 2.6.27.10)
|
||||
# spec file for package kernel-ppc64 (Version 2.6.27.13)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -47,7 +47,7 @@
|
||||
%define cpu_arch_flavor %(%_sourcedir/guards %symbols < %_sourcedir/config.conf | grep '/ppc64$')
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar xfj %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%ifarch %ix86 x86_64
|
||||
%define install_vdso 1
|
||||
@ -62,8 +62,8 @@
|
||||
|
||||
Name: kernel-ppc64
|
||||
Summary: Kernel for ppc64 Systems
|
||||
Version: 2.6.27.10
|
||||
Release: 5
|
||||
Version: 2.6.27.13
|
||||
Release: 3
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -98,8 +98,8 @@ BuildRequires: dwarfextract
|
||||
%endif
|
||||
%if %build_xen
|
||||
%ifarch %ix86
|
||||
Provides: kernel-xenpae = 2.6.27.10
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.10
|
||||
Provides: kernel-xenpae = 2.6.27.13
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.13
|
||||
%endif
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
@ -121,7 +121,7 @@ Conflicts: lvm2 < 2.02.33
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = 2.6.27.10-%source_rel
|
||||
Provides: kernel = 2.6.27.13-%source_rel
|
||||
%ifarch ppc
|
||||
Provides: kernel-pmac64 kernel-pseries64 kernel-iseries64
|
||||
Obsoletes: kernel-pmac64 kernel-pseries64 kernel-iseries64
|
||||
@ -160,6 +160,7 @@ Source109: patches.kernel.org.tar.bz2
|
||||
Source110: patches.apparmor.tar.bz2
|
||||
Source111: patches.rt.tar.bz2
|
||||
Source112: patches.trace.tar.bz2
|
||||
Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
%define my_builddir %_builddir/%{name}-%{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -203,7 +204,7 @@ Obsoletes: ralink-rt2860-kmp
|
||||
%define tolerate_unknown_new_config_options 0
|
||||
# kABI change tolerance (default in maintenance should be 4, 6, 8 or 15,
|
||||
# 31 is the maximum; see scripts/kabi-checks)
|
||||
%define tolerate_kabi_changes 31
|
||||
%define tolerate_kabi_changes 6
|
||||
|
||||
%description
|
||||
This package contains the kernel for:
|
||||
@ -224,18 +225,18 @@ Authors:
|
||||
Tom Gall <tom_gall@vnet.ibm.com>
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
echo "The kernel-ppc64-2.6.27.10.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.10.src.rpm."
|
||||
echo "The kernel-ppc64-2.6.27.13.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.13.src.rpm."
|
||||
exit 1
|
||||
fi
|
||||
echo "Architecture symbol(s):" %symbols
|
||||
# Unpack all sources and patches
|
||||
%setup -q -c -T -a 0 -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 120
|
||||
%setup -q -c -T -a 0 -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 113 -a 120
|
||||
supported_conf() {
|
||||
%_sourcedir/guards %symbols $* < %_sourcedir/supported.conf | sort -u
|
||||
}
|
||||
@ -285,7 +286,7 @@ cat ../config/%cpu_arch_flavor \
|
||||
cpu_arch_flavor="%cpu_arch_flavor"
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
cpu_arch=${cpu_arch_flavor%/*}
|
||||
KERNELRELEASE=2.6.27.10-$RELEASE-ppc64
|
||||
KERNELRELEASE=2.6.27.13-$RELEASE-ppc64
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -333,18 +334,15 @@ export OOPS_TIMESTAMP="$(
|
||||
| tr -dc 0-9)"
|
||||
export KBUILD_VERBOSE=0
|
||||
export KBUILD_SYMTYPES=1
|
||||
export KBUILD_OVERRIDE=1
|
||||
EOF
|
||||
source .kernel-binary.spec.buildenv
|
||||
%ifarch s390x
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
chmod +x scripts/kmsg-doc
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y D=2
|
||||
%else
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
%endif
|
||||
%else
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
%endif
|
||||
|
||||
%install
|
||||
source .rpm-defs
|
||||
@ -426,7 +424,7 @@ add_vmlinux()
|
||||
if [ -x "$(which dwarfextract 2>/dev/null)" ] ; then
|
||||
dwarfextract vmlinux %buildroot/boot/Kerntypes-$KERNELRELEASE
|
||||
fi
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
mkdir -p %buildroot/usr/share/man/man9
|
||||
find man -name '*.9' -exec install -m 644 -D '{}' %buildroot/usr/share/man/man9/ ';'
|
||||
%endif
|
||||
@ -626,8 +624,6 @@ if [ $CONFIG_MODULES = y ]; then
|
||||
--max-badness=%tolerate_kabi_changes || KABI=$?
|
||||
fi
|
||||
if [ $KABI -ne 0 ]; then
|
||||
echo "kABI changes of badness $KABI exceed the maximum allowed badness" \
|
||||
"of %tolerate_kabi_changes. Please try to avoid the kABI changes."
|
||||
if [ ! -e %my_builddir/kabi/$cpu_arch/ignore-ppc64 -a \
|
||||
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
|
||||
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
|
||||
@ -757,8 +753,8 @@ Authors:
|
||||
Tom Gall <tom_gall@vnet.ibm.com>
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -812,8 +808,8 @@ Authors:
|
||||
Tom Gall <tom_gall@vnet.ibm.com>
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -827,8 +823,7 @@ GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
%files -n kernel-ppc64-extra -f kernel-extra.files
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
%ifarch s390x
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
|
||||
%package -n kernel-ppc64-man
|
||||
License: GPL v2 only
|
||||
@ -854,16 +849,603 @@ Authors:
|
||||
Tom Gall <tom_gall@vnet.ibm.com>
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%files -n kernel-ppc64-man
|
||||
%defattr(-,root,root)
|
||||
/usr/share/man/man9/*
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jan 29 2009 gregkh@suse.de
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
- patches.suse/usb-move-ehci-reg-def.patch: usb: move ehci
|
||||
reg def.
|
||||
- patches.suse/x86-usb-debug-port-early-console-v4.patch: x86:
|
||||
usb debug port early console, v4.
|
||||
* Thu Jan 29 2009 mmarek@suse.cz
|
||||
- patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch
|
||||
patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch
|
||||
patches.kabi/export-iwl_rx_allocate
|
||||
patches.kabi/sched-kabi-compat-hack.patch: Introduce
|
||||
patches.kabi/ for patches that only work around kabi issues and
|
||||
can be safely dropped at the next SP.
|
||||
* Wed Jan 28 2009 agruen@suse.de
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: Add missing pageattr.c
|
||||
changes to pageattr-xen.c (bnc#439348).
|
||||
* Wed Jan 28 2009 agruen@suse.de
|
||||
- patches.suse/x86-mark_rodata_rw.patch: Add mark_rodata_rw()
|
||||
to un-protect read-only kernel code pages (bnc#439348).
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: xen specific part
|
||||
(bnc#439348).
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- config/s390/s390: the -man package still fails for s390, disable
|
||||
it
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: fix build of the -man subpackage on
|
||||
31bit s390
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- fix kernel-default.ppc64 reference symsets
|
||||
* Wed Jan 28 2009 jslaby@suse.cz
|
||||
- patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch:
|
||||
x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240
|
||||
FATE304266).
|
||||
[cpu_mask_to_apicid bigsmp fix]
|
||||
* Wed Jan 28 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
|
||||
map scsi proc_name to module name (bnc#459933 - LTC50724)
|
||||
* Tue Jan 27 2009 jeffm@suse.de
|
||||
- Update config files: Disable ftrace in -debug on ppc64
|
||||
* Tue Jan 27 2009 jeffm@suse.de
|
||||
- config.conf: Added -debug flavor for ppc64.
|
||||
* Tue Jan 27 2009 bwalle@suse.de
|
||||
- patches.drivers/libfc-set-the-release-function.diff:
|
||||
Whitespace change.
|
||||
* Tue Jan 27 2009 hare@suse.de
|
||||
- patches.drivers/libfc-fix-read-IO-data-integrity: libfc:
|
||||
IO data integrity issue when a IO data frame lost (bnc#469536).
|
||||
* Tue Jan 27 2009 jbeulich@novell.com
|
||||
- re-enable patches.xen/xen3-e1000e_Export_set_memory_ro-rw.
|
||||
* Tue Jan 27 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
include prototype for PFN_UP() (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Export
|
||||
set_memory_ro() and set_memory_rw() calls.
|
||||
readded to avoid kabi change
|
||||
* Mon Jan 26 2009 jeffm@suse.de
|
||||
- config.conf: Added kernel-vmi to i386.
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
use PFN_UP() for end_pfn (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 mmarek@suse.cz
|
||||
- kabi: import FCoE changes
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: disable
|
||||
wrong debug message again.
|
||||
* Mon Jan 26 2009 rw@suse.de
|
||||
- patches.fixes/taskstats-alignment:
|
||||
IA64: fill 'struct taskstats' on stack and 'memcpy' result to skb.
|
||||
(bnc#448410)
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
fix calculation of reserve_size (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.fixes/disable-lro-per-default: Disable LRO per default
|
||||
in igb and ixgbe. (bnc#467519)
|
||||
* Mon Jan 26 2009 jbeulich@novell.com
|
||||
- Just comment out patches.xen/xen3-e1000e_* (to address build error)
|
||||
until disposition of their originals is known.
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.fixes/sctp_do_not_use_stale_copy_of_sk: Do not use
|
||||
stale copy of sk. (bnc#440104)
|
||||
* Mon Jan 26 2009 jblunck@suse.de
|
||||
Renamed some patches so they get included in vanilla builds.
|
||||
- patches.rpmify/firmware-path: Renamed.
|
||||
- patches.rpmify/no-include-asm: Renamed.
|
||||
- patches.suse/md-raid-metadata-PAGE_SIZE.patch: Renamed.
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- patches.suse/led_classdev.sysfs-name.patch: use correct name
|
||||
for /sys/devices/virtual/leds/ entries (bnc#468350)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Delete.
|
||||
- patches.suse/e1000e_allow_bad_checksum: Delete.
|
||||
- patches.suse/e1000e_call_dump_eeprom: Delete.
|
||||
- patches.suse/e1000e_ioremap_sanity_check: Delete.
|
||||
- patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory:
|
||||
Delete.
|
||||
Remove not mainline e1000e patches which were added to help with
|
||||
the e1000e NVM corruption - root issue is fixed
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.drivers/tg3_libphy_workaround: tg3 libphy workaround.
|
||||
(bnc#468725)
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- supported.conf: Correct spelling for dm-least-pending
|
||||
path checker.
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-check-info-before-access: Kernel Oops
|
||||
during path failover (bnc#458393).
|
||||
* Sun Jan 25 2009 gregkh@suse.de
|
||||
- refresh patch fuzz now that 2.6.27.13 is in tree
|
||||
* Sun Jan 25 2009 gregkh@suse.de
|
||||
- Update to final version of 2.6.27.13
|
||||
* Sat Jan 24 2009 gregkh@suse.de
|
||||
- dynamic debugging fixes backported from upstream:
|
||||
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
|
||||
driver core: add newlines to debugging enabled/disabled
|
||||
messages.
|
||||
- patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch:
|
||||
Driver core: fix 'dynamic_debug' cmd line parameter.
|
||||
- patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch:
|
||||
driver core: fix using 'ret' variable in
|
||||
unregister_dynamic_debug_module.
|
||||
* Sat Jan 24 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch:
|
||||
(fix return of an unitialized value (bnc#469017)
|
||||
* Sat Jan 24 2009 mmarek@suse.cz
|
||||
- update kabi files: ignore changes in struct pcie_link_state as
|
||||
it is an internal structure only.
|
||||
* Sat Jan 24 2009 mmarek@suse.cz
|
||||
- patches.suse/genksyms-add-override-flag.diff: genksyms: add
|
||||
--override flag.
|
||||
- rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1
|
||||
* Sat Jan 24 2009 ghaskins@suse.de
|
||||
- patches.fixes/sched-kabi-compat-hack.patch: sched: leave
|
||||
RT_GROUP_SCHED structure components intact to preserve kABI.
|
||||
broke kabi with fix for 456542
|
||||
* Sat Jan 24 2009 trenn@suse.de
|
||||
- patches.fixes/cpufreq_export_latency.patch: CPUFREQ: Introduce
|
||||
/sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency
|
||||
(bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch:
|
||||
CPUFREQ: ondemand/conservative: sanitize sampling_rate
|
||||
restrictions (bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
- patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch:
|
||||
X86 powernow-k8 cpufreq: Get transition latency from acpi _PSS
|
||||
object (bnc#464461).
|
||||
* Fri Jan 23 2009 jeffm@suse.de
|
||||
- patches.fixes/xfs-dmapi-fixes: xfs/dmapi: fix crash on mount
|
||||
(bnc#458027).
|
||||
* Fri Jan 23 2009 ghaskins@suse.de
|
||||
- Update config files: Disable RT_GROUP_SCHED (bnc#456542).
|
||||
The RT_GROUP_SCHED feature is experimental and clearly broken, so
|
||||
lets turn it off for now.
|
||||
* Fri Jan 23 2009 jeffm@suse.de
|
||||
- patches.fixes/hpilo-open-close-fix: hpilo open/close fix
|
||||
(bnc#466517).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: Handle I/O
|
||||
on stopped queues correctly (bnc#458393).
|
||||
* Fri Jan 23 2009 jbenc@suse.cz
|
||||
- patches.suse/mnt-want-write-speedup.patch,
|
||||
patches.suse/mnt_clone_write.patch: modified not to break kABI,
|
||||
enabled (bnc#436953).
|
||||
* Fri Jan 23 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwlagn-fix-rfkill.patch: iwlagn: fix hw-rfkill
|
||||
while the interface is down (bnc#446158).
|
||||
* Fri Jan 23 2009 mmarek@suse.cz
|
||||
- kabi/severities: temporarily enable changes in FcOE modules.
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.arch/s390-08-06-personality.patch: kernel: setting 32
|
||||
bit personality doesn't work (bnc#466462).
|
||||
- patches.arch/s390-08-07-compat_wrappers.patch: kernel:
|
||||
Add missing wrapper functions for 31 bit compat
|
||||
syscalls. (bnc#466462,LTC#51229).
|
||||
- patches.fixes/block-leave-the-request-timeout-timer-running:
|
||||
Delete obsolete patch.
|
||||
* Fri Jan 23 2009 bwalle@suse.de
|
||||
- patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change
|
||||
fcoe_sw sg_tablesize to SG_ALL (bnc #459142).
|
||||
- patches.drivers/fcoe-check-return-for-fc_set_m.diff: check
|
||||
return for fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-frame-length-validati.diff: fix frame
|
||||
length validation in the early receive path (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff:
|
||||
fcoe: fix incorrect use of struct module (bnc #468051).
|
||||
- patches.drivers/fcoe-improved-load-balancing-i.diff: improved
|
||||
load balancing in rx path (bnc #459142).
|
||||
- patches.drivers/fcoe-logoff-of-the-fabric-when.diff: Logoff
|
||||
of the fabric when destroying interface (bnc #459142).
|
||||
- patches.drivers/fcoe-remove-warn_on-in-fc_set.diff: remove
|
||||
WARN_ON in fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-user_mfs-is-never-used.diff: user_mfs is
|
||||
never used (bnc #459142).
|
||||
- patches.drivers/libfc-add-fc_disc-c-locking-co.diff: Add
|
||||
fc_disc.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-ensure-correct-device_pu.diff: libfc:
|
||||
Ensure correct device_put/get usage (round 2).
|
||||
- patches.drivers/libfc-fix-rport-recursive-lock.diff: libfc:
|
||||
Fix rport recursive lock on rport mutex (bnc #459142).
|
||||
- patches.drivers/libfc-handle-rrq-exch-timeout.diff: libfc:
|
||||
handle RRQ exch timeout (bnc #465596).
|
||||
- patches.drivers/libfc-improve-fc_lport-c-locki.diff: Improve
|
||||
fc_lport.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-improve-fc_rport-c-locki.diff: Improve
|
||||
fc_rport.c locking comment block (459142).
|
||||
- patches.drivers/libfc-make-fc_disc-inline-with.diff: make
|
||||
fc_disc inline with the fc_lport structure (bnc #459142).
|
||||
- patches.drivers/libfc-make-rscn-parsing-more-r.diff: make RSCN
|
||||
parsing more robust (bnc #459142).
|
||||
- patches.drivers/libfc-make-sure-we-access-the.diff: make sure
|
||||
we access the CRC safely (bnc #459142).
|
||||
- patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff: libfc:
|
||||
Pass lport in exch_mgr_reset (bnc #465596).
|
||||
- patches.drivers/libfc-remove-debug-print-state.diff: libfc:
|
||||
Remove debug print statement, too verbose (bnc #459142).
|
||||
- patches.drivers/libfc-set-the-release-function.diff: Set
|
||||
the release function for the rport's kobject (round 2)
|
||||
(bnc #459142).
|
||||
- patches.drivers/libfc-updated-comment-for-orde.diff: updated
|
||||
comment for order of em and ex locks (bnc #459142).
|
||||
- patches.drivers/libfc-updated-libfc-fcoe-modul.diff: updated
|
||||
libfc fcoe module ver to 1.0.6 (bnc #459142).
|
||||
- patches.drivers/libfc-use-an-operations-struct.diff: use an
|
||||
operations structure for rport callbacks (bnc #459142).
|
||||
- patches.drivers/libfc-when-rport-goes-away-re.diff: libfc:
|
||||
when rport goes away (re-plogi), clean up exchanges to/from
|
||||
rport (bnc #465596).
|
||||
- patches.drivers/libfc_locking.diff: libfc, fcoe: fixed locking
|
||||
issues with lport->lp_mutex around lport->link_status (bnc
|
||||
[#468053]).
|
||||
- patches.drivers/libfc_rport.diff: libfc: rport retry on LS_RJT
|
||||
from certain ELS (bnc #468054).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.fixes/qla2xxx-check-fc-rport-validity:
|
||||
qla2xxx: added check for fcport is valid in
|
||||
qla2x00_terminate_rport_io(). (bnc#467624).
|
||||
* Fri Jan 23 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-gateway-t1616-quirk: ALSA: hda -
|
||||
Add quirk for Gateway T1616 laptop (bnc#467597).
|
||||
- patches.drivers/alsa-hda-hp-dv4-quirk: ALSA: hda - Add model
|
||||
entry for HP dv4.
|
||||
- patches.drivers/alsa-hda-intel-d945-ref-quirk: ALSA: hda -
|
||||
Add model=ref for Intel board with STAC9221 (bnc#406529).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.fixes/blk-leave-sync-timer-running: block: Rediff
|
||||
- patches.fixes/block-use-round_jiffies_up: Block: use
|
||||
round_jiffies_up() (bnc#464155).
|
||||
- Add missing patches to series.conf:
|
||||
patches.fixes/round-jiffies-up
|
||||
patches.fixes/block-use-round_jiffies_up
|
||||
patches.fixes/block-fix-blk_start_queueing
|
||||
patches.fixes/suppress-buffer-IO-errors
|
||||
patches.fixes/block-optimizations-in-blk_rq_timed_out_timer
|
||||
patches.fixes/block-add-comment-in-blk_rq_timed_out
|
||||
* Fri Jan 23 2009 olh@suse.de
|
||||
- update patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
handle also drivers/scsi/ibmvscsi/ibmvfc.c
|
||||
* Fri Jan 23 2009 sjayaraman@suse.de
|
||||
- patches.fixes/cifs-fix-oops-on-ipv6-mount: cifs: make sure we
|
||||
allocate enough storage for socket address (467691).
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- patches.kernel.org/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch:
|
||||
ABI fix: add WB_SYNC_HOLD enum writeback_sync_modes.
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- patches.kernel.org/abi-fix-add-s_syncing-back-to-struct-super_block.patch:
|
||||
ABI fix: add s_syncing back to struct super_block.
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- update to 2.6.27.13-rc1:
|
||||
- security updates
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.arch/ppc-fix_hugepage_check.patch
|
||||
- patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk
|
||||
- patches.fixes/security-introduce-missing-kfree.patch
|
||||
- patches.fixes/xpc-fix-heartbeat
|
||||
- Update config files.
|
||||
* Thu Jan 22 2009 kkeil@suse.de
|
||||
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
|
||||
with shared interrupt during reset (bnc#396687)
|
||||
* Thu Jan 22 2009 tonyj@suse.de
|
||||
- patches.fixes/revert-bgcolor-line-feed-93f78da4.patch: Revert
|
||||
"vt: fix background color on line feed" (bnc#418613).
|
||||
* Thu Jan 22 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch: iwlwifi:
|
||||
fix rs_get_rate WARN_ON() (bnc#456002).
|
||||
- Reordered wireless patches to group together patches touching the same
|
||||
driver.
|
||||
* Thu Jan 22 2009 bphilips@suse.de
|
||||
- patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch:
|
||||
disable catas_reset by default to avoid problems with EEH
|
||||
(bnc#456389).
|
||||
* Thu Jan 22 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
fixed kABI breakage. (bnc#458811)
|
||||
* Thu Jan 22 2009 bwalle@suse.de
|
||||
- scripts/tar-up_and_run_mbuild.sh: s390 (the 31 bit variant) is
|
||||
not an important spec file.
|
||||
* Thu Jan 22 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: fixed kABI
|
||||
breakage, reenabled.
|
||||
* Thu Jan 22 2009 mmarek@suse.cz
|
||||
- rpm/modversions: eat the "override" keyword before parsing the
|
||||
symbol definition.
|
||||
* Thu Jan 22 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
Correct VIO bus/device CMO accounting problems (bnc#468304 - LTC51205)
|
||||
* Thu Jan 22 2009 olh@suse.de
|
||||
- patches.suse/of_platform_driver.module-owner.patch:
|
||||
add missing module symlink to /sys/bus/*/driver/*
|
||||
in struct of_platform_driver.
|
||||
* Thu Jan 22 2009 kkeil@suse.de
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix - new version from Intel (bnc#465923)
|
||||
* Thu Jan 22 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
(fix compilation on i386 and add hpet64 to kernel-parameters.txt)
|
||||
* Thu Jan 22 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
* Thu Jan 22 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
sgi-xpc: need to pass the physical address, not virtual. (bnc#458811)
|
||||
- patches.fixes/xpc-fix-heartbeat:
|
||||
sgi-xpc: eliminate false detection of no heartbeat. (bnc#464545)
|
||||
* Thu Jan 22 2009 jkosina@suse.de
|
||||
- patches.fixes/input-add-nomux-dell-vostro-1510.patch: Input:
|
||||
add Dell Vostro 1510 to nomux list (bnc#404881).
|
||||
* Thu Jan 22 2009 jblunck@suse.de
|
||||
- scripts/compute-PATCHVERSION.sh: Fix SRCVERSION parsing (bnc#465113).
|
||||
* Thu Jan 22 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-add-volume-offset: ALSA: hda - Add
|
||||
extra volume offset to standard volume amp macros (bnc#466428).
|
||||
- patches.drivers/alsa-hda-stac-reduce-volume-scale: ALSA: hda -
|
||||
Halve too large volume scales for STAC/IDT codecs (bnc#466428).
|
||||
* Thu Jan 22 2009 hare@suse.de
|
||||
- patches.drivers/lpfc-8.2.8.12-update: Update lpfc from 8.2.8.11
|
||||
to 8.2.8.12 (bnc#467713).
|
||||
* Thu Jan 22 2009 jeffm@suse.de
|
||||
- patches.fixes/reiserfs-debug-1036: fix missing jl arg
|
||||
* Wed Jan 21 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: delete duplicate error message in the
|
||||
kabi checks
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/remove_kernel_physical_mapping_init_from_init:
|
||||
move kernel_physical_mapping_init to __meminit (bnc#467474).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: disabled, as it changes
|
||||
kABI.
|
||||
* Wed Jan 21 2009 gregkh@suse.de
|
||||
- patches.fixes/security-introduce-missing-kfree.patch: security:
|
||||
introduce missing kfree (bnc#467322).
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch:
|
||||
sysfs: fix problems with binary files.
|
||||
* Wed Jan 21 2009 rw@suse.de
|
||||
- patches.arch/ia64-page-migration.fix:
|
||||
fix deadlock caused by cpe_migrate.ko and mark it supported.
|
||||
(bnc#464676)
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/sn-irq-affinity: sn2: preserve irq affinity set
|
||||
in PROM (bnc#457679).
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/uv_zalias_support: uv: Support for non-nasid 0
|
||||
systems (bnc#458869).
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/xpc-fix-NULL-deref: sgi-xpc: Remove NULL pointer
|
||||
dereference. (bnc#466563).
|
||||
- patches.fixes/xpc-write-barrier: sgi-xpc: ensure flags are
|
||||
updated before bte_copy (bnc#466563).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/ipw2200-workaround-firmware-restarts-when-scanning.patch:
|
||||
ipw2200: fix scanning while associated (bnc#459067).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwl3945-fix-rfkill.patch: iwl3945: report
|
||||
killswitch changes even if the interface is down (bnc#446013).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: mac80211:
|
||||
add direct probe before association (bnc#461889).
|
||||
* Wed Jan 21 2009 hare@suse.de
|
||||
- patches.drivers/mptsas-discover-all-devices: mptsas driver
|
||||
fails to discover devices (bnc#459932).
|
||||
* Wed Jan 21 2009 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.27.12.
|
||||
- patches.xen/764-netback-foreign-pages.patch: netback: handle
|
||||
non-netback foreign pages.
|
||||
- patches.xen/769-evtchn-CPU-offline.patch: evtchn: Fix CPU offlining
|
||||
to switch all affected ports belonging to a particular /dev/evcthn
|
||||
user.
|
||||
- patches.xen/gso-size-check.patch: gso: Ensure that the packet
|
||||
is long enough.
|
||||
- patches.xen/xen-S3-MSI: fix Dom0 resume from S3 when MSI is
|
||||
in use (bnc#435596).
|
||||
- patches.xen/xen3-e1000e_ioremap_sanity_check: ioremap sanity
|
||||
check to catch mapping requests exceeding the BAR sizes
|
||||
(bnc#425480).
|
||||
- patches.xen/xen3-x86-fix-kmap-contig.patch: x86: contiguous
|
||||
kmap fix (bnc#449812).
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
implement correct model matching
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/dm-mpath-tracking-nr-bytes:
|
||||
lpp_end_io gets nr_bytes as third arg
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
match all JSxx/QSxx models based on the first 4 chars in 'model'
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.arch/ppc-axon-missing-msi-workaround-5.diff:
|
||||
Fix MSI after kexec (bnc#467633)
|
||||
* Tue Jan 20 2009 gregkh@suse.de
|
||||
- clean up patch fuzz after 2.6.27.12 inclusion.
|
||||
* Tue Jan 20 2009 gregkh@suse.de
|
||||
- Update to the real 2.6.27.12
|
||||
* Tue Jan 20 2009 jeffm@suse.de
|
||||
- patches.suse/reiserfs_warning-reentrant: reiserfs: eliminate
|
||||
reiserfs_warning from uniqueness functions; Fixes deadlock.
|
||||
* Tue Jan 20 2009 olh@suse.de
|
||||
- patches.drivers/cxgb3-ser.patch:
|
||||
reset the adapter on fatal error (bnc#466062 - LTC51042)
|
||||
* Tue Jan 20 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-03-iucv-cpu-hotremove.diff: iucv: failing
|
||||
cpu hot remove for inactive iucv (bnc#466462,LTC#51104).
|
||||
- patches.arch/s390-08-04-compat-sigaltstack.diff:
|
||||
kernel: 31 bit compat sigaltstack syscall fails with
|
||||
-EFAULT. (bnc#466462,LTC#50888).
|
||||
- patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch:
|
||||
af_iucv: System hang if recvmsg() is used with MSG_PEEK
|
||||
(bnc#466462,LTC#51136).
|
||||
* Tue Jan 20 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-accept-failed-paths: Only accept
|
||||
non-existing paths when adding failed paths (bnc#467579)
|
||||
* Tue Jan 20 2009 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: set CONFIG_DEBUG_INFO=y in the
|
||||
packaged .configs if builfing debug packages (bnc#460887)
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: set %%tolerate_kabi_changes to 6
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- patches.suse/export-iwl_rx_allocate: reintroduce
|
||||
EXPORT_SYMBOL(iwl_rx_allocate).
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- import SLE11 RC2 reference kabi
|
||||
* Mon Jan 19 2009 hare@suse.de
|
||||
- patches.drivers/mpt-return-all-sense-data: MPT Fusion doesn't
|
||||
return all sense data (bnc#466179).
|
||||
* Sat Jan 17 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.12-rc2
|
||||
* Fri Jan 16 2009 od@suse.de
|
||||
- patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch:
|
||||
call boot IRQ quirks at end of device init and during resume.
|
||||
- patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch:
|
||||
update to upstream variant of this patch:
|
||||
- integrate an older quirk to make IO-APIC mode work on AMD
|
||||
8131 rev. A0 and B0
|
||||
- fix boot IRQ disabling logic for AMD 813x
|
||||
- remove unneeded code for AMD SB700S
|
||||
* Fri Jan 16 2009 jbeulich@novell.com
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
|
||||
fix (bnc#449812).
|
||||
* Fri Jan 16 2009 olh@suse.de
|
||||
- enable mptsas in kdump kernel to allow crashdump on QS2x blades
|
||||
* Fri Jan 16 2009 tiwai@suse.de
|
||||
Fix STAC925x patch again
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
(yet more) STAC925x issues (bnc#460478).
|
||||
* Fri Jan 16 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-01-cio-fix-mp-mode.diff: cio: fix
|
||||
subchannel multipath mode setup (bnc#466462,LTC#51047).
|
||||
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
|
||||
memory alignment for GPN_FT requests. (bnc#466462).
|
||||
* Thu Jan 15 2009 gregkh@suse.de
|
||||
- Update config files for vanilla kernel versions due to new config
|
||||
option added in 2.6.27.12-rc1.
|
||||
* Thu Jan 15 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.12-rc1:
|
||||
- security fixes
|
||||
- fixes CVE-2009-0029
|
||||
- bug fixes all over the place.
|
||||
- obsoletes the following patches:
|
||||
- patches.arch/ppc-cmm_no_kdump.patch
|
||||
- patches.drivers/alsa-caiaq-midi-oops-fix
|
||||
- patches.drivers/alsa-hda-hp-6730b-quirk
|
||||
- patches.drivers/ibmvfc-host_init_delay.patch
|
||||
- patches.drivers/ibmvfc-improve_sync_events.patch
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch
|
||||
- patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch
|
||||
- patches.fixes/uv-remove-erroneous-BAU-init
|
||||
- Update config files.
|
||||
* Thu Jan 15 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound:
|
||||
virtuoso: do not overwrite EEPROM on Xonar D2/D2X (bnc#462365).
|
||||
* Thu Jan 15 2009 bwalle@suse.de
|
||||
- patches.suse/s390-System.map.diff:
|
||||
Strip L2^B symbols (bnc #456682).
|
||||
* Thu Jan 15 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-gateway-fix: ALSA: patch_sigmatel:
|
||||
Add missing Gateway entries and autodetection (bnc#460478).
|
||||
- patches.drivers/alsa-hda-gateway-fix2: ALSA: hda - More fixes
|
||||
on Gateway entries (bnc#460478).
|
||||
- patches.drivers/alsa-hda-hp-dv5-mic-fix: ALSA: hda - Fix HP
|
||||
dv5 mic input (bnc#462913).
|
||||
- patches.drivers/alsa-hda-hp-dv5-quirk: ALSA: hda - Add quirk
|
||||
for another HP dv5 (bnc#462913).
|
||||
- patches.drivers/alsa-hda-idt92hd83-fix-typo: ALSA: hda -
|
||||
Fix a typo.
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk: ALSA: hda - Add
|
||||
automatic model setting for Samsung Q45.
|
||||
- patches.drivers/alsa-hda-seek-for-codec-id: ALSA: hda - Add
|
||||
a new function to seek for a codec ID (bnc#460478).
|
||||
- patches.drivers/alsa-hda-sigmatel-no-hp-reset: ALSA: hda -
|
||||
Don't reset HP pinctl in patch_sigmatel.c (bnc#460478).
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
missing initialization of NID 0x0e for STAC925x (bnc#460478).
|
||||
* Thu Jan 15 2009 olh@suse.de
|
||||
- patches.arch/ppc-fix_hugepage_check.patch:
|
||||
is_hugepage_only_range() must account for both 4kB and 64kB
|
||||
slices (bnc#466229 - LTC51063)
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Enabled patches.suse/unlock_page-speedup.patch
|
||||
* Wed Jan 14 2009 rjw@suse.de
|
||||
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
|
||||
PCI PM: Split PCI Express port suspend-resume (bnc#455926).
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch:
|
||||
PCI: Suspend and resume PCI Express ports with interrupts
|
||||
disabled (bnc#455926).
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch:
|
||||
PCI: handle PCI state saving with interrupts disabled
|
||||
(bnc#455926).
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch:
|
||||
PCI: Rework default handling of suspend and resume (bnc#455926).
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Update config files: Disable PARAVIRT.
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- refresh patches for fuzz due to update to 2.6.27.11
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- Update to final version of 2.6.27.11
|
||||
* Wed Jan 14 2009 kkeil@suse.de
|
||||
- patches.drivers/ixgbe-dcb-setstate.patch: Bugfix for ixgbe
|
||||
and kernel DCB netlink code. (bnc#458194)
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix. (bnc#465923)
|
||||
- Update config files.
|
||||
* Wed Jan 14 2009 trenn@suse.de
|
||||
- patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: Delete.
|
||||
It came out that this is an already fixed BIOS bug. The quirk
|
||||
is not needed anymore.
|
||||
* Wed Jan 14 2009 trenn@suse.de
|
||||
- patches.fixes/acpi_fix_double_slash_root_prefix_handling.patch:
|
||||
In AcpiNsGetInternalNameLength, skip the redundant backslash
|
||||
of RootPrefix (http://bugzilla.kernel.org/show_bug.cgi?id=11541
|
||||
http://www.acpica.org/bugzilla/show_bug.cgi?id=739).
|
||||
- patches.fixes/acpi_video_always_update_sys.patch: video: always
|
||||
update the brightness when poking "brightness" (bnc#450149).
|
||||
- patches.fixes/acpi_video_handle_reversed_brightness_info.patch:
|
||||
ACPI: video: Fix reversed brightness behavior on ThinkPad SL
|
||||
series (bnc#450149).
|
||||
* Wed Jan 14 2009 olh@suse.de
|
||||
- patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch:
|
||||
fix __load_balance_iterator() for cfs with only one task
|
||||
(bnc#457594 - LTC50544)
|
||||
* Wed Jan 14 2009 olh@suse.de
|
||||
- patches.fixes/xfs-redirty-ENOSPC.patch: Re-dirty pages on
|
||||
ENOSPC when converting delayed allocations (bnc#433112 - LTC48749)
|
||||
* Wed Jan 14 2009 npiggin@suse.de
|
||||
- Added guarded patches:
|
||||
- patches.suse/mnt-want-write-speedup.patch: fs: mnt_want_write
|
||||
speedup (bnc#436953).
|
||||
- patches.suse/mnt_clone_write.patch: fs: introduce
|
||||
mnt_clone_write (bnc#436953).
|
||||
- patches.suse/unlock_page-speedup.patch: mm: unlock_page speedup
|
||||
(bnc#436953).
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- Update config files.
|
||||
- patches.drivers/add-via-chrome9-drm-support.patch: add Via
|
||||
chrome9 drm support.
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch:
|
||||
pata_via.c: Support VX855 and future chips whose IDE controller
|
||||
use 0x0571..
|
||||
* Tue Jan 13 2009 hare@suse.de
|
||||
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
|
||||
after suggestions from James Bottomley (bnc#465346).
|
||||
@ -1154,6 +1736,9 @@ GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
- patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes
|
||||
when repeatetly attaching/detaching devices. (bnc#458339).
|
||||
* Tue Jan 06 2009 npiggin@suse.de
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for
|
||||
contiguous kmap fix (bnc#449812).
|
||||
* Tue Jan 06 2009 npiggin@suse.de
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch: update.
|
||||
* Mon Jan 05 2009 mmarek@suse.cz
|
||||
- patches.suse/modpost-filter-out-built-in-depends: modpost:
|
||||
|
@ -1,3 +1,980 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 18:45:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
- patches.suse/usb-move-ehci-reg-def.patch: usb: move ehci
|
||||
reg def.
|
||||
- patches.suse/x86-usb-debug-port-early-console-v4.patch: x86:
|
||||
usb debug port early console, v4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 11:43:32 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch
|
||||
patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch
|
||||
patches.kabi/export-iwl_rx_allocate
|
||||
patches.kabi/sched-kabi-compat-hack.patch: Introduce
|
||||
patches.kabi/ for patches that only work around kabi issues and
|
||||
can be safely dropped at the next SP.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 20:34:29 CET 2009 - agruen@suse.de
|
||||
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: Add missing pageattr.c
|
||||
changes to pageattr-xen.c (bnc#439348).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 18:50:59 CET 2009 - agruen@suse.de
|
||||
|
||||
- patches.suse/x86-mark_rodata_rw.patch: Add mark_rodata_rw()
|
||||
to un-protect read-only kernel code pages (bnc#439348).
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: xen specific part
|
||||
(bnc#439348).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 15:59:27 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- config/s390/s390: the -man package still fails for s390, disable
|
||||
it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 14:27:18 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: fix build of the -man subpackage on
|
||||
31bit s390
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 13:23:01 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- fix kernel-default.ppc64 reference symsets
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 12:06:53 CET 2009 - jslaby@suse.cz
|
||||
|
||||
- patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch:
|
||||
x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240
|
||||
FATE304266).
|
||||
[cpu_mask_to_apicid bigsmp fix]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 08:16:54 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
|
||||
map scsi proc_name to module name (bnc#459933 - LTC50724)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 23:33:09 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disable ftrace in -debug on ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 23:16:03 CET 2009 - jeffm@suse.de
|
||||
|
||||
- config.conf: Added -debug flavor for ppc64.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 13:40:53 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.drivers/libfc-set-the-release-function.diff:
|
||||
Whitespace change.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 09:05:30 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/libfc-fix-read-IO-data-integrity: libfc:
|
||||
IO data integrity issue when a IO data frame lost (bnc#469536).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 08:52:49 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- re-enable patches.xen/xen3-e1000e_Export_set_memory_ro-rw.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 07:44:18 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
include prototype for PFN_UP() (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:53:20 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Export
|
||||
set_memory_ro() and set_memory_rw() calls.
|
||||
readded to avoid kabi change
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:36:59 CET 2009 - jeffm@suse.de
|
||||
|
||||
- config.conf: Added kernel-vmi to i386.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:08:43 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
use PFN_UP() for end_pfn (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 17:14:44 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- kabi: import FCoE changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 17:00:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: disable
|
||||
wrong debug message again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 15:35:41 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/taskstats-alignment:
|
||||
IA64: fill 'struct taskstats' on stack and 'memcpy' result to skb.
|
||||
(bnc#448410)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 15:31:39 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
fix calculation of reserve_size (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 14:19:30 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.fixes/disable-lro-per-default: Disable LRO per default
|
||||
in igb and ixgbe. (bnc#467519)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 13:44:37 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- Just comment out patches.xen/xen3-e1000e_* (to address build error)
|
||||
until disposition of their originals is known.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 13:01:24 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.fixes/sctp_do_not_use_stale_copy_of_sk: Do not use
|
||||
stale copy of sk. (bnc#440104)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:52:21 CET 2009 - jblunck@suse.de
|
||||
|
||||
Renamed some patches so they get included in vanilla builds.
|
||||
- patches.rpmify/firmware-path: Renamed.
|
||||
- patches.rpmify/no-include-asm: Renamed.
|
||||
- patches.suse/md-raid-metadata-PAGE_SIZE.patch: Renamed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:18:00 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.suse/led_classdev.sysfs-name.patch: use correct name
|
||||
for /sys/devices/virtual/leds/ entries (bnc#468350)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:15:15 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Delete.
|
||||
- patches.suse/e1000e_allow_bad_checksum: Delete.
|
||||
- patches.suse/e1000e_call_dump_eeprom: Delete.
|
||||
- patches.suse/e1000e_ioremap_sanity_check: Delete.
|
||||
- patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory:
|
||||
Delete.
|
||||
Remove not mainline e1000e patches which were added to help with
|
||||
the e1000e NVM corruption - root issue is fixed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:06:30 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/tg3_libphy_workaround: tg3 libphy workaround.
|
||||
(bnc#468725)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 09:17:49 CET 2009 - hare@suse.de
|
||||
|
||||
- supported.conf: Correct spelling for dm-least-pending
|
||||
path checker.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 09:16:31 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-check-info-before-access: Kernel Oops
|
||||
during path failover (bnc#458393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 02:07:17 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patch fuzz now that 2.6.27.13 is in tree
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 01:59:30 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to final version of 2.6.27.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 23:24:49 CET 2009 - gregkh@suse.de
|
||||
|
||||
- dynamic debugging fixes backported from upstream:
|
||||
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
|
||||
driver core: add newlines to debugging enabled/disabled
|
||||
messages.
|
||||
- patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch:
|
||||
Driver core: fix 'dynamic_debug' cmd line parameter.
|
||||
- patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch:
|
||||
driver core: fix using 'ret' variable in
|
||||
unregister_dynamic_debug_module.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 17:51:17 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch:
|
||||
(fix return of an unitialized value (bnc#469017)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 11:29:02 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- update kabi files: ignore changes in struct pcie_link_state as
|
||||
it is an internal structure only.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 11:26:16 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.suse/genksyms-add-override-flag.diff: genksyms: add
|
||||
--override flag.
|
||||
- rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 01:25:44 CET 2009 - ghaskins@suse.de
|
||||
|
||||
- patches.fixes/sched-kabi-compat-hack.patch: sched: leave
|
||||
RT_GROUP_SCHED structure components intact to preserve kABI.
|
||||
|
||||
broke kabi with fix for 456542
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 00:35:12 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/cpufreq_export_latency.patch: CPUFREQ: Introduce
|
||||
/sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency
|
||||
(bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch:
|
||||
CPUFREQ: ondemand/conservative: sanitize sampling_rate
|
||||
restrictions (bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
- patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch:
|
||||
X86 powernow-k8 cpufreq: Get transition latency from acpi _PSS
|
||||
object (bnc#464461).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 20:29:24 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/xfs-dmapi-fixes: xfs/dmapi: fix crash on mount
|
||||
(bnc#458027).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 20:19:33 CET 2009 - ghaskins@suse.de
|
||||
|
||||
- Update config files: Disable RT_GROUP_SCHED (bnc#456542).
|
||||
|
||||
The RT_GROUP_SCHED feature is experimental and clearly broken, so
|
||||
lets turn it off for now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 16:51:40 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/hpilo-open-close-fix: hpilo open/close fix
|
||||
(bnc#466517).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:59:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: Handle I/O
|
||||
on stopped queues correctly (bnc#458393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:34:11 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.suse/mnt-want-write-speedup.patch,
|
||||
patches.suse/mnt_clone_write.patch: modified not to break kABI,
|
||||
enabled (bnc#436953).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:08:39 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwlagn-fix-rfkill.patch: iwlagn: fix hw-rfkill
|
||||
while the interface is down (bnc#446158).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 14:59:57 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- kabi/severities: temporarily enable changes in FcOE modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:55:18 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.arch/s390-08-06-personality.patch: kernel: setting 32
|
||||
bit personality doesn't work (bnc#466462).
|
||||
- patches.arch/s390-08-07-compat_wrappers.patch: kernel:
|
||||
Add missing wrapper functions for 31 bit compat
|
||||
syscalls. (bnc#466462,LTC#51229).
|
||||
- patches.fixes/block-leave-the-request-timeout-timer-running:
|
||||
Delete obsolete patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:42:28 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change
|
||||
fcoe_sw sg_tablesize to SG_ALL (bnc #459142).
|
||||
- patches.drivers/fcoe-check-return-for-fc_set_m.diff: check
|
||||
return for fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-frame-length-validati.diff: fix frame
|
||||
length validation in the early receive path (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff:
|
||||
fcoe: fix incorrect use of struct module (bnc #468051).
|
||||
- patches.drivers/fcoe-improved-load-balancing-i.diff: improved
|
||||
load balancing in rx path (bnc #459142).
|
||||
- patches.drivers/fcoe-logoff-of-the-fabric-when.diff: Logoff
|
||||
of the fabric when destroying interface (bnc #459142).
|
||||
- patches.drivers/fcoe-remove-warn_on-in-fc_set.diff: remove
|
||||
WARN_ON in fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-user_mfs-is-never-used.diff: user_mfs is
|
||||
never used (bnc #459142).
|
||||
- patches.drivers/libfc-add-fc_disc-c-locking-co.diff: Add
|
||||
fc_disc.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-ensure-correct-device_pu.diff: libfc:
|
||||
Ensure correct device_put/get usage (round 2).
|
||||
- patches.drivers/libfc-fix-rport-recursive-lock.diff: libfc:
|
||||
Fix rport recursive lock on rport mutex (bnc #459142).
|
||||
- patches.drivers/libfc-handle-rrq-exch-timeout.diff: libfc:
|
||||
handle RRQ exch timeout (bnc #465596).
|
||||
- patches.drivers/libfc-improve-fc_lport-c-locki.diff: Improve
|
||||
fc_lport.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-improve-fc_rport-c-locki.diff: Improve
|
||||
fc_rport.c locking comment block (459142).
|
||||
- patches.drivers/libfc-make-fc_disc-inline-with.diff: make
|
||||
fc_disc inline with the fc_lport structure (bnc #459142).
|
||||
- patches.drivers/libfc-make-rscn-parsing-more-r.diff: make RSCN
|
||||
parsing more robust (bnc #459142).
|
||||
- patches.drivers/libfc-make-sure-we-access-the.diff: make sure
|
||||
we access the CRC safely (bnc #459142).
|
||||
- patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff: libfc:
|
||||
Pass lport in exch_mgr_reset (bnc #465596).
|
||||
- patches.drivers/libfc-remove-debug-print-state.diff: libfc:
|
||||
Remove debug print statement, too verbose (bnc #459142).
|
||||
- patches.drivers/libfc-set-the-release-function.diff: Set
|
||||
the release function for the rport's kobject (round 2)
|
||||
(bnc #459142).
|
||||
- patches.drivers/libfc-updated-comment-for-orde.diff: updated
|
||||
comment for order of em and ex locks (bnc #459142).
|
||||
- patches.drivers/libfc-updated-libfc-fcoe-modul.diff: updated
|
||||
libfc fcoe module ver to 1.0.6 (bnc #459142).
|
||||
- patches.drivers/libfc-use-an-operations-struct.diff: use an
|
||||
operations structure for rport callbacks (bnc #459142).
|
||||
- patches.drivers/libfc-when-rport-goes-away-re.diff: libfc:
|
||||
when rport goes away (re-plogi), clean up exchanges to/from
|
||||
rport (bnc #465596).
|
||||
- patches.drivers/libfc_locking.diff: libfc, fcoe: fixed locking
|
||||
issues with lport->lp_mutex around lport->link_status (bnc
|
||||
#468053).
|
||||
- patches.drivers/libfc_rport.diff: libfc: rport retry on LS_RJT
|
||||
from certain ELS (bnc #468054).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:36:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.fixes/qla2xxx-check-fc-rport-validity:
|
||||
qla2xxx: added check for fcport is valid in
|
||||
qla2x00_terminate_rport_io(). (bnc#467624).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:01:59 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-gateway-t1616-quirk: ALSA: hda -
|
||||
Add quirk for Gateway T1616 laptop (bnc#467597).
|
||||
- patches.drivers/alsa-hda-hp-dv4-quirk: ALSA: hda - Add model
|
||||
entry for HP dv4.
|
||||
- patches.drivers/alsa-hda-intel-d945-ref-quirk: ALSA: hda -
|
||||
Add model=ref for Intel board with STAC9221 (bnc#406529).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 10:48:16 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.fixes/blk-leave-sync-timer-running: block: Rediff
|
||||
- patches.fixes/block-use-round_jiffies_up: Block: use
|
||||
round_jiffies_up() (bnc#464155).
|
||||
- Add missing patches to series.conf:
|
||||
patches.fixes/round-jiffies-up
|
||||
patches.fixes/block-use-round_jiffies_up
|
||||
patches.fixes/block-fix-blk_start_queueing
|
||||
patches.fixes/suppress-buffer-IO-errors
|
||||
patches.fixes/block-optimizations-in-blk_rq_timed_out_timer
|
||||
patches.fixes/block-add-comment-in-blk_rq_timed_out
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 07:51:35 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
handle also drivers/scsi/ibmvscsi/ibmvfc.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 06:41:18 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.fixes/cifs-fix-oops-on-ipv6-mount: cifs: make sure we
|
||||
allocate enough storage for socket address (467691).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 05:57:48 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kernel.org/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch:
|
||||
ABI fix: add WB_SYNC_HOLD enum writeback_sync_modes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 05:08:48 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kernel.org/abi-fix-add-s_syncing-back-to-struct-super_block.patch:
|
||||
ABI fix: add s_syncing back to struct super_block.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 02:26:30 CET 2009 - gregkh@suse.de
|
||||
|
||||
- update to 2.6.27.13-rc1:
|
||||
- security updates
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.arch/ppc-fix_hugepage_check.patch
|
||||
- patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk
|
||||
- patches.fixes/security-introduce-missing-kfree.patch
|
||||
- patches.fixes/xpc-fix-heartbeat
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 23:55:10 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
|
||||
with shared interrupt during reset (bnc#396687)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 22:43:48 CET 2009 - tonyj@suse.de
|
||||
|
||||
- patches.fixes/revert-bgcolor-line-feed-93f78da4.patch: Revert
|
||||
"vt: fix background color on line feed" (bnc#418613).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 19:28:06 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch: iwlwifi:
|
||||
fix rs_get_rate WARN_ON() (bnc#456002).
|
||||
- Reordered wireless patches to group together patches touching the same
|
||||
driver.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 19:13:20 CET 2009 - bphilips@suse.de
|
||||
|
||||
- patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch:
|
||||
disable catas_reset by default to avoid problems with EEH
|
||||
(bnc#456389).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 17:42:04 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
fixed kABI breakage. (bnc#458811)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:58:54 CET 2009 - bwalle@suse.de
|
||||
|
||||
- scripts/tar-up_and_run_mbuild.sh: s390 (the 31 bit variant) is
|
||||
not an important spec file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:50:44 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: fixed kABI
|
||||
breakage, reenabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:29:07 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/modversions: eat the "override" keyword before parsing the
|
||||
symbol definition.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 14:14:03 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
Correct VIO bus/device CMO accounting problems (bnc#468304 - LTC51205)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 14:03:12 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.suse/of_platform_driver.module-owner.patch:
|
||||
add missing module symlink to /sys/bus/*/driver/*
|
||||
in struct of_platform_driver.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 13:29:23 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix - new version from Intel (bnc#465923)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:58:06 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
(fix compilation on i386 and add hpet64 to kernel-parameters.txt)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:25:59 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:10:39 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
sgi-xpc: need to pass the physical address, not virtual. (bnc#458811)
|
||||
- patches.fixes/xpc-fix-heartbeat:
|
||||
sgi-xpc: eliminate false detection of no heartbeat. (bnc#464545)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 11:28:20 CET 2009 - jkosina@suse.de
|
||||
|
||||
- patches.fixes/input-add-nomux-dell-vostro-1510.patch: Input:
|
||||
add Dell Vostro 1510 to nomux list (bnc#404881).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 10:30:46 CET 2009 - jblunck@suse.de
|
||||
|
||||
- scripts/compute-PATCHVERSION.sh: Fix SRCVERSION parsing (bnc#465113).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 10:02:42 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-add-volume-offset: ALSA: hda - Add
|
||||
extra volume offset to standard volume amp macros (bnc#466428).
|
||||
- patches.drivers/alsa-hda-stac-reduce-volume-scale: ALSA: hda -
|
||||
Halve too large volume scales for STAC/IDT codecs (bnc#466428).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 09:25:52 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/lpfc-8.2.8.12-update: Update lpfc from 8.2.8.11
|
||||
to 8.2.8.12 (bnc#467713).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 01:58:48 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/reiserfs-debug-1036: fix missing jl arg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 21:09:15 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: delete duplicate error message in the
|
||||
kabi checks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 20:04:30 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/remove_kernel_physical_mapping_init_from_init:
|
||||
move kernel_physical_mapping_init to __meminit (bnc#467474).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:56:34 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: disabled, as it changes
|
||||
kABI.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:46:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.fixes/security-introduce-missing-kfree.patch: security:
|
||||
introduce missing kfree (bnc#467322).
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch:
|
||||
sysfs: fix problems with binary files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:35:32 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.arch/ia64-page-migration.fix:
|
||||
fix deadlock caused by cpe_migrate.ko and mark it supported.
|
||||
(bnc#464676)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:23:31 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/sn-irq-affinity: sn2: preserve irq affinity set
|
||||
in PROM (bnc#457679).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:15:43 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/uv_zalias_support: uv: Support for non-nasid 0
|
||||
systems (bnc#458869).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:12:47 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/xpc-fix-NULL-deref: sgi-xpc: Remove NULL pointer
|
||||
dereference. (bnc#466563).
|
||||
- patches.fixes/xpc-write-barrier: sgi-xpc: ensure flags are
|
||||
updated before bte_copy (bnc#466563).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:06:26 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/ipw2200-workaround-firmware-restarts-when-scanning.patch:
|
||||
ipw2200: fix scanning while associated (bnc#459067).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:01:41 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwl3945-fix-rfkill.patch: iwl3945: report
|
||||
killswitch changes even if the interface is down (bnc#446013).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 18:51:54 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: mac80211:
|
||||
add direct probe before association (bnc#461889).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 16:38:10 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/mptsas-discover-all-devices: mptsas driver
|
||||
fails to discover devices (bnc#459932).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 14:04:08 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.27.12.
|
||||
- patches.xen/764-netback-foreign-pages.patch: netback: handle
|
||||
non-netback foreign pages.
|
||||
- patches.xen/769-evtchn-CPU-offline.patch: evtchn: Fix CPU offlining
|
||||
to switch all affected ports belonging to a particular /dev/evcthn
|
||||
user.
|
||||
- patches.xen/gso-size-check.patch: gso: Ensure that the packet
|
||||
is long enough.
|
||||
- patches.xen/xen-S3-MSI: fix Dom0 resume from S3 when MSI is
|
||||
in use (bnc#435596).
|
||||
- patches.xen/xen3-e1000e_ioremap_sanity_check: ioremap sanity
|
||||
check to catch mapping requests exceeding the BAR sizes
|
||||
(bnc#425480).
|
||||
- patches.xen/xen3-x86-fix-kmap-contig.patch: x86: contiguous
|
||||
kmap fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 12:08:54 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
implement correct model matching
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 10:20:05 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/dm-mpath-tracking-nr-bytes:
|
||||
lpp_end_io gets nr_bytes as third arg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 10:04:08 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
match all JSxx/QSxx models based on the first 4 chars in 'model'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 08:09:10 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-axon-missing-msi-workaround-5.diff:
|
||||
Fix MSI after kexec (bnc#467633)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 21:01:18 CET 2009 - gregkh@suse.de
|
||||
|
||||
- clean up patch fuzz after 2.6.27.12 inclusion.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 20:50:47 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to the real 2.6.27.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 17:00:55 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.suse/reiserfs_warning-reentrant: reiserfs: eliminate
|
||||
reiserfs_warning from uniqueness functions; Fixes deadlock.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 16:39:35 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.drivers/cxgb3-ser.patch:
|
||||
reset the adapter on fatal error (bnc#466062 - LTC51042)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 15:24:43 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-03-iucv-cpu-hotremove.diff: iucv: failing
|
||||
cpu hot remove for inactive iucv (bnc#466462,LTC#51104).
|
||||
- patches.arch/s390-08-04-compat-sigaltstack.diff:
|
||||
kernel: 31 bit compat sigaltstack syscall fails with
|
||||
-EFAULT. (bnc#466462,LTC#50888).
|
||||
- patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch:
|
||||
af_iucv: System hang if recvmsg() is used with MSG_PEEK
|
||||
(bnc#466462,LTC#51136).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 15:15:19 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-accept-failed-paths: Only accept
|
||||
non-existing paths when adding failed paths (bnc#467579)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 12:19:52 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-source.spec.in: set CONFIG_DEBUG_INFO=y in the
|
||||
packaged .configs if builfing debug packages (bnc#460887)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 16:40:39 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: set %tolerate_kabi_changes to 6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 16:40:11 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.suse/export-iwl_rx_allocate: reintroduce
|
||||
EXPORT_SYMBOL(iwl_rx_allocate).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 13:56:20 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- import SLE11 RC2 reference kabi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 11:35:12 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/mpt-return-all-sense-data: MPT Fusion doesn't
|
||||
return all sense data (bnc#466179).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 17 00:20:49 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.12-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 17:46:11 CET 2009 - od@suse.de
|
||||
|
||||
- patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch:
|
||||
call boot IRQ quirks at end of device init and during resume.
|
||||
- patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch:
|
||||
update to upstream variant of this patch:
|
||||
- integrate an older quirk to make IO-APIC mode work on AMD
|
||||
8131 rev. A0 and B0
|
||||
- fix boot IRQ disabling logic for AMD 813x
|
||||
- remove unneeded code for AMD SB700S
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 16:09:26 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
|
||||
fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 10:55:12 CET 2009 - olh@suse.de
|
||||
|
||||
- enable mptsas in kdump kernel to allow crashdump on QS2x blades
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 08:44:42 CET 2009 - tiwai@suse.de
|
||||
|
||||
Fix STAC925x patch again
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
(yet more) STAC925x issues (bnc#460478).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 07:03:59 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-01-cio-fix-mp-mode.diff: cio: fix
|
||||
subchannel multipath mode setup (bnc#466462,LTC#51047).
|
||||
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
|
||||
memory alignment for GPN_FT requests. (bnc#466462).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 23:53:36 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files for vanilla kernel versions due to new config
|
||||
option added in 2.6.27.12-rc1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 23:47:39 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.12-rc1:
|
||||
- security fixes
|
||||
- fixes CVE-2009-0029
|
||||
- bug fixes all over the place.
|
||||
- obsoletes the following patches:
|
||||
- patches.arch/ppc-cmm_no_kdump.patch
|
||||
- patches.drivers/alsa-caiaq-midi-oops-fix
|
||||
- patches.drivers/alsa-hda-hp-6730b-quirk
|
||||
- patches.drivers/ibmvfc-host_init_delay.patch
|
||||
- patches.drivers/ibmvfc-improve_sync_events.patch
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch
|
||||
- patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch
|
||||
- patches.fixes/uv-remove-erroneous-BAU-init
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:37:26 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound:
|
||||
virtuoso: do not overwrite EEPROM on Xonar D2/D2X (bnc#462365).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:16:35 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.suse/s390-System.map.diff:
|
||||
Strip L2^B symbols (bnc #456682).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:09:29 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-gateway-fix: ALSA: patch_sigmatel:
|
||||
Add missing Gateway entries and autodetection (bnc#460478).
|
||||
- patches.drivers/alsa-hda-gateway-fix2: ALSA: hda - More fixes
|
||||
on Gateway entries (bnc#460478).
|
||||
- patches.drivers/alsa-hda-hp-dv5-mic-fix: ALSA: hda - Fix HP
|
||||
dv5 mic input (bnc#462913).
|
||||
- patches.drivers/alsa-hda-hp-dv5-quirk: ALSA: hda - Add quirk
|
||||
for another HP dv5 (bnc#462913).
|
||||
- patches.drivers/alsa-hda-idt92hd83-fix-typo: ALSA: hda -
|
||||
Fix a typo.
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk: ALSA: hda - Add
|
||||
automatic model setting for Samsung Q45.
|
||||
- patches.drivers/alsa-hda-seek-for-codec-id: ALSA: hda - Add
|
||||
a new function to seek for a codec ID (bnc#460478).
|
||||
- patches.drivers/alsa-hda-sigmatel-no-hp-reset: ALSA: hda -
|
||||
Don't reset HP pinctl in patch_sigmatel.c (bnc#460478).
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
missing initialization of NID 0x0e for STAC925x (bnc#460478).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 08:40:13 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-fix_hugepage_check.patch:
|
||||
is_hugepage_only_range() must account for both 4kB and 64kB
|
||||
slices (bnc#466229 - LTC51063)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 23:23:42 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 23:07:16 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Enabled patches.suse/unlock_page-speedup.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 22:00:49 CET 2009 - rjw@suse.de
|
||||
|
||||
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
|
||||
PCI PM: Split PCI Express port suspend-resume (bnc#455926).
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch:
|
||||
PCI: Suspend and resume PCI Express ports with interrupts
|
||||
disabled (bnc#455926).
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch:
|
||||
PCI: handle PCI state saving with interrupts disabled
|
||||
(bnc#455926).
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch:
|
||||
PCI: Rework default handling of suspend and resume (bnc#455926).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:38:29 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disable PARAVIRT.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:20:29 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patches for fuzz due to update to 2.6.27.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:02:21 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to final version of 2.6.27.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 16:38:47 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/ixgbe-dcb-setstate.patch: Bugfix for ixgbe
|
||||
and kernel DCB netlink code. (bnc#458194)
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix. (bnc#465923)
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 15:56:58 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: Delete.
|
||||
It came out that this is an already fixed BIOS bug. The quirk
|
||||
is not needed anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 14:53:51 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/acpi_fix_double_slash_root_prefix_handling.patch:
|
||||
In AcpiNsGetInternalNameLength, skip the redundant backslash
|
||||
of RootPrefix (http://bugzilla.kernel.org/show_bug.cgi?id=11541
|
||||
http://www.acpica.org/bugzilla/show_bug.cgi?id=739).
|
||||
- patches.fixes/acpi_video_always_update_sys.patch: video: always
|
||||
update the brightness when poking "brightness" (bnc#450149).
|
||||
- patches.fixes/acpi_video_handle_reversed_brightness_info.patch:
|
||||
ACPI: video: Fix reversed brightness behavior on ThinkPad SL
|
||||
series (bnc#450149).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 08:45:29 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch:
|
||||
fix __load_balance_iterator() for cfs with only one task
|
||||
(bnc#457594 - LTC50544)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 08:32:32 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/xfs-redirty-ENOSPC.patch: Re-dirty pages on
|
||||
ENOSPC when converting delayed allocations (bnc#433112 - LTC48749)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 04:33:33 CET 2009 - npiggin@suse.de
|
||||
|
||||
- Added guarded patches:
|
||||
- patches.suse/mnt-want-write-speedup.patch: fs: mnt_want_write
|
||||
speedup (bnc#436953).
|
||||
- patches.suse/mnt_clone_write.patch: fs: introduce
|
||||
mnt_clone_write (bnc#436953).
|
||||
- patches.suse/unlock_page-speedup.patch: mm: unlock_page speedup
|
||||
(bnc#436953).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 00:51:58 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- patches.drivers/add-via-chrome9-drm-support.patch: add Via
|
||||
chrome9 drm support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 00:29:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch:
|
||||
pata_via.c: Support VX855 and future chips whose IDE controller
|
||||
use 0x0571..
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 13 16:46:08 CET 2009 - hare@suse.de
|
||||
|
||||
@ -472,6 +1449,12 @@ Tue Jan 6 18:36:57 CET 2009 - jjolly@suse.de
|
||||
- patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes
|
||||
when repeatetly attaching/detaching devices. (bnc#458339).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 14:37:15 CET 2009 - npiggin@suse.de
|
||||
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for
|
||||
contiguous kmap fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 07:54:29 CET 2009 - npiggin@suse.de
|
||||
|
||||
|
647
kernel-ps3.spec
647
kernel-ps3.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-ps3 (Version 2.6.27.10)
|
||||
# spec file for package kernel-ps3 (Version 2.6.27.13)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -47,7 +47,7 @@
|
||||
%define cpu_arch_flavor %(%_sourcedir/guards %symbols < %_sourcedir/config.conf | grep '/ps3$')
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar xfj %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%ifarch %ix86 x86_64
|
||||
%define install_vdso 1
|
||||
@ -62,8 +62,8 @@
|
||||
|
||||
Name: kernel-ps3
|
||||
Summary: kernel for ps3 bootloader
|
||||
Version: 2.6.27.10
|
||||
Release: 5
|
||||
Version: 2.6.27.13
|
||||
Release: 3
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -98,8 +98,8 @@ BuildRequires: dwarfextract
|
||||
%endif
|
||||
%if %build_xen
|
||||
%ifarch %ix86
|
||||
Provides: kernel-xenpae = 2.6.27.10
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.10
|
||||
Provides: kernel-xenpae = 2.6.27.13
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.13
|
||||
%endif
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
@ -121,7 +121,7 @@ Conflicts: lvm2 < 2.02.33
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = 2.6.27.10-%source_rel
|
||||
Provides: kernel = 2.6.27.13-%source_rel
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2
|
||||
Source10: preun.sh
|
||||
Source11: postun.sh
|
||||
@ -153,6 +153,7 @@ Source109: patches.kernel.org.tar.bz2
|
||||
Source110: patches.apparmor.tar.bz2
|
||||
Source111: patches.rt.tar.bz2
|
||||
Source112: patches.trace.tar.bz2
|
||||
Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
%define my_builddir %_builddir/%{name}-%{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -196,7 +197,7 @@ Obsoletes: ralink-rt2860-kmp
|
||||
%define tolerate_unknown_new_config_options 0
|
||||
# kABI change tolerance (default in maintenance should be 4, 6, 8 or 15,
|
||||
# 31 is the maximum; see scripts/kabi-checks)
|
||||
%define tolerate_kabi_changes 31
|
||||
%define tolerate_kabi_changes 6
|
||||
|
||||
%description
|
||||
This package contains the kernel for the PS3 bootloader. PS3 systems
|
||||
@ -206,18 +207,18 @@ final system.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
echo "The kernel-ps3-2.6.27.10.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.10.src.rpm."
|
||||
echo "The kernel-ps3-2.6.27.13.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.13.src.rpm."
|
||||
exit 1
|
||||
fi
|
||||
echo "Architecture symbol(s):" %symbols
|
||||
# Unpack all sources and patches
|
||||
%setup -q -c -T -a 0 -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 120
|
||||
%setup -q -c -T -a 0 -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 113 -a 120
|
||||
supported_conf() {
|
||||
%_sourcedir/guards %symbols $* < %_sourcedir/supported.conf | sort -u
|
||||
}
|
||||
@ -267,7 +268,7 @@ cat ../config/%cpu_arch_flavor \
|
||||
cpu_arch_flavor="%cpu_arch_flavor"
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
cpu_arch=${cpu_arch_flavor%/*}
|
||||
KERNELRELEASE=2.6.27.10-$RELEASE-ps3
|
||||
KERNELRELEASE=2.6.27.13-$RELEASE-ps3
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -315,18 +316,15 @@ export OOPS_TIMESTAMP="$(
|
||||
| tr -dc 0-9)"
|
||||
export KBUILD_VERBOSE=0
|
||||
export KBUILD_SYMTYPES=1
|
||||
export KBUILD_OVERRIDE=1
|
||||
EOF
|
||||
source .kernel-binary.spec.buildenv
|
||||
%ifarch s390x
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
chmod +x scripts/kmsg-doc
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y D=2
|
||||
%else
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
%endif
|
||||
%else
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
%endif
|
||||
|
||||
%install
|
||||
source .rpm-defs
|
||||
@ -408,7 +406,7 @@ add_vmlinux()
|
||||
if [ -x "$(which dwarfextract 2>/dev/null)" ] ; then
|
||||
dwarfextract vmlinux %buildroot/boot/Kerntypes-$KERNELRELEASE
|
||||
fi
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
mkdir -p %buildroot/usr/share/man/man9
|
||||
find man -name '*.9' -exec install -m 644 -D '{}' %buildroot/usr/share/man/man9/ ';'
|
||||
%endif
|
||||
@ -608,8 +606,6 @@ if [ $CONFIG_MODULES = y ]; then
|
||||
--max-badness=%tolerate_kabi_changes || KABI=$?
|
||||
fi
|
||||
if [ $KABI -ne 0 ]; then
|
||||
echo "kABI changes of badness $KABI exceed the maximum allowed badness" \
|
||||
"of %tolerate_kabi_changes. Please try to avoid the kABI changes."
|
||||
if [ ! -e %my_builddir/kabi/$cpu_arch/ignore-ps3 -a \
|
||||
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
|
||||
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
|
||||
@ -725,8 +721,8 @@ needs to be as small as possible.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -766,8 +762,8 @@ needs to be as small as possible.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -781,8 +777,7 @@ GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
%files -n kernel-ps3-extra -f kernel-extra.files
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
%ifarch s390x
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
|
||||
%package -n kernel-ps3-man
|
||||
License: GPL v2 only
|
||||
@ -797,16 +792,603 @@ final system.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%files -n kernel-ps3-man
|
||||
%defattr(-,root,root)
|
||||
/usr/share/man/man9/*
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jan 29 2009 gregkh@suse.de
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
- patches.suse/usb-move-ehci-reg-def.patch: usb: move ehci
|
||||
reg def.
|
||||
- patches.suse/x86-usb-debug-port-early-console-v4.patch: x86:
|
||||
usb debug port early console, v4.
|
||||
* Thu Jan 29 2009 mmarek@suse.cz
|
||||
- patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch
|
||||
patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch
|
||||
patches.kabi/export-iwl_rx_allocate
|
||||
patches.kabi/sched-kabi-compat-hack.patch: Introduce
|
||||
patches.kabi/ for patches that only work around kabi issues and
|
||||
can be safely dropped at the next SP.
|
||||
* Wed Jan 28 2009 agruen@suse.de
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: Add missing pageattr.c
|
||||
changes to pageattr-xen.c (bnc#439348).
|
||||
* Wed Jan 28 2009 agruen@suse.de
|
||||
- patches.suse/x86-mark_rodata_rw.patch: Add mark_rodata_rw()
|
||||
to un-protect read-only kernel code pages (bnc#439348).
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: xen specific part
|
||||
(bnc#439348).
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- config/s390/s390: the -man package still fails for s390, disable
|
||||
it
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: fix build of the -man subpackage on
|
||||
31bit s390
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- fix kernel-default.ppc64 reference symsets
|
||||
* Wed Jan 28 2009 jslaby@suse.cz
|
||||
- patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch:
|
||||
x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240
|
||||
FATE304266).
|
||||
[cpu_mask_to_apicid bigsmp fix]
|
||||
* Wed Jan 28 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
|
||||
map scsi proc_name to module name (bnc#459933 - LTC50724)
|
||||
* Tue Jan 27 2009 jeffm@suse.de
|
||||
- Update config files: Disable ftrace in -debug on ppc64
|
||||
* Tue Jan 27 2009 jeffm@suse.de
|
||||
- config.conf: Added -debug flavor for ppc64.
|
||||
* Tue Jan 27 2009 bwalle@suse.de
|
||||
- patches.drivers/libfc-set-the-release-function.diff:
|
||||
Whitespace change.
|
||||
* Tue Jan 27 2009 hare@suse.de
|
||||
- patches.drivers/libfc-fix-read-IO-data-integrity: libfc:
|
||||
IO data integrity issue when a IO data frame lost (bnc#469536).
|
||||
* Tue Jan 27 2009 jbeulich@novell.com
|
||||
- re-enable patches.xen/xen3-e1000e_Export_set_memory_ro-rw.
|
||||
* Tue Jan 27 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
include prototype for PFN_UP() (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Export
|
||||
set_memory_ro() and set_memory_rw() calls.
|
||||
readded to avoid kabi change
|
||||
* Mon Jan 26 2009 jeffm@suse.de
|
||||
- config.conf: Added kernel-vmi to i386.
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
use PFN_UP() for end_pfn (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 mmarek@suse.cz
|
||||
- kabi: import FCoE changes
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: disable
|
||||
wrong debug message again.
|
||||
* Mon Jan 26 2009 rw@suse.de
|
||||
- patches.fixes/taskstats-alignment:
|
||||
IA64: fill 'struct taskstats' on stack and 'memcpy' result to skb.
|
||||
(bnc#448410)
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
fix calculation of reserve_size (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.fixes/disable-lro-per-default: Disable LRO per default
|
||||
in igb and ixgbe. (bnc#467519)
|
||||
* Mon Jan 26 2009 jbeulich@novell.com
|
||||
- Just comment out patches.xen/xen3-e1000e_* (to address build error)
|
||||
until disposition of their originals is known.
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.fixes/sctp_do_not_use_stale_copy_of_sk: Do not use
|
||||
stale copy of sk. (bnc#440104)
|
||||
* Mon Jan 26 2009 jblunck@suse.de
|
||||
Renamed some patches so they get included in vanilla builds.
|
||||
- patches.rpmify/firmware-path: Renamed.
|
||||
- patches.rpmify/no-include-asm: Renamed.
|
||||
- patches.suse/md-raid-metadata-PAGE_SIZE.patch: Renamed.
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- patches.suse/led_classdev.sysfs-name.patch: use correct name
|
||||
for /sys/devices/virtual/leds/ entries (bnc#468350)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Delete.
|
||||
- patches.suse/e1000e_allow_bad_checksum: Delete.
|
||||
- patches.suse/e1000e_call_dump_eeprom: Delete.
|
||||
- patches.suse/e1000e_ioremap_sanity_check: Delete.
|
||||
- patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory:
|
||||
Delete.
|
||||
Remove not mainline e1000e patches which were added to help with
|
||||
the e1000e NVM corruption - root issue is fixed
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.drivers/tg3_libphy_workaround: tg3 libphy workaround.
|
||||
(bnc#468725)
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- supported.conf: Correct spelling for dm-least-pending
|
||||
path checker.
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-check-info-before-access: Kernel Oops
|
||||
during path failover (bnc#458393).
|
||||
* Sun Jan 25 2009 gregkh@suse.de
|
||||
- refresh patch fuzz now that 2.6.27.13 is in tree
|
||||
* Sun Jan 25 2009 gregkh@suse.de
|
||||
- Update to final version of 2.6.27.13
|
||||
* Sat Jan 24 2009 gregkh@suse.de
|
||||
- dynamic debugging fixes backported from upstream:
|
||||
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
|
||||
driver core: add newlines to debugging enabled/disabled
|
||||
messages.
|
||||
- patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch:
|
||||
Driver core: fix 'dynamic_debug' cmd line parameter.
|
||||
- patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch:
|
||||
driver core: fix using 'ret' variable in
|
||||
unregister_dynamic_debug_module.
|
||||
* Sat Jan 24 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch:
|
||||
(fix return of an unitialized value (bnc#469017)
|
||||
* Sat Jan 24 2009 mmarek@suse.cz
|
||||
- update kabi files: ignore changes in struct pcie_link_state as
|
||||
it is an internal structure only.
|
||||
* Sat Jan 24 2009 mmarek@suse.cz
|
||||
- patches.suse/genksyms-add-override-flag.diff: genksyms: add
|
||||
--override flag.
|
||||
- rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1
|
||||
* Sat Jan 24 2009 ghaskins@suse.de
|
||||
- patches.fixes/sched-kabi-compat-hack.patch: sched: leave
|
||||
RT_GROUP_SCHED structure components intact to preserve kABI.
|
||||
broke kabi with fix for 456542
|
||||
* Sat Jan 24 2009 trenn@suse.de
|
||||
- patches.fixes/cpufreq_export_latency.patch: CPUFREQ: Introduce
|
||||
/sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency
|
||||
(bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch:
|
||||
CPUFREQ: ondemand/conservative: sanitize sampling_rate
|
||||
restrictions (bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
- patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch:
|
||||
X86 powernow-k8 cpufreq: Get transition latency from acpi _PSS
|
||||
object (bnc#464461).
|
||||
* Fri Jan 23 2009 jeffm@suse.de
|
||||
- patches.fixes/xfs-dmapi-fixes: xfs/dmapi: fix crash on mount
|
||||
(bnc#458027).
|
||||
* Fri Jan 23 2009 ghaskins@suse.de
|
||||
- Update config files: Disable RT_GROUP_SCHED (bnc#456542).
|
||||
The RT_GROUP_SCHED feature is experimental and clearly broken, so
|
||||
lets turn it off for now.
|
||||
* Fri Jan 23 2009 jeffm@suse.de
|
||||
- patches.fixes/hpilo-open-close-fix: hpilo open/close fix
|
||||
(bnc#466517).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: Handle I/O
|
||||
on stopped queues correctly (bnc#458393).
|
||||
* Fri Jan 23 2009 jbenc@suse.cz
|
||||
- patches.suse/mnt-want-write-speedup.patch,
|
||||
patches.suse/mnt_clone_write.patch: modified not to break kABI,
|
||||
enabled (bnc#436953).
|
||||
* Fri Jan 23 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwlagn-fix-rfkill.patch: iwlagn: fix hw-rfkill
|
||||
while the interface is down (bnc#446158).
|
||||
* Fri Jan 23 2009 mmarek@suse.cz
|
||||
- kabi/severities: temporarily enable changes in FcOE modules.
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.arch/s390-08-06-personality.patch: kernel: setting 32
|
||||
bit personality doesn't work (bnc#466462).
|
||||
- patches.arch/s390-08-07-compat_wrappers.patch: kernel:
|
||||
Add missing wrapper functions for 31 bit compat
|
||||
syscalls. (bnc#466462,LTC#51229).
|
||||
- patches.fixes/block-leave-the-request-timeout-timer-running:
|
||||
Delete obsolete patch.
|
||||
* Fri Jan 23 2009 bwalle@suse.de
|
||||
- patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change
|
||||
fcoe_sw sg_tablesize to SG_ALL (bnc #459142).
|
||||
- patches.drivers/fcoe-check-return-for-fc_set_m.diff: check
|
||||
return for fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-frame-length-validati.diff: fix frame
|
||||
length validation in the early receive path (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff:
|
||||
fcoe: fix incorrect use of struct module (bnc #468051).
|
||||
- patches.drivers/fcoe-improved-load-balancing-i.diff: improved
|
||||
load balancing in rx path (bnc #459142).
|
||||
- patches.drivers/fcoe-logoff-of-the-fabric-when.diff: Logoff
|
||||
of the fabric when destroying interface (bnc #459142).
|
||||
- patches.drivers/fcoe-remove-warn_on-in-fc_set.diff: remove
|
||||
WARN_ON in fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-user_mfs-is-never-used.diff: user_mfs is
|
||||
never used (bnc #459142).
|
||||
- patches.drivers/libfc-add-fc_disc-c-locking-co.diff: Add
|
||||
fc_disc.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-ensure-correct-device_pu.diff: libfc:
|
||||
Ensure correct device_put/get usage (round 2).
|
||||
- patches.drivers/libfc-fix-rport-recursive-lock.diff: libfc:
|
||||
Fix rport recursive lock on rport mutex (bnc #459142).
|
||||
- patches.drivers/libfc-handle-rrq-exch-timeout.diff: libfc:
|
||||
handle RRQ exch timeout (bnc #465596).
|
||||
- patches.drivers/libfc-improve-fc_lport-c-locki.diff: Improve
|
||||
fc_lport.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-improve-fc_rport-c-locki.diff: Improve
|
||||
fc_rport.c locking comment block (459142).
|
||||
- patches.drivers/libfc-make-fc_disc-inline-with.diff: make
|
||||
fc_disc inline with the fc_lport structure (bnc #459142).
|
||||
- patches.drivers/libfc-make-rscn-parsing-more-r.diff: make RSCN
|
||||
parsing more robust (bnc #459142).
|
||||
- patches.drivers/libfc-make-sure-we-access-the.diff: make sure
|
||||
we access the CRC safely (bnc #459142).
|
||||
- patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff: libfc:
|
||||
Pass lport in exch_mgr_reset (bnc #465596).
|
||||
- patches.drivers/libfc-remove-debug-print-state.diff: libfc:
|
||||
Remove debug print statement, too verbose (bnc #459142).
|
||||
- patches.drivers/libfc-set-the-release-function.diff: Set
|
||||
the release function for the rport's kobject (round 2)
|
||||
(bnc #459142).
|
||||
- patches.drivers/libfc-updated-comment-for-orde.diff: updated
|
||||
comment for order of em and ex locks (bnc #459142).
|
||||
- patches.drivers/libfc-updated-libfc-fcoe-modul.diff: updated
|
||||
libfc fcoe module ver to 1.0.6 (bnc #459142).
|
||||
- patches.drivers/libfc-use-an-operations-struct.diff: use an
|
||||
operations structure for rport callbacks (bnc #459142).
|
||||
- patches.drivers/libfc-when-rport-goes-away-re.diff: libfc:
|
||||
when rport goes away (re-plogi), clean up exchanges to/from
|
||||
rport (bnc #465596).
|
||||
- patches.drivers/libfc_locking.diff: libfc, fcoe: fixed locking
|
||||
issues with lport->lp_mutex around lport->link_status (bnc
|
||||
[#468053]).
|
||||
- patches.drivers/libfc_rport.diff: libfc: rport retry on LS_RJT
|
||||
from certain ELS (bnc #468054).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.fixes/qla2xxx-check-fc-rport-validity:
|
||||
qla2xxx: added check for fcport is valid in
|
||||
qla2x00_terminate_rport_io(). (bnc#467624).
|
||||
* Fri Jan 23 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-gateway-t1616-quirk: ALSA: hda -
|
||||
Add quirk for Gateway T1616 laptop (bnc#467597).
|
||||
- patches.drivers/alsa-hda-hp-dv4-quirk: ALSA: hda - Add model
|
||||
entry for HP dv4.
|
||||
- patches.drivers/alsa-hda-intel-d945-ref-quirk: ALSA: hda -
|
||||
Add model=ref for Intel board with STAC9221 (bnc#406529).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.fixes/blk-leave-sync-timer-running: block: Rediff
|
||||
- patches.fixes/block-use-round_jiffies_up: Block: use
|
||||
round_jiffies_up() (bnc#464155).
|
||||
- Add missing patches to series.conf:
|
||||
patches.fixes/round-jiffies-up
|
||||
patches.fixes/block-use-round_jiffies_up
|
||||
patches.fixes/block-fix-blk_start_queueing
|
||||
patches.fixes/suppress-buffer-IO-errors
|
||||
patches.fixes/block-optimizations-in-blk_rq_timed_out_timer
|
||||
patches.fixes/block-add-comment-in-blk_rq_timed_out
|
||||
* Fri Jan 23 2009 olh@suse.de
|
||||
- update patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
handle also drivers/scsi/ibmvscsi/ibmvfc.c
|
||||
* Fri Jan 23 2009 sjayaraman@suse.de
|
||||
- patches.fixes/cifs-fix-oops-on-ipv6-mount: cifs: make sure we
|
||||
allocate enough storage for socket address (467691).
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- patches.kernel.org/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch:
|
||||
ABI fix: add WB_SYNC_HOLD enum writeback_sync_modes.
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- patches.kernel.org/abi-fix-add-s_syncing-back-to-struct-super_block.patch:
|
||||
ABI fix: add s_syncing back to struct super_block.
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- update to 2.6.27.13-rc1:
|
||||
- security updates
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.arch/ppc-fix_hugepage_check.patch
|
||||
- patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk
|
||||
- patches.fixes/security-introduce-missing-kfree.patch
|
||||
- patches.fixes/xpc-fix-heartbeat
|
||||
- Update config files.
|
||||
* Thu Jan 22 2009 kkeil@suse.de
|
||||
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
|
||||
with shared interrupt during reset (bnc#396687)
|
||||
* Thu Jan 22 2009 tonyj@suse.de
|
||||
- patches.fixes/revert-bgcolor-line-feed-93f78da4.patch: Revert
|
||||
"vt: fix background color on line feed" (bnc#418613).
|
||||
* Thu Jan 22 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch: iwlwifi:
|
||||
fix rs_get_rate WARN_ON() (bnc#456002).
|
||||
- Reordered wireless patches to group together patches touching the same
|
||||
driver.
|
||||
* Thu Jan 22 2009 bphilips@suse.de
|
||||
- patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch:
|
||||
disable catas_reset by default to avoid problems with EEH
|
||||
(bnc#456389).
|
||||
* Thu Jan 22 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
fixed kABI breakage. (bnc#458811)
|
||||
* Thu Jan 22 2009 bwalle@suse.de
|
||||
- scripts/tar-up_and_run_mbuild.sh: s390 (the 31 bit variant) is
|
||||
not an important spec file.
|
||||
* Thu Jan 22 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: fixed kABI
|
||||
breakage, reenabled.
|
||||
* Thu Jan 22 2009 mmarek@suse.cz
|
||||
- rpm/modversions: eat the "override" keyword before parsing the
|
||||
symbol definition.
|
||||
* Thu Jan 22 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
Correct VIO bus/device CMO accounting problems (bnc#468304 - LTC51205)
|
||||
* Thu Jan 22 2009 olh@suse.de
|
||||
- patches.suse/of_platform_driver.module-owner.patch:
|
||||
add missing module symlink to /sys/bus/*/driver/*
|
||||
in struct of_platform_driver.
|
||||
* Thu Jan 22 2009 kkeil@suse.de
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix - new version from Intel (bnc#465923)
|
||||
* Thu Jan 22 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
(fix compilation on i386 and add hpet64 to kernel-parameters.txt)
|
||||
* Thu Jan 22 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
* Thu Jan 22 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
sgi-xpc: need to pass the physical address, not virtual. (bnc#458811)
|
||||
- patches.fixes/xpc-fix-heartbeat:
|
||||
sgi-xpc: eliminate false detection of no heartbeat. (bnc#464545)
|
||||
* Thu Jan 22 2009 jkosina@suse.de
|
||||
- patches.fixes/input-add-nomux-dell-vostro-1510.patch: Input:
|
||||
add Dell Vostro 1510 to nomux list (bnc#404881).
|
||||
* Thu Jan 22 2009 jblunck@suse.de
|
||||
- scripts/compute-PATCHVERSION.sh: Fix SRCVERSION parsing (bnc#465113).
|
||||
* Thu Jan 22 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-add-volume-offset: ALSA: hda - Add
|
||||
extra volume offset to standard volume amp macros (bnc#466428).
|
||||
- patches.drivers/alsa-hda-stac-reduce-volume-scale: ALSA: hda -
|
||||
Halve too large volume scales for STAC/IDT codecs (bnc#466428).
|
||||
* Thu Jan 22 2009 hare@suse.de
|
||||
- patches.drivers/lpfc-8.2.8.12-update: Update lpfc from 8.2.8.11
|
||||
to 8.2.8.12 (bnc#467713).
|
||||
* Thu Jan 22 2009 jeffm@suse.de
|
||||
- patches.fixes/reiserfs-debug-1036: fix missing jl arg
|
||||
* Wed Jan 21 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: delete duplicate error message in the
|
||||
kabi checks
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/remove_kernel_physical_mapping_init_from_init:
|
||||
move kernel_physical_mapping_init to __meminit (bnc#467474).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: disabled, as it changes
|
||||
kABI.
|
||||
* Wed Jan 21 2009 gregkh@suse.de
|
||||
- patches.fixes/security-introduce-missing-kfree.patch: security:
|
||||
introduce missing kfree (bnc#467322).
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch:
|
||||
sysfs: fix problems with binary files.
|
||||
* Wed Jan 21 2009 rw@suse.de
|
||||
- patches.arch/ia64-page-migration.fix:
|
||||
fix deadlock caused by cpe_migrate.ko and mark it supported.
|
||||
(bnc#464676)
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/sn-irq-affinity: sn2: preserve irq affinity set
|
||||
in PROM (bnc#457679).
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/uv_zalias_support: uv: Support for non-nasid 0
|
||||
systems (bnc#458869).
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/xpc-fix-NULL-deref: sgi-xpc: Remove NULL pointer
|
||||
dereference. (bnc#466563).
|
||||
- patches.fixes/xpc-write-barrier: sgi-xpc: ensure flags are
|
||||
updated before bte_copy (bnc#466563).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/ipw2200-workaround-firmware-restarts-when-scanning.patch:
|
||||
ipw2200: fix scanning while associated (bnc#459067).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwl3945-fix-rfkill.patch: iwl3945: report
|
||||
killswitch changes even if the interface is down (bnc#446013).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: mac80211:
|
||||
add direct probe before association (bnc#461889).
|
||||
* Wed Jan 21 2009 hare@suse.de
|
||||
- patches.drivers/mptsas-discover-all-devices: mptsas driver
|
||||
fails to discover devices (bnc#459932).
|
||||
* Wed Jan 21 2009 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.27.12.
|
||||
- patches.xen/764-netback-foreign-pages.patch: netback: handle
|
||||
non-netback foreign pages.
|
||||
- patches.xen/769-evtchn-CPU-offline.patch: evtchn: Fix CPU offlining
|
||||
to switch all affected ports belonging to a particular /dev/evcthn
|
||||
user.
|
||||
- patches.xen/gso-size-check.patch: gso: Ensure that the packet
|
||||
is long enough.
|
||||
- patches.xen/xen-S3-MSI: fix Dom0 resume from S3 when MSI is
|
||||
in use (bnc#435596).
|
||||
- patches.xen/xen3-e1000e_ioremap_sanity_check: ioremap sanity
|
||||
check to catch mapping requests exceeding the BAR sizes
|
||||
(bnc#425480).
|
||||
- patches.xen/xen3-x86-fix-kmap-contig.patch: x86: contiguous
|
||||
kmap fix (bnc#449812).
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
implement correct model matching
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/dm-mpath-tracking-nr-bytes:
|
||||
lpp_end_io gets nr_bytes as third arg
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
match all JSxx/QSxx models based on the first 4 chars in 'model'
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.arch/ppc-axon-missing-msi-workaround-5.diff:
|
||||
Fix MSI after kexec (bnc#467633)
|
||||
* Tue Jan 20 2009 gregkh@suse.de
|
||||
- clean up patch fuzz after 2.6.27.12 inclusion.
|
||||
* Tue Jan 20 2009 gregkh@suse.de
|
||||
- Update to the real 2.6.27.12
|
||||
* Tue Jan 20 2009 jeffm@suse.de
|
||||
- patches.suse/reiserfs_warning-reentrant: reiserfs: eliminate
|
||||
reiserfs_warning from uniqueness functions; Fixes deadlock.
|
||||
* Tue Jan 20 2009 olh@suse.de
|
||||
- patches.drivers/cxgb3-ser.patch:
|
||||
reset the adapter on fatal error (bnc#466062 - LTC51042)
|
||||
* Tue Jan 20 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-03-iucv-cpu-hotremove.diff: iucv: failing
|
||||
cpu hot remove for inactive iucv (bnc#466462,LTC#51104).
|
||||
- patches.arch/s390-08-04-compat-sigaltstack.diff:
|
||||
kernel: 31 bit compat sigaltstack syscall fails with
|
||||
-EFAULT. (bnc#466462,LTC#50888).
|
||||
- patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch:
|
||||
af_iucv: System hang if recvmsg() is used with MSG_PEEK
|
||||
(bnc#466462,LTC#51136).
|
||||
* Tue Jan 20 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-accept-failed-paths: Only accept
|
||||
non-existing paths when adding failed paths (bnc#467579)
|
||||
* Tue Jan 20 2009 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: set CONFIG_DEBUG_INFO=y in the
|
||||
packaged .configs if builfing debug packages (bnc#460887)
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: set %%tolerate_kabi_changes to 6
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- patches.suse/export-iwl_rx_allocate: reintroduce
|
||||
EXPORT_SYMBOL(iwl_rx_allocate).
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- import SLE11 RC2 reference kabi
|
||||
* Mon Jan 19 2009 hare@suse.de
|
||||
- patches.drivers/mpt-return-all-sense-data: MPT Fusion doesn't
|
||||
return all sense data (bnc#466179).
|
||||
* Sat Jan 17 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.12-rc2
|
||||
* Fri Jan 16 2009 od@suse.de
|
||||
- patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch:
|
||||
call boot IRQ quirks at end of device init and during resume.
|
||||
- patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch:
|
||||
update to upstream variant of this patch:
|
||||
- integrate an older quirk to make IO-APIC mode work on AMD
|
||||
8131 rev. A0 and B0
|
||||
- fix boot IRQ disabling logic for AMD 813x
|
||||
- remove unneeded code for AMD SB700S
|
||||
* Fri Jan 16 2009 jbeulich@novell.com
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
|
||||
fix (bnc#449812).
|
||||
* Fri Jan 16 2009 olh@suse.de
|
||||
- enable mptsas in kdump kernel to allow crashdump on QS2x blades
|
||||
* Fri Jan 16 2009 tiwai@suse.de
|
||||
Fix STAC925x patch again
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
(yet more) STAC925x issues (bnc#460478).
|
||||
* Fri Jan 16 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-01-cio-fix-mp-mode.diff: cio: fix
|
||||
subchannel multipath mode setup (bnc#466462,LTC#51047).
|
||||
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
|
||||
memory alignment for GPN_FT requests. (bnc#466462).
|
||||
* Thu Jan 15 2009 gregkh@suse.de
|
||||
- Update config files for vanilla kernel versions due to new config
|
||||
option added in 2.6.27.12-rc1.
|
||||
* Thu Jan 15 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.12-rc1:
|
||||
- security fixes
|
||||
- fixes CVE-2009-0029
|
||||
- bug fixes all over the place.
|
||||
- obsoletes the following patches:
|
||||
- patches.arch/ppc-cmm_no_kdump.patch
|
||||
- patches.drivers/alsa-caiaq-midi-oops-fix
|
||||
- patches.drivers/alsa-hda-hp-6730b-quirk
|
||||
- patches.drivers/ibmvfc-host_init_delay.patch
|
||||
- patches.drivers/ibmvfc-improve_sync_events.patch
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch
|
||||
- patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch
|
||||
- patches.fixes/uv-remove-erroneous-BAU-init
|
||||
- Update config files.
|
||||
* Thu Jan 15 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound:
|
||||
virtuoso: do not overwrite EEPROM on Xonar D2/D2X (bnc#462365).
|
||||
* Thu Jan 15 2009 bwalle@suse.de
|
||||
- patches.suse/s390-System.map.diff:
|
||||
Strip L2^B symbols (bnc #456682).
|
||||
* Thu Jan 15 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-gateway-fix: ALSA: patch_sigmatel:
|
||||
Add missing Gateway entries and autodetection (bnc#460478).
|
||||
- patches.drivers/alsa-hda-gateway-fix2: ALSA: hda - More fixes
|
||||
on Gateway entries (bnc#460478).
|
||||
- patches.drivers/alsa-hda-hp-dv5-mic-fix: ALSA: hda - Fix HP
|
||||
dv5 mic input (bnc#462913).
|
||||
- patches.drivers/alsa-hda-hp-dv5-quirk: ALSA: hda - Add quirk
|
||||
for another HP dv5 (bnc#462913).
|
||||
- patches.drivers/alsa-hda-idt92hd83-fix-typo: ALSA: hda -
|
||||
Fix a typo.
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk: ALSA: hda - Add
|
||||
automatic model setting for Samsung Q45.
|
||||
- patches.drivers/alsa-hda-seek-for-codec-id: ALSA: hda - Add
|
||||
a new function to seek for a codec ID (bnc#460478).
|
||||
- patches.drivers/alsa-hda-sigmatel-no-hp-reset: ALSA: hda -
|
||||
Don't reset HP pinctl in patch_sigmatel.c (bnc#460478).
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
missing initialization of NID 0x0e for STAC925x (bnc#460478).
|
||||
* Thu Jan 15 2009 olh@suse.de
|
||||
- patches.arch/ppc-fix_hugepage_check.patch:
|
||||
is_hugepage_only_range() must account for both 4kB and 64kB
|
||||
slices (bnc#466229 - LTC51063)
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Enabled patches.suse/unlock_page-speedup.patch
|
||||
* Wed Jan 14 2009 rjw@suse.de
|
||||
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
|
||||
PCI PM: Split PCI Express port suspend-resume (bnc#455926).
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch:
|
||||
PCI: Suspend and resume PCI Express ports with interrupts
|
||||
disabled (bnc#455926).
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch:
|
||||
PCI: handle PCI state saving with interrupts disabled
|
||||
(bnc#455926).
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch:
|
||||
PCI: Rework default handling of suspend and resume (bnc#455926).
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Update config files: Disable PARAVIRT.
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- refresh patches for fuzz due to update to 2.6.27.11
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- Update to final version of 2.6.27.11
|
||||
* Wed Jan 14 2009 kkeil@suse.de
|
||||
- patches.drivers/ixgbe-dcb-setstate.patch: Bugfix for ixgbe
|
||||
and kernel DCB netlink code. (bnc#458194)
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix. (bnc#465923)
|
||||
- Update config files.
|
||||
* Wed Jan 14 2009 trenn@suse.de
|
||||
- patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: Delete.
|
||||
It came out that this is an already fixed BIOS bug. The quirk
|
||||
is not needed anymore.
|
||||
* Wed Jan 14 2009 trenn@suse.de
|
||||
- patches.fixes/acpi_fix_double_slash_root_prefix_handling.patch:
|
||||
In AcpiNsGetInternalNameLength, skip the redundant backslash
|
||||
of RootPrefix (http://bugzilla.kernel.org/show_bug.cgi?id=11541
|
||||
http://www.acpica.org/bugzilla/show_bug.cgi?id=739).
|
||||
- patches.fixes/acpi_video_always_update_sys.patch: video: always
|
||||
update the brightness when poking "brightness" (bnc#450149).
|
||||
- patches.fixes/acpi_video_handle_reversed_brightness_info.patch:
|
||||
ACPI: video: Fix reversed brightness behavior on ThinkPad SL
|
||||
series (bnc#450149).
|
||||
* Wed Jan 14 2009 olh@suse.de
|
||||
- patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch:
|
||||
fix __load_balance_iterator() for cfs with only one task
|
||||
(bnc#457594 - LTC50544)
|
||||
* Wed Jan 14 2009 olh@suse.de
|
||||
- patches.fixes/xfs-redirty-ENOSPC.patch: Re-dirty pages on
|
||||
ENOSPC when converting delayed allocations (bnc#433112 - LTC48749)
|
||||
* Wed Jan 14 2009 npiggin@suse.de
|
||||
- Added guarded patches:
|
||||
- patches.suse/mnt-want-write-speedup.patch: fs: mnt_want_write
|
||||
speedup (bnc#436953).
|
||||
- patches.suse/mnt_clone_write.patch: fs: introduce
|
||||
mnt_clone_write (bnc#436953).
|
||||
- patches.suse/unlock_page-speedup.patch: mm: unlock_page speedup
|
||||
(bnc#436953).
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- Update config files.
|
||||
- patches.drivers/add-via-chrome9-drm-support.patch: add Via
|
||||
chrome9 drm support.
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch:
|
||||
pata_via.c: Support VX855 and future chips whose IDE controller
|
||||
use 0x0571..
|
||||
* Tue Jan 13 2009 hare@suse.de
|
||||
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
|
||||
after suggestions from James Bottomley (bnc#465346).
|
||||
@ -1097,6 +1679,9 @@ GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
- patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes
|
||||
when repeatetly attaching/detaching devices. (bnc#458339).
|
||||
* Tue Jan 06 2009 npiggin@suse.de
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for
|
||||
contiguous kmap fix (bnc#449812).
|
||||
* Tue Jan 06 2009 npiggin@suse.de
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch: update.
|
||||
* Mon Jan 05 2009 mmarek@suse.cz
|
||||
- patches.suse/modpost-filter-out-built-in-depends: modpost:
|
||||
|
@ -1,3 +1,980 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 18:45:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
- patches.suse/usb-move-ehci-reg-def.patch: usb: move ehci
|
||||
reg def.
|
||||
- patches.suse/x86-usb-debug-port-early-console-v4.patch: x86:
|
||||
usb debug port early console, v4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 11:43:32 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch
|
||||
patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch
|
||||
patches.kabi/export-iwl_rx_allocate
|
||||
patches.kabi/sched-kabi-compat-hack.patch: Introduce
|
||||
patches.kabi/ for patches that only work around kabi issues and
|
||||
can be safely dropped at the next SP.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 20:34:29 CET 2009 - agruen@suse.de
|
||||
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: Add missing pageattr.c
|
||||
changes to pageattr-xen.c (bnc#439348).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 18:50:59 CET 2009 - agruen@suse.de
|
||||
|
||||
- patches.suse/x86-mark_rodata_rw.patch: Add mark_rodata_rw()
|
||||
to un-protect read-only kernel code pages (bnc#439348).
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: xen specific part
|
||||
(bnc#439348).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 15:59:27 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- config/s390/s390: the -man package still fails for s390, disable
|
||||
it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 14:27:18 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: fix build of the -man subpackage on
|
||||
31bit s390
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 13:23:01 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- fix kernel-default.ppc64 reference symsets
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 12:06:53 CET 2009 - jslaby@suse.cz
|
||||
|
||||
- patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch:
|
||||
x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240
|
||||
FATE304266).
|
||||
[cpu_mask_to_apicid bigsmp fix]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 08:16:54 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
|
||||
map scsi proc_name to module name (bnc#459933 - LTC50724)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 23:33:09 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disable ftrace in -debug on ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 23:16:03 CET 2009 - jeffm@suse.de
|
||||
|
||||
- config.conf: Added -debug flavor for ppc64.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 13:40:53 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.drivers/libfc-set-the-release-function.diff:
|
||||
Whitespace change.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 09:05:30 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/libfc-fix-read-IO-data-integrity: libfc:
|
||||
IO data integrity issue when a IO data frame lost (bnc#469536).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 08:52:49 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- re-enable patches.xen/xen3-e1000e_Export_set_memory_ro-rw.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 07:44:18 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
include prototype for PFN_UP() (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:53:20 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Export
|
||||
set_memory_ro() and set_memory_rw() calls.
|
||||
readded to avoid kabi change
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:36:59 CET 2009 - jeffm@suse.de
|
||||
|
||||
- config.conf: Added kernel-vmi to i386.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:08:43 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
use PFN_UP() for end_pfn (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 17:14:44 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- kabi: import FCoE changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 17:00:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: disable
|
||||
wrong debug message again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 15:35:41 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/taskstats-alignment:
|
||||
IA64: fill 'struct taskstats' on stack and 'memcpy' result to skb.
|
||||
(bnc#448410)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 15:31:39 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
fix calculation of reserve_size (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 14:19:30 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.fixes/disable-lro-per-default: Disable LRO per default
|
||||
in igb and ixgbe. (bnc#467519)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 13:44:37 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- Just comment out patches.xen/xen3-e1000e_* (to address build error)
|
||||
until disposition of their originals is known.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 13:01:24 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.fixes/sctp_do_not_use_stale_copy_of_sk: Do not use
|
||||
stale copy of sk. (bnc#440104)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:52:21 CET 2009 - jblunck@suse.de
|
||||
|
||||
Renamed some patches so they get included in vanilla builds.
|
||||
- patches.rpmify/firmware-path: Renamed.
|
||||
- patches.rpmify/no-include-asm: Renamed.
|
||||
- patches.suse/md-raid-metadata-PAGE_SIZE.patch: Renamed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:18:00 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.suse/led_classdev.sysfs-name.patch: use correct name
|
||||
for /sys/devices/virtual/leds/ entries (bnc#468350)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:15:15 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Delete.
|
||||
- patches.suse/e1000e_allow_bad_checksum: Delete.
|
||||
- patches.suse/e1000e_call_dump_eeprom: Delete.
|
||||
- patches.suse/e1000e_ioremap_sanity_check: Delete.
|
||||
- patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory:
|
||||
Delete.
|
||||
Remove not mainline e1000e patches which were added to help with
|
||||
the e1000e NVM corruption - root issue is fixed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:06:30 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/tg3_libphy_workaround: tg3 libphy workaround.
|
||||
(bnc#468725)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 09:17:49 CET 2009 - hare@suse.de
|
||||
|
||||
- supported.conf: Correct spelling for dm-least-pending
|
||||
path checker.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 09:16:31 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-check-info-before-access: Kernel Oops
|
||||
during path failover (bnc#458393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 02:07:17 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patch fuzz now that 2.6.27.13 is in tree
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 01:59:30 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to final version of 2.6.27.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 23:24:49 CET 2009 - gregkh@suse.de
|
||||
|
||||
- dynamic debugging fixes backported from upstream:
|
||||
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
|
||||
driver core: add newlines to debugging enabled/disabled
|
||||
messages.
|
||||
- patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch:
|
||||
Driver core: fix 'dynamic_debug' cmd line parameter.
|
||||
- patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch:
|
||||
driver core: fix using 'ret' variable in
|
||||
unregister_dynamic_debug_module.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 17:51:17 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch:
|
||||
(fix return of an unitialized value (bnc#469017)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 11:29:02 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- update kabi files: ignore changes in struct pcie_link_state as
|
||||
it is an internal structure only.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 11:26:16 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.suse/genksyms-add-override-flag.diff: genksyms: add
|
||||
--override flag.
|
||||
- rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 01:25:44 CET 2009 - ghaskins@suse.de
|
||||
|
||||
- patches.fixes/sched-kabi-compat-hack.patch: sched: leave
|
||||
RT_GROUP_SCHED structure components intact to preserve kABI.
|
||||
|
||||
broke kabi with fix for 456542
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 00:35:12 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/cpufreq_export_latency.patch: CPUFREQ: Introduce
|
||||
/sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency
|
||||
(bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch:
|
||||
CPUFREQ: ondemand/conservative: sanitize sampling_rate
|
||||
restrictions (bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
- patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch:
|
||||
X86 powernow-k8 cpufreq: Get transition latency from acpi _PSS
|
||||
object (bnc#464461).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 20:29:24 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/xfs-dmapi-fixes: xfs/dmapi: fix crash on mount
|
||||
(bnc#458027).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 20:19:33 CET 2009 - ghaskins@suse.de
|
||||
|
||||
- Update config files: Disable RT_GROUP_SCHED (bnc#456542).
|
||||
|
||||
The RT_GROUP_SCHED feature is experimental and clearly broken, so
|
||||
lets turn it off for now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 16:51:40 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/hpilo-open-close-fix: hpilo open/close fix
|
||||
(bnc#466517).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:59:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: Handle I/O
|
||||
on stopped queues correctly (bnc#458393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:34:11 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.suse/mnt-want-write-speedup.patch,
|
||||
patches.suse/mnt_clone_write.patch: modified not to break kABI,
|
||||
enabled (bnc#436953).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:08:39 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwlagn-fix-rfkill.patch: iwlagn: fix hw-rfkill
|
||||
while the interface is down (bnc#446158).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 14:59:57 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- kabi/severities: temporarily enable changes in FcOE modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:55:18 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.arch/s390-08-06-personality.patch: kernel: setting 32
|
||||
bit personality doesn't work (bnc#466462).
|
||||
- patches.arch/s390-08-07-compat_wrappers.patch: kernel:
|
||||
Add missing wrapper functions for 31 bit compat
|
||||
syscalls. (bnc#466462,LTC#51229).
|
||||
- patches.fixes/block-leave-the-request-timeout-timer-running:
|
||||
Delete obsolete patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:42:28 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change
|
||||
fcoe_sw sg_tablesize to SG_ALL (bnc #459142).
|
||||
- patches.drivers/fcoe-check-return-for-fc_set_m.diff: check
|
||||
return for fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-frame-length-validati.diff: fix frame
|
||||
length validation in the early receive path (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff:
|
||||
fcoe: fix incorrect use of struct module (bnc #468051).
|
||||
- patches.drivers/fcoe-improved-load-balancing-i.diff: improved
|
||||
load balancing in rx path (bnc #459142).
|
||||
- patches.drivers/fcoe-logoff-of-the-fabric-when.diff: Logoff
|
||||
of the fabric when destroying interface (bnc #459142).
|
||||
- patches.drivers/fcoe-remove-warn_on-in-fc_set.diff: remove
|
||||
WARN_ON in fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-user_mfs-is-never-used.diff: user_mfs is
|
||||
never used (bnc #459142).
|
||||
- patches.drivers/libfc-add-fc_disc-c-locking-co.diff: Add
|
||||
fc_disc.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-ensure-correct-device_pu.diff: libfc:
|
||||
Ensure correct device_put/get usage (round 2).
|
||||
- patches.drivers/libfc-fix-rport-recursive-lock.diff: libfc:
|
||||
Fix rport recursive lock on rport mutex (bnc #459142).
|
||||
- patches.drivers/libfc-handle-rrq-exch-timeout.diff: libfc:
|
||||
handle RRQ exch timeout (bnc #465596).
|
||||
- patches.drivers/libfc-improve-fc_lport-c-locki.diff: Improve
|
||||
fc_lport.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-improve-fc_rport-c-locki.diff: Improve
|
||||
fc_rport.c locking comment block (459142).
|
||||
- patches.drivers/libfc-make-fc_disc-inline-with.diff: make
|
||||
fc_disc inline with the fc_lport structure (bnc #459142).
|
||||
- patches.drivers/libfc-make-rscn-parsing-more-r.diff: make RSCN
|
||||
parsing more robust (bnc #459142).
|
||||
- patches.drivers/libfc-make-sure-we-access-the.diff: make sure
|
||||
we access the CRC safely (bnc #459142).
|
||||
- patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff: libfc:
|
||||
Pass lport in exch_mgr_reset (bnc #465596).
|
||||
- patches.drivers/libfc-remove-debug-print-state.diff: libfc:
|
||||
Remove debug print statement, too verbose (bnc #459142).
|
||||
- patches.drivers/libfc-set-the-release-function.diff: Set
|
||||
the release function for the rport's kobject (round 2)
|
||||
(bnc #459142).
|
||||
- patches.drivers/libfc-updated-comment-for-orde.diff: updated
|
||||
comment for order of em and ex locks (bnc #459142).
|
||||
- patches.drivers/libfc-updated-libfc-fcoe-modul.diff: updated
|
||||
libfc fcoe module ver to 1.0.6 (bnc #459142).
|
||||
- patches.drivers/libfc-use-an-operations-struct.diff: use an
|
||||
operations structure for rport callbacks (bnc #459142).
|
||||
- patches.drivers/libfc-when-rport-goes-away-re.diff: libfc:
|
||||
when rport goes away (re-plogi), clean up exchanges to/from
|
||||
rport (bnc #465596).
|
||||
- patches.drivers/libfc_locking.diff: libfc, fcoe: fixed locking
|
||||
issues with lport->lp_mutex around lport->link_status (bnc
|
||||
#468053).
|
||||
- patches.drivers/libfc_rport.diff: libfc: rport retry on LS_RJT
|
||||
from certain ELS (bnc #468054).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:36:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.fixes/qla2xxx-check-fc-rport-validity:
|
||||
qla2xxx: added check for fcport is valid in
|
||||
qla2x00_terminate_rport_io(). (bnc#467624).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:01:59 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-gateway-t1616-quirk: ALSA: hda -
|
||||
Add quirk for Gateway T1616 laptop (bnc#467597).
|
||||
- patches.drivers/alsa-hda-hp-dv4-quirk: ALSA: hda - Add model
|
||||
entry for HP dv4.
|
||||
- patches.drivers/alsa-hda-intel-d945-ref-quirk: ALSA: hda -
|
||||
Add model=ref for Intel board with STAC9221 (bnc#406529).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 10:48:16 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.fixes/blk-leave-sync-timer-running: block: Rediff
|
||||
- patches.fixes/block-use-round_jiffies_up: Block: use
|
||||
round_jiffies_up() (bnc#464155).
|
||||
- Add missing patches to series.conf:
|
||||
patches.fixes/round-jiffies-up
|
||||
patches.fixes/block-use-round_jiffies_up
|
||||
patches.fixes/block-fix-blk_start_queueing
|
||||
patches.fixes/suppress-buffer-IO-errors
|
||||
patches.fixes/block-optimizations-in-blk_rq_timed_out_timer
|
||||
patches.fixes/block-add-comment-in-blk_rq_timed_out
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 07:51:35 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
handle also drivers/scsi/ibmvscsi/ibmvfc.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 06:41:18 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.fixes/cifs-fix-oops-on-ipv6-mount: cifs: make sure we
|
||||
allocate enough storage for socket address (467691).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 05:57:48 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kernel.org/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch:
|
||||
ABI fix: add WB_SYNC_HOLD enum writeback_sync_modes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 05:08:48 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kernel.org/abi-fix-add-s_syncing-back-to-struct-super_block.patch:
|
||||
ABI fix: add s_syncing back to struct super_block.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 02:26:30 CET 2009 - gregkh@suse.de
|
||||
|
||||
- update to 2.6.27.13-rc1:
|
||||
- security updates
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.arch/ppc-fix_hugepage_check.patch
|
||||
- patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk
|
||||
- patches.fixes/security-introduce-missing-kfree.patch
|
||||
- patches.fixes/xpc-fix-heartbeat
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 23:55:10 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
|
||||
with shared interrupt during reset (bnc#396687)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 22:43:48 CET 2009 - tonyj@suse.de
|
||||
|
||||
- patches.fixes/revert-bgcolor-line-feed-93f78da4.patch: Revert
|
||||
"vt: fix background color on line feed" (bnc#418613).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 19:28:06 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch: iwlwifi:
|
||||
fix rs_get_rate WARN_ON() (bnc#456002).
|
||||
- Reordered wireless patches to group together patches touching the same
|
||||
driver.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 19:13:20 CET 2009 - bphilips@suse.de
|
||||
|
||||
- patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch:
|
||||
disable catas_reset by default to avoid problems with EEH
|
||||
(bnc#456389).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 17:42:04 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
fixed kABI breakage. (bnc#458811)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:58:54 CET 2009 - bwalle@suse.de
|
||||
|
||||
- scripts/tar-up_and_run_mbuild.sh: s390 (the 31 bit variant) is
|
||||
not an important spec file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:50:44 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: fixed kABI
|
||||
breakage, reenabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:29:07 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/modversions: eat the "override" keyword before parsing the
|
||||
symbol definition.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 14:14:03 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
Correct VIO bus/device CMO accounting problems (bnc#468304 - LTC51205)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 14:03:12 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.suse/of_platform_driver.module-owner.patch:
|
||||
add missing module symlink to /sys/bus/*/driver/*
|
||||
in struct of_platform_driver.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 13:29:23 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix - new version from Intel (bnc#465923)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:58:06 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
(fix compilation on i386 and add hpet64 to kernel-parameters.txt)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:25:59 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:10:39 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
sgi-xpc: need to pass the physical address, not virtual. (bnc#458811)
|
||||
- patches.fixes/xpc-fix-heartbeat:
|
||||
sgi-xpc: eliminate false detection of no heartbeat. (bnc#464545)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 11:28:20 CET 2009 - jkosina@suse.de
|
||||
|
||||
- patches.fixes/input-add-nomux-dell-vostro-1510.patch: Input:
|
||||
add Dell Vostro 1510 to nomux list (bnc#404881).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 10:30:46 CET 2009 - jblunck@suse.de
|
||||
|
||||
- scripts/compute-PATCHVERSION.sh: Fix SRCVERSION parsing (bnc#465113).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 10:02:42 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-add-volume-offset: ALSA: hda - Add
|
||||
extra volume offset to standard volume amp macros (bnc#466428).
|
||||
- patches.drivers/alsa-hda-stac-reduce-volume-scale: ALSA: hda -
|
||||
Halve too large volume scales for STAC/IDT codecs (bnc#466428).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 09:25:52 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/lpfc-8.2.8.12-update: Update lpfc from 8.2.8.11
|
||||
to 8.2.8.12 (bnc#467713).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 01:58:48 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/reiserfs-debug-1036: fix missing jl arg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 21:09:15 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: delete duplicate error message in the
|
||||
kabi checks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 20:04:30 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/remove_kernel_physical_mapping_init_from_init:
|
||||
move kernel_physical_mapping_init to __meminit (bnc#467474).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:56:34 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: disabled, as it changes
|
||||
kABI.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:46:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.fixes/security-introduce-missing-kfree.patch: security:
|
||||
introduce missing kfree (bnc#467322).
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch:
|
||||
sysfs: fix problems with binary files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:35:32 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.arch/ia64-page-migration.fix:
|
||||
fix deadlock caused by cpe_migrate.ko and mark it supported.
|
||||
(bnc#464676)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:23:31 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/sn-irq-affinity: sn2: preserve irq affinity set
|
||||
in PROM (bnc#457679).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:15:43 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/uv_zalias_support: uv: Support for non-nasid 0
|
||||
systems (bnc#458869).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:12:47 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/xpc-fix-NULL-deref: sgi-xpc: Remove NULL pointer
|
||||
dereference. (bnc#466563).
|
||||
- patches.fixes/xpc-write-barrier: sgi-xpc: ensure flags are
|
||||
updated before bte_copy (bnc#466563).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:06:26 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/ipw2200-workaround-firmware-restarts-when-scanning.patch:
|
||||
ipw2200: fix scanning while associated (bnc#459067).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:01:41 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwl3945-fix-rfkill.patch: iwl3945: report
|
||||
killswitch changes even if the interface is down (bnc#446013).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 18:51:54 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: mac80211:
|
||||
add direct probe before association (bnc#461889).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 16:38:10 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/mptsas-discover-all-devices: mptsas driver
|
||||
fails to discover devices (bnc#459932).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 14:04:08 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.27.12.
|
||||
- patches.xen/764-netback-foreign-pages.patch: netback: handle
|
||||
non-netback foreign pages.
|
||||
- patches.xen/769-evtchn-CPU-offline.patch: evtchn: Fix CPU offlining
|
||||
to switch all affected ports belonging to a particular /dev/evcthn
|
||||
user.
|
||||
- patches.xen/gso-size-check.patch: gso: Ensure that the packet
|
||||
is long enough.
|
||||
- patches.xen/xen-S3-MSI: fix Dom0 resume from S3 when MSI is
|
||||
in use (bnc#435596).
|
||||
- patches.xen/xen3-e1000e_ioremap_sanity_check: ioremap sanity
|
||||
check to catch mapping requests exceeding the BAR sizes
|
||||
(bnc#425480).
|
||||
- patches.xen/xen3-x86-fix-kmap-contig.patch: x86: contiguous
|
||||
kmap fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 12:08:54 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
implement correct model matching
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 10:20:05 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/dm-mpath-tracking-nr-bytes:
|
||||
lpp_end_io gets nr_bytes as third arg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 10:04:08 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
match all JSxx/QSxx models based on the first 4 chars in 'model'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 08:09:10 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-axon-missing-msi-workaround-5.diff:
|
||||
Fix MSI after kexec (bnc#467633)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 21:01:18 CET 2009 - gregkh@suse.de
|
||||
|
||||
- clean up patch fuzz after 2.6.27.12 inclusion.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 20:50:47 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to the real 2.6.27.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 17:00:55 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.suse/reiserfs_warning-reentrant: reiserfs: eliminate
|
||||
reiserfs_warning from uniqueness functions; Fixes deadlock.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 16:39:35 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.drivers/cxgb3-ser.patch:
|
||||
reset the adapter on fatal error (bnc#466062 - LTC51042)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 15:24:43 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-03-iucv-cpu-hotremove.diff: iucv: failing
|
||||
cpu hot remove for inactive iucv (bnc#466462,LTC#51104).
|
||||
- patches.arch/s390-08-04-compat-sigaltstack.diff:
|
||||
kernel: 31 bit compat sigaltstack syscall fails with
|
||||
-EFAULT. (bnc#466462,LTC#50888).
|
||||
- patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch:
|
||||
af_iucv: System hang if recvmsg() is used with MSG_PEEK
|
||||
(bnc#466462,LTC#51136).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 15:15:19 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-accept-failed-paths: Only accept
|
||||
non-existing paths when adding failed paths (bnc#467579)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 12:19:52 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-source.spec.in: set CONFIG_DEBUG_INFO=y in the
|
||||
packaged .configs if builfing debug packages (bnc#460887)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 16:40:39 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: set %tolerate_kabi_changes to 6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 16:40:11 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.suse/export-iwl_rx_allocate: reintroduce
|
||||
EXPORT_SYMBOL(iwl_rx_allocate).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 13:56:20 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- import SLE11 RC2 reference kabi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 11:35:12 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/mpt-return-all-sense-data: MPT Fusion doesn't
|
||||
return all sense data (bnc#466179).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 17 00:20:49 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.12-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 17:46:11 CET 2009 - od@suse.de
|
||||
|
||||
- patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch:
|
||||
call boot IRQ quirks at end of device init and during resume.
|
||||
- patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch:
|
||||
update to upstream variant of this patch:
|
||||
- integrate an older quirk to make IO-APIC mode work on AMD
|
||||
8131 rev. A0 and B0
|
||||
- fix boot IRQ disabling logic for AMD 813x
|
||||
- remove unneeded code for AMD SB700S
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 16:09:26 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
|
||||
fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 10:55:12 CET 2009 - olh@suse.de
|
||||
|
||||
- enable mptsas in kdump kernel to allow crashdump on QS2x blades
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 08:44:42 CET 2009 - tiwai@suse.de
|
||||
|
||||
Fix STAC925x patch again
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
(yet more) STAC925x issues (bnc#460478).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 07:03:59 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-01-cio-fix-mp-mode.diff: cio: fix
|
||||
subchannel multipath mode setup (bnc#466462,LTC#51047).
|
||||
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
|
||||
memory alignment for GPN_FT requests. (bnc#466462).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 23:53:36 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files for vanilla kernel versions due to new config
|
||||
option added in 2.6.27.12-rc1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 23:47:39 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.12-rc1:
|
||||
- security fixes
|
||||
- fixes CVE-2009-0029
|
||||
- bug fixes all over the place.
|
||||
- obsoletes the following patches:
|
||||
- patches.arch/ppc-cmm_no_kdump.patch
|
||||
- patches.drivers/alsa-caiaq-midi-oops-fix
|
||||
- patches.drivers/alsa-hda-hp-6730b-quirk
|
||||
- patches.drivers/ibmvfc-host_init_delay.patch
|
||||
- patches.drivers/ibmvfc-improve_sync_events.patch
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch
|
||||
- patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch
|
||||
- patches.fixes/uv-remove-erroneous-BAU-init
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:37:26 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound:
|
||||
virtuoso: do not overwrite EEPROM on Xonar D2/D2X (bnc#462365).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:16:35 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.suse/s390-System.map.diff:
|
||||
Strip L2^B symbols (bnc #456682).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:09:29 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-gateway-fix: ALSA: patch_sigmatel:
|
||||
Add missing Gateway entries and autodetection (bnc#460478).
|
||||
- patches.drivers/alsa-hda-gateway-fix2: ALSA: hda - More fixes
|
||||
on Gateway entries (bnc#460478).
|
||||
- patches.drivers/alsa-hda-hp-dv5-mic-fix: ALSA: hda - Fix HP
|
||||
dv5 mic input (bnc#462913).
|
||||
- patches.drivers/alsa-hda-hp-dv5-quirk: ALSA: hda - Add quirk
|
||||
for another HP dv5 (bnc#462913).
|
||||
- patches.drivers/alsa-hda-idt92hd83-fix-typo: ALSA: hda -
|
||||
Fix a typo.
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk: ALSA: hda - Add
|
||||
automatic model setting for Samsung Q45.
|
||||
- patches.drivers/alsa-hda-seek-for-codec-id: ALSA: hda - Add
|
||||
a new function to seek for a codec ID (bnc#460478).
|
||||
- patches.drivers/alsa-hda-sigmatel-no-hp-reset: ALSA: hda -
|
||||
Don't reset HP pinctl in patch_sigmatel.c (bnc#460478).
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
missing initialization of NID 0x0e for STAC925x (bnc#460478).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 08:40:13 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-fix_hugepage_check.patch:
|
||||
is_hugepage_only_range() must account for both 4kB and 64kB
|
||||
slices (bnc#466229 - LTC51063)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 23:23:42 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 23:07:16 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Enabled patches.suse/unlock_page-speedup.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 22:00:49 CET 2009 - rjw@suse.de
|
||||
|
||||
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
|
||||
PCI PM: Split PCI Express port suspend-resume (bnc#455926).
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch:
|
||||
PCI: Suspend and resume PCI Express ports with interrupts
|
||||
disabled (bnc#455926).
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch:
|
||||
PCI: handle PCI state saving with interrupts disabled
|
||||
(bnc#455926).
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch:
|
||||
PCI: Rework default handling of suspend and resume (bnc#455926).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:38:29 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disable PARAVIRT.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:20:29 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patches for fuzz due to update to 2.6.27.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:02:21 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to final version of 2.6.27.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 16:38:47 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/ixgbe-dcb-setstate.patch: Bugfix for ixgbe
|
||||
and kernel DCB netlink code. (bnc#458194)
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix. (bnc#465923)
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 15:56:58 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: Delete.
|
||||
It came out that this is an already fixed BIOS bug. The quirk
|
||||
is not needed anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 14:53:51 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/acpi_fix_double_slash_root_prefix_handling.patch:
|
||||
In AcpiNsGetInternalNameLength, skip the redundant backslash
|
||||
of RootPrefix (http://bugzilla.kernel.org/show_bug.cgi?id=11541
|
||||
http://www.acpica.org/bugzilla/show_bug.cgi?id=739).
|
||||
- patches.fixes/acpi_video_always_update_sys.patch: video: always
|
||||
update the brightness when poking "brightness" (bnc#450149).
|
||||
- patches.fixes/acpi_video_handle_reversed_brightness_info.patch:
|
||||
ACPI: video: Fix reversed brightness behavior on ThinkPad SL
|
||||
series (bnc#450149).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 08:45:29 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch:
|
||||
fix __load_balance_iterator() for cfs with only one task
|
||||
(bnc#457594 - LTC50544)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 08:32:32 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/xfs-redirty-ENOSPC.patch: Re-dirty pages on
|
||||
ENOSPC when converting delayed allocations (bnc#433112 - LTC48749)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 04:33:33 CET 2009 - npiggin@suse.de
|
||||
|
||||
- Added guarded patches:
|
||||
- patches.suse/mnt-want-write-speedup.patch: fs: mnt_want_write
|
||||
speedup (bnc#436953).
|
||||
- patches.suse/mnt_clone_write.patch: fs: introduce
|
||||
mnt_clone_write (bnc#436953).
|
||||
- patches.suse/unlock_page-speedup.patch: mm: unlock_page speedup
|
||||
(bnc#436953).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 00:51:58 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- patches.drivers/add-via-chrome9-drm-support.patch: add Via
|
||||
chrome9 drm support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 00:29:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch:
|
||||
pata_via.c: Support VX855 and future chips whose IDE controller
|
||||
use 0x0571..
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 13 16:46:08 CET 2009 - hare@suse.de
|
||||
|
||||
@ -472,6 +1449,12 @@ Tue Jan 6 18:36:57 CET 2009 - jjolly@suse.de
|
||||
- patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes
|
||||
when repeatetly attaching/detaching devices. (bnc#458339).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 14:37:15 CET 2009 - npiggin@suse.de
|
||||
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for
|
||||
contiguous kmap fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 07:54:29 CET 2009 - npiggin@suse.de
|
||||
|
||||
|
647
kernel-s390.spec
647
kernel-s390.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-s390 (Version 2.6.27.10)
|
||||
# spec file for package kernel-s390 (Version 2.6.27.13)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -47,7 +47,7 @@
|
||||
%define cpu_arch_flavor %(%_sourcedir/guards %symbols < %_sourcedir/config.conf | grep '/s390$')
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar xfj %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%ifarch %ix86 x86_64
|
||||
%define install_vdso 1
|
||||
@ -62,8 +62,8 @@
|
||||
|
||||
Name: kernel-s390
|
||||
Summary: The Standard Kernel
|
||||
Version: 2.6.27.10
|
||||
Release: 5
|
||||
Version: 2.6.27.13
|
||||
Release: 3
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -98,8 +98,8 @@ BuildRequires: dwarfextract
|
||||
%endif
|
||||
%if %build_xen
|
||||
%ifarch %ix86
|
||||
Provides: kernel-xenpae = 2.6.27.10
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.10
|
||||
Provides: kernel-xenpae = 2.6.27.13
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.13
|
||||
%endif
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
@ -121,7 +121,7 @@ Conflicts: lvm2 < 2.02.33
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = 2.6.27.10-%source_rel
|
||||
Provides: kernel = 2.6.27.13-%source_rel
|
||||
Provides: kernel-32bit k_deflt
|
||||
Obsoletes: kernel-32bit k_deflt
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2
|
||||
@ -155,6 +155,7 @@ Source109: patches.kernel.org.tar.bz2
|
||||
Source110: patches.apparmor.tar.bz2
|
||||
Source111: patches.rt.tar.bz2
|
||||
Source112: patches.trace.tar.bz2
|
||||
Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
%define my_builddir %_builddir/%{name}-%{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -198,25 +199,25 @@ Obsoletes: ralink-rt2860-kmp
|
||||
%define tolerate_unknown_new_config_options 0
|
||||
# kABI change tolerance (default in maintenance should be 4, 6, 8 or 15,
|
||||
# 31 is the maximum; see scripts/kabi-checks)
|
||||
%define tolerate_kabi_changes 31
|
||||
%define tolerate_kabi_changes 6
|
||||
|
||||
%description
|
||||
The standard kernel.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
echo "The kernel-s390-2.6.27.10.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.10.src.rpm."
|
||||
echo "The kernel-s390-2.6.27.13.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.13.src.rpm."
|
||||
exit 1
|
||||
fi
|
||||
echo "Architecture symbol(s):" %symbols
|
||||
# Unpack all sources and patches
|
||||
%setup -q -c -T -a 0 -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 120
|
||||
%setup -q -c -T -a 0 -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 113 -a 120
|
||||
supported_conf() {
|
||||
%_sourcedir/guards %symbols $* < %_sourcedir/supported.conf | sort -u
|
||||
}
|
||||
@ -266,7 +267,7 @@ cat ../config/%cpu_arch_flavor \
|
||||
cpu_arch_flavor="%cpu_arch_flavor"
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
cpu_arch=${cpu_arch_flavor%/*}
|
||||
KERNELRELEASE=2.6.27.10-$RELEASE-s390
|
||||
KERNELRELEASE=2.6.27.13-$RELEASE-s390
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -314,18 +315,15 @@ export OOPS_TIMESTAMP="$(
|
||||
| tr -dc 0-9)"
|
||||
export KBUILD_VERBOSE=0
|
||||
export KBUILD_SYMTYPES=1
|
||||
export KBUILD_OVERRIDE=1
|
||||
EOF
|
||||
source .kernel-binary.spec.buildenv
|
||||
%ifarch s390x
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
chmod +x scripts/kmsg-doc
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y D=2
|
||||
%else
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
%endif
|
||||
%else
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
%endif
|
||||
|
||||
%install
|
||||
source .rpm-defs
|
||||
@ -407,7 +405,7 @@ add_vmlinux()
|
||||
if [ -x "$(which dwarfextract 2>/dev/null)" ] ; then
|
||||
dwarfextract vmlinux %buildroot/boot/Kerntypes-$KERNELRELEASE
|
||||
fi
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
mkdir -p %buildroot/usr/share/man/man9
|
||||
find man -name '*.9' -exec install -m 644 -D '{}' %buildroot/usr/share/man/man9/ ';'
|
||||
%endif
|
||||
@ -607,8 +605,6 @@ if [ $CONFIG_MODULES = y ]; then
|
||||
--max-badness=%tolerate_kabi_changes || KABI=$?
|
||||
fi
|
||||
if [ $KABI -ne 0 ]; then
|
||||
echo "kABI changes of badness $KABI exceed the maximum allowed badness" \
|
||||
"of %tolerate_kabi_changes. Please try to avoid the kABI changes."
|
||||
if [ ! -e %my_builddir/kabi/$cpu_arch/ignore-s390 -a \
|
||||
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
|
||||
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
|
||||
@ -724,8 +720,8 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -765,8 +761,8 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -780,8 +776,7 @@ GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
%files -n kernel-s390-extra -f kernel-extra.files
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
%ifarch s390x
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
|
||||
%package -n kernel-s390-man
|
||||
License: GPL v2 only
|
||||
@ -793,16 +788,603 @@ The standard kernel.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%files -n kernel-s390-man
|
||||
%defattr(-,root,root)
|
||||
/usr/share/man/man9/*
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jan 29 2009 gregkh@suse.de
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
- patches.suse/usb-move-ehci-reg-def.patch: usb: move ehci
|
||||
reg def.
|
||||
- patches.suse/x86-usb-debug-port-early-console-v4.patch: x86:
|
||||
usb debug port early console, v4.
|
||||
* Thu Jan 29 2009 mmarek@suse.cz
|
||||
- patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch
|
||||
patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch
|
||||
patches.kabi/export-iwl_rx_allocate
|
||||
patches.kabi/sched-kabi-compat-hack.patch: Introduce
|
||||
patches.kabi/ for patches that only work around kabi issues and
|
||||
can be safely dropped at the next SP.
|
||||
* Wed Jan 28 2009 agruen@suse.de
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: Add missing pageattr.c
|
||||
changes to pageattr-xen.c (bnc#439348).
|
||||
* Wed Jan 28 2009 agruen@suse.de
|
||||
- patches.suse/x86-mark_rodata_rw.patch: Add mark_rodata_rw()
|
||||
to un-protect read-only kernel code pages (bnc#439348).
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: xen specific part
|
||||
(bnc#439348).
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- config/s390/s390: the -man package still fails for s390, disable
|
||||
it
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: fix build of the -man subpackage on
|
||||
31bit s390
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- fix kernel-default.ppc64 reference symsets
|
||||
* Wed Jan 28 2009 jslaby@suse.cz
|
||||
- patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch:
|
||||
x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240
|
||||
FATE304266).
|
||||
[cpu_mask_to_apicid bigsmp fix]
|
||||
* Wed Jan 28 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
|
||||
map scsi proc_name to module name (bnc#459933 - LTC50724)
|
||||
* Tue Jan 27 2009 jeffm@suse.de
|
||||
- Update config files: Disable ftrace in -debug on ppc64
|
||||
* Tue Jan 27 2009 jeffm@suse.de
|
||||
- config.conf: Added -debug flavor for ppc64.
|
||||
* Tue Jan 27 2009 bwalle@suse.de
|
||||
- patches.drivers/libfc-set-the-release-function.diff:
|
||||
Whitespace change.
|
||||
* Tue Jan 27 2009 hare@suse.de
|
||||
- patches.drivers/libfc-fix-read-IO-data-integrity: libfc:
|
||||
IO data integrity issue when a IO data frame lost (bnc#469536).
|
||||
* Tue Jan 27 2009 jbeulich@novell.com
|
||||
- re-enable patches.xen/xen3-e1000e_Export_set_memory_ro-rw.
|
||||
* Tue Jan 27 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
include prototype for PFN_UP() (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Export
|
||||
set_memory_ro() and set_memory_rw() calls.
|
||||
readded to avoid kabi change
|
||||
* Mon Jan 26 2009 jeffm@suse.de
|
||||
- config.conf: Added kernel-vmi to i386.
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
use PFN_UP() for end_pfn (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 mmarek@suse.cz
|
||||
- kabi: import FCoE changes
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: disable
|
||||
wrong debug message again.
|
||||
* Mon Jan 26 2009 rw@suse.de
|
||||
- patches.fixes/taskstats-alignment:
|
||||
IA64: fill 'struct taskstats' on stack and 'memcpy' result to skb.
|
||||
(bnc#448410)
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
fix calculation of reserve_size (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.fixes/disable-lro-per-default: Disable LRO per default
|
||||
in igb and ixgbe. (bnc#467519)
|
||||
* Mon Jan 26 2009 jbeulich@novell.com
|
||||
- Just comment out patches.xen/xen3-e1000e_* (to address build error)
|
||||
until disposition of their originals is known.
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.fixes/sctp_do_not_use_stale_copy_of_sk: Do not use
|
||||
stale copy of sk. (bnc#440104)
|
||||
* Mon Jan 26 2009 jblunck@suse.de
|
||||
Renamed some patches so they get included in vanilla builds.
|
||||
- patches.rpmify/firmware-path: Renamed.
|
||||
- patches.rpmify/no-include-asm: Renamed.
|
||||
- patches.suse/md-raid-metadata-PAGE_SIZE.patch: Renamed.
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- patches.suse/led_classdev.sysfs-name.patch: use correct name
|
||||
for /sys/devices/virtual/leds/ entries (bnc#468350)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Delete.
|
||||
- patches.suse/e1000e_allow_bad_checksum: Delete.
|
||||
- patches.suse/e1000e_call_dump_eeprom: Delete.
|
||||
- patches.suse/e1000e_ioremap_sanity_check: Delete.
|
||||
- patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory:
|
||||
Delete.
|
||||
Remove not mainline e1000e patches which were added to help with
|
||||
the e1000e NVM corruption - root issue is fixed
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.drivers/tg3_libphy_workaround: tg3 libphy workaround.
|
||||
(bnc#468725)
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- supported.conf: Correct spelling for dm-least-pending
|
||||
path checker.
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-check-info-before-access: Kernel Oops
|
||||
during path failover (bnc#458393).
|
||||
* Sun Jan 25 2009 gregkh@suse.de
|
||||
- refresh patch fuzz now that 2.6.27.13 is in tree
|
||||
* Sun Jan 25 2009 gregkh@suse.de
|
||||
- Update to final version of 2.6.27.13
|
||||
* Sat Jan 24 2009 gregkh@suse.de
|
||||
- dynamic debugging fixes backported from upstream:
|
||||
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
|
||||
driver core: add newlines to debugging enabled/disabled
|
||||
messages.
|
||||
- patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch:
|
||||
Driver core: fix 'dynamic_debug' cmd line parameter.
|
||||
- patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch:
|
||||
driver core: fix using 'ret' variable in
|
||||
unregister_dynamic_debug_module.
|
||||
* Sat Jan 24 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch:
|
||||
(fix return of an unitialized value (bnc#469017)
|
||||
* Sat Jan 24 2009 mmarek@suse.cz
|
||||
- update kabi files: ignore changes in struct pcie_link_state as
|
||||
it is an internal structure only.
|
||||
* Sat Jan 24 2009 mmarek@suse.cz
|
||||
- patches.suse/genksyms-add-override-flag.diff: genksyms: add
|
||||
--override flag.
|
||||
- rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1
|
||||
* Sat Jan 24 2009 ghaskins@suse.de
|
||||
- patches.fixes/sched-kabi-compat-hack.patch: sched: leave
|
||||
RT_GROUP_SCHED structure components intact to preserve kABI.
|
||||
broke kabi with fix for 456542
|
||||
* Sat Jan 24 2009 trenn@suse.de
|
||||
- patches.fixes/cpufreq_export_latency.patch: CPUFREQ: Introduce
|
||||
/sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency
|
||||
(bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch:
|
||||
CPUFREQ: ondemand/conservative: sanitize sampling_rate
|
||||
restrictions (bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
- patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch:
|
||||
X86 powernow-k8 cpufreq: Get transition latency from acpi _PSS
|
||||
object (bnc#464461).
|
||||
* Fri Jan 23 2009 jeffm@suse.de
|
||||
- patches.fixes/xfs-dmapi-fixes: xfs/dmapi: fix crash on mount
|
||||
(bnc#458027).
|
||||
* Fri Jan 23 2009 ghaskins@suse.de
|
||||
- Update config files: Disable RT_GROUP_SCHED (bnc#456542).
|
||||
The RT_GROUP_SCHED feature is experimental and clearly broken, so
|
||||
lets turn it off for now.
|
||||
* Fri Jan 23 2009 jeffm@suse.de
|
||||
- patches.fixes/hpilo-open-close-fix: hpilo open/close fix
|
||||
(bnc#466517).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: Handle I/O
|
||||
on stopped queues correctly (bnc#458393).
|
||||
* Fri Jan 23 2009 jbenc@suse.cz
|
||||
- patches.suse/mnt-want-write-speedup.patch,
|
||||
patches.suse/mnt_clone_write.patch: modified not to break kABI,
|
||||
enabled (bnc#436953).
|
||||
* Fri Jan 23 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwlagn-fix-rfkill.patch: iwlagn: fix hw-rfkill
|
||||
while the interface is down (bnc#446158).
|
||||
* Fri Jan 23 2009 mmarek@suse.cz
|
||||
- kabi/severities: temporarily enable changes in FcOE modules.
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.arch/s390-08-06-personality.patch: kernel: setting 32
|
||||
bit personality doesn't work (bnc#466462).
|
||||
- patches.arch/s390-08-07-compat_wrappers.patch: kernel:
|
||||
Add missing wrapper functions for 31 bit compat
|
||||
syscalls. (bnc#466462,LTC#51229).
|
||||
- patches.fixes/block-leave-the-request-timeout-timer-running:
|
||||
Delete obsolete patch.
|
||||
* Fri Jan 23 2009 bwalle@suse.de
|
||||
- patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change
|
||||
fcoe_sw sg_tablesize to SG_ALL (bnc #459142).
|
||||
- patches.drivers/fcoe-check-return-for-fc_set_m.diff: check
|
||||
return for fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-frame-length-validati.diff: fix frame
|
||||
length validation in the early receive path (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff:
|
||||
fcoe: fix incorrect use of struct module (bnc #468051).
|
||||
- patches.drivers/fcoe-improved-load-balancing-i.diff: improved
|
||||
load balancing in rx path (bnc #459142).
|
||||
- patches.drivers/fcoe-logoff-of-the-fabric-when.diff: Logoff
|
||||
of the fabric when destroying interface (bnc #459142).
|
||||
- patches.drivers/fcoe-remove-warn_on-in-fc_set.diff: remove
|
||||
WARN_ON in fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-user_mfs-is-never-used.diff: user_mfs is
|
||||
never used (bnc #459142).
|
||||
- patches.drivers/libfc-add-fc_disc-c-locking-co.diff: Add
|
||||
fc_disc.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-ensure-correct-device_pu.diff: libfc:
|
||||
Ensure correct device_put/get usage (round 2).
|
||||
- patches.drivers/libfc-fix-rport-recursive-lock.diff: libfc:
|
||||
Fix rport recursive lock on rport mutex (bnc #459142).
|
||||
- patches.drivers/libfc-handle-rrq-exch-timeout.diff: libfc:
|
||||
handle RRQ exch timeout (bnc #465596).
|
||||
- patches.drivers/libfc-improve-fc_lport-c-locki.diff: Improve
|
||||
fc_lport.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-improve-fc_rport-c-locki.diff: Improve
|
||||
fc_rport.c locking comment block (459142).
|
||||
- patches.drivers/libfc-make-fc_disc-inline-with.diff: make
|
||||
fc_disc inline with the fc_lport structure (bnc #459142).
|
||||
- patches.drivers/libfc-make-rscn-parsing-more-r.diff: make RSCN
|
||||
parsing more robust (bnc #459142).
|
||||
- patches.drivers/libfc-make-sure-we-access-the.diff: make sure
|
||||
we access the CRC safely (bnc #459142).
|
||||
- patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff: libfc:
|
||||
Pass lport in exch_mgr_reset (bnc #465596).
|
||||
- patches.drivers/libfc-remove-debug-print-state.diff: libfc:
|
||||
Remove debug print statement, too verbose (bnc #459142).
|
||||
- patches.drivers/libfc-set-the-release-function.diff: Set
|
||||
the release function for the rport's kobject (round 2)
|
||||
(bnc #459142).
|
||||
- patches.drivers/libfc-updated-comment-for-orde.diff: updated
|
||||
comment for order of em and ex locks (bnc #459142).
|
||||
- patches.drivers/libfc-updated-libfc-fcoe-modul.diff: updated
|
||||
libfc fcoe module ver to 1.0.6 (bnc #459142).
|
||||
- patches.drivers/libfc-use-an-operations-struct.diff: use an
|
||||
operations structure for rport callbacks (bnc #459142).
|
||||
- patches.drivers/libfc-when-rport-goes-away-re.diff: libfc:
|
||||
when rport goes away (re-plogi), clean up exchanges to/from
|
||||
rport (bnc #465596).
|
||||
- patches.drivers/libfc_locking.diff: libfc, fcoe: fixed locking
|
||||
issues with lport->lp_mutex around lport->link_status (bnc
|
||||
[#468053]).
|
||||
- patches.drivers/libfc_rport.diff: libfc: rport retry on LS_RJT
|
||||
from certain ELS (bnc #468054).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.fixes/qla2xxx-check-fc-rport-validity:
|
||||
qla2xxx: added check for fcport is valid in
|
||||
qla2x00_terminate_rport_io(). (bnc#467624).
|
||||
* Fri Jan 23 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-gateway-t1616-quirk: ALSA: hda -
|
||||
Add quirk for Gateway T1616 laptop (bnc#467597).
|
||||
- patches.drivers/alsa-hda-hp-dv4-quirk: ALSA: hda - Add model
|
||||
entry for HP dv4.
|
||||
- patches.drivers/alsa-hda-intel-d945-ref-quirk: ALSA: hda -
|
||||
Add model=ref for Intel board with STAC9221 (bnc#406529).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.fixes/blk-leave-sync-timer-running: block: Rediff
|
||||
- patches.fixes/block-use-round_jiffies_up: Block: use
|
||||
round_jiffies_up() (bnc#464155).
|
||||
- Add missing patches to series.conf:
|
||||
patches.fixes/round-jiffies-up
|
||||
patches.fixes/block-use-round_jiffies_up
|
||||
patches.fixes/block-fix-blk_start_queueing
|
||||
patches.fixes/suppress-buffer-IO-errors
|
||||
patches.fixes/block-optimizations-in-blk_rq_timed_out_timer
|
||||
patches.fixes/block-add-comment-in-blk_rq_timed_out
|
||||
* Fri Jan 23 2009 olh@suse.de
|
||||
- update patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
handle also drivers/scsi/ibmvscsi/ibmvfc.c
|
||||
* Fri Jan 23 2009 sjayaraman@suse.de
|
||||
- patches.fixes/cifs-fix-oops-on-ipv6-mount: cifs: make sure we
|
||||
allocate enough storage for socket address (467691).
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- patches.kernel.org/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch:
|
||||
ABI fix: add WB_SYNC_HOLD enum writeback_sync_modes.
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- patches.kernel.org/abi-fix-add-s_syncing-back-to-struct-super_block.patch:
|
||||
ABI fix: add s_syncing back to struct super_block.
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- update to 2.6.27.13-rc1:
|
||||
- security updates
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.arch/ppc-fix_hugepage_check.patch
|
||||
- patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk
|
||||
- patches.fixes/security-introduce-missing-kfree.patch
|
||||
- patches.fixes/xpc-fix-heartbeat
|
||||
- Update config files.
|
||||
* Thu Jan 22 2009 kkeil@suse.de
|
||||
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
|
||||
with shared interrupt during reset (bnc#396687)
|
||||
* Thu Jan 22 2009 tonyj@suse.de
|
||||
- patches.fixes/revert-bgcolor-line-feed-93f78da4.patch: Revert
|
||||
"vt: fix background color on line feed" (bnc#418613).
|
||||
* Thu Jan 22 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch: iwlwifi:
|
||||
fix rs_get_rate WARN_ON() (bnc#456002).
|
||||
- Reordered wireless patches to group together patches touching the same
|
||||
driver.
|
||||
* Thu Jan 22 2009 bphilips@suse.de
|
||||
- patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch:
|
||||
disable catas_reset by default to avoid problems with EEH
|
||||
(bnc#456389).
|
||||
* Thu Jan 22 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
fixed kABI breakage. (bnc#458811)
|
||||
* Thu Jan 22 2009 bwalle@suse.de
|
||||
- scripts/tar-up_and_run_mbuild.sh: s390 (the 31 bit variant) is
|
||||
not an important spec file.
|
||||
* Thu Jan 22 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: fixed kABI
|
||||
breakage, reenabled.
|
||||
* Thu Jan 22 2009 mmarek@suse.cz
|
||||
- rpm/modversions: eat the "override" keyword before parsing the
|
||||
symbol definition.
|
||||
* Thu Jan 22 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
Correct VIO bus/device CMO accounting problems (bnc#468304 - LTC51205)
|
||||
* Thu Jan 22 2009 olh@suse.de
|
||||
- patches.suse/of_platform_driver.module-owner.patch:
|
||||
add missing module symlink to /sys/bus/*/driver/*
|
||||
in struct of_platform_driver.
|
||||
* Thu Jan 22 2009 kkeil@suse.de
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix - new version from Intel (bnc#465923)
|
||||
* Thu Jan 22 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
(fix compilation on i386 and add hpet64 to kernel-parameters.txt)
|
||||
* Thu Jan 22 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
* Thu Jan 22 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
sgi-xpc: need to pass the physical address, not virtual. (bnc#458811)
|
||||
- patches.fixes/xpc-fix-heartbeat:
|
||||
sgi-xpc: eliminate false detection of no heartbeat. (bnc#464545)
|
||||
* Thu Jan 22 2009 jkosina@suse.de
|
||||
- patches.fixes/input-add-nomux-dell-vostro-1510.patch: Input:
|
||||
add Dell Vostro 1510 to nomux list (bnc#404881).
|
||||
* Thu Jan 22 2009 jblunck@suse.de
|
||||
- scripts/compute-PATCHVERSION.sh: Fix SRCVERSION parsing (bnc#465113).
|
||||
* Thu Jan 22 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-add-volume-offset: ALSA: hda - Add
|
||||
extra volume offset to standard volume amp macros (bnc#466428).
|
||||
- patches.drivers/alsa-hda-stac-reduce-volume-scale: ALSA: hda -
|
||||
Halve too large volume scales for STAC/IDT codecs (bnc#466428).
|
||||
* Thu Jan 22 2009 hare@suse.de
|
||||
- patches.drivers/lpfc-8.2.8.12-update: Update lpfc from 8.2.8.11
|
||||
to 8.2.8.12 (bnc#467713).
|
||||
* Thu Jan 22 2009 jeffm@suse.de
|
||||
- patches.fixes/reiserfs-debug-1036: fix missing jl arg
|
||||
* Wed Jan 21 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: delete duplicate error message in the
|
||||
kabi checks
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/remove_kernel_physical_mapping_init_from_init:
|
||||
move kernel_physical_mapping_init to __meminit (bnc#467474).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: disabled, as it changes
|
||||
kABI.
|
||||
* Wed Jan 21 2009 gregkh@suse.de
|
||||
- patches.fixes/security-introduce-missing-kfree.patch: security:
|
||||
introduce missing kfree (bnc#467322).
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch:
|
||||
sysfs: fix problems with binary files.
|
||||
* Wed Jan 21 2009 rw@suse.de
|
||||
- patches.arch/ia64-page-migration.fix:
|
||||
fix deadlock caused by cpe_migrate.ko and mark it supported.
|
||||
(bnc#464676)
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/sn-irq-affinity: sn2: preserve irq affinity set
|
||||
in PROM (bnc#457679).
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/uv_zalias_support: uv: Support for non-nasid 0
|
||||
systems (bnc#458869).
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/xpc-fix-NULL-deref: sgi-xpc: Remove NULL pointer
|
||||
dereference. (bnc#466563).
|
||||
- patches.fixes/xpc-write-barrier: sgi-xpc: ensure flags are
|
||||
updated before bte_copy (bnc#466563).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/ipw2200-workaround-firmware-restarts-when-scanning.patch:
|
||||
ipw2200: fix scanning while associated (bnc#459067).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwl3945-fix-rfkill.patch: iwl3945: report
|
||||
killswitch changes even if the interface is down (bnc#446013).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: mac80211:
|
||||
add direct probe before association (bnc#461889).
|
||||
* Wed Jan 21 2009 hare@suse.de
|
||||
- patches.drivers/mptsas-discover-all-devices: mptsas driver
|
||||
fails to discover devices (bnc#459932).
|
||||
* Wed Jan 21 2009 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.27.12.
|
||||
- patches.xen/764-netback-foreign-pages.patch: netback: handle
|
||||
non-netback foreign pages.
|
||||
- patches.xen/769-evtchn-CPU-offline.patch: evtchn: Fix CPU offlining
|
||||
to switch all affected ports belonging to a particular /dev/evcthn
|
||||
user.
|
||||
- patches.xen/gso-size-check.patch: gso: Ensure that the packet
|
||||
is long enough.
|
||||
- patches.xen/xen-S3-MSI: fix Dom0 resume from S3 when MSI is
|
||||
in use (bnc#435596).
|
||||
- patches.xen/xen3-e1000e_ioremap_sanity_check: ioremap sanity
|
||||
check to catch mapping requests exceeding the BAR sizes
|
||||
(bnc#425480).
|
||||
- patches.xen/xen3-x86-fix-kmap-contig.patch: x86: contiguous
|
||||
kmap fix (bnc#449812).
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
implement correct model matching
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/dm-mpath-tracking-nr-bytes:
|
||||
lpp_end_io gets nr_bytes as third arg
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
match all JSxx/QSxx models based on the first 4 chars in 'model'
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.arch/ppc-axon-missing-msi-workaround-5.diff:
|
||||
Fix MSI after kexec (bnc#467633)
|
||||
* Tue Jan 20 2009 gregkh@suse.de
|
||||
- clean up patch fuzz after 2.6.27.12 inclusion.
|
||||
* Tue Jan 20 2009 gregkh@suse.de
|
||||
- Update to the real 2.6.27.12
|
||||
* Tue Jan 20 2009 jeffm@suse.de
|
||||
- patches.suse/reiserfs_warning-reentrant: reiserfs: eliminate
|
||||
reiserfs_warning from uniqueness functions; Fixes deadlock.
|
||||
* Tue Jan 20 2009 olh@suse.de
|
||||
- patches.drivers/cxgb3-ser.patch:
|
||||
reset the adapter on fatal error (bnc#466062 - LTC51042)
|
||||
* Tue Jan 20 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-03-iucv-cpu-hotremove.diff: iucv: failing
|
||||
cpu hot remove for inactive iucv (bnc#466462,LTC#51104).
|
||||
- patches.arch/s390-08-04-compat-sigaltstack.diff:
|
||||
kernel: 31 bit compat sigaltstack syscall fails with
|
||||
-EFAULT. (bnc#466462,LTC#50888).
|
||||
- patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch:
|
||||
af_iucv: System hang if recvmsg() is used with MSG_PEEK
|
||||
(bnc#466462,LTC#51136).
|
||||
* Tue Jan 20 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-accept-failed-paths: Only accept
|
||||
non-existing paths when adding failed paths (bnc#467579)
|
||||
* Tue Jan 20 2009 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: set CONFIG_DEBUG_INFO=y in the
|
||||
packaged .configs if builfing debug packages (bnc#460887)
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: set %%tolerate_kabi_changes to 6
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- patches.suse/export-iwl_rx_allocate: reintroduce
|
||||
EXPORT_SYMBOL(iwl_rx_allocate).
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- import SLE11 RC2 reference kabi
|
||||
* Mon Jan 19 2009 hare@suse.de
|
||||
- patches.drivers/mpt-return-all-sense-data: MPT Fusion doesn't
|
||||
return all sense data (bnc#466179).
|
||||
* Sat Jan 17 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.12-rc2
|
||||
* Fri Jan 16 2009 od@suse.de
|
||||
- patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch:
|
||||
call boot IRQ quirks at end of device init and during resume.
|
||||
- patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch:
|
||||
update to upstream variant of this patch:
|
||||
- integrate an older quirk to make IO-APIC mode work on AMD
|
||||
8131 rev. A0 and B0
|
||||
- fix boot IRQ disabling logic for AMD 813x
|
||||
- remove unneeded code for AMD SB700S
|
||||
* Fri Jan 16 2009 jbeulich@novell.com
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
|
||||
fix (bnc#449812).
|
||||
* Fri Jan 16 2009 olh@suse.de
|
||||
- enable mptsas in kdump kernel to allow crashdump on QS2x blades
|
||||
* Fri Jan 16 2009 tiwai@suse.de
|
||||
Fix STAC925x patch again
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
(yet more) STAC925x issues (bnc#460478).
|
||||
* Fri Jan 16 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-01-cio-fix-mp-mode.diff: cio: fix
|
||||
subchannel multipath mode setup (bnc#466462,LTC#51047).
|
||||
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
|
||||
memory alignment for GPN_FT requests. (bnc#466462).
|
||||
* Thu Jan 15 2009 gregkh@suse.de
|
||||
- Update config files for vanilla kernel versions due to new config
|
||||
option added in 2.6.27.12-rc1.
|
||||
* Thu Jan 15 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.12-rc1:
|
||||
- security fixes
|
||||
- fixes CVE-2009-0029
|
||||
- bug fixes all over the place.
|
||||
- obsoletes the following patches:
|
||||
- patches.arch/ppc-cmm_no_kdump.patch
|
||||
- patches.drivers/alsa-caiaq-midi-oops-fix
|
||||
- patches.drivers/alsa-hda-hp-6730b-quirk
|
||||
- patches.drivers/ibmvfc-host_init_delay.patch
|
||||
- patches.drivers/ibmvfc-improve_sync_events.patch
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch
|
||||
- patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch
|
||||
- patches.fixes/uv-remove-erroneous-BAU-init
|
||||
- Update config files.
|
||||
* Thu Jan 15 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound:
|
||||
virtuoso: do not overwrite EEPROM on Xonar D2/D2X (bnc#462365).
|
||||
* Thu Jan 15 2009 bwalle@suse.de
|
||||
- patches.suse/s390-System.map.diff:
|
||||
Strip L2^B symbols (bnc #456682).
|
||||
* Thu Jan 15 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-gateway-fix: ALSA: patch_sigmatel:
|
||||
Add missing Gateway entries and autodetection (bnc#460478).
|
||||
- patches.drivers/alsa-hda-gateway-fix2: ALSA: hda - More fixes
|
||||
on Gateway entries (bnc#460478).
|
||||
- patches.drivers/alsa-hda-hp-dv5-mic-fix: ALSA: hda - Fix HP
|
||||
dv5 mic input (bnc#462913).
|
||||
- patches.drivers/alsa-hda-hp-dv5-quirk: ALSA: hda - Add quirk
|
||||
for another HP dv5 (bnc#462913).
|
||||
- patches.drivers/alsa-hda-idt92hd83-fix-typo: ALSA: hda -
|
||||
Fix a typo.
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk: ALSA: hda - Add
|
||||
automatic model setting for Samsung Q45.
|
||||
- patches.drivers/alsa-hda-seek-for-codec-id: ALSA: hda - Add
|
||||
a new function to seek for a codec ID (bnc#460478).
|
||||
- patches.drivers/alsa-hda-sigmatel-no-hp-reset: ALSA: hda -
|
||||
Don't reset HP pinctl in patch_sigmatel.c (bnc#460478).
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
missing initialization of NID 0x0e for STAC925x (bnc#460478).
|
||||
* Thu Jan 15 2009 olh@suse.de
|
||||
- patches.arch/ppc-fix_hugepage_check.patch:
|
||||
is_hugepage_only_range() must account for both 4kB and 64kB
|
||||
slices (bnc#466229 - LTC51063)
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Enabled patches.suse/unlock_page-speedup.patch
|
||||
* Wed Jan 14 2009 rjw@suse.de
|
||||
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
|
||||
PCI PM: Split PCI Express port suspend-resume (bnc#455926).
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch:
|
||||
PCI: Suspend and resume PCI Express ports with interrupts
|
||||
disabled (bnc#455926).
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch:
|
||||
PCI: handle PCI state saving with interrupts disabled
|
||||
(bnc#455926).
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch:
|
||||
PCI: Rework default handling of suspend and resume (bnc#455926).
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Update config files: Disable PARAVIRT.
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- refresh patches for fuzz due to update to 2.6.27.11
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- Update to final version of 2.6.27.11
|
||||
* Wed Jan 14 2009 kkeil@suse.de
|
||||
- patches.drivers/ixgbe-dcb-setstate.patch: Bugfix for ixgbe
|
||||
and kernel DCB netlink code. (bnc#458194)
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix. (bnc#465923)
|
||||
- Update config files.
|
||||
* Wed Jan 14 2009 trenn@suse.de
|
||||
- patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: Delete.
|
||||
It came out that this is an already fixed BIOS bug. The quirk
|
||||
is not needed anymore.
|
||||
* Wed Jan 14 2009 trenn@suse.de
|
||||
- patches.fixes/acpi_fix_double_slash_root_prefix_handling.patch:
|
||||
In AcpiNsGetInternalNameLength, skip the redundant backslash
|
||||
of RootPrefix (http://bugzilla.kernel.org/show_bug.cgi?id=11541
|
||||
http://www.acpica.org/bugzilla/show_bug.cgi?id=739).
|
||||
- patches.fixes/acpi_video_always_update_sys.patch: video: always
|
||||
update the brightness when poking "brightness" (bnc#450149).
|
||||
- patches.fixes/acpi_video_handle_reversed_brightness_info.patch:
|
||||
ACPI: video: Fix reversed brightness behavior on ThinkPad SL
|
||||
series (bnc#450149).
|
||||
* Wed Jan 14 2009 olh@suse.de
|
||||
- patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch:
|
||||
fix __load_balance_iterator() for cfs with only one task
|
||||
(bnc#457594 - LTC50544)
|
||||
* Wed Jan 14 2009 olh@suse.de
|
||||
- patches.fixes/xfs-redirty-ENOSPC.patch: Re-dirty pages on
|
||||
ENOSPC when converting delayed allocations (bnc#433112 - LTC48749)
|
||||
* Wed Jan 14 2009 npiggin@suse.de
|
||||
- Added guarded patches:
|
||||
- patches.suse/mnt-want-write-speedup.patch: fs: mnt_want_write
|
||||
speedup (bnc#436953).
|
||||
- patches.suse/mnt_clone_write.patch: fs: introduce
|
||||
mnt_clone_write (bnc#436953).
|
||||
- patches.suse/unlock_page-speedup.patch: mm: unlock_page speedup
|
||||
(bnc#436953).
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- Update config files.
|
||||
- patches.drivers/add-via-chrome9-drm-support.patch: add Via
|
||||
chrome9 drm support.
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch:
|
||||
pata_via.c: Support VX855 and future chips whose IDE controller
|
||||
use 0x0571..
|
||||
* Tue Jan 13 2009 hare@suse.de
|
||||
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
|
||||
after suggestions from James Bottomley (bnc#465346).
|
||||
@ -1093,6 +1675,9 @@ GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
- patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes
|
||||
when repeatetly attaching/detaching devices. (bnc#458339).
|
||||
* Tue Jan 06 2009 npiggin@suse.de
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for
|
||||
contiguous kmap fix (bnc#449812).
|
||||
* Tue Jan 06 2009 npiggin@suse.de
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch: update.
|
||||
* Mon Jan 05 2009 mmarek@suse.cz
|
||||
- patches.suse/modpost-filter-out-built-in-depends: modpost:
|
||||
|
@ -1,3 +1,980 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 18:45:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
- patches.suse/usb-move-ehci-reg-def.patch: usb: move ehci
|
||||
reg def.
|
||||
- patches.suse/x86-usb-debug-port-early-console-v4.patch: x86:
|
||||
usb debug port early console, v4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 11:43:32 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch
|
||||
patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch
|
||||
patches.kabi/export-iwl_rx_allocate
|
||||
patches.kabi/sched-kabi-compat-hack.patch: Introduce
|
||||
patches.kabi/ for patches that only work around kabi issues and
|
||||
can be safely dropped at the next SP.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 20:34:29 CET 2009 - agruen@suse.de
|
||||
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: Add missing pageattr.c
|
||||
changes to pageattr-xen.c (bnc#439348).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 18:50:59 CET 2009 - agruen@suse.de
|
||||
|
||||
- patches.suse/x86-mark_rodata_rw.patch: Add mark_rodata_rw()
|
||||
to un-protect read-only kernel code pages (bnc#439348).
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: xen specific part
|
||||
(bnc#439348).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 15:59:27 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- config/s390/s390: the -man package still fails for s390, disable
|
||||
it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 14:27:18 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: fix build of the -man subpackage on
|
||||
31bit s390
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 13:23:01 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- fix kernel-default.ppc64 reference symsets
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 12:06:53 CET 2009 - jslaby@suse.cz
|
||||
|
||||
- patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch:
|
||||
x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240
|
||||
FATE304266).
|
||||
[cpu_mask_to_apicid bigsmp fix]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 08:16:54 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
|
||||
map scsi proc_name to module name (bnc#459933 - LTC50724)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 23:33:09 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disable ftrace in -debug on ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 23:16:03 CET 2009 - jeffm@suse.de
|
||||
|
||||
- config.conf: Added -debug flavor for ppc64.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 13:40:53 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.drivers/libfc-set-the-release-function.diff:
|
||||
Whitespace change.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 09:05:30 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/libfc-fix-read-IO-data-integrity: libfc:
|
||||
IO data integrity issue when a IO data frame lost (bnc#469536).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 08:52:49 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- re-enable patches.xen/xen3-e1000e_Export_set_memory_ro-rw.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 07:44:18 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
include prototype for PFN_UP() (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:53:20 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Export
|
||||
set_memory_ro() and set_memory_rw() calls.
|
||||
readded to avoid kabi change
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:36:59 CET 2009 - jeffm@suse.de
|
||||
|
||||
- config.conf: Added kernel-vmi to i386.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:08:43 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
use PFN_UP() for end_pfn (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 17:14:44 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- kabi: import FCoE changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 17:00:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: disable
|
||||
wrong debug message again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 15:35:41 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/taskstats-alignment:
|
||||
IA64: fill 'struct taskstats' on stack and 'memcpy' result to skb.
|
||||
(bnc#448410)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 15:31:39 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
fix calculation of reserve_size (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 14:19:30 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.fixes/disable-lro-per-default: Disable LRO per default
|
||||
in igb and ixgbe. (bnc#467519)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 13:44:37 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- Just comment out patches.xen/xen3-e1000e_* (to address build error)
|
||||
until disposition of their originals is known.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 13:01:24 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.fixes/sctp_do_not_use_stale_copy_of_sk: Do not use
|
||||
stale copy of sk. (bnc#440104)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:52:21 CET 2009 - jblunck@suse.de
|
||||
|
||||
Renamed some patches so they get included in vanilla builds.
|
||||
- patches.rpmify/firmware-path: Renamed.
|
||||
- patches.rpmify/no-include-asm: Renamed.
|
||||
- patches.suse/md-raid-metadata-PAGE_SIZE.patch: Renamed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:18:00 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.suse/led_classdev.sysfs-name.patch: use correct name
|
||||
for /sys/devices/virtual/leds/ entries (bnc#468350)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:15:15 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Delete.
|
||||
- patches.suse/e1000e_allow_bad_checksum: Delete.
|
||||
- patches.suse/e1000e_call_dump_eeprom: Delete.
|
||||
- patches.suse/e1000e_ioremap_sanity_check: Delete.
|
||||
- patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory:
|
||||
Delete.
|
||||
Remove not mainline e1000e patches which were added to help with
|
||||
the e1000e NVM corruption - root issue is fixed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:06:30 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/tg3_libphy_workaround: tg3 libphy workaround.
|
||||
(bnc#468725)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 09:17:49 CET 2009 - hare@suse.de
|
||||
|
||||
- supported.conf: Correct spelling for dm-least-pending
|
||||
path checker.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 09:16:31 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-check-info-before-access: Kernel Oops
|
||||
during path failover (bnc#458393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 02:07:17 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patch fuzz now that 2.6.27.13 is in tree
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 01:59:30 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to final version of 2.6.27.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 23:24:49 CET 2009 - gregkh@suse.de
|
||||
|
||||
- dynamic debugging fixes backported from upstream:
|
||||
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
|
||||
driver core: add newlines to debugging enabled/disabled
|
||||
messages.
|
||||
- patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch:
|
||||
Driver core: fix 'dynamic_debug' cmd line parameter.
|
||||
- patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch:
|
||||
driver core: fix using 'ret' variable in
|
||||
unregister_dynamic_debug_module.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 17:51:17 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch:
|
||||
(fix return of an unitialized value (bnc#469017)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 11:29:02 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- update kabi files: ignore changes in struct pcie_link_state as
|
||||
it is an internal structure only.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 11:26:16 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.suse/genksyms-add-override-flag.diff: genksyms: add
|
||||
--override flag.
|
||||
- rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 01:25:44 CET 2009 - ghaskins@suse.de
|
||||
|
||||
- patches.fixes/sched-kabi-compat-hack.patch: sched: leave
|
||||
RT_GROUP_SCHED structure components intact to preserve kABI.
|
||||
|
||||
broke kabi with fix for 456542
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 00:35:12 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/cpufreq_export_latency.patch: CPUFREQ: Introduce
|
||||
/sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency
|
||||
(bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch:
|
||||
CPUFREQ: ondemand/conservative: sanitize sampling_rate
|
||||
restrictions (bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
- patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch:
|
||||
X86 powernow-k8 cpufreq: Get transition latency from acpi _PSS
|
||||
object (bnc#464461).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 20:29:24 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/xfs-dmapi-fixes: xfs/dmapi: fix crash on mount
|
||||
(bnc#458027).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 20:19:33 CET 2009 - ghaskins@suse.de
|
||||
|
||||
- Update config files: Disable RT_GROUP_SCHED (bnc#456542).
|
||||
|
||||
The RT_GROUP_SCHED feature is experimental and clearly broken, so
|
||||
lets turn it off for now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 16:51:40 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/hpilo-open-close-fix: hpilo open/close fix
|
||||
(bnc#466517).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:59:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: Handle I/O
|
||||
on stopped queues correctly (bnc#458393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:34:11 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.suse/mnt-want-write-speedup.patch,
|
||||
patches.suse/mnt_clone_write.patch: modified not to break kABI,
|
||||
enabled (bnc#436953).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:08:39 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwlagn-fix-rfkill.patch: iwlagn: fix hw-rfkill
|
||||
while the interface is down (bnc#446158).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 14:59:57 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- kabi/severities: temporarily enable changes in FcOE modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:55:18 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.arch/s390-08-06-personality.patch: kernel: setting 32
|
||||
bit personality doesn't work (bnc#466462).
|
||||
- patches.arch/s390-08-07-compat_wrappers.patch: kernel:
|
||||
Add missing wrapper functions for 31 bit compat
|
||||
syscalls. (bnc#466462,LTC#51229).
|
||||
- patches.fixes/block-leave-the-request-timeout-timer-running:
|
||||
Delete obsolete patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:42:28 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change
|
||||
fcoe_sw sg_tablesize to SG_ALL (bnc #459142).
|
||||
- patches.drivers/fcoe-check-return-for-fc_set_m.diff: check
|
||||
return for fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-frame-length-validati.diff: fix frame
|
||||
length validation in the early receive path (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff:
|
||||
fcoe: fix incorrect use of struct module (bnc #468051).
|
||||
- patches.drivers/fcoe-improved-load-balancing-i.diff: improved
|
||||
load balancing in rx path (bnc #459142).
|
||||
- patches.drivers/fcoe-logoff-of-the-fabric-when.diff: Logoff
|
||||
of the fabric when destroying interface (bnc #459142).
|
||||
- patches.drivers/fcoe-remove-warn_on-in-fc_set.diff: remove
|
||||
WARN_ON in fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-user_mfs-is-never-used.diff: user_mfs is
|
||||
never used (bnc #459142).
|
||||
- patches.drivers/libfc-add-fc_disc-c-locking-co.diff: Add
|
||||
fc_disc.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-ensure-correct-device_pu.diff: libfc:
|
||||
Ensure correct device_put/get usage (round 2).
|
||||
- patches.drivers/libfc-fix-rport-recursive-lock.diff: libfc:
|
||||
Fix rport recursive lock on rport mutex (bnc #459142).
|
||||
- patches.drivers/libfc-handle-rrq-exch-timeout.diff: libfc:
|
||||
handle RRQ exch timeout (bnc #465596).
|
||||
- patches.drivers/libfc-improve-fc_lport-c-locki.diff: Improve
|
||||
fc_lport.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-improve-fc_rport-c-locki.diff: Improve
|
||||
fc_rport.c locking comment block (459142).
|
||||
- patches.drivers/libfc-make-fc_disc-inline-with.diff: make
|
||||
fc_disc inline with the fc_lport structure (bnc #459142).
|
||||
- patches.drivers/libfc-make-rscn-parsing-more-r.diff: make RSCN
|
||||
parsing more robust (bnc #459142).
|
||||
- patches.drivers/libfc-make-sure-we-access-the.diff: make sure
|
||||
we access the CRC safely (bnc #459142).
|
||||
- patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff: libfc:
|
||||
Pass lport in exch_mgr_reset (bnc #465596).
|
||||
- patches.drivers/libfc-remove-debug-print-state.diff: libfc:
|
||||
Remove debug print statement, too verbose (bnc #459142).
|
||||
- patches.drivers/libfc-set-the-release-function.diff: Set
|
||||
the release function for the rport's kobject (round 2)
|
||||
(bnc #459142).
|
||||
- patches.drivers/libfc-updated-comment-for-orde.diff: updated
|
||||
comment for order of em and ex locks (bnc #459142).
|
||||
- patches.drivers/libfc-updated-libfc-fcoe-modul.diff: updated
|
||||
libfc fcoe module ver to 1.0.6 (bnc #459142).
|
||||
- patches.drivers/libfc-use-an-operations-struct.diff: use an
|
||||
operations structure for rport callbacks (bnc #459142).
|
||||
- patches.drivers/libfc-when-rport-goes-away-re.diff: libfc:
|
||||
when rport goes away (re-plogi), clean up exchanges to/from
|
||||
rport (bnc #465596).
|
||||
- patches.drivers/libfc_locking.diff: libfc, fcoe: fixed locking
|
||||
issues with lport->lp_mutex around lport->link_status (bnc
|
||||
#468053).
|
||||
- patches.drivers/libfc_rport.diff: libfc: rport retry on LS_RJT
|
||||
from certain ELS (bnc #468054).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:36:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.fixes/qla2xxx-check-fc-rport-validity:
|
||||
qla2xxx: added check for fcport is valid in
|
||||
qla2x00_terminate_rport_io(). (bnc#467624).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:01:59 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-gateway-t1616-quirk: ALSA: hda -
|
||||
Add quirk for Gateway T1616 laptop (bnc#467597).
|
||||
- patches.drivers/alsa-hda-hp-dv4-quirk: ALSA: hda - Add model
|
||||
entry for HP dv4.
|
||||
- patches.drivers/alsa-hda-intel-d945-ref-quirk: ALSA: hda -
|
||||
Add model=ref for Intel board with STAC9221 (bnc#406529).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 10:48:16 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.fixes/blk-leave-sync-timer-running: block: Rediff
|
||||
- patches.fixes/block-use-round_jiffies_up: Block: use
|
||||
round_jiffies_up() (bnc#464155).
|
||||
- Add missing patches to series.conf:
|
||||
patches.fixes/round-jiffies-up
|
||||
patches.fixes/block-use-round_jiffies_up
|
||||
patches.fixes/block-fix-blk_start_queueing
|
||||
patches.fixes/suppress-buffer-IO-errors
|
||||
patches.fixes/block-optimizations-in-blk_rq_timed_out_timer
|
||||
patches.fixes/block-add-comment-in-blk_rq_timed_out
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 07:51:35 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
handle also drivers/scsi/ibmvscsi/ibmvfc.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 06:41:18 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.fixes/cifs-fix-oops-on-ipv6-mount: cifs: make sure we
|
||||
allocate enough storage for socket address (467691).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 05:57:48 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kernel.org/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch:
|
||||
ABI fix: add WB_SYNC_HOLD enum writeback_sync_modes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 05:08:48 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kernel.org/abi-fix-add-s_syncing-back-to-struct-super_block.patch:
|
||||
ABI fix: add s_syncing back to struct super_block.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 02:26:30 CET 2009 - gregkh@suse.de
|
||||
|
||||
- update to 2.6.27.13-rc1:
|
||||
- security updates
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.arch/ppc-fix_hugepage_check.patch
|
||||
- patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk
|
||||
- patches.fixes/security-introduce-missing-kfree.patch
|
||||
- patches.fixes/xpc-fix-heartbeat
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 23:55:10 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
|
||||
with shared interrupt during reset (bnc#396687)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 22:43:48 CET 2009 - tonyj@suse.de
|
||||
|
||||
- patches.fixes/revert-bgcolor-line-feed-93f78da4.patch: Revert
|
||||
"vt: fix background color on line feed" (bnc#418613).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 19:28:06 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch: iwlwifi:
|
||||
fix rs_get_rate WARN_ON() (bnc#456002).
|
||||
- Reordered wireless patches to group together patches touching the same
|
||||
driver.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 19:13:20 CET 2009 - bphilips@suse.de
|
||||
|
||||
- patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch:
|
||||
disable catas_reset by default to avoid problems with EEH
|
||||
(bnc#456389).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 17:42:04 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
fixed kABI breakage. (bnc#458811)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:58:54 CET 2009 - bwalle@suse.de
|
||||
|
||||
- scripts/tar-up_and_run_mbuild.sh: s390 (the 31 bit variant) is
|
||||
not an important spec file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:50:44 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: fixed kABI
|
||||
breakage, reenabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:29:07 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/modversions: eat the "override" keyword before parsing the
|
||||
symbol definition.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 14:14:03 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
Correct VIO bus/device CMO accounting problems (bnc#468304 - LTC51205)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 14:03:12 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.suse/of_platform_driver.module-owner.patch:
|
||||
add missing module symlink to /sys/bus/*/driver/*
|
||||
in struct of_platform_driver.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 13:29:23 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix - new version from Intel (bnc#465923)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:58:06 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
(fix compilation on i386 and add hpet64 to kernel-parameters.txt)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:25:59 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:10:39 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
sgi-xpc: need to pass the physical address, not virtual. (bnc#458811)
|
||||
- patches.fixes/xpc-fix-heartbeat:
|
||||
sgi-xpc: eliminate false detection of no heartbeat. (bnc#464545)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 11:28:20 CET 2009 - jkosina@suse.de
|
||||
|
||||
- patches.fixes/input-add-nomux-dell-vostro-1510.patch: Input:
|
||||
add Dell Vostro 1510 to nomux list (bnc#404881).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 10:30:46 CET 2009 - jblunck@suse.de
|
||||
|
||||
- scripts/compute-PATCHVERSION.sh: Fix SRCVERSION parsing (bnc#465113).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 10:02:42 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-add-volume-offset: ALSA: hda - Add
|
||||
extra volume offset to standard volume amp macros (bnc#466428).
|
||||
- patches.drivers/alsa-hda-stac-reduce-volume-scale: ALSA: hda -
|
||||
Halve too large volume scales for STAC/IDT codecs (bnc#466428).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 09:25:52 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/lpfc-8.2.8.12-update: Update lpfc from 8.2.8.11
|
||||
to 8.2.8.12 (bnc#467713).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 01:58:48 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/reiserfs-debug-1036: fix missing jl arg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 21:09:15 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: delete duplicate error message in the
|
||||
kabi checks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 20:04:30 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/remove_kernel_physical_mapping_init_from_init:
|
||||
move kernel_physical_mapping_init to __meminit (bnc#467474).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:56:34 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: disabled, as it changes
|
||||
kABI.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:46:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.fixes/security-introduce-missing-kfree.patch: security:
|
||||
introduce missing kfree (bnc#467322).
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch:
|
||||
sysfs: fix problems with binary files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:35:32 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.arch/ia64-page-migration.fix:
|
||||
fix deadlock caused by cpe_migrate.ko and mark it supported.
|
||||
(bnc#464676)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:23:31 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/sn-irq-affinity: sn2: preserve irq affinity set
|
||||
in PROM (bnc#457679).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:15:43 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/uv_zalias_support: uv: Support for non-nasid 0
|
||||
systems (bnc#458869).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:12:47 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/xpc-fix-NULL-deref: sgi-xpc: Remove NULL pointer
|
||||
dereference. (bnc#466563).
|
||||
- patches.fixes/xpc-write-barrier: sgi-xpc: ensure flags are
|
||||
updated before bte_copy (bnc#466563).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:06:26 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/ipw2200-workaround-firmware-restarts-when-scanning.patch:
|
||||
ipw2200: fix scanning while associated (bnc#459067).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:01:41 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwl3945-fix-rfkill.patch: iwl3945: report
|
||||
killswitch changes even if the interface is down (bnc#446013).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 18:51:54 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: mac80211:
|
||||
add direct probe before association (bnc#461889).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 16:38:10 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/mptsas-discover-all-devices: mptsas driver
|
||||
fails to discover devices (bnc#459932).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 14:04:08 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.27.12.
|
||||
- patches.xen/764-netback-foreign-pages.patch: netback: handle
|
||||
non-netback foreign pages.
|
||||
- patches.xen/769-evtchn-CPU-offline.patch: evtchn: Fix CPU offlining
|
||||
to switch all affected ports belonging to a particular /dev/evcthn
|
||||
user.
|
||||
- patches.xen/gso-size-check.patch: gso: Ensure that the packet
|
||||
is long enough.
|
||||
- patches.xen/xen-S3-MSI: fix Dom0 resume from S3 when MSI is
|
||||
in use (bnc#435596).
|
||||
- patches.xen/xen3-e1000e_ioremap_sanity_check: ioremap sanity
|
||||
check to catch mapping requests exceeding the BAR sizes
|
||||
(bnc#425480).
|
||||
- patches.xen/xen3-x86-fix-kmap-contig.patch: x86: contiguous
|
||||
kmap fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 12:08:54 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
implement correct model matching
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 10:20:05 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/dm-mpath-tracking-nr-bytes:
|
||||
lpp_end_io gets nr_bytes as third arg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 10:04:08 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
match all JSxx/QSxx models based on the first 4 chars in 'model'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 08:09:10 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-axon-missing-msi-workaround-5.diff:
|
||||
Fix MSI after kexec (bnc#467633)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 21:01:18 CET 2009 - gregkh@suse.de
|
||||
|
||||
- clean up patch fuzz after 2.6.27.12 inclusion.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 20:50:47 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to the real 2.6.27.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 17:00:55 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.suse/reiserfs_warning-reentrant: reiserfs: eliminate
|
||||
reiserfs_warning from uniqueness functions; Fixes deadlock.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 16:39:35 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.drivers/cxgb3-ser.patch:
|
||||
reset the adapter on fatal error (bnc#466062 - LTC51042)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 15:24:43 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-03-iucv-cpu-hotremove.diff: iucv: failing
|
||||
cpu hot remove for inactive iucv (bnc#466462,LTC#51104).
|
||||
- patches.arch/s390-08-04-compat-sigaltstack.diff:
|
||||
kernel: 31 bit compat sigaltstack syscall fails with
|
||||
-EFAULT. (bnc#466462,LTC#50888).
|
||||
- patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch:
|
||||
af_iucv: System hang if recvmsg() is used with MSG_PEEK
|
||||
(bnc#466462,LTC#51136).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 15:15:19 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-accept-failed-paths: Only accept
|
||||
non-existing paths when adding failed paths (bnc#467579)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 12:19:52 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-source.spec.in: set CONFIG_DEBUG_INFO=y in the
|
||||
packaged .configs if builfing debug packages (bnc#460887)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 16:40:39 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: set %tolerate_kabi_changes to 6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 16:40:11 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.suse/export-iwl_rx_allocate: reintroduce
|
||||
EXPORT_SYMBOL(iwl_rx_allocate).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 13:56:20 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- import SLE11 RC2 reference kabi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 11:35:12 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/mpt-return-all-sense-data: MPT Fusion doesn't
|
||||
return all sense data (bnc#466179).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 17 00:20:49 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.12-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 17:46:11 CET 2009 - od@suse.de
|
||||
|
||||
- patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch:
|
||||
call boot IRQ quirks at end of device init and during resume.
|
||||
- patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch:
|
||||
update to upstream variant of this patch:
|
||||
- integrate an older quirk to make IO-APIC mode work on AMD
|
||||
8131 rev. A0 and B0
|
||||
- fix boot IRQ disabling logic for AMD 813x
|
||||
- remove unneeded code for AMD SB700S
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 16:09:26 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
|
||||
fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 10:55:12 CET 2009 - olh@suse.de
|
||||
|
||||
- enable mptsas in kdump kernel to allow crashdump on QS2x blades
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 08:44:42 CET 2009 - tiwai@suse.de
|
||||
|
||||
Fix STAC925x patch again
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
(yet more) STAC925x issues (bnc#460478).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 07:03:59 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-01-cio-fix-mp-mode.diff: cio: fix
|
||||
subchannel multipath mode setup (bnc#466462,LTC#51047).
|
||||
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
|
||||
memory alignment for GPN_FT requests. (bnc#466462).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 23:53:36 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files for vanilla kernel versions due to new config
|
||||
option added in 2.6.27.12-rc1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 23:47:39 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.12-rc1:
|
||||
- security fixes
|
||||
- fixes CVE-2009-0029
|
||||
- bug fixes all over the place.
|
||||
- obsoletes the following patches:
|
||||
- patches.arch/ppc-cmm_no_kdump.patch
|
||||
- patches.drivers/alsa-caiaq-midi-oops-fix
|
||||
- patches.drivers/alsa-hda-hp-6730b-quirk
|
||||
- patches.drivers/ibmvfc-host_init_delay.patch
|
||||
- patches.drivers/ibmvfc-improve_sync_events.patch
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch
|
||||
- patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch
|
||||
- patches.fixes/uv-remove-erroneous-BAU-init
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:37:26 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound:
|
||||
virtuoso: do not overwrite EEPROM on Xonar D2/D2X (bnc#462365).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:16:35 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.suse/s390-System.map.diff:
|
||||
Strip L2^B symbols (bnc #456682).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:09:29 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-gateway-fix: ALSA: patch_sigmatel:
|
||||
Add missing Gateway entries and autodetection (bnc#460478).
|
||||
- patches.drivers/alsa-hda-gateway-fix2: ALSA: hda - More fixes
|
||||
on Gateway entries (bnc#460478).
|
||||
- patches.drivers/alsa-hda-hp-dv5-mic-fix: ALSA: hda - Fix HP
|
||||
dv5 mic input (bnc#462913).
|
||||
- patches.drivers/alsa-hda-hp-dv5-quirk: ALSA: hda - Add quirk
|
||||
for another HP dv5 (bnc#462913).
|
||||
- patches.drivers/alsa-hda-idt92hd83-fix-typo: ALSA: hda -
|
||||
Fix a typo.
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk: ALSA: hda - Add
|
||||
automatic model setting for Samsung Q45.
|
||||
- patches.drivers/alsa-hda-seek-for-codec-id: ALSA: hda - Add
|
||||
a new function to seek for a codec ID (bnc#460478).
|
||||
- patches.drivers/alsa-hda-sigmatel-no-hp-reset: ALSA: hda -
|
||||
Don't reset HP pinctl in patch_sigmatel.c (bnc#460478).
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
missing initialization of NID 0x0e for STAC925x (bnc#460478).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 08:40:13 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-fix_hugepage_check.patch:
|
||||
is_hugepage_only_range() must account for both 4kB and 64kB
|
||||
slices (bnc#466229 - LTC51063)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 23:23:42 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 23:07:16 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Enabled patches.suse/unlock_page-speedup.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 22:00:49 CET 2009 - rjw@suse.de
|
||||
|
||||
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
|
||||
PCI PM: Split PCI Express port suspend-resume (bnc#455926).
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch:
|
||||
PCI: Suspend and resume PCI Express ports with interrupts
|
||||
disabled (bnc#455926).
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch:
|
||||
PCI: handle PCI state saving with interrupts disabled
|
||||
(bnc#455926).
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch:
|
||||
PCI: Rework default handling of suspend and resume (bnc#455926).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:38:29 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disable PARAVIRT.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:20:29 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patches for fuzz due to update to 2.6.27.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:02:21 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to final version of 2.6.27.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 16:38:47 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/ixgbe-dcb-setstate.patch: Bugfix for ixgbe
|
||||
and kernel DCB netlink code. (bnc#458194)
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix. (bnc#465923)
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 15:56:58 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: Delete.
|
||||
It came out that this is an already fixed BIOS bug. The quirk
|
||||
is not needed anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 14:53:51 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/acpi_fix_double_slash_root_prefix_handling.patch:
|
||||
In AcpiNsGetInternalNameLength, skip the redundant backslash
|
||||
of RootPrefix (http://bugzilla.kernel.org/show_bug.cgi?id=11541
|
||||
http://www.acpica.org/bugzilla/show_bug.cgi?id=739).
|
||||
- patches.fixes/acpi_video_always_update_sys.patch: video: always
|
||||
update the brightness when poking "brightness" (bnc#450149).
|
||||
- patches.fixes/acpi_video_handle_reversed_brightness_info.patch:
|
||||
ACPI: video: Fix reversed brightness behavior on ThinkPad SL
|
||||
series (bnc#450149).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 08:45:29 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch:
|
||||
fix __load_balance_iterator() for cfs with only one task
|
||||
(bnc#457594 - LTC50544)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 08:32:32 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/xfs-redirty-ENOSPC.patch: Re-dirty pages on
|
||||
ENOSPC when converting delayed allocations (bnc#433112 - LTC48749)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 04:33:33 CET 2009 - npiggin@suse.de
|
||||
|
||||
- Added guarded patches:
|
||||
- patches.suse/mnt-want-write-speedup.patch: fs: mnt_want_write
|
||||
speedup (bnc#436953).
|
||||
- patches.suse/mnt_clone_write.patch: fs: introduce
|
||||
mnt_clone_write (bnc#436953).
|
||||
- patches.suse/unlock_page-speedup.patch: mm: unlock_page speedup
|
||||
(bnc#436953).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 00:51:58 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- patches.drivers/add-via-chrome9-drm-support.patch: add Via
|
||||
chrome9 drm support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 00:29:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch:
|
||||
pata_via.c: Support VX855 and future chips whose IDE controller
|
||||
use 0x0571..
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 13 16:46:08 CET 2009 - hare@suse.de
|
||||
|
||||
@ -472,6 +1449,12 @@ Tue Jan 6 18:36:57 CET 2009 - jjolly@suse.de
|
||||
- patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes
|
||||
when repeatetly attaching/detaching devices. (bnc#458339).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 14:37:15 CET 2009 - npiggin@suse.de
|
||||
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for
|
||||
contiguous kmap fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 07:54:29 CET 2009 - npiggin@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-source (Version 2.6.27.10)
|
||||
# spec file for package kernel-source (Version 2.6.27.13)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -29,8 +29,8 @@ Url: http://www.kernel.org/
|
||||
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 2.6.27.10
|
||||
Release: 5
|
||||
Version: 2.6.27.13
|
||||
Release: 3
|
||||
License: GPL v2 only
|
||||
Group: Development/Sources
|
||||
AutoReqProv: off
|
||||
@ -42,7 +42,7 @@ BuildRequires: kernel-dummy
|
||||
%endif
|
||||
ExclusiveArch: %ix86 ppc ppc64 s390 s390x ia64 x86_64
|
||||
Provides: linux
|
||||
Provides: kernel-source = 2.6.27.10-%source_rel
|
||||
Provides: kernel-source = 2.6.27.13-%source_rel
|
||||
%if "kernel-source" == "kernel-source"
|
||||
Provides: linux lx_suse lx_sus22 lx_sus24
|
||||
Obsoletes: linux lx-gdt lx-hack lx-suse lx1162_1 lx1162_2 lx1212_1 lx1212_2 lx1213_1 lx1213_2 lx121_1 lx121_2 lx126_1 lx126_2 lx129_1 lx129_2 lx_large kernel_headers lx_suse lx_sus22 lx_sus24
|
||||
@ -83,7 +83,8 @@ Source56: kernel-ps3.spec
|
||||
Source57: kernel-s390.spec
|
||||
Source58: kernel-trace.spec
|
||||
Source59: kernel-vanilla.spec
|
||||
Source60: kernel-xen.spec
|
||||
Source60: kernel-vmi.spec
|
||||
Source61: kernel-xen.spec
|
||||
Source100: config.tar.bz2
|
||||
Source101: patches.arch.tar.bz2
|
||||
Source102: patches.drivers.tar.bz2
|
||||
@ -96,6 +97,7 @@ Source109: patches.kernel.org.tar.bz2
|
||||
Source110: patches.apparmor.tar.bz2
|
||||
Source111: patches.rt.tar.bz2
|
||||
Source112: patches.trace.tar.bz2
|
||||
Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Prefix: /usr/src
|
||||
@ -118,8 +120,8 @@ Authors:
|
||||
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
@ -128,7 +130,7 @@ if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
fi
|
||||
echo "Architecture symbol(s): %symbols"
|
||||
# Unpack all sources and patches
|
||||
%setup -q -c -T -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112
|
||||
%setup -q -c -T -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 113
|
||||
|
||||
%build
|
||||
# Release number without the EXTRAVERSION
|
||||
@ -136,7 +138,7 @@ RELEASE=%source_rel
|
||||
while [ "$RELEASE" != "${RELEASE#[^0-9]*.}" ]; do
|
||||
RELEASE=${RELEASE#[^0-9]*.}
|
||||
done
|
||||
KERNELRELEASE=2.6.27.10-$RELEASE
|
||||
KERNELRELEASE=2.6.27.13-$RELEASE
|
||||
case kernel-source in
|
||||
(*-rt)
|
||||
variant=-rt
|
||||
@ -165,7 +167,7 @@ chmod -x arch/arm/mach-at91/board-yl-9200.c # executable by accident (fixed in 2
|
||||
> .patches
|
||||
for patch in $(< .patches); do
|
||||
if ! patch -s -F0 -E -p1 --no-backup-if-mismatch \
|
||||
-i %_builddir/kernel-source-2.6.27.10/$patch; then
|
||||
-i %_builddir/kernel-source-2.6.27.13/$patch; then
|
||||
echo "*** Patch $patch failed ***"
|
||||
exit 1
|
||||
fi
|
||||
@ -215,6 +217,9 @@ for config in $(%_sourcedir/guards %symbols < %_sourcedir/config.conf | grep -v
|
||||
cat $config \
|
||||
| %_sourcedir/config-subst CONFIG_LOCALVERSION '"'-$RELEASE-$flavor'"' \
|
||||
| %_sourcedir/config-subst CONFIG_SUSE_KERNEL y \
|
||||
%if 0%{?__debug_package:1}
|
||||
| %_sourcedir/config-subst CONFIG_DEBUG_INFO y \
|
||||
%endif
|
||||
> $o/.config
|
||||
MAKE_ARGS="O=$o"
|
||||
# Works around a "fix" in mainline that ends up causing the makefile
|
||||
@ -289,6 +294,594 @@ done
|
||||
%files -f kernel-source.files
|
||||
|
||||
%changelog
|
||||
* Thu Jan 29 2009 gregkh@suse.de
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
- patches.suse/usb-move-ehci-reg-def.patch: usb: move ehci
|
||||
reg def.
|
||||
- patches.suse/x86-usb-debug-port-early-console-v4.patch: x86:
|
||||
usb debug port early console, v4.
|
||||
* Thu Jan 29 2009 mmarek@suse.cz
|
||||
- patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch
|
||||
patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch
|
||||
patches.kabi/export-iwl_rx_allocate
|
||||
patches.kabi/sched-kabi-compat-hack.patch: Introduce
|
||||
patches.kabi/ for patches that only work around kabi issues and
|
||||
can be safely dropped at the next SP.
|
||||
* Wed Jan 28 2009 agruen@suse.de
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: Add missing pageattr.c
|
||||
changes to pageattr-xen.c (bnc#439348).
|
||||
* Wed Jan 28 2009 agruen@suse.de
|
||||
- patches.suse/x86-mark_rodata_rw.patch: Add mark_rodata_rw()
|
||||
to un-protect read-only kernel code pages (bnc#439348).
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: xen specific part
|
||||
(bnc#439348).
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- config/s390/s390: the -man package still fails for s390, disable
|
||||
it
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: fix build of the -man subpackage on
|
||||
31bit s390
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- fix kernel-default.ppc64 reference symsets
|
||||
* Wed Jan 28 2009 jslaby@suse.cz
|
||||
- patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch:
|
||||
x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240
|
||||
FATE304266).
|
||||
[cpu_mask_to_apicid bigsmp fix]
|
||||
* Wed Jan 28 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
|
||||
map scsi proc_name to module name (bnc#459933 - LTC50724)
|
||||
* Tue Jan 27 2009 jeffm@suse.de
|
||||
- Update config files: Disable ftrace in -debug on ppc64
|
||||
* Tue Jan 27 2009 jeffm@suse.de
|
||||
- config.conf: Added -debug flavor for ppc64.
|
||||
* Tue Jan 27 2009 bwalle@suse.de
|
||||
- patches.drivers/libfc-set-the-release-function.diff:
|
||||
Whitespace change.
|
||||
* Tue Jan 27 2009 hare@suse.de
|
||||
- patches.drivers/libfc-fix-read-IO-data-integrity: libfc:
|
||||
IO data integrity issue when a IO data frame lost (bnc#469536).
|
||||
* Tue Jan 27 2009 jbeulich@novell.com
|
||||
- re-enable patches.xen/xen3-e1000e_Export_set_memory_ro-rw.
|
||||
* Tue Jan 27 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
include prototype for PFN_UP() (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Export
|
||||
set_memory_ro() and set_memory_rw() calls.
|
||||
readded to avoid kabi change
|
||||
* Mon Jan 26 2009 jeffm@suse.de
|
||||
- config.conf: Added kernel-vmi to i386.
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
use PFN_UP() for end_pfn (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 mmarek@suse.cz
|
||||
- kabi: import FCoE changes
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: disable
|
||||
wrong debug message again.
|
||||
* Mon Jan 26 2009 rw@suse.de
|
||||
- patches.fixes/taskstats-alignment:
|
||||
IA64: fill 'struct taskstats' on stack and 'memcpy' result to skb.
|
||||
(bnc#448410)
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
fix calculation of reserve_size (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.fixes/disable-lro-per-default: Disable LRO per default
|
||||
in igb and ixgbe. (bnc#467519)
|
||||
* Mon Jan 26 2009 jbeulich@novell.com
|
||||
- Just comment out patches.xen/xen3-e1000e_* (to address build error)
|
||||
until disposition of their originals is known.
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.fixes/sctp_do_not_use_stale_copy_of_sk: Do not use
|
||||
stale copy of sk. (bnc#440104)
|
||||
* Mon Jan 26 2009 jblunck@suse.de
|
||||
Renamed some patches so they get included in vanilla builds.
|
||||
- patches.rpmify/firmware-path: Renamed.
|
||||
- patches.rpmify/no-include-asm: Renamed.
|
||||
- patches.suse/md-raid-metadata-PAGE_SIZE.patch: Renamed.
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- patches.suse/led_classdev.sysfs-name.patch: use correct name
|
||||
for /sys/devices/virtual/leds/ entries (bnc#468350)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Delete.
|
||||
- patches.suse/e1000e_allow_bad_checksum: Delete.
|
||||
- patches.suse/e1000e_call_dump_eeprom: Delete.
|
||||
- patches.suse/e1000e_ioremap_sanity_check: Delete.
|
||||
- patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory:
|
||||
Delete.
|
||||
Remove not mainline e1000e patches which were added to help with
|
||||
the e1000e NVM corruption - root issue is fixed
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.drivers/tg3_libphy_workaround: tg3 libphy workaround.
|
||||
(bnc#468725)
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- supported.conf: Correct spelling for dm-least-pending
|
||||
path checker.
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-check-info-before-access: Kernel Oops
|
||||
during path failover (bnc#458393).
|
||||
* Sun Jan 25 2009 gregkh@suse.de
|
||||
- refresh patch fuzz now that 2.6.27.13 is in tree
|
||||
* Sun Jan 25 2009 gregkh@suse.de
|
||||
- Update to final version of 2.6.27.13
|
||||
* Sat Jan 24 2009 gregkh@suse.de
|
||||
- dynamic debugging fixes backported from upstream:
|
||||
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
|
||||
driver core: add newlines to debugging enabled/disabled
|
||||
messages.
|
||||
- patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch:
|
||||
Driver core: fix 'dynamic_debug' cmd line parameter.
|
||||
- patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch:
|
||||
driver core: fix using 'ret' variable in
|
||||
unregister_dynamic_debug_module.
|
||||
* Sat Jan 24 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch:
|
||||
(fix return of an unitialized value (bnc#469017)
|
||||
* Sat Jan 24 2009 mmarek@suse.cz
|
||||
- update kabi files: ignore changes in struct pcie_link_state as
|
||||
it is an internal structure only.
|
||||
* Sat Jan 24 2009 mmarek@suse.cz
|
||||
- patches.suse/genksyms-add-override-flag.diff: genksyms: add
|
||||
--override flag.
|
||||
- rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1
|
||||
* Sat Jan 24 2009 ghaskins@suse.de
|
||||
- patches.fixes/sched-kabi-compat-hack.patch: sched: leave
|
||||
RT_GROUP_SCHED structure components intact to preserve kABI.
|
||||
broke kabi with fix for 456542
|
||||
* Sat Jan 24 2009 trenn@suse.de
|
||||
- patches.fixes/cpufreq_export_latency.patch: CPUFREQ: Introduce
|
||||
/sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency
|
||||
(bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch:
|
||||
CPUFREQ: ondemand/conservative: sanitize sampling_rate
|
||||
restrictions (bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
- patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch:
|
||||
X86 powernow-k8 cpufreq: Get transition latency from acpi _PSS
|
||||
object (bnc#464461).
|
||||
* Fri Jan 23 2009 jeffm@suse.de
|
||||
- patches.fixes/xfs-dmapi-fixes: xfs/dmapi: fix crash on mount
|
||||
(bnc#458027).
|
||||
* Fri Jan 23 2009 ghaskins@suse.de
|
||||
- Update config files: Disable RT_GROUP_SCHED (bnc#456542).
|
||||
The RT_GROUP_SCHED feature is experimental and clearly broken, so
|
||||
lets turn it off for now.
|
||||
* Fri Jan 23 2009 jeffm@suse.de
|
||||
- patches.fixes/hpilo-open-close-fix: hpilo open/close fix
|
||||
(bnc#466517).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: Handle I/O
|
||||
on stopped queues correctly (bnc#458393).
|
||||
* Fri Jan 23 2009 jbenc@suse.cz
|
||||
- patches.suse/mnt-want-write-speedup.patch,
|
||||
patches.suse/mnt_clone_write.patch: modified not to break kABI,
|
||||
enabled (bnc#436953).
|
||||
* Fri Jan 23 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwlagn-fix-rfkill.patch: iwlagn: fix hw-rfkill
|
||||
while the interface is down (bnc#446158).
|
||||
* Fri Jan 23 2009 mmarek@suse.cz
|
||||
- kabi/severities: temporarily enable changes in FcOE modules.
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.arch/s390-08-06-personality.patch: kernel: setting 32
|
||||
bit personality doesn't work (bnc#466462).
|
||||
- patches.arch/s390-08-07-compat_wrappers.patch: kernel:
|
||||
Add missing wrapper functions for 31 bit compat
|
||||
syscalls. (bnc#466462,LTC#51229).
|
||||
- patches.fixes/block-leave-the-request-timeout-timer-running:
|
||||
Delete obsolete patch.
|
||||
* Fri Jan 23 2009 bwalle@suse.de
|
||||
- patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change
|
||||
fcoe_sw sg_tablesize to SG_ALL (bnc #459142).
|
||||
- patches.drivers/fcoe-check-return-for-fc_set_m.diff: check
|
||||
return for fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-frame-length-validati.diff: fix frame
|
||||
length validation in the early receive path (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff:
|
||||
fcoe: fix incorrect use of struct module (bnc #468051).
|
||||
- patches.drivers/fcoe-improved-load-balancing-i.diff: improved
|
||||
load balancing in rx path (bnc #459142).
|
||||
- patches.drivers/fcoe-logoff-of-the-fabric-when.diff: Logoff
|
||||
of the fabric when destroying interface (bnc #459142).
|
||||
- patches.drivers/fcoe-remove-warn_on-in-fc_set.diff: remove
|
||||
WARN_ON in fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-user_mfs-is-never-used.diff: user_mfs is
|
||||
never used (bnc #459142).
|
||||
- patches.drivers/libfc-add-fc_disc-c-locking-co.diff: Add
|
||||
fc_disc.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-ensure-correct-device_pu.diff: libfc:
|
||||
Ensure correct device_put/get usage (round 2).
|
||||
- patches.drivers/libfc-fix-rport-recursive-lock.diff: libfc:
|
||||
Fix rport recursive lock on rport mutex (bnc #459142).
|
||||
- patches.drivers/libfc-handle-rrq-exch-timeout.diff: libfc:
|
||||
handle RRQ exch timeout (bnc #465596).
|
||||
- patches.drivers/libfc-improve-fc_lport-c-locki.diff: Improve
|
||||
fc_lport.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-improve-fc_rport-c-locki.diff: Improve
|
||||
fc_rport.c locking comment block (459142).
|
||||
- patches.drivers/libfc-make-fc_disc-inline-with.diff: make
|
||||
fc_disc inline with the fc_lport structure (bnc #459142).
|
||||
- patches.drivers/libfc-make-rscn-parsing-more-r.diff: make RSCN
|
||||
parsing more robust (bnc #459142).
|
||||
- patches.drivers/libfc-make-sure-we-access-the.diff: make sure
|
||||
we access the CRC safely (bnc #459142).
|
||||
- patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff: libfc:
|
||||
Pass lport in exch_mgr_reset (bnc #465596).
|
||||
- patches.drivers/libfc-remove-debug-print-state.diff: libfc:
|
||||
Remove debug print statement, too verbose (bnc #459142).
|
||||
- patches.drivers/libfc-set-the-release-function.diff: Set
|
||||
the release function for the rport's kobject (round 2)
|
||||
(bnc #459142).
|
||||
- patches.drivers/libfc-updated-comment-for-orde.diff: updated
|
||||
comment for order of em and ex locks (bnc #459142).
|
||||
- patches.drivers/libfc-updated-libfc-fcoe-modul.diff: updated
|
||||
libfc fcoe module ver to 1.0.6 (bnc #459142).
|
||||
- patches.drivers/libfc-use-an-operations-struct.diff: use an
|
||||
operations structure for rport callbacks (bnc #459142).
|
||||
- patches.drivers/libfc-when-rport-goes-away-re.diff: libfc:
|
||||
when rport goes away (re-plogi), clean up exchanges to/from
|
||||
rport (bnc #465596).
|
||||
- patches.drivers/libfc_locking.diff: libfc, fcoe: fixed locking
|
||||
issues with lport->lp_mutex around lport->link_status (bnc
|
||||
[#468053]).
|
||||
- patches.drivers/libfc_rport.diff: libfc: rport retry on LS_RJT
|
||||
from certain ELS (bnc #468054).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.fixes/qla2xxx-check-fc-rport-validity:
|
||||
qla2xxx: added check for fcport is valid in
|
||||
qla2x00_terminate_rport_io(). (bnc#467624).
|
||||
* Fri Jan 23 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-gateway-t1616-quirk: ALSA: hda -
|
||||
Add quirk for Gateway T1616 laptop (bnc#467597).
|
||||
- patches.drivers/alsa-hda-hp-dv4-quirk: ALSA: hda - Add model
|
||||
entry for HP dv4.
|
||||
- patches.drivers/alsa-hda-intel-d945-ref-quirk: ALSA: hda -
|
||||
Add model=ref for Intel board with STAC9221 (bnc#406529).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.fixes/blk-leave-sync-timer-running: block: Rediff
|
||||
- patches.fixes/block-use-round_jiffies_up: Block: use
|
||||
round_jiffies_up() (bnc#464155).
|
||||
- Add missing patches to series.conf:
|
||||
patches.fixes/round-jiffies-up
|
||||
patches.fixes/block-use-round_jiffies_up
|
||||
patches.fixes/block-fix-blk_start_queueing
|
||||
patches.fixes/suppress-buffer-IO-errors
|
||||
patches.fixes/block-optimizations-in-blk_rq_timed_out_timer
|
||||
patches.fixes/block-add-comment-in-blk_rq_timed_out
|
||||
* Fri Jan 23 2009 olh@suse.de
|
||||
- update patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
handle also drivers/scsi/ibmvscsi/ibmvfc.c
|
||||
* Fri Jan 23 2009 sjayaraman@suse.de
|
||||
- patches.fixes/cifs-fix-oops-on-ipv6-mount: cifs: make sure we
|
||||
allocate enough storage for socket address (467691).
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- patches.kernel.org/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch:
|
||||
ABI fix: add WB_SYNC_HOLD enum writeback_sync_modes.
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- patches.kernel.org/abi-fix-add-s_syncing-back-to-struct-super_block.patch:
|
||||
ABI fix: add s_syncing back to struct super_block.
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- update to 2.6.27.13-rc1:
|
||||
- security updates
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.arch/ppc-fix_hugepage_check.patch
|
||||
- patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk
|
||||
- patches.fixes/security-introduce-missing-kfree.patch
|
||||
- patches.fixes/xpc-fix-heartbeat
|
||||
- Update config files.
|
||||
* Thu Jan 22 2009 kkeil@suse.de
|
||||
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
|
||||
with shared interrupt during reset (bnc#396687)
|
||||
* Thu Jan 22 2009 tonyj@suse.de
|
||||
- patches.fixes/revert-bgcolor-line-feed-93f78da4.patch: Revert
|
||||
"vt: fix background color on line feed" (bnc#418613).
|
||||
* Thu Jan 22 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch: iwlwifi:
|
||||
fix rs_get_rate WARN_ON() (bnc#456002).
|
||||
- Reordered wireless patches to group together patches touching the same
|
||||
driver.
|
||||
* Thu Jan 22 2009 bphilips@suse.de
|
||||
- patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch:
|
||||
disable catas_reset by default to avoid problems with EEH
|
||||
(bnc#456389).
|
||||
* Thu Jan 22 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
fixed kABI breakage. (bnc#458811)
|
||||
* Thu Jan 22 2009 bwalle@suse.de
|
||||
- scripts/tar-up_and_run_mbuild.sh: s390 (the 31 bit variant) is
|
||||
not an important spec file.
|
||||
* Thu Jan 22 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: fixed kABI
|
||||
breakage, reenabled.
|
||||
* Thu Jan 22 2009 mmarek@suse.cz
|
||||
- rpm/modversions: eat the "override" keyword before parsing the
|
||||
symbol definition.
|
||||
* Thu Jan 22 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
Correct VIO bus/device CMO accounting problems (bnc#468304 - LTC51205)
|
||||
* Thu Jan 22 2009 olh@suse.de
|
||||
- patches.suse/of_platform_driver.module-owner.patch:
|
||||
add missing module symlink to /sys/bus/*/driver/*
|
||||
in struct of_platform_driver.
|
||||
* Thu Jan 22 2009 kkeil@suse.de
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix - new version from Intel (bnc#465923)
|
||||
* Thu Jan 22 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
(fix compilation on i386 and add hpet64 to kernel-parameters.txt)
|
||||
* Thu Jan 22 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
* Thu Jan 22 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
sgi-xpc: need to pass the physical address, not virtual. (bnc#458811)
|
||||
- patches.fixes/xpc-fix-heartbeat:
|
||||
sgi-xpc: eliminate false detection of no heartbeat. (bnc#464545)
|
||||
* Thu Jan 22 2009 jkosina@suse.de
|
||||
- patches.fixes/input-add-nomux-dell-vostro-1510.patch: Input:
|
||||
add Dell Vostro 1510 to nomux list (bnc#404881).
|
||||
* Thu Jan 22 2009 jblunck@suse.de
|
||||
- scripts/compute-PATCHVERSION.sh: Fix SRCVERSION parsing (bnc#465113).
|
||||
* Thu Jan 22 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-add-volume-offset: ALSA: hda - Add
|
||||
extra volume offset to standard volume amp macros (bnc#466428).
|
||||
- patches.drivers/alsa-hda-stac-reduce-volume-scale: ALSA: hda -
|
||||
Halve too large volume scales for STAC/IDT codecs (bnc#466428).
|
||||
* Thu Jan 22 2009 hare@suse.de
|
||||
- patches.drivers/lpfc-8.2.8.12-update: Update lpfc from 8.2.8.11
|
||||
to 8.2.8.12 (bnc#467713).
|
||||
* Thu Jan 22 2009 jeffm@suse.de
|
||||
- patches.fixes/reiserfs-debug-1036: fix missing jl arg
|
||||
* Wed Jan 21 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: delete duplicate error message in the
|
||||
kabi checks
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/remove_kernel_physical_mapping_init_from_init:
|
||||
move kernel_physical_mapping_init to __meminit (bnc#467474).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: disabled, as it changes
|
||||
kABI.
|
||||
* Wed Jan 21 2009 gregkh@suse.de
|
||||
- patches.fixes/security-introduce-missing-kfree.patch: security:
|
||||
introduce missing kfree (bnc#467322).
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch:
|
||||
sysfs: fix problems with binary files.
|
||||
* Wed Jan 21 2009 rw@suse.de
|
||||
- patches.arch/ia64-page-migration.fix:
|
||||
fix deadlock caused by cpe_migrate.ko and mark it supported.
|
||||
(bnc#464676)
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/sn-irq-affinity: sn2: preserve irq affinity set
|
||||
in PROM (bnc#457679).
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/uv_zalias_support: uv: Support for non-nasid 0
|
||||
systems (bnc#458869).
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/xpc-fix-NULL-deref: sgi-xpc: Remove NULL pointer
|
||||
dereference. (bnc#466563).
|
||||
- patches.fixes/xpc-write-barrier: sgi-xpc: ensure flags are
|
||||
updated before bte_copy (bnc#466563).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/ipw2200-workaround-firmware-restarts-when-scanning.patch:
|
||||
ipw2200: fix scanning while associated (bnc#459067).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwl3945-fix-rfkill.patch: iwl3945: report
|
||||
killswitch changes even if the interface is down (bnc#446013).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: mac80211:
|
||||
add direct probe before association (bnc#461889).
|
||||
* Wed Jan 21 2009 hare@suse.de
|
||||
- patches.drivers/mptsas-discover-all-devices: mptsas driver
|
||||
fails to discover devices (bnc#459932).
|
||||
* Wed Jan 21 2009 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.27.12.
|
||||
- patches.xen/764-netback-foreign-pages.patch: netback: handle
|
||||
non-netback foreign pages.
|
||||
- patches.xen/769-evtchn-CPU-offline.patch: evtchn: Fix CPU offlining
|
||||
to switch all affected ports belonging to a particular /dev/evcthn
|
||||
user.
|
||||
- patches.xen/gso-size-check.patch: gso: Ensure that the packet
|
||||
is long enough.
|
||||
- patches.xen/xen-S3-MSI: fix Dom0 resume from S3 when MSI is
|
||||
in use (bnc#435596).
|
||||
- patches.xen/xen3-e1000e_ioremap_sanity_check: ioremap sanity
|
||||
check to catch mapping requests exceeding the BAR sizes
|
||||
(bnc#425480).
|
||||
- patches.xen/xen3-x86-fix-kmap-contig.patch: x86: contiguous
|
||||
kmap fix (bnc#449812).
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
implement correct model matching
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/dm-mpath-tracking-nr-bytes:
|
||||
lpp_end_io gets nr_bytes as third arg
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
match all JSxx/QSxx models based on the first 4 chars in 'model'
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.arch/ppc-axon-missing-msi-workaround-5.diff:
|
||||
Fix MSI after kexec (bnc#467633)
|
||||
* Tue Jan 20 2009 gregkh@suse.de
|
||||
- clean up patch fuzz after 2.6.27.12 inclusion.
|
||||
* Tue Jan 20 2009 gregkh@suse.de
|
||||
- Update to the real 2.6.27.12
|
||||
* Tue Jan 20 2009 jeffm@suse.de
|
||||
- patches.suse/reiserfs_warning-reentrant: reiserfs: eliminate
|
||||
reiserfs_warning from uniqueness functions; Fixes deadlock.
|
||||
* Tue Jan 20 2009 olh@suse.de
|
||||
- patches.drivers/cxgb3-ser.patch:
|
||||
reset the adapter on fatal error (bnc#466062 - LTC51042)
|
||||
* Tue Jan 20 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-03-iucv-cpu-hotremove.diff: iucv: failing
|
||||
cpu hot remove for inactive iucv (bnc#466462,LTC#51104).
|
||||
- patches.arch/s390-08-04-compat-sigaltstack.diff:
|
||||
kernel: 31 bit compat sigaltstack syscall fails with
|
||||
-EFAULT. (bnc#466462,LTC#50888).
|
||||
- patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch:
|
||||
af_iucv: System hang if recvmsg() is used with MSG_PEEK
|
||||
(bnc#466462,LTC#51136).
|
||||
* Tue Jan 20 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-accept-failed-paths: Only accept
|
||||
non-existing paths when adding failed paths (bnc#467579)
|
||||
* Tue Jan 20 2009 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: set CONFIG_DEBUG_INFO=y in the
|
||||
packaged .configs if builfing debug packages (bnc#460887)
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: set %%tolerate_kabi_changes to 6
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- patches.suse/export-iwl_rx_allocate: reintroduce
|
||||
EXPORT_SYMBOL(iwl_rx_allocate).
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- import SLE11 RC2 reference kabi
|
||||
* Mon Jan 19 2009 hare@suse.de
|
||||
- patches.drivers/mpt-return-all-sense-data: MPT Fusion doesn't
|
||||
return all sense data (bnc#466179).
|
||||
* Sat Jan 17 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.12-rc2
|
||||
* Fri Jan 16 2009 od@suse.de
|
||||
- patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch:
|
||||
call boot IRQ quirks at end of device init and during resume.
|
||||
- patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch:
|
||||
update to upstream variant of this patch:
|
||||
- integrate an older quirk to make IO-APIC mode work on AMD
|
||||
8131 rev. A0 and B0
|
||||
- fix boot IRQ disabling logic for AMD 813x
|
||||
- remove unneeded code for AMD SB700S
|
||||
* Fri Jan 16 2009 jbeulich@novell.com
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
|
||||
fix (bnc#449812).
|
||||
* Fri Jan 16 2009 olh@suse.de
|
||||
- enable mptsas in kdump kernel to allow crashdump on QS2x blades
|
||||
* Fri Jan 16 2009 tiwai@suse.de
|
||||
Fix STAC925x patch again
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
(yet more) STAC925x issues (bnc#460478).
|
||||
* Fri Jan 16 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-01-cio-fix-mp-mode.diff: cio: fix
|
||||
subchannel multipath mode setup (bnc#466462,LTC#51047).
|
||||
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
|
||||
memory alignment for GPN_FT requests. (bnc#466462).
|
||||
* Thu Jan 15 2009 gregkh@suse.de
|
||||
- Update config files for vanilla kernel versions due to new config
|
||||
option added in 2.6.27.12-rc1.
|
||||
* Thu Jan 15 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.12-rc1:
|
||||
- security fixes
|
||||
- fixes CVE-2009-0029
|
||||
- bug fixes all over the place.
|
||||
- obsoletes the following patches:
|
||||
- patches.arch/ppc-cmm_no_kdump.patch
|
||||
- patches.drivers/alsa-caiaq-midi-oops-fix
|
||||
- patches.drivers/alsa-hda-hp-6730b-quirk
|
||||
- patches.drivers/ibmvfc-host_init_delay.patch
|
||||
- patches.drivers/ibmvfc-improve_sync_events.patch
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch
|
||||
- patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch
|
||||
- patches.fixes/uv-remove-erroneous-BAU-init
|
||||
- Update config files.
|
||||
* Thu Jan 15 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound:
|
||||
virtuoso: do not overwrite EEPROM on Xonar D2/D2X (bnc#462365).
|
||||
* Thu Jan 15 2009 bwalle@suse.de
|
||||
- patches.suse/s390-System.map.diff:
|
||||
Strip L2^B symbols (bnc #456682).
|
||||
* Thu Jan 15 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-gateway-fix: ALSA: patch_sigmatel:
|
||||
Add missing Gateway entries and autodetection (bnc#460478).
|
||||
- patches.drivers/alsa-hda-gateway-fix2: ALSA: hda - More fixes
|
||||
on Gateway entries (bnc#460478).
|
||||
- patches.drivers/alsa-hda-hp-dv5-mic-fix: ALSA: hda - Fix HP
|
||||
dv5 mic input (bnc#462913).
|
||||
- patches.drivers/alsa-hda-hp-dv5-quirk: ALSA: hda - Add quirk
|
||||
for another HP dv5 (bnc#462913).
|
||||
- patches.drivers/alsa-hda-idt92hd83-fix-typo: ALSA: hda -
|
||||
Fix a typo.
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk: ALSA: hda - Add
|
||||
automatic model setting for Samsung Q45.
|
||||
- patches.drivers/alsa-hda-seek-for-codec-id: ALSA: hda - Add
|
||||
a new function to seek for a codec ID (bnc#460478).
|
||||
- patches.drivers/alsa-hda-sigmatel-no-hp-reset: ALSA: hda -
|
||||
Don't reset HP pinctl in patch_sigmatel.c (bnc#460478).
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
missing initialization of NID 0x0e for STAC925x (bnc#460478).
|
||||
* Thu Jan 15 2009 olh@suse.de
|
||||
- patches.arch/ppc-fix_hugepage_check.patch:
|
||||
is_hugepage_only_range() must account for both 4kB and 64kB
|
||||
slices (bnc#466229 - LTC51063)
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Enabled patches.suse/unlock_page-speedup.patch
|
||||
* Wed Jan 14 2009 rjw@suse.de
|
||||
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
|
||||
PCI PM: Split PCI Express port suspend-resume (bnc#455926).
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch:
|
||||
PCI: Suspend and resume PCI Express ports with interrupts
|
||||
disabled (bnc#455926).
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch:
|
||||
PCI: handle PCI state saving with interrupts disabled
|
||||
(bnc#455926).
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch:
|
||||
PCI: Rework default handling of suspend and resume (bnc#455926).
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Update config files: Disable PARAVIRT.
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- refresh patches for fuzz due to update to 2.6.27.11
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- Update to final version of 2.6.27.11
|
||||
* Wed Jan 14 2009 kkeil@suse.de
|
||||
- patches.drivers/ixgbe-dcb-setstate.patch: Bugfix for ixgbe
|
||||
and kernel DCB netlink code. (bnc#458194)
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix. (bnc#465923)
|
||||
- Update config files.
|
||||
* Wed Jan 14 2009 trenn@suse.de
|
||||
- patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: Delete.
|
||||
It came out that this is an already fixed BIOS bug. The quirk
|
||||
is not needed anymore.
|
||||
* Wed Jan 14 2009 trenn@suse.de
|
||||
- patches.fixes/acpi_fix_double_slash_root_prefix_handling.patch:
|
||||
In AcpiNsGetInternalNameLength, skip the redundant backslash
|
||||
of RootPrefix (http://bugzilla.kernel.org/show_bug.cgi?id=11541
|
||||
http://www.acpica.org/bugzilla/show_bug.cgi?id=739).
|
||||
- patches.fixes/acpi_video_always_update_sys.patch: video: always
|
||||
update the brightness when poking "brightness" (bnc#450149).
|
||||
- patches.fixes/acpi_video_handle_reversed_brightness_info.patch:
|
||||
ACPI: video: Fix reversed brightness behavior on ThinkPad SL
|
||||
series (bnc#450149).
|
||||
* Wed Jan 14 2009 olh@suse.de
|
||||
- patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch:
|
||||
fix __load_balance_iterator() for cfs with only one task
|
||||
(bnc#457594 - LTC50544)
|
||||
* Wed Jan 14 2009 olh@suse.de
|
||||
- patches.fixes/xfs-redirty-ENOSPC.patch: Re-dirty pages on
|
||||
ENOSPC when converting delayed allocations (bnc#433112 - LTC48749)
|
||||
* Wed Jan 14 2009 npiggin@suse.de
|
||||
- Added guarded patches:
|
||||
- patches.suse/mnt-want-write-speedup.patch: fs: mnt_want_write
|
||||
speedup (bnc#436953).
|
||||
- patches.suse/mnt_clone_write.patch: fs: introduce
|
||||
mnt_clone_write (bnc#436953).
|
||||
- patches.suse/unlock_page-speedup.patch: mm: unlock_page speedup
|
||||
(bnc#436953).
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- Update config files.
|
||||
- patches.drivers/add-via-chrome9-drm-support.patch: add Via
|
||||
chrome9 drm support.
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch:
|
||||
pata_via.c: Support VX855 and future chips whose IDE controller
|
||||
use 0x0571..
|
||||
* Tue Jan 13 2009 hare@suse.de
|
||||
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
|
||||
after suggestions from James Bottomley (bnc#465346).
|
||||
@ -579,6 +1172,9 @@ done
|
||||
- patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes
|
||||
when repeatetly attaching/detaching devices. (bnc#458339).
|
||||
* Tue Jan 06 2009 npiggin@suse.de
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for
|
||||
contiguous kmap fix (bnc#449812).
|
||||
* Tue Jan 06 2009 npiggin@suse.de
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch: update.
|
||||
* Mon Jan 05 2009 mmarek@suse.cz
|
||||
- patches.suse/modpost-filter-out-built-in-depends: modpost:
|
||||
|
@ -1,3 +1,980 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 18:45:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
- patches.suse/usb-move-ehci-reg-def.patch: usb: move ehci
|
||||
reg def.
|
||||
- patches.suse/x86-usb-debug-port-early-console-v4.patch: x86:
|
||||
usb debug port early console, v4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 11:43:32 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch
|
||||
patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch
|
||||
patches.kabi/export-iwl_rx_allocate
|
||||
patches.kabi/sched-kabi-compat-hack.patch: Introduce
|
||||
patches.kabi/ for patches that only work around kabi issues and
|
||||
can be safely dropped at the next SP.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 20:34:29 CET 2009 - agruen@suse.de
|
||||
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: Add missing pageattr.c
|
||||
changes to pageattr-xen.c (bnc#439348).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 18:50:59 CET 2009 - agruen@suse.de
|
||||
|
||||
- patches.suse/x86-mark_rodata_rw.patch: Add mark_rodata_rw()
|
||||
to un-protect read-only kernel code pages (bnc#439348).
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: xen specific part
|
||||
(bnc#439348).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 15:59:27 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- config/s390/s390: the -man package still fails for s390, disable
|
||||
it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 14:27:18 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: fix build of the -man subpackage on
|
||||
31bit s390
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 13:23:01 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- fix kernel-default.ppc64 reference symsets
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 12:06:53 CET 2009 - jslaby@suse.cz
|
||||
|
||||
- patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch:
|
||||
x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240
|
||||
FATE304266).
|
||||
[cpu_mask_to_apicid bigsmp fix]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 08:16:54 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
|
||||
map scsi proc_name to module name (bnc#459933 - LTC50724)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 23:33:09 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disable ftrace in -debug on ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 23:16:03 CET 2009 - jeffm@suse.de
|
||||
|
||||
- config.conf: Added -debug flavor for ppc64.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 13:40:53 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.drivers/libfc-set-the-release-function.diff:
|
||||
Whitespace change.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 09:05:30 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/libfc-fix-read-IO-data-integrity: libfc:
|
||||
IO data integrity issue when a IO data frame lost (bnc#469536).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 08:52:49 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- re-enable patches.xen/xen3-e1000e_Export_set_memory_ro-rw.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 07:44:18 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
include prototype for PFN_UP() (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:53:20 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Export
|
||||
set_memory_ro() and set_memory_rw() calls.
|
||||
readded to avoid kabi change
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:36:59 CET 2009 - jeffm@suse.de
|
||||
|
||||
- config.conf: Added kernel-vmi to i386.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:08:43 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
use PFN_UP() for end_pfn (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 17:14:44 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- kabi: import FCoE changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 17:00:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: disable
|
||||
wrong debug message again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 15:35:41 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/taskstats-alignment:
|
||||
IA64: fill 'struct taskstats' on stack and 'memcpy' result to skb.
|
||||
(bnc#448410)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 15:31:39 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
fix calculation of reserve_size (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 14:19:30 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.fixes/disable-lro-per-default: Disable LRO per default
|
||||
in igb and ixgbe. (bnc#467519)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 13:44:37 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- Just comment out patches.xen/xen3-e1000e_* (to address build error)
|
||||
until disposition of their originals is known.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 13:01:24 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.fixes/sctp_do_not_use_stale_copy_of_sk: Do not use
|
||||
stale copy of sk. (bnc#440104)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:52:21 CET 2009 - jblunck@suse.de
|
||||
|
||||
Renamed some patches so they get included in vanilla builds.
|
||||
- patches.rpmify/firmware-path: Renamed.
|
||||
- patches.rpmify/no-include-asm: Renamed.
|
||||
- patches.suse/md-raid-metadata-PAGE_SIZE.patch: Renamed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:18:00 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.suse/led_classdev.sysfs-name.patch: use correct name
|
||||
for /sys/devices/virtual/leds/ entries (bnc#468350)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:15:15 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Delete.
|
||||
- patches.suse/e1000e_allow_bad_checksum: Delete.
|
||||
- patches.suse/e1000e_call_dump_eeprom: Delete.
|
||||
- patches.suse/e1000e_ioremap_sanity_check: Delete.
|
||||
- patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory:
|
||||
Delete.
|
||||
Remove not mainline e1000e patches which were added to help with
|
||||
the e1000e NVM corruption - root issue is fixed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:06:30 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/tg3_libphy_workaround: tg3 libphy workaround.
|
||||
(bnc#468725)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 09:17:49 CET 2009 - hare@suse.de
|
||||
|
||||
- supported.conf: Correct spelling for dm-least-pending
|
||||
path checker.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 09:16:31 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-check-info-before-access: Kernel Oops
|
||||
during path failover (bnc#458393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 02:07:17 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patch fuzz now that 2.6.27.13 is in tree
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 01:59:30 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to final version of 2.6.27.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 23:24:49 CET 2009 - gregkh@suse.de
|
||||
|
||||
- dynamic debugging fixes backported from upstream:
|
||||
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
|
||||
driver core: add newlines to debugging enabled/disabled
|
||||
messages.
|
||||
- patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch:
|
||||
Driver core: fix 'dynamic_debug' cmd line parameter.
|
||||
- patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch:
|
||||
driver core: fix using 'ret' variable in
|
||||
unregister_dynamic_debug_module.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 17:51:17 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch:
|
||||
(fix return of an unitialized value (bnc#469017)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 11:29:02 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- update kabi files: ignore changes in struct pcie_link_state as
|
||||
it is an internal structure only.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 11:26:16 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.suse/genksyms-add-override-flag.diff: genksyms: add
|
||||
--override flag.
|
||||
- rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 01:25:44 CET 2009 - ghaskins@suse.de
|
||||
|
||||
- patches.fixes/sched-kabi-compat-hack.patch: sched: leave
|
||||
RT_GROUP_SCHED structure components intact to preserve kABI.
|
||||
|
||||
broke kabi with fix for 456542
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 00:35:12 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/cpufreq_export_latency.patch: CPUFREQ: Introduce
|
||||
/sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency
|
||||
(bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch:
|
||||
CPUFREQ: ondemand/conservative: sanitize sampling_rate
|
||||
restrictions (bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
- patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch:
|
||||
X86 powernow-k8 cpufreq: Get transition latency from acpi _PSS
|
||||
object (bnc#464461).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 20:29:24 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/xfs-dmapi-fixes: xfs/dmapi: fix crash on mount
|
||||
(bnc#458027).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 20:19:33 CET 2009 - ghaskins@suse.de
|
||||
|
||||
- Update config files: Disable RT_GROUP_SCHED (bnc#456542).
|
||||
|
||||
The RT_GROUP_SCHED feature is experimental and clearly broken, so
|
||||
lets turn it off for now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 16:51:40 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/hpilo-open-close-fix: hpilo open/close fix
|
||||
(bnc#466517).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:59:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: Handle I/O
|
||||
on stopped queues correctly (bnc#458393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:34:11 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.suse/mnt-want-write-speedup.patch,
|
||||
patches.suse/mnt_clone_write.patch: modified not to break kABI,
|
||||
enabled (bnc#436953).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:08:39 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwlagn-fix-rfkill.patch: iwlagn: fix hw-rfkill
|
||||
while the interface is down (bnc#446158).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 14:59:57 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- kabi/severities: temporarily enable changes in FcOE modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:55:18 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.arch/s390-08-06-personality.patch: kernel: setting 32
|
||||
bit personality doesn't work (bnc#466462).
|
||||
- patches.arch/s390-08-07-compat_wrappers.patch: kernel:
|
||||
Add missing wrapper functions for 31 bit compat
|
||||
syscalls. (bnc#466462,LTC#51229).
|
||||
- patches.fixes/block-leave-the-request-timeout-timer-running:
|
||||
Delete obsolete patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:42:28 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change
|
||||
fcoe_sw sg_tablesize to SG_ALL (bnc #459142).
|
||||
- patches.drivers/fcoe-check-return-for-fc_set_m.diff: check
|
||||
return for fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-frame-length-validati.diff: fix frame
|
||||
length validation in the early receive path (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff:
|
||||
fcoe: fix incorrect use of struct module (bnc #468051).
|
||||
- patches.drivers/fcoe-improved-load-balancing-i.diff: improved
|
||||
load balancing in rx path (bnc #459142).
|
||||
- patches.drivers/fcoe-logoff-of-the-fabric-when.diff: Logoff
|
||||
of the fabric when destroying interface (bnc #459142).
|
||||
- patches.drivers/fcoe-remove-warn_on-in-fc_set.diff: remove
|
||||
WARN_ON in fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-user_mfs-is-never-used.diff: user_mfs is
|
||||
never used (bnc #459142).
|
||||
- patches.drivers/libfc-add-fc_disc-c-locking-co.diff: Add
|
||||
fc_disc.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-ensure-correct-device_pu.diff: libfc:
|
||||
Ensure correct device_put/get usage (round 2).
|
||||
- patches.drivers/libfc-fix-rport-recursive-lock.diff: libfc:
|
||||
Fix rport recursive lock on rport mutex (bnc #459142).
|
||||
- patches.drivers/libfc-handle-rrq-exch-timeout.diff: libfc:
|
||||
handle RRQ exch timeout (bnc #465596).
|
||||
- patches.drivers/libfc-improve-fc_lport-c-locki.diff: Improve
|
||||
fc_lport.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-improve-fc_rport-c-locki.diff: Improve
|
||||
fc_rport.c locking comment block (459142).
|
||||
- patches.drivers/libfc-make-fc_disc-inline-with.diff: make
|
||||
fc_disc inline with the fc_lport structure (bnc #459142).
|
||||
- patches.drivers/libfc-make-rscn-parsing-more-r.diff: make RSCN
|
||||
parsing more robust (bnc #459142).
|
||||
- patches.drivers/libfc-make-sure-we-access-the.diff: make sure
|
||||
we access the CRC safely (bnc #459142).
|
||||
- patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff: libfc:
|
||||
Pass lport in exch_mgr_reset (bnc #465596).
|
||||
- patches.drivers/libfc-remove-debug-print-state.diff: libfc:
|
||||
Remove debug print statement, too verbose (bnc #459142).
|
||||
- patches.drivers/libfc-set-the-release-function.diff: Set
|
||||
the release function for the rport's kobject (round 2)
|
||||
(bnc #459142).
|
||||
- patches.drivers/libfc-updated-comment-for-orde.diff: updated
|
||||
comment for order of em and ex locks (bnc #459142).
|
||||
- patches.drivers/libfc-updated-libfc-fcoe-modul.diff: updated
|
||||
libfc fcoe module ver to 1.0.6 (bnc #459142).
|
||||
- patches.drivers/libfc-use-an-operations-struct.diff: use an
|
||||
operations structure for rport callbacks (bnc #459142).
|
||||
- patches.drivers/libfc-when-rport-goes-away-re.diff: libfc:
|
||||
when rport goes away (re-plogi), clean up exchanges to/from
|
||||
rport (bnc #465596).
|
||||
- patches.drivers/libfc_locking.diff: libfc, fcoe: fixed locking
|
||||
issues with lport->lp_mutex around lport->link_status (bnc
|
||||
#468053).
|
||||
- patches.drivers/libfc_rport.diff: libfc: rport retry on LS_RJT
|
||||
from certain ELS (bnc #468054).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:36:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.fixes/qla2xxx-check-fc-rport-validity:
|
||||
qla2xxx: added check for fcport is valid in
|
||||
qla2x00_terminate_rport_io(). (bnc#467624).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:01:59 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-gateway-t1616-quirk: ALSA: hda -
|
||||
Add quirk for Gateway T1616 laptop (bnc#467597).
|
||||
- patches.drivers/alsa-hda-hp-dv4-quirk: ALSA: hda - Add model
|
||||
entry for HP dv4.
|
||||
- patches.drivers/alsa-hda-intel-d945-ref-quirk: ALSA: hda -
|
||||
Add model=ref for Intel board with STAC9221 (bnc#406529).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 10:48:16 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.fixes/blk-leave-sync-timer-running: block: Rediff
|
||||
- patches.fixes/block-use-round_jiffies_up: Block: use
|
||||
round_jiffies_up() (bnc#464155).
|
||||
- Add missing patches to series.conf:
|
||||
patches.fixes/round-jiffies-up
|
||||
patches.fixes/block-use-round_jiffies_up
|
||||
patches.fixes/block-fix-blk_start_queueing
|
||||
patches.fixes/suppress-buffer-IO-errors
|
||||
patches.fixes/block-optimizations-in-blk_rq_timed_out_timer
|
||||
patches.fixes/block-add-comment-in-blk_rq_timed_out
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 07:51:35 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
handle also drivers/scsi/ibmvscsi/ibmvfc.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 06:41:18 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.fixes/cifs-fix-oops-on-ipv6-mount: cifs: make sure we
|
||||
allocate enough storage for socket address (467691).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 05:57:48 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kernel.org/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch:
|
||||
ABI fix: add WB_SYNC_HOLD enum writeback_sync_modes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 05:08:48 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kernel.org/abi-fix-add-s_syncing-back-to-struct-super_block.patch:
|
||||
ABI fix: add s_syncing back to struct super_block.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 02:26:30 CET 2009 - gregkh@suse.de
|
||||
|
||||
- update to 2.6.27.13-rc1:
|
||||
- security updates
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.arch/ppc-fix_hugepage_check.patch
|
||||
- patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk
|
||||
- patches.fixes/security-introduce-missing-kfree.patch
|
||||
- patches.fixes/xpc-fix-heartbeat
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 23:55:10 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
|
||||
with shared interrupt during reset (bnc#396687)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 22:43:48 CET 2009 - tonyj@suse.de
|
||||
|
||||
- patches.fixes/revert-bgcolor-line-feed-93f78da4.patch: Revert
|
||||
"vt: fix background color on line feed" (bnc#418613).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 19:28:06 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch: iwlwifi:
|
||||
fix rs_get_rate WARN_ON() (bnc#456002).
|
||||
- Reordered wireless patches to group together patches touching the same
|
||||
driver.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 19:13:20 CET 2009 - bphilips@suse.de
|
||||
|
||||
- patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch:
|
||||
disable catas_reset by default to avoid problems with EEH
|
||||
(bnc#456389).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 17:42:04 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
fixed kABI breakage. (bnc#458811)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:58:54 CET 2009 - bwalle@suse.de
|
||||
|
||||
- scripts/tar-up_and_run_mbuild.sh: s390 (the 31 bit variant) is
|
||||
not an important spec file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:50:44 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: fixed kABI
|
||||
breakage, reenabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:29:07 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/modversions: eat the "override" keyword before parsing the
|
||||
symbol definition.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 14:14:03 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
Correct VIO bus/device CMO accounting problems (bnc#468304 - LTC51205)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 14:03:12 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.suse/of_platform_driver.module-owner.patch:
|
||||
add missing module symlink to /sys/bus/*/driver/*
|
||||
in struct of_platform_driver.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 13:29:23 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix - new version from Intel (bnc#465923)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:58:06 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
(fix compilation on i386 and add hpet64 to kernel-parameters.txt)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:25:59 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:10:39 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
sgi-xpc: need to pass the physical address, not virtual. (bnc#458811)
|
||||
- patches.fixes/xpc-fix-heartbeat:
|
||||
sgi-xpc: eliminate false detection of no heartbeat. (bnc#464545)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 11:28:20 CET 2009 - jkosina@suse.de
|
||||
|
||||
- patches.fixes/input-add-nomux-dell-vostro-1510.patch: Input:
|
||||
add Dell Vostro 1510 to nomux list (bnc#404881).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 10:30:46 CET 2009 - jblunck@suse.de
|
||||
|
||||
- scripts/compute-PATCHVERSION.sh: Fix SRCVERSION parsing (bnc#465113).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 10:02:42 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-add-volume-offset: ALSA: hda - Add
|
||||
extra volume offset to standard volume amp macros (bnc#466428).
|
||||
- patches.drivers/alsa-hda-stac-reduce-volume-scale: ALSA: hda -
|
||||
Halve too large volume scales for STAC/IDT codecs (bnc#466428).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 09:25:52 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/lpfc-8.2.8.12-update: Update lpfc from 8.2.8.11
|
||||
to 8.2.8.12 (bnc#467713).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 01:58:48 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/reiserfs-debug-1036: fix missing jl arg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 21:09:15 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: delete duplicate error message in the
|
||||
kabi checks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 20:04:30 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/remove_kernel_physical_mapping_init_from_init:
|
||||
move kernel_physical_mapping_init to __meminit (bnc#467474).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:56:34 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: disabled, as it changes
|
||||
kABI.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:46:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.fixes/security-introduce-missing-kfree.patch: security:
|
||||
introduce missing kfree (bnc#467322).
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch:
|
||||
sysfs: fix problems with binary files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:35:32 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.arch/ia64-page-migration.fix:
|
||||
fix deadlock caused by cpe_migrate.ko and mark it supported.
|
||||
(bnc#464676)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:23:31 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/sn-irq-affinity: sn2: preserve irq affinity set
|
||||
in PROM (bnc#457679).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:15:43 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/uv_zalias_support: uv: Support for non-nasid 0
|
||||
systems (bnc#458869).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:12:47 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/xpc-fix-NULL-deref: sgi-xpc: Remove NULL pointer
|
||||
dereference. (bnc#466563).
|
||||
- patches.fixes/xpc-write-barrier: sgi-xpc: ensure flags are
|
||||
updated before bte_copy (bnc#466563).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:06:26 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/ipw2200-workaround-firmware-restarts-when-scanning.patch:
|
||||
ipw2200: fix scanning while associated (bnc#459067).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:01:41 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwl3945-fix-rfkill.patch: iwl3945: report
|
||||
killswitch changes even if the interface is down (bnc#446013).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 18:51:54 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: mac80211:
|
||||
add direct probe before association (bnc#461889).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 16:38:10 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/mptsas-discover-all-devices: mptsas driver
|
||||
fails to discover devices (bnc#459932).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 14:04:08 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.27.12.
|
||||
- patches.xen/764-netback-foreign-pages.patch: netback: handle
|
||||
non-netback foreign pages.
|
||||
- patches.xen/769-evtchn-CPU-offline.patch: evtchn: Fix CPU offlining
|
||||
to switch all affected ports belonging to a particular /dev/evcthn
|
||||
user.
|
||||
- patches.xen/gso-size-check.patch: gso: Ensure that the packet
|
||||
is long enough.
|
||||
- patches.xen/xen-S3-MSI: fix Dom0 resume from S3 when MSI is
|
||||
in use (bnc#435596).
|
||||
- patches.xen/xen3-e1000e_ioremap_sanity_check: ioremap sanity
|
||||
check to catch mapping requests exceeding the BAR sizes
|
||||
(bnc#425480).
|
||||
- patches.xen/xen3-x86-fix-kmap-contig.patch: x86: contiguous
|
||||
kmap fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 12:08:54 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
implement correct model matching
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 10:20:05 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/dm-mpath-tracking-nr-bytes:
|
||||
lpp_end_io gets nr_bytes as third arg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 10:04:08 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
match all JSxx/QSxx models based on the first 4 chars in 'model'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 08:09:10 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-axon-missing-msi-workaround-5.diff:
|
||||
Fix MSI after kexec (bnc#467633)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 21:01:18 CET 2009 - gregkh@suse.de
|
||||
|
||||
- clean up patch fuzz after 2.6.27.12 inclusion.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 20:50:47 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to the real 2.6.27.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 17:00:55 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.suse/reiserfs_warning-reentrant: reiserfs: eliminate
|
||||
reiserfs_warning from uniqueness functions; Fixes deadlock.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 16:39:35 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.drivers/cxgb3-ser.patch:
|
||||
reset the adapter on fatal error (bnc#466062 - LTC51042)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 15:24:43 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-03-iucv-cpu-hotremove.diff: iucv: failing
|
||||
cpu hot remove for inactive iucv (bnc#466462,LTC#51104).
|
||||
- patches.arch/s390-08-04-compat-sigaltstack.diff:
|
||||
kernel: 31 bit compat sigaltstack syscall fails with
|
||||
-EFAULT. (bnc#466462,LTC#50888).
|
||||
- patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch:
|
||||
af_iucv: System hang if recvmsg() is used with MSG_PEEK
|
||||
(bnc#466462,LTC#51136).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 15:15:19 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-accept-failed-paths: Only accept
|
||||
non-existing paths when adding failed paths (bnc#467579)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 12:19:52 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-source.spec.in: set CONFIG_DEBUG_INFO=y in the
|
||||
packaged .configs if builfing debug packages (bnc#460887)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 16:40:39 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: set %tolerate_kabi_changes to 6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 16:40:11 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.suse/export-iwl_rx_allocate: reintroduce
|
||||
EXPORT_SYMBOL(iwl_rx_allocate).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 13:56:20 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- import SLE11 RC2 reference kabi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 11:35:12 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/mpt-return-all-sense-data: MPT Fusion doesn't
|
||||
return all sense data (bnc#466179).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 17 00:20:49 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.12-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 17:46:11 CET 2009 - od@suse.de
|
||||
|
||||
- patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch:
|
||||
call boot IRQ quirks at end of device init and during resume.
|
||||
- patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch:
|
||||
update to upstream variant of this patch:
|
||||
- integrate an older quirk to make IO-APIC mode work on AMD
|
||||
8131 rev. A0 and B0
|
||||
- fix boot IRQ disabling logic for AMD 813x
|
||||
- remove unneeded code for AMD SB700S
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 16:09:26 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
|
||||
fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 10:55:12 CET 2009 - olh@suse.de
|
||||
|
||||
- enable mptsas in kdump kernel to allow crashdump on QS2x blades
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 08:44:42 CET 2009 - tiwai@suse.de
|
||||
|
||||
Fix STAC925x patch again
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
(yet more) STAC925x issues (bnc#460478).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 07:03:59 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-01-cio-fix-mp-mode.diff: cio: fix
|
||||
subchannel multipath mode setup (bnc#466462,LTC#51047).
|
||||
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
|
||||
memory alignment for GPN_FT requests. (bnc#466462).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 23:53:36 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files for vanilla kernel versions due to new config
|
||||
option added in 2.6.27.12-rc1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 23:47:39 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.12-rc1:
|
||||
- security fixes
|
||||
- fixes CVE-2009-0029
|
||||
- bug fixes all over the place.
|
||||
- obsoletes the following patches:
|
||||
- patches.arch/ppc-cmm_no_kdump.patch
|
||||
- patches.drivers/alsa-caiaq-midi-oops-fix
|
||||
- patches.drivers/alsa-hda-hp-6730b-quirk
|
||||
- patches.drivers/ibmvfc-host_init_delay.patch
|
||||
- patches.drivers/ibmvfc-improve_sync_events.patch
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch
|
||||
- patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch
|
||||
- patches.fixes/uv-remove-erroneous-BAU-init
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:37:26 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound:
|
||||
virtuoso: do not overwrite EEPROM on Xonar D2/D2X (bnc#462365).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:16:35 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.suse/s390-System.map.diff:
|
||||
Strip L2^B symbols (bnc #456682).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:09:29 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-gateway-fix: ALSA: patch_sigmatel:
|
||||
Add missing Gateway entries and autodetection (bnc#460478).
|
||||
- patches.drivers/alsa-hda-gateway-fix2: ALSA: hda - More fixes
|
||||
on Gateway entries (bnc#460478).
|
||||
- patches.drivers/alsa-hda-hp-dv5-mic-fix: ALSA: hda - Fix HP
|
||||
dv5 mic input (bnc#462913).
|
||||
- patches.drivers/alsa-hda-hp-dv5-quirk: ALSA: hda - Add quirk
|
||||
for another HP dv5 (bnc#462913).
|
||||
- patches.drivers/alsa-hda-idt92hd83-fix-typo: ALSA: hda -
|
||||
Fix a typo.
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk: ALSA: hda - Add
|
||||
automatic model setting for Samsung Q45.
|
||||
- patches.drivers/alsa-hda-seek-for-codec-id: ALSA: hda - Add
|
||||
a new function to seek for a codec ID (bnc#460478).
|
||||
- patches.drivers/alsa-hda-sigmatel-no-hp-reset: ALSA: hda -
|
||||
Don't reset HP pinctl in patch_sigmatel.c (bnc#460478).
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
missing initialization of NID 0x0e for STAC925x (bnc#460478).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 08:40:13 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-fix_hugepage_check.patch:
|
||||
is_hugepage_only_range() must account for both 4kB and 64kB
|
||||
slices (bnc#466229 - LTC51063)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 23:23:42 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 23:07:16 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Enabled patches.suse/unlock_page-speedup.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 22:00:49 CET 2009 - rjw@suse.de
|
||||
|
||||
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
|
||||
PCI PM: Split PCI Express port suspend-resume (bnc#455926).
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch:
|
||||
PCI: Suspend and resume PCI Express ports with interrupts
|
||||
disabled (bnc#455926).
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch:
|
||||
PCI: handle PCI state saving with interrupts disabled
|
||||
(bnc#455926).
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch:
|
||||
PCI: Rework default handling of suspend and resume (bnc#455926).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:38:29 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disable PARAVIRT.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:20:29 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patches for fuzz due to update to 2.6.27.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:02:21 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to final version of 2.6.27.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 16:38:47 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/ixgbe-dcb-setstate.patch: Bugfix for ixgbe
|
||||
and kernel DCB netlink code. (bnc#458194)
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix. (bnc#465923)
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 15:56:58 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: Delete.
|
||||
It came out that this is an already fixed BIOS bug. The quirk
|
||||
is not needed anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 14:53:51 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/acpi_fix_double_slash_root_prefix_handling.patch:
|
||||
In AcpiNsGetInternalNameLength, skip the redundant backslash
|
||||
of RootPrefix (http://bugzilla.kernel.org/show_bug.cgi?id=11541
|
||||
http://www.acpica.org/bugzilla/show_bug.cgi?id=739).
|
||||
- patches.fixes/acpi_video_always_update_sys.patch: video: always
|
||||
update the brightness when poking "brightness" (bnc#450149).
|
||||
- patches.fixes/acpi_video_handle_reversed_brightness_info.patch:
|
||||
ACPI: video: Fix reversed brightness behavior on ThinkPad SL
|
||||
series (bnc#450149).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 08:45:29 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch:
|
||||
fix __load_balance_iterator() for cfs with only one task
|
||||
(bnc#457594 - LTC50544)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 08:32:32 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/xfs-redirty-ENOSPC.patch: Re-dirty pages on
|
||||
ENOSPC when converting delayed allocations (bnc#433112 - LTC48749)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 04:33:33 CET 2009 - npiggin@suse.de
|
||||
|
||||
- Added guarded patches:
|
||||
- patches.suse/mnt-want-write-speedup.patch: fs: mnt_want_write
|
||||
speedup (bnc#436953).
|
||||
- patches.suse/mnt_clone_write.patch: fs: introduce
|
||||
mnt_clone_write (bnc#436953).
|
||||
- patches.suse/unlock_page-speedup.patch: mm: unlock_page speedup
|
||||
(bnc#436953).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 00:51:58 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- patches.drivers/add-via-chrome9-drm-support.patch: add Via
|
||||
chrome9 drm support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 00:29:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch:
|
||||
pata_via.c: Support VX855 and future chips whose IDE controller
|
||||
use 0x0571..
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 13 16:46:08 CET 2009 - hare@suse.de
|
||||
|
||||
@ -472,6 +1449,12 @@ Tue Jan 6 18:36:57 CET 2009 - jjolly@suse.de
|
||||
- patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes
|
||||
when repeatetly attaching/detaching devices. (bnc#458339).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 14:37:15 CET 2009 - npiggin@suse.de
|
||||
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for
|
||||
contiguous kmap fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 07:54:29 CET 2009 - npiggin@suse.de
|
||||
|
||||
|
607
kernel-syms.spec
607
kernel-syms.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-syms (Version 2.6.27.10)
|
||||
# spec file for package kernel-syms (Version 2.6.27.13)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -28,8 +28,8 @@ Url: http://www.kernel.org/
|
||||
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 2.6.27.10
|
||||
Release: 5
|
||||
Version: 2.6.27.13
|
||||
Release: 3
|
||||
License: GPL v2 only
|
||||
Group: Development/Sources
|
||||
AutoReqProv: off
|
||||
@ -39,13 +39,13 @@ BuildRequires: kernel-dummy
|
||||
%endif
|
||||
ExclusiveArch: %ix86 ppc ppc64 s390 s390x ia64 x86_64
|
||||
%ifarch %ix86
|
||||
BuildRequires: kernel-debug kernel-default kernel-pae kernel-trace kernel-xen
|
||||
BuildRequires: kernel-debug kernel-default kernel-pae kernel-trace kernel-vmi kernel-xen
|
||||
%else
|
||||
%ifarch ppc
|
||||
BuildRequires: kernel-default kernel-kdump kernel-ppc64 kernel-ps3
|
||||
%else
|
||||
%ifarch ppc64
|
||||
BuildRequires: kernel-default kernel-kdump kernel-ppc64
|
||||
BuildRequires: kernel-debug kernel-default kernel-kdump kernel-ppc64
|
||||
%else
|
||||
%ifarch s390
|
||||
BuildRequires: kernel-s390
|
||||
@ -69,7 +69,7 @@ BuildRequires: kernel-debug kernel-default kernel-trace kernel-xen
|
||||
#!BuildIgnore: irqbalance xen
|
||||
#!BuildIgnore: perl-Bootloader mkinitrd
|
||||
Requires: linux
|
||||
Requires: kernel-source = 2.6.27.10-%source_rel
|
||||
Requires: kernel-source = 2.6.27.13-%source_rel
|
||||
Source11: arch-symbols
|
||||
Source12: guards
|
||||
Source21: config.conf
|
||||
@ -94,8 +94,8 @@ Authors:
|
||||
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%prep
|
||||
echo "Architecture symbol(s):" %symbols
|
||||
@ -152,6 +152,594 @@ done
|
||||
/lib/modules/*/build
|
||||
|
||||
%changelog
|
||||
* Thu Jan 29 2009 gregkh@suse.de
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
- patches.suse/usb-move-ehci-reg-def.patch: usb: move ehci
|
||||
reg def.
|
||||
- patches.suse/x86-usb-debug-port-early-console-v4.patch: x86:
|
||||
usb debug port early console, v4.
|
||||
* Thu Jan 29 2009 mmarek@suse.cz
|
||||
- patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch
|
||||
patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch
|
||||
patches.kabi/export-iwl_rx_allocate
|
||||
patches.kabi/sched-kabi-compat-hack.patch: Introduce
|
||||
patches.kabi/ for patches that only work around kabi issues and
|
||||
can be safely dropped at the next SP.
|
||||
* Wed Jan 28 2009 agruen@suse.de
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: Add missing pageattr.c
|
||||
changes to pageattr-xen.c (bnc#439348).
|
||||
* Wed Jan 28 2009 agruen@suse.de
|
||||
- patches.suse/x86-mark_rodata_rw.patch: Add mark_rodata_rw()
|
||||
to un-protect read-only kernel code pages (bnc#439348).
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: xen specific part
|
||||
(bnc#439348).
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- config/s390/s390: the -man package still fails for s390, disable
|
||||
it
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: fix build of the -man subpackage on
|
||||
31bit s390
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- fix kernel-default.ppc64 reference symsets
|
||||
* Wed Jan 28 2009 jslaby@suse.cz
|
||||
- patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch:
|
||||
x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240
|
||||
FATE304266).
|
||||
[cpu_mask_to_apicid bigsmp fix]
|
||||
* Wed Jan 28 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
|
||||
map scsi proc_name to module name (bnc#459933 - LTC50724)
|
||||
* Tue Jan 27 2009 jeffm@suse.de
|
||||
- Update config files: Disable ftrace in -debug on ppc64
|
||||
* Tue Jan 27 2009 jeffm@suse.de
|
||||
- config.conf: Added -debug flavor for ppc64.
|
||||
* Tue Jan 27 2009 bwalle@suse.de
|
||||
- patches.drivers/libfc-set-the-release-function.diff:
|
||||
Whitespace change.
|
||||
* Tue Jan 27 2009 hare@suse.de
|
||||
- patches.drivers/libfc-fix-read-IO-data-integrity: libfc:
|
||||
IO data integrity issue when a IO data frame lost (bnc#469536).
|
||||
* Tue Jan 27 2009 jbeulich@novell.com
|
||||
- re-enable patches.xen/xen3-e1000e_Export_set_memory_ro-rw.
|
||||
* Tue Jan 27 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
include prototype for PFN_UP() (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Export
|
||||
set_memory_ro() and set_memory_rw() calls.
|
||||
readded to avoid kabi change
|
||||
* Mon Jan 26 2009 jeffm@suse.de
|
||||
- config.conf: Added kernel-vmi to i386.
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
use PFN_UP() for end_pfn (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 mmarek@suse.cz
|
||||
- kabi: import FCoE changes
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: disable
|
||||
wrong debug message again.
|
||||
* Mon Jan 26 2009 rw@suse.de
|
||||
- patches.fixes/taskstats-alignment:
|
||||
IA64: fill 'struct taskstats' on stack and 'memcpy' result to skb.
|
||||
(bnc#448410)
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
fix calculation of reserve_size (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.fixes/disable-lro-per-default: Disable LRO per default
|
||||
in igb and ixgbe. (bnc#467519)
|
||||
* Mon Jan 26 2009 jbeulich@novell.com
|
||||
- Just comment out patches.xen/xen3-e1000e_* (to address build error)
|
||||
until disposition of their originals is known.
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.fixes/sctp_do_not_use_stale_copy_of_sk: Do not use
|
||||
stale copy of sk. (bnc#440104)
|
||||
* Mon Jan 26 2009 jblunck@suse.de
|
||||
Renamed some patches so they get included in vanilla builds.
|
||||
- patches.rpmify/firmware-path: Renamed.
|
||||
- patches.rpmify/no-include-asm: Renamed.
|
||||
- patches.suse/md-raid-metadata-PAGE_SIZE.patch: Renamed.
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- patches.suse/led_classdev.sysfs-name.patch: use correct name
|
||||
for /sys/devices/virtual/leds/ entries (bnc#468350)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Delete.
|
||||
- patches.suse/e1000e_allow_bad_checksum: Delete.
|
||||
- patches.suse/e1000e_call_dump_eeprom: Delete.
|
||||
- patches.suse/e1000e_ioremap_sanity_check: Delete.
|
||||
- patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory:
|
||||
Delete.
|
||||
Remove not mainline e1000e patches which were added to help with
|
||||
the e1000e NVM corruption - root issue is fixed
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.drivers/tg3_libphy_workaround: tg3 libphy workaround.
|
||||
(bnc#468725)
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- supported.conf: Correct spelling for dm-least-pending
|
||||
path checker.
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-check-info-before-access: Kernel Oops
|
||||
during path failover (bnc#458393).
|
||||
* Sun Jan 25 2009 gregkh@suse.de
|
||||
- refresh patch fuzz now that 2.6.27.13 is in tree
|
||||
* Sun Jan 25 2009 gregkh@suse.de
|
||||
- Update to final version of 2.6.27.13
|
||||
* Sat Jan 24 2009 gregkh@suse.de
|
||||
- dynamic debugging fixes backported from upstream:
|
||||
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
|
||||
driver core: add newlines to debugging enabled/disabled
|
||||
messages.
|
||||
- patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch:
|
||||
Driver core: fix 'dynamic_debug' cmd line parameter.
|
||||
- patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch:
|
||||
driver core: fix using 'ret' variable in
|
||||
unregister_dynamic_debug_module.
|
||||
* Sat Jan 24 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch:
|
||||
(fix return of an unitialized value (bnc#469017)
|
||||
* Sat Jan 24 2009 mmarek@suse.cz
|
||||
- update kabi files: ignore changes in struct pcie_link_state as
|
||||
it is an internal structure only.
|
||||
* Sat Jan 24 2009 mmarek@suse.cz
|
||||
- patches.suse/genksyms-add-override-flag.diff: genksyms: add
|
||||
--override flag.
|
||||
- rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1
|
||||
* Sat Jan 24 2009 ghaskins@suse.de
|
||||
- patches.fixes/sched-kabi-compat-hack.patch: sched: leave
|
||||
RT_GROUP_SCHED structure components intact to preserve kABI.
|
||||
broke kabi with fix for 456542
|
||||
* Sat Jan 24 2009 trenn@suse.de
|
||||
- patches.fixes/cpufreq_export_latency.patch: CPUFREQ: Introduce
|
||||
/sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency
|
||||
(bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch:
|
||||
CPUFREQ: ondemand/conservative: sanitize sampling_rate
|
||||
restrictions (bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
- patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch:
|
||||
X86 powernow-k8 cpufreq: Get transition latency from acpi _PSS
|
||||
object (bnc#464461).
|
||||
* Fri Jan 23 2009 jeffm@suse.de
|
||||
- patches.fixes/xfs-dmapi-fixes: xfs/dmapi: fix crash on mount
|
||||
(bnc#458027).
|
||||
* Fri Jan 23 2009 ghaskins@suse.de
|
||||
- Update config files: Disable RT_GROUP_SCHED (bnc#456542).
|
||||
The RT_GROUP_SCHED feature is experimental and clearly broken, so
|
||||
lets turn it off for now.
|
||||
* Fri Jan 23 2009 jeffm@suse.de
|
||||
- patches.fixes/hpilo-open-close-fix: hpilo open/close fix
|
||||
(bnc#466517).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: Handle I/O
|
||||
on stopped queues correctly (bnc#458393).
|
||||
* Fri Jan 23 2009 jbenc@suse.cz
|
||||
- patches.suse/mnt-want-write-speedup.patch,
|
||||
patches.suse/mnt_clone_write.patch: modified not to break kABI,
|
||||
enabled (bnc#436953).
|
||||
* Fri Jan 23 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwlagn-fix-rfkill.patch: iwlagn: fix hw-rfkill
|
||||
while the interface is down (bnc#446158).
|
||||
* Fri Jan 23 2009 mmarek@suse.cz
|
||||
- kabi/severities: temporarily enable changes in FcOE modules.
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.arch/s390-08-06-personality.patch: kernel: setting 32
|
||||
bit personality doesn't work (bnc#466462).
|
||||
- patches.arch/s390-08-07-compat_wrappers.patch: kernel:
|
||||
Add missing wrapper functions for 31 bit compat
|
||||
syscalls. (bnc#466462,LTC#51229).
|
||||
- patches.fixes/block-leave-the-request-timeout-timer-running:
|
||||
Delete obsolete patch.
|
||||
* Fri Jan 23 2009 bwalle@suse.de
|
||||
- patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change
|
||||
fcoe_sw sg_tablesize to SG_ALL (bnc #459142).
|
||||
- patches.drivers/fcoe-check-return-for-fc_set_m.diff: check
|
||||
return for fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-frame-length-validati.diff: fix frame
|
||||
length validation in the early receive path (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff:
|
||||
fcoe: fix incorrect use of struct module (bnc #468051).
|
||||
- patches.drivers/fcoe-improved-load-balancing-i.diff: improved
|
||||
load balancing in rx path (bnc #459142).
|
||||
- patches.drivers/fcoe-logoff-of-the-fabric-when.diff: Logoff
|
||||
of the fabric when destroying interface (bnc #459142).
|
||||
- patches.drivers/fcoe-remove-warn_on-in-fc_set.diff: remove
|
||||
WARN_ON in fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-user_mfs-is-never-used.diff: user_mfs is
|
||||
never used (bnc #459142).
|
||||
- patches.drivers/libfc-add-fc_disc-c-locking-co.diff: Add
|
||||
fc_disc.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-ensure-correct-device_pu.diff: libfc:
|
||||
Ensure correct device_put/get usage (round 2).
|
||||
- patches.drivers/libfc-fix-rport-recursive-lock.diff: libfc:
|
||||
Fix rport recursive lock on rport mutex (bnc #459142).
|
||||
- patches.drivers/libfc-handle-rrq-exch-timeout.diff: libfc:
|
||||
handle RRQ exch timeout (bnc #465596).
|
||||
- patches.drivers/libfc-improve-fc_lport-c-locki.diff: Improve
|
||||
fc_lport.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-improve-fc_rport-c-locki.diff: Improve
|
||||
fc_rport.c locking comment block (459142).
|
||||
- patches.drivers/libfc-make-fc_disc-inline-with.diff: make
|
||||
fc_disc inline with the fc_lport structure (bnc #459142).
|
||||
- patches.drivers/libfc-make-rscn-parsing-more-r.diff: make RSCN
|
||||
parsing more robust (bnc #459142).
|
||||
- patches.drivers/libfc-make-sure-we-access-the.diff: make sure
|
||||
we access the CRC safely (bnc #459142).
|
||||
- patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff: libfc:
|
||||
Pass lport in exch_mgr_reset (bnc #465596).
|
||||
- patches.drivers/libfc-remove-debug-print-state.diff: libfc:
|
||||
Remove debug print statement, too verbose (bnc #459142).
|
||||
- patches.drivers/libfc-set-the-release-function.diff: Set
|
||||
the release function for the rport's kobject (round 2)
|
||||
(bnc #459142).
|
||||
- patches.drivers/libfc-updated-comment-for-orde.diff: updated
|
||||
comment for order of em and ex locks (bnc #459142).
|
||||
- patches.drivers/libfc-updated-libfc-fcoe-modul.diff: updated
|
||||
libfc fcoe module ver to 1.0.6 (bnc #459142).
|
||||
- patches.drivers/libfc-use-an-operations-struct.diff: use an
|
||||
operations structure for rport callbacks (bnc #459142).
|
||||
- patches.drivers/libfc-when-rport-goes-away-re.diff: libfc:
|
||||
when rport goes away (re-plogi), clean up exchanges to/from
|
||||
rport (bnc #465596).
|
||||
- patches.drivers/libfc_locking.diff: libfc, fcoe: fixed locking
|
||||
issues with lport->lp_mutex around lport->link_status (bnc
|
||||
[#468053]).
|
||||
- patches.drivers/libfc_rport.diff: libfc: rport retry on LS_RJT
|
||||
from certain ELS (bnc #468054).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.fixes/qla2xxx-check-fc-rport-validity:
|
||||
qla2xxx: added check for fcport is valid in
|
||||
qla2x00_terminate_rport_io(). (bnc#467624).
|
||||
* Fri Jan 23 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-gateway-t1616-quirk: ALSA: hda -
|
||||
Add quirk for Gateway T1616 laptop (bnc#467597).
|
||||
- patches.drivers/alsa-hda-hp-dv4-quirk: ALSA: hda - Add model
|
||||
entry for HP dv4.
|
||||
- patches.drivers/alsa-hda-intel-d945-ref-quirk: ALSA: hda -
|
||||
Add model=ref for Intel board with STAC9221 (bnc#406529).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.fixes/blk-leave-sync-timer-running: block: Rediff
|
||||
- patches.fixes/block-use-round_jiffies_up: Block: use
|
||||
round_jiffies_up() (bnc#464155).
|
||||
- Add missing patches to series.conf:
|
||||
patches.fixes/round-jiffies-up
|
||||
patches.fixes/block-use-round_jiffies_up
|
||||
patches.fixes/block-fix-blk_start_queueing
|
||||
patches.fixes/suppress-buffer-IO-errors
|
||||
patches.fixes/block-optimizations-in-blk_rq_timed_out_timer
|
||||
patches.fixes/block-add-comment-in-blk_rq_timed_out
|
||||
* Fri Jan 23 2009 olh@suse.de
|
||||
- update patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
handle also drivers/scsi/ibmvscsi/ibmvfc.c
|
||||
* Fri Jan 23 2009 sjayaraman@suse.de
|
||||
- patches.fixes/cifs-fix-oops-on-ipv6-mount: cifs: make sure we
|
||||
allocate enough storage for socket address (467691).
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- patches.kernel.org/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch:
|
||||
ABI fix: add WB_SYNC_HOLD enum writeback_sync_modes.
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- patches.kernel.org/abi-fix-add-s_syncing-back-to-struct-super_block.patch:
|
||||
ABI fix: add s_syncing back to struct super_block.
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- update to 2.6.27.13-rc1:
|
||||
- security updates
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.arch/ppc-fix_hugepage_check.patch
|
||||
- patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk
|
||||
- patches.fixes/security-introduce-missing-kfree.patch
|
||||
- patches.fixes/xpc-fix-heartbeat
|
||||
- Update config files.
|
||||
* Thu Jan 22 2009 kkeil@suse.de
|
||||
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
|
||||
with shared interrupt during reset (bnc#396687)
|
||||
* Thu Jan 22 2009 tonyj@suse.de
|
||||
- patches.fixes/revert-bgcolor-line-feed-93f78da4.patch: Revert
|
||||
"vt: fix background color on line feed" (bnc#418613).
|
||||
* Thu Jan 22 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch: iwlwifi:
|
||||
fix rs_get_rate WARN_ON() (bnc#456002).
|
||||
- Reordered wireless patches to group together patches touching the same
|
||||
driver.
|
||||
* Thu Jan 22 2009 bphilips@suse.de
|
||||
- patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch:
|
||||
disable catas_reset by default to avoid problems with EEH
|
||||
(bnc#456389).
|
||||
* Thu Jan 22 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
fixed kABI breakage. (bnc#458811)
|
||||
* Thu Jan 22 2009 bwalle@suse.de
|
||||
- scripts/tar-up_and_run_mbuild.sh: s390 (the 31 bit variant) is
|
||||
not an important spec file.
|
||||
* Thu Jan 22 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: fixed kABI
|
||||
breakage, reenabled.
|
||||
* Thu Jan 22 2009 mmarek@suse.cz
|
||||
- rpm/modversions: eat the "override" keyword before parsing the
|
||||
symbol definition.
|
||||
* Thu Jan 22 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
Correct VIO bus/device CMO accounting problems (bnc#468304 - LTC51205)
|
||||
* Thu Jan 22 2009 olh@suse.de
|
||||
- patches.suse/of_platform_driver.module-owner.patch:
|
||||
add missing module symlink to /sys/bus/*/driver/*
|
||||
in struct of_platform_driver.
|
||||
* Thu Jan 22 2009 kkeil@suse.de
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix - new version from Intel (bnc#465923)
|
||||
* Thu Jan 22 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
(fix compilation on i386 and add hpet64 to kernel-parameters.txt)
|
||||
* Thu Jan 22 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
* Thu Jan 22 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
sgi-xpc: need to pass the physical address, not virtual. (bnc#458811)
|
||||
- patches.fixes/xpc-fix-heartbeat:
|
||||
sgi-xpc: eliminate false detection of no heartbeat. (bnc#464545)
|
||||
* Thu Jan 22 2009 jkosina@suse.de
|
||||
- patches.fixes/input-add-nomux-dell-vostro-1510.patch: Input:
|
||||
add Dell Vostro 1510 to nomux list (bnc#404881).
|
||||
* Thu Jan 22 2009 jblunck@suse.de
|
||||
- scripts/compute-PATCHVERSION.sh: Fix SRCVERSION parsing (bnc#465113).
|
||||
* Thu Jan 22 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-add-volume-offset: ALSA: hda - Add
|
||||
extra volume offset to standard volume amp macros (bnc#466428).
|
||||
- patches.drivers/alsa-hda-stac-reduce-volume-scale: ALSA: hda -
|
||||
Halve too large volume scales for STAC/IDT codecs (bnc#466428).
|
||||
* Thu Jan 22 2009 hare@suse.de
|
||||
- patches.drivers/lpfc-8.2.8.12-update: Update lpfc from 8.2.8.11
|
||||
to 8.2.8.12 (bnc#467713).
|
||||
* Thu Jan 22 2009 jeffm@suse.de
|
||||
- patches.fixes/reiserfs-debug-1036: fix missing jl arg
|
||||
* Wed Jan 21 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: delete duplicate error message in the
|
||||
kabi checks
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/remove_kernel_physical_mapping_init_from_init:
|
||||
move kernel_physical_mapping_init to __meminit (bnc#467474).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: disabled, as it changes
|
||||
kABI.
|
||||
* Wed Jan 21 2009 gregkh@suse.de
|
||||
- patches.fixes/security-introduce-missing-kfree.patch: security:
|
||||
introduce missing kfree (bnc#467322).
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch:
|
||||
sysfs: fix problems with binary files.
|
||||
* Wed Jan 21 2009 rw@suse.de
|
||||
- patches.arch/ia64-page-migration.fix:
|
||||
fix deadlock caused by cpe_migrate.ko and mark it supported.
|
||||
(bnc#464676)
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/sn-irq-affinity: sn2: preserve irq affinity set
|
||||
in PROM (bnc#457679).
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/uv_zalias_support: uv: Support for non-nasid 0
|
||||
systems (bnc#458869).
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/xpc-fix-NULL-deref: sgi-xpc: Remove NULL pointer
|
||||
dereference. (bnc#466563).
|
||||
- patches.fixes/xpc-write-barrier: sgi-xpc: ensure flags are
|
||||
updated before bte_copy (bnc#466563).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/ipw2200-workaround-firmware-restarts-when-scanning.patch:
|
||||
ipw2200: fix scanning while associated (bnc#459067).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwl3945-fix-rfkill.patch: iwl3945: report
|
||||
killswitch changes even if the interface is down (bnc#446013).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: mac80211:
|
||||
add direct probe before association (bnc#461889).
|
||||
* Wed Jan 21 2009 hare@suse.de
|
||||
- patches.drivers/mptsas-discover-all-devices: mptsas driver
|
||||
fails to discover devices (bnc#459932).
|
||||
* Wed Jan 21 2009 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.27.12.
|
||||
- patches.xen/764-netback-foreign-pages.patch: netback: handle
|
||||
non-netback foreign pages.
|
||||
- patches.xen/769-evtchn-CPU-offline.patch: evtchn: Fix CPU offlining
|
||||
to switch all affected ports belonging to a particular /dev/evcthn
|
||||
user.
|
||||
- patches.xen/gso-size-check.patch: gso: Ensure that the packet
|
||||
is long enough.
|
||||
- patches.xen/xen-S3-MSI: fix Dom0 resume from S3 when MSI is
|
||||
in use (bnc#435596).
|
||||
- patches.xen/xen3-e1000e_ioremap_sanity_check: ioremap sanity
|
||||
check to catch mapping requests exceeding the BAR sizes
|
||||
(bnc#425480).
|
||||
- patches.xen/xen3-x86-fix-kmap-contig.patch: x86: contiguous
|
||||
kmap fix (bnc#449812).
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
implement correct model matching
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/dm-mpath-tracking-nr-bytes:
|
||||
lpp_end_io gets nr_bytes as third arg
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
match all JSxx/QSxx models based on the first 4 chars in 'model'
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.arch/ppc-axon-missing-msi-workaround-5.diff:
|
||||
Fix MSI after kexec (bnc#467633)
|
||||
* Tue Jan 20 2009 gregkh@suse.de
|
||||
- clean up patch fuzz after 2.6.27.12 inclusion.
|
||||
* Tue Jan 20 2009 gregkh@suse.de
|
||||
- Update to the real 2.6.27.12
|
||||
* Tue Jan 20 2009 jeffm@suse.de
|
||||
- patches.suse/reiserfs_warning-reentrant: reiserfs: eliminate
|
||||
reiserfs_warning from uniqueness functions; Fixes deadlock.
|
||||
* Tue Jan 20 2009 olh@suse.de
|
||||
- patches.drivers/cxgb3-ser.patch:
|
||||
reset the adapter on fatal error (bnc#466062 - LTC51042)
|
||||
* Tue Jan 20 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-03-iucv-cpu-hotremove.diff: iucv: failing
|
||||
cpu hot remove for inactive iucv (bnc#466462,LTC#51104).
|
||||
- patches.arch/s390-08-04-compat-sigaltstack.diff:
|
||||
kernel: 31 bit compat sigaltstack syscall fails with
|
||||
-EFAULT. (bnc#466462,LTC#50888).
|
||||
- patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch:
|
||||
af_iucv: System hang if recvmsg() is used with MSG_PEEK
|
||||
(bnc#466462,LTC#51136).
|
||||
* Tue Jan 20 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-accept-failed-paths: Only accept
|
||||
non-existing paths when adding failed paths (bnc#467579)
|
||||
* Tue Jan 20 2009 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: set CONFIG_DEBUG_INFO=y in the
|
||||
packaged .configs if builfing debug packages (bnc#460887)
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: set %%tolerate_kabi_changes to 6
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- patches.suse/export-iwl_rx_allocate: reintroduce
|
||||
EXPORT_SYMBOL(iwl_rx_allocate).
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- import SLE11 RC2 reference kabi
|
||||
* Mon Jan 19 2009 hare@suse.de
|
||||
- patches.drivers/mpt-return-all-sense-data: MPT Fusion doesn't
|
||||
return all sense data (bnc#466179).
|
||||
* Sat Jan 17 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.12-rc2
|
||||
* Fri Jan 16 2009 od@suse.de
|
||||
- patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch:
|
||||
call boot IRQ quirks at end of device init and during resume.
|
||||
- patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch:
|
||||
update to upstream variant of this patch:
|
||||
- integrate an older quirk to make IO-APIC mode work on AMD
|
||||
8131 rev. A0 and B0
|
||||
- fix boot IRQ disabling logic for AMD 813x
|
||||
- remove unneeded code for AMD SB700S
|
||||
* Fri Jan 16 2009 jbeulich@novell.com
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
|
||||
fix (bnc#449812).
|
||||
* Fri Jan 16 2009 olh@suse.de
|
||||
- enable mptsas in kdump kernel to allow crashdump on QS2x blades
|
||||
* Fri Jan 16 2009 tiwai@suse.de
|
||||
Fix STAC925x patch again
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
(yet more) STAC925x issues (bnc#460478).
|
||||
* Fri Jan 16 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-01-cio-fix-mp-mode.diff: cio: fix
|
||||
subchannel multipath mode setup (bnc#466462,LTC#51047).
|
||||
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
|
||||
memory alignment for GPN_FT requests. (bnc#466462).
|
||||
* Thu Jan 15 2009 gregkh@suse.de
|
||||
- Update config files for vanilla kernel versions due to new config
|
||||
option added in 2.6.27.12-rc1.
|
||||
* Thu Jan 15 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.12-rc1:
|
||||
- security fixes
|
||||
- fixes CVE-2009-0029
|
||||
- bug fixes all over the place.
|
||||
- obsoletes the following patches:
|
||||
- patches.arch/ppc-cmm_no_kdump.patch
|
||||
- patches.drivers/alsa-caiaq-midi-oops-fix
|
||||
- patches.drivers/alsa-hda-hp-6730b-quirk
|
||||
- patches.drivers/ibmvfc-host_init_delay.patch
|
||||
- patches.drivers/ibmvfc-improve_sync_events.patch
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch
|
||||
- patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch
|
||||
- patches.fixes/uv-remove-erroneous-BAU-init
|
||||
- Update config files.
|
||||
* Thu Jan 15 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound:
|
||||
virtuoso: do not overwrite EEPROM on Xonar D2/D2X (bnc#462365).
|
||||
* Thu Jan 15 2009 bwalle@suse.de
|
||||
- patches.suse/s390-System.map.diff:
|
||||
Strip L2^B symbols (bnc #456682).
|
||||
* Thu Jan 15 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-gateway-fix: ALSA: patch_sigmatel:
|
||||
Add missing Gateway entries and autodetection (bnc#460478).
|
||||
- patches.drivers/alsa-hda-gateway-fix2: ALSA: hda - More fixes
|
||||
on Gateway entries (bnc#460478).
|
||||
- patches.drivers/alsa-hda-hp-dv5-mic-fix: ALSA: hda - Fix HP
|
||||
dv5 mic input (bnc#462913).
|
||||
- patches.drivers/alsa-hda-hp-dv5-quirk: ALSA: hda - Add quirk
|
||||
for another HP dv5 (bnc#462913).
|
||||
- patches.drivers/alsa-hda-idt92hd83-fix-typo: ALSA: hda -
|
||||
Fix a typo.
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk: ALSA: hda - Add
|
||||
automatic model setting for Samsung Q45.
|
||||
- patches.drivers/alsa-hda-seek-for-codec-id: ALSA: hda - Add
|
||||
a new function to seek for a codec ID (bnc#460478).
|
||||
- patches.drivers/alsa-hda-sigmatel-no-hp-reset: ALSA: hda -
|
||||
Don't reset HP pinctl in patch_sigmatel.c (bnc#460478).
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
missing initialization of NID 0x0e for STAC925x (bnc#460478).
|
||||
* Thu Jan 15 2009 olh@suse.de
|
||||
- patches.arch/ppc-fix_hugepage_check.patch:
|
||||
is_hugepage_only_range() must account for both 4kB and 64kB
|
||||
slices (bnc#466229 - LTC51063)
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Enabled patches.suse/unlock_page-speedup.patch
|
||||
* Wed Jan 14 2009 rjw@suse.de
|
||||
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
|
||||
PCI PM: Split PCI Express port suspend-resume (bnc#455926).
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch:
|
||||
PCI: Suspend and resume PCI Express ports with interrupts
|
||||
disabled (bnc#455926).
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch:
|
||||
PCI: handle PCI state saving with interrupts disabled
|
||||
(bnc#455926).
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch:
|
||||
PCI: Rework default handling of suspend and resume (bnc#455926).
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Update config files: Disable PARAVIRT.
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- refresh patches for fuzz due to update to 2.6.27.11
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- Update to final version of 2.6.27.11
|
||||
* Wed Jan 14 2009 kkeil@suse.de
|
||||
- patches.drivers/ixgbe-dcb-setstate.patch: Bugfix for ixgbe
|
||||
and kernel DCB netlink code. (bnc#458194)
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix. (bnc#465923)
|
||||
- Update config files.
|
||||
* Wed Jan 14 2009 trenn@suse.de
|
||||
- patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: Delete.
|
||||
It came out that this is an already fixed BIOS bug. The quirk
|
||||
is not needed anymore.
|
||||
* Wed Jan 14 2009 trenn@suse.de
|
||||
- patches.fixes/acpi_fix_double_slash_root_prefix_handling.patch:
|
||||
In AcpiNsGetInternalNameLength, skip the redundant backslash
|
||||
of RootPrefix (http://bugzilla.kernel.org/show_bug.cgi?id=11541
|
||||
http://www.acpica.org/bugzilla/show_bug.cgi?id=739).
|
||||
- patches.fixes/acpi_video_always_update_sys.patch: video: always
|
||||
update the brightness when poking "brightness" (bnc#450149).
|
||||
- patches.fixes/acpi_video_handle_reversed_brightness_info.patch:
|
||||
ACPI: video: Fix reversed brightness behavior on ThinkPad SL
|
||||
series (bnc#450149).
|
||||
* Wed Jan 14 2009 olh@suse.de
|
||||
- patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch:
|
||||
fix __load_balance_iterator() for cfs with only one task
|
||||
(bnc#457594 - LTC50544)
|
||||
* Wed Jan 14 2009 olh@suse.de
|
||||
- patches.fixes/xfs-redirty-ENOSPC.patch: Re-dirty pages on
|
||||
ENOSPC when converting delayed allocations (bnc#433112 - LTC48749)
|
||||
* Wed Jan 14 2009 npiggin@suse.de
|
||||
- Added guarded patches:
|
||||
- patches.suse/mnt-want-write-speedup.patch: fs: mnt_want_write
|
||||
speedup (bnc#436953).
|
||||
- patches.suse/mnt_clone_write.patch: fs: introduce
|
||||
mnt_clone_write (bnc#436953).
|
||||
- patches.suse/unlock_page-speedup.patch: mm: unlock_page speedup
|
||||
(bnc#436953).
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- Update config files.
|
||||
- patches.drivers/add-via-chrome9-drm-support.patch: add Via
|
||||
chrome9 drm support.
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch:
|
||||
pata_via.c: Support VX855 and future chips whose IDE controller
|
||||
use 0x0571..
|
||||
* Tue Jan 13 2009 hare@suse.de
|
||||
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
|
||||
after suggestions from James Bottomley (bnc#465346).
|
||||
@ -442,6 +1030,9 @@ done
|
||||
- patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes
|
||||
when repeatetly attaching/detaching devices. (bnc#458339).
|
||||
* Tue Jan 06 2009 npiggin@suse.de
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for
|
||||
contiguous kmap fix (bnc#449812).
|
||||
* Tue Jan 06 2009 npiggin@suse.de
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch: update.
|
||||
* Mon Jan 05 2009 mmarek@suse.cz
|
||||
- patches.suse/modpost-filter-out-built-in-depends: modpost:
|
||||
|
@ -1,3 +1,980 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 18:45:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
- patches.suse/usb-move-ehci-reg-def.patch: usb: move ehci
|
||||
reg def.
|
||||
- patches.suse/x86-usb-debug-port-early-console-v4.patch: x86:
|
||||
usb debug port early console, v4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 11:43:32 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch
|
||||
patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch
|
||||
patches.kabi/export-iwl_rx_allocate
|
||||
patches.kabi/sched-kabi-compat-hack.patch: Introduce
|
||||
patches.kabi/ for patches that only work around kabi issues and
|
||||
can be safely dropped at the next SP.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 20:34:29 CET 2009 - agruen@suse.de
|
||||
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: Add missing pageattr.c
|
||||
changes to pageattr-xen.c (bnc#439348).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 18:50:59 CET 2009 - agruen@suse.de
|
||||
|
||||
- patches.suse/x86-mark_rodata_rw.patch: Add mark_rodata_rw()
|
||||
to un-protect read-only kernel code pages (bnc#439348).
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: xen specific part
|
||||
(bnc#439348).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 15:59:27 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- config/s390/s390: the -man package still fails for s390, disable
|
||||
it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 14:27:18 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: fix build of the -man subpackage on
|
||||
31bit s390
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 13:23:01 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- fix kernel-default.ppc64 reference symsets
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 12:06:53 CET 2009 - jslaby@suse.cz
|
||||
|
||||
- patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch:
|
||||
x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240
|
||||
FATE304266).
|
||||
[cpu_mask_to_apicid bigsmp fix]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 08:16:54 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
|
||||
map scsi proc_name to module name (bnc#459933 - LTC50724)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 23:33:09 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disable ftrace in -debug on ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 23:16:03 CET 2009 - jeffm@suse.de
|
||||
|
||||
- config.conf: Added -debug flavor for ppc64.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 13:40:53 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.drivers/libfc-set-the-release-function.diff:
|
||||
Whitespace change.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 09:05:30 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/libfc-fix-read-IO-data-integrity: libfc:
|
||||
IO data integrity issue when a IO data frame lost (bnc#469536).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 08:52:49 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- re-enable patches.xen/xen3-e1000e_Export_set_memory_ro-rw.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 07:44:18 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
include prototype for PFN_UP() (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:53:20 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Export
|
||||
set_memory_ro() and set_memory_rw() calls.
|
||||
readded to avoid kabi change
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:36:59 CET 2009 - jeffm@suse.de
|
||||
|
||||
- config.conf: Added kernel-vmi to i386.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:08:43 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
use PFN_UP() for end_pfn (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 17:14:44 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- kabi: import FCoE changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 17:00:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: disable
|
||||
wrong debug message again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 15:35:41 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/taskstats-alignment:
|
||||
IA64: fill 'struct taskstats' on stack and 'memcpy' result to skb.
|
||||
(bnc#448410)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 15:31:39 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
fix calculation of reserve_size (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 14:19:30 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.fixes/disable-lro-per-default: Disable LRO per default
|
||||
in igb and ixgbe. (bnc#467519)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 13:44:37 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- Just comment out patches.xen/xen3-e1000e_* (to address build error)
|
||||
until disposition of their originals is known.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 13:01:24 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.fixes/sctp_do_not_use_stale_copy_of_sk: Do not use
|
||||
stale copy of sk. (bnc#440104)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:52:21 CET 2009 - jblunck@suse.de
|
||||
|
||||
Renamed some patches so they get included in vanilla builds.
|
||||
- patches.rpmify/firmware-path: Renamed.
|
||||
- patches.rpmify/no-include-asm: Renamed.
|
||||
- patches.suse/md-raid-metadata-PAGE_SIZE.patch: Renamed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:18:00 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.suse/led_classdev.sysfs-name.patch: use correct name
|
||||
for /sys/devices/virtual/leds/ entries (bnc#468350)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:15:15 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Delete.
|
||||
- patches.suse/e1000e_allow_bad_checksum: Delete.
|
||||
- patches.suse/e1000e_call_dump_eeprom: Delete.
|
||||
- patches.suse/e1000e_ioremap_sanity_check: Delete.
|
||||
- patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory:
|
||||
Delete.
|
||||
Remove not mainline e1000e patches which were added to help with
|
||||
the e1000e NVM corruption - root issue is fixed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:06:30 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/tg3_libphy_workaround: tg3 libphy workaround.
|
||||
(bnc#468725)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 09:17:49 CET 2009 - hare@suse.de
|
||||
|
||||
- supported.conf: Correct spelling for dm-least-pending
|
||||
path checker.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 09:16:31 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-check-info-before-access: Kernel Oops
|
||||
during path failover (bnc#458393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 02:07:17 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patch fuzz now that 2.6.27.13 is in tree
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 01:59:30 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to final version of 2.6.27.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 23:24:49 CET 2009 - gregkh@suse.de
|
||||
|
||||
- dynamic debugging fixes backported from upstream:
|
||||
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
|
||||
driver core: add newlines to debugging enabled/disabled
|
||||
messages.
|
||||
- patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch:
|
||||
Driver core: fix 'dynamic_debug' cmd line parameter.
|
||||
- patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch:
|
||||
driver core: fix using 'ret' variable in
|
||||
unregister_dynamic_debug_module.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 17:51:17 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch:
|
||||
(fix return of an unitialized value (bnc#469017)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 11:29:02 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- update kabi files: ignore changes in struct pcie_link_state as
|
||||
it is an internal structure only.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 11:26:16 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.suse/genksyms-add-override-flag.diff: genksyms: add
|
||||
--override flag.
|
||||
- rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 01:25:44 CET 2009 - ghaskins@suse.de
|
||||
|
||||
- patches.fixes/sched-kabi-compat-hack.patch: sched: leave
|
||||
RT_GROUP_SCHED structure components intact to preserve kABI.
|
||||
|
||||
broke kabi with fix for 456542
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 00:35:12 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/cpufreq_export_latency.patch: CPUFREQ: Introduce
|
||||
/sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency
|
||||
(bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch:
|
||||
CPUFREQ: ondemand/conservative: sanitize sampling_rate
|
||||
restrictions (bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
- patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch:
|
||||
X86 powernow-k8 cpufreq: Get transition latency from acpi _PSS
|
||||
object (bnc#464461).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 20:29:24 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/xfs-dmapi-fixes: xfs/dmapi: fix crash on mount
|
||||
(bnc#458027).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 20:19:33 CET 2009 - ghaskins@suse.de
|
||||
|
||||
- Update config files: Disable RT_GROUP_SCHED (bnc#456542).
|
||||
|
||||
The RT_GROUP_SCHED feature is experimental and clearly broken, so
|
||||
lets turn it off for now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 16:51:40 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/hpilo-open-close-fix: hpilo open/close fix
|
||||
(bnc#466517).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:59:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: Handle I/O
|
||||
on stopped queues correctly (bnc#458393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:34:11 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.suse/mnt-want-write-speedup.patch,
|
||||
patches.suse/mnt_clone_write.patch: modified not to break kABI,
|
||||
enabled (bnc#436953).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:08:39 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwlagn-fix-rfkill.patch: iwlagn: fix hw-rfkill
|
||||
while the interface is down (bnc#446158).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 14:59:57 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- kabi/severities: temporarily enable changes in FcOE modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:55:18 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.arch/s390-08-06-personality.patch: kernel: setting 32
|
||||
bit personality doesn't work (bnc#466462).
|
||||
- patches.arch/s390-08-07-compat_wrappers.patch: kernel:
|
||||
Add missing wrapper functions for 31 bit compat
|
||||
syscalls. (bnc#466462,LTC#51229).
|
||||
- patches.fixes/block-leave-the-request-timeout-timer-running:
|
||||
Delete obsolete patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:42:28 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change
|
||||
fcoe_sw sg_tablesize to SG_ALL (bnc #459142).
|
||||
- patches.drivers/fcoe-check-return-for-fc_set_m.diff: check
|
||||
return for fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-frame-length-validati.diff: fix frame
|
||||
length validation in the early receive path (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff:
|
||||
fcoe: fix incorrect use of struct module (bnc #468051).
|
||||
- patches.drivers/fcoe-improved-load-balancing-i.diff: improved
|
||||
load balancing in rx path (bnc #459142).
|
||||
- patches.drivers/fcoe-logoff-of-the-fabric-when.diff: Logoff
|
||||
of the fabric when destroying interface (bnc #459142).
|
||||
- patches.drivers/fcoe-remove-warn_on-in-fc_set.diff: remove
|
||||
WARN_ON in fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-user_mfs-is-never-used.diff: user_mfs is
|
||||
never used (bnc #459142).
|
||||
- patches.drivers/libfc-add-fc_disc-c-locking-co.diff: Add
|
||||
fc_disc.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-ensure-correct-device_pu.diff: libfc:
|
||||
Ensure correct device_put/get usage (round 2).
|
||||
- patches.drivers/libfc-fix-rport-recursive-lock.diff: libfc:
|
||||
Fix rport recursive lock on rport mutex (bnc #459142).
|
||||
- patches.drivers/libfc-handle-rrq-exch-timeout.diff: libfc:
|
||||
handle RRQ exch timeout (bnc #465596).
|
||||
- patches.drivers/libfc-improve-fc_lport-c-locki.diff: Improve
|
||||
fc_lport.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-improve-fc_rport-c-locki.diff: Improve
|
||||
fc_rport.c locking comment block (459142).
|
||||
- patches.drivers/libfc-make-fc_disc-inline-with.diff: make
|
||||
fc_disc inline with the fc_lport structure (bnc #459142).
|
||||
- patches.drivers/libfc-make-rscn-parsing-more-r.diff: make RSCN
|
||||
parsing more robust (bnc #459142).
|
||||
- patches.drivers/libfc-make-sure-we-access-the.diff: make sure
|
||||
we access the CRC safely (bnc #459142).
|
||||
- patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff: libfc:
|
||||
Pass lport in exch_mgr_reset (bnc #465596).
|
||||
- patches.drivers/libfc-remove-debug-print-state.diff: libfc:
|
||||
Remove debug print statement, too verbose (bnc #459142).
|
||||
- patches.drivers/libfc-set-the-release-function.diff: Set
|
||||
the release function for the rport's kobject (round 2)
|
||||
(bnc #459142).
|
||||
- patches.drivers/libfc-updated-comment-for-orde.diff: updated
|
||||
comment for order of em and ex locks (bnc #459142).
|
||||
- patches.drivers/libfc-updated-libfc-fcoe-modul.diff: updated
|
||||
libfc fcoe module ver to 1.0.6 (bnc #459142).
|
||||
- patches.drivers/libfc-use-an-operations-struct.diff: use an
|
||||
operations structure for rport callbacks (bnc #459142).
|
||||
- patches.drivers/libfc-when-rport-goes-away-re.diff: libfc:
|
||||
when rport goes away (re-plogi), clean up exchanges to/from
|
||||
rport (bnc #465596).
|
||||
- patches.drivers/libfc_locking.diff: libfc, fcoe: fixed locking
|
||||
issues with lport->lp_mutex around lport->link_status (bnc
|
||||
#468053).
|
||||
- patches.drivers/libfc_rport.diff: libfc: rport retry on LS_RJT
|
||||
from certain ELS (bnc #468054).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:36:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.fixes/qla2xxx-check-fc-rport-validity:
|
||||
qla2xxx: added check for fcport is valid in
|
||||
qla2x00_terminate_rport_io(). (bnc#467624).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:01:59 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-gateway-t1616-quirk: ALSA: hda -
|
||||
Add quirk for Gateway T1616 laptop (bnc#467597).
|
||||
- patches.drivers/alsa-hda-hp-dv4-quirk: ALSA: hda - Add model
|
||||
entry for HP dv4.
|
||||
- patches.drivers/alsa-hda-intel-d945-ref-quirk: ALSA: hda -
|
||||
Add model=ref for Intel board with STAC9221 (bnc#406529).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 10:48:16 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.fixes/blk-leave-sync-timer-running: block: Rediff
|
||||
- patches.fixes/block-use-round_jiffies_up: Block: use
|
||||
round_jiffies_up() (bnc#464155).
|
||||
- Add missing patches to series.conf:
|
||||
patches.fixes/round-jiffies-up
|
||||
patches.fixes/block-use-round_jiffies_up
|
||||
patches.fixes/block-fix-blk_start_queueing
|
||||
patches.fixes/suppress-buffer-IO-errors
|
||||
patches.fixes/block-optimizations-in-blk_rq_timed_out_timer
|
||||
patches.fixes/block-add-comment-in-blk_rq_timed_out
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 07:51:35 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
handle also drivers/scsi/ibmvscsi/ibmvfc.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 06:41:18 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.fixes/cifs-fix-oops-on-ipv6-mount: cifs: make sure we
|
||||
allocate enough storage for socket address (467691).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 05:57:48 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kernel.org/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch:
|
||||
ABI fix: add WB_SYNC_HOLD enum writeback_sync_modes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 05:08:48 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kernel.org/abi-fix-add-s_syncing-back-to-struct-super_block.patch:
|
||||
ABI fix: add s_syncing back to struct super_block.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 02:26:30 CET 2009 - gregkh@suse.de
|
||||
|
||||
- update to 2.6.27.13-rc1:
|
||||
- security updates
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.arch/ppc-fix_hugepage_check.patch
|
||||
- patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk
|
||||
- patches.fixes/security-introduce-missing-kfree.patch
|
||||
- patches.fixes/xpc-fix-heartbeat
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 23:55:10 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
|
||||
with shared interrupt during reset (bnc#396687)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 22:43:48 CET 2009 - tonyj@suse.de
|
||||
|
||||
- patches.fixes/revert-bgcolor-line-feed-93f78da4.patch: Revert
|
||||
"vt: fix background color on line feed" (bnc#418613).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 19:28:06 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch: iwlwifi:
|
||||
fix rs_get_rate WARN_ON() (bnc#456002).
|
||||
- Reordered wireless patches to group together patches touching the same
|
||||
driver.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 19:13:20 CET 2009 - bphilips@suse.de
|
||||
|
||||
- patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch:
|
||||
disable catas_reset by default to avoid problems with EEH
|
||||
(bnc#456389).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 17:42:04 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
fixed kABI breakage. (bnc#458811)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:58:54 CET 2009 - bwalle@suse.de
|
||||
|
||||
- scripts/tar-up_and_run_mbuild.sh: s390 (the 31 bit variant) is
|
||||
not an important spec file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:50:44 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: fixed kABI
|
||||
breakage, reenabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:29:07 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/modversions: eat the "override" keyword before parsing the
|
||||
symbol definition.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 14:14:03 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
Correct VIO bus/device CMO accounting problems (bnc#468304 - LTC51205)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 14:03:12 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.suse/of_platform_driver.module-owner.patch:
|
||||
add missing module symlink to /sys/bus/*/driver/*
|
||||
in struct of_platform_driver.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 13:29:23 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix - new version from Intel (bnc#465923)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:58:06 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
(fix compilation on i386 and add hpet64 to kernel-parameters.txt)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:25:59 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:10:39 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
sgi-xpc: need to pass the physical address, not virtual. (bnc#458811)
|
||||
- patches.fixes/xpc-fix-heartbeat:
|
||||
sgi-xpc: eliminate false detection of no heartbeat. (bnc#464545)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 11:28:20 CET 2009 - jkosina@suse.de
|
||||
|
||||
- patches.fixes/input-add-nomux-dell-vostro-1510.patch: Input:
|
||||
add Dell Vostro 1510 to nomux list (bnc#404881).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 10:30:46 CET 2009 - jblunck@suse.de
|
||||
|
||||
- scripts/compute-PATCHVERSION.sh: Fix SRCVERSION parsing (bnc#465113).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 10:02:42 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-add-volume-offset: ALSA: hda - Add
|
||||
extra volume offset to standard volume amp macros (bnc#466428).
|
||||
- patches.drivers/alsa-hda-stac-reduce-volume-scale: ALSA: hda -
|
||||
Halve too large volume scales for STAC/IDT codecs (bnc#466428).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 09:25:52 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/lpfc-8.2.8.12-update: Update lpfc from 8.2.8.11
|
||||
to 8.2.8.12 (bnc#467713).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 01:58:48 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/reiserfs-debug-1036: fix missing jl arg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 21:09:15 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: delete duplicate error message in the
|
||||
kabi checks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 20:04:30 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/remove_kernel_physical_mapping_init_from_init:
|
||||
move kernel_physical_mapping_init to __meminit (bnc#467474).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:56:34 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: disabled, as it changes
|
||||
kABI.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:46:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.fixes/security-introduce-missing-kfree.patch: security:
|
||||
introduce missing kfree (bnc#467322).
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch:
|
||||
sysfs: fix problems with binary files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:35:32 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.arch/ia64-page-migration.fix:
|
||||
fix deadlock caused by cpe_migrate.ko and mark it supported.
|
||||
(bnc#464676)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:23:31 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/sn-irq-affinity: sn2: preserve irq affinity set
|
||||
in PROM (bnc#457679).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:15:43 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/uv_zalias_support: uv: Support for non-nasid 0
|
||||
systems (bnc#458869).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:12:47 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/xpc-fix-NULL-deref: sgi-xpc: Remove NULL pointer
|
||||
dereference. (bnc#466563).
|
||||
- patches.fixes/xpc-write-barrier: sgi-xpc: ensure flags are
|
||||
updated before bte_copy (bnc#466563).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:06:26 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/ipw2200-workaround-firmware-restarts-when-scanning.patch:
|
||||
ipw2200: fix scanning while associated (bnc#459067).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:01:41 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwl3945-fix-rfkill.patch: iwl3945: report
|
||||
killswitch changes even if the interface is down (bnc#446013).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 18:51:54 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: mac80211:
|
||||
add direct probe before association (bnc#461889).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 16:38:10 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/mptsas-discover-all-devices: mptsas driver
|
||||
fails to discover devices (bnc#459932).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 14:04:08 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.27.12.
|
||||
- patches.xen/764-netback-foreign-pages.patch: netback: handle
|
||||
non-netback foreign pages.
|
||||
- patches.xen/769-evtchn-CPU-offline.patch: evtchn: Fix CPU offlining
|
||||
to switch all affected ports belonging to a particular /dev/evcthn
|
||||
user.
|
||||
- patches.xen/gso-size-check.patch: gso: Ensure that the packet
|
||||
is long enough.
|
||||
- patches.xen/xen-S3-MSI: fix Dom0 resume from S3 when MSI is
|
||||
in use (bnc#435596).
|
||||
- patches.xen/xen3-e1000e_ioremap_sanity_check: ioremap sanity
|
||||
check to catch mapping requests exceeding the BAR sizes
|
||||
(bnc#425480).
|
||||
- patches.xen/xen3-x86-fix-kmap-contig.patch: x86: contiguous
|
||||
kmap fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 12:08:54 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
implement correct model matching
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 10:20:05 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/dm-mpath-tracking-nr-bytes:
|
||||
lpp_end_io gets nr_bytes as third arg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 10:04:08 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
match all JSxx/QSxx models based on the first 4 chars in 'model'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 08:09:10 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-axon-missing-msi-workaround-5.diff:
|
||||
Fix MSI after kexec (bnc#467633)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 21:01:18 CET 2009 - gregkh@suse.de
|
||||
|
||||
- clean up patch fuzz after 2.6.27.12 inclusion.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 20:50:47 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to the real 2.6.27.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 17:00:55 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.suse/reiserfs_warning-reentrant: reiserfs: eliminate
|
||||
reiserfs_warning from uniqueness functions; Fixes deadlock.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 16:39:35 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.drivers/cxgb3-ser.patch:
|
||||
reset the adapter on fatal error (bnc#466062 - LTC51042)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 15:24:43 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-03-iucv-cpu-hotremove.diff: iucv: failing
|
||||
cpu hot remove for inactive iucv (bnc#466462,LTC#51104).
|
||||
- patches.arch/s390-08-04-compat-sigaltstack.diff:
|
||||
kernel: 31 bit compat sigaltstack syscall fails with
|
||||
-EFAULT. (bnc#466462,LTC#50888).
|
||||
- patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch:
|
||||
af_iucv: System hang if recvmsg() is used with MSG_PEEK
|
||||
(bnc#466462,LTC#51136).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 15:15:19 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-accept-failed-paths: Only accept
|
||||
non-existing paths when adding failed paths (bnc#467579)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 12:19:52 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-source.spec.in: set CONFIG_DEBUG_INFO=y in the
|
||||
packaged .configs if builfing debug packages (bnc#460887)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 16:40:39 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: set %tolerate_kabi_changes to 6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 16:40:11 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.suse/export-iwl_rx_allocate: reintroduce
|
||||
EXPORT_SYMBOL(iwl_rx_allocate).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 13:56:20 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- import SLE11 RC2 reference kabi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 11:35:12 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/mpt-return-all-sense-data: MPT Fusion doesn't
|
||||
return all sense data (bnc#466179).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 17 00:20:49 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.12-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 17:46:11 CET 2009 - od@suse.de
|
||||
|
||||
- patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch:
|
||||
call boot IRQ quirks at end of device init and during resume.
|
||||
- patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch:
|
||||
update to upstream variant of this patch:
|
||||
- integrate an older quirk to make IO-APIC mode work on AMD
|
||||
8131 rev. A0 and B0
|
||||
- fix boot IRQ disabling logic for AMD 813x
|
||||
- remove unneeded code for AMD SB700S
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 16:09:26 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
|
||||
fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 10:55:12 CET 2009 - olh@suse.de
|
||||
|
||||
- enable mptsas in kdump kernel to allow crashdump on QS2x blades
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 08:44:42 CET 2009 - tiwai@suse.de
|
||||
|
||||
Fix STAC925x patch again
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
(yet more) STAC925x issues (bnc#460478).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 07:03:59 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-01-cio-fix-mp-mode.diff: cio: fix
|
||||
subchannel multipath mode setup (bnc#466462,LTC#51047).
|
||||
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
|
||||
memory alignment for GPN_FT requests. (bnc#466462).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 23:53:36 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files for vanilla kernel versions due to new config
|
||||
option added in 2.6.27.12-rc1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 23:47:39 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.12-rc1:
|
||||
- security fixes
|
||||
- fixes CVE-2009-0029
|
||||
- bug fixes all over the place.
|
||||
- obsoletes the following patches:
|
||||
- patches.arch/ppc-cmm_no_kdump.patch
|
||||
- patches.drivers/alsa-caiaq-midi-oops-fix
|
||||
- patches.drivers/alsa-hda-hp-6730b-quirk
|
||||
- patches.drivers/ibmvfc-host_init_delay.patch
|
||||
- patches.drivers/ibmvfc-improve_sync_events.patch
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch
|
||||
- patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch
|
||||
- patches.fixes/uv-remove-erroneous-BAU-init
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:37:26 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound:
|
||||
virtuoso: do not overwrite EEPROM on Xonar D2/D2X (bnc#462365).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:16:35 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.suse/s390-System.map.diff:
|
||||
Strip L2^B symbols (bnc #456682).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:09:29 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-gateway-fix: ALSA: patch_sigmatel:
|
||||
Add missing Gateway entries and autodetection (bnc#460478).
|
||||
- patches.drivers/alsa-hda-gateway-fix2: ALSA: hda - More fixes
|
||||
on Gateway entries (bnc#460478).
|
||||
- patches.drivers/alsa-hda-hp-dv5-mic-fix: ALSA: hda - Fix HP
|
||||
dv5 mic input (bnc#462913).
|
||||
- patches.drivers/alsa-hda-hp-dv5-quirk: ALSA: hda - Add quirk
|
||||
for another HP dv5 (bnc#462913).
|
||||
- patches.drivers/alsa-hda-idt92hd83-fix-typo: ALSA: hda -
|
||||
Fix a typo.
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk: ALSA: hda - Add
|
||||
automatic model setting for Samsung Q45.
|
||||
- patches.drivers/alsa-hda-seek-for-codec-id: ALSA: hda - Add
|
||||
a new function to seek for a codec ID (bnc#460478).
|
||||
- patches.drivers/alsa-hda-sigmatel-no-hp-reset: ALSA: hda -
|
||||
Don't reset HP pinctl in patch_sigmatel.c (bnc#460478).
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
missing initialization of NID 0x0e for STAC925x (bnc#460478).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 08:40:13 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-fix_hugepage_check.patch:
|
||||
is_hugepage_only_range() must account for both 4kB and 64kB
|
||||
slices (bnc#466229 - LTC51063)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 23:23:42 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 23:07:16 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Enabled patches.suse/unlock_page-speedup.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 22:00:49 CET 2009 - rjw@suse.de
|
||||
|
||||
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
|
||||
PCI PM: Split PCI Express port suspend-resume (bnc#455926).
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch:
|
||||
PCI: Suspend and resume PCI Express ports with interrupts
|
||||
disabled (bnc#455926).
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch:
|
||||
PCI: handle PCI state saving with interrupts disabled
|
||||
(bnc#455926).
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch:
|
||||
PCI: Rework default handling of suspend and resume (bnc#455926).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:38:29 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disable PARAVIRT.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:20:29 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patches for fuzz due to update to 2.6.27.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:02:21 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to final version of 2.6.27.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 16:38:47 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/ixgbe-dcb-setstate.patch: Bugfix for ixgbe
|
||||
and kernel DCB netlink code. (bnc#458194)
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix. (bnc#465923)
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 15:56:58 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: Delete.
|
||||
It came out that this is an already fixed BIOS bug. The quirk
|
||||
is not needed anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 14:53:51 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/acpi_fix_double_slash_root_prefix_handling.patch:
|
||||
In AcpiNsGetInternalNameLength, skip the redundant backslash
|
||||
of RootPrefix (http://bugzilla.kernel.org/show_bug.cgi?id=11541
|
||||
http://www.acpica.org/bugzilla/show_bug.cgi?id=739).
|
||||
- patches.fixes/acpi_video_always_update_sys.patch: video: always
|
||||
update the brightness when poking "brightness" (bnc#450149).
|
||||
- patches.fixes/acpi_video_handle_reversed_brightness_info.patch:
|
||||
ACPI: video: Fix reversed brightness behavior on ThinkPad SL
|
||||
series (bnc#450149).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 08:45:29 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch:
|
||||
fix __load_balance_iterator() for cfs with only one task
|
||||
(bnc#457594 - LTC50544)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 08:32:32 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/xfs-redirty-ENOSPC.patch: Re-dirty pages on
|
||||
ENOSPC when converting delayed allocations (bnc#433112 - LTC48749)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 04:33:33 CET 2009 - npiggin@suse.de
|
||||
|
||||
- Added guarded patches:
|
||||
- patches.suse/mnt-want-write-speedup.patch: fs: mnt_want_write
|
||||
speedup (bnc#436953).
|
||||
- patches.suse/mnt_clone_write.patch: fs: introduce
|
||||
mnt_clone_write (bnc#436953).
|
||||
- patches.suse/unlock_page-speedup.patch: mm: unlock_page speedup
|
||||
(bnc#436953).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 00:51:58 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- patches.drivers/add-via-chrome9-drm-support.patch: add Via
|
||||
chrome9 drm support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 00:29:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch:
|
||||
pata_via.c: Support VX855 and future chips whose IDE controller
|
||||
use 0x0571..
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 13 16:46:08 CET 2009 - hare@suse.de
|
||||
|
||||
@ -472,6 +1449,12 @@ Tue Jan 6 18:36:57 CET 2009 - jjolly@suse.de
|
||||
- patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes
|
||||
when repeatetly attaching/detaching devices. (bnc#458339).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 14:37:15 CET 2009 - npiggin@suse.de
|
||||
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for
|
||||
contiguous kmap fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 07:54:29 CET 2009 - npiggin@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-trace (Version 2.6.27.10)
|
||||
# spec file for package kernel-trace (Version 2.6.27.13)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -47,7 +47,7 @@
|
||||
%define cpu_arch_flavor %(%_sourcedir/guards %symbols < %_sourcedir/config.conf | grep '/trace$')
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar xfj %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%ifarch %ix86 x86_64
|
||||
%define install_vdso 1
|
||||
@ -62,8 +62,8 @@
|
||||
|
||||
Name: kernel-trace
|
||||
Summary: The Realtime Linux Kernel
|
||||
Version: 2.6.27.10
|
||||
Release: 5
|
||||
Version: 2.6.27.13
|
||||
Release: 3
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -98,8 +98,8 @@ BuildRequires: dwarfextract
|
||||
%endif
|
||||
%if %build_xen
|
||||
%ifarch %ix86
|
||||
Provides: kernel-xenpae = 2.6.27.10
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.10
|
||||
Provides: kernel-xenpae = 2.6.27.13
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.13
|
||||
%endif
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
@ -121,7 +121,7 @@ Conflicts: lvm2 < 2.02.33
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = 2.6.27.10-%source_rel
|
||||
Provides: kernel = 2.6.27.13-%source_rel
|
||||
%ifarch %ix86
|
||||
%else
|
||||
%ifarch ia64
|
||||
@ -161,6 +161,7 @@ Source109: patches.kernel.org.tar.bz2
|
||||
Source110: patches.apparmor.tar.bz2
|
||||
Source111: patches.rt.tar.bz2
|
||||
Source112: patches.trace.tar.bz2
|
||||
Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
%define my_builddir %_builddir/%{name}-%{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -204,7 +205,7 @@ Obsoletes: ralink-rt2860-kmp
|
||||
%define tolerate_unknown_new_config_options 0
|
||||
# kABI change tolerance (default in maintenance should be 4, 6, 8 or 15,
|
||||
# 31 is the maximum; see scripts/kabi-checks)
|
||||
%define tolerate_kabi_changes 31
|
||||
%define tolerate_kabi_changes 6
|
||||
|
||||
%description
|
||||
This kernel is compiled for realtime applications.
|
||||
@ -217,18 +218,18 @@ Authors:
|
||||
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
echo "The kernel-trace-2.6.27.10.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.10.src.rpm."
|
||||
echo "The kernel-trace-2.6.27.13.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.13.src.rpm."
|
||||
exit 1
|
||||
fi
|
||||
echo "Architecture symbol(s):" %symbols
|
||||
# Unpack all sources and patches
|
||||
%setup -q -c -T -a 0 -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 120
|
||||
%setup -q -c -T -a 0 -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 113 -a 120
|
||||
supported_conf() {
|
||||
%_sourcedir/guards %symbols $* < %_sourcedir/supported.conf | sort -u
|
||||
}
|
||||
@ -278,7 +279,7 @@ cat ../config/%cpu_arch_flavor \
|
||||
cpu_arch_flavor="%cpu_arch_flavor"
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
cpu_arch=${cpu_arch_flavor%/*}
|
||||
KERNELRELEASE=2.6.27.10-$RELEASE-trace
|
||||
KERNELRELEASE=2.6.27.13-$RELEASE-trace
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -326,18 +327,15 @@ export OOPS_TIMESTAMP="$(
|
||||
| tr -dc 0-9)"
|
||||
export KBUILD_VERBOSE=0
|
||||
export KBUILD_SYMTYPES=1
|
||||
export KBUILD_OVERRIDE=1
|
||||
EOF
|
||||
source .kernel-binary.spec.buildenv
|
||||
%ifarch s390x
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
chmod +x scripts/kmsg-doc
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y D=2
|
||||
%else
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
%endif
|
||||
%else
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
%endif
|
||||
|
||||
%install
|
||||
source .rpm-defs
|
||||
@ -419,7 +417,7 @@ add_vmlinux()
|
||||
if [ -x "$(which dwarfextract 2>/dev/null)" ] ; then
|
||||
dwarfextract vmlinux %buildroot/boot/Kerntypes-$KERNELRELEASE
|
||||
fi
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
mkdir -p %buildroot/usr/share/man/man9
|
||||
find man -name '*.9' -exec install -m 644 -D '{}' %buildroot/usr/share/man/man9/ ';'
|
||||
%endif
|
||||
@ -619,8 +617,6 @@ if [ $CONFIG_MODULES = y ]; then
|
||||
--max-badness=%tolerate_kabi_changes || KABI=$?
|
||||
fi
|
||||
if [ $KABI -ne 0 ]; then
|
||||
echo "kABI changes of badness $KABI exceed the maximum allowed badness" \
|
||||
"of %tolerate_kabi_changes. Please try to avoid the kABI changes."
|
||||
if [ ! -e %my_builddir/kabi/$cpu_arch/ignore-trace -a \
|
||||
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
|
||||
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
|
||||
@ -740,8 +736,8 @@ Authors:
|
||||
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -785,8 +781,8 @@ Authors:
|
||||
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -800,8 +796,7 @@ GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
%files -n kernel-trace-extra -f kernel-extra.files
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
%ifarch s390x
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
|
||||
%package -n kernel-trace-man
|
||||
License: GPL v2 only
|
||||
@ -819,16 +814,603 @@ Authors:
|
||||
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%files -n kernel-trace-man
|
||||
%defattr(-,root,root)
|
||||
/usr/share/man/man9/*
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jan 29 2009 gregkh@suse.de
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
- patches.suse/usb-move-ehci-reg-def.patch: usb: move ehci
|
||||
reg def.
|
||||
- patches.suse/x86-usb-debug-port-early-console-v4.patch: x86:
|
||||
usb debug port early console, v4.
|
||||
* Thu Jan 29 2009 mmarek@suse.cz
|
||||
- patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch
|
||||
patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch
|
||||
patches.kabi/export-iwl_rx_allocate
|
||||
patches.kabi/sched-kabi-compat-hack.patch: Introduce
|
||||
patches.kabi/ for patches that only work around kabi issues and
|
||||
can be safely dropped at the next SP.
|
||||
* Wed Jan 28 2009 agruen@suse.de
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: Add missing pageattr.c
|
||||
changes to pageattr-xen.c (bnc#439348).
|
||||
* Wed Jan 28 2009 agruen@suse.de
|
||||
- patches.suse/x86-mark_rodata_rw.patch: Add mark_rodata_rw()
|
||||
to un-protect read-only kernel code pages (bnc#439348).
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: xen specific part
|
||||
(bnc#439348).
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- config/s390/s390: the -man package still fails for s390, disable
|
||||
it
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: fix build of the -man subpackage on
|
||||
31bit s390
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- fix kernel-default.ppc64 reference symsets
|
||||
* Wed Jan 28 2009 jslaby@suse.cz
|
||||
- patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch:
|
||||
x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240
|
||||
FATE304266).
|
||||
[cpu_mask_to_apicid bigsmp fix]
|
||||
* Wed Jan 28 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
|
||||
map scsi proc_name to module name (bnc#459933 - LTC50724)
|
||||
* Tue Jan 27 2009 jeffm@suse.de
|
||||
- Update config files: Disable ftrace in -debug on ppc64
|
||||
* Tue Jan 27 2009 jeffm@suse.de
|
||||
- config.conf: Added -debug flavor for ppc64.
|
||||
* Tue Jan 27 2009 bwalle@suse.de
|
||||
- patches.drivers/libfc-set-the-release-function.diff:
|
||||
Whitespace change.
|
||||
* Tue Jan 27 2009 hare@suse.de
|
||||
- patches.drivers/libfc-fix-read-IO-data-integrity: libfc:
|
||||
IO data integrity issue when a IO data frame lost (bnc#469536).
|
||||
* Tue Jan 27 2009 jbeulich@novell.com
|
||||
- re-enable patches.xen/xen3-e1000e_Export_set_memory_ro-rw.
|
||||
* Tue Jan 27 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
include prototype for PFN_UP() (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Export
|
||||
set_memory_ro() and set_memory_rw() calls.
|
||||
readded to avoid kabi change
|
||||
* Mon Jan 26 2009 jeffm@suse.de
|
||||
- config.conf: Added kernel-vmi to i386.
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
use PFN_UP() for end_pfn (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 mmarek@suse.cz
|
||||
- kabi: import FCoE changes
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: disable
|
||||
wrong debug message again.
|
||||
* Mon Jan 26 2009 rw@suse.de
|
||||
- patches.fixes/taskstats-alignment:
|
||||
IA64: fill 'struct taskstats' on stack and 'memcpy' result to skb.
|
||||
(bnc#448410)
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
fix calculation of reserve_size (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.fixes/disable-lro-per-default: Disable LRO per default
|
||||
in igb and ixgbe. (bnc#467519)
|
||||
* Mon Jan 26 2009 jbeulich@novell.com
|
||||
- Just comment out patches.xen/xen3-e1000e_* (to address build error)
|
||||
until disposition of their originals is known.
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.fixes/sctp_do_not_use_stale_copy_of_sk: Do not use
|
||||
stale copy of sk. (bnc#440104)
|
||||
* Mon Jan 26 2009 jblunck@suse.de
|
||||
Renamed some patches so they get included in vanilla builds.
|
||||
- patches.rpmify/firmware-path: Renamed.
|
||||
- patches.rpmify/no-include-asm: Renamed.
|
||||
- patches.suse/md-raid-metadata-PAGE_SIZE.patch: Renamed.
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- patches.suse/led_classdev.sysfs-name.patch: use correct name
|
||||
for /sys/devices/virtual/leds/ entries (bnc#468350)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Delete.
|
||||
- patches.suse/e1000e_allow_bad_checksum: Delete.
|
||||
- patches.suse/e1000e_call_dump_eeprom: Delete.
|
||||
- patches.suse/e1000e_ioremap_sanity_check: Delete.
|
||||
- patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory:
|
||||
Delete.
|
||||
Remove not mainline e1000e patches which were added to help with
|
||||
the e1000e NVM corruption - root issue is fixed
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.drivers/tg3_libphy_workaround: tg3 libphy workaround.
|
||||
(bnc#468725)
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- supported.conf: Correct spelling for dm-least-pending
|
||||
path checker.
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-check-info-before-access: Kernel Oops
|
||||
during path failover (bnc#458393).
|
||||
* Sun Jan 25 2009 gregkh@suse.de
|
||||
- refresh patch fuzz now that 2.6.27.13 is in tree
|
||||
* Sun Jan 25 2009 gregkh@suse.de
|
||||
- Update to final version of 2.6.27.13
|
||||
* Sat Jan 24 2009 gregkh@suse.de
|
||||
- dynamic debugging fixes backported from upstream:
|
||||
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
|
||||
driver core: add newlines to debugging enabled/disabled
|
||||
messages.
|
||||
- patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch:
|
||||
Driver core: fix 'dynamic_debug' cmd line parameter.
|
||||
- patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch:
|
||||
driver core: fix using 'ret' variable in
|
||||
unregister_dynamic_debug_module.
|
||||
* Sat Jan 24 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch:
|
||||
(fix return of an unitialized value (bnc#469017)
|
||||
* Sat Jan 24 2009 mmarek@suse.cz
|
||||
- update kabi files: ignore changes in struct pcie_link_state as
|
||||
it is an internal structure only.
|
||||
* Sat Jan 24 2009 mmarek@suse.cz
|
||||
- patches.suse/genksyms-add-override-flag.diff: genksyms: add
|
||||
--override flag.
|
||||
- rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1
|
||||
* Sat Jan 24 2009 ghaskins@suse.de
|
||||
- patches.fixes/sched-kabi-compat-hack.patch: sched: leave
|
||||
RT_GROUP_SCHED structure components intact to preserve kABI.
|
||||
broke kabi with fix for 456542
|
||||
* Sat Jan 24 2009 trenn@suse.de
|
||||
- patches.fixes/cpufreq_export_latency.patch: CPUFREQ: Introduce
|
||||
/sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency
|
||||
(bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch:
|
||||
CPUFREQ: ondemand/conservative: sanitize sampling_rate
|
||||
restrictions (bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
- patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch:
|
||||
X86 powernow-k8 cpufreq: Get transition latency from acpi _PSS
|
||||
object (bnc#464461).
|
||||
* Fri Jan 23 2009 jeffm@suse.de
|
||||
- patches.fixes/xfs-dmapi-fixes: xfs/dmapi: fix crash on mount
|
||||
(bnc#458027).
|
||||
* Fri Jan 23 2009 ghaskins@suse.de
|
||||
- Update config files: Disable RT_GROUP_SCHED (bnc#456542).
|
||||
The RT_GROUP_SCHED feature is experimental and clearly broken, so
|
||||
lets turn it off for now.
|
||||
* Fri Jan 23 2009 jeffm@suse.de
|
||||
- patches.fixes/hpilo-open-close-fix: hpilo open/close fix
|
||||
(bnc#466517).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: Handle I/O
|
||||
on stopped queues correctly (bnc#458393).
|
||||
* Fri Jan 23 2009 jbenc@suse.cz
|
||||
- patches.suse/mnt-want-write-speedup.patch,
|
||||
patches.suse/mnt_clone_write.patch: modified not to break kABI,
|
||||
enabled (bnc#436953).
|
||||
* Fri Jan 23 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwlagn-fix-rfkill.patch: iwlagn: fix hw-rfkill
|
||||
while the interface is down (bnc#446158).
|
||||
* Fri Jan 23 2009 mmarek@suse.cz
|
||||
- kabi/severities: temporarily enable changes in FcOE modules.
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.arch/s390-08-06-personality.patch: kernel: setting 32
|
||||
bit personality doesn't work (bnc#466462).
|
||||
- patches.arch/s390-08-07-compat_wrappers.patch: kernel:
|
||||
Add missing wrapper functions for 31 bit compat
|
||||
syscalls. (bnc#466462,LTC#51229).
|
||||
- patches.fixes/block-leave-the-request-timeout-timer-running:
|
||||
Delete obsolete patch.
|
||||
* Fri Jan 23 2009 bwalle@suse.de
|
||||
- patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change
|
||||
fcoe_sw sg_tablesize to SG_ALL (bnc #459142).
|
||||
- patches.drivers/fcoe-check-return-for-fc_set_m.diff: check
|
||||
return for fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-frame-length-validati.diff: fix frame
|
||||
length validation in the early receive path (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff:
|
||||
fcoe: fix incorrect use of struct module (bnc #468051).
|
||||
- patches.drivers/fcoe-improved-load-balancing-i.diff: improved
|
||||
load balancing in rx path (bnc #459142).
|
||||
- patches.drivers/fcoe-logoff-of-the-fabric-when.diff: Logoff
|
||||
of the fabric when destroying interface (bnc #459142).
|
||||
- patches.drivers/fcoe-remove-warn_on-in-fc_set.diff: remove
|
||||
WARN_ON in fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-user_mfs-is-never-used.diff: user_mfs is
|
||||
never used (bnc #459142).
|
||||
- patches.drivers/libfc-add-fc_disc-c-locking-co.diff: Add
|
||||
fc_disc.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-ensure-correct-device_pu.diff: libfc:
|
||||
Ensure correct device_put/get usage (round 2).
|
||||
- patches.drivers/libfc-fix-rport-recursive-lock.diff: libfc:
|
||||
Fix rport recursive lock on rport mutex (bnc #459142).
|
||||
- patches.drivers/libfc-handle-rrq-exch-timeout.diff: libfc:
|
||||
handle RRQ exch timeout (bnc #465596).
|
||||
- patches.drivers/libfc-improve-fc_lport-c-locki.diff: Improve
|
||||
fc_lport.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-improve-fc_rport-c-locki.diff: Improve
|
||||
fc_rport.c locking comment block (459142).
|
||||
- patches.drivers/libfc-make-fc_disc-inline-with.diff: make
|
||||
fc_disc inline with the fc_lport structure (bnc #459142).
|
||||
- patches.drivers/libfc-make-rscn-parsing-more-r.diff: make RSCN
|
||||
parsing more robust (bnc #459142).
|
||||
- patches.drivers/libfc-make-sure-we-access-the.diff: make sure
|
||||
we access the CRC safely (bnc #459142).
|
||||
- patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff: libfc:
|
||||
Pass lport in exch_mgr_reset (bnc #465596).
|
||||
- patches.drivers/libfc-remove-debug-print-state.diff: libfc:
|
||||
Remove debug print statement, too verbose (bnc #459142).
|
||||
- patches.drivers/libfc-set-the-release-function.diff: Set
|
||||
the release function for the rport's kobject (round 2)
|
||||
(bnc #459142).
|
||||
- patches.drivers/libfc-updated-comment-for-orde.diff: updated
|
||||
comment for order of em and ex locks (bnc #459142).
|
||||
- patches.drivers/libfc-updated-libfc-fcoe-modul.diff: updated
|
||||
libfc fcoe module ver to 1.0.6 (bnc #459142).
|
||||
- patches.drivers/libfc-use-an-operations-struct.diff: use an
|
||||
operations structure for rport callbacks (bnc #459142).
|
||||
- patches.drivers/libfc-when-rport-goes-away-re.diff: libfc:
|
||||
when rport goes away (re-plogi), clean up exchanges to/from
|
||||
rport (bnc #465596).
|
||||
- patches.drivers/libfc_locking.diff: libfc, fcoe: fixed locking
|
||||
issues with lport->lp_mutex around lport->link_status (bnc
|
||||
[#468053]).
|
||||
- patches.drivers/libfc_rport.diff: libfc: rport retry on LS_RJT
|
||||
from certain ELS (bnc #468054).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.fixes/qla2xxx-check-fc-rport-validity:
|
||||
qla2xxx: added check for fcport is valid in
|
||||
qla2x00_terminate_rport_io(). (bnc#467624).
|
||||
* Fri Jan 23 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-gateway-t1616-quirk: ALSA: hda -
|
||||
Add quirk for Gateway T1616 laptop (bnc#467597).
|
||||
- patches.drivers/alsa-hda-hp-dv4-quirk: ALSA: hda - Add model
|
||||
entry for HP dv4.
|
||||
- patches.drivers/alsa-hda-intel-d945-ref-quirk: ALSA: hda -
|
||||
Add model=ref for Intel board with STAC9221 (bnc#406529).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.fixes/blk-leave-sync-timer-running: block: Rediff
|
||||
- patches.fixes/block-use-round_jiffies_up: Block: use
|
||||
round_jiffies_up() (bnc#464155).
|
||||
- Add missing patches to series.conf:
|
||||
patches.fixes/round-jiffies-up
|
||||
patches.fixes/block-use-round_jiffies_up
|
||||
patches.fixes/block-fix-blk_start_queueing
|
||||
patches.fixes/suppress-buffer-IO-errors
|
||||
patches.fixes/block-optimizations-in-blk_rq_timed_out_timer
|
||||
patches.fixes/block-add-comment-in-blk_rq_timed_out
|
||||
* Fri Jan 23 2009 olh@suse.de
|
||||
- update patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
handle also drivers/scsi/ibmvscsi/ibmvfc.c
|
||||
* Fri Jan 23 2009 sjayaraman@suse.de
|
||||
- patches.fixes/cifs-fix-oops-on-ipv6-mount: cifs: make sure we
|
||||
allocate enough storage for socket address (467691).
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- patches.kernel.org/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch:
|
||||
ABI fix: add WB_SYNC_HOLD enum writeback_sync_modes.
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- patches.kernel.org/abi-fix-add-s_syncing-back-to-struct-super_block.patch:
|
||||
ABI fix: add s_syncing back to struct super_block.
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- update to 2.6.27.13-rc1:
|
||||
- security updates
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.arch/ppc-fix_hugepage_check.patch
|
||||
- patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk
|
||||
- patches.fixes/security-introduce-missing-kfree.patch
|
||||
- patches.fixes/xpc-fix-heartbeat
|
||||
- Update config files.
|
||||
* Thu Jan 22 2009 kkeil@suse.de
|
||||
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
|
||||
with shared interrupt during reset (bnc#396687)
|
||||
* Thu Jan 22 2009 tonyj@suse.de
|
||||
- patches.fixes/revert-bgcolor-line-feed-93f78da4.patch: Revert
|
||||
"vt: fix background color on line feed" (bnc#418613).
|
||||
* Thu Jan 22 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch: iwlwifi:
|
||||
fix rs_get_rate WARN_ON() (bnc#456002).
|
||||
- Reordered wireless patches to group together patches touching the same
|
||||
driver.
|
||||
* Thu Jan 22 2009 bphilips@suse.de
|
||||
- patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch:
|
||||
disable catas_reset by default to avoid problems with EEH
|
||||
(bnc#456389).
|
||||
* Thu Jan 22 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
fixed kABI breakage. (bnc#458811)
|
||||
* Thu Jan 22 2009 bwalle@suse.de
|
||||
- scripts/tar-up_and_run_mbuild.sh: s390 (the 31 bit variant) is
|
||||
not an important spec file.
|
||||
* Thu Jan 22 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: fixed kABI
|
||||
breakage, reenabled.
|
||||
* Thu Jan 22 2009 mmarek@suse.cz
|
||||
- rpm/modversions: eat the "override" keyword before parsing the
|
||||
symbol definition.
|
||||
* Thu Jan 22 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
Correct VIO bus/device CMO accounting problems (bnc#468304 - LTC51205)
|
||||
* Thu Jan 22 2009 olh@suse.de
|
||||
- patches.suse/of_platform_driver.module-owner.patch:
|
||||
add missing module symlink to /sys/bus/*/driver/*
|
||||
in struct of_platform_driver.
|
||||
* Thu Jan 22 2009 kkeil@suse.de
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix - new version from Intel (bnc#465923)
|
||||
* Thu Jan 22 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
(fix compilation on i386 and add hpet64 to kernel-parameters.txt)
|
||||
* Thu Jan 22 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
* Thu Jan 22 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
sgi-xpc: need to pass the physical address, not virtual. (bnc#458811)
|
||||
- patches.fixes/xpc-fix-heartbeat:
|
||||
sgi-xpc: eliminate false detection of no heartbeat. (bnc#464545)
|
||||
* Thu Jan 22 2009 jkosina@suse.de
|
||||
- patches.fixes/input-add-nomux-dell-vostro-1510.patch: Input:
|
||||
add Dell Vostro 1510 to nomux list (bnc#404881).
|
||||
* Thu Jan 22 2009 jblunck@suse.de
|
||||
- scripts/compute-PATCHVERSION.sh: Fix SRCVERSION parsing (bnc#465113).
|
||||
* Thu Jan 22 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-add-volume-offset: ALSA: hda - Add
|
||||
extra volume offset to standard volume amp macros (bnc#466428).
|
||||
- patches.drivers/alsa-hda-stac-reduce-volume-scale: ALSA: hda -
|
||||
Halve too large volume scales for STAC/IDT codecs (bnc#466428).
|
||||
* Thu Jan 22 2009 hare@suse.de
|
||||
- patches.drivers/lpfc-8.2.8.12-update: Update lpfc from 8.2.8.11
|
||||
to 8.2.8.12 (bnc#467713).
|
||||
* Thu Jan 22 2009 jeffm@suse.de
|
||||
- patches.fixes/reiserfs-debug-1036: fix missing jl arg
|
||||
* Wed Jan 21 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: delete duplicate error message in the
|
||||
kabi checks
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/remove_kernel_physical_mapping_init_from_init:
|
||||
move kernel_physical_mapping_init to __meminit (bnc#467474).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: disabled, as it changes
|
||||
kABI.
|
||||
* Wed Jan 21 2009 gregkh@suse.de
|
||||
- patches.fixes/security-introduce-missing-kfree.patch: security:
|
||||
introduce missing kfree (bnc#467322).
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch:
|
||||
sysfs: fix problems with binary files.
|
||||
* Wed Jan 21 2009 rw@suse.de
|
||||
- patches.arch/ia64-page-migration.fix:
|
||||
fix deadlock caused by cpe_migrate.ko and mark it supported.
|
||||
(bnc#464676)
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/sn-irq-affinity: sn2: preserve irq affinity set
|
||||
in PROM (bnc#457679).
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/uv_zalias_support: uv: Support for non-nasid 0
|
||||
systems (bnc#458869).
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/xpc-fix-NULL-deref: sgi-xpc: Remove NULL pointer
|
||||
dereference. (bnc#466563).
|
||||
- patches.fixes/xpc-write-barrier: sgi-xpc: ensure flags are
|
||||
updated before bte_copy (bnc#466563).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/ipw2200-workaround-firmware-restarts-when-scanning.patch:
|
||||
ipw2200: fix scanning while associated (bnc#459067).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwl3945-fix-rfkill.patch: iwl3945: report
|
||||
killswitch changes even if the interface is down (bnc#446013).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: mac80211:
|
||||
add direct probe before association (bnc#461889).
|
||||
* Wed Jan 21 2009 hare@suse.de
|
||||
- patches.drivers/mptsas-discover-all-devices: mptsas driver
|
||||
fails to discover devices (bnc#459932).
|
||||
* Wed Jan 21 2009 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.27.12.
|
||||
- patches.xen/764-netback-foreign-pages.patch: netback: handle
|
||||
non-netback foreign pages.
|
||||
- patches.xen/769-evtchn-CPU-offline.patch: evtchn: Fix CPU offlining
|
||||
to switch all affected ports belonging to a particular /dev/evcthn
|
||||
user.
|
||||
- patches.xen/gso-size-check.patch: gso: Ensure that the packet
|
||||
is long enough.
|
||||
- patches.xen/xen-S3-MSI: fix Dom0 resume from S3 when MSI is
|
||||
in use (bnc#435596).
|
||||
- patches.xen/xen3-e1000e_ioremap_sanity_check: ioremap sanity
|
||||
check to catch mapping requests exceeding the BAR sizes
|
||||
(bnc#425480).
|
||||
- patches.xen/xen3-x86-fix-kmap-contig.patch: x86: contiguous
|
||||
kmap fix (bnc#449812).
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
implement correct model matching
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/dm-mpath-tracking-nr-bytes:
|
||||
lpp_end_io gets nr_bytes as third arg
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
match all JSxx/QSxx models based on the first 4 chars in 'model'
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.arch/ppc-axon-missing-msi-workaround-5.diff:
|
||||
Fix MSI after kexec (bnc#467633)
|
||||
* Tue Jan 20 2009 gregkh@suse.de
|
||||
- clean up patch fuzz after 2.6.27.12 inclusion.
|
||||
* Tue Jan 20 2009 gregkh@suse.de
|
||||
- Update to the real 2.6.27.12
|
||||
* Tue Jan 20 2009 jeffm@suse.de
|
||||
- patches.suse/reiserfs_warning-reentrant: reiserfs: eliminate
|
||||
reiserfs_warning from uniqueness functions; Fixes deadlock.
|
||||
* Tue Jan 20 2009 olh@suse.de
|
||||
- patches.drivers/cxgb3-ser.patch:
|
||||
reset the adapter on fatal error (bnc#466062 - LTC51042)
|
||||
* Tue Jan 20 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-03-iucv-cpu-hotremove.diff: iucv: failing
|
||||
cpu hot remove for inactive iucv (bnc#466462,LTC#51104).
|
||||
- patches.arch/s390-08-04-compat-sigaltstack.diff:
|
||||
kernel: 31 bit compat sigaltstack syscall fails with
|
||||
-EFAULT. (bnc#466462,LTC#50888).
|
||||
- patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch:
|
||||
af_iucv: System hang if recvmsg() is used with MSG_PEEK
|
||||
(bnc#466462,LTC#51136).
|
||||
* Tue Jan 20 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-accept-failed-paths: Only accept
|
||||
non-existing paths when adding failed paths (bnc#467579)
|
||||
* Tue Jan 20 2009 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: set CONFIG_DEBUG_INFO=y in the
|
||||
packaged .configs if builfing debug packages (bnc#460887)
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: set %%tolerate_kabi_changes to 6
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- patches.suse/export-iwl_rx_allocate: reintroduce
|
||||
EXPORT_SYMBOL(iwl_rx_allocate).
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- import SLE11 RC2 reference kabi
|
||||
* Mon Jan 19 2009 hare@suse.de
|
||||
- patches.drivers/mpt-return-all-sense-data: MPT Fusion doesn't
|
||||
return all sense data (bnc#466179).
|
||||
* Sat Jan 17 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.12-rc2
|
||||
* Fri Jan 16 2009 od@suse.de
|
||||
- patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch:
|
||||
call boot IRQ quirks at end of device init and during resume.
|
||||
- patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch:
|
||||
update to upstream variant of this patch:
|
||||
- integrate an older quirk to make IO-APIC mode work on AMD
|
||||
8131 rev. A0 and B0
|
||||
- fix boot IRQ disabling logic for AMD 813x
|
||||
- remove unneeded code for AMD SB700S
|
||||
* Fri Jan 16 2009 jbeulich@novell.com
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
|
||||
fix (bnc#449812).
|
||||
* Fri Jan 16 2009 olh@suse.de
|
||||
- enable mptsas in kdump kernel to allow crashdump on QS2x blades
|
||||
* Fri Jan 16 2009 tiwai@suse.de
|
||||
Fix STAC925x patch again
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
(yet more) STAC925x issues (bnc#460478).
|
||||
* Fri Jan 16 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-01-cio-fix-mp-mode.diff: cio: fix
|
||||
subchannel multipath mode setup (bnc#466462,LTC#51047).
|
||||
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
|
||||
memory alignment for GPN_FT requests. (bnc#466462).
|
||||
* Thu Jan 15 2009 gregkh@suse.de
|
||||
- Update config files for vanilla kernel versions due to new config
|
||||
option added in 2.6.27.12-rc1.
|
||||
* Thu Jan 15 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.12-rc1:
|
||||
- security fixes
|
||||
- fixes CVE-2009-0029
|
||||
- bug fixes all over the place.
|
||||
- obsoletes the following patches:
|
||||
- patches.arch/ppc-cmm_no_kdump.patch
|
||||
- patches.drivers/alsa-caiaq-midi-oops-fix
|
||||
- patches.drivers/alsa-hda-hp-6730b-quirk
|
||||
- patches.drivers/ibmvfc-host_init_delay.patch
|
||||
- patches.drivers/ibmvfc-improve_sync_events.patch
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch
|
||||
- patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch
|
||||
- patches.fixes/uv-remove-erroneous-BAU-init
|
||||
- Update config files.
|
||||
* Thu Jan 15 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound:
|
||||
virtuoso: do not overwrite EEPROM on Xonar D2/D2X (bnc#462365).
|
||||
* Thu Jan 15 2009 bwalle@suse.de
|
||||
- patches.suse/s390-System.map.diff:
|
||||
Strip L2^B symbols (bnc #456682).
|
||||
* Thu Jan 15 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-gateway-fix: ALSA: patch_sigmatel:
|
||||
Add missing Gateway entries and autodetection (bnc#460478).
|
||||
- patches.drivers/alsa-hda-gateway-fix2: ALSA: hda - More fixes
|
||||
on Gateway entries (bnc#460478).
|
||||
- patches.drivers/alsa-hda-hp-dv5-mic-fix: ALSA: hda - Fix HP
|
||||
dv5 mic input (bnc#462913).
|
||||
- patches.drivers/alsa-hda-hp-dv5-quirk: ALSA: hda - Add quirk
|
||||
for another HP dv5 (bnc#462913).
|
||||
- patches.drivers/alsa-hda-idt92hd83-fix-typo: ALSA: hda -
|
||||
Fix a typo.
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk: ALSA: hda - Add
|
||||
automatic model setting for Samsung Q45.
|
||||
- patches.drivers/alsa-hda-seek-for-codec-id: ALSA: hda - Add
|
||||
a new function to seek for a codec ID (bnc#460478).
|
||||
- patches.drivers/alsa-hda-sigmatel-no-hp-reset: ALSA: hda -
|
||||
Don't reset HP pinctl in patch_sigmatel.c (bnc#460478).
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
missing initialization of NID 0x0e for STAC925x (bnc#460478).
|
||||
* Thu Jan 15 2009 olh@suse.de
|
||||
- patches.arch/ppc-fix_hugepage_check.patch:
|
||||
is_hugepage_only_range() must account for both 4kB and 64kB
|
||||
slices (bnc#466229 - LTC51063)
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Enabled patches.suse/unlock_page-speedup.patch
|
||||
* Wed Jan 14 2009 rjw@suse.de
|
||||
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
|
||||
PCI PM: Split PCI Express port suspend-resume (bnc#455926).
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch:
|
||||
PCI: Suspend and resume PCI Express ports with interrupts
|
||||
disabled (bnc#455926).
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch:
|
||||
PCI: handle PCI state saving with interrupts disabled
|
||||
(bnc#455926).
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch:
|
||||
PCI: Rework default handling of suspend and resume (bnc#455926).
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Update config files: Disable PARAVIRT.
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- refresh patches for fuzz due to update to 2.6.27.11
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- Update to final version of 2.6.27.11
|
||||
* Wed Jan 14 2009 kkeil@suse.de
|
||||
- patches.drivers/ixgbe-dcb-setstate.patch: Bugfix for ixgbe
|
||||
and kernel DCB netlink code. (bnc#458194)
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix. (bnc#465923)
|
||||
- Update config files.
|
||||
* Wed Jan 14 2009 trenn@suse.de
|
||||
- patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: Delete.
|
||||
It came out that this is an already fixed BIOS bug. The quirk
|
||||
is not needed anymore.
|
||||
* Wed Jan 14 2009 trenn@suse.de
|
||||
- patches.fixes/acpi_fix_double_slash_root_prefix_handling.patch:
|
||||
In AcpiNsGetInternalNameLength, skip the redundant backslash
|
||||
of RootPrefix (http://bugzilla.kernel.org/show_bug.cgi?id=11541
|
||||
http://www.acpica.org/bugzilla/show_bug.cgi?id=739).
|
||||
- patches.fixes/acpi_video_always_update_sys.patch: video: always
|
||||
update the brightness when poking "brightness" (bnc#450149).
|
||||
- patches.fixes/acpi_video_handle_reversed_brightness_info.patch:
|
||||
ACPI: video: Fix reversed brightness behavior on ThinkPad SL
|
||||
series (bnc#450149).
|
||||
* Wed Jan 14 2009 olh@suse.de
|
||||
- patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch:
|
||||
fix __load_balance_iterator() for cfs with only one task
|
||||
(bnc#457594 - LTC50544)
|
||||
* Wed Jan 14 2009 olh@suse.de
|
||||
- patches.fixes/xfs-redirty-ENOSPC.patch: Re-dirty pages on
|
||||
ENOSPC when converting delayed allocations (bnc#433112 - LTC48749)
|
||||
* Wed Jan 14 2009 npiggin@suse.de
|
||||
- Added guarded patches:
|
||||
- patches.suse/mnt-want-write-speedup.patch: fs: mnt_want_write
|
||||
speedup (bnc#436953).
|
||||
- patches.suse/mnt_clone_write.patch: fs: introduce
|
||||
mnt_clone_write (bnc#436953).
|
||||
- patches.suse/unlock_page-speedup.patch: mm: unlock_page speedup
|
||||
(bnc#436953).
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- Update config files.
|
||||
- patches.drivers/add-via-chrome9-drm-support.patch: add Via
|
||||
chrome9 drm support.
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch:
|
||||
pata_via.c: Support VX855 and future chips whose IDE controller
|
||||
use 0x0571..
|
||||
* Tue Jan 13 2009 hare@suse.de
|
||||
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
|
||||
after suggestions from James Bottomley (bnc#465346).
|
||||
@ -1119,6 +1701,9 @@ GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
- patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes
|
||||
when repeatetly attaching/detaching devices. (bnc#458339).
|
||||
* Tue Jan 06 2009 npiggin@suse.de
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for
|
||||
contiguous kmap fix (bnc#449812).
|
||||
* Tue Jan 06 2009 npiggin@suse.de
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch: update.
|
||||
* Mon Jan 05 2009 mmarek@suse.cz
|
||||
- patches.suse/modpost-filter-out-built-in-depends: modpost:
|
||||
|
@ -1,3 +1,980 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 18:45:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
- patches.suse/usb-move-ehci-reg-def.patch: usb: move ehci
|
||||
reg def.
|
||||
- patches.suse/x86-usb-debug-port-early-console-v4.patch: x86:
|
||||
usb debug port early console, v4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 11:43:32 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch
|
||||
patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch
|
||||
patches.kabi/export-iwl_rx_allocate
|
||||
patches.kabi/sched-kabi-compat-hack.patch: Introduce
|
||||
patches.kabi/ for patches that only work around kabi issues and
|
||||
can be safely dropped at the next SP.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 20:34:29 CET 2009 - agruen@suse.de
|
||||
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: Add missing pageattr.c
|
||||
changes to pageattr-xen.c (bnc#439348).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 18:50:59 CET 2009 - agruen@suse.de
|
||||
|
||||
- patches.suse/x86-mark_rodata_rw.patch: Add mark_rodata_rw()
|
||||
to un-protect read-only kernel code pages (bnc#439348).
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: xen specific part
|
||||
(bnc#439348).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 15:59:27 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- config/s390/s390: the -man package still fails for s390, disable
|
||||
it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 14:27:18 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: fix build of the -man subpackage on
|
||||
31bit s390
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 13:23:01 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- fix kernel-default.ppc64 reference symsets
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 12:06:53 CET 2009 - jslaby@suse.cz
|
||||
|
||||
- patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch:
|
||||
x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240
|
||||
FATE304266).
|
||||
[cpu_mask_to_apicid bigsmp fix]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 08:16:54 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
|
||||
map scsi proc_name to module name (bnc#459933 - LTC50724)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 23:33:09 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disable ftrace in -debug on ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 23:16:03 CET 2009 - jeffm@suse.de
|
||||
|
||||
- config.conf: Added -debug flavor for ppc64.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 13:40:53 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.drivers/libfc-set-the-release-function.diff:
|
||||
Whitespace change.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 09:05:30 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/libfc-fix-read-IO-data-integrity: libfc:
|
||||
IO data integrity issue when a IO data frame lost (bnc#469536).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 08:52:49 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- re-enable patches.xen/xen3-e1000e_Export_set_memory_ro-rw.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 07:44:18 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
include prototype for PFN_UP() (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:53:20 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Export
|
||||
set_memory_ro() and set_memory_rw() calls.
|
||||
readded to avoid kabi change
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:36:59 CET 2009 - jeffm@suse.de
|
||||
|
||||
- config.conf: Added kernel-vmi to i386.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:08:43 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
use PFN_UP() for end_pfn (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 17:14:44 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- kabi: import FCoE changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 17:00:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: disable
|
||||
wrong debug message again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 15:35:41 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/taskstats-alignment:
|
||||
IA64: fill 'struct taskstats' on stack and 'memcpy' result to skb.
|
||||
(bnc#448410)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 15:31:39 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
fix calculation of reserve_size (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 14:19:30 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.fixes/disable-lro-per-default: Disable LRO per default
|
||||
in igb and ixgbe. (bnc#467519)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 13:44:37 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- Just comment out patches.xen/xen3-e1000e_* (to address build error)
|
||||
until disposition of their originals is known.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 13:01:24 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.fixes/sctp_do_not_use_stale_copy_of_sk: Do not use
|
||||
stale copy of sk. (bnc#440104)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:52:21 CET 2009 - jblunck@suse.de
|
||||
|
||||
Renamed some patches so they get included in vanilla builds.
|
||||
- patches.rpmify/firmware-path: Renamed.
|
||||
- patches.rpmify/no-include-asm: Renamed.
|
||||
- patches.suse/md-raid-metadata-PAGE_SIZE.patch: Renamed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:18:00 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.suse/led_classdev.sysfs-name.patch: use correct name
|
||||
for /sys/devices/virtual/leds/ entries (bnc#468350)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:15:15 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Delete.
|
||||
- patches.suse/e1000e_allow_bad_checksum: Delete.
|
||||
- patches.suse/e1000e_call_dump_eeprom: Delete.
|
||||
- patches.suse/e1000e_ioremap_sanity_check: Delete.
|
||||
- patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory:
|
||||
Delete.
|
||||
Remove not mainline e1000e patches which were added to help with
|
||||
the e1000e NVM corruption - root issue is fixed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:06:30 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/tg3_libphy_workaround: tg3 libphy workaround.
|
||||
(bnc#468725)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 09:17:49 CET 2009 - hare@suse.de
|
||||
|
||||
- supported.conf: Correct spelling for dm-least-pending
|
||||
path checker.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 09:16:31 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-check-info-before-access: Kernel Oops
|
||||
during path failover (bnc#458393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 02:07:17 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patch fuzz now that 2.6.27.13 is in tree
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 01:59:30 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to final version of 2.6.27.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 23:24:49 CET 2009 - gregkh@suse.de
|
||||
|
||||
- dynamic debugging fixes backported from upstream:
|
||||
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
|
||||
driver core: add newlines to debugging enabled/disabled
|
||||
messages.
|
||||
- patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch:
|
||||
Driver core: fix 'dynamic_debug' cmd line parameter.
|
||||
- patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch:
|
||||
driver core: fix using 'ret' variable in
|
||||
unregister_dynamic_debug_module.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 17:51:17 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch:
|
||||
(fix return of an unitialized value (bnc#469017)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 11:29:02 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- update kabi files: ignore changes in struct pcie_link_state as
|
||||
it is an internal structure only.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 11:26:16 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.suse/genksyms-add-override-flag.diff: genksyms: add
|
||||
--override flag.
|
||||
- rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 01:25:44 CET 2009 - ghaskins@suse.de
|
||||
|
||||
- patches.fixes/sched-kabi-compat-hack.patch: sched: leave
|
||||
RT_GROUP_SCHED structure components intact to preserve kABI.
|
||||
|
||||
broke kabi with fix for 456542
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 00:35:12 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/cpufreq_export_latency.patch: CPUFREQ: Introduce
|
||||
/sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency
|
||||
(bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch:
|
||||
CPUFREQ: ondemand/conservative: sanitize sampling_rate
|
||||
restrictions (bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
- patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch:
|
||||
X86 powernow-k8 cpufreq: Get transition latency from acpi _PSS
|
||||
object (bnc#464461).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 20:29:24 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/xfs-dmapi-fixes: xfs/dmapi: fix crash on mount
|
||||
(bnc#458027).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 20:19:33 CET 2009 - ghaskins@suse.de
|
||||
|
||||
- Update config files: Disable RT_GROUP_SCHED (bnc#456542).
|
||||
|
||||
The RT_GROUP_SCHED feature is experimental and clearly broken, so
|
||||
lets turn it off for now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 16:51:40 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/hpilo-open-close-fix: hpilo open/close fix
|
||||
(bnc#466517).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:59:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: Handle I/O
|
||||
on stopped queues correctly (bnc#458393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:34:11 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.suse/mnt-want-write-speedup.patch,
|
||||
patches.suse/mnt_clone_write.patch: modified not to break kABI,
|
||||
enabled (bnc#436953).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:08:39 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwlagn-fix-rfkill.patch: iwlagn: fix hw-rfkill
|
||||
while the interface is down (bnc#446158).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 14:59:57 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- kabi/severities: temporarily enable changes in FcOE modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:55:18 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.arch/s390-08-06-personality.patch: kernel: setting 32
|
||||
bit personality doesn't work (bnc#466462).
|
||||
- patches.arch/s390-08-07-compat_wrappers.patch: kernel:
|
||||
Add missing wrapper functions for 31 bit compat
|
||||
syscalls. (bnc#466462,LTC#51229).
|
||||
- patches.fixes/block-leave-the-request-timeout-timer-running:
|
||||
Delete obsolete patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:42:28 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change
|
||||
fcoe_sw sg_tablesize to SG_ALL (bnc #459142).
|
||||
- patches.drivers/fcoe-check-return-for-fc_set_m.diff: check
|
||||
return for fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-frame-length-validati.diff: fix frame
|
||||
length validation in the early receive path (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff:
|
||||
fcoe: fix incorrect use of struct module (bnc #468051).
|
||||
- patches.drivers/fcoe-improved-load-balancing-i.diff: improved
|
||||
load balancing in rx path (bnc #459142).
|
||||
- patches.drivers/fcoe-logoff-of-the-fabric-when.diff: Logoff
|
||||
of the fabric when destroying interface (bnc #459142).
|
||||
- patches.drivers/fcoe-remove-warn_on-in-fc_set.diff: remove
|
||||
WARN_ON in fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-user_mfs-is-never-used.diff: user_mfs is
|
||||
never used (bnc #459142).
|
||||
- patches.drivers/libfc-add-fc_disc-c-locking-co.diff: Add
|
||||
fc_disc.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-ensure-correct-device_pu.diff: libfc:
|
||||
Ensure correct device_put/get usage (round 2).
|
||||
- patches.drivers/libfc-fix-rport-recursive-lock.diff: libfc:
|
||||
Fix rport recursive lock on rport mutex (bnc #459142).
|
||||
- patches.drivers/libfc-handle-rrq-exch-timeout.diff: libfc:
|
||||
handle RRQ exch timeout (bnc #465596).
|
||||
- patches.drivers/libfc-improve-fc_lport-c-locki.diff: Improve
|
||||
fc_lport.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-improve-fc_rport-c-locki.diff: Improve
|
||||
fc_rport.c locking comment block (459142).
|
||||
- patches.drivers/libfc-make-fc_disc-inline-with.diff: make
|
||||
fc_disc inline with the fc_lport structure (bnc #459142).
|
||||
- patches.drivers/libfc-make-rscn-parsing-more-r.diff: make RSCN
|
||||
parsing more robust (bnc #459142).
|
||||
- patches.drivers/libfc-make-sure-we-access-the.diff: make sure
|
||||
we access the CRC safely (bnc #459142).
|
||||
- patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff: libfc:
|
||||
Pass lport in exch_mgr_reset (bnc #465596).
|
||||
- patches.drivers/libfc-remove-debug-print-state.diff: libfc:
|
||||
Remove debug print statement, too verbose (bnc #459142).
|
||||
- patches.drivers/libfc-set-the-release-function.diff: Set
|
||||
the release function for the rport's kobject (round 2)
|
||||
(bnc #459142).
|
||||
- patches.drivers/libfc-updated-comment-for-orde.diff: updated
|
||||
comment for order of em and ex locks (bnc #459142).
|
||||
- patches.drivers/libfc-updated-libfc-fcoe-modul.diff: updated
|
||||
libfc fcoe module ver to 1.0.6 (bnc #459142).
|
||||
- patches.drivers/libfc-use-an-operations-struct.diff: use an
|
||||
operations structure for rport callbacks (bnc #459142).
|
||||
- patches.drivers/libfc-when-rport-goes-away-re.diff: libfc:
|
||||
when rport goes away (re-plogi), clean up exchanges to/from
|
||||
rport (bnc #465596).
|
||||
- patches.drivers/libfc_locking.diff: libfc, fcoe: fixed locking
|
||||
issues with lport->lp_mutex around lport->link_status (bnc
|
||||
#468053).
|
||||
- patches.drivers/libfc_rport.diff: libfc: rport retry on LS_RJT
|
||||
from certain ELS (bnc #468054).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:36:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.fixes/qla2xxx-check-fc-rport-validity:
|
||||
qla2xxx: added check for fcport is valid in
|
||||
qla2x00_terminate_rport_io(). (bnc#467624).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:01:59 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-gateway-t1616-quirk: ALSA: hda -
|
||||
Add quirk for Gateway T1616 laptop (bnc#467597).
|
||||
- patches.drivers/alsa-hda-hp-dv4-quirk: ALSA: hda - Add model
|
||||
entry for HP dv4.
|
||||
- patches.drivers/alsa-hda-intel-d945-ref-quirk: ALSA: hda -
|
||||
Add model=ref for Intel board with STAC9221 (bnc#406529).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 10:48:16 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.fixes/blk-leave-sync-timer-running: block: Rediff
|
||||
- patches.fixes/block-use-round_jiffies_up: Block: use
|
||||
round_jiffies_up() (bnc#464155).
|
||||
- Add missing patches to series.conf:
|
||||
patches.fixes/round-jiffies-up
|
||||
patches.fixes/block-use-round_jiffies_up
|
||||
patches.fixes/block-fix-blk_start_queueing
|
||||
patches.fixes/suppress-buffer-IO-errors
|
||||
patches.fixes/block-optimizations-in-blk_rq_timed_out_timer
|
||||
patches.fixes/block-add-comment-in-blk_rq_timed_out
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 07:51:35 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
handle also drivers/scsi/ibmvscsi/ibmvfc.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 06:41:18 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.fixes/cifs-fix-oops-on-ipv6-mount: cifs: make sure we
|
||||
allocate enough storage for socket address (467691).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 05:57:48 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kernel.org/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch:
|
||||
ABI fix: add WB_SYNC_HOLD enum writeback_sync_modes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 05:08:48 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kernel.org/abi-fix-add-s_syncing-back-to-struct-super_block.patch:
|
||||
ABI fix: add s_syncing back to struct super_block.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 02:26:30 CET 2009 - gregkh@suse.de
|
||||
|
||||
- update to 2.6.27.13-rc1:
|
||||
- security updates
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.arch/ppc-fix_hugepage_check.patch
|
||||
- patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk
|
||||
- patches.fixes/security-introduce-missing-kfree.patch
|
||||
- patches.fixes/xpc-fix-heartbeat
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 23:55:10 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
|
||||
with shared interrupt during reset (bnc#396687)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 22:43:48 CET 2009 - tonyj@suse.de
|
||||
|
||||
- patches.fixes/revert-bgcolor-line-feed-93f78da4.patch: Revert
|
||||
"vt: fix background color on line feed" (bnc#418613).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 19:28:06 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch: iwlwifi:
|
||||
fix rs_get_rate WARN_ON() (bnc#456002).
|
||||
- Reordered wireless patches to group together patches touching the same
|
||||
driver.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 19:13:20 CET 2009 - bphilips@suse.de
|
||||
|
||||
- patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch:
|
||||
disable catas_reset by default to avoid problems with EEH
|
||||
(bnc#456389).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 17:42:04 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
fixed kABI breakage. (bnc#458811)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:58:54 CET 2009 - bwalle@suse.de
|
||||
|
||||
- scripts/tar-up_and_run_mbuild.sh: s390 (the 31 bit variant) is
|
||||
not an important spec file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:50:44 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: fixed kABI
|
||||
breakage, reenabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:29:07 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/modversions: eat the "override" keyword before parsing the
|
||||
symbol definition.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 14:14:03 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
Correct VIO bus/device CMO accounting problems (bnc#468304 - LTC51205)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 14:03:12 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.suse/of_platform_driver.module-owner.patch:
|
||||
add missing module symlink to /sys/bus/*/driver/*
|
||||
in struct of_platform_driver.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 13:29:23 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix - new version from Intel (bnc#465923)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:58:06 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
(fix compilation on i386 and add hpet64 to kernel-parameters.txt)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:25:59 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:10:39 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
sgi-xpc: need to pass the physical address, not virtual. (bnc#458811)
|
||||
- patches.fixes/xpc-fix-heartbeat:
|
||||
sgi-xpc: eliminate false detection of no heartbeat. (bnc#464545)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 11:28:20 CET 2009 - jkosina@suse.de
|
||||
|
||||
- patches.fixes/input-add-nomux-dell-vostro-1510.patch: Input:
|
||||
add Dell Vostro 1510 to nomux list (bnc#404881).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 10:30:46 CET 2009 - jblunck@suse.de
|
||||
|
||||
- scripts/compute-PATCHVERSION.sh: Fix SRCVERSION parsing (bnc#465113).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 10:02:42 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-add-volume-offset: ALSA: hda - Add
|
||||
extra volume offset to standard volume amp macros (bnc#466428).
|
||||
- patches.drivers/alsa-hda-stac-reduce-volume-scale: ALSA: hda -
|
||||
Halve too large volume scales for STAC/IDT codecs (bnc#466428).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 09:25:52 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/lpfc-8.2.8.12-update: Update lpfc from 8.2.8.11
|
||||
to 8.2.8.12 (bnc#467713).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 01:58:48 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/reiserfs-debug-1036: fix missing jl arg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 21:09:15 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: delete duplicate error message in the
|
||||
kabi checks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 20:04:30 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/remove_kernel_physical_mapping_init_from_init:
|
||||
move kernel_physical_mapping_init to __meminit (bnc#467474).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:56:34 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: disabled, as it changes
|
||||
kABI.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:46:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.fixes/security-introduce-missing-kfree.patch: security:
|
||||
introduce missing kfree (bnc#467322).
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch:
|
||||
sysfs: fix problems with binary files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:35:32 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.arch/ia64-page-migration.fix:
|
||||
fix deadlock caused by cpe_migrate.ko and mark it supported.
|
||||
(bnc#464676)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:23:31 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/sn-irq-affinity: sn2: preserve irq affinity set
|
||||
in PROM (bnc#457679).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:15:43 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/uv_zalias_support: uv: Support for non-nasid 0
|
||||
systems (bnc#458869).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:12:47 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/xpc-fix-NULL-deref: sgi-xpc: Remove NULL pointer
|
||||
dereference. (bnc#466563).
|
||||
- patches.fixes/xpc-write-barrier: sgi-xpc: ensure flags are
|
||||
updated before bte_copy (bnc#466563).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:06:26 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/ipw2200-workaround-firmware-restarts-when-scanning.patch:
|
||||
ipw2200: fix scanning while associated (bnc#459067).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:01:41 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwl3945-fix-rfkill.patch: iwl3945: report
|
||||
killswitch changes even if the interface is down (bnc#446013).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 18:51:54 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: mac80211:
|
||||
add direct probe before association (bnc#461889).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 16:38:10 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/mptsas-discover-all-devices: mptsas driver
|
||||
fails to discover devices (bnc#459932).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 14:04:08 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.27.12.
|
||||
- patches.xen/764-netback-foreign-pages.patch: netback: handle
|
||||
non-netback foreign pages.
|
||||
- patches.xen/769-evtchn-CPU-offline.patch: evtchn: Fix CPU offlining
|
||||
to switch all affected ports belonging to a particular /dev/evcthn
|
||||
user.
|
||||
- patches.xen/gso-size-check.patch: gso: Ensure that the packet
|
||||
is long enough.
|
||||
- patches.xen/xen-S3-MSI: fix Dom0 resume from S3 when MSI is
|
||||
in use (bnc#435596).
|
||||
- patches.xen/xen3-e1000e_ioremap_sanity_check: ioremap sanity
|
||||
check to catch mapping requests exceeding the BAR sizes
|
||||
(bnc#425480).
|
||||
- patches.xen/xen3-x86-fix-kmap-contig.patch: x86: contiguous
|
||||
kmap fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 12:08:54 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
implement correct model matching
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 10:20:05 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/dm-mpath-tracking-nr-bytes:
|
||||
lpp_end_io gets nr_bytes as third arg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 10:04:08 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
match all JSxx/QSxx models based on the first 4 chars in 'model'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 08:09:10 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-axon-missing-msi-workaround-5.diff:
|
||||
Fix MSI after kexec (bnc#467633)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 21:01:18 CET 2009 - gregkh@suse.de
|
||||
|
||||
- clean up patch fuzz after 2.6.27.12 inclusion.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 20:50:47 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to the real 2.6.27.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 17:00:55 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.suse/reiserfs_warning-reentrant: reiserfs: eliminate
|
||||
reiserfs_warning from uniqueness functions; Fixes deadlock.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 16:39:35 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.drivers/cxgb3-ser.patch:
|
||||
reset the adapter on fatal error (bnc#466062 - LTC51042)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 15:24:43 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-03-iucv-cpu-hotremove.diff: iucv: failing
|
||||
cpu hot remove for inactive iucv (bnc#466462,LTC#51104).
|
||||
- patches.arch/s390-08-04-compat-sigaltstack.diff:
|
||||
kernel: 31 bit compat sigaltstack syscall fails with
|
||||
-EFAULT. (bnc#466462,LTC#50888).
|
||||
- patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch:
|
||||
af_iucv: System hang if recvmsg() is used with MSG_PEEK
|
||||
(bnc#466462,LTC#51136).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 15:15:19 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-accept-failed-paths: Only accept
|
||||
non-existing paths when adding failed paths (bnc#467579)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 12:19:52 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-source.spec.in: set CONFIG_DEBUG_INFO=y in the
|
||||
packaged .configs if builfing debug packages (bnc#460887)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 16:40:39 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: set %tolerate_kabi_changes to 6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 16:40:11 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.suse/export-iwl_rx_allocate: reintroduce
|
||||
EXPORT_SYMBOL(iwl_rx_allocate).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 13:56:20 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- import SLE11 RC2 reference kabi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 11:35:12 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/mpt-return-all-sense-data: MPT Fusion doesn't
|
||||
return all sense data (bnc#466179).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 17 00:20:49 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.12-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 17:46:11 CET 2009 - od@suse.de
|
||||
|
||||
- patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch:
|
||||
call boot IRQ quirks at end of device init and during resume.
|
||||
- patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch:
|
||||
update to upstream variant of this patch:
|
||||
- integrate an older quirk to make IO-APIC mode work on AMD
|
||||
8131 rev. A0 and B0
|
||||
- fix boot IRQ disabling logic for AMD 813x
|
||||
- remove unneeded code for AMD SB700S
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 16:09:26 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
|
||||
fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 10:55:12 CET 2009 - olh@suse.de
|
||||
|
||||
- enable mptsas in kdump kernel to allow crashdump on QS2x blades
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 08:44:42 CET 2009 - tiwai@suse.de
|
||||
|
||||
Fix STAC925x patch again
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
(yet more) STAC925x issues (bnc#460478).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 07:03:59 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-01-cio-fix-mp-mode.diff: cio: fix
|
||||
subchannel multipath mode setup (bnc#466462,LTC#51047).
|
||||
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
|
||||
memory alignment for GPN_FT requests. (bnc#466462).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 23:53:36 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files for vanilla kernel versions due to new config
|
||||
option added in 2.6.27.12-rc1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 23:47:39 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.12-rc1:
|
||||
- security fixes
|
||||
- fixes CVE-2009-0029
|
||||
- bug fixes all over the place.
|
||||
- obsoletes the following patches:
|
||||
- patches.arch/ppc-cmm_no_kdump.patch
|
||||
- patches.drivers/alsa-caiaq-midi-oops-fix
|
||||
- patches.drivers/alsa-hda-hp-6730b-quirk
|
||||
- patches.drivers/ibmvfc-host_init_delay.patch
|
||||
- patches.drivers/ibmvfc-improve_sync_events.patch
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch
|
||||
- patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch
|
||||
- patches.fixes/uv-remove-erroneous-BAU-init
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:37:26 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound:
|
||||
virtuoso: do not overwrite EEPROM on Xonar D2/D2X (bnc#462365).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:16:35 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.suse/s390-System.map.diff:
|
||||
Strip L2^B symbols (bnc #456682).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:09:29 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-gateway-fix: ALSA: patch_sigmatel:
|
||||
Add missing Gateway entries and autodetection (bnc#460478).
|
||||
- patches.drivers/alsa-hda-gateway-fix2: ALSA: hda - More fixes
|
||||
on Gateway entries (bnc#460478).
|
||||
- patches.drivers/alsa-hda-hp-dv5-mic-fix: ALSA: hda - Fix HP
|
||||
dv5 mic input (bnc#462913).
|
||||
- patches.drivers/alsa-hda-hp-dv5-quirk: ALSA: hda - Add quirk
|
||||
for another HP dv5 (bnc#462913).
|
||||
- patches.drivers/alsa-hda-idt92hd83-fix-typo: ALSA: hda -
|
||||
Fix a typo.
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk: ALSA: hda - Add
|
||||
automatic model setting for Samsung Q45.
|
||||
- patches.drivers/alsa-hda-seek-for-codec-id: ALSA: hda - Add
|
||||
a new function to seek for a codec ID (bnc#460478).
|
||||
- patches.drivers/alsa-hda-sigmatel-no-hp-reset: ALSA: hda -
|
||||
Don't reset HP pinctl in patch_sigmatel.c (bnc#460478).
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
missing initialization of NID 0x0e for STAC925x (bnc#460478).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 08:40:13 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-fix_hugepage_check.patch:
|
||||
is_hugepage_only_range() must account for both 4kB and 64kB
|
||||
slices (bnc#466229 - LTC51063)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 23:23:42 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 23:07:16 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Enabled patches.suse/unlock_page-speedup.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 22:00:49 CET 2009 - rjw@suse.de
|
||||
|
||||
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
|
||||
PCI PM: Split PCI Express port suspend-resume (bnc#455926).
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch:
|
||||
PCI: Suspend and resume PCI Express ports with interrupts
|
||||
disabled (bnc#455926).
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch:
|
||||
PCI: handle PCI state saving with interrupts disabled
|
||||
(bnc#455926).
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch:
|
||||
PCI: Rework default handling of suspend and resume (bnc#455926).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:38:29 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disable PARAVIRT.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:20:29 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patches for fuzz due to update to 2.6.27.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:02:21 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to final version of 2.6.27.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 16:38:47 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/ixgbe-dcb-setstate.patch: Bugfix for ixgbe
|
||||
and kernel DCB netlink code. (bnc#458194)
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix. (bnc#465923)
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 15:56:58 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: Delete.
|
||||
It came out that this is an already fixed BIOS bug. The quirk
|
||||
is not needed anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 14:53:51 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/acpi_fix_double_slash_root_prefix_handling.patch:
|
||||
In AcpiNsGetInternalNameLength, skip the redundant backslash
|
||||
of RootPrefix (http://bugzilla.kernel.org/show_bug.cgi?id=11541
|
||||
http://www.acpica.org/bugzilla/show_bug.cgi?id=739).
|
||||
- patches.fixes/acpi_video_always_update_sys.patch: video: always
|
||||
update the brightness when poking "brightness" (bnc#450149).
|
||||
- patches.fixes/acpi_video_handle_reversed_brightness_info.patch:
|
||||
ACPI: video: Fix reversed brightness behavior on ThinkPad SL
|
||||
series (bnc#450149).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 08:45:29 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch:
|
||||
fix __load_balance_iterator() for cfs with only one task
|
||||
(bnc#457594 - LTC50544)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 08:32:32 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/xfs-redirty-ENOSPC.patch: Re-dirty pages on
|
||||
ENOSPC when converting delayed allocations (bnc#433112 - LTC48749)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 04:33:33 CET 2009 - npiggin@suse.de
|
||||
|
||||
- Added guarded patches:
|
||||
- patches.suse/mnt-want-write-speedup.patch: fs: mnt_want_write
|
||||
speedup (bnc#436953).
|
||||
- patches.suse/mnt_clone_write.patch: fs: introduce
|
||||
mnt_clone_write (bnc#436953).
|
||||
- patches.suse/unlock_page-speedup.patch: mm: unlock_page speedup
|
||||
(bnc#436953).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 00:51:58 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- patches.drivers/add-via-chrome9-drm-support.patch: add Via
|
||||
chrome9 drm support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 00:29:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch:
|
||||
pata_via.c: Support VX855 and future chips whose IDE controller
|
||||
use 0x0571..
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 13 16:46:08 CET 2009 - hare@suse.de
|
||||
|
||||
@ -472,6 +1449,12 @@ Tue Jan 6 18:36:57 CET 2009 - jjolly@suse.de
|
||||
- patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes
|
||||
when repeatetly attaching/detaching devices. (bnc#458339).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 14:37:15 CET 2009 - npiggin@suse.de
|
||||
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for
|
||||
contiguous kmap fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 07:54:29 CET 2009 - npiggin@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-vanilla (Version 2.6.27.10)
|
||||
# spec file for package kernel-vanilla (Version 2.6.27.13)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -47,7 +47,7 @@
|
||||
%define cpu_arch_flavor %(%_sourcedir/guards %symbols < %_sourcedir/config.conf | grep '/vanilla$')
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar xfj %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%ifarch %ix86 x86_64
|
||||
%define install_vdso 1
|
||||
@ -62,8 +62,8 @@
|
||||
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 2.6.27.10
|
||||
Release: 5
|
||||
Version: 2.6.27.13
|
||||
Release: 3
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -98,8 +98,8 @@ BuildRequires: dwarfextract
|
||||
%endif
|
||||
%if %build_xen
|
||||
%ifarch %ix86
|
||||
Provides: kernel-xenpae = 2.6.27.10
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.10
|
||||
Provides: kernel-xenpae = 2.6.27.13
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.13
|
||||
%endif
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
@ -121,7 +121,7 @@ Conflicts: lvm2 < 2.02.33
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = 2.6.27.10-%source_rel
|
||||
Provides: kernel = 2.6.27.13-%source_rel
|
||||
%ifarch %ix86
|
||||
%else
|
||||
%ifarch ia64
|
||||
@ -177,6 +177,7 @@ Source109: patches.kernel.org.tar.bz2
|
||||
Source110: patches.apparmor.tar.bz2
|
||||
Source111: patches.rt.tar.bz2
|
||||
Source112: patches.trace.tar.bz2
|
||||
Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
%define my_builddir %_builddir/%{name}-%{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -220,25 +221,25 @@ Obsoletes: ralink-rt2860-kmp
|
||||
%define tolerate_unknown_new_config_options 0
|
||||
# kABI change tolerance (default in maintenance should be 4, 6, 8 or 15,
|
||||
# 31 is the maximum; see scripts/kabi-checks)
|
||||
%define tolerate_kabi_changes 31
|
||||
%define tolerate_kabi_changes 6
|
||||
|
||||
%description
|
||||
The standard kernel - without any SUSE patches
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
echo "The kernel-vanilla-2.6.27.10.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.10.src.rpm."
|
||||
echo "The kernel-vanilla-2.6.27.13.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.13.src.rpm."
|
||||
exit 1
|
||||
fi
|
||||
echo "Architecture symbol(s):" %symbols
|
||||
# Unpack all sources and patches
|
||||
%setup -q -c -T -a 0 -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 120
|
||||
%setup -q -c -T -a 0 -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 113 -a 120
|
||||
supported_conf() {
|
||||
%_sourcedir/guards %symbols $* < %_sourcedir/supported.conf | sort -u
|
||||
}
|
||||
@ -288,7 +289,7 @@ cat ../config/%cpu_arch_flavor \
|
||||
cpu_arch_flavor="%cpu_arch_flavor"
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
cpu_arch=${cpu_arch_flavor%/*}
|
||||
KERNELRELEASE=2.6.27.10-$RELEASE-vanilla
|
||||
KERNELRELEASE=2.6.27.13-$RELEASE-vanilla
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -336,18 +337,15 @@ export OOPS_TIMESTAMP="$(
|
||||
| tr -dc 0-9)"
|
||||
export KBUILD_VERBOSE=0
|
||||
export KBUILD_SYMTYPES=1
|
||||
export KBUILD_OVERRIDE=1
|
||||
EOF
|
||||
source .kernel-binary.spec.buildenv
|
||||
%ifarch s390x
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
chmod +x scripts/kmsg-doc
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y D=2
|
||||
%else
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
%endif
|
||||
%else
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
%endif
|
||||
|
||||
%install
|
||||
source .rpm-defs
|
||||
@ -429,7 +427,7 @@ add_vmlinux()
|
||||
if [ -x "$(which dwarfextract 2>/dev/null)" ] ; then
|
||||
dwarfextract vmlinux %buildroot/boot/Kerntypes-$KERNELRELEASE
|
||||
fi
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
mkdir -p %buildroot/usr/share/man/man9
|
||||
find man -name '*.9' -exec install -m 644 -D '{}' %buildroot/usr/share/man/man9/ ';'
|
||||
%endif
|
||||
@ -629,8 +627,6 @@ if [ $CONFIG_MODULES = y ]; then
|
||||
--max-badness=%tolerate_kabi_changes || KABI=$?
|
||||
fi
|
||||
if [ $KABI -ne 0 ]; then
|
||||
echo "kABI changes of badness $KABI exceed the maximum allowed badness" \
|
||||
"of %tolerate_kabi_changes. Please try to avoid the kABI changes."
|
||||
if [ ! -e %my_builddir/kabi/$cpu_arch/ignore-vanilla -a \
|
||||
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
|
||||
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
|
||||
@ -744,8 +740,8 @@ The standard kernel - without any SUSE patches
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -783,8 +779,8 @@ The standard kernel - without any SUSE patches
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -798,8 +794,7 @@ GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
%files -n kernel-vanilla-extra -f kernel-extra.files
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
%ifarch s390x
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
|
||||
%package -n kernel-vanilla-man
|
||||
License: GPL v2 only
|
||||
@ -811,16 +806,603 @@ The standard kernel - without any SUSE patches
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%files -n kernel-vanilla-man
|
||||
%defattr(-,root,root)
|
||||
/usr/share/man/man9/*
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jan 29 2009 gregkh@suse.de
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
- patches.suse/usb-move-ehci-reg-def.patch: usb: move ehci
|
||||
reg def.
|
||||
- patches.suse/x86-usb-debug-port-early-console-v4.patch: x86:
|
||||
usb debug port early console, v4.
|
||||
* Thu Jan 29 2009 mmarek@suse.cz
|
||||
- patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch
|
||||
patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch
|
||||
patches.kabi/export-iwl_rx_allocate
|
||||
patches.kabi/sched-kabi-compat-hack.patch: Introduce
|
||||
patches.kabi/ for patches that only work around kabi issues and
|
||||
can be safely dropped at the next SP.
|
||||
* Wed Jan 28 2009 agruen@suse.de
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: Add missing pageattr.c
|
||||
changes to pageattr-xen.c (bnc#439348).
|
||||
* Wed Jan 28 2009 agruen@suse.de
|
||||
- patches.suse/x86-mark_rodata_rw.patch: Add mark_rodata_rw()
|
||||
to un-protect read-only kernel code pages (bnc#439348).
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: xen specific part
|
||||
(bnc#439348).
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- config/s390/s390: the -man package still fails for s390, disable
|
||||
it
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: fix build of the -man subpackage on
|
||||
31bit s390
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- fix kernel-default.ppc64 reference symsets
|
||||
* Wed Jan 28 2009 jslaby@suse.cz
|
||||
- patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch:
|
||||
x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240
|
||||
FATE304266).
|
||||
[cpu_mask_to_apicid bigsmp fix]
|
||||
* Wed Jan 28 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
|
||||
map scsi proc_name to module name (bnc#459933 - LTC50724)
|
||||
* Tue Jan 27 2009 jeffm@suse.de
|
||||
- Update config files: Disable ftrace in -debug on ppc64
|
||||
* Tue Jan 27 2009 jeffm@suse.de
|
||||
- config.conf: Added -debug flavor for ppc64.
|
||||
* Tue Jan 27 2009 bwalle@suse.de
|
||||
- patches.drivers/libfc-set-the-release-function.diff:
|
||||
Whitespace change.
|
||||
* Tue Jan 27 2009 hare@suse.de
|
||||
- patches.drivers/libfc-fix-read-IO-data-integrity: libfc:
|
||||
IO data integrity issue when a IO data frame lost (bnc#469536).
|
||||
* Tue Jan 27 2009 jbeulich@novell.com
|
||||
- re-enable patches.xen/xen3-e1000e_Export_set_memory_ro-rw.
|
||||
* Tue Jan 27 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
include prototype for PFN_UP() (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Export
|
||||
set_memory_ro() and set_memory_rw() calls.
|
||||
readded to avoid kabi change
|
||||
* Mon Jan 26 2009 jeffm@suse.de
|
||||
- config.conf: Added kernel-vmi to i386.
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
use PFN_UP() for end_pfn (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 mmarek@suse.cz
|
||||
- kabi: import FCoE changes
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: disable
|
||||
wrong debug message again.
|
||||
* Mon Jan 26 2009 rw@suse.de
|
||||
- patches.fixes/taskstats-alignment:
|
||||
IA64: fill 'struct taskstats' on stack and 'memcpy' result to skb.
|
||||
(bnc#448410)
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
fix calculation of reserve_size (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.fixes/disable-lro-per-default: Disable LRO per default
|
||||
in igb and ixgbe. (bnc#467519)
|
||||
* Mon Jan 26 2009 jbeulich@novell.com
|
||||
- Just comment out patches.xen/xen3-e1000e_* (to address build error)
|
||||
until disposition of their originals is known.
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.fixes/sctp_do_not_use_stale_copy_of_sk: Do not use
|
||||
stale copy of sk. (bnc#440104)
|
||||
* Mon Jan 26 2009 jblunck@suse.de
|
||||
Renamed some patches so they get included in vanilla builds.
|
||||
- patches.rpmify/firmware-path: Renamed.
|
||||
- patches.rpmify/no-include-asm: Renamed.
|
||||
- patches.suse/md-raid-metadata-PAGE_SIZE.patch: Renamed.
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- patches.suse/led_classdev.sysfs-name.patch: use correct name
|
||||
for /sys/devices/virtual/leds/ entries (bnc#468350)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Delete.
|
||||
- patches.suse/e1000e_allow_bad_checksum: Delete.
|
||||
- patches.suse/e1000e_call_dump_eeprom: Delete.
|
||||
- patches.suse/e1000e_ioremap_sanity_check: Delete.
|
||||
- patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory:
|
||||
Delete.
|
||||
Remove not mainline e1000e patches which were added to help with
|
||||
the e1000e NVM corruption - root issue is fixed
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.drivers/tg3_libphy_workaround: tg3 libphy workaround.
|
||||
(bnc#468725)
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- supported.conf: Correct spelling for dm-least-pending
|
||||
path checker.
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-check-info-before-access: Kernel Oops
|
||||
during path failover (bnc#458393).
|
||||
* Sun Jan 25 2009 gregkh@suse.de
|
||||
- refresh patch fuzz now that 2.6.27.13 is in tree
|
||||
* Sun Jan 25 2009 gregkh@suse.de
|
||||
- Update to final version of 2.6.27.13
|
||||
* Sat Jan 24 2009 gregkh@suse.de
|
||||
- dynamic debugging fixes backported from upstream:
|
||||
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
|
||||
driver core: add newlines to debugging enabled/disabled
|
||||
messages.
|
||||
- patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch:
|
||||
Driver core: fix 'dynamic_debug' cmd line parameter.
|
||||
- patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch:
|
||||
driver core: fix using 'ret' variable in
|
||||
unregister_dynamic_debug_module.
|
||||
* Sat Jan 24 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch:
|
||||
(fix return of an unitialized value (bnc#469017)
|
||||
* Sat Jan 24 2009 mmarek@suse.cz
|
||||
- update kabi files: ignore changes in struct pcie_link_state as
|
||||
it is an internal structure only.
|
||||
* Sat Jan 24 2009 mmarek@suse.cz
|
||||
- patches.suse/genksyms-add-override-flag.diff: genksyms: add
|
||||
--override flag.
|
||||
- rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1
|
||||
* Sat Jan 24 2009 ghaskins@suse.de
|
||||
- patches.fixes/sched-kabi-compat-hack.patch: sched: leave
|
||||
RT_GROUP_SCHED structure components intact to preserve kABI.
|
||||
broke kabi with fix for 456542
|
||||
* Sat Jan 24 2009 trenn@suse.de
|
||||
- patches.fixes/cpufreq_export_latency.patch: CPUFREQ: Introduce
|
||||
/sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency
|
||||
(bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch:
|
||||
CPUFREQ: ondemand/conservative: sanitize sampling_rate
|
||||
restrictions (bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
- patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch:
|
||||
X86 powernow-k8 cpufreq: Get transition latency from acpi _PSS
|
||||
object (bnc#464461).
|
||||
* Fri Jan 23 2009 jeffm@suse.de
|
||||
- patches.fixes/xfs-dmapi-fixes: xfs/dmapi: fix crash on mount
|
||||
(bnc#458027).
|
||||
* Fri Jan 23 2009 ghaskins@suse.de
|
||||
- Update config files: Disable RT_GROUP_SCHED (bnc#456542).
|
||||
The RT_GROUP_SCHED feature is experimental and clearly broken, so
|
||||
lets turn it off for now.
|
||||
* Fri Jan 23 2009 jeffm@suse.de
|
||||
- patches.fixes/hpilo-open-close-fix: hpilo open/close fix
|
||||
(bnc#466517).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: Handle I/O
|
||||
on stopped queues correctly (bnc#458393).
|
||||
* Fri Jan 23 2009 jbenc@suse.cz
|
||||
- patches.suse/mnt-want-write-speedup.patch,
|
||||
patches.suse/mnt_clone_write.patch: modified not to break kABI,
|
||||
enabled (bnc#436953).
|
||||
* Fri Jan 23 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwlagn-fix-rfkill.patch: iwlagn: fix hw-rfkill
|
||||
while the interface is down (bnc#446158).
|
||||
* Fri Jan 23 2009 mmarek@suse.cz
|
||||
- kabi/severities: temporarily enable changes in FcOE modules.
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.arch/s390-08-06-personality.patch: kernel: setting 32
|
||||
bit personality doesn't work (bnc#466462).
|
||||
- patches.arch/s390-08-07-compat_wrappers.patch: kernel:
|
||||
Add missing wrapper functions for 31 bit compat
|
||||
syscalls. (bnc#466462,LTC#51229).
|
||||
- patches.fixes/block-leave-the-request-timeout-timer-running:
|
||||
Delete obsolete patch.
|
||||
* Fri Jan 23 2009 bwalle@suse.de
|
||||
- patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change
|
||||
fcoe_sw sg_tablesize to SG_ALL (bnc #459142).
|
||||
- patches.drivers/fcoe-check-return-for-fc_set_m.diff: check
|
||||
return for fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-frame-length-validati.diff: fix frame
|
||||
length validation in the early receive path (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff:
|
||||
fcoe: fix incorrect use of struct module (bnc #468051).
|
||||
- patches.drivers/fcoe-improved-load-balancing-i.diff: improved
|
||||
load balancing in rx path (bnc #459142).
|
||||
- patches.drivers/fcoe-logoff-of-the-fabric-when.diff: Logoff
|
||||
of the fabric when destroying interface (bnc #459142).
|
||||
- patches.drivers/fcoe-remove-warn_on-in-fc_set.diff: remove
|
||||
WARN_ON in fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-user_mfs-is-never-used.diff: user_mfs is
|
||||
never used (bnc #459142).
|
||||
- patches.drivers/libfc-add-fc_disc-c-locking-co.diff: Add
|
||||
fc_disc.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-ensure-correct-device_pu.diff: libfc:
|
||||
Ensure correct device_put/get usage (round 2).
|
||||
- patches.drivers/libfc-fix-rport-recursive-lock.diff: libfc:
|
||||
Fix rport recursive lock on rport mutex (bnc #459142).
|
||||
- patches.drivers/libfc-handle-rrq-exch-timeout.diff: libfc:
|
||||
handle RRQ exch timeout (bnc #465596).
|
||||
- patches.drivers/libfc-improve-fc_lport-c-locki.diff: Improve
|
||||
fc_lport.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-improve-fc_rport-c-locki.diff: Improve
|
||||
fc_rport.c locking comment block (459142).
|
||||
- patches.drivers/libfc-make-fc_disc-inline-with.diff: make
|
||||
fc_disc inline with the fc_lport structure (bnc #459142).
|
||||
- patches.drivers/libfc-make-rscn-parsing-more-r.diff: make RSCN
|
||||
parsing more robust (bnc #459142).
|
||||
- patches.drivers/libfc-make-sure-we-access-the.diff: make sure
|
||||
we access the CRC safely (bnc #459142).
|
||||
- patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff: libfc:
|
||||
Pass lport in exch_mgr_reset (bnc #465596).
|
||||
- patches.drivers/libfc-remove-debug-print-state.diff: libfc:
|
||||
Remove debug print statement, too verbose (bnc #459142).
|
||||
- patches.drivers/libfc-set-the-release-function.diff: Set
|
||||
the release function for the rport's kobject (round 2)
|
||||
(bnc #459142).
|
||||
- patches.drivers/libfc-updated-comment-for-orde.diff: updated
|
||||
comment for order of em and ex locks (bnc #459142).
|
||||
- patches.drivers/libfc-updated-libfc-fcoe-modul.diff: updated
|
||||
libfc fcoe module ver to 1.0.6 (bnc #459142).
|
||||
- patches.drivers/libfc-use-an-operations-struct.diff: use an
|
||||
operations structure for rport callbacks (bnc #459142).
|
||||
- patches.drivers/libfc-when-rport-goes-away-re.diff: libfc:
|
||||
when rport goes away (re-plogi), clean up exchanges to/from
|
||||
rport (bnc #465596).
|
||||
- patches.drivers/libfc_locking.diff: libfc, fcoe: fixed locking
|
||||
issues with lport->lp_mutex around lport->link_status (bnc
|
||||
[#468053]).
|
||||
- patches.drivers/libfc_rport.diff: libfc: rport retry on LS_RJT
|
||||
from certain ELS (bnc #468054).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.fixes/qla2xxx-check-fc-rport-validity:
|
||||
qla2xxx: added check for fcport is valid in
|
||||
qla2x00_terminate_rport_io(). (bnc#467624).
|
||||
* Fri Jan 23 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-gateway-t1616-quirk: ALSA: hda -
|
||||
Add quirk for Gateway T1616 laptop (bnc#467597).
|
||||
- patches.drivers/alsa-hda-hp-dv4-quirk: ALSA: hda - Add model
|
||||
entry for HP dv4.
|
||||
- patches.drivers/alsa-hda-intel-d945-ref-quirk: ALSA: hda -
|
||||
Add model=ref for Intel board with STAC9221 (bnc#406529).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.fixes/blk-leave-sync-timer-running: block: Rediff
|
||||
- patches.fixes/block-use-round_jiffies_up: Block: use
|
||||
round_jiffies_up() (bnc#464155).
|
||||
- Add missing patches to series.conf:
|
||||
patches.fixes/round-jiffies-up
|
||||
patches.fixes/block-use-round_jiffies_up
|
||||
patches.fixes/block-fix-blk_start_queueing
|
||||
patches.fixes/suppress-buffer-IO-errors
|
||||
patches.fixes/block-optimizations-in-blk_rq_timed_out_timer
|
||||
patches.fixes/block-add-comment-in-blk_rq_timed_out
|
||||
* Fri Jan 23 2009 olh@suse.de
|
||||
- update patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
handle also drivers/scsi/ibmvscsi/ibmvfc.c
|
||||
* Fri Jan 23 2009 sjayaraman@suse.de
|
||||
- patches.fixes/cifs-fix-oops-on-ipv6-mount: cifs: make sure we
|
||||
allocate enough storage for socket address (467691).
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- patches.kernel.org/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch:
|
||||
ABI fix: add WB_SYNC_HOLD enum writeback_sync_modes.
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- patches.kernel.org/abi-fix-add-s_syncing-back-to-struct-super_block.patch:
|
||||
ABI fix: add s_syncing back to struct super_block.
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- update to 2.6.27.13-rc1:
|
||||
- security updates
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.arch/ppc-fix_hugepage_check.patch
|
||||
- patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk
|
||||
- patches.fixes/security-introduce-missing-kfree.patch
|
||||
- patches.fixes/xpc-fix-heartbeat
|
||||
- Update config files.
|
||||
* Thu Jan 22 2009 kkeil@suse.de
|
||||
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
|
||||
with shared interrupt during reset (bnc#396687)
|
||||
* Thu Jan 22 2009 tonyj@suse.de
|
||||
- patches.fixes/revert-bgcolor-line-feed-93f78da4.patch: Revert
|
||||
"vt: fix background color on line feed" (bnc#418613).
|
||||
* Thu Jan 22 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch: iwlwifi:
|
||||
fix rs_get_rate WARN_ON() (bnc#456002).
|
||||
- Reordered wireless patches to group together patches touching the same
|
||||
driver.
|
||||
* Thu Jan 22 2009 bphilips@suse.de
|
||||
- patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch:
|
||||
disable catas_reset by default to avoid problems with EEH
|
||||
(bnc#456389).
|
||||
* Thu Jan 22 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
fixed kABI breakage. (bnc#458811)
|
||||
* Thu Jan 22 2009 bwalle@suse.de
|
||||
- scripts/tar-up_and_run_mbuild.sh: s390 (the 31 bit variant) is
|
||||
not an important spec file.
|
||||
* Thu Jan 22 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: fixed kABI
|
||||
breakage, reenabled.
|
||||
* Thu Jan 22 2009 mmarek@suse.cz
|
||||
- rpm/modversions: eat the "override" keyword before parsing the
|
||||
symbol definition.
|
||||
* Thu Jan 22 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
Correct VIO bus/device CMO accounting problems (bnc#468304 - LTC51205)
|
||||
* Thu Jan 22 2009 olh@suse.de
|
||||
- patches.suse/of_platform_driver.module-owner.patch:
|
||||
add missing module symlink to /sys/bus/*/driver/*
|
||||
in struct of_platform_driver.
|
||||
* Thu Jan 22 2009 kkeil@suse.de
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix - new version from Intel (bnc#465923)
|
||||
* Thu Jan 22 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
(fix compilation on i386 and add hpet64 to kernel-parameters.txt)
|
||||
* Thu Jan 22 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
* Thu Jan 22 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
sgi-xpc: need to pass the physical address, not virtual. (bnc#458811)
|
||||
- patches.fixes/xpc-fix-heartbeat:
|
||||
sgi-xpc: eliminate false detection of no heartbeat. (bnc#464545)
|
||||
* Thu Jan 22 2009 jkosina@suse.de
|
||||
- patches.fixes/input-add-nomux-dell-vostro-1510.patch: Input:
|
||||
add Dell Vostro 1510 to nomux list (bnc#404881).
|
||||
* Thu Jan 22 2009 jblunck@suse.de
|
||||
- scripts/compute-PATCHVERSION.sh: Fix SRCVERSION parsing (bnc#465113).
|
||||
* Thu Jan 22 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-add-volume-offset: ALSA: hda - Add
|
||||
extra volume offset to standard volume amp macros (bnc#466428).
|
||||
- patches.drivers/alsa-hda-stac-reduce-volume-scale: ALSA: hda -
|
||||
Halve too large volume scales for STAC/IDT codecs (bnc#466428).
|
||||
* Thu Jan 22 2009 hare@suse.de
|
||||
- patches.drivers/lpfc-8.2.8.12-update: Update lpfc from 8.2.8.11
|
||||
to 8.2.8.12 (bnc#467713).
|
||||
* Thu Jan 22 2009 jeffm@suse.de
|
||||
- patches.fixes/reiserfs-debug-1036: fix missing jl arg
|
||||
* Wed Jan 21 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: delete duplicate error message in the
|
||||
kabi checks
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/remove_kernel_physical_mapping_init_from_init:
|
||||
move kernel_physical_mapping_init to __meminit (bnc#467474).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: disabled, as it changes
|
||||
kABI.
|
||||
* Wed Jan 21 2009 gregkh@suse.de
|
||||
- patches.fixes/security-introduce-missing-kfree.patch: security:
|
||||
introduce missing kfree (bnc#467322).
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch:
|
||||
sysfs: fix problems with binary files.
|
||||
* Wed Jan 21 2009 rw@suse.de
|
||||
- patches.arch/ia64-page-migration.fix:
|
||||
fix deadlock caused by cpe_migrate.ko and mark it supported.
|
||||
(bnc#464676)
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/sn-irq-affinity: sn2: preserve irq affinity set
|
||||
in PROM (bnc#457679).
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/uv_zalias_support: uv: Support for non-nasid 0
|
||||
systems (bnc#458869).
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/xpc-fix-NULL-deref: sgi-xpc: Remove NULL pointer
|
||||
dereference. (bnc#466563).
|
||||
- patches.fixes/xpc-write-barrier: sgi-xpc: ensure flags are
|
||||
updated before bte_copy (bnc#466563).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/ipw2200-workaround-firmware-restarts-when-scanning.patch:
|
||||
ipw2200: fix scanning while associated (bnc#459067).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwl3945-fix-rfkill.patch: iwl3945: report
|
||||
killswitch changes even if the interface is down (bnc#446013).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: mac80211:
|
||||
add direct probe before association (bnc#461889).
|
||||
* Wed Jan 21 2009 hare@suse.de
|
||||
- patches.drivers/mptsas-discover-all-devices: mptsas driver
|
||||
fails to discover devices (bnc#459932).
|
||||
* Wed Jan 21 2009 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.27.12.
|
||||
- patches.xen/764-netback-foreign-pages.patch: netback: handle
|
||||
non-netback foreign pages.
|
||||
- patches.xen/769-evtchn-CPU-offline.patch: evtchn: Fix CPU offlining
|
||||
to switch all affected ports belonging to a particular /dev/evcthn
|
||||
user.
|
||||
- patches.xen/gso-size-check.patch: gso: Ensure that the packet
|
||||
is long enough.
|
||||
- patches.xen/xen-S3-MSI: fix Dom0 resume from S3 when MSI is
|
||||
in use (bnc#435596).
|
||||
- patches.xen/xen3-e1000e_ioremap_sanity_check: ioremap sanity
|
||||
check to catch mapping requests exceeding the BAR sizes
|
||||
(bnc#425480).
|
||||
- patches.xen/xen3-x86-fix-kmap-contig.patch: x86: contiguous
|
||||
kmap fix (bnc#449812).
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
implement correct model matching
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/dm-mpath-tracking-nr-bytes:
|
||||
lpp_end_io gets nr_bytes as third arg
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
match all JSxx/QSxx models based on the first 4 chars in 'model'
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.arch/ppc-axon-missing-msi-workaround-5.diff:
|
||||
Fix MSI after kexec (bnc#467633)
|
||||
* Tue Jan 20 2009 gregkh@suse.de
|
||||
- clean up patch fuzz after 2.6.27.12 inclusion.
|
||||
* Tue Jan 20 2009 gregkh@suse.de
|
||||
- Update to the real 2.6.27.12
|
||||
* Tue Jan 20 2009 jeffm@suse.de
|
||||
- patches.suse/reiserfs_warning-reentrant: reiserfs: eliminate
|
||||
reiserfs_warning from uniqueness functions; Fixes deadlock.
|
||||
* Tue Jan 20 2009 olh@suse.de
|
||||
- patches.drivers/cxgb3-ser.patch:
|
||||
reset the adapter on fatal error (bnc#466062 - LTC51042)
|
||||
* Tue Jan 20 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-03-iucv-cpu-hotremove.diff: iucv: failing
|
||||
cpu hot remove for inactive iucv (bnc#466462,LTC#51104).
|
||||
- patches.arch/s390-08-04-compat-sigaltstack.diff:
|
||||
kernel: 31 bit compat sigaltstack syscall fails with
|
||||
-EFAULT. (bnc#466462,LTC#50888).
|
||||
- patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch:
|
||||
af_iucv: System hang if recvmsg() is used with MSG_PEEK
|
||||
(bnc#466462,LTC#51136).
|
||||
* Tue Jan 20 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-accept-failed-paths: Only accept
|
||||
non-existing paths when adding failed paths (bnc#467579)
|
||||
* Tue Jan 20 2009 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: set CONFIG_DEBUG_INFO=y in the
|
||||
packaged .configs if builfing debug packages (bnc#460887)
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: set %%tolerate_kabi_changes to 6
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- patches.suse/export-iwl_rx_allocate: reintroduce
|
||||
EXPORT_SYMBOL(iwl_rx_allocate).
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- import SLE11 RC2 reference kabi
|
||||
* Mon Jan 19 2009 hare@suse.de
|
||||
- patches.drivers/mpt-return-all-sense-data: MPT Fusion doesn't
|
||||
return all sense data (bnc#466179).
|
||||
* Sat Jan 17 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.12-rc2
|
||||
* Fri Jan 16 2009 od@suse.de
|
||||
- patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch:
|
||||
call boot IRQ quirks at end of device init and during resume.
|
||||
- patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch:
|
||||
update to upstream variant of this patch:
|
||||
- integrate an older quirk to make IO-APIC mode work on AMD
|
||||
8131 rev. A0 and B0
|
||||
- fix boot IRQ disabling logic for AMD 813x
|
||||
- remove unneeded code for AMD SB700S
|
||||
* Fri Jan 16 2009 jbeulich@novell.com
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
|
||||
fix (bnc#449812).
|
||||
* Fri Jan 16 2009 olh@suse.de
|
||||
- enable mptsas in kdump kernel to allow crashdump on QS2x blades
|
||||
* Fri Jan 16 2009 tiwai@suse.de
|
||||
Fix STAC925x patch again
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
(yet more) STAC925x issues (bnc#460478).
|
||||
* Fri Jan 16 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-01-cio-fix-mp-mode.diff: cio: fix
|
||||
subchannel multipath mode setup (bnc#466462,LTC#51047).
|
||||
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
|
||||
memory alignment for GPN_FT requests. (bnc#466462).
|
||||
* Thu Jan 15 2009 gregkh@suse.de
|
||||
- Update config files for vanilla kernel versions due to new config
|
||||
option added in 2.6.27.12-rc1.
|
||||
* Thu Jan 15 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.12-rc1:
|
||||
- security fixes
|
||||
- fixes CVE-2009-0029
|
||||
- bug fixes all over the place.
|
||||
- obsoletes the following patches:
|
||||
- patches.arch/ppc-cmm_no_kdump.patch
|
||||
- patches.drivers/alsa-caiaq-midi-oops-fix
|
||||
- patches.drivers/alsa-hda-hp-6730b-quirk
|
||||
- patches.drivers/ibmvfc-host_init_delay.patch
|
||||
- patches.drivers/ibmvfc-improve_sync_events.patch
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch
|
||||
- patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch
|
||||
- patches.fixes/uv-remove-erroneous-BAU-init
|
||||
- Update config files.
|
||||
* Thu Jan 15 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound:
|
||||
virtuoso: do not overwrite EEPROM on Xonar D2/D2X (bnc#462365).
|
||||
* Thu Jan 15 2009 bwalle@suse.de
|
||||
- patches.suse/s390-System.map.diff:
|
||||
Strip L2^B symbols (bnc #456682).
|
||||
* Thu Jan 15 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-gateway-fix: ALSA: patch_sigmatel:
|
||||
Add missing Gateway entries and autodetection (bnc#460478).
|
||||
- patches.drivers/alsa-hda-gateway-fix2: ALSA: hda - More fixes
|
||||
on Gateway entries (bnc#460478).
|
||||
- patches.drivers/alsa-hda-hp-dv5-mic-fix: ALSA: hda - Fix HP
|
||||
dv5 mic input (bnc#462913).
|
||||
- patches.drivers/alsa-hda-hp-dv5-quirk: ALSA: hda - Add quirk
|
||||
for another HP dv5 (bnc#462913).
|
||||
- patches.drivers/alsa-hda-idt92hd83-fix-typo: ALSA: hda -
|
||||
Fix a typo.
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk: ALSA: hda - Add
|
||||
automatic model setting for Samsung Q45.
|
||||
- patches.drivers/alsa-hda-seek-for-codec-id: ALSA: hda - Add
|
||||
a new function to seek for a codec ID (bnc#460478).
|
||||
- patches.drivers/alsa-hda-sigmatel-no-hp-reset: ALSA: hda -
|
||||
Don't reset HP pinctl in patch_sigmatel.c (bnc#460478).
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
missing initialization of NID 0x0e for STAC925x (bnc#460478).
|
||||
* Thu Jan 15 2009 olh@suse.de
|
||||
- patches.arch/ppc-fix_hugepage_check.patch:
|
||||
is_hugepage_only_range() must account for both 4kB and 64kB
|
||||
slices (bnc#466229 - LTC51063)
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Enabled patches.suse/unlock_page-speedup.patch
|
||||
* Wed Jan 14 2009 rjw@suse.de
|
||||
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
|
||||
PCI PM: Split PCI Express port suspend-resume (bnc#455926).
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch:
|
||||
PCI: Suspend and resume PCI Express ports with interrupts
|
||||
disabled (bnc#455926).
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch:
|
||||
PCI: handle PCI state saving with interrupts disabled
|
||||
(bnc#455926).
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch:
|
||||
PCI: Rework default handling of suspend and resume (bnc#455926).
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Update config files: Disable PARAVIRT.
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- refresh patches for fuzz due to update to 2.6.27.11
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- Update to final version of 2.6.27.11
|
||||
* Wed Jan 14 2009 kkeil@suse.de
|
||||
- patches.drivers/ixgbe-dcb-setstate.patch: Bugfix for ixgbe
|
||||
and kernel DCB netlink code. (bnc#458194)
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix. (bnc#465923)
|
||||
- Update config files.
|
||||
* Wed Jan 14 2009 trenn@suse.de
|
||||
- patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: Delete.
|
||||
It came out that this is an already fixed BIOS bug. The quirk
|
||||
is not needed anymore.
|
||||
* Wed Jan 14 2009 trenn@suse.de
|
||||
- patches.fixes/acpi_fix_double_slash_root_prefix_handling.patch:
|
||||
In AcpiNsGetInternalNameLength, skip the redundant backslash
|
||||
of RootPrefix (http://bugzilla.kernel.org/show_bug.cgi?id=11541
|
||||
http://www.acpica.org/bugzilla/show_bug.cgi?id=739).
|
||||
- patches.fixes/acpi_video_always_update_sys.patch: video: always
|
||||
update the brightness when poking "brightness" (bnc#450149).
|
||||
- patches.fixes/acpi_video_handle_reversed_brightness_info.patch:
|
||||
ACPI: video: Fix reversed brightness behavior on ThinkPad SL
|
||||
series (bnc#450149).
|
||||
* Wed Jan 14 2009 olh@suse.de
|
||||
- patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch:
|
||||
fix __load_balance_iterator() for cfs with only one task
|
||||
(bnc#457594 - LTC50544)
|
||||
* Wed Jan 14 2009 olh@suse.de
|
||||
- patches.fixes/xfs-redirty-ENOSPC.patch: Re-dirty pages on
|
||||
ENOSPC when converting delayed allocations (bnc#433112 - LTC48749)
|
||||
* Wed Jan 14 2009 npiggin@suse.de
|
||||
- Added guarded patches:
|
||||
- patches.suse/mnt-want-write-speedup.patch: fs: mnt_want_write
|
||||
speedup (bnc#436953).
|
||||
- patches.suse/mnt_clone_write.patch: fs: introduce
|
||||
mnt_clone_write (bnc#436953).
|
||||
- patches.suse/unlock_page-speedup.patch: mm: unlock_page speedup
|
||||
(bnc#436953).
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- Update config files.
|
||||
- patches.drivers/add-via-chrome9-drm-support.patch: add Via
|
||||
chrome9 drm support.
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch:
|
||||
pata_via.c: Support VX855 and future chips whose IDE controller
|
||||
use 0x0571..
|
||||
* Tue Jan 13 2009 hare@suse.de
|
||||
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
|
||||
after suggestions from James Bottomley (bnc#465346).
|
||||
@ -1111,6 +1693,9 @@ GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
- patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes
|
||||
when repeatetly attaching/detaching devices. (bnc#458339).
|
||||
* Tue Jan 06 2009 npiggin@suse.de
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for
|
||||
contiguous kmap fix (bnc#449812).
|
||||
* Tue Jan 06 2009 npiggin@suse.de
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch: update.
|
||||
* Mon Jan 05 2009 mmarek@suse.cz
|
||||
- patches.suse/modpost-filter-out-built-in-depends: modpost:
|
||||
|
48699
kernel-vmi.changes
Normal file
48699
kernel-vmi.changes
Normal file
File diff suppressed because it is too large
Load Diff
28868
kernel-vmi.spec
Normal file
28868
kernel-vmi.spec
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,980 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 18:45:32 CET 2009 - gregkh@suse.de
|
||||
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
- patches.suse/usb-move-ehci-reg-def.patch: usb: move ehci
|
||||
reg def.
|
||||
- patches.suse/x86-usb-debug-port-early-console-v4.patch: x86:
|
||||
usb debug port early console, v4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 11:43:32 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch
|
||||
patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch
|
||||
patches.kabi/export-iwl_rx_allocate
|
||||
patches.kabi/sched-kabi-compat-hack.patch: Introduce
|
||||
patches.kabi/ for patches that only work around kabi issues and
|
||||
can be safely dropped at the next SP.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 20:34:29 CET 2009 - agruen@suse.de
|
||||
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: Add missing pageattr.c
|
||||
changes to pageattr-xen.c (bnc#439348).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 18:50:59 CET 2009 - agruen@suse.de
|
||||
|
||||
- patches.suse/x86-mark_rodata_rw.patch: Add mark_rodata_rw()
|
||||
to un-protect read-only kernel code pages (bnc#439348).
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: xen specific part
|
||||
(bnc#439348).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 15:59:27 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- config/s390/s390: the -man package still fails for s390, disable
|
||||
it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 14:27:18 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: fix build of the -man subpackage on
|
||||
31bit s390
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 13:23:01 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- fix kernel-default.ppc64 reference symsets
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 12:06:53 CET 2009 - jslaby@suse.cz
|
||||
|
||||
- patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch:
|
||||
x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240
|
||||
FATE304266).
|
||||
[cpu_mask_to_apicid bigsmp fix]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 08:16:54 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
|
||||
map scsi proc_name to module name (bnc#459933 - LTC50724)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 23:33:09 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disable ftrace in -debug on ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 23:16:03 CET 2009 - jeffm@suse.de
|
||||
|
||||
- config.conf: Added -debug flavor for ppc64.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 13:40:53 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.drivers/libfc-set-the-release-function.diff:
|
||||
Whitespace change.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 09:05:30 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/libfc-fix-read-IO-data-integrity: libfc:
|
||||
IO data integrity issue when a IO data frame lost (bnc#469536).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 08:52:49 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- re-enable patches.xen/xen3-e1000e_Export_set_memory_ro-rw.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 07:44:18 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
include prototype for PFN_UP() (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:53:20 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Export
|
||||
set_memory_ro() and set_memory_rw() calls.
|
||||
readded to avoid kabi change
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:36:59 CET 2009 - jeffm@suse.de
|
||||
|
||||
- config.conf: Added kernel-vmi to i386.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 19:08:43 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
use PFN_UP() for end_pfn (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 17:14:44 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- kabi: import FCoE changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 17:00:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: disable
|
||||
wrong debug message again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 15:35:41 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/taskstats-alignment:
|
||||
IA64: fill 'struct taskstats' on stack and 'memcpy' result to skb.
|
||||
(bnc#448410)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 15:31:39 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
fix calculation of reserve_size (bnc#462546 - LTC50009)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 14:19:30 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.fixes/disable-lro-per-default: Disable LRO per default
|
||||
in igb and ixgbe. (bnc#467519)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 13:44:37 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- Just comment out patches.xen/xen3-e1000e_* (to address build error)
|
||||
until disposition of their originals is known.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 13:01:24 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.fixes/sctp_do_not_use_stale_copy_of_sk: Do not use
|
||||
stale copy of sk. (bnc#440104)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:52:21 CET 2009 - jblunck@suse.de
|
||||
|
||||
Renamed some patches so they get included in vanilla builds.
|
||||
- patches.rpmify/firmware-path: Renamed.
|
||||
- patches.rpmify/no-include-asm: Renamed.
|
||||
- patches.suse/md-raid-metadata-PAGE_SIZE.patch: Renamed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:18:00 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.suse/led_classdev.sysfs-name.patch: use correct name
|
||||
for /sys/devices/virtual/leds/ entries (bnc#468350)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:15:15 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Delete.
|
||||
- patches.suse/e1000e_allow_bad_checksum: Delete.
|
||||
- patches.suse/e1000e_call_dump_eeprom: Delete.
|
||||
- patches.suse/e1000e_ioremap_sanity_check: Delete.
|
||||
- patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory:
|
||||
Delete.
|
||||
Remove not mainline e1000e patches which were added to help with
|
||||
the e1000e NVM corruption - root issue is fixed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 12:06:30 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/tg3_libphy_workaround: tg3 libphy workaround.
|
||||
(bnc#468725)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 09:17:49 CET 2009 - hare@suse.de
|
||||
|
||||
- supported.conf: Correct spelling for dm-least-pending
|
||||
path checker.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 09:16:31 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-check-info-before-access: Kernel Oops
|
||||
during path failover (bnc#458393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 02:07:17 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patch fuzz now that 2.6.27.13 is in tree
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 25 01:59:30 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to final version of 2.6.27.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 23:24:49 CET 2009 - gregkh@suse.de
|
||||
|
||||
- dynamic debugging fixes backported from upstream:
|
||||
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
|
||||
driver core: add newlines to debugging enabled/disabled
|
||||
messages.
|
||||
- patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch:
|
||||
Driver core: fix 'dynamic_debug' cmd line parameter.
|
||||
- patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch:
|
||||
driver core: fix using 'ret' variable in
|
||||
unregister_dynamic_debug_module.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 17:51:17 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch:
|
||||
(fix return of an unitialized value (bnc#469017)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 11:29:02 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- update kabi files: ignore changes in struct pcie_link_state as
|
||||
it is an internal structure only.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 11:26:16 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.suse/genksyms-add-override-flag.diff: genksyms: add
|
||||
--override flag.
|
||||
- rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 01:25:44 CET 2009 - ghaskins@suse.de
|
||||
|
||||
- patches.fixes/sched-kabi-compat-hack.patch: sched: leave
|
||||
RT_GROUP_SCHED structure components intact to preserve kABI.
|
||||
|
||||
broke kabi with fix for 456542
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 00:35:12 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/cpufreq_export_latency.patch: CPUFREQ: Introduce
|
||||
/sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency
|
||||
(bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch:
|
||||
CPUFREQ: ondemand/conservative: sanitize sampling_rate
|
||||
restrictions (bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
- patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch:
|
||||
X86 powernow-k8 cpufreq: Get transition latency from acpi _PSS
|
||||
object (bnc#464461).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 20:29:24 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/xfs-dmapi-fixes: xfs/dmapi: fix crash on mount
|
||||
(bnc#458027).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 20:19:33 CET 2009 - ghaskins@suse.de
|
||||
|
||||
- Update config files: Disable RT_GROUP_SCHED (bnc#456542).
|
||||
|
||||
The RT_GROUP_SCHED feature is experimental and clearly broken, so
|
||||
lets turn it off for now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 16:51:40 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/hpilo-open-close-fix: hpilo open/close fix
|
||||
(bnc#466517).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:59:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: Handle I/O
|
||||
on stopped queues correctly (bnc#458393).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:34:11 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.suse/mnt-want-write-speedup.patch,
|
||||
patches.suse/mnt_clone_write.patch: modified not to break kABI,
|
||||
enabled (bnc#436953).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 15:08:39 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwlagn-fix-rfkill.patch: iwlagn: fix hw-rfkill
|
||||
while the interface is down (bnc#446158).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 14:59:57 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- kabi/severities: temporarily enable changes in FcOE modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:55:18 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.arch/s390-08-06-personality.patch: kernel: setting 32
|
||||
bit personality doesn't work (bnc#466462).
|
||||
- patches.arch/s390-08-07-compat_wrappers.patch: kernel:
|
||||
Add missing wrapper functions for 31 bit compat
|
||||
syscalls. (bnc#466462,LTC#51229).
|
||||
- patches.fixes/block-leave-the-request-timeout-timer-running:
|
||||
Delete obsolete patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:42:28 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change
|
||||
fcoe_sw sg_tablesize to SG_ALL (bnc #459142).
|
||||
- patches.drivers/fcoe-check-return-for-fc_set_m.diff: check
|
||||
return for fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-frame-length-validati.diff: fix frame
|
||||
length validation in the early receive path (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff:
|
||||
fcoe: fix incorrect use of struct module (bnc #468051).
|
||||
- patches.drivers/fcoe-improved-load-balancing-i.diff: improved
|
||||
load balancing in rx path (bnc #459142).
|
||||
- patches.drivers/fcoe-logoff-of-the-fabric-when.diff: Logoff
|
||||
of the fabric when destroying interface (bnc #459142).
|
||||
- patches.drivers/fcoe-remove-warn_on-in-fc_set.diff: remove
|
||||
WARN_ON in fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-user_mfs-is-never-used.diff: user_mfs is
|
||||
never used (bnc #459142).
|
||||
- patches.drivers/libfc-add-fc_disc-c-locking-co.diff: Add
|
||||
fc_disc.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-ensure-correct-device_pu.diff: libfc:
|
||||
Ensure correct device_put/get usage (round 2).
|
||||
- patches.drivers/libfc-fix-rport-recursive-lock.diff: libfc:
|
||||
Fix rport recursive lock on rport mutex (bnc #459142).
|
||||
- patches.drivers/libfc-handle-rrq-exch-timeout.diff: libfc:
|
||||
handle RRQ exch timeout (bnc #465596).
|
||||
- patches.drivers/libfc-improve-fc_lport-c-locki.diff: Improve
|
||||
fc_lport.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-improve-fc_rport-c-locki.diff: Improve
|
||||
fc_rport.c locking comment block (459142).
|
||||
- patches.drivers/libfc-make-fc_disc-inline-with.diff: make
|
||||
fc_disc inline with the fc_lport structure (bnc #459142).
|
||||
- patches.drivers/libfc-make-rscn-parsing-more-r.diff: make RSCN
|
||||
parsing more robust (bnc #459142).
|
||||
- patches.drivers/libfc-make-sure-we-access-the.diff: make sure
|
||||
we access the CRC safely (bnc #459142).
|
||||
- patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff: libfc:
|
||||
Pass lport in exch_mgr_reset (bnc #465596).
|
||||
- patches.drivers/libfc-remove-debug-print-state.diff: libfc:
|
||||
Remove debug print statement, too verbose (bnc #459142).
|
||||
- patches.drivers/libfc-set-the-release-function.diff: Set
|
||||
the release function for the rport's kobject (round 2)
|
||||
(bnc #459142).
|
||||
- patches.drivers/libfc-updated-comment-for-orde.diff: updated
|
||||
comment for order of em and ex locks (bnc #459142).
|
||||
- patches.drivers/libfc-updated-libfc-fcoe-modul.diff: updated
|
||||
libfc fcoe module ver to 1.0.6 (bnc #459142).
|
||||
- patches.drivers/libfc-use-an-operations-struct.diff: use an
|
||||
operations structure for rport callbacks (bnc #459142).
|
||||
- patches.drivers/libfc-when-rport-goes-away-re.diff: libfc:
|
||||
when rport goes away (re-plogi), clean up exchanges to/from
|
||||
rport (bnc #465596).
|
||||
- patches.drivers/libfc_locking.diff: libfc, fcoe: fixed locking
|
||||
issues with lport->lp_mutex around lport->link_status (bnc
|
||||
#468053).
|
||||
- patches.drivers/libfc_rport.diff: libfc: rport retry on LS_RJT
|
||||
from certain ELS (bnc #468054).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:36:44 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.fixes/qla2xxx-check-fc-rport-validity:
|
||||
qla2xxx: added check for fcport is valid in
|
||||
qla2x00_terminate_rport_io(). (bnc#467624).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 11:01:59 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-gateway-t1616-quirk: ALSA: hda -
|
||||
Add quirk for Gateway T1616 laptop (bnc#467597).
|
||||
- patches.drivers/alsa-hda-hp-dv4-quirk: ALSA: hda - Add model
|
||||
entry for HP dv4.
|
||||
- patches.drivers/alsa-hda-intel-d945-ref-quirk: ALSA: hda -
|
||||
Add model=ref for Intel board with STAC9221 (bnc#406529).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 10:48:16 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.fixes/blk-leave-sync-timer-running: block: Rediff
|
||||
- patches.fixes/block-use-round_jiffies_up: Block: use
|
||||
round_jiffies_up() (bnc#464155).
|
||||
- Add missing patches to series.conf:
|
||||
patches.fixes/round-jiffies-up
|
||||
patches.fixes/block-use-round_jiffies_up
|
||||
patches.fixes/block-fix-blk_start_queueing
|
||||
patches.fixes/suppress-buffer-IO-errors
|
||||
patches.fixes/block-optimizations-in-blk_rq_timed_out_timer
|
||||
patches.fixes/block-add-comment-in-blk_rq_timed_out
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 07:51:35 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
handle also drivers/scsi/ibmvscsi/ibmvfc.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 06:41:18 CET 2009 - sjayaraman@suse.de
|
||||
|
||||
- patches.fixes/cifs-fix-oops-on-ipv6-mount: cifs: make sure we
|
||||
allocate enough storage for socket address (467691).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 05:57:48 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kernel.org/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch:
|
||||
ABI fix: add WB_SYNC_HOLD enum writeback_sync_modes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 05:08:48 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.kernel.org/abi-fix-add-s_syncing-back-to-struct-super_block.patch:
|
||||
ABI fix: add s_syncing back to struct super_block.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 02:26:30 CET 2009 - gregkh@suse.de
|
||||
|
||||
- update to 2.6.27.13-rc1:
|
||||
- security updates
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.arch/ppc-fix_hugepage_check.patch
|
||||
- patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk
|
||||
- patches.fixes/security-introduce-missing-kfree.patch
|
||||
- patches.fixes/xpc-fix-heartbeat
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 23:55:10 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
|
||||
with shared interrupt during reset (bnc#396687)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 22:43:48 CET 2009 - tonyj@suse.de
|
||||
|
||||
- patches.fixes/revert-bgcolor-line-feed-93f78da4.patch: Revert
|
||||
"vt: fix background color on line feed" (bnc#418613).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 19:28:06 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch: iwlwifi:
|
||||
fix rs_get_rate WARN_ON() (bnc#456002).
|
||||
- Reordered wireless patches to group together patches touching the same
|
||||
driver.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 19:13:20 CET 2009 - bphilips@suse.de
|
||||
|
||||
- patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch:
|
||||
disable catas_reset by default to avoid problems with EEH
|
||||
(bnc#456389).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 17:42:04 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
fixed kABI breakage. (bnc#458811)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:58:54 CET 2009 - bwalle@suse.de
|
||||
|
||||
- scripts/tar-up_and_run_mbuild.sh: s390 (the 31 bit variant) is
|
||||
not an important spec file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:50:44 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: fixed kABI
|
||||
breakage, reenabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:29:07 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/modversions: eat the "override" keyword before parsing the
|
||||
symbol definition.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 14:14:03 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
Correct VIO bus/device CMO accounting problems (bnc#468304 - LTC51205)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 14:03:12 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.suse/of_platform_driver.module-owner.patch:
|
||||
add missing module symlink to /sys/bus/*/driver/*
|
||||
in struct of_platform_driver.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 13:29:23 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix - new version from Intel (bnc#465923)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:58:06 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
(fix compilation on i386 and add hpet64 to kernel-parameters.txt)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:25:59 CET 2009 - jbohac@suse.cz
|
||||
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 12:10:39 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
sgi-xpc: need to pass the physical address, not virtual. (bnc#458811)
|
||||
- patches.fixes/xpc-fix-heartbeat:
|
||||
sgi-xpc: eliminate false detection of no heartbeat. (bnc#464545)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 11:28:20 CET 2009 - jkosina@suse.de
|
||||
|
||||
- patches.fixes/input-add-nomux-dell-vostro-1510.patch: Input:
|
||||
add Dell Vostro 1510 to nomux list (bnc#404881).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 10:30:46 CET 2009 - jblunck@suse.de
|
||||
|
||||
- scripts/compute-PATCHVERSION.sh: Fix SRCVERSION parsing (bnc#465113).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 10:02:42 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-add-volume-offset: ALSA: hda - Add
|
||||
extra volume offset to standard volume amp macros (bnc#466428).
|
||||
- patches.drivers/alsa-hda-stac-reduce-volume-scale: ALSA: hda -
|
||||
Halve too large volume scales for STAC/IDT codecs (bnc#466428).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 09:25:52 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/lpfc-8.2.8.12-update: Update lpfc from 8.2.8.11
|
||||
to 8.2.8.12 (bnc#467713).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 01:58:48 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/reiserfs-debug-1036: fix missing jl arg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 21:09:15 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: delete duplicate error message in the
|
||||
kabi checks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 20:04:30 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/remove_kernel_physical_mapping_init_from_init:
|
||||
move kernel_physical_mapping_init to __meminit (bnc#467474).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:56:34 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: disabled, as it changes
|
||||
kABI.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:46:46 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.fixes/security-introduce-missing-kfree.patch: security:
|
||||
introduce missing kfree (bnc#467322).
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch:
|
||||
sysfs: fix problems with binary files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:35:32 CET 2009 - rw@suse.de
|
||||
|
||||
- patches.arch/ia64-page-migration.fix:
|
||||
fix deadlock caused by cpe_migrate.ko and mark it supported.
|
||||
(bnc#464676)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:23:31 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/sn-irq-affinity: sn2: preserve irq affinity set
|
||||
in PROM (bnc#457679).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:15:43 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/uv_zalias_support: uv: Support for non-nasid 0
|
||||
systems (bnc#458869).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:12:47 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.fixes/xpc-fix-NULL-deref: sgi-xpc: Remove NULL pointer
|
||||
dereference. (bnc#466563).
|
||||
- patches.fixes/xpc-write-barrier: sgi-xpc: ensure flags are
|
||||
updated before bte_copy (bnc#466563).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:06:26 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/ipw2200-workaround-firmware-restarts-when-scanning.patch:
|
||||
ipw2200: fix scanning while associated (bnc#459067).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 19:01:41 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/iwl3945-fix-rfkill.patch: iwl3945: report
|
||||
killswitch changes even if the interface is down (bnc#446013).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 18:51:54 CET 2009 - jbenc@suse.cz
|
||||
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: mac80211:
|
||||
add direct probe before association (bnc#461889).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 16:38:10 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/mptsas-discover-all-devices: mptsas driver
|
||||
fails to discover devices (bnc#459932).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 14:04:08 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.27.12.
|
||||
- patches.xen/764-netback-foreign-pages.patch: netback: handle
|
||||
non-netback foreign pages.
|
||||
- patches.xen/769-evtchn-CPU-offline.patch: evtchn: Fix CPU offlining
|
||||
to switch all affected ports belonging to a particular /dev/evcthn
|
||||
user.
|
||||
- patches.xen/gso-size-check.patch: gso: Ensure that the packet
|
||||
is long enough.
|
||||
- patches.xen/xen-S3-MSI: fix Dom0 resume from S3 when MSI is
|
||||
in use (bnc#435596).
|
||||
- patches.xen/xen3-e1000e_ioremap_sanity_check: ioremap sanity
|
||||
check to catch mapping requests exceeding the BAR sizes
|
||||
(bnc#425480).
|
||||
- patches.xen/xen3-x86-fix-kmap-contig.patch: x86: contiguous
|
||||
kmap fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 12:08:54 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
implement correct model matching
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 10:20:05 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/dm-mpath-tracking-nr-bytes:
|
||||
lpp_end_io gets nr_bytes as third arg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 10:04:08 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
match all JSxx/QSxx models based on the first 4 chars in 'model'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 08:09:10 CET 2009 - olh@suse.de
|
||||
|
||||
- update patches.arch/ppc-axon-missing-msi-workaround-5.diff:
|
||||
Fix MSI after kexec (bnc#467633)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 21:01:18 CET 2009 - gregkh@suse.de
|
||||
|
||||
- clean up patch fuzz after 2.6.27.12 inclusion.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 20:50:47 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to the real 2.6.27.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 17:00:55 CET 2009 - jeffm@suse.de
|
||||
|
||||
- patches.suse/reiserfs_warning-reentrant: reiserfs: eliminate
|
||||
reiserfs_warning from uniqueness functions; Fixes deadlock.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 16:39:35 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.drivers/cxgb3-ser.patch:
|
||||
reset the adapter on fatal error (bnc#466062 - LTC51042)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 15:24:43 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-03-iucv-cpu-hotremove.diff: iucv: failing
|
||||
cpu hot remove for inactive iucv (bnc#466462,LTC#51104).
|
||||
- patches.arch/s390-08-04-compat-sigaltstack.diff:
|
||||
kernel: 31 bit compat sigaltstack syscall fails with
|
||||
-EFAULT. (bnc#466462,LTC#50888).
|
||||
- patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch:
|
||||
af_iucv: System hang if recvmsg() is used with MSG_PEEK
|
||||
(bnc#466462,LTC#51136).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 15:15:19 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.suse/dm-mpath-accept-failed-paths: Only accept
|
||||
non-existing paths when adding failed paths (bnc#467579)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 12:19:52 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-source.spec.in: set CONFIG_DEBUG_INFO=y in the
|
||||
packaged .configs if builfing debug packages (bnc#460887)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 16:40:39 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-binary.spec.in: set %tolerate_kabi_changes to 6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 16:40:11 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- patches.suse/export-iwl_rx_allocate: reintroduce
|
||||
EXPORT_SYMBOL(iwl_rx_allocate).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 13:56:20 CET 2009 - mmarek@suse.cz
|
||||
|
||||
- import SLE11 RC2 reference kabi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 11:35:12 CET 2009 - hare@suse.de
|
||||
|
||||
- patches.drivers/mpt-return-all-sense-data: MPT Fusion doesn't
|
||||
return all sense data (bnc#466179).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 17 00:20:49 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.12-rc2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 17:46:11 CET 2009 - od@suse.de
|
||||
|
||||
- patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch:
|
||||
call boot IRQ quirks at end of device init and during resume.
|
||||
- patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch:
|
||||
update to upstream variant of this patch:
|
||||
- integrate an older quirk to make IO-APIC mode work on AMD
|
||||
8131 rev. A0 and B0
|
||||
- fix boot IRQ disabling logic for AMD 813x
|
||||
- remove unneeded code for AMD SB700S
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 16:09:26 CET 2009 - jbeulich@novell.com
|
||||
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
|
||||
fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 10:55:12 CET 2009 - olh@suse.de
|
||||
|
||||
- enable mptsas in kdump kernel to allow crashdump on QS2x blades
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 08:44:42 CET 2009 - tiwai@suse.de
|
||||
|
||||
Fix STAC925x patch again
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
(yet more) STAC925x issues (bnc#460478).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 07:03:59 CET 2009 - jjolly@suse.de
|
||||
|
||||
- patches.arch/s390-08-01-cio-fix-mp-mode.diff: cio: fix
|
||||
subchannel multipath mode setup (bnc#466462,LTC#51047).
|
||||
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
|
||||
memory alignment for GPN_FT requests. (bnc#466462).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 23:53:36 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files for vanilla kernel versions due to new config
|
||||
option added in 2.6.27.12-rc1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 23:47:39 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to 2.6.27.12-rc1:
|
||||
- security fixes
|
||||
- fixes CVE-2009-0029
|
||||
- bug fixes all over the place.
|
||||
- obsoletes the following patches:
|
||||
- patches.arch/ppc-cmm_no_kdump.patch
|
||||
- patches.drivers/alsa-caiaq-midi-oops-fix
|
||||
- patches.drivers/alsa-hda-hp-6730b-quirk
|
||||
- patches.drivers/ibmvfc-host_init_delay.patch
|
||||
- patches.drivers/ibmvfc-improve_sync_events.patch
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch
|
||||
- patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch
|
||||
- patches.fixes/uv-remove-erroneous-BAU-init
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:37:26 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound:
|
||||
virtuoso: do not overwrite EEPROM on Xonar D2/D2X (bnc#462365).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:16:35 CET 2009 - bwalle@suse.de
|
||||
|
||||
- patches.suse/s390-System.map.diff:
|
||||
Strip L2^B symbols (bnc #456682).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 11:09:29 CET 2009 - tiwai@suse.de
|
||||
|
||||
- patches.drivers/alsa-hda-gateway-fix: ALSA: patch_sigmatel:
|
||||
Add missing Gateway entries and autodetection (bnc#460478).
|
||||
- patches.drivers/alsa-hda-gateway-fix2: ALSA: hda - More fixes
|
||||
on Gateway entries (bnc#460478).
|
||||
- patches.drivers/alsa-hda-hp-dv5-mic-fix: ALSA: hda - Fix HP
|
||||
dv5 mic input (bnc#462913).
|
||||
- patches.drivers/alsa-hda-hp-dv5-quirk: ALSA: hda - Add quirk
|
||||
for another HP dv5 (bnc#462913).
|
||||
- patches.drivers/alsa-hda-idt92hd83-fix-typo: ALSA: hda -
|
||||
Fix a typo.
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk: ALSA: hda - Add
|
||||
automatic model setting for Samsung Q45.
|
||||
- patches.drivers/alsa-hda-seek-for-codec-id: ALSA: hda - Add
|
||||
a new function to seek for a codec ID (bnc#460478).
|
||||
- patches.drivers/alsa-hda-sigmatel-no-hp-reset: ALSA: hda -
|
||||
Don't reset HP pinctl in patch_sigmatel.c (bnc#460478).
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
missing initialization of NID 0x0e for STAC925x (bnc#460478).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 08:40:13 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.arch/ppc-fix_hugepage_check.patch:
|
||||
is_hugepage_only_range() must account for both 4kB and 64kB
|
||||
slices (bnc#466229 - LTC51063)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 23:23:42 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 23:07:16 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Enabled patches.suse/unlock_page-speedup.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 22:00:49 CET 2009 - rjw@suse.de
|
||||
|
||||
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
|
||||
PCI PM: Split PCI Express port suspend-resume (bnc#455926).
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch:
|
||||
PCI: Suspend and resume PCI Express ports with interrupts
|
||||
disabled (bnc#455926).
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch:
|
||||
PCI: handle PCI state saving with interrupts disabled
|
||||
(bnc#455926).
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch:
|
||||
PCI: Rework default handling of suspend and resume (bnc#455926).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:38:29 CET 2009 - jeffm@suse.de
|
||||
|
||||
- Update config files: Disable PARAVIRT.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:20:29 CET 2009 - gregkh@suse.de
|
||||
|
||||
- refresh patches for fuzz due to update to 2.6.27.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 19:02:21 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update to final version of 2.6.27.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 16:38:47 CET 2009 - kkeil@suse.de
|
||||
|
||||
- patches.drivers/ixgbe-dcb-setstate.patch: Bugfix for ixgbe
|
||||
and kernel DCB netlink code. (bnc#458194)
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix. (bnc#465923)
|
||||
- Update config files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 15:56:58 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: Delete.
|
||||
It came out that this is an already fixed BIOS bug. The quirk
|
||||
is not needed anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 14:53:51 CET 2009 - trenn@suse.de
|
||||
|
||||
- patches.fixes/acpi_fix_double_slash_root_prefix_handling.patch:
|
||||
In AcpiNsGetInternalNameLength, skip the redundant backslash
|
||||
of RootPrefix (http://bugzilla.kernel.org/show_bug.cgi?id=11541
|
||||
http://www.acpica.org/bugzilla/show_bug.cgi?id=739).
|
||||
- patches.fixes/acpi_video_always_update_sys.patch: video: always
|
||||
update the brightness when poking "brightness" (bnc#450149).
|
||||
- patches.fixes/acpi_video_handle_reversed_brightness_info.patch:
|
||||
ACPI: video: Fix reversed brightness behavior on ThinkPad SL
|
||||
series (bnc#450149).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 08:45:29 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch:
|
||||
fix __load_balance_iterator() for cfs with only one task
|
||||
(bnc#457594 - LTC50544)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 08:32:32 CET 2009 - olh@suse.de
|
||||
|
||||
- patches.fixes/xfs-redirty-ENOSPC.patch: Re-dirty pages on
|
||||
ENOSPC when converting delayed allocations (bnc#433112 - LTC48749)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 04:33:33 CET 2009 - npiggin@suse.de
|
||||
|
||||
- Added guarded patches:
|
||||
- patches.suse/mnt-want-write-speedup.patch: fs: mnt_want_write
|
||||
speedup (bnc#436953).
|
||||
- patches.suse/mnt_clone_write.patch: fs: introduce
|
||||
mnt_clone_write (bnc#436953).
|
||||
- patches.suse/unlock_page-speedup.patch: mm: unlock_page speedup
|
||||
(bnc#436953).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 00:51:58 CET 2009 - gregkh@suse.de
|
||||
|
||||
- Update config files.
|
||||
- patches.drivers/add-via-chrome9-drm-support.patch: add Via
|
||||
chrome9 drm support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 00:29:20 CET 2009 - gregkh@suse.de
|
||||
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch:
|
||||
pata_via.c: Support VX855 and future chips whose IDE controller
|
||||
use 0x0571..
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 13 16:46:08 CET 2009 - hare@suse.de
|
||||
|
||||
@ -472,6 +1449,12 @@ Tue Jan 6 18:36:57 CET 2009 - jjolly@suse.de
|
||||
- patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes
|
||||
when repeatetly attaching/detaching devices. (bnc#458339).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 14:37:15 CET 2009 - npiggin@suse.de
|
||||
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for
|
||||
contiguous kmap fix (bnc#449812).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 6 07:54:29 CET 2009 - npiggin@suse.de
|
||||
|
||||
|
647
kernel-xen.spec
647
kernel-xen.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-xen (Version 2.6.27.10)
|
||||
# spec file for package kernel-xen (Version 2.6.27.13)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -47,7 +47,7 @@
|
||||
%define cpu_arch_flavor %(%_sourcedir/guards %symbols < %_sourcedir/config.conf | grep '/xen$')
|
||||
# Define some CONFIG variables as rpm macros as well. (rpm cannot handle
|
||||
# defining them all at once.)
|
||||
%define config_vars CONFIG_MODULES
|
||||
%define config_vars CONFIG_MODULES CONFIG_KMSG_IDS
|
||||
%{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar xfj %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)}
|
||||
%ifarch %ix86 x86_64
|
||||
%define install_vdso 1
|
||||
@ -62,8 +62,8 @@
|
||||
|
||||
Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
Version: 2.6.27.10
|
||||
Release: 5
|
||||
Version: 2.6.27.13
|
||||
Release: 3
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -98,8 +98,8 @@ BuildRequires: dwarfextract
|
||||
%endif
|
||||
%if %build_xen
|
||||
%ifarch %ix86
|
||||
Provides: kernel-xenpae = 2.6.27.10
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.10
|
||||
Provides: kernel-xenpae = 2.6.27.13
|
||||
Obsoletes: kernel-xenpae <= 2.6.27.13
|
||||
%endif
|
||||
#!BuildIgnore: xen
|
||||
%endif
|
||||
@ -121,7 +121,7 @@ Conflicts: lvm2 < 2.02.33
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = 2.6.27.10-%source_rel
|
||||
Provides: kernel = 2.6.27.13-%source_rel
|
||||
%ifarch %ix86
|
||||
%else
|
||||
%ifarch x86_64
|
||||
@ -158,6 +158,7 @@ Source109: patches.kernel.org.tar.bz2
|
||||
Source110: patches.apparmor.tar.bz2
|
||||
Source111: patches.rt.tar.bz2
|
||||
Source112: patches.trace.tar.bz2
|
||||
Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
%define my_builddir %_builddir/%{name}-%{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -201,7 +202,7 @@ Obsoletes: ralink-rt2860-kmp
|
||||
%define tolerate_unknown_new_config_options 0
|
||||
# kABI change tolerance (default in maintenance should be 4, 6, 8 or 15,
|
||||
# 31 is the maximum; see scripts/kabi-checks)
|
||||
%define tolerate_kabi_changes 31
|
||||
%define tolerate_kabi_changes 6
|
||||
|
||||
%description
|
||||
The Linux kernel for Xen paravirtualization.
|
||||
@ -211,18 +212,18 @@ unprivileged ("xenU") kernel.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
echo "The kernel-xen-2.6.27.10.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.10.src.rpm."
|
||||
echo "The kernel-xen-2.6.27.13.nosrc.rpm package does not contain the" \
|
||||
"complete sources. Please install kernel-source-2.6.27.13.src.rpm."
|
||||
exit 1
|
||||
fi
|
||||
echo "Architecture symbol(s):" %symbols
|
||||
# Unpack all sources and patches
|
||||
%setup -q -c -T -a 0 -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 120
|
||||
%setup -q -c -T -a 0 -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 113 -a 120
|
||||
supported_conf() {
|
||||
%_sourcedir/guards %symbols $* < %_sourcedir/supported.conf | sort -u
|
||||
}
|
||||
@ -272,7 +273,7 @@ cat ../config/%cpu_arch_flavor \
|
||||
cpu_arch_flavor="%cpu_arch_flavor"
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
cpu_arch=${cpu_arch_flavor%/*}
|
||||
KERNELRELEASE=2.6.27.10-$RELEASE-xen
|
||||
KERNELRELEASE=2.6.27.13-$RELEASE-xen
|
||||
EOF
|
||||
%if 0%{?__debug_package:1}
|
||||
cat >> ../.rpm-defs <<EOF
|
||||
@ -320,18 +321,15 @@ export OOPS_TIMESTAMP="$(
|
||||
| tr -dc 0-9)"
|
||||
export KBUILD_VERBOSE=0
|
||||
export KBUILD_SYMTYPES=1
|
||||
export KBUILD_OVERRIDE=1
|
||||
EOF
|
||||
source .kernel-binary.spec.buildenv
|
||||
%ifarch s390x
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
chmod +x scripts/kmsg-doc
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y D=2
|
||||
%else
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
%endif
|
||||
%else
|
||||
make %{?jobs:-j%jobs} all $MAKE_ARGS CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||
%endif
|
||||
|
||||
%install
|
||||
source .rpm-defs
|
||||
@ -413,7 +411,7 @@ add_vmlinux()
|
||||
if [ -x "$(which dwarfextract 2>/dev/null)" ] ; then
|
||||
dwarfextract vmlinux %buildroot/boot/Kerntypes-$KERNELRELEASE
|
||||
fi
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
mkdir -p %buildroot/usr/share/man/man9
|
||||
find man -name '*.9' -exec install -m 644 -D '{}' %buildroot/usr/share/man/man9/ ';'
|
||||
%endif
|
||||
@ -613,8 +611,6 @@ if [ $CONFIG_MODULES = y ]; then
|
||||
--max-badness=%tolerate_kabi_changes || KABI=$?
|
||||
fi
|
||||
if [ $KABI -ne 0 ]; then
|
||||
echo "kABI changes of badness $KABI exceed the maximum allowed badness" \
|
||||
"of %tolerate_kabi_changes. Please try to avoid the kABI changes."
|
||||
if [ ! -e %my_builddir/kabi/$cpu_arch/ignore-xen -a \
|
||||
! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then
|
||||
echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \
|
||||
@ -733,8 +729,8 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -777,8 +773,8 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -792,8 +788,7 @@ GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
%files -n kernel-xen-extra -f kernel-extra.files
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
%ifarch s390x
|
||||
%if ! %build_vanilla
|
||||
%if %CONFIG_KMSG_IDS == "y"
|
||||
|
||||
%package -n kernel-xen-man
|
||||
License: GPL v2 only
|
||||
@ -808,16 +803,603 @@ unprivileged ("xenU") kernel.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2009-01-13 16:46:43 +0100
|
||||
GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
Source Timestamp: 2009-01-29 18:46:06 +0100
|
||||
GIT Revision: f26939fca9f48c8beb326c77beedf4a50533a024
|
||||
|
||||
%files -n kernel-xen-man
|
||||
%defattr(-,root,root)
|
||||
/usr/share/man/man9/*
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jan 29 2009 gregkh@suse.de
|
||||
- add ability to debug kernel using USB debug connector.
|
||||
- Update config files.
|
||||
- patches.suse/usb-move-ehci-reg-def.patch: usb: move ehci
|
||||
reg def.
|
||||
- patches.suse/x86-usb-debug-port-early-console-v4.patch: x86:
|
||||
usb debug port early console, v4.
|
||||
* Thu Jan 29 2009 mmarek@suse.cz
|
||||
- patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch
|
||||
patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch
|
||||
patches.kabi/export-iwl_rx_allocate
|
||||
patches.kabi/sched-kabi-compat-hack.patch: Introduce
|
||||
patches.kabi/ for patches that only work around kabi issues and
|
||||
can be safely dropped at the next SP.
|
||||
* Wed Jan 28 2009 agruen@suse.de
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: Add missing pageattr.c
|
||||
changes to pageattr-xen.c (bnc#439348).
|
||||
* Wed Jan 28 2009 agruen@suse.de
|
||||
- patches.suse/x86-mark_rodata_rw.patch: Add mark_rodata_rw()
|
||||
to un-protect read-only kernel code pages (bnc#439348).
|
||||
- patches.xen/xen-x86-mark_rodata_rw.patch: xen specific part
|
||||
(bnc#439348).
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- config/s390/s390: the -man package still fails for s390, disable
|
||||
it
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: fix build of the -man subpackage on
|
||||
31bit s390
|
||||
* Wed Jan 28 2009 mmarek@suse.cz
|
||||
- fix kernel-default.ppc64 reference symsets
|
||||
* Wed Jan 28 2009 jslaby@suse.cz
|
||||
- patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch:
|
||||
x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240
|
||||
FATE304266).
|
||||
[cpu_mask_to_apicid bigsmp fix]
|
||||
* Wed Jan 28 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvscsi-module_alias.patch:
|
||||
map scsi proc_name to module name (bnc#459933 - LTC50724)
|
||||
* Tue Jan 27 2009 jeffm@suse.de
|
||||
- Update config files: Disable ftrace in -debug on ppc64
|
||||
* Tue Jan 27 2009 jeffm@suse.de
|
||||
- config.conf: Added -debug flavor for ppc64.
|
||||
* Tue Jan 27 2009 bwalle@suse.de
|
||||
- patches.drivers/libfc-set-the-release-function.diff:
|
||||
Whitespace change.
|
||||
* Tue Jan 27 2009 hare@suse.de
|
||||
- patches.drivers/libfc-fix-read-IO-data-integrity: libfc:
|
||||
IO data integrity issue when a IO data frame lost (bnc#469536).
|
||||
* Tue Jan 27 2009 jbeulich@novell.com
|
||||
- re-enable patches.xen/xen3-e1000e_Export_set_memory_ro-rw.
|
||||
* Tue Jan 27 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
include prototype for PFN_UP() (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Export
|
||||
set_memory_ro() and set_memory_rw() calls.
|
||||
readded to avoid kabi change
|
||||
* Mon Jan 26 2009 jeffm@suse.de
|
||||
- config.conf: Added kernel-vmi to i386.
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
use PFN_UP() for end_pfn (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 mmarek@suse.cz
|
||||
- kabi: import FCoE changes
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: disable
|
||||
wrong debug message again.
|
||||
* Mon Jan 26 2009 rw@suse.de
|
||||
- patches.fixes/taskstats-alignment:
|
||||
IA64: fill 'struct taskstats' on stack and 'memcpy' result to skb.
|
||||
(bnc#448410)
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- update patches.arch/ppc-memoryless-nodes.patch:
|
||||
fix calculation of reserve_size (bnc#462546 - LTC50009)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.fixes/disable-lro-per-default: Disable LRO per default
|
||||
in igb and ixgbe. (bnc#467519)
|
||||
* Mon Jan 26 2009 jbeulich@novell.com
|
||||
- Just comment out patches.xen/xen3-e1000e_* (to address build error)
|
||||
until disposition of their originals is known.
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.fixes/sctp_do_not_use_stale_copy_of_sk: Do not use
|
||||
stale copy of sk. (bnc#440104)
|
||||
* Mon Jan 26 2009 jblunck@suse.de
|
||||
Renamed some patches so they get included in vanilla builds.
|
||||
- patches.rpmify/firmware-path: Renamed.
|
||||
- patches.rpmify/no-include-asm: Renamed.
|
||||
- patches.suse/md-raid-metadata-PAGE_SIZE.patch: Renamed.
|
||||
* Mon Jan 26 2009 olh@suse.de
|
||||
- patches.suse/led_classdev.sysfs-name.patch: use correct name
|
||||
for /sys/devices/virtual/leds/ entries (bnc#468350)
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.suse/e1000e_Export_set_memory_ro-rw: Delete.
|
||||
- patches.suse/e1000e_allow_bad_checksum: Delete.
|
||||
- patches.suse/e1000e_call_dump_eeprom: Delete.
|
||||
- patches.suse/e1000e_ioremap_sanity_check: Delete.
|
||||
- patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory:
|
||||
Delete.
|
||||
Remove not mainline e1000e patches which were added to help with
|
||||
the e1000e NVM corruption - root issue is fixed
|
||||
* Mon Jan 26 2009 kkeil@suse.de
|
||||
- patches.drivers/tg3_libphy_workaround: tg3 libphy workaround.
|
||||
(bnc#468725)
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- supported.conf: Correct spelling for dm-least-pending
|
||||
path checker.
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-check-info-before-access: Kernel Oops
|
||||
during path failover (bnc#458393).
|
||||
* Sun Jan 25 2009 gregkh@suse.de
|
||||
- refresh patch fuzz now that 2.6.27.13 is in tree
|
||||
* Sun Jan 25 2009 gregkh@suse.de
|
||||
- Update to final version of 2.6.27.13
|
||||
* Sat Jan 24 2009 gregkh@suse.de
|
||||
- dynamic debugging fixes backported from upstream:
|
||||
- patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch:
|
||||
driver core: add newlines to debugging enabled/disabled
|
||||
messages.
|
||||
- patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch:
|
||||
Driver core: fix 'dynamic_debug' cmd line parameter.
|
||||
- patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch:
|
||||
driver core: fix using 'ret' variable in
|
||||
unregister_dynamic_debug_module.
|
||||
* Sat Jan 24 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch:
|
||||
(fix return of an unitialized value (bnc#469017)
|
||||
* Sat Jan 24 2009 mmarek@suse.cz
|
||||
- update kabi files: ignore changes in struct pcie_link_state as
|
||||
it is an internal structure only.
|
||||
* Sat Jan 24 2009 mmarek@suse.cz
|
||||
- patches.suse/genksyms-add-override-flag.diff: genksyms: add
|
||||
--override flag.
|
||||
- rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1
|
||||
* Sat Jan 24 2009 ghaskins@suse.de
|
||||
- patches.fixes/sched-kabi-compat-hack.patch: sched: leave
|
||||
RT_GROUP_SCHED structure components intact to preserve kABI.
|
||||
broke kabi with fix for 456542
|
||||
* Sat Jan 24 2009 trenn@suse.de
|
||||
- patches.fixes/cpufreq_export_latency.patch: CPUFREQ: Introduce
|
||||
/sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency
|
||||
(bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch:
|
||||
CPUFREQ: ondemand/conservative: sanitize sampling_rate
|
||||
restrictions (bnc#464461).
|
||||
- patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch:
|
||||
CPUFREQ: ondemand: Limit default sampling rate to 300ms
|
||||
max. (bnc#464461).
|
||||
- patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch:
|
||||
X86 powernow-k8 cpufreq: Get transition latency from acpi _PSS
|
||||
object (bnc#464461).
|
||||
* Fri Jan 23 2009 jeffm@suse.de
|
||||
- patches.fixes/xfs-dmapi-fixes: xfs/dmapi: fix crash on mount
|
||||
(bnc#458027).
|
||||
* Fri Jan 23 2009 ghaskins@suse.de
|
||||
- Update config files: Disable RT_GROUP_SCHED (bnc#456542).
|
||||
The RT_GROUP_SCHED feature is experimental and clearly broken, so
|
||||
lets turn it off for now.
|
||||
* Fri Jan 23 2009 jeffm@suse.de
|
||||
- patches.fixes/hpilo-open-close-fix: hpilo open/close fix
|
||||
(bnc#466517).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-requeue-for-stopped-queue: Handle I/O
|
||||
on stopped queues correctly (bnc#458393).
|
||||
* Fri Jan 23 2009 jbenc@suse.cz
|
||||
- patches.suse/mnt-want-write-speedup.patch,
|
||||
patches.suse/mnt_clone_write.patch: modified not to break kABI,
|
||||
enabled (bnc#436953).
|
||||
* Fri Jan 23 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwlagn-fix-rfkill.patch: iwlagn: fix hw-rfkill
|
||||
while the interface is down (bnc#446158).
|
||||
* Fri Jan 23 2009 mmarek@suse.cz
|
||||
- kabi/severities: temporarily enable changes in FcOE modules.
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.arch/s390-08-06-personality.patch: kernel: setting 32
|
||||
bit personality doesn't work (bnc#466462).
|
||||
- patches.arch/s390-08-07-compat_wrappers.patch: kernel:
|
||||
Add missing wrapper functions for 31 bit compat
|
||||
syscalls. (bnc#466462,LTC#51229).
|
||||
- patches.fixes/block-leave-the-request-timeout-timer-running:
|
||||
Delete obsolete patch.
|
||||
* Fri Jan 23 2009 bwalle@suse.de
|
||||
- patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change
|
||||
fcoe_sw sg_tablesize to SG_ALL (bnc #459142).
|
||||
- patches.drivers/fcoe-check-return-for-fc_set_m.diff: check
|
||||
return for fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-frame-length-validati.diff: fix frame
|
||||
length validation in the early receive path (bnc #459142).
|
||||
- patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff:
|
||||
fcoe: fix incorrect use of struct module (bnc #468051).
|
||||
- patches.drivers/fcoe-improved-load-balancing-i.diff: improved
|
||||
load balancing in rx path (bnc #459142).
|
||||
- patches.drivers/fcoe-logoff-of-the-fabric-when.diff: Logoff
|
||||
of the fabric when destroying interface (bnc #459142).
|
||||
- patches.drivers/fcoe-remove-warn_on-in-fc_set.diff: remove
|
||||
WARN_ON in fc_set_mfs (bnc #459142).
|
||||
- patches.drivers/fcoe-user_mfs-is-never-used.diff: user_mfs is
|
||||
never used (bnc #459142).
|
||||
- patches.drivers/libfc-add-fc_disc-c-locking-co.diff: Add
|
||||
fc_disc.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-ensure-correct-device_pu.diff: libfc:
|
||||
Ensure correct device_put/get usage (round 2).
|
||||
- patches.drivers/libfc-fix-rport-recursive-lock.diff: libfc:
|
||||
Fix rport recursive lock on rport mutex (bnc #459142).
|
||||
- patches.drivers/libfc-handle-rrq-exch-timeout.diff: libfc:
|
||||
handle RRQ exch timeout (bnc #465596).
|
||||
- patches.drivers/libfc-improve-fc_lport-c-locki.diff: Improve
|
||||
fc_lport.c locking comment block (bnc #459142).
|
||||
- patches.drivers/libfc-improve-fc_rport-c-locki.diff: Improve
|
||||
fc_rport.c locking comment block (459142).
|
||||
- patches.drivers/libfc-make-fc_disc-inline-with.diff: make
|
||||
fc_disc inline with the fc_lport structure (bnc #459142).
|
||||
- patches.drivers/libfc-make-rscn-parsing-more-r.diff: make RSCN
|
||||
parsing more robust (bnc #459142).
|
||||
- patches.drivers/libfc-make-sure-we-access-the.diff: make sure
|
||||
we access the CRC safely (bnc #459142).
|
||||
- patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff: libfc:
|
||||
Pass lport in exch_mgr_reset (bnc #465596).
|
||||
- patches.drivers/libfc-remove-debug-print-state.diff: libfc:
|
||||
Remove debug print statement, too verbose (bnc #459142).
|
||||
- patches.drivers/libfc-set-the-release-function.diff: Set
|
||||
the release function for the rport's kobject (round 2)
|
||||
(bnc #459142).
|
||||
- patches.drivers/libfc-updated-comment-for-orde.diff: updated
|
||||
comment for order of em and ex locks (bnc #459142).
|
||||
- patches.drivers/libfc-updated-libfc-fcoe-modul.diff: updated
|
||||
libfc fcoe module ver to 1.0.6 (bnc #459142).
|
||||
- patches.drivers/libfc-use-an-operations-struct.diff: use an
|
||||
operations structure for rport callbacks (bnc #459142).
|
||||
- patches.drivers/libfc-when-rport-goes-away-re.diff: libfc:
|
||||
when rport goes away (re-plogi), clean up exchanges to/from
|
||||
rport (bnc #465596).
|
||||
- patches.drivers/libfc_locking.diff: libfc, fcoe: fixed locking
|
||||
issues with lport->lp_mutex around lport->link_status (bnc
|
||||
[#468053]).
|
||||
- patches.drivers/libfc_rport.diff: libfc: rport retry on LS_RJT
|
||||
from certain ELS (bnc #468054).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.fixes/qla2xxx-check-fc-rport-validity:
|
||||
qla2xxx: added check for fcport is valid in
|
||||
qla2x00_terminate_rport_io(). (bnc#467624).
|
||||
* Fri Jan 23 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-gateway-t1616-quirk: ALSA: hda -
|
||||
Add quirk for Gateway T1616 laptop (bnc#467597).
|
||||
- patches.drivers/alsa-hda-hp-dv4-quirk: ALSA: hda - Add model
|
||||
entry for HP dv4.
|
||||
- patches.drivers/alsa-hda-intel-d945-ref-quirk: ALSA: hda -
|
||||
Add model=ref for Intel board with STAC9221 (bnc#406529).
|
||||
* Fri Jan 23 2009 hare@suse.de
|
||||
- patches.fixes/blk-leave-sync-timer-running: block: Rediff
|
||||
- patches.fixes/block-use-round_jiffies_up: Block: use
|
||||
round_jiffies_up() (bnc#464155).
|
||||
- Add missing patches to series.conf:
|
||||
patches.fixes/round-jiffies-up
|
||||
patches.fixes/block-use-round_jiffies_up
|
||||
patches.fixes/block-fix-blk_start_queueing
|
||||
patches.fixes/suppress-buffer-IO-errors
|
||||
patches.fixes/block-optimizations-in-blk_rq_timed_out_timer
|
||||
patches.fixes/block-add-comment-in-blk_rq_timed_out
|
||||
* Fri Jan 23 2009 olh@suse.de
|
||||
- update patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
handle also drivers/scsi/ibmvscsi/ibmvfc.c
|
||||
* Fri Jan 23 2009 sjayaraman@suse.de
|
||||
- patches.fixes/cifs-fix-oops-on-ipv6-mount: cifs: make sure we
|
||||
allocate enough storage for socket address (467691).
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- patches.kernel.org/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch:
|
||||
ABI fix: add WB_SYNC_HOLD enum writeback_sync_modes.
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- patches.kernel.org/abi-fix-add-s_syncing-back-to-struct-super_block.patch:
|
||||
ABI fix: add s_syncing back to struct super_block.
|
||||
* Fri Jan 23 2009 gregkh@suse.de
|
||||
- update to 2.6.27.13-rc1:
|
||||
- security updates
|
||||
- lots of bugfixes
|
||||
- obsoletes:
|
||||
- patches.arch/ppc-fix_hugepage_check.patch
|
||||
- patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk
|
||||
- patches.fixes/security-introduce-missing-kfree.patch
|
||||
- patches.fixes/xpc-fix-heartbeat
|
||||
- Update config files.
|
||||
* Thu Jan 22 2009 kkeil@suse.de
|
||||
- patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug
|
||||
with shared interrupt during reset (bnc#396687)
|
||||
* Thu Jan 22 2009 tonyj@suse.de
|
||||
- patches.fixes/revert-bgcolor-line-feed-93f78da4.patch: Revert
|
||||
"vt: fix background color on line feed" (bnc#418613).
|
||||
* Thu Jan 22 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch: iwlwifi:
|
||||
fix rs_get_rate WARN_ON() (bnc#456002).
|
||||
- Reordered wireless patches to group together patches touching the same
|
||||
driver.
|
||||
* Thu Jan 22 2009 bphilips@suse.de
|
||||
- patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch:
|
||||
disable catas_reset by default to avoid problems with EEH
|
||||
(bnc#456389).
|
||||
* Thu Jan 22 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
fixed kABI breakage. (bnc#458811)
|
||||
* Thu Jan 22 2009 bwalle@suse.de
|
||||
- scripts/tar-up_and_run_mbuild.sh: s390 (the 31 bit variant) is
|
||||
not an important spec file.
|
||||
* Thu Jan 22 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: fixed kABI
|
||||
breakage, reenabled.
|
||||
* Thu Jan 22 2009 mmarek@suse.cz
|
||||
- rpm/modversions: eat the "override" keyword before parsing the
|
||||
symbol definition.
|
||||
* Thu Jan 22 2009 olh@suse.de
|
||||
- patches.fixes/scsi-ibmvscsi-vio_leak.patch:
|
||||
Correct VIO bus/device CMO accounting problems (bnc#468304 - LTC51205)
|
||||
* Thu Jan 22 2009 olh@suse.de
|
||||
- patches.suse/of_platform_driver.module-owner.patch:
|
||||
add missing module symlink to /sys/bus/*/driver/*
|
||||
in struct of_platform_driver.
|
||||
* Thu Jan 22 2009 kkeil@suse.de
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix - new version from Intel (bnc#465923)
|
||||
* Thu Jan 22 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
(fix compilation on i386 and add hpet64 to kernel-parameters.txt)
|
||||
* Thu Jan 22 2009 jbohac@suse.cz
|
||||
- patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode
|
||||
for HPET Timer0 (bnc#456700).
|
||||
* Thu Jan 22 2009 rw@suse.de
|
||||
- patches.fixes/xpc-pass-physical:
|
||||
sgi-xpc: need to pass the physical address, not virtual. (bnc#458811)
|
||||
- patches.fixes/xpc-fix-heartbeat:
|
||||
sgi-xpc: eliminate false detection of no heartbeat. (bnc#464545)
|
||||
* Thu Jan 22 2009 jkosina@suse.de
|
||||
- patches.fixes/input-add-nomux-dell-vostro-1510.patch: Input:
|
||||
add Dell Vostro 1510 to nomux list (bnc#404881).
|
||||
* Thu Jan 22 2009 jblunck@suse.de
|
||||
- scripts/compute-PATCHVERSION.sh: Fix SRCVERSION parsing (bnc#465113).
|
||||
* Thu Jan 22 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-add-volume-offset: ALSA: hda - Add
|
||||
extra volume offset to standard volume amp macros (bnc#466428).
|
||||
- patches.drivers/alsa-hda-stac-reduce-volume-scale: ALSA: hda -
|
||||
Halve too large volume scales for STAC/IDT codecs (bnc#466428).
|
||||
* Thu Jan 22 2009 hare@suse.de
|
||||
- patches.drivers/lpfc-8.2.8.12-update: Update lpfc from 8.2.8.11
|
||||
to 8.2.8.12 (bnc#467713).
|
||||
* Thu Jan 22 2009 jeffm@suse.de
|
||||
- patches.fixes/reiserfs-debug-1036: fix missing jl arg
|
||||
* Wed Jan 21 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: delete duplicate error message in the
|
||||
kabi checks
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/remove_kernel_physical_mapping_init_from_init:
|
||||
move kernel_physical_mapping_init to __meminit (bnc#467474).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: disabled, as it changes
|
||||
kABI.
|
||||
* Wed Jan 21 2009 gregkh@suse.de
|
||||
- patches.fixes/security-introduce-missing-kfree.patch: security:
|
||||
introduce missing kfree (bnc#467322).
|
||||
- patches.fixes/sysfs-fix-problems-with-binary-files.patch:
|
||||
sysfs: fix problems with binary files.
|
||||
* Wed Jan 21 2009 rw@suse.de
|
||||
- patches.arch/ia64-page-migration.fix:
|
||||
fix deadlock caused by cpe_migrate.ko and mark it supported.
|
||||
(bnc#464676)
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/sn-irq-affinity: sn2: preserve irq affinity set
|
||||
in PROM (bnc#457679).
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/uv_zalias_support: uv: Support for non-nasid 0
|
||||
systems (bnc#458869).
|
||||
* Wed Jan 21 2009 jeffm@suse.de
|
||||
- patches.fixes/xpc-fix-NULL-deref: sgi-xpc: Remove NULL pointer
|
||||
dereference. (bnc#466563).
|
||||
- patches.fixes/xpc-write-barrier: sgi-xpc: ensure flags are
|
||||
updated before bte_copy (bnc#466563).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/ipw2200-workaround-firmware-restarts-when-scanning.patch:
|
||||
ipw2200: fix scanning while associated (bnc#459067).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/iwl3945-fix-rfkill.patch: iwl3945: report
|
||||
killswitch changes even if the interface is down (bnc#446013).
|
||||
* Wed Jan 21 2009 jbenc@suse.cz
|
||||
- patches.fixes/mac80211-add-direct-probe.patch: mac80211:
|
||||
add direct probe before association (bnc#461889).
|
||||
* Wed Jan 21 2009 hare@suse.de
|
||||
- patches.drivers/mptsas-discover-all-devices: mptsas driver
|
||||
fails to discover devices (bnc#459932).
|
||||
* Wed Jan 21 2009 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.27.12.
|
||||
- patches.xen/764-netback-foreign-pages.patch: netback: handle
|
||||
non-netback foreign pages.
|
||||
- patches.xen/769-evtchn-CPU-offline.patch: evtchn: Fix CPU offlining
|
||||
to switch all affected ports belonging to a particular /dev/evcthn
|
||||
user.
|
||||
- patches.xen/gso-size-check.patch: gso: Ensure that the packet
|
||||
is long enough.
|
||||
- patches.xen/xen-S3-MSI: fix Dom0 resume from S3 when MSI is
|
||||
in use (bnc#435596).
|
||||
- patches.xen/xen3-e1000e_ioremap_sanity_check: ioremap sanity
|
||||
check to catch mapping requests exceeding the BAR sizes
|
||||
(bnc#425480).
|
||||
- patches.xen/xen3-x86-fix-kmap-contig.patch: x86: contiguous
|
||||
kmap fix (bnc#449812).
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
implement correct model matching
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/dm-mpath-tracking-nr-bytes:
|
||||
lpp_end_io gets nr_bytes as third arg
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.suse/radeon-monitor-jsxx-quirk.patch:
|
||||
match all JSxx/QSxx models based on the first 4 chars in 'model'
|
||||
* Wed Jan 21 2009 olh@suse.de
|
||||
- update patches.arch/ppc-axon-missing-msi-workaround-5.diff:
|
||||
Fix MSI after kexec (bnc#467633)
|
||||
* Tue Jan 20 2009 gregkh@suse.de
|
||||
- clean up patch fuzz after 2.6.27.12 inclusion.
|
||||
* Tue Jan 20 2009 gregkh@suse.de
|
||||
- Update to the real 2.6.27.12
|
||||
* Tue Jan 20 2009 jeffm@suse.de
|
||||
- patches.suse/reiserfs_warning-reentrant: reiserfs: eliminate
|
||||
reiserfs_warning from uniqueness functions; Fixes deadlock.
|
||||
* Tue Jan 20 2009 olh@suse.de
|
||||
- patches.drivers/cxgb3-ser.patch:
|
||||
reset the adapter on fatal error (bnc#466062 - LTC51042)
|
||||
* Tue Jan 20 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-03-iucv-cpu-hotremove.diff: iucv: failing
|
||||
cpu hot remove for inactive iucv (bnc#466462,LTC#51104).
|
||||
- patches.arch/s390-08-04-compat-sigaltstack.diff:
|
||||
kernel: 31 bit compat sigaltstack syscall fails with
|
||||
-EFAULT. (bnc#466462,LTC#50888).
|
||||
- patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch:
|
||||
af_iucv: System hang if recvmsg() is used with MSG_PEEK
|
||||
(bnc#466462,LTC#51136).
|
||||
* Tue Jan 20 2009 hare@suse.de
|
||||
- patches.suse/dm-mpath-accept-failed-paths: Only accept
|
||||
non-existing paths when adding failed paths (bnc#467579)
|
||||
* Tue Jan 20 2009 mmarek@suse.cz
|
||||
- rpm/kernel-source.spec.in: set CONFIG_DEBUG_INFO=y in the
|
||||
packaged .configs if builfing debug packages (bnc#460887)
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- rpm/kernel-binary.spec.in: set %%tolerate_kabi_changes to 6
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- patches.suse/export-iwl_rx_allocate: reintroduce
|
||||
EXPORT_SYMBOL(iwl_rx_allocate).
|
||||
* Mon Jan 19 2009 mmarek@suse.cz
|
||||
- import SLE11 RC2 reference kabi
|
||||
* Mon Jan 19 2009 hare@suse.de
|
||||
- patches.drivers/mpt-return-all-sense-data: MPT Fusion doesn't
|
||||
return all sense data (bnc#466179).
|
||||
* Sat Jan 17 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.12-rc2
|
||||
* Fri Jan 16 2009 od@suse.de
|
||||
- patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch:
|
||||
call boot IRQ quirks at end of device init and during resume.
|
||||
- patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch:
|
||||
update to upstream variant of this patch:
|
||||
- integrate an older quirk to make IO-APIC mode work on AMD
|
||||
8131 rev. A0 and B0
|
||||
- fix boot IRQ disabling logic for AMD 813x
|
||||
- remove unneeded code for AMD SB700S
|
||||
* Fri Jan 16 2009 jbeulich@novell.com
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap
|
||||
fix (bnc#449812).
|
||||
* Fri Jan 16 2009 olh@suse.de
|
||||
- enable mptsas in kdump kernel to allow crashdump on QS2x blades
|
||||
* Fri Jan 16 2009 tiwai@suse.de
|
||||
Fix STAC925x patch again
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
(yet more) STAC925x issues (bnc#460478).
|
||||
* Fri Jan 16 2009 jjolly@suse.de
|
||||
- patches.arch/s390-08-01-cio-fix-mp-mode.diff: cio: fix
|
||||
subchannel multipath mode setup (bnc#466462,LTC#51047).
|
||||
- patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix
|
||||
memory alignment for GPN_FT requests. (bnc#466462).
|
||||
* Thu Jan 15 2009 gregkh@suse.de
|
||||
- Update config files for vanilla kernel versions due to new config
|
||||
option added in 2.6.27.12-rc1.
|
||||
* Thu Jan 15 2009 gregkh@suse.de
|
||||
- Update to 2.6.27.12-rc1:
|
||||
- security fixes
|
||||
- fixes CVE-2009-0029
|
||||
- bug fixes all over the place.
|
||||
- obsoletes the following patches:
|
||||
- patches.arch/ppc-cmm_no_kdump.patch
|
||||
- patches.drivers/alsa-caiaq-midi-oops-fix
|
||||
- patches.drivers/alsa-hda-hp-6730b-quirk
|
||||
- patches.drivers/ibmvfc-host_init_delay.patch
|
||||
- patches.drivers/ibmvfc-improve_sync_events.patch
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch
|
||||
- patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch
|
||||
- patches.fixes/uv-remove-erroneous-BAU-init
|
||||
- Update config files.
|
||||
* Thu Jan 15 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound:
|
||||
virtuoso: do not overwrite EEPROM on Xonar D2/D2X (bnc#462365).
|
||||
* Thu Jan 15 2009 bwalle@suse.de
|
||||
- patches.suse/s390-System.map.diff:
|
||||
Strip L2^B symbols (bnc #456682).
|
||||
* Thu Jan 15 2009 tiwai@suse.de
|
||||
- patches.drivers/alsa-hda-gateway-fix: ALSA: patch_sigmatel:
|
||||
Add missing Gateway entries and autodetection (bnc#460478).
|
||||
- patches.drivers/alsa-hda-gateway-fix2: ALSA: hda - More fixes
|
||||
on Gateway entries (bnc#460478).
|
||||
- patches.drivers/alsa-hda-hp-dv5-mic-fix: ALSA: hda - Fix HP
|
||||
dv5 mic input (bnc#462913).
|
||||
- patches.drivers/alsa-hda-hp-dv5-quirk: ALSA: hda - Add quirk
|
||||
for another HP dv5 (bnc#462913).
|
||||
- patches.drivers/alsa-hda-idt92hd83-fix-typo: ALSA: hda -
|
||||
Fix a typo.
|
||||
- patches.drivers/alsa-hda-samsung-q45-quirk: ALSA: hda - Add
|
||||
automatic model setting for Samsung Q45.
|
||||
- patches.drivers/alsa-hda-seek-for-codec-id: ALSA: hda - Add
|
||||
a new function to seek for a codec ID (bnc#460478).
|
||||
- patches.drivers/alsa-hda-sigmatel-no-hp-reset: ALSA: hda -
|
||||
Don't reset HP pinctl in patch_sigmatel.c (bnc#460478).
|
||||
- patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix
|
||||
missing initialization of NID 0x0e for STAC925x (bnc#460478).
|
||||
* Thu Jan 15 2009 olh@suse.de
|
||||
- patches.arch/ppc-fix_hugepage_check.patch:
|
||||
is_hugepage_only_range() must account for both 4kB and 64kB
|
||||
slices (bnc#466229 - LTC51063)
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Update config files: Disabled PARAVIRT on vanilla and LGUEST.
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Enabled patches.suse/unlock_page-speedup.patch
|
||||
* Wed Jan 14 2009 rjw@suse.de
|
||||
- patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch:
|
||||
PCI PM: Split PCI Express port suspend-resume (bnc#455926).
|
||||
- patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch:
|
||||
PCI: Suspend and resume PCI Express ports with interrupts
|
||||
disabled (bnc#455926).
|
||||
- patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch:
|
||||
PCI: handle PCI state saving with interrupts disabled
|
||||
(bnc#455926).
|
||||
- patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch:
|
||||
PCI: Rework default handling of suspend and resume (bnc#455926).
|
||||
* Wed Jan 14 2009 jeffm@suse.de
|
||||
- Update config files: Disable PARAVIRT.
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- refresh patches for fuzz due to update to 2.6.27.11
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- Update to final version of 2.6.27.11
|
||||
* Wed Jan 14 2009 kkeil@suse.de
|
||||
- patches.drivers/ixgbe-dcb-setstate.patch: Bugfix for ixgbe
|
||||
and kernel DCB netlink code. (bnc#458194)
|
||||
- patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile
|
||||
error fix. (bnc#465923)
|
||||
- Update config files.
|
||||
* Wed Jan 14 2009 trenn@suse.de
|
||||
- patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: Delete.
|
||||
It came out that this is an already fixed BIOS bug. The quirk
|
||||
is not needed anymore.
|
||||
* Wed Jan 14 2009 trenn@suse.de
|
||||
- patches.fixes/acpi_fix_double_slash_root_prefix_handling.patch:
|
||||
In AcpiNsGetInternalNameLength, skip the redundant backslash
|
||||
of RootPrefix (http://bugzilla.kernel.org/show_bug.cgi?id=11541
|
||||
http://www.acpica.org/bugzilla/show_bug.cgi?id=739).
|
||||
- patches.fixes/acpi_video_always_update_sys.patch: video: always
|
||||
update the brightness when poking "brightness" (bnc#450149).
|
||||
- patches.fixes/acpi_video_handle_reversed_brightness_info.patch:
|
||||
ACPI: video: Fix reversed brightness behavior on ThinkPad SL
|
||||
series (bnc#450149).
|
||||
* Wed Jan 14 2009 olh@suse.de
|
||||
- patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch:
|
||||
fix __load_balance_iterator() for cfs with only one task
|
||||
(bnc#457594 - LTC50544)
|
||||
* Wed Jan 14 2009 olh@suse.de
|
||||
- patches.fixes/xfs-redirty-ENOSPC.patch: Re-dirty pages on
|
||||
ENOSPC when converting delayed allocations (bnc#433112 - LTC48749)
|
||||
* Wed Jan 14 2009 npiggin@suse.de
|
||||
- Added guarded patches:
|
||||
- patches.suse/mnt-want-write-speedup.patch: fs: mnt_want_write
|
||||
speedup (bnc#436953).
|
||||
- patches.suse/mnt_clone_write.patch: fs: introduce
|
||||
mnt_clone_write (bnc#436953).
|
||||
- patches.suse/unlock_page-speedup.patch: mm: unlock_page speedup
|
||||
(bnc#436953).
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- Update config files.
|
||||
- patches.drivers/add-via-chrome9-drm-support.patch: add Via
|
||||
chrome9 drm support.
|
||||
* Wed Jan 14 2009 gregkh@suse.de
|
||||
- patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch:
|
||||
pata_via.c: Support VX855 and future chips whose IDE controller
|
||||
use 0x0571..
|
||||
* Tue Jan 13 2009 hare@suse.de
|
||||
- patches.fixes/scsi-restart-lookup-by-target: Modify patch
|
||||
after suggestions from James Bottomley (bnc#465346).
|
||||
@ -1108,6 +1690,9 @@ GIT Revision: 6d77fbf8a3482dfe1a1fdb9937023093a56fd9ae
|
||||
- patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes
|
||||
when repeatetly attaching/detaching devices. (bnc#458339).
|
||||
* Tue Jan 06 2009 npiggin@suse.de
|
||||
- patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for
|
||||
contiguous kmap fix (bnc#449812).
|
||||
* Tue Jan 06 2009 npiggin@suse.de
|
||||
- patches.fixes/mm-lockless-pagecache-barrier.patch: update.
|
||||
* Mon Jan 05 2009 mmarek@suse.cz
|
||||
- patches.suse/modpost-filter-out-built-in-depends: modpost:
|
||||
|
@ -115,6 +115,7 @@ sub unpack_dump($$) {
|
||||
}
|
||||
|
||||
my $override = /^override\s/;
|
||||
s/^override\s//;
|
||||
|
||||
if (/^([^ ])#(#?)([^ ]+) *(.*)$/) {
|
||||
my $sym = "$1#$3";
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f32e82e81b524e41080c9edfd10ec35305295a555b409cc47113ae0fac736077
|
||||
size 129
|
||||
oid sha256:317b86bce3fac580aa9d148594539628866d0d7fee31ddce7e397c43b0316a81
|
||||
size 126
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8fc51c0c71e41bd6810cdbce04a95461fab222fd36763cfb29bfff204d735bc8
|
||||
size 60218
|
||||
oid sha256:bda3405ba12c7d2d9c3c36271cfe10407eb743bf092ad91e3d0a13d00b0aec04
|
||||
size 60250
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:061f62a21481a4fc0d687eeef39b4eac7eca076d2186a06c15f3630bfdcaec3c
|
||||
size 297485
|
||||
oid sha256:f9d281cbf721e7400373b9422edf8541992ddcd152a774e86f2fddc35a21433d
|
||||
size 306000
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dfc51ebcc53ccb0c3408813e3bddf9c2a9d240d3441d40c8d19c164e6c3821d3
|
||||
size 3371354
|
||||
oid sha256:0fcd4b19e2c8bccbcd4ff12808fc80a1e0995bffb58b914fec01644f8cfe673c
|
||||
size 3463346
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:144c6ea2687cecbef673bf950eff1d68b461eecafbb5df26ffcc2ef8444cfcfc
|
||||
size 147476
|
||||
oid sha256:9e1e972ef6017002d15e65b5eba1b9a215119858fa4f0b40fcbfb5f8da4aec53
|
||||
size 168800
|
||||
|
3
patches.kabi.tar.bz2
Normal file
3
patches.kabi.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09a68f5e0f95d463793e4fba849860522665183872fbbf7d5ea33c7c27db497b
|
||||
size 2016
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e65795aa32c9701c0933a97e26a2fe0322724a7ffc19be193dbb58812cec7d34
|
||||
size 167911
|
||||
oid sha256:a78bfdc68da86f641e897419f67c38c585cee6f7e00d60f4c0d57ae36829c249
|
||||
size 228182
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5baff7805ce91ee88ffccef938ba004b87e92a494de7f031faf7a2729a0603c
|
||||
size 1593
|
||||
oid sha256:8122651bba244012e608a30980c6467064fdfac33396a65c0d934a9ca4f94bd3
|
||||
size 2324
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e7ecc247b21aacb3a484b1a9557bc7f9019b835afd18e07cdaa4492d079800b
|
||||
size 122
|
||||
oid sha256:735292394b209b3389f2af31a701c8f62470075c14368fc37a9906afbbefdf3a
|
||||
size 125
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:827fa1308faa075fe42c50bb5fee7a53ad5eb60a3b0c0e4fa2c0140d9ba17ba3
|
||||
size 1474863
|
||||
oid sha256:11ccec82844747809347b7324430dd411a355dfc81dac351d85f94da626ad514
|
||||
size 1491874
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95aacff8904f7f936ed9c121d5a2046abc8029f6b42c0b1d658f3de6b0146f2d
|
||||
size 63320
|
||||
oid sha256:19c8a4b12de73ca0f81aefc5de31d415a62a069981341594d579d39214f67f9c
|
||||
size 63300
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:341c5905bc82feee6ccc5fa311b08e1564327a4d324b8b15f1eca8df733b65a0
|
||||
size 1514292
|
||||
oid sha256:b5bbebf6c58855d1fcdc872398121ae018786de7b4834c09c83f5c9489680599
|
||||
size 1508869
|
||||
|
184
series.conf
184
series.conf
@ -40,7 +40,9 @@
|
||||
patches.kernel.org/patch-2.6.27.7-8
|
||||
patches.kernel.org/patch-2.6.27.8-9
|
||||
patches.kernel.org/patch-2.6.27.9-10
|
||||
patches.kernel.org/patch-2.6.27.11-rc1
|
||||
patches.kernel.org/patch-2.6.27.10-11
|
||||
patches.kernel.org/patch-2.6.27.11-12
|
||||
patches.kernel.org/patch-2.6.27.12-13
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -61,6 +63,8 @@
|
||||
########################################################
|
||||
# kABI consistency patches
|
||||
########################################################
|
||||
patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch
|
||||
patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch
|
||||
|
||||
########################################################
|
||||
#
|
||||
@ -71,11 +75,11 @@
|
||||
# Note that every patch in the patches.rpmify directory
|
||||
# will be included in the vanilla package.
|
||||
########################################################
|
||||
patches.kernel.org/md-raid-metadata-PAGE_SIZE.patch
|
||||
patches.kernel.org/firmware-path
|
||||
patches.kernel.org/no-include-asm
|
||||
patches.rpmify/firmware-path
|
||||
patches.rpmify/no-include-asm
|
||||
patches.suse/genksyms-reference.diff
|
||||
patches.suse/genksyms-override.diff
|
||||
patches.suse/genksyms-add-override-flag.diff
|
||||
|
||||
patches.rpmify/rpm-kernel-config
|
||||
patches.rpmify/buildhost
|
||||
@ -94,6 +98,12 @@
|
||||
patches.suse/reiser4-exports
|
||||
patches.suse/kvm-as-kmp
|
||||
patches.suse/export-release_open_intent
|
||||
patches.kabi/export-iwl_rx_allocate
|
||||
|
||||
########################################################
|
||||
# Bug workarounds for binutils
|
||||
########################################################
|
||||
patches.suse/s390-System.map.diff
|
||||
|
||||
########################################################
|
||||
# Scheduler / Core
|
||||
@ -105,6 +115,8 @@
|
||||
patches.suse/self-ptrace.patch
|
||||
-RT patches.suse/rwlocks-enable-interrupts
|
||||
patches.suse/coredump_filter-add-elfhdr-default.patch
|
||||
patches.fixes/round-jiffies-up
|
||||
patches.kabi/sched-kabi-compat-hack.patch
|
||||
|
||||
########################################################
|
||||
# Architecture-specific patches. These used to be all
|
||||
@ -122,6 +134,8 @@
|
||||
patches.fixes/nr-irqs-file
|
||||
patches.arch/mm-avoid-bad-page-on-lru
|
||||
patches.arch/ia64-page-migration
|
||||
patches.arch/ia64-page-migration.fix
|
||||
patches.fixes/taskstats-alignment
|
||||
|
||||
########################################################
|
||||
# i386
|
||||
@ -147,9 +161,16 @@
|
||||
patches.arch/x86-disable-broadcomm-boot-interrupt-generation.patch
|
||||
patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch
|
||||
patches.arch/x86-introduce-config-option-for-pci-reroute-quirks.patch
|
||||
patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch
|
||||
patches.arch/x86-self-ptrace.patch
|
||||
patches.arch/x86-tracehook
|
||||
patches.arch/x86-hpet-pre-read
|
||||
patches.arch/x86_64-hpet-64bit-timer.patch
|
||||
patches.fixes/remove_kernel_physical_mapping_init_from_init
|
||||
patches.suse/x86-mark_rodata_rw.patch
|
||||
+npiggin patches.suse/x86-mark_rodata_rw-2.patch
|
||||
patches.suse/usb-move-ehci-reg-def.patch
|
||||
patches.suse/x86-usb-debug-port-early-console-v4.patch
|
||||
|
||||
########################################################
|
||||
# x86_64/i386 biarch - x2APIC next generation x86 CPU support
|
||||
@ -236,6 +257,11 @@
|
||||
patches.fixes/uv-xpc-get_sn_info.diff
|
||||
patches.fixes/uv-xpc_get_part_rsvd_page.diff
|
||||
patches.drivers/sgi-xp-no-uv
|
||||
patches.fixes/xpc-write-barrier
|
||||
patches.fixes/xpc-fix-NULL-deref
|
||||
patches.fixes/uv_zalias_support
|
||||
patches.fixes/sn-irq-affinity
|
||||
patches.fixes/xpc-pass-physical
|
||||
|
||||
# VMware TSC workaround patches (bnc#441338)
|
||||
patches.arch/x86-vmware-tsc-01-add-TSC_RELIABLE
|
||||
@ -255,6 +281,8 @@
|
||||
########################################################
|
||||
# powerpc/generic
|
||||
########################################################
|
||||
patches.suse/of_platform_driver.module-owner.patch
|
||||
patches.suse/led_classdev.sysfs-name.patch
|
||||
patches.suse/radeon-monitor-jsxx-quirk.patch
|
||||
patches.suse/8250-sysrq-ctrl_o.patch
|
||||
patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch
|
||||
@ -301,7 +329,6 @@
|
||||
patches.arch/ppc-cell-gdb-watchpoints.patch
|
||||
patches.arch/ppc-valid-hugepage-size-hugetlb_get_unmapped_area.patch
|
||||
patches.arch/ppc-pseries-cpu-migrate.patch
|
||||
patches.arch/ppc-cmm_no_kdump.patch
|
||||
|
||||
patches.arch/ppc-spufs-01-use-inc_nlink.patch
|
||||
patches.arch/ppc-spufs-03-sputrace-Only-enable-logging-on-open.patch
|
||||
@ -390,6 +417,14 @@
|
||||
# patches.fixes/scsi-enhance-error-codes patch as the s390
|
||||
# patch is dependent on the error-codes patch.
|
||||
|
||||
patches.arch/s390-08-01-cio-fix-mp-mode.diff
|
||||
patches.arch/s390-08-02-zfcp-gpn-align-fix.diff
|
||||
patches.arch/s390-08-03-iucv-cpu-hotremove.diff
|
||||
patches.arch/s390-08-04-compat-sigaltstack.diff
|
||||
patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch
|
||||
patches.arch/s390-08-06-personality.patch
|
||||
patches.arch/s390-08-07-compat_wrappers.patch
|
||||
|
||||
patches.arch/s390-symmetrix-ioctl.patch
|
||||
patches.arch/s390-personality-mask.patch
|
||||
patches.arch/s390-zfcp-synchronize-scsi-register
|
||||
@ -408,7 +443,6 @@
|
||||
patches.fixes/slab-alloc_slabmgmt-fix.patch
|
||||
patches.suse/mm-do-not-disable-memory-hotplug-when-hibernation-is-enabled.patch
|
||||
patches.fixes/s390-lru_add_drain_all.patch
|
||||
patches.fixes/mm-lockless-pagecache-barrier.patch
|
||||
|
||||
patches.fixes/loop-barriers
|
||||
patches.fixes/loop-barriers2
|
||||
@ -419,7 +453,10 @@
|
||||
patches.suse/file-capabilities-add-file_caps-switch.diff
|
||||
patches.suse/file-capabilities-disable-by-default.diff
|
||||
patches.fixes/block-sanitize-invalid-partition-table-entries
|
||||
patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch
|
||||
|
||||
patches.suse/mnt-want-write-speedup.patch
|
||||
patches.suse/mnt_clone_write.patch
|
||||
patches.suse/unlock_page-speedup.patch
|
||||
|
||||
########################################################
|
||||
# CPU scheduler
|
||||
@ -429,7 +466,6 @@
|
||||
patches.fixes/bug-437171_3_rework_wakeup_preemption.patch
|
||||
patches.fixes/bug-437171_4_sched_reinstate_vruntime_wakeup.patch
|
||||
|
||||
|
||||
########################################################
|
||||
# nfsacl protocol (agruen)
|
||||
########################################################
|
||||
@ -443,6 +479,7 @@
|
||||
patches.suse/kbd-ignore-gfx.patch
|
||||
patches.fixes/ds1682-build-fix
|
||||
patches.suse/rlimit-memlock-64k.patch
|
||||
patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch
|
||||
|
||||
########################################################
|
||||
#
|
||||
@ -507,7 +544,8 @@
|
||||
patches.arch/acpi_processor_cleanups.patch
|
||||
|
||||
patches.suse/acpi_osi_sle11_ident.patch
|
||||
patches.fixes/acpi_irq_quirk_pci_irq_derive.patch
|
||||
patches.fixes/acpi_video_handle_reversed_brightness_info.patch
|
||||
patches.fixes/acpi_video_always_update_sys.patch
|
||||
|
||||
########################################################
|
||||
# CPUFREQ
|
||||
@ -520,6 +558,11 @@
|
||||
+trenn patches.drivers/cpufreq_changes_to_get_cpu_idle_us_5.patch
|
||||
+trenn patches.drivers/cpufreq_add_idle_microaccounting_6.patch
|
||||
|
||||
patches.fixes/cpufreq_export_latency.patch
|
||||
patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch
|
||||
patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch
|
||||
patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch
|
||||
|
||||
########################################################
|
||||
# AGP, graphics related stuff
|
||||
########################################################
|
||||
@ -554,6 +597,7 @@
|
||||
########################################################
|
||||
# cifs patches
|
||||
########################################################
|
||||
patches.fixes/cifs-fix-oops-on-ipv6-mount
|
||||
|
||||
########################################################
|
||||
# ext2/ext3
|
||||
@ -761,12 +805,14 @@
|
||||
patches.suse/xfs-dmapi-src
|
||||
patches.suse/xfs-dmapi-enable
|
||||
patches.suse/xfs-dmapi-xfs-enable
|
||||
patches.fixes/xfs-dmapi-fixes
|
||||
patches.suse/xfs-nfsd-dmapi-aware
|
||||
patches.suse/xfs-account-for-allocated-blocks-when-expanding-directories
|
||||
patches.suse/xfs-handle-memory-allocation-failures-during-log-initialisation
|
||||
patches.suse/xfs-check-for-valid-transaction-headers-in-recovery
|
||||
patches.suse/xfs-wait-for-all-IO-on-truncate-to-zero
|
||||
patches.fixes/xfs-barrier-fix.patch
|
||||
patches.fixes/xfs-redirty-ENOSPC.patch
|
||||
|
||||
########################################################
|
||||
# novfs
|
||||
@ -815,15 +861,10 @@
|
||||
patches.drivers/e1000e_add_82574L.patch
|
||||
patches.drivers/e1000e_add_ICH9_BM.patch
|
||||
patches.drivers/e1000e_add_LOM_devices.patch
|
||||
|
||||
# debug 425480
|
||||
patches.suse/e1000e_Export_set_memory_ro-rw
|
||||
patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory
|
||||
patches.suse/e1000e_allow_bad_checksum
|
||||
patches.suse/e1000e_call_dump_eeprom
|
||||
patches.suse/e1000e_ioremap_sanity_check
|
||||
|
||||
patches.drivers/e1000e_add_ECC
|
||||
patches.drivers/e1000-fix-shared-emc.patch
|
||||
|
||||
patches.suse/e1000e_Export_set_memory_ro-rw
|
||||
|
||||
patches.fixes/igb_ethtool.patch
|
||||
|
||||
@ -842,8 +883,9 @@
|
||||
patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101
|
||||
patches.drivers/r8169-additional-8101-and-8102-support
|
||||
|
||||
|
||||
patches.drivers/ixgbe-fcoe-bugfixes
|
||||
patches.fixes/disable-lro-per-default
|
||||
|
||||
patches.drivers/sgi-ioc4-request-submodules
|
||||
|
||||
# This one is more related to x2APIC patches, but adjusted by SGI to cleanly
|
||||
@ -851,8 +893,6 @@
|
||||
patches.arch/x86_uv_early_detect.patch
|
||||
patches.arch/x86_sgi_uv_early_detect_oem.patch
|
||||
patches.fixes/uv-redundant-creation-of-proc-dir
|
||||
patches.fixes/uv-remove-erroneous-BAU-init
|
||||
|
||||
|
||||
# Add support for Montevina hardware; series mainlined 2.6.26
|
||||
|
||||
@ -866,6 +906,9 @@
|
||||
|
||||
patches.drivers/ehca-fix-possible-nullpointer-access-v2.patch
|
||||
|
||||
patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch
|
||||
patches.fixes/hpilo-open-close-fix
|
||||
|
||||
########################################################
|
||||
# Storage
|
||||
########################################################
|
||||
@ -928,12 +971,17 @@
|
||||
patches.drivers/block-call-sync-on-cleanup
|
||||
patches.drivers/block-add-timeout-on-dequeue
|
||||
patches.drivers/block-del-timer-after-dequeue
|
||||
patches.fixes/block-use-round_jiffies_up
|
||||
patches.fixes/blk-leave-sync-timer-running
|
||||
patches.drivers/block-internal-dequeue-shouldnt-start-timer
|
||||
patches.fixes/block-integrity-update
|
||||
patches.fixes/blk-dont-invoke-request_fn-on-stopped-queue
|
||||
patches.fixes/blk-move-unplug_work-init
|
||||
patches.fixes/blk-get-extra-reference-before-unmap
|
||||
patches.fixes/block-fix-blk_start_queueing
|
||||
patches.fixes/block-suppress-buffer-IO-errors
|
||||
patches.fixes/block-optimizations-in-blk_rq_timed_out_timer
|
||||
patches.fixes/block-add-comment-in-blk_rq_timed_out
|
||||
|
||||
patches.drivers/cciss-driver-panic-on-volume-delete
|
||||
|
||||
@ -967,6 +1015,46 @@
|
||||
patches.drivers/open-fcoe-rc1-update
|
||||
patches.drivers/open-fcoe-fnic-patches
|
||||
|
||||
# bnc #459142
|
||||
patches.drivers/fcoe-logoff-of-the-fabric-when.diff
|
||||
patches.drivers/fcoe-remove-warn_on-in-fc_set.diff
|
||||
patches.drivers/fcoe-user_mfs-is-never-used.diff
|
||||
patches.drivers/fcoe-check-return-for-fc_set_m.diff
|
||||
patches.drivers/libfc-use-an-operations-struct.diff
|
||||
patches.drivers/fcoe-fix-frame-length-validati.diff
|
||||
patches.drivers/libfc-make-sure-we-access-the.diff
|
||||
patches.drivers/libfc-make-fc_disc-inline-with.diff
|
||||
patches.drivers/libfc-make-rscn-parsing-more-r.diff
|
||||
patches.drivers/libfc-improve-fc_lport-c-locki.diff
|
||||
patches.drivers/libfc-improve-fc_rport-c-locki.diff
|
||||
patches.drivers/libfc-add-fc_disc-c-locking-co.diff
|
||||
patches.drivers/libfc-ensure-correct-device_pu.diff
|
||||
patches.drivers/fcoe-improved-load-balancing-i.diff
|
||||
patches.drivers/libfc-updated-comment-for-orde.diff
|
||||
patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff
|
||||
patches.drivers/libfc-updated-libfc-fcoe-modul.diff
|
||||
patches.drivers/libfc-set-the-release-function.diff
|
||||
|
||||
# bnc #468051
|
||||
patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff
|
||||
|
||||
# bnc #468053
|
||||
patches.drivers/libfc_locking.diff
|
||||
|
||||
# bnc #468054
|
||||
patches.drivers/libfc_rport.diff
|
||||
|
||||
# bnc #465596
|
||||
patches.drivers/libfc-handle-rrq-exch-timeout.diff
|
||||
patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff
|
||||
patches.drivers/libfc-when-rport-goes-away-re.diff
|
||||
|
||||
#bnc #469536
|
||||
patches.drivers/libfc-fix-read-IO-data-integrity
|
||||
|
||||
patches.drivers/ixgbe-dcb-setstate.patch
|
||||
patches.drivers/ixgbe_DCB_compile_err.patch
|
||||
|
||||
patches.drivers/lpfc-8.2.8-update
|
||||
patches.drivers/lpfc-8.2.8.1-update
|
||||
patches.drivers/lpfc-8.2.8.3-update
|
||||
@ -975,12 +1063,16 @@
|
||||
patches.drivers/lpfc-8.2.8.9-update
|
||||
patches.drivers/lpfc-8.2.8.10-update
|
||||
patches.drivers/lpfc-8.2.8.11-update
|
||||
patches.drivers/lpfc-8.2.8.12-update
|
||||
patches.drivers/qla2xxx-8.02.01-k8-update
|
||||
patches.drivers/qla2xxx-8.02.01-k9-update
|
||||
patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update
|
||||
patches.fixes/qla2xxx-disable-automatic-queue-tracking
|
||||
patches.fixes/qla2xxx-check-fc-rport-validity
|
||||
patches.drivers/mpt-fusion-4.00.43.00-update
|
||||
patches.drivers/mpt-fusion-4.16.00.00-update
|
||||
patches.drivers/mpt-return-all-sense-data
|
||||
patches.drivers/mptsas-discover-all-devices
|
||||
patches.drivers/qla4xxx-sles11-update
|
||||
patches.drivers/qla4xxx-5.01.00-k8_sles11-03-update
|
||||
patches.drivers/qla4xxx-5.01.00-k8_sles11-04-update
|
||||
@ -1008,8 +1100,6 @@
|
||||
|
||||
patches.drivers/ibmvfc-async-events-oops
|
||||
patches.drivers/ibmvfc-add_sync.patch
|
||||
patches.drivers/ibmvfc-host_init_delay.patch
|
||||
patches.drivers/ibmvfc-improve_sync_events.patch
|
||||
patches.drivers/ibmvfc-abort-response.patch
|
||||
|
||||
# Remaining SCSI patches (garloff)
|
||||
@ -1019,16 +1109,21 @@
|
||||
|
||||
patches.fixes/scsi-ibmvscsi-show-config.patch
|
||||
patches.fixes/scsi-ibmvscsi-can_queue_fix.patch
|
||||
patches.fixes/scsi-ibmvscsi-vio_leak.patch
|
||||
patches.fixes/scsi-ibmvscsi-module_alias.patch
|
||||
|
||||
# bnc#362850
|
||||
patches.fixes/sd_liberal_28_sense_invalid.diff
|
||||
|
||||
patches.drivers/intel-ibex-peak-device-ids.patch
|
||||
patches.drivers/intel-ibex-peak-device-support.patch
|
||||
patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch
|
||||
|
||||
########################################################
|
||||
# DRM/Video
|
||||
########################################################
|
||||
patches.drivers/via-unichrome-drm-bugfixes.patch
|
||||
patches.drivers/add-via-chrome9-drm-support.patch
|
||||
|
||||
########################################################
|
||||
# Network
|
||||
@ -1039,6 +1134,7 @@
|
||||
patches.suse/nameif-track-rename.patch
|
||||
patches.drivers/atl2-add-atl2-network-driver.patch
|
||||
patches.fixes/tg3-fix-default-wol.patch
|
||||
patches.drivers/tg3_libphy_workaround
|
||||
|
||||
patches.drivers/cxgb3-private-iscsi-ip-addresses
|
||||
patches.drivers/cxgb3-get_drvinfo-deadlock.patch
|
||||
@ -1053,16 +1149,23 @@
|
||||
patches.drivers/cxgb3-Add-1G-fiber-support
|
||||
patches.drivers/cxgb3-update-driver-version
|
||||
patches.drivers/cxgb3-eeprom-read-fixes.patch
|
||||
patches.drivers/cxgb3-ser.patch
|
||||
|
||||
patches.fixes/hso_killswitch.patch
|
||||
|
||||
patches.fixes/sctp_do_not_use_stale_copy_of_sk
|
||||
|
||||
########################################################
|
||||
# Wireless Networking
|
||||
########################################################
|
||||
patches.suse/wireless-no-aes-select
|
||||
patches.fixes/ipw2200-send-noassoc.patch
|
||||
patches.fixes/ipw2200-workaround-firmware-restarts-when-scanning.patch
|
||||
patches.fixes/ath5k-ignore-calibration-return-value.patch
|
||||
|
||||
patches.fixes/iwl3945-fix-rfkill.patch
|
||||
patches.fixes/iwlagn-fix-rfkill.patch
|
||||
patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch
|
||||
patches.fixes/mac80211-add-direct-probe.patch
|
||||
|
||||
########################################################
|
||||
# iSCSI
|
||||
@ -1093,11 +1196,16 @@
|
||||
# make debugging easier
|
||||
patches.drivers/sysfs-crash-debugging.patch
|
||||
patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch
|
||||
patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch
|
||||
patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch
|
||||
patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch
|
||||
|
||||
# this must be after the previous *-dynamic-debug-messages.patch
|
||||
patches.suse/module-ref-dynamic-alloc
|
||||
patches.suse/mem_cgroup_stat-dynamic-alloc
|
||||
|
||||
patches.fixes/sysfs-fix-problems-with-binary-files.patch
|
||||
|
||||
########################################################
|
||||
# USB
|
||||
########################################################
|
||||
@ -1114,8 +1222,10 @@
|
||||
patches.suse/bootsplash
|
||||
patches.drivers/elousb.patch
|
||||
patches.fixes/input-add-acer-aspire-5710-to-nomux.patch
|
||||
patches.fixes/input-add-nomux-dell-vostro-1510.patch
|
||||
patches.fixes/hid-rdesc-quirk-for-sony-vaio-VGX-TP1E.patch
|
||||
patches.drivers/input-usbtouchscreen-hw-calibration.patch
|
||||
patches.fixes/revert-bgcolor-line-feed-93f78da4.patch
|
||||
|
||||
##########################################################
|
||||
# Sound
|
||||
@ -1155,18 +1265,28 @@
|
||||
patches.drivers/alsa-hda-stac-yet-more-fixes
|
||||
patches.drivers/alsa-hda-dell-92hd73xx-models
|
||||
patches.drivers/alsa-hda-sony-vaio-vgn-sr19xn-quirk
|
||||
patches.drivers/alsa-hda-hp-6730b-quirk
|
||||
patches.drivers/alsa-hda-92hd73x-desktop-fixes
|
||||
patches.drivers/alsa-hda-hp-dv7-quirk
|
||||
patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back
|
||||
patches.drivers/alsa-hda-hp2230s-quirk
|
||||
patches.drivers/alsa-hda-ad1882-id-typo-fix
|
||||
patches.drivers/alsa-hda-sigmatel-add-missing-terminators
|
||||
patches.drivers/alsa-hda-seek-for-codec-id
|
||||
patches.drivers/alsa-hda-gateway-fix
|
||||
patches.drivers/alsa-hda-gateway-fix2
|
||||
patches.drivers/alsa-hda-stac925x-init-fix
|
||||
patches.drivers/alsa-hda-hp-dv5-quirk
|
||||
patches.drivers/alsa-hda-hp-dv5-mic-fix
|
||||
patches.drivers/alsa-hda-idt92hd83-fix-typo
|
||||
patches.drivers/alsa-hda-add-volume-offset
|
||||
patches.drivers/alsa-hda-stac-reduce-volume-scale
|
||||
patches.drivers/alsa-hda-hp-dv4-quirk
|
||||
patches.drivers/alsa-hda-gateway-t1616-quirk
|
||||
patches.drivers/alsa-hda-intel-d945-ref-quirk
|
||||
patches.drivers/alsa-emu10k1-audigy-fixes
|
||||
patches.drivers/alsa-powermac-ibook-g4-mic-fix
|
||||
patches.drivers/alsa-ca0106-pm-support
|
||||
patches.drivers/alsa-ca0106-capture-no-44khz
|
||||
patches.drivers/alsa-caiaq-midi-oops-fix
|
||||
patches.drivers/alsa-virtuoso-no-eeprom-overwrite
|
||||
|
||||
########################################################
|
||||
# Other driver fixes
|
||||
@ -1218,6 +1338,8 @@
|
||||
patches.fixes/dm-avoid-put-table-dm_any_congested
|
||||
patches.fixes/dm-unbind-drop-ref
|
||||
patches.fixes/dm-table-ref-count
|
||||
patches.suse/dm-mpath-requeue-for-stopped-queue
|
||||
patches.suse/dm-mpath-check-info-before-access
|
||||
|
||||
########################################################
|
||||
# md
|
||||
@ -1226,6 +1348,7 @@
|
||||
patches.fixes/md-Don-t-try-to-set-an-array-to-read-auto-if-it-i.patch
|
||||
patches.suse/md-notify-when-stopped
|
||||
patches.fixes/md-disable-recovery-on-faulty-degraded-array
|
||||
patches.suse/md-raid-metadata-PAGE_SIZE.patch
|
||||
|
||||
|
||||
##########################################################
|
||||
@ -1487,6 +1610,7 @@
|
||||
patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch
|
||||
patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-x86_64.patch
|
||||
patches.xen/ipv6-no-autoconf
|
||||
patches.xen/gso-size-check.patch
|
||||
patches.xen/pci-reassign-resources
|
||||
patches.xen/sfc-driverlink
|
||||
patches.xen/sfc-resource-driver
|
||||
@ -1518,6 +1642,8 @@
|
||||
patches.xen/748-x86-ioapic-cleanup.patch
|
||||
patches.xen/761-highpte.patch
|
||||
patches.xen/762-xencons-hvc.patch
|
||||
patches.xen/764-netback-foreign-pages.patch
|
||||
patches.xen/769-evtchn-CPU-offline.patch
|
||||
|
||||
# changes outside arch/{i386,x86_64}/xen
|
||||
patches.xen/xen3-fixup-kconfig
|
||||
@ -1542,6 +1668,8 @@
|
||||
patches.xen/xen3-patch-2.6.27.5-6
|
||||
patches.xen/xen3-patch-2.6.27.7-8
|
||||
patches.xen/xen3-patch-2.6.27.8-9
|
||||
patches.xen/xen3-patch-2.6.27.9-10
|
||||
patches.xen/xen3-patch-2.6.27.11-12
|
||||
patches.xen/xen3-seccomp-disable-tsc-option
|
||||
patches.xen/xen3-rwlocks-enable-interrupts
|
||||
patches.xen/xen3-x2APIC_PATCH_20_of_41_cff73a6ffaed726780b001937d2a42efde553922
|
||||
@ -1551,8 +1679,10 @@
|
||||
patches.xen/xen3-x86_sgi_cpus4096-05-update-send_IPI_mask.patch
|
||||
patches.xen/xen3-uv_setup_irq.diff
|
||||
patches.xen/xen3-x86-vmware-tsc-03-detect-from-hypervisor
|
||||
patches.xen/xen3-x86-fix-kmap-contig.patch
|
||||
+andrea patches.xen/xen3-silent-stack-overflow
|
||||
patches.xen/xen3-e1000e_Export_set_memory_ro-rw
|
||||
- patches.xen/xen3-e1000e_ioremap_sanity_check
|
||||
patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch
|
||||
patches.xen/xen3-panic-on-io-nmi.diff
|
||||
patches.xen/xen3-intel-ibex-peak-device-ids.patch
|
||||
@ -1584,6 +1714,7 @@
|
||||
patches.xen/xen-configurable-guest-devices
|
||||
patches.xen/xen-netback-nr-irqs
|
||||
patches.xen/xen-netback-notify-multi
|
||||
patches.xen/xen-S3-MSI
|
||||
patches.xen/xen-x86-panic-no-reboot
|
||||
patches.xen/xen-x86-dcr-fallback
|
||||
patches.xen/xen-x86-consistent-nmi
|
||||
@ -1598,3 +1729,4 @@
|
||||
patches.xen/xen-x86_64-pgd-pin
|
||||
patches.xen/xen-x86_64-pgd-alloc-order
|
||||
patches.xen/xen-x86_64-dump-user-pgt
|
||||
patches.xen/xen-x86-mark_rodata_rw.patch
|
||||
|
@ -8,6 +8,7 @@
|
||||
# Modules that a base module uses implicitly are also base modules,
|
||||
# but at least they need to be marked as supported here.
|
||||
|
||||
+external kernel/arch/ia64/kernel/cpe_migrate # SGI
|
||||
kernel/arch/ia64/kernel/err_inject
|
||||
+external kernel/arch/powerpc/platforms/cell/cbe-cpufreq
|
||||
+external kernel/arch/powerpc/platforms/cell/cbe_cpufreq_pmi
|
||||
@ -746,7 +747,7 @@
|
||||
kernel/drivers/md/dm-log
|
||||
kernel/drivers/md/dm-region_hash
|
||||
kernel/drivers/md/dm-round-robin # Round-robin path selector
|
||||
kernel/drivers/md/dm-leastpending # Least pending path selector
|
||||
kernel/drivers/md/dm-least-pending # Least pending path selector
|
||||
kernel/drivers/md/dm-queue-length # Queue-lenght oriented dynamic load balancer
|
||||
kernel/drivers/md/dm-service-time # Service-time oriented dynamic load balancer
|
||||
kernel/drivers/md/dm-snapshot # device-mapper snapshot target
|
||||
|
Loading…
Reference in New Issue
Block a user