commit 16dd1ca5fa09952d53e3d9c54b3539e5b3916dbc

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=236
This commit is contained in:
Michal Marek 2013-09-04 06:05:35 +00:00 committed by Git OBS Bridge
parent a9bc7ac7ce
commit 635a52ec3a
45 changed files with 2977 additions and 143 deletions

View File

@ -1,5 +1,5 @@
# The version of the main tarball to use
SRCVERSION=3.10
SRCVERSION=3.11
# 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:5e1eb644e11e26dcc85ef4d44e925d8a20dba98d7c92093fb254a67119fd823a
size 256168
oid sha256:de005e324342435ac23a5a763a244dabda942bcf307893cebbe0fe9c5606106f
size 259902

View File

@ -77,8 +77,11 @@ Provides: kernel-base = %version-%source_rel
Obsoletes: %name-base <= 2.6.31
%endif
Requires(pre): coreutils awk
# Need a module-init-tools with /usr/lib/module-init-tools/weak-modules2
Requires(post): module-init-tools >= 3.4
# For /usr/lib/module-init-tools/weak-modules2
Requires(post): suse-module-tools
# For depmod (modutils is a dependency provided by both module-init-tools and
# kmod-compat)
Requires(post): modutils
# This Requires is wrong, because the post/postun scripts have a
# test -x update-bootloader, having perl-Bootloader is not a hard requirement.
# But, there is no way to tell rpm or yast to schedule the installation
@ -124,6 +127,8 @@ Obsoletes: kernel-xenpae < %version
#!BuildIgnore: xen
%endif
Obsoletes: microcode_ctl
Provides: %name-nongpl = %version
Obsoletes: %name-nongpl < %version
%if %build_vanilla

View File

@ -8,20 +8,18 @@ modules in the %{-n*}-kmp packages.
# The scriptlets are reused in kernel-binary.spec.in by a sed script that
# stops at the next line that starts with a percent sign
%post -n %{-n*}-ueficert
# Make the -cert subpackage scriptlets non-fatal and verbose in the
# Beta phase
set -x +e
if ! command -v mokutil >/dev/null; then
exit 0
fi
# XXX: Only call mokutil if UEFI and shim are used
for cert in @CERTS@; do
mokutil --import "$cert" --root-pw
if ! mokutil --import "$cert" --root-pw; then
echo "Failed to import $cert"
fi
done
exit 0
%preun -n %{-n*}-ueficert
set -x +e
if ! command -v mokutil >/dev/null; then
exit 0
fi
@ -31,13 +29,14 @@ done
exit 0
%postun -n %{-n*}-ueficert
set -x +e
if ! command -v mokutil >/dev/null; then
exit 0
fi
for cert in @CERTS@; do
if ! test -e "$cert"; then
mokutil --delete "$cert.delete" --root-pw
if ! mokutil --delete "$cert.delete" --root-pw; then
echo "Failed to delete $cert"
fi
fi
rm "$cert.delete"
done

View File

@ -1,9 +1,33 @@
-------------------------------------------------------------------
Tue Sep 3 17:25:07 CEST 2013 - jeffm@suse.com
- Update to 3.11-final.
- commit 7561c6f
-------------------------------------------------------------------
Thu Aug 29 21:20:20 CEST 2013 - jslaby@suse.cz
- Linux 3.10.10.
- commit 8038aea
-------------------------------------------------------------------
Tue Aug 27 21:34:49 CEST 2013 - jeffm@suse.com
- rpm/kernel-docs.spec.in: Fix missing whitespace error in description
- commit 7032523
-------------------------------------------------------------------
Tue Aug 27 15:32:27 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc7.
- commit 99e1318
-------------------------------------------------------------------
Wed Aug 21 11:21:00 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.11-rc6.
- commit 7ee85be
-------------------------------------------------------------------
Wed Aug 21 09:31:18 CEST 2013 - jslaby@suse.cz
@ -16,12 +40,38 @@ Wed Aug 21 09:29:19 CEST 2013 - jslaby@suse.cz
- Linux 3.10.8.
- commit e77e7a7
-------------------------------------------------------------------
Mon Aug 19 17:55:35 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc6.
- commit b474038
-------------------------------------------------------------------
Thu Aug 15 15:46:32 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.11-rc5.
- config.conf: Re-enable Xen configs
- Delete patches.xen/xen-sections.
- commit adcd98b
-------------------------------------------------------------------
Thu Aug 15 09:42:59 CEST 2013 - jslaby@suse.cz
- Linux 3.10.7.
- commit 771dec3
-------------------------------------------------------------------
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
- config: update armv6 default config to multi-arch armv6
- commit 25b5917
-------------------------------------------------------------------
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc5.
- commit c33c981
-------------------------------------------------------------------
Mon Aug 12 08:07:06 CEST 2013 - jslaby@suse.cz
@ -35,6 +85,57 @@ Sun Aug 11 15:39:39 CEST 2013 - jslaby@suse.cz
Enable acpi pci hotplug again.
- commit f2022c3
-------------------------------------------------------------------
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
- arm: update default config for 3.11.0-rc4
- Add sound modules
- Add TI wifi modules
- commit 448a93c
-------------------------------------------------------------------
Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
- config/arm: update and reenable ARM64 config
- commit 327e5fc
-------------------------------------------------------------------
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
- Reenable ARMv6/ARMv7 configs
- commit 461df98
-------------------------------------------------------------------
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com
- config: disable RCU_USER_QS
RCU_USER_QS is used for hacking on debugging the full dynticks model,
which we've disabled.
- commit 910e01d
-------------------------------------------------------------------
Mon Aug 5 22:59:55 CEST 2013 - jeffm@suse.com
- reiserfs: locking, release lock around quota operations
(bnc#815320).
- reiserfs: locking, handle nested locks properly (bnc#815320).
- reiserfs: locking, push write lock out of xattr code
(bnc#815320).
- commit 01695c8
-------------------------------------------------------------------
Mon Aug 5 14:30:18 CEST 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Avoid hardcoded runtime dependency on
module-init-tools.
- commit 2889cef
-------------------------------------------------------------------
Mon Aug 5 04:24:06 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc4.
- commit 38e9077
-------------------------------------------------------------------
Sun Aug 4 13:35:35 CEST 2013 - jslaby@suse.cz
@ -49,6 +150,21 @@ Sun Aug 4 13:35:35 CEST 2013 - jslaby@suse.cz
patches.suse/suse-hv-Drivers-hv-balloon-Fix-a-bug-in-the-hot-add-code.patch.
- commit 4e0ffc2
-------------------------------------------------------------------
Tue Jul 30 07:43:15 CEST 2013 - jslaby@suse.cz
- Delete patches.drivers/elousb.patch.
- Delete patches.kernel.org/patch-3.10.1-2.
They are both obsolete.
- commit e924b54
-------------------------------------------------------------------
Mon Jul 29 14:45:28 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc3.
- Eliminated 3 patches.
- commit c0a4742
-------------------------------------------------------------------
Mon Jul 29 08:26:48 CEST 2013 - jslaby@suse.cz
@ -68,6 +184,44 @@ Fri Jul 26 07:54:19 CEST 2013 - jslaby@suse.cz
patches.kernel.org/revert-cpufreq-Fix-cpufreq-regression-after-suspend-.patch.
- commit ec6c1d9
-------------------------------------------------------------------
Thu Jul 25 22:55:37 CEST 2013 - jeffm@suse.com
- btrfs: check index in extent_buffer_page.
- commit 15eacb9
-------------------------------------------------------------------
Thu Jul 25 19:01:09 CEST 2013 - jdelvare@suse.de
- Hu, OK, RapidIO can't be fully modularized on PPC (yet.)
- commit 4c2611f
-------------------------------------------------------------------
Thu Jul 25 17:58:15 CEST 2013 - jdelvare@suse.de
- Update config files: build RapidIO support as modules
- commit 1c6c425
-------------------------------------------------------------------
Thu Jul 25 02:08:31 CEST 2013 - jeffm@suse.com
- rpm/kernel-binary.spec.in: Obsolete microcode_ctl
The kernel can request CPU microcode itself now and microcode_ctl is
no longer required.
- commit 3fb567f
-------------------------------------------------------------------
Thu Jul 25 00:51:31 CEST 2013 - jeffm@suse.com
- config: enable early CPU microcode loading.
- commit 0911270
-------------------------------------------------------------------
Wed Jul 24 19:12:20 CEST 2013 - jeffm@suse.com
- btrfs: fall back to global reservation when removing subvolumes.
- commit 026dc43
-------------------------------------------------------------------
Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
@ -75,6 +229,31 @@ Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
(bnc#830492).
- commit 49a8c47
-------------------------------------------------------------------
Tue Jul 23 03:35:59 CEST 2013 - jeffm@suse.com
- config: disable USB_CHIPIDEA
- commit 00cdcf9
-------------------------------------------------------------------
Tue Jul 23 03:08:18 CEST 2013 - jeffm@suse.com
- Refresh patches.suse/dmraid45-api-updates.
- commit 8e1fa8b
-------------------------------------------------------------------
Tue Jul 23 02:45:54 CEST 2013 - jeffm@suse.com
- Refresh patches.suse/ovl05-overlay-filesystem.patch.
- commit 27c899f
-------------------------------------------------------------------
Tue Jul 23 01:54:04 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc2.
- Eliminated 1 patch.
- commit f6f5941
-------------------------------------------------------------------
Mon Jul 22 08:49:02 CEST 2013 - jslaby@suse.cz
@ -140,6 +319,14 @@ Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com
- Updated patch-mainline headers.
- commit ba04848
-------------------------------------------------------------------
Tue Jul 16 16:21:01 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc1.
- Eliminated 13 patches.
- Xen needs updating and is disabled.
- commit 8ffe6ba
-------------------------------------------------------------------
Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com
@ -789,6 +976,12 @@ Wed Apr 24 17:51:17 CEST 2013 - jeffm@suse.com
Eliminated 2 patches.
- commit a86daba
-------------------------------------------------------------------
Wed Apr 24 16:08:25 CEST 2013 - mmarek@suse.cz
- rpm/macros.kernel-source: Fix the -c option if -n is not given
- commit d704806
-------------------------------------------------------------------
Wed Apr 24 09:25:25 CEST 2013 - jslaby@suse.cz
@ -804,6 +997,12 @@ Wed Apr 24 09:25:25 CEST 2013 - jslaby@suse.cz
code (bnc#815170).
- commit e166324
-------------------------------------------------------------------
Thu Apr 18 14:23:45 CEST 2013 - mmarek@suse.cz
- Remove set -x and set +e statements in KMP scripts
- commit 5575c3c
-------------------------------------------------------------------
Wed Apr 17 10:48:54 CEST 2013 - jslaby@suse.cz

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.10
%define patchversion 3.10.10
%define srcversion 3.11
%define patchversion 3.11.0
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-cubox
Summary: Kernel for SolidRun Cubox
Version: 3.10.10
Release: <RELEASE>.g8038aea
Version: 3.11.0
Release: <RELEASE>.g16dd1ca
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -77,8 +77,11 @@ Provides: kernel-base = %version-%source_rel
Obsoletes: %name-base <= 2.6.31
%endif
Requires(pre): coreutils awk
# Need a module-init-tools with /usr/lib/module-init-tools/weak-modules2
Requires(post): module-init-tools >= 3.4
# For /usr/lib/module-init-tools/weak-modules2
Requires(post): suse-module-tools
# For depmod (modutils is a dependency provided by both module-init-tools and
# kmod-compat)
Requires(post): modutils
# This Requires is wrong, because the post/postun scripts have a
# test -x update-bootloader, having perl-Bootloader is not a hard requirement.
# But, there is no way to tell rpm or yast to schedule the installation
@ -124,6 +127,8 @@ Obsoletes: kernel-xenpae < %version
#!BuildIgnore: xen
%endif
Obsoletes: microcode_ctl
Provides: %name-nongpl = %version
Obsoletes: %name-nongpl < %version
%if %build_vanilla

View File

@ -1,9 +1,33 @@
-------------------------------------------------------------------
Tue Sep 3 17:25:07 CEST 2013 - jeffm@suse.com
- Update to 3.11-final.
- commit 7561c6f
-------------------------------------------------------------------
Thu Aug 29 21:20:20 CEST 2013 - jslaby@suse.cz
- Linux 3.10.10.
- commit 8038aea
-------------------------------------------------------------------
Tue Aug 27 21:34:49 CEST 2013 - jeffm@suse.com
- rpm/kernel-docs.spec.in: Fix missing whitespace error in description
- commit 7032523
-------------------------------------------------------------------
Tue Aug 27 15:32:27 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc7.
- commit 99e1318
-------------------------------------------------------------------
Wed Aug 21 11:21:00 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.11-rc6.
- commit 7ee85be
-------------------------------------------------------------------
Wed Aug 21 09:31:18 CEST 2013 - jslaby@suse.cz
@ -16,12 +40,38 @@ Wed Aug 21 09:29:19 CEST 2013 - jslaby@suse.cz
- Linux 3.10.8.
- commit e77e7a7
-------------------------------------------------------------------
Mon Aug 19 17:55:35 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc6.
- commit b474038
-------------------------------------------------------------------
Thu Aug 15 15:46:32 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.11-rc5.
- config.conf: Re-enable Xen configs
- Delete patches.xen/xen-sections.
- commit adcd98b
-------------------------------------------------------------------
Thu Aug 15 09:42:59 CEST 2013 - jslaby@suse.cz
- Linux 3.10.7.
- commit 771dec3
-------------------------------------------------------------------
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
- config: update armv6 default config to multi-arch armv6
- commit 25b5917
-------------------------------------------------------------------
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc5.
- commit c33c981
-------------------------------------------------------------------
Mon Aug 12 08:07:06 CEST 2013 - jslaby@suse.cz
@ -35,6 +85,57 @@ Sun Aug 11 15:39:39 CEST 2013 - jslaby@suse.cz
Enable acpi pci hotplug again.
- commit f2022c3
-------------------------------------------------------------------
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
- arm: update default config for 3.11.0-rc4
- Add sound modules
- Add TI wifi modules
- commit 448a93c
-------------------------------------------------------------------
Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
- config/arm: update and reenable ARM64 config
- commit 327e5fc
-------------------------------------------------------------------
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
- Reenable ARMv6/ARMv7 configs
- commit 461df98
-------------------------------------------------------------------
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com
- config: disable RCU_USER_QS
RCU_USER_QS is used for hacking on debugging the full dynticks model,
which we've disabled.
- commit 910e01d
-------------------------------------------------------------------
Mon Aug 5 22:59:55 CEST 2013 - jeffm@suse.com
- reiserfs: locking, release lock around quota operations
(bnc#815320).
- reiserfs: locking, handle nested locks properly (bnc#815320).
- reiserfs: locking, push write lock out of xattr code
(bnc#815320).
- commit 01695c8
-------------------------------------------------------------------
Mon Aug 5 14:30:18 CEST 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Avoid hardcoded runtime dependency on
module-init-tools.
- commit 2889cef
-------------------------------------------------------------------
Mon Aug 5 04:24:06 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc4.
- commit 38e9077
-------------------------------------------------------------------
Sun Aug 4 13:35:35 CEST 2013 - jslaby@suse.cz
@ -49,6 +150,21 @@ Sun Aug 4 13:35:35 CEST 2013 - jslaby@suse.cz
patches.suse/suse-hv-Drivers-hv-balloon-Fix-a-bug-in-the-hot-add-code.patch.
- commit 4e0ffc2
-------------------------------------------------------------------
Tue Jul 30 07:43:15 CEST 2013 - jslaby@suse.cz
- Delete patches.drivers/elousb.patch.
- Delete patches.kernel.org/patch-3.10.1-2.
They are both obsolete.
- commit e924b54
-------------------------------------------------------------------
Mon Jul 29 14:45:28 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc3.
- Eliminated 3 patches.
- commit c0a4742
-------------------------------------------------------------------
Mon Jul 29 08:26:48 CEST 2013 - jslaby@suse.cz
@ -68,6 +184,44 @@ Fri Jul 26 07:54:19 CEST 2013 - jslaby@suse.cz
patches.kernel.org/revert-cpufreq-Fix-cpufreq-regression-after-suspend-.patch.
- commit ec6c1d9
-------------------------------------------------------------------
Thu Jul 25 22:55:37 CEST 2013 - jeffm@suse.com
- btrfs: check index in extent_buffer_page.
- commit 15eacb9
-------------------------------------------------------------------
Thu Jul 25 19:01:09 CEST 2013 - jdelvare@suse.de
- Hu, OK, RapidIO can't be fully modularized on PPC (yet.)
- commit 4c2611f
-------------------------------------------------------------------
Thu Jul 25 17:58:15 CEST 2013 - jdelvare@suse.de
- Update config files: build RapidIO support as modules
- commit 1c6c425
-------------------------------------------------------------------
Thu Jul 25 02:08:31 CEST 2013 - jeffm@suse.com
- rpm/kernel-binary.spec.in: Obsolete microcode_ctl
The kernel can request CPU microcode itself now and microcode_ctl is
no longer required.
- commit 3fb567f
-------------------------------------------------------------------
Thu Jul 25 00:51:31 CEST 2013 - jeffm@suse.com
- config: enable early CPU microcode loading.
- commit 0911270
-------------------------------------------------------------------
Wed Jul 24 19:12:20 CEST 2013 - jeffm@suse.com
- btrfs: fall back to global reservation when removing subvolumes.
- commit 026dc43
-------------------------------------------------------------------
Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
@ -75,6 +229,31 @@ Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
(bnc#830492).
- commit 49a8c47
-------------------------------------------------------------------
Tue Jul 23 03:35:59 CEST 2013 - jeffm@suse.com
- config: disable USB_CHIPIDEA
- commit 00cdcf9
-------------------------------------------------------------------
Tue Jul 23 03:08:18 CEST 2013 - jeffm@suse.com
- Refresh patches.suse/dmraid45-api-updates.
- commit 8e1fa8b
-------------------------------------------------------------------
Tue Jul 23 02:45:54 CEST 2013 - jeffm@suse.com
- Refresh patches.suse/ovl05-overlay-filesystem.patch.
- commit 27c899f
-------------------------------------------------------------------
Tue Jul 23 01:54:04 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc2.
- Eliminated 1 patch.
- commit f6f5941
-------------------------------------------------------------------
Mon Jul 22 08:49:02 CEST 2013 - jslaby@suse.cz
@ -140,6 +319,14 @@ Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com
- Updated patch-mainline headers.
- commit ba04848
-------------------------------------------------------------------
Tue Jul 16 16:21:01 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc1.
- Eliminated 13 patches.
- Xen needs updating and is disabled.
- commit 8ffe6ba
-------------------------------------------------------------------
Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com
@ -789,6 +976,12 @@ Wed Apr 24 17:51:17 CEST 2013 - jeffm@suse.com
Eliminated 2 patches.
- commit a86daba
-------------------------------------------------------------------
Wed Apr 24 16:08:25 CEST 2013 - mmarek@suse.cz
- rpm/macros.kernel-source: Fix the -c option if -n is not given
- commit d704806
-------------------------------------------------------------------
Wed Apr 24 09:25:25 CEST 2013 - jslaby@suse.cz
@ -804,6 +997,12 @@ Wed Apr 24 09:25:25 CEST 2013 - jslaby@suse.cz
code (bnc#815170).
- commit e166324
-------------------------------------------------------------------
Thu Apr 18 14:23:45 CEST 2013 - mmarek@suse.cz
- Remove set -x and set +e statements in KMP scripts
- commit 5575c3c
-------------------------------------------------------------------
Wed Apr 17 10:48:54 CEST 2013 - jslaby@suse.cz

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.10
%define patchversion 3.10.10
%define srcversion 3.11
%define patchversion 3.11.0
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 3.10.10
Release: <RELEASE>.g8038aea
Version: 3.11.0
Release: <RELEASE>.g16dd1ca
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -77,8 +77,11 @@ Provides: kernel-base = %version-%source_rel
Obsoletes: %name-base <= 2.6.31
%endif
Requires(pre): coreutils awk
# Need a module-init-tools with /usr/lib/module-init-tools/weak-modules2
Requires(post): module-init-tools >= 3.4
# For /usr/lib/module-init-tools/weak-modules2
Requires(post): suse-module-tools
# For depmod (modutils is a dependency provided by both module-init-tools and
# kmod-compat)
Requires(post): modutils
# This Requires is wrong, because the post/postun scripts have a
# test -x update-bootloader, having perl-Bootloader is not a hard requirement.
# But, there is no way to tell rpm or yast to schedule the installation
@ -124,6 +127,8 @@ Obsoletes: kernel-xenpae < %version
#!BuildIgnore: xen
%endif
Obsoletes: microcode_ctl
Provides: %name-nongpl = %version
Obsoletes: %name-nongpl < %version
%if %build_vanilla

View File

@ -1,9 +1,33 @@
-------------------------------------------------------------------
Tue Sep 3 17:25:07 CEST 2013 - jeffm@suse.com
- Update to 3.11-final.
- commit 7561c6f
-------------------------------------------------------------------
Thu Aug 29 21:20:20 CEST 2013 - jslaby@suse.cz
- Linux 3.10.10.
- commit 8038aea
-------------------------------------------------------------------
Tue Aug 27 21:34:49 CEST 2013 - jeffm@suse.com
- rpm/kernel-docs.spec.in: Fix missing whitespace error in description
- commit 7032523
-------------------------------------------------------------------
Tue Aug 27 15:32:27 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc7.
- commit 99e1318
-------------------------------------------------------------------
Wed Aug 21 11:21:00 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.11-rc6.
- commit 7ee85be
-------------------------------------------------------------------
Wed Aug 21 09:31:18 CEST 2013 - jslaby@suse.cz
@ -16,12 +40,38 @@ Wed Aug 21 09:29:19 CEST 2013 - jslaby@suse.cz
- Linux 3.10.8.
- commit e77e7a7
-------------------------------------------------------------------
Mon Aug 19 17:55:35 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc6.
- commit b474038
-------------------------------------------------------------------
Thu Aug 15 15:46:32 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.11-rc5.
- config.conf: Re-enable Xen configs
- Delete patches.xen/xen-sections.
- commit adcd98b
-------------------------------------------------------------------
Thu Aug 15 09:42:59 CEST 2013 - jslaby@suse.cz
- Linux 3.10.7.
- commit 771dec3
-------------------------------------------------------------------
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
- config: update armv6 default config to multi-arch armv6
- commit 25b5917
-------------------------------------------------------------------
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc5.
- commit c33c981
-------------------------------------------------------------------
Mon Aug 12 08:07:06 CEST 2013 - jslaby@suse.cz
@ -35,6 +85,57 @@ Sun Aug 11 15:39:39 CEST 2013 - jslaby@suse.cz
Enable acpi pci hotplug again.
- commit f2022c3
-------------------------------------------------------------------
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
- arm: update default config for 3.11.0-rc4
- Add sound modules
- Add TI wifi modules
- commit 448a93c
-------------------------------------------------------------------
Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
- config/arm: update and reenable ARM64 config
- commit 327e5fc
-------------------------------------------------------------------
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
- Reenable ARMv6/ARMv7 configs
- commit 461df98
-------------------------------------------------------------------
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com
- config: disable RCU_USER_QS
RCU_USER_QS is used for hacking on debugging the full dynticks model,
which we've disabled.
- commit 910e01d
-------------------------------------------------------------------
Mon Aug 5 22:59:55 CEST 2013 - jeffm@suse.com
- reiserfs: locking, release lock around quota operations
(bnc#815320).
- reiserfs: locking, handle nested locks properly (bnc#815320).
- reiserfs: locking, push write lock out of xattr code
(bnc#815320).
- commit 01695c8
-------------------------------------------------------------------
Mon Aug 5 14:30:18 CEST 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Avoid hardcoded runtime dependency on
module-init-tools.
- commit 2889cef
-------------------------------------------------------------------
Mon Aug 5 04:24:06 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc4.
- commit 38e9077
-------------------------------------------------------------------
Sun Aug 4 13:35:35 CEST 2013 - jslaby@suse.cz
@ -49,6 +150,21 @@ Sun Aug 4 13:35:35 CEST 2013 - jslaby@suse.cz
patches.suse/suse-hv-Drivers-hv-balloon-Fix-a-bug-in-the-hot-add-code.patch.
- commit 4e0ffc2
-------------------------------------------------------------------
Tue Jul 30 07:43:15 CEST 2013 - jslaby@suse.cz
- Delete patches.drivers/elousb.patch.
- Delete patches.kernel.org/patch-3.10.1-2.
They are both obsolete.
- commit e924b54
-------------------------------------------------------------------
Mon Jul 29 14:45:28 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc3.
- Eliminated 3 patches.
- commit c0a4742
-------------------------------------------------------------------
Mon Jul 29 08:26:48 CEST 2013 - jslaby@suse.cz
@ -68,6 +184,44 @@ Fri Jul 26 07:54:19 CEST 2013 - jslaby@suse.cz
patches.kernel.org/revert-cpufreq-Fix-cpufreq-regression-after-suspend-.patch.
- commit ec6c1d9
-------------------------------------------------------------------
Thu Jul 25 22:55:37 CEST 2013 - jeffm@suse.com
- btrfs: check index in extent_buffer_page.
- commit 15eacb9
-------------------------------------------------------------------
Thu Jul 25 19:01:09 CEST 2013 - jdelvare@suse.de
- Hu, OK, RapidIO can't be fully modularized on PPC (yet.)
- commit 4c2611f
-------------------------------------------------------------------
Thu Jul 25 17:58:15 CEST 2013 - jdelvare@suse.de
- Update config files: build RapidIO support as modules
- commit 1c6c425
-------------------------------------------------------------------
Thu Jul 25 02:08:31 CEST 2013 - jeffm@suse.com
- rpm/kernel-binary.spec.in: Obsolete microcode_ctl
The kernel can request CPU microcode itself now and microcode_ctl is
no longer required.
- commit 3fb567f
-------------------------------------------------------------------
Thu Jul 25 00:51:31 CEST 2013 - jeffm@suse.com
- config: enable early CPU microcode loading.
- commit 0911270
-------------------------------------------------------------------
Wed Jul 24 19:12:20 CEST 2013 - jeffm@suse.com
- btrfs: fall back to global reservation when removing subvolumes.
- commit 026dc43
-------------------------------------------------------------------
Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
@ -75,6 +229,31 @@ Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
(bnc#830492).
- commit 49a8c47
-------------------------------------------------------------------
Tue Jul 23 03:35:59 CEST 2013 - jeffm@suse.com
- config: disable USB_CHIPIDEA
- commit 00cdcf9
-------------------------------------------------------------------
Tue Jul 23 03:08:18 CEST 2013 - jeffm@suse.com
- Refresh patches.suse/dmraid45-api-updates.
- commit 8e1fa8b
-------------------------------------------------------------------
Tue Jul 23 02:45:54 CEST 2013 - jeffm@suse.com
- Refresh patches.suse/ovl05-overlay-filesystem.patch.
- commit 27c899f
-------------------------------------------------------------------
Tue Jul 23 01:54:04 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc2.
- Eliminated 1 patch.
- commit f6f5941
-------------------------------------------------------------------
Mon Jul 22 08:49:02 CEST 2013 - jslaby@suse.cz
@ -140,6 +319,14 @@ Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com
- Updated patch-mainline headers.
- commit ba04848
-------------------------------------------------------------------
Tue Jul 16 16:21:01 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc1.
- Eliminated 13 patches.
- Xen needs updating and is disabled.
- commit 8ffe6ba
-------------------------------------------------------------------
Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com
@ -789,6 +976,12 @@ Wed Apr 24 17:51:17 CEST 2013 - jeffm@suse.com
Eliminated 2 patches.
- commit a86daba
-------------------------------------------------------------------
Wed Apr 24 16:08:25 CEST 2013 - mmarek@suse.cz
- rpm/macros.kernel-source: Fix the -c option if -n is not given
- commit d704806
-------------------------------------------------------------------
Wed Apr 24 09:25:25 CEST 2013 - jslaby@suse.cz
@ -804,6 +997,12 @@ Wed Apr 24 09:25:25 CEST 2013 - jslaby@suse.cz
code (bnc#815170).
- commit e166324
-------------------------------------------------------------------
Thu Apr 18 14:23:45 CEST 2013 - mmarek@suse.cz
- Remove set -x and set +e statements in KMP scripts
- commit 5575c3c
-------------------------------------------------------------------
Wed Apr 17 10:48:54 CEST 2013 - jslaby@suse.cz

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.10
%define patchversion 3.10.10
%define srcversion 3.11
%define patchversion 3.11.0
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 3.10.10
Release: <RELEASE>.g8038aea
Version: 3.11.0
Release: <RELEASE>.g16dd1ca
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -77,8 +77,11 @@ Provides: kernel-base = %version-%source_rel
Obsoletes: %name-base <= 2.6.31
%endif
Requires(pre): coreutils awk
# Need a module-init-tools with /usr/lib/module-init-tools/weak-modules2
Requires(post): module-init-tools >= 3.4
# For /usr/lib/module-init-tools/weak-modules2
Requires(post): suse-module-tools
# For depmod (modutils is a dependency provided by both module-init-tools and
# kmod-compat)
Requires(post): modutils
# This Requires is wrong, because the post/postun scripts have a
# test -x update-bootloader, having perl-Bootloader is not a hard requirement.
# But, there is no way to tell rpm or yast to schedule the installation
@ -124,6 +127,8 @@ Obsoletes: kernel-xenpae < %version
#!BuildIgnore: xen
%endif
Obsoletes: microcode_ctl
Provides: %name-nongpl = %version
Obsoletes: %name-nongpl < %version
%if %build_vanilla

View File

@ -1,9 +1,33 @@
-------------------------------------------------------------------
Tue Sep 3 17:25:07 CEST 2013 - jeffm@suse.com
- Update to 3.11-final.
- commit 7561c6f
-------------------------------------------------------------------
Thu Aug 29 21:20:20 CEST 2013 - jslaby@suse.cz
- Linux 3.10.10.
- commit 8038aea
-------------------------------------------------------------------
Tue Aug 27 21:34:49 CEST 2013 - jeffm@suse.com
- rpm/kernel-docs.spec.in: Fix missing whitespace error in description
- commit 7032523
-------------------------------------------------------------------
Tue Aug 27 15:32:27 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc7.
- commit 99e1318
-------------------------------------------------------------------
Wed Aug 21 11:21:00 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.11-rc6.
- commit 7ee85be
-------------------------------------------------------------------
Wed Aug 21 09:31:18 CEST 2013 - jslaby@suse.cz
@ -16,12 +40,38 @@ Wed Aug 21 09:29:19 CEST 2013 - jslaby@suse.cz
- Linux 3.10.8.
- commit e77e7a7
-------------------------------------------------------------------
Mon Aug 19 17:55:35 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc6.
- commit b474038
-------------------------------------------------------------------
Thu Aug 15 15:46:32 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.11-rc5.
- config.conf: Re-enable Xen configs
- Delete patches.xen/xen-sections.
- commit adcd98b
-------------------------------------------------------------------
Thu Aug 15 09:42:59 CEST 2013 - jslaby@suse.cz
- Linux 3.10.7.
- commit 771dec3
-------------------------------------------------------------------
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
- config: update armv6 default config to multi-arch armv6
- commit 25b5917
-------------------------------------------------------------------
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc5.
- commit c33c981
-------------------------------------------------------------------
Mon Aug 12 08:07:06 CEST 2013 - jslaby@suse.cz
@ -35,6 +85,57 @@ Sun Aug 11 15:39:39 CEST 2013 - jslaby@suse.cz
Enable acpi pci hotplug again.
- commit f2022c3
-------------------------------------------------------------------
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
- arm: update default config for 3.11.0-rc4
- Add sound modules
- Add TI wifi modules
- commit 448a93c
-------------------------------------------------------------------
Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
- config/arm: update and reenable ARM64 config
- commit 327e5fc
-------------------------------------------------------------------
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
- Reenable ARMv6/ARMv7 configs
- commit 461df98
-------------------------------------------------------------------
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com
- config: disable RCU_USER_QS
RCU_USER_QS is used for hacking on debugging the full dynticks model,
which we've disabled.
- commit 910e01d
-------------------------------------------------------------------
Mon Aug 5 22:59:55 CEST 2013 - jeffm@suse.com
- reiserfs: locking, release lock around quota operations
(bnc#815320).
- reiserfs: locking, handle nested locks properly (bnc#815320).
- reiserfs: locking, push write lock out of xattr code
(bnc#815320).
- commit 01695c8
-------------------------------------------------------------------
Mon Aug 5 14:30:18 CEST 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Avoid hardcoded runtime dependency on
module-init-tools.
- commit 2889cef
-------------------------------------------------------------------
Mon Aug 5 04:24:06 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc4.
- commit 38e9077
-------------------------------------------------------------------
Sun Aug 4 13:35:35 CEST 2013 - jslaby@suse.cz
@ -49,6 +150,21 @@ Sun Aug 4 13:35:35 CEST 2013 - jslaby@suse.cz
patches.suse/suse-hv-Drivers-hv-balloon-Fix-a-bug-in-the-hot-add-code.patch.
- commit 4e0ffc2
-------------------------------------------------------------------
Tue Jul 30 07:43:15 CEST 2013 - jslaby@suse.cz
- Delete patches.drivers/elousb.patch.
- Delete patches.kernel.org/patch-3.10.1-2.
They are both obsolete.
- commit e924b54
-------------------------------------------------------------------
Mon Jul 29 14:45:28 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc3.
- Eliminated 3 patches.
- commit c0a4742
-------------------------------------------------------------------
Mon Jul 29 08:26:48 CEST 2013 - jslaby@suse.cz
@ -68,6 +184,44 @@ Fri Jul 26 07:54:19 CEST 2013 - jslaby@suse.cz
patches.kernel.org/revert-cpufreq-Fix-cpufreq-regression-after-suspend-.patch.
- commit ec6c1d9
-------------------------------------------------------------------
Thu Jul 25 22:55:37 CEST 2013 - jeffm@suse.com
- btrfs: check index in extent_buffer_page.
- commit 15eacb9
-------------------------------------------------------------------
Thu Jul 25 19:01:09 CEST 2013 - jdelvare@suse.de
- Hu, OK, RapidIO can't be fully modularized on PPC (yet.)
- commit 4c2611f
-------------------------------------------------------------------
Thu Jul 25 17:58:15 CEST 2013 - jdelvare@suse.de
- Update config files: build RapidIO support as modules
- commit 1c6c425
-------------------------------------------------------------------
Thu Jul 25 02:08:31 CEST 2013 - jeffm@suse.com
- rpm/kernel-binary.spec.in: Obsolete microcode_ctl
The kernel can request CPU microcode itself now and microcode_ctl is
no longer required.
- commit 3fb567f
-------------------------------------------------------------------
Thu Jul 25 00:51:31 CEST 2013 - jeffm@suse.com
- config: enable early CPU microcode loading.
- commit 0911270
-------------------------------------------------------------------
Wed Jul 24 19:12:20 CEST 2013 - jeffm@suse.com
- btrfs: fall back to global reservation when removing subvolumes.
- commit 026dc43
-------------------------------------------------------------------
Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
@ -75,6 +229,31 @@ Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
(bnc#830492).
- commit 49a8c47
-------------------------------------------------------------------
Tue Jul 23 03:35:59 CEST 2013 - jeffm@suse.com
- config: disable USB_CHIPIDEA
- commit 00cdcf9
-------------------------------------------------------------------
Tue Jul 23 03:08:18 CEST 2013 - jeffm@suse.com
- Refresh patches.suse/dmraid45-api-updates.
- commit 8e1fa8b
-------------------------------------------------------------------
Tue Jul 23 02:45:54 CEST 2013 - jeffm@suse.com
- Refresh patches.suse/ovl05-overlay-filesystem.patch.
- commit 27c899f
-------------------------------------------------------------------
Tue Jul 23 01:54:04 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc2.
- Eliminated 1 patch.
- commit f6f5941
-------------------------------------------------------------------
Mon Jul 22 08:49:02 CEST 2013 - jslaby@suse.cz
@ -140,6 +319,14 @@ Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com
- Updated patch-mainline headers.
- commit ba04848
-------------------------------------------------------------------
Tue Jul 16 16:21:01 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc1.
- Eliminated 13 patches.
- Xen needs updating and is disabled.
- commit 8ffe6ba
-------------------------------------------------------------------
Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com
@ -789,6 +976,12 @@ Wed Apr 24 17:51:17 CEST 2013 - jeffm@suse.com
Eliminated 2 patches.
- commit a86daba
-------------------------------------------------------------------
Wed Apr 24 16:08:25 CEST 2013 - mmarek@suse.cz
- rpm/macros.kernel-source: Fix the -c option if -n is not given
- commit d704806
-------------------------------------------------------------------
Wed Apr 24 09:25:25 CEST 2013 - jslaby@suse.cz
@ -804,6 +997,12 @@ Wed Apr 24 09:25:25 CEST 2013 - jslaby@suse.cz
code (bnc#815170).
- commit e166324
-------------------------------------------------------------------
Thu Apr 18 14:23:45 CEST 2013 - mmarek@suse.cz
- Remove set -x and set +e statements in KMP scripts
- commit 5575c3c
-------------------------------------------------------------------
Wed Apr 17 10:48:54 CEST 2013 - jslaby@suse.cz

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.10
%define patchversion 3.10.10
%define srcversion 3.11
%define patchversion 3.11.0
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 3.10.10
Release: <RELEASE>.g8038aea
Version: 3.11.0
Release: <RELEASE>.g16dd1ca
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -77,8 +77,11 @@ Provides: kernel-base = %version-%source_rel
Obsoletes: %name-base <= 2.6.31
%endif
Requires(pre): coreutils awk
# Need a module-init-tools with /usr/lib/module-init-tools/weak-modules2
Requires(post): module-init-tools >= 3.4
# For /usr/lib/module-init-tools/weak-modules2
Requires(post): suse-module-tools
# For depmod (modutils is a dependency provided by both module-init-tools and
# kmod-compat)
Requires(post): modutils
# This Requires is wrong, because the post/postun scripts have a
# test -x update-bootloader, having perl-Bootloader is not a hard requirement.
# But, there is no way to tell rpm or yast to schedule the installation
@ -124,6 +127,8 @@ Obsoletes: kernel-xenpae < %version
#!BuildIgnore: xen
%endif
Obsoletes: microcode_ctl
Provides: %name-nongpl = %version
Obsoletes: %name-nongpl < %version
%if %build_vanilla

View File

@ -1,9 +1,33 @@
-------------------------------------------------------------------
Tue Sep 3 17:25:07 CEST 2013 - jeffm@suse.com
- Update to 3.11-final.
- commit 7561c6f
-------------------------------------------------------------------
Thu Aug 29 21:20:20 CEST 2013 - jslaby@suse.cz
- Linux 3.10.10.
- commit 8038aea
-------------------------------------------------------------------
Tue Aug 27 21:34:49 CEST 2013 - jeffm@suse.com
- rpm/kernel-docs.spec.in: Fix missing whitespace error in description
- commit 7032523
-------------------------------------------------------------------
Tue Aug 27 15:32:27 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc7.
- commit 99e1318
-------------------------------------------------------------------
Wed Aug 21 11:21:00 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.11-rc6.
- commit 7ee85be
-------------------------------------------------------------------
Wed Aug 21 09:31:18 CEST 2013 - jslaby@suse.cz
@ -16,12 +40,38 @@ Wed Aug 21 09:29:19 CEST 2013 - jslaby@suse.cz
- Linux 3.10.8.
- commit e77e7a7
-------------------------------------------------------------------
Mon Aug 19 17:55:35 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc6.
- commit b474038
-------------------------------------------------------------------
Thu Aug 15 15:46:32 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.11-rc5.
- config.conf: Re-enable Xen configs
- Delete patches.xen/xen-sections.
- commit adcd98b
-------------------------------------------------------------------
Thu Aug 15 09:42:59 CEST 2013 - jslaby@suse.cz
- Linux 3.10.7.
- commit 771dec3
-------------------------------------------------------------------
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
- config: update armv6 default config to multi-arch armv6
- commit 25b5917
-------------------------------------------------------------------
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc5.
- commit c33c981
-------------------------------------------------------------------
Mon Aug 12 08:07:06 CEST 2013 - jslaby@suse.cz
@ -35,6 +85,57 @@ Sun Aug 11 15:39:39 CEST 2013 - jslaby@suse.cz
Enable acpi pci hotplug again.
- commit f2022c3
-------------------------------------------------------------------
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
- arm: update default config for 3.11.0-rc4
- Add sound modules
- Add TI wifi modules
- commit 448a93c
-------------------------------------------------------------------
Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
- config/arm: update and reenable ARM64 config
- commit 327e5fc
-------------------------------------------------------------------
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
- Reenable ARMv6/ARMv7 configs
- commit 461df98
-------------------------------------------------------------------
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com
- config: disable RCU_USER_QS
RCU_USER_QS is used for hacking on debugging the full dynticks model,
which we've disabled.
- commit 910e01d
-------------------------------------------------------------------
Mon Aug 5 22:59:55 CEST 2013 - jeffm@suse.com
- reiserfs: locking, release lock around quota operations
(bnc#815320).
- reiserfs: locking, handle nested locks properly (bnc#815320).
- reiserfs: locking, push write lock out of xattr code
(bnc#815320).
- commit 01695c8
-------------------------------------------------------------------
Mon Aug 5 14:30:18 CEST 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Avoid hardcoded runtime dependency on
module-init-tools.
- commit 2889cef
-------------------------------------------------------------------
Mon Aug 5 04:24:06 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc4.
- commit 38e9077
-------------------------------------------------------------------
Sun Aug 4 13:35:35 CEST 2013 - jslaby@suse.cz
@ -49,6 +150,21 @@ Sun Aug 4 13:35:35 CEST 2013 - jslaby@suse.cz
patches.suse/suse-hv-Drivers-hv-balloon-Fix-a-bug-in-the-hot-add-code.patch.
- commit 4e0ffc2
-------------------------------------------------------------------
Tue Jul 30 07:43:15 CEST 2013 - jslaby@suse.cz
- Delete patches.drivers/elousb.patch.
- Delete patches.kernel.org/patch-3.10.1-2.
They are both obsolete.
- commit e924b54
-------------------------------------------------------------------
Mon Jul 29 14:45:28 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc3.
- Eliminated 3 patches.
- commit c0a4742
-------------------------------------------------------------------
Mon Jul 29 08:26:48 CEST 2013 - jslaby@suse.cz
@ -68,6 +184,44 @@ Fri Jul 26 07:54:19 CEST 2013 - jslaby@suse.cz
patches.kernel.org/revert-cpufreq-Fix-cpufreq-regression-after-suspend-.patch.
- commit ec6c1d9
-------------------------------------------------------------------
Thu Jul 25 22:55:37 CEST 2013 - jeffm@suse.com
- btrfs: check index in extent_buffer_page.
- commit 15eacb9
-------------------------------------------------------------------
Thu Jul 25 19:01:09 CEST 2013 - jdelvare@suse.de
- Hu, OK, RapidIO can't be fully modularized on PPC (yet.)
- commit 4c2611f
-------------------------------------------------------------------
Thu Jul 25 17:58:15 CEST 2013 - jdelvare@suse.de
- Update config files: build RapidIO support as modules
- commit 1c6c425
-------------------------------------------------------------------
Thu Jul 25 02:08:31 CEST 2013 - jeffm@suse.com
- rpm/kernel-binary.spec.in: Obsolete microcode_ctl
The kernel can request CPU microcode itself now and microcode_ctl is
no longer required.
- commit 3fb567f
-------------------------------------------------------------------
Thu Jul 25 00:51:31 CEST 2013 - jeffm@suse.com
- config: enable early CPU microcode loading.
- commit 0911270
-------------------------------------------------------------------
Wed Jul 24 19:12:20 CEST 2013 - jeffm@suse.com
- btrfs: fall back to global reservation when removing subvolumes.
- commit 026dc43
-------------------------------------------------------------------
Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
@ -75,6 +229,31 @@ Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
(bnc#830492).
- commit 49a8c47
-------------------------------------------------------------------
Tue Jul 23 03:35:59 CEST 2013 - jeffm@suse.com
- config: disable USB_CHIPIDEA
- commit 00cdcf9
-------------------------------------------------------------------
Tue Jul 23 03:08:18 CEST 2013 - jeffm@suse.com
- Refresh patches.suse/dmraid45-api-updates.
- commit 8e1fa8b
-------------------------------------------------------------------
Tue Jul 23 02:45:54 CEST 2013 - jeffm@suse.com
- Refresh patches.suse/ovl05-overlay-filesystem.patch.
- commit 27c899f
-------------------------------------------------------------------
Tue Jul 23 01:54:04 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc2.
- Eliminated 1 patch.
- commit f6f5941
-------------------------------------------------------------------
Mon Jul 22 08:49:02 CEST 2013 - jslaby@suse.cz
@ -140,6 +319,14 @@ Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com
- Updated patch-mainline headers.
- commit ba04848
-------------------------------------------------------------------
Tue Jul 16 16:21:01 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc1.
- Eliminated 13 patches.
- Xen needs updating and is disabled.
- commit 8ffe6ba
-------------------------------------------------------------------
Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com
@ -789,6 +976,12 @@ Wed Apr 24 17:51:17 CEST 2013 - jeffm@suse.com
Eliminated 2 patches.
- commit a86daba
-------------------------------------------------------------------
Wed Apr 24 16:08:25 CEST 2013 - mmarek@suse.cz
- rpm/macros.kernel-source: Fix the -c option if -n is not given
- commit d704806
-------------------------------------------------------------------
Wed Apr 24 09:25:25 CEST 2013 - jslaby@suse.cz
@ -804,6 +997,12 @@ Wed Apr 24 09:25:25 CEST 2013 - jslaby@suse.cz
code (bnc#815170).
- commit e166324
-------------------------------------------------------------------
Thu Apr 18 14:23:45 CEST 2013 - mmarek@suse.cz
- Remove set -x and set +e statements in KMP scripts
- commit 5575c3c
-------------------------------------------------------------------
Wed Apr 17 10:48:54 CEST 2013 - jslaby@suse.cz

View File

@ -17,15 +17,15 @@
# norootforbuild
%define patchversion 3.10.10
%define patchversion 3.11.0
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
Summary: Kernel Documentation
Version: 3.10.10
Release: <RELEASE>.g8038aea
Version: 3.11.0
Release: <RELEASE>.g16dd1ca
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source%variant
Url: http://www.kernel.org/
@ -38,8 +38,7 @@ Source: kernel-spec-macros
%description
These are the PDF documents and man pages (section 9) built from
thecurrent kernel sources.
the current kernel sources.
%source_timestamp

View File

@ -38,8 +38,7 @@ Source: kernel-spec-macros
%description
These are the PDF documents and man pages (section 9) built from
thecurrent kernel sources.
the current kernel sources.
%source_timestamp

View File

@ -1,9 +1,33 @@
-------------------------------------------------------------------
Tue Sep 3 17:25:07 CEST 2013 - jeffm@suse.com
- Update to 3.11-final.
- commit 7561c6f
-------------------------------------------------------------------
Thu Aug 29 21:20:20 CEST 2013 - jslaby@suse.cz
- Linux 3.10.10.
- commit 8038aea
-------------------------------------------------------------------
Tue Aug 27 21:34:49 CEST 2013 - jeffm@suse.com
- rpm/kernel-docs.spec.in: Fix missing whitespace error in description
- commit 7032523
-------------------------------------------------------------------
Tue Aug 27 15:32:27 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc7.
- commit 99e1318
-------------------------------------------------------------------
Wed Aug 21 11:21:00 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.11-rc6.
- commit 7ee85be
-------------------------------------------------------------------
Wed Aug 21 09:31:18 CEST 2013 - jslaby@suse.cz
@ -16,12 +40,38 @@ Wed Aug 21 09:29:19 CEST 2013 - jslaby@suse.cz
- Linux 3.10.8.
- commit e77e7a7
-------------------------------------------------------------------
Mon Aug 19 17:55:35 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc6.
- commit b474038
-------------------------------------------------------------------
Thu Aug 15 15:46:32 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.11-rc5.
- config.conf: Re-enable Xen configs
- Delete patches.xen/xen-sections.
- commit adcd98b
-------------------------------------------------------------------
Thu Aug 15 09:42:59 CEST 2013 - jslaby@suse.cz
- Linux 3.10.7.
- commit 771dec3
-------------------------------------------------------------------
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
- config: update armv6 default config to multi-arch armv6
- commit 25b5917
-------------------------------------------------------------------
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc5.
- commit c33c981
-------------------------------------------------------------------
Mon Aug 12 08:07:06 CEST 2013 - jslaby@suse.cz
@ -35,6 +85,57 @@ Sun Aug 11 15:39:39 CEST 2013 - jslaby@suse.cz
Enable acpi pci hotplug again.
- commit f2022c3
-------------------------------------------------------------------
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
- arm: update default config for 3.11.0-rc4
- Add sound modules
- Add TI wifi modules
- commit 448a93c
-------------------------------------------------------------------
Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
- config/arm: update and reenable ARM64 config
- commit 327e5fc
-------------------------------------------------------------------
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
- Reenable ARMv6/ARMv7 configs
- commit 461df98
-------------------------------------------------------------------
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com
- config: disable RCU_USER_QS
RCU_USER_QS is used for hacking on debugging the full dynticks model,
which we've disabled.
- commit 910e01d
-------------------------------------------------------------------
Mon Aug 5 22:59:55 CEST 2013 - jeffm@suse.com
- reiserfs: locking, release lock around quota operations
(bnc#815320).
- reiserfs: locking, handle nested locks properly (bnc#815320).
- reiserfs: locking, push write lock out of xattr code
(bnc#815320).
- commit 01695c8
-------------------------------------------------------------------
Mon Aug 5 14:30:18 CEST 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Avoid hardcoded runtime dependency on
module-init-tools.
- commit 2889cef
-------------------------------------------------------------------
Mon Aug 5 04:24:06 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc4.
- commit 38e9077
-------------------------------------------------------------------
Sun Aug 4 13:35:35 CEST 2013 - jslaby@suse.cz
@ -49,6 +150,21 @@ Sun Aug 4 13:35:35 CEST 2013 - jslaby@suse.cz
patches.suse/suse-hv-Drivers-hv-balloon-Fix-a-bug-in-the-hot-add-code.patch.
- commit 4e0ffc2
-------------------------------------------------------------------
Tue Jul 30 07:43:15 CEST 2013 - jslaby@suse.cz
- Delete patches.drivers/elousb.patch.
- Delete patches.kernel.org/patch-3.10.1-2.
They are both obsolete.
- commit e924b54
-------------------------------------------------------------------
Mon Jul 29 14:45:28 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc3.
- Eliminated 3 patches.
- commit c0a4742
-------------------------------------------------------------------
Mon Jul 29 08:26:48 CEST 2013 - jslaby@suse.cz
@ -68,6 +184,44 @@ Fri Jul 26 07:54:19 CEST 2013 - jslaby@suse.cz
patches.kernel.org/revert-cpufreq-Fix-cpufreq-regression-after-suspend-.patch.
- commit ec6c1d9
-------------------------------------------------------------------
Thu Jul 25 22:55:37 CEST 2013 - jeffm@suse.com
- btrfs: check index in extent_buffer_page.
- commit 15eacb9
-------------------------------------------------------------------
Thu Jul 25 19:01:09 CEST 2013 - jdelvare@suse.de
- Hu, OK, RapidIO can't be fully modularized on PPC (yet.)
- commit 4c2611f
-------------------------------------------------------------------
Thu Jul 25 17:58:15 CEST 2013 - jdelvare@suse.de
- Update config files: build RapidIO support as modules
- commit 1c6c425
-------------------------------------------------------------------
Thu Jul 25 02:08:31 CEST 2013 - jeffm@suse.com
- rpm/kernel-binary.spec.in: Obsolete microcode_ctl
The kernel can request CPU microcode itself now and microcode_ctl is
no longer required.
- commit 3fb567f
-------------------------------------------------------------------
Thu Jul 25 00:51:31 CEST 2013 - jeffm@suse.com
- config: enable early CPU microcode loading.
- commit 0911270
-------------------------------------------------------------------
Wed Jul 24 19:12:20 CEST 2013 - jeffm@suse.com
- btrfs: fall back to global reservation when removing subvolumes.
- commit 026dc43
-------------------------------------------------------------------
Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
@ -75,6 +229,31 @@ Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
(bnc#830492).
- commit 49a8c47
-------------------------------------------------------------------
Tue Jul 23 03:35:59 CEST 2013 - jeffm@suse.com
- config: disable USB_CHIPIDEA
- commit 00cdcf9
-------------------------------------------------------------------
Tue Jul 23 03:08:18 CEST 2013 - jeffm@suse.com
- Refresh patches.suse/dmraid45-api-updates.
- commit 8e1fa8b
-------------------------------------------------------------------
Tue Jul 23 02:45:54 CEST 2013 - jeffm@suse.com
- Refresh patches.suse/ovl05-overlay-filesystem.patch.
- commit 27c899f
-------------------------------------------------------------------
Tue Jul 23 01:54:04 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc2.
- Eliminated 1 patch.
- commit f6f5941
-------------------------------------------------------------------
Mon Jul 22 08:49:02 CEST 2013 - jslaby@suse.cz
@ -140,6 +319,14 @@ Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com
- Updated patch-mainline headers.
- commit ba04848
-------------------------------------------------------------------
Tue Jul 16 16:21:01 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc1.
- Eliminated 13 patches.
- Xen needs updating and is disabled.
- commit 8ffe6ba
-------------------------------------------------------------------
Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com
@ -789,6 +976,12 @@ Wed Apr 24 17:51:17 CEST 2013 - jeffm@suse.com
Eliminated 2 patches.
- commit a86daba
-------------------------------------------------------------------
Wed Apr 24 16:08:25 CEST 2013 - mmarek@suse.cz
- rpm/macros.kernel-source: Fix the -c option if -n is not given
- commit d704806
-------------------------------------------------------------------
Wed Apr 24 09:25:25 CEST 2013 - jslaby@suse.cz
@ -804,6 +997,12 @@ Wed Apr 24 09:25:25 CEST 2013 - jslaby@suse.cz
code (bnc#815170).
- commit e166324
-------------------------------------------------------------------
Thu Apr 18 14:23:45 CEST 2013 - mmarek@suse.cz
- Remove set -x and set +e statements in KMP scripts
- commit 5575c3c
-------------------------------------------------------------------
Wed Apr 17 10:48:54 CEST 2013 - jslaby@suse.cz

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.10
%define patchversion 3.10.10
%define srcversion 3.11
%define patchversion 3.11.0
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
Version: 3.10.10
Release: <RELEASE>.g8038aea
Version: 3.11.0
Release: <RELEASE>.g16dd1ca
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -77,8 +77,11 @@ Provides: kernel-base = %version-%source_rel
Obsoletes: %name-base <= 2.6.31
%endif
Requires(pre): coreutils awk
# Need a module-init-tools with /usr/lib/module-init-tools/weak-modules2
Requires(post): module-init-tools >= 3.4
# For /usr/lib/module-init-tools/weak-modules2
Requires(post): suse-module-tools
# For depmod (modutils is a dependency provided by both module-init-tools and
# kmod-compat)
Requires(post): modutils
# This Requires is wrong, because the post/postun scripts have a
# test -x update-bootloader, having perl-Bootloader is not a hard requirement.
# But, there is no way to tell rpm or yast to schedule the installation
@ -124,6 +127,8 @@ Obsoletes: kernel-xenpae < %version
#!BuildIgnore: xen
%endif
Obsoletes: microcode_ctl
Provides: %name-nongpl = %version
Obsoletes: %name-nongpl < %version
%if %build_vanilla

View File

@ -1,9 +1,33 @@
-------------------------------------------------------------------
Tue Sep 3 17:25:07 CEST 2013 - jeffm@suse.com
- Update to 3.11-final.
- commit 7561c6f
-------------------------------------------------------------------
Thu Aug 29 21:20:20 CEST 2013 - jslaby@suse.cz
- Linux 3.10.10.
- commit 8038aea
-------------------------------------------------------------------
Tue Aug 27 21:34:49 CEST 2013 - jeffm@suse.com
- rpm/kernel-docs.spec.in: Fix missing whitespace error in description
- commit 7032523
-------------------------------------------------------------------
Tue Aug 27 15:32:27 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc7.
- commit 99e1318
-------------------------------------------------------------------
Wed Aug 21 11:21:00 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.11-rc6.
- commit 7ee85be
-------------------------------------------------------------------
Wed Aug 21 09:31:18 CEST 2013 - jslaby@suse.cz
@ -16,12 +40,38 @@ Wed Aug 21 09:29:19 CEST 2013 - jslaby@suse.cz
- Linux 3.10.8.
- commit e77e7a7
-------------------------------------------------------------------
Mon Aug 19 17:55:35 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc6.
- commit b474038
-------------------------------------------------------------------
Thu Aug 15 15:46:32 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.11-rc5.
- config.conf: Re-enable Xen configs
- Delete patches.xen/xen-sections.
- commit adcd98b
-------------------------------------------------------------------
Thu Aug 15 09:42:59 CEST 2013 - jslaby@suse.cz
- Linux 3.10.7.
- commit 771dec3
-------------------------------------------------------------------
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
- config: update armv6 default config to multi-arch armv6
- commit 25b5917
-------------------------------------------------------------------
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc5.
- commit c33c981
-------------------------------------------------------------------
Mon Aug 12 08:07:06 CEST 2013 - jslaby@suse.cz
@ -35,6 +85,57 @@ Sun Aug 11 15:39:39 CEST 2013 - jslaby@suse.cz
Enable acpi pci hotplug again.
- commit f2022c3
-------------------------------------------------------------------
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
- arm: update default config for 3.11.0-rc4
- Add sound modules
- Add TI wifi modules
- commit 448a93c
-------------------------------------------------------------------
Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
- config/arm: update and reenable ARM64 config
- commit 327e5fc
-------------------------------------------------------------------
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
- Reenable ARMv6/ARMv7 configs
- commit 461df98
-------------------------------------------------------------------
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com
- config: disable RCU_USER_QS
RCU_USER_QS is used for hacking on debugging the full dynticks model,
which we've disabled.
- commit 910e01d
-------------------------------------------------------------------
Mon Aug 5 22:59:55 CEST 2013 - jeffm@suse.com
- reiserfs: locking, release lock around quota operations
(bnc#815320).
- reiserfs: locking, handle nested locks properly (bnc#815320).
- reiserfs: locking, push write lock out of xattr code
(bnc#815320).
- commit 01695c8
-------------------------------------------------------------------
Mon Aug 5 14:30:18 CEST 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Avoid hardcoded runtime dependency on
module-init-tools.
- commit 2889cef
-------------------------------------------------------------------
Mon Aug 5 04:24:06 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc4.
- commit 38e9077
-------------------------------------------------------------------
Sun Aug 4 13:35:35 CEST 2013 - jslaby@suse.cz
@ -49,6 +150,21 @@ Sun Aug 4 13:35:35 CEST 2013 - jslaby@suse.cz
patches.suse/suse-hv-Drivers-hv-balloon-Fix-a-bug-in-the-hot-add-code.patch.
- commit 4e0ffc2
-------------------------------------------------------------------
Tue Jul 30 07:43:15 CEST 2013 - jslaby@suse.cz
- Delete patches.drivers/elousb.patch.
- Delete patches.kernel.org/patch-3.10.1-2.
They are both obsolete.
- commit e924b54
-------------------------------------------------------------------
Mon Jul 29 14:45:28 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc3.
- Eliminated 3 patches.
- commit c0a4742
-------------------------------------------------------------------
Mon Jul 29 08:26:48 CEST 2013 - jslaby@suse.cz
@ -68,6 +184,44 @@ Fri Jul 26 07:54:19 CEST 2013 - jslaby@suse.cz
patches.kernel.org/revert-cpufreq-Fix-cpufreq-regression-after-suspend-.patch.
- commit ec6c1d9
-------------------------------------------------------------------
Thu Jul 25 22:55:37 CEST 2013 - jeffm@suse.com
- btrfs: check index in extent_buffer_page.
- commit 15eacb9
-------------------------------------------------------------------
Thu Jul 25 19:01:09 CEST 2013 - jdelvare@suse.de
- Hu, OK, RapidIO can't be fully modularized on PPC (yet.)
- commit 4c2611f
-------------------------------------------------------------------
Thu Jul 25 17:58:15 CEST 2013 - jdelvare@suse.de
- Update config files: build RapidIO support as modules
- commit 1c6c425
-------------------------------------------------------------------
Thu Jul 25 02:08:31 CEST 2013 - jeffm@suse.com
- rpm/kernel-binary.spec.in: Obsolete microcode_ctl
The kernel can request CPU microcode itself now and microcode_ctl is
no longer required.
- commit 3fb567f
-------------------------------------------------------------------
Thu Jul 25 00:51:31 CEST 2013 - jeffm@suse.com
- config: enable early CPU microcode loading.
- commit 0911270
-------------------------------------------------------------------
Wed Jul 24 19:12:20 CEST 2013 - jeffm@suse.com
- btrfs: fall back to global reservation when removing subvolumes.
- commit 026dc43
-------------------------------------------------------------------
Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
@ -75,6 +229,31 @@ Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
(bnc#830492).
- commit 49a8c47
-------------------------------------------------------------------
Tue Jul 23 03:35:59 CEST 2013 - jeffm@suse.com
- config: disable USB_CHIPIDEA
- commit 00cdcf9
-------------------------------------------------------------------
Tue Jul 23 03:08:18 CEST 2013 - jeffm@suse.com
- Refresh patches.suse/dmraid45-api-updates.
- commit 8e1fa8b
-------------------------------------------------------------------
Tue Jul 23 02:45:54 CEST 2013 - jeffm@suse.com
- Refresh patches.suse/ovl05-overlay-filesystem.patch.
- commit 27c899f
-------------------------------------------------------------------
Tue Jul 23 01:54:04 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc2.
- Eliminated 1 patch.
- commit f6f5941
-------------------------------------------------------------------
Mon Jul 22 08:49:02 CEST 2013 - jslaby@suse.cz
@ -140,6 +319,14 @@ Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com
- Updated patch-mainline headers.
- commit ba04848
-------------------------------------------------------------------
Tue Jul 16 16:21:01 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc1.
- Eliminated 13 patches.
- Xen needs updating and is disabled.
- commit 8ffe6ba
-------------------------------------------------------------------
Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com
@ -789,6 +976,12 @@ Wed Apr 24 17:51:17 CEST 2013 - jeffm@suse.com
Eliminated 2 patches.
- commit a86daba
-------------------------------------------------------------------
Wed Apr 24 16:08:25 CEST 2013 - mmarek@suse.cz
- rpm/macros.kernel-source: Fix the -c option if -n is not given
- commit d704806
-------------------------------------------------------------------
Wed Apr 24 09:25:25 CEST 2013 - jslaby@suse.cz
@ -804,6 +997,12 @@ Wed Apr 24 09:25:25 CEST 2013 - jslaby@suse.cz
code (bnc#815170).
- commit e166324
-------------------------------------------------------------------
Thu Apr 18 14:23:45 CEST 2013 - mmarek@suse.cz
- Remove set -x and set +e statements in KMP scripts
- commit 5575c3c
-------------------------------------------------------------------
Wed Apr 17 10:48:54 CEST 2013 - jslaby@suse.cz

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.10
%define patchversion 3.10.10
%define srcversion 3.11
%define patchversion 3.11.0
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-exynos
Summary: Kernel for Samsung's Exynos SoC
Version: 3.10.10
Release: <RELEASE>.g8038aea
Version: 3.11.0
Release: <RELEASE>.g16dd1ca
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -77,8 +77,11 @@ Provides: kernel-base = %version-%source_rel
Obsoletes: %name-base <= 2.6.31
%endif
Requires(pre): coreutils awk
# Need a module-init-tools with /usr/lib/module-init-tools/weak-modules2
Requires(post): module-init-tools >= 3.4
# For /usr/lib/module-init-tools/weak-modules2
Requires(post): suse-module-tools
# For depmod (modutils is a dependency provided by both module-init-tools and
# kmod-compat)
Requires(post): modutils
# This Requires is wrong, because the post/postun scripts have a
# test -x update-bootloader, having perl-Bootloader is not a hard requirement.
# But, there is no way to tell rpm or yast to schedule the installation
@ -124,6 +127,8 @@ Obsoletes: kernel-xenpae < %version
#!BuildIgnore: xen
%endif
Obsoletes: microcode_ctl
Provides: %name-nongpl = %version
Obsoletes: %name-nongpl < %version
%if %build_vanilla

View File

@ -1,9 +1,33 @@
-------------------------------------------------------------------
Tue Sep 3 17:25:07 CEST 2013 - jeffm@suse.com
- Update to 3.11-final.
- commit 7561c6f
-------------------------------------------------------------------
Thu Aug 29 21:20:20 CEST 2013 - jslaby@suse.cz
- Linux 3.10.10.
- commit 8038aea
-------------------------------------------------------------------
Tue Aug 27 21:34:49 CEST 2013 - jeffm@suse.com
- rpm/kernel-docs.spec.in: Fix missing whitespace error in description
- commit 7032523
-------------------------------------------------------------------
Tue Aug 27 15:32:27 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc7.
- commit 99e1318
-------------------------------------------------------------------
Wed Aug 21 11:21:00 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.11-rc6.
- commit 7ee85be
-------------------------------------------------------------------
Wed Aug 21 09:31:18 CEST 2013 - jslaby@suse.cz
@ -16,12 +40,38 @@ Wed Aug 21 09:29:19 CEST 2013 - jslaby@suse.cz
- Linux 3.10.8.
- commit e77e7a7
-------------------------------------------------------------------
Mon Aug 19 17:55:35 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc6.
- commit b474038
-------------------------------------------------------------------
Thu Aug 15 15:46:32 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.11-rc5.
- config.conf: Re-enable Xen configs
- Delete patches.xen/xen-sections.
- commit adcd98b
-------------------------------------------------------------------
Thu Aug 15 09:42:59 CEST 2013 - jslaby@suse.cz
- Linux 3.10.7.
- commit 771dec3
-------------------------------------------------------------------
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
- config: update armv6 default config to multi-arch armv6
- commit 25b5917
-------------------------------------------------------------------
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc5.
- commit c33c981
-------------------------------------------------------------------
Mon Aug 12 08:07:06 CEST 2013 - jslaby@suse.cz
@ -35,6 +85,57 @@ Sun Aug 11 15:39:39 CEST 2013 - jslaby@suse.cz
Enable acpi pci hotplug again.
- commit f2022c3
-------------------------------------------------------------------
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
- arm: update default config for 3.11.0-rc4
- Add sound modules
- Add TI wifi modules
- commit 448a93c
-------------------------------------------------------------------
Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
- config/arm: update and reenable ARM64 config
- commit 327e5fc
-------------------------------------------------------------------
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
- Reenable ARMv6/ARMv7 configs
- commit 461df98
-------------------------------------------------------------------
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com
- config: disable RCU_USER_QS
RCU_USER_QS is used for hacking on debugging the full dynticks model,
which we've disabled.
- commit 910e01d
-------------------------------------------------------------------
Mon Aug 5 22:59:55 CEST 2013 - jeffm@suse.com
- reiserfs: locking, release lock around quota operations
(bnc#815320).
- reiserfs: locking, handle nested locks properly (bnc#815320).
- reiserfs: locking, push write lock out of xattr code
(bnc#815320).
- commit 01695c8
-------------------------------------------------------------------
Mon Aug 5 14:30:18 CEST 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Avoid hardcoded runtime dependency on
module-init-tools.
- commit 2889cef
-------------------------------------------------------------------
Mon Aug 5 04:24:06 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc4.
- commit 38e9077
-------------------------------------------------------------------
Sun Aug 4 13:35:35 CEST 2013 - jslaby@suse.cz
@ -49,6 +150,21 @@ Sun Aug 4 13:35:35 CEST 2013 - jslaby@suse.cz
patches.suse/suse-hv-Drivers-hv-balloon-Fix-a-bug-in-the-hot-add-code.patch.
- commit 4e0ffc2
-------------------------------------------------------------------
Tue Jul 30 07:43:15 CEST 2013 - jslaby@suse.cz
- Delete patches.drivers/elousb.patch.
- Delete patches.kernel.org/patch-3.10.1-2.
They are both obsolete.
- commit e924b54
-------------------------------------------------------------------
Mon Jul 29 14:45:28 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc3.
- Eliminated 3 patches.
- commit c0a4742
-------------------------------------------------------------------
Mon Jul 29 08:26:48 CEST 2013 - jslaby@suse.cz
@ -68,6 +184,44 @@ Fri Jul 26 07:54:19 CEST 2013 - jslaby@suse.cz
patches.kernel.org/revert-cpufreq-Fix-cpufreq-regression-after-suspend-.patch.
- commit ec6c1d9
-------------------------------------------------------------------
Thu Jul 25 22:55:37 CEST 2013 - jeffm@suse.com
- btrfs: check index in extent_buffer_page.
- commit 15eacb9
-------------------------------------------------------------------
Thu Jul 25 19:01:09 CEST 2013 - jdelvare@suse.de
- Hu, OK, RapidIO can't be fully modularized on PPC (yet.)
- commit 4c2611f
-------------------------------------------------------------------
Thu Jul 25 17:58:15 CEST 2013 - jdelvare@suse.de
- Update config files: build RapidIO support as modules
- commit 1c6c425
-------------------------------------------------------------------
Thu Jul 25 02:08:31 CEST 2013 - jeffm@suse.com
- rpm/kernel-binary.spec.in: Obsolete microcode_ctl
The kernel can request CPU microcode itself now and microcode_ctl is
no longer required.
- commit 3fb567f
-------------------------------------------------------------------
Thu Jul 25 00:51:31 CEST 2013 - jeffm@suse.com
- config: enable early CPU microcode loading.
- commit 0911270
-------------------------------------------------------------------
Wed Jul 24 19:12:20 CEST 2013 - jeffm@suse.com
- btrfs: fall back to global reservation when removing subvolumes.
- commit 026dc43
-------------------------------------------------------------------
Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
@ -75,6 +229,31 @@ Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
(bnc#830492).
- commit 49a8c47
-------------------------------------------------------------------
Tue Jul 23 03:35:59 CEST 2013 - jeffm@suse.com
- config: disable USB_CHIPIDEA
- commit 00cdcf9
-------------------------------------------------------------------
Tue Jul 23 03:08:18 CEST 2013 - jeffm@suse.com
- Refresh patches.suse/dmraid45-api-updates.
- commit 8e1fa8b
-------------------------------------------------------------------
Tue Jul 23 02:45:54 CEST 2013 - jeffm@suse.com
- Refresh patches.suse/ovl05-overlay-filesystem.patch.
- commit 27c899f
-------------------------------------------------------------------
Tue Jul 23 01:54:04 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc2.
- Eliminated 1 patch.
- commit f6f5941
-------------------------------------------------------------------
Mon Jul 22 08:49:02 CEST 2013 - jslaby@suse.cz
@ -140,6 +319,14 @@ Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com
- Updated patch-mainline headers.
- commit ba04848
-------------------------------------------------------------------
Tue Jul 16 16:21:01 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc1.
- Eliminated 13 patches.
- Xen needs updating and is disabled.
- commit 8ffe6ba
-------------------------------------------------------------------
Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com
@ -789,6 +976,12 @@ Wed Apr 24 17:51:17 CEST 2013 - jeffm@suse.com
Eliminated 2 patches.
- commit a86daba
-------------------------------------------------------------------
Wed Apr 24 16:08:25 CEST 2013 - mmarek@suse.cz
- rpm/macros.kernel-source: Fix the -c option if -n is not given
- commit d704806
-------------------------------------------------------------------
Wed Apr 24 09:25:25 CEST 2013 - jslaby@suse.cz
@ -804,6 +997,12 @@ Wed Apr 24 09:25:25 CEST 2013 - jslaby@suse.cz
code (bnc#815170).
- commit e166324
-------------------------------------------------------------------
Thu Apr 18 14:23:45 CEST 2013 - mmarek@suse.cz
- Remove set -x and set +e statements in KMP scripts
- commit 5575c3c
-------------------------------------------------------------------
Wed Apr 17 10:48:54 CEST 2013 - jslaby@suse.cz

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.10
%define patchversion 3.10.10
%define srcversion 3.11
%define patchversion 3.11.0
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-lpae
Summary: Kernel for LPAE enabled systems
Version: 3.10.10
Release: <RELEASE>.g8038aea
Version: 3.11.0
Release: <RELEASE>.g16dd1ca
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -77,8 +77,11 @@ Provides: kernel-base = %version-%source_rel
Obsoletes: %name-base <= 2.6.31
%endif
Requires(pre): coreutils awk
# Need a module-init-tools with /usr/lib/module-init-tools/weak-modules2
Requires(post): module-init-tools >= 3.4
# For /usr/lib/module-init-tools/weak-modules2
Requires(post): suse-module-tools
# For depmod (modutils is a dependency provided by both module-init-tools and
# kmod-compat)
Requires(post): modutils
# This Requires is wrong, because the post/postun scripts have a
# test -x update-bootloader, having perl-Bootloader is not a hard requirement.
# But, there is no way to tell rpm or yast to schedule the installation
@ -124,6 +127,8 @@ Obsoletes: kernel-xenpae < %version
#!BuildIgnore: xen
%endif
Obsoletes: microcode_ctl
Provides: %name-nongpl = %version
Obsoletes: %name-nongpl < %version
%if %build_vanilla

View File

@ -1,9 +1,33 @@
-------------------------------------------------------------------
Tue Sep 3 17:25:07 CEST 2013 - jeffm@suse.com
- Update to 3.11-final.
- commit 7561c6f
-------------------------------------------------------------------
Thu Aug 29 21:20:20 CEST 2013 - jslaby@suse.cz
- Linux 3.10.10.
- commit 8038aea
-------------------------------------------------------------------
Tue Aug 27 21:34:49 CEST 2013 - jeffm@suse.com
- rpm/kernel-docs.spec.in: Fix missing whitespace error in description
- commit 7032523
-------------------------------------------------------------------
Tue Aug 27 15:32:27 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc7.
- commit 99e1318
-------------------------------------------------------------------
Wed Aug 21 11:21:00 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.11-rc6.
- commit 7ee85be
-------------------------------------------------------------------
Wed Aug 21 09:31:18 CEST 2013 - jslaby@suse.cz
@ -16,12 +40,38 @@ Wed Aug 21 09:29:19 CEST 2013 - jslaby@suse.cz
- Linux 3.10.8.
- commit e77e7a7
-------------------------------------------------------------------
Mon Aug 19 17:55:35 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc6.
- commit b474038
-------------------------------------------------------------------
Thu Aug 15 15:46:32 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.11-rc5.
- config.conf: Re-enable Xen configs
- Delete patches.xen/xen-sections.
- commit adcd98b
-------------------------------------------------------------------
Thu Aug 15 09:42:59 CEST 2013 - jslaby@suse.cz
- Linux 3.10.7.
- commit 771dec3
-------------------------------------------------------------------
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
- config: update armv6 default config to multi-arch armv6
- commit 25b5917
-------------------------------------------------------------------
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc5.
- commit c33c981
-------------------------------------------------------------------
Mon Aug 12 08:07:06 CEST 2013 - jslaby@suse.cz
@ -35,6 +85,57 @@ Sun Aug 11 15:39:39 CEST 2013 - jslaby@suse.cz
Enable acpi pci hotplug again.
- commit f2022c3
-------------------------------------------------------------------
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
- arm: update default config for 3.11.0-rc4
- Add sound modules
- Add TI wifi modules
- commit 448a93c
-------------------------------------------------------------------
Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
- config/arm: update and reenable ARM64 config
- commit 327e5fc
-------------------------------------------------------------------
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
- Reenable ARMv6/ARMv7 configs
- commit 461df98
-------------------------------------------------------------------
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com
- config: disable RCU_USER_QS
RCU_USER_QS is used for hacking on debugging the full dynticks model,
which we've disabled.
- commit 910e01d
-------------------------------------------------------------------
Mon Aug 5 22:59:55 CEST 2013 - jeffm@suse.com
- reiserfs: locking, release lock around quota operations
(bnc#815320).
- reiserfs: locking, handle nested locks properly (bnc#815320).
- reiserfs: locking, push write lock out of xattr code
(bnc#815320).
- commit 01695c8
-------------------------------------------------------------------
Mon Aug 5 14:30:18 CEST 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Avoid hardcoded runtime dependency on
module-init-tools.
- commit 2889cef
-------------------------------------------------------------------
Mon Aug 5 04:24:06 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc4.
- commit 38e9077
-------------------------------------------------------------------
Sun Aug 4 13:35:35 CEST 2013 - jslaby@suse.cz
@ -49,6 +150,21 @@ Sun Aug 4 13:35:35 CEST 2013 - jslaby@suse.cz
patches.suse/suse-hv-Drivers-hv-balloon-Fix-a-bug-in-the-hot-add-code.patch.
- commit 4e0ffc2
-------------------------------------------------------------------
Tue Jul 30 07:43:15 CEST 2013 - jslaby@suse.cz
- Delete patches.drivers/elousb.patch.
- Delete patches.kernel.org/patch-3.10.1-2.
They are both obsolete.
- commit e924b54
-------------------------------------------------------------------
Mon Jul 29 14:45:28 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc3.
- Eliminated 3 patches.
- commit c0a4742
-------------------------------------------------------------------
Mon Jul 29 08:26:48 CEST 2013 - jslaby@suse.cz
@ -68,6 +184,44 @@ Fri Jul 26 07:54:19 CEST 2013 - jslaby@suse.cz
patches.kernel.org/revert-cpufreq-Fix-cpufreq-regression-after-suspend-.patch.
- commit ec6c1d9
-------------------------------------------------------------------
Thu Jul 25 22:55:37 CEST 2013 - jeffm@suse.com
- btrfs: check index in extent_buffer_page.
- commit 15eacb9
-------------------------------------------------------------------
Thu Jul 25 19:01:09 CEST 2013 - jdelvare@suse.de
- Hu, OK, RapidIO can't be fully modularized on PPC (yet.)
- commit 4c2611f
-------------------------------------------------------------------
Thu Jul 25 17:58:15 CEST 2013 - jdelvare@suse.de
- Update config files: build RapidIO support as modules
- commit 1c6c425
-------------------------------------------------------------------
Thu Jul 25 02:08:31 CEST 2013 - jeffm@suse.com
- rpm/kernel-binary.spec.in: Obsolete microcode_ctl
The kernel can request CPU microcode itself now and microcode_ctl is
no longer required.
- commit 3fb567f
-------------------------------------------------------------------
Thu Jul 25 00:51:31 CEST 2013 - jeffm@suse.com
- config: enable early CPU microcode loading.
- commit 0911270
-------------------------------------------------------------------
Wed Jul 24 19:12:20 CEST 2013 - jeffm@suse.com
- btrfs: fall back to global reservation when removing subvolumes.
- commit 026dc43
-------------------------------------------------------------------
Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
@ -75,6 +229,31 @@ Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
(bnc#830492).
- commit 49a8c47
-------------------------------------------------------------------
Tue Jul 23 03:35:59 CEST 2013 - jeffm@suse.com
- config: disable USB_CHIPIDEA
- commit 00cdcf9
-------------------------------------------------------------------
Tue Jul 23 03:08:18 CEST 2013 - jeffm@suse.com
- Refresh patches.suse/dmraid45-api-updates.
- commit 8e1fa8b
-------------------------------------------------------------------
Tue Jul 23 02:45:54 CEST 2013 - jeffm@suse.com
- Refresh patches.suse/ovl05-overlay-filesystem.patch.
- commit 27c899f
-------------------------------------------------------------------
Tue Jul 23 01:54:04 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc2.
- Eliminated 1 patch.
- commit f6f5941
-------------------------------------------------------------------
Mon Jul 22 08:49:02 CEST 2013 - jslaby@suse.cz
@ -140,6 +319,14 @@ Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com
- Updated patch-mainline headers.
- commit ba04848
-------------------------------------------------------------------
Tue Jul 16 16:21:01 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc1.
- Eliminated 13 patches.
- Xen needs updating and is disabled.
- commit 8ffe6ba
-------------------------------------------------------------------
Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com
@ -789,6 +976,12 @@ Wed Apr 24 17:51:17 CEST 2013 - jeffm@suse.com
Eliminated 2 patches.
- commit a86daba
-------------------------------------------------------------------
Wed Apr 24 16:08:25 CEST 2013 - mmarek@suse.cz
- rpm/macros.kernel-source: Fix the -c option if -n is not given
- commit d704806
-------------------------------------------------------------------
Wed Apr 24 09:25:25 CEST 2013 - jslaby@suse.cz
@ -804,6 +997,12 @@ Wed Apr 24 09:25:25 CEST 2013 - jslaby@suse.cz
code (bnc#815170).
- commit e166324
-------------------------------------------------------------------
Thu Apr 18 14:23:45 CEST 2013 - mmarek@suse.cz
- Remove set -x and set +e statements in KMP scripts
- commit 5575c3c
-------------------------------------------------------------------
Wed Apr 17 10:48:54 CEST 2013 - jslaby@suse.cz

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.10
%define patchversion 3.10.10
%define srcversion 3.11
%define patchversion 3.11.0
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 3.10.10
Release: <RELEASE>.g8038aea
Version: 3.11.0
Release: <RELEASE>.g16dd1ca
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -77,8 +77,11 @@ Provides: kernel-base = %version-%source_rel
Obsoletes: %name-base <= 2.6.31
%endif
Requires(pre): coreutils awk
# Need a module-init-tools with /usr/lib/module-init-tools/weak-modules2
Requires(post): module-init-tools >= 3.4
# For /usr/lib/module-init-tools/weak-modules2
Requires(post): suse-module-tools
# For depmod (modutils is a dependency provided by both module-init-tools and
# kmod-compat)
Requires(post): modutils
# This Requires is wrong, because the post/postun scripts have a
# test -x update-bootloader, having perl-Bootloader is not a hard requirement.
# But, there is no way to tell rpm or yast to schedule the installation
@ -124,6 +127,8 @@ Obsoletes: kernel-xenpae < %version
#!BuildIgnore: xen
%endif
Obsoletes: microcode_ctl
Provides: %name-nongpl = %version
Obsoletes: %name-nongpl < %version
%if %build_vanilla

View File

@ -1,9 +1,33 @@
-------------------------------------------------------------------
Tue Sep 3 17:25:07 CEST 2013 - jeffm@suse.com
- Update to 3.11-final.
- commit 7561c6f
-------------------------------------------------------------------
Thu Aug 29 21:20:20 CEST 2013 - jslaby@suse.cz
- Linux 3.10.10.
- commit 8038aea
-------------------------------------------------------------------
Tue Aug 27 21:34:49 CEST 2013 - jeffm@suse.com
- rpm/kernel-docs.spec.in: Fix missing whitespace error in description
- commit 7032523
-------------------------------------------------------------------
Tue Aug 27 15:32:27 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc7.
- commit 99e1318
-------------------------------------------------------------------
Wed Aug 21 11:21:00 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.11-rc6.
- commit 7ee85be
-------------------------------------------------------------------
Wed Aug 21 09:31:18 CEST 2013 - jslaby@suse.cz
@ -16,12 +40,38 @@ Wed Aug 21 09:29:19 CEST 2013 - jslaby@suse.cz
- Linux 3.10.8.
- commit e77e7a7
-------------------------------------------------------------------
Mon Aug 19 17:55:35 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc6.
- commit b474038
-------------------------------------------------------------------
Thu Aug 15 15:46:32 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.11-rc5.
- config.conf: Re-enable Xen configs
- Delete patches.xen/xen-sections.
- commit adcd98b
-------------------------------------------------------------------
Thu Aug 15 09:42:59 CEST 2013 - jslaby@suse.cz
- Linux 3.10.7.
- commit 771dec3
-------------------------------------------------------------------
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
- config: update armv6 default config to multi-arch armv6
- commit 25b5917
-------------------------------------------------------------------
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc5.
- commit c33c981
-------------------------------------------------------------------
Mon Aug 12 08:07:06 CEST 2013 - jslaby@suse.cz
@ -35,6 +85,57 @@ Sun Aug 11 15:39:39 CEST 2013 - jslaby@suse.cz
Enable acpi pci hotplug again.
- commit f2022c3
-------------------------------------------------------------------
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
- arm: update default config for 3.11.0-rc4
- Add sound modules
- Add TI wifi modules
- commit 448a93c
-------------------------------------------------------------------
Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
- config/arm: update and reenable ARM64 config
- commit 327e5fc
-------------------------------------------------------------------
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
- Reenable ARMv6/ARMv7 configs
- commit 461df98
-------------------------------------------------------------------
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com
- config: disable RCU_USER_QS
RCU_USER_QS is used for hacking on debugging the full dynticks model,
which we've disabled.
- commit 910e01d
-------------------------------------------------------------------
Mon Aug 5 22:59:55 CEST 2013 - jeffm@suse.com
- reiserfs: locking, release lock around quota operations
(bnc#815320).
- reiserfs: locking, handle nested locks properly (bnc#815320).
- reiserfs: locking, push write lock out of xattr code
(bnc#815320).
- commit 01695c8
-------------------------------------------------------------------
Mon Aug 5 14:30:18 CEST 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Avoid hardcoded runtime dependency on
module-init-tools.
- commit 2889cef
-------------------------------------------------------------------
Mon Aug 5 04:24:06 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc4.
- commit 38e9077
-------------------------------------------------------------------
Sun Aug 4 13:35:35 CEST 2013 - jslaby@suse.cz
@ -49,6 +150,21 @@ Sun Aug 4 13:35:35 CEST 2013 - jslaby@suse.cz
patches.suse/suse-hv-Drivers-hv-balloon-Fix-a-bug-in-the-hot-add-code.patch.
- commit 4e0ffc2
-------------------------------------------------------------------
Tue Jul 30 07:43:15 CEST 2013 - jslaby@suse.cz
- Delete patches.drivers/elousb.patch.
- Delete patches.kernel.org/patch-3.10.1-2.
They are both obsolete.
- commit e924b54
-------------------------------------------------------------------
Mon Jul 29 14:45:28 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc3.
- Eliminated 3 patches.
- commit c0a4742
-------------------------------------------------------------------
Mon Jul 29 08:26:48 CEST 2013 - jslaby@suse.cz
@ -68,6 +184,44 @@ Fri Jul 26 07:54:19 CEST 2013 - jslaby@suse.cz
patches.kernel.org/revert-cpufreq-Fix-cpufreq-regression-after-suspend-.patch.
- commit ec6c1d9
-------------------------------------------------------------------
Thu Jul 25 22:55:37 CEST 2013 - jeffm@suse.com
- btrfs: check index in extent_buffer_page.
- commit 15eacb9
-------------------------------------------------------------------
Thu Jul 25 19:01:09 CEST 2013 - jdelvare@suse.de
- Hu, OK, RapidIO can't be fully modularized on PPC (yet.)
- commit 4c2611f
-------------------------------------------------------------------
Thu Jul 25 17:58:15 CEST 2013 - jdelvare@suse.de
- Update config files: build RapidIO support as modules
- commit 1c6c425
-------------------------------------------------------------------
Thu Jul 25 02:08:31 CEST 2013 - jeffm@suse.com
- rpm/kernel-binary.spec.in: Obsolete microcode_ctl
The kernel can request CPU microcode itself now and microcode_ctl is
no longer required.
- commit 3fb567f
-------------------------------------------------------------------
Thu Jul 25 00:51:31 CEST 2013 - jeffm@suse.com
- config: enable early CPU microcode loading.
- commit 0911270
-------------------------------------------------------------------
Wed Jul 24 19:12:20 CEST 2013 - jeffm@suse.com
- btrfs: fall back to global reservation when removing subvolumes.
- commit 026dc43
-------------------------------------------------------------------
Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
@ -75,6 +229,31 @@ Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
(bnc#830492).
- commit 49a8c47
-------------------------------------------------------------------
Tue Jul 23 03:35:59 CEST 2013 - jeffm@suse.com
- config: disable USB_CHIPIDEA
- commit 00cdcf9
-------------------------------------------------------------------
Tue Jul 23 03:08:18 CEST 2013 - jeffm@suse.com
- Refresh patches.suse/dmraid45-api-updates.
- commit 8e1fa8b
-------------------------------------------------------------------
Tue Jul 23 02:45:54 CEST 2013 - jeffm@suse.com
- Refresh patches.suse/ovl05-overlay-filesystem.patch.
- commit 27c899f
-------------------------------------------------------------------
Tue Jul 23 01:54:04 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc2.
- Eliminated 1 patch.
- commit f6f5941
-------------------------------------------------------------------
Mon Jul 22 08:49:02 CEST 2013 - jslaby@suse.cz
@ -140,6 +319,14 @@ Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com
- Updated patch-mainline headers.
- commit ba04848
-------------------------------------------------------------------
Tue Jul 16 16:21:01 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc1.
- Eliminated 13 patches.
- Xen needs updating and is disabled.
- commit 8ffe6ba
-------------------------------------------------------------------
Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com
@ -789,6 +976,12 @@ Wed Apr 24 17:51:17 CEST 2013 - jeffm@suse.com
Eliminated 2 patches.
- commit a86daba
-------------------------------------------------------------------
Wed Apr 24 16:08:25 CEST 2013 - mmarek@suse.cz
- rpm/macros.kernel-source: Fix the -c option if -n is not given
- commit d704806
-------------------------------------------------------------------
Wed Apr 24 09:25:25 CEST 2013 - jslaby@suse.cz
@ -804,6 +997,12 @@ Wed Apr 24 09:25:25 CEST 2013 - jslaby@suse.cz
code (bnc#815170).
- commit e166324
-------------------------------------------------------------------
Thu Apr 18 14:23:45 CEST 2013 - mmarek@suse.cz
- Remove set -x and set +e statements in KMP scripts
- commit 5575c3c
-------------------------------------------------------------------
Wed Apr 17 10:48:54 CEST 2013 - jslaby@suse.cz

View File

@ -18,8 +18,8 @@
# norootforbuild
# icecream 0
%define srcversion 3.10
%define patchversion 3.10.10
%define srcversion 3.11
%define patchversion 3.11.0
%define variant %{nil}
%define vanilla_only 0
@ -29,8 +29,8 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 3.10.10
Release: <RELEASE>.g8038aea
Version: 3.11.0
Release: <RELEASE>.g16dd1ca
License: GPL-2.0
Group: Development/Sources
Url: http://www.kernel.org/

View File

@ -1,9 +1,33 @@
-------------------------------------------------------------------
Tue Sep 3 17:25:07 CEST 2013 - jeffm@suse.com
- Update to 3.11-final.
- commit 7561c6f
-------------------------------------------------------------------
Thu Aug 29 21:20:20 CEST 2013 - jslaby@suse.cz
- Linux 3.10.10.
- commit 8038aea
-------------------------------------------------------------------
Tue Aug 27 21:34:49 CEST 2013 - jeffm@suse.com
- rpm/kernel-docs.spec.in: Fix missing whitespace error in description
- commit 7032523
-------------------------------------------------------------------
Tue Aug 27 15:32:27 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc7.
- commit 99e1318
-------------------------------------------------------------------
Wed Aug 21 11:21:00 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.11-rc6.
- commit 7ee85be
-------------------------------------------------------------------
Wed Aug 21 09:31:18 CEST 2013 - jslaby@suse.cz
@ -16,12 +40,38 @@ Wed Aug 21 09:29:19 CEST 2013 - jslaby@suse.cz
- Linux 3.10.8.
- commit e77e7a7
-------------------------------------------------------------------
Mon Aug 19 17:55:35 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc6.
- commit b474038
-------------------------------------------------------------------
Thu Aug 15 15:46:32 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.11-rc5.
- config.conf: Re-enable Xen configs
- Delete patches.xen/xen-sections.
- commit adcd98b
-------------------------------------------------------------------
Thu Aug 15 09:42:59 CEST 2013 - jslaby@suse.cz
- Linux 3.10.7.
- commit 771dec3
-------------------------------------------------------------------
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
- config: update armv6 default config to multi-arch armv6
- commit 25b5917
-------------------------------------------------------------------
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc5.
- commit c33c981
-------------------------------------------------------------------
Mon Aug 12 08:07:06 CEST 2013 - jslaby@suse.cz
@ -35,6 +85,57 @@ Sun Aug 11 15:39:39 CEST 2013 - jslaby@suse.cz
Enable acpi pci hotplug again.
- commit f2022c3
-------------------------------------------------------------------
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
- arm: update default config for 3.11.0-rc4
- Add sound modules
- Add TI wifi modules
- commit 448a93c
-------------------------------------------------------------------
Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
- config/arm: update and reenable ARM64 config
- commit 327e5fc
-------------------------------------------------------------------
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
- Reenable ARMv6/ARMv7 configs
- commit 461df98
-------------------------------------------------------------------
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com
- config: disable RCU_USER_QS
RCU_USER_QS is used for hacking on debugging the full dynticks model,
which we've disabled.
- commit 910e01d
-------------------------------------------------------------------
Mon Aug 5 22:59:55 CEST 2013 - jeffm@suse.com
- reiserfs: locking, release lock around quota operations
(bnc#815320).
- reiserfs: locking, handle nested locks properly (bnc#815320).
- reiserfs: locking, push write lock out of xattr code
(bnc#815320).
- commit 01695c8
-------------------------------------------------------------------
Mon Aug 5 14:30:18 CEST 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Avoid hardcoded runtime dependency on
module-init-tools.
- commit 2889cef
-------------------------------------------------------------------
Mon Aug 5 04:24:06 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc4.
- commit 38e9077
-------------------------------------------------------------------
Sun Aug 4 13:35:35 CEST 2013 - jslaby@suse.cz
@ -49,6 +150,21 @@ Sun Aug 4 13:35:35 CEST 2013 - jslaby@suse.cz
patches.suse/suse-hv-Drivers-hv-balloon-Fix-a-bug-in-the-hot-add-code.patch.
- commit 4e0ffc2
-------------------------------------------------------------------
Tue Jul 30 07:43:15 CEST 2013 - jslaby@suse.cz
- Delete patches.drivers/elousb.patch.
- Delete patches.kernel.org/patch-3.10.1-2.
They are both obsolete.
- commit e924b54
-------------------------------------------------------------------
Mon Jul 29 14:45:28 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc3.
- Eliminated 3 patches.
- commit c0a4742
-------------------------------------------------------------------
Mon Jul 29 08:26:48 CEST 2013 - jslaby@suse.cz
@ -68,6 +184,44 @@ Fri Jul 26 07:54:19 CEST 2013 - jslaby@suse.cz
patches.kernel.org/revert-cpufreq-Fix-cpufreq-regression-after-suspend-.patch.
- commit ec6c1d9
-------------------------------------------------------------------
Thu Jul 25 22:55:37 CEST 2013 - jeffm@suse.com
- btrfs: check index in extent_buffer_page.
- commit 15eacb9
-------------------------------------------------------------------
Thu Jul 25 19:01:09 CEST 2013 - jdelvare@suse.de
- Hu, OK, RapidIO can't be fully modularized on PPC (yet.)
- commit 4c2611f
-------------------------------------------------------------------
Thu Jul 25 17:58:15 CEST 2013 - jdelvare@suse.de
- Update config files: build RapidIO support as modules
- commit 1c6c425
-------------------------------------------------------------------
Thu Jul 25 02:08:31 CEST 2013 - jeffm@suse.com
- rpm/kernel-binary.spec.in: Obsolete microcode_ctl
The kernel can request CPU microcode itself now and microcode_ctl is
no longer required.
- commit 3fb567f
-------------------------------------------------------------------
Thu Jul 25 00:51:31 CEST 2013 - jeffm@suse.com
- config: enable early CPU microcode loading.
- commit 0911270
-------------------------------------------------------------------
Wed Jul 24 19:12:20 CEST 2013 - jeffm@suse.com
- btrfs: fall back to global reservation when removing subvolumes.
- commit 026dc43
-------------------------------------------------------------------
Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
@ -75,6 +229,31 @@ Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
(bnc#830492).
- commit 49a8c47
-------------------------------------------------------------------
Tue Jul 23 03:35:59 CEST 2013 - jeffm@suse.com
- config: disable USB_CHIPIDEA
- commit 00cdcf9
-------------------------------------------------------------------
Tue Jul 23 03:08:18 CEST 2013 - jeffm@suse.com
- Refresh patches.suse/dmraid45-api-updates.
- commit 8e1fa8b
-------------------------------------------------------------------
Tue Jul 23 02:45:54 CEST 2013 - jeffm@suse.com
- Refresh patches.suse/ovl05-overlay-filesystem.patch.
- commit 27c899f
-------------------------------------------------------------------
Tue Jul 23 01:54:04 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc2.
- Eliminated 1 patch.
- commit f6f5941
-------------------------------------------------------------------
Mon Jul 22 08:49:02 CEST 2013 - jslaby@suse.cz
@ -140,6 +319,14 @@ Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com
- Updated patch-mainline headers.
- commit ba04848
-------------------------------------------------------------------
Tue Jul 16 16:21:01 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc1.
- Eliminated 13 patches.
- Xen needs updating and is disabled.
- commit 8ffe6ba
-------------------------------------------------------------------
Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com
@ -789,6 +976,12 @@ Wed Apr 24 17:51:17 CEST 2013 - jeffm@suse.com
Eliminated 2 patches.
- commit a86daba
-------------------------------------------------------------------
Wed Apr 24 16:08:25 CEST 2013 - mmarek@suse.cz
- rpm/macros.kernel-source: Fix the -c option if -n is not given
- commit d704806
-------------------------------------------------------------------
Wed Apr 24 09:25:25 CEST 2013 - jslaby@suse.cz
@ -804,6 +997,12 @@ Wed Apr 24 09:25:25 CEST 2013 - jslaby@suse.cz
code (bnc#815170).
- commit e166324
-------------------------------------------------------------------
Thu Apr 18 14:23:45 CEST 2013 - mmarek@suse.cz
- Remove set -x and set +e statements in KMP scripts
- commit 5575c3c
-------------------------------------------------------------------
Wed Apr 17 10:48:54 CEST 2013 - jslaby@suse.cz

View File

@ -23,9 +23,9 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 3.10.10
Version: 3.11.0
%if %using_buildservice
Release: <RELEASE>.g8038aea
Release: <RELEASE>.g16dd1ca
%else
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
Release: %kernel_source_release

View File

@ -1,9 +1,33 @@
-------------------------------------------------------------------
Tue Sep 3 17:25:07 CEST 2013 - jeffm@suse.com
- Update to 3.11-final.
- commit 7561c6f
-------------------------------------------------------------------
Thu Aug 29 21:20:20 CEST 2013 - jslaby@suse.cz
- Linux 3.10.10.
- commit 8038aea
-------------------------------------------------------------------
Tue Aug 27 21:34:49 CEST 2013 - jeffm@suse.com
- rpm/kernel-docs.spec.in: Fix missing whitespace error in description
- commit 7032523
-------------------------------------------------------------------
Tue Aug 27 15:32:27 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc7.
- commit 99e1318
-------------------------------------------------------------------
Wed Aug 21 11:21:00 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.11-rc6.
- commit 7ee85be
-------------------------------------------------------------------
Wed Aug 21 09:31:18 CEST 2013 - jslaby@suse.cz
@ -16,12 +40,38 @@ Wed Aug 21 09:29:19 CEST 2013 - jslaby@suse.cz
- Linux 3.10.8.
- commit e77e7a7
-------------------------------------------------------------------
Mon Aug 19 17:55:35 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc6.
- commit b474038
-------------------------------------------------------------------
Thu Aug 15 15:46:32 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.11-rc5.
- config.conf: Re-enable Xen configs
- Delete patches.xen/xen-sections.
- commit adcd98b
-------------------------------------------------------------------
Thu Aug 15 09:42:59 CEST 2013 - jslaby@suse.cz
- Linux 3.10.7.
- commit 771dec3
-------------------------------------------------------------------
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
- config: update armv6 default config to multi-arch armv6
- commit 25b5917
-------------------------------------------------------------------
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc5.
- commit c33c981
-------------------------------------------------------------------
Mon Aug 12 08:07:06 CEST 2013 - jslaby@suse.cz
@ -35,6 +85,57 @@ Sun Aug 11 15:39:39 CEST 2013 - jslaby@suse.cz
Enable acpi pci hotplug again.
- commit f2022c3
-------------------------------------------------------------------
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
- arm: update default config for 3.11.0-rc4
- Add sound modules
- Add TI wifi modules
- commit 448a93c
-------------------------------------------------------------------
Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
- config/arm: update and reenable ARM64 config
- commit 327e5fc
-------------------------------------------------------------------
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
- Reenable ARMv6/ARMv7 configs
- commit 461df98
-------------------------------------------------------------------
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com
- config: disable RCU_USER_QS
RCU_USER_QS is used for hacking on debugging the full dynticks model,
which we've disabled.
- commit 910e01d
-------------------------------------------------------------------
Mon Aug 5 22:59:55 CEST 2013 - jeffm@suse.com
- reiserfs: locking, release lock around quota operations
(bnc#815320).
- reiserfs: locking, handle nested locks properly (bnc#815320).
- reiserfs: locking, push write lock out of xattr code
(bnc#815320).
- commit 01695c8
-------------------------------------------------------------------
Mon Aug 5 14:30:18 CEST 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Avoid hardcoded runtime dependency on
module-init-tools.
- commit 2889cef
-------------------------------------------------------------------
Mon Aug 5 04:24:06 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc4.
- commit 38e9077
-------------------------------------------------------------------
Sun Aug 4 13:35:35 CEST 2013 - jslaby@suse.cz
@ -49,6 +150,21 @@ Sun Aug 4 13:35:35 CEST 2013 - jslaby@suse.cz
patches.suse/suse-hv-Drivers-hv-balloon-Fix-a-bug-in-the-hot-add-code.patch.
- commit 4e0ffc2
-------------------------------------------------------------------
Tue Jul 30 07:43:15 CEST 2013 - jslaby@suse.cz
- Delete patches.drivers/elousb.patch.
- Delete patches.kernel.org/patch-3.10.1-2.
They are both obsolete.
- commit e924b54
-------------------------------------------------------------------
Mon Jul 29 14:45:28 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc3.
- Eliminated 3 patches.
- commit c0a4742
-------------------------------------------------------------------
Mon Jul 29 08:26:48 CEST 2013 - jslaby@suse.cz
@ -68,6 +184,44 @@ Fri Jul 26 07:54:19 CEST 2013 - jslaby@suse.cz
patches.kernel.org/revert-cpufreq-Fix-cpufreq-regression-after-suspend-.patch.
- commit ec6c1d9
-------------------------------------------------------------------
Thu Jul 25 22:55:37 CEST 2013 - jeffm@suse.com
- btrfs: check index in extent_buffer_page.
- commit 15eacb9
-------------------------------------------------------------------
Thu Jul 25 19:01:09 CEST 2013 - jdelvare@suse.de
- Hu, OK, RapidIO can't be fully modularized on PPC (yet.)
- commit 4c2611f
-------------------------------------------------------------------
Thu Jul 25 17:58:15 CEST 2013 - jdelvare@suse.de
- Update config files: build RapidIO support as modules
- commit 1c6c425
-------------------------------------------------------------------
Thu Jul 25 02:08:31 CEST 2013 - jeffm@suse.com
- rpm/kernel-binary.spec.in: Obsolete microcode_ctl
The kernel can request CPU microcode itself now and microcode_ctl is
no longer required.
- commit 3fb567f
-------------------------------------------------------------------
Thu Jul 25 00:51:31 CEST 2013 - jeffm@suse.com
- config: enable early CPU microcode loading.
- commit 0911270
-------------------------------------------------------------------
Wed Jul 24 19:12:20 CEST 2013 - jeffm@suse.com
- btrfs: fall back to global reservation when removing subvolumes.
- commit 026dc43
-------------------------------------------------------------------
Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
@ -75,6 +229,31 @@ Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
(bnc#830492).
- commit 49a8c47
-------------------------------------------------------------------
Tue Jul 23 03:35:59 CEST 2013 - jeffm@suse.com
- config: disable USB_CHIPIDEA
- commit 00cdcf9
-------------------------------------------------------------------
Tue Jul 23 03:08:18 CEST 2013 - jeffm@suse.com
- Refresh patches.suse/dmraid45-api-updates.
- commit 8e1fa8b
-------------------------------------------------------------------
Tue Jul 23 02:45:54 CEST 2013 - jeffm@suse.com
- Refresh patches.suse/ovl05-overlay-filesystem.patch.
- commit 27c899f
-------------------------------------------------------------------
Tue Jul 23 01:54:04 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc2.
- Eliminated 1 patch.
- commit f6f5941
-------------------------------------------------------------------
Mon Jul 22 08:49:02 CEST 2013 - jslaby@suse.cz
@ -140,6 +319,14 @@ Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com
- Updated patch-mainline headers.
- commit ba04848
-------------------------------------------------------------------
Tue Jul 16 16:21:01 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc1.
- Eliminated 13 patches.
- Xen needs updating and is disabled.
- commit 8ffe6ba
-------------------------------------------------------------------
Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com
@ -789,6 +976,12 @@ Wed Apr 24 17:51:17 CEST 2013 - jeffm@suse.com
Eliminated 2 patches.
- commit a86daba
-------------------------------------------------------------------
Wed Apr 24 16:08:25 CEST 2013 - mmarek@suse.cz
- rpm/macros.kernel-source: Fix the -c option if -n is not given
- commit d704806
-------------------------------------------------------------------
Wed Apr 24 09:25:25 CEST 2013 - jslaby@suse.cz
@ -804,6 +997,12 @@ Wed Apr 24 09:25:25 CEST 2013 - jslaby@suse.cz
code (bnc#815170).
- commit e166324
-------------------------------------------------------------------
Thu Apr 18 14:23:45 CEST 2013 - mmarek@suse.cz
- Remove set -x and set +e statements in KMP scripts
- commit 5575c3c
-------------------------------------------------------------------
Wed Apr 17 10:48:54 CEST 2013 - jslaby@suse.cz

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.10
%define patchversion 3.10.10
%define srcversion 3.11
%define patchversion 3.11.0
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 3.10.10
Release: <RELEASE>.g8038aea
Version: 3.11.0
Release: <RELEASE>.g16dd1ca
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -77,8 +77,11 @@ Provides: kernel-base = %version-%source_rel
Obsoletes: %name-base <= 2.6.31
%endif
Requires(pre): coreutils awk
# Need a module-init-tools with /usr/lib/module-init-tools/weak-modules2
Requires(post): module-init-tools >= 3.4
# For /usr/lib/module-init-tools/weak-modules2
Requires(post): suse-module-tools
# For depmod (modutils is a dependency provided by both module-init-tools and
# kmod-compat)
Requires(post): modutils
# This Requires is wrong, because the post/postun scripts have a
# test -x update-bootloader, having perl-Bootloader is not a hard requirement.
# But, there is no way to tell rpm or yast to schedule the installation
@ -124,6 +127,8 @@ Obsoletes: kernel-xenpae < %version
#!BuildIgnore: xen
%endif
Obsoletes: microcode_ctl
Provides: %name-nongpl = %version
Obsoletes: %name-nongpl < %version
%if %build_vanilla

View File

@ -1,9 +1,33 @@
-------------------------------------------------------------------
Tue Sep 3 17:25:07 CEST 2013 - jeffm@suse.com
- Update to 3.11-final.
- commit 7561c6f
-------------------------------------------------------------------
Thu Aug 29 21:20:20 CEST 2013 - jslaby@suse.cz
- Linux 3.10.10.
- commit 8038aea
-------------------------------------------------------------------
Tue Aug 27 21:34:49 CEST 2013 - jeffm@suse.com
- rpm/kernel-docs.spec.in: Fix missing whitespace error in description
- commit 7032523
-------------------------------------------------------------------
Tue Aug 27 15:32:27 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc7.
- commit 99e1318
-------------------------------------------------------------------
Wed Aug 21 11:21:00 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.11-rc6.
- commit 7ee85be
-------------------------------------------------------------------
Wed Aug 21 09:31:18 CEST 2013 - jslaby@suse.cz
@ -16,12 +40,38 @@ Wed Aug 21 09:29:19 CEST 2013 - jslaby@suse.cz
- Linux 3.10.8.
- commit e77e7a7
-------------------------------------------------------------------
Mon Aug 19 17:55:35 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc6.
- commit b474038
-------------------------------------------------------------------
Thu Aug 15 15:46:32 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.11-rc5.
- config.conf: Re-enable Xen configs
- Delete patches.xen/xen-sections.
- commit adcd98b
-------------------------------------------------------------------
Thu Aug 15 09:42:59 CEST 2013 - jslaby@suse.cz
- Linux 3.10.7.
- commit 771dec3
-------------------------------------------------------------------
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
- config: update armv6 default config to multi-arch armv6
- commit 25b5917
-------------------------------------------------------------------
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc5.
- commit c33c981
-------------------------------------------------------------------
Mon Aug 12 08:07:06 CEST 2013 - jslaby@suse.cz
@ -35,6 +85,57 @@ Sun Aug 11 15:39:39 CEST 2013 - jslaby@suse.cz
Enable acpi pci hotplug again.
- commit f2022c3
-------------------------------------------------------------------
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
- arm: update default config for 3.11.0-rc4
- Add sound modules
- Add TI wifi modules
- commit 448a93c
-------------------------------------------------------------------
Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
- config/arm: update and reenable ARM64 config
- commit 327e5fc
-------------------------------------------------------------------
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
- Reenable ARMv6/ARMv7 configs
- commit 461df98
-------------------------------------------------------------------
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com
- config: disable RCU_USER_QS
RCU_USER_QS is used for hacking on debugging the full dynticks model,
which we've disabled.
- commit 910e01d
-------------------------------------------------------------------
Mon Aug 5 22:59:55 CEST 2013 - jeffm@suse.com
- reiserfs: locking, release lock around quota operations
(bnc#815320).
- reiserfs: locking, handle nested locks properly (bnc#815320).
- reiserfs: locking, push write lock out of xattr code
(bnc#815320).
- commit 01695c8
-------------------------------------------------------------------
Mon Aug 5 14:30:18 CEST 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Avoid hardcoded runtime dependency on
module-init-tools.
- commit 2889cef
-------------------------------------------------------------------
Mon Aug 5 04:24:06 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc4.
- commit 38e9077
-------------------------------------------------------------------
Sun Aug 4 13:35:35 CEST 2013 - jslaby@suse.cz
@ -49,6 +150,21 @@ Sun Aug 4 13:35:35 CEST 2013 - jslaby@suse.cz
patches.suse/suse-hv-Drivers-hv-balloon-Fix-a-bug-in-the-hot-add-code.patch.
- commit 4e0ffc2
-------------------------------------------------------------------
Tue Jul 30 07:43:15 CEST 2013 - jslaby@suse.cz
- Delete patches.drivers/elousb.patch.
- Delete patches.kernel.org/patch-3.10.1-2.
They are both obsolete.
- commit e924b54
-------------------------------------------------------------------
Mon Jul 29 14:45:28 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc3.
- Eliminated 3 patches.
- commit c0a4742
-------------------------------------------------------------------
Mon Jul 29 08:26:48 CEST 2013 - jslaby@suse.cz
@ -68,6 +184,44 @@ Fri Jul 26 07:54:19 CEST 2013 - jslaby@suse.cz
patches.kernel.org/revert-cpufreq-Fix-cpufreq-regression-after-suspend-.patch.
- commit ec6c1d9
-------------------------------------------------------------------
Thu Jul 25 22:55:37 CEST 2013 - jeffm@suse.com
- btrfs: check index in extent_buffer_page.
- commit 15eacb9
-------------------------------------------------------------------
Thu Jul 25 19:01:09 CEST 2013 - jdelvare@suse.de
- Hu, OK, RapidIO can't be fully modularized on PPC (yet.)
- commit 4c2611f
-------------------------------------------------------------------
Thu Jul 25 17:58:15 CEST 2013 - jdelvare@suse.de
- Update config files: build RapidIO support as modules
- commit 1c6c425
-------------------------------------------------------------------
Thu Jul 25 02:08:31 CEST 2013 - jeffm@suse.com
- rpm/kernel-binary.spec.in: Obsolete microcode_ctl
The kernel can request CPU microcode itself now and microcode_ctl is
no longer required.
- commit 3fb567f
-------------------------------------------------------------------
Thu Jul 25 00:51:31 CEST 2013 - jeffm@suse.com
- config: enable early CPU microcode loading.
- commit 0911270
-------------------------------------------------------------------
Wed Jul 24 19:12:20 CEST 2013 - jeffm@suse.com
- btrfs: fall back to global reservation when removing subvolumes.
- commit 026dc43
-------------------------------------------------------------------
Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
@ -75,6 +229,31 @@ Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
(bnc#830492).
- commit 49a8c47
-------------------------------------------------------------------
Tue Jul 23 03:35:59 CEST 2013 - jeffm@suse.com
- config: disable USB_CHIPIDEA
- commit 00cdcf9
-------------------------------------------------------------------
Tue Jul 23 03:08:18 CEST 2013 - jeffm@suse.com
- Refresh patches.suse/dmraid45-api-updates.
- commit 8e1fa8b
-------------------------------------------------------------------
Tue Jul 23 02:45:54 CEST 2013 - jeffm@suse.com
- Refresh patches.suse/ovl05-overlay-filesystem.patch.
- commit 27c899f
-------------------------------------------------------------------
Tue Jul 23 01:54:04 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc2.
- Eliminated 1 patch.
- commit f6f5941
-------------------------------------------------------------------
Mon Jul 22 08:49:02 CEST 2013 - jslaby@suse.cz
@ -140,6 +319,14 @@ Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com
- Updated patch-mainline headers.
- commit ba04848
-------------------------------------------------------------------
Tue Jul 16 16:21:01 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc1.
- Eliminated 13 patches.
- Xen needs updating and is disabled.
- commit 8ffe6ba
-------------------------------------------------------------------
Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com
@ -789,6 +976,12 @@ Wed Apr 24 17:51:17 CEST 2013 - jeffm@suse.com
Eliminated 2 patches.
- commit a86daba
-------------------------------------------------------------------
Wed Apr 24 16:08:25 CEST 2013 - mmarek@suse.cz
- rpm/macros.kernel-source: Fix the -c option if -n is not given
- commit d704806
-------------------------------------------------------------------
Wed Apr 24 09:25:25 CEST 2013 - jslaby@suse.cz
@ -804,6 +997,12 @@ Wed Apr 24 09:25:25 CEST 2013 - jslaby@suse.cz
code (bnc#815170).
- commit e166324
-------------------------------------------------------------------
Thu Apr 18 14:23:45 CEST 2013 - mmarek@suse.cz
- Remove set -x and set +e statements in KMP scripts
- commit 5575c3c
-------------------------------------------------------------------
Wed Apr 17 10:48:54 CEST 2013 - jslaby@suse.cz

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.10
%define patchversion 3.10.10
%define srcversion 3.11
%define patchversion 3.11.0
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 3.10.10
Release: <RELEASE>.g8038aea
Version: 3.11.0
Release: <RELEASE>.g16dd1ca
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -77,8 +77,11 @@ Provides: kernel-base = %version-%source_rel
Obsoletes: %name-base <= 2.6.31
%endif
Requires(pre): coreutils awk
# Need a module-init-tools with /usr/lib/module-init-tools/weak-modules2
Requires(post): module-init-tools >= 3.4
# For /usr/lib/module-init-tools/weak-modules2
Requires(post): suse-module-tools
# For depmod (modutils is a dependency provided by both module-init-tools and
# kmod-compat)
Requires(post): modutils
# This Requires is wrong, because the post/postun scripts have a
# test -x update-bootloader, having perl-Bootloader is not a hard requirement.
# But, there is no way to tell rpm or yast to schedule the installation
@ -124,6 +127,8 @@ Obsoletes: kernel-xenpae < %version
#!BuildIgnore: xen
%endif
Obsoletes: microcode_ctl
Provides: %name-nongpl = %version
Obsoletes: %name-nongpl < %version
%if %build_vanilla

View File

@ -1,9 +1,33 @@
-------------------------------------------------------------------
Tue Sep 3 17:25:07 CEST 2013 - jeffm@suse.com
- Update to 3.11-final.
- commit 7561c6f
-------------------------------------------------------------------
Thu Aug 29 21:20:20 CEST 2013 - jslaby@suse.cz
- Linux 3.10.10.
- commit 8038aea
-------------------------------------------------------------------
Tue Aug 27 21:34:49 CEST 2013 - jeffm@suse.com
- rpm/kernel-docs.spec.in: Fix missing whitespace error in description
- commit 7032523
-------------------------------------------------------------------
Tue Aug 27 15:32:27 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc7.
- commit 99e1318
-------------------------------------------------------------------
Wed Aug 21 11:21:00 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.11-rc6.
- commit 7ee85be
-------------------------------------------------------------------
Wed Aug 21 09:31:18 CEST 2013 - jslaby@suse.cz
@ -16,12 +40,38 @@ Wed Aug 21 09:29:19 CEST 2013 - jslaby@suse.cz
- Linux 3.10.8.
- commit e77e7a7
-------------------------------------------------------------------
Mon Aug 19 17:55:35 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc6.
- commit b474038
-------------------------------------------------------------------
Thu Aug 15 15:46:32 CEST 2013 - jbeulich@suse.com
- Update Xen patches to 3.11-rc5.
- config.conf: Re-enable Xen configs
- Delete patches.xen/xen-sections.
- commit adcd98b
-------------------------------------------------------------------
Thu Aug 15 09:42:59 CEST 2013 - jslaby@suse.cz
- Linux 3.10.7.
- commit 771dec3
-------------------------------------------------------------------
Tue Aug 13 17:03:09 CEST 2013 - guillaume.gardet@oliseo.fr
- config: update armv6 default config to multi-arch armv6
- commit 25b5917
-------------------------------------------------------------------
Mon Aug 12 15:26:59 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc5.
- commit c33c981
-------------------------------------------------------------------
Mon Aug 12 08:07:06 CEST 2013 - jslaby@suse.cz
@ -35,6 +85,57 @@ Sun Aug 11 15:39:39 CEST 2013 - jslaby@suse.cz
Enable acpi pci hotplug again.
- commit f2022c3
-------------------------------------------------------------------
Thu Aug 8 12:05:35 CEST 2013 - guillaume.gardet@oliseo.fr
- arm: update default config for 3.11.0-rc4
- Add sound modules
- Add TI wifi modules
- commit 448a93c
-------------------------------------------------------------------
Thu Aug 8 09:28:39 CEST 2013 - dmueller@suse.com
- config/arm: update and reenable ARM64 config
- commit 327e5fc
-------------------------------------------------------------------
Thu Aug 8 09:23:41 CEST 2013 - dmueller@suse.com
- Reenable ARMv6/ARMv7 configs
- commit 461df98
-------------------------------------------------------------------
Wed Aug 7 19:07:39 CEST 2013 - jeffm@suse.com
- config: disable RCU_USER_QS
RCU_USER_QS is used for hacking on debugging the full dynticks model,
which we've disabled.
- commit 910e01d
-------------------------------------------------------------------
Mon Aug 5 22:59:55 CEST 2013 - jeffm@suse.com
- reiserfs: locking, release lock around quota operations
(bnc#815320).
- reiserfs: locking, handle nested locks properly (bnc#815320).
- reiserfs: locking, push write lock out of xattr code
(bnc#815320).
- commit 01695c8
-------------------------------------------------------------------
Mon Aug 5 14:30:18 CEST 2013 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Avoid hardcoded runtime dependency on
module-init-tools.
- commit 2889cef
-------------------------------------------------------------------
Mon Aug 5 04:24:06 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc4.
- commit 38e9077
-------------------------------------------------------------------
Sun Aug 4 13:35:35 CEST 2013 - jslaby@suse.cz
@ -49,6 +150,21 @@ Sun Aug 4 13:35:35 CEST 2013 - jslaby@suse.cz
patches.suse/suse-hv-Drivers-hv-balloon-Fix-a-bug-in-the-hot-add-code.patch.
- commit 4e0ffc2
-------------------------------------------------------------------
Tue Jul 30 07:43:15 CEST 2013 - jslaby@suse.cz
- Delete patches.drivers/elousb.patch.
- Delete patches.kernel.org/patch-3.10.1-2.
They are both obsolete.
- commit e924b54
-------------------------------------------------------------------
Mon Jul 29 14:45:28 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc3.
- Eliminated 3 patches.
- commit c0a4742
-------------------------------------------------------------------
Mon Jul 29 08:26:48 CEST 2013 - jslaby@suse.cz
@ -68,6 +184,44 @@ Fri Jul 26 07:54:19 CEST 2013 - jslaby@suse.cz
patches.kernel.org/revert-cpufreq-Fix-cpufreq-regression-after-suspend-.patch.
- commit ec6c1d9
-------------------------------------------------------------------
Thu Jul 25 22:55:37 CEST 2013 - jeffm@suse.com
- btrfs: check index in extent_buffer_page.
- commit 15eacb9
-------------------------------------------------------------------
Thu Jul 25 19:01:09 CEST 2013 - jdelvare@suse.de
- Hu, OK, RapidIO can't be fully modularized on PPC (yet.)
- commit 4c2611f
-------------------------------------------------------------------
Thu Jul 25 17:58:15 CEST 2013 - jdelvare@suse.de
- Update config files: build RapidIO support as modules
- commit 1c6c425
-------------------------------------------------------------------
Thu Jul 25 02:08:31 CEST 2013 - jeffm@suse.com
- rpm/kernel-binary.spec.in: Obsolete microcode_ctl
The kernel can request CPU microcode itself now and microcode_ctl is
no longer required.
- commit 3fb567f
-------------------------------------------------------------------
Thu Jul 25 00:51:31 CEST 2013 - jeffm@suse.com
- config: enable early CPU microcode loading.
- commit 0911270
-------------------------------------------------------------------
Wed Jul 24 19:12:20 CEST 2013 - jeffm@suse.com
- btrfs: fall back to global reservation when removing subvolumes.
- commit 026dc43
-------------------------------------------------------------------
Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
@ -75,6 +229,31 @@ Wed Jul 24 08:25:45 CEST 2013 - jslaby@suse.cz
(bnc#830492).
- commit 49a8c47
-------------------------------------------------------------------
Tue Jul 23 03:35:59 CEST 2013 - jeffm@suse.com
- config: disable USB_CHIPIDEA
- commit 00cdcf9
-------------------------------------------------------------------
Tue Jul 23 03:08:18 CEST 2013 - jeffm@suse.com
- Refresh patches.suse/dmraid45-api-updates.
- commit 8e1fa8b
-------------------------------------------------------------------
Tue Jul 23 02:45:54 CEST 2013 - jeffm@suse.com
- Refresh patches.suse/ovl05-overlay-filesystem.patch.
- commit 27c899f
-------------------------------------------------------------------
Tue Jul 23 01:54:04 CEST 2013 - jeffm@suse.com
- Update to 3.11-rc2.
- Eliminated 1 patch.
- commit f6f5941
-------------------------------------------------------------------
Mon Jul 22 08:49:02 CEST 2013 - jslaby@suse.cz
@ -140,6 +319,14 @@ Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com
- Updated patch-mainline headers.
- commit ba04848
-------------------------------------------------------------------
Tue Jul 16 16:21:01 CEST 2013 - jeffm@suse.com
- Update to 3.10-rc1.
- Eliminated 13 patches.
- Xen needs updating and is disabled.
- commit 8ffe6ba
-------------------------------------------------------------------
Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com
@ -789,6 +976,12 @@ Wed Apr 24 17:51:17 CEST 2013 - jeffm@suse.com
Eliminated 2 patches.
- commit a86daba
-------------------------------------------------------------------
Wed Apr 24 16:08:25 CEST 2013 - mmarek@suse.cz
- rpm/macros.kernel-source: Fix the -c option if -n is not given
- commit d704806
-------------------------------------------------------------------
Wed Apr 24 09:25:25 CEST 2013 - jslaby@suse.cz
@ -804,6 +997,12 @@ Wed Apr 24 09:25:25 CEST 2013 - jslaby@suse.cz
code (bnc#815170).
- commit e166324
-------------------------------------------------------------------
Thu Apr 18 14:23:45 CEST 2013 - mmarek@suse.cz
- Remove set -x and set +e statements in KMP scripts
- commit 5575c3c
-------------------------------------------------------------------
Wed Apr 17 10:48:54 CEST 2013 - jslaby@suse.cz

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 3.10
%define patchversion 3.10.10
%define srcversion 3.11
%define patchversion 3.11.0
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 3.10.10
Release: <RELEASE>.g8038aea
Version: 3.11.0
Release: <RELEASE>.g16dd1ca
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -77,8 +77,11 @@ Provides: kernel-base = %version-%source_rel
Obsoletes: %name-base <= 2.6.31
%endif
Requires(pre): coreutils awk
# Need a module-init-tools with /usr/lib/module-init-tools/weak-modules2
Requires(post): module-init-tools >= 3.4
# For /usr/lib/module-init-tools/weak-modules2
Requires(post): suse-module-tools
# For depmod (modutils is a dependency provided by both module-init-tools and
# kmod-compat)
Requires(post): modutils
# This Requires is wrong, because the post/postun scripts have a
# test -x update-bootloader, having perl-Bootloader is not a hard requirement.
# But, there is no way to tell rpm or yast to schedule the installation
@ -124,6 +127,8 @@ Obsoletes: kernel-xenpae < %version
#!BuildIgnore: xen
%endif
Obsoletes: microcode_ctl
Provides: %name-nongpl = %version
Obsoletes: %name-nongpl < %version
%if %build_vanilla

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

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

View File

@ -4,7 +4,7 @@
# Defines %flavors_to_build and %kernel_source() as a side effect.
%_kernel_module_package(n:v:r:t:f:Xp:bc:) \
%{expand:%( set -x \
%{expand:%( \
subpkg=%{-t*}%{!-t:/usr/lib/rpm/kernel-module-subpackage} \
echo "%%define _suse_kernel_module_subpackage(n:v:r:f:p:bc) %%{expand:%%(cd %_sourcedir; cat $subpkg; echo %%%%nil)}" \
flavors_to_build= \
@ -34,7 +34,10 @@
%{-c:
for fmt in DER PEM; do h=$(openssl x509 -inform $fmt -fingerprint -noout -in %{-c*}); if test -n "$h"; then break; fi; done \
cert=/etc/uefi/certs/$(echo "$h" | sed -rn 's/^SHA1 Fingerprint=//; T; s/://g; s/(.{8}).*/\\1/p').crt
sed "s:@CERTS@:$cert:g" /usr/lib/rpm/kernel-cert-subpackage \
: The -n expanstion in kernel-cert-subpackage only works if
: -n is actually passed to the macro. Fix this here, so that
: we do not have to modify the modsign-repackage script
sed "s|@CERTS@|$cert|g; s|%%{-n.}|%{-n*}%{!-n:%name}|g" /usr/lib/rpm/kernel-cert-subpackage \
echo "%%global __spec_build_pre %%__spec_build_pre mkdir -p %%buildroot/etc/uefi/certs; openssl x509 -in %{-c*} -inform $fmt -out %%buildroot/$cert -outform DER" } \
)}

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5a3a3ebdf19b353974fdd67cc434ba7df7e75d47b8f2530035877c3fb67e632b
size 6638
oid sha256:c71439113c44288244bb59b769f24a75f2c1c40866c17b412364345289a5caa4
size 6642

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:049d6f36d5c8f42a8db9d9dd6453c3b838e7f4278f7a3f6d30056cf9f6c908b3
size 157143
oid sha256:4421f38bd077c7209a685d669fea3a3402c3d6bbb8ad36781633ad6260cdf1c2
size 156008

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d684d54f47eed7c10b5e362463ccd30c83b976c925ef88e413bca67efd04f62
size 7764
oid sha256:e8be6bdf82e273119c43b44504f5eb1981ba5c8941badb4d12d77a7d89c27108
size 3897

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:08bb4072de43fbfa2db160c3e4a34608f2b3a64210597c9d0da34ba8d4c00e2f
size 15087
oid sha256:fb497e0fca9e5c894f17e753adff1b4fd4dda33525e522fae4c9e9f074b94c99
size 27777

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:58c7b6b1dd3dc57ad31fc5f53d138b3843c043c98d05c1534e4145c5838898c6
size 4480
oid sha256:acd12b8ade97bc637a1b9ad45dc5900d7f92707e4b498f98d68aa601b1d1fa5e
size 3875

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d0b692c5036ec9d1a080882e5615ed4cdab95c32d61e02e7bd72b40e549e5b9
size 117550
oid sha256:4233474461e8a8baa77d300969977fd3f46ac2c5790578db47c692fce6df61ee
size 116981

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00b4f335eb6b74b67059cf47e5eb6160abd21ca0c471fa551333378e18342e2b
size 2099563
oid sha256:f5375f71bac9989773e02aff8c71d4667d22f4b864f9a98eb75cb0d363514d5c
size 2121689

View File

@ -27,28 +27,15 @@
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/patch-3.10.1
patches.kernel.org/patch-3.10.1-2
patches.kernel.org/patch-3.10.2-3
patches.kernel.org/patch-3.10.3-4
patches.kernel.org/patch-3.10.4-5
patches.kernel.org/patch-3.10.5-6
patches.kernel.org/patch-3.10.6-7
patches.kernel.org/patch-3.10.7-8
patches.kernel.org/patch-3.10.8-9
patches.kernel.org/patch-3.10.9-10
########################################################
# Build fixes that apply to the vanilla kernel too.
# Patches in patches.rpmify are applied to both -vanilla
# and patched flavors.
########################################################
patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation
patches.rpmify/nouveau-make-vga_switcheroo-code-depend-on-vga_switcheroo
patches.rpmify/pti-depends-on-x86-pci
patches.rpmify/geode-depends-on-x86_32
patches.rpmify/chipidea-clean-up-dependencies
patches.rpmify/sb105x-remove-asm-segment-h-dependency
patches.rpmify/ptp-pch-depends-on-x86
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c
########################################################
@ -162,25 +149,24 @@
# ARM
########################################################
patches.arch/cubox-configuration.patch
patches.arch/arm-exynos-nosparse.patch
patches.arch/arm-origen-regulator.patch
+needs_update patches.arch/arm-exynos-nosparse.patch
patches.arch/arm-OMAP-Fix-missing-cm3xxx.h-include.patch
patches.arch/arm-OMAP-Fix-missing-usb.h-include.patch
patches.arch/arm-imx-usb.patch
patches.arch/arm-omap3isp.patch
patches.arch/arm-smdkv310.patch
# Compile fix for Xen on ARM with our Xen patches applied
patches.arch/arm-xen-fixup.patch
patches.arch/arm-refresh-mach-types.diff
patches.arch/arm-arndale-usb.patch
patches.arch/arm-arndale-dma.patch
+needs_update patches.arch/arm-arndale-dma.patch
patches.arch/arm-arndale-usb-phy.patch
patches.arch/arm-exynos-dwmmc-modalias.patch
patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch
patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch
patches.arch/arm-xen-0006-xen-arm-disable-cpuidle-when-linux-is-running-as-dom.patch
patches.arch/arm-xen-0007-arm-choose-debug-uncompress.h-include-when-uncompres.patch
patches.arch/arm-xen-0008-xen-arm-enable-PV-control-for-ARM.patch
+needs_update patches.arch/arm-xen-0001-arm-introduce-psci_smp_ops.patch
+needs_update patches.arch/arm-xen-0002-ARM-Enable-selection-of-SMP-operations-at-boot-time.patch
+needs_update patches.arch/arm-xen-0006-xen-arm-disable-cpuidle-when-linux-is-running-as-dom.patch
+needs_update patches.arch/arm-xen-0007-arm-choose-debug-uncompress.h-include-when-uncompres.patch
+needs_update patches.arch/arm-xen-0008-xen-arm-enable-PV-control-for-ARM.patch
########################################################
# S/390
@ -221,9 +207,6 @@
patches.arch/acpi_thermal_passive_blacklist.patch
# Queued for 2.6.36 -> just revert after some time
patches.fixes/acpi_ec_sys_access_user_space_with_get_user.patch
patches.arch/010-acpi_initrd_override_tables.patch
########################################################
@ -275,11 +258,15 @@
# btrfs
########################################################
patches.suse/btrfs-use-correct-device-for-maps.patch
patches.suse/btrfs-fall-back-to-global-reservation-when-removing-subvolumes
patches.suse/btrfs-check-index-in-extent_buffer_page
########################################################
# Reiserfs Patches
########################################################
+needs_updating-39 patches.suse/reiser4-dependencies
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code
patches.fixes/reiserfs-locking-handle-nested-locks-properly
patches.fixes/reiserfs-locking-release-lock-around-quota-operations
########################################################
# dlm
@ -347,7 +334,6 @@
########################################################
patches.suse/netfilter-ip_conntrack_slp.patch
patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack
########################################################
#
@ -370,7 +356,7 @@
patches.drivers/megaraid-mbox-fix-SG_IO
# Remaining SCSI patches (garloff)
patches.suse/scsi-error-test-unit-ready-timeout
+needs_update patches.suse/scsi-error-test-unit-ready-timeout
patches.fixes/scsi-scan-blist-update
patches.fixes/scsi-ibmvscsi-show-config.patch
@ -431,7 +417,6 @@
########################################################
# patches.suse/SUSE-bootsplash
# patches.suse/SUSE-bootsplash-mgadrmfb-workaround
patches.drivers/elousb.patch
patches.fixes/input-add-acer-aspire-5710-to-nomux.patch
##########################################################
@ -469,7 +454,7 @@
+needs_update patches.suse/dm-mpath-accept-failed-paths
+needs_update patches.suse/dm-mpath-detach-existing-hardware-handler
patches.fixes/dm-table-switch-to-readonly
patches.fixes/dm-release-map_lock-before-set_disk_ro
+needs_update patches.fixes/dm-release-map_lock-before-set_disk_ro
patches.suse/dm-mpath-no-activate-for-offlined-paths
patches.suse/dm-mpath-no-partitions-feature
patches.suse/mpath-fix
@ -623,6 +608,7 @@
patches.xen/xen3-patch-3.8
patches.xen/xen3-patch-3.9
patches.xen/xen3-patch-3.10
patches.xen/xen3-patch-3.11-rc6
# ports of other patches
patches.xen/xen3-010-acpi_initrd_override_tables.patch
@ -641,7 +627,6 @@
patches.xen/xen-mem-hotplug
patches.xen/xen-configurable-guest-devices
patches.xen/xen-setup-gsi
patches.xen/xen-sections
patches.xen/xen-unpriv-build
patches.xen/xen-cpufreq-report
patches.xen/xen-multi-page-ring

View File

@ -1,3 +1,3 @@
2013-08-29 21:20:20 +0200
GIT Revision: 8038aea1779ee532c8054a41ffc1016224fb8274
2013-09-03 21:35:00 +0200
GIT Revision: 16dd1ca5fa09952d53e3d9c54b3539e5b3916dbc
GIT Branch: stable