1
0
forked from pool/kernel-source

GIT Revision: e975e4bd16a45bac8417d1a113267189dd6ed2fc

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7028
This commit is contained in:
Michal Marek 2011-08-25 05:02:04 +00:00 committed by Git OBS Bridge
parent d1d0db1ef4
commit 5a056fe06b
33 changed files with 883 additions and 204 deletions

View File

@ -12,8 +12,8 @@
+i386 i386/desktop +i386 i386/desktop
+i386 i386/pae +i386 i386/pae
+i386 -syms i386/debug +i386 -syms i386/debug
+i386 i386/xen #+i386 i386/xen
+i386 -syms i386/ec2 #+i386 -syms i386/ec2
+i386 i386/vanilla +i386 i386/vanilla
+i386 -syms i386/trace +i386 -syms i386/trace
@ -24,8 +24,8 @@
+x86_64 x86_64/default +x86_64 x86_64/default
+x86_64 x86_64/desktop +x86_64 x86_64/desktop
+x86_64 x86_64/xen #+x86_64 x86_64/xen
+x86_64 -syms x86_64/ec2 #+x86_64 -syms x86_64/ec2
+x86_64 -syms x86_64/debug +x86_64 -syms x86_64/debug
+x86_64 x86_64/vanilla +x86_64 x86_64/vanilla
+x86_64 -syms x86_64/trace +x86_64 -syms x86_64/trace
@ -36,7 +36,7 @@
# G5 PS3 pSeries # G5 PS3 pSeries
+ppc ppc/ppc64 +ppc ppc/ppc64
# PS3 bootloader # PS3 bootloader
+ppc -syms ppc/ps3 #+ppc -syms ppc/ps3
# maybe the kernels above were patched to death? # maybe the kernels above were patched to death?
+ppc ppc/vanilla +ppc ppc/vanilla

View File

@ -1,5 +1,5 @@
# The version of the main tarball to use # 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 of the kernel-source package, either empty or "-rt"
VARIANT= VARIANT=
# buildservice projects to build the kernel against # buildservice projects to build the kernel against

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:c7b141c8d7d523adbeebbb7926eba85c50699eb5a709202ade53e2a6015ae70c oid sha256:ddbd75e3207e35b557000ef7a67acfd2b7ca7cda7bb385090d27e669d67fd5df
size 230725 size 215940

View File

@ -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 Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de

View File

@ -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. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.0 %define srcversion 3.1-rc3
%define patchversion 3.0.0 %define patchversion 3.1.0-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-debug Name: kernel-debug
Summary: A Debug Version of the Kernel Summary: A Debug Version of the Kernel
Version: 3.0.0 Version: 3.1.rc3
%if %using_buildservice %if %using_buildservice
Release: <RELEASE> Release: <RELEASE>
%else %else
@ -875,6 +875,30 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %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 * Thu Aug 18 2011 eich@suse.de
- * Refresh patches.suse/SUSE-bootsplash. - * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers. * Fix bootsplash code for 15bpp framebuffers.

View File

@ -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 Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de

View File

@ -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. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.0 %define srcversion 3.1-rc3
%define patchversion 3.0.0 %define patchversion 3.1.0-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-default Name: kernel-default
Summary: The Standard Kernel Summary: The Standard Kernel
Version: 3.0.0 Version: 3.1.rc3
%if %using_buildservice %if %using_buildservice
Release: <RELEASE> Release: <RELEASE>
%else %else
@ -888,6 +888,30 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %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 * Thu Aug 18 2011 eich@suse.de
- * Refresh patches.suse/SUSE-bootsplash. - * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers. * Fix bootsplash code for 15bpp framebuffers.

View File

@ -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 Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de

View File

@ -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. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.0 %define srcversion 3.1-rc3
%define patchversion 3.0.0 %define patchversion 3.1.0-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-desktop Name: kernel-desktop
Summary: Kernel optimized for the desktop Summary: Kernel optimized for the desktop
Version: 3.0.0 Version: 3.1.rc3
%if %using_buildservice %if %using_buildservice
Release: <RELEASE> Release: <RELEASE>
%else %else
@ -908,6 +908,30 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %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 * Thu Aug 18 2011 eich@suse.de
- * Refresh patches.suse/SUSE-bootsplash. - * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers. * Fix bootsplash code for 15bpp framebuffers.

View File

@ -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 Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de

View File

@ -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. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -17,14 +17,14 @@
# norootforbuild # norootforbuild
%define patchversion 3.0.0 %define patchversion 3.1.0-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
Name: kernel-docs Name: kernel-docs
Summary: Kernel Documentation Summary: Kernel Documentation
Version: 3.0.0 Version: 3.1.rc3
%if %using_buildservice %if %using_buildservice
Release: <RELEASE> Release: <RELEASE>
%else %else
@ -99,6 +99,30 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/doc/kernel /usr/share/doc/kernel
%changelog %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 * Thu Aug 18 2011 eich@suse.de
- * Refresh patches.suse/SUSE-bootsplash. - * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers. * Fix bootsplash code for 15bpp framebuffers.

View File

@ -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 Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de

View File

@ -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. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.0 %define srcversion 3.1-rc3
%define patchversion 3.0.0 %define patchversion 3.1.0-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-pae Name: kernel-pae
Summary: Kernel with PAE Support Summary: Kernel with PAE Support
Version: 3.0.0 Version: 3.1.rc3
%if %using_buildservice %if %using_buildservice
Release: <RELEASE> Release: <RELEASE>
%else %else
@ -893,6 +893,30 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %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 * Thu Aug 18 2011 eich@suse.de
- * Refresh patches.suse/SUSE-bootsplash. - * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers. * Fix bootsplash code for 15bpp framebuffers.

View File

@ -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 Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de

View File

@ -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. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.0 %define srcversion 3.1-rc3
%define patchversion 3.0.0 %define patchversion 3.1.0-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-ppc64 Name: kernel-ppc64
Summary: Kernel for ppc64 Systems Summary: Kernel for ppc64 Systems
Version: 3.0.0 Version: 3.1.rc3
%if %using_buildservice %if %using_buildservice
Release: <RELEASE> Release: <RELEASE>
%else %else
@ -897,6 +897,30 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %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 * Thu Aug 18 2011 eich@suse.de
- * Refresh patches.suse/SUSE-bootsplash. - * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers. * Fix bootsplash code for 15bpp framebuffers.

View File

@ -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 Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de

View File

@ -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. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.0 %define srcversion 3.1-rc3
%define patchversion 3.0.0 %define patchversion 3.1.0-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-s390 Name: kernel-s390
Summary: The Standard Kernel Summary: The Standard Kernel
Version: 3.0.0 Version: 3.1.rc3
%if %using_buildservice %if %using_buildservice
Release: <RELEASE> Release: <RELEASE>
%else %else
@ -872,6 +872,30 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %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 * Thu Aug 18 2011 eich@suse.de
- * Refresh patches.suse/SUSE-bootsplash. - * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers. * Fix bootsplash code for 15bpp framebuffers.

View File

@ -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 Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de

View File

@ -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. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -18,8 +18,8 @@
# norootforbuild # norootforbuild
# icecream 0 # icecream 0
%define srcversion 3.0 %define srcversion 3.1-rc3
%define patchversion 3.0.0 %define patchversion 3.1.0-rc3
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -29,7 +29,7 @@
Name: kernel-source Name: kernel-source
Summary: The Linux Kernel Sources Summary: The Linux Kernel Sources
Version: 3.0.0 Version: 3.1.rc3
%if %using_buildservice %if %using_buildservice
Release: <RELEASE> Release: <RELEASE>
%else %else
@ -255,6 +255,30 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
%endif %endif
%changelog %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 * Thu Aug 18 2011 eich@suse.de
- * Refresh patches.suse/SUSE-bootsplash. - * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers. * Fix bootsplash code for 15bpp framebuffers.

View File

@ -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 Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de

View File

@ -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. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -23,7 +23,7 @@
Name: kernel-syms Name: kernel-syms
Summary: Kernel Symbol Versions (modversions) Summary: Kernel Symbol Versions (modversions)
Version: 3.0.0 Version: 3.1.rc3
%if %using_buildservice %if %using_buildservice
Release: <RELEASE> Release: <RELEASE>
%else %else
@ -50,9 +50,6 @@ Requires: kernel-ppc64-devel = %version-%source_rel
%ifarch s390 %ifarch s390
Requires: kernel-s390-devel = %version-%source_rel Requires: kernel-s390-devel = %version-%source_rel
%endif %endif
%ifarch %ix86 x86_64
Requires: kernel-xen-devel = %version-%source_rel
%endif
Provides: multiversion(kernel) Provides: multiversion(kernel)
Provides: %name = %version-%source_rel Provides: %name = %version-%source_rel
Source: README.KSYMS Source: README.KSYMS
@ -81,6 +78,30 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
%_docdir/%name/README.SUSE %_docdir/%name/README.SUSE
%changelog %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 * Thu Aug 18 2011 eich@suse.de
- * Refresh patches.suse/SUSE-bootsplash. - * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers. * Fix bootsplash code for 15bpp framebuffers.

View File

@ -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 Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de

View File

@ -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. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.0 %define srcversion 3.1-rc3
%define patchversion 3.0.0 %define patchversion 3.1.0-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-trace Name: kernel-trace
Summary: The Standard Kernel with Tracing Features Summary: The Standard Kernel with Tracing Features
Version: 3.0.0 Version: 3.1.rc3
%if %using_buildservice %if %using_buildservice
Release: <RELEASE> Release: <RELEASE>
%else %else
@ -880,6 +880,30 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %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 * Thu Aug 18 2011 eich@suse.de
- * Refresh patches.suse/SUSE-bootsplash. - * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers. * Fix bootsplash code for 15bpp framebuffers.

View File

@ -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 Thu Aug 18 11:38:15 CEST 2011 - eich@suse.de

View File

@ -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. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -17,8 +17,8 @@
# norootforbuild # norootforbuild
%define srcversion 3.0 %define srcversion 3.1-rc3
%define patchversion 3.0.0 %define patchversion 3.1.0-rc3
%define variant %{nil} %define variant %{nil}
%include %_sourcedir/kernel-spec-macros %include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-vanilla Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches Summary: The Standard Kernel - without any SUSE patches
Version: 3.0.0 Version: 3.1.rc3
%if %using_buildservice %if %using_buildservice
Release: <RELEASE> Release: <RELEASE>
%else %else
@ -876,6 +876,30 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files %files devel-debuginfo -f vmlinux.debug.files
%changelog %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 * Thu Aug 18 2011 eich@suse.de
- * Refresh patches.suse/SUSE-bootsplash. - * Refresh patches.suse/SUSE-bootsplash.
* Fix bootsplash code for 15bpp framebuffers. * Fix bootsplash code for 15bpp framebuffers.

3
linux-3.1-rc3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:261244ebc0aead0231b2589509d25d3cfa835c38b89206ea11ec3195b9bac64f
size 77221193

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:325c575797ca42970abd7c3e69d147bb19a33cba5a405445ebe476ef4c049c6f oid sha256:355837a70c8bd67a129572e4d870dd2f2bf92ac42bbe1651470567571e00d8ca
size 67722 size 66686

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:70983f167c38bc59b42ff2ec7d91475579b5bd20f110cfd7b347480dad84ef94 oid sha256:51c249567b20b182d5d28b3441fc554a40b6891ba1b76f0b404d2cee100e7bd1
size 9065 size 7758

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:742db609c1328abaccfe7882a824a82df42394a07aa8a8ba07873a25873c6d38 oid sha256:bfde683e567009d66036a8a753a4e86f9a2be3f894d9c3d4c5d7277c5f192fb6
size 27664 size 22644

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:b77f31327dd5dfafb5b9fae40600e78ec6e596606423decee89d64b7d52708d1 oid sha256:a31a16db0540fa81eaf4e1f3c56d5165f2ebdc3ac9e3d8c33bd794ab4fe6ddd2
size 3923 size 4360

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:44a1613bd41071133053d6fbe142a04a8d4a970eeed2432862e61dfe0e0993fb oid sha256:78bbae0f4653fadb600c88e42c7ecf17f4fdc2ed312c896da1b6ca5f315cbb1d
size 127195 size 125002

View File

@ -35,6 +35,7 @@
######################################################## ########################################################
patches.rpmify/apm-honor-config_apm_cpu_idle-n patches.rpmify/apm-honor-config_apm_cpu_idle-n
patches.rpmify/nouveau-make-vga_switcheroo-code-depend-on-vga_switcheroo patches.rpmify/nouveau-make-vga_switcheroo-code-depend-on-vga_switcheroo
patches.rpmify/pti-depends-on-x86-pci
######################################################## ########################################################
# kABI consistency patches # kABI consistency patches
@ -62,7 +63,6 @@
patches.suse/supported-flag-enterprise patches.suse/supported-flag-enterprise
patches.suse/genksyms-add-override-flag.diff patches.suse/genksyms-add-override-flag.diff
patches.suse/kconfig-automate-kernel-desktop patches.suse/kconfig-automate-kernel-desktop
patches.fixes/no-built-in-root_dev
######################################################## ########################################################
# Simple export additions/removals # Simple export additions/removals
@ -103,18 +103,17 @@
######################################################## ########################################################
# x86_64/i386 biarch # 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-split-paravirt-ops-by-functionality
+needs_update patches.arch/kvm-only-export-selected-pv-ops-feature-structs +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-split-the-KVM-pv-ops-support-by-feature
+needs_update patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic +needs_update patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic
patches.arch/mtrr_stop_machine_quick_fix.patch +trenn patches.arch/kill-__stop_machine.patch
patches.arch/kill-__stop_machine.patch +trenn patches.arch/reorganize_stop_cpus.patch
patches.arch/reorganize_stop_cpus.patch +trenn patches.arch/implement_stop_machine_from_offline_cpu.patch
patches.arch/implement_stop_machine_from_offline_cpu.patch +trenn patches.arch/use_stop_machine_for_mtrr_rendezvous.patch
patches.arch/use_stop_machine_for_mtrr_rendezvous.patch
######################################################## ########################################################
# x86 MCE/MCA (Machine Check Error/Architecture) extensions # x86 MCE/MCA (Machine Check Error/Architecture) extensions
@ -202,8 +201,6 @@
patches.arch/acpi_fix_fadt_32_bit_zero_length.patch 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 # Adjust this patch for every new product (at least Enterprise
# level) to provide OEMs a safety break so that they can add # level) to provide OEMs a safety break so that they can add
# for example SLE11 specific BIOS updates (if there is no other # for example SLE11 specific BIOS updates (if there is no other
@ -244,7 +241,6 @@
######################################################## ########################################################
# NFS # NFS
######################################################## ########################################################
patches.fixes/nfs-slot-table-alloc
+needs_update37 patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch +needs_update37 patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch
patches.fixes/nfs-adaptive-readdir-plus patches.fixes/nfs-adaptive-readdir-plus
@ -260,7 +256,6 @@
######################################################## ########################################################
# ext2/ext3 # ext2/ext3
######################################################## ########################################################
patches.suse/ext3-barrier-default
# patches.suse/ext2-fsync-err # patches.suse/ext2-fsync-err
######################################################## ########################################################
@ -274,7 +269,6 @@
######################################################## ########################################################
# Reiserfs Patches # Reiserfs Patches
######################################################## ########################################################
patches.suse/reiserfs-barrier-default
patches.fixes/reiserfs-force-inode-evictions-before-umount-to-avoid-crash patches.fixes/reiserfs-force-inode-evictions-before-umount-to-avoid-crash
+needs_updating-39 patches.suse/reiser4-dependencies +needs_updating-39 patches.suse/reiser4-dependencies
@ -313,7 +307,6 @@
patches.suse/0014-richacl-xattr-mapping-functions.patch patches.suse/0014-richacl-xattr-mapping-functions.patch
patches.suse/0015-ext4-Use-IS_POSIXACL-to-check-for-POSIX-ACL-support.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/0016-ext4-Implement-richacl-support-in-ext4.patch
patches.suse/richacl-fix
######################################################## ########################################################
# other filesystem stuff # other filesystem stuff
@ -341,21 +334,18 @@
# Storage # Storage
######################################################## ########################################################
# I believe this has been obsoleted upstream by
# commit d8d9129e
+disabled patches.drivers/libata-unlock-hpa-by-default
# Block layer fixes # Block layer fixes
patches.fixes/scsi-inquiry-too-short-ratelimit patches.fixes/scsi-inquiry-too-short-ratelimit
patches.suse/scsi-netlink-ml 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-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.fixes/scsi-check-host-lookup-failure
patches.drivers/megaraid-mbox-fix-SG_IO patches.drivers/megaraid-mbox-fix-SG_IO
@ -368,7 +358,6 @@
patches.fixes/sd_liberal_28_sense_invalid.diff patches.fixes/sd_liberal_28_sense_invalid.diff
patches.fixes/scsi-ibmvscsi-module_alias.patch patches.fixes/scsi-ibmvscsi-module_alias.patch
patches.fixes/SCSI-fix-crash-in-scsi_dispatch_cmd.patch
######################################################## ########################################################
# DRM/Video # DRM/Video
@ -384,7 +373,6 @@
patches.fixes/tulip-quad-NIC-ifdown patches.fixes/tulip-quad-NIC-ifdown
patches.fixes/net-tulip-debug-off-by-default.patch patches.fixes/net-tulip-debug-off-by-default.patch
patches.drivers/ehea-modinfo.patch patches.drivers/ehea-modinfo.patch
patches.fixes/tg3-Fix-io-failures-after-chip-reset.patch
######################################################## ########################################################
# Wireless Networking # Wireless Networking
@ -428,7 +416,6 @@
########################################################## ##########################################################
# Sound # Sound
########################################################## ##########################################################
patches.drivers/alsa-hda-Add-Kconfig-for-the-default-buffer-size
######################################################## ########################################################
# Char / serial # Char / serial
@ -463,10 +450,9 @@
patches.suse/dm-raid45-api-3.0 patches.suse/dm-raid45-api-3.0
patches.fixes/dm-mpath-reattach-dh patches.fixes/dm-mpath-reattach-dh
patches.suse/dm-mpath-leastpending-path-update patches.suse/dm-mpath-leastpending-path-update
+needs_update patches.suse/dm-mpath-accept-failed-paths patches.suse/dm-mpath-accept-failed-paths
+needs_update patches.suse/dm-mpath-detach-existing-hardware-handler patches.suse/dm-mpath-detach-existing-hardware-handler
patches.fixes/dm-table-switch-to-readonly 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.fixes/dm-release-map_lock-before-set_disk_ro
patches.suse/dm-mpath-no-activate-for-offlined-paths patches.suse/dm-mpath-no-activate-for-offlined-paths
patches.suse/dm-mpath-no-partitions-feature patches.suse/dm-mpath-no-partitions-feature
@ -509,7 +495,7 @@
patches.suse/stack-unwind patches.suse/stack-unwind
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops
patches.suse/no-frame-pointer-select patches.suse/no-frame-pointer-select
patches.arch/x86_64-unwind-annotations +jbeulich patches.arch/x86_64-unwind-annotations
######################################################## ########################################################
# Kdump # Kdump
@ -556,114 +542,114 @@
# on top of them instead. This reduces workload when # on top of them instead. This reduces workload when
# re-basing to a newer xen tree. # re-basing to a newer xen tree.
# #
### both uml framebuffer and xen need this one. +jbeulich ### both uml framebuffer and xen need this one.
patches.xen/add-console-use-vt +jbeulich patches.xen/add-console-use-vt
+jbeulich
# split out patches +jbeulich # split out patches
patches.xen/kexec-move-segment-code-i386.patch +jbeulich patches.xen/kexec-move-segment-code-i386.patch
patches.xen/kexec-move-segment-code-x86_64.patch +jbeulich patches.xen/kexec-move-segment-code-x86_64.patch
patches.xen/ipv6-no-autoconf +jbeulich patches.xen/ipv6-no-autoconf
patches.xen/pci-guestdev +jbeulich patches.xen/pci-guestdev
patches.xen/pci-reserve +jbeulich patches.xen/pci-reserve
+jbeulich
# bulk stuff, new files for xen +jbeulich # bulk stuff, new files for xen
patches.xen/xen3-auto-xen-arch.diff +jbeulich patches.xen/xen3-auto-xen-arch.diff
patches.xen/xen3-auto-xen-drivers.diff +jbeulich patches.xen/xen3-auto-xen-drivers.diff
patches.xen/xen3-auto-include-xen-interface.diff +jbeulich patches.xen/xen3-auto-include-xen-interface.diff
patches.xen/xen3-auto-blktap2-pvops.diff +jbeulich patches.xen/xen3-auto-blktap2-pvops.diff
+jbeulich
# kconfig bits for xen +jbeulich # kconfig bits for xen
patches.xen/xen3-auto-xen-kconfig.diff +jbeulich patches.xen/xen3-auto-xen-kconfig.diff
+jbeulich
# common code changes +jbeulich # common code changes
patches.xen/xen3-auto-common.diff +jbeulich patches.xen/xen3-auto-common.diff
patches.xen/xen3-auto-arch-x86.diff +jbeulich patches.xen/xen3-auto-arch-x86.diff
patches.xen/xen3-auto-arch-i386.diff +jbeulich patches.xen/xen3-auto-arch-i386.diff
patches.xen/xen3-auto-arch-x86_64.diff +jbeulich patches.xen/xen3-auto-arch-x86_64.diff
+jbeulich
# fixups due to upstream Xen parts +jbeulich # fixups due to upstream Xen parts
patches.xen/xen3-fixup-xen +jbeulich patches.xen/xen3-fixup-xen
+jbeulich
# newer changeset backports +jbeulich # newer changeset backports
+jbeulich
# changes outside arch/{i386,x86_64}/xen +jbeulich # changes outside arch/{i386,x86_64}/xen
patches.xen/xen3-fixup-kconfig +jbeulich patches.xen/xen3-fixup-kconfig
patches.xen/xen3-fixup-common +jbeulich patches.xen/xen3-fixup-common
patches.xen/xen3-fixup-arch-x86 +jbeulich patches.xen/xen3-fixup-arch-x86
patches.xen/xen3-fixup-blktap2-pvops +jbeulich patches.xen/xen3-fixup-blktap2-pvops
+jbeulich
# ports of other patches +jbeulich # ports of other patches
patches.xen/xen3-patch-2.6.18 +jbeulich patches.xen/xen3-patch-2.6.18
patches.xen/xen3-patch-2.6.19 +jbeulich patches.xen/xen3-patch-2.6.19
patches.xen/xen3-patch-2.6.20 +jbeulich patches.xen/xen3-patch-2.6.20
patches.xen/xen3-patch-2.6.21 +jbeulich patches.xen/xen3-patch-2.6.21
patches.xen/xen3-patch-2.6.22 +jbeulich patches.xen/xen3-patch-2.6.22
patches.xen/xen3-patch-2.6.23 +jbeulich patches.xen/xen3-patch-2.6.23
patches.xen/xen3-patch-2.6.24 +jbeulich patches.xen/xen3-patch-2.6.24
patches.xen/xen3-patch-2.6.25 +jbeulich patches.xen/xen3-patch-2.6.25
patches.xen/xen3-patch-2.6.26 +jbeulich patches.xen/xen3-patch-2.6.26
patches.xen/xen3-patch-2.6.27 +jbeulich patches.xen/xen3-patch-2.6.27
patches.xen/xen3-patch-2.6.28 +jbeulich patches.xen/xen3-patch-2.6.28
patches.xen/xen3-patch-2.6.29 +jbeulich patches.xen/xen3-patch-2.6.29
patches.xen/xen3-patch-2.6.30 +jbeulich patches.xen/xen3-patch-2.6.30
patches.xen/xen3-patch-2.6.31 +jbeulich patches.xen/xen3-patch-2.6.31
patches.xen/xen3-patch-2.6.32 +jbeulich patches.xen/xen3-patch-2.6.32
patches.xen/xen3-patch-2.6.33 +jbeulich patches.xen/xen3-patch-2.6.33
patches.xen/xen3-patch-2.6.34 +jbeulich patches.xen/xen3-patch-2.6.34
patches.xen/xen3-patch-2.6.35 +jbeulich patches.xen/xen3-patch-2.6.35
patches.xen/xen3-patch-2.6.36 +jbeulich patches.xen/xen3-patch-2.6.36
patches.xen/xen3-patch-2.6.37 +jbeulich patches.xen/xen3-patch-2.6.37
patches.xen/xen3-patch-2.6.38 +jbeulich patches.xen/xen3-patch-2.6.38
patches.xen/xen3-patch-2.6.39 +jbeulich patches.xen/xen3-patch-2.6.39
patches.xen/xen3-patch-3.0-rc5 +jbeulich patches.xen/xen3-patch-3.0-rc5
patches.xen/xen3-stack-unwind +jbeulich patches.xen/xen3-stack-unwind
patches.xen/xen3-x86_64-unwind-annotations +jbeulich patches.xen/xen3-x86_64-unwind-annotations
+jbeulich
# bugfixes and enhancements +jbeulich # bugfixes and enhancements
patches.xen/xen-balloon-max-target +jbeulich patches.xen/xen-balloon-max-target
patches.xen/xen-blkif-protocol-fallback-hack +jbeulich patches.xen/xen-blkif-protocol-fallback-hack
patches.xen/xen-blkback-cdrom +jbeulich patches.xen/xen-blkback-cdrom
patches.xen/xen-blktap-modular +jbeulich patches.xen/xen-blktap-modular
patches.xen/xen-blktap-write-barriers +jbeulich patches.xen/xen-blktap-write-barriers
patches.xen/xen-blktap2-use-after-free +jbeulich patches.xen/xen-blktap2-use-after-free
patches.xen/xen-blktap2-configurable-nr-devs +jbeulich patches.xen/xen-blktap2-configurable-nr-devs
patches.xen/xen-op-packet +jbeulich patches.xen/xen-op-packet
patches.xen/xen-blkfront-cdrom +jbeulich patches.xen/xen-blkfront-cdrom
patches.xen/xen-kconfig-compat +jbeulich patches.xen/xen-kconfig-compat
patches.xen/xen-cpufreq-report +jbeulich patches.xen/xen-cpufreq-report
patches.xen/xen-sys-suspend +jbeulich patches.xen/xen-sys-suspend
patches.xen/xen-ipi-per-cpu-irq +jbeulich patches.xen/xen-ipi-per-cpu-irq
patches.xen/xen-virq-per-cpu-irq +jbeulich patches.xen/xen-virq-per-cpu-irq
patches.xen/xen-clockevents +jbeulich patches.xen/xen-clockevents
patches.xen/xen-spinlock-poll-early +jbeulich patches.xen/xen-spinlock-poll-early
patches.xen/xen-pcpu-hotplug +jbeulich patches.xen/xen-pcpu-hotplug
patches.xen/xen-mem-hotplug +jbeulich patches.xen/xen-mem-hotplug
patches.xen/xen-frontswap +jbeulich patches.xen/xen-frontswap
patches.xen/xen-swiotlb-heuristics +jbeulich patches.xen/xen-swiotlb-heuristics
patches.xen/xen-configurable-guest-devices +jbeulich patches.xen/xen-configurable-guest-devices
patches.xen/xen-netback-nr-irqs +jbeulich patches.xen/xen-netback-nr-irqs
patches.xen/xen-netback-notify-multi +jbeulich patches.xen/xen-netback-notify-multi
patches.xen/xen-netback-generalize +jbeulich patches.xen/xen-netback-generalize
patches.xen/xen-netback-multiple-tasklets +jbeulich patches.xen/xen-netback-multiple-tasklets
patches.xen/xen-netback-kernel-threads +jbeulich patches.xen/xen-netback-kernel-threads
patches.xen/xen-cxgb3 +jbeulich patches.xen/xen-cxgb3
patches.xen/xen-dcdbas +jbeulich patches.xen/xen-dcdbas
patches.xen/xen-floppy +jbeulich patches.xen/xen-floppy
patches.xen/xen-sections +jbeulich patches.xen/xen-sections
patches.xen/xen-kzalloc +jbeulich patches.xen/xen-kzalloc
patches.xen/xen-unpriv-build +jbeulich patches.xen/xen-unpriv-build
patches.xen/xen-setup-gsi +jbeulich patches.xen/xen-setup-gsi
patches.xen/xen-x86-panic-no-reboot +jbeulich patches.xen/xen-x86-panic-no-reboot
patches.xen/xen-x86-dcr-fallback +jbeulich patches.xen/xen-x86-dcr-fallback
patches.xen/xen-x86-no-lapic +jbeulich patches.xen/xen-x86-no-lapic
patches.xen/xen-x86-pmd-handling +jbeulich patches.xen/xen-x86-pmd-handling
patches.xen/xen-x86-bigmem +jbeulich patches.xen/xen-x86-bigmem
patches.xen/xen-x86-exit-mmap +jbeulich patches.xen/xen-x86-exit-mmap
patches.xen/xen-x86-per-cpu-vcpu-info +jbeulich patches.xen/xen-x86-per-cpu-vcpu-info
patches.xen/xen-x86-msr-on-pcpu +jbeulich patches.xen/xen-x86-msr-on-pcpu
patches.xen/xen-x86-EFI +jbeulich patches.xen/xen-x86-EFI
patches.xen/xen-x86_64-pgd-pin +jbeulich patches.xen/xen-x86_64-pgd-pin
patches.xen/xen-x86_64-pgd-alloc-order +jbeulich patches.xen/xen-x86_64-pgd-alloc-order
patches.xen/xen-x86_64-dump-user-pgt +jbeulich patches.xen/xen-x86_64-dump-user-pgt
patches.xen/xen-x86_64-note-init-p2m +jbeulich patches.xen/xen-x86_64-note-init-p2m
patches.xen/xen-x86_64-unmapped-initrd +jbeulich patches.xen/xen-x86_64-unmapped-initrd

View File

@ -1,3 +1,3 @@
2011-08-18 11:38:15 +0200 2011-08-24 22:39:32 +0200
GIT Revision: f25ce3ee68e7642e2394493bc6385e018dee1030 GIT Revision: e975e4bd16a45bac8417d1a113267189dd6ed2fc
GIT Branch: master GIT Branch: master