From ac6fb83b46e993b8b4124560851868a34f51577a8776d4224aa548edfc9ada8f Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 30 Sep 2008 15:55:48 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=15 --- build-source-timestamp | 1 + config.tar.bz2 | 4 ++-- kabi.tar.bz2 | 4 ++-- kernel-debug.changes | 10 ++++++++++ kernel-debug.spec | 11 ++++++++++- kernel-default.changes | 10 ++++++++++ kernel-default.spec | 11 ++++++++++- kernel-dummy.changes | 10 ++++++++++ kernel-dummy.spec | 9 ++++++++- kernel-kdump.changes | 10 ++++++++++ kernel-kdump.spec | 11 ++++++++++- kernel-pae.changes | 10 ++++++++++ kernel-pae.spec | 11 ++++++++++- kernel-ppc64.changes | 10 ++++++++++ kernel-ppc64.spec | 11 ++++++++++- kernel-ps3.changes | 10 ++++++++++ kernel-ps3.spec | 11 ++++++++++- kernel-s390.changes | 10 ++++++++++ kernel-s390.spec | 11 ++++++++++- kernel-source.changes | 10 ++++++++++ kernel-source.spec | 10 +++++++++- kernel-syms.changes | 10 ++++++++++ kernel-syms.spec | 9 ++++++++- kernel-trace.changes | 10 ++++++++++ kernel-trace.spec | 11 ++++++++++- kernel-vanilla.changes | 10 ++++++++++ kernel-vanilla.spec | 11 ++++++++++- kernel-xen.changes | 10 ++++++++++ kernel-xen.spec | 11 ++++++++++- patches.addon.tar.bz2 | 4 ++-- patches.apparmor.tar.bz2 | 4 ++-- patches.arch.tar.bz2 | 4 ++-- patches.drivers.tar.bz2 | 4 ++-- patches.fixes.tar.bz2 | 4 ++-- patches.kernel.org.tar.bz2 | 4 ++-- patches.rpmify.tar.bz2 | 4 ++-- patches.rt.tar.bz2 | 4 ++-- patches.suse.tar.bz2 | 4 ++-- patches.trace.tar.bz2 | 4 ++-- patches.uml.tar.bz2 | 4 ++-- patches.xen.tar.bz2 | 4 ++-- series.conf | 2 ++ 42 files changed, 286 insertions(+), 41 deletions(-) diff --git a/build-source-timestamp b/build-source-timestamp index 38d573364..5aa2729d9 100644 --- a/build-source-timestamp +++ b/build-source-timestamp @@ -1 +1,2 @@ 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 diff --git a/config.tar.bz2 b/config.tar.bz2 index bf5ce84dd..2cecfb784 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2e360bd1a20c1c16441eb369c9c5183baf9dc7b3d9c921ff697c8d893f399515 -size 138944 +oid sha256:e1d3e055280e87ff79c37d47e575e228d20f1d8397544c7efc7799f54a998a8f +size 139134 diff --git a/kabi.tar.bz2 b/kabi.tar.bz2 index 5a9daa34e..9ce857fae 100644 --- a/kabi.tar.bz2 +++ b/kabi.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aedb1bedfcb811c42f174b8bf90a65c23b4f07242fceee2e58070c9feee4a4f7 -size 2270 +oid sha256:e8d8d82e4a375c1cf6cce93cdf57b19633194f647c15acca93e17375c8b11566 +size 2269 diff --git a/kernel-debug.changes b/kernel-debug.changes index 360bf2627..220c9c87f 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 30 17:17:15 CEST 2008 - jkosina@suse.de + +- additional patches to track down and fix e1000e NVM corruption + +- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check + to catch mapping requests exceeding the BAR sizes (bnc#425480). +- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write + protect ICHx NVM to prevent malicious write/erase (bnc#425480). + ------------------------------------------------------------------- Mon Sep 29 23:39:20 CEST 2008 - agruen@suse.de diff --git a/kernel-debug.spec b/kernel-debug.spec index 0c763e8c0..e25d8b33a 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -58,7 +58,7 @@ Name: kernel-debug Summary: A Debug Version of the Kernel Version: 2.6.27 -Release: 11 +Release: 12 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -217,6 +217,7 @@ Only use this kernel when investigating problems. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %prep if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then @@ -684,6 +685,7 @@ This package contains only the base modules, required in all installs. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %pre -n kernel-debug-base -f pre-base.sh @@ -715,6 +717,7 @@ This package contains additional modules not supported by Novell. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %post -n kernel-debug-extra -f post-extra.sh %if %split_packages @@ -723,6 +726,12 @@ Source Timestamp: 2008-09-29 23:39:54 +0200 %defattr(-, root, root) %endif %changelog +* Tue Sep 30 2008 jkosina@suse.de +- additional patches to track down and fix e1000e NVM corruption +- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check + to catch mapping requests exceeding the BAR sizes (bnc#425480). +- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write + protect ICHx NVM to prevent malicious write/erase (bnc#425480). * Tue Sep 30 2008 agruen@suse.de - Update config files after Swap-over-NFS backout. * Tue Sep 30 2008 agruen@suse.de diff --git a/kernel-default.changes b/kernel-default.changes index 360bf2627..220c9c87f 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 30 17:17:15 CEST 2008 - jkosina@suse.de + +- additional patches to track down and fix e1000e NVM corruption + +- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check + to catch mapping requests exceeding the BAR sizes (bnc#425480). +- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write + protect ICHx NVM to prevent malicious write/erase (bnc#425480). + ------------------------------------------------------------------- Mon Sep 29 23:39:20 CEST 2008 - agruen@suse.de diff --git a/kernel-default.spec b/kernel-default.spec index e0135be75..f7e714150 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -58,7 +58,7 @@ Name: kernel-default Summary: The Standard Kernel for both Uniprocessor and Multiprocessor Systems Version: 2.6.27 -Release: 11 +Release: 12 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -235,6 +235,7 @@ The standard kernel for both uniprocessor and multiprocessor systems. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %prep if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then @@ -701,6 +702,7 @@ This package contains only the base modules, required in all installs. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %pre -n kernel-default-base -f pre-base.sh @@ -731,6 +733,7 @@ This package contains additional modules not supported by Novell. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %post -n kernel-default-extra -f post-extra.sh %if %split_packages @@ -739,6 +742,12 @@ Source Timestamp: 2008-09-29 23:39:54 +0200 %defattr(-, root, root) %endif %changelog +* Tue Sep 30 2008 jkosina@suse.de +- additional patches to track down and fix e1000e NVM corruption +- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check + to catch mapping requests exceeding the BAR sizes (bnc#425480). +- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write + protect ICHx NVM to prevent malicious write/erase (bnc#425480). * Tue Sep 30 2008 agruen@suse.de - Update config files after Swap-over-NFS backout. * Tue Sep 30 2008 agruen@suse.de diff --git a/kernel-dummy.changes b/kernel-dummy.changes index 360bf2627..220c9c87f 100644 --- a/kernel-dummy.changes +++ b/kernel-dummy.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 30 17:17:15 CEST 2008 - jkosina@suse.de + +- additional patches to track down and fix e1000e NVM corruption + +- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check + to catch mapping requests exceeding the BAR sizes (bnc#425480). +- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write + protect ICHx NVM to prevent malicious write/erase (bnc#425480). + ------------------------------------------------------------------- Mon Sep 29 23:39:20 CEST 2008 - agruen@suse.de diff --git a/kernel-dummy.spec b/kernel-dummy.spec index b0eced312..3a718341f 100644 --- a/kernel-dummy.spec +++ b/kernel-dummy.spec @@ -23,7 +23,7 @@ Url: http://www.kernel.org/ Name: kernel-dummy Summary: Internal dummy package for synchronizing release numbers Version: 2.6.27 -Release: 11 +Release: 12 License: GPL v2 only Group: System/Kernel AutoReqProv: off @@ -37,6 +37,7 @@ Authors: Andreas Gruenbacher Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %install rm -rf %buildroot @@ -47,6 +48,12 @@ echo dummy > %buildroot/etc/dummy %defattr(-, root, root) /etc/dummy %changelog +* Tue Sep 30 2008 jkosina@suse.de +- additional patches to track down and fix e1000e NVM corruption +- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check + to catch mapping requests exceeding the BAR sizes (bnc#425480). +- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write + protect ICHx NVM to prevent malicious write/erase (bnc#425480). * Tue Sep 30 2008 agruen@suse.de - Update config files after Swap-over-NFS backout. * Tue Sep 30 2008 agruen@suse.de diff --git a/kernel-kdump.changes b/kernel-kdump.changes index 360bf2627..220c9c87f 100644 --- a/kernel-kdump.changes +++ b/kernel-kdump.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 30 17:17:15 CEST 2008 - jkosina@suse.de + +- additional patches to track down and fix e1000e NVM corruption + +- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check + to catch mapping requests exceeding the BAR sizes (bnc#425480). +- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write + protect ICHx NVM to prevent malicious write/erase (bnc#425480). + ------------------------------------------------------------------- Mon Sep 29 23:39:20 CEST 2008 - agruen@suse.de diff --git a/kernel-kdump.spec b/kernel-kdump.spec index 045e7a09c..f26f2f456 100644 --- a/kernel-kdump.spec +++ b/kernel-kdump.spec @@ -58,7 +58,7 @@ Name: kernel-kdump Summary: kernel for kdump Version: 2.6.27 -Release: 11 +Release: 12 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -216,6 +216,7 @@ crashed kernel. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %prep if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then @@ -685,6 +686,7 @@ This package contains only the base modules, required in all installs. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %pre -n kernel-kdump-base -f pre-base.sh @@ -718,6 +720,7 @@ This package contains additional modules not supported by Novell. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %post -n kernel-kdump-extra -f post-extra.sh %if %split_packages @@ -726,6 +729,12 @@ Source Timestamp: 2008-09-29 23:39:54 +0200 %defattr(-, root, root) %endif %changelog +* Tue Sep 30 2008 jkosina@suse.de +- additional patches to track down and fix e1000e NVM corruption +- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check + to catch mapping requests exceeding the BAR sizes (bnc#425480). +- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write + protect ICHx NVM to prevent malicious write/erase (bnc#425480). * Tue Sep 30 2008 agruen@suse.de - Update config files after Swap-over-NFS backout. * Tue Sep 30 2008 agruen@suse.de diff --git a/kernel-pae.changes b/kernel-pae.changes index 360bf2627..220c9c87f 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 30 17:17:15 CEST 2008 - jkosina@suse.de + +- additional patches to track down and fix e1000e NVM corruption + +- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check + to catch mapping requests exceeding the BAR sizes (bnc#425480). +- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write + protect ICHx NVM to prevent malicious write/erase (bnc#425480). + ------------------------------------------------------------------- Mon Sep 29 23:39:20 CEST 2008 - agruen@suse.de diff --git a/kernel-pae.spec b/kernel-pae.spec index 108f9f7c0..445ab772e 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -58,7 +58,7 @@ Name: kernel-pae Summary: Kernel with PAE Support Version: 2.6.27 -Release: 11 +Release: 12 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -217,6 +217,7 @@ that support it, regardless of the amount of main memory. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %prep if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then @@ -690,6 +691,7 @@ This package contains only the base modules, required in all installs. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %pre -n kernel-pae-base -f pre-base.sh @@ -727,6 +729,7 @@ This package contains additional modules not supported by Novell. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %post -n kernel-pae-extra -f post-extra.sh %if %split_packages @@ -735,6 +738,12 @@ Source Timestamp: 2008-09-29 23:39:54 +0200 %defattr(-, root, root) %endif %changelog +* Tue Sep 30 2008 jkosina@suse.de +- additional patches to track down and fix e1000e NVM corruption +- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check + to catch mapping requests exceeding the BAR sizes (bnc#425480). +- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write + protect ICHx NVM to prevent malicious write/erase (bnc#425480). * Tue Sep 30 2008 agruen@suse.de - Update config files after Swap-over-NFS backout. * Tue Sep 30 2008 agruen@suse.de diff --git a/kernel-ppc64.changes b/kernel-ppc64.changes index 360bf2627..220c9c87f 100644 --- a/kernel-ppc64.changes +++ b/kernel-ppc64.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 30 17:17:15 CEST 2008 - jkosina@suse.de + +- additional patches to track down and fix e1000e NVM corruption + +- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check + to catch mapping requests exceeding the BAR sizes (bnc#425480). +- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write + protect ICHx NVM to prevent malicious write/erase (bnc#425480). + ------------------------------------------------------------------- Mon Sep 29 23:39:20 CEST 2008 - agruen@suse.de diff --git a/kernel-ppc64.spec b/kernel-ppc64.spec index 6ccfebc9c..55d0e130c 100644 --- a/kernel-ppc64.spec +++ b/kernel-ppc64.spec @@ -58,7 +58,7 @@ Name: kernel-ppc64 Summary: Kernel for ppc64 Systems Version: 2.6.27 -Release: 11 +Release: 12 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -229,6 +229,7 @@ Authors: see /usr/src/linux/CREDITS for more details. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %prep if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then @@ -709,6 +710,7 @@ Authors: see /usr/src/linux/CREDITS for more details. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %pre -n kernel-ppc64-base -f pre-base.sh @@ -753,6 +755,7 @@ Authors: see /usr/src/linux/CREDITS for more details. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %post -n kernel-ppc64-extra -f post-extra.sh %if %split_packages @@ -761,6 +764,12 @@ Source Timestamp: 2008-09-29 23:39:54 +0200 %defattr(-, root, root) %endif %changelog +* Tue Sep 30 2008 jkosina@suse.de +- additional patches to track down and fix e1000e NVM corruption +- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check + to catch mapping requests exceeding the BAR sizes (bnc#425480). +- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write + protect ICHx NVM to prevent malicious write/erase (bnc#425480). * Tue Sep 30 2008 agruen@suse.de - Update config files after Swap-over-NFS backout. * Tue Sep 30 2008 agruen@suse.de diff --git a/kernel-ps3.changes b/kernel-ps3.changes index 360bf2627..220c9c87f 100644 --- a/kernel-ps3.changes +++ b/kernel-ps3.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 30 17:17:15 CEST 2008 - jkosina@suse.de + +- additional patches to track down and fix e1000e NVM corruption + +- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check + to catch mapping requests exceeding the BAR sizes (bnc#425480). +- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write + protect ICHx NVM to prevent malicious write/erase (bnc#425480). + ------------------------------------------------------------------- Mon Sep 29 23:39:20 CEST 2008 - agruen@suse.de diff --git a/kernel-ps3.spec b/kernel-ps3.spec index b15e30bc1..9fd182daa 100644 --- a/kernel-ps3.spec +++ b/kernel-ps3.spec @@ -58,7 +58,7 @@ Name: kernel-ps3 Summary: kernel for ps3 bootloader Version: 2.6.27 -Release: 11 +Release: 12 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -215,6 +215,7 @@ needs to be as small as possible. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %prep if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then @@ -681,6 +682,7 @@ needs to be as small as possible. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %pre -n kernel-ps3-base -f pre-base.sh @@ -711,6 +713,7 @@ needs to be as small as possible. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %post -n kernel-ps3-extra -f post-extra.sh %if %split_packages @@ -719,6 +722,12 @@ Source Timestamp: 2008-09-29 23:39:54 +0200 %defattr(-, root, root) %endif %changelog +* Tue Sep 30 2008 jkosina@suse.de +- additional patches to track down and fix e1000e NVM corruption +- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check + to catch mapping requests exceeding the BAR sizes (bnc#425480). +- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write + protect ICHx NVM to prevent malicious write/erase (bnc#425480). * Tue Sep 30 2008 agruen@suse.de - Update config files after Swap-over-NFS backout. * Tue Sep 30 2008 agruen@suse.de diff --git a/kernel-s390.changes b/kernel-s390.changes index 360bf2627..220c9c87f 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 30 17:17:15 CEST 2008 - jkosina@suse.de + +- additional patches to track down and fix e1000e NVM corruption + +- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check + to catch mapping requests exceeding the BAR sizes (bnc#425480). +- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write + protect ICHx NVM to prevent malicious write/erase (bnc#425480). + ------------------------------------------------------------------- Mon Sep 29 23:39:20 CEST 2008 - agruen@suse.de diff --git a/kernel-s390.spec b/kernel-s390.spec index dcb0a0913..338afe829 100644 --- a/kernel-s390.spec +++ b/kernel-s390.spec @@ -58,7 +58,7 @@ Name: kernel-s390 Summary: The Standard Kernel Version: 2.6.27 -Release: 11 +Release: 12 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -210,6 +210,7 @@ The standard kernel. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %prep if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then @@ -676,6 +677,7 @@ This package contains only the base modules, required in all installs. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %pre -n kernel-s390-base -f pre-base.sh @@ -706,6 +708,7 @@ This package contains additional modules not supported by Novell. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %post -n kernel-s390-extra -f post-extra.sh %if %split_packages @@ -714,6 +717,12 @@ Source Timestamp: 2008-09-29 23:39:54 +0200 %defattr(-, root, root) %endif %changelog +* Tue Sep 30 2008 jkosina@suse.de +- additional patches to track down and fix e1000e NVM corruption +- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check + to catch mapping requests exceeding the BAR sizes (bnc#425480). +- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write + protect ICHx NVM to prevent malicious write/erase (bnc#425480). * Tue Sep 30 2008 agruen@suse.de - Update config files after Swap-over-NFS backout. * Tue Sep 30 2008 agruen@suse.de diff --git a/kernel-source.changes b/kernel-source.changes index 360bf2627..220c9c87f 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 30 17:17:15 CEST 2008 - jkosina@suse.de + +- additional patches to track down and fix e1000e NVM corruption + +- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check + to catch mapping requests exceeding the BAR sizes (bnc#425480). +- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write + protect ICHx NVM to prevent malicious write/erase (bnc#425480). + ------------------------------------------------------------------- Mon Sep 29 23:39:20 CEST 2008 - agruen@suse.de diff --git a/kernel-source.spec b/kernel-source.spec index 38bb5a230..861e560cc 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -30,7 +30,7 @@ Url: http://www.kernel.org/ Name: kernel-source Summary: The Linux Kernel Sources Version: 2.6.27 -Release: 11 +Release: 12 License: GPL v2 only Group: Development/Sources AutoReqProv: off @@ -121,6 +121,7 @@ Authors: see /usr/src/linux/CREDITS for more details. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %prep if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then @@ -318,6 +319,7 @@ Authors: see /usr/src/linux/CREDITS for more details. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %post -n kernel-source-rt -f source-post-rt.sh %if %with_rt @@ -325,6 +327,12 @@ Source Timestamp: 2008-09-29 23:39:54 +0200 %files -n kernel-source-rt -f kernel-source.files %endif %changelog +* Tue Sep 30 2008 jkosina@suse.de +- additional patches to track down and fix e1000e NVM corruption +- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check + to catch mapping requests exceeding the BAR sizes (bnc#425480). +- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write + protect ICHx NVM to prevent malicious write/erase (bnc#425480). * Tue Sep 30 2008 agruen@suse.de - Update config files after Swap-over-NFS backout. * Tue Sep 30 2008 agruen@suse.de diff --git a/kernel-syms.changes b/kernel-syms.changes index 360bf2627..220c9c87f 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 30 17:17:15 CEST 2008 - jkosina@suse.de + +- additional patches to track down and fix e1000e NVM corruption + +- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check + to catch mapping requests exceeding the BAR sizes (bnc#425480). +- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write + protect ICHx NVM to prevent malicious write/erase (bnc#425480). + ------------------------------------------------------------------- Mon Sep 29 23:39:20 CEST 2008 - agruen@suse.de diff --git a/kernel-syms.spec b/kernel-syms.spec index e008f85c3..3f12670e1 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -29,7 +29,7 @@ Url: http://www.kernel.org/ Name: kernel-syms Summary: Kernel Symbol Versions (modversions) Version: 2.6.27 -Release: 11 +Release: 12 License: GPL v2 only Group: Development/Sources AutoReqProv: off @@ -100,6 +100,7 @@ Authors: see /usr/src/linux/CREDITS for more details. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %prep echo "Architecture symbol(s):" %symbols @@ -151,6 +152,12 @@ done /boot/symsets-*-*.tar.gz /lib/modules/*/build %changelog +* Tue Sep 30 2008 jkosina@suse.de +- additional patches to track down and fix e1000e NVM corruption +- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check + to catch mapping requests exceeding the BAR sizes (bnc#425480). +- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write + protect ICHx NVM to prevent malicious write/erase (bnc#425480). * Tue Sep 30 2008 agruen@suse.de - Update config files after Swap-over-NFS backout. * Tue Sep 30 2008 agruen@suse.de diff --git a/kernel-trace.changes b/kernel-trace.changes index 360bf2627..220c9c87f 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 30 17:17:15 CEST 2008 - jkosina@suse.de + +- additional patches to track down and fix e1000e NVM corruption + +- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check + to catch mapping requests exceeding the BAR sizes (bnc#425480). +- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write + protect ICHx NVM to prevent malicious write/erase (bnc#425480). + ------------------------------------------------------------------- Mon Sep 29 23:39:20 CEST 2008 - agruen@suse.de diff --git a/kernel-trace.spec b/kernel-trace.spec index 2fbfac316..37ca6073f 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -58,7 +58,7 @@ Name: kernel-trace Summary: The Realtime Linux Kernel Version: 2.6.27 -Release: 4 +Release: 5 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -222,6 +222,7 @@ Authors: see /usr/src/linux/CREDITS for more details. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %prep if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then @@ -692,6 +693,7 @@ Authors: see /usr/src/linux/CREDITS for more details. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %pre -n kernel-trace-base -f pre-base.sh @@ -726,6 +728,7 @@ Authors: see /usr/src/linux/CREDITS for more details. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %post -n kernel-trace-extra -f post-extra.sh %if %split_packages @@ -734,6 +737,12 @@ Source Timestamp: 2008-09-29 23:39:54 +0200 %defattr(-, root, root) %endif %changelog +* Tue Sep 30 2008 jkosina@suse.de +- additional patches to track down and fix e1000e NVM corruption +- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check + to catch mapping requests exceeding the BAR sizes (bnc#425480). +- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write + protect ICHx NVM to prevent malicious write/erase (bnc#425480). * Tue Sep 30 2008 agruen@suse.de - Update config files after Swap-over-NFS backout. * Tue Sep 30 2008 agruen@suse.de diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 360bf2627..220c9c87f 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 30 17:17:15 CEST 2008 - jkosina@suse.de + +- additional patches to track down and fix e1000e NVM corruption + +- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check + to catch mapping requests exceeding the BAR sizes (bnc#425480). +- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write + protect ICHx NVM to prevent malicious write/erase (bnc#425480). + ------------------------------------------------------------------- Mon Sep 29 23:39:20 CEST 2008 - agruen@suse.de diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 5f8303b00..4ea4626bb 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -58,7 +58,7 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches Version: 2.6.27 -Release: 11 +Release: 12 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -227,6 +227,7 @@ The standard kernel - without any SUSE patches Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %prep if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then @@ -691,6 +692,7 @@ The standard kernel - without any SUSE patches Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %pre -n kernel-vanilla-base -f pre-base.sh @@ -719,6 +721,7 @@ The standard kernel - without any SUSE patches Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %post -n kernel-vanilla-extra -f post-extra.sh %if %split_packages @@ -727,6 +730,12 @@ Source Timestamp: 2008-09-29 23:39:54 +0200 %defattr(-, root, root) %endif %changelog +* Tue Sep 30 2008 jkosina@suse.de +- additional patches to track down and fix e1000e NVM corruption +- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check + to catch mapping requests exceeding the BAR sizes (bnc#425480). +- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write + protect ICHx NVM to prevent malicious write/erase (bnc#425480). * Tue Sep 30 2008 agruen@suse.de - Update config files after Swap-over-NFS backout. * Tue Sep 30 2008 agruen@suse.de diff --git a/kernel-xen.changes b/kernel-xen.changes index 360bf2627..220c9c87f 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 30 17:17:15 CEST 2008 - jkosina@suse.de + +- additional patches to track down and fix e1000e NVM corruption + +- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check + to catch mapping requests exceeding the BAR sizes (bnc#425480). +- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write + protect ICHx NVM to prevent malicious write/erase (bnc#425480). + ------------------------------------------------------------------- Mon Sep 29 23:39:20 CEST 2008 - agruen@suse.de diff --git a/kernel-xen.spec b/kernel-xen.spec index bec5e6180..f0f07df24 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -58,7 +58,7 @@ Name: kernel-xen Summary: The Xen Kernel Version: 2.6.27 -Release: 9 +Release: 10 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -216,6 +216,7 @@ unprivileged ("xenU") kernel. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %prep if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then @@ -685,6 +686,7 @@ This package contains only the base modules, required in all installs. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %pre -n kernel-xen-base -f pre-base.sh @@ -718,6 +720,7 @@ This package contains additional modules not supported by Novell. Source Timestamp: 2008-09-29 23:39:54 +0200 +CVS Date: 2008.09.29.21.50.20 %post -n kernel-xen-extra -f post-extra.sh %if %split_packages @@ -726,6 +729,12 @@ Source Timestamp: 2008-09-29 23:39:54 +0200 %defattr(-, root, root) %endif %changelog +* Tue Sep 30 2008 jkosina@suse.de +- additional patches to track down and fix e1000e NVM corruption +- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check + to catch mapping requests exceeding the BAR sizes (bnc#425480). +- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write + protect ICHx NVM to prevent malicious write/erase (bnc#425480). * Tue Sep 30 2008 agruen@suse.de - Update config files after Swap-over-NFS backout. * Tue Sep 30 2008 agruen@suse.de diff --git a/patches.addon.tar.bz2 b/patches.addon.tar.bz2 index 40cadf37f..4499e293c 100644 --- a/patches.addon.tar.bz2 +++ b/patches.addon.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:41fde4670a8ebc7048d3b1e4fbd73128c809428f71a250f0299c6abbb7eab5d2 -size 128 +oid sha256:d8d4e488de975090915904b6eb5d154aa7232aeab36765eb3329e729e4fc2d91 +size 132 diff --git a/patches.apparmor.tar.bz2 b/patches.apparmor.tar.bz2 index 83b04f00c..705d53842 100644 --- a/patches.apparmor.tar.bz2 +++ b/patches.apparmor.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:507ba469984ba8039ebe6c2527f4528747d310cdf4aaeca25532eb53faad8b85 -size 59017 +oid sha256:dbdc5f725a2dfda9ae99dbf0f64a5471c945246cddc3701e020719027862b180 +size 58871 diff --git a/patches.arch.tar.bz2 b/patches.arch.tar.bz2 index 813fdf3c7..700d9aa07 100644 --- a/patches.arch.tar.bz2 +++ b/patches.arch.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9a5fa018985c1fb891b667402a0bc389f8cdae7b0b1550a706545fd39fbfbf6d -size 80445 +oid sha256:aba9f91c2f7bd330f56dd044bdc64d696a6aa073f9599ff110739a1b2ee05e41 +size 80462 diff --git a/patches.drivers.tar.bz2 b/patches.drivers.tar.bz2 index 522e2af6f..81065fa02 100644 --- a/patches.drivers.tar.bz2 +++ b/patches.drivers.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a0fb4f037913c8d5de6bb59ec1792c7b600bc66b8cf547154dab08d1ad522f6b -size 319231 +oid sha256:1e3146cfd3bcec0574902ff6a45fbd15d5cf6acfbef38474428e476befc47d57 +size 320457 diff --git a/patches.fixes.tar.bz2 b/patches.fixes.tar.bz2 index f1dfe467a..eec9daa86 100644 --- a/patches.fixes.tar.bz2 +++ b/patches.fixes.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:de88554e6453158fd72fab4ba24d1cc283b796670317f217043dcadcd67b0471 -size 81437 +oid sha256:023886364a867af03d71004b5ab572c0fcb945dfcc84bcb1b9ea7e444524b48c +size 81440 diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index 091ae77b0..2b66f3a7c 100644 --- a/patches.kernel.org.tar.bz2 +++ b/patches.kernel.org.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9b551982be7269c5dec9285be56f9d3c581ce9900cfd1847518588391a17b696 -size 14821880 +oid sha256:e092fbcfe89a77b4db601fe59d312821c3a55f3f8d3f2f5ec9d39b13c4d89a68 +size 14822889 diff --git a/patches.rpmify.tar.bz2 b/patches.rpmify.tar.bz2 index 6e57153ec..0fc9b8269 100644 --- a/patches.rpmify.tar.bz2 +++ b/patches.rpmify.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b076f8ed155fedbcbdfd666971472b78f5d580b36fbb35f94b70496fa9edd00 -size 1609 +oid sha256:5b38eb53977e83d03959ec1c26bc657b703982ed028d74d09401061f664b14cb +size 1626 diff --git a/patches.rt.tar.bz2 b/patches.rt.tar.bz2 index d9d7b99ce..577edc8c7 100644 --- a/patches.rt.tar.bz2 +++ b/patches.rt.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:70de6e84568d4d81f4e1f0dc06a46cf458915885f0a2eb691884107ffbb3fa0a -size 435751 +oid sha256:1716626c40b4fa154fda69981d56e322de2dbe0d0971c19d04de9b9c9ce6c47d +size 436999 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index e93c85500..79ec7334b 100644 --- a/patches.suse.tar.bz2 +++ b/patches.suse.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f997b7192ec3d1c7277c4f8066d85c0679b4216eccf4ee8b7d0c7fa02bf7a7cb -size 1115323 +oid sha256:f2bba65af5ffaa10958cb4aebefda2982cb6a19fbab6a2f93689effbdc5f6e88 +size 1124899 diff --git a/patches.trace.tar.bz2 b/patches.trace.tar.bz2 index 26112f740..c7ce28b88 100644 --- a/patches.trace.tar.bz2 +++ b/patches.trace.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f70258dcd17fed864c42c104ea4ddfcb7fb26de9fe1078f8d9197bb36ca338b0 -size 28560 +oid sha256:24a06a4ce9d843e59f02b66421dbb1464c28bf61b3f2c01cca5e06692686009f +size 28527 diff --git a/patches.uml.tar.bz2 b/patches.uml.tar.bz2 index f53301fe8..3e1fbb817 100644 --- a/patches.uml.tar.bz2 +++ b/patches.uml.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0c00e25e4b12000befe2cbd1dcbea6b26c5f10fa3164d120a76cee64ebff7e09 -size 11059 +oid sha256:3eae647839c0ae7103ef5ab0d6918768a9f25776dda1028411d439e78fcaf9d9 +size 11061 diff --git a/patches.xen.tar.bz2 b/patches.xen.tar.bz2 index bba6a04f4..6ea39a858 100644 --- a/patches.xen.tar.bz2 +++ b/patches.xen.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:12035efa1c4f9ae5b6c3ca5dda1ea8dbb77472a3c2673b4445acc4d18d13d07d -size 1450445 +oid sha256:ede4fae06100b4bab42251905a8e9f367ecd50d060893e538bf74d897b5a8c84 +size 1434255 diff --git a/series.conf b/series.conf index cb3f63110..a66cd32a5 100644 --- a/series.conf +++ b/series.conf @@ -494,6 +494,8 @@ patches.suse/e1000e_allow_bad_checksum patches.suse/e1000e_call_dump_eeprom patches.suse/e1000e_mmap_range_chk + patches.suse/e1000e_ioremap_sanity_check + patches.suse/e1000e_write_protect_ichx_nvm patches.drivers/ixgbe-fcoe-bugfixes patches.drivers/sgi-uv-led