GIT Revision: 303cc0e7b9e4b6806cd6c7a49839ba655f2fbd86
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=61
This commit is contained in:
parent
753d8d7379
commit
47464f4801
@ -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
|
||||
|
||||
|
@ -875,6 +875,36 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%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
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
|
@ -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
|
||||
|
||||
|
@ -888,6 +888,36 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%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
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
|
@ -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
|
||||
|
||||
|
@ -908,6 +908,36 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%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
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
|
@ -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
|
||||
|
||||
|
@ -99,6 +99,36 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/share/doc/kernel
|
||||
|
||||
%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
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
|
@ -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
|
||||
|
||||
|
@ -878,6 +878,36 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%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
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
|
@ -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
|
||||
|
||||
|
@ -893,6 +893,36 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%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
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
|
@ -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
|
||||
|
||||
|
@ -897,6 +897,36 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%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
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
|
@ -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
|
||||
|
||||
|
@ -878,6 +878,36 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%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
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
|
@ -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
|
||||
|
||||
|
@ -872,6 +872,36 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%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
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
|
@ -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
|
||||
|
||||
|
@ -255,6 +255,36 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
|
||||
%endif
|
||||
|
||||
%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
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
|
@ -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
|
||||
|
||||
|
@ -81,6 +81,36 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
||||
%_docdir/%name/README.SUSE
|
||||
|
||||
%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
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
|
@ -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
|
||||
|
||||
|
@ -880,6 +880,36 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%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
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
|
@ -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
|
||||
|
||||
|
@ -876,6 +876,36 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%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
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
|
@ -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
|
||||
|
||||
|
@ -878,6 +878,36 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%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
|
||||
- Update Suresh's patchset to version 3:
|
||||
- Refresh patches.fixes/x86_mtrr_stop_machine_1_2.patch.
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:efbc20ca3ba0c6e64fee92cf07a25cf92b50cba3ad8d2892f5a4bb702bf6706f
|
||||
size 61524
|
||||
oid sha256:9ce7c67d76781fa003e0729067b12531f669bd34c3298cd57b595ba98b0737e0
|
||||
size 67833
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:628bd72eeff3129b98013526c4978bda67d956a21e6dabafe10324fc4be7f931
|
||||
size 8284
|
||||
oid sha256:2445928b9ca117c8c7326d29c546e1f3b26aac30ea073a48a12c99316db9eb0e
|
||||
size 13643
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c013fb6c7810eea59909e8c0de626c565cf87f40a0fa39f111dcb0d3621d33ea
|
||||
size 31634
|
||||
oid sha256:4fb02e3b2eca3d22e9df0cdb34b4118dcd8fa5b655047d0947aaca140b81c40a
|
||||
size 38332
|
||||
|
14
series.conf
14
series.conf
@ -114,8 +114,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
|
||||
@ -303,6 +306,8 @@
|
||||
########################################################
|
||||
patches.suse/novfs-client-module
|
||||
patches.fixes/novfs-nwcapi.patch
|
||||
patches.fixes/novfs-copy_user-fixes.diff
|
||||
patches.fixes/novfs-minsize-fixes
|
||||
|
||||
########################################################
|
||||
# other filesystem stuff: richacls
|
||||
@ -439,6 +444,11 @@
|
||||
# Sound
|
||||
##########################################################
|
||||
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
|
||||
|
@ -1,3 +1,3 @@
|
||||
2011-06-13 01:19:51 +0200
|
||||
GIT Revision: fb466974d4f165324c6f00c9a49c01168aa7bf80
|
||||
2011-06-17 13:48:46 +0200
|
||||
GIT Revision: 303cc0e7b9e4b6806cd6c7a49839ba655f2fbd86
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user