GIT Revision: 485c6fef342814bc39225727ebf0b63cc4ed39bd
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=48
This commit is contained in:
parent
6ea8755c8c
commit
4d892c140f
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:34:00 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:06:58 CEST 2011 - gregkh@suse.de
|
||||
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -872,6 +872,22 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
* Thu May 12 2011 gregkh@suse.de
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
* Tue May 10 2011 jslaby@suse.cz
|
||||
- deal with races in /proc/*/{syscall,stack,personality}
|
||||
(bnc#674982 CVE-2011-1020).
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:34:00 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:06:58 CEST 2011 - gregkh@suse.de
|
||||
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -885,6 +885,22 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
* Thu May 12 2011 gregkh@suse.de
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
* Tue May 10 2011 jslaby@suse.cz
|
||||
- deal with races in /proc/*/{syscall,stack,personality}
|
||||
(bnc#674982 CVE-2011-1020).
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:34:00 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:06:58 CEST 2011 - gregkh@suse.de
|
||||
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -905,6 +905,22 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
* Thu May 12 2011 gregkh@suse.de
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
* Tue May 10 2011 jslaby@suse.cz
|
||||
- deal with races in /proc/*/{syscall,stack,personality}
|
||||
(bnc#674982 CVE-2011-1020).
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:34:00 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:06:58 CEST 2011 - gregkh@suse.de
|
||||
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -99,6 +99,22 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/share/doc/kernel
|
||||
|
||||
%changelog
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
* Thu May 12 2011 gregkh@suse.de
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
* Tue May 10 2011 jslaby@suse.cz
|
||||
- deal with races in /proc/*/{syscall,stack,personality}
|
||||
(bnc#674982 CVE-2011-1020).
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:34:00 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:06:58 CEST 2011 - gregkh@suse.de
|
||||
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -875,6 +875,22 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
* Thu May 12 2011 gregkh@suse.de
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
* Tue May 10 2011 jslaby@suse.cz
|
||||
- deal with races in /proc/*/{syscall,stack,personality}
|
||||
(bnc#674982 CVE-2011-1020).
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:34:00 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:06:58 CEST 2011 - gregkh@suse.de
|
||||
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -872,6 +872,22 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
* Thu May 12 2011 gregkh@suse.de
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
* Tue May 10 2011 jslaby@suse.cz
|
||||
- deal with races in /proc/*/{syscall,stack,personality}
|
||||
(bnc#674982 CVE-2011-1020).
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:34:00 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:06:58 CEST 2011 - gregkh@suse.de
|
||||
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -890,6 +890,22 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
* Thu May 12 2011 gregkh@suse.de
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
* Tue May 10 2011 jslaby@suse.cz
|
||||
- deal with races in /proc/*/{syscall,stack,personality}
|
||||
(bnc#674982 CVE-2011-1020).
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:34:00 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:06:58 CEST 2011 - gregkh@suse.de
|
||||
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -894,6 +894,22 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
* Thu May 12 2011 gregkh@suse.de
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
* Tue May 10 2011 jslaby@suse.cz
|
||||
- deal with races in /proc/*/{syscall,stack,personality}
|
||||
(bnc#674982 CVE-2011-1020).
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:34:00 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:06:58 CEST 2011 - gregkh@suse.de
|
||||
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -875,6 +875,22 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
* Thu May 12 2011 gregkh@suse.de
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
* Tue May 10 2011 jslaby@suse.cz
|
||||
- deal with races in /proc/*/{syscall,stack,personality}
|
||||
(bnc#674982 CVE-2011-1020).
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:34:00 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:06:58 CEST 2011 - gregkh@suse.de
|
||||
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -869,6 +869,22 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
* Thu May 12 2011 gregkh@suse.de
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
* Tue May 10 2011 jslaby@suse.cz
|
||||
- deal with races in /proc/*/{syscall,stack,personality}
|
||||
(bnc#674982 CVE-2011-1020).
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:34:00 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:06:58 CEST 2011 - gregkh@suse.de
|
||||
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -254,6 +254,22 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
* Thu May 12 2011 gregkh@suse.de
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
* Tue May 10 2011 jslaby@suse.cz
|
||||
- deal with races in /proc/*/{syscall,stack,personality}
|
||||
(bnc#674982 CVE-2011-1020).
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:34:00 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:06:58 CEST 2011 - gregkh@suse.de
|
||||
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -81,6 +81,22 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
||||
%_docdir/%name/README.SUSE
|
||||
|
||||
%changelog
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
* Thu May 12 2011 gregkh@suse.de
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
* Tue May 10 2011 jslaby@suse.cz
|
||||
- deal with races in /proc/*/{syscall,stack,personality}
|
||||
(bnc#674982 CVE-2011-1020).
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:34:00 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:06:58 CEST 2011 - gregkh@suse.de
|
||||
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -877,6 +877,22 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
* Thu May 12 2011 gregkh@suse.de
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
* Tue May 10 2011 jslaby@suse.cz
|
||||
- deal with races in /proc/*/{syscall,stack,personality}
|
||||
(bnc#674982 CVE-2011-1020).
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:34:00 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:06:58 CEST 2011 - gregkh@suse.de
|
||||
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -873,6 +873,22 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
* Thu May 12 2011 gregkh@suse.de
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
* Tue May 10 2011 jslaby@suse.cz
|
||||
- deal with races in /proc/*/{syscall,stack,personality}
|
||||
(bnc#674982 CVE-2011-1020).
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:34:00 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 23:06:58 CEST 2011 - gregkh@suse.de
|
||||
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 10 12:19:46 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
|
@ -875,6 +875,22 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Refresh
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch.
|
||||
Just change the patch-mainline field. It's not upstream yet.
|
||||
- commit 485c6fe
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- block: add proper state guards to __elv_next_request.
|
||||
- commit 7ef799b
|
||||
* Thu May 12 2011 gregkh@suse.de
|
||||
- libata: fix oops when LPM is used with PMP.
|
||||
- commit 762704b
|
||||
* Thu May 12 2011 jslaby@suse.cz
|
||||
- Delete
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices.
|
||||
It's fixed differently by commits 43f12d47f and f844a709a7 in .38.5.
|
||||
- commit b64bc58
|
||||
* Tue May 10 2011 jslaby@suse.cz
|
||||
- deal with races in /proc/*/{syscall,stack,personality}
|
||||
(bnc#674982 CVE-2011-1020).
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5863ac5e0594eebe90b8890cc932568d514e1bf48f6fdb7ee08e8911ba31dc2
|
||||
size 88243
|
||||
oid sha256:7b48e09de8169ce4773306e079d81739514d110fe0d9f9c19ee3ed73ffc1fdec
|
||||
size 87803
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4cefac2a6bb0057f240223809159961a0047fe15fa2e34e557bc7eb68ad32681
|
||||
size 132557
|
||||
oid sha256:9719bbf1405ef8387486e08f931b7af7be0ff1aaafe9572dd47fcb4b0b11cb79
|
||||
size 134103
|
||||
|
@ -33,6 +33,7 @@
|
||||
patches.kernel.org/patch-2.6.38.3-4
|
||||
patches.kernel.org/patch-2.6.38.4-5
|
||||
patches.kernel.org/patch-2.6.38.5-6
|
||||
patches.kernel.org/libata-fix-oops-when-lpm-is-used-with-pmp.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -492,6 +493,7 @@
|
||||
patches.fixes/scsi-check-host-lookup-failure
|
||||
patches.drivers/megaraid-mbox-fix-SG_IO
|
||||
+needs_update-35 patches.drivers/qla4xxx-5.01.00-k9-5.01.00.00.11.01-k10.patch
|
||||
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch
|
||||
|
||||
# Remaining SCSI patches (garloff)
|
||||
patches.suse/scsi-error-test-unit-ready-timeout
|
||||
@ -537,7 +539,6 @@
|
||||
########################################################
|
||||
patches.suse/wireless-no-aes-select
|
||||
patches.suse/b43-missing-firmware-info.patch
|
||||
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices
|
||||
patches.drivers/iwl-cleanup-iwl_good_ack_health.patch
|
||||
patches.drivers/iwl-fix-ack-health-for-WiFi-BT-combo-devices.patch
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
2011-05-10 12:19:59 +0200
|
||||
GIT Revision: 346cb4649820730ce8fc6e504ddacd10859ca12a
|
||||
2011-05-12 23:34:00 +0200
|
||||
GIT Revision: 485c6fef342814bc39225727ebf0b63cc4ed39bd
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user