diff --git a/config.conf b/config.conf index a7223052d..424ad1dbf 100644 --- a/config.conf +++ b/config.conf @@ -12,8 +12,8 @@ +i386 i386/desktop +i386 i386/pae +i386 -syms i386/debug -+i386 i386/xen -+i386 -syms i386/ec2 +#+i386 i386/xen +#+i386 -syms i386/ec2 +i386 i386/vanilla +i386 -syms i386/trace @@ -24,8 +24,8 @@ +x86_64 x86_64/default +x86_64 x86_64/desktop -+x86_64 x86_64/xen -+x86_64 -syms x86_64/ec2 +#+x86_64 x86_64/xen +#+x86_64 -syms x86_64/ec2 +x86_64 -syms x86_64/debug +x86_64 x86_64/vanilla +x86_64 -syms x86_64/trace @@ -36,7 +36,7 @@ # G5 PS3 pSeries +ppc ppc/ppc64 # PS3 bootloader -+ppc -syms ppc/ps3 +#+ppc -syms ppc/ps3 # maybe the kernels above were patched to death? +ppc ppc/vanilla diff --git a/config.sh b/config.sh index 0ed28bd54..959f7012e 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ # The version of the main tarball to use -SRCVERSION=3.0 +SRCVERSION=3.1-rc3 # variant of the kernel-source package, either empty or "-rt" VARIANT= # buildservice projects to build the kernel against diff --git a/config.tar.bz2 b/config.tar.bz2 index 498d1ec54..6c3ce3f3c 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c7b141c8d7d523adbeebbb7926eba85c50699eb5a709202ade53e2a6015ae70c -size 230725 +oid sha256:ddbd75e3207e35b557000ef7a67acfd2b7ca7cda7bb385090d27e669d67fd5df +size 215940 diff --git a/kernel-debug.changes b/kernel-debug.changes index 3063962a6..1894b868b 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com + +- PTI: depends on X86 && PCI. +- commit e975e4b + +------------------------------------------------------------------- +Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com + +- scsi_dh_alua: always update TPGS status on activate. +- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080). +- scsi_dh_alua: Evaluate TPGS setting from inquiry data. +- scsi_dh: Implement match callback function. +- Delete patches.fixes/scsi-dh-alua-retry-UA. +- Delete patches.fixes/scsi-dh-alua-send-stpg. +- commit 58d8073 + +------------------------------------------------------------------- +Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com + +- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch. +- commit 7d43f4b + +------------------------------------------------------------------- +Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com + +- Refreshed and re-enabled dm-path patches: + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. +- commit 70cadcd + +------------------------------------------------------------------- +Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com + +- Update to 3.1-rc3. + - Eliminated 8 patches. + - Xen is disabled. +- commit eccefcc + ------------------------------------------------------------------- Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de diff --git a/kernel-debug.spec b/kernel-debug.spec index 06bdca46d..4e68ea461 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-debug (Version 3.0.0) +# spec file for package kernel-debug (Version 3.1.rc3) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.0 -%define patchversion 3.0.0 +%define srcversion 3.1-rc3 +%define patchversion 3.1.0-rc3 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -55,7 +55,7 @@ Name: kernel-debug Summary: A Debug Version of the Kernel -Version: 3.0.0 +Version: 3.1.rc3 %if %using_buildservice Release: %else @@ -875,6 +875,30 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Wed Aug 24 2011 jeffm@suse.com +- PTI: depends on X86 && PCI. +- commit e975e4b +* Wed Aug 24 2011 jeffm@suse.com +- scsi_dh_alua: always update TPGS status on activate. +- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080). +- scsi_dh_alua: Evaluate TPGS setting from inquiry data. +- scsi_dh: Implement match callback function. +- Delete patches.fixes/scsi-dh-alua-retry-UA. +- Delete patches.fixes/scsi-dh-alua-send-stpg. +- commit 58d8073 +* Wed Aug 24 2011 jeffm@suse.com +- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch. +- commit 7d43f4b +* Wed Aug 24 2011 jeffm@suse.com +- Refreshed and re-enabled dm-path patches: + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. +- commit 70cadcd +* Wed Aug 24 2011 jeffm@suse.com +- Update to 3.1-rc3. + - Eliminated 8 patches. + - Xen is disabled. +- commit eccefcc * Thu Aug 18 2011 eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. diff --git a/kernel-default.changes b/kernel-default.changes index 3063962a6..1894b868b 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com + +- PTI: depends on X86 && PCI. +- commit e975e4b + +------------------------------------------------------------------- +Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com + +- scsi_dh_alua: always update TPGS status on activate. +- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080). +- scsi_dh_alua: Evaluate TPGS setting from inquiry data. +- scsi_dh: Implement match callback function. +- Delete patches.fixes/scsi-dh-alua-retry-UA. +- Delete patches.fixes/scsi-dh-alua-send-stpg. +- commit 58d8073 + +------------------------------------------------------------------- +Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com + +- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch. +- commit 7d43f4b + +------------------------------------------------------------------- +Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com + +- Refreshed and re-enabled dm-path patches: + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. +- commit 70cadcd + +------------------------------------------------------------------- +Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com + +- Update to 3.1-rc3. + - Eliminated 8 patches. + - Xen is disabled. +- commit eccefcc + ------------------------------------------------------------------- Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de diff --git a/kernel-default.spec b/kernel-default.spec index d17b16414..19214efb4 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-default (Version 3.0.0) +# spec file for package kernel-default (Version 3.1.rc3) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.0 -%define patchversion 3.0.0 +%define srcversion 3.1-rc3 +%define patchversion 3.1.0-rc3 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -55,7 +55,7 @@ Name: kernel-default Summary: The Standard Kernel -Version: 3.0.0 +Version: 3.1.rc3 %if %using_buildservice Release: %else @@ -888,6 +888,30 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Wed Aug 24 2011 jeffm@suse.com +- PTI: depends on X86 && PCI. +- commit e975e4b +* Wed Aug 24 2011 jeffm@suse.com +- scsi_dh_alua: always update TPGS status on activate. +- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080). +- scsi_dh_alua: Evaluate TPGS setting from inquiry data. +- scsi_dh: Implement match callback function. +- Delete patches.fixes/scsi-dh-alua-retry-UA. +- Delete patches.fixes/scsi-dh-alua-send-stpg. +- commit 58d8073 +* Wed Aug 24 2011 jeffm@suse.com +- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch. +- commit 7d43f4b +* Wed Aug 24 2011 jeffm@suse.com +- Refreshed and re-enabled dm-path patches: + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. +- commit 70cadcd +* Wed Aug 24 2011 jeffm@suse.com +- Update to 3.1-rc3. + - Eliminated 8 patches. + - Xen is disabled. +- commit eccefcc * Thu Aug 18 2011 eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. diff --git a/kernel-desktop.changes b/kernel-desktop.changes index 3063962a6..1894b868b 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com + +- PTI: depends on X86 && PCI. +- commit e975e4b + +------------------------------------------------------------------- +Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com + +- scsi_dh_alua: always update TPGS status on activate. +- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080). +- scsi_dh_alua: Evaluate TPGS setting from inquiry data. +- scsi_dh: Implement match callback function. +- Delete patches.fixes/scsi-dh-alua-retry-UA. +- Delete patches.fixes/scsi-dh-alua-send-stpg. +- commit 58d8073 + +------------------------------------------------------------------- +Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com + +- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch. +- commit 7d43f4b + +------------------------------------------------------------------- +Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com + +- Refreshed and re-enabled dm-path patches: + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. +- commit 70cadcd + +------------------------------------------------------------------- +Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com + +- Update to 3.1-rc3. + - Eliminated 8 patches. + - Xen is disabled. +- commit eccefcc + ------------------------------------------------------------------- Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de diff --git a/kernel-desktop.spec b/kernel-desktop.spec index fa3370439..ac8e99295 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-desktop (Version 3.0.0) +# spec file for package kernel-desktop (Version 3.1.rc3) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.0 -%define patchversion 3.0.0 +%define srcversion 3.1-rc3 +%define patchversion 3.1.0-rc3 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -55,7 +55,7 @@ Name: kernel-desktop Summary: Kernel optimized for the desktop -Version: 3.0.0 +Version: 3.1.rc3 %if %using_buildservice Release: %else @@ -908,6 +908,30 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Wed Aug 24 2011 jeffm@suse.com +- PTI: depends on X86 && PCI. +- commit e975e4b +* Wed Aug 24 2011 jeffm@suse.com +- scsi_dh_alua: always update TPGS status on activate. +- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080). +- scsi_dh_alua: Evaluate TPGS setting from inquiry data. +- scsi_dh: Implement match callback function. +- Delete patches.fixes/scsi-dh-alua-retry-UA. +- Delete patches.fixes/scsi-dh-alua-send-stpg. +- commit 58d8073 +* Wed Aug 24 2011 jeffm@suse.com +- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch. +- commit 7d43f4b +* Wed Aug 24 2011 jeffm@suse.com +- Refreshed and re-enabled dm-path patches: + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. +- commit 70cadcd +* Wed Aug 24 2011 jeffm@suse.com +- Update to 3.1-rc3. + - Eliminated 8 patches. + - Xen is disabled. +- commit eccefcc * Thu Aug 18 2011 eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. diff --git a/kernel-docs.changes b/kernel-docs.changes index 3063962a6..1894b868b 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com + +- PTI: depends on X86 && PCI. +- commit e975e4b + +------------------------------------------------------------------- +Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com + +- scsi_dh_alua: always update TPGS status on activate. +- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080). +- scsi_dh_alua: Evaluate TPGS setting from inquiry data. +- scsi_dh: Implement match callback function. +- Delete patches.fixes/scsi-dh-alua-retry-UA. +- Delete patches.fixes/scsi-dh-alua-send-stpg. +- commit 58d8073 + +------------------------------------------------------------------- +Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com + +- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch. +- commit 7d43f4b + +------------------------------------------------------------------- +Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com + +- Refreshed and re-enabled dm-path patches: + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. +- commit 70cadcd + +------------------------------------------------------------------- +Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com + +- Update to 3.1-rc3. + - Eliminated 8 patches. + - Xen is disabled. +- commit eccefcc + ------------------------------------------------------------------- Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de diff --git a/kernel-docs.spec b/kernel-docs.spec index a93cca7aa..e027cdc8e 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-docs (Version 3.0.0) +# spec file for package kernel-docs (Version 3.1.rc3) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,14 +17,14 @@ # norootforbuild -%define patchversion 3.0.0 +%define patchversion 3.1.0-rc3 %define variant %{nil} %include %_sourcedir/kernel-spec-macros Name: kernel-docs Summary: Kernel Documentation -Version: 3.0.0 +Version: 3.1.rc3 %if %using_buildservice Release: %else @@ -99,6 +99,30 @@ rm -rf $RPM_BUILD_ROOT /usr/share/doc/kernel %changelog +* Wed Aug 24 2011 jeffm@suse.com +- PTI: depends on X86 && PCI. +- commit e975e4b +* Wed Aug 24 2011 jeffm@suse.com +- scsi_dh_alua: always update TPGS status on activate. +- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080). +- scsi_dh_alua: Evaluate TPGS setting from inquiry data. +- scsi_dh: Implement match callback function. +- Delete patches.fixes/scsi-dh-alua-retry-UA. +- Delete patches.fixes/scsi-dh-alua-send-stpg. +- commit 58d8073 +* Wed Aug 24 2011 jeffm@suse.com +- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch. +- commit 7d43f4b +* Wed Aug 24 2011 jeffm@suse.com +- Refreshed and re-enabled dm-path patches: + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. +- commit 70cadcd +* Wed Aug 24 2011 jeffm@suse.com +- Update to 3.1-rc3. + - Eliminated 8 patches. + - Xen is disabled. +- commit eccefcc * Thu Aug 18 2011 eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. diff --git a/kernel-pae.changes b/kernel-pae.changes index 3063962a6..1894b868b 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com + +- PTI: depends on X86 && PCI. +- commit e975e4b + +------------------------------------------------------------------- +Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com + +- scsi_dh_alua: always update TPGS status on activate. +- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080). +- scsi_dh_alua: Evaluate TPGS setting from inquiry data. +- scsi_dh: Implement match callback function. +- Delete patches.fixes/scsi-dh-alua-retry-UA. +- Delete patches.fixes/scsi-dh-alua-send-stpg. +- commit 58d8073 + +------------------------------------------------------------------- +Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com + +- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch. +- commit 7d43f4b + +------------------------------------------------------------------- +Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com + +- Refreshed and re-enabled dm-path patches: + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. +- commit 70cadcd + +------------------------------------------------------------------- +Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com + +- Update to 3.1-rc3. + - Eliminated 8 patches. + - Xen is disabled. +- commit eccefcc + ------------------------------------------------------------------- Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de diff --git a/kernel-pae.spec b/kernel-pae.spec index 334c01933..5d819d095 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-pae (Version 3.0.0) +# spec file for package kernel-pae (Version 3.1.rc3) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.0 -%define patchversion 3.0.0 +%define srcversion 3.1-rc3 +%define patchversion 3.1.0-rc3 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -55,7 +55,7 @@ Name: kernel-pae Summary: Kernel with PAE Support -Version: 3.0.0 +Version: 3.1.rc3 %if %using_buildservice Release: %else @@ -893,6 +893,30 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Wed Aug 24 2011 jeffm@suse.com +- PTI: depends on X86 && PCI. +- commit e975e4b +* Wed Aug 24 2011 jeffm@suse.com +- scsi_dh_alua: always update TPGS status on activate. +- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080). +- scsi_dh_alua: Evaluate TPGS setting from inquiry data. +- scsi_dh: Implement match callback function. +- Delete patches.fixes/scsi-dh-alua-retry-UA. +- Delete patches.fixes/scsi-dh-alua-send-stpg. +- commit 58d8073 +* Wed Aug 24 2011 jeffm@suse.com +- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch. +- commit 7d43f4b +* Wed Aug 24 2011 jeffm@suse.com +- Refreshed and re-enabled dm-path patches: + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. +- commit 70cadcd +* Wed Aug 24 2011 jeffm@suse.com +- Update to 3.1-rc3. + - Eliminated 8 patches. + - Xen is disabled. +- commit eccefcc * Thu Aug 18 2011 eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. diff --git a/kernel-ppc64.changes b/kernel-ppc64.changes index 3063962a6..1894b868b 100644 --- a/kernel-ppc64.changes +++ b/kernel-ppc64.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com + +- PTI: depends on X86 && PCI. +- commit e975e4b + +------------------------------------------------------------------- +Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com + +- scsi_dh_alua: always update TPGS status on activate. +- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080). +- scsi_dh_alua: Evaluate TPGS setting from inquiry data. +- scsi_dh: Implement match callback function. +- Delete patches.fixes/scsi-dh-alua-retry-UA. +- Delete patches.fixes/scsi-dh-alua-send-stpg. +- commit 58d8073 + +------------------------------------------------------------------- +Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com + +- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch. +- commit 7d43f4b + +------------------------------------------------------------------- +Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com + +- Refreshed and re-enabled dm-path patches: + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. +- commit 70cadcd + +------------------------------------------------------------------- +Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com + +- Update to 3.1-rc3. + - Eliminated 8 patches. + - Xen is disabled. +- commit eccefcc + ------------------------------------------------------------------- Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de diff --git a/kernel-ppc64.spec b/kernel-ppc64.spec index 91642c5b8..8c3907b8e 100644 --- a/kernel-ppc64.spec +++ b/kernel-ppc64.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-ppc64 (Version 3.0.0) +# spec file for package kernel-ppc64 (Version 3.1.rc3) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.0 -%define patchversion 3.0.0 +%define srcversion 3.1-rc3 +%define patchversion 3.1.0-rc3 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -55,7 +55,7 @@ Name: kernel-ppc64 Summary: Kernel for ppc64 Systems -Version: 3.0.0 +Version: 3.1.rc3 %if %using_buildservice Release: %else @@ -897,6 +897,30 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Wed Aug 24 2011 jeffm@suse.com +- PTI: depends on X86 && PCI. +- commit e975e4b +* Wed Aug 24 2011 jeffm@suse.com +- scsi_dh_alua: always update TPGS status on activate. +- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080). +- scsi_dh_alua: Evaluate TPGS setting from inquiry data. +- scsi_dh: Implement match callback function. +- Delete patches.fixes/scsi-dh-alua-retry-UA. +- Delete patches.fixes/scsi-dh-alua-send-stpg. +- commit 58d8073 +* Wed Aug 24 2011 jeffm@suse.com +- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch. +- commit 7d43f4b +* Wed Aug 24 2011 jeffm@suse.com +- Refreshed and re-enabled dm-path patches: + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. +- commit 70cadcd +* Wed Aug 24 2011 jeffm@suse.com +- Update to 3.1-rc3. + - Eliminated 8 patches. + - Xen is disabled. +- commit eccefcc * Thu Aug 18 2011 eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. diff --git a/kernel-s390.changes b/kernel-s390.changes index 3063962a6..1894b868b 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com + +- PTI: depends on X86 && PCI. +- commit e975e4b + +------------------------------------------------------------------- +Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com + +- scsi_dh_alua: always update TPGS status on activate. +- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080). +- scsi_dh_alua: Evaluate TPGS setting from inquiry data. +- scsi_dh: Implement match callback function. +- Delete patches.fixes/scsi-dh-alua-retry-UA. +- Delete patches.fixes/scsi-dh-alua-send-stpg. +- commit 58d8073 + +------------------------------------------------------------------- +Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com + +- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch. +- commit 7d43f4b + +------------------------------------------------------------------- +Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com + +- Refreshed and re-enabled dm-path patches: + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. +- commit 70cadcd + +------------------------------------------------------------------- +Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com + +- Update to 3.1-rc3. + - Eliminated 8 patches. + - Xen is disabled. +- commit eccefcc + ------------------------------------------------------------------- Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de diff --git a/kernel-s390.spec b/kernel-s390.spec index 93d4c95b0..e2504e6ec 100644 --- a/kernel-s390.spec +++ b/kernel-s390.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-s390 (Version 3.0.0) +# spec file for package kernel-s390 (Version 3.1.rc3) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.0 -%define patchversion 3.0.0 +%define srcversion 3.1-rc3 +%define patchversion 3.1.0-rc3 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -55,7 +55,7 @@ Name: kernel-s390 Summary: The Standard Kernel -Version: 3.0.0 +Version: 3.1.rc3 %if %using_buildservice Release: %else @@ -872,6 +872,30 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Wed Aug 24 2011 jeffm@suse.com +- PTI: depends on X86 && PCI. +- commit e975e4b +* Wed Aug 24 2011 jeffm@suse.com +- scsi_dh_alua: always update TPGS status on activate. +- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080). +- scsi_dh_alua: Evaluate TPGS setting from inquiry data. +- scsi_dh: Implement match callback function. +- Delete patches.fixes/scsi-dh-alua-retry-UA. +- Delete patches.fixes/scsi-dh-alua-send-stpg. +- commit 58d8073 +* Wed Aug 24 2011 jeffm@suse.com +- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch. +- commit 7d43f4b +* Wed Aug 24 2011 jeffm@suse.com +- Refreshed and re-enabled dm-path patches: + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. +- commit 70cadcd +* Wed Aug 24 2011 jeffm@suse.com +- Update to 3.1-rc3. + - Eliminated 8 patches. + - Xen is disabled. +- commit eccefcc * Thu Aug 18 2011 eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. diff --git a/kernel-source.changes b/kernel-source.changes index 3063962a6..1894b868b 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com + +- PTI: depends on X86 && PCI. +- commit e975e4b + +------------------------------------------------------------------- +Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com + +- scsi_dh_alua: always update TPGS status on activate. +- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080). +- scsi_dh_alua: Evaluate TPGS setting from inquiry data. +- scsi_dh: Implement match callback function. +- Delete patches.fixes/scsi-dh-alua-retry-UA. +- Delete patches.fixes/scsi-dh-alua-send-stpg. +- commit 58d8073 + +------------------------------------------------------------------- +Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com + +- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch. +- commit 7d43f4b + +------------------------------------------------------------------- +Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com + +- Refreshed and re-enabled dm-path patches: + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. +- commit 70cadcd + +------------------------------------------------------------------- +Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com + +- Update to 3.1-rc3. + - Eliminated 8 patches. + - Xen is disabled. +- commit eccefcc + ------------------------------------------------------------------- Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de diff --git a/kernel-source.spec b/kernel-source.spec index 42d78b74c..bedb4e507 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-source (Version 3.0.0) +# spec file for package kernel-source (Version 3.1.rc3) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,8 +18,8 @@ # norootforbuild # icecream 0 -%define srcversion 3.0 -%define patchversion 3.0.0 +%define srcversion 3.1-rc3 +%define patchversion 3.1.0-rc3 %define variant %{nil} %define vanilla_only 0 @@ -29,7 +29,7 @@ Name: kernel-source Summary: The Linux Kernel Sources -Version: 3.0.0 +Version: 3.1.rc3 %if %using_buildservice Release: %else @@ -255,6 +255,30 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts" %endif %changelog +* Wed Aug 24 2011 jeffm@suse.com +- PTI: depends on X86 && PCI. +- commit e975e4b +* Wed Aug 24 2011 jeffm@suse.com +- scsi_dh_alua: always update TPGS status on activate. +- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080). +- scsi_dh_alua: Evaluate TPGS setting from inquiry data. +- scsi_dh: Implement match callback function. +- Delete patches.fixes/scsi-dh-alua-retry-UA. +- Delete patches.fixes/scsi-dh-alua-send-stpg. +- commit 58d8073 +* Wed Aug 24 2011 jeffm@suse.com +- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch. +- commit 7d43f4b +* Wed Aug 24 2011 jeffm@suse.com +- Refreshed and re-enabled dm-path patches: + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. +- commit 70cadcd +* Wed Aug 24 2011 jeffm@suse.com +- Update to 3.1-rc3. + - Eliminated 8 patches. + - Xen is disabled. +- commit eccefcc * Thu Aug 18 2011 eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. diff --git a/kernel-syms.changes b/kernel-syms.changes index 3063962a6..1894b868b 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com + +- PTI: depends on X86 && PCI. +- commit e975e4b + +------------------------------------------------------------------- +Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com + +- scsi_dh_alua: always update TPGS status on activate. +- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080). +- scsi_dh_alua: Evaluate TPGS setting from inquiry data. +- scsi_dh: Implement match callback function. +- Delete patches.fixes/scsi-dh-alua-retry-UA. +- Delete patches.fixes/scsi-dh-alua-send-stpg. +- commit 58d8073 + +------------------------------------------------------------------- +Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com + +- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch. +- commit 7d43f4b + +------------------------------------------------------------------- +Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com + +- Refreshed and re-enabled dm-path patches: + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. +- commit 70cadcd + +------------------------------------------------------------------- +Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com + +- Update to 3.1-rc3. + - Eliminated 8 patches. + - Xen is disabled. +- commit eccefcc + ------------------------------------------------------------------- Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de diff --git a/kernel-syms.spec b/kernel-syms.spec index dba4dd6df..aacfdd50f 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-syms (Version 3.0.0) +# spec file for package kernel-syms (Version 3.1.rc3) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -23,7 +23,7 @@ Name: kernel-syms Summary: Kernel Symbol Versions (modversions) -Version: 3.0.0 +Version: 3.1.rc3 %if %using_buildservice Release: %else @@ -50,9 +50,6 @@ Requires: kernel-ppc64-devel = %version-%source_rel %ifarch s390 Requires: kernel-s390-devel = %version-%source_rel %endif -%ifarch %ix86 x86_64 -Requires: kernel-xen-devel = %version-%source_rel -%endif Provides: multiversion(kernel) Provides: %name = %version-%source_rel Source: README.KSYMS @@ -81,6 +78,30 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE %_docdir/%name/README.SUSE %changelog +* Wed Aug 24 2011 jeffm@suse.com +- PTI: depends on X86 && PCI. +- commit e975e4b +* Wed Aug 24 2011 jeffm@suse.com +- scsi_dh_alua: always update TPGS status on activate. +- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080). +- scsi_dh_alua: Evaluate TPGS setting from inquiry data. +- scsi_dh: Implement match callback function. +- Delete patches.fixes/scsi-dh-alua-retry-UA. +- Delete patches.fixes/scsi-dh-alua-send-stpg. +- commit 58d8073 +* Wed Aug 24 2011 jeffm@suse.com +- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch. +- commit 7d43f4b +* Wed Aug 24 2011 jeffm@suse.com +- Refreshed and re-enabled dm-path patches: + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. +- commit 70cadcd +* Wed Aug 24 2011 jeffm@suse.com +- Update to 3.1-rc3. + - Eliminated 8 patches. + - Xen is disabled. +- commit eccefcc * Thu Aug 18 2011 eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. diff --git a/kernel-trace.changes b/kernel-trace.changes index 3063962a6..1894b868b 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com + +- PTI: depends on X86 && PCI. +- commit e975e4b + +------------------------------------------------------------------- +Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com + +- scsi_dh_alua: always update TPGS status on activate. +- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080). +- scsi_dh_alua: Evaluate TPGS setting from inquiry data. +- scsi_dh: Implement match callback function. +- Delete patches.fixes/scsi-dh-alua-retry-UA. +- Delete patches.fixes/scsi-dh-alua-send-stpg. +- commit 58d8073 + +------------------------------------------------------------------- +Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com + +- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch. +- commit 7d43f4b + +------------------------------------------------------------------- +Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com + +- Refreshed and re-enabled dm-path patches: + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. +- commit 70cadcd + +------------------------------------------------------------------- +Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com + +- Update to 3.1-rc3. + - Eliminated 8 patches. + - Xen is disabled. +- commit eccefcc + ------------------------------------------------------------------- Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de diff --git a/kernel-trace.spec b/kernel-trace.spec index 9ad069968..40f3c6931 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-trace (Version 3.0.0) +# spec file for package kernel-trace (Version 3.1.rc3) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.0 -%define patchversion 3.0.0 +%define srcversion 3.1-rc3 +%define patchversion 3.1.0-rc3 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -55,7 +55,7 @@ Name: kernel-trace Summary: The Standard Kernel with Tracing Features -Version: 3.0.0 +Version: 3.1.rc3 %if %using_buildservice Release: %else @@ -880,6 +880,30 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Wed Aug 24 2011 jeffm@suse.com +- PTI: depends on X86 && PCI. +- commit e975e4b +* Wed Aug 24 2011 jeffm@suse.com +- scsi_dh_alua: always update TPGS status on activate. +- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080). +- scsi_dh_alua: Evaluate TPGS setting from inquiry data. +- scsi_dh: Implement match callback function. +- Delete patches.fixes/scsi-dh-alua-retry-UA. +- Delete patches.fixes/scsi-dh-alua-send-stpg. +- commit 58d8073 +* Wed Aug 24 2011 jeffm@suse.com +- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch. +- commit 7d43f4b +* Wed Aug 24 2011 jeffm@suse.com +- Refreshed and re-enabled dm-path patches: + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. +- commit 70cadcd +* Wed Aug 24 2011 jeffm@suse.com +- Update to 3.1-rc3. + - Eliminated 8 patches. + - Xen is disabled. +- commit eccefcc * Thu Aug 18 2011 eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 3063962a6..1894b868b 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com + +- PTI: depends on X86 && PCI. +- commit e975e4b + +------------------------------------------------------------------- +Wed Aug 24 21:55:47 CEST 2011 - jeffm@suse.com + +- scsi_dh_alua: always update TPGS status on activate. +- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080). +- scsi_dh_alua: Evaluate TPGS setting from inquiry data. +- scsi_dh: Implement match callback function. +- Delete patches.fixes/scsi-dh-alua-retry-UA. +- Delete patches.fixes/scsi-dh-alua-send-stpg. +- commit 58d8073 + +------------------------------------------------------------------- +Wed Aug 24 21:29:06 CEST 2011 - jeffm@suse.com + +- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch. +- commit 7d43f4b + +------------------------------------------------------------------- +Wed Aug 24 20:54:32 CEST 2011 - jeffm@suse.com + +- Refreshed and re-enabled dm-path patches: + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. +- commit 70cadcd + +------------------------------------------------------------------- +Wed Aug 24 20:51:06 CEST 2011 - jeffm@suse.com + +- Update to 3.1-rc3. + - Eliminated 8 patches. + - Xen is disabled. +- commit eccefcc + ------------------------------------------------------------------- Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 997830ac2..567b56a69 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -1,5 +1,5 @@ # -# spec file for package kernel-vanilla (Version 3.0.0) +# spec file for package kernel-vanilla (Version 3.1.rc3) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.0 -%define patchversion 3.0.0 +%define srcversion 3.1-rc3 +%define patchversion 3.1.0-rc3 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -55,7 +55,7 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches -Version: 3.0.0 +Version: 3.1.rc3 %if %using_buildservice Release: %else @@ -876,6 +876,30 @@ Debug information for package %name-devel %files devel-debuginfo -f vmlinux.debug.files %changelog +* Wed Aug 24 2011 jeffm@suse.com +- PTI: depends on X86 && PCI. +- commit e975e4b +* Wed Aug 24 2011 jeffm@suse.com +- scsi_dh_alua: always update TPGS status on activate. +- scsi_dh: Check for sdev state in store_dh_state() (bnc#616080). +- scsi_dh_alua: Evaluate TPGS setting from inquiry data. +- scsi_dh: Implement match callback function. +- Delete patches.fixes/scsi-dh-alua-retry-UA. +- Delete patches.fixes/scsi-dh-alua-send-stpg. +- commit 58d8073 +* Wed Aug 24 2011 jeffm@suse.com +- Refresh and re-enable patches.arch/x86_64-hpet-64bit-timer.patch. +- commit 7d43f4b +* Wed Aug 24 2011 jeffm@suse.com +- Refreshed and re-enabled dm-path patches: + - patches.suse/dm-mpath-accept-failed-paths. + - patches.suse/dm-mpath-detach-existing-hardware-handler. +- commit 70cadcd +* Wed Aug 24 2011 jeffm@suse.com +- Update to 3.1-rc3. + - Eliminated 8 patches. + - Xen is disabled. +- commit eccefcc * Thu Aug 18 2011 eich@suse.de - * Refresh patches.suse/SUSE-bootsplash. * Fix bootsplash code for 15bpp framebuffers. diff --git a/linux-3.1-rc3.tar.bz2 b/linux-3.1-rc3.tar.bz2 new file mode 100644 index 000000000..de3673f72 --- /dev/null +++ b/linux-3.1-rc3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261244ebc0aead0231b2589509d25d3cfa835c38b89206ea11ec3195b9bac64f +size 77221193 diff --git a/patches.arch.tar.bz2 b/patches.arch.tar.bz2 index 54d5efdd9..4cf36a4d6 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:325c575797ca42970abd7c3e69d147bb19a33cba5a405445ebe476ef4c049c6f -size 67722 +oid sha256:355837a70c8bd67a129572e4d870dd2f2bf92ac42bbe1651470567571e00d8ca +size 66686 diff --git a/patches.drivers.tar.bz2 b/patches.drivers.tar.bz2 index 8fee9295b..eb53b1db4 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:70983f167c38bc59b42ff2ec7d91475579b5bd20f110cfd7b347480dad84ef94 -size 9065 +oid sha256:51c249567b20b182d5d28b3441fc554a40b6891ba1b76f0b404d2cee100e7bd1 +size 7758 diff --git a/patches.fixes.tar.bz2 b/patches.fixes.tar.bz2 index 3e176d2f9..2c05db5ae 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:742db609c1328abaccfe7882a824a82df42394a07aa8a8ba07873a25873c6d38 -size 27664 +oid sha256:bfde683e567009d66036a8a753a4e86f9a2be3f894d9c3d4c5d7277c5f192fb6 +size 22644 diff --git a/patches.rpmify.tar.bz2 b/patches.rpmify.tar.bz2 index a3baa6e5e..0cf31108f 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:b77f31327dd5dfafb5b9fae40600e78ec6e596606423decee89d64b7d52708d1 -size 3923 +oid sha256:a31a16db0540fa81eaf4e1f3c56d5165f2ebdc3ac9e3d8c33bd794ab4fe6ddd2 +size 4360 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index 5bcacba86..ad12aca3d 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:44a1613bd41071133053d6fbe142a04a8d4a970eeed2432862e61dfe0e0993fb -size 127195 +oid sha256:78bbae0f4653fadb600c88e42c7ecf17f4fdc2ed312c896da1b6ca5f315cbb1d +size 125002 diff --git a/series.conf b/series.conf index 2ac39b8f3..7331f71f8 100644 --- a/series.conf +++ b/series.conf @@ -35,6 +35,7 @@ ######################################################## patches.rpmify/apm-honor-config_apm_cpu_idle-n patches.rpmify/nouveau-make-vga_switcheroo-code-depend-on-vga_switcheroo + patches.rpmify/pti-depends-on-x86-pci ######################################################## # kABI consistency patches @@ -62,7 +63,6 @@ patches.suse/supported-flag-enterprise patches.suse/genksyms-add-override-flag.diff patches.suse/kconfig-automate-kernel-desktop - patches.fixes/no-built-in-root_dev ######################################################## # Simple export additions/removals @@ -103,18 +103,17 @@ ######################################################## # x86_64/i386 biarch ######################################################## -+needs_update-33 patches.arch/x86_64-hpet-64bit-timer.patch + patches.arch/x86_64-hpet-64bit-timer.patch +needs_update patches.arch/kvm-split-paravirt-ops-by-functionality +needs_update patches.arch/kvm-only-export-selected-pv-ops-feature-structs +needs_update patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature +needs_update patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic - patches.arch/mtrr_stop_machine_quick_fix.patch - patches.arch/kill-__stop_machine.patch - patches.arch/reorganize_stop_cpus.patch - patches.arch/implement_stop_machine_from_offline_cpu.patch - patches.arch/use_stop_machine_for_mtrr_rendezvous.patch ++trenn patches.arch/kill-__stop_machine.patch ++trenn patches.arch/reorganize_stop_cpus.patch ++trenn patches.arch/implement_stop_machine_from_offline_cpu.patch ++trenn patches.arch/use_stop_machine_for_mtrr_rendezvous.patch ######################################################## # x86 MCE/MCA (Machine Check Error/Architecture) extensions @@ -202,8 +201,6 @@ patches.arch/acpi_fix_fadt_32_bit_zero_length.patch -+needs_update-32 patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch - # Adjust this patch for every new product (at least Enterprise # level) to provide OEMs a safety break so that they can add # for example SLE11 specific BIOS updates (if there is no other @@ -244,7 +241,6 @@ ######################################################## # NFS ######################################################## - patches.fixes/nfs-slot-table-alloc +needs_update37 patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch patches.fixes/nfs-adaptive-readdir-plus @@ -260,7 +256,6 @@ ######################################################## # ext2/ext3 ######################################################## - patches.suse/ext3-barrier-default # patches.suse/ext2-fsync-err ######################################################## @@ -274,7 +269,6 @@ ######################################################## # Reiserfs Patches ######################################################## - patches.suse/reiserfs-barrier-default patches.fixes/reiserfs-force-inode-evictions-before-umount-to-avoid-crash +needs_updating-39 patches.suse/reiser4-dependencies @@ -313,7 +307,6 @@ patches.suse/0014-richacl-xattr-mapping-functions.patch patches.suse/0015-ext4-Use-IS_POSIXACL-to-check-for-POSIX-ACL-support.patch patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch - patches.suse/richacl-fix ######################################################## # other filesystem stuff @@ -341,21 +334,18 @@ # Storage ######################################################## - # I believe this has been obsoleted upstream by - # commit d8d9129e -+disabled patches.drivers/libata-unlock-hpa-by-default - # Block layer fixes patches.fixes/scsi-inquiry-too-short-ratelimit patches.suse/scsi-netlink-ml - patches.fixes/scsi-dh-queuedata-accessors - patches.fixes/scsi-dh-alua-retry-UA -+needs_update-39 patches.fixes/scsi-add-tgps-setting - patches.fixes/scsi-dh-alua-send-stpg - patches.fixes/scsi-dh-rdac-add-stk patches.fixes/scsi-retry-alua-transition-in-progress + patches.fixes/scsi-dh-queuedata-accessors + patches.fixes/scsi-evaluate-tpgs-setting + patches.suse/scsi-dh-implement-match-callback + patches.fixes/scsi-dh-alua-always-update-tpgs-status + patches.fixes/scsi-dh-check-for-sdev-state-in-store_dh_state + patches.fixes/scsi-check-host-lookup-failure patches.drivers/megaraid-mbox-fix-SG_IO @@ -368,7 +358,6 @@ patches.fixes/sd_liberal_28_sense_invalid.diff patches.fixes/scsi-ibmvscsi-module_alias.patch - patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch ######################################################## # DRM/Video @@ -384,7 +373,6 @@ patches.fixes/tulip-quad-NIC-ifdown patches.fixes/net-tulip-debug-off-by-default.patch patches.drivers/ehea-modinfo.patch - patches.fixes/tg3-Fix-io-failures-after-chip-reset.patch ######################################################## # Wireless Networking @@ -428,7 +416,6 @@ ########################################################## # Sound ########################################################## - patches.drivers/alsa-hda-Add-Kconfig-for-the-default-buffer-size ######################################################## # Char / serial @@ -463,10 +450,9 @@ patches.suse/dm-raid45-api-3.0 patches.fixes/dm-mpath-reattach-dh patches.suse/dm-mpath-leastpending-path-update -+needs_update patches.suse/dm-mpath-accept-failed-paths -+needs_update patches.suse/dm-mpath-detach-existing-hardware-handler + patches.suse/dm-mpath-accept-failed-paths + patches.suse/dm-mpath-detach-existing-hardware-handler patches.fixes/dm-table-switch-to-readonly -+needs_update patches.suse/dm-mpath-evaluate-request-result-and-sense patches.fixes/dm-release-map_lock-before-set_disk_ro patches.suse/dm-mpath-no-activate-for-offlined-paths patches.suse/dm-mpath-no-partitions-feature @@ -509,7 +495,7 @@ patches.suse/stack-unwind patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops patches.suse/no-frame-pointer-select - patches.arch/x86_64-unwind-annotations ++jbeulich patches.arch/x86_64-unwind-annotations ######################################################## # Kdump @@ -556,114 +542,114 @@ # on top of them instead. This reduces workload when # re-basing to a newer xen tree. # - ### both uml framebuffer and xen need this one. - patches.xen/add-console-use-vt - - # split out patches - patches.xen/kexec-move-segment-code-i386.patch - patches.xen/kexec-move-segment-code-x86_64.patch - patches.xen/ipv6-no-autoconf - patches.xen/pci-guestdev - patches.xen/pci-reserve - - # bulk stuff, new files for xen - patches.xen/xen3-auto-xen-arch.diff - patches.xen/xen3-auto-xen-drivers.diff - patches.xen/xen3-auto-include-xen-interface.diff - patches.xen/xen3-auto-blktap2-pvops.diff - - # kconfig bits for xen - patches.xen/xen3-auto-xen-kconfig.diff - - # common code changes - patches.xen/xen3-auto-common.diff - patches.xen/xen3-auto-arch-x86.diff - patches.xen/xen3-auto-arch-i386.diff - patches.xen/xen3-auto-arch-x86_64.diff - - # fixups due to upstream Xen parts - patches.xen/xen3-fixup-xen - - # newer changeset backports - - # changes outside arch/{i386,x86_64}/xen - patches.xen/xen3-fixup-kconfig - patches.xen/xen3-fixup-common - patches.xen/xen3-fixup-arch-x86 - patches.xen/xen3-fixup-blktap2-pvops - - # ports of other patches - patches.xen/xen3-patch-2.6.18 - patches.xen/xen3-patch-2.6.19 - patches.xen/xen3-patch-2.6.20 - patches.xen/xen3-patch-2.6.21 - patches.xen/xen3-patch-2.6.22 - patches.xen/xen3-patch-2.6.23 - patches.xen/xen3-patch-2.6.24 - patches.xen/xen3-patch-2.6.25 - patches.xen/xen3-patch-2.6.26 - patches.xen/xen3-patch-2.6.27 - patches.xen/xen3-patch-2.6.28 - patches.xen/xen3-patch-2.6.29 - patches.xen/xen3-patch-2.6.30 - patches.xen/xen3-patch-2.6.31 - patches.xen/xen3-patch-2.6.32 - patches.xen/xen3-patch-2.6.33 - patches.xen/xen3-patch-2.6.34 - 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 - patches.xen/xen3-patch-2.6.39 - patches.xen/xen3-patch-3.0-rc5 - patches.xen/xen3-stack-unwind - patches.xen/xen3-x86_64-unwind-annotations - - # bugfixes and enhancements - patches.xen/xen-balloon-max-target - patches.xen/xen-blkif-protocol-fallback-hack - patches.xen/xen-blkback-cdrom - patches.xen/xen-blktap-modular - patches.xen/xen-blktap-write-barriers - patches.xen/xen-blktap2-use-after-free - patches.xen/xen-blktap2-configurable-nr-devs - patches.xen/xen-op-packet - patches.xen/xen-blkfront-cdrom - patches.xen/xen-kconfig-compat - patches.xen/xen-cpufreq-report - patches.xen/xen-sys-suspend - patches.xen/xen-ipi-per-cpu-irq - patches.xen/xen-virq-per-cpu-irq - patches.xen/xen-clockevents - patches.xen/xen-spinlock-poll-early - patches.xen/xen-pcpu-hotplug - patches.xen/xen-mem-hotplug - patches.xen/xen-frontswap - patches.xen/xen-swiotlb-heuristics - patches.xen/xen-configurable-guest-devices - patches.xen/xen-netback-nr-irqs - patches.xen/xen-netback-notify-multi - patches.xen/xen-netback-generalize - patches.xen/xen-netback-multiple-tasklets - patches.xen/xen-netback-kernel-threads - patches.xen/xen-cxgb3 - patches.xen/xen-dcdbas - patches.xen/xen-floppy - patches.xen/xen-sections - patches.xen/xen-kzalloc - patches.xen/xen-unpriv-build - patches.xen/xen-setup-gsi - patches.xen/xen-x86-panic-no-reboot - patches.xen/xen-x86-dcr-fallback - patches.xen/xen-x86-no-lapic - patches.xen/xen-x86-pmd-handling - patches.xen/xen-x86-bigmem - patches.xen/xen-x86-exit-mmap - patches.xen/xen-x86-per-cpu-vcpu-info - patches.xen/xen-x86-msr-on-pcpu - patches.xen/xen-x86-EFI - patches.xen/xen-x86_64-pgd-pin - patches.xen/xen-x86_64-pgd-alloc-order - patches.xen/xen-x86_64-dump-user-pgt - patches.xen/xen-x86_64-note-init-p2m - patches.xen/xen-x86_64-unmapped-initrd ++jbeulich ### both uml framebuffer and xen need this one. ++jbeulich patches.xen/add-console-use-vt ++jbeulich ++jbeulich # split out patches ++jbeulich patches.xen/kexec-move-segment-code-i386.patch ++jbeulich patches.xen/kexec-move-segment-code-x86_64.patch ++jbeulich patches.xen/ipv6-no-autoconf ++jbeulich patches.xen/pci-guestdev ++jbeulich patches.xen/pci-reserve ++jbeulich ++jbeulich # bulk stuff, new files for xen ++jbeulich patches.xen/xen3-auto-xen-arch.diff ++jbeulich patches.xen/xen3-auto-xen-drivers.diff ++jbeulich patches.xen/xen3-auto-include-xen-interface.diff ++jbeulich patches.xen/xen3-auto-blktap2-pvops.diff ++jbeulich ++jbeulich # kconfig bits for xen ++jbeulich patches.xen/xen3-auto-xen-kconfig.diff ++jbeulich ++jbeulich # common code changes ++jbeulich patches.xen/xen3-auto-common.diff ++jbeulich patches.xen/xen3-auto-arch-x86.diff ++jbeulich patches.xen/xen3-auto-arch-i386.diff ++jbeulich patches.xen/xen3-auto-arch-x86_64.diff ++jbeulich ++jbeulich # fixups due to upstream Xen parts ++jbeulich patches.xen/xen3-fixup-xen ++jbeulich ++jbeulich # newer changeset backports ++jbeulich ++jbeulich # changes outside arch/{i386,x86_64}/xen ++jbeulich patches.xen/xen3-fixup-kconfig ++jbeulich patches.xen/xen3-fixup-common ++jbeulich patches.xen/xen3-fixup-arch-x86 ++jbeulich patches.xen/xen3-fixup-blktap2-pvops ++jbeulich ++jbeulich # ports of other patches ++jbeulich patches.xen/xen3-patch-2.6.18 ++jbeulich patches.xen/xen3-patch-2.6.19 ++jbeulich patches.xen/xen3-patch-2.6.20 ++jbeulich patches.xen/xen3-patch-2.6.21 ++jbeulich patches.xen/xen3-patch-2.6.22 ++jbeulich patches.xen/xen3-patch-2.6.23 ++jbeulich patches.xen/xen3-patch-2.6.24 ++jbeulich patches.xen/xen3-patch-2.6.25 ++jbeulich patches.xen/xen3-patch-2.6.26 ++jbeulich patches.xen/xen3-patch-2.6.27 ++jbeulich patches.xen/xen3-patch-2.6.28 ++jbeulich patches.xen/xen3-patch-2.6.29 ++jbeulich patches.xen/xen3-patch-2.6.30 ++jbeulich patches.xen/xen3-patch-2.6.31 ++jbeulich patches.xen/xen3-patch-2.6.32 ++jbeulich patches.xen/xen3-patch-2.6.33 ++jbeulich patches.xen/xen3-patch-2.6.34 ++jbeulich patches.xen/xen3-patch-2.6.35 ++jbeulich patches.xen/xen3-patch-2.6.36 ++jbeulich patches.xen/xen3-patch-2.6.37 ++jbeulich patches.xen/xen3-patch-2.6.38 ++jbeulich patches.xen/xen3-patch-2.6.39 ++jbeulich patches.xen/xen3-patch-3.0-rc5 ++jbeulich patches.xen/xen3-stack-unwind ++jbeulich patches.xen/xen3-x86_64-unwind-annotations ++jbeulich ++jbeulich # bugfixes and enhancements ++jbeulich patches.xen/xen-balloon-max-target ++jbeulich patches.xen/xen-blkif-protocol-fallback-hack ++jbeulich patches.xen/xen-blkback-cdrom ++jbeulich patches.xen/xen-blktap-modular ++jbeulich patches.xen/xen-blktap-write-barriers ++jbeulich patches.xen/xen-blktap2-use-after-free ++jbeulich patches.xen/xen-blktap2-configurable-nr-devs ++jbeulich patches.xen/xen-op-packet ++jbeulich patches.xen/xen-blkfront-cdrom ++jbeulich patches.xen/xen-kconfig-compat ++jbeulich patches.xen/xen-cpufreq-report ++jbeulich patches.xen/xen-sys-suspend ++jbeulich patches.xen/xen-ipi-per-cpu-irq ++jbeulich patches.xen/xen-virq-per-cpu-irq ++jbeulich patches.xen/xen-clockevents ++jbeulich patches.xen/xen-spinlock-poll-early ++jbeulich patches.xen/xen-pcpu-hotplug ++jbeulich patches.xen/xen-mem-hotplug ++jbeulich patches.xen/xen-frontswap ++jbeulich patches.xen/xen-swiotlb-heuristics ++jbeulich patches.xen/xen-configurable-guest-devices ++jbeulich patches.xen/xen-netback-nr-irqs ++jbeulich patches.xen/xen-netback-notify-multi ++jbeulich patches.xen/xen-netback-generalize ++jbeulich patches.xen/xen-netback-multiple-tasklets ++jbeulich patches.xen/xen-netback-kernel-threads ++jbeulich patches.xen/xen-cxgb3 ++jbeulich patches.xen/xen-dcdbas ++jbeulich patches.xen/xen-floppy ++jbeulich patches.xen/xen-sections ++jbeulich patches.xen/xen-kzalloc ++jbeulich patches.xen/xen-unpriv-build ++jbeulich patches.xen/xen-setup-gsi ++jbeulich patches.xen/xen-x86-panic-no-reboot ++jbeulich patches.xen/xen-x86-dcr-fallback ++jbeulich patches.xen/xen-x86-no-lapic ++jbeulich patches.xen/xen-x86-pmd-handling ++jbeulich patches.xen/xen-x86-bigmem ++jbeulich patches.xen/xen-x86-exit-mmap ++jbeulich patches.xen/xen-x86-per-cpu-vcpu-info ++jbeulich patches.xen/xen-x86-msr-on-pcpu ++jbeulich patches.xen/xen-x86-EFI ++jbeulich patches.xen/xen-x86_64-pgd-pin ++jbeulich patches.xen/xen-x86_64-pgd-alloc-order ++jbeulich patches.xen/xen-x86_64-dump-user-pgt ++jbeulich patches.xen/xen-x86_64-note-init-p2m ++jbeulich patches.xen/xen-x86_64-unmapped-initrd diff --git a/source-timestamp b/source-timestamp index cc8cc01ae..3b2f49eac 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2011-08-18 11:38:15 +0200 -GIT Revision: f25ce3ee68e7642e2394493bc6385e018dee1030 +2011-08-24 22:39:32 +0200 +GIT Revision: e975e4bd16a45bac8417d1a113267189dd6ed2fc GIT Branch: master