commit cee6127cc405219566729ed94ffc4cb64744a2cd

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=238
This commit is contained in:
Michal Marek 2013-09-15 06:02:18 +00:00 committed by Git OBS Bridge
parent ee449bbfc0
commit b799943cec
33 changed files with 498 additions and 63 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:de005e324342435ac23a5a763a244dabda942bcf307893cebbe0fe9c5606106f
size 259902
oid sha256:2bb3b7fddcc559cfd3281eeb0893a7849fa6241a60bf25182c4c685b2d267cdf
size 259698

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz
- Linux 3.11.1.
- commit 1383321
-------------------------------------------------------------------
Thu Sep 12 22:55:16 CEST 2013 - jeffm@suse.com
- config: Enable CONFIG_ZSWAP (bnc#839064).
It's built-in but a no-op without zswap.enabled=1 on the kernel
command line.
- commit 1441e59
-------------------------------------------------------------------
Thu Sep 12 22:53:40 CEST 2013 - jeffm@suse.com
- Update
patches.fixes/reiserfs-locking-handle-nested-locks-properly.
- Update
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code.
- Update
patches.fixes/reiserfs-locking-release-lock-around-quota-operations.
- commit fd0a178
-------------------------------------------------------------------
Fri Sep 6 15:54:37 CEST 2013 - rgoldwyn@suse.de
- Update config files to enable GFS DLM locking.
- commit 712cff0
-------------------------------------------------------------------
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
@ -3741,7 +3772,7 @@ Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
- commit cddcbe7
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.11
%define patchversion 3.11.0
%define patchversion 3.11.1
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-cubox
Summary: Kernel for SolidRun Cubox
Version: 3.11.0
Release: <RELEASE>.g0a1c41f
Version: 3.11.1
Release: <RELEASE>.gcee6127
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz
- Linux 3.11.1.
- commit 1383321
-------------------------------------------------------------------
Thu Sep 12 22:55:16 CEST 2013 - jeffm@suse.com
- config: Enable CONFIG_ZSWAP (bnc#839064).
It's built-in but a no-op without zswap.enabled=1 on the kernel
command line.
- commit 1441e59
-------------------------------------------------------------------
Thu Sep 12 22:53:40 CEST 2013 - jeffm@suse.com
- Update
patches.fixes/reiserfs-locking-handle-nested-locks-properly.
- Update
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code.
- Update
patches.fixes/reiserfs-locking-release-lock-around-quota-operations.
- commit fd0a178
-------------------------------------------------------------------
Fri Sep 6 15:54:37 CEST 2013 - rgoldwyn@suse.de
- Update config files to enable GFS DLM locking.
- commit 712cff0
-------------------------------------------------------------------
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
@ -3741,7 +3772,7 @@ Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
- commit cddcbe7
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.11
%define patchversion 3.11.0
%define patchversion 3.11.1
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 3.11.0
Release: <RELEASE>.g0a1c41f
Version: 3.11.1
Release: <RELEASE>.gcee6127
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz
- Linux 3.11.1.
- commit 1383321
-------------------------------------------------------------------
Thu Sep 12 22:55:16 CEST 2013 - jeffm@suse.com
- config: Enable CONFIG_ZSWAP (bnc#839064).
It's built-in but a no-op without zswap.enabled=1 on the kernel
command line.
- commit 1441e59
-------------------------------------------------------------------
Thu Sep 12 22:53:40 CEST 2013 - jeffm@suse.com
- Update
patches.fixes/reiserfs-locking-handle-nested-locks-properly.
- Update
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code.
- Update
patches.fixes/reiserfs-locking-release-lock-around-quota-operations.
- commit fd0a178
-------------------------------------------------------------------
Fri Sep 6 15:54:37 CEST 2013 - rgoldwyn@suse.de
- Update config files to enable GFS DLM locking.
- commit 712cff0
-------------------------------------------------------------------
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
@ -3741,7 +3772,7 @@ Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
- commit cddcbe7
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.11
%define patchversion 3.11.0
%define patchversion 3.11.1
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 3.11.0
Release: <RELEASE>.g0a1c41f
Version: 3.11.1
Release: <RELEASE>.gcee6127
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz
- Linux 3.11.1.
- commit 1383321
-------------------------------------------------------------------
Thu Sep 12 22:55:16 CEST 2013 - jeffm@suse.com
- config: Enable CONFIG_ZSWAP (bnc#839064).
It's built-in but a no-op without zswap.enabled=1 on the kernel
command line.
- commit 1441e59
-------------------------------------------------------------------
Thu Sep 12 22:53:40 CEST 2013 - jeffm@suse.com
- Update
patches.fixes/reiserfs-locking-handle-nested-locks-properly.
- Update
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code.
- Update
patches.fixes/reiserfs-locking-release-lock-around-quota-operations.
- commit fd0a178
-------------------------------------------------------------------
Fri Sep 6 15:54:37 CEST 2013 - rgoldwyn@suse.de
- Update config files to enable GFS DLM locking.
- commit 712cff0
-------------------------------------------------------------------
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
@ -3741,7 +3772,7 @@ Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
- commit cddcbe7
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.11
%define patchversion 3.11.0
%define patchversion 3.11.1
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 3.11.0
Release: <RELEASE>.g0a1c41f
Version: 3.11.1
Release: <RELEASE>.gcee6127
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz
- Linux 3.11.1.
- commit 1383321
-------------------------------------------------------------------
Thu Sep 12 22:55:16 CEST 2013 - jeffm@suse.com
- config: Enable CONFIG_ZSWAP (bnc#839064).
It's built-in but a no-op without zswap.enabled=1 on the kernel
command line.
- commit 1441e59
-------------------------------------------------------------------
Thu Sep 12 22:53:40 CEST 2013 - jeffm@suse.com
- Update
patches.fixes/reiserfs-locking-handle-nested-locks-properly.
- Update
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code.
- Update
patches.fixes/reiserfs-locking-release-lock-around-quota-operations.
- commit fd0a178
-------------------------------------------------------------------
Fri Sep 6 15:54:37 CEST 2013 - rgoldwyn@suse.de
- Update config files to enable GFS DLM locking.
- commit 712cff0
-------------------------------------------------------------------
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
@ -3741,7 +3772,7 @@ Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
- commit cddcbe7
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com

View File

@ -17,15 +17,15 @@
# norootforbuild
%define patchversion 3.11.0
%define patchversion 3.11.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
Summary: Kernel Documentation
Version: 3.11.0
Release: <RELEASE>.g0a1c41f
Version: 3.11.1
Release: <RELEASE>.gcee6127
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source%variant
Url: http://www.kernel.org/

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz
- Linux 3.11.1.
- commit 1383321
-------------------------------------------------------------------
Thu Sep 12 22:55:16 CEST 2013 - jeffm@suse.com
- config: Enable CONFIG_ZSWAP (bnc#839064).
It's built-in but a no-op without zswap.enabled=1 on the kernel
command line.
- commit 1441e59
-------------------------------------------------------------------
Thu Sep 12 22:53:40 CEST 2013 - jeffm@suse.com
- Update
patches.fixes/reiserfs-locking-handle-nested-locks-properly.
- Update
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code.
- Update
patches.fixes/reiserfs-locking-release-lock-around-quota-operations.
- commit fd0a178
-------------------------------------------------------------------
Fri Sep 6 15:54:37 CEST 2013 - rgoldwyn@suse.de
- Update config files to enable GFS DLM locking.
- commit 712cff0
-------------------------------------------------------------------
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
@ -3741,7 +3772,7 @@ Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
- commit cddcbe7
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.11
%define patchversion 3.11.0
%define patchversion 3.11.1
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
Version: 3.11.0
Release: <RELEASE>.g0a1c41f
Version: 3.11.1
Release: <RELEASE>.gcee6127
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz
- Linux 3.11.1.
- commit 1383321
-------------------------------------------------------------------
Thu Sep 12 22:55:16 CEST 2013 - jeffm@suse.com
- config: Enable CONFIG_ZSWAP (bnc#839064).
It's built-in but a no-op without zswap.enabled=1 on the kernel
command line.
- commit 1441e59
-------------------------------------------------------------------
Thu Sep 12 22:53:40 CEST 2013 - jeffm@suse.com
- Update
patches.fixes/reiserfs-locking-handle-nested-locks-properly.
- Update
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code.
- Update
patches.fixes/reiserfs-locking-release-lock-around-quota-operations.
- commit fd0a178
-------------------------------------------------------------------
Fri Sep 6 15:54:37 CEST 2013 - rgoldwyn@suse.de
- Update config files to enable GFS DLM locking.
- commit 712cff0
-------------------------------------------------------------------
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
@ -3741,7 +3772,7 @@ Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
- commit cddcbe7
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.11
%define patchversion 3.11.0
%define patchversion 3.11.1
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-exynos
Summary: Kernel for Samsung's Exynos SoC
Version: 3.11.0
Release: <RELEASE>.g0a1c41f
Version: 3.11.1
Release: <RELEASE>.gcee6127
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz
- Linux 3.11.1.
- commit 1383321
-------------------------------------------------------------------
Thu Sep 12 22:55:16 CEST 2013 - jeffm@suse.com
- config: Enable CONFIG_ZSWAP (bnc#839064).
It's built-in but a no-op without zswap.enabled=1 on the kernel
command line.
- commit 1441e59
-------------------------------------------------------------------
Thu Sep 12 22:53:40 CEST 2013 - jeffm@suse.com
- Update
patches.fixes/reiserfs-locking-handle-nested-locks-properly.
- Update
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code.
- Update
patches.fixes/reiserfs-locking-release-lock-around-quota-operations.
- commit fd0a178
-------------------------------------------------------------------
Fri Sep 6 15:54:37 CEST 2013 - rgoldwyn@suse.de
- Update config files to enable GFS DLM locking.
- commit 712cff0
-------------------------------------------------------------------
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
@ -3741,7 +3772,7 @@ Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
- commit cddcbe7
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.11
%define patchversion 3.11.0
%define patchversion 3.11.1
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-lpae
Summary: Kernel for LPAE enabled systems
Version: 3.11.0
Release: <RELEASE>.g0a1c41f
Version: 3.11.1
Release: <RELEASE>.gcee6127
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz
- Linux 3.11.1.
- commit 1383321
-------------------------------------------------------------------
Thu Sep 12 22:55:16 CEST 2013 - jeffm@suse.com
- config: Enable CONFIG_ZSWAP (bnc#839064).
It's built-in but a no-op without zswap.enabled=1 on the kernel
command line.
- commit 1441e59
-------------------------------------------------------------------
Thu Sep 12 22:53:40 CEST 2013 - jeffm@suse.com
- Update
patches.fixes/reiserfs-locking-handle-nested-locks-properly.
- Update
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code.
- Update
patches.fixes/reiserfs-locking-release-lock-around-quota-operations.
- commit fd0a178
-------------------------------------------------------------------
Fri Sep 6 15:54:37 CEST 2013 - rgoldwyn@suse.de
- Update config files to enable GFS DLM locking.
- commit 712cff0
-------------------------------------------------------------------
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
@ -3741,7 +3772,7 @@ Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
- commit cddcbe7
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.11
%define patchversion 3.11.0
%define patchversion 3.11.1
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 3.11.0
Release: <RELEASE>.g0a1c41f
Version: 3.11.1
Release: <RELEASE>.gcee6127
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz
- Linux 3.11.1.
- commit 1383321
-------------------------------------------------------------------
Thu Sep 12 22:55:16 CEST 2013 - jeffm@suse.com
- config: Enable CONFIG_ZSWAP (bnc#839064).
It's built-in but a no-op without zswap.enabled=1 on the kernel
command line.
- commit 1441e59
-------------------------------------------------------------------
Thu Sep 12 22:53:40 CEST 2013 - jeffm@suse.com
- Update
patches.fixes/reiserfs-locking-handle-nested-locks-properly.
- Update
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code.
- Update
patches.fixes/reiserfs-locking-release-lock-around-quota-operations.
- commit fd0a178
-------------------------------------------------------------------
Fri Sep 6 15:54:37 CEST 2013 - rgoldwyn@suse.de
- Update config files to enable GFS DLM locking.
- commit 712cff0
-------------------------------------------------------------------
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
@ -3741,7 +3772,7 @@ Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
- commit cddcbe7
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com

View File

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

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz
- Linux 3.11.1.
- commit 1383321
-------------------------------------------------------------------
Thu Sep 12 22:55:16 CEST 2013 - jeffm@suse.com
- config: Enable CONFIG_ZSWAP (bnc#839064).
It's built-in but a no-op without zswap.enabled=1 on the kernel
command line.
- commit 1441e59
-------------------------------------------------------------------
Thu Sep 12 22:53:40 CEST 2013 - jeffm@suse.com
- Update
patches.fixes/reiserfs-locking-handle-nested-locks-properly.
- Update
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code.
- Update
patches.fixes/reiserfs-locking-release-lock-around-quota-operations.
- commit fd0a178
-------------------------------------------------------------------
Fri Sep 6 15:54:37 CEST 2013 - rgoldwyn@suse.de
- Update config files to enable GFS DLM locking.
- commit 712cff0
-------------------------------------------------------------------
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
@ -3741,7 +3772,7 @@ Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
- commit cddcbe7
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com

View File

@ -23,9 +23,9 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 3.11.0
Version: 3.11.1
%if %using_buildservice
Release: <RELEASE>.g0a1c41f
Release: <RELEASE>.gcee6127
%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,3 +1,34 @@
-------------------------------------------------------------------
Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz
- Linux 3.11.1.
- commit 1383321
-------------------------------------------------------------------
Thu Sep 12 22:55:16 CEST 2013 - jeffm@suse.com
- config: Enable CONFIG_ZSWAP (bnc#839064).
It's built-in but a no-op without zswap.enabled=1 on the kernel
command line.
- commit 1441e59
-------------------------------------------------------------------
Thu Sep 12 22:53:40 CEST 2013 - jeffm@suse.com
- Update
patches.fixes/reiserfs-locking-handle-nested-locks-properly.
- Update
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code.
- Update
patches.fixes/reiserfs-locking-release-lock-around-quota-operations.
- commit fd0a178
-------------------------------------------------------------------
Fri Sep 6 15:54:37 CEST 2013 - rgoldwyn@suse.de
- Update config files to enable GFS DLM locking.
- commit 712cff0
-------------------------------------------------------------------
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
@ -3741,7 +3772,7 @@ Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
- commit cddcbe7
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.11
%define patchversion 3.11.0
%define patchversion 3.11.1
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 3.11.0
Release: <RELEASE>.g0a1c41f
Version: 3.11.1
Release: <RELEASE>.gcee6127
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz
- Linux 3.11.1.
- commit 1383321
-------------------------------------------------------------------
Thu Sep 12 22:55:16 CEST 2013 - jeffm@suse.com
- config: Enable CONFIG_ZSWAP (bnc#839064).
It's built-in but a no-op without zswap.enabled=1 on the kernel
command line.
- commit 1441e59
-------------------------------------------------------------------
Thu Sep 12 22:53:40 CEST 2013 - jeffm@suse.com
- Update
patches.fixes/reiserfs-locking-handle-nested-locks-properly.
- Update
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code.
- Update
patches.fixes/reiserfs-locking-release-lock-around-quota-operations.
- commit fd0a178
-------------------------------------------------------------------
Fri Sep 6 15:54:37 CEST 2013 - rgoldwyn@suse.de
- Update config files to enable GFS DLM locking.
- commit 712cff0
-------------------------------------------------------------------
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
@ -3741,7 +3772,7 @@ Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
- commit cddcbe7
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.11
%define patchversion 3.11.0
%define patchversion 3.11.1
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 3.11.0
Release: <RELEASE>.g0a1c41f
Version: 3.11.1
Release: <RELEASE>.gcee6127
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz
- Linux 3.11.1.
- commit 1383321
-------------------------------------------------------------------
Thu Sep 12 22:55:16 CEST 2013 - jeffm@suse.com
- config: Enable CONFIG_ZSWAP (bnc#839064).
It's built-in but a no-op without zswap.enabled=1 on the kernel
command line.
- commit 1441e59
-------------------------------------------------------------------
Thu Sep 12 22:53:40 CEST 2013 - jeffm@suse.com
- Update
patches.fixes/reiserfs-locking-handle-nested-locks-properly.
- Update
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code.
- Update
patches.fixes/reiserfs-locking-release-lock-around-quota-operations.
- commit fd0a178
-------------------------------------------------------------------
Fri Sep 6 15:54:37 CEST 2013 - rgoldwyn@suse.de
- Update config files to enable GFS DLM locking.
- commit 712cff0
-------------------------------------------------------------------
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
@ -3741,7 +3772,7 @@ Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
- commit a3aa67c
- commit cddcbe7
-------------------------------------------------------------------
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.11
%define patchversion 3.11.0
%define patchversion 3.11.1
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 3.11.0
Release: <RELEASE>.g0a1c41f
Version: 3.11.1
Release: <RELEASE>.gcee6127
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

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

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

Binary file not shown.

View File

@ -27,6 +27,7 @@
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/patch-3.11.1
########################################################
# Build fixes that apply to the vanilla kernel too.

View File

@ -1,3 +1,3 @@
2013-09-05 12:20:59 +0200
GIT Revision: 0a1c41f754bed37e8e92bedb0ad5ced620e6a75f
2013-09-14 21:55:02 +0200
GIT Revision: cee6127cc405219566729ed94ffc4cb64744a2cd
GIT Branch: stable