GIT Revision: f6522ba7ccec10a4a6fd8522ad4929e614f9862c

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7030
This commit is contained in:
Michal Marek 2011-08-30 05:03:28 +00:00 committed by Git OBS Bridge
parent b112fa4877
commit 98a0ba5299
29 changed files with 571 additions and 51 deletions

View File

@ -1,5 +1,5 @@
# The version of the main tarball to use
SRCVERSION=3.1-rc3
SRCVERSION=3.1-rc4
# variant of the kernel-source package, either empty or "-rt"
VARIANT=
# buildservice projects to build the kernel against

View File

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

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
-------------------------------------------------------------------
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
-------------------------------------------------------------------
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
-------------------------------------------------------------------
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
-------------------------------------------------------------------
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
-------------------------------------------------------------------
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-debug (Version 3.1.rc3)
# spec file for package kernel-debug (Version 3.1.rc4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.1-rc3
%define patchversion 3.1.0-rc3
%define srcversion 3.1-rc4
%define patchversion 3.1.0-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 3.1.rc3
Version: 3.1.rc4
%if %using_buildservice
Release: <RELEASE>
%else
@ -875,6 +875,22 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Aug 30 2011 gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
* Mon Aug 29 2011 jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
* Mon Aug 29 2011 jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
* Mon Aug 29 2011 jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
* Mon Aug 29 2011 jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
* Wed Aug 24 2011 jeffm@suse.com
- PTI: depends on X86 && PCI.
- commit e975e4b

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
-------------------------------------------------------------------
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
-------------------------------------------------------------------
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
-------------------------------------------------------------------
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
-------------------------------------------------------------------
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
-------------------------------------------------------------------
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-default (Version 3.1.rc3)
# spec file for package kernel-default (Version 3.1.rc4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.1-rc3
%define patchversion 3.1.0-rc3
%define srcversion 3.1-rc4
%define patchversion 3.1.0-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 3.1.rc3
Version: 3.1.rc4
%if %using_buildservice
Release: <RELEASE>
%else
@ -888,6 +888,22 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Aug 30 2011 gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
* Mon Aug 29 2011 jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
* Mon Aug 29 2011 jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
* Mon Aug 29 2011 jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
* Mon Aug 29 2011 jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
* Wed Aug 24 2011 jeffm@suse.com
- PTI: depends on X86 && PCI.
- commit e975e4b

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
-------------------------------------------------------------------
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
-------------------------------------------------------------------
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
-------------------------------------------------------------------
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
-------------------------------------------------------------------
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
-------------------------------------------------------------------
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-desktop (Version 3.1.rc3)
# spec file for package kernel-desktop (Version 3.1.rc4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.1-rc3
%define patchversion 3.1.0-rc3
%define srcversion 3.1-rc4
%define patchversion 3.1.0-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 3.1.rc3
Version: 3.1.rc4
%if %using_buildservice
Release: <RELEASE>
%else
@ -908,6 +908,22 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Aug 30 2011 gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
* Mon Aug 29 2011 jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
* Mon Aug 29 2011 jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
* Mon Aug 29 2011 jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
* Mon Aug 29 2011 jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
* Wed Aug 24 2011 jeffm@suse.com
- PTI: depends on X86 && PCI.
- commit e975e4b

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
-------------------------------------------------------------------
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
-------------------------------------------------------------------
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
-------------------------------------------------------------------
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
-------------------------------------------------------------------
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
-------------------------------------------------------------------
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-docs (Version 3.1.rc3)
# spec file for package kernel-docs (Version 3.1.rc4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,14 +17,14 @@
# norootforbuild
%define patchversion 3.1.0-rc3
%define patchversion 3.1.0-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
Summary: Kernel Documentation
Version: 3.1.rc3
Version: 3.1.rc4
%if %using_buildservice
Release: <RELEASE>
%else
@ -99,6 +99,22 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/doc/kernel
%changelog
* Tue Aug 30 2011 gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
* Mon Aug 29 2011 jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
* Mon Aug 29 2011 jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
* Mon Aug 29 2011 jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
* Mon Aug 29 2011 jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
* Wed Aug 24 2011 jeffm@suse.com
- PTI: depends on X86 && PCI.
- commit e975e4b

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
-------------------------------------------------------------------
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
-------------------------------------------------------------------
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
-------------------------------------------------------------------
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
-------------------------------------------------------------------
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
-------------------------------------------------------------------
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-pae (Version 3.1.rc3)
# spec file for package kernel-pae (Version 3.1.rc4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.1-rc3
%define patchversion 3.1.0-rc3
%define srcversion 3.1-rc4
%define patchversion 3.1.0-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 3.1.rc3
Version: 3.1.rc4
%if %using_buildservice
Release: <RELEASE>
%else
@ -893,6 +893,22 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Aug 30 2011 gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
* Mon Aug 29 2011 jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
* Mon Aug 29 2011 jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
* Mon Aug 29 2011 jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
* Mon Aug 29 2011 jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
* Wed Aug 24 2011 jeffm@suse.com
- PTI: depends on X86 && PCI.
- commit e975e4b

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
-------------------------------------------------------------------
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
-------------------------------------------------------------------
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
-------------------------------------------------------------------
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
-------------------------------------------------------------------
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
-------------------------------------------------------------------
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-ppc64 (Version 3.1.rc3)
# spec file for package kernel-ppc64 (Version 3.1.rc4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.1-rc3
%define patchversion 3.1.0-rc3
%define srcversion 3.1-rc4
%define patchversion 3.1.0-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 3.1.rc3
Version: 3.1.rc4
%if %using_buildservice
Release: <RELEASE>
%else
@ -897,6 +897,22 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Aug 30 2011 gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
* Mon Aug 29 2011 jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
* Mon Aug 29 2011 jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
* Mon Aug 29 2011 jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
* Mon Aug 29 2011 jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
* Wed Aug 24 2011 jeffm@suse.com
- PTI: depends on X86 && PCI.
- commit e975e4b

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
-------------------------------------------------------------------
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
-------------------------------------------------------------------
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
-------------------------------------------------------------------
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
-------------------------------------------------------------------
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
-------------------------------------------------------------------
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-s390 (Version 3.1.rc3)
# spec file for package kernel-s390 (Version 3.1.rc4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.1-rc3
%define patchversion 3.1.0-rc3
%define srcversion 3.1-rc4
%define patchversion 3.1.0-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-s390
Summary: The Standard Kernel
Version: 3.1.rc3
Version: 3.1.rc4
%if %using_buildservice
Release: <RELEASE>
%else
@ -872,6 +872,22 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Aug 30 2011 gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
* Mon Aug 29 2011 jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
* Mon Aug 29 2011 jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
* Mon Aug 29 2011 jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
* Mon Aug 29 2011 jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
* Wed Aug 24 2011 jeffm@suse.com
- PTI: depends on X86 && PCI.
- commit e975e4b

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
-------------------------------------------------------------------
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
-------------------------------------------------------------------
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
-------------------------------------------------------------------
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
-------------------------------------------------------------------
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
-------------------------------------------------------------------
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-source (Version 3.1.rc3)
# spec file for package kernel-source (Version 3.1.rc4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,8 +18,8 @@
# norootforbuild
# icecream 0
%define srcversion 3.1-rc3
%define patchversion 3.1.0-rc3
%define srcversion 3.1-rc4
%define patchversion 3.1.0-rc4
%define variant %{nil}
%define vanilla_only 0
@ -29,7 +29,7 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 3.1.rc3
Version: 3.1.rc4
%if %using_buildservice
Release: <RELEASE>
%else
@ -255,6 +255,22 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
%endif
%changelog
* Tue Aug 30 2011 gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
* Mon Aug 29 2011 jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
* Mon Aug 29 2011 jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
* Mon Aug 29 2011 jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
* Mon Aug 29 2011 jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
* Wed Aug 24 2011 jeffm@suse.com
- PTI: depends on X86 && PCI.
- commit e975e4b

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
-------------------------------------------------------------------
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
-------------------------------------------------------------------
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
-------------------------------------------------------------------
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
-------------------------------------------------------------------
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
-------------------------------------------------------------------
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-syms (Version 3.1.rc3)
# spec file for package kernel-syms (Version 3.1.rc4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -23,7 +23,7 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 3.1.rc3
Version: 3.1.rc4
%if %using_buildservice
Release: <RELEASE>
%else
@ -78,6 +78,22 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
%_docdir/%name/README.SUSE
%changelog
* Tue Aug 30 2011 gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
* Mon Aug 29 2011 jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
* Mon Aug 29 2011 jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
* Mon Aug 29 2011 jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
* Mon Aug 29 2011 jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
* Wed Aug 24 2011 jeffm@suse.com
- PTI: depends on X86 && PCI.
- commit e975e4b

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
-------------------------------------------------------------------
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
-------------------------------------------------------------------
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
-------------------------------------------------------------------
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
-------------------------------------------------------------------
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
-------------------------------------------------------------------
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-trace (Version 3.1.rc3)
# spec file for package kernel-trace (Version 3.1.rc4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.1-rc3
%define patchversion 3.1.0-rc3
%define srcversion 3.1-rc4
%define patchversion 3.1.0-rc4
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -55,7 +55,7 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 3.1.rc3
Version: 3.1.rc4
%if %using_buildservice
Release: <RELEASE>
%else
@ -880,6 +880,22 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Aug 30 2011 gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
* Mon Aug 29 2011 jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
* Mon Aug 29 2011 jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
* Mon Aug 29 2011 jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
* Mon Aug 29 2011 jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
* Wed Aug 24 2011 jeffm@suse.com
- PTI: depends on X86 && PCI.
- commit e975e4b

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Tue Aug 30 06:30:17 CEST 2011 - gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
-------------------------------------------------------------------
Mon Aug 29 16:24:05 CEST 2011 - jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
-------------------------------------------------------------------
Mon Aug 29 15:44:32 CEST 2011 - jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
-------------------------------------------------------------------
Mon Aug 29 15:31:44 CEST 2011 - jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
-------------------------------------------------------------------
Mon Aug 29 15:25:47 CEST 2011 - jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
-------------------------------------------------------------------
Wed Aug 24 22:37:54 CEST 2011 - jeffm@suse.com

View File

@ -1,5 +1,5 @@
#
# spec file for package kernel-vanilla (Version 3.1.rc3)
# spec file for package kernel-vanilla (Version 3.1.rc4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.1-rc3
%define patchversion 3.1.0-rc3
%define srcversion 3.1-rc4
%define patchversion 3.1.0-rc4
%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.1.rc3
Version: 3.1.rc4
%if %using_buildservice
Release: <RELEASE>
%else
@ -876,6 +876,22 @@ Debug information for package %name-devel
%files devel-debuginfo -f vmlinux.debug.files
%changelog
* Tue Aug 30 2011 gregkh@suse.de
- supported.conf: xhci-hcd not xhci. Also move it to base so you can boot
off of a USB3 device (bnc#712752)
- commit f6522ba
* Mon Aug 29 2011 jeffm@suse.com
- Re-Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit 626749c
* Mon Aug 29 2011 jeffm@suse.com
- Refresh patches.rpmify/pti-depends-on-x86-pci.
- commit e82bcac
* Mon Aug 29 2011 jeffm@suse.com
- Disabled patches.rpmify/pti-depends-on-x86-pci
- commit 0baba30
* Mon Aug 29 2011 jeffm@suse.com
- Update to 3.1-rc4.
- commit 68e08b1
* Wed Aug 24 2011 jeffm@suse.com
- PTI: depends on X86 && PCI.
- commit e975e4b

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5cf2fec40f5147e685591653bf5867c31a7166b7bf06be9099f4e4247d24cbc6
size 77220912

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bfde683e567009d66036a8a753a4e86f9a2be3f894d9c3d4c5d7277c5f192fb6
size 22644
oid sha256:2a1646502212fda266d76931d6d8f84b2cadf9fc649f4f3d3944dc75dfa62191
size 22607

View File

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

View File

@ -1,3 +1,3 @@
2011-08-24 22:39:32 +0200
GIT Revision: e975e4bd16a45bac8417d1a113267189dd6ed2fc
2011-08-30 06:30:17 +0200
GIT Revision: f6522ba7ccec10a4a6fd8522ad4929e614f9862c
GIT Branch: master

View File

@ -1838,7 +1838,7 @@
- kernel/drivers/usb/host/u132-hcd
+base kernel/drivers/usb/host/uhci-hcd # USB Universal Host Controller Interface driver
- kernel/drivers/usb/host/whci/whci-hcd
kernel/drivers/usb/host/xhci
+base kernel/drivers/usb/host/xhci-hcd
kernel/drivers/usb/image/mdc800 # USB Driver for Mustek MDC800 Digital Camera
kernel/drivers/usb/image/microtek # Microtek Scanmaker X6 USB scanner driver
kernel/drivers/usb/misc/adutux