commit b6484b6fb03f74e16df9c442538197be9232624e

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=209
This commit is contained in:
Michal Marek 2013-05-09 06:08:40 +00:00 committed by Git OBS Bridge
parent 2cddd79e06
commit 89fefdcb9b
43 changed files with 2041 additions and 148 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun May 5 09:53:46 CEST 2013 - jdelvare@suse.de
- All other major Linux distributions are building their kernel
with -fstack-protector, so do the same. See the discussion at:
http://lists.opensuse.org/opensuse-kernel/2012-06/msg00088.html
http://lists.opensuse.org/opensuse-kernel/2012-07/msg00000.html
http://lists.opensuse.org/opensuse-kernel/2013-05/msg00013.html
- CONFIG_CC_STACKPROTECTOR=y
-------------------------------------------------------------------
Fri Apr 5 13:50:12 CEST 2013 - jdelvare@suse.de

View File

@ -17,10 +17,10 @@
+i386 i386/vanilla
+i386 -syms i386/trace
+ia64 ia64/default
+ia64 -syms ia64/debug
+ia64 ia64/vanilla
+ia64 -syms ia64/trace
#+ia64 ia64/default
#+ia64 -syms ia64/debug
#+ia64 ia64/vanilla
#+ia64 -syms ia64/trace
+x86_64 x86_64/default
+x86_64 x86_64/desktop
@ -45,12 +45,12 @@
+armv7hl armv7hl/exynos
+arm64 arm64/default
+s390 s390/s390
+s390 -syms s390/trace
+s390 s390/vanilla
+s390x s390x/default
+s390x -syms s390x/trace
+s390x s390x/vanilla
#+s390 s390/s390
#+s390 -syms s390/trace
#+s390 s390/vanilla
#+s390x s390x/default
#+s390x -syms s390x/trace
#+s390x s390x/vanilla
# Maintained by jengelh
# +sparc64 sparc64/default

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e2446e9a644bb35552af8aeedf98e23ddbd1ad21d936789a61a0bd8d9f1bed53
size 307391
oid sha256:277aaafee2e64f6581b2a66ea4d20f123e220a4a096d86d00997813a5ddd9d9d
size 254639

View File

@ -267,7 +267,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \

View File

@ -1,3 +1,124 @@
-------------------------------------------------------------------
Wed May 8 09:25:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.1.
- Delete patches.arch/arm-highbank-sata.patch.
- commit 733bf04
-------------------------------------------------------------------
Wed May 8 09:23:53 CEST 2013 - jslaby@suse.cz
- Refresh patches.rpmify/ptp-pch-depends-on-x86.
Update upstream status -- it was rejected.
- commit 4173967
-------------------------------------------------------------------
Wed May 8 07:19:57 CEST 2013 - neilb@suse.de
- Delete
patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch.
Patchset went upstream around about
commit f16b6e8d838b2e2bb4561201311c66ac02ad67df
in a form that didn't need this patch.
- commit 226d6be
-------------------------------------------------------------------
Wed May 8 07:16:56 CEST 2013 - neilb@suse.de
- Delete patches.fixes/nfs-connect-timeout.
Problem fixed upstream by
commit 3ed5e2a2c394df4e03a680842c2d07a8680f133b
Author: Trond Myklebust <Trond.Myklebust@netapp.com>
Date: Mon Mar 4 17:29:33 2013 -0500
SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasks
- commit afa0a59
-------------------------------------------------------------------
Tue May 7 16:32:41 CEST 2013 - jslaby@suse.cz
- Delete patches.fixes/nfs-adaptive-readdir-plus.
Superseded by d69ee9b85541a69a1092f5da675bd23256dc62af.
- commit f35dac6
-------------------------------------------------------------------
Tue May 7 15:55:05 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops.
Superseded by 3eb8e74ec72736b9b9d728bad30484ec89c91dde.
- commit 7838036
-------------------------------------------------------------------
Tue May 7 14:47:49 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch.
Superseded by 0773a6cf673316440999752e23f8c3d4f85e48b9.
- commit 36f8ff4
-------------------------------------------------------------------
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
- config.conf: disable s390 support for openSUSE kernels
There is no community project to build openSUSE on s390 so we don't need
to waste resources building the kernel for it.
- commit 5e6ccae
-------------------------------------------------------------------
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
libphy depends on irq code which is only available on 64-bit S390,
so disable it on 32-bit kernels.
- commit dd79db9
-------------------------------------------------------------------
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
- idr: Print a stack dump after ida_remove warning
(http://lists.opensuse.org/opensuse-kernel/2013-04/msg00102.html).
- commit 4c487a5
-------------------------------------------------------------------
Sun May 5 09:59:48 CEST 2013 - jdelvare@suse.de
- Update config files: enable CC_STACKPROTECTOR
All other major Linux distributions are building their kernel
with -fstack-protector, so do the same. See the discussion at:
http://lists.opensuse.org/opensuse-kernel/2012-06/msg00088.html
http://lists.opensuse.org/opensuse-kernel/2012-07/msg00000.html
http://lists.opensuse.org/opensuse-kernel/2013-05/msg00013.html
- CONFIG_CC_STACKPROTECTOR=y
- commit fc6f988
-------------------------------------------------------------------
Sat May 4 00:56:33 CEST 2013 - mmarek@suse.cz
- rpm/config.sh: Drop the ARM repository in Kernel:HEAD
Use the "ports" repository of openSUSE:Factory instead.
- commit 6fc0bd5
-------------------------------------------------------------------
Fri May 3 16:48:52 CEST 2013 - mmarek@suse.cz
- rpm/mkspec: Stop generating the get_release_number.sh file
It was only needed for the old KOTD.
- commit ee71b69
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -109,6 +230,14 @@ Fri Apr 12 22:35:01 CEST 2013 - jslaby@suse.cz
- Delete patches.arch/arm-fix-build-ux500-module.diff.
- commit 9785c05
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.9
%define patchversion 3.9.0
%define patchversion 3.9.1
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-cubox
Summary: Kernel for SolidRun Cubox
Version: 3.9.0
Release: 0
Version: 3.9.1
Release: <RELEASE>.gb6484b6
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -344,7 +344,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \

View File

@ -1,3 +1,124 @@
-------------------------------------------------------------------
Wed May 8 09:25:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.1.
- Delete patches.arch/arm-highbank-sata.patch.
- commit 733bf04
-------------------------------------------------------------------
Wed May 8 09:23:53 CEST 2013 - jslaby@suse.cz
- Refresh patches.rpmify/ptp-pch-depends-on-x86.
Update upstream status -- it was rejected.
- commit 4173967
-------------------------------------------------------------------
Wed May 8 07:19:57 CEST 2013 - neilb@suse.de
- Delete
patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch.
Patchset went upstream around about
commit f16b6e8d838b2e2bb4561201311c66ac02ad67df
in a form that didn't need this patch.
- commit 226d6be
-------------------------------------------------------------------
Wed May 8 07:16:56 CEST 2013 - neilb@suse.de
- Delete patches.fixes/nfs-connect-timeout.
Problem fixed upstream by
commit 3ed5e2a2c394df4e03a680842c2d07a8680f133b
Author: Trond Myklebust <Trond.Myklebust@netapp.com>
Date: Mon Mar 4 17:29:33 2013 -0500
SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasks
- commit afa0a59
-------------------------------------------------------------------
Tue May 7 16:32:41 CEST 2013 - jslaby@suse.cz
- Delete patches.fixes/nfs-adaptive-readdir-plus.
Superseded by d69ee9b85541a69a1092f5da675bd23256dc62af.
- commit f35dac6
-------------------------------------------------------------------
Tue May 7 15:55:05 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops.
Superseded by 3eb8e74ec72736b9b9d728bad30484ec89c91dde.
- commit 7838036
-------------------------------------------------------------------
Tue May 7 14:47:49 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch.
Superseded by 0773a6cf673316440999752e23f8c3d4f85e48b9.
- commit 36f8ff4
-------------------------------------------------------------------
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
- config.conf: disable s390 support for openSUSE kernels
There is no community project to build openSUSE on s390 so we don't need
to waste resources building the kernel for it.
- commit 5e6ccae
-------------------------------------------------------------------
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
libphy depends on irq code which is only available on 64-bit S390,
so disable it on 32-bit kernels.
- commit dd79db9
-------------------------------------------------------------------
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
- idr: Print a stack dump after ida_remove warning
(http://lists.opensuse.org/opensuse-kernel/2013-04/msg00102.html).
- commit 4c487a5
-------------------------------------------------------------------
Sun May 5 09:59:48 CEST 2013 - jdelvare@suse.de
- Update config files: enable CC_STACKPROTECTOR
All other major Linux distributions are building their kernel
with -fstack-protector, so do the same. See the discussion at:
http://lists.opensuse.org/opensuse-kernel/2012-06/msg00088.html
http://lists.opensuse.org/opensuse-kernel/2012-07/msg00000.html
http://lists.opensuse.org/opensuse-kernel/2013-05/msg00013.html
- CONFIG_CC_STACKPROTECTOR=y
- commit fc6f988
-------------------------------------------------------------------
Sat May 4 00:56:33 CEST 2013 - mmarek@suse.cz
- rpm/config.sh: Drop the ARM repository in Kernel:HEAD
Use the "ports" repository of openSUSE:Factory instead.
- commit 6fc0bd5
-------------------------------------------------------------------
Fri May 3 16:48:52 CEST 2013 - mmarek@suse.cz
- rpm/mkspec: Stop generating the get_release_number.sh file
It was only needed for the old KOTD.
- commit ee71b69
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -109,6 +230,14 @@ Fri Apr 12 22:35:01 CEST 2013 - jslaby@suse.cz
- Delete patches.arch/arm-fix-build-ux500-module.diff.
- commit 9785c05
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.9
%define patchversion 3.9.0
%define patchversion 3.9.1
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 3.9.0
Release: 0
Version: 3.9.1
Release: <RELEASE>.gb6484b6
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -209,7 +209,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ia64 ppc64 x86_64
ExclusiveArch: %ix86 ppc64 x86_64
%define kmp_target_cpu %_target_cpu
%ifarch %ix86
# Only i386/default supports i586, mark other flavors' packages as i686
@ -347,7 +347,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \

View File

@ -1,3 +1,124 @@
-------------------------------------------------------------------
Wed May 8 09:25:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.1.
- Delete patches.arch/arm-highbank-sata.patch.
- commit 733bf04
-------------------------------------------------------------------
Wed May 8 09:23:53 CEST 2013 - jslaby@suse.cz
- Refresh patches.rpmify/ptp-pch-depends-on-x86.
Update upstream status -- it was rejected.
- commit 4173967
-------------------------------------------------------------------
Wed May 8 07:19:57 CEST 2013 - neilb@suse.de
- Delete
patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch.
Patchset went upstream around about
commit f16b6e8d838b2e2bb4561201311c66ac02ad67df
in a form that didn't need this patch.
- commit 226d6be
-------------------------------------------------------------------
Wed May 8 07:16:56 CEST 2013 - neilb@suse.de
- Delete patches.fixes/nfs-connect-timeout.
Problem fixed upstream by
commit 3ed5e2a2c394df4e03a680842c2d07a8680f133b
Author: Trond Myklebust <Trond.Myklebust@netapp.com>
Date: Mon Mar 4 17:29:33 2013 -0500
SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasks
- commit afa0a59
-------------------------------------------------------------------
Tue May 7 16:32:41 CEST 2013 - jslaby@suse.cz
- Delete patches.fixes/nfs-adaptive-readdir-plus.
Superseded by d69ee9b85541a69a1092f5da675bd23256dc62af.
- commit f35dac6
-------------------------------------------------------------------
Tue May 7 15:55:05 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops.
Superseded by 3eb8e74ec72736b9b9d728bad30484ec89c91dde.
- commit 7838036
-------------------------------------------------------------------
Tue May 7 14:47:49 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch.
Superseded by 0773a6cf673316440999752e23f8c3d4f85e48b9.
- commit 36f8ff4
-------------------------------------------------------------------
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
- config.conf: disable s390 support for openSUSE kernels
There is no community project to build openSUSE on s390 so we don't need
to waste resources building the kernel for it.
- commit 5e6ccae
-------------------------------------------------------------------
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
libphy depends on irq code which is only available on 64-bit S390,
so disable it on 32-bit kernels.
- commit dd79db9
-------------------------------------------------------------------
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
- idr: Print a stack dump after ida_remove warning
(http://lists.opensuse.org/opensuse-kernel/2013-04/msg00102.html).
- commit 4c487a5
-------------------------------------------------------------------
Sun May 5 09:59:48 CEST 2013 - jdelvare@suse.de
- Update config files: enable CC_STACKPROTECTOR
All other major Linux distributions are building their kernel
with -fstack-protector, so do the same. See the discussion at:
http://lists.opensuse.org/opensuse-kernel/2012-06/msg00088.html
http://lists.opensuse.org/opensuse-kernel/2012-07/msg00000.html
http://lists.opensuse.org/opensuse-kernel/2013-05/msg00013.html
- CONFIG_CC_STACKPROTECTOR=y
- commit fc6f988
-------------------------------------------------------------------
Sat May 4 00:56:33 CEST 2013 - mmarek@suse.cz
- rpm/config.sh: Drop the ARM repository in Kernel:HEAD
Use the "ports" repository of openSUSE:Factory instead.
- commit 6fc0bd5
-------------------------------------------------------------------
Fri May 3 16:48:52 CEST 2013 - mmarek@suse.cz
- rpm/mkspec: Stop generating the get_release_number.sh file
It was only needed for the old KOTD.
- commit ee71b69
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -109,6 +230,14 @@ Fri Apr 12 22:35:01 CEST 2013 - jslaby@suse.cz
- Delete patches.arch/arm-fix-build-ux500-module.diff.
- commit 9785c05
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.9
%define patchversion 3.9.0
%define patchversion 3.9.1
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 3.9.0
Release: 0
Version: 3.9.1
Release: <RELEASE>.gb6484b6
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -147,18 +147,10 @@ Provides: kernel = %version-%source_rel
Provides: smp kernel-smp
Obsoletes: smp kernel-smp
%endif
%ifarch ia64
Provides: kernel-sn2
Obsoletes: kernel-sn2
%endif
%ifarch ppc64
Provides: kernel-kdump
Obsoletes: kernel-kdump
%endif
%ifarch s390x
Provides: kernel-64bit
Obsoletes: kernel-64bit
%endif
%ifarch x86_64
Provides: smp kernel-smp
Obsoletes: smp kernel-smp
@ -225,7 +217,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: aarch64 armv7hl %ix86 ia64 ppc ppc64 s390x x86_64
ExclusiveArch: aarch64 armv7hl %ix86 ppc ppc64 x86_64
%define kmp_target_cpu %_target_cpu
%ifarch %ix86
# Only i386/default supports i586, mark other flavors' packages as i686
@ -362,7 +354,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \

View File

@ -1,3 +1,124 @@
-------------------------------------------------------------------
Wed May 8 09:25:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.1.
- Delete patches.arch/arm-highbank-sata.patch.
- commit 733bf04
-------------------------------------------------------------------
Wed May 8 09:23:53 CEST 2013 - jslaby@suse.cz
- Refresh patches.rpmify/ptp-pch-depends-on-x86.
Update upstream status -- it was rejected.
- commit 4173967
-------------------------------------------------------------------
Wed May 8 07:19:57 CEST 2013 - neilb@suse.de
- Delete
patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch.
Patchset went upstream around about
commit f16b6e8d838b2e2bb4561201311c66ac02ad67df
in a form that didn't need this patch.
- commit 226d6be
-------------------------------------------------------------------
Wed May 8 07:16:56 CEST 2013 - neilb@suse.de
- Delete patches.fixes/nfs-connect-timeout.
Problem fixed upstream by
commit 3ed5e2a2c394df4e03a680842c2d07a8680f133b
Author: Trond Myklebust <Trond.Myklebust@netapp.com>
Date: Mon Mar 4 17:29:33 2013 -0500
SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasks
- commit afa0a59
-------------------------------------------------------------------
Tue May 7 16:32:41 CEST 2013 - jslaby@suse.cz
- Delete patches.fixes/nfs-adaptive-readdir-plus.
Superseded by d69ee9b85541a69a1092f5da675bd23256dc62af.
- commit f35dac6
-------------------------------------------------------------------
Tue May 7 15:55:05 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops.
Superseded by 3eb8e74ec72736b9b9d728bad30484ec89c91dde.
- commit 7838036
-------------------------------------------------------------------
Tue May 7 14:47:49 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch.
Superseded by 0773a6cf673316440999752e23f8c3d4f85e48b9.
- commit 36f8ff4
-------------------------------------------------------------------
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
- config.conf: disable s390 support for openSUSE kernels
There is no community project to build openSUSE on s390 so we don't need
to waste resources building the kernel for it.
- commit 5e6ccae
-------------------------------------------------------------------
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
libphy depends on irq code which is only available on 64-bit S390,
so disable it on 32-bit kernels.
- commit dd79db9
-------------------------------------------------------------------
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
- idr: Print a stack dump after ida_remove warning
(http://lists.opensuse.org/opensuse-kernel/2013-04/msg00102.html).
- commit 4c487a5
-------------------------------------------------------------------
Sun May 5 09:59:48 CEST 2013 - jdelvare@suse.de
- Update config files: enable CC_STACKPROTECTOR
All other major Linux distributions are building their kernel
with -fstack-protector, so do the same. See the discussion at:
http://lists.opensuse.org/opensuse-kernel/2012-06/msg00088.html
http://lists.opensuse.org/opensuse-kernel/2012-07/msg00000.html
http://lists.opensuse.org/opensuse-kernel/2013-05/msg00013.html
- CONFIG_CC_STACKPROTECTOR=y
- commit fc6f988
-------------------------------------------------------------------
Sat May 4 00:56:33 CEST 2013 - mmarek@suse.cz
- rpm/config.sh: Drop the ARM repository in Kernel:HEAD
Use the "ports" repository of openSUSE:Factory instead.
- commit 6fc0bd5
-------------------------------------------------------------------
Fri May 3 16:48:52 CEST 2013 - mmarek@suse.cz
- rpm/mkspec: Stop generating the get_release_number.sh file
It was only needed for the old KOTD.
- commit ee71b69
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -109,6 +230,14 @@ Fri Apr 12 22:35:01 CEST 2013 - jslaby@suse.cz
- Delete patches.arch/arm-fix-build-ux500-module.diff.
- commit 9785c05
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.9
%define patchversion 3.9.0
%define patchversion 3.9.1
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 3.9.0
Release: 0
Version: 3.9.1
Release: <RELEASE>.gb6484b6
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -356,7 +356,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \

View File

@ -1,3 +1,124 @@
-------------------------------------------------------------------
Wed May 8 09:25:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.1.
- Delete patches.arch/arm-highbank-sata.patch.
- commit 733bf04
-------------------------------------------------------------------
Wed May 8 09:23:53 CEST 2013 - jslaby@suse.cz
- Refresh patches.rpmify/ptp-pch-depends-on-x86.
Update upstream status -- it was rejected.
- commit 4173967
-------------------------------------------------------------------
Wed May 8 07:19:57 CEST 2013 - neilb@suse.de
- Delete
patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch.
Patchset went upstream around about
commit f16b6e8d838b2e2bb4561201311c66ac02ad67df
in a form that didn't need this patch.
- commit 226d6be
-------------------------------------------------------------------
Wed May 8 07:16:56 CEST 2013 - neilb@suse.de
- Delete patches.fixes/nfs-connect-timeout.
Problem fixed upstream by
commit 3ed5e2a2c394df4e03a680842c2d07a8680f133b
Author: Trond Myklebust <Trond.Myklebust@netapp.com>
Date: Mon Mar 4 17:29:33 2013 -0500
SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasks
- commit afa0a59
-------------------------------------------------------------------
Tue May 7 16:32:41 CEST 2013 - jslaby@suse.cz
- Delete patches.fixes/nfs-adaptive-readdir-plus.
Superseded by d69ee9b85541a69a1092f5da675bd23256dc62af.
- commit f35dac6
-------------------------------------------------------------------
Tue May 7 15:55:05 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops.
Superseded by 3eb8e74ec72736b9b9d728bad30484ec89c91dde.
- commit 7838036
-------------------------------------------------------------------
Tue May 7 14:47:49 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch.
Superseded by 0773a6cf673316440999752e23f8c3d4f85e48b9.
- commit 36f8ff4
-------------------------------------------------------------------
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
- config.conf: disable s390 support for openSUSE kernels
There is no community project to build openSUSE on s390 so we don't need
to waste resources building the kernel for it.
- commit 5e6ccae
-------------------------------------------------------------------
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
libphy depends on irq code which is only available on 64-bit S390,
so disable it on 32-bit kernels.
- commit dd79db9
-------------------------------------------------------------------
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
- idr: Print a stack dump after ida_remove warning
(http://lists.opensuse.org/opensuse-kernel/2013-04/msg00102.html).
- commit 4c487a5
-------------------------------------------------------------------
Sun May 5 09:59:48 CEST 2013 - jdelvare@suse.de
- Update config files: enable CC_STACKPROTECTOR
All other major Linux distributions are building their kernel
with -fstack-protector, so do the same. See the discussion at:
http://lists.opensuse.org/opensuse-kernel/2012-06/msg00088.html
http://lists.opensuse.org/opensuse-kernel/2012-07/msg00000.html
http://lists.opensuse.org/opensuse-kernel/2013-05/msg00013.html
- CONFIG_CC_STACKPROTECTOR=y
- commit fc6f988
-------------------------------------------------------------------
Sat May 4 00:56:33 CEST 2013 - mmarek@suse.cz
- rpm/config.sh: Drop the ARM repository in Kernel:HEAD
Use the "ports" repository of openSUSE:Factory instead.
- commit 6fc0bd5
-------------------------------------------------------------------
Fri May 3 16:48:52 CEST 2013 - mmarek@suse.cz
- rpm/mkspec: Stop generating the get_release_number.sh file
It was only needed for the old KOTD.
- commit ee71b69
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -109,6 +230,14 @@ Fri Apr 12 22:35:01 CEST 2013 - jslaby@suse.cz
- Delete patches.arch/arm-fix-build-ux500-module.diff.
- commit 9785c05
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -17,15 +17,15 @@
# norootforbuild
%define patchversion 3.9.0
%define patchversion 3.9.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
Summary: Kernel Documentation
Version: 3.9.0
Release: 0
Version: 3.9.1
Release: <RELEASE>.gb6484b6
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,124 @@
-------------------------------------------------------------------
Wed May 8 09:25:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.1.
- Delete patches.arch/arm-highbank-sata.patch.
- commit 733bf04
-------------------------------------------------------------------
Wed May 8 09:23:53 CEST 2013 - jslaby@suse.cz
- Refresh patches.rpmify/ptp-pch-depends-on-x86.
Update upstream status -- it was rejected.
- commit 4173967
-------------------------------------------------------------------
Wed May 8 07:19:57 CEST 2013 - neilb@suse.de
- Delete
patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch.
Patchset went upstream around about
commit f16b6e8d838b2e2bb4561201311c66ac02ad67df
in a form that didn't need this patch.
- commit 226d6be
-------------------------------------------------------------------
Wed May 8 07:16:56 CEST 2013 - neilb@suse.de
- Delete patches.fixes/nfs-connect-timeout.
Problem fixed upstream by
commit 3ed5e2a2c394df4e03a680842c2d07a8680f133b
Author: Trond Myklebust <Trond.Myklebust@netapp.com>
Date: Mon Mar 4 17:29:33 2013 -0500
SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasks
- commit afa0a59
-------------------------------------------------------------------
Tue May 7 16:32:41 CEST 2013 - jslaby@suse.cz
- Delete patches.fixes/nfs-adaptive-readdir-plus.
Superseded by d69ee9b85541a69a1092f5da675bd23256dc62af.
- commit f35dac6
-------------------------------------------------------------------
Tue May 7 15:55:05 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops.
Superseded by 3eb8e74ec72736b9b9d728bad30484ec89c91dde.
- commit 7838036
-------------------------------------------------------------------
Tue May 7 14:47:49 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch.
Superseded by 0773a6cf673316440999752e23f8c3d4f85e48b9.
- commit 36f8ff4
-------------------------------------------------------------------
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
- config.conf: disable s390 support for openSUSE kernels
There is no community project to build openSUSE on s390 so we don't need
to waste resources building the kernel for it.
- commit 5e6ccae
-------------------------------------------------------------------
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
libphy depends on irq code which is only available on 64-bit S390,
so disable it on 32-bit kernels.
- commit dd79db9
-------------------------------------------------------------------
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
- idr: Print a stack dump after ida_remove warning
(http://lists.opensuse.org/opensuse-kernel/2013-04/msg00102.html).
- commit 4c487a5
-------------------------------------------------------------------
Sun May 5 09:59:48 CEST 2013 - jdelvare@suse.de
- Update config files: enable CC_STACKPROTECTOR
All other major Linux distributions are building their kernel
with -fstack-protector, so do the same. See the discussion at:
http://lists.opensuse.org/opensuse-kernel/2012-06/msg00088.html
http://lists.opensuse.org/opensuse-kernel/2012-07/msg00000.html
http://lists.opensuse.org/opensuse-kernel/2013-05/msg00013.html
- CONFIG_CC_STACKPROTECTOR=y
- commit fc6f988
-------------------------------------------------------------------
Sat May 4 00:56:33 CEST 2013 - mmarek@suse.cz
- rpm/config.sh: Drop the ARM repository in Kernel:HEAD
Use the "ports" repository of openSUSE:Factory instead.
- commit 6fc0bd5
-------------------------------------------------------------------
Fri May 3 16:48:52 CEST 2013 - mmarek@suse.cz
- rpm/mkspec: Stop generating the get_release_number.sh file
It was only needed for the old KOTD.
- commit ee71b69
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -109,6 +230,14 @@ Fri Apr 12 22:35:01 CEST 2013 - jslaby@suse.cz
- Delete patches.arch/arm-fix-build-ux500-module.diff.
- commit 9785c05
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.9
%define patchversion 3.9.0
%define patchversion 3.9.1
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
Version: 3.9.0
Release: 0
Version: 3.9.1
Release: <RELEASE>.gb6484b6
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -346,7 +346,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \

View File

@ -1,3 +1,124 @@
-------------------------------------------------------------------
Wed May 8 09:25:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.1.
- Delete patches.arch/arm-highbank-sata.patch.
- commit 733bf04
-------------------------------------------------------------------
Wed May 8 09:23:53 CEST 2013 - jslaby@suse.cz
- Refresh patches.rpmify/ptp-pch-depends-on-x86.
Update upstream status -- it was rejected.
- commit 4173967
-------------------------------------------------------------------
Wed May 8 07:19:57 CEST 2013 - neilb@suse.de
- Delete
patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch.
Patchset went upstream around about
commit f16b6e8d838b2e2bb4561201311c66ac02ad67df
in a form that didn't need this patch.
- commit 226d6be
-------------------------------------------------------------------
Wed May 8 07:16:56 CEST 2013 - neilb@suse.de
- Delete patches.fixes/nfs-connect-timeout.
Problem fixed upstream by
commit 3ed5e2a2c394df4e03a680842c2d07a8680f133b
Author: Trond Myklebust <Trond.Myklebust@netapp.com>
Date: Mon Mar 4 17:29:33 2013 -0500
SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasks
- commit afa0a59
-------------------------------------------------------------------
Tue May 7 16:32:41 CEST 2013 - jslaby@suse.cz
- Delete patches.fixes/nfs-adaptive-readdir-plus.
Superseded by d69ee9b85541a69a1092f5da675bd23256dc62af.
- commit f35dac6
-------------------------------------------------------------------
Tue May 7 15:55:05 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops.
Superseded by 3eb8e74ec72736b9b9d728bad30484ec89c91dde.
- commit 7838036
-------------------------------------------------------------------
Tue May 7 14:47:49 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch.
Superseded by 0773a6cf673316440999752e23f8c3d4f85e48b9.
- commit 36f8ff4
-------------------------------------------------------------------
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
- config.conf: disable s390 support for openSUSE kernels
There is no community project to build openSUSE on s390 so we don't need
to waste resources building the kernel for it.
- commit 5e6ccae
-------------------------------------------------------------------
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
libphy depends on irq code which is only available on 64-bit S390,
so disable it on 32-bit kernels.
- commit dd79db9
-------------------------------------------------------------------
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
- idr: Print a stack dump after ida_remove warning
(http://lists.opensuse.org/opensuse-kernel/2013-04/msg00102.html).
- commit 4c487a5
-------------------------------------------------------------------
Sun May 5 09:59:48 CEST 2013 - jdelvare@suse.de
- Update config files: enable CC_STACKPROTECTOR
All other major Linux distributions are building their kernel
with -fstack-protector, so do the same. See the discussion at:
http://lists.opensuse.org/opensuse-kernel/2012-06/msg00088.html
http://lists.opensuse.org/opensuse-kernel/2012-07/msg00000.html
http://lists.opensuse.org/opensuse-kernel/2013-05/msg00013.html
- CONFIG_CC_STACKPROTECTOR=y
- commit fc6f988
-------------------------------------------------------------------
Sat May 4 00:56:33 CEST 2013 - mmarek@suse.cz
- rpm/config.sh: Drop the ARM repository in Kernel:HEAD
Use the "ports" repository of openSUSE:Factory instead.
- commit 6fc0bd5
-------------------------------------------------------------------
Fri May 3 16:48:52 CEST 2013 - mmarek@suse.cz
- rpm/mkspec: Stop generating the get_release_number.sh file
It was only needed for the old KOTD.
- commit ee71b69
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -109,6 +230,14 @@ Fri Apr 12 22:35:01 CEST 2013 - jslaby@suse.cz
- Delete patches.arch/arm-fix-build-ux500-module.diff.
- commit 9785c05
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.9
%define patchversion 3.9.0
%define patchversion 3.9.1
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-exynos
Summary: Kernel for Samsung's Exynos SoC
Version: 3.9.0
Release: 0
Version: 3.9.1
Release: <RELEASE>.gb6484b6
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -343,7 +343,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \

View File

@ -1,3 +1,124 @@
-------------------------------------------------------------------
Wed May 8 09:25:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.1.
- Delete patches.arch/arm-highbank-sata.patch.
- commit 733bf04
-------------------------------------------------------------------
Wed May 8 09:23:53 CEST 2013 - jslaby@suse.cz
- Refresh patches.rpmify/ptp-pch-depends-on-x86.
Update upstream status -- it was rejected.
- commit 4173967
-------------------------------------------------------------------
Wed May 8 07:19:57 CEST 2013 - neilb@suse.de
- Delete
patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch.
Patchset went upstream around about
commit f16b6e8d838b2e2bb4561201311c66ac02ad67df
in a form that didn't need this patch.
- commit 226d6be
-------------------------------------------------------------------
Wed May 8 07:16:56 CEST 2013 - neilb@suse.de
- Delete patches.fixes/nfs-connect-timeout.
Problem fixed upstream by
commit 3ed5e2a2c394df4e03a680842c2d07a8680f133b
Author: Trond Myklebust <Trond.Myklebust@netapp.com>
Date: Mon Mar 4 17:29:33 2013 -0500
SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasks
- commit afa0a59
-------------------------------------------------------------------
Tue May 7 16:32:41 CEST 2013 - jslaby@suse.cz
- Delete patches.fixes/nfs-adaptive-readdir-plus.
Superseded by d69ee9b85541a69a1092f5da675bd23256dc62af.
- commit f35dac6
-------------------------------------------------------------------
Tue May 7 15:55:05 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops.
Superseded by 3eb8e74ec72736b9b9d728bad30484ec89c91dde.
- commit 7838036
-------------------------------------------------------------------
Tue May 7 14:47:49 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch.
Superseded by 0773a6cf673316440999752e23f8c3d4f85e48b9.
- commit 36f8ff4
-------------------------------------------------------------------
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
- config.conf: disable s390 support for openSUSE kernels
There is no community project to build openSUSE on s390 so we don't need
to waste resources building the kernel for it.
- commit 5e6ccae
-------------------------------------------------------------------
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
libphy depends on irq code which is only available on 64-bit S390,
so disable it on 32-bit kernels.
- commit dd79db9
-------------------------------------------------------------------
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
- idr: Print a stack dump after ida_remove warning
(http://lists.opensuse.org/opensuse-kernel/2013-04/msg00102.html).
- commit 4c487a5
-------------------------------------------------------------------
Sun May 5 09:59:48 CEST 2013 - jdelvare@suse.de
- Update config files: enable CC_STACKPROTECTOR
All other major Linux distributions are building their kernel
with -fstack-protector, so do the same. See the discussion at:
http://lists.opensuse.org/opensuse-kernel/2012-06/msg00088.html
http://lists.opensuse.org/opensuse-kernel/2012-07/msg00000.html
http://lists.opensuse.org/opensuse-kernel/2013-05/msg00013.html
- CONFIG_CC_STACKPROTECTOR=y
- commit fc6f988
-------------------------------------------------------------------
Sat May 4 00:56:33 CEST 2013 - mmarek@suse.cz
- rpm/config.sh: Drop the ARM repository in Kernel:HEAD
Use the "ports" repository of openSUSE:Factory instead.
- commit 6fc0bd5
-------------------------------------------------------------------
Fri May 3 16:48:52 CEST 2013 - mmarek@suse.cz
- rpm/mkspec: Stop generating the get_release_number.sh file
It was only needed for the old KOTD.
- commit ee71b69
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -109,6 +230,14 @@ Fri Apr 12 22:35:01 CEST 2013 - jslaby@suse.cz
- Delete patches.arch/arm-fix-build-ux500-module.diff.
- commit 9785c05
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.9
%define patchversion 3.9.0
%define patchversion 3.9.1
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-lpae
Summary: Kernel for LPAE enabled systems
Version: 3.9.0
Release: 0
Version: 3.9.1
Release: <RELEASE>.gb6484b6
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -344,7 +344,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \

View File

@ -1,3 +1,124 @@
-------------------------------------------------------------------
Wed May 8 09:25:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.1.
- Delete patches.arch/arm-highbank-sata.patch.
- commit 733bf04
-------------------------------------------------------------------
Wed May 8 09:23:53 CEST 2013 - jslaby@suse.cz
- Refresh patches.rpmify/ptp-pch-depends-on-x86.
Update upstream status -- it was rejected.
- commit 4173967
-------------------------------------------------------------------
Wed May 8 07:19:57 CEST 2013 - neilb@suse.de
- Delete
patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch.
Patchset went upstream around about
commit f16b6e8d838b2e2bb4561201311c66ac02ad67df
in a form that didn't need this patch.
- commit 226d6be
-------------------------------------------------------------------
Wed May 8 07:16:56 CEST 2013 - neilb@suse.de
- Delete patches.fixes/nfs-connect-timeout.
Problem fixed upstream by
commit 3ed5e2a2c394df4e03a680842c2d07a8680f133b
Author: Trond Myklebust <Trond.Myklebust@netapp.com>
Date: Mon Mar 4 17:29:33 2013 -0500
SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasks
- commit afa0a59
-------------------------------------------------------------------
Tue May 7 16:32:41 CEST 2013 - jslaby@suse.cz
- Delete patches.fixes/nfs-adaptive-readdir-plus.
Superseded by d69ee9b85541a69a1092f5da675bd23256dc62af.
- commit f35dac6
-------------------------------------------------------------------
Tue May 7 15:55:05 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops.
Superseded by 3eb8e74ec72736b9b9d728bad30484ec89c91dde.
- commit 7838036
-------------------------------------------------------------------
Tue May 7 14:47:49 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch.
Superseded by 0773a6cf673316440999752e23f8c3d4f85e48b9.
- commit 36f8ff4
-------------------------------------------------------------------
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
- config.conf: disable s390 support for openSUSE kernels
There is no community project to build openSUSE on s390 so we don't need
to waste resources building the kernel for it.
- commit 5e6ccae
-------------------------------------------------------------------
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
libphy depends on irq code which is only available on 64-bit S390,
so disable it on 32-bit kernels.
- commit dd79db9
-------------------------------------------------------------------
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
- idr: Print a stack dump after ida_remove warning
(http://lists.opensuse.org/opensuse-kernel/2013-04/msg00102.html).
- commit 4c487a5
-------------------------------------------------------------------
Sun May 5 09:59:48 CEST 2013 - jdelvare@suse.de
- Update config files: enable CC_STACKPROTECTOR
All other major Linux distributions are building their kernel
with -fstack-protector, so do the same. See the discussion at:
http://lists.opensuse.org/opensuse-kernel/2012-06/msg00088.html
http://lists.opensuse.org/opensuse-kernel/2012-07/msg00000.html
http://lists.opensuse.org/opensuse-kernel/2013-05/msg00013.html
- CONFIG_CC_STACKPROTECTOR=y
- commit fc6f988
-------------------------------------------------------------------
Sat May 4 00:56:33 CEST 2013 - mmarek@suse.cz
- rpm/config.sh: Drop the ARM repository in Kernel:HEAD
Use the "ports" repository of openSUSE:Factory instead.
- commit 6fc0bd5
-------------------------------------------------------------------
Fri May 3 16:48:52 CEST 2013 - mmarek@suse.cz
- rpm/mkspec: Stop generating the get_release_number.sh file
It was only needed for the old KOTD.
- commit ee71b69
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -109,6 +230,14 @@ Fri Apr 12 22:35:01 CEST 2013 - jslaby@suse.cz
- Delete patches.arch/arm-fix-build-ux500-module.diff.
- commit 9785c05
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.9
%define patchversion 3.9.0
%define patchversion 3.9.1
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 3.9.0
Release: 0
Version: 3.9.1
Release: <RELEASE>.gb6484b6
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -353,7 +353,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \

View File

@ -1,3 +1,124 @@
-------------------------------------------------------------------
Wed May 8 09:25:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.1.
- Delete patches.arch/arm-highbank-sata.patch.
- commit 733bf04
-------------------------------------------------------------------
Wed May 8 09:23:53 CEST 2013 - jslaby@suse.cz
- Refresh patches.rpmify/ptp-pch-depends-on-x86.
Update upstream status -- it was rejected.
- commit 4173967
-------------------------------------------------------------------
Wed May 8 07:19:57 CEST 2013 - neilb@suse.de
- Delete
patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch.
Patchset went upstream around about
commit f16b6e8d838b2e2bb4561201311c66ac02ad67df
in a form that didn't need this patch.
- commit 226d6be
-------------------------------------------------------------------
Wed May 8 07:16:56 CEST 2013 - neilb@suse.de
- Delete patches.fixes/nfs-connect-timeout.
Problem fixed upstream by
commit 3ed5e2a2c394df4e03a680842c2d07a8680f133b
Author: Trond Myklebust <Trond.Myklebust@netapp.com>
Date: Mon Mar 4 17:29:33 2013 -0500
SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasks
- commit afa0a59
-------------------------------------------------------------------
Tue May 7 16:32:41 CEST 2013 - jslaby@suse.cz
- Delete patches.fixes/nfs-adaptive-readdir-plus.
Superseded by d69ee9b85541a69a1092f5da675bd23256dc62af.
- commit f35dac6
-------------------------------------------------------------------
Tue May 7 15:55:05 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops.
Superseded by 3eb8e74ec72736b9b9d728bad30484ec89c91dde.
- commit 7838036
-------------------------------------------------------------------
Tue May 7 14:47:49 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch.
Superseded by 0773a6cf673316440999752e23f8c3d4f85e48b9.
- commit 36f8ff4
-------------------------------------------------------------------
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
- config.conf: disable s390 support for openSUSE kernels
There is no community project to build openSUSE on s390 so we don't need
to waste resources building the kernel for it.
- commit 5e6ccae
-------------------------------------------------------------------
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
libphy depends on irq code which is only available on 64-bit S390,
so disable it on 32-bit kernels.
- commit dd79db9
-------------------------------------------------------------------
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
- idr: Print a stack dump after ida_remove warning
(http://lists.opensuse.org/opensuse-kernel/2013-04/msg00102.html).
- commit 4c487a5
-------------------------------------------------------------------
Sun May 5 09:59:48 CEST 2013 - jdelvare@suse.de
- Update config files: enable CC_STACKPROTECTOR
All other major Linux distributions are building their kernel
with -fstack-protector, so do the same. See the discussion at:
http://lists.opensuse.org/opensuse-kernel/2012-06/msg00088.html
http://lists.opensuse.org/opensuse-kernel/2012-07/msg00000.html
http://lists.opensuse.org/opensuse-kernel/2013-05/msg00013.html
- CONFIG_CC_STACKPROTECTOR=y
- commit fc6f988
-------------------------------------------------------------------
Sat May 4 00:56:33 CEST 2013 - mmarek@suse.cz
- rpm/config.sh: Drop the ARM repository in Kernel:HEAD
Use the "ports" repository of openSUSE:Factory instead.
- commit 6fc0bd5
-------------------------------------------------------------------
Fri May 3 16:48:52 CEST 2013 - mmarek@suse.cz
- rpm/mkspec: Stop generating the get_release_number.sh file
It was only needed for the old KOTD.
- commit ee71b69
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -109,6 +230,14 @@ Fri Apr 12 22:35:01 CEST 2013 - jslaby@suse.cz
- Delete patches.arch/arm-fix-build-ux500-module.diff.
- commit 9785c05
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

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

View File

@ -7,26 +7,16 @@
%define using_buildservice 0%{?opensuse_bs}
# source_rel is the package release string, without the rebuild counter
# generated by the build service. In non-official builds, the upstream
# EXTRAVERSION component is also part of the release string,
# e.g. next.20110101.9.6 (hyphens are replaced by periods). Builds in the
# official distribution projects replace the release string though.
# generated by the build service. If the release string has a non-digit
# suffix, we keep that suffix and strip the rightmost digit component.
# This is used in KOTD builds: 2.1.g1234567 -> 2.g1234567
%define source_rel %release
%if %using_buildservice
%define source_rel %(release=%release; echo ${release%.*})
%define source_rel %(echo %release | sed -r 's/\\.[0-9]+($|\\.[^.]*[^.0-9][^.]*$)/\\1/')
%endif
# release_num is the numeric source revision part of the release number,
# i.e. source_rel without the upstream tags like -rcX. A hyphen is added
# automatically for convenient use.
# examples: rc3 -> "", rc3.1 -> -1, next.20110101.9 -> -9
#
# patchversion is inserted into the spec files by the mkspec script, it is the
# upstream release string unchanged, e.g. 2.6.38-rc3
%define release_num %(upstream=%patchversion; upstream=${upstream#%version}; upstream=${upstream#-}; upstream=${upstream//-/.}; rel="%source_rel" ; res="${rel#$upstream}"; res=${res#.}; echo ${res:+-}${res})
# how the kernel release string (uname -r) should look like
%define kernelrelease %patchversion%release_num
%define kernelrelease %patchversion-%source_rel
%define my_builddir %_builddir/%{name}-%{version}

View File

@ -1,3 +1,124 @@
-------------------------------------------------------------------
Wed May 8 09:25:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.1.
- Delete patches.arch/arm-highbank-sata.patch.
- commit 733bf04
-------------------------------------------------------------------
Wed May 8 09:23:53 CEST 2013 - jslaby@suse.cz
- Refresh patches.rpmify/ptp-pch-depends-on-x86.
Update upstream status -- it was rejected.
- commit 4173967
-------------------------------------------------------------------
Wed May 8 07:19:57 CEST 2013 - neilb@suse.de
- Delete
patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch.
Patchset went upstream around about
commit f16b6e8d838b2e2bb4561201311c66ac02ad67df
in a form that didn't need this patch.
- commit 226d6be
-------------------------------------------------------------------
Wed May 8 07:16:56 CEST 2013 - neilb@suse.de
- Delete patches.fixes/nfs-connect-timeout.
Problem fixed upstream by
commit 3ed5e2a2c394df4e03a680842c2d07a8680f133b
Author: Trond Myklebust <Trond.Myklebust@netapp.com>
Date: Mon Mar 4 17:29:33 2013 -0500
SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasks
- commit afa0a59
-------------------------------------------------------------------
Tue May 7 16:32:41 CEST 2013 - jslaby@suse.cz
- Delete patches.fixes/nfs-adaptive-readdir-plus.
Superseded by d69ee9b85541a69a1092f5da675bd23256dc62af.
- commit f35dac6
-------------------------------------------------------------------
Tue May 7 15:55:05 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops.
Superseded by 3eb8e74ec72736b9b9d728bad30484ec89c91dde.
- commit 7838036
-------------------------------------------------------------------
Tue May 7 14:47:49 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch.
Superseded by 0773a6cf673316440999752e23f8c3d4f85e48b9.
- commit 36f8ff4
-------------------------------------------------------------------
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
- config.conf: disable s390 support for openSUSE kernels
There is no community project to build openSUSE on s390 so we don't need
to waste resources building the kernel for it.
- commit 5e6ccae
-------------------------------------------------------------------
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
libphy depends on irq code which is only available on 64-bit S390,
so disable it on 32-bit kernels.
- commit dd79db9
-------------------------------------------------------------------
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
- idr: Print a stack dump after ida_remove warning
(http://lists.opensuse.org/opensuse-kernel/2013-04/msg00102.html).
- commit 4c487a5
-------------------------------------------------------------------
Sun May 5 09:59:48 CEST 2013 - jdelvare@suse.de
- Update config files: enable CC_STACKPROTECTOR
All other major Linux distributions are building their kernel
with -fstack-protector, so do the same. See the discussion at:
http://lists.opensuse.org/opensuse-kernel/2012-06/msg00088.html
http://lists.opensuse.org/opensuse-kernel/2012-07/msg00000.html
http://lists.opensuse.org/opensuse-kernel/2013-05/msg00013.html
- CONFIG_CC_STACKPROTECTOR=y
- commit fc6f988
-------------------------------------------------------------------
Sat May 4 00:56:33 CEST 2013 - mmarek@suse.cz
- rpm/config.sh: Drop the ARM repository in Kernel:HEAD
Use the "ports" repository of openSUSE:Factory instead.
- commit 6fc0bd5
-------------------------------------------------------------------
Fri May 3 16:48:52 CEST 2013 - mmarek@suse.cz
- rpm/mkspec: Stop generating the get_release_number.sh file
It was only needed for the old KOTD.
- commit ee71b69
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -109,6 +230,14 @@ Fri Apr 12 22:35:01 CEST 2013 - jslaby@suse.cz
- Delete patches.arch/arm-fix-build-ux500-module.diff.
- commit 9785c05
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -23,9 +23,9 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 3.9.0
Version: 3.9.1
%if %using_buildservice
Release: 0
Release: <RELEASE>.gb6484b6
%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
@ -38,7 +38,7 @@ BuildRequires: coreutils
%ifarch armv7hl
Requires: kernel-cubox-devel = %version-%source_rel
%endif
%ifarch aarch64 armv7hl %ix86 ia64 ppc ppc64 s390x x86_64
%ifarch aarch64 armv7hl %ix86 ppc ppc64 x86_64
Requires: kernel-default-devel = %version-%source_rel
%endif
%ifarch %ix86 x86_64
@ -53,9 +53,6 @@ Requires: kernel-lpae-devel = %version-%source_rel
%ifarch %ix86
Requires: kernel-pae-devel = %version-%source_rel
%endif
%ifarch s390
Requires: kernel-s390-devel = %version-%source_rel
%endif
%ifarch armv5tel
Requires: kernel-versatile-devel = %version-%source_rel
%endif
@ -67,7 +64,7 @@ Provides: %name = %version-%source_rel
Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 aarch64 armv5tel armv7hl ia64 ppc ppc64 s390 s390x x86_64
ExclusiveArch: %ix86 aarch64 armv5tel armv7hl ppc ppc64 x86_64
Prefix: /usr/src
%description

View File

@ -1,3 +1,124 @@
-------------------------------------------------------------------
Wed May 8 09:25:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.1.
- Delete patches.arch/arm-highbank-sata.patch.
- commit 733bf04
-------------------------------------------------------------------
Wed May 8 09:23:53 CEST 2013 - jslaby@suse.cz
- Refresh patches.rpmify/ptp-pch-depends-on-x86.
Update upstream status -- it was rejected.
- commit 4173967
-------------------------------------------------------------------
Wed May 8 07:19:57 CEST 2013 - neilb@suse.de
- Delete
patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch.
Patchset went upstream around about
commit f16b6e8d838b2e2bb4561201311c66ac02ad67df
in a form that didn't need this patch.
- commit 226d6be
-------------------------------------------------------------------
Wed May 8 07:16:56 CEST 2013 - neilb@suse.de
- Delete patches.fixes/nfs-connect-timeout.
Problem fixed upstream by
commit 3ed5e2a2c394df4e03a680842c2d07a8680f133b
Author: Trond Myklebust <Trond.Myklebust@netapp.com>
Date: Mon Mar 4 17:29:33 2013 -0500
SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasks
- commit afa0a59
-------------------------------------------------------------------
Tue May 7 16:32:41 CEST 2013 - jslaby@suse.cz
- Delete patches.fixes/nfs-adaptive-readdir-plus.
Superseded by d69ee9b85541a69a1092f5da675bd23256dc62af.
- commit f35dac6
-------------------------------------------------------------------
Tue May 7 15:55:05 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops.
Superseded by 3eb8e74ec72736b9b9d728bad30484ec89c91dde.
- commit 7838036
-------------------------------------------------------------------
Tue May 7 14:47:49 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch.
Superseded by 0773a6cf673316440999752e23f8c3d4f85e48b9.
- commit 36f8ff4
-------------------------------------------------------------------
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
- config.conf: disable s390 support for openSUSE kernels
There is no community project to build openSUSE on s390 so we don't need
to waste resources building the kernel for it.
- commit 5e6ccae
-------------------------------------------------------------------
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
libphy depends on irq code which is only available on 64-bit S390,
so disable it on 32-bit kernels.
- commit dd79db9
-------------------------------------------------------------------
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
- idr: Print a stack dump after ida_remove warning
(http://lists.opensuse.org/opensuse-kernel/2013-04/msg00102.html).
- commit 4c487a5
-------------------------------------------------------------------
Sun May 5 09:59:48 CEST 2013 - jdelvare@suse.de
- Update config files: enable CC_STACKPROTECTOR
All other major Linux distributions are building their kernel
with -fstack-protector, so do the same. See the discussion at:
http://lists.opensuse.org/opensuse-kernel/2012-06/msg00088.html
http://lists.opensuse.org/opensuse-kernel/2012-07/msg00000.html
http://lists.opensuse.org/opensuse-kernel/2013-05/msg00013.html
- CONFIG_CC_STACKPROTECTOR=y
- commit fc6f988
-------------------------------------------------------------------
Sat May 4 00:56:33 CEST 2013 - mmarek@suse.cz
- rpm/config.sh: Drop the ARM repository in Kernel:HEAD
Use the "ports" repository of openSUSE:Factory instead.
- commit 6fc0bd5
-------------------------------------------------------------------
Fri May 3 16:48:52 CEST 2013 - mmarek@suse.cz
- rpm/mkspec: Stop generating the get_release_number.sh file
It was only needed for the old KOTD.
- commit ee71b69
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -109,6 +230,14 @@ Fri Apr 12 22:35:01 CEST 2013 - jslaby@suse.cz
- Delete patches.arch/arm-fix-build-ux500-module.diff.
- commit 9785c05
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.9
%define patchversion 3.9.0
%define patchversion 3.9.1
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 3.9.0
Release: 0
Version: 3.9.1
Release: <RELEASE>.gb6484b6
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -147,14 +147,6 @@ Provides: kernel = %version-%source_rel
Provides: kernel-kdump
Obsoletes: kernel-kdump
%endif
%ifarch s390
Provides: kernel-32bit
Obsoletes: kernel-32bit
%endif
%ifarch s390x
Provides: kernel-64bit
Obsoletes: kernel-64bit
%endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
Source2: source-post.sh
@ -217,7 +209,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ia64 ppc64 s390 s390x x86_64
ExclusiveArch: %ix86 ppc64 x86_64
%define kmp_target_cpu %_target_cpu
%ifarch %ix86
# Only i386/default supports i586, mark other flavors' packages as i686
@ -354,7 +346,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \

View File

@ -1,3 +1,124 @@
-------------------------------------------------------------------
Wed May 8 09:25:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.1.
- Delete patches.arch/arm-highbank-sata.patch.
- commit 733bf04
-------------------------------------------------------------------
Wed May 8 09:23:53 CEST 2013 - jslaby@suse.cz
- Refresh patches.rpmify/ptp-pch-depends-on-x86.
Update upstream status -- it was rejected.
- commit 4173967
-------------------------------------------------------------------
Wed May 8 07:19:57 CEST 2013 - neilb@suse.de
- Delete
patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch.
Patchset went upstream around about
commit f16b6e8d838b2e2bb4561201311c66ac02ad67df
in a form that didn't need this patch.
- commit 226d6be
-------------------------------------------------------------------
Wed May 8 07:16:56 CEST 2013 - neilb@suse.de
- Delete patches.fixes/nfs-connect-timeout.
Problem fixed upstream by
commit 3ed5e2a2c394df4e03a680842c2d07a8680f133b
Author: Trond Myklebust <Trond.Myklebust@netapp.com>
Date: Mon Mar 4 17:29:33 2013 -0500
SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasks
- commit afa0a59
-------------------------------------------------------------------
Tue May 7 16:32:41 CEST 2013 - jslaby@suse.cz
- Delete patches.fixes/nfs-adaptive-readdir-plus.
Superseded by d69ee9b85541a69a1092f5da675bd23256dc62af.
- commit f35dac6
-------------------------------------------------------------------
Tue May 7 15:55:05 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops.
Superseded by 3eb8e74ec72736b9b9d728bad30484ec89c91dde.
- commit 7838036
-------------------------------------------------------------------
Tue May 7 14:47:49 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch.
Superseded by 0773a6cf673316440999752e23f8c3d4f85e48b9.
- commit 36f8ff4
-------------------------------------------------------------------
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
- config.conf: disable s390 support for openSUSE kernels
There is no community project to build openSUSE on s390 so we don't need
to waste resources building the kernel for it.
- commit 5e6ccae
-------------------------------------------------------------------
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
libphy depends on irq code which is only available on 64-bit S390,
so disable it on 32-bit kernels.
- commit dd79db9
-------------------------------------------------------------------
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
- idr: Print a stack dump after ida_remove warning
(http://lists.opensuse.org/opensuse-kernel/2013-04/msg00102.html).
- commit 4c487a5
-------------------------------------------------------------------
Sun May 5 09:59:48 CEST 2013 - jdelvare@suse.de
- Update config files: enable CC_STACKPROTECTOR
All other major Linux distributions are building their kernel
with -fstack-protector, so do the same. See the discussion at:
http://lists.opensuse.org/opensuse-kernel/2012-06/msg00088.html
http://lists.opensuse.org/opensuse-kernel/2012-07/msg00000.html
http://lists.opensuse.org/opensuse-kernel/2013-05/msg00013.html
- CONFIG_CC_STACKPROTECTOR=y
- commit fc6f988
-------------------------------------------------------------------
Sat May 4 00:56:33 CEST 2013 - mmarek@suse.cz
- rpm/config.sh: Drop the ARM repository in Kernel:HEAD
Use the "ports" repository of openSUSE:Factory instead.
- commit 6fc0bd5
-------------------------------------------------------------------
Fri May 3 16:48:52 CEST 2013 - mmarek@suse.cz
- rpm/mkspec: Stop generating the get_release_number.sh file
It was only needed for the old KOTD.
- commit ee71b69
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -109,6 +230,14 @@ Fri Apr 12 22:35:01 CEST 2013 - jslaby@suse.cz
- Delete patches.arch/arm-fix-build-ux500-module.diff.
- commit 9785c05
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.9
%define patchversion 3.9.0
%define patchversion 3.9.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.9.0
Release: 0
Version: 3.9.1
Release: <RELEASE>.gb6484b6
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -143,14 +143,7 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
%ifarch s390
Provides: kernel-32bit
Obsoletes: kernel-32bit
%endif
%ifarch s390x
Provides: kernel-64bit
Obsoletes: kernel-64bit
%endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
Source2: source-post.sh
@ -213,7 +206,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ia64 ppc ppc64 s390 s390x x86_64
ExclusiveArch: %ix86 ppc ppc64 x86_64
%define kmp_target_cpu %_target_cpu
%ifarch %ix86
# Only i386/default supports i586, mark other flavors' packages as i686
@ -350,7 +343,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \

View File

@ -1,3 +1,124 @@
-------------------------------------------------------------------
Wed May 8 09:25:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.1.
- Delete patches.arch/arm-highbank-sata.patch.
- commit 733bf04
-------------------------------------------------------------------
Wed May 8 09:23:53 CEST 2013 - jslaby@suse.cz
- Refresh patches.rpmify/ptp-pch-depends-on-x86.
Update upstream status -- it was rejected.
- commit 4173967
-------------------------------------------------------------------
Wed May 8 07:19:57 CEST 2013 - neilb@suse.de
- Delete
patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch.
Patchset went upstream around about
commit f16b6e8d838b2e2bb4561201311c66ac02ad67df
in a form that didn't need this patch.
- commit 226d6be
-------------------------------------------------------------------
Wed May 8 07:16:56 CEST 2013 - neilb@suse.de
- Delete patches.fixes/nfs-connect-timeout.
Problem fixed upstream by
commit 3ed5e2a2c394df4e03a680842c2d07a8680f133b
Author: Trond Myklebust <Trond.Myklebust@netapp.com>
Date: Mon Mar 4 17:29:33 2013 -0500
SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasks
- commit afa0a59
-------------------------------------------------------------------
Tue May 7 16:32:41 CEST 2013 - jslaby@suse.cz
- Delete patches.fixes/nfs-adaptive-readdir-plus.
Superseded by d69ee9b85541a69a1092f5da675bd23256dc62af.
- commit f35dac6
-------------------------------------------------------------------
Tue May 7 15:55:05 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops.
Superseded by 3eb8e74ec72736b9b9d728bad30484ec89c91dde.
- commit 7838036
-------------------------------------------------------------------
Tue May 7 14:47:49 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch.
Superseded by 0773a6cf673316440999752e23f8c3d4f85e48b9.
- commit 36f8ff4
-------------------------------------------------------------------
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
- config.conf: disable s390 support for openSUSE kernels
There is no community project to build openSUSE on s390 so we don't need
to waste resources building the kernel for it.
- commit 5e6ccae
-------------------------------------------------------------------
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
libphy depends on irq code which is only available on 64-bit S390,
so disable it on 32-bit kernels.
- commit dd79db9
-------------------------------------------------------------------
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
- idr: Print a stack dump after ida_remove warning
(http://lists.opensuse.org/opensuse-kernel/2013-04/msg00102.html).
- commit 4c487a5
-------------------------------------------------------------------
Sun May 5 09:59:48 CEST 2013 - jdelvare@suse.de
- Update config files: enable CC_STACKPROTECTOR
All other major Linux distributions are building their kernel
with -fstack-protector, so do the same. See the discussion at:
http://lists.opensuse.org/opensuse-kernel/2012-06/msg00088.html
http://lists.opensuse.org/opensuse-kernel/2012-07/msg00000.html
http://lists.opensuse.org/opensuse-kernel/2013-05/msg00013.html
- CONFIG_CC_STACKPROTECTOR=y
- commit fc6f988
-------------------------------------------------------------------
Sat May 4 00:56:33 CEST 2013 - mmarek@suse.cz
- rpm/config.sh: Drop the ARM repository in Kernel:HEAD
Use the "ports" repository of openSUSE:Factory instead.
- commit 6fc0bd5
-------------------------------------------------------------------
Fri May 3 16:48:52 CEST 2013 - mmarek@suse.cz
- rpm/mkspec: Stop generating the get_release_number.sh file
It was only needed for the old KOTD.
- commit ee71b69
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -109,6 +230,14 @@ Fri Apr 12 22:35:01 CEST 2013 - jslaby@suse.cz
- Delete patches.arch/arm-fix-build-ux500-module.diff.
- commit 9785c05
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.9
%define patchversion 3.9.0
%define patchversion 3.9.1
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-versatile
Summary: Kernel for Versatile SoC
Version: 3.9.0
Release: 0
Version: 3.9.1
Release: <RELEASE>.gb6484b6
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -343,7 +343,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \

View File

@ -1,3 +1,124 @@
-------------------------------------------------------------------
Wed May 8 09:25:25 CEST 2013 - jslaby@suse.cz
- Linux 3.9.1.
- Delete patches.arch/arm-highbank-sata.patch.
- commit 733bf04
-------------------------------------------------------------------
Wed May 8 09:23:53 CEST 2013 - jslaby@suse.cz
- Refresh patches.rpmify/ptp-pch-depends-on-x86.
Update upstream status -- it was rejected.
- commit 4173967
-------------------------------------------------------------------
Wed May 8 07:19:57 CEST 2013 - neilb@suse.de
- Delete
patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch.
Patchset went upstream around about
commit f16b6e8d838b2e2bb4561201311c66ac02ad67df
in a form that didn't need this patch.
- commit 226d6be
-------------------------------------------------------------------
Wed May 8 07:16:56 CEST 2013 - neilb@suse.de
- Delete patches.fixes/nfs-connect-timeout.
Problem fixed upstream by
commit 3ed5e2a2c394df4e03a680842c2d07a8680f133b
Author: Trond Myklebust <Trond.Myklebust@netapp.com>
Date: Mon Mar 4 17:29:33 2013 -0500
SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasks
- commit afa0a59
-------------------------------------------------------------------
Tue May 7 16:32:41 CEST 2013 - jslaby@suse.cz
- Delete patches.fixes/nfs-adaptive-readdir-plus.
Superseded by d69ee9b85541a69a1092f5da675bd23256dc62af.
- commit f35dac6
-------------------------------------------------------------------
Tue May 7 15:55:05 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops.
Superseded by 3eb8e74ec72736b9b9d728bad30484ec89c91dde.
- commit 7838036
-------------------------------------------------------------------
Tue May 7 14:47:49 CEST 2013 - jslaby@suse.cz
- Delete
patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch.
Superseded by 0773a6cf673316440999752e23f8c3d4f85e48b9.
- commit 36f8ff4
-------------------------------------------------------------------
Mon May 6 21:14:02 CEST 2013 - jeffm@suse.com
- config.conf: disable s390 support for openSUSE kernels
There is no community project to build openSUSE on s390 so we don't need
to waste resources building the kernel for it.
- commit 5e6ccae
-------------------------------------------------------------------
Mon May 6 10:58:55 CEST 2013 - jdelvare@suse.de
- S390: Disable CONFIG_PHYLIB on 32-bit kernels
libphy depends on irq code which is only available on 64-bit S390,
so disable it on 32-bit kernels.
- commit dd79db9
-------------------------------------------------------------------
Sun May 5 11:46:16 CEST 2013 - jdelvare@suse.de
- idr: Print a stack dump after ida_remove warning
(http://lists.opensuse.org/opensuse-kernel/2013-04/msg00102.html).
- commit 4c487a5
-------------------------------------------------------------------
Sun May 5 09:59:48 CEST 2013 - jdelvare@suse.de
- Update config files: enable CC_STACKPROTECTOR
All other major Linux distributions are building their kernel
with -fstack-protector, so do the same. See the discussion at:
http://lists.opensuse.org/opensuse-kernel/2012-06/msg00088.html
http://lists.opensuse.org/opensuse-kernel/2012-07/msg00000.html
http://lists.opensuse.org/opensuse-kernel/2013-05/msg00013.html
- CONFIG_CC_STACKPROTECTOR=y
- commit fc6f988
-------------------------------------------------------------------
Sat May 4 00:56:33 CEST 2013 - mmarek@suse.cz
- rpm/config.sh: Drop the ARM repository in Kernel:HEAD
Use the "ports" repository of openSUSE:Factory instead.
- commit 6fc0bd5
-------------------------------------------------------------------
Fri May 3 16:48:52 CEST 2013 - mmarek@suse.cz
- rpm/mkspec: Stop generating the get_release_number.sh file
It was only needed for the old KOTD.
- commit ee71b69
-------------------------------------------------------------------
Thu May 2 11:46:28 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Properly handle KOTD release numbers with
.g<commit> suffix
- commit ccb20c3
-------------------------------------------------------------------
Thu May 2 11:26:20 CEST 2013 - mmarek@suse.cz
- rpm/kernel-spec-macros: Drop the %release_num macro
We no longer put the -rcX tag into the release string.
- commit b88e78f
-------------------------------------------------------------------
Tue Apr 30 00:02:00 CEST 2013 - jeffm@suse.de
@ -109,6 +230,14 @@ Fri Apr 12 22:35:01 CEST 2013 - jslaby@suse.cz
- Delete patches.arch/arm-fix-build-ux500-module.diff.
- commit 9785c05
-------------------------------------------------------------------
Thu Apr 11 15:58:30 CEST 2013 - sleep_walker@suse.cz
- Enable FRAMEBUFFER_CONSOLE_ROTATION in our kernels
More and more monitors have insane aspect ratio and can be better used when
rotated. This may help when X.org is not running and for boot.
- commit f592a19
-------------------------------------------------------------------
Tue Apr 9 16:58:57 CEST 2013 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild
%define srcversion 3.9
%define patchversion 3.9.0
%define patchversion 3.9.1
%define variant %{nil}
%define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 3.9.0
Release: 0
Version: 3.9.1
Release: <RELEASE>.gb6484b6
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -346,7 +346,7 @@ else
cp ../config/%cpu_arch_flavor .config
fi
%build_src_dir/scripts/config \
--set-str CONFIG_LOCALVERSION %release_num-%build_flavor \
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \

12
mkspec
View File

@ -7,7 +7,7 @@ use File::Copy;
use Getopt::Long;
my $dir = ".";
my $rpmrelease;
my $rpmrelease = 0;
my $patches="";
GetOptions(
@ -41,16 +41,6 @@ $rpmversion =~ s/\.0-rc/.rc/;
$rpmversion =~ s/-rc\d+//;
$rpmversion =~ s/-/./g;
if (defined($rpmrelease)) {
# convince abuild that we really want this release number
xopen(my $fh, '>', "$dir/get_release_number.sh");
print $fh "#!/bin/sh\n";
print $fh "echo \"$rpmrelease.0\"\n";
close($fh);
chmod(0755, "$dir/get_release_number.sh");
} else {
$rpmrelease = "0";
}
$rpmrelease =~ s/-/./g;
my $sources = join("", $templates{source} =~ /\nSource\d+:[^\n]*/mg);

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91d89b85e4d00ef57daf4720eb834e7278ccb673c6ca3a5294d5b1bbd3d73283
size 80690
oid sha256:6dbe24a4ef2f3f87dcdfbd87b29cf94281e05521ad0bfe804f16a7152c3672d3
size 80501

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2bbe4643087461ffb5014b6099d9e00d25965caaabec3eebb7786ec4baf4fcd8
size 20757
oid sha256:e5150a0714e0b36a3bca8c2074867e57e1d0664a4e7fbe4d028b81de67f8dd9d
size 16210

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:1f09e35e814ae0bb5b5b5abfb57b5f4312b1eb7eec2d8bb580378c1debd46193
size 4237
oid sha256:73a73911e41ee1c333eaf73efbac7e67a4c47006931f5975baf90d176583ddd6
size 4276

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e74bd97ed24ab171c3bc431dc903f1ef923c2d3665a9c7aed9dc4331091225d
size 151673
oid sha256:74843bf5f7c841424a21be2fe82d6b13a03910ec02ea7c87fbbb621f6438278b
size 151943

View File

@ -27,6 +27,7 @@
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/patch-3.9.1
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -164,7 +165,6 @@
patches.arch/arm-highbank-cpuidle.patch
# Compile fix for Xen on ARM with our Xen patches applied
patches.arch/arm-xen-fixup.patch
patches.arch/arm-highbank-sata.patch
########################################################
# S/390
@ -176,11 +176,8 @@
# VM/FS patches
########################################################
patches.fixes/oom-warning
patches.fixes/remount-no-shrink-dcache
patches.suse/readahead-request-tunables.patch
patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops
patches.fixes/mm-Fix-assertion-mapping-nrpages-0-in-end_writeback.patch
########################################################
@ -196,6 +193,7 @@
########################################################
patches.suse/connector-read-mostly
patches.suse/kbd-ignore-gfx.patch
patches.suse/ida-remove-warning-dump-stack.patch
########################################################
#
@ -243,9 +241,6 @@
# NFS
########################################################
+needs_update37 patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch
patches.fixes/nfs-adaptive-readdir-plus
patches.fixes/nfs-connect-timeout
########################################################
# lockd + statd
@ -527,7 +522,6 @@
########################################################
# Performance Monitoring, Tracing etc
########################################################
patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch
########################################################
# KVM patches

View File

@ -1,3 +1,3 @@
2013-04-30 09:09:32 +0200
GIT Revision: 457cceb283a22859668e96fc28eda948e0ee0d8c
2013-05-08 17:02:04 +0200
GIT Revision: b6484b6fb03f74e16df9c442538197be9232624e
GIT Branch: stable