GIT Revision: 616d3603dc045ec95ef495f7eca5a8f975a05619
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=44
This commit is contained in:
parent
6a68156314
commit
3c6726ebe3
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 17:19:14 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
@ -29,6 +35,20 @@ Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 22:48:18 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 18:57:55 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -872,6 +872,9 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Apr 26 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
@ -897,6 +900,14 @@ Debug information for package %name-devel
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 17:19:14 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
@ -29,6 +35,20 @@ Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 22:48:18 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 18:57:55 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -885,6 +885,9 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Apr 26 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
@ -910,6 +913,14 @@ Debug information for package %name-devel
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 17:19:14 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
@ -29,6 +35,20 @@ Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 22:48:18 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 18:57:55 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -905,6 +905,9 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Apr 26 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
@ -930,6 +933,14 @@ Debug information for package %name-devel
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 17:19:14 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
@ -29,6 +35,20 @@ Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 22:48:18 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 18:57:55 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/share/doc/kernel
|
||||
|
||||
%changelog
|
||||
* Tue Apr 26 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
@ -124,6 +127,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 17:19:14 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
@ -29,6 +35,20 @@ Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 22:48:18 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 18:57:55 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -875,6 +875,9 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Apr 26 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
@ -900,6 +903,14 @@ Debug information for package %name-devel
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 17:19:14 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
@ -29,6 +35,20 @@ Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 22:48:18 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 18:57:55 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -872,6 +872,9 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Apr 26 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
@ -897,6 +900,14 @@ Debug information for package %name-devel
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 17:19:14 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
@ -29,6 +35,20 @@ Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 22:48:18 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 18:57:55 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -890,6 +890,9 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Apr 26 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
@ -915,6 +918,14 @@ Debug information for package %name-devel
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 17:19:14 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
@ -29,6 +35,20 @@ Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 22:48:18 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 18:57:55 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -894,6 +894,9 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Apr 26 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
@ -919,6 +922,14 @@ Debug information for package %name-devel
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 17:19:14 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
@ -29,6 +35,20 @@ Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 22:48:18 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 18:57:55 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -875,6 +875,9 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Apr 26 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
@ -900,6 +903,14 @@ Debug information for package %name-devel
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 17:19:14 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
@ -29,6 +35,20 @@ Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 22:48:18 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 18:57:55 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -869,6 +869,9 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Apr 26 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
@ -894,6 +897,14 @@ Debug information for package %name-devel
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 17:19:14 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
@ -29,6 +35,20 @@ Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 22:48:18 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 18:57:55 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -254,6 +254,9 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Apr 26 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
@ -279,6 +282,14 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 17:19:14 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
@ -29,6 +35,20 @@ Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 22:48:18 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 18:57:55 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -81,6 +81,9 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
||||
%_docdir/%name/README.SUSE
|
||||
|
||||
%changelog
|
||||
* Tue Apr 26 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
@ -106,6 +109,14 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 17:19:14 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
@ -29,6 +35,20 @@ Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 22:48:18 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 18:57:55 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -877,6 +877,9 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Apr 26 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
@ -902,6 +905,14 @@ Debug information for package %name-devel
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 17:19:14 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
@ -29,6 +35,20 @@ Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 22:48:18 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 18:57:55 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -873,6 +873,9 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Apr 26 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
@ -898,6 +901,14 @@ Debug information for package %name-devel
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 17:19:14 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 10:55:28 CEST 2011 - jslaby@suse.cz
|
||||
|
||||
@ -29,6 +35,20 @@ Fri Apr 22 09:56:35 CEST 2011 - jslaby@suse.cz
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 22:48:18 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 18:57:55 CEST 2011 - jack@suse.cz
|
||||
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 00:28:16 CEST 2011 - bphilips@suse.de
|
||||
|
||||
|
@ -875,6 +875,9 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Apr 26 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, fix stop-queue handling (bnc#689583).
|
||||
- commit 7b4abdd
|
||||
* Fri Apr 22 2011 jslaby@suse.cz
|
||||
- XEN: add fixup_4gb_segment ENDPROC.
|
||||
- Refresh patches.xen/xen3-patch-2.6.19.
|
||||
@ -900,6 +903,14 @@ Debug information for package %name-devel
|
||||
- Refresh patches.xen/xen3-patch-2.6.27.
|
||||
- Update config files.
|
||||
- commit 4632d1a
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: fix ext4_da_block_invalidatepages() to handle page range
|
||||
properly (bnc#679898).
|
||||
- commit 616d360
|
||||
* Tue Apr 19 2011 jack@suse.cz
|
||||
- ext4: mark multi-page IO complete on mapping failure
|
||||
(bnc#679898).
|
||||
- commit c04b19f
|
||||
* Fri Apr 15 2011 bphilips@suse.de
|
||||
- bonding: Incorrect TX queue offset (bnc#687116, CVE-2011-1581).
|
||||
- commit 6d208f9
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa1c98e4e489d44662216667e1f3dd08343fdcf3b22be01121c0b702872468b7
|
||||
size 82708
|
||||
oid sha256:02cf74ecd2e48e0feed976e1eb34f9dea008a2f59937c321575aba009867b37f
|
||||
size 84588
|
||||
|
@ -287,6 +287,7 @@
|
||||
########################################################
|
||||
patches.fixes/bridge-module-get-put.patch
|
||||
patches.fixes/bonding-Incorrect-TX-queue-offset.patch
|
||||
patches.fixes/cdc-phonet-fix-stop-queue-handling.patch
|
||||
|
||||
########################################################
|
||||
# NFS
|
||||
@ -312,6 +313,8 @@
|
||||
########################################################
|
||||
# ext4
|
||||
########################################################
|
||||
patches.fixes/ext4-mark-multi-page-IO-complete-on-mapping-failure.patch
|
||||
patches.fixes/ext4-fix-ext4_da_block_invalidatepages-to-handle-pag.patch
|
||||
|
||||
########################################################
|
||||
# btrfs
|
||||
|
@ -1,3 +1,3 @@
|
||||
2011-04-22 10:58:15 +0200
|
||||
GIT Revision: b5e9a32e490b70a2ab85be9b68555e4357531535
|
||||
2011-04-26 17:30:28 +0200
|
||||
GIT Revision: 616d3603dc045ec95ef495f7eca5a8f975a05619
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user