From 40047e74d4cf4af3d212a45106ceb9ab09e37dfd2182ce2d2aebbd27b2cb3fef Mon Sep 17 00:00:00 2001 From: Michal Marek Date: Sat, 18 Jun 2011 05:03:05 +0000 Subject: [PATCH] GIT Revision: a5d90e7697b62d8d565d2036c724b1797e10c1f8 OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=6995 --- kernel-debug.changes | 23 +++++++++++++++++++++++ kernel-debug.spec | 17 +++++++++++++++++ kernel-default.changes | 23 +++++++++++++++++++++++ kernel-default.spec | 17 +++++++++++++++++ kernel-desktop.changes | 23 +++++++++++++++++++++++ kernel-desktop.spec | 17 +++++++++++++++++ kernel-docs.changes | 23 +++++++++++++++++++++++ kernel-docs.spec | 17 +++++++++++++++++ kernel-pae.changes | 23 +++++++++++++++++++++++ kernel-pae.spec | 17 +++++++++++++++++ kernel-ppc64.changes | 23 +++++++++++++++++++++++ kernel-ppc64.spec | 17 +++++++++++++++++ kernel-ps3.changes | 23 +++++++++++++++++++++++ kernel-ps3.spec | 17 +++++++++++++++++ kernel-s390.changes | 23 +++++++++++++++++++++++ kernel-s390.spec | 17 +++++++++++++++++ kernel-source.changes | 23 +++++++++++++++++++++++ kernel-source.spec | 17 +++++++++++++++++ kernel-syms.changes | 23 +++++++++++++++++++++++ kernel-syms.spec | 17 +++++++++++++++++ kernel-trace.changes | 23 +++++++++++++++++++++++ kernel-trace.spec | 17 +++++++++++++++++ kernel-vanilla.changes | 23 +++++++++++++++++++++++ kernel-vanilla.spec | 17 +++++++++++++++++ patches.arch.tar.bz2 | 4 ++-- patches.fixes.tar.bz2 | 4 ++-- post.sh | 3 +++ postun.sh | 5 +++++ series.conf | 7 +++++-- source-timestamp | 4 ++-- 30 files changed, 499 insertions(+), 8 deletions(-) diff --git a/kernel-debug.changes b/kernel-debug.changes index dc434e77..0bd52940 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz + +- rpm/post.sh: Touch /boot/do_purge_kernels on package install + (fate#312018). +- rpm/postun.sh: Remove it again if it still exists on package + uninstall. +- commit 82f4a5d + +------------------------------------------------------------------- +Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de + +- stop_machine: implement stop_machine_from_offline_cpu() + (bnc#697859). +- stop_machine: kill __stop_machine() (bnc#697859). +- x86, mtrr: lock stop machine during MTRR rendezvous sequence + (bnc#697859). +- stop_machine: reorganize stop_cpus() implementation + (bnc#697859). +- x86, mtrr: use __stop_machine() for doing MTRR rendezvous + (bnc#697859). +- commit aa3d6e2 + ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz diff --git a/kernel-debug.spec b/kernel-debug.spec index 33ce0138..4ec8bd6e 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -875,6 +875,23 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Fri Jun 17 2011 mmarek@suse.cz +- rpm/post.sh: Touch /boot/do_purge_kernels on package install + (fate#312018). +- rpm/postun.sh: Remove it again if it still exists on package + uninstall. +- commit 82f4a5d +* Fri Jun 17 2011 trenn@suse.de +- stop_machine: implement stop_machine_from_offline_cpu() + (bnc#697859). +- stop_machine: kill __stop_machine() (bnc#697859). +- x86, mtrr: lock stop machine during MTRR rendezvous sequence + (bnc#697859). +- stop_machine: reorganize stop_cpus() implementation + (bnc#697859). +- x86, mtrr: use __stop_machine() for doing MTRR rendezvous + (bnc#697859). +- commit aa3d6e2 * Thu Jun 16 2011 mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or ideally, reimplemented as a fuse filesystem (which is the reason why diff --git a/kernel-default.changes b/kernel-default.changes index dc434e77..0bd52940 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz + +- rpm/post.sh: Touch /boot/do_purge_kernels on package install + (fate#312018). +- rpm/postun.sh: Remove it again if it still exists on package + uninstall. +- commit 82f4a5d + +------------------------------------------------------------------- +Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de + +- stop_machine: implement stop_machine_from_offline_cpu() + (bnc#697859). +- stop_machine: kill __stop_machine() (bnc#697859). +- x86, mtrr: lock stop machine during MTRR rendezvous sequence + (bnc#697859). +- stop_machine: reorganize stop_cpus() implementation + (bnc#697859). +- x86, mtrr: use __stop_machine() for doing MTRR rendezvous + (bnc#697859). +- commit aa3d6e2 + ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz diff --git a/kernel-default.spec b/kernel-default.spec index 97634ffd..cc1d9996 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -888,6 +888,23 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Fri Jun 17 2011 mmarek@suse.cz +- rpm/post.sh: Touch /boot/do_purge_kernels on package install + (fate#312018). +- rpm/postun.sh: Remove it again if it still exists on package + uninstall. +- commit 82f4a5d +* Fri Jun 17 2011 trenn@suse.de +- stop_machine: implement stop_machine_from_offline_cpu() + (bnc#697859). +- stop_machine: kill __stop_machine() (bnc#697859). +- x86, mtrr: lock stop machine during MTRR rendezvous sequence + (bnc#697859). +- stop_machine: reorganize stop_cpus() implementation + (bnc#697859). +- x86, mtrr: use __stop_machine() for doing MTRR rendezvous + (bnc#697859). +- commit aa3d6e2 * Thu Jun 16 2011 mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or ideally, reimplemented as a fuse filesystem (which is the reason why diff --git a/kernel-desktop.changes b/kernel-desktop.changes index dc434e77..0bd52940 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz + +- rpm/post.sh: Touch /boot/do_purge_kernels on package install + (fate#312018). +- rpm/postun.sh: Remove it again if it still exists on package + uninstall. +- commit 82f4a5d + +------------------------------------------------------------------- +Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de + +- stop_machine: implement stop_machine_from_offline_cpu() + (bnc#697859). +- stop_machine: kill __stop_machine() (bnc#697859). +- x86, mtrr: lock stop machine during MTRR rendezvous sequence + (bnc#697859). +- stop_machine: reorganize stop_cpus() implementation + (bnc#697859). +- x86, mtrr: use __stop_machine() for doing MTRR rendezvous + (bnc#697859). +- commit aa3d6e2 + ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz diff --git a/kernel-desktop.spec b/kernel-desktop.spec index ee3b9109..c7a027b9 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -908,6 +908,23 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Fri Jun 17 2011 mmarek@suse.cz +- rpm/post.sh: Touch /boot/do_purge_kernels on package install + (fate#312018). +- rpm/postun.sh: Remove it again if it still exists on package + uninstall. +- commit 82f4a5d +* Fri Jun 17 2011 trenn@suse.de +- stop_machine: implement stop_machine_from_offline_cpu() + (bnc#697859). +- stop_machine: kill __stop_machine() (bnc#697859). +- x86, mtrr: lock stop machine during MTRR rendezvous sequence + (bnc#697859). +- stop_machine: reorganize stop_cpus() implementation + (bnc#697859). +- x86, mtrr: use __stop_machine() for doing MTRR rendezvous + (bnc#697859). +- commit aa3d6e2 * Thu Jun 16 2011 mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or ideally, reimplemented as a fuse filesystem (which is the reason why diff --git a/kernel-docs.changes b/kernel-docs.changes index dc434e77..0bd52940 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz + +- rpm/post.sh: Touch /boot/do_purge_kernels on package install + (fate#312018). +- rpm/postun.sh: Remove it again if it still exists on package + uninstall. +- commit 82f4a5d + +------------------------------------------------------------------- +Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de + +- stop_machine: implement stop_machine_from_offline_cpu() + (bnc#697859). +- stop_machine: kill __stop_machine() (bnc#697859). +- x86, mtrr: lock stop machine during MTRR rendezvous sequence + (bnc#697859). +- stop_machine: reorganize stop_cpus() implementation + (bnc#697859). +- x86, mtrr: use __stop_machine() for doing MTRR rendezvous + (bnc#697859). +- commit aa3d6e2 + ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz diff --git a/kernel-docs.spec b/kernel-docs.spec index 81718658..dbfa5a4e 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -99,6 +99,23 @@ rm -rf $RPM_BUILD_ROOT /usr/share/doc/kernel %changelog +* Fri Jun 17 2011 mmarek@suse.cz +- rpm/post.sh: Touch /boot/do_purge_kernels on package install + (fate#312018). +- rpm/postun.sh: Remove it again if it still exists on package + uninstall. +- commit 82f4a5d +* Fri Jun 17 2011 trenn@suse.de +- stop_machine: implement stop_machine_from_offline_cpu() + (bnc#697859). +- stop_machine: kill __stop_machine() (bnc#697859). +- x86, mtrr: lock stop machine during MTRR rendezvous sequence + (bnc#697859). +- stop_machine: reorganize stop_cpus() implementation + (bnc#697859). +- x86, mtrr: use __stop_machine() for doing MTRR rendezvous + (bnc#697859). +- commit aa3d6e2 * Thu Jun 16 2011 mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or ideally, reimplemented as a fuse filesystem (which is the reason why diff --git a/kernel-pae.changes b/kernel-pae.changes index dc434e77..0bd52940 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz + +- rpm/post.sh: Touch /boot/do_purge_kernels on package install + (fate#312018). +- rpm/postun.sh: Remove it again if it still exists on package + uninstall. +- commit 82f4a5d + +------------------------------------------------------------------- +Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de + +- stop_machine: implement stop_machine_from_offline_cpu() + (bnc#697859). +- stop_machine: kill __stop_machine() (bnc#697859). +- x86, mtrr: lock stop machine during MTRR rendezvous sequence + (bnc#697859). +- stop_machine: reorganize stop_cpus() implementation + (bnc#697859). +- x86, mtrr: use __stop_machine() for doing MTRR rendezvous + (bnc#697859). +- commit aa3d6e2 + ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz diff --git a/kernel-pae.spec b/kernel-pae.spec index 9e97b647..972f47a4 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -893,6 +893,23 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Fri Jun 17 2011 mmarek@suse.cz +- rpm/post.sh: Touch /boot/do_purge_kernels on package install + (fate#312018). +- rpm/postun.sh: Remove it again if it still exists on package + uninstall. +- commit 82f4a5d +* Fri Jun 17 2011 trenn@suse.de +- stop_machine: implement stop_machine_from_offline_cpu() + (bnc#697859). +- stop_machine: kill __stop_machine() (bnc#697859). +- x86, mtrr: lock stop machine during MTRR rendezvous sequence + (bnc#697859). +- stop_machine: reorganize stop_cpus() implementation + (bnc#697859). +- x86, mtrr: use __stop_machine() for doing MTRR rendezvous + (bnc#697859). +- commit aa3d6e2 * Thu Jun 16 2011 mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or ideally, reimplemented as a fuse filesystem (which is the reason why diff --git a/kernel-ppc64.changes b/kernel-ppc64.changes index dc434e77..0bd52940 100644 --- a/kernel-ppc64.changes +++ b/kernel-ppc64.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz + +- rpm/post.sh: Touch /boot/do_purge_kernels on package install + (fate#312018). +- rpm/postun.sh: Remove it again if it still exists on package + uninstall. +- commit 82f4a5d + +------------------------------------------------------------------- +Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de + +- stop_machine: implement stop_machine_from_offline_cpu() + (bnc#697859). +- stop_machine: kill __stop_machine() (bnc#697859). +- x86, mtrr: lock stop machine during MTRR rendezvous sequence + (bnc#697859). +- stop_machine: reorganize stop_cpus() implementation + (bnc#697859). +- x86, mtrr: use __stop_machine() for doing MTRR rendezvous + (bnc#697859). +- commit aa3d6e2 + ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz diff --git a/kernel-ppc64.spec b/kernel-ppc64.spec index 803a5b5e..7ee24fd0 100644 --- a/kernel-ppc64.spec +++ b/kernel-ppc64.spec @@ -897,6 +897,23 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Fri Jun 17 2011 mmarek@suse.cz +- rpm/post.sh: Touch /boot/do_purge_kernels on package install + (fate#312018). +- rpm/postun.sh: Remove it again if it still exists on package + uninstall. +- commit 82f4a5d +* Fri Jun 17 2011 trenn@suse.de +- stop_machine: implement stop_machine_from_offline_cpu() + (bnc#697859). +- stop_machine: kill __stop_machine() (bnc#697859). +- x86, mtrr: lock stop machine during MTRR rendezvous sequence + (bnc#697859). +- stop_machine: reorganize stop_cpus() implementation + (bnc#697859). +- x86, mtrr: use __stop_machine() for doing MTRR rendezvous + (bnc#697859). +- commit aa3d6e2 * Thu Jun 16 2011 mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or ideally, reimplemented as a fuse filesystem (which is the reason why diff --git a/kernel-ps3.changes b/kernel-ps3.changes index dc434e77..0bd52940 100644 --- a/kernel-ps3.changes +++ b/kernel-ps3.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz + +- rpm/post.sh: Touch /boot/do_purge_kernels on package install + (fate#312018). +- rpm/postun.sh: Remove it again if it still exists on package + uninstall. +- commit 82f4a5d + +------------------------------------------------------------------- +Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de + +- stop_machine: implement stop_machine_from_offline_cpu() + (bnc#697859). +- stop_machine: kill __stop_machine() (bnc#697859). +- x86, mtrr: lock stop machine during MTRR rendezvous sequence + (bnc#697859). +- stop_machine: reorganize stop_cpus() implementation + (bnc#697859). +- x86, mtrr: use __stop_machine() for doing MTRR rendezvous + (bnc#697859). +- commit aa3d6e2 + ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz diff --git a/kernel-ps3.spec b/kernel-ps3.spec index 5553b61a..aa6f3a46 100644 --- a/kernel-ps3.spec +++ b/kernel-ps3.spec @@ -878,6 +878,23 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Fri Jun 17 2011 mmarek@suse.cz +- rpm/post.sh: Touch /boot/do_purge_kernels on package install + (fate#312018). +- rpm/postun.sh: Remove it again if it still exists on package + uninstall. +- commit 82f4a5d +* Fri Jun 17 2011 trenn@suse.de +- stop_machine: implement stop_machine_from_offline_cpu() + (bnc#697859). +- stop_machine: kill __stop_machine() (bnc#697859). +- x86, mtrr: lock stop machine during MTRR rendezvous sequence + (bnc#697859). +- stop_machine: reorganize stop_cpus() implementation + (bnc#697859). +- x86, mtrr: use __stop_machine() for doing MTRR rendezvous + (bnc#697859). +- commit aa3d6e2 * Thu Jun 16 2011 mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or ideally, reimplemented as a fuse filesystem (which is the reason why diff --git a/kernel-s390.changes b/kernel-s390.changes index dc434e77..0bd52940 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz + +- rpm/post.sh: Touch /boot/do_purge_kernels on package install + (fate#312018). +- rpm/postun.sh: Remove it again if it still exists on package + uninstall. +- commit 82f4a5d + +------------------------------------------------------------------- +Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de + +- stop_machine: implement stop_machine_from_offline_cpu() + (bnc#697859). +- stop_machine: kill __stop_machine() (bnc#697859). +- x86, mtrr: lock stop machine during MTRR rendezvous sequence + (bnc#697859). +- stop_machine: reorganize stop_cpus() implementation + (bnc#697859). +- x86, mtrr: use __stop_machine() for doing MTRR rendezvous + (bnc#697859). +- commit aa3d6e2 + ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz diff --git a/kernel-s390.spec b/kernel-s390.spec index 1014b7e9..15200235 100644 --- a/kernel-s390.spec +++ b/kernel-s390.spec @@ -872,6 +872,23 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Fri Jun 17 2011 mmarek@suse.cz +- rpm/post.sh: Touch /boot/do_purge_kernels on package install + (fate#312018). +- rpm/postun.sh: Remove it again if it still exists on package + uninstall. +- commit 82f4a5d +* Fri Jun 17 2011 trenn@suse.de +- stop_machine: implement stop_machine_from_offline_cpu() + (bnc#697859). +- stop_machine: kill __stop_machine() (bnc#697859). +- x86, mtrr: lock stop machine during MTRR rendezvous sequence + (bnc#697859). +- stop_machine: reorganize stop_cpus() implementation + (bnc#697859). +- x86, mtrr: use __stop_machine() for doing MTRR rendezvous + (bnc#697859). +- commit aa3d6e2 * Thu Jun 16 2011 mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or ideally, reimplemented as a fuse filesystem (which is the reason why diff --git a/kernel-source.changes b/kernel-source.changes index dc434e77..0bd52940 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz + +- rpm/post.sh: Touch /boot/do_purge_kernels on package install + (fate#312018). +- rpm/postun.sh: Remove it again if it still exists on package + uninstall. +- commit 82f4a5d + +------------------------------------------------------------------- +Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de + +- stop_machine: implement stop_machine_from_offline_cpu() + (bnc#697859). +- stop_machine: kill __stop_machine() (bnc#697859). +- x86, mtrr: lock stop machine during MTRR rendezvous sequence + (bnc#697859). +- stop_machine: reorganize stop_cpus() implementation + (bnc#697859). +- x86, mtrr: use __stop_machine() for doing MTRR rendezvous + (bnc#697859). +- commit aa3d6e2 + ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz diff --git a/kernel-source.spec b/kernel-source.spec index 1be8b4c5..fe4fa028 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -255,6 +255,23 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts" %endif %changelog +* Fri Jun 17 2011 mmarek@suse.cz +- rpm/post.sh: Touch /boot/do_purge_kernels on package install + (fate#312018). +- rpm/postun.sh: Remove it again if it still exists on package + uninstall. +- commit 82f4a5d +* Fri Jun 17 2011 trenn@suse.de +- stop_machine: implement stop_machine_from_offline_cpu() + (bnc#697859). +- stop_machine: kill __stop_machine() (bnc#697859). +- x86, mtrr: lock stop machine during MTRR rendezvous sequence + (bnc#697859). +- stop_machine: reorganize stop_cpus() implementation + (bnc#697859). +- x86, mtrr: use __stop_machine() for doing MTRR rendezvous + (bnc#697859). +- commit aa3d6e2 * Thu Jun 16 2011 mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or ideally, reimplemented as a fuse filesystem (which is the reason why diff --git a/kernel-syms.changes b/kernel-syms.changes index dc434e77..0bd52940 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz + +- rpm/post.sh: Touch /boot/do_purge_kernels on package install + (fate#312018). +- rpm/postun.sh: Remove it again if it still exists on package + uninstall. +- commit 82f4a5d + +------------------------------------------------------------------- +Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de + +- stop_machine: implement stop_machine_from_offline_cpu() + (bnc#697859). +- stop_machine: kill __stop_machine() (bnc#697859). +- x86, mtrr: lock stop machine during MTRR rendezvous sequence + (bnc#697859). +- stop_machine: reorganize stop_cpus() implementation + (bnc#697859). +- x86, mtrr: use __stop_machine() for doing MTRR rendezvous + (bnc#697859). +- commit aa3d6e2 + ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz diff --git a/kernel-syms.spec b/kernel-syms.spec index 92f04e8a..c50cc963 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -78,6 +78,23 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE %_docdir/%name/README.SUSE %changelog +* Fri Jun 17 2011 mmarek@suse.cz +- rpm/post.sh: Touch /boot/do_purge_kernels on package install + (fate#312018). +- rpm/postun.sh: Remove it again if it still exists on package + uninstall. +- commit 82f4a5d +* Fri Jun 17 2011 trenn@suse.de +- stop_machine: implement stop_machine_from_offline_cpu() + (bnc#697859). +- stop_machine: kill __stop_machine() (bnc#697859). +- x86, mtrr: lock stop machine during MTRR rendezvous sequence + (bnc#697859). +- stop_machine: reorganize stop_cpus() implementation + (bnc#697859). +- x86, mtrr: use __stop_machine() for doing MTRR rendezvous + (bnc#697859). +- commit aa3d6e2 * Thu Jun 16 2011 mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or ideally, reimplemented as a fuse filesystem (which is the reason why diff --git a/kernel-trace.changes b/kernel-trace.changes index dc434e77..0bd52940 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz + +- rpm/post.sh: Touch /boot/do_purge_kernels on package install + (fate#312018). +- rpm/postun.sh: Remove it again if it still exists on package + uninstall. +- commit 82f4a5d + +------------------------------------------------------------------- +Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de + +- stop_machine: implement stop_machine_from_offline_cpu() + (bnc#697859). +- stop_machine: kill __stop_machine() (bnc#697859). +- x86, mtrr: lock stop machine during MTRR rendezvous sequence + (bnc#697859). +- stop_machine: reorganize stop_cpus() implementation + (bnc#697859). +- x86, mtrr: use __stop_machine() for doing MTRR rendezvous + (bnc#697859). +- commit aa3d6e2 + ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz diff --git a/kernel-trace.spec b/kernel-trace.spec index 14d4beb8..2eb3967f 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -880,6 +880,23 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Fri Jun 17 2011 mmarek@suse.cz +- rpm/post.sh: Touch /boot/do_purge_kernels on package install + (fate#312018). +- rpm/postun.sh: Remove it again if it still exists on package + uninstall. +- commit 82f4a5d +* Fri Jun 17 2011 trenn@suse.de +- stop_machine: implement stop_machine_from_offline_cpu() + (bnc#697859). +- stop_machine: kill __stop_machine() (bnc#697859). +- x86, mtrr: lock stop machine during MTRR rendezvous sequence + (bnc#697859). +- stop_machine: reorganize stop_cpus() implementation + (bnc#697859). +- x86, mtrr: use __stop_machine() for doing MTRR rendezvous + (bnc#697859). +- commit aa3d6e2 * Thu Jun 16 2011 mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or ideally, reimplemented as a fuse filesystem (which is the reason why diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index dc434e77..0bd52940 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz + +- rpm/post.sh: Touch /boot/do_purge_kernels on package install + (fate#312018). +- rpm/postun.sh: Remove it again if it still exists on package + uninstall. +- commit 82f4a5d + +------------------------------------------------------------------- +Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de + +- stop_machine: implement stop_machine_from_offline_cpu() + (bnc#697859). +- stop_machine: kill __stop_machine() (bnc#697859). +- x86, mtrr: lock stop machine during MTRR rendezvous sequence + (bnc#697859). +- stop_machine: reorganize stop_cpus() implementation + (bnc#697859). +- x86, mtrr: use __stop_machine() for doing MTRR rendezvous + (bnc#697859). +- commit aa3d6e2 + ------------------------------------------------------------------- Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 43a0447f..030a6310 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -876,6 +876,23 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Fri Jun 17 2011 mmarek@suse.cz +- rpm/post.sh: Touch /boot/do_purge_kernels on package install + (fate#312018). +- rpm/postun.sh: Remove it again if it still exists on package + uninstall. +- commit 82f4a5d +* Fri Jun 17 2011 trenn@suse.de +- stop_machine: implement stop_machine_from_offline_cpu() + (bnc#697859). +- stop_machine: kill __stop_machine() (bnc#697859). +- x86, mtrr: lock stop machine during MTRR rendezvous sequence + (bnc#697859). +- stop_machine: reorganize stop_cpus() implementation + (bnc#697859). +- x86, mtrr: use __stop_machine() for doing MTRR rendezvous + (bnc#697859). +- commit aa3d6e2 * Thu Jun 16 2011 mmarek@suse.cz - Remove the novfs patches, it should be packaged as a KMP, or ideally, reimplemented as a fuse filesystem (which is the reason why diff --git a/patches.arch.tar.bz2 b/patches.arch.tar.bz2 index c138371d..161d632e 100644 --- a/patches.arch.tar.bz2 +++ b/patches.arch.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:44e4660ad324a536499ab22ea5e766210164e2b036766cd3e7c71a358c79b345 -size 61516 +oid sha256:86caf712f46364ffd27cc60983c7b0385ae0fdede5d0dca84fcc1b8c9bca337e +size 67714 diff --git a/patches.fixes.tar.bz2 b/patches.fixes.tar.bz2 index ae6fd6a8..b48fa4f8 100644 --- a/patches.fixes.tar.bz2 +++ b/patches.fixes.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c81abd9508260e6e02f7024b7eb3b241205078c88ea817143fcd2ca5e50a5c6f -size 29111 +oid sha256:ee51f67dfb9d1a601bd14e1014ed451e5dc544d571f7927a2e8245cd4fc493f3 +size 25456 diff --git a/post.sh b/post.sh index fc0e3a4f..8850a76c 100644 --- a/post.sh +++ b/post.sh @@ -1,3 +1,6 @@ +# Flag to trigger /etc/init.d/purge-kernels on next reboot (fate#312018) +touch /boot/do_purge_kernels + # It must be possible to install different kernel.rpm packages in parallel. # But in this post install script, the /boot/vmlinux symlink is replaced. # On powerpc, the different kernels are for different board/firmware types diff --git a/postun.sh b/postun.sh index d1514e4d..e2dddc27 100644 --- a/postun.sh +++ b/postun.sh @@ -1,3 +1,8 @@ +# If a kernel package is removed before the next reboot, we assume that the +# multiversion variable in /etc/zypp/zypp.conf is not configured and we delete +# the flag again (fate#312018) +rm -f /boot/do_purge_kernels + wm2=/usr/lib/module-init-tools/weak-modules2 nvr=@SUBPACKAGE@-@RPM_VERSION_RELEASE@ diff --git a/series.conf b/series.conf index ea6808d7..e028418b 100644 --- a/series.conf +++ b/series.conf @@ -110,8 +110,11 @@ +needs_update patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature +needs_update patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic - patches.fixes/x86_mtrr_stop_machine_1_2.patch - patches.fixes/x86_mtrr_use_stop_machine_2_2.patch + patches.arch/mtrr_stop_machine_quick_fix.patch + patches.arch/kill-__stop_machine.patch + patches.arch/reorganize_stop_cpus.patch + patches.arch/implement_stop_machine_from_offline_cpu.patch + patches.arch/use_stop_machine_for_mtrr_rendezvous.patch ######################################################## # x86 MCE/MCA (Machine Check Error/Architecture) extensions diff --git a/source-timestamp b/source-timestamp index 32e17d07..c6e04842 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2011-06-16 12:17:01 +0200 -GIT Revision: bc3a79d83165d5cca2759b0e4d3ec1427d5058fa +2011-06-17 17:31:11 +0200 +GIT Revision: a5d90e7697b62d8d565d2036c724b1797e10c1f8 GIT Branch: master