Accepting request 213258 from Kernel:HEAD

commit 57a2f1c8a19eb6e5cd9403a32c6f256d9d4c6dad

OBS-URL: https://build.opensuse.org/request/show/213258
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=227
This commit is contained in:
Stephan Kulow 2014-01-10 20:24:14 +00:00 committed by Git OBS Bridge
commit 69967de551
48 changed files with 4392 additions and 30796 deletions

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 6 15:06:59 CET 2014 - jdelvare@suse.de
- Disable old VIA I2C bus driver. No 64-bit system would need it.
- CONFIG_I2C_VIA=n
-------------------------------------------------------------------
Mon Sep 30 14:34:41 UTC 2013 - mmarek@suse.cz

View File

@ -37,17 +37,18 @@
+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
#+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.12
SRCVERSION=3.13-rc7
# 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:87b672c5c067eb854afc7a6635c0a67767b6258f4fb46e42aa268fe1574e6be1
size 311612
oid sha256:389abc500751e3d7ac482011b48fe1ac7604979f74e63eff1f7fa97f2e424e1c
size 316408

19
guards
View File

@ -36,20 +36,6 @@ sub files_in($$);
sub parse($$);
sub help();
#sub strip_ext($) {
# local ($_) = @_;
# s/\.(diff?|patch)$//;
#}
#sub try_ext($) {
# my ($path) = @_;
# for my $p in (($path, "$path.diff", "$path.dif", "$path.patch")) {
# return $p
# if (-f $p);
# }
# return undef;
#}
sub slashme($) {
my ($dir) = @_;
$dir =~ s#([^/])$#$&/#; # append a slash if necessary
@ -260,7 +246,6 @@ F<guards> [--prefix=F<dir>] [--path=F<dir1:dir2:...>] [--default=<0|1>]
[--check|--list] [--invert-match] [--with-guards] [--config=<file>]
I<symbol> ...
=head1 DESCRIPTION
The script reads a configuration file that may contain so-called guards, file
@ -293,10 +278,10 @@ The I<--check> option is used to compare the specification file against the
file system. If files are referenced in the specification that do not exist, or
if files are not enlisted in the specification file warnings are printed. The
I<--path> option can be used to specify which directory or directories to scan.
Multiple directories are eparated by a colon (C<:>) character. The
Multiple directories are separated by a colon (C<:>) character. The
I<--prefix> option specifies the location of the files.
Use I<--list> to list all files independend of any rules. Use I<--invert-match>
Use I<--list> to list all files independent of any rules. Use I<--invert-match>
to list only the excluded patches. Use I<--with-guards> to also include all
inclusion and exclusion rules.

View File

@ -223,7 +223,7 @@ Provides: ath3k-firmware = 1.0
%source_timestamp
%prep
if ! [ -e %_sourcedir/linux-%srcversion.tar.bz2 ]; then
if ! [ -e %{S:0} ]; then
echo "The %name-%version.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-%version.src.rpm."
exit 1
@ -460,7 +460,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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,295 @@
-------------------------------------------------------------------
Wed Jan 8 18:20:00 CET 2014 - afaerber@suse.de
- config: armv6hl: Extend default config for Raspberry Pi
Activate CONFIG_ARM_ATAG_DTB_COMPAT for it to receive U-Boot bootargs.
Enable BCM2835_{I2C,WDT}, MMC_SDHCI_BCM2835, USB_HCD_BCMA as modules.
- commit 57a2f1c
-------------------------------------------------------------------
Wed Jan 8 17:23:31 CET 2014 - jbeulich@suse.com
- Update Xen patches to 3.13-rc7 and c/s 1245.
- netback: bump tx queue length (bnc#849404).
- config.conf: Re-enable Xen configs.
- Update config files.
- commit 0e71aa4
-------------------------------------------------------------------
Tue Jan 7 15:46:28 CET 2014 - agraf@suse.de
- Delete config/armv7hl/cubox.
- commit 85bdaf6
-------------------------------------------------------------------
Mon Jan 6 16:36:04 CET 2014 - jeffm@suse.com
- Update to 3.13-rc7.
- Eliminated 1 patch.
- commit fed42b5
-------------------------------------------------------------------
Mon Jan 6 15:20:24 CET 2014 - jdelvare@suse.de
- Disable CONFIG_I2C_VIA in config/x86_64/desktop too
- commit febc20c
-------------------------------------------------------------------
Mon Jan 6 15:08:44 CET 2014 - jdelvare@suse.de
- Disable CONFIG_I2C_VIA, no 64-bit system would need it
- commit 95d3d3d
-------------------------------------------------------------------
Fri Jan 3 11:40:27 CET 2014 - mmarek@suse.cz
- Switch to linux-*.tar.xz
- commit cdd7212
-------------------------------------------------------------------
Fri Jan 3 11:01:58 CET 2014 - mmarek@suse.cz
- Add support for linux-*.tar.xz to the spec files
- commit d12c880
-------------------------------------------------------------------
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 18:55:53 CET 2013 - jdelvare@suse.de
- rpm/guards: Spelling fix
- commit 2e074cb
-------------------------------------------------------------------
Wed Dec 11 18:55:24 CET 2013 - jdelvare@suse.de
- rpm/guards: Delete dead code
- commit 98077a9
-------------------------------------------------------------------
Wed Dec 11 18:24:25 CET 2013 - jdelvare@suse.de
- rpm/guards: Typo fix from upstream
- commit ce654f8
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Dec 6 16:56:31 CET 2013 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Add the OBS _constraints file as source
- commit 17282e4
-------------------------------------------------------------------
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 +328,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 +378,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

View File

@ -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.12
%define patchversion 3.12.2
%define srcversion 3.13-rc7
%define patchversion 3.13.0-rc7
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 3.12.2
Version: 3.13.rc7
%if 0%{?is_kotd}
Release: <RELEASE>.g3b81e61
Release: <RELEASE>.g57a2f1c
%else
Release: 0
%endif
@ -149,9 +149,10 @@ Provides: kernel-kdump = 2.6.28
Obsoletes: kernel-kdump <= 2.6.28
%endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.xz
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source4: _constraints
Source8: devel-pre.sh
Source9: devel-post.sh
Source10: preun.sh
@ -209,7 +210,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ia64 ppc64 x86_64
ExclusiveArch: %ix86 ia64 ppc64 ppc64le x86_64
%define kmp_target_cpu %_target_cpu
%ifarch %ix86
# Only i386/default supports i586, mark other flavors' packages as i686
@ -302,7 +303,7 @@ Only use this kernel when investigating problems.
%source_timestamp
%prep
if ! [ -e %_sourcedir/linux-%srcversion.tar.bz2 ]; then
if ! [ -e %{S:0} ]; then
echo "The %name-%version.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-%version.src.rpm."
exit 1
@ -539,7 +540,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

View File

@ -1,3 +1,295 @@
-------------------------------------------------------------------
Wed Jan 8 18:20:00 CET 2014 - afaerber@suse.de
- config: armv6hl: Extend default config for Raspberry Pi
Activate CONFIG_ARM_ATAG_DTB_COMPAT for it to receive U-Boot bootargs.
Enable BCM2835_{I2C,WDT}, MMC_SDHCI_BCM2835, USB_HCD_BCMA as modules.
- commit 57a2f1c
-------------------------------------------------------------------
Wed Jan 8 17:23:31 CET 2014 - jbeulich@suse.com
- Update Xen patches to 3.13-rc7 and c/s 1245.
- netback: bump tx queue length (bnc#849404).
- config.conf: Re-enable Xen configs.
- Update config files.
- commit 0e71aa4
-------------------------------------------------------------------
Tue Jan 7 15:46:28 CET 2014 - agraf@suse.de
- Delete config/armv7hl/cubox.
- commit 85bdaf6
-------------------------------------------------------------------
Mon Jan 6 16:36:04 CET 2014 - jeffm@suse.com
- Update to 3.13-rc7.
- Eliminated 1 patch.
- commit fed42b5
-------------------------------------------------------------------
Mon Jan 6 15:20:24 CET 2014 - jdelvare@suse.de
- Disable CONFIG_I2C_VIA in config/x86_64/desktop too
- commit febc20c
-------------------------------------------------------------------
Mon Jan 6 15:08:44 CET 2014 - jdelvare@suse.de
- Disable CONFIG_I2C_VIA, no 64-bit system would need it
- commit 95d3d3d
-------------------------------------------------------------------
Fri Jan 3 11:40:27 CET 2014 - mmarek@suse.cz
- Switch to linux-*.tar.xz
- commit cdd7212
-------------------------------------------------------------------
Fri Jan 3 11:01:58 CET 2014 - mmarek@suse.cz
- Add support for linux-*.tar.xz to the spec files
- commit d12c880
-------------------------------------------------------------------
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 18:55:53 CET 2013 - jdelvare@suse.de
- rpm/guards: Spelling fix
- commit 2e074cb
-------------------------------------------------------------------
Wed Dec 11 18:55:24 CET 2013 - jdelvare@suse.de
- rpm/guards: Delete dead code
- commit 98077a9
-------------------------------------------------------------------
Wed Dec 11 18:24:25 CET 2013 - jdelvare@suse.de
- rpm/guards: Typo fix from upstream
- commit ce654f8
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Dec 6 16:56:31 CET 2013 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Add the OBS _constraints file as source
- commit 17282e4
-------------------------------------------------------------------
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 +328,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 +378,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

View File

@ -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.12
%define patchversion 3.12.2
%define srcversion 3.13-rc7
%define patchversion 3.13.0-rc7
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 3.12.2
Version: 3.13.rc7
%if 0%{?is_kotd}
Release: <RELEASE>.g3b81e61
Release: <RELEASE>.g57a2f1c
%else
Release: 0
%endif
@ -161,9 +161,10 @@ Provides: kernel-smp = 2.6.17
Obsoletes: kernel-smp <= 2.6.17
%endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.xz
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source4: _constraints
Source8: devel-pre.sh
Source9: devel-post.sh
Source10: preun.sh
@ -221,7 +222,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ia64 ppc ppc64 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
@ -313,7 +314,7 @@ The standard kernel for both uniprocessor and multiprocessor systems.
%source_timestamp
%prep
if ! [ -e %_sourcedir/linux-%srcversion.tar.bz2 ]; then
if ! [ -e %{S:0} ]; then
echo "The %name-%version.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-%version.src.rpm."
exit 1
@ -550,7 +551,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

View File

@ -1,3 +1,295 @@
-------------------------------------------------------------------
Wed Jan 8 18:20:00 CET 2014 - afaerber@suse.de
- config: armv6hl: Extend default config for Raspberry Pi
Activate CONFIG_ARM_ATAG_DTB_COMPAT for it to receive U-Boot bootargs.
Enable BCM2835_{I2C,WDT}, MMC_SDHCI_BCM2835, USB_HCD_BCMA as modules.
- commit 57a2f1c
-------------------------------------------------------------------
Wed Jan 8 17:23:31 CET 2014 - jbeulich@suse.com
- Update Xen patches to 3.13-rc7 and c/s 1245.
- netback: bump tx queue length (bnc#849404).
- config.conf: Re-enable Xen configs.
- Update config files.
- commit 0e71aa4
-------------------------------------------------------------------
Tue Jan 7 15:46:28 CET 2014 - agraf@suse.de
- Delete config/armv7hl/cubox.
- commit 85bdaf6
-------------------------------------------------------------------
Mon Jan 6 16:36:04 CET 2014 - jeffm@suse.com
- Update to 3.13-rc7.
- Eliminated 1 patch.
- commit fed42b5
-------------------------------------------------------------------
Mon Jan 6 15:20:24 CET 2014 - jdelvare@suse.de
- Disable CONFIG_I2C_VIA in config/x86_64/desktop too
- commit febc20c
-------------------------------------------------------------------
Mon Jan 6 15:08:44 CET 2014 - jdelvare@suse.de
- Disable CONFIG_I2C_VIA, no 64-bit system would need it
- commit 95d3d3d
-------------------------------------------------------------------
Fri Jan 3 11:40:27 CET 2014 - mmarek@suse.cz
- Switch to linux-*.tar.xz
- commit cdd7212
-------------------------------------------------------------------
Fri Jan 3 11:01:58 CET 2014 - mmarek@suse.cz
- Add support for linux-*.tar.xz to the spec files
- commit d12c880
-------------------------------------------------------------------
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 18:55:53 CET 2013 - jdelvare@suse.de
- rpm/guards: Spelling fix
- commit 2e074cb
-------------------------------------------------------------------
Wed Dec 11 18:55:24 CET 2013 - jdelvare@suse.de
- rpm/guards: Delete dead code
- commit 98077a9
-------------------------------------------------------------------
Wed Dec 11 18:24:25 CET 2013 - jdelvare@suse.de
- rpm/guards: Typo fix from upstream
- commit ce654f8
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Dec 6 16:56:31 CET 2013 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Add the OBS _constraints file as source
- commit 17282e4
-------------------------------------------------------------------
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 +328,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 +378,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

View File

@ -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.12
%define patchversion 3.12.2
%define srcversion 3.13-rc7
%define patchversion 3.13.0-rc7
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 3.12.2
Version: 3.13.rc7
%if 0%{?is_kotd}
Release: <RELEASE>.g3b81e61
Release: <RELEASE>.g57a2f1c
%else
Release: 0
%endif
@ -146,9 +146,10 @@ 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.xz
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source4: _constraints
Source8: devel-pre.sh
Source9: devel-post.sh
Source10: preun.sh
@ -311,7 +312,7 @@ that support it, regardless of the amount of main memory.
%source_timestamp
%prep
if ! [ -e %_sourcedir/linux-%srcversion.tar.bz2 ]; then
if ! [ -e %{S:0} ]; then
echo "The %name-%version.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-%version.src.rpm."
exit 1
@ -548,7 +549,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

View File

@ -1,3 +1,295 @@
-------------------------------------------------------------------
Wed Jan 8 18:20:00 CET 2014 - afaerber@suse.de
- config: armv6hl: Extend default config for Raspberry Pi
Activate CONFIG_ARM_ATAG_DTB_COMPAT for it to receive U-Boot bootargs.
Enable BCM2835_{I2C,WDT}, MMC_SDHCI_BCM2835, USB_HCD_BCMA as modules.
- commit 57a2f1c
-------------------------------------------------------------------
Wed Jan 8 17:23:31 CET 2014 - jbeulich@suse.com
- Update Xen patches to 3.13-rc7 and c/s 1245.
- netback: bump tx queue length (bnc#849404).
- config.conf: Re-enable Xen configs.
- Update config files.
- commit 0e71aa4
-------------------------------------------------------------------
Tue Jan 7 15:46:28 CET 2014 - agraf@suse.de
- Delete config/armv7hl/cubox.
- commit 85bdaf6
-------------------------------------------------------------------
Mon Jan 6 16:36:04 CET 2014 - jeffm@suse.com
- Update to 3.13-rc7.
- Eliminated 1 patch.
- commit fed42b5
-------------------------------------------------------------------
Mon Jan 6 15:20:24 CET 2014 - jdelvare@suse.de
- Disable CONFIG_I2C_VIA in config/x86_64/desktop too
- commit febc20c
-------------------------------------------------------------------
Mon Jan 6 15:08:44 CET 2014 - jdelvare@suse.de
- Disable CONFIG_I2C_VIA, no 64-bit system would need it
- commit 95d3d3d
-------------------------------------------------------------------
Fri Jan 3 11:40:27 CET 2014 - mmarek@suse.cz
- Switch to linux-*.tar.xz
- commit cdd7212
-------------------------------------------------------------------
Fri Jan 3 11:01:58 CET 2014 - mmarek@suse.cz
- Add support for linux-*.tar.xz to the spec files
- commit d12c880
-------------------------------------------------------------------
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 18:55:53 CET 2013 - jdelvare@suse.de
- rpm/guards: Spelling fix
- commit 2e074cb
-------------------------------------------------------------------
Wed Dec 11 18:55:24 CET 2013 - jdelvare@suse.de
- rpm/guards: Delete dead code
- commit 98077a9
-------------------------------------------------------------------
Wed Dec 11 18:24:25 CET 2013 - jdelvare@suse.de
- rpm/guards: Typo fix from upstream
- commit ce654f8
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Dec 6 16:56:31 CET 2013 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Add the OBS _constraints file as source
- commit 17282e4
-------------------------------------------------------------------
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 +328,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 +378,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

View File

@ -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.12.2
%define patchversion 3.13.0-rc7
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
Summary: Kernel Documentation
Version: 3.12.2
Version: 3.13.rc7
%if 0%{?is_kotd}
Release: <RELEASE>.g3b81e61
Release: <RELEASE>.g57a2f1c
%else
Release: 0
%endif

View File

@ -1,3 +1,295 @@
-------------------------------------------------------------------
Wed Jan 8 18:20:00 CET 2014 - afaerber@suse.de
- config: armv6hl: Extend default config for Raspberry Pi
Activate CONFIG_ARM_ATAG_DTB_COMPAT for it to receive U-Boot bootargs.
Enable BCM2835_{I2C,WDT}, MMC_SDHCI_BCM2835, USB_HCD_BCMA as modules.
- commit 57a2f1c
-------------------------------------------------------------------
Wed Jan 8 17:23:31 CET 2014 - jbeulich@suse.com
- Update Xen patches to 3.13-rc7 and c/s 1245.
- netback: bump tx queue length (bnc#849404).
- config.conf: Re-enable Xen configs.
- Update config files.
- commit 0e71aa4
-------------------------------------------------------------------
Tue Jan 7 15:46:28 CET 2014 - agraf@suse.de
- Delete config/armv7hl/cubox.
- commit 85bdaf6
-------------------------------------------------------------------
Mon Jan 6 16:36:04 CET 2014 - jeffm@suse.com
- Update to 3.13-rc7.
- Eliminated 1 patch.
- commit fed42b5
-------------------------------------------------------------------
Mon Jan 6 15:20:24 CET 2014 - jdelvare@suse.de
- Disable CONFIG_I2C_VIA in config/x86_64/desktop too
- commit febc20c
-------------------------------------------------------------------
Mon Jan 6 15:08:44 CET 2014 - jdelvare@suse.de
- Disable CONFIG_I2C_VIA, no 64-bit system would need it
- commit 95d3d3d
-------------------------------------------------------------------
Fri Jan 3 11:40:27 CET 2014 - mmarek@suse.cz
- Switch to linux-*.tar.xz
- commit cdd7212
-------------------------------------------------------------------
Fri Jan 3 11:01:58 CET 2014 - mmarek@suse.cz
- Add support for linux-*.tar.xz to the spec files
- commit d12c880
-------------------------------------------------------------------
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 18:55:53 CET 2013 - jdelvare@suse.de
- rpm/guards: Spelling fix
- commit 2e074cb
-------------------------------------------------------------------
Wed Dec 11 18:55:24 CET 2013 - jdelvare@suse.de
- rpm/guards: Delete dead code
- commit 98077a9
-------------------------------------------------------------------
Wed Dec 11 18:24:25 CET 2013 - jdelvare@suse.de
- rpm/guards: Typo fix from upstream
- commit ce654f8
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Dec 6 16:56:31 CET 2013 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Add the OBS _constraints file as source
- commit 17282e4
-------------------------------------------------------------------
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 +328,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 +378,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

View File

@ -1,7 +1,7 @@
#
# spec file for package kernel-ec2
#
# 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-rc7
%define patchversion 3.13.0-rc7
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@
Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
Version: 3.12.2
Version: 3.13.rc7
%if 0%{?is_kotd}
Release: <RELEASE>.g3b81e61
Release: <RELEASE>.g57a2f1c
%else
Release: 0
%endif
@ -146,9 +146,10 @@ 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.xz
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source4: _constraints
Source8: devel-pre.sh
Source9: devel-post.sh
Source10: preun.sh
@ -301,7 +302,7 @@ kernel (for Amazon EC2).
%source_timestamp
%prep
if ! [ -e %_sourcedir/linux-%srcversion.tar.bz2 ]; then
if ! [ -e %{S:0} ]; then
echo "The %name-%version.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-%version.src.rpm."
exit 1
@ -538,7 +539,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

View File

@ -1,3 +1,295 @@
-------------------------------------------------------------------
Wed Jan 8 18:20:00 CET 2014 - afaerber@suse.de
- config: armv6hl: Extend default config for Raspberry Pi
Activate CONFIG_ARM_ATAG_DTB_COMPAT for it to receive U-Boot bootargs.
Enable BCM2835_{I2C,WDT}, MMC_SDHCI_BCM2835, USB_HCD_BCMA as modules.
- commit 57a2f1c
-------------------------------------------------------------------
Wed Jan 8 17:23:31 CET 2014 - jbeulich@suse.com
- Update Xen patches to 3.13-rc7 and c/s 1245.
- netback: bump tx queue length (bnc#849404).
- config.conf: Re-enable Xen configs.
- Update config files.
- commit 0e71aa4
-------------------------------------------------------------------
Tue Jan 7 15:46:28 CET 2014 - agraf@suse.de
- Delete config/armv7hl/cubox.
- commit 85bdaf6
-------------------------------------------------------------------
Mon Jan 6 16:36:04 CET 2014 - jeffm@suse.com
- Update to 3.13-rc7.
- Eliminated 1 patch.
- commit fed42b5
-------------------------------------------------------------------
Mon Jan 6 15:20:24 CET 2014 - jdelvare@suse.de
- Disable CONFIG_I2C_VIA in config/x86_64/desktop too
- commit febc20c
-------------------------------------------------------------------
Mon Jan 6 15:08:44 CET 2014 - jdelvare@suse.de
- Disable CONFIG_I2C_VIA, no 64-bit system would need it
- commit 95d3d3d
-------------------------------------------------------------------
Fri Jan 3 11:40:27 CET 2014 - mmarek@suse.cz
- Switch to linux-*.tar.xz
- commit cdd7212
-------------------------------------------------------------------
Fri Jan 3 11:01:58 CET 2014 - mmarek@suse.cz
- Add support for linux-*.tar.xz to the spec files
- commit d12c880
-------------------------------------------------------------------
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 18:55:53 CET 2013 - jdelvare@suse.de
- rpm/guards: Spelling fix
- commit 2e074cb
-------------------------------------------------------------------
Wed Dec 11 18:55:24 CET 2013 - jdelvare@suse.de
- rpm/guards: Delete dead code
- commit 98077a9
-------------------------------------------------------------------
Wed Dec 11 18:24:25 CET 2013 - jdelvare@suse.de
- rpm/guards: Typo fix from upstream
- commit ce654f8
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Dec 6 16:56:31 CET 2013 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Add the OBS _constraints file as source
- commit 17282e4
-------------------------------------------------------------------
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 +328,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 +378,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

View File

@ -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-rc7
%define patchversion 3.13.0-rc7
%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.rc7
%if 0%{?is_kotd}
Release: <RELEASE>.g3b81e61
Release: <RELEASE>.g57a2f1c
%else
Release: 0
%endif
@ -146,9 +146,10 @@ 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.xz
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source4: _constraints
Source8: devel-pre.sh
Source9: devel-post.sh
Source10: preun.sh
@ -298,7 +299,7 @@ The standard kernel for Samsung's Exynos 4 & 5 SoC, as found in the Origen board
%source_timestamp
%prep
if ! [ -e %_sourcedir/linux-%srcversion.tar.bz2 ]; then
if ! [ -e %{S:0} ]; then
echo "The %name-%version.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-%version.src.rpm."
exit 1
@ -535,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

View File

@ -1,3 +1,295 @@
-------------------------------------------------------------------
Wed Jan 8 18:20:00 CET 2014 - afaerber@suse.de
- config: armv6hl: Extend default config for Raspberry Pi
Activate CONFIG_ARM_ATAG_DTB_COMPAT for it to receive U-Boot bootargs.
Enable BCM2835_{I2C,WDT}, MMC_SDHCI_BCM2835, USB_HCD_BCMA as modules.
- commit 57a2f1c
-------------------------------------------------------------------
Wed Jan 8 17:23:31 CET 2014 - jbeulich@suse.com
- Update Xen patches to 3.13-rc7 and c/s 1245.
- netback: bump tx queue length (bnc#849404).
- config.conf: Re-enable Xen configs.
- Update config files.
- commit 0e71aa4
-------------------------------------------------------------------
Tue Jan 7 15:46:28 CET 2014 - agraf@suse.de
- Delete config/armv7hl/cubox.
- commit 85bdaf6
-------------------------------------------------------------------
Mon Jan 6 16:36:04 CET 2014 - jeffm@suse.com
- Update to 3.13-rc7.
- Eliminated 1 patch.
- commit fed42b5
-------------------------------------------------------------------
Mon Jan 6 15:20:24 CET 2014 - jdelvare@suse.de
- Disable CONFIG_I2C_VIA in config/x86_64/desktop too
- commit febc20c
-------------------------------------------------------------------
Mon Jan 6 15:08:44 CET 2014 - jdelvare@suse.de
- Disable CONFIG_I2C_VIA, no 64-bit system would need it
- commit 95d3d3d
-------------------------------------------------------------------
Fri Jan 3 11:40:27 CET 2014 - mmarek@suse.cz
- Switch to linux-*.tar.xz
- commit cdd7212
-------------------------------------------------------------------
Fri Jan 3 11:01:58 CET 2014 - mmarek@suse.cz
- Add support for linux-*.tar.xz to the spec files
- commit d12c880
-------------------------------------------------------------------
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 18:55:53 CET 2013 - jdelvare@suse.de
- rpm/guards: Spelling fix
- commit 2e074cb
-------------------------------------------------------------------
Wed Dec 11 18:55:24 CET 2013 - jdelvare@suse.de
- rpm/guards: Delete dead code
- commit 98077a9
-------------------------------------------------------------------
Wed Dec 11 18:24:25 CET 2013 - jdelvare@suse.de
- rpm/guards: Typo fix from upstream
- commit ce654f8
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Dec 6 16:56:31 CET 2013 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Add the OBS _constraints file as source
- commit 17282e4
-------------------------------------------------------------------
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 +328,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 +378,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

View File

@ -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-rc7
%define patchversion 3.13.0-rc7
%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.rc7
%if 0%{?is_kotd}
Release: <RELEASE>.g3b81e61
Release: <RELEASE>.g57a2f1c
%else
Release: 0
%endif
@ -146,9 +146,10 @@ 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.xz
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source4: _constraints
Source8: devel-pre.sh
Source9: devel-post.sh
Source10: preun.sh
@ -299,7 +300,7 @@ Cortex A15 based SoCs, like the Exynos5, OMAP5 or Calxeda ECX-2000.
%source_timestamp
%prep
if ! [ -e %_sourcedir/linux-%srcversion.tar.bz2 ]; then
if ! [ -e %{S:0} ]; then
echo "The %name-%version.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-%version.src.rpm."
exit 1
@ -536,7 +537,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

View File

@ -1,3 +1,295 @@
-------------------------------------------------------------------
Wed Jan 8 18:20:00 CET 2014 - afaerber@suse.de
- config: armv6hl: Extend default config for Raspberry Pi
Activate CONFIG_ARM_ATAG_DTB_COMPAT for it to receive U-Boot bootargs.
Enable BCM2835_{I2C,WDT}, MMC_SDHCI_BCM2835, USB_HCD_BCMA as modules.
- commit 57a2f1c
-------------------------------------------------------------------
Wed Jan 8 17:23:31 CET 2014 - jbeulich@suse.com
- Update Xen patches to 3.13-rc7 and c/s 1245.
- netback: bump tx queue length (bnc#849404).
- config.conf: Re-enable Xen configs.
- Update config files.
- commit 0e71aa4
-------------------------------------------------------------------
Tue Jan 7 15:46:28 CET 2014 - agraf@suse.de
- Delete config/armv7hl/cubox.
- commit 85bdaf6
-------------------------------------------------------------------
Mon Jan 6 16:36:04 CET 2014 - jeffm@suse.com
- Update to 3.13-rc7.
- Eliminated 1 patch.
- commit fed42b5
-------------------------------------------------------------------
Mon Jan 6 15:20:24 CET 2014 - jdelvare@suse.de
- Disable CONFIG_I2C_VIA in config/x86_64/desktop too
- commit febc20c
-------------------------------------------------------------------
Mon Jan 6 15:08:44 CET 2014 - jdelvare@suse.de
- Disable CONFIG_I2C_VIA, no 64-bit system would need it
- commit 95d3d3d
-------------------------------------------------------------------
Fri Jan 3 11:40:27 CET 2014 - mmarek@suse.cz
- Switch to linux-*.tar.xz
- commit cdd7212
-------------------------------------------------------------------
Fri Jan 3 11:01:58 CET 2014 - mmarek@suse.cz
- Add support for linux-*.tar.xz to the spec files
- commit d12c880
-------------------------------------------------------------------
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 18:55:53 CET 2013 - jdelvare@suse.de
- rpm/guards: Spelling fix
- commit 2e074cb
-------------------------------------------------------------------
Wed Dec 11 18:55:24 CET 2013 - jdelvare@suse.de
- rpm/guards: Delete dead code
- commit 98077a9
-------------------------------------------------------------------
Wed Dec 11 18:24:25 CET 2013 - jdelvare@suse.de
- rpm/guards: Typo fix from upstream
- commit ce654f8
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Dec 6 16:56:31 CET 2013 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Add the OBS _constraints file as source
- commit 17282e4
-------------------------------------------------------------------
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 +328,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 +378,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

View File

@ -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.12
%define patchversion 3.12.2
%define srcversion 3.13-rc7
%define patchversion 3.13.0-rc7
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 3.12.2
Version: 3.13.rc7
%if 0%{?is_kotd}
Release: <RELEASE>.g3b81e61
Release: <RELEASE>.g57a2f1c
%else
Release: 0
%endif
@ -151,9 +151,10 @@ Provides: kernel-vmi = 2.6.38
Obsoletes: kernel-vmi <= 2.6.38
%endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.xz
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source4: _constraints
Source8: devel-pre.sh
Source9: devel-post.sh
Source10: preun.sh
@ -310,7 +311,7 @@ that support it, regardless of the amount of main memory.
%source_timestamp
%prep
if ! [ -e %_sourcedir/linux-%srcversion.tar.bz2 ]; then
if ! [ -e %{S:0} ]; then
echo "The %name-%version.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-%version.src.rpm."
exit 1
@ -547,7 +548,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

View File

@ -1,3 +1,295 @@
-------------------------------------------------------------------
Wed Jan 8 18:20:00 CET 2014 - afaerber@suse.de
- config: armv6hl: Extend default config for Raspberry Pi
Activate CONFIG_ARM_ATAG_DTB_COMPAT for it to receive U-Boot bootargs.
Enable BCM2835_{I2C,WDT}, MMC_SDHCI_BCM2835, USB_HCD_BCMA as modules.
- commit 57a2f1c
-------------------------------------------------------------------
Wed Jan 8 17:23:31 CET 2014 - jbeulich@suse.com
- Update Xen patches to 3.13-rc7 and c/s 1245.
- netback: bump tx queue length (bnc#849404).
- config.conf: Re-enable Xen configs.
- Update config files.
- commit 0e71aa4
-------------------------------------------------------------------
Tue Jan 7 15:46:28 CET 2014 - agraf@suse.de
- Delete config/armv7hl/cubox.
- commit 85bdaf6
-------------------------------------------------------------------
Mon Jan 6 16:36:04 CET 2014 - jeffm@suse.com
- Update to 3.13-rc7.
- Eliminated 1 patch.
- commit fed42b5
-------------------------------------------------------------------
Mon Jan 6 15:20:24 CET 2014 - jdelvare@suse.de
- Disable CONFIG_I2C_VIA in config/x86_64/desktop too
- commit febc20c
-------------------------------------------------------------------
Mon Jan 6 15:08:44 CET 2014 - jdelvare@suse.de
- Disable CONFIG_I2C_VIA, no 64-bit system would need it
- commit 95d3d3d
-------------------------------------------------------------------
Fri Jan 3 11:40:27 CET 2014 - mmarek@suse.cz
- Switch to linux-*.tar.xz
- commit cdd7212
-------------------------------------------------------------------
Fri Jan 3 11:01:58 CET 2014 - mmarek@suse.cz
- Add support for linux-*.tar.xz to the spec files
- commit d12c880
-------------------------------------------------------------------
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 18:55:53 CET 2013 - jdelvare@suse.de
- rpm/guards: Spelling fix
- commit 2e074cb
-------------------------------------------------------------------
Wed Dec 11 18:55:24 CET 2013 - jdelvare@suse.de
- rpm/guards: Delete dead code
- commit 98077a9
-------------------------------------------------------------------
Wed Dec 11 18:24:25 CET 2013 - jdelvare@suse.de
- rpm/guards: Typo fix from upstream
- commit ce654f8
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Dec 6 16:56:31 CET 2013 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Add the OBS _constraints file as source
- commit 17282e4
-------------------------------------------------------------------
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 +328,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 +378,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

View File

@ -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.12
%define patchversion 3.12.2
%define srcversion 3.13-rc7
%define patchversion 3.13.0-rc7
%define variant %{nil}
%define vanilla_only 0
@ -29,9 +29,9 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 3.12.2
Version: 3.13.rc7
%if 0%{?is_kotd}
Release: <RELEASE>.g3b81e61
Release: <RELEASE>.g57a2f1c
%else
Release: 0
%endif
@ -45,9 +45,10 @@ Requires(post): coreutils sed
Provides: multiversion(kernel)
Provides: linux
Provides: %name = %version-%source_rel
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.xz
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source4: _constraints
Source8: devel-pre.sh
Source9: devel-post.sh
Source10: preun.sh
@ -148,10 +149,6 @@ Vanilla Linux kernel sources with minor build fixes.
%source_timestamp
%prep
if ! [ -e %_sourcedir/linux-%srcversion.tar.bz2 ]; then
echo "Please get a copy of linux-%srcversion.tar.bz2 from" \
"ftp://ftp.kernel.org/pub/linux/kernel/v2.6/."
fi
echo "Symbol(s): %symbols"
@ -163,7 +160,7 @@ mkdir -p $RPM_BUILD_ROOT/usr/src
cd $RPM_BUILD_ROOT/usr/src
# Unpack the vanilla kernel sources
tar -xjf %_sourcedir/linux-%srcversion.tar.bz2
tar -xf %{S:0}
if test "%srcversion" != "%kernelrelease%variant"; then
mv linux-%srcversion linux-%kernelrelease%variant
fi

View File

@ -45,9 +45,10 @@ Requires(post): coreutils sed
Provides: multiversion(kernel)
Provides: linux
Provides: %name = %version-%source_rel
Source0: @TARBALL_URL@linux-%srcversion.tar.bz2
Source0: @TARBALL_URL@linux-%srcversion.tar.xz
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source4: _constraints
Source8: devel-pre.sh
Source9: devel-post.sh
Source10: preun.sh
@ -148,10 +149,6 @@ Vanilla Linux kernel sources with minor build fixes.
%source_timestamp
%prep
if ! [ -e %_sourcedir/linux-%srcversion.tar.bz2 ]; then
echo "Please get a copy of linux-%srcversion.tar.bz2 from" \
"ftp://ftp.kernel.org/pub/linux/kernel/v2.6/."
fi
echo "Symbol(s): %symbols"
@ -163,7 +160,7 @@ mkdir -p $RPM_BUILD_ROOT/usr/src
cd $RPM_BUILD_ROOT/usr/src
# Unpack the vanilla kernel sources
tar -xjf %_sourcedir/linux-%srcversion.tar.bz2
tar -xf %{S:0}
if test "%srcversion" != "%kernelrelease%variant"; then
mv linux-%srcversion linux-%kernelrelease%variant
fi

View File

@ -1,3 +1,295 @@
-------------------------------------------------------------------
Wed Jan 8 18:20:00 CET 2014 - afaerber@suse.de
- config: armv6hl: Extend default config for Raspberry Pi
Activate CONFIG_ARM_ATAG_DTB_COMPAT for it to receive U-Boot bootargs.
Enable BCM2835_{I2C,WDT}, MMC_SDHCI_BCM2835, USB_HCD_BCMA as modules.
- commit 57a2f1c
-------------------------------------------------------------------
Wed Jan 8 17:23:31 CET 2014 - jbeulich@suse.com
- Update Xen patches to 3.13-rc7 and c/s 1245.
- netback: bump tx queue length (bnc#849404).
- config.conf: Re-enable Xen configs.
- Update config files.
- commit 0e71aa4
-------------------------------------------------------------------
Tue Jan 7 15:46:28 CET 2014 - agraf@suse.de
- Delete config/armv7hl/cubox.
- commit 85bdaf6
-------------------------------------------------------------------
Mon Jan 6 16:36:04 CET 2014 - jeffm@suse.com
- Update to 3.13-rc7.
- Eliminated 1 patch.
- commit fed42b5
-------------------------------------------------------------------
Mon Jan 6 15:20:24 CET 2014 - jdelvare@suse.de
- Disable CONFIG_I2C_VIA in config/x86_64/desktop too
- commit febc20c
-------------------------------------------------------------------
Mon Jan 6 15:08:44 CET 2014 - jdelvare@suse.de
- Disable CONFIG_I2C_VIA, no 64-bit system would need it
- commit 95d3d3d
-------------------------------------------------------------------
Fri Jan 3 11:40:27 CET 2014 - mmarek@suse.cz
- Switch to linux-*.tar.xz
- commit cdd7212
-------------------------------------------------------------------
Fri Jan 3 11:01:58 CET 2014 - mmarek@suse.cz
- Add support for linux-*.tar.xz to the spec files
- commit d12c880
-------------------------------------------------------------------
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 18:55:53 CET 2013 - jdelvare@suse.de
- rpm/guards: Spelling fix
- commit 2e074cb
-------------------------------------------------------------------
Wed Dec 11 18:55:24 CET 2013 - jdelvare@suse.de
- rpm/guards: Delete dead code
- commit 98077a9
-------------------------------------------------------------------
Wed Dec 11 18:24:25 CET 2013 - jdelvare@suse.de
- rpm/guards: Typo fix from upstream
- commit ce654f8
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Dec 6 16:56:31 CET 2013 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Add the OBS _constraints file as source
- commit 17282e4
-------------------------------------------------------------------
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 +328,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 +378,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

View File

@ -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.12.2
Version: 3.13.rc7
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.g3b81e61
Release: <RELEASE>.g57a2f1c
%else
Release: 0
%endif
@ -39,10 +39,7 @@ Group: Development/Sources
Url: http://www.kernel.org/
AutoReqProv: off
BuildRequires: coreutils
%ifarch armv7hl
Requires: kernel-cubox-devel = %version-%source_rel
%endif
%ifarch aarch64 armv6hl armv7hl %ix86 ia64 ppc ppc64 s390x x86_64
%ifarch aarch64 armv6hl armv7hl %ix86 ia64 ppc ppc64 ppc64le s390x x86_64
Requires: kernel-default-devel = %version-%source_rel
%endif
%ifarch %ix86 x86_64
@ -65,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 aarch64 armv6hl armv7hl ia64 ppc ppc64 s390x x86_64
ExclusiveArch: %ix86 aarch64 armv6hl armv7hl ia64 ppc ppc64 ppc64le s390x x86_64
Prefix: /usr/src
%description

View File

@ -1,3 +1,295 @@
-------------------------------------------------------------------
Wed Jan 8 18:20:00 CET 2014 - afaerber@suse.de
- config: armv6hl: Extend default config for Raspberry Pi
Activate CONFIG_ARM_ATAG_DTB_COMPAT for it to receive U-Boot bootargs.
Enable BCM2835_{I2C,WDT}, MMC_SDHCI_BCM2835, USB_HCD_BCMA as modules.
- commit 57a2f1c
-------------------------------------------------------------------
Wed Jan 8 17:23:31 CET 2014 - jbeulich@suse.com
- Update Xen patches to 3.13-rc7 and c/s 1245.
- netback: bump tx queue length (bnc#849404).
- config.conf: Re-enable Xen configs.
- Update config files.
- commit 0e71aa4
-------------------------------------------------------------------
Tue Jan 7 15:46:28 CET 2014 - agraf@suse.de
- Delete config/armv7hl/cubox.
- commit 85bdaf6
-------------------------------------------------------------------
Mon Jan 6 16:36:04 CET 2014 - jeffm@suse.com
- Update to 3.13-rc7.
- Eliminated 1 patch.
- commit fed42b5
-------------------------------------------------------------------
Mon Jan 6 15:20:24 CET 2014 - jdelvare@suse.de
- Disable CONFIG_I2C_VIA in config/x86_64/desktop too
- commit febc20c
-------------------------------------------------------------------
Mon Jan 6 15:08:44 CET 2014 - jdelvare@suse.de
- Disable CONFIG_I2C_VIA, no 64-bit system would need it
- commit 95d3d3d
-------------------------------------------------------------------
Fri Jan 3 11:40:27 CET 2014 - mmarek@suse.cz
- Switch to linux-*.tar.xz
- commit cdd7212
-------------------------------------------------------------------
Fri Jan 3 11:01:58 CET 2014 - mmarek@suse.cz
- Add support for linux-*.tar.xz to the spec files
- commit d12c880
-------------------------------------------------------------------
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 18:55:53 CET 2013 - jdelvare@suse.de
- rpm/guards: Spelling fix
- commit 2e074cb
-------------------------------------------------------------------
Wed Dec 11 18:55:24 CET 2013 - jdelvare@suse.de
- rpm/guards: Delete dead code
- commit 98077a9
-------------------------------------------------------------------
Wed Dec 11 18:24:25 CET 2013 - jdelvare@suse.de
- rpm/guards: Typo fix from upstream
- commit ce654f8
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Dec 6 16:56:31 CET 2013 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Add the OBS _constraints file as source
- commit 17282e4
-------------------------------------------------------------------
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 +328,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 +378,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

View File

@ -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.12
%define patchversion 3.12.2
%define srcversion 3.13-rc7
%define patchversion 3.13.0-rc7
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 3.12.2
Version: 3.13.rc7
%if 0%{?is_kotd}
Release: <RELEASE>.g3b81e61
Release: <RELEASE>.g57a2f1c
%else
Release: 0
%endif
@ -149,9 +149,10 @@ Provides: kernel-kdump = 2.6.28
Obsoletes: kernel-kdump <= 2.6.28
%endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.xz
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source4: _constraints
Source8: devel-pre.sh
Source9: devel-post.sh
Source10: preun.sh
@ -209,7 +210,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ia64 ppc64 s390x x86_64
ExclusiveArch: %ix86 ia64 ppc64 ppc64le s390x x86_64
%define kmp_target_cpu %_target_cpu
%ifarch %ix86
# Only i386/default supports i586, mark other flavors' packages as i686
@ -301,7 +302,7 @@ This kernel has different tracing features enabled (e.g. utrace, ftrace).
%source_timestamp
%prep
if ! [ -e %_sourcedir/linux-%srcversion.tar.bz2 ]; then
if ! [ -e %{S:0} ]; then
echo "The %name-%version.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-%version.src.rpm."
exit 1
@ -538,7 +539,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

View File

@ -1,3 +1,295 @@
-------------------------------------------------------------------
Wed Jan 8 18:20:00 CET 2014 - afaerber@suse.de
- config: armv6hl: Extend default config for Raspberry Pi
Activate CONFIG_ARM_ATAG_DTB_COMPAT for it to receive U-Boot bootargs.
Enable BCM2835_{I2C,WDT}, MMC_SDHCI_BCM2835, USB_HCD_BCMA as modules.
- commit 57a2f1c
-------------------------------------------------------------------
Wed Jan 8 17:23:31 CET 2014 - jbeulich@suse.com
- Update Xen patches to 3.13-rc7 and c/s 1245.
- netback: bump tx queue length (bnc#849404).
- config.conf: Re-enable Xen configs.
- Update config files.
- commit 0e71aa4
-------------------------------------------------------------------
Tue Jan 7 15:46:28 CET 2014 - agraf@suse.de
- Delete config/armv7hl/cubox.
- commit 85bdaf6
-------------------------------------------------------------------
Mon Jan 6 16:36:04 CET 2014 - jeffm@suse.com
- Update to 3.13-rc7.
- Eliminated 1 patch.
- commit fed42b5
-------------------------------------------------------------------
Mon Jan 6 15:20:24 CET 2014 - jdelvare@suse.de
- Disable CONFIG_I2C_VIA in config/x86_64/desktop too
- commit febc20c
-------------------------------------------------------------------
Mon Jan 6 15:08:44 CET 2014 - jdelvare@suse.de
- Disable CONFIG_I2C_VIA, no 64-bit system would need it
- commit 95d3d3d
-------------------------------------------------------------------
Fri Jan 3 11:40:27 CET 2014 - mmarek@suse.cz
- Switch to linux-*.tar.xz
- commit cdd7212
-------------------------------------------------------------------
Fri Jan 3 11:01:58 CET 2014 - mmarek@suse.cz
- Add support for linux-*.tar.xz to the spec files
- commit d12c880
-------------------------------------------------------------------
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 18:55:53 CET 2013 - jdelvare@suse.de
- rpm/guards: Spelling fix
- commit 2e074cb
-------------------------------------------------------------------
Wed Dec 11 18:55:24 CET 2013 - jdelvare@suse.de
- rpm/guards: Delete dead code
- commit 98077a9
-------------------------------------------------------------------
Wed Dec 11 18:24:25 CET 2013 - jdelvare@suse.de
- rpm/guards: Typo fix from upstream
- commit ce654f8
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Dec 6 16:56:31 CET 2013 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Add the OBS _constraints file as source
- commit 17282e4
-------------------------------------------------------------------
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 +328,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 +378,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

View File

@ -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.12
%define patchversion 3.12.2
%define srcversion 3.13-rc7
%define patchversion 3.13.0-rc7
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 3.12.2
Version: 3.13.rc7
%if 0%{?is_kotd}
Release: <RELEASE>.g3b81e61
Release: <RELEASE>.g57a2f1c
%else
Release: 0
%endif
@ -146,9 +146,10 @@ 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.xz
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source4: _constraints
Source8: devel-pre.sh
Source9: devel-post.sh
Source10: preun.sh
@ -206,7 +207,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ia64 ppc ppc64 s390x x86_64
ExclusiveArch: %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
@ -298,7 +299,7 @@ The standard kernel - without any SUSE patches
%source_timestamp
%prep
if ! [ -e %_sourcedir/linux-%srcversion.tar.bz2 ]; then
if ! [ -e %{S:0} ]; then
echo "The %name-%version.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-%version.src.rpm."
exit 1
@ -535,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

View File

@ -1,3 +1,295 @@
-------------------------------------------------------------------
Wed Jan 8 18:20:00 CET 2014 - afaerber@suse.de
- config: armv6hl: Extend default config for Raspberry Pi
Activate CONFIG_ARM_ATAG_DTB_COMPAT for it to receive U-Boot bootargs.
Enable BCM2835_{I2C,WDT}, MMC_SDHCI_BCM2835, USB_HCD_BCMA as modules.
- commit 57a2f1c
-------------------------------------------------------------------
Wed Jan 8 17:23:31 CET 2014 - jbeulich@suse.com
- Update Xen patches to 3.13-rc7 and c/s 1245.
- netback: bump tx queue length (bnc#849404).
- config.conf: Re-enable Xen configs.
- Update config files.
- commit 0e71aa4
-------------------------------------------------------------------
Tue Jan 7 15:46:28 CET 2014 - agraf@suse.de
- Delete config/armv7hl/cubox.
- commit 85bdaf6
-------------------------------------------------------------------
Mon Jan 6 16:36:04 CET 2014 - jeffm@suse.com
- Update to 3.13-rc7.
- Eliminated 1 patch.
- commit fed42b5
-------------------------------------------------------------------
Mon Jan 6 15:20:24 CET 2014 - jdelvare@suse.de
- Disable CONFIG_I2C_VIA in config/x86_64/desktop too
- commit febc20c
-------------------------------------------------------------------
Mon Jan 6 15:08:44 CET 2014 - jdelvare@suse.de
- Disable CONFIG_I2C_VIA, no 64-bit system would need it
- commit 95d3d3d
-------------------------------------------------------------------
Fri Jan 3 11:40:27 CET 2014 - mmarek@suse.cz
- Switch to linux-*.tar.xz
- commit cdd7212
-------------------------------------------------------------------
Fri Jan 3 11:01:58 CET 2014 - mmarek@suse.cz
- Add support for linux-*.tar.xz to the spec files
- commit d12c880
-------------------------------------------------------------------
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 18:55:53 CET 2013 - jdelvare@suse.de
- rpm/guards: Spelling fix
- commit 2e074cb
-------------------------------------------------------------------
Wed Dec 11 18:55:24 CET 2013 - jdelvare@suse.de
- rpm/guards: Delete dead code
- commit 98077a9
-------------------------------------------------------------------
Wed Dec 11 18:24:25 CET 2013 - jdelvare@suse.de
- rpm/guards: Typo fix from upstream
- commit ce654f8
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Dec 6 16:56:31 CET 2013 - mmarek@suse.cz
- rpm/kernel-source.spec.in: Add the OBS _constraints file as source
- commit 17282e4
-------------------------------------------------------------------
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 +328,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 +378,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

View File

@ -1,7 +1,7 @@
#
# spec file for package kernel-xen
#
# 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-rc7
%define patchversion 3.13.0-rc7
%define variant %{nil}
%define vanilla_only 0
@ -59,9 +59,9 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 3.12.2
Version: 3.13.rc7
%if 0%{?is_kotd}
Release: <RELEASE>.g3b81e61
Release: <RELEASE>.g57a2f1c
%else
Release: 0
%endif
@ -149,9 +149,10 @@ Provides: kernel-xenpae = 2.6.17
Obsoletes: kernel-xenpae <= 2.6.17
%endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.xz
Source2: source-post.sh
Source3: kernel-source.rpmlintrc
Source4: _constraints
Source8: devel-pre.sh
Source9: devel-post.sh
Source10: preun.sh
@ -304,7 +305,7 @@ unprivileged ("xenU") kernel.
%source_timestamp
%prep
if ! [ -e %_sourcedir/linux-%srcversion.tar.bz2 ]; then
if ! [ -e %{S:0} ]; then
echo "The %name-%version.nosrc.rpm package does not contain the" \
"complete sources. Please install kernel-source-%version.src.rpm."
exit 1
@ -541,7 +542,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

View File

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

3
linux-3.13-rc7.tar.xz Normal file
View File

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

4
mkspec
View File

@ -47,9 +47,9 @@ $rpmversion =~ s/-/./g;
$rpmrelease =~ s/-/./g;
my $sources = join("", $templates{source} =~ /\nSource\d+:[^\n]*/mg);
# Find all SourceN: foo.tar.bz2 lines and generate the NoSource:
# Find all SourceN: foo.tar.(bz2|xz) lines and generate the NoSource:
# lines and the %setup line
my @tarballs = ($sources =~ /\nSource(\d+):[^\n]*\.tar\.bz2/mg);
my @tarballs = ($sources =~ /\nSource(\d+):[^\n]*\.tar\.(?:bz2|xz)/mg);
my $nosource = join("\n", map { "NoSource: $_" } @tarballs);
# Source0 (the linux tarball) is unpacked manually
@tarballs = grep { $_ > 0 } @tarballs;

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e3343adb66cc514878c868184e6e5986459d4f4e4da1b2177aa8b1826645f8c
size 151116
oid sha256:48eb1037556264943a1351ea6fe04fe8e1cc083b640e6bc9868ae279d5aee4ab
size 155997

View File

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

View File

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

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:4ab5896418f5bf0352df222b0c9258640012fee1fc69ec3ffdf221f428c1ced8
size 132614
oid sha256:d8b55cc87e751d595373ebb99423e17a9dd06e273f7bb8385e46a2dc38f30054
size 126788

View File

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

View File

@ -27,8 +27,6 @@
# 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.
@ -113,9 +111,6 @@
+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
########################################################
@ -145,7 +140,17 @@
patches.suse/suse-ppc64-branding
+needs_update patches.arch/ppc64-xmon-dmesg-printing.patch
patches.arch/ppc-prom-nodisplay.patch
patches.fixes/ptrace-getsiginfo
+needs_update patches.fixes/ptrace-getsiginfo
########################################################
# powerpc/little endian
########################################################
patches.arch/ppc64le-build-vmlinux.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
@ -195,7 +200,6 @@
########################################################
patches.suse/connector-read-mostly
patches.suse/kbd-ignore-gfx.patch
patches.suse/ida-remove-warning-dump-stack.patch
########################################################
#
@ -219,14 +223,11 @@
########################################################
# 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
@ -275,7 +276,6 @@
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
@ -371,7 +371,6 @@
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
@ -384,7 +383,6 @@
########################################################
# 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
@ -438,7 +436,6 @@
##########################################################
# Sound
##########################################################
patches.drivers/ALSA-hda-Add-extra-chmap-for-2.1-outputs-on-ASUS-lap
########################################################
# Char / serial
@ -451,8 +448,6 @@
# 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
########################################################
@ -629,11 +624,11 @@
patches.xen/xen3-patch-3.10
patches.xen/xen3-patch-3.11
patches.xen/xen3-patch-3.12
patches.xen/xen3-patch-3.13-rc7
# 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
@ -642,7 +637,7 @@
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
patches.xen/xen-pcpu-hotplug-kexec
patches.xen/xen-mem-hotplug
patches.xen/xen-configurable-guest-devices
@ -665,6 +660,7 @@
patches.xen/xen-netback-generalize
patches.xen/xen-netback-multiple-tasklets
patches.xen/xen-netback-kernel-threads
patches.xen/xen-netback-tx-queue-len
patches.xen/xen-cxgb3
patches.xen/xen-dcdbas
patches.xen/xen-x86-panic-no-reboot

View File

@ -1,3 +1,3 @@
2013-11-29 21:29:19 +0100
GIT Revision: 3b81e610d31696c8876236b2019d953750fb4de5
2014-01-08 18:30:05 +0100
GIT Revision: 57a2f1c8a19eb6e5cd9403a32c6f256d9d4c6dad
GIT Branch: master

View File

@ -489,7 +489,6 @@
drivers/i2c/busses/i2c-stub
drivers/i2c/busses/i2c-taos-evm
drivers/i2c/busses/i2c-tiny-usb
drivers/i2c/busses/i2c-via # i2c for Via vt82c586b southbridge
drivers/i2c/busses/i2c-viapro # vt82c596 SMBus driver
drivers/i2c/busses/scx200_acb # NatSemi SCx200 ACCESS.bus Driver
drivers/i2c/busses/scx200_i2c