GIT Revision: 303cc0e7b9e4b6806cd6c7a49839ba655f2fbd86

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=61
This commit is contained in:
Michal Marek 2011-06-22 05:02:36 +00:00 committed by Git OBS Bridge
parent 753d8d7379
commit 47464f4801
33 changed files with 1028 additions and 10 deletions

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
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 303cc0e
-------------------------------------------------------------------
Thu Jun 16 12:05:15 CEST 2011 - tiwai@suse.de
- ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_caps
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Reorganize controller quriks with bit flags
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable snoop bit for AMD controllers
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable sync_write workaround for AMD generically
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
(bnc#700250,bnc#700251,bnc#700253).
- commit e9fb121
-------------------------------------------------------------------
Wed Jun 15 18:33:50 CEST 2011 - jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit fb87098
-------------------------------------------------------------------
Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 2985362
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de

View File

@ -875,6 +875,36 @@ 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 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 303cc0e
* Thu Jun 16 2011 tiwai@suse.de
- ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_caps
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Reorganize controller quriks with bit flags
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable snoop bit for AMD controllers
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable sync_write workaround for AMD generically
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
(bnc#700250,bnc#700251,bnc#700253).
- commit e9fb121
* Wed Jun 15 2011 jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit fb87098
* Wed Jun 15 2011 jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 2985362
* Fri Jun 10 2011 trenn@suse.de * Fri Jun 10 2011 trenn@suse.de
- Update Suresh's patchset to version 3: - Update Suresh's patchset to version 3:
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch. - Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
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 303cc0e
-------------------------------------------------------------------
Thu Jun 16 12:05:15 CEST 2011 - tiwai@suse.de
- ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_caps
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Reorganize controller quriks with bit flags
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable snoop bit for AMD controllers
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable sync_write workaround for AMD generically
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
(bnc#700250,bnc#700251,bnc#700253).
- commit e9fb121
-------------------------------------------------------------------
Wed Jun 15 18:33:50 CEST 2011 - jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit fb87098
-------------------------------------------------------------------
Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 2985362
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de

View File

@ -888,6 +888,36 @@ 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 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 303cc0e
* Thu Jun 16 2011 tiwai@suse.de
- ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_caps
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Reorganize controller quriks with bit flags
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable snoop bit for AMD controllers
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable sync_write workaround for AMD generically
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
(bnc#700250,bnc#700251,bnc#700253).
- commit e9fb121
* Wed Jun 15 2011 jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit fb87098
* Wed Jun 15 2011 jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 2985362
* Fri Jun 10 2011 trenn@suse.de * Fri Jun 10 2011 trenn@suse.de
- Update Suresh's patchset to version 3: - Update Suresh's patchset to version 3:
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch. - Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
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 303cc0e
-------------------------------------------------------------------
Thu Jun 16 12:05:15 CEST 2011 - tiwai@suse.de
- ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_caps
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Reorganize controller quriks with bit flags
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable snoop bit for AMD controllers
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable sync_write workaround for AMD generically
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
(bnc#700250,bnc#700251,bnc#700253).
- commit e9fb121
-------------------------------------------------------------------
Wed Jun 15 18:33:50 CEST 2011 - jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit fb87098
-------------------------------------------------------------------
Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 2985362
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de

View File

@ -908,6 +908,36 @@ 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 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 303cc0e
* Thu Jun 16 2011 tiwai@suse.de
- ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_caps
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Reorganize controller quriks with bit flags
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable snoop bit for AMD controllers
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable sync_write workaround for AMD generically
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
(bnc#700250,bnc#700251,bnc#700253).
- commit e9fb121
* Wed Jun 15 2011 jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit fb87098
* Wed Jun 15 2011 jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 2985362
* Fri Jun 10 2011 trenn@suse.de * Fri Jun 10 2011 trenn@suse.de
- Update Suresh's patchset to version 3: - Update Suresh's patchset to version 3:
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch. - Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
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 303cc0e
-------------------------------------------------------------------
Thu Jun 16 12:05:15 CEST 2011 - tiwai@suse.de
- ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_caps
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Reorganize controller quriks with bit flags
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable snoop bit for AMD controllers
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable sync_write workaround for AMD generically
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
(bnc#700250,bnc#700251,bnc#700253).
- commit e9fb121
-------------------------------------------------------------------
Wed Jun 15 18:33:50 CEST 2011 - jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit fb87098
-------------------------------------------------------------------
Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 2985362
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de

View File

@ -99,6 +99,36 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/doc/kernel /usr/share/doc/kernel
%changelog %changelog
* 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 303cc0e
* Thu Jun 16 2011 tiwai@suse.de
- ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_caps
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Reorganize controller quriks with bit flags
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable snoop bit for AMD controllers
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable sync_write workaround for AMD generically
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
(bnc#700250,bnc#700251,bnc#700253).
- commit e9fb121
* Wed Jun 15 2011 jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit fb87098
* Wed Jun 15 2011 jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 2985362
* Fri Jun 10 2011 trenn@suse.de * Fri Jun 10 2011 trenn@suse.de
- Update Suresh's patchset to version 3: - Update Suresh's patchset to version 3:
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch. - Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
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 303cc0e
-------------------------------------------------------------------
Thu Jun 16 12:05:15 CEST 2011 - tiwai@suse.de
- ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_caps
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Reorganize controller quriks with bit flags
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable snoop bit for AMD controllers
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable sync_write workaround for AMD generically
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
(bnc#700250,bnc#700251,bnc#700253).
- commit e9fb121
-------------------------------------------------------------------
Wed Jun 15 18:33:50 CEST 2011 - jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit fb87098
-------------------------------------------------------------------
Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 2985362
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de

View File

@ -878,6 +878,36 @@ 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 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 303cc0e
* Thu Jun 16 2011 tiwai@suse.de
- ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_caps
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Reorganize controller quriks with bit flags
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable snoop bit for AMD controllers
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable sync_write workaround for AMD generically
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
(bnc#700250,bnc#700251,bnc#700253).
- commit e9fb121
* Wed Jun 15 2011 jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit fb87098
* Wed Jun 15 2011 jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 2985362
* Fri Jun 10 2011 trenn@suse.de * Fri Jun 10 2011 trenn@suse.de
- Update Suresh's patchset to version 3: - Update Suresh's patchset to version 3:
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch. - Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
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 303cc0e
-------------------------------------------------------------------
Thu Jun 16 12:05:15 CEST 2011 - tiwai@suse.de
- ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_caps
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Reorganize controller quriks with bit flags
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable snoop bit for AMD controllers
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable sync_write workaround for AMD generically
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
(bnc#700250,bnc#700251,bnc#700253).
- commit e9fb121
-------------------------------------------------------------------
Wed Jun 15 18:33:50 CEST 2011 - jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit fb87098
-------------------------------------------------------------------
Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 2985362
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de

View File

@ -893,6 +893,36 @@ 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 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 303cc0e
* Thu Jun 16 2011 tiwai@suse.de
- ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_caps
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Reorganize controller quriks with bit flags
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable snoop bit for AMD controllers
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable sync_write workaround for AMD generically
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
(bnc#700250,bnc#700251,bnc#700253).
- commit e9fb121
* Wed Jun 15 2011 jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit fb87098
* Wed Jun 15 2011 jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 2985362
* Fri Jun 10 2011 trenn@suse.de * Fri Jun 10 2011 trenn@suse.de
- Update Suresh's patchset to version 3: - Update Suresh's patchset to version 3:
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch. - Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
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 303cc0e
-------------------------------------------------------------------
Thu Jun 16 12:05:15 CEST 2011 - tiwai@suse.de
- ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_caps
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Reorganize controller quriks with bit flags
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable snoop bit for AMD controllers
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable sync_write workaround for AMD generically
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
(bnc#700250,bnc#700251,bnc#700253).
- commit e9fb121
-------------------------------------------------------------------
Wed Jun 15 18:33:50 CEST 2011 - jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit fb87098
-------------------------------------------------------------------
Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 2985362
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de

View File

@ -897,6 +897,36 @@ 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 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 303cc0e
* Thu Jun 16 2011 tiwai@suse.de
- ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_caps
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Reorganize controller quriks with bit flags
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable snoop bit for AMD controllers
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable sync_write workaround for AMD generically
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
(bnc#700250,bnc#700251,bnc#700253).
- commit e9fb121
* Wed Jun 15 2011 jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit fb87098
* Wed Jun 15 2011 jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 2985362
* Fri Jun 10 2011 trenn@suse.de * Fri Jun 10 2011 trenn@suse.de
- Update Suresh's patchset to version 3: - Update Suresh's patchset to version 3:
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch. - Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
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 303cc0e
-------------------------------------------------------------------
Thu Jun 16 12:05:15 CEST 2011 - tiwai@suse.de
- ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_caps
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Reorganize controller quriks with bit flags
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable snoop bit for AMD controllers
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable sync_write workaround for AMD generically
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
(bnc#700250,bnc#700251,bnc#700253).
- commit e9fb121
-------------------------------------------------------------------
Wed Jun 15 18:33:50 CEST 2011 - jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit fb87098
-------------------------------------------------------------------
Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 2985362
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de

View File

@ -878,6 +878,36 @@ 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 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 303cc0e
* Thu Jun 16 2011 tiwai@suse.de
- ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_caps
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Reorganize controller quriks with bit flags
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable snoop bit for AMD controllers
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable sync_write workaround for AMD generically
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
(bnc#700250,bnc#700251,bnc#700253).
- commit e9fb121
* Wed Jun 15 2011 jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit fb87098
* Wed Jun 15 2011 jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 2985362
* Fri Jun 10 2011 trenn@suse.de * Fri Jun 10 2011 trenn@suse.de
- Update Suresh's patchset to version 3: - Update Suresh's patchset to version 3:
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch. - Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
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 303cc0e
-------------------------------------------------------------------
Thu Jun 16 12:05:15 CEST 2011 - tiwai@suse.de
- ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_caps
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Reorganize controller quriks with bit flags
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable snoop bit for AMD controllers
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable sync_write workaround for AMD generically
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
(bnc#700250,bnc#700251,bnc#700253).
- commit e9fb121
-------------------------------------------------------------------
Wed Jun 15 18:33:50 CEST 2011 - jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit fb87098
-------------------------------------------------------------------
Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 2985362
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de

View File

@ -872,6 +872,36 @@ 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 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 303cc0e
* Thu Jun 16 2011 tiwai@suse.de
- ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_caps
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Reorganize controller quriks with bit flags
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable snoop bit for AMD controllers
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable sync_write workaround for AMD generically
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
(bnc#700250,bnc#700251,bnc#700253).
- commit e9fb121
* Wed Jun 15 2011 jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit fb87098
* Wed Jun 15 2011 jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 2985362
* Fri Jun 10 2011 trenn@suse.de * Fri Jun 10 2011 trenn@suse.de
- Update Suresh's patchset to version 3: - Update Suresh's patchset to version 3:
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch. - Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
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 303cc0e
-------------------------------------------------------------------
Thu Jun 16 12:05:15 CEST 2011 - tiwai@suse.de
- ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_caps
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Reorganize controller quriks with bit flags
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable snoop bit for AMD controllers
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable sync_write workaround for AMD generically
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
(bnc#700250,bnc#700251,bnc#700253).
- commit e9fb121
-------------------------------------------------------------------
Wed Jun 15 18:33:50 CEST 2011 - jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit fb87098
-------------------------------------------------------------------
Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 2985362
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de

View File

@ -255,6 +255,36 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
%endif %endif
%changelog %changelog
* 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 303cc0e
* Thu Jun 16 2011 tiwai@suse.de
- ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_caps
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Reorganize controller quriks with bit flags
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable snoop bit for AMD controllers
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable sync_write workaround for AMD generically
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
(bnc#700250,bnc#700251,bnc#700253).
- commit e9fb121
* Wed Jun 15 2011 jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit fb87098
* Wed Jun 15 2011 jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 2985362
* Fri Jun 10 2011 trenn@suse.de * Fri Jun 10 2011 trenn@suse.de
- Update Suresh's patchset to version 3: - Update Suresh's patchset to version 3:
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch. - Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
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 303cc0e
-------------------------------------------------------------------
Thu Jun 16 12:05:15 CEST 2011 - tiwai@suse.de
- ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_caps
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Reorganize controller quriks with bit flags
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable snoop bit for AMD controllers
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable sync_write workaround for AMD generically
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
(bnc#700250,bnc#700251,bnc#700253).
- commit e9fb121
-------------------------------------------------------------------
Wed Jun 15 18:33:50 CEST 2011 - jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit fb87098
-------------------------------------------------------------------
Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 2985362
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de

View File

@ -81,6 +81,36 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
%_docdir/%name/README.SUSE %_docdir/%name/README.SUSE
%changelog %changelog
* 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 303cc0e
* Thu Jun 16 2011 tiwai@suse.de
- ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_caps
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Reorganize controller quriks with bit flags
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable snoop bit for AMD controllers
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable sync_write workaround for AMD generically
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
(bnc#700250,bnc#700251,bnc#700253).
- commit e9fb121
* Wed Jun 15 2011 jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit fb87098
* Wed Jun 15 2011 jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 2985362
* Fri Jun 10 2011 trenn@suse.de * Fri Jun 10 2011 trenn@suse.de
- Update Suresh's patchset to version 3: - Update Suresh's patchset to version 3:
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch. - Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
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 303cc0e
-------------------------------------------------------------------
Thu Jun 16 12:05:15 CEST 2011 - tiwai@suse.de
- ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_caps
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Reorganize controller quriks with bit flags
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable snoop bit for AMD controllers
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable sync_write workaround for AMD generically
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
(bnc#700250,bnc#700251,bnc#700253).
- commit e9fb121
-------------------------------------------------------------------
Wed Jun 15 18:33:50 CEST 2011 - jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit fb87098
-------------------------------------------------------------------
Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 2985362
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de

View File

@ -880,6 +880,36 @@ 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 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 303cc0e
* Thu Jun 16 2011 tiwai@suse.de
- ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_caps
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Reorganize controller quriks with bit flags
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable snoop bit for AMD controllers
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable sync_write workaround for AMD generically
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
(bnc#700250,bnc#700251,bnc#700253).
- commit e9fb121
* Wed Jun 15 2011 jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit fb87098
* Wed Jun 15 2011 jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 2985362
* Fri Jun 10 2011 trenn@suse.de * Fri Jun 10 2011 trenn@suse.de
- Update Suresh's patchset to version 3: - Update Suresh's patchset to version 3:
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch. - Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
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 303cc0e
-------------------------------------------------------------------
Thu Jun 16 12:05:15 CEST 2011 - tiwai@suse.de
- ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_caps
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Reorganize controller quriks with bit flags
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable snoop bit for AMD controllers
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable sync_write workaround for AMD generically
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
(bnc#700250,bnc#700251,bnc#700253).
- commit e9fb121
-------------------------------------------------------------------
Wed Jun 15 18:33:50 CEST 2011 - jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit fb87098
-------------------------------------------------------------------
Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 2985362
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de

View File

@ -876,6 +876,36 @@ 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 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 303cc0e
* Thu Jun 16 2011 tiwai@suse.de
- ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_caps
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Reorganize controller quriks with bit flags
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable snoop bit for AMD controllers
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable sync_write workaround for AMD generically
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
(bnc#700250,bnc#700251,bnc#700253).
- commit e9fb121
* Wed Jun 15 2011 jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit fb87098
* Wed Jun 15 2011 jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 2985362
* Fri Jun 10 2011 trenn@suse.de * Fri Jun 10 2011 trenn@suse.de
- Update Suresh's patchset to version 3: - Update Suresh's patchset to version 3:
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch. - Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
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 303cc0e
-------------------------------------------------------------------
Thu Jun 16 12:05:15 CEST 2011 - tiwai@suse.de
- ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_caps
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Reorganize controller quriks with bit flags
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable snoop bit for AMD controllers
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable sync_write workaround for AMD generically
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
(bnc#700250,bnc#700251,bnc#700253).
- commit e9fb121
-------------------------------------------------------------------
Wed Jun 15 18:33:50 CEST 2011 - jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit fb87098
-------------------------------------------------------------------
Wed Jun 15 18:22:05 CEST 2011 - jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 2985362
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de Fri Jun 10 10:35:10 CEST 2011 - trenn@suse.de

View File

@ -878,6 +878,36 @@ 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 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 303cc0e
* Thu Jun 16 2011 tiwai@suse.de
- ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_caps
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Reorganize controller quriks with bit flags
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable snoop bit for AMD controllers
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - Enable sync_write workaround for AMD generically
(bnc#700250,bnc#700251,bnc#700253).
- ALSA: hda - ALSA HD Audio patch for Intel Panther Point DeviceIDs
(bnc#700250,bnc#700251,bnc#700253).
- commit e9fb121
* Wed Jun 15 2011 jack@suse.cz
- "Unable to save Login Script" appears when trying to save a
user login script (bnc#638985).
- commit fb87098
* Wed Jun 15 2011 jack@suse.cz
- fs: novfs: Limit check for datacopy between user and kernel space.
- commit 2985362
* Fri Jun 10 2011 trenn@suse.de * Fri Jun 10 2011 trenn@suse.de
- Update Suresh's patchset to version 3: - Update Suresh's patchset to version 3:
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch. - Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:efbc20ca3ba0c6e64fee92cf07a25cf92b50cba3ad8d2892f5a4bb702bf6706f oid sha256:9ce7c67d76781fa003e0729067b12531f669bd34c3298cd57b595ba98b0737e0
size 61524 size 67833

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:628bd72eeff3129b98013526c4978bda67d956a21e6dabafe10324fc4be7f931 oid sha256:2445928b9ca117c8c7326d29c546e1f3b26aac30ea073a48a12c99316db9eb0e
size 8284 size 13643

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:c013fb6c7810eea59909e8c0de626c565cf87f40a0fa39f111dcb0d3621d33ea oid sha256:4fb02e3b2eca3d22e9df0cdb34b4118dcd8fa5b655047d0947aaca140b81c40a
size 31634 size 38332

View File

@ -114,8 +114,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
@ -303,6 +306,8 @@
######################################################## ########################################################
patches.suse/novfs-client-module patches.suse/novfs-client-module
patches.fixes/novfs-nwcapi.patch patches.fixes/novfs-nwcapi.patch
patches.fixes/novfs-copy_user-fixes.diff
patches.fixes/novfs-minsize-fixes
######################################################## ########################################################
# other filesystem stuff: richacls # other filesystem stuff: richacls
@ -439,6 +444,11 @@
# Sound # Sound
########################################################## ##########################################################
patches.drivers/alsa-hda-0019-Increase-default-buffer-size patches.drivers/alsa-hda-0019-Increase-default-buffer-size
patches.drivers/alsa-hda-0022-HD-Audio-patch-for-Intel-Panther-Point
patches.drivers/alsa-hda-0023-Enable-sync_write-workaround-for-AMD
patches.drivers/alsa-hda-0024-Enable-snoop-bit-for-AMD-controllers
patches.drivers/alsa-hda-0026-Reorganize-controller-quriks-with-bit-flags
patches.drivers/alsa-hda-0027-fix-AZX_DCAPS_NO_TCSEL-quirk-check-in-drive
######################################################## ########################################################
# Other driver fixes # Other driver fixes

View File

@ -1,3 +1,3 @@
2011-06-13 01:19:51 +0200 2011-06-17 13:48:46 +0200
GIT Revision: fb466974d4f165324c6f00c9a49c01168aa7bf80 GIT Revision: 303cc0e7b9e4b6806cd6c7a49839ba655f2fbd86
GIT Branch: stable GIT Branch: stable