1
0
forked from pool/kernel-source

GIT Revision: 4ef8999df586289544cf1b49006979f9d225c489

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=6982
This commit is contained in:
Michal Marek
2011-06-08 13:19:15 +00:00
committed by Git OBS Bridge
parent c45dc5e996
commit 09cb675bdd
34 changed files with 1167 additions and 116 deletions

View File

@@ -1,3 +1,45 @@
-------------------------------------------------------------------
Wed Jun 8 10:40:09 CEST 2011 - trenn@suse.de
- Update Suresh's version 2 of the patchseries:
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
- Refresh patches.fixes/x86_mtrr_use_stop_machine_2_2.patch.
- commit 4ef8999
-------------------------------------------------------------------
Tue Jun 7 12:24:19 CEST 2011 - mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix for empty EXTRAVERSION
- commit a0a1386
-------------------------------------------------------------------
Tue Jun 7 12:15:49 CEST 2011 - mmarek@suse.cz
- rpm/compute-PATCHVERSION.sh: Fix for 3.0
- commit dca1465
-------------------------------------------------------------------
Tue Jun 7 11:20:23 CEST 2011 - mmarek@suse.cz
- rpm/mkspec: Fix perl warning
- commit 395d7d8
-------------------------------------------------------------------
Tue Jun 7 10:10:47 CEST 2011 - trenn@suse.de
- x86, mtrr: use __stop_machine() for doing MTRR rendezvous
(bnc#672008).
- stop_machine: enable __stop_machine() to be called from the
cpu online path (bnc#672008).
- commit 684cd78
-------------------------------------------------------------------
Mon Jun 6 08:08:39 CEST 2011 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Loosen the mkinitrd requirement, this was
only a workaround for a 11.3 update problem (cf bnc#615680).
- commit 05ade7d
-------------------------------------------------------------------
Sun Jun 5 08:37:31 CEST 2011 - jslaby@suse.cz
@@ -24,7 +66,11 @@ Fri Jun 3 12:09:01 CEST 2011 - mmarek@suse.cz
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit b6128a3
- rpm/macros.kernel-source: Add -b option to %kernel_module_package
to unconditionally call mkinitrd on kmp install (fate#309400).
- rpm/kernel-module-subpackage: Pass KMP_NEEDS_MKINITRD=1 to
weak-modules2 if the -b option is used.
- commit 83331f5
-------------------------------------------------------------------
Wed Jun 1 10:02:24 CEST 2011 - jbeulich@novell.com
@@ -269,7 +315,9 @@ Fri Apr 29 20:35:21 CEST 2011 - jeffm@suse.com
- rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an
awk regex. It's technically invalid.
- commit da138d8
- rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an
awk regex. It's technically invalid.
- commit 52dd0f0
-------------------------------------------------------------------
Fri Apr 29 08:34:28 CEST 2011 - sjayaraman@suse.de