GIT Revision: 190f983444dc7aeb4bcc2711bbc2bc662fe4c6b5
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=32
This commit is contained in:
parent
d032ac037a
commit
1d0ee1999c
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 10:43:53 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de
|
||||
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -617,7 +648,9 @@ Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz
|
||||
|
@ -867,6 +867,25 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
* Fri Mar 18 2011 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
* Thu Mar 17 2011 sjayaraman@suse.de
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
* Tue Mar 15 2011 jeffm@suse.com
|
||||
- Update to 2.6.38.
|
||||
- commit f2ec6ad
|
||||
@ -1259,7 +1278,9 @@ Debug information for package %name-devel
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- block: loop queue_lock null pointer derefence in blk_throtl_exit
|
||||
v3 (bnc#666598).
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 10:43:53 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de
|
||||
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -617,7 +648,9 @@ Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz
|
||||
|
@ -880,6 +880,25 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
* Fri Mar 18 2011 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
* Thu Mar 17 2011 sjayaraman@suse.de
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
* Tue Mar 15 2011 jeffm@suse.com
|
||||
- Update to 2.6.38.
|
||||
- commit f2ec6ad
|
||||
@ -1272,7 +1291,9 @@ Debug information for package %name-devel
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- block: loop queue_lock null pointer derefence in blk_throtl_exit
|
||||
v3 (bnc#666598).
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 10:43:53 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de
|
||||
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -617,7 +648,9 @@ Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz
|
||||
|
@ -900,6 +900,25 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
* Fri Mar 18 2011 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
* Thu Mar 17 2011 sjayaraman@suse.de
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
* Tue Mar 15 2011 jeffm@suse.com
|
||||
- Update to 2.6.38.
|
||||
- commit f2ec6ad
|
||||
@ -1292,7 +1311,9 @@ Debug information for package %name-devel
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- block: loop queue_lock null pointer derefence in blk_throtl_exit
|
||||
v3 (bnc#666598).
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 10:43:53 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de
|
||||
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -617,7 +648,9 @@ Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz
|
||||
|
@ -99,6 +99,25 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/share/doc/kernel
|
||||
|
||||
%changelog
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
* Fri Mar 18 2011 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
* Thu Mar 17 2011 sjayaraman@suse.de
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
* Tue Mar 15 2011 jeffm@suse.com
|
||||
- Update to 2.6.38.
|
||||
- commit f2ec6ad
|
||||
@ -491,7 +510,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- block: loop queue_lock null pointer derefence in blk_throtl_exit
|
||||
v3 (bnc#666598).
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 10:43:53 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de
|
||||
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -617,7 +648,9 @@ Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz
|
||||
|
@ -870,6 +870,25 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
* Fri Mar 18 2011 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
* Thu Mar 17 2011 sjayaraman@suse.de
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
* Tue Mar 15 2011 jeffm@suse.com
|
||||
- Update to 2.6.38.
|
||||
- commit f2ec6ad
|
||||
@ -1262,7 +1281,9 @@ Debug information for package %name-devel
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- block: loop queue_lock null pointer derefence in blk_throtl_exit
|
||||
v3 (bnc#666598).
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 10:43:53 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de
|
||||
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -617,7 +648,9 @@ Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz
|
||||
|
@ -867,6 +867,25 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
* Fri Mar 18 2011 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
* Thu Mar 17 2011 sjayaraman@suse.de
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
* Tue Mar 15 2011 jeffm@suse.com
|
||||
- Update to 2.6.38.
|
||||
- commit f2ec6ad
|
||||
@ -1259,7 +1278,9 @@ Debug information for package %name-devel
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- block: loop queue_lock null pointer derefence in blk_throtl_exit
|
||||
v3 (bnc#666598).
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 10:43:53 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de
|
||||
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -617,7 +648,9 @@ Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz
|
||||
|
@ -885,6 +885,25 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
* Fri Mar 18 2011 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
* Thu Mar 17 2011 sjayaraman@suse.de
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
* Tue Mar 15 2011 jeffm@suse.com
|
||||
- Update to 2.6.38.
|
||||
- commit f2ec6ad
|
||||
@ -1277,7 +1296,9 @@ Debug information for package %name-devel
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- block: loop queue_lock null pointer derefence in blk_throtl_exit
|
||||
v3 (bnc#666598).
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 10:43:53 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de
|
||||
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -617,7 +648,9 @@ Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz
|
||||
|
@ -889,6 +889,25 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
* Fri Mar 18 2011 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
* Thu Mar 17 2011 sjayaraman@suse.de
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
* Tue Mar 15 2011 jeffm@suse.com
|
||||
- Update to 2.6.38.
|
||||
- commit f2ec6ad
|
||||
@ -1281,7 +1300,9 @@ Debug information for package %name-devel
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- block: loop queue_lock null pointer derefence in blk_throtl_exit
|
||||
v3 (bnc#666598).
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 10:43:53 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de
|
||||
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -617,7 +648,9 @@ Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz
|
||||
|
@ -870,6 +870,25 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
* Fri Mar 18 2011 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
* Thu Mar 17 2011 sjayaraman@suse.de
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
* Tue Mar 15 2011 jeffm@suse.com
|
||||
- Update to 2.6.38.
|
||||
- commit f2ec6ad
|
||||
@ -1262,7 +1281,9 @@ Debug information for package %name-devel
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- block: loop queue_lock null pointer derefence in blk_throtl_exit
|
||||
v3 (bnc#666598).
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 10:43:53 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de
|
||||
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -617,7 +648,9 @@ Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz
|
||||
|
@ -864,6 +864,25 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
* Fri Mar 18 2011 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
* Thu Mar 17 2011 sjayaraman@suse.de
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
* Tue Mar 15 2011 jeffm@suse.com
|
||||
- Update to 2.6.38.
|
||||
- commit f2ec6ad
|
||||
@ -1256,7 +1275,9 @@ Debug information for package %name-devel
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- block: loop queue_lock null pointer derefence in blk_throtl_exit
|
||||
v3 (bnc#666598).
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 10:43:53 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de
|
||||
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -617,7 +648,9 @@ Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz
|
||||
|
@ -254,6 +254,25 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
* Fri Mar 18 2011 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
* Thu Mar 17 2011 sjayaraman@suse.de
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
* Tue Mar 15 2011 jeffm@suse.com
|
||||
- Update to 2.6.38.
|
||||
- commit f2ec6ad
|
||||
@ -646,7 +665,9 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- block: loop queue_lock null pointer derefence in blk_throtl_exit
|
||||
v3 (bnc#666598).
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 10:43:53 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de
|
||||
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -617,7 +648,9 @@ Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz
|
||||
|
@ -81,6 +81,25 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
||||
%_docdir/%name/README.SUSE
|
||||
|
||||
%changelog
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
* Fri Mar 18 2011 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
* Thu Mar 17 2011 sjayaraman@suse.de
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
* Tue Mar 15 2011 jeffm@suse.com
|
||||
- Update to 2.6.38.
|
||||
- commit f2ec6ad
|
||||
@ -473,7 +492,9 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- block: loop queue_lock null pointer derefence in blk_throtl_exit
|
||||
v3 (bnc#666598).
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 10:43:53 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de
|
||||
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -617,7 +648,9 @@ Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz
|
||||
|
@ -872,6 +872,25 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
* Fri Mar 18 2011 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
* Thu Mar 17 2011 sjayaraman@suse.de
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
* Tue Mar 15 2011 jeffm@suse.com
|
||||
- Update to 2.6.38.
|
||||
- commit f2ec6ad
|
||||
@ -1264,7 +1283,9 @@ Debug information for package %name-devel
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- block: loop queue_lock null pointer derefence in blk_throtl_exit
|
||||
v3 (bnc#666598).
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 10:43:53 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de
|
||||
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -617,7 +648,9 @@ Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz
|
||||
|
@ -868,6 +868,25 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
* Fri Mar 18 2011 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
* Thu Mar 17 2011 sjayaraman@suse.de
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
* Tue Mar 15 2011 jeffm@suse.com
|
||||
- Update to 2.6.38.
|
||||
- commit f2ec6ad
|
||||
@ -1260,7 +1279,9 @@ Debug information for package %name-devel
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- block: loop queue_lock null pointer derefence in blk_throtl_exit
|
||||
v3 (bnc#666598).
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 10:43:53 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de
|
||||
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -617,7 +648,9 @@ Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz
|
||||
|
@ -864,6 +864,25 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
* Fri Mar 18 2011 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
* Thu Mar 17 2011 sjayaraman@suse.de
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
* Tue Mar 15 2011 jeffm@suse.com
|
||||
- Update to 2.6.38.
|
||||
- commit f2ec6ad
|
||||
@ -1256,7 +1275,9 @@ Debug information for package %name-devel
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- block: loop queue_lock null pointer derefence in blk_throtl_exit
|
||||
v3 (bnc#666598).
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 18:23:45 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 10:43:53 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 08:48:08 CET 2011 - jbeulich@novell.com
|
||||
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 17 12:24:09 CET 2011 - sjayaraman@suse.de
|
||||
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 15 16:19:53 CET 2011 - jeffm@suse.com
|
||||
|
||||
@ -617,7 +648,9 @@ Mon Jan 31 23:00:46 CET 2011 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 13:22:49 CET 2011 - jslaby@suse.cz
|
||||
|
@ -870,6 +870,25 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- NET: cdc-phonet, handle empty phonet header (bnc#673992).
|
||||
- commit da6e6d1
|
||||
* Fri Mar 18 2011 jslaby@suse.cz
|
||||
- SPI: dw_spi, fix PPC build.
|
||||
- commit 80ca063
|
||||
* Fri Mar 18 2011 jbeulich@novell.com
|
||||
- Update Xen patches to 2.6.38 and c/s 1073.
|
||||
- commit 89cb2b4
|
||||
* Thu Mar 17 2011 sjayaraman@suse.de
|
||||
- netvm: Do not mark requests for swapfile writes as dirty or
|
||||
kswapd fails to free the page (bnc#678472).
|
||||
- nfs: Use page_file_offset during page writeback (bnc#677738).
|
||||
- nfs: Convert nfs_mark_request_dirty() to use page_file_mapping()
|
||||
(bnc#677738).
|
||||
- netvm: Remove duplicated initialization in net/ipv4/route.c
|
||||
(bnc#678970).
|
||||
- collapse: mm: Report the low watermark correctly (bnc#678497).
|
||||
- commit a798dd1
|
||||
* Tue Mar 15 2011 jeffm@suse.com
|
||||
- Update to 2.6.38.
|
||||
- commit f2ec6ad
|
||||
@ -1262,7 +1281,9 @@ Debug information for package %name-devel
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 36bcdd7
|
||||
- Refresh patches.rpmify/cloneconfig.diff.
|
||||
scripts/kconfig/conf accepts long parameters only for some time already
|
||||
- commit 939410c
|
||||
* Mon Jan 31 2011 jslaby@suse.cz
|
||||
- block: loop queue_lock null pointer derefence in blk_throtl_exit
|
||||
v3 (bnc#666598).
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8db5c9adf8a504bab6e5a64cc05a9eae06f0aafe0976a0f075635e528797a32d
|
||||
size 79457
|
||||
oid sha256:c8b1fe36d98fb4c0c2806c216da98cb69a85585de5d71677eb81babee141b637
|
||||
size 80344
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4626128ab961a811286e0fccde755d2971672f7b18c0a8afd2a476d2876e8f5e
|
||||
size 3743
|
||||
oid sha256:d2cc00d38ec40e6f80f154077a81c4b8447d8e10fe97767009175becc8acf660
|
||||
size 4275
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b2c5adb5ee2c1dd56e6094e6e670ed8b3ced3b61ebca4dbb85b1da367de1162
|
||||
size 287104
|
||||
oid sha256:31ec6724c0381bb0b19a2b6d6a6d2b71a950d4ea789ae23d16bddd81fb30c720
|
||||
size 288649
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a45d90279c3bf6d7e23a30dd21192cd1f72103fd2b92e47075da2a3314ec30dd
|
||||
size 2103229
|
||||
oid sha256:083a8abe0b9a4c49f6aca91bf393d92886222993043a237761400ad66239f2e7
|
||||
size 2106753
|
||||
|
11
series.conf
11
series.conf
@ -37,6 +37,7 @@
|
||||
patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning
|
||||
patches.rpmify/qla4xx-missing-readq-definition
|
||||
patches.rpmify/winbond-needs-msleep
|
||||
patches.rpmify/dw_spi-fix-PPC-build.patch
|
||||
|
||||
########################################################
|
||||
# kABI consistency patches
|
||||
@ -405,6 +406,7 @@
|
||||
patches.suse/SoN-06-mm-kmem_estimate_pages.patch
|
||||
patches.suse/SoN-07-mm-PF_MEMALLOC-softirq.patch
|
||||
patches.suse/SoN-08-mm-page_alloc-emerg.patch
|
||||
patches.suse/SoN-08a-mm-page_alloc-emerg.patch
|
||||
patches.suse/SoN-09-global-ALLOC_NO_WATERMARKS.patch
|
||||
patches.suse/SoN-10-mm-page_alloc-GFP_EMERGENCY.patch
|
||||
patches.suse/SoN-11-mm-reserve.patch
|
||||
@ -413,6 +415,7 @@
|
||||
patches.suse/SoN-14-net-sk_allocation.patch
|
||||
patches.suse/SoN-15-netvm-reserve.patch
|
||||
patches.suse/SoN-16-netvm-reserve-inet.patch
|
||||
patches.suse/SoN-16a-netvm-reserve-inet.patch
|
||||
patches.suse/SoN-17-netvm-reserve-inet.patch-fix
|
||||
patches.suse/SoN-18-netvm-skbuff-reserve.patch
|
||||
patches.suse/SoN-19-netvm-sk_filter.patch
|
||||
@ -422,8 +425,11 @@
|
||||
patches.suse/SoN-23-mm-swapfile.patch
|
||||
patches.suse/SoN-24-mm-page_file_methods.patch
|
||||
patches.suse/SoN-25-nfs-swapcache.patch
|
||||
patches.suse/SoN-25a-nfs-swapcache.patch
|
||||
patches.suse/SoN-25b-nfs-swapcache.patch
|
||||
patches.suse/SoN-26-nfs-swapper.patch
|
||||
patches.suse/SoN-27-nfs-swap_ops.patch
|
||||
patches.suse/SoN-27a-nfs-swap_ops.patch
|
||||
patches.suse/SoN-28-nfs-alloc-recursions.patch
|
||||
patches.suse/SoN-29-fix-swap_sync_page-race
|
||||
patches.suse/SoN-30-fix-uninitialized-var.patch
|
||||
@ -540,6 +546,7 @@
|
||||
########################################################
|
||||
# USB
|
||||
########################################################
|
||||
patches.fixes/cdc-phonet-handle-empty-phonet-header.patch
|
||||
|
||||
########################################################
|
||||
# I2C
|
||||
@ -787,9 +794,7 @@
|
||||
patches.xen/xen3-patch-2.6.35
|
||||
patches.xen/xen3-patch-2.6.36
|
||||
patches.xen/xen3-patch-2.6.37
|
||||
patches.xen/xen3-patch-2.6.38-rc4
|
||||
patches.xen/xen3-patch-2.6.38-rc4-rc5
|
||||
patches.xen/xen3-patch-2.6.38-rc6-rc7
|
||||
patches.xen/xen3-patch-2.6.38
|
||||
patches.xen/xen3-seccomp-disable-tsc-option
|
||||
patches.xen/xen3-x86-mcp51-no-dac
|
||||
patches.xen/xen3-x86-mark_rodata_rw.patch
|
||||
|
@ -1,3 +1,3 @@
|
||||
2011-03-15 17:15:48 +0100
|
||||
GIT Revision: 3525cb559f2d29d5e64560adec79d963a8829042
|
||||
2011-03-20 22:25:37 +0100
|
||||
GIT Revision: 190f983444dc7aeb4bcc2711bbc2bc662fe4c6b5
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user