GIT Revision: a5d90e7697b62d8d565d2036c724b1797e10c1f8
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=6995
This commit is contained in:
parent
f2462e75e7
commit
40047e74d4
@ -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
|
Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -875,6 +875,23 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jun 16 2011 mmarek@suse.cz
|
||||||
- Remove the novfs patches, it should be packaged as a KMP, or
|
- Remove the novfs patches, it should be packaged as a KMP, or
|
||||||
ideally, reimplemented as a fuse filesystem (which is the reason why
|
ideally, reimplemented as a fuse filesystem (which is the reason why
|
||||||
|
@ -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
|
Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -888,6 +888,23 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jun 16 2011 mmarek@suse.cz
|
||||||
- Remove the novfs patches, it should be packaged as a KMP, or
|
- Remove the novfs patches, it should be packaged as a KMP, or
|
||||||
ideally, reimplemented as a fuse filesystem (which is the reason why
|
ideally, reimplemented as a fuse filesystem (which is the reason why
|
||||||
|
@ -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
|
Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -908,6 +908,23 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jun 16 2011 mmarek@suse.cz
|
||||||
- Remove the novfs patches, it should be packaged as a KMP, or
|
- Remove the novfs patches, it should be packaged as a KMP, or
|
||||||
ideally, reimplemented as a fuse filesystem (which is the reason why
|
ideally, reimplemented as a fuse filesystem (which is the reason why
|
||||||
|
@ -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
|
Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -99,6 +99,23 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/share/doc/kernel
|
/usr/share/doc/kernel
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jun 16 2011 mmarek@suse.cz
|
||||||
- Remove the novfs patches, it should be packaged as a KMP, or
|
- Remove the novfs patches, it should be packaged as a KMP, or
|
||||||
ideally, reimplemented as a fuse filesystem (which is the reason why
|
ideally, reimplemented as a fuse filesystem (which is the reason why
|
||||||
|
@ -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
|
Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -893,6 +893,23 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jun 16 2011 mmarek@suse.cz
|
||||||
- Remove the novfs patches, it should be packaged as a KMP, or
|
- Remove the novfs patches, it should be packaged as a KMP, or
|
||||||
ideally, reimplemented as a fuse filesystem (which is the reason why
|
ideally, reimplemented as a fuse filesystem (which is the reason why
|
||||||
|
@ -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
|
Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -897,6 +897,23 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jun 16 2011 mmarek@suse.cz
|
||||||
- Remove the novfs patches, it should be packaged as a KMP, or
|
- Remove the novfs patches, it should be packaged as a KMP, or
|
||||||
ideally, reimplemented as a fuse filesystem (which is the reason why
|
ideally, reimplemented as a fuse filesystem (which is the reason why
|
||||||
|
@ -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
|
Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -878,6 +878,23 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jun 16 2011 mmarek@suse.cz
|
||||||
- Remove the novfs patches, it should be packaged as a KMP, or
|
- Remove the novfs patches, it should be packaged as a KMP, or
|
||||||
ideally, reimplemented as a fuse filesystem (which is the reason why
|
ideally, reimplemented as a fuse filesystem (which is the reason why
|
||||||
|
@ -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
|
Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -872,6 +872,23 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jun 16 2011 mmarek@suse.cz
|
||||||
- Remove the novfs patches, it should be packaged as a KMP, or
|
- Remove the novfs patches, it should be packaged as a KMP, or
|
||||||
ideally, reimplemented as a fuse filesystem (which is the reason why
|
ideally, reimplemented as a fuse filesystem (which is the reason why
|
||||||
|
@ -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
|
Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -255,6 +255,23 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jun 16 2011 mmarek@suse.cz
|
||||||
- Remove the novfs patches, it should be packaged as a KMP, or
|
- Remove the novfs patches, it should be packaged as a KMP, or
|
||||||
ideally, reimplemented as a fuse filesystem (which is the reason why
|
ideally, reimplemented as a fuse filesystem (which is the reason why
|
||||||
|
@ -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
|
Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -78,6 +78,23 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
|||||||
%_docdir/%name/README.SUSE
|
%_docdir/%name/README.SUSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jun 16 2011 mmarek@suse.cz
|
||||||
- Remove the novfs patches, it should be packaged as a KMP, or
|
- Remove the novfs patches, it should be packaged as a KMP, or
|
||||||
ideally, reimplemented as a fuse filesystem (which is the reason why
|
ideally, reimplemented as a fuse filesystem (which is the reason why
|
||||||
|
@ -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
|
Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -880,6 +880,23 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jun 16 2011 mmarek@suse.cz
|
||||||
- Remove the novfs patches, it should be packaged as a KMP, or
|
- Remove the novfs patches, it should be packaged as a KMP, or
|
||||||
ideally, reimplemented as a fuse filesystem (which is the reason why
|
ideally, reimplemented as a fuse filesystem (which is the reason why
|
||||||
|
@ -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
|
Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -876,6 +876,23 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jun 16 2011 mmarek@suse.cz
|
||||||
- Remove the novfs patches, it should be packaged as a KMP, or
|
- Remove the novfs patches, it should be packaged as a KMP, or
|
||||||
ideally, reimplemented as a fuse filesystem (which is the reason why
|
ideally, reimplemented as a fuse filesystem (which is the reason why
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:44e4660ad324a536499ab22ea5e766210164e2b036766cd3e7c71a358c79b345
|
oid sha256:86caf712f46364ffd27cc60983c7b0385ae0fdede5d0dca84fcc1b8c9bca337e
|
||||||
size 61516
|
size 67714
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:c81abd9508260e6e02f7024b7eb3b241205078c88ea817143fcd2ca5e50a5c6f
|
oid sha256:ee51f67dfb9d1a601bd14e1014ed451e5dc544d571f7927a2e8245cd4fc493f3
|
||||||
size 29111
|
size 25456
|
||||||
|
3
post.sh
3
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.
|
# It must be possible to install different kernel.rpm packages in parallel.
|
||||||
# But in this post install script, the /boot/vmlinux symlink is replaced.
|
# But in this post install script, the /boot/vmlinux symlink is replaced.
|
||||||
# On powerpc, the different kernels are for different board/firmware types
|
# On powerpc, the different kernels are for different board/firmware types
|
||||||
|
@ -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
|
wm2=/usr/lib/module-init-tools/weak-modules2
|
||||||
nvr=@SUBPACKAGE@-@RPM_VERSION_RELEASE@
|
nvr=@SUBPACKAGE@-@RPM_VERSION_RELEASE@
|
||||||
|
|
||||||
|
@ -110,8 +110,11 @@
|
|||||||
+needs_update patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature
|
+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
|
+needs_update patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic
|
||||||
|
|
||||||
patches.fixes/x86_mtrr_stop_machine_1_2.patch
|
patches.arch/mtrr_stop_machine_quick_fix.patch
|
||||||
patches.fixes/x86_mtrr_use_stop_machine_2_2.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
|
# x86 MCE/MCA (Machine Check Error/Architecture) extensions
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2011-06-16 12:17:01 +0200
|
2011-06-17 17:31:11 +0200
|
||||||
GIT Revision: bc3a79d83165d5cca2759b0e4d3ec1427d5058fa
|
GIT Revision: a5d90e7697b62d8d565d2036c724b1797e10c1f8
|
||||||
GIT Branch: master
|
GIT Branch: master
|
||||||
|
Loading…
Reference in New Issue
Block a user