1
0
forked from pool/kernel-source

GIT Revision: e78f4ce733b88fc3106060d8b700d864df2688a8

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=6974
This commit is contained in:
Michal Marek 2011-05-21 05:03:05 +00:00 committed by Git OBS Bridge
parent 05585abdd3
commit c10b013c79
31 changed files with 750 additions and 4 deletions

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
- PM: Print a warning if firmware is requested when tasks are
frozen (bnc#695219).
- commit e78f4ce
-------------------------------------------------------------------
Fri May 20 09:54:30 CEST 2011 - jslaby@suse.cz
- Refresh
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
Bah, cherry-picked a wrong version. Fix it.
- commit f9674b8
-------------------------------------------------------------------
Fri May 20 09:41:02 CEST 2011 - jslaby@suse.cz
- Delete patches.suse/slab-handle-memoryless-nodes-v2a.patch.
It was part of removed SoN patches.
- commit 1d0599a
-------------------------------------------------------------------
Fri May 20 02:27:58 CEST 2011 - jeffm@suse.com
@ -23,6 +45,12 @@ Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com
- Eliminated 5 patches.
- commit a8a170f
-------------------------------------------------------------------
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
- block: add proper state guards to __elv_next_request.
- commit bcb6433
-------------------------------------------------------------------
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
@ -531,6 +559,12 @@ Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
kernel oops (bnc#687113 CVE-2011-1577).
- commit 385b393
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- scsi: aic94xx: world-writable sysfs update_bios file.
- commit 7f827e6
-------------------------------------------------------------------
Wed Apr 13 16:53:14 CEST 2011 - jeffm@suse.com

View File

@ -877,6 +877,19 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Fri May 20 2011 jslaby@suse.cz
- PM: Print a warning if firmware is requested when tasks are
frozen (bnc#695219).
- commit e78f4ce
* Fri May 20 2011 jslaby@suse.cz
- Refresh
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
Bah, cherry-picked a wrong version. Fix it.
- commit f9674b8
* Fri May 20 2011 jslaby@suse.cz
- Delete patches.suse/slab-handle-memoryless-nodes-v2a.patch.
It was part of removed SoN patches.
- commit 1d0599a
* Fri May 20 2011 jeffm@suse.com
- Updated to 2.6.39-final.
- commit 7c72384
@ -891,6 +904,9 @@ Debug information for package %name-devel
- Eliminated 5 patches.
- commit a8a170f
* Thu May 12 2011 jslaby@suse.cz
- block: add proper state guards to __elv_next_request.
- commit bcb6433
* 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 .39-rc1
@ -1182,6 +1198,9 @@ Debug information for package %name-devel
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit 385b393
* Thu Apr 14 2011 jeffm@suse.com
- scsi: aic94xx: world-writable sysfs update_bios file.
- commit 7f827e6
* Wed Apr 13 2011 jeffm@suse.com
- mpc5xxx_can: Fix typo causing build failure (of_dev -> ofdev).
- ft1000: Remove unnecessary EXPORT_SYMBOLs.

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
- PM: Print a warning if firmware is requested when tasks are
frozen (bnc#695219).
- commit e78f4ce
-------------------------------------------------------------------
Fri May 20 09:54:30 CEST 2011 - jslaby@suse.cz
- Refresh
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
Bah, cherry-picked a wrong version. Fix it.
- commit f9674b8
-------------------------------------------------------------------
Fri May 20 09:41:02 CEST 2011 - jslaby@suse.cz
- Delete patches.suse/slab-handle-memoryless-nodes-v2a.patch.
It was part of removed SoN patches.
- commit 1d0599a
-------------------------------------------------------------------
Fri May 20 02:27:58 CEST 2011 - jeffm@suse.com
@ -23,6 +45,12 @@ Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com
- Eliminated 5 patches.
- commit a8a170f
-------------------------------------------------------------------
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
- block: add proper state guards to __elv_next_request.
- commit bcb6433
-------------------------------------------------------------------
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
@ -531,6 +559,12 @@ Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
kernel oops (bnc#687113 CVE-2011-1577).
- commit 385b393
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- scsi: aic94xx: world-writable sysfs update_bios file.
- commit 7f827e6
-------------------------------------------------------------------
Wed Apr 13 16:53:14 CEST 2011 - jeffm@suse.com

View File

@ -890,6 +890,19 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Fri May 20 2011 jslaby@suse.cz
- PM: Print a warning if firmware is requested when tasks are
frozen (bnc#695219).
- commit e78f4ce
* Fri May 20 2011 jslaby@suse.cz
- Refresh
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
Bah, cherry-picked a wrong version. Fix it.
- commit f9674b8
* Fri May 20 2011 jslaby@suse.cz
- Delete patches.suse/slab-handle-memoryless-nodes-v2a.patch.
It was part of removed SoN patches.
- commit 1d0599a
* Fri May 20 2011 jeffm@suse.com
- Updated to 2.6.39-final.
- commit 7c72384
@ -904,6 +917,9 @@ Debug information for package %name-devel
- Eliminated 5 patches.
- commit a8a170f
* Thu May 12 2011 jslaby@suse.cz
- block: add proper state guards to __elv_next_request.
- commit bcb6433
* 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 .39-rc1
@ -1195,6 +1211,9 @@ Debug information for package %name-devel
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit 385b393
* Thu Apr 14 2011 jeffm@suse.com
- scsi: aic94xx: world-writable sysfs update_bios file.
- commit 7f827e6
* Wed Apr 13 2011 jeffm@suse.com
- mpc5xxx_can: Fix typo causing build failure (of_dev -> ofdev).
- ft1000: Remove unnecessary EXPORT_SYMBOLs.

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
- PM: Print a warning if firmware is requested when tasks are
frozen (bnc#695219).
- commit e78f4ce
-------------------------------------------------------------------
Fri May 20 09:54:30 CEST 2011 - jslaby@suse.cz
- Refresh
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
Bah, cherry-picked a wrong version. Fix it.
- commit f9674b8
-------------------------------------------------------------------
Fri May 20 09:41:02 CEST 2011 - jslaby@suse.cz
- Delete patches.suse/slab-handle-memoryless-nodes-v2a.patch.
It was part of removed SoN patches.
- commit 1d0599a
-------------------------------------------------------------------
Fri May 20 02:27:58 CEST 2011 - jeffm@suse.com
@ -23,6 +45,12 @@ Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com
- Eliminated 5 patches.
- commit a8a170f
-------------------------------------------------------------------
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
- block: add proper state guards to __elv_next_request.
- commit bcb6433
-------------------------------------------------------------------
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
@ -531,6 +559,12 @@ Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
kernel oops (bnc#687113 CVE-2011-1577).
- commit 385b393
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- scsi: aic94xx: world-writable sysfs update_bios file.
- commit 7f827e6
-------------------------------------------------------------------
Wed Apr 13 16:53:14 CEST 2011 - jeffm@suse.com

View File

@ -910,6 +910,19 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Fri May 20 2011 jslaby@suse.cz
- PM: Print a warning if firmware is requested when tasks are
frozen (bnc#695219).
- commit e78f4ce
* Fri May 20 2011 jslaby@suse.cz
- Refresh
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
Bah, cherry-picked a wrong version. Fix it.
- commit f9674b8
* Fri May 20 2011 jslaby@suse.cz
- Delete patches.suse/slab-handle-memoryless-nodes-v2a.patch.
It was part of removed SoN patches.
- commit 1d0599a
* Fri May 20 2011 jeffm@suse.com
- Updated to 2.6.39-final.
- commit 7c72384
@ -924,6 +937,9 @@ Debug information for package %name-devel
- Eliminated 5 patches.
- commit a8a170f
* Thu May 12 2011 jslaby@suse.cz
- block: add proper state guards to __elv_next_request.
- commit bcb6433
* 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 .39-rc1
@ -1215,6 +1231,9 @@ Debug information for package %name-devel
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit 385b393
* Thu Apr 14 2011 jeffm@suse.com
- scsi: aic94xx: world-writable sysfs update_bios file.
- commit 7f827e6
* Wed Apr 13 2011 jeffm@suse.com
- mpc5xxx_can: Fix typo causing build failure (of_dev -> ofdev).
- ft1000: Remove unnecessary EXPORT_SYMBOLs.

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
- PM: Print a warning if firmware is requested when tasks are
frozen (bnc#695219).
- commit e78f4ce
-------------------------------------------------------------------
Fri May 20 09:54:30 CEST 2011 - jslaby@suse.cz
- Refresh
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
Bah, cherry-picked a wrong version. Fix it.
- commit f9674b8
-------------------------------------------------------------------
Fri May 20 09:41:02 CEST 2011 - jslaby@suse.cz
- Delete patches.suse/slab-handle-memoryless-nodes-v2a.patch.
It was part of removed SoN patches.
- commit 1d0599a
-------------------------------------------------------------------
Fri May 20 02:27:58 CEST 2011 - jeffm@suse.com
@ -23,6 +45,12 @@ Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com
- Eliminated 5 patches.
- commit a8a170f
-------------------------------------------------------------------
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
- block: add proper state guards to __elv_next_request.
- commit bcb6433
-------------------------------------------------------------------
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
@ -531,6 +559,12 @@ Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
kernel oops (bnc#687113 CVE-2011-1577).
- commit 385b393
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- scsi: aic94xx: world-writable sysfs update_bios file.
- commit 7f827e6
-------------------------------------------------------------------
Wed Apr 13 16:53:14 CEST 2011 - jeffm@suse.com

View File

@ -99,6 +99,19 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/doc/kernel
%changelog
* Fri May 20 2011 jslaby@suse.cz
- PM: Print a warning if firmware is requested when tasks are
frozen (bnc#695219).
- commit e78f4ce
* Fri May 20 2011 jslaby@suse.cz
- Refresh
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
Bah, cherry-picked a wrong version. Fix it.
- commit f9674b8
* Fri May 20 2011 jslaby@suse.cz
- Delete patches.suse/slab-handle-memoryless-nodes-v2a.patch.
It was part of removed SoN patches.
- commit 1d0599a
* Fri May 20 2011 jeffm@suse.com
- Updated to 2.6.39-final.
- commit 7c72384
@ -113,6 +126,9 @@ rm -rf $RPM_BUILD_ROOT
- Eliminated 5 patches.
- commit a8a170f
* Thu May 12 2011 jslaby@suse.cz
- block: add proper state guards to __elv_next_request.
- commit bcb6433
* 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 .39-rc1
@ -404,6 +420,9 @@ rm -rf $RPM_BUILD_ROOT
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit 385b393
* Thu Apr 14 2011 jeffm@suse.com
- scsi: aic94xx: world-writable sysfs update_bios file.
- commit 7f827e6
* Wed Apr 13 2011 jeffm@suse.com
- mpc5xxx_can: Fix typo causing build failure (of_dev -> ofdev).
- ft1000: Remove unnecessary EXPORT_SYMBOLs.

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
- PM: Print a warning if firmware is requested when tasks are
frozen (bnc#695219).
- commit e78f4ce
-------------------------------------------------------------------
Fri May 20 09:54:30 CEST 2011 - jslaby@suse.cz
- Refresh
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
Bah, cherry-picked a wrong version. Fix it.
- commit f9674b8
-------------------------------------------------------------------
Fri May 20 09:41:02 CEST 2011 - jslaby@suse.cz
- Delete patches.suse/slab-handle-memoryless-nodes-v2a.patch.
It was part of removed SoN patches.
- commit 1d0599a
-------------------------------------------------------------------
Fri May 20 02:27:58 CEST 2011 - jeffm@suse.com
@ -23,6 +45,12 @@ Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com
- Eliminated 5 patches.
- commit a8a170f
-------------------------------------------------------------------
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
- block: add proper state guards to __elv_next_request.
- commit bcb6433
-------------------------------------------------------------------
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
@ -531,6 +559,12 @@ Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
kernel oops (bnc#687113 CVE-2011-1577).
- commit 385b393
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- scsi: aic94xx: world-writable sysfs update_bios file.
- commit 7f827e6
-------------------------------------------------------------------
Wed Apr 13 16:53:14 CEST 2011 - jeffm@suse.com

View File

@ -880,6 +880,19 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Fri May 20 2011 jslaby@suse.cz
- PM: Print a warning if firmware is requested when tasks are
frozen (bnc#695219).
- commit e78f4ce
* Fri May 20 2011 jslaby@suse.cz
- Refresh
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
Bah, cherry-picked a wrong version. Fix it.
- commit f9674b8
* Fri May 20 2011 jslaby@suse.cz
- Delete patches.suse/slab-handle-memoryless-nodes-v2a.patch.
It was part of removed SoN patches.
- commit 1d0599a
* Fri May 20 2011 jeffm@suse.com
- Updated to 2.6.39-final.
- commit 7c72384
@ -894,6 +907,9 @@ Debug information for package %name-devel
- Eliminated 5 patches.
- commit a8a170f
* Thu May 12 2011 jslaby@suse.cz
- block: add proper state guards to __elv_next_request.
- commit bcb6433
* 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 .39-rc1
@ -1185,6 +1201,9 @@ Debug information for package %name-devel
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit 385b393
* Thu Apr 14 2011 jeffm@suse.com
- scsi: aic94xx: world-writable sysfs update_bios file.
- commit 7f827e6
* Wed Apr 13 2011 jeffm@suse.com
- mpc5xxx_can: Fix typo causing build failure (of_dev -> ofdev).
- ft1000: Remove unnecessary EXPORT_SYMBOLs.

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
- PM: Print a warning if firmware is requested when tasks are
frozen (bnc#695219).
- commit e78f4ce
-------------------------------------------------------------------
Fri May 20 09:54:30 CEST 2011 - jslaby@suse.cz
- Refresh
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
Bah, cherry-picked a wrong version. Fix it.
- commit f9674b8
-------------------------------------------------------------------
Fri May 20 09:41:02 CEST 2011 - jslaby@suse.cz
- Delete patches.suse/slab-handle-memoryless-nodes-v2a.patch.
It was part of removed SoN patches.
- commit 1d0599a
-------------------------------------------------------------------
Fri May 20 02:27:58 CEST 2011 - jeffm@suse.com
@ -23,6 +45,12 @@ Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com
- Eliminated 5 patches.
- commit a8a170f
-------------------------------------------------------------------
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
- block: add proper state guards to __elv_next_request.
- commit bcb6433
-------------------------------------------------------------------
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
@ -531,6 +559,12 @@ Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
kernel oops (bnc#687113 CVE-2011-1577).
- commit 385b393
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- scsi: aic94xx: world-writable sysfs update_bios file.
- commit 7f827e6
-------------------------------------------------------------------
Wed Apr 13 16:53:14 CEST 2011 - jeffm@suse.com

View File

@ -895,6 +895,19 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Fri May 20 2011 jslaby@suse.cz
- PM: Print a warning if firmware is requested when tasks are
frozen (bnc#695219).
- commit e78f4ce
* Fri May 20 2011 jslaby@suse.cz
- Refresh
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
Bah, cherry-picked a wrong version. Fix it.
- commit f9674b8
* Fri May 20 2011 jslaby@suse.cz
- Delete patches.suse/slab-handle-memoryless-nodes-v2a.patch.
It was part of removed SoN patches.
- commit 1d0599a
* Fri May 20 2011 jeffm@suse.com
- Updated to 2.6.39-final.
- commit 7c72384
@ -909,6 +922,9 @@ Debug information for package %name-devel
- Eliminated 5 patches.
- commit a8a170f
* Thu May 12 2011 jslaby@suse.cz
- block: add proper state guards to __elv_next_request.
- commit bcb6433
* 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 .39-rc1
@ -1200,6 +1216,9 @@ Debug information for package %name-devel
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit 385b393
* Thu Apr 14 2011 jeffm@suse.com
- scsi: aic94xx: world-writable sysfs update_bios file.
- commit 7f827e6
* Wed Apr 13 2011 jeffm@suse.com
- mpc5xxx_can: Fix typo causing build failure (of_dev -> ofdev).
- ft1000: Remove unnecessary EXPORT_SYMBOLs.

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
- PM: Print a warning if firmware is requested when tasks are
frozen (bnc#695219).
- commit e78f4ce
-------------------------------------------------------------------
Fri May 20 09:54:30 CEST 2011 - jslaby@suse.cz
- Refresh
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
Bah, cherry-picked a wrong version. Fix it.
- commit f9674b8
-------------------------------------------------------------------
Fri May 20 09:41:02 CEST 2011 - jslaby@suse.cz
- Delete patches.suse/slab-handle-memoryless-nodes-v2a.patch.
It was part of removed SoN patches.
- commit 1d0599a
-------------------------------------------------------------------
Fri May 20 02:27:58 CEST 2011 - jeffm@suse.com
@ -23,6 +45,12 @@ Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com
- Eliminated 5 patches.
- commit a8a170f
-------------------------------------------------------------------
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
- block: add proper state guards to __elv_next_request.
- commit bcb6433
-------------------------------------------------------------------
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
@ -531,6 +559,12 @@ Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
kernel oops (bnc#687113 CVE-2011-1577).
- commit 385b393
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- scsi: aic94xx: world-writable sysfs update_bios file.
- commit 7f827e6
-------------------------------------------------------------------
Wed Apr 13 16:53:14 CEST 2011 - jeffm@suse.com

View File

@ -899,6 +899,19 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Fri May 20 2011 jslaby@suse.cz
- PM: Print a warning if firmware is requested when tasks are
frozen (bnc#695219).
- commit e78f4ce
* Fri May 20 2011 jslaby@suse.cz
- Refresh
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
Bah, cherry-picked a wrong version. Fix it.
- commit f9674b8
* Fri May 20 2011 jslaby@suse.cz
- Delete patches.suse/slab-handle-memoryless-nodes-v2a.patch.
It was part of removed SoN patches.
- commit 1d0599a
* Fri May 20 2011 jeffm@suse.com
- Updated to 2.6.39-final.
- commit 7c72384
@ -913,6 +926,9 @@ Debug information for package %name-devel
- Eliminated 5 patches.
- commit a8a170f
* Thu May 12 2011 jslaby@suse.cz
- block: add proper state guards to __elv_next_request.
- commit bcb6433
* 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 .39-rc1
@ -1204,6 +1220,9 @@ Debug information for package %name-devel
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit 385b393
* Thu Apr 14 2011 jeffm@suse.com
- scsi: aic94xx: world-writable sysfs update_bios file.
- commit 7f827e6
* Wed Apr 13 2011 jeffm@suse.com
- mpc5xxx_can: Fix typo causing build failure (of_dev -> ofdev).
- ft1000: Remove unnecessary EXPORT_SYMBOLs.

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
- PM: Print a warning if firmware is requested when tasks are
frozen (bnc#695219).
- commit e78f4ce
-------------------------------------------------------------------
Fri May 20 09:54:30 CEST 2011 - jslaby@suse.cz
- Refresh
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
Bah, cherry-picked a wrong version. Fix it.
- commit f9674b8
-------------------------------------------------------------------
Fri May 20 09:41:02 CEST 2011 - jslaby@suse.cz
- Delete patches.suse/slab-handle-memoryless-nodes-v2a.patch.
It was part of removed SoN patches.
- commit 1d0599a
-------------------------------------------------------------------
Fri May 20 02:27:58 CEST 2011 - jeffm@suse.com
@ -23,6 +45,12 @@ Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com
- Eliminated 5 patches.
- commit a8a170f
-------------------------------------------------------------------
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
- block: add proper state guards to __elv_next_request.
- commit bcb6433
-------------------------------------------------------------------
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
@ -531,6 +559,12 @@ Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
kernel oops (bnc#687113 CVE-2011-1577).
- commit 385b393
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- scsi: aic94xx: world-writable sysfs update_bios file.
- commit 7f827e6
-------------------------------------------------------------------
Wed Apr 13 16:53:14 CEST 2011 - jeffm@suse.com

View File

@ -880,6 +880,19 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Fri May 20 2011 jslaby@suse.cz
- PM: Print a warning if firmware is requested when tasks are
frozen (bnc#695219).
- commit e78f4ce
* Fri May 20 2011 jslaby@suse.cz
- Refresh
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
Bah, cherry-picked a wrong version. Fix it.
- commit f9674b8
* Fri May 20 2011 jslaby@suse.cz
- Delete patches.suse/slab-handle-memoryless-nodes-v2a.patch.
It was part of removed SoN patches.
- commit 1d0599a
* Fri May 20 2011 jeffm@suse.com
- Updated to 2.6.39-final.
- commit 7c72384
@ -894,6 +907,9 @@ Debug information for package %name-devel
- Eliminated 5 patches.
- commit a8a170f
* Thu May 12 2011 jslaby@suse.cz
- block: add proper state guards to __elv_next_request.
- commit bcb6433
* 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 .39-rc1
@ -1185,6 +1201,9 @@ Debug information for package %name-devel
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit 385b393
* Thu Apr 14 2011 jeffm@suse.com
- scsi: aic94xx: world-writable sysfs update_bios file.
- commit 7f827e6
* Wed Apr 13 2011 jeffm@suse.com
- mpc5xxx_can: Fix typo causing build failure (of_dev -> ofdev).
- ft1000: Remove unnecessary EXPORT_SYMBOLs.

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
- PM: Print a warning if firmware is requested when tasks are
frozen (bnc#695219).
- commit e78f4ce
-------------------------------------------------------------------
Fri May 20 09:54:30 CEST 2011 - jslaby@suse.cz
- Refresh
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
Bah, cherry-picked a wrong version. Fix it.
- commit f9674b8
-------------------------------------------------------------------
Fri May 20 09:41:02 CEST 2011 - jslaby@suse.cz
- Delete patches.suse/slab-handle-memoryless-nodes-v2a.patch.
It was part of removed SoN patches.
- commit 1d0599a
-------------------------------------------------------------------
Fri May 20 02:27:58 CEST 2011 - jeffm@suse.com
@ -23,6 +45,12 @@ Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com
- Eliminated 5 patches.
- commit a8a170f
-------------------------------------------------------------------
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
- block: add proper state guards to __elv_next_request.
- commit bcb6433
-------------------------------------------------------------------
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
@ -531,6 +559,12 @@ Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
kernel oops (bnc#687113 CVE-2011-1577).
- commit 385b393
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- scsi: aic94xx: world-writable sysfs update_bios file.
- commit 7f827e6
-------------------------------------------------------------------
Wed Apr 13 16:53:14 CEST 2011 - jeffm@suse.com

View File

@ -874,6 +874,19 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Fri May 20 2011 jslaby@suse.cz
- PM: Print a warning if firmware is requested when tasks are
frozen (bnc#695219).
- commit e78f4ce
* Fri May 20 2011 jslaby@suse.cz
- Refresh
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
Bah, cherry-picked a wrong version. Fix it.
- commit f9674b8
* Fri May 20 2011 jslaby@suse.cz
- Delete patches.suse/slab-handle-memoryless-nodes-v2a.patch.
It was part of removed SoN patches.
- commit 1d0599a
* Fri May 20 2011 jeffm@suse.com
- Updated to 2.6.39-final.
- commit 7c72384
@ -888,6 +901,9 @@ Debug information for package %name-devel
- Eliminated 5 patches.
- commit a8a170f
* Thu May 12 2011 jslaby@suse.cz
- block: add proper state guards to __elv_next_request.
- commit bcb6433
* 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 .39-rc1
@ -1179,6 +1195,9 @@ Debug information for package %name-devel
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit 385b393
* Thu Apr 14 2011 jeffm@suse.com
- scsi: aic94xx: world-writable sysfs update_bios file.
- commit 7f827e6
* Wed Apr 13 2011 jeffm@suse.com
- mpc5xxx_can: Fix typo causing build failure (of_dev -> ofdev).
- ft1000: Remove unnecessary EXPORT_SYMBOLs.

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
- PM: Print a warning if firmware is requested when tasks are
frozen (bnc#695219).
- commit e78f4ce
-------------------------------------------------------------------
Fri May 20 09:54:30 CEST 2011 - jslaby@suse.cz
- Refresh
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
Bah, cherry-picked a wrong version. Fix it.
- commit f9674b8
-------------------------------------------------------------------
Fri May 20 09:41:02 CEST 2011 - jslaby@suse.cz
- Delete patches.suse/slab-handle-memoryless-nodes-v2a.patch.
It was part of removed SoN patches.
- commit 1d0599a
-------------------------------------------------------------------
Fri May 20 02:27:58 CEST 2011 - jeffm@suse.com
@ -23,6 +45,12 @@ Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com
- Eliminated 5 patches.
- commit a8a170f
-------------------------------------------------------------------
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
- block: add proper state guards to __elv_next_request.
- commit bcb6433
-------------------------------------------------------------------
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
@ -531,6 +559,12 @@ Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
kernel oops (bnc#687113 CVE-2011-1577).
- commit 385b393
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- scsi: aic94xx: world-writable sysfs update_bios file.
- commit 7f827e6
-------------------------------------------------------------------
Wed Apr 13 16:53:14 CEST 2011 - jeffm@suse.com

View File

@ -255,6 +255,19 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
%endif
%changelog
* Fri May 20 2011 jslaby@suse.cz
- PM: Print a warning if firmware is requested when tasks are
frozen (bnc#695219).
- commit e78f4ce
* Fri May 20 2011 jslaby@suse.cz
- Refresh
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
Bah, cherry-picked a wrong version. Fix it.
- commit f9674b8
* Fri May 20 2011 jslaby@suse.cz
- Delete patches.suse/slab-handle-memoryless-nodes-v2a.patch.
It was part of removed SoN patches.
- commit 1d0599a
* Fri May 20 2011 jeffm@suse.com
- Updated to 2.6.39-final.
- commit 7c72384
@ -269,6 +282,9 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- Eliminated 5 patches.
- commit a8a170f
* Thu May 12 2011 jslaby@suse.cz
- block: add proper state guards to __elv_next_request.
- commit bcb6433
* 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 .39-rc1
@ -560,6 +576,9 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit 385b393
* Thu Apr 14 2011 jeffm@suse.com
- scsi: aic94xx: world-writable sysfs update_bios file.
- commit 7f827e6
* Wed Apr 13 2011 jeffm@suse.com
- mpc5xxx_can: Fix typo causing build failure (of_dev -> ofdev).
- ft1000: Remove unnecessary EXPORT_SYMBOLs.

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
- PM: Print a warning if firmware is requested when tasks are
frozen (bnc#695219).
- commit e78f4ce
-------------------------------------------------------------------
Fri May 20 09:54:30 CEST 2011 - jslaby@suse.cz
- Refresh
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
Bah, cherry-picked a wrong version. Fix it.
- commit f9674b8
-------------------------------------------------------------------
Fri May 20 09:41:02 CEST 2011 - jslaby@suse.cz
- Delete patches.suse/slab-handle-memoryless-nodes-v2a.patch.
It was part of removed SoN patches.
- commit 1d0599a
-------------------------------------------------------------------
Fri May 20 02:27:58 CEST 2011 - jeffm@suse.com
@ -23,6 +45,12 @@ Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com
- Eliminated 5 patches.
- commit a8a170f
-------------------------------------------------------------------
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
- block: add proper state guards to __elv_next_request.
- commit bcb6433
-------------------------------------------------------------------
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
@ -531,6 +559,12 @@ Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
kernel oops (bnc#687113 CVE-2011-1577).
- commit 385b393
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- scsi: aic94xx: world-writable sysfs update_bios file.
- commit 7f827e6
-------------------------------------------------------------------
Wed Apr 13 16:53:14 CEST 2011 - jeffm@suse.com

View File

@ -81,6 +81,19 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
%_docdir/%name/README.SUSE
%changelog
* Fri May 20 2011 jslaby@suse.cz
- PM: Print a warning if firmware is requested when tasks are
frozen (bnc#695219).
- commit e78f4ce
* Fri May 20 2011 jslaby@suse.cz
- Refresh
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
Bah, cherry-picked a wrong version. Fix it.
- commit f9674b8
* Fri May 20 2011 jslaby@suse.cz
- Delete patches.suse/slab-handle-memoryless-nodes-v2a.patch.
It was part of removed SoN patches.
- commit 1d0599a
* Fri May 20 2011 jeffm@suse.com
- Updated to 2.6.39-final.
- commit 7c72384
@ -95,6 +108,9 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- Eliminated 5 patches.
- commit a8a170f
* Thu May 12 2011 jslaby@suse.cz
- block: add proper state guards to __elv_next_request.
- commit bcb6433
* 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 .39-rc1
@ -386,6 +402,9 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit 385b393
* Thu Apr 14 2011 jeffm@suse.com
- scsi: aic94xx: world-writable sysfs update_bios file.
- commit 7f827e6
* Wed Apr 13 2011 jeffm@suse.com
- mpc5xxx_can: Fix typo causing build failure (of_dev -> ofdev).
- ft1000: Remove unnecessary EXPORT_SYMBOLs.

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
- PM: Print a warning if firmware is requested when tasks are
frozen (bnc#695219).
- commit e78f4ce
-------------------------------------------------------------------
Fri May 20 09:54:30 CEST 2011 - jslaby@suse.cz
- Refresh
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
Bah, cherry-picked a wrong version. Fix it.
- commit f9674b8
-------------------------------------------------------------------
Fri May 20 09:41:02 CEST 2011 - jslaby@suse.cz
- Delete patches.suse/slab-handle-memoryless-nodes-v2a.patch.
It was part of removed SoN patches.
- commit 1d0599a
-------------------------------------------------------------------
Fri May 20 02:27:58 CEST 2011 - jeffm@suse.com
@ -23,6 +45,12 @@ Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com
- Eliminated 5 patches.
- commit a8a170f
-------------------------------------------------------------------
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
- block: add proper state guards to __elv_next_request.
- commit bcb6433
-------------------------------------------------------------------
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
@ -531,6 +559,12 @@ Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
kernel oops (bnc#687113 CVE-2011-1577).
- commit 385b393
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- scsi: aic94xx: world-writable sysfs update_bios file.
- commit 7f827e6
-------------------------------------------------------------------
Wed Apr 13 16:53:14 CEST 2011 - jeffm@suse.com

View File

@ -882,6 +882,19 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Fri May 20 2011 jslaby@suse.cz
- PM: Print a warning if firmware is requested when tasks are
frozen (bnc#695219).
- commit e78f4ce
* Fri May 20 2011 jslaby@suse.cz
- Refresh
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
Bah, cherry-picked a wrong version. Fix it.
- commit f9674b8
* Fri May 20 2011 jslaby@suse.cz
- Delete patches.suse/slab-handle-memoryless-nodes-v2a.patch.
It was part of removed SoN patches.
- commit 1d0599a
* Fri May 20 2011 jeffm@suse.com
- Updated to 2.6.39-final.
- commit 7c72384
@ -896,6 +909,9 @@ Debug information for package %name-devel
- Eliminated 5 patches.
- commit a8a170f
* Thu May 12 2011 jslaby@suse.cz
- block: add proper state guards to __elv_next_request.
- commit bcb6433
* 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 .39-rc1
@ -1187,6 +1203,9 @@ Debug information for package %name-devel
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit 385b393
* Thu Apr 14 2011 jeffm@suse.com
- scsi: aic94xx: world-writable sysfs update_bios file.
- commit 7f827e6
* Wed Apr 13 2011 jeffm@suse.com
- mpc5xxx_can: Fix typo causing build failure (of_dev -> ofdev).
- ft1000: Remove unnecessary EXPORT_SYMBOLs.

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
- PM: Print a warning if firmware is requested when tasks are
frozen (bnc#695219).
- commit e78f4ce
-------------------------------------------------------------------
Fri May 20 09:54:30 CEST 2011 - jslaby@suse.cz
- Refresh
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
Bah, cherry-picked a wrong version. Fix it.
- commit f9674b8
-------------------------------------------------------------------
Fri May 20 09:41:02 CEST 2011 - jslaby@suse.cz
- Delete patches.suse/slab-handle-memoryless-nodes-v2a.patch.
It was part of removed SoN patches.
- commit 1d0599a
-------------------------------------------------------------------
Fri May 20 02:27:58 CEST 2011 - jeffm@suse.com
@ -23,6 +45,12 @@ Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com
- Eliminated 5 patches.
- commit a8a170f
-------------------------------------------------------------------
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
- block: add proper state guards to __elv_next_request.
- commit bcb6433
-------------------------------------------------------------------
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
@ -531,6 +559,12 @@ Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
kernel oops (bnc#687113 CVE-2011-1577).
- commit 385b393
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- scsi: aic94xx: world-writable sysfs update_bios file.
- commit 7f827e6
-------------------------------------------------------------------
Wed Apr 13 16:53:14 CEST 2011 - jeffm@suse.com

View File

@ -878,6 +878,19 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Fri May 20 2011 jslaby@suse.cz
- PM: Print a warning if firmware is requested when tasks are
frozen (bnc#695219).
- commit e78f4ce
* Fri May 20 2011 jslaby@suse.cz
- Refresh
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
Bah, cherry-picked a wrong version. Fix it.
- commit f9674b8
* Fri May 20 2011 jslaby@suse.cz
- Delete patches.suse/slab-handle-memoryless-nodes-v2a.patch.
It was part of removed SoN patches.
- commit 1d0599a
* Fri May 20 2011 jeffm@suse.com
- Updated to 2.6.39-final.
- commit 7c72384
@ -892,6 +905,9 @@ Debug information for package %name-devel
- Eliminated 5 patches.
- commit a8a170f
* Thu May 12 2011 jslaby@suse.cz
- block: add proper state guards to __elv_next_request.
- commit bcb6433
* 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 .39-rc1
@ -1183,6 +1199,9 @@ Debug information for package %name-devel
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit 385b393
* Thu Apr 14 2011 jeffm@suse.com
- scsi: aic94xx: world-writable sysfs update_bios file.
- commit 7f827e6
* Wed Apr 13 2011 jeffm@suse.com
- mpc5xxx_can: Fix typo causing build failure (of_dev -> ofdev).
- ft1000: Remove unnecessary EXPORT_SYMBOLs.

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri May 20 20:20:17 CEST 2011 - jslaby@suse.cz
- PM: Print a warning if firmware is requested when tasks are
frozen (bnc#695219).
- commit e78f4ce
-------------------------------------------------------------------
Fri May 20 09:54:30 CEST 2011 - jslaby@suse.cz
- Refresh
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
Bah, cherry-picked a wrong version. Fix it.
- commit f9674b8
-------------------------------------------------------------------
Fri May 20 09:41:02 CEST 2011 - jslaby@suse.cz
- Delete patches.suse/slab-handle-memoryless-nodes-v2a.patch.
It was part of removed SoN patches.
- commit 1d0599a
-------------------------------------------------------------------
Fri May 20 02:27:58 CEST 2011 - jeffm@suse.com
@ -23,6 +45,12 @@ Fri May 13 15:45:04 CEST 2011 - jeffm@suse.com
- Eliminated 5 patches.
- commit a8a170f
-------------------------------------------------------------------
Thu May 12 23:29:11 CEST 2011 - jslaby@suse.cz
- block: add proper state guards to __elv_next_request.
- commit bcb6433
-------------------------------------------------------------------
Thu May 12 14:05:44 CEST 2011 - jslaby@suse.cz
@ -531,6 +559,12 @@ Thu Apr 14 18:43:07 CEST 2011 - jeffm@suse.com
kernel oops (bnc#687113 CVE-2011-1577).
- commit 385b393
-------------------------------------------------------------------
Thu Apr 14 01:28:00 CEST 2011 - jeffm@suse.com
- scsi: aic94xx: world-writable sysfs update_bios file.
- commit 7f827e6
-------------------------------------------------------------------
Wed Apr 13 16:53:14 CEST 2011 - jeffm@suse.com

View File

@ -880,6 +880,19 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Fri May 20 2011 jslaby@suse.cz
- PM: Print a warning if firmware is requested when tasks are
frozen (bnc#695219).
- commit e78f4ce
* Fri May 20 2011 jslaby@suse.cz
- Refresh
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch.
Bah, cherry-picked a wrong version. Fix it.
- commit f9674b8
* Fri May 20 2011 jslaby@suse.cz
- Delete patches.suse/slab-handle-memoryless-nodes-v2a.patch.
It was part of removed SoN patches.
- commit 1d0599a
* Fri May 20 2011 jeffm@suse.com
- Updated to 2.6.39-final.
- commit 7c72384
@ -894,6 +907,9 @@ Debug information for package %name-devel
- Eliminated 5 patches.
- commit a8a170f
* Thu May 12 2011 jslaby@suse.cz
- block: add proper state guards to __elv_next_request.
- commit bcb6433
* 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 .39-rc1
@ -1185,6 +1201,9 @@ Debug information for package %name-devel
- fs/partitions/efi.c: corrupted GUID partition tables can cause
kernel oops (bnc#687113 CVE-2011-1577).
- commit 385b393
* Thu Apr 14 2011 jeffm@suse.com
- scsi: aic94xx: world-writable sysfs update_bios file.
- commit 7f827e6
* Wed Apr 13 2011 jeffm@suse.com
- mpc5xxx_can: Fix typo causing build failure (of_dev -> ofdev).
- ft1000: Remove unnecessary EXPORT_SYMBOLs.

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ffaf6ccb3febb4e04ceb9319b5db242576b1ccb7aa3cdfcab85c968546787461
size 25711
oid sha256:29225fe2e1c48407fa49a2c1b5de011ff4d556f25529ee788a0d90904f7ff77e
size 27258

View File

@ -184,6 +184,8 @@
patches.suse/connector-read-mostly
patches.suse/kbd-ignore-gfx.patch
patches.fixes/scsi-aic94xx-world-writable-sysfs-update_bios-file
########################################################
#
# ACPI patches
@ -370,6 +372,7 @@
patches.fixes/sd_liberal_28_sense_invalid.diff
patches.fixes/scsi-ibmvscsi-module_alias.patch
patches.fixes/block-add-proper-state-guards-to-__elv_next_request.patch
########################################################
# DRM/Video
@ -446,6 +449,7 @@
########################################################
# Suspend/Resume stuff
########################################################
patches.fixes/PM-Print-a-warning-if-firmware-is-requested-when-tas.patch
########################################################
# device-mapper

View File

@ -1,3 +1,3 @@
2011-05-20 02:27:58 +0200
GIT Revision: 7c72384d2ff12b2c7a210950a380531559619728
2011-05-20 20:20:17 +0200
GIT Revision: e78f4ce733b88fc3106060d8b700d864df2688a8
GIT Branch: master