commit 7ce0a21be9d9df0dd417f7ba95f4bae93bc3b6ab
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7708
This commit is contained in:
parent
eb999e76ea
commit
1a08520d32
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8fc956c15e8a59c9af37f205abcfebf595ccd4a7f99f6e32bfd01ed812c681f1
|
||||
size 316332
|
||||
oid sha256:ce331628129e7612bd710cdf4eedbcedeb157796988d6783f7bf19e3c5ae45e6
|
||||
size 316273
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 13:25:19 CET 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-source.spec.in: Require kernel-devel%variant
|
||||
- commit 810ea41
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:47:00 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/remount-no-shrink-dcache.
|
||||
the optimization is no longer needed because dcache_lock is long
|
||||
gone and replaced by RCU (see b5c84bf6f6 fs: dcache remove
|
||||
dcache_lock and others).
|
||||
- commit 0092763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:45:55 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/oom-warning.
|
||||
The additional warning message is not worth carrying. Highorder
|
||||
or atomic allocations which are expected to fail should use
|
||||
__GFP_NOWARN to not pollute logs with allocation failures which are
|
||||
acceptable.
|
||||
- commit c07fd34
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:43:08 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_MEMCG_SWAP_ENABLED because it got enabled by accident.
|
||||
The CONFIG_MEMCG_SWAP is enabled but the accounting has to be explicitly
|
||||
allowed by swap_account=1 kernel command line parameter
|
||||
- commit 402a841
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 19:25:01 CET 2014 - jeffm@suse.com
|
||||
|
||||
|
@ -61,7 +61,7 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 3.13.rc8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g44ad2a9
|
||||
Release: <RELEASE>.g7ce0a21
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 13:25:19 CET 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-source.spec.in: Require kernel-devel%variant
|
||||
- commit 810ea41
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:47:00 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/remount-no-shrink-dcache.
|
||||
the optimization is no longer needed because dcache_lock is long
|
||||
gone and replaced by RCU (see b5c84bf6f6 fs: dcache remove
|
||||
dcache_lock and others).
|
||||
- commit 0092763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:45:55 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/oom-warning.
|
||||
The additional warning message is not worth carrying. Highorder
|
||||
or atomic allocations which are expected to fail should use
|
||||
__GFP_NOWARN to not pollute logs with allocation failures which are
|
||||
acceptable.
|
||||
- commit c07fd34
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:43:08 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_MEMCG_SWAP_ENABLED because it got enabled by accident.
|
||||
The CONFIG_MEMCG_SWAP is enabled but the accounting has to be explicitly
|
||||
allowed by swap_account=1 kernel command line parameter
|
||||
- commit 402a841
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 19:25:01 CET 2014 - jeffm@suse.com
|
||||
|
||||
|
@ -61,7 +61,7 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.13.rc8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g44ad2a9
|
||||
Release: <RELEASE>.g7ce0a21
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 13:25:19 CET 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-source.spec.in: Require kernel-devel%variant
|
||||
- commit 810ea41
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:47:00 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/remount-no-shrink-dcache.
|
||||
the optimization is no longer needed because dcache_lock is long
|
||||
gone and replaced by RCU (see b5c84bf6f6 fs: dcache remove
|
||||
dcache_lock and others).
|
||||
- commit 0092763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:45:55 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/oom-warning.
|
||||
The additional warning message is not worth carrying. Highorder
|
||||
or atomic allocations which are expected to fail should use
|
||||
__GFP_NOWARN to not pollute logs with allocation failures which are
|
||||
acceptable.
|
||||
- commit c07fd34
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:43:08 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_MEMCG_SWAP_ENABLED because it got enabled by accident.
|
||||
The CONFIG_MEMCG_SWAP is enabled but the accounting has to be explicitly
|
||||
allowed by swap_account=1 kernel command line parameter
|
||||
- commit 402a841
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 19:25:01 CET 2014 - jeffm@suse.com
|
||||
|
||||
|
@ -61,7 +61,7 @@ Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 3.13.rc8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g44ad2a9
|
||||
Release: <RELEASE>.g7ce0a21
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 13:25:19 CET 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-source.spec.in: Require kernel-devel%variant
|
||||
- commit 810ea41
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:47:00 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/remount-no-shrink-dcache.
|
||||
the optimization is no longer needed because dcache_lock is long
|
||||
gone and replaced by RCU (see b5c84bf6f6 fs: dcache remove
|
||||
dcache_lock and others).
|
||||
- commit 0092763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:45:55 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/oom-warning.
|
||||
The additional warning message is not worth carrying. Highorder
|
||||
or atomic allocations which are expected to fail should use
|
||||
__GFP_NOWARN to not pollute logs with allocation failures which are
|
||||
acceptable.
|
||||
- commit c07fd34
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:43:08 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_MEMCG_SWAP_ENABLED because it got enabled by accident.
|
||||
The CONFIG_MEMCG_SWAP is enabled but the accounting has to be explicitly
|
||||
allowed by swap_account=1 kernel command line parameter
|
||||
- commit 402a841
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 19:25:01 CET 2014 - jeffm@suse.com
|
||||
|
||||
|
@ -26,7 +26,7 @@ Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
Version: 3.13.rc8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g44ad2a9
|
||||
Release: <RELEASE>.g7ce0a21
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 13:25:19 CET 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-source.spec.in: Require kernel-devel%variant
|
||||
- commit 810ea41
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:47:00 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/remount-no-shrink-dcache.
|
||||
the optimization is no longer needed because dcache_lock is long
|
||||
gone and replaced by RCU (see b5c84bf6f6 fs: dcache remove
|
||||
dcache_lock and others).
|
||||
- commit 0092763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:45:55 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/oom-warning.
|
||||
The additional warning message is not worth carrying. Highorder
|
||||
or atomic allocations which are expected to fail should use
|
||||
__GFP_NOWARN to not pollute logs with allocation failures which are
|
||||
acceptable.
|
||||
- commit c07fd34
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:43:08 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_MEMCG_SWAP_ENABLED because it got enabled by accident.
|
||||
The CONFIG_MEMCG_SWAP is enabled but the accounting has to be explicitly
|
||||
allowed by swap_account=1 kernel command line parameter
|
||||
- commit 402a841
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 19:25:01 CET 2014 - jeffm@suse.com
|
||||
|
||||
|
@ -61,7 +61,7 @@ Name: kernel-ec2
|
||||
Summary: The Amazon EC2 Xen Kernel
|
||||
Version: 3.13.rc8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g44ad2a9
|
||||
Release: <RELEASE>.g7ce0a21
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 13:25:19 CET 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-source.spec.in: Require kernel-devel%variant
|
||||
- commit 810ea41
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:47:00 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/remount-no-shrink-dcache.
|
||||
the optimization is no longer needed because dcache_lock is long
|
||||
gone and replaced by RCU (see b5c84bf6f6 fs: dcache remove
|
||||
dcache_lock and others).
|
||||
- commit 0092763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:45:55 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/oom-warning.
|
||||
The additional warning message is not worth carrying. Highorder
|
||||
or atomic allocations which are expected to fail should use
|
||||
__GFP_NOWARN to not pollute logs with allocation failures which are
|
||||
acceptable.
|
||||
- commit c07fd34
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:43:08 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_MEMCG_SWAP_ENABLED because it got enabled by accident.
|
||||
The CONFIG_MEMCG_SWAP is enabled but the accounting has to be explicitly
|
||||
allowed by swap_account=1 kernel command line parameter
|
||||
- commit 402a841
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 19:25:01 CET 2014 - jeffm@suse.com
|
||||
|
||||
|
@ -61,7 +61,7 @@ Name: kernel-exynos
|
||||
Summary: Kernel for Samsung's Exynos SoC
|
||||
Version: 3.13.rc8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g44ad2a9
|
||||
Release: <RELEASE>.g7ce0a21
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 13:25:19 CET 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-source.spec.in: Require kernel-devel%variant
|
||||
- commit 810ea41
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:47:00 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/remount-no-shrink-dcache.
|
||||
the optimization is no longer needed because dcache_lock is long
|
||||
gone and replaced by RCU (see b5c84bf6f6 fs: dcache remove
|
||||
dcache_lock and others).
|
||||
- commit 0092763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:45:55 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/oom-warning.
|
||||
The additional warning message is not worth carrying. Highorder
|
||||
or atomic allocations which are expected to fail should use
|
||||
__GFP_NOWARN to not pollute logs with allocation failures which are
|
||||
acceptable.
|
||||
- commit c07fd34
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:43:08 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_MEMCG_SWAP_ENABLED because it got enabled by accident.
|
||||
The CONFIG_MEMCG_SWAP is enabled but the accounting has to be explicitly
|
||||
allowed by swap_account=1 kernel command line parameter
|
||||
- commit 402a841
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 19:25:01 CET 2014 - jeffm@suse.com
|
||||
|
||||
|
@ -61,7 +61,7 @@ Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
Version: 3.13.rc8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g44ad2a9
|
||||
Release: <RELEASE>.g7ce0a21
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 13:25:19 CET 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-source.spec.in: Require kernel-devel%variant
|
||||
- commit 810ea41
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:47:00 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/remount-no-shrink-dcache.
|
||||
the optimization is no longer needed because dcache_lock is long
|
||||
gone and replaced by RCU (see b5c84bf6f6 fs: dcache remove
|
||||
dcache_lock and others).
|
||||
- commit 0092763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:45:55 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/oom-warning.
|
||||
The additional warning message is not worth carrying. Highorder
|
||||
or atomic allocations which are expected to fail should use
|
||||
__GFP_NOWARN to not pollute logs with allocation failures which are
|
||||
acceptable.
|
||||
- commit c07fd34
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:43:08 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_MEMCG_SWAP_ENABLED because it got enabled by accident.
|
||||
The CONFIG_MEMCG_SWAP is enabled but the accounting has to be explicitly
|
||||
allowed by swap_account=1 kernel command line parameter
|
||||
- commit 402a841
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 19:25:01 CET 2014 - jeffm@suse.com
|
||||
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 13:25:19 CET 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-source.spec.in: Require kernel-devel%variant
|
||||
- commit 810ea41
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:47:00 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/remount-no-shrink-dcache.
|
||||
the optimization is no longer needed because dcache_lock is long
|
||||
gone and replaced by RCU (see b5c84bf6f6 fs: dcache remove
|
||||
dcache_lock and others).
|
||||
- commit 0092763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:45:55 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/oom-warning.
|
||||
The additional warning message is not worth carrying. Highorder
|
||||
or atomic allocations which are expected to fail should use
|
||||
__GFP_NOWARN to not pollute logs with allocation failures which are
|
||||
acceptable.
|
||||
- commit c07fd34
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:43:08 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_MEMCG_SWAP_ENABLED because it got enabled by accident.
|
||||
The CONFIG_MEMCG_SWAP is enabled but the accounting has to be explicitly
|
||||
allowed by swap_account=1 kernel command line parameter
|
||||
- commit 402a841
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 19:25:01 CET 2014 - jeffm@suse.com
|
||||
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 13:25:19 CET 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-source.spec.in: Require kernel-devel%variant
|
||||
- commit 810ea41
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:47:00 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/remount-no-shrink-dcache.
|
||||
the optimization is no longer needed because dcache_lock is long
|
||||
gone and replaced by RCU (see b5c84bf6f6 fs: dcache remove
|
||||
dcache_lock and others).
|
||||
- commit 0092763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:45:55 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/oom-warning.
|
||||
The additional warning message is not worth carrying. Highorder
|
||||
or atomic allocations which are expected to fail should use
|
||||
__GFP_NOWARN to not pollute logs with allocation failures which are
|
||||
acceptable.
|
||||
- commit c07fd34
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:43:08 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_MEMCG_SWAP_ENABLED because it got enabled by accident.
|
||||
The CONFIG_MEMCG_SWAP is enabled but the accounting has to be explicitly
|
||||
allowed by swap_account=1 kernel command line parameter
|
||||
- commit 402a841
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 19:25:01 CET 2014 - jeffm@suse.com
|
||||
|
||||
|
@ -61,7 +61,7 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 3.13.rc8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g44ad2a9
|
||||
Release: <RELEASE>.g7ce0a21
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 13:25:19 CET 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-source.spec.in: Require kernel-devel%variant
|
||||
- commit 810ea41
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:47:00 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/remount-no-shrink-dcache.
|
||||
the optimization is no longer needed because dcache_lock is long
|
||||
gone and replaced by RCU (see b5c84bf6f6 fs: dcache remove
|
||||
dcache_lock and others).
|
||||
- commit 0092763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:45:55 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/oom-warning.
|
||||
The additional warning message is not worth carrying. Highorder
|
||||
or atomic allocations which are expected to fail should use
|
||||
__GFP_NOWARN to not pollute logs with allocation failures which are
|
||||
acceptable.
|
||||
- commit c07fd34
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:43:08 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_MEMCG_SWAP_ENABLED because it got enabled by accident.
|
||||
The CONFIG_MEMCG_SWAP is enabled but the accounting has to be explicitly
|
||||
allowed by swap_account=1 kernel command line parameter
|
||||
- commit 402a841
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 19:25:01 CET 2014 - jeffm@suse.com
|
||||
|
||||
|
@ -31,7 +31,7 @@ Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 3.13.rc8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g44ad2a9
|
||||
Release: <RELEASE>.g7ce0a21
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -109,7 +109,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
Prefix: /usr/src
|
||||
# Source is only complete with devel files.
|
||||
Requires: kernel-devel = %version-%release
|
||||
Requires: kernel-devel%variant = %version-%release
|
||||
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,find-provides,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,configtool.pl,log.sh,try-disable-staging-driver})
|
||||
|
||||
|
@ -109,7 +109,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
Prefix: /usr/src
|
||||
# Source is only complete with devel files.
|
||||
Requires: kernel-devel = %version-%release
|
||||
Requires: kernel-devel%variant = %version-%release
|
||||
|
||||
%(chmod +x %_sourcedir/{@SCRIPTS@})
|
||||
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 13:25:19 CET 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-source.spec.in: Require kernel-devel%variant
|
||||
- commit 810ea41
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:47:00 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/remount-no-shrink-dcache.
|
||||
the optimization is no longer needed because dcache_lock is long
|
||||
gone and replaced by RCU (see b5c84bf6f6 fs: dcache remove
|
||||
dcache_lock and others).
|
||||
- commit 0092763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:45:55 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/oom-warning.
|
||||
The additional warning message is not worth carrying. Highorder
|
||||
or atomic allocations which are expected to fail should use
|
||||
__GFP_NOWARN to not pollute logs with allocation failures which are
|
||||
acceptable.
|
||||
- commit c07fd34
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:43:08 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_MEMCG_SWAP_ENABLED because it got enabled by accident.
|
||||
The CONFIG_MEMCG_SWAP is enabled but the accounting has to be explicitly
|
||||
allowed by swap_account=1 kernel command line parameter
|
||||
- commit 402a841
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 19:25:01 CET 2014 - jeffm@suse.com
|
||||
|
||||
|
@ -26,7 +26,7 @@ Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 3.13.rc8
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g44ad2a9
|
||||
Release: <RELEASE>.g7ce0a21
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 13:25:19 CET 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-source.spec.in: Require kernel-devel%variant
|
||||
- commit 810ea41
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:47:00 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/remount-no-shrink-dcache.
|
||||
the optimization is no longer needed because dcache_lock is long
|
||||
gone and replaced by RCU (see b5c84bf6f6 fs: dcache remove
|
||||
dcache_lock and others).
|
||||
- commit 0092763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:45:55 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/oom-warning.
|
||||
The additional warning message is not worth carrying. Highorder
|
||||
or atomic allocations which are expected to fail should use
|
||||
__GFP_NOWARN to not pollute logs with allocation failures which are
|
||||
acceptable.
|
||||
- commit c07fd34
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:43:08 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_MEMCG_SWAP_ENABLED because it got enabled by accident.
|
||||
The CONFIG_MEMCG_SWAP is enabled but the accounting has to be explicitly
|
||||
allowed by swap_account=1 kernel command line parameter
|
||||
- commit 402a841
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 19:25:01 CET 2014 - jeffm@suse.com
|
||||
|
||||
|
@ -61,7 +61,7 @@ Name: kernel-trace
|
||||
Summary: The Standard Kernel with Tracing Features
|
||||
Version: 3.13.rc8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g44ad2a9
|
||||
Release: <RELEASE>.g7ce0a21
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 13:25:19 CET 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-source.spec.in: Require kernel-devel%variant
|
||||
- commit 810ea41
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:47:00 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/remount-no-shrink-dcache.
|
||||
the optimization is no longer needed because dcache_lock is long
|
||||
gone and replaced by RCU (see b5c84bf6f6 fs: dcache remove
|
||||
dcache_lock and others).
|
||||
- commit 0092763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:45:55 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/oom-warning.
|
||||
The additional warning message is not worth carrying. Highorder
|
||||
or atomic allocations which are expected to fail should use
|
||||
__GFP_NOWARN to not pollute logs with allocation failures which are
|
||||
acceptable.
|
||||
- commit c07fd34
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:43:08 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_MEMCG_SWAP_ENABLED because it got enabled by accident.
|
||||
The CONFIG_MEMCG_SWAP is enabled but the accounting has to be explicitly
|
||||
allowed by swap_account=1 kernel command line parameter
|
||||
- commit 402a841
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 19:25:01 CET 2014 - jeffm@suse.com
|
||||
|
||||
|
@ -61,7 +61,7 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 3.13.rc8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g44ad2a9
|
||||
Release: <RELEASE>.g7ce0a21
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 13:25:19 CET 2014 - mmarek@suse.cz
|
||||
|
||||
- rpm/kernel-source.spec.in: Require kernel-devel%variant
|
||||
- commit 810ea41
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:47:00 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/remount-no-shrink-dcache.
|
||||
the optimization is no longer needed because dcache_lock is long
|
||||
gone and replaced by RCU (see b5c84bf6f6 fs: dcache remove
|
||||
dcache_lock and others).
|
||||
- commit 0092763
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:45:55 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Delete patches.fixes/oom-warning.
|
||||
The additional warning message is not worth carrying. Highorder
|
||||
or atomic allocations which are expected to fail should use
|
||||
__GFP_NOWARN to not pollute logs with allocation failures which are
|
||||
acceptable.
|
||||
- commit c07fd34
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 09:43:08 CET 2014 - mhocko@suse.cz
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_MEMCG_SWAP_ENABLED because it got enabled by accident.
|
||||
The CONFIG_MEMCG_SWAP is enabled but the accounting has to be explicitly
|
||||
allowed by swap_account=1 kernel command line parameter
|
||||
- commit 402a841
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 19:25:01 CET 2014 - jeffm@suse.com
|
||||
|
||||
|
@ -61,7 +61,7 @@ Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
Version: 3.13.rc8
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g44ad2a9
|
||||
Release: <RELEASE>.g7ce0a21
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c672abf971ddc5da5beaac19afb13c6d672b04404d110682eaa57045272fe75e
|
||||
size 13241
|
||||
oid sha256:989d82f231fc1471613abbbe34ddb7975ab440f0bb8a4be7309a4f2a3e34e5fc
|
||||
size 12031
|
||||
|
@ -182,8 +182,6 @@
|
||||
########################################################
|
||||
# VM/FS patches
|
||||
########################################################
|
||||
patches.fixes/oom-warning
|
||||
patches.fixes/remount-no-shrink-dcache
|
||||
patches.suse/readahead-request-tunables.patch
|
||||
patches.fixes/mm-Fix-assertion-mapping-nrpages-0-in-end_writeback.patch
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
2014-01-13 19:25:01 +0100
|
||||
GIT Revision: 44ad2a9c78319c6b3bc74ec4e97c044b398b444a
|
||||
2014-01-14 13:25:44 +0100
|
||||
GIT Revision: 7ce0a21be9d9df0dd417f7ba95f4bae93bc3b6ab
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user