commit 0d77ece0e0932f610f58aed14f65b92005af4444
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7694
This commit is contained in:
parent
8c0c805b06
commit
e74d00568a
16
config.conf
16
config.conf
@ -12,8 +12,8 @@
|
||||
+i386 i386/desktop
|
||||
+i386 i386/pae
|
||||
+i386 -syms i386/debug
|
||||
+i386 i386/xen
|
||||
+i386 -syms i386/ec2
|
||||
#+i386 i386/xen
|
||||
#+i386 -syms i386/ec2
|
||||
+i386 i386/vanilla
|
||||
+i386 -syms i386/trace
|
||||
|
||||
@ -24,8 +24,8 @@
|
||||
|
||||
+x86_64 x86_64/default
|
||||
+x86_64 x86_64/desktop
|
||||
+x86_64 x86_64/xen
|
||||
+x86_64 -syms x86_64/ec2
|
||||
#+x86_64 x86_64/xen
|
||||
#+x86_64 -syms x86_64/ec2
|
||||
+x86_64 -syms x86_64/debug
|
||||
+x86_64 x86_64/vanilla
|
||||
+x86_64 -syms x86_64/trace
|
||||
@ -37,6 +37,11 @@
|
||||
+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
|
||||
@ -45,9 +50,6 @@
|
||||
+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
|
||||
|
@ -1,5 +1,5 @@
|
||||
# The version of the main tarball to use
|
||||
SRCVERSION=3.13-rc5
|
||||
SRCVERSION=3.13-rc6
|
||||
# variant of the kernel-source package, either empty or "-rt"
|
||||
VARIANT=
|
||||
# buildservice projects to build the kernel against
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13dd24a29676d6ddd6345b8e8bdbf623b353079d21356a59e589b878c7c58e8b
|
||||
size 236403
|
||||
oid sha256:660174bfd35d71873556455ad64071ee09f92a6a9dad90038b813940af999e08
|
||||
size 313276
|
||||
|
@ -1,3 +1,217 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 17:01:46 CET 2014 - agraf@suse.de
|
||||
|
||||
- ARM: Reenable and update configs
|
||||
- commit 0d77ece
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 16:35:07 CET 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.13-rc6.
|
||||
- commit 63236e5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 26 19:57:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Update to 3.13-rc5.
|
||||
- Eliminated 3 patches.
|
||||
- commit 7127d5f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 23 20:31:50 CET 2013 - dvaleev@suse.com
|
||||
|
||||
- Run add_vmlinux for ppc64le
|
||||
- commit ae96e26
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
@ -36,6 +250,27 @@ 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
|
||||
|
||||
@ -65,6 +300,18 @@ 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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-cubox
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.12
|
||||
%define patchversion 3.12.2
|
||||
%define srcversion 3.13-rc6
|
||||
%define patchversion 3.13.0-rc6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@
|
||||
|
||||
Name: kernel-cubox
|
||||
Summary: Kernel for SolidRun Cubox
|
||||
Version: 3.12.2
|
||||
Version: 3.13.rc6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g3b81e61
|
||||
Release: <RELEASE>.g0d77ece
|
||||
%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/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
@ -536,7 +536,7 @@ add_vmlinux()
|
||||
cp -p arch/alpha/boot/vmlinux.gz %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||
image=vmlinuz
|
||||
%endif
|
||||
%ifarch ppc ppc64
|
||||
%ifarch ppc ppc64 ppc64le
|
||||
add_vmlinux
|
||||
image=vmlinux
|
||||
%endif
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 17:01:46 CET 2014 - agraf@suse.de
|
||||
|
||||
- ARM: Reenable and update configs
|
||||
- commit 0d77ece
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 16:35:07 CET 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.13-rc6.
|
||||
- commit 63236e5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 26 19:57:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-debug
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.13-rc5
|
||||
%define patchversion 3.13.0-rc5
|
||||
%define srcversion 3.13-rc6
|
||||
%define patchversion 3.13.0-rc6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@
|
||||
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 3.13.rc5
|
||||
Version: 3.13.rc6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7127d5f
|
||||
Release: <RELEASE>.g0d77ece
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 17:01:46 CET 2014 - agraf@suse.de
|
||||
|
||||
- ARM: Reenable and update configs
|
||||
- commit 0d77ece
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 16:35:07 CET 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.13-rc6.
|
||||
- commit 63236e5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 26 19:57:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-default
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.13-rc5
|
||||
%define patchversion 3.13.0-rc5
|
||||
%define srcversion 3.13-rc6
|
||||
%define patchversion 3.13.0-rc6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@
|
||||
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.13.rc5
|
||||
Version: 3.13.rc6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7127d5f
|
||||
Release: <RELEASE>.g0d77ece
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -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 ppc64le s390x x86_64
|
||||
%define kmp_target_cpu %_target_cpu
|
||||
%ifarch %ix86
|
||||
# Only i386/default supports i586, mark other flavors' packages as i686
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 17:01:46 CET 2014 - agraf@suse.de
|
||||
|
||||
- ARM: Reenable and update configs
|
||||
- commit 0d77ece
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 16:35:07 CET 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.13-rc6.
|
||||
- commit 63236e5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 26 19:57:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-desktop
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.13-rc5
|
||||
%define patchversion 3.13.0-rc5
|
||||
%define srcversion 3.13-rc6
|
||||
%define patchversion 3.13.0-rc6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@
|
||||
|
||||
Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 3.13.rc5
|
||||
Version: 3.13.rc6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7127d5f
|
||||
Release: <RELEASE>.g0d77ece
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 17:01:46 CET 2014 - agraf@suse.de
|
||||
|
||||
- ARM: Reenable and update configs
|
||||
- commit 0d77ece
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 16:35:07 CET 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.13-rc6.
|
||||
- commit 63236e5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 26 19:57:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-docs
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,16 +17,16 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define patchversion 3.13.0-rc5
|
||||
%define patchversion 3.13.0-rc6
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
Version: 3.13.rc5
|
||||
Version: 3.13.rc6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7127d5f
|
||||
Release: <RELEASE>.g0d77ece
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,217 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 17:01:46 CET 2014 - agraf@suse.de
|
||||
|
||||
- ARM: Reenable and update configs
|
||||
- commit 0d77ece
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 16:35:07 CET 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.13-rc6.
|
||||
- commit 63236e5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 26 19:57:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Update to 3.13-rc5.
|
||||
- Eliminated 3 patches.
|
||||
- commit 7127d5f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 23 20:31:50 CET 2013 - dvaleev@suse.com
|
||||
|
||||
- Run add_vmlinux for ppc64le
|
||||
- commit ae96e26
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
@ -36,6 +250,27 @@ 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
|
||||
|
||||
@ -65,6 +300,18 @@ 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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-exynos
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.12
|
||||
%define patchversion 3.12.2
|
||||
%define srcversion 3.13-rc6
|
||||
%define patchversion 3.13.0-rc6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@
|
||||
|
||||
Name: kernel-exynos
|
||||
Summary: Kernel for Samsung's Exynos SoC
|
||||
Version: 3.12.2
|
||||
Version: 3.13.rc6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g3b81e61
|
||||
Release: <RELEASE>.g0d77ece
|
||||
%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/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
@ -535,7 +535,7 @@ add_vmlinux()
|
||||
cp -p arch/alpha/boot/vmlinux.gz %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||
image=vmlinuz
|
||||
%endif
|
||||
%ifarch ppc ppc64
|
||||
%ifarch ppc ppc64 ppc64le
|
||||
add_vmlinux
|
||||
image=vmlinux
|
||||
%endif
|
||||
|
@ -1,3 +1,217 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 17:01:46 CET 2014 - agraf@suse.de
|
||||
|
||||
- ARM: Reenable and update configs
|
||||
- commit 0d77ece
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 16:35:07 CET 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.13-rc6.
|
||||
- commit 63236e5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 26 19:57:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
- Update to 3.13-rc5.
|
||||
- Eliminated 3 patches.
|
||||
- commit 7127d5f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 23 20:31:50 CET 2013 - dvaleev@suse.com
|
||||
|
||||
- Run add_vmlinux for ppc64le
|
||||
- commit ae96e26
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
@ -36,6 +250,27 @@ 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
|
||||
|
||||
@ -65,6 +300,18 @@ 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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-lpae
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.12
|
||||
%define patchversion 3.12.2
|
||||
%define srcversion 3.13-rc6
|
||||
%define patchversion 3.13.0-rc6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@
|
||||
|
||||
Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
Version: 3.12.2
|
||||
Version: 3.13.rc6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g3b81e61
|
||||
Release: <RELEASE>.g0d77ece
|
||||
%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/linux-%srcversion.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.bz2
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
@ -536,7 +536,7 @@ add_vmlinux()
|
||||
cp -p arch/alpha/boot/vmlinux.gz %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||
image=vmlinuz
|
||||
%endif
|
||||
%ifarch ppc ppc64
|
||||
%ifarch ppc ppc64 ppc64le
|
||||
add_vmlinux
|
||||
image=vmlinux
|
||||
%endif
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 17:01:46 CET 2014 - agraf@suse.de
|
||||
|
||||
- ARM: Reenable and update configs
|
||||
- commit 0d77ece
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 16:35:07 CET 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.13-rc6.
|
||||
- commit 63236e5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 26 19:57:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-pae
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.13-rc5
|
||||
%define patchversion 3.13.0-rc5
|
||||
%define srcversion 3.13-rc6
|
||||
%define patchversion 3.13.0-rc6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@
|
||||
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 3.13.rc5
|
||||
Version: 3.13.rc6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7127d5f
|
||||
Release: <RELEASE>.g0d77ece
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 17:01:46 CET 2014 - agraf@suse.de
|
||||
|
||||
- ARM: Reenable and update configs
|
||||
- commit 0d77ece
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 16:35:07 CET 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.13-rc6.
|
||||
- commit 63236e5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 26 19:57:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-source
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,8 +18,8 @@
|
||||
# norootforbuild
|
||||
# icecream 0
|
||||
|
||||
%define srcversion 3.13-rc5
|
||||
%define patchversion 3.13.0-rc5
|
||||
%define srcversion 3.13-rc6
|
||||
%define patchversion 3.13.0-rc6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -29,9 +29,9 @@
|
||||
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 3.13.rc5
|
||||
Version: 3.13.rc6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7127d5f
|
||||
Release: <RELEASE>.g0d77ece
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 17:01:46 CET 2014 - agraf@suse.de
|
||||
|
||||
- ARM: Reenable and update configs
|
||||
- commit 0d77ece
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 16:35:07 CET 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.13-rc6.
|
||||
- commit 63236e5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 26 19:57:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-syms
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,10 +23,10 @@
|
||||
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 3.13.rc5
|
||||
Version: 3.13.rc6
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7127d5f
|
||||
Release: <RELEASE>.g0d77ece
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -39,12 +39,21 @@ 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 ppc64le 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
|
||||
@ -53,7 +62,7 @@ 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 ppc64le s390x x86_64
|
||||
Prefix: /usr/src
|
||||
|
||||
%description
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 17:01:46 CET 2014 - agraf@suse.de
|
||||
|
||||
- ARM: Reenable and update configs
|
||||
- commit 0d77ece
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 16:35:07 CET 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.13-rc6.
|
||||
- commit 63236e5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 26 19:57:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-trace
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.13-rc5
|
||||
%define patchversion 3.13.0-rc5
|
||||
%define srcversion 3.13-rc6
|
||||
%define patchversion 3.13.0-rc6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -59,9 +59,9 @@
|
||||
|
||||
Name: kernel-trace
|
||||
Summary: The Standard Kernel with Tracing Features
|
||||
Version: 3.13.rc5
|
||||
Version: 3.13.rc6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7127d5f
|
||||
Release: <RELEASE>.g0d77ece
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 17:01:46 CET 2014 - agraf@suse.de
|
||||
|
||||
- ARM: Reenable and update configs
|
||||
- commit 0d77ece
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 16:35:07 CET 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.13-rc6.
|
||||
- commit 63236e5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 26 19:57:00 CET 2013 - jeffm@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernel-vanilla
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.13-rc5
|
||||
%define patchversion 3.13.0-rc5
|
||||
%define srcversion 3.13-rc6
|
||||
%define patchversion 3.13.0-rc6
|
||||
%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.rc5
|
||||
Version: 3.13.rc6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7127d5f
|
||||
Release: <RELEASE>.g0d77ece
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
3
linux-3.13-rc6.tar.bz2
Normal file
3
linux-3.13-rc6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc0922d27d8fe87417ad9c39f9f90c0e23b6c80b18bca2b4ab7752a548671548
|
||||
size 92145178
|
@ -1,3 +1,3 @@
|
||||
2013-12-26 19:57:00 +0100
|
||||
GIT Revision: 7127d5f70c27816b743c3ec0dfd33886ef688989
|
||||
2014-01-02 17:02:09 +0100
|
||||
GIT Revision: 0d77ece0e0932f610f58aed14f65b92005af4444
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user