Stephan Kulow 2013-12-25 10:48:05 +00:00 committed by Git OBS Bridge
parent 5b7e68aad6
commit de0f7849f3
43 changed files with 153328 additions and 2906 deletions

View File

@ -25,7 +25,7 @@
if [ "$1" = "--list" ]; then
# List all known architectures
echo i386 mips{,64} sparc{,64} ppc{,64,64le} s390{,x} ia64 x86_64 alpha parisc armv6hl armv7hl arm64
echo i386 mips{,64} sparc{,64} ppc{,64} s390{,x} ia64 x86_64 alpha parisc armv6hl armv7hl arm64
exit 0
fi

View File

@ -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
@ -37,19 +37,17 @@
+ppc64 -syms ppc64/debug
+ppc64 ppc64/vanilla
+ppc64le ppc64le/default
+ppc64le -syms ppc64le/trace
+ppc64le -syms ppc64le/debug
+ppc64le ppc64le/vanilla
# ARM architectures
#+armv6hl armv6hl/default
#+armv7hl armv7hl/default
#+armv7hl armv7hl/lpae
#+armv7hl armv7hl/cubox
#+armv7hl armv7hl/exynos
#+arm64 arm64/default
+armv6hl armv6hl/default
+armv7hl armv7hl/default
+armv7hl armv7hl/lpae
+armv7hl armv7hl/cubox
+armv7hl armv7hl/exynos
+arm64 arm64/default
#+s390 s390/s390
#+s390 -syms s390/trace
#+s390 s390/vanilla
+s390x s390x/default
+s390x -syms s390x/trace
+s390x s390x/vanilla

View File

@ -1,5 +1,5 @@
# The version of the main tarball to use
SRCVERSION=3.13-rc4
SRCVERSION=3.12
# 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:f9c77aaab736b8ea7850d433c8fbdac88d3a8537691e6bd7b2808e255659db2b
size 236211
oid sha256:87b672c5c067eb854afc7a6635c0a67767b6258f4fb46e42aa268fe1574e6be1
size 311612

29593
kernel-cubox.changes Normal file

File diff suppressed because it is too large Load Diff

1024
kernel-cubox.spec Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,192 +1,3 @@
-------------------------------------------------------------------
Mon Dec 23 02:42:55 CET 2013 - agraf@suse.de
- ibmveth: Fix more little endian issues.
- powerpc: Don't return to BE mode when we are already there.
- powerpc: Add hack to make ppc64le work on hosts without ILE.
- powerpc: Add relocation code for fixups.
- powerpc: Add global exports for all interrupt vectors.
- commit 3d0a348
-------------------------------------------------------------------
Sat Dec 21 18:43:27 CET 2013 - jeffm@suse.de
- Update to 3.13-rc4.
- ppc64le/vanilla appears to have not been resynced when copied.
- commit 82b44e7
-------------------------------------------------------------------
Fri Dec 20 01:14:25 CET 2013 - agraf@suse.de
- Update config files: Disable relocation on ppc64le (it's broken)
- commit fbe0eb5
-------------------------------------------------------------------
Thu Dec 19 18:39:34 CET 2013 - agraf@suse.de
- Update config files: Disable kvm for ppc64le (not implemented upstream)
- commit 7fa2dfd
-------------------------------------------------------------------
Thu Dec 19 18:17:44 CET 2013 - agraf@suse.de
- powerpc: PTRACE_PEEKUSR always returns FPR0.
- commit c9829ea
-------------------------------------------------------------------
Thu Dec 19 18:17:17 CET 2013 - agraf@suse.de
- PPC: Build only vmlinux target.
- commit 04c2cde
-------------------------------------------------------------------
Thu Dec 19 18:15:37 CET 2013 - agraf@suse.de
- powerpc: Make 64-bit non-VMX __copy_tofrom_user bi-endian.
- commit 0044320
-------------------------------------------------------------------
Thu Dec 19 18:14:07 CET 2013 - agraf@suse.de
- Add ppc64le support (configs are a copy of the ppc64 ones with LE enabled)
- commit d86dbed
-------------------------------------------------------------------
Thu Dec 19 18:13:02 CET 2013 - agraf@suse.de
- sched: Remove PREEMPT_NEED_RESCHED from generic code. (fixes ppc)
- commit 605502a
-------------------------------------------------------------------
Thu Dec 19 18:11:43 CET 2013 - agraf@suse.de
- Disable 32-on-64 ptrace patch, it breaks for ppc64le
- commit a943cf8
-------------------------------------------------------------------
Thu Dec 19 18:10:46 CET 2013 - agraf@suse.de
- Update config files
- remove epapr bytechan interface, we don't support booke
- commit 68ab0ab
-------------------------------------------------------------------
Wed Dec 18 15:10:19 CET 2013 - tiwai@suse.de
- Disable simplefb and x86 sysfb due to breakage (bnc#855821)
- commit 656db57
-------------------------------------------------------------------
Mon Dec 16 15:39:56 CET 2013 - ohering@suse.de
- fbmem: really support wildcard video=options for all fbdev
drivers.
- commit 5b170d7
-------------------------------------------------------------------
Mon Dec 16 15:36:07 CET 2013 - ohering@suse.de
- Delete
patches.suse/suse-hv-Drivers-hv-util-Fix-a-bug-in-util-version-negotiatio.patch.
- commit b3125ee
-------------------------------------------------------------------
Fri Dec 13 16:02:31 CET 2013 - tiwai@suse.de
- Add missing CONFIG_PINCTRL_SINGLE kconfig setups
- commit 39ea148
-------------------------------------------------------------------
Thu Dec 12 13:53:00 CET 2013 - jdelvare@suse.de
- config.conf: s390 is history
- Delete config/s390/s390.
- Delete config/s390/trace.
- Delete config/s390/vanilla.
- commit 2bf5161
-------------------------------------------------------------------
Thu Dec 12 10:24:11 CET 2013 - jdelvare@suse.de
- Delete patches.suse/ida-remove-warning-dump-stack.patch.
Already included since kernel 3.11 (WARN calls dump_stack.)
- commit 8e04564
-------------------------------------------------------------------
Wed Dec 11 02:46:26 CET 2013 - stefan.bruens@rwth-aachen.de
- config: set CONFIG_X86_INTEL_LPSS and CONFIG_I2C_DESIGNWARE_PLATFORM
Enable INTEL LPSS (Low Power SubSystem) for LynxPoint chipsets (bnc#849125)
and DesignWare (platform) i2c bus driver (bnc#849338).
The DesignWare i2c driver depends on the clock subsystem.
- commit 3a6fe23
-------------------------------------------------------------------
Mon Dec 9 12:40:58 CET 2013 - hare@suse.de
- Delete patches.suse/scsi-error-test-unit-ready-timeout:
Superseded by commit 0816c9251a7180383bb7811e1a1545f7b78e5374.
- commit 44df1ce
-------------------------------------------------------------------
Mon Dec 9 12:32:26 CET 2013 - hare@suse.de
- iscsi_target: race condition on shutdown (bnc#850072).
- commit c4710fd
-------------------------------------------------------------------
Sun Dec 8 20:02:23 CET 2013 - jeffm@suse.com
- Update to 3.13-rc3.
- commit 82b4383
-------------------------------------------------------------------
Wed Dec 4 20:20:22 CET 2013 - jeffm@suse.de
- config: enable CONFIG_EXPERT
3.10 introduced Kconfig rules that automatically builds in
uncommon HID drivers if EXPERT is not set.
This commit does not introduce any other config changes.
- commit 30a8773
-------------------------------------------------------------------
Wed Dec 4 19:57:54 CET 2013 - jeffm@suse.com
- README: Update to document typical patch naming
- commit d2a2470
-------------------------------------------------------------------
Wed Dec 4 16:43:58 CET 2013 - tiwai@suse.de
- config: CONFIG_CHECKPOINT_RESTORE=y and CONFIG_MEM_SOFT_DIRTY=y on x86_64
- commit d99342f
-------------------------------------------------------------------
Mon Dec 2 04:25:25 CET 2013 - jeffm@suse.com
- Revert "init: define console_initcall when built as a module."
This reverts commit 9eb723d9911b941e71381831812b7c7bd17d24f3.
- commit c172b07
-------------------------------------------------------------------
Mon Dec 2 03:55:26 CET 2013 - jeffm@suse.com
- init: define console_initcall when built as a module.
- commit 9eb723d
-------------------------------------------------------------------
Mon Dec 2 03:23:04 CET 2013 - jeffm@suse.com
- overlayfs: update for 3.13 delegated_inode API changes.
- commit 3d88c7f
-------------------------------------------------------------------
Mon Dec 2 02:29:42 CET 2013 - jeffm@suse.com
- Update to 3.13-rc2.
- Eliminated 1 patch.
- commit 75ac3c3
-------------------------------------------------------------------
Fri Nov 29 21:29:19 CET 2013 - jslaby@suse.cz
@ -225,27 +36,6 @@ Tue Nov 26 17:28:52 CET 2013 - agraf@suse.de
- omapdrm: fix compile with dma_addr_t > u32.
- commit 611f4eb
-------------------------------------------------------------------
Sat Nov 23 01:43:38 CET 2013 - jeffm@suse.com
- Update to 3.13-rc1.
- Eliminated 7 patches.
- Xen is disabled.
- ARM needs config updates.
- commit 2dfdca4
-------------------------------------------------------------------
Thu Nov 21 11:10:31 CET 2013 - guillaume.gardet@oliseo.fr
- Add USB PHY support (needed to get USB and Ethernet working on beagle and panda boards) Add CONFIG_PINCTRL_SINGLE=y to be able to use Device tree (at least for beagle and panda boards) Add ARM SoC sound support Add SPI bus support Add user-space access to I2C and SPI
- commit b3c966e
-------------------------------------------------------------------
Thu Nov 21 10:50:28 CET 2013 - guillaume.gardet@oliseo.fr
- Set CONFIG_GPIO_TWL4030 as built-in (instead of module) as a requirement to boot on SD card on beagleboard xM
- commit 5b7fb61
-------------------------------------------------------------------
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
@ -275,18 +65,6 @@ Tue Nov 19 16:52:03 CET 2013 - jbohac@suse.cz
fate#313309
- commit c2e046e
-------------------------------------------------------------------
Fri Nov 15 23:53:40 CET 2013 - jeffm@suse.com
- config: build uncommon HID drivers as modules
- commit 92db3f1
-------------------------------------------------------------------
Fri Nov 15 23:33:44 CET 2013 - jeffm@suse.com
- config: sync HID=y on x86_64/debug config
- commit 2437d0f
-------------------------------------------------------------------
Tue Nov 12 14:09:24 CET 2013 - jdelvare@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.13-rc4
%define patchversion 3.13.0-rc4
%define srcversion 3.12
%define patchversion 3.12.2
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 3.13.rc4
Version: 3.12.2
%if 0%{?is_kotd}
Release: <RELEASE>.g3d0a348
Release: <RELEASE>.g3b81e61
%else
Release: 0
%endif
@ -149,7 +149,7 @@ Provides: kernel-kdump = 2.6.28
Obsoletes: kernel-kdump <= 2.6.28
%endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh
@ -209,7 +209,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ia64 ppc64 ppc64le x86_64
ExclusiveArch: %ix86 ia64 ppc64 x86_64
%define kmp_target_cpu %_target_cpu
%ifarch %ix86
# Only i386/default supports i586, mark other flavors' packages as i686

View File

@ -1,192 +1,3 @@
-------------------------------------------------------------------
Mon Dec 23 02:42:55 CET 2013 - agraf@suse.de
- ibmveth: Fix more little endian issues.
- powerpc: Don't return to BE mode when we are already there.
- powerpc: Add hack to make ppc64le work on hosts without ILE.
- powerpc: Add relocation code for fixups.
- powerpc: Add global exports for all interrupt vectors.
- commit 3d0a348
-------------------------------------------------------------------
Sat Dec 21 18:43:27 CET 2013 - jeffm@suse.de
- Update to 3.13-rc4.
- ppc64le/vanilla appears to have not been resynced when copied.
- commit 82b44e7
-------------------------------------------------------------------
Fri Dec 20 01:14:25 CET 2013 - agraf@suse.de
- Update config files: Disable relocation on ppc64le (it's broken)
- commit fbe0eb5
-------------------------------------------------------------------
Thu Dec 19 18:39:34 CET 2013 - agraf@suse.de
- Update config files: Disable kvm for ppc64le (not implemented upstream)
- commit 7fa2dfd
-------------------------------------------------------------------
Thu Dec 19 18:17:44 CET 2013 - agraf@suse.de
- powerpc: PTRACE_PEEKUSR always returns FPR0.
- commit c9829ea
-------------------------------------------------------------------
Thu Dec 19 18:17:17 CET 2013 - agraf@suse.de
- PPC: Build only vmlinux target.
- commit 04c2cde
-------------------------------------------------------------------
Thu Dec 19 18:15:37 CET 2013 - agraf@suse.de
- powerpc: Make 64-bit non-VMX __copy_tofrom_user bi-endian.
- commit 0044320
-------------------------------------------------------------------
Thu Dec 19 18:14:07 CET 2013 - agraf@suse.de
- Add ppc64le support (configs are a copy of the ppc64 ones with LE enabled)
- commit d86dbed
-------------------------------------------------------------------
Thu Dec 19 18:13:02 CET 2013 - agraf@suse.de
- sched: Remove PREEMPT_NEED_RESCHED from generic code. (fixes ppc)
- commit 605502a
-------------------------------------------------------------------
Thu Dec 19 18:11:43 CET 2013 - agraf@suse.de
- Disable 32-on-64 ptrace patch, it breaks for ppc64le
- commit a943cf8
-------------------------------------------------------------------
Thu Dec 19 18:10:46 CET 2013 - agraf@suse.de
- Update config files
- remove epapr bytechan interface, we don't support booke
- commit 68ab0ab
-------------------------------------------------------------------
Wed Dec 18 15:10:19 CET 2013 - tiwai@suse.de
- Disable simplefb and x86 sysfb due to breakage (bnc#855821)
- commit 656db57
-------------------------------------------------------------------
Mon Dec 16 15:39:56 CET 2013 - ohering@suse.de
- fbmem: really support wildcard video=options for all fbdev
drivers.
- commit 5b170d7
-------------------------------------------------------------------
Mon Dec 16 15:36:07 CET 2013 - ohering@suse.de
- Delete
patches.suse/suse-hv-Drivers-hv-util-Fix-a-bug-in-util-version-negotiatio.patch.
- commit b3125ee
-------------------------------------------------------------------
Fri Dec 13 16:02:31 CET 2013 - tiwai@suse.de
- Add missing CONFIG_PINCTRL_SINGLE kconfig setups
- commit 39ea148
-------------------------------------------------------------------
Thu Dec 12 13:53:00 CET 2013 - jdelvare@suse.de
- config.conf: s390 is history
- Delete config/s390/s390.
- Delete config/s390/trace.
- Delete config/s390/vanilla.
- commit 2bf5161
-------------------------------------------------------------------
Thu Dec 12 10:24:11 CET 2013 - jdelvare@suse.de
- Delete patches.suse/ida-remove-warning-dump-stack.patch.
Already included since kernel 3.11 (WARN calls dump_stack.)
- commit 8e04564
-------------------------------------------------------------------
Wed Dec 11 02:46:26 CET 2013 - stefan.bruens@rwth-aachen.de
- config: set CONFIG_X86_INTEL_LPSS and CONFIG_I2C_DESIGNWARE_PLATFORM
Enable INTEL LPSS (Low Power SubSystem) for LynxPoint chipsets (bnc#849125)
and DesignWare (platform) i2c bus driver (bnc#849338).
The DesignWare i2c driver depends on the clock subsystem.
- commit 3a6fe23
-------------------------------------------------------------------
Mon Dec 9 12:40:58 CET 2013 - hare@suse.de
- Delete patches.suse/scsi-error-test-unit-ready-timeout:
Superseded by commit 0816c9251a7180383bb7811e1a1545f7b78e5374.
- commit 44df1ce
-------------------------------------------------------------------
Mon Dec 9 12:32:26 CET 2013 - hare@suse.de
- iscsi_target: race condition on shutdown (bnc#850072).
- commit c4710fd
-------------------------------------------------------------------
Sun Dec 8 20:02:23 CET 2013 - jeffm@suse.com
- Update to 3.13-rc3.
- commit 82b4383
-------------------------------------------------------------------
Wed Dec 4 20:20:22 CET 2013 - jeffm@suse.de
- config: enable CONFIG_EXPERT
3.10 introduced Kconfig rules that automatically builds in
uncommon HID drivers if EXPERT is not set.
This commit does not introduce any other config changes.
- commit 30a8773
-------------------------------------------------------------------
Wed Dec 4 19:57:54 CET 2013 - jeffm@suse.com
- README: Update to document typical patch naming
- commit d2a2470
-------------------------------------------------------------------
Wed Dec 4 16:43:58 CET 2013 - tiwai@suse.de
- config: CONFIG_CHECKPOINT_RESTORE=y and CONFIG_MEM_SOFT_DIRTY=y on x86_64
- commit d99342f
-------------------------------------------------------------------
Mon Dec 2 04:25:25 CET 2013 - jeffm@suse.com
- Revert "init: define console_initcall when built as a module."
This reverts commit 9eb723d9911b941e71381831812b7c7bd17d24f3.
- commit c172b07
-------------------------------------------------------------------
Mon Dec 2 03:55:26 CET 2013 - jeffm@suse.com
- init: define console_initcall when built as a module.
- commit 9eb723d
-------------------------------------------------------------------
Mon Dec 2 03:23:04 CET 2013 - jeffm@suse.com
- overlayfs: update for 3.13 delegated_inode API changes.
- commit 3d88c7f
-------------------------------------------------------------------
Mon Dec 2 02:29:42 CET 2013 - jeffm@suse.com
- Update to 3.13-rc2.
- Eliminated 1 patch.
- commit 75ac3c3
-------------------------------------------------------------------
Fri Nov 29 21:29:19 CET 2013 - jslaby@suse.cz
@ -225,27 +36,6 @@ Tue Nov 26 17:28:52 CET 2013 - agraf@suse.de
- omapdrm: fix compile with dma_addr_t > u32.
- commit 611f4eb
-------------------------------------------------------------------
Sat Nov 23 01:43:38 CET 2013 - jeffm@suse.com
- Update to 3.13-rc1.
- Eliminated 7 patches.
- Xen is disabled.
- ARM needs config updates.
- commit 2dfdca4
-------------------------------------------------------------------
Thu Nov 21 11:10:31 CET 2013 - guillaume.gardet@oliseo.fr
- Add USB PHY support (needed to get USB and Ethernet working on beagle and panda boards) Add CONFIG_PINCTRL_SINGLE=y to be able to use Device tree (at least for beagle and panda boards) Add ARM SoC sound support Add SPI bus support Add user-space access to I2C and SPI
- commit b3c966e
-------------------------------------------------------------------
Thu Nov 21 10:50:28 CET 2013 - guillaume.gardet@oliseo.fr
- Set CONFIG_GPIO_TWL4030 as built-in (instead of module) as a requirement to boot on SD card on beagleboard xM
- commit 5b7fb61
-------------------------------------------------------------------
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
@ -275,18 +65,6 @@ Tue Nov 19 16:52:03 CET 2013 - jbohac@suse.cz
fate#313309
- commit c2e046e
-------------------------------------------------------------------
Fri Nov 15 23:53:40 CET 2013 - jeffm@suse.com
- config: build uncommon HID drivers as modules
- commit 92db3f1
-------------------------------------------------------------------
Fri Nov 15 23:33:44 CET 2013 - jeffm@suse.com
- config: sync HID=y on x86_64/debug config
- commit 2437d0f
-------------------------------------------------------------------
Tue Nov 12 14:09:24 CET 2013 - jdelvare@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.13-rc4
%define patchversion 3.13.0-rc4
%define srcversion 3.12
%define patchversion 3.12.2
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 3.13.rc4
Version: 3.12.2
%if 0%{?is_kotd}
Release: <RELEASE>.g3d0a348
Release: <RELEASE>.g3b81e61
%else
Release: 0
%endif
@ -161,7 +161,7 @@ Provides: kernel-smp = 2.6.17
Obsoletes: kernel-smp <= 2.6.17
%endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh
@ -221,7 +221,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ia64 ppc ppc64 ppc64le s390x x86_64
ExclusiveArch: aarch64 armv6hl armv7hl %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

View File

@ -1,192 +1,3 @@
-------------------------------------------------------------------
Mon Dec 23 02:42:55 CET 2013 - agraf@suse.de
- ibmveth: Fix more little endian issues.
- powerpc: Don't return to BE mode when we are already there.
- powerpc: Add hack to make ppc64le work on hosts without ILE.
- powerpc: Add relocation code for fixups.
- powerpc: Add global exports for all interrupt vectors.
- commit 3d0a348
-------------------------------------------------------------------
Sat Dec 21 18:43:27 CET 2013 - jeffm@suse.de
- Update to 3.13-rc4.
- ppc64le/vanilla appears to have not been resynced when copied.
- commit 82b44e7
-------------------------------------------------------------------
Fri Dec 20 01:14:25 CET 2013 - agraf@suse.de
- Update config files: Disable relocation on ppc64le (it's broken)
- commit fbe0eb5
-------------------------------------------------------------------
Thu Dec 19 18:39:34 CET 2013 - agraf@suse.de
- Update config files: Disable kvm for ppc64le (not implemented upstream)
- commit 7fa2dfd
-------------------------------------------------------------------
Thu Dec 19 18:17:44 CET 2013 - agraf@suse.de
- powerpc: PTRACE_PEEKUSR always returns FPR0.
- commit c9829ea
-------------------------------------------------------------------
Thu Dec 19 18:17:17 CET 2013 - agraf@suse.de
- PPC: Build only vmlinux target.
- commit 04c2cde
-------------------------------------------------------------------
Thu Dec 19 18:15:37 CET 2013 - agraf@suse.de
- powerpc: Make 64-bit non-VMX __copy_tofrom_user bi-endian.
- commit 0044320
-------------------------------------------------------------------
Thu Dec 19 18:14:07 CET 2013 - agraf@suse.de
- Add ppc64le support (configs are a copy of the ppc64 ones with LE enabled)
- commit d86dbed
-------------------------------------------------------------------
Thu Dec 19 18:13:02 CET 2013 - agraf@suse.de
- sched: Remove PREEMPT_NEED_RESCHED from generic code. (fixes ppc)
- commit 605502a
-------------------------------------------------------------------
Thu Dec 19 18:11:43 CET 2013 - agraf@suse.de
- Disable 32-on-64 ptrace patch, it breaks for ppc64le
- commit a943cf8
-------------------------------------------------------------------
Thu Dec 19 18:10:46 CET 2013 - agraf@suse.de
- Update config files
- remove epapr bytechan interface, we don't support booke
- commit 68ab0ab
-------------------------------------------------------------------
Wed Dec 18 15:10:19 CET 2013 - tiwai@suse.de
- Disable simplefb and x86 sysfb due to breakage (bnc#855821)
- commit 656db57
-------------------------------------------------------------------
Mon Dec 16 15:39:56 CET 2013 - ohering@suse.de
- fbmem: really support wildcard video=options for all fbdev
drivers.
- commit 5b170d7
-------------------------------------------------------------------
Mon Dec 16 15:36:07 CET 2013 - ohering@suse.de
- Delete
patches.suse/suse-hv-Drivers-hv-util-Fix-a-bug-in-util-version-negotiatio.patch.
- commit b3125ee
-------------------------------------------------------------------
Fri Dec 13 16:02:31 CET 2013 - tiwai@suse.de
- Add missing CONFIG_PINCTRL_SINGLE kconfig setups
- commit 39ea148
-------------------------------------------------------------------
Thu Dec 12 13:53:00 CET 2013 - jdelvare@suse.de
- config.conf: s390 is history
- Delete config/s390/s390.
- Delete config/s390/trace.
- Delete config/s390/vanilla.
- commit 2bf5161
-------------------------------------------------------------------
Thu Dec 12 10:24:11 CET 2013 - jdelvare@suse.de
- Delete patches.suse/ida-remove-warning-dump-stack.patch.
Already included since kernel 3.11 (WARN calls dump_stack.)
- commit 8e04564
-------------------------------------------------------------------
Wed Dec 11 02:46:26 CET 2013 - stefan.bruens@rwth-aachen.de
- config: set CONFIG_X86_INTEL_LPSS and CONFIG_I2C_DESIGNWARE_PLATFORM
Enable INTEL LPSS (Low Power SubSystem) for LynxPoint chipsets (bnc#849125)
and DesignWare (platform) i2c bus driver (bnc#849338).
The DesignWare i2c driver depends on the clock subsystem.
- commit 3a6fe23
-------------------------------------------------------------------
Mon Dec 9 12:40:58 CET 2013 - hare@suse.de
- Delete patches.suse/scsi-error-test-unit-ready-timeout:
Superseded by commit 0816c9251a7180383bb7811e1a1545f7b78e5374.
- commit 44df1ce
-------------------------------------------------------------------
Mon Dec 9 12:32:26 CET 2013 - hare@suse.de
- iscsi_target: race condition on shutdown (bnc#850072).
- commit c4710fd
-------------------------------------------------------------------
Sun Dec 8 20:02:23 CET 2013 - jeffm@suse.com
- Update to 3.13-rc3.
- commit 82b4383
-------------------------------------------------------------------
Wed Dec 4 20:20:22 CET 2013 - jeffm@suse.de
- config: enable CONFIG_EXPERT
3.10 introduced Kconfig rules that automatically builds in
uncommon HID drivers if EXPERT is not set.
This commit does not introduce any other config changes.
- commit 30a8773
-------------------------------------------------------------------
Wed Dec 4 19:57:54 CET 2013 - jeffm@suse.com
- README: Update to document typical patch naming
- commit d2a2470
-------------------------------------------------------------------
Wed Dec 4 16:43:58 CET 2013 - tiwai@suse.de
- config: CONFIG_CHECKPOINT_RESTORE=y and CONFIG_MEM_SOFT_DIRTY=y on x86_64
- commit d99342f
-------------------------------------------------------------------
Mon Dec 2 04:25:25 CET 2013 - jeffm@suse.com
- Revert "init: define console_initcall when built as a module."
This reverts commit 9eb723d9911b941e71381831812b7c7bd17d24f3.
- commit c172b07
-------------------------------------------------------------------
Mon Dec 2 03:55:26 CET 2013 - jeffm@suse.com
- init: define console_initcall when built as a module.
- commit 9eb723d
-------------------------------------------------------------------
Mon Dec 2 03:23:04 CET 2013 - jeffm@suse.com
- overlayfs: update for 3.13 delegated_inode API changes.
- commit 3d88c7f
-------------------------------------------------------------------
Mon Dec 2 02:29:42 CET 2013 - jeffm@suse.com
- Update to 3.13-rc2.
- Eliminated 1 patch.
- commit 75ac3c3
-------------------------------------------------------------------
Fri Nov 29 21:29:19 CET 2013 - jslaby@suse.cz
@ -225,27 +36,6 @@ Tue Nov 26 17:28:52 CET 2013 - agraf@suse.de
- omapdrm: fix compile with dma_addr_t > u32.
- commit 611f4eb
-------------------------------------------------------------------
Sat Nov 23 01:43:38 CET 2013 - jeffm@suse.com
- Update to 3.13-rc1.
- Eliminated 7 patches.
- Xen is disabled.
- ARM needs config updates.
- commit 2dfdca4
-------------------------------------------------------------------
Thu Nov 21 11:10:31 CET 2013 - guillaume.gardet@oliseo.fr
- Add USB PHY support (needed to get USB and Ethernet working on beagle and panda boards) Add CONFIG_PINCTRL_SINGLE=y to be able to use Device tree (at least for beagle and panda boards) Add ARM SoC sound support Add SPI bus support Add user-space access to I2C and SPI
- commit b3c966e
-------------------------------------------------------------------
Thu Nov 21 10:50:28 CET 2013 - guillaume.gardet@oliseo.fr
- Set CONFIG_GPIO_TWL4030 as built-in (instead of module) as a requirement to boot on SD card on beagleboard xM
- commit 5b7fb61
-------------------------------------------------------------------
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
@ -275,18 +65,6 @@ Tue Nov 19 16:52:03 CET 2013 - jbohac@suse.cz
fate#313309
- commit c2e046e
-------------------------------------------------------------------
Fri Nov 15 23:53:40 CET 2013 - jeffm@suse.com
- config: build uncommon HID drivers as modules
- commit 92db3f1
-------------------------------------------------------------------
Fri Nov 15 23:33:44 CET 2013 - jeffm@suse.com
- config: sync HID=y on x86_64/debug config
- commit 2437d0f
-------------------------------------------------------------------
Tue Nov 12 14:09:24 CET 2013 - jdelvare@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.13-rc4
%define patchversion 3.13.0-rc4
%define srcversion 3.12
%define patchversion 3.12.2
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 3.13.rc4
Version: 3.12.2
%if 0%{?is_kotd}
Release: <RELEASE>.g3d0a348
Release: <RELEASE>.g3b81e61
%else
Release: 0
%endif
@ -146,7 +146,7 @@ Conflicts: libc.so.6()(64bit)
Provides: kernel = %version-%source_rel
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh

View File

@ -1,192 +1,3 @@
-------------------------------------------------------------------
Mon Dec 23 02:42:55 CET 2013 - agraf@suse.de
- ibmveth: Fix more little endian issues.
- powerpc: Don't return to BE mode when we are already there.
- powerpc: Add hack to make ppc64le work on hosts without ILE.
- powerpc: Add relocation code for fixups.
- powerpc: Add global exports for all interrupt vectors.
- commit 3d0a348
-------------------------------------------------------------------
Sat Dec 21 18:43:27 CET 2013 - jeffm@suse.de
- Update to 3.13-rc4.
- ppc64le/vanilla appears to have not been resynced when copied.
- commit 82b44e7
-------------------------------------------------------------------
Fri Dec 20 01:14:25 CET 2013 - agraf@suse.de
- Update config files: Disable relocation on ppc64le (it's broken)
- commit fbe0eb5
-------------------------------------------------------------------
Thu Dec 19 18:39:34 CET 2013 - agraf@suse.de
- Update config files: Disable kvm for ppc64le (not implemented upstream)
- commit 7fa2dfd
-------------------------------------------------------------------
Thu Dec 19 18:17:44 CET 2013 - agraf@suse.de
- powerpc: PTRACE_PEEKUSR always returns FPR0.
- commit c9829ea
-------------------------------------------------------------------
Thu Dec 19 18:17:17 CET 2013 - agraf@suse.de
- PPC: Build only vmlinux target.
- commit 04c2cde
-------------------------------------------------------------------
Thu Dec 19 18:15:37 CET 2013 - agraf@suse.de
- powerpc: Make 64-bit non-VMX __copy_tofrom_user bi-endian.
- commit 0044320
-------------------------------------------------------------------
Thu Dec 19 18:14:07 CET 2013 - agraf@suse.de
- Add ppc64le support (configs are a copy of the ppc64 ones with LE enabled)
- commit d86dbed
-------------------------------------------------------------------
Thu Dec 19 18:13:02 CET 2013 - agraf@suse.de
- sched: Remove PREEMPT_NEED_RESCHED from generic code. (fixes ppc)
- commit 605502a
-------------------------------------------------------------------
Thu Dec 19 18:11:43 CET 2013 - agraf@suse.de
- Disable 32-on-64 ptrace patch, it breaks for ppc64le
- commit a943cf8
-------------------------------------------------------------------
Thu Dec 19 18:10:46 CET 2013 - agraf@suse.de
- Update config files
- remove epapr bytechan interface, we don't support booke
- commit 68ab0ab
-------------------------------------------------------------------
Wed Dec 18 15:10:19 CET 2013 - tiwai@suse.de
- Disable simplefb and x86 sysfb due to breakage (bnc#855821)
- commit 656db57
-------------------------------------------------------------------
Mon Dec 16 15:39:56 CET 2013 - ohering@suse.de
- fbmem: really support wildcard video=options for all fbdev
drivers.
- commit 5b170d7
-------------------------------------------------------------------
Mon Dec 16 15:36:07 CET 2013 - ohering@suse.de
- Delete
patches.suse/suse-hv-Drivers-hv-util-Fix-a-bug-in-util-version-negotiatio.patch.
- commit b3125ee
-------------------------------------------------------------------
Fri Dec 13 16:02:31 CET 2013 - tiwai@suse.de
- Add missing CONFIG_PINCTRL_SINGLE kconfig setups
- commit 39ea148
-------------------------------------------------------------------
Thu Dec 12 13:53:00 CET 2013 - jdelvare@suse.de
- config.conf: s390 is history
- Delete config/s390/s390.
- Delete config/s390/trace.
- Delete config/s390/vanilla.
- commit 2bf5161
-------------------------------------------------------------------
Thu Dec 12 10:24:11 CET 2013 - jdelvare@suse.de
- Delete patches.suse/ida-remove-warning-dump-stack.patch.
Already included since kernel 3.11 (WARN calls dump_stack.)
- commit 8e04564
-------------------------------------------------------------------
Wed Dec 11 02:46:26 CET 2013 - stefan.bruens@rwth-aachen.de
- config: set CONFIG_X86_INTEL_LPSS and CONFIG_I2C_DESIGNWARE_PLATFORM
Enable INTEL LPSS (Low Power SubSystem) for LynxPoint chipsets (bnc#849125)
and DesignWare (platform) i2c bus driver (bnc#849338).
The DesignWare i2c driver depends on the clock subsystem.
- commit 3a6fe23
-------------------------------------------------------------------
Mon Dec 9 12:40:58 CET 2013 - hare@suse.de
- Delete patches.suse/scsi-error-test-unit-ready-timeout:
Superseded by commit 0816c9251a7180383bb7811e1a1545f7b78e5374.
- commit 44df1ce
-------------------------------------------------------------------
Mon Dec 9 12:32:26 CET 2013 - hare@suse.de
- iscsi_target: race condition on shutdown (bnc#850072).
- commit c4710fd
-------------------------------------------------------------------
Sun Dec 8 20:02:23 CET 2013 - jeffm@suse.com
- Update to 3.13-rc3.
- commit 82b4383
-------------------------------------------------------------------
Wed Dec 4 20:20:22 CET 2013 - jeffm@suse.de
- config: enable CONFIG_EXPERT
3.10 introduced Kconfig rules that automatically builds in
uncommon HID drivers if EXPERT is not set.
This commit does not introduce any other config changes.
- commit 30a8773
-------------------------------------------------------------------
Wed Dec 4 19:57:54 CET 2013 - jeffm@suse.com
- README: Update to document typical patch naming
- commit d2a2470
-------------------------------------------------------------------
Wed Dec 4 16:43:58 CET 2013 - tiwai@suse.de
- config: CONFIG_CHECKPOINT_RESTORE=y and CONFIG_MEM_SOFT_DIRTY=y on x86_64
- commit d99342f
-------------------------------------------------------------------
Mon Dec 2 04:25:25 CET 2013 - jeffm@suse.com
- Revert "init: define console_initcall when built as a module."
This reverts commit 9eb723d9911b941e71381831812b7c7bd17d24f3.
- commit c172b07
-------------------------------------------------------------------
Mon Dec 2 03:55:26 CET 2013 - jeffm@suse.com
- init: define console_initcall when built as a module.
- commit 9eb723d
-------------------------------------------------------------------
Mon Dec 2 03:23:04 CET 2013 - jeffm@suse.com
- overlayfs: update for 3.13 delegated_inode API changes.
- commit 3d88c7f
-------------------------------------------------------------------
Mon Dec 2 02:29:42 CET 2013 - jeffm@suse.com
- Update to 3.13-rc2.
- Eliminated 1 patch.
- commit 75ac3c3
-------------------------------------------------------------------
Fri Nov 29 21:29:19 CET 2013 - jslaby@suse.cz
@ -225,27 +36,6 @@ Tue Nov 26 17:28:52 CET 2013 - agraf@suse.de
- omapdrm: fix compile with dma_addr_t > u32.
- commit 611f4eb
-------------------------------------------------------------------
Sat Nov 23 01:43:38 CET 2013 - jeffm@suse.com
- Update to 3.13-rc1.
- Eliminated 7 patches.
- Xen is disabled.
- ARM needs config updates.
- commit 2dfdca4
-------------------------------------------------------------------
Thu Nov 21 11:10:31 CET 2013 - guillaume.gardet@oliseo.fr
- Add USB PHY support (needed to get USB and Ethernet working on beagle and panda boards) Add CONFIG_PINCTRL_SINGLE=y to be able to use Device tree (at least for beagle and panda boards) Add ARM SoC sound support Add SPI bus support Add user-space access to I2C and SPI
- commit b3c966e
-------------------------------------------------------------------
Thu Nov 21 10:50:28 CET 2013 - guillaume.gardet@oliseo.fr
- Set CONFIG_GPIO_TWL4030 as built-in (instead of module) as a requirement to boot on SD card on beagleboard xM
- commit 5b7fb61
-------------------------------------------------------------------
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
@ -275,18 +65,6 @@ Tue Nov 19 16:52:03 CET 2013 - jbohac@suse.cz
fate#313309
- commit c2e046e
-------------------------------------------------------------------
Fri Nov 15 23:53:40 CET 2013 - jeffm@suse.com
- config: build uncommon HID drivers as modules
- commit 92db3f1
-------------------------------------------------------------------
Fri Nov 15 23:33:44 CET 2013 - jeffm@suse.com
- config: sync HID=y on x86_64/debug config
- commit 2437d0f
-------------------------------------------------------------------
Tue Nov 12 14:09:24 CET 2013 - jdelvare@suse.de

View File

@ -17,16 +17,16 @@
# norootforbuild
%define patchversion 3.13.0-rc4
%define patchversion 3.12.2
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
Summary: Kernel Documentation
Version: 3.13.rc4
Version: 3.12.2
%if 0%{?is_kotd}
Release: <RELEASE>.g3d0a348
Release: <RELEASE>.g3b81e61
%else
Release: 0
%endif

29593
kernel-ec2.changes Normal file

File diff suppressed because it is too large Load Diff

1030
kernel-ec2.spec Normal file

File diff suppressed because it is too large Load Diff

29593
kernel-exynos.changes Normal file

File diff suppressed because it is too large Load Diff

1021
kernel-exynos.spec Normal file

File diff suppressed because it is too large Load Diff

29593
kernel-lpae.changes Normal file

File diff suppressed because it is too large Load Diff

1024
kernel-lpae.spec Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,192 +1,3 @@
-------------------------------------------------------------------
Mon Dec 23 02:42:55 CET 2013 - agraf@suse.de
- ibmveth: Fix more little endian issues.
- powerpc: Don't return to BE mode when we are already there.
- powerpc: Add hack to make ppc64le work on hosts without ILE.
- powerpc: Add relocation code for fixups.
- powerpc: Add global exports for all interrupt vectors.
- commit 3d0a348
-------------------------------------------------------------------
Sat Dec 21 18:43:27 CET 2013 - jeffm@suse.de
- Update to 3.13-rc4.
- ppc64le/vanilla appears to have not been resynced when copied.
- commit 82b44e7
-------------------------------------------------------------------
Fri Dec 20 01:14:25 CET 2013 - agraf@suse.de
- Update config files: Disable relocation on ppc64le (it's broken)
- commit fbe0eb5
-------------------------------------------------------------------
Thu Dec 19 18:39:34 CET 2013 - agraf@suse.de
- Update config files: Disable kvm for ppc64le (not implemented upstream)
- commit 7fa2dfd
-------------------------------------------------------------------
Thu Dec 19 18:17:44 CET 2013 - agraf@suse.de
- powerpc: PTRACE_PEEKUSR always returns FPR0.
- commit c9829ea
-------------------------------------------------------------------
Thu Dec 19 18:17:17 CET 2013 - agraf@suse.de
- PPC: Build only vmlinux target.
- commit 04c2cde
-------------------------------------------------------------------
Thu Dec 19 18:15:37 CET 2013 - agraf@suse.de
- powerpc: Make 64-bit non-VMX __copy_tofrom_user bi-endian.
- commit 0044320
-------------------------------------------------------------------
Thu Dec 19 18:14:07 CET 2013 - agraf@suse.de
- Add ppc64le support (configs are a copy of the ppc64 ones with LE enabled)
- commit d86dbed
-------------------------------------------------------------------
Thu Dec 19 18:13:02 CET 2013 - agraf@suse.de
- sched: Remove PREEMPT_NEED_RESCHED from generic code. (fixes ppc)
- commit 605502a
-------------------------------------------------------------------
Thu Dec 19 18:11:43 CET 2013 - agraf@suse.de
- Disable 32-on-64 ptrace patch, it breaks for ppc64le
- commit a943cf8
-------------------------------------------------------------------
Thu Dec 19 18:10:46 CET 2013 - agraf@suse.de
- Update config files
- remove epapr bytechan interface, we don't support booke
- commit 68ab0ab
-------------------------------------------------------------------
Wed Dec 18 15:10:19 CET 2013 - tiwai@suse.de
- Disable simplefb and x86 sysfb due to breakage (bnc#855821)
- commit 656db57
-------------------------------------------------------------------
Mon Dec 16 15:39:56 CET 2013 - ohering@suse.de
- fbmem: really support wildcard video=options for all fbdev
drivers.
- commit 5b170d7
-------------------------------------------------------------------
Mon Dec 16 15:36:07 CET 2013 - ohering@suse.de
- Delete
patches.suse/suse-hv-Drivers-hv-util-Fix-a-bug-in-util-version-negotiatio.patch.
- commit b3125ee
-------------------------------------------------------------------
Fri Dec 13 16:02:31 CET 2013 - tiwai@suse.de
- Add missing CONFIG_PINCTRL_SINGLE kconfig setups
- commit 39ea148
-------------------------------------------------------------------
Thu Dec 12 13:53:00 CET 2013 - jdelvare@suse.de
- config.conf: s390 is history
- Delete config/s390/s390.
- Delete config/s390/trace.
- Delete config/s390/vanilla.
- commit 2bf5161
-------------------------------------------------------------------
Thu Dec 12 10:24:11 CET 2013 - jdelvare@suse.de
- Delete patches.suse/ida-remove-warning-dump-stack.patch.
Already included since kernel 3.11 (WARN calls dump_stack.)
- commit 8e04564
-------------------------------------------------------------------
Wed Dec 11 02:46:26 CET 2013 - stefan.bruens@rwth-aachen.de
- config: set CONFIG_X86_INTEL_LPSS and CONFIG_I2C_DESIGNWARE_PLATFORM
Enable INTEL LPSS (Low Power SubSystem) for LynxPoint chipsets (bnc#849125)
and DesignWare (platform) i2c bus driver (bnc#849338).
The DesignWare i2c driver depends on the clock subsystem.
- commit 3a6fe23
-------------------------------------------------------------------
Mon Dec 9 12:40:58 CET 2013 - hare@suse.de
- Delete patches.suse/scsi-error-test-unit-ready-timeout:
Superseded by commit 0816c9251a7180383bb7811e1a1545f7b78e5374.
- commit 44df1ce
-------------------------------------------------------------------
Mon Dec 9 12:32:26 CET 2013 - hare@suse.de
- iscsi_target: race condition on shutdown (bnc#850072).
- commit c4710fd
-------------------------------------------------------------------
Sun Dec 8 20:02:23 CET 2013 - jeffm@suse.com
- Update to 3.13-rc3.
- commit 82b4383
-------------------------------------------------------------------
Wed Dec 4 20:20:22 CET 2013 - jeffm@suse.de
- config: enable CONFIG_EXPERT
3.10 introduced Kconfig rules that automatically builds in
uncommon HID drivers if EXPERT is not set.
This commit does not introduce any other config changes.
- commit 30a8773
-------------------------------------------------------------------
Wed Dec 4 19:57:54 CET 2013 - jeffm@suse.com
- README: Update to document typical patch naming
- commit d2a2470
-------------------------------------------------------------------
Wed Dec 4 16:43:58 CET 2013 - tiwai@suse.de
- config: CONFIG_CHECKPOINT_RESTORE=y and CONFIG_MEM_SOFT_DIRTY=y on x86_64
- commit d99342f
-------------------------------------------------------------------
Mon Dec 2 04:25:25 CET 2013 - jeffm@suse.com
- Revert "init: define console_initcall when built as a module."
This reverts commit 9eb723d9911b941e71381831812b7c7bd17d24f3.
- commit c172b07
-------------------------------------------------------------------
Mon Dec 2 03:55:26 CET 2013 - jeffm@suse.com
- init: define console_initcall when built as a module.
- commit 9eb723d
-------------------------------------------------------------------
Mon Dec 2 03:23:04 CET 2013 - jeffm@suse.com
- overlayfs: update for 3.13 delegated_inode API changes.
- commit 3d88c7f
-------------------------------------------------------------------
Mon Dec 2 02:29:42 CET 2013 - jeffm@suse.com
- Update to 3.13-rc2.
- Eliminated 1 patch.
- commit 75ac3c3
-------------------------------------------------------------------
Fri Nov 29 21:29:19 CET 2013 - jslaby@suse.cz
@ -225,27 +36,6 @@ Tue Nov 26 17:28:52 CET 2013 - agraf@suse.de
- omapdrm: fix compile with dma_addr_t > u32.
- commit 611f4eb
-------------------------------------------------------------------
Sat Nov 23 01:43:38 CET 2013 - jeffm@suse.com
- Update to 3.13-rc1.
- Eliminated 7 patches.
- Xen is disabled.
- ARM needs config updates.
- commit 2dfdca4
-------------------------------------------------------------------
Thu Nov 21 11:10:31 CET 2013 - guillaume.gardet@oliseo.fr
- Add USB PHY support (needed to get USB and Ethernet working on beagle and panda boards) Add CONFIG_PINCTRL_SINGLE=y to be able to use Device tree (at least for beagle and panda boards) Add ARM SoC sound support Add SPI bus support Add user-space access to I2C and SPI
- commit b3c966e
-------------------------------------------------------------------
Thu Nov 21 10:50:28 CET 2013 - guillaume.gardet@oliseo.fr
- Set CONFIG_GPIO_TWL4030 as built-in (instead of module) as a requirement to boot on SD card on beagleboard xM
- commit 5b7fb61
-------------------------------------------------------------------
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
@ -275,18 +65,6 @@ Tue Nov 19 16:52:03 CET 2013 - jbohac@suse.cz
fate#313309
- commit c2e046e
-------------------------------------------------------------------
Fri Nov 15 23:53:40 CET 2013 - jeffm@suse.com
- config: build uncommon HID drivers as modules
- commit 92db3f1
-------------------------------------------------------------------
Fri Nov 15 23:33:44 CET 2013 - jeffm@suse.com
- config: sync HID=y on x86_64/debug config
- commit 2437d0f
-------------------------------------------------------------------
Tue Nov 12 14:09:24 CET 2013 - jdelvare@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.13-rc4
%define patchversion 3.13.0-rc4
%define srcversion 3.12
%define patchversion 3.12.2
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 3.13.rc4
Version: 3.12.2
%if 0%{?is_kotd}
Release: <RELEASE>.g3d0a348
Release: <RELEASE>.g3b81e61
%else
Release: 0
%endif
@ -151,7 +151,7 @@ Provides: kernel-vmi = 2.6.38
Obsoletes: kernel-vmi <= 2.6.38
%endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh

View File

@ -1,192 +1,3 @@
-------------------------------------------------------------------
Mon Dec 23 02:42:55 CET 2013 - agraf@suse.de
- ibmveth: Fix more little endian issues.
- powerpc: Don't return to BE mode when we are already there.
- powerpc: Add hack to make ppc64le work on hosts without ILE.
- powerpc: Add relocation code for fixups.
- powerpc: Add global exports for all interrupt vectors.
- commit 3d0a348
-------------------------------------------------------------------
Sat Dec 21 18:43:27 CET 2013 - jeffm@suse.de
- Update to 3.13-rc4.
- ppc64le/vanilla appears to have not been resynced when copied.
- commit 82b44e7
-------------------------------------------------------------------
Fri Dec 20 01:14:25 CET 2013 - agraf@suse.de
- Update config files: Disable relocation on ppc64le (it's broken)
- commit fbe0eb5
-------------------------------------------------------------------
Thu Dec 19 18:39:34 CET 2013 - agraf@suse.de
- Update config files: Disable kvm for ppc64le (not implemented upstream)
- commit 7fa2dfd
-------------------------------------------------------------------
Thu Dec 19 18:17:44 CET 2013 - agraf@suse.de
- powerpc: PTRACE_PEEKUSR always returns FPR0.
- commit c9829ea
-------------------------------------------------------------------
Thu Dec 19 18:17:17 CET 2013 - agraf@suse.de
- PPC: Build only vmlinux target.
- commit 04c2cde
-------------------------------------------------------------------
Thu Dec 19 18:15:37 CET 2013 - agraf@suse.de
- powerpc: Make 64-bit non-VMX __copy_tofrom_user bi-endian.
- commit 0044320
-------------------------------------------------------------------
Thu Dec 19 18:14:07 CET 2013 - agraf@suse.de
- Add ppc64le support (configs are a copy of the ppc64 ones with LE enabled)
- commit d86dbed
-------------------------------------------------------------------
Thu Dec 19 18:13:02 CET 2013 - agraf@suse.de
- sched: Remove PREEMPT_NEED_RESCHED from generic code. (fixes ppc)
- commit 605502a
-------------------------------------------------------------------
Thu Dec 19 18:11:43 CET 2013 - agraf@suse.de
- Disable 32-on-64 ptrace patch, it breaks for ppc64le
- commit a943cf8
-------------------------------------------------------------------
Thu Dec 19 18:10:46 CET 2013 - agraf@suse.de
- Update config files
- remove epapr bytechan interface, we don't support booke
- commit 68ab0ab
-------------------------------------------------------------------
Wed Dec 18 15:10:19 CET 2013 - tiwai@suse.de
- Disable simplefb and x86 sysfb due to breakage (bnc#855821)
- commit 656db57
-------------------------------------------------------------------
Mon Dec 16 15:39:56 CET 2013 - ohering@suse.de
- fbmem: really support wildcard video=options for all fbdev
drivers.
- commit 5b170d7
-------------------------------------------------------------------
Mon Dec 16 15:36:07 CET 2013 - ohering@suse.de
- Delete
patches.suse/suse-hv-Drivers-hv-util-Fix-a-bug-in-util-version-negotiatio.patch.
- commit b3125ee
-------------------------------------------------------------------
Fri Dec 13 16:02:31 CET 2013 - tiwai@suse.de
- Add missing CONFIG_PINCTRL_SINGLE kconfig setups
- commit 39ea148
-------------------------------------------------------------------
Thu Dec 12 13:53:00 CET 2013 - jdelvare@suse.de
- config.conf: s390 is history
- Delete config/s390/s390.
- Delete config/s390/trace.
- Delete config/s390/vanilla.
- commit 2bf5161
-------------------------------------------------------------------
Thu Dec 12 10:24:11 CET 2013 - jdelvare@suse.de
- Delete patches.suse/ida-remove-warning-dump-stack.patch.
Already included since kernel 3.11 (WARN calls dump_stack.)
- commit 8e04564
-------------------------------------------------------------------
Wed Dec 11 02:46:26 CET 2013 - stefan.bruens@rwth-aachen.de
- config: set CONFIG_X86_INTEL_LPSS and CONFIG_I2C_DESIGNWARE_PLATFORM
Enable INTEL LPSS (Low Power SubSystem) for LynxPoint chipsets (bnc#849125)
and DesignWare (platform) i2c bus driver (bnc#849338).
The DesignWare i2c driver depends on the clock subsystem.
- commit 3a6fe23
-------------------------------------------------------------------
Mon Dec 9 12:40:58 CET 2013 - hare@suse.de
- Delete patches.suse/scsi-error-test-unit-ready-timeout:
Superseded by commit 0816c9251a7180383bb7811e1a1545f7b78e5374.
- commit 44df1ce
-------------------------------------------------------------------
Mon Dec 9 12:32:26 CET 2013 - hare@suse.de
- iscsi_target: race condition on shutdown (bnc#850072).
- commit c4710fd
-------------------------------------------------------------------
Sun Dec 8 20:02:23 CET 2013 - jeffm@suse.com
- Update to 3.13-rc3.
- commit 82b4383
-------------------------------------------------------------------
Wed Dec 4 20:20:22 CET 2013 - jeffm@suse.de
- config: enable CONFIG_EXPERT
3.10 introduced Kconfig rules that automatically builds in
uncommon HID drivers if EXPERT is not set.
This commit does not introduce any other config changes.
- commit 30a8773
-------------------------------------------------------------------
Wed Dec 4 19:57:54 CET 2013 - jeffm@suse.com
- README: Update to document typical patch naming
- commit d2a2470
-------------------------------------------------------------------
Wed Dec 4 16:43:58 CET 2013 - tiwai@suse.de
- config: CONFIG_CHECKPOINT_RESTORE=y and CONFIG_MEM_SOFT_DIRTY=y on x86_64
- commit d99342f
-------------------------------------------------------------------
Mon Dec 2 04:25:25 CET 2013 - jeffm@suse.com
- Revert "init: define console_initcall when built as a module."
This reverts commit 9eb723d9911b941e71381831812b7c7bd17d24f3.
- commit c172b07
-------------------------------------------------------------------
Mon Dec 2 03:55:26 CET 2013 - jeffm@suse.com
- init: define console_initcall when built as a module.
- commit 9eb723d
-------------------------------------------------------------------
Mon Dec 2 03:23:04 CET 2013 - jeffm@suse.com
- overlayfs: update for 3.13 delegated_inode API changes.
- commit 3d88c7f
-------------------------------------------------------------------
Mon Dec 2 02:29:42 CET 2013 - jeffm@suse.com
- Update to 3.13-rc2.
- Eliminated 1 patch.
- commit 75ac3c3
-------------------------------------------------------------------
Fri Nov 29 21:29:19 CET 2013 - jslaby@suse.cz
@ -225,27 +36,6 @@ Tue Nov 26 17:28:52 CET 2013 - agraf@suse.de
- omapdrm: fix compile with dma_addr_t > u32.
- commit 611f4eb
-------------------------------------------------------------------
Sat Nov 23 01:43:38 CET 2013 - jeffm@suse.com
- Update to 3.13-rc1.
- Eliminated 7 patches.
- Xen is disabled.
- ARM needs config updates.
- commit 2dfdca4
-------------------------------------------------------------------
Thu Nov 21 11:10:31 CET 2013 - guillaume.gardet@oliseo.fr
- Add USB PHY support (needed to get USB and Ethernet working on beagle and panda boards) Add CONFIG_PINCTRL_SINGLE=y to be able to use Device tree (at least for beagle and panda boards) Add ARM SoC sound support Add SPI bus support Add user-space access to I2C and SPI
- commit b3c966e
-------------------------------------------------------------------
Thu Nov 21 10:50:28 CET 2013 - guillaume.gardet@oliseo.fr
- Set CONFIG_GPIO_TWL4030 as built-in (instead of module) as a requirement to boot on SD card on beagleboard xM
- commit 5b7fb61
-------------------------------------------------------------------
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
@ -275,18 +65,6 @@ Tue Nov 19 16:52:03 CET 2013 - jbohac@suse.cz
fate#313309
- commit c2e046e
-------------------------------------------------------------------
Fri Nov 15 23:53:40 CET 2013 - jeffm@suse.com
- config: build uncommon HID drivers as modules
- commit 92db3f1
-------------------------------------------------------------------
Fri Nov 15 23:33:44 CET 2013 - jeffm@suse.com
- config: sync HID=y on x86_64/debug config
- commit 2437d0f
-------------------------------------------------------------------
Tue Nov 12 14:09:24 CET 2013 - jdelvare@suse.de

View File

@ -18,8 +18,8 @@
# norootforbuild
# icecream 0
%define srcversion 3.13-rc4
%define patchversion 3.13.0-rc4
%define srcversion 3.12
%define patchversion 3.12.2
%define variant %{nil}
%define vanilla_only 0
@ -29,9 +29,9 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 3.13.rc4
Version: 3.12.2
%if 0%{?is_kotd}
Release: <RELEASE>.g3d0a348
Release: <RELEASE>.g3b81e61
%else
Release: 0
%endif
@ -45,7 +45,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/testing/linux-%srcversion.tar.bz2
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh

View File

@ -1,192 +1,3 @@
-------------------------------------------------------------------
Mon Dec 23 02:42:55 CET 2013 - agraf@suse.de
- ibmveth: Fix more little endian issues.
- powerpc: Don't return to BE mode when we are already there.
- powerpc: Add hack to make ppc64le work on hosts without ILE.
- powerpc: Add relocation code for fixups.
- powerpc: Add global exports for all interrupt vectors.
- commit 3d0a348
-------------------------------------------------------------------
Sat Dec 21 18:43:27 CET 2013 - jeffm@suse.de
- Update to 3.13-rc4.
- ppc64le/vanilla appears to have not been resynced when copied.
- commit 82b44e7
-------------------------------------------------------------------
Fri Dec 20 01:14:25 CET 2013 - agraf@suse.de
- Update config files: Disable relocation on ppc64le (it's broken)
- commit fbe0eb5
-------------------------------------------------------------------
Thu Dec 19 18:39:34 CET 2013 - agraf@suse.de
- Update config files: Disable kvm for ppc64le (not implemented upstream)
- commit 7fa2dfd
-------------------------------------------------------------------
Thu Dec 19 18:17:44 CET 2013 - agraf@suse.de
- powerpc: PTRACE_PEEKUSR always returns FPR0.
- commit c9829ea
-------------------------------------------------------------------
Thu Dec 19 18:17:17 CET 2013 - agraf@suse.de
- PPC: Build only vmlinux target.
- commit 04c2cde
-------------------------------------------------------------------
Thu Dec 19 18:15:37 CET 2013 - agraf@suse.de
- powerpc: Make 64-bit non-VMX __copy_tofrom_user bi-endian.
- commit 0044320
-------------------------------------------------------------------
Thu Dec 19 18:14:07 CET 2013 - agraf@suse.de
- Add ppc64le support (configs are a copy of the ppc64 ones with LE enabled)
- commit d86dbed
-------------------------------------------------------------------
Thu Dec 19 18:13:02 CET 2013 - agraf@suse.de
- sched: Remove PREEMPT_NEED_RESCHED from generic code. (fixes ppc)
- commit 605502a
-------------------------------------------------------------------
Thu Dec 19 18:11:43 CET 2013 - agraf@suse.de
- Disable 32-on-64 ptrace patch, it breaks for ppc64le
- commit a943cf8
-------------------------------------------------------------------
Thu Dec 19 18:10:46 CET 2013 - agraf@suse.de
- Update config files
- remove epapr bytechan interface, we don't support booke
- commit 68ab0ab
-------------------------------------------------------------------
Wed Dec 18 15:10:19 CET 2013 - tiwai@suse.de
- Disable simplefb and x86 sysfb due to breakage (bnc#855821)
- commit 656db57
-------------------------------------------------------------------
Mon Dec 16 15:39:56 CET 2013 - ohering@suse.de
- fbmem: really support wildcard video=options for all fbdev
drivers.
- commit 5b170d7
-------------------------------------------------------------------
Mon Dec 16 15:36:07 CET 2013 - ohering@suse.de
- Delete
patches.suse/suse-hv-Drivers-hv-util-Fix-a-bug-in-util-version-negotiatio.patch.
- commit b3125ee
-------------------------------------------------------------------
Fri Dec 13 16:02:31 CET 2013 - tiwai@suse.de
- Add missing CONFIG_PINCTRL_SINGLE kconfig setups
- commit 39ea148
-------------------------------------------------------------------
Thu Dec 12 13:53:00 CET 2013 - jdelvare@suse.de
- config.conf: s390 is history
- Delete config/s390/s390.
- Delete config/s390/trace.
- Delete config/s390/vanilla.
- commit 2bf5161
-------------------------------------------------------------------
Thu Dec 12 10:24:11 CET 2013 - jdelvare@suse.de
- Delete patches.suse/ida-remove-warning-dump-stack.patch.
Already included since kernel 3.11 (WARN calls dump_stack.)
- commit 8e04564
-------------------------------------------------------------------
Wed Dec 11 02:46:26 CET 2013 - stefan.bruens@rwth-aachen.de
- config: set CONFIG_X86_INTEL_LPSS and CONFIG_I2C_DESIGNWARE_PLATFORM
Enable INTEL LPSS (Low Power SubSystem) for LynxPoint chipsets (bnc#849125)
and DesignWare (platform) i2c bus driver (bnc#849338).
The DesignWare i2c driver depends on the clock subsystem.
- commit 3a6fe23
-------------------------------------------------------------------
Mon Dec 9 12:40:58 CET 2013 - hare@suse.de
- Delete patches.suse/scsi-error-test-unit-ready-timeout:
Superseded by commit 0816c9251a7180383bb7811e1a1545f7b78e5374.
- commit 44df1ce
-------------------------------------------------------------------
Mon Dec 9 12:32:26 CET 2013 - hare@suse.de
- iscsi_target: race condition on shutdown (bnc#850072).
- commit c4710fd
-------------------------------------------------------------------
Sun Dec 8 20:02:23 CET 2013 - jeffm@suse.com
- Update to 3.13-rc3.
- commit 82b4383
-------------------------------------------------------------------
Wed Dec 4 20:20:22 CET 2013 - jeffm@suse.de
- config: enable CONFIG_EXPERT
3.10 introduced Kconfig rules that automatically builds in
uncommon HID drivers if EXPERT is not set.
This commit does not introduce any other config changes.
- commit 30a8773
-------------------------------------------------------------------
Wed Dec 4 19:57:54 CET 2013 - jeffm@suse.com
- README: Update to document typical patch naming
- commit d2a2470
-------------------------------------------------------------------
Wed Dec 4 16:43:58 CET 2013 - tiwai@suse.de
- config: CONFIG_CHECKPOINT_RESTORE=y and CONFIG_MEM_SOFT_DIRTY=y on x86_64
- commit d99342f
-------------------------------------------------------------------
Mon Dec 2 04:25:25 CET 2013 - jeffm@suse.com
- Revert "init: define console_initcall when built as a module."
This reverts commit 9eb723d9911b941e71381831812b7c7bd17d24f3.
- commit c172b07
-------------------------------------------------------------------
Mon Dec 2 03:55:26 CET 2013 - jeffm@suse.com
- init: define console_initcall when built as a module.
- commit 9eb723d
-------------------------------------------------------------------
Mon Dec 2 03:23:04 CET 2013 - jeffm@suse.com
- overlayfs: update for 3.13 delegated_inode API changes.
- commit 3d88c7f
-------------------------------------------------------------------
Mon Dec 2 02:29:42 CET 2013 - jeffm@suse.com
- Update to 3.13-rc2.
- Eliminated 1 patch.
- commit 75ac3c3
-------------------------------------------------------------------
Fri Nov 29 21:29:19 CET 2013 - jslaby@suse.cz
@ -225,27 +36,6 @@ Tue Nov 26 17:28:52 CET 2013 - agraf@suse.de
- omapdrm: fix compile with dma_addr_t > u32.
- commit 611f4eb
-------------------------------------------------------------------
Sat Nov 23 01:43:38 CET 2013 - jeffm@suse.com
- Update to 3.13-rc1.
- Eliminated 7 patches.
- Xen is disabled.
- ARM needs config updates.
- commit 2dfdca4
-------------------------------------------------------------------
Thu Nov 21 11:10:31 CET 2013 - guillaume.gardet@oliseo.fr
- Add USB PHY support (needed to get USB and Ethernet working on beagle and panda boards) Add CONFIG_PINCTRL_SINGLE=y to be able to use Device tree (at least for beagle and panda boards) Add ARM SoC sound support Add SPI bus support Add user-space access to I2C and SPI
- commit b3c966e
-------------------------------------------------------------------
Thu Nov 21 10:50:28 CET 2013 - guillaume.gardet@oliseo.fr
- Set CONFIG_GPIO_TWL4030 as built-in (instead of module) as a requirement to boot on SD card on beagleboard xM
- commit 5b7fb61
-------------------------------------------------------------------
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
@ -275,18 +65,6 @@ Tue Nov 19 16:52:03 CET 2013 - jbohac@suse.cz
fate#313309
- commit c2e046e
-------------------------------------------------------------------
Fri Nov 15 23:53:40 CET 2013 - jeffm@suse.com
- config: build uncommon HID drivers as modules
- commit 92db3f1
-------------------------------------------------------------------
Fri Nov 15 23:33:44 CET 2013 - jeffm@suse.com
- config: sync HID=y on x86_64/debug config
- commit 2437d0f
-------------------------------------------------------------------
Tue Nov 12 14:09:24 CET 2013 - jdelvare@suse.de

View File

@ -23,10 +23,10 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 3.13.rc4
Version: 3.12.2
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.g3d0a348
Release: <RELEASE>.g3b81e61
%else
Release: 0
%endif
@ -39,21 +39,33 @@ Group: Development/Sources
Url: http://www.kernel.org/
AutoReqProv: off
BuildRequires: coreutils
%ifarch %ix86 ia64 ppc ppc64 ppc64le s390x x86_64
%ifarch armv7hl
Requires: kernel-cubox-devel = %version-%source_rel
%endif
%ifarch aarch64 armv6hl armv7hl %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 armv7hl
Requires: kernel-exynos-devel = %version-%source_rel
%endif
%ifarch armv7hl
Requires: kernel-lpae-devel = %version-%source_rel
%endif
%ifarch %ix86
Requires: kernel-pae-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 ia64 ppc ppc64 ppc64le s390x x86_64
ExclusiveArch: %ix86 aarch64 armv6hl armv7hl ia64 ppc ppc64 s390x x86_64
Prefix: /usr/src
%description

View File

@ -1,192 +1,3 @@
-------------------------------------------------------------------
Mon Dec 23 02:42:55 CET 2013 - agraf@suse.de
- ibmveth: Fix more little endian issues.
- powerpc: Don't return to BE mode when we are already there.
- powerpc: Add hack to make ppc64le work on hosts without ILE.
- powerpc: Add relocation code for fixups.
- powerpc: Add global exports for all interrupt vectors.
- commit 3d0a348
-------------------------------------------------------------------
Sat Dec 21 18:43:27 CET 2013 - jeffm@suse.de
- Update to 3.13-rc4.
- ppc64le/vanilla appears to have not been resynced when copied.
- commit 82b44e7
-------------------------------------------------------------------
Fri Dec 20 01:14:25 CET 2013 - agraf@suse.de
- Update config files: Disable relocation on ppc64le (it's broken)
- commit fbe0eb5
-------------------------------------------------------------------
Thu Dec 19 18:39:34 CET 2013 - agraf@suse.de
- Update config files: Disable kvm for ppc64le (not implemented upstream)
- commit 7fa2dfd
-------------------------------------------------------------------
Thu Dec 19 18:17:44 CET 2013 - agraf@suse.de
- powerpc: PTRACE_PEEKUSR always returns FPR0.
- commit c9829ea
-------------------------------------------------------------------
Thu Dec 19 18:17:17 CET 2013 - agraf@suse.de
- PPC: Build only vmlinux target.
- commit 04c2cde
-------------------------------------------------------------------
Thu Dec 19 18:15:37 CET 2013 - agraf@suse.de
- powerpc: Make 64-bit non-VMX __copy_tofrom_user bi-endian.
- commit 0044320
-------------------------------------------------------------------
Thu Dec 19 18:14:07 CET 2013 - agraf@suse.de
- Add ppc64le support (configs are a copy of the ppc64 ones with LE enabled)
- commit d86dbed
-------------------------------------------------------------------
Thu Dec 19 18:13:02 CET 2013 - agraf@suse.de
- sched: Remove PREEMPT_NEED_RESCHED from generic code. (fixes ppc)
- commit 605502a
-------------------------------------------------------------------
Thu Dec 19 18:11:43 CET 2013 - agraf@suse.de
- Disable 32-on-64 ptrace patch, it breaks for ppc64le
- commit a943cf8
-------------------------------------------------------------------
Thu Dec 19 18:10:46 CET 2013 - agraf@suse.de
- Update config files
- remove epapr bytechan interface, we don't support booke
- commit 68ab0ab
-------------------------------------------------------------------
Wed Dec 18 15:10:19 CET 2013 - tiwai@suse.de
- Disable simplefb and x86 sysfb due to breakage (bnc#855821)
- commit 656db57
-------------------------------------------------------------------
Mon Dec 16 15:39:56 CET 2013 - ohering@suse.de
- fbmem: really support wildcard video=options for all fbdev
drivers.
- commit 5b170d7
-------------------------------------------------------------------
Mon Dec 16 15:36:07 CET 2013 - ohering@suse.de
- Delete
patches.suse/suse-hv-Drivers-hv-util-Fix-a-bug-in-util-version-negotiatio.patch.
- commit b3125ee
-------------------------------------------------------------------
Fri Dec 13 16:02:31 CET 2013 - tiwai@suse.de
- Add missing CONFIG_PINCTRL_SINGLE kconfig setups
- commit 39ea148
-------------------------------------------------------------------
Thu Dec 12 13:53:00 CET 2013 - jdelvare@suse.de
- config.conf: s390 is history
- Delete config/s390/s390.
- Delete config/s390/trace.
- Delete config/s390/vanilla.
- commit 2bf5161
-------------------------------------------------------------------
Thu Dec 12 10:24:11 CET 2013 - jdelvare@suse.de
- Delete patches.suse/ida-remove-warning-dump-stack.patch.
Already included since kernel 3.11 (WARN calls dump_stack.)
- commit 8e04564
-------------------------------------------------------------------
Wed Dec 11 02:46:26 CET 2013 - stefan.bruens@rwth-aachen.de
- config: set CONFIG_X86_INTEL_LPSS and CONFIG_I2C_DESIGNWARE_PLATFORM
Enable INTEL LPSS (Low Power SubSystem) for LynxPoint chipsets (bnc#849125)
and DesignWare (platform) i2c bus driver (bnc#849338).
The DesignWare i2c driver depends on the clock subsystem.
- commit 3a6fe23
-------------------------------------------------------------------
Mon Dec 9 12:40:58 CET 2013 - hare@suse.de
- Delete patches.suse/scsi-error-test-unit-ready-timeout:
Superseded by commit 0816c9251a7180383bb7811e1a1545f7b78e5374.
- commit 44df1ce
-------------------------------------------------------------------
Mon Dec 9 12:32:26 CET 2013 - hare@suse.de
- iscsi_target: race condition on shutdown (bnc#850072).
- commit c4710fd
-------------------------------------------------------------------
Sun Dec 8 20:02:23 CET 2013 - jeffm@suse.com
- Update to 3.13-rc3.
- commit 82b4383
-------------------------------------------------------------------
Wed Dec 4 20:20:22 CET 2013 - jeffm@suse.de
- config: enable CONFIG_EXPERT
3.10 introduced Kconfig rules that automatically builds in
uncommon HID drivers if EXPERT is not set.
This commit does not introduce any other config changes.
- commit 30a8773
-------------------------------------------------------------------
Wed Dec 4 19:57:54 CET 2013 - jeffm@suse.com
- README: Update to document typical patch naming
- commit d2a2470
-------------------------------------------------------------------
Wed Dec 4 16:43:58 CET 2013 - tiwai@suse.de
- config: CONFIG_CHECKPOINT_RESTORE=y and CONFIG_MEM_SOFT_DIRTY=y on x86_64
- commit d99342f
-------------------------------------------------------------------
Mon Dec 2 04:25:25 CET 2013 - jeffm@suse.com
- Revert "init: define console_initcall when built as a module."
This reverts commit 9eb723d9911b941e71381831812b7c7bd17d24f3.
- commit c172b07
-------------------------------------------------------------------
Mon Dec 2 03:55:26 CET 2013 - jeffm@suse.com
- init: define console_initcall when built as a module.
- commit 9eb723d
-------------------------------------------------------------------
Mon Dec 2 03:23:04 CET 2013 - jeffm@suse.com
- overlayfs: update for 3.13 delegated_inode API changes.
- commit 3d88c7f
-------------------------------------------------------------------
Mon Dec 2 02:29:42 CET 2013 - jeffm@suse.com
- Update to 3.13-rc2.
- Eliminated 1 patch.
- commit 75ac3c3
-------------------------------------------------------------------
Fri Nov 29 21:29:19 CET 2013 - jslaby@suse.cz
@ -225,27 +36,6 @@ Tue Nov 26 17:28:52 CET 2013 - agraf@suse.de
- omapdrm: fix compile with dma_addr_t > u32.
- commit 611f4eb
-------------------------------------------------------------------
Sat Nov 23 01:43:38 CET 2013 - jeffm@suse.com
- Update to 3.13-rc1.
- Eliminated 7 patches.
- Xen is disabled.
- ARM needs config updates.
- commit 2dfdca4
-------------------------------------------------------------------
Thu Nov 21 11:10:31 CET 2013 - guillaume.gardet@oliseo.fr
- Add USB PHY support (needed to get USB and Ethernet working on beagle and panda boards) Add CONFIG_PINCTRL_SINGLE=y to be able to use Device tree (at least for beagle and panda boards) Add ARM SoC sound support Add SPI bus support Add user-space access to I2C and SPI
- commit b3c966e
-------------------------------------------------------------------
Thu Nov 21 10:50:28 CET 2013 - guillaume.gardet@oliseo.fr
- Set CONFIG_GPIO_TWL4030 as built-in (instead of module) as a requirement to boot on SD card on beagleboard xM
- commit 5b7fb61
-------------------------------------------------------------------
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
@ -275,18 +65,6 @@ Tue Nov 19 16:52:03 CET 2013 - jbohac@suse.cz
fate#313309
- commit c2e046e
-------------------------------------------------------------------
Fri Nov 15 23:53:40 CET 2013 - jeffm@suse.com
- config: build uncommon HID drivers as modules
- commit 92db3f1
-------------------------------------------------------------------
Fri Nov 15 23:33:44 CET 2013 - jeffm@suse.com
- config: sync HID=y on x86_64/debug config
- commit 2437d0f
-------------------------------------------------------------------
Tue Nov 12 14:09:24 CET 2013 - jdelvare@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.13-rc4
%define patchversion 3.13.0-rc4
%define srcversion 3.12
%define patchversion 3.12.2
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 3.13.rc4
Version: 3.12.2
%if 0%{?is_kotd}
Release: <RELEASE>.g3d0a348
Release: <RELEASE>.g3b81e61
%else
Release: 0
%endif
@ -149,7 +149,7 @@ Provides: kernel-kdump = 2.6.28
Obsoletes: kernel-kdump <= 2.6.28
%endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh
@ -209,7 +209,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ia64 ppc64 ppc64le s390x x86_64
ExclusiveArch: %ix86 ia64 ppc64 s390x x86_64
%define kmp_target_cpu %_target_cpu
%ifarch %ix86
# Only i386/default supports i586, mark other flavors' packages as i686

View File

@ -1,192 +1,3 @@
-------------------------------------------------------------------
Mon Dec 23 02:42:55 CET 2013 - agraf@suse.de
- ibmveth: Fix more little endian issues.
- powerpc: Don't return to BE mode when we are already there.
- powerpc: Add hack to make ppc64le work on hosts without ILE.
- powerpc: Add relocation code for fixups.
- powerpc: Add global exports for all interrupt vectors.
- commit 3d0a348
-------------------------------------------------------------------
Sat Dec 21 18:43:27 CET 2013 - jeffm@suse.de
- Update to 3.13-rc4.
- ppc64le/vanilla appears to have not been resynced when copied.
- commit 82b44e7
-------------------------------------------------------------------
Fri Dec 20 01:14:25 CET 2013 - agraf@suse.de
- Update config files: Disable relocation on ppc64le (it's broken)
- commit fbe0eb5
-------------------------------------------------------------------
Thu Dec 19 18:39:34 CET 2013 - agraf@suse.de
- Update config files: Disable kvm for ppc64le (not implemented upstream)
- commit 7fa2dfd
-------------------------------------------------------------------
Thu Dec 19 18:17:44 CET 2013 - agraf@suse.de
- powerpc: PTRACE_PEEKUSR always returns FPR0.
- commit c9829ea
-------------------------------------------------------------------
Thu Dec 19 18:17:17 CET 2013 - agraf@suse.de
- PPC: Build only vmlinux target.
- commit 04c2cde
-------------------------------------------------------------------
Thu Dec 19 18:15:37 CET 2013 - agraf@suse.de
- powerpc: Make 64-bit non-VMX __copy_tofrom_user bi-endian.
- commit 0044320
-------------------------------------------------------------------
Thu Dec 19 18:14:07 CET 2013 - agraf@suse.de
- Add ppc64le support (configs are a copy of the ppc64 ones with LE enabled)
- commit d86dbed
-------------------------------------------------------------------
Thu Dec 19 18:13:02 CET 2013 - agraf@suse.de
- sched: Remove PREEMPT_NEED_RESCHED from generic code. (fixes ppc)
- commit 605502a
-------------------------------------------------------------------
Thu Dec 19 18:11:43 CET 2013 - agraf@suse.de
- Disable 32-on-64 ptrace patch, it breaks for ppc64le
- commit a943cf8
-------------------------------------------------------------------
Thu Dec 19 18:10:46 CET 2013 - agraf@suse.de
- Update config files
- remove epapr bytechan interface, we don't support booke
- commit 68ab0ab
-------------------------------------------------------------------
Wed Dec 18 15:10:19 CET 2013 - tiwai@suse.de
- Disable simplefb and x86 sysfb due to breakage (bnc#855821)
- commit 656db57
-------------------------------------------------------------------
Mon Dec 16 15:39:56 CET 2013 - ohering@suse.de
- fbmem: really support wildcard video=options for all fbdev
drivers.
- commit 5b170d7
-------------------------------------------------------------------
Mon Dec 16 15:36:07 CET 2013 - ohering@suse.de
- Delete
patches.suse/suse-hv-Drivers-hv-util-Fix-a-bug-in-util-version-negotiatio.patch.
- commit b3125ee
-------------------------------------------------------------------
Fri Dec 13 16:02:31 CET 2013 - tiwai@suse.de
- Add missing CONFIG_PINCTRL_SINGLE kconfig setups
- commit 39ea148
-------------------------------------------------------------------
Thu Dec 12 13:53:00 CET 2013 - jdelvare@suse.de
- config.conf: s390 is history
- Delete config/s390/s390.
- Delete config/s390/trace.
- Delete config/s390/vanilla.
- commit 2bf5161
-------------------------------------------------------------------
Thu Dec 12 10:24:11 CET 2013 - jdelvare@suse.de
- Delete patches.suse/ida-remove-warning-dump-stack.patch.
Already included since kernel 3.11 (WARN calls dump_stack.)
- commit 8e04564
-------------------------------------------------------------------
Wed Dec 11 02:46:26 CET 2013 - stefan.bruens@rwth-aachen.de
- config: set CONFIG_X86_INTEL_LPSS and CONFIG_I2C_DESIGNWARE_PLATFORM
Enable INTEL LPSS (Low Power SubSystem) for LynxPoint chipsets (bnc#849125)
and DesignWare (platform) i2c bus driver (bnc#849338).
The DesignWare i2c driver depends on the clock subsystem.
- commit 3a6fe23
-------------------------------------------------------------------
Mon Dec 9 12:40:58 CET 2013 - hare@suse.de
- Delete patches.suse/scsi-error-test-unit-ready-timeout:
Superseded by commit 0816c9251a7180383bb7811e1a1545f7b78e5374.
- commit 44df1ce
-------------------------------------------------------------------
Mon Dec 9 12:32:26 CET 2013 - hare@suse.de
- iscsi_target: race condition on shutdown (bnc#850072).
- commit c4710fd
-------------------------------------------------------------------
Sun Dec 8 20:02:23 CET 2013 - jeffm@suse.com
- Update to 3.13-rc3.
- commit 82b4383
-------------------------------------------------------------------
Wed Dec 4 20:20:22 CET 2013 - jeffm@suse.de
- config: enable CONFIG_EXPERT
3.10 introduced Kconfig rules that automatically builds in
uncommon HID drivers if EXPERT is not set.
This commit does not introduce any other config changes.
- commit 30a8773
-------------------------------------------------------------------
Wed Dec 4 19:57:54 CET 2013 - jeffm@suse.com
- README: Update to document typical patch naming
- commit d2a2470
-------------------------------------------------------------------
Wed Dec 4 16:43:58 CET 2013 - tiwai@suse.de
- config: CONFIG_CHECKPOINT_RESTORE=y and CONFIG_MEM_SOFT_DIRTY=y on x86_64
- commit d99342f
-------------------------------------------------------------------
Mon Dec 2 04:25:25 CET 2013 - jeffm@suse.com
- Revert "init: define console_initcall when built as a module."
This reverts commit 9eb723d9911b941e71381831812b7c7bd17d24f3.
- commit c172b07
-------------------------------------------------------------------
Mon Dec 2 03:55:26 CET 2013 - jeffm@suse.com
- init: define console_initcall when built as a module.
- commit 9eb723d
-------------------------------------------------------------------
Mon Dec 2 03:23:04 CET 2013 - jeffm@suse.com
- overlayfs: update for 3.13 delegated_inode API changes.
- commit 3d88c7f
-------------------------------------------------------------------
Mon Dec 2 02:29:42 CET 2013 - jeffm@suse.com
- Update to 3.13-rc2.
- Eliminated 1 patch.
- commit 75ac3c3
-------------------------------------------------------------------
Fri Nov 29 21:29:19 CET 2013 - jslaby@suse.cz
@ -225,27 +36,6 @@ Tue Nov 26 17:28:52 CET 2013 - agraf@suse.de
- omapdrm: fix compile with dma_addr_t > u32.
- commit 611f4eb
-------------------------------------------------------------------
Sat Nov 23 01:43:38 CET 2013 - jeffm@suse.com
- Update to 3.13-rc1.
- Eliminated 7 patches.
- Xen is disabled.
- ARM needs config updates.
- commit 2dfdca4
-------------------------------------------------------------------
Thu Nov 21 11:10:31 CET 2013 - guillaume.gardet@oliseo.fr
- Add USB PHY support (needed to get USB and Ethernet working on beagle and panda boards) Add CONFIG_PINCTRL_SINGLE=y to be able to use Device tree (at least for beagle and panda boards) Add ARM SoC sound support Add SPI bus support Add user-space access to I2C and SPI
- commit b3c966e
-------------------------------------------------------------------
Thu Nov 21 10:50:28 CET 2013 - guillaume.gardet@oliseo.fr
- Set CONFIG_GPIO_TWL4030 as built-in (instead of module) as a requirement to boot on SD card on beagleboard xM
- commit 5b7fb61
-------------------------------------------------------------------
Thu Nov 21 00:04:25 CET 2013 - jslaby@suse.cz
@ -275,18 +65,6 @@ Tue Nov 19 16:52:03 CET 2013 - jbohac@suse.cz
fate#313309
- commit c2e046e
-------------------------------------------------------------------
Fri Nov 15 23:53:40 CET 2013 - jeffm@suse.com
- config: build uncommon HID drivers as modules
- commit 92db3f1
-------------------------------------------------------------------
Fri Nov 15 23:33:44 CET 2013 - jeffm@suse.com
- config: sync HID=y on x86_64/debug config
- commit 2437d0f
-------------------------------------------------------------------
Tue Nov 12 14:09:24 CET 2013 - jdelvare@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.13-rc4
%define patchversion 3.13.0-rc4
%define srcversion 3.12
%define patchversion 3.12.2
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 3.13.rc4
Version: 3.12.2
%if 0%{?is_kotd}
Release: <RELEASE>.g3d0a348
Release: <RELEASE>.g3b81e61
%else
Release: 0
%endif
@ -146,7 +146,7 @@ Conflicts: libc.so.6()(64bit)
Provides: kernel = %version-%source_rel
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source8: devel-pre.sh
@ -206,7 +206,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ia64 ppc ppc64 ppc64le 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

29593
kernel-xen.changes Normal file

File diff suppressed because it is too large Load Diff

1033
kernel-xen.spec Normal file

File diff suppressed because it is too large Load Diff

3
linux-3.12.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:43129defd9079c99cf5e57506d36b6b01614c734a5ed9e604d3a7c1510ab8b22
size 91111381

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:19f6cc17c11574d52fc4be0c37ef8b5e6911f9d148559305772dac6a60fc42ac
size 157872
oid sha256:2e3343adb66cc514878c868184e6e5986459d4f4e4da1b2177aa8b1826645f8c
size 151116

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e4879f3b1103b28f9e6f247d01b8313c6b53ef33d6ee9ef574be5381c5b1569
size 3435
oid sha256:e252f4c5d369e44888e40ca658168a21a3e886e82c41ef2eb85db0aac783e7ad
size 6089

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9a62a89b225b5ab13a65d07d11470f4dcc26f8bb424df4532baf1eea270bbc0
size 15652
oid sha256:4c92512e658c54b9c589da47fcfca086093eae5c21b2199dbb880cda9426ce30
size 14951

BIN
patches.kernel.org.tar.bz2 (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:08c1ef7bddb41085cc85a3f3168c25fa3a690278e1bca5464d39af82a2f776a7
size 126814
oid sha256:4ab5896418f5bf0352df222b0c9258640012fee1fc69ec3ffdf221f428c1ced8
size 132614

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6dfe8549f6e38f0b10c457737af3d0abb9e8001f0716350e97012671ec1657b6
size 130
oid sha256:b2d9d52a4b49a665316cf8935da26d2a78cf5cc6ffa88dda286baf33c476ec7c
size 2031647

View File

@ -27,6 +27,8 @@
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/patch-3.12.1
patches.kernel.org/patch-3.12.1-2
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -111,6 +113,9 @@
+needs_update patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature
+needs_update patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic
patches.drivers/0001-sha256_ssse3-also-test-for-BMI2.patch
patches.fixes/x86-dumpstack-Fix-printk_address-for-direct-addresse.patch
########################################################
# x86 MCE/MCA (Machine Check Error/Architecture) extensions
########################################################
@ -140,19 +145,7 @@
patches.suse/suse-ppc64-branding
+needs_update patches.arch/ppc64-xmon-dmesg-printing.patch
patches.arch/ppc-prom-nodisplay.patch
+needs_update patches.fixes/ptrace-getsiginfo
########################################################
# powerpc/little endian
########################################################
patches.arch/ppc64le-fix-copytofrom.patch
patches.arch/ppc64le-build-vmlinux.patch
patches.arch/ppc64-fix-ptrace.patch
patches.arch/ppc64le-ile-0001-powerpc-Add-global-exports-for-all-interrupt-vectors.patch
patches.arch/ppc64le-ile-0002-powerpc-Add-relocation-code-for-fixups.patch
patches.arch/ppc64le-ile-0003-powerpc-Add-hack-to-make-ppc64le-work-on-hosts-witho.patch
patches.arch/ppc64le-ile-0004-powerpc-Don-t-return-to-BE-mode-when-we-are-already-.patch
patches.arch/ppc64le-ibmveth.patch
patches.fixes/ptrace-getsiginfo
########################################################
# PS3
@ -202,7 +195,7 @@
########################################################
patches.suse/connector-read-mostly
patches.suse/kbd-ignore-gfx.patch
patches.fixes/sched-fix-preempt-non-x86.patch
patches.suse/ida-remove-warning-dump-stack.patch
########################################################
#
@ -226,11 +219,14 @@
########################################################
# AGP, graphics related stuff
########################################################
patches.suse/fbmem-really-support-wildcard-video-options-for-all-.patch
########################################################
# Suse specific stuff
########################################################
# I assume this is commit 3a4916050ba2 upstream
+olh patches.suse/suse-hv-Drivers-hv-util-Fix-a-bug-in-util-version-negotiatio.patch
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch
patches.suse/suse-hv-Input-add-a-driver-to-support-Hyper-V-synthetic-keyb.patch
########################################################
# Networking, IPv6
@ -279,6 +275,7 @@
patches.suse/btrfs-publish-allocation-data-in-sysfs
patches.suse/btrfs-publish-device-membership-in-sysfs
patches.suse/btrfs-publish-fs-label-in-sysfs
patches.suse/btrfs-add-tracing-for-failed-reservations
########################################################
# Reiserfs Patches
@ -374,6 +371,7 @@
patches.drivers/megaraid-mbox-fix-SG_IO
# Remaining SCSI patches (garloff)
+needs_update patches.suse/scsi-error-test-unit-ready-timeout
patches.fixes/scsi-scan-blist-update
patches.fixes/scsi-ibmvscsi-show-config.patch
@ -383,12 +381,10 @@
patches.fixes/scsi-ibmvscsi-module_alias.patch
patches.suse/sd_init.mark_majors_busy.patch
# Target mode
patches.fixes/iscsi_target-race-condition-on-shutdown.patch
########################################################
# DRM/Video
########################################################
patches.drivers/drm-i915-Undo-the-PIPEA-quirk-for-i845
patches.drivers/drm-cirrus-Correct-register-values-for-16bpp
patches.drivers/drm-cirrus-Use-16bpp-as-default
patches.fixes/nouveau-fix-race-with-fence-signaling
@ -442,6 +438,7 @@
##########################################################
# Sound
##########################################################
patches.drivers/ALSA-hda-Add-extra-chmap-for-2.1-outputs-on-ASUS-lap
########################################################
# Char / serial
@ -454,6 +451,8 @@
# Needs updating WRT d27769ec (block: add GENHD_FL_NO_PART_SCAN)
+hare patches.suse/no-partition-scan
patches.drivers/gpio-ucb1400-can-be-built-as-a-module.patch
########################################################
# Other drivers we have added to the tree
########################################################
@ -562,125 +561,125 @@
# re-basing to a newer xen tree.
#
# split out patches
+noxen # patches.xen/kexec-move-segment-code-i386.patch
+noxen # patches.xen/kexec-move-segment-code-x86_64.patch
+noxen # patches.xen/ipv6-no-autoconf
+noxen # patches.xen/pci-guestdev
+noxen # patches.xen/pci-reserve
#
# # bulk stuff, new files for xen
+noxen # patches.xen/xen3-auto-xen-arch.diff
+noxen # patches.xen/xen3-auto-xen-drivers.diff
+noxen # patches.xen/xen3-auto-include-xen-interface.diff
+noxen # patches.xen/xen3-auto-blktap2-pvops.diff
#
# # kconfig bits for xen
+noxen # patches.xen/xen3-auto-xen-kconfig.diff
#
# # common code changes
+noxen # patches.xen/xen3-auto-common.diff
+noxen # patches.xen/xen3-auto-arch-x86.diff
+noxen # patches.xen/xen3-auto-arch-i386.diff
+noxen # patches.xen/xen3-auto-arch-x86_64.diff
#
# # fixups due to upstream Xen parts
+noxen # patches.xen/xen3-fixup-xen
#
# # newer changeset backports
#
# # changes outside arch/{i386,x86_64}/xen
+noxen # patches.xen/xen3-fixup-kconfig
+noxen # patches.xen/xen3-fixup-common
+noxen # patches.xen/xen3-fixup-arch-x86
+noxen # patches.xen/xen3-fixup-blktap2-pvops
#
# # ports of upstream patches
+noxen # patches.xen/xen3-patch-2.6.18
+noxen # patches.xen/xen3-patch-2.6.19
+noxen # patches.xen/xen3-patch-2.6.20
+noxen # patches.xen/xen3-patch-2.6.21
+noxen # patches.xen/xen3-patch-2.6.22
+noxen # patches.xen/xen3-patch-2.6.23
+noxen # patches.xen/xen3-patch-2.6.24
+noxen # patches.xen/xen3-patch-2.6.25
+noxen # patches.xen/xen3-patch-2.6.26
+noxen # patches.xen/xen3-patch-2.6.27
+noxen # patches.xen/xen3-patch-2.6.28
+noxen # patches.xen/xen3-patch-2.6.29
+noxen # patches.xen/xen3-patch-2.6.30
+noxen # patches.xen/xen3-patch-2.6.31
+noxen # patches.xen/xen3-patch-2.6.32
+noxen # patches.xen/xen3-patch-2.6.33
+noxen # patches.xen/xen3-patch-2.6.34
+noxen # patches.xen/xen3-patch-2.6.35
+noxen # patches.xen/xen3-patch-2.6.36
+noxen # patches.xen/xen3-patch-2.6.37
+noxen # patches.xen/xen3-patch-2.6.38
+noxen # patches.xen/xen3-patch-2.6.39
+noxen # patches.xen/xen3-patch-3.0
+noxen # patches.xen/xen3-patch-3.1
+noxen # patches.xen/xen3-patch-3.2
+noxen # patches.xen/xen3-patch-3.3
+noxen # patches.xen/xen3-patch-3.4
+noxen # patches.xen/xen3-patch-3.5
+noxen # patches.xen/xen3-patch-3.6
+noxen # patches.xen/xen3-patch-3.7
+noxen # patches.xen/xen3-patch-3.8
+noxen # patches.xen/xen3-patch-3.9
+noxen # patches.xen/xen3-patch-3.10
+noxen # patches.xen/xen3-patch-3.11
+noxen # patches.xen/xen3-patch-3.12
#
# # ports of other patches
+noxen # patches.xen/xen3-stack-unwind
+noxen # patches.xen/xen3-x86_64-unwind-annotations
+noxen # patches.xen/xen3-x86-dumpstack-Fix-printk_address-for-direct-addresse.patch
#
# # bugfixes and enhancements
+noxen # patches.xen/xen-hypercall-symbols
+noxen # patches.xen/xen-sys-suspend
+noxen # patches.xen/xen-ipi-per-cpu-irq
+noxen # patches.xen/xen-virq-per-cpu-irq
+noxen # patches.xen/xen-clockevents
+noxen # patches.xen/xen-spinlock-poll-early
+noxen # patches.xen/xen-pcpu-hotplug
+noxen # patches.xen/xen-pcpu-hotplug-kexec
+noxen # patches.xen/xen-mem-hotplug
+noxen # patches.xen/xen-configurable-guest-devices
+noxen # patches.xen/xen-setup-gsi
+noxen # patches.xen/xen-unpriv-build
+noxen # patches.xen/xen-cpufreq-report
+noxen # patches.xen/xen-multi-page-ring
+noxen # patches.xen/xen-balloon-max-target
+noxen # patches.xen/xen-blkback-multi-page-ring
+noxen # patches.xen/xen-blkback-cdrom
+noxen # patches.xen/xen-blkif-protocol-fallback-hack
+noxen # patches.xen/xen-blkfront-multi-page-ring
+noxen # patches.xen/xen-blkif-op-packet
+noxen # patches.xen/xen-blkfront-cdrom
+noxen # patches.xen/xen-blkfront-hvm-no-cdrom
+noxen # patches.xen/xen-blktap-modular
+noxen # patches.xen/xen-blktap-write-barriers
+noxen # patches.xen/xen-blktap2-configurable-nr-devs
+noxen # patches.xen/xen-netback-notify-multi
+noxen # patches.xen/xen-netback-generalize
+noxen # patches.xen/xen-netback-multiple-tasklets
+noxen # patches.xen/xen-netback-kernel-threads
+noxen # patches.xen/xen-cxgb3
+noxen # patches.xen/xen-dcdbas
+noxen # patches.xen/xen-x86-panic-no-reboot
+noxen # patches.xen/xen-x86-dcr-fallback
+noxen # patches.xen/xen-x86-no-lapic
+noxen # patches.xen/xen-x86-pmd-handling
+noxen # patches.xen/xen-x86-bigmem
+noxen # patches.xen/xen-x86-exit-mmap
+noxen # patches.xen/xen-x86-per-cpu-vcpu-info
+noxen # patches.xen/xen-x86-pcpu
+noxen # patches.xen/xen-x86-EFI
+noxen # patches.xen/xen-x86-bzImage
+noxen # patches.xen/xen-x86_64-pgd-pin
+noxen # patches.xen/xen-x86_64-pgd-alloc-order
+noxen # patches.xen/xen-x86_64-dump-user-pgt
+noxen # patches.xen/xen-x86_64-note-init-p2m
+noxen # patches.xen/xen-x86_64-unmapped-initrd
+noxen # patches.xen/xen-x86_64-vread-pvclock
patches.xen/kexec-move-segment-code-i386.patch
patches.xen/kexec-move-segment-code-x86_64.patch
patches.xen/ipv6-no-autoconf
patches.xen/pci-guestdev
patches.xen/pci-reserve
# bulk stuff, new files for xen
patches.xen/xen3-auto-xen-arch.diff
patches.xen/xen3-auto-xen-drivers.diff
patches.xen/xen3-auto-include-xen-interface.diff
patches.xen/xen3-auto-blktap2-pvops.diff
# kconfig bits for xen
patches.xen/xen3-auto-xen-kconfig.diff
# common code changes
patches.xen/xen3-auto-common.diff
patches.xen/xen3-auto-arch-x86.diff
patches.xen/xen3-auto-arch-i386.diff
patches.xen/xen3-auto-arch-x86_64.diff
# fixups due to upstream Xen parts
patches.xen/xen3-fixup-xen
# newer changeset backports
# changes outside arch/{i386,x86_64}/xen
patches.xen/xen3-fixup-kconfig
patches.xen/xen3-fixup-common
patches.xen/xen3-fixup-arch-x86
patches.xen/xen3-fixup-blktap2-pvops
# ports of upstream 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-patch-3.4
patches.xen/xen3-patch-3.5
patches.xen/xen3-patch-3.6
patches.xen/xen3-patch-3.7
patches.xen/xen3-patch-3.8
patches.xen/xen3-patch-3.9
patches.xen/xen3-patch-3.10
patches.xen/xen3-patch-3.11
patches.xen/xen3-patch-3.12
# ports of other patches
patches.xen/xen3-stack-unwind
patches.xen/xen3-x86_64-unwind-annotations
patches.xen/xen3-x86-dumpstack-Fix-printk_address-for-direct-addresse.patch
# bugfixes and enhancements
patches.xen/xen-hypercall-symbols
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-configurable-guest-devices
patches.xen/xen-setup-gsi
patches.xen/xen-unpriv-build
patches.xen/xen-cpufreq-report
patches.xen/xen-multi-page-ring
patches.xen/xen-balloon-max-target
patches.xen/xen-blkback-multi-page-ring
patches.xen/xen-blkback-cdrom
patches.xen/xen-blkif-protocol-fallback-hack
patches.xen/xen-blkfront-multi-page-ring
patches.xen/xen-blkif-op-packet
patches.xen/xen-blkfront-cdrom
patches.xen/xen-blkfront-hvm-no-cdrom
patches.xen/xen-blktap-modular
patches.xen/xen-blktap-write-barriers
patches.xen/xen-blktap2-configurable-nr-devs
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-bzImage
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
patches.xen/xen-x86_64-vread-pvclock

View File

@ -1,686 +0,0 @@
# Kernel patches configuration file
# vim: set ts=8 sw=8 noet:
#
# There are three kinds of rules (see guards.1 for details):
# +symbol include this patch if symbol is defined; otherwise exclude.
# -symbol exclude this patch if symbol is defined; otherwise include.
# - exclude this patch.
#
# Using symbols means that an entirely different source tree will be
# generated depending on which symbols are defined. This used to be
# a good thing when arch-specific patches contained conflicts with other
# patches, but we now have a policy that patches must build everywhere.
# The result is a unified source tree that allows us to do neat things
# like ship kernel module packages. Creating a divergent tree breaks
# these # so you'd better have an extraordinary reason for using them.
# For example, the openSUSE 10.3 kernel uses them for segregating the
# -rt patches until they can be integrated completely, and these are
# only applied at the very end of the series.
#
# The most common use in recent kernels is to disable a patch with a
# username as the symbol to indicate responsbility. Another use is
# to check in a patch for testing, but have it disabled in all but your
# own build environment.
########################################################
# latest standard kernel patches
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
########################################################
# Build fixes that apply to the vanilla kernel too.
# Patches in patches.rpmify are applied to both -vanilla
# and patched flavors.
########################################################
patches.rpmify/nouveau-make-vga_switcheroo-code-depend-on-vga_switcheroo
patches.rpmify/chipidea-clean-up-dependencies
patches.rpmify/lustre-lloop-dont-change-logical-size
########################################################
# kABI consistency patches
########################################################
########################################################
#
# packaging-specific patches (tweaks for autobuild,
# CONFIG_SUSE_KERNEL, config/version tracking and other
# build stuff like that ...).
#
# Note that every patch in the patches.rpmify directory
# will be included in the vanilla package.
########################################################
patches.rpmify/firmware-path
patches.rpmify/rpm-kernel-config
patches.rpmify/split-package
patches.rpmify/cloneconfig.diff
########################################################
# kbuild/module infrastructure fixes
########################################################
patches.suse/supported-flag
patches.suse/supported-flag-underscores
patches.suse/supported-flag-wildcards
patches.suse/genksyms-add-override-flag.diff
patches.suse/kconfig-automate-kernel-desktop
########################################################
# Simple export additions/removals
########################################################
########################################################
# Bug workarounds for binutils
########################################################
########################################################
# Scheduler / Core
########################################################
patches.suse/setuid-dumpable-wrongdir
########################################################
# Architecture-specific patches. These used to be all
# at the end of series.conf, but since we don't do
# conditional builds anymore, there's no point.
########################################################
########################################################
# ia64
########################################################
########################################################
# i386
########################################################
# amd64 | x86-64 | x86_64
# 'Intel(r) Extended Memory 64 Technology' | 'Intel(r) EM64T'
# x64
# Intel 64
# "the architecture with too many names"
# TAWTMN
########################################################
# x86_64/i386 biarch
########################################################
patches.arch/x86_64-hpet-64bit-timer.patch
+needs_update patches.arch/kvm-split-paravirt-ops-by-functionality
+needs_update patches.arch/kvm-only-export-selected-pv-ops-feature-structs
+needs_update patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature
+needs_update patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic
########################################################
# x86 MCE/MCA (Machine Check Error/Architecture) extensions
########################################################
########################################################
# x86_64/4096CPUS - from SGI
########################################################
patches.arch/x86-apic-force-bigsmp-apic-on-IBM-EXA3-4.patch
########################################################
# x86 UV patches from SGI
########################################################
########################################################
# x86_64/i386 depending on the UV patchset
########################################################
########################################################
# powerpc/generic
########################################################
patches.suse/8250-sysrq-ctrl_o.patch
+needs_update? patches.suse/ppc-no-LDFLAGS_MODULE.patch
patches.arch/ppc-pegasos-console-autodetection.patch
patches.suse/ppc-powerbook-usb-fn-key-default.patch
patches.drivers/ppc64-adb
patches.suse/suse-ppc64-branding
+needs_update patches.arch/ppc64-xmon-dmesg-printing.patch
patches.arch/ppc-prom-nodisplay.patch
+needs_update patches.fixes/ptrace-getsiginfo
########################################################
# powerpc/little endian
########################################################
patches.arch/ppc64le-fix-copytofrom.patch
patches.arch/ppc64le-build-vmlinux.patch
patches.arch/ppc64-fix-ptrace.patch
patches.arch/ppc64le-ile-0001-powerpc-Add-global-exports-for-all-interrupt-vectors.patch
patches.arch/ppc64le-ile-0002-powerpc-Add-relocation-code-for-fixups.patch
patches.arch/ppc64le-ile-0003-powerpc-Add-hack-to-make-ppc64le-work-on-hosts-witho.patch
patches.arch/ppc64le-ile-0004-powerpc-Don-t-return-to-BE-mode-when-we-are-already-.patch
patches.arch/ppc64le-ibmveth.patch
########################################################
# PS3
########################################################
########################################################
# ARM
########################################################
patches.arch/cubox-configuration.patch
patches.arch/arm-OMAP-Fix-missing-cm3xxx.h-include.patch
patches.arch/arm-OMAP-Fix-missing-usb.h-include.patch
patches.arch/arm-omap3isp.patch
patches.arch/arm-omapfb-fix.patch
# Compile fix for Xen on ARM with our Xen patches applied
patches.arch/arm-xen-fixup.patch
patches.arch/arm-refresh-mach-types.diff
patches.arch/arm-arndale-usb.patch
patches.arch/arm-arndale-dma.patch
patches.arch/arm-arndale-usb-phy.patch
patches.arch/arm-exynos-dwmmc-modalias.patch
########################################################
# S/390
########################################################
patches.arch/s390-message-catalog.diff
patches.arch/kmsg-fix-parameter-limitations
########################################################
# VM/FS patches
########################################################
patches.fixes/oom-warning
patches.fixes/remount-no-shrink-dcache
patches.suse/readahead-request-tunables.patch
patches.fixes/mm-Fix-assertion-mapping-nrpages-0-in-end_writeback.patch
########################################################
# IPC patches
########################################################
########################################################
# nfsacl protocol (agruen)
########################################################
########################################################
# misc small fixes
########################################################
patches.suse/connector-read-mostly
patches.suse/kbd-ignore-gfx.patch
patches.fixes/sched-fix-preempt-non-x86.patch
########################################################
#
# ACPI patches
#
########################################################
# Check resource conflicts between hwmon and ACPI OpRegs
patches.arch/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
patches.arch/acpi_thermal_passive_blacklist.patch
########################################################
# CPUFREQ
########################################################
+trenn patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch
## cpuidle perf events cleanups and related
patches.arch/perf_timechart_fix_zero_timestamps.patch
########################################################
# AGP, graphics related stuff
########################################################
patches.suse/fbmem-really-support-wildcard-video-options-for-all-.patch
########################################################
# Suse specific stuff
########################################################
########################################################
# Networking, IPv6
########################################################
patches.fixes/bridge-module-get-put.patch
########################################################
# NFS
########################################################
########################################################
# lockd + statd
########################################################
########################################################
# cifs patches
########################################################
########################################################
# ext2/ext3
########################################################
# patches.suse/ext2-fsync-err
########################################################
# ext4
########################################################
########################################################
# btrfs
########################################################
patches.suse/btrfs-use-correct-device-for-maps.patch
patches.suse/btrfs-check-index-in-extent_buffer_page
patches.suse/btrfs-use-end-trans-in-label-ioctl
patches.suse/btrfs-add-ability-to-query-change-feature-bits-online-ioctl
patches.suse/export-kobj_sysfs_ops
patches.suse/btrfs-publish-supported-featured-in-sysfs
patches.suse/btrfs-publish-per-super-attributes-in-sysfs
patches.suse/btrfs-publish-per-super-features-in-sysfs
patches.suse/btrfs-publish-unknown-feature-bits-in-sysfs
patches.suse/btrfs-add-ability-to-change-features-via-sysfs
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors
patches.suse/btrfs-add-ioctl-to-export-size-of-global-metadata-reservation
patches.suse/btrfs-publish-allocation-data-in-sysfs
patches.suse/btrfs-publish-device-membership-in-sysfs
patches.suse/btrfs-publish-fs-label-in-sysfs
########################################################
# Reiserfs Patches
########################################################
########################################################
# dlm
########################################################
########################################################
# ocfs2
########################################################
########################################################
# gfs2
########################################################
########################################################
# xfs
########################################################
########################################################
# other filesystem stuff: richacls
########################################################
patches.suse/0001-vfs-Hooks-for-more-fine-grained-directory-permission.patch
patches.suse/0002-vfs-Add-generic-IS_ACL-test-for-acl-support.patch
patches.suse/0003-vfs-Add-IS_RICHACL-test-for-richacl-support.patch
patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch
patches.suse/0005-richacl-Permission-mapping-functions.patch
patches.suse/0006-richacl-Compute-maximum-file-masks-from-an-acl.patch
patches.suse/0007-richacl-Update-the-file-masks-in-chmod.patch
patches.suse/0008-richacl-Permission-check-algorithm.patch
patches.suse/0009-richacl-Helper-functions-for-implementing-richacl-in.patch
patches.suse/0010-richacl-Create-time-inheritance.patch
patches.suse/0011-richacl-Check-if-an-acl-is-equivalent-to-a-file-mode.patch
patches.suse/0012-richacl-Automatic-Inheritance.patch
patches.suse/0013-richacl-Restrict-access-check-algorithm.patch
patches.suse/0014-richacl-xattr-mapping-functions.patch
# The RICHACL name index was used for system xattrs. This needs
# to be sorted out upstream.
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch
########################################################
# other filesystem stuff
########################################################
patches.drivers/pstore_disable_efi_backend_by_default.patch
patches.suse/pstore-backend-autoaction
########################################################
# Overlayfs
########################################################
patches.suse/ovl01-vfs-add-i_op-dentry_open.patch
patches.suse/ovl02-vfs-export-do_splice_direct-to-modules.patch
patches.suse/ovl03-vfs-export-inode_permission-to-modules.patch
patches.suse/ovl04-vfs-introduce-clone_private_mount.patch
patches.suse/ovl05-overlay-filesystem.patch
patches.suse/ovl06-overlayfs-add-statfs-support.patch
patches.suse/ovl07-overlayfs-implement-show_options.patch
patches.suse/ovl08-overlay-overlay-filesystem-documentation.patch
patches.suse/ovl09-fs-limit-filesystem-stacking-depth.patch
########################################################
# Swap-over-NFS
########################################################
########################################################
# Netfilter
########################################################
patches.suse/netfilter-ip_conntrack_slp.patch
########################################################
#
# Device drivers
#
########################################################
########################################################
# Storage
########################################################
# Block layer fixes
patches.fixes/scsi-inquiry-too-short-ratelimit
patches.suse/scsi-netlink-ml
patches.fixes/scsi-retry-alua-transition-in-progress
patches.fixes/scsi-dh-queuedata-accessors
patches.drivers/megaraid-mbox-fix-SG_IO
# Remaining SCSI patches (garloff)
patches.fixes/scsi-scan-blist-update
patches.fixes/scsi-ibmvscsi-show-config.patch
# bnc#362850
patches.fixes/sd_liberal_28_sense_invalid.diff
patches.fixes/scsi-ibmvscsi-module_alias.patch
patches.suse/sd_init.mark_majors_busy.patch
# Target mode
patches.fixes/iscsi_target-race-condition-on-shutdown.patch
########################################################
# DRM/Video
########################################################
patches.drivers/drm-cirrus-Correct-register-values-for-16bpp
patches.drivers/drm-cirrus-Use-16bpp-as-default
patches.fixes/nouveau-fix-race-with-fence-signaling
########################################################
# video4linux
########################################################
########################################################
# Network
########################################################
patches.fixes/tulip-quad-NIC-ifdown
########################################################
# Wireless Networking
########################################################
patches.suse/b43-missing-firmware-info.patch
########################################################
# ISDN
########################################################
patches.fixes/misdn-add-support-for-group-membership-check
########################################################
# iSCSI
########################################################
########################################################
# PCI and PCI hotplug
########################################################
########################################################
# sysfs / driver core
########################################################
########################################################
# USB
########################################################
########################################################
# I2C
########################################################
########################################################
# Input & Console
########################################################
# patches.suse/SUSE-bootsplash
# patches.suse/SUSE-bootsplash-mgadrmfb-workaround
patches.fixes/input-add-acer-aspire-5710-to-nomux.patch
##########################################################
# Sound
##########################################################
########################################################
# Char / serial
########################################################
########################################################
# Other driver fixes
########################################################
# Needs updating WRT d27769ec (block: add GENHD_FL_NO_PART_SCAN)
+hare patches.suse/no-partition-scan
########################################################
# Other drivers we have added to the tree
########################################################
########################################################
# Suspend/Resume stuff
########################################################
########################################################
# device-mapper
########################################################
patches.suse/dm-emulate-blkrrpart-ioctl
patches.suse/dm-raid45-26-Nov-2009.patch
patches.suse/dmraid45-api-updates
patches.suse/dm-raid45-split-dependencies
patches.fixes/dm-mpath-reattach-dh
patches.suse/dm-mpath-leastpending-path-update
+needs_update patches.suse/dm-mpath-accept-failed-paths
+needs_update patches.suse/dm-mpath-detach-existing-hardware-handler
patches.fixes/dm-table-switch-to-readonly
+needs_update patches.fixes/dm-release-map_lock-before-set_disk_ro
patches.suse/dm-mpath-no-activate-for-offlined-paths
patches.suse/dm-mpath-no-partitions-feature
patches.suse/mpath-fix
########################################################
# md
########################################################
##########################################################
#
# Security stuff
#
##########################################################
##########################################################
# Audit
##########################################################
##########################################################
# AppArmor
##########################################################
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control
# patches.apparmor/apparmor-profiles-seq_file
########################################################
# Address space layout randomization
########################################################
########################################################
# KDB v4.4
########################################################
########################################################
# Other patches for debugging
########################################################
patches.suse/crasher-26.diff
patches.suse/stack-unwind
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops
patches.suse/no-frame-pointer-select
patches.arch/x86_64-unwind-annotations
patches.arch/stack-unwind-cfi_ignore-takes-more-arguments
########################################################
# Kdump
########################################################
########################################################
# cgroups
########################################################
########################################################
# audit subsystem
########################################################
########################################################
# Performance Monitoring, Tracing etc
########################################################
########################################################
# KVM patches
########################################################
patches.fixes/kvm-ioapic.patch
patches.fixes/kvm-macos.patch
########################################################
# Staging tree patches
# new drivers that are going upstream
########################################################
########################################################
# You'd better have a good reason for adding a patch
# below here.
########################################################
########################################################
# XEN architecture, version 3
########################################################
# xen patches, from xenbits mercurial repository.
# http://xenbits.xensource.com/ext/linux-2.6-merge.hg
#
# everything named "xen3-auto-*" is auto-generated.
# PLEASE DON'T EDIT THESE PATCHES. Create fixup patches
# on top of them instead. This reduces workload when
# re-basing to a newer xen tree.
#
# split out patches
# patches.xen/kexec-move-segment-code-i386.patch
# patches.xen/kexec-move-segment-code-x86_64.patch
# patches.xen/ipv6-no-autoconf
# patches.xen/pci-guestdev
# patches.xen/pci-reserve
#
# # bulk stuff, new files for xen
# patches.xen/xen3-auto-xen-arch.diff
# patches.xen/xen3-auto-xen-drivers.diff
# patches.xen/xen3-auto-include-xen-interface.diff
# patches.xen/xen3-auto-blktap2-pvops.diff
#
# # kconfig bits for xen
# patches.xen/xen3-auto-xen-kconfig.diff
#
# # common code changes
# patches.xen/xen3-auto-common.diff
# patches.xen/xen3-auto-arch-x86.diff
# patches.xen/xen3-auto-arch-i386.diff
# patches.xen/xen3-auto-arch-x86_64.diff
#
# # fixups due to upstream Xen parts
# patches.xen/xen3-fixup-xen
#
# # newer changeset backports
#
# # changes outside arch/{i386,x86_64}/xen
# patches.xen/xen3-fixup-kconfig
# patches.xen/xen3-fixup-common
# patches.xen/xen3-fixup-arch-x86
# patches.xen/xen3-fixup-blktap2-pvops
#
# # ports of upstream 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-patch-3.4
# patches.xen/xen3-patch-3.5
# patches.xen/xen3-patch-3.6
# patches.xen/xen3-patch-3.7
# patches.xen/xen3-patch-3.8
# patches.xen/xen3-patch-3.9
# patches.xen/xen3-patch-3.10
# patches.xen/xen3-patch-3.11
# patches.xen/xen3-patch-3.12
#
# # ports of other patches
# patches.xen/xen3-stack-unwind
# patches.xen/xen3-x86_64-unwind-annotations
# patches.xen/xen3-x86-dumpstack-Fix-printk_address-for-direct-addresse.patch
#
# # bugfixes and enhancements
# patches.xen/xen-hypercall-symbols
# 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-configurable-guest-devices
# patches.xen/xen-setup-gsi
# patches.xen/xen-unpriv-build
# patches.xen/xen-cpufreq-report
# patches.xen/xen-multi-page-ring
# patches.xen/xen-balloon-max-target
# patches.xen/xen-blkback-multi-page-ring
# patches.xen/xen-blkback-cdrom
# patches.xen/xen-blkif-protocol-fallback-hack
# patches.xen/xen-blkfront-multi-page-ring
# patches.xen/xen-blkif-op-packet
# patches.xen/xen-blkfront-cdrom
# patches.xen/xen-blkfront-hvm-no-cdrom
# patches.xen/xen-blktap-modular
# patches.xen/xen-blktap-write-barriers
# patches.xen/xen-blktap2-configurable-nr-devs
# 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-bzImage
# 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
# patches.xen/xen-x86_64-vread-pvclock

View File

@ -1,3 +1,3 @@
2013-12-23 02:43:10 +0100
GIT Revision: 3d0a348aad0128ab8feea40560dd6944a25b1674
2013-11-29 21:29:19 +0100
GIT Revision: 3b81e610d31696c8876236b2019d953750fb4de5
GIT Branch: master