GIT Revision: 976094f7fa2839ed96c98a8358eb6964f195cacf
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7244
This commit is contained in:
parent
21d0f451c9
commit
c476097a7f
18
config.conf
18
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
|
||||
@ -41,11 +41,11 @@
|
||||
+ppc ppc/vanilla
|
||||
|
||||
# ARM architectures
|
||||
+armv7l armv7l/default
|
||||
+armv7l armv7l/imx51
|
||||
+armv7l armv7l/omap2plus
|
||||
+armv7l armv7l/tegra
|
||||
+armv7l armv7l/u8500
|
||||
#+armv7l armv7l/default
|
||||
#+armv7l armv7l/imx51
|
||||
#+armv7l armv7l/omap2plus
|
||||
#+armv7l armv7l/tegra
|
||||
#+armv7l armv7l/u8500
|
||||
|
||||
# SLES
|
||||
# identical to ppc64 flavor, all KMP packages need a kernel-default
|
||||
|
@ -1,5 +1,5 @@
|
||||
# The version of the main tarball to use
|
||||
SRCVERSION=3.3
|
||||
SRCVERSION=3.4-rc2
|
||||
# variant of the kernel-source package, either empty or "-rt"
|
||||
VARIANT=
|
||||
# buildservice projects to build the kernel against
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:653c42f437d8a777241f17d6816d5dd4ef878c78cbd35b354772d4f8d9ec7bbb
|
||||
size 288328
|
||||
oid sha256:80084e638299e5b32c7e2b92059f808579d548227816adb7e678aa10aa3de69b
|
||||
size 228878
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.4-rc2.
|
||||
- commit 976094f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update AppArmor for 3.4.
|
||||
- apparmor: Add "profiles" list to sysfs.
|
||||
- commit 59517ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update richacl patchset for 3.4.
|
||||
- commit f13764e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.4-rc1.
|
||||
- Eliminated 121 patches.
|
||||
- Xen is unavailable.
|
||||
- ACPI overrides are unavailable.
|
||||
- AppArmor network feature are unavailable.
|
||||
- commit 3ac7e79
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 08:41:08 CEST 2012 - jeffm@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.3
|
||||
%define patchversion 3.3.0
|
||||
%define srcversion 3.4-rc2
|
||||
%define patchversion 3.4.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 3.3.0
|
||||
Version: 3.4.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Provides: kernel-kdump
|
||||
Obsoletes: kernel-kdump
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.4-rc2.
|
||||
- commit 976094f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update AppArmor for 3.4.
|
||||
- apparmor: Add "profiles" list to sysfs.
|
||||
- commit 59517ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update richacl patchset for 3.4.
|
||||
- commit f13764e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.4-rc1.
|
||||
- Eliminated 121 patches.
|
||||
- Xen is unavailable.
|
||||
- ACPI overrides are unavailable.
|
||||
- AppArmor network feature are unavailable.
|
||||
- commit 3ac7e79
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 08:41:08 CEST 2012 - jeffm@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.3
|
||||
%define patchversion 3.3.0
|
||||
%define srcversion 3.4-rc2
|
||||
%define patchversion 3.4.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.3.0
|
||||
Version: 3.4.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -152,7 +152,7 @@ Provides: smp kernel-smp
|
||||
Obsoletes: smp kernel-smp
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
@ -212,7 +212,7 @@ Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
Source121: sysctl.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: armv7l %ix86 ia64 ppc ppc64 s390x x86_64
|
||||
ExclusiveArch: %ix86 ia64 ppc ppc64 s390x x86_64
|
||||
%define kmp_target_cpu %_target_cpu
|
||||
%ifarch %ix86
|
||||
# Only i386/default supports i586, mark other flavors' packages as i686
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.4-rc2.
|
||||
- commit 976094f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update AppArmor for 3.4.
|
||||
- apparmor: Add "profiles" list to sysfs.
|
||||
- commit 59517ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update richacl patchset for 3.4.
|
||||
- commit f13764e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.4-rc1.
|
||||
- Eliminated 121 patches.
|
||||
- Xen is unavailable.
|
||||
- ACPI overrides are unavailable.
|
||||
- AppArmor network feature are unavailable.
|
||||
- commit 3ac7e79
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 08:41:08 CEST 2012 - jeffm@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.3
|
||||
%define patchversion 3.3.0
|
||||
%define srcversion 3.4-rc2
|
||||
%define patchversion 3.4.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 3.3.0
|
||||
Version: 3.4.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -133,7 +133,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.4-rc2.
|
||||
- commit 976094f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update AppArmor for 3.4.
|
||||
- apparmor: Add "profiles" list to sysfs.
|
||||
- commit 59517ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update richacl patchset for 3.4.
|
||||
- commit f13764e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.4-rc1.
|
||||
- Eliminated 121 patches.
|
||||
- Xen is unavailable.
|
||||
- ACPI overrides are unavailable.
|
||||
- AppArmor network feature are unavailable.
|
||||
- commit 3ac7e79
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 08:41:08 CEST 2012 - jeffm@suse.de
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define patchversion 3.3.0
|
||||
%define patchversion 3.4.0-rc2
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
Version: 3.3.0
|
||||
Version: 3.4.rc2
|
||||
Release: 0
|
||||
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
||||
BuildRequires: kernel-source%variant
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.4-rc2.
|
||||
- commit 976094f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update AppArmor for 3.4.
|
||||
- apparmor: Add "profiles" list to sysfs.
|
||||
- commit 59517ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update richacl patchset for 3.4.
|
||||
- commit f13764e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.4-rc1.
|
||||
- Eliminated 121 patches.
|
||||
- Xen is unavailable.
|
||||
- ACPI overrides are unavailable.
|
||||
- AppArmor network feature are unavailable.
|
||||
- commit 3ac7e79
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 08:41:08 CEST 2012 - jeffm@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.3
|
||||
%define patchversion 3.3.0
|
||||
%define srcversion 3.4-rc2
|
||||
%define patchversion 3.4.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 3.3.0
|
||||
Version: 3.4.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Provides: kernel-bigsmp
|
||||
Obsoletes: kernel-bigsmp
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.4-rc2.
|
||||
- commit 976094f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update AppArmor for 3.4.
|
||||
- apparmor: Add "profiles" list to sysfs.
|
||||
- commit 59517ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update richacl patchset for 3.4.
|
||||
- commit f13764e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.4-rc1.
|
||||
- Eliminated 121 patches.
|
||||
- Xen is unavailable.
|
||||
- ACPI overrides are unavailable.
|
||||
- AppArmor network feature are unavailable.
|
||||
- commit 3ac7e79
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 08:41:08 CEST 2012 - jeffm@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.3
|
||||
%define patchversion 3.3.0
|
||||
%define srcversion 3.4-rc2
|
||||
%define patchversion 3.4.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-ppc64
|
||||
Summary: Kernel for ppc64 Systems
|
||||
Version: 3.3.0
|
||||
Version: 3.4.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -140,7 +140,7 @@ Provides: kernel-kdump
|
||||
Obsoletes: kernel-kdump
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.4-rc2.
|
||||
- commit 976094f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update AppArmor for 3.4.
|
||||
- apparmor: Add "profiles" list to sysfs.
|
||||
- commit 59517ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update richacl patchset for 3.4.
|
||||
- commit f13764e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.4-rc1.
|
||||
- Eliminated 121 patches.
|
||||
- Xen is unavailable.
|
||||
- ACPI overrides are unavailable.
|
||||
- AppArmor network feature are unavailable.
|
||||
- commit 3ac7e79
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 08:41:08 CEST 2012 - jeffm@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.3
|
||||
%define patchversion 3.3.0
|
||||
%define srcversion 3.4-rc2
|
||||
%define patchversion 3.4.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-s390
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.3.0
|
||||
Version: 3.4.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -136,7 +136,7 @@ Provides: kernel-32bit
|
||||
Obsoletes: kernel-32bit
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.4-rc2.
|
||||
- commit 976094f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update AppArmor for 3.4.
|
||||
- apparmor: Add "profiles" list to sysfs.
|
||||
- commit 59517ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update richacl patchset for 3.4.
|
||||
- commit f13764e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.4-rc1.
|
||||
- Eliminated 121 patches.
|
||||
- Xen is unavailable.
|
||||
- ACPI overrides are unavailable.
|
||||
- AppArmor network feature are unavailable.
|
||||
- commit 3ac7e79
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 08:41:08 CEST 2012 - jeffm@suse.de
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
# norootforbuild
|
||||
# icecream 0
|
||||
|
||||
%define srcversion 3.3
|
||||
%define patchversion 3.3.0
|
||||
%define srcversion 3.4-rc2
|
||||
%define patchversion 3.4.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 3.3.0
|
||||
Version: 3.4.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
@ -41,7 +41,7 @@ Requires(post): coreutils sed
|
||||
Provides: multiversion(kernel)
|
||||
Provides: linux
|
||||
Provides: %name = %version-%source_rel
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.4-rc2.
|
||||
- commit 976094f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update AppArmor for 3.4.
|
||||
- apparmor: Add "profiles" list to sysfs.
|
||||
- commit 59517ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update richacl patchset for 3.4.
|
||||
- commit f13764e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.4-rc1.
|
||||
- Eliminated 121 patches.
|
||||
- Xen is unavailable.
|
||||
- ACPI overrides are unavailable.
|
||||
- AppArmor network feature are unavailable.
|
||||
- commit 3ac7e79
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 08:41:08 CEST 2012 - jeffm@suse.de
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 3.3.0
|
||||
Version: 3.4.rc2
|
||||
%if %using_buildservice
|
||||
Release: 0
|
||||
%else
|
||||
@ -35,18 +35,12 @@ Group: Development/Sources
|
||||
Url: http://www.kernel.org/
|
||||
AutoReqProv: off
|
||||
BuildRequires: coreutils
|
||||
%ifarch armv7l %ix86 ia64 ppc ppc64 s390x x86_64
|
||||
%ifarch %ix86 ia64 ppc ppc64 s390x x86_64
|
||||
Requires: kernel-default-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch %ix86 x86_64
|
||||
Requires: kernel-desktop-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch armv7l
|
||||
Requires: kernel-imx51-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch armv7l
|
||||
Requires: kernel-omap2plus-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch %ix86
|
||||
Requires: kernel-pae-devel = %version-%source_rel
|
||||
%endif
|
||||
@ -56,21 +50,12 @@ Requires: kernel-ppc64-devel = %version-%source_rel
|
||||
%ifarch s390
|
||||
Requires: kernel-s390-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch armv7l
|
||||
Requires: kernel-tegra-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch armv7l
|
||||
Requires: kernel-u8500-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
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: %ix86 armv7l ia64 ppc ppc64 s390 s390x x86_64
|
||||
ExclusiveArch: %ix86 ia64 ppc ppc64 s390 s390x x86_64
|
||||
Prefix: /usr/src
|
||||
|
||||
%description
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.4-rc2.
|
||||
- commit 976094f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update AppArmor for 3.4.
|
||||
- apparmor: Add "profiles" list to sysfs.
|
||||
- commit 59517ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update richacl patchset for 3.4.
|
||||
- commit f13764e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.4-rc1.
|
||||
- Eliminated 121 patches.
|
||||
- Xen is unavailable.
|
||||
- ACPI overrides are unavailable.
|
||||
- AppArmor network feature are unavailable.
|
||||
- commit 3ac7e79
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 08:41:08 CEST 2012 - jeffm@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.3
|
||||
%define patchversion 3.3.0
|
||||
%define srcversion 3.4-rc2
|
||||
%define patchversion 3.4.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-trace
|
||||
Summary: The Standard Kernel with Tracing Features
|
||||
Version: 3.3.0
|
||||
Version: 3.4.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -144,7 +144,7 @@ Provides: kernel-64bit
|
||||
Obsoletes: kernel-64bit
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 9 03:28:12 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update to 3.4-rc2.
|
||||
- commit 976094f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 6 06:42:35 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update AppArmor for 3.4.
|
||||
- apparmor: Add "profiles" list to sysfs.
|
||||
- commit 59517ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 22:25:16 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Update richacl patchset for 3.4.
|
||||
- commit f13764e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 09:18:14 CEST 2012 - jeffm@suse.com
|
||||
|
||||
- Updated to 3.4-rc1.
|
||||
- Eliminated 121 patches.
|
||||
- Xen is unavailable.
|
||||
- ACPI overrides are unavailable.
|
||||
- AppArmor network feature are unavailable.
|
||||
- commit 3ac7e79
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 08:41:08 CEST 2012 - jeffm@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.3
|
||||
%define patchversion 3.3.0
|
||||
%define srcversion 3.4-rc2
|
||||
%define patchversion 3.4.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 3.3.0
|
||||
Version: 3.4.rc2
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
@ -140,7 +140,7 @@ Provides: kernel-64bit
|
||||
Obsoletes: kernel-64bit
|
||||
%endif
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
3
linux-3.4-rc2.tar.bz2
Normal file
3
linux-3.4-rc2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41fc95d0b2241916da8f46568a4944f48661ab833d63fab774c1a922f503a144
|
||||
size 80181019
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e983af76e408802b165419548b17ed95e8d7b5765022505f9e8665ee3bfbbae2
|
||||
size 8006
|
||||
oid sha256:7268383d0dd96706f356df1b842d48c2b5dfb43dc18f56519ea29c4bc138dc8c
|
||||
size 6581
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c56d02bdf416252200149e6beb0f5ec04cf444593ee66e2028d909cc041ed09
|
||||
size 84079
|
||||
oid sha256:3fe4344bc68aa38d0c05209c28428719a127ffd6d8fbc1f571170fced64808d2
|
||||
size 66496
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b03b5a373a4963e1e15ce29a0e1641d061f14bb31ca68ce14e555c2ed90cabc
|
||||
size 9230
|
||||
oid sha256:37d9485071e67413549494ed6915cb83c87e57de99bcb749a732d5fd926776ea
|
||||
size 8123
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:820e268fead694472cd5b6e4cae59fdeb8ab7c1e89c96144897a22e0101a0a3a
|
||||
size 22987
|
||||
oid sha256:795ccb6debaaa900ef6afd3f0701a7c297238e3f2c1d384a7b4e5b1c022e259d
|
||||
size 20570
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63956d6ecd8708d4818c3f838bb0f28c45e2ed1574022d7a98832de172e214ef
|
||||
size 222268
|
||||
oid sha256:f782f3bc1714da8dd80a926f207878f6a35f13d5735ac9779e20f244da7e490b
|
||||
size 128193
|
||||
|
363
series.conf
363
series.conf
@ -105,27 +105,6 @@
|
||||
########################################################
|
||||
patches.arch/x86_64-hpet-64bit-timer.patch
|
||||
|
||||
# Queued for 3.4, please remove the autoload patches then
|
||||
# including the autoload_fixes below
|
||||
patches.arch/001-x86_autoload.patch
|
||||
patches.arch/002-x86_autoload.patch
|
||||
patches.arch/003-x86_autoload.patch
|
||||
patches.arch/004-x86_autoload.patch
|
||||
patches.arch/005-x86_autoload.patch
|
||||
patches.arch/006-x86_autoload.patch
|
||||
patches.arch/007-x86_autoload.patch
|
||||
patches.arch/008-x86_autoload.patch
|
||||
patches.arch/009-x86_autoload.patch
|
||||
patches.arch/010-x86_autoload.patch
|
||||
|
||||
patches.arch/001-x86_autoload_fixes.patch
|
||||
patches.arch/002-x86_autoload_fixes.patch
|
||||
patches.arch/003-x86_autoload_fixes.patch
|
||||
patches.arch/004-x86_autoload_fixes.patch
|
||||
patches.arch/005-x86_autoload_fixes.patch
|
||||
patches.arch/006-x86_autoload_fixes.patch
|
||||
patches.arch/007-x86_autoload_fixes.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
|
||||
@ -164,9 +143,6 @@
|
||||
patches.arch/ppc64-xmon-dmesg-printing.patch
|
||||
patches.arch/ppc-prom-nodisplay.patch
|
||||
patches.fixes/ptrace-getsiginfo
|
||||
# KVM patches for OBS
|
||||
patches.arch/ppc-kvm-convert-rma-allocation.patch
|
||||
patches.arch/ppc-kvm-add-hpt-preallocator.patch
|
||||
|
||||
########################################################
|
||||
# PS3
|
||||
@ -236,9 +212,10 @@
|
||||
|
||||
patches.drivers/apei_allow_drivers_access_nvs_ram.patch
|
||||
|
||||
patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch
|
||||
patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch
|
||||
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch
|
||||
# Needs comparison with f7b004a17c9183f023796dea0d70284684ec000d
|
||||
+trenn patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch
|
||||
+trenn patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch
|
||||
+trenn patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch
|
||||
|
||||
patches.arch/dell_latitude_e6xxx_e5xxx__fix_reboot.patch
|
||||
|
||||
@ -254,44 +231,10 @@
|
||||
########################################################
|
||||
# AGP, graphics related stuff
|
||||
########################################################
|
||||
patches.drivers/drm-i915-suspend-fbdev-device-around-suspend-hiberna
|
||||
|
||||
########################################################
|
||||
# Suse specific stuff
|
||||
########################################################
|
||||
patches.suse/msft-hv-0309-Staging-hv-storvsc-Cleanup-some-comments.patch
|
||||
patches.suse/msft-hv-0310-Staging-hv-storvsc-Cleanup-storvsc_probe.patch
|
||||
patches.suse/msft-hv-0311-Staging-hv-storvsc-Cleanup-storvsc_queuecommand.patch
|
||||
patches.suse/msft-hv-0312-Staging-hv-storvsc-Introduce-defines-for-srb-stat.patch
|
||||
patches.suse/msft-hv-0313-Staging-hv-storvsc-Cleanup-storvsc_host_reset_han.patch
|
||||
patches.suse/msft-hv-0314-Staging-hv-storvsc-Move-and-cleanup-storvsc_remov.patch
|
||||
patches.suse/msft-hv-0315-Staging-hv-storvsc-Add-a-comment-to-explain-life.patch
|
||||
patches.suse/msft-hv-0316-Staging-hv-storvsc-Get-rid-of-the-on_io_completio.patch
|
||||
patches.suse/msft-hv-0317-Staging-hv-storvsc-Rename-the-context-field-in-hv.patch
|
||||
patches.suse/msft-hv-0318-Staging-hv-storvsc-Miscellaneous-cleanup-of-storv.patch
|
||||
patches.suse/msft-hv-0319-Staging-hv-storvsc-Cleanup-the-code-for-generatin.patch
|
||||
patches.suse/msft-hv-0320-Staging-hv-storvsc-Cleanup-some-protocol-related.patch
|
||||
patches.suse/msft-hv-0321-Staging-hv-storvsc-Get-rid-of-some-unused-defines.patch
|
||||
patches.suse/msft-hv-0322-Staging-hv-storvsc-Consolidate-the-request-struct.patch
|
||||
patches.suse/msft-hv-0323-Staging-hv-storvsc-Consolidate-all-the-wire-proto.patch
|
||||
patches.suse/msft-hv-0324-Staging-hv-storvsc-Move-the-storage-driver-out-of.patch
|
||||
patches.suse/msft-hv-0331-drivers-hv-Get-rid-of-some-unnecessary-code.patch
|
||||
patches.suse/msft-hv-0332-drivers-hv-kvp-Add-cleanup-connector-defines.patch
|
||||
patches.suse/msft-hv-0333-drivers-hv-kvp-Move-the-contents-of-hv_kvp.h-to-h.patch
|
||||
patches.suse/msft-hv-0334-net-hyperv-Convert-camel-cased-variables-in-rndis_f.patch
|
||||
patches.suse/msft-hv-0335-net-hyperv-Correct-the-assignment-in-netvsc_recv_ca.patch
|
||||
patches.suse/msft-hv-0336-net-hyperv-Remove-the-unnecessary-memset-in-rndis_f.patch
|
||||
patches.suse/msft-hv-0337-drivers-hv-Cleanup-the-kvp-related-state-in-hyperv.patch
|
||||
patches.suse/msft-hv-0338-tools-hv-Use-hyperv.h-to-get-the-KVP-definitions.patch
|
||||
patches.suse/msft-hv-0339-drivers-hv-kvp-Cleanup-the-kernel-user-protocol.patch
|
||||
patches.suse/msft-hv-0340-drivers-hv-Increase-the-number-of-VCPUs-supported.patch
|
||||
patches.suse/msft-hv-0341-net-hyperv-Fix-data-corruption-in-rndis_filter_rece.patch
|
||||
patches.suse/msft-hv-0342-net-hyperv-Add-support-for-vlan-trunking-from-guest.patch
|
||||
patches.suse/msft-hv-0343-Drivers-hv-Add-new-message-types-to-enhance-KVP.patch
|
||||
patches.suse/msft-hv-0344-Drivers-hv-Support-the-newly-introduced-KVP-messag.patch
|
||||
patches.suse/msft-hv-0345-Tools-hv-Fully-support-the-new-KVP-verbs-in-the-us.patch
|
||||
patches.suse/msft-hv-0346-Tools-hv-Support-enumeration-from-all-the-pools.patch
|
||||
patches.suse/msft-hv-0347-net-hyperv-Fix-the-code-handling-tx-busy.patch
|
||||
patches.suse/suse-hv-storvsc-ignore-ata_16.patch
|
||||
patches.suse/suse-hv-pata_piix-ignore-disks.patch
|
||||
|
||||
@ -299,7 +242,6 @@
|
||||
# Networking, IPv6
|
||||
########################################################
|
||||
patches.fixes/bridge-module-get-put.patch
|
||||
patches.fixes/net-fix-a-potential-rcu_read_lock-imbalance-in-rt6_fill_node
|
||||
|
||||
########################################################
|
||||
# NFS
|
||||
@ -329,88 +271,6 @@
|
||||
########################################################
|
||||
# btrfs
|
||||
########################################################
|
||||
patches.suse/btrfs-add-btrfs_panic
|
||||
patches.suse/btrfs-catch-locking-failures-in-set-clear-extent_bit
|
||||
patches.suse/btrfs-panic-on-bad-rbtree-operations
|
||||
patches.suse/btrfs-simplify-btrfs_insert_root
|
||||
patches.suse/btrfs-btrfs_tree_unlock-should-return-void
|
||||
patches.suse/btrfs-clean_tree_block-should-panic-on-error-and-return-void
|
||||
patches.suse/btrfs-btrfs_reserve_extent-check-sinfo
|
||||
patches.suse/btrfs-clear_extent_bit-api-change
|
||||
patches.suse/btrfs-find_and_setup_root-error-push-up
|
||||
patches.suse/btrfs-btrfs_update_root-error-push-up
|
||||
patches.suse/btrfs-extent_io-wait_on_state-should-return-void
|
||||
patches.suse/btrfs-extent_io-wait_extent_bit-should-return-void
|
||||
patches.suse/btrfs-extent_io-__unlock_for_delalloc-should-return-void
|
||||
patches.suse/btrfs-extent_io-check_page_uptodate-should-return-void
|
||||
patches.suse/btrfs-extent_io-check_page_locked-should-return-void
|
||||
patches.suse/btrfs-extent_io-check_page_writeback-should-return-void
|
||||
patches.suse/btrfs-extent_io-clear_extent_buffer_dirty-should-return-void
|
||||
patches.suse/btrfs-volumes-btrfs_cleanup_fs_uuids-should-return-void
|
||||
patches.suse/btrfs-volumes-run_scheduled_bios-should-return-void
|
||||
patches.suse/btrfs-volumes-btrfs_close_extra_devices-should-return-void
|
||||
patches.suse/btrfs-volumes-schedule_bio-should-return-void
|
||||
patches.suse/btrfs-volumes-fill_device_from_item-should-return-void
|
||||
patches.suse/btrfs-async_thread-run_ordered_completions-should-return-void
|
||||
patches.suse/btrfs-async_thread-btrfs_stop_workers-should-return-void
|
||||
patches.suse/btrfs-async_thread-btrfs_requeue_work-should-return-void
|
||||
patches.suse/btrfs-tree-log-btrfs_end_log_trans-should-return-void
|
||||
patches.suse/btrfs-tree-log-wait_for_writer-should-return-void
|
||||
patches.suse/btrfs-btrfs_init_compress-should-return-void
|
||||
patches.suse/btrfs-btrfs_invalidate_inodes-should-return-void
|
||||
patches.suse/btrfs-disk-io-__setup_root-should-return-void
|
||||
patches.suse/btrfs-disk-io-btrfs_destroy_delalloc_inodes-should-return-void
|
||||
patches.suse/btrfs-extent-tree-btrfs_prepare_extent_commit-should-return-void
|
||||
patches.suse/btrfs-extent-tree-btrfs_set_block_group_rw-should-return-void
|
||||
patches.suse/btrfs-extent-tree-setup_inline_extent_backref-should-return-void
|
||||
patches.suse/btrfs-fix-kfree-of-member-instead-of-structure
|
||||
patches.suse/btrfs-simplify-btrfs_submit_bio_hook
|
||||
patches.suse/btrfs-factor-out-tree-ops-merge_bio_hook-call
|
||||
patches.suse/btrfs-submit_bio_hook-error-push-up
|
||||
patches.suse/btrfs-_add_reloc_root-error-push-up
|
||||
patches.suse/btrfs-fixup_low_keys-should-return-void
|
||||
patches.suse/btrfs-setup_items_for_insert-should-return-void
|
||||
patches.suse/btrfs-del_ptr-should-return-void
|
||||
patches.suse/btrfs-insert_ptr-should-return-void
|
||||
patches.suse/btrfs-add_delayed_ref_head-should-return-void
|
||||
patches.suse/btrfs-add_delayed_tree_ref-should-return-void
|
||||
patches.suse/btrfs-add_delayed_data_ref-should-return-void
|
||||
patches.suse/btrfs-btrfs_truncate_item-should-return-void
|
||||
patches.suse/btrfs-btrfs_extend_item-should-return-void
|
||||
patches.suse/btrfs-end_compressed_writeback-should-return-void
|
||||
patches.suse/btrfs-copy_for_split-should-return-void
|
||||
patches.suse/btrfs-extent-tree-update_inline_extent_backref-should-return-void
|
||||
patches.suse/btrfs-btrfs_put_ordered_extent-should-return-void
|
||||
patches.suse/btrfs-__btrfs_remove_ordered_extent-should-return-void
|
||||
patches.suse/btrfs-btrfs_wait_ordered_extents-should-return-void
|
||||
patches.suse/btrfs-btrfs_wait_ordered_range-should-return-void
|
||||
patches.suse/btrfs-btrfs_run_ordered_operations
|
||||
patches.suse/btrfs-btrfs_add_ordered_operation-should-return-void
|
||||
patches.suse/btrfs-btrfs_add_ordered_sum-should-return-void
|
||||
patches.suse/btrfs-btrfs_free_fs_root-should-return-void
|
||||
patches.suse/btrfs-del_fs_roots-should-return-void
|
||||
patches.suse/btrfs-btrfs_destroy_ordered_operations-should-return-void
|
||||
patches.suse/btrfs-btrfs_destroy_ordered_extents-should-return-void
|
||||
patches.suse/btrfs-btrfs_destroy_pending_snapshots-should-return-void
|
||||
patches.suse/btrfs-add-extent_state-alloc-free-tracing
|
||||
patches.suse/btrfs-btrfs_set_item_key_safe-should-bug-and-return-void
|
||||
patches.suse/btrfs-scrub-functions-should-return-void
|
||||
patches.suse/btrfs-drop-gfp_t-from-lock_extent
|
||||
patches.suse/btrfs-split-extent_state-ops
|
||||
patches.suse/btrfs-btrfs_drop_snapshot-should-return-int
|
||||
patches.suse/btrfs-0001-Don-t-BUG_ON-errors-from-btrfs_create_subvol_r.patch
|
||||
patches.suse/btrfs-0002-Don-t-BUG_ON-errors-in-update_ref_for_cow.patch
|
||||
patches.suse/btrfs-0003-Don-t-BUG_ON-kzalloc-error-in-btrfs_lookup_csu.patch
|
||||
patches.suse/btrfs-0005-Don-t-BUG_ON-errors-in-__finish_chunk_alloc.patch
|
||||
patches.suse/btrfs-0011-Go-readonly-on-bad-extent-refs-in-update_ref_f.patch
|
||||
patches.suse/btrfs-0012-Don-t-BUG_ON-errors-from-update_ref_for_cow.patch
|
||||
patches.suse/btrfs-0013-Go-readonly-on-tree-errors-in-balance_level.patch
|
||||
patches.suse/btrfs-0018-Don-t-BUG_ON-insert-errors-in-btrfs_alloc_dev_.patch
|
||||
patches.suse/btrfs-0019-Remove-BUG_ON-from-__btrfs_alloc_chunk.patch
|
||||
patches.suse/btrfs-0020-Remove-BUG_ON-from-__finish_chunk_alloc.patch
|
||||
patches.suse/btrfs-error-varargs
|
||||
patches.suse/btrfs-handle-EIO
|
||||
|
||||
# 3.3
|
||||
patches.suse/btrfs-REVERT-increase-the-global-block-reserve-estim.patch
|
||||
|
||||
@ -452,7 +312,6 @@
|
||||
patches.suse/0012-richacl-Automatic-Inheritance.patch
|
||||
patches.suse/0013-richacl-Restrict-access-check-algorithm.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/0016-ext4-Implement-richacl-support-in-ext4.patch
|
||||
|
||||
########################################################
|
||||
@ -506,7 +365,6 @@
|
||||
########################################################
|
||||
# DRM/Video
|
||||
########################################################
|
||||
patches.fixes/0001-fix-NULL-pointer-dereference-in-DSS2-VENC-sysfs-debu.patch
|
||||
|
||||
########################################################
|
||||
# video4linux
|
||||
@ -572,7 +430,6 @@
|
||||
|
||||
# Needs updating WRT d27769ec (block: add GENHD_FL_NO_PART_SCAN)
|
||||
+hare patches.suse/no-partition-scan
|
||||
patches.fixes/samsung-laptop-make-the-dmi-check-less-strict.patch
|
||||
|
||||
########################################################
|
||||
# Other drivers we have added to the tree
|
||||
@ -622,9 +479,7 @@
|
||||
# AppArmor
|
||||
##########################################################
|
||||
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control
|
||||
patches.apparmor/apparmor-compatibility-patch-for-v5-interface
|
||||
patches.apparmor/apparmor-allow-dfa-backward-compatibility-with-broken-userspace
|
||||
|
||||
patches.apparmor/apparmor-profiles-seq_file
|
||||
|
||||
########################################################
|
||||
# Address space layout randomization
|
||||
@ -690,125 +545,125 @@
|
||||
# re-basing to a newer xen tree.
|
||||
#
|
||||
### both uml framebuffer and xen need this one.
|
||||
patches.xen/add-console-use-vt
|
||||
+xen 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/frontswap-header
|
||||
patches.xen/frontswap-hooks
|
||||
patches.xen/frontswap-core
|
||||
patches.xen/frontswap-config
|
||||
patches.xen/cleancache-update
|
||||
patches.xen/frontswap-cleancache-invalidate
|
||||
patches.xen/ipv6-no-autoconf
|
||||
patches.xen/pci-guestdev
|
||||
patches.xen/pci-reserve
|
||||
+xen patches.xen/kexec-move-segment-code-i386.patch
|
||||
+xen patches.xen/kexec-move-segment-code-x86_64.patch
|
||||
+xen patches.xen/frontswap-header
|
||||
+xen patches.xen/frontswap-hooks
|
||||
+xen patches.xen/frontswap-core
|
||||
+xen patches.xen/frontswap-config
|
||||
+xen patches.xen/cleancache-update
|
||||
+xen patches.xen/frontswap-cleancache-invalidate
|
||||
+xen patches.xen/ipv6-no-autoconf
|
||||
+xen patches.xen/pci-guestdev
|
||||
+xen 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
|
||||
+xen patches.xen/xen3-auto-xen-arch.diff
|
||||
+xen patches.xen/xen3-auto-xen-drivers.diff
|
||||
+xen patches.xen/xen3-auto-include-xen-interface.diff
|
||||
+xen patches.xen/xen3-auto-blktap2-pvops.diff
|
||||
|
||||
# kconfig bits for xen
|
||||
patches.xen/xen3-auto-xen-kconfig.diff
|
||||
+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
|
||||
+xen patches.xen/xen3-auto-common.diff
|
||||
+xen patches.xen/xen3-auto-arch-x86.diff
|
||||
+xen patches.xen/xen3-auto-arch-i386.diff
|
||||
+xen patches.xen/xen3-auto-arch-x86_64.diff
|
||||
|
||||
# fixups due to upstream Xen parts
|
||||
patches.xen/xen3-fixup-xen
|
||||
+xen 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
|
||||
+xen patches.xen/xen3-fixup-kconfig
|
||||
+xen patches.xen/xen3-fixup-common
|
||||
+xen patches.xen/xen3-fixup-arch-x86
|
||||
+xen 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
|
||||
patches.xen/xen3-patch-3.1
|
||||
patches.xen/xen3-patch-3.2
|
||||
patches.xen/xen3-patch-3.3
|
||||
patches.xen/xen3-004-x86_autoload.patch
|
||||
patches.xen/xen3-006-x86_autoload.patch
|
||||
patches.xen/xen3-009-x86_autoload.patch
|
||||
patches.xen/xen3-apei_allow_drivers_access_nvs_ram.patch
|
||||
patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch
|
||||
patches.xen/xen3-stack-unwind
|
||||
patches.xen/xen3-x86_64-unwind-annotations
|
||||
+xen patches.xen/xen3-patch-2.6.18
|
||||
+xen patches.xen/xen3-patch-2.6.19
|
||||
+xen patches.xen/xen3-patch-2.6.20
|
||||
+xen patches.xen/xen3-patch-2.6.21
|
||||
+xen patches.xen/xen3-patch-2.6.22
|
||||
+xen patches.xen/xen3-patch-2.6.23
|
||||
+xen patches.xen/xen3-patch-2.6.24
|
||||
+xen patches.xen/xen3-patch-2.6.25
|
||||
+xen patches.xen/xen3-patch-2.6.26
|
||||
+xen patches.xen/xen3-patch-2.6.27
|
||||
+xen patches.xen/xen3-patch-2.6.28
|
||||
+xen patches.xen/xen3-patch-2.6.29
|
||||
+xen patches.xen/xen3-patch-2.6.30
|
||||
+xen patches.xen/xen3-patch-2.6.31
|
||||
+xen patches.xen/xen3-patch-2.6.32
|
||||
+xen patches.xen/xen3-patch-2.6.33
|
||||
+xen patches.xen/xen3-patch-2.6.34
|
||||
+xen patches.xen/xen3-patch-2.6.35
|
||||
+xen patches.xen/xen3-patch-2.6.36
|
||||
+xen patches.xen/xen3-patch-2.6.37
|
||||
+xen patches.xen/xen3-patch-2.6.38
|
||||
+xen patches.xen/xen3-patch-2.6.39
|
||||
+xen patches.xen/xen3-patch-3.0
|
||||
+xen patches.xen/xen3-patch-3.1
|
||||
+xen patches.xen/xen3-patch-3.2
|
||||
+xen patches.xen/xen3-patch-3.3
|
||||
+xen patches.xen/xen3-004-x86_autoload.patch
|
||||
+xen patches.xen/xen3-006-x86_autoload.patch
|
||||
+xen patches.xen/xen3-009-x86_autoload.patch
|
||||
+xen patches.xen/xen3-apei_allow_drivers_access_nvs_ram.patch
|
||||
+xen patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch
|
||||
+xen patches.xen/xen3-stack-unwind
|
||||
+xen patches.xen/xen3-x86_64-unwind-annotations
|
||||
|
||||
# bugfixes and enhancements
|
||||
patches.xen/xen-kconfig-compat
|
||||
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-pcpu-hotplug-kexec
|
||||
patches.xen/xen-mem-hotplug
|
||||
patches.xen/xen-swiotlb-heuristics
|
||||
patches.xen/xen-configurable-guest-devices
|
||||
patches.xen/xen-setup-gsi
|
||||
patches.xen/xen-sections
|
||||
patches.xen/xen-unpriv-build
|
||||
patches.xen/xen-cpufreq-report
|
||||
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-configurable-nr-devs
|
||||
patches.xen/xen-blkif-op-packet
|
||||
patches.xen/xen-blkfront-cdrom
|
||||
patches.xen/xen-blkfront-hvm-no-cdrom
|
||||
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-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-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
|
||||
+xen patches.xen/xen-kconfig-compat
|
||||
+xen patches.xen/xen-sys-suspend
|
||||
+xen patches.xen/xen-ipi-per-cpu-irq
|
||||
+xen patches.xen/xen-virq-per-cpu-irq
|
||||
+xen patches.xen/xen-clockevents
|
||||
+xen patches.xen/xen-spinlock-poll-early
|
||||
+xen patches.xen/xen-pcpu-hotplug
|
||||
+xen patches.xen/xen-pcpu-hotplug-kexec
|
||||
+xen patches.xen/xen-mem-hotplug
|
||||
+xen patches.xen/xen-swiotlb-heuristics
|
||||
+xen patches.xen/xen-configurable-guest-devices
|
||||
+xen patches.xen/xen-setup-gsi
|
||||
+xen patches.xen/xen-sections
|
||||
+xen patches.xen/xen-unpriv-build
|
||||
+xen patches.xen/xen-cpufreq-report
|
||||
+xen patches.xen/xen-balloon-max-target
|
||||
+xen patches.xen/xen-blkif-protocol-fallback-hack
|
||||
+xen patches.xen/xen-blkback-cdrom
|
||||
+xen patches.xen/xen-blktap-modular
|
||||
+xen patches.xen/xen-blktap-write-barriers
|
||||
+xen patches.xen/xen-blktap2-configurable-nr-devs
|
||||
+xen patches.xen/xen-blkif-op-packet
|
||||
+xen patches.xen/xen-blkfront-cdrom
|
||||
+xen patches.xen/xen-blkfront-hvm-no-cdrom
|
||||
+xen patches.xen/xen-netback-nr-irqs
|
||||
+xen patches.xen/xen-netback-notify-multi
|
||||
+xen patches.xen/xen-netback-generalize
|
||||
+xen patches.xen/xen-netback-multiple-tasklets
|
||||
+xen patches.xen/xen-netback-kernel-threads
|
||||
+xen patches.xen/xen-cxgb3
|
||||
+xen patches.xen/xen-dcdbas
|
||||
+xen patches.xen/xen-x86-panic-no-reboot
|
||||
+xen patches.xen/xen-x86-dcr-fallback
|
||||
+xen patches.xen/xen-x86-no-lapic
|
||||
+xen patches.xen/xen-x86-pmd-handling
|
||||
+xen patches.xen/xen-x86-bigmem
|
||||
+xen patches.xen/xen-x86-exit-mmap
|
||||
+xen patches.xen/xen-x86-per-cpu-vcpu-info
|
||||
+xen patches.xen/xen-x86-pcpu
|
||||
+xen patches.xen/xen-x86-EFI
|
||||
+xen patches.xen/xen-x86_64-pgd-pin
|
||||
+xen patches.xen/xen-x86_64-pgd-alloc-order
|
||||
+xen patches.xen/xen-x86_64-dump-user-pgt
|
||||
+xen patches.xen/xen-x86_64-note-init-p2m
|
||||
+xen patches.xen/xen-x86_64-unmapped-initrd
|
||||
|
@ -1,3 +1,3 @@
|
||||
2012-04-05 21:00:15 +0200
|
||||
GIT Revision: 09c9338d6dd46c104fd4f43748d34ddc21427b8f
|
||||
2012-04-09 04:01:19 +0200
|
||||
GIT Revision: 976094f7fa2839ed96c98a8358eb6964f195cacf
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user