commit 4c1fc5ab7e91b09a2e0e6e29471ff7a5c1d58312

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=242
This commit is contained in:
Michal Marek 2013-09-28 06:03:07 +00:00 committed by Git OBS Bridge
parent 435cf8d44e
commit 330e5a6eb7
39 changed files with 1353 additions and 135 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Sep 27 10:26:33 CEST 2013 - jdelvare@suse.de
- */debug: enable fscache debugging.
- CONFIG_FSCACHE_DEBUG=y
- CONFIG_CACHEFILES_DEBUG=y
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 14 12:56:50 CEST 2013 - jdelvare@suse.de Tue May 14 12:56:50 CEST 2013 - jdelvare@suse.de

View File

@ -17,10 +17,10 @@
+i386 i386/vanilla +i386 i386/vanilla
+i386 -syms i386/trace +i386 -syms i386/trace
#+ia64 ia64/default +ia64 ia64/default
#+ia64 -syms ia64/debug +ia64 -syms ia64/debug
#+ia64 ia64/vanilla +ia64 ia64/vanilla
#+ia64 -syms ia64/trace +ia64 -syms ia64/trace
+x86_64 x86_64/default +x86_64 x86_64/default
+x86_64 x86_64/desktop +x86_64 x86_64/desktop
@ -48,6 +48,6 @@
#+s390 s390/s390 #+s390 s390/s390
#+s390 -syms s390/trace #+s390 -syms s390/trace
#+s390 s390/vanilla #+s390 s390/vanilla
#+s390x s390x/default +s390x s390x/default
#+s390x -syms s390x/trace +s390x -syms s390x/trace
#+s390x s390x/vanilla +s390x s390x/vanilla

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:36da1dec435a0cd87638277a8707b491f54610f96d6367041eabe9723695e974 oid sha256:3b66b3dc59909aaa6b1e5f2d688af947da291f67e7f9d6b5166377698dba863f
size 259919 size 312826

View File

@ -190,8 +190,6 @@ Obsoletes: kvm-kmp-%build_flavor
Obsoletes: perfmon-kmp-%build_flavor Obsoletes: perfmon-kmp-%build_flavor
Obsoletes: iwlagn-2-6-27-kmp-%build_flavor Obsoletes: iwlagn-2-6-27-kmp-%build_flavor
Obsoletes: msi-wmi-kmp-%build_flavor Obsoletes: msi-wmi-kmp-%build_flavor
# sle11
Obsoletes: ocfs2-kmp-%build_flavor
# 11.1 # 11.1
Obsoletes: quickcam-kmp-%build_flavor < 0.6.7 Obsoletes: quickcam-kmp-%build_flavor < 0.6.7

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Fri Sep 27 11:05:13 CEST 2013 - jslaby@suse.cz
- README.BRANCH: fix typo
- commit 4c1fc5a
-------------------------------------------------------------------
Fri Sep 27 10:34:30 CEST 2013 - jslaby@suse.cz
- Linux 3.11.2.
- Refresh patches.xen/pci-guestdev.
- Refresh patches.xen/xen3-patch-2.6.27.
- Delete
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c.
- commit d1e8a21
-------------------------------------------------------------------
Fri Sep 27 10:29:30 CEST 2013 - jdelvare@suse.de
- config/*/debug: Enable FSCACHE_DEBUG and CACHEFILES_DEBUG.
- commit 5068fbc
-------------------------------------------------------------------
Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
- rpm/kernel-binary.spec.in: Remove Obsoletes ocfs2-kmp
This is done to enable install of ocfs2-kmp-* alongwith the
kernel until the patches are reviewed.
- commit 9d2b4ca
-------------------------------------------------------------------
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit adb564f
-------------------------------------------------------------------
Thu Sep 26 16:10:27 CEST 2013 - jeffm@suse.com
- patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation:
Updated Patch-mainline
- commit a1513a8
-------------------------------------------------------------------
Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit 68bb010
-------------------------------------------------------------------
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
- Update README.BRANCH
- commit 4d432eb
-------------------------------------------------------------------
Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
- commit e74b2a8
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
@ -10,20 +71,46 @@ Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz
- power_supply: Prevent suspend until power supply events are - power_supply: Prevent suspend until power supply events are
processed (bnc#841596). processed (bnc#841596).
- commit 50dfbd0 - commit 11b28da
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de
- Increase NR_CPUS on ppc64 to 2048 (fate#315438) - Increase NR_CPUS on ppc64 to 2048 (fate#315438)
- commit ddaa978 - commit 8a38aef
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz
- Update config files. - Update config files.
Fix ZSWAP on vanillas. Fix ZSWAP on vanillas.
- commit 5a7a093 - commit da42424
-------------------------------------------------------------------
Tue Sep 17 18:05:34 CEST 2013 - jeffm@suse.com
- scripts/sequence-patch.sh: Fix for Xen detection with --vanilla
When we hit the limit code to handle $SKIP_XEN and there aren't
any Xen patches to apply anyway, we'll fail because LIMIT is unset.
- commit 1d7b879
-------------------------------------------------------------------
Tue Sep 17 17:44:49 CEST 2013 - jeffm@suse.com
- scripts/tar-up.sh: Disable Xen patches when Xen configs are disabled
Similar to the change for scripts/sequence-patch.sh, this change
disables the Xen patches with +noxen in series.conf when creating
the kernel-source package.
- commit 3104a04
-------------------------------------------------------------------
Tue Sep 17 17:14:19 CEST 2013 - jeffm@suse.com
- scripts/sequence-patch.sh: Skip Xen patches when Xen configs are disabled.
When updating the base kernel version, the Xen patches must be updated
separately. This allows us to skip the Xen patches until they're resynced
just by disabling the configs.
- commit d9673e9
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild # needssslcertforbuild
%define srcversion 3.11 %define srcversion 3.11
%define patchversion 3.11.1 %define patchversion 3.11.2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-cubox Name: kernel-cubox
Summary: Kernel for SolidRun Cubox Summary: Kernel for SolidRun Cubox
Version: 3.11.1 Version: 3.11.2
Release: <RELEASE>.g2fa222d Release: <RELEASE>.g4c1fc5a
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -266,8 +266,6 @@ Obsoletes: kvm-kmp-%build_flavor
Obsoletes: perfmon-kmp-%build_flavor Obsoletes: perfmon-kmp-%build_flavor
Obsoletes: iwlagn-2-6-27-kmp-%build_flavor Obsoletes: iwlagn-2-6-27-kmp-%build_flavor
Obsoletes: msi-wmi-kmp-%build_flavor Obsoletes: msi-wmi-kmp-%build_flavor
# sle11
Obsoletes: ocfs2-kmp-%build_flavor
# 11.1 # 11.1
Obsoletes: quickcam-kmp-%build_flavor < 0.6.7 Obsoletes: quickcam-kmp-%build_flavor < 0.6.7

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Fri Sep 27 11:05:13 CEST 2013 - jslaby@suse.cz
- README.BRANCH: fix typo
- commit 4c1fc5a
-------------------------------------------------------------------
Fri Sep 27 10:34:30 CEST 2013 - jslaby@suse.cz
- Linux 3.11.2.
- Refresh patches.xen/pci-guestdev.
- Refresh patches.xen/xen3-patch-2.6.27.
- Delete
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c.
- commit d1e8a21
-------------------------------------------------------------------
Fri Sep 27 10:29:30 CEST 2013 - jdelvare@suse.de
- config/*/debug: Enable FSCACHE_DEBUG and CACHEFILES_DEBUG.
- commit 5068fbc
-------------------------------------------------------------------
Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
- rpm/kernel-binary.spec.in: Remove Obsoletes ocfs2-kmp
This is done to enable install of ocfs2-kmp-* alongwith the
kernel until the patches are reviewed.
- commit 9d2b4ca
-------------------------------------------------------------------
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit adb564f
-------------------------------------------------------------------
Thu Sep 26 16:10:27 CEST 2013 - jeffm@suse.com
- patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation:
Updated Patch-mainline
- commit a1513a8
-------------------------------------------------------------------
Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit 68bb010
-------------------------------------------------------------------
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
- Update README.BRANCH
- commit 4d432eb
-------------------------------------------------------------------
Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
- commit e74b2a8
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
@ -10,20 +71,46 @@ Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz
- power_supply: Prevent suspend until power supply events are - power_supply: Prevent suspend until power supply events are
processed (bnc#841596). processed (bnc#841596).
- commit 50dfbd0 - commit 11b28da
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de
- Increase NR_CPUS on ppc64 to 2048 (fate#315438) - Increase NR_CPUS on ppc64 to 2048 (fate#315438)
- commit ddaa978 - commit 8a38aef
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz
- Update config files. - Update config files.
Fix ZSWAP on vanillas. Fix ZSWAP on vanillas.
- commit 5a7a093 - commit da42424
-------------------------------------------------------------------
Tue Sep 17 18:05:34 CEST 2013 - jeffm@suse.com
- scripts/sequence-patch.sh: Fix for Xen detection with --vanilla
When we hit the limit code to handle $SKIP_XEN and there aren't
any Xen patches to apply anyway, we'll fail because LIMIT is unset.
- commit 1d7b879
-------------------------------------------------------------------
Tue Sep 17 17:44:49 CEST 2013 - jeffm@suse.com
- scripts/tar-up.sh: Disable Xen patches when Xen configs are disabled
Similar to the change for scripts/sequence-patch.sh, this change
disables the Xen patches with +noxen in series.conf when creating
the kernel-source package.
- commit 3104a04
-------------------------------------------------------------------
Tue Sep 17 17:14:19 CEST 2013 - jeffm@suse.com
- scripts/sequence-patch.sh: Skip Xen patches when Xen configs are disabled.
When updating the base kernel version, the Xen patches must be updated
separately. This allows us to skip the Xen patches until they're resynced
just by disabling the configs.
- commit d9673e9
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild # needssslcertforbuild
%define srcversion 3.11 %define srcversion 3.11
%define patchversion 3.11.1 %define patchversion 3.11.2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-debug Name: kernel-debug
Summary: A Debug Version of the Kernel Summary: A Debug Version of the Kernel
Version: 3.11.1 Version: 3.11.2
Release: <RELEASE>.g2fa222d Release: <RELEASE>.g4c1fc5a
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -214,7 +214,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2 Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2 Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ppc64 x86_64 ExclusiveArch: %ix86 ia64 ppc64 x86_64
%define kmp_target_cpu %_target_cpu %define kmp_target_cpu %_target_cpu
%ifarch %ix86 %ifarch %ix86
# Only i386/default supports i586, mark other flavors' packages as i686 # Only i386/default supports i586, mark other flavors' packages as i686
@ -269,8 +269,6 @@ Obsoletes: kvm-kmp-%build_flavor
Obsoletes: perfmon-kmp-%build_flavor Obsoletes: perfmon-kmp-%build_flavor
Obsoletes: iwlagn-2-6-27-kmp-%build_flavor Obsoletes: iwlagn-2-6-27-kmp-%build_flavor
Obsoletes: msi-wmi-kmp-%build_flavor Obsoletes: msi-wmi-kmp-%build_flavor
# sle11
Obsoletes: ocfs2-kmp-%build_flavor
# 11.1 # 11.1
Obsoletes: quickcam-kmp-%build_flavor < 0.6.7 Obsoletes: quickcam-kmp-%build_flavor < 0.6.7

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Fri Sep 27 11:05:13 CEST 2013 - jslaby@suse.cz
- README.BRANCH: fix typo
- commit 4c1fc5a
-------------------------------------------------------------------
Fri Sep 27 10:34:30 CEST 2013 - jslaby@suse.cz
- Linux 3.11.2.
- Refresh patches.xen/pci-guestdev.
- Refresh patches.xen/xen3-patch-2.6.27.
- Delete
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c.
- commit d1e8a21
-------------------------------------------------------------------
Fri Sep 27 10:29:30 CEST 2013 - jdelvare@suse.de
- config/*/debug: Enable FSCACHE_DEBUG and CACHEFILES_DEBUG.
- commit 5068fbc
-------------------------------------------------------------------
Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
- rpm/kernel-binary.spec.in: Remove Obsoletes ocfs2-kmp
This is done to enable install of ocfs2-kmp-* alongwith the
kernel until the patches are reviewed.
- commit 9d2b4ca
-------------------------------------------------------------------
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit adb564f
-------------------------------------------------------------------
Thu Sep 26 16:10:27 CEST 2013 - jeffm@suse.com
- patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation:
Updated Patch-mainline
- commit a1513a8
-------------------------------------------------------------------
Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit 68bb010
-------------------------------------------------------------------
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
- Update README.BRANCH
- commit 4d432eb
-------------------------------------------------------------------
Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
- commit e74b2a8
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
@ -10,20 +71,46 @@ Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz
- power_supply: Prevent suspend until power supply events are - power_supply: Prevent suspend until power supply events are
processed (bnc#841596). processed (bnc#841596).
- commit 50dfbd0 - commit 11b28da
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de
- Increase NR_CPUS on ppc64 to 2048 (fate#315438) - Increase NR_CPUS on ppc64 to 2048 (fate#315438)
- commit ddaa978 - commit 8a38aef
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz
- Update config files. - Update config files.
Fix ZSWAP on vanillas. Fix ZSWAP on vanillas.
- commit 5a7a093 - commit da42424
-------------------------------------------------------------------
Tue Sep 17 18:05:34 CEST 2013 - jeffm@suse.com
- scripts/sequence-patch.sh: Fix for Xen detection with --vanilla
When we hit the limit code to handle $SKIP_XEN and there aren't
any Xen patches to apply anyway, we'll fail because LIMIT is unset.
- commit 1d7b879
-------------------------------------------------------------------
Tue Sep 17 17:44:49 CEST 2013 - jeffm@suse.com
- scripts/tar-up.sh: Disable Xen patches when Xen configs are disabled
Similar to the change for scripts/sequence-patch.sh, this change
disables the Xen patches with +noxen in series.conf when creating
the kernel-source package.
- commit 3104a04
-------------------------------------------------------------------
Tue Sep 17 17:14:19 CEST 2013 - jeffm@suse.com
- scripts/sequence-patch.sh: Skip Xen patches when Xen configs are disabled.
When updating the base kernel version, the Xen patches must be updated
separately. This allows us to skip the Xen patches until they're resynced
just by disabling the configs.
- commit d9673e9
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild # needssslcertforbuild
%define srcversion 3.11 %define srcversion 3.11
%define patchversion 3.11.1 %define patchversion 3.11.2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-default Name: kernel-default
Summary: The Standard Kernel Summary: The Standard Kernel
Version: 3.11.1 Version: 3.11.2
Release: <RELEASE>.g2fa222d Release: <RELEASE>.g4c1fc5a
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -152,10 +152,18 @@ Provides: kernel = %version-%source_rel
Provides: smp kernel-smp Provides: smp kernel-smp
Obsoletes: smp kernel-smp Obsoletes: smp kernel-smp
%endif %endif
%ifarch ia64
Provides: kernel-sn2
Obsoletes: kernel-sn2
%endif
%ifarch ppc64 %ifarch ppc64
Provides: kernel-kdump Provides: kernel-kdump
Obsoletes: kernel-kdump Obsoletes: kernel-kdump
%endif %endif
%ifarch s390x
Provides: kernel-64bit
Obsoletes: kernel-64bit
%endif
%ifarch x86_64 %ifarch x86_64
Provides: smp kernel-smp Provides: smp kernel-smp
Obsoletes: smp kernel-smp Obsoletes: smp kernel-smp
@ -222,7 +230,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2 Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2 Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc ppc64 x86_64 ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ia64 ppc ppc64 s390x x86_64
%define kmp_target_cpu %_target_cpu %define kmp_target_cpu %_target_cpu
%ifarch %ix86 %ifarch %ix86
# Only i386/default supports i586, mark other flavors' packages as i686 # Only i386/default supports i586, mark other flavors' packages as i686
@ -277,8 +285,6 @@ Obsoletes: kvm-kmp-%build_flavor
Obsoletes: perfmon-kmp-%build_flavor Obsoletes: perfmon-kmp-%build_flavor
Obsoletes: iwlagn-2-6-27-kmp-%build_flavor Obsoletes: iwlagn-2-6-27-kmp-%build_flavor
Obsoletes: msi-wmi-kmp-%build_flavor Obsoletes: msi-wmi-kmp-%build_flavor
# sle11
Obsoletes: ocfs2-kmp-%build_flavor
# 11.1 # 11.1
Obsoletes: quickcam-kmp-%build_flavor < 0.6.7 Obsoletes: quickcam-kmp-%build_flavor < 0.6.7

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Fri Sep 27 11:05:13 CEST 2013 - jslaby@suse.cz
- README.BRANCH: fix typo
- commit 4c1fc5a
-------------------------------------------------------------------
Fri Sep 27 10:34:30 CEST 2013 - jslaby@suse.cz
- Linux 3.11.2.
- Refresh patches.xen/pci-guestdev.
- Refresh patches.xen/xen3-patch-2.6.27.
- Delete
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c.
- commit d1e8a21
-------------------------------------------------------------------
Fri Sep 27 10:29:30 CEST 2013 - jdelvare@suse.de
- config/*/debug: Enable FSCACHE_DEBUG and CACHEFILES_DEBUG.
- commit 5068fbc
-------------------------------------------------------------------
Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
- rpm/kernel-binary.spec.in: Remove Obsoletes ocfs2-kmp
This is done to enable install of ocfs2-kmp-* alongwith the
kernel until the patches are reviewed.
- commit 9d2b4ca
-------------------------------------------------------------------
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit adb564f
-------------------------------------------------------------------
Thu Sep 26 16:10:27 CEST 2013 - jeffm@suse.com
- patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation:
Updated Patch-mainline
- commit a1513a8
-------------------------------------------------------------------
Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit 68bb010
-------------------------------------------------------------------
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
- Update README.BRANCH
- commit 4d432eb
-------------------------------------------------------------------
Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
- commit e74b2a8
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
@ -10,20 +71,46 @@ Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz
- power_supply: Prevent suspend until power supply events are - power_supply: Prevent suspend until power supply events are
processed (bnc#841596). processed (bnc#841596).
- commit 50dfbd0 - commit 11b28da
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de
- Increase NR_CPUS on ppc64 to 2048 (fate#315438) - Increase NR_CPUS on ppc64 to 2048 (fate#315438)
- commit ddaa978 - commit 8a38aef
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz
- Update config files. - Update config files.
Fix ZSWAP on vanillas. Fix ZSWAP on vanillas.
- commit 5a7a093 - commit da42424
-------------------------------------------------------------------
Tue Sep 17 18:05:34 CEST 2013 - jeffm@suse.com
- scripts/sequence-patch.sh: Fix for Xen detection with --vanilla
When we hit the limit code to handle $SKIP_XEN and there aren't
any Xen patches to apply anyway, we'll fail because LIMIT is unset.
- commit 1d7b879
-------------------------------------------------------------------
Tue Sep 17 17:44:49 CEST 2013 - jeffm@suse.com
- scripts/tar-up.sh: Disable Xen patches when Xen configs are disabled
Similar to the change for scripts/sequence-patch.sh, this change
disables the Xen patches with +noxen in series.conf when creating
the kernel-source package.
- commit 3104a04
-------------------------------------------------------------------
Tue Sep 17 17:14:19 CEST 2013 - jeffm@suse.com
- scripts/sequence-patch.sh: Skip Xen patches when Xen configs are disabled.
When updating the base kernel version, the Xen patches must be updated
separately. This allows us to skip the Xen patches until they're resynced
just by disabling the configs.
- commit d9673e9
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild # needssslcertforbuild
%define srcversion 3.11 %define srcversion 3.11
%define patchversion 3.11.1 %define patchversion 3.11.2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-desktop Name: kernel-desktop
Summary: Kernel optimized for the desktop Summary: Kernel optimized for the desktop
Version: 3.11.1 Version: 3.11.2
Release: <RELEASE>.g2fa222d Release: <RELEASE>.g4c1fc5a
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -266,8 +266,6 @@ Obsoletes: kvm-kmp-%build_flavor
Obsoletes: perfmon-kmp-%build_flavor Obsoletes: perfmon-kmp-%build_flavor
Obsoletes: iwlagn-2-6-27-kmp-%build_flavor Obsoletes: iwlagn-2-6-27-kmp-%build_flavor
Obsoletes: msi-wmi-kmp-%build_flavor Obsoletes: msi-wmi-kmp-%build_flavor
# sle11
Obsoletes: ocfs2-kmp-%build_flavor
# 11.1 # 11.1
Obsoletes: quickcam-kmp-%build_flavor < 0.6.7 Obsoletes: quickcam-kmp-%build_flavor < 0.6.7

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Fri Sep 27 11:05:13 CEST 2013 - jslaby@suse.cz
- README.BRANCH: fix typo
- commit 4c1fc5a
-------------------------------------------------------------------
Fri Sep 27 10:34:30 CEST 2013 - jslaby@suse.cz
- Linux 3.11.2.
- Refresh patches.xen/pci-guestdev.
- Refresh patches.xen/xen3-patch-2.6.27.
- Delete
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c.
- commit d1e8a21
-------------------------------------------------------------------
Fri Sep 27 10:29:30 CEST 2013 - jdelvare@suse.de
- config/*/debug: Enable FSCACHE_DEBUG and CACHEFILES_DEBUG.
- commit 5068fbc
-------------------------------------------------------------------
Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
- rpm/kernel-binary.spec.in: Remove Obsoletes ocfs2-kmp
This is done to enable install of ocfs2-kmp-* alongwith the
kernel until the patches are reviewed.
- commit 9d2b4ca
-------------------------------------------------------------------
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit adb564f
-------------------------------------------------------------------
Thu Sep 26 16:10:27 CEST 2013 - jeffm@suse.com
- patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation:
Updated Patch-mainline
- commit a1513a8
-------------------------------------------------------------------
Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit 68bb010
-------------------------------------------------------------------
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
- Update README.BRANCH
- commit 4d432eb
-------------------------------------------------------------------
Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
- commit e74b2a8
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
@ -10,20 +71,46 @@ Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz
- power_supply: Prevent suspend until power supply events are - power_supply: Prevent suspend until power supply events are
processed (bnc#841596). processed (bnc#841596).
- commit 50dfbd0 - commit 11b28da
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de
- Increase NR_CPUS on ppc64 to 2048 (fate#315438) - Increase NR_CPUS on ppc64 to 2048 (fate#315438)
- commit ddaa978 - commit 8a38aef
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz
- Update config files. - Update config files.
Fix ZSWAP on vanillas. Fix ZSWAP on vanillas.
- commit 5a7a093 - commit da42424
-------------------------------------------------------------------
Tue Sep 17 18:05:34 CEST 2013 - jeffm@suse.com
- scripts/sequence-patch.sh: Fix for Xen detection with --vanilla
When we hit the limit code to handle $SKIP_XEN and there aren't
any Xen patches to apply anyway, we'll fail because LIMIT is unset.
- commit 1d7b879
-------------------------------------------------------------------
Tue Sep 17 17:44:49 CEST 2013 - jeffm@suse.com
- scripts/tar-up.sh: Disable Xen patches when Xen configs are disabled
Similar to the change for scripts/sequence-patch.sh, this change
disables the Xen patches with +noxen in series.conf when creating
the kernel-source package.
- commit 3104a04
-------------------------------------------------------------------
Tue Sep 17 17:14:19 CEST 2013 - jeffm@suse.com
- scripts/sequence-patch.sh: Skip Xen patches when Xen configs are disabled.
When updating the base kernel version, the Xen patches must be updated
separately. This allows us to skip the Xen patches until they're resynced
just by disabling the configs.
- commit d9673e9
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com

View File

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

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Fri Sep 27 11:05:13 CEST 2013 - jslaby@suse.cz
- README.BRANCH: fix typo
- commit 4c1fc5a
-------------------------------------------------------------------
Fri Sep 27 10:34:30 CEST 2013 - jslaby@suse.cz
- Linux 3.11.2.
- Refresh patches.xen/pci-guestdev.
- Refresh patches.xen/xen3-patch-2.6.27.
- Delete
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c.
- commit d1e8a21
-------------------------------------------------------------------
Fri Sep 27 10:29:30 CEST 2013 - jdelvare@suse.de
- config/*/debug: Enable FSCACHE_DEBUG and CACHEFILES_DEBUG.
- commit 5068fbc
-------------------------------------------------------------------
Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
- rpm/kernel-binary.spec.in: Remove Obsoletes ocfs2-kmp
This is done to enable install of ocfs2-kmp-* alongwith the
kernel until the patches are reviewed.
- commit 9d2b4ca
-------------------------------------------------------------------
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit adb564f
-------------------------------------------------------------------
Thu Sep 26 16:10:27 CEST 2013 - jeffm@suse.com
- patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation:
Updated Patch-mainline
- commit a1513a8
-------------------------------------------------------------------
Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit 68bb010
-------------------------------------------------------------------
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
- Update README.BRANCH
- commit 4d432eb
-------------------------------------------------------------------
Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
- commit e74b2a8
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
@ -10,20 +71,46 @@ Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz
- power_supply: Prevent suspend until power supply events are - power_supply: Prevent suspend until power supply events are
processed (bnc#841596). processed (bnc#841596).
- commit 50dfbd0 - commit 11b28da
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de
- Increase NR_CPUS on ppc64 to 2048 (fate#315438) - Increase NR_CPUS on ppc64 to 2048 (fate#315438)
- commit ddaa978 - commit 8a38aef
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz
- Update config files. - Update config files.
Fix ZSWAP on vanillas. Fix ZSWAP on vanillas.
- commit 5a7a093 - commit da42424
-------------------------------------------------------------------
Tue Sep 17 18:05:34 CEST 2013 - jeffm@suse.com
- scripts/sequence-patch.sh: Fix for Xen detection with --vanilla
When we hit the limit code to handle $SKIP_XEN and there aren't
any Xen patches to apply anyway, we'll fail because LIMIT is unset.
- commit 1d7b879
-------------------------------------------------------------------
Tue Sep 17 17:44:49 CEST 2013 - jeffm@suse.com
- scripts/tar-up.sh: Disable Xen patches when Xen configs are disabled
Similar to the change for scripts/sequence-patch.sh, this change
disables the Xen patches with +noxen in series.conf when creating
the kernel-source package.
- commit 3104a04
-------------------------------------------------------------------
Tue Sep 17 17:14:19 CEST 2013 - jeffm@suse.com
- scripts/sequence-patch.sh: Skip Xen patches when Xen configs are disabled.
When updating the base kernel version, the Xen patches must be updated
separately. This allows us to skip the Xen patches until they're resynced
just by disabling the configs.
- commit d9673e9
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild # needssslcertforbuild
%define srcversion 3.11 %define srcversion 3.11
%define patchversion 3.11.1 %define patchversion 3.11.2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-ec2 Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel Summary: The Amazon EC2 Xen Kernel
Version: 3.11.1 Version: 3.11.2
Release: <RELEASE>.g2fa222d Release: <RELEASE>.g4c1fc5a
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -266,8 +266,6 @@ Obsoletes: kvm-kmp-%build_flavor
Obsoletes: perfmon-kmp-%build_flavor Obsoletes: perfmon-kmp-%build_flavor
Obsoletes: iwlagn-2-6-27-kmp-%build_flavor Obsoletes: iwlagn-2-6-27-kmp-%build_flavor
Obsoletes: msi-wmi-kmp-%build_flavor Obsoletes: msi-wmi-kmp-%build_flavor
# sle11
Obsoletes: ocfs2-kmp-%build_flavor
# 11.1 # 11.1
Obsoletes: quickcam-kmp-%build_flavor < 0.6.7 Obsoletes: quickcam-kmp-%build_flavor < 0.6.7

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Fri Sep 27 11:05:13 CEST 2013 - jslaby@suse.cz
- README.BRANCH: fix typo
- commit 4c1fc5a
-------------------------------------------------------------------
Fri Sep 27 10:34:30 CEST 2013 - jslaby@suse.cz
- Linux 3.11.2.
- Refresh patches.xen/pci-guestdev.
- Refresh patches.xen/xen3-patch-2.6.27.
- Delete
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c.
- commit d1e8a21
-------------------------------------------------------------------
Fri Sep 27 10:29:30 CEST 2013 - jdelvare@suse.de
- config/*/debug: Enable FSCACHE_DEBUG and CACHEFILES_DEBUG.
- commit 5068fbc
-------------------------------------------------------------------
Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
- rpm/kernel-binary.spec.in: Remove Obsoletes ocfs2-kmp
This is done to enable install of ocfs2-kmp-* alongwith the
kernel until the patches are reviewed.
- commit 9d2b4ca
-------------------------------------------------------------------
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit adb564f
-------------------------------------------------------------------
Thu Sep 26 16:10:27 CEST 2013 - jeffm@suse.com
- patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation:
Updated Patch-mainline
- commit a1513a8
-------------------------------------------------------------------
Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit 68bb010
-------------------------------------------------------------------
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
- Update README.BRANCH
- commit 4d432eb
-------------------------------------------------------------------
Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
- commit e74b2a8
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
@ -10,20 +71,46 @@ Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz
- power_supply: Prevent suspend until power supply events are - power_supply: Prevent suspend until power supply events are
processed (bnc#841596). processed (bnc#841596).
- commit 50dfbd0 - commit 11b28da
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de
- Increase NR_CPUS on ppc64 to 2048 (fate#315438) - Increase NR_CPUS on ppc64 to 2048 (fate#315438)
- commit ddaa978 - commit 8a38aef
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz
- Update config files. - Update config files.
Fix ZSWAP on vanillas. Fix ZSWAP on vanillas.
- commit 5a7a093 - commit da42424
-------------------------------------------------------------------
Tue Sep 17 18:05:34 CEST 2013 - jeffm@suse.com
- scripts/sequence-patch.sh: Fix for Xen detection with --vanilla
When we hit the limit code to handle $SKIP_XEN and there aren't
any Xen patches to apply anyway, we'll fail because LIMIT is unset.
- commit 1d7b879
-------------------------------------------------------------------
Tue Sep 17 17:44:49 CEST 2013 - jeffm@suse.com
- scripts/tar-up.sh: Disable Xen patches when Xen configs are disabled
Similar to the change for scripts/sequence-patch.sh, this change
disables the Xen patches with +noxen in series.conf when creating
the kernel-source package.
- commit 3104a04
-------------------------------------------------------------------
Tue Sep 17 17:14:19 CEST 2013 - jeffm@suse.com
- scripts/sequence-patch.sh: Skip Xen patches when Xen configs are disabled.
When updating the base kernel version, the Xen patches must be updated
separately. This allows us to skip the Xen patches until they're resynced
just by disabling the configs.
- commit d9673e9
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild # needssslcertforbuild
%define srcversion 3.11 %define srcversion 3.11
%define patchversion 3.11.1 %define patchversion 3.11.2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-exynos Name: kernel-exynos
Summary: Kernel for Samsung's Exynos SoC Summary: Kernel for Samsung's Exynos SoC
Version: 3.11.1 Version: 3.11.2
Release: <RELEASE>.g2fa222d Release: <RELEASE>.g4c1fc5a
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -266,8 +266,6 @@ Obsoletes: kvm-kmp-%build_flavor
Obsoletes: perfmon-kmp-%build_flavor Obsoletes: perfmon-kmp-%build_flavor
Obsoletes: iwlagn-2-6-27-kmp-%build_flavor Obsoletes: iwlagn-2-6-27-kmp-%build_flavor
Obsoletes: msi-wmi-kmp-%build_flavor Obsoletes: msi-wmi-kmp-%build_flavor
# sle11
Obsoletes: ocfs2-kmp-%build_flavor
# 11.1 # 11.1
Obsoletes: quickcam-kmp-%build_flavor < 0.6.7 Obsoletes: quickcam-kmp-%build_flavor < 0.6.7

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Fri Sep 27 11:05:13 CEST 2013 - jslaby@suse.cz
- README.BRANCH: fix typo
- commit 4c1fc5a
-------------------------------------------------------------------
Fri Sep 27 10:34:30 CEST 2013 - jslaby@suse.cz
- Linux 3.11.2.
- Refresh patches.xen/pci-guestdev.
- Refresh patches.xen/xen3-patch-2.6.27.
- Delete
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c.
- commit d1e8a21
-------------------------------------------------------------------
Fri Sep 27 10:29:30 CEST 2013 - jdelvare@suse.de
- config/*/debug: Enable FSCACHE_DEBUG and CACHEFILES_DEBUG.
- commit 5068fbc
-------------------------------------------------------------------
Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
- rpm/kernel-binary.spec.in: Remove Obsoletes ocfs2-kmp
This is done to enable install of ocfs2-kmp-* alongwith the
kernel until the patches are reviewed.
- commit 9d2b4ca
-------------------------------------------------------------------
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit adb564f
-------------------------------------------------------------------
Thu Sep 26 16:10:27 CEST 2013 - jeffm@suse.com
- patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation:
Updated Patch-mainline
- commit a1513a8
-------------------------------------------------------------------
Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit 68bb010
-------------------------------------------------------------------
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
- Update README.BRANCH
- commit 4d432eb
-------------------------------------------------------------------
Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
- commit e74b2a8
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
@ -10,20 +71,46 @@ Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz
- power_supply: Prevent suspend until power supply events are - power_supply: Prevent suspend until power supply events are
processed (bnc#841596). processed (bnc#841596).
- commit 50dfbd0 - commit 11b28da
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de
- Increase NR_CPUS on ppc64 to 2048 (fate#315438) - Increase NR_CPUS on ppc64 to 2048 (fate#315438)
- commit ddaa978 - commit 8a38aef
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz
- Update config files. - Update config files.
Fix ZSWAP on vanillas. Fix ZSWAP on vanillas.
- commit 5a7a093 - commit da42424
-------------------------------------------------------------------
Tue Sep 17 18:05:34 CEST 2013 - jeffm@suse.com
- scripts/sequence-patch.sh: Fix for Xen detection with --vanilla
When we hit the limit code to handle $SKIP_XEN and there aren't
any Xen patches to apply anyway, we'll fail because LIMIT is unset.
- commit 1d7b879
-------------------------------------------------------------------
Tue Sep 17 17:44:49 CEST 2013 - jeffm@suse.com
- scripts/tar-up.sh: Disable Xen patches when Xen configs are disabled
Similar to the change for scripts/sequence-patch.sh, this change
disables the Xen patches with +noxen in series.conf when creating
the kernel-source package.
- commit 3104a04
-------------------------------------------------------------------
Tue Sep 17 17:14:19 CEST 2013 - jeffm@suse.com
- scripts/sequence-patch.sh: Skip Xen patches when Xen configs are disabled.
When updating the base kernel version, the Xen patches must be updated
separately. This allows us to skip the Xen patches until they're resynced
just by disabling the configs.
- commit d9673e9
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild # needssslcertforbuild
%define srcversion 3.11 %define srcversion 3.11
%define patchversion 3.11.1 %define patchversion 3.11.2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-lpae Name: kernel-lpae
Summary: Kernel for LPAE enabled systems Summary: Kernel for LPAE enabled systems
Version: 3.11.1 Version: 3.11.2
Release: <RELEASE>.g2fa222d Release: <RELEASE>.g4c1fc5a
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -266,8 +266,6 @@ Obsoletes: kvm-kmp-%build_flavor
Obsoletes: perfmon-kmp-%build_flavor Obsoletes: perfmon-kmp-%build_flavor
Obsoletes: iwlagn-2-6-27-kmp-%build_flavor Obsoletes: iwlagn-2-6-27-kmp-%build_flavor
Obsoletes: msi-wmi-kmp-%build_flavor Obsoletes: msi-wmi-kmp-%build_flavor
# sle11
Obsoletes: ocfs2-kmp-%build_flavor
# 11.1 # 11.1
Obsoletes: quickcam-kmp-%build_flavor < 0.6.7 Obsoletes: quickcam-kmp-%build_flavor < 0.6.7

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Fri Sep 27 11:05:13 CEST 2013 - jslaby@suse.cz
- README.BRANCH: fix typo
- commit 4c1fc5a
-------------------------------------------------------------------
Fri Sep 27 10:34:30 CEST 2013 - jslaby@suse.cz
- Linux 3.11.2.
- Refresh patches.xen/pci-guestdev.
- Refresh patches.xen/xen3-patch-2.6.27.
- Delete
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c.
- commit d1e8a21
-------------------------------------------------------------------
Fri Sep 27 10:29:30 CEST 2013 - jdelvare@suse.de
- config/*/debug: Enable FSCACHE_DEBUG and CACHEFILES_DEBUG.
- commit 5068fbc
-------------------------------------------------------------------
Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
- rpm/kernel-binary.spec.in: Remove Obsoletes ocfs2-kmp
This is done to enable install of ocfs2-kmp-* alongwith the
kernel until the patches are reviewed.
- commit 9d2b4ca
-------------------------------------------------------------------
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit adb564f
-------------------------------------------------------------------
Thu Sep 26 16:10:27 CEST 2013 - jeffm@suse.com
- patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation:
Updated Patch-mainline
- commit a1513a8
-------------------------------------------------------------------
Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit 68bb010
-------------------------------------------------------------------
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
- Update README.BRANCH
- commit 4d432eb
-------------------------------------------------------------------
Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
- commit e74b2a8
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
@ -10,20 +71,46 @@ Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz
- power_supply: Prevent suspend until power supply events are - power_supply: Prevent suspend until power supply events are
processed (bnc#841596). processed (bnc#841596).
- commit 50dfbd0 - commit 11b28da
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de
- Increase NR_CPUS on ppc64 to 2048 (fate#315438) - Increase NR_CPUS on ppc64 to 2048 (fate#315438)
- commit ddaa978 - commit 8a38aef
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz
- Update config files. - Update config files.
Fix ZSWAP on vanillas. Fix ZSWAP on vanillas.
- commit 5a7a093 - commit da42424
-------------------------------------------------------------------
Tue Sep 17 18:05:34 CEST 2013 - jeffm@suse.com
- scripts/sequence-patch.sh: Fix for Xen detection with --vanilla
When we hit the limit code to handle $SKIP_XEN and there aren't
any Xen patches to apply anyway, we'll fail because LIMIT is unset.
- commit 1d7b879
-------------------------------------------------------------------
Tue Sep 17 17:44:49 CEST 2013 - jeffm@suse.com
- scripts/tar-up.sh: Disable Xen patches when Xen configs are disabled
Similar to the change for scripts/sequence-patch.sh, this change
disables the Xen patches with +noxen in series.conf when creating
the kernel-source package.
- commit 3104a04
-------------------------------------------------------------------
Tue Sep 17 17:14:19 CEST 2013 - jeffm@suse.com
- scripts/sequence-patch.sh: Skip Xen patches when Xen configs are disabled.
When updating the base kernel version, the Xen patches must be updated
separately. This allows us to skip the Xen patches until they're resynced
just by disabling the configs.
- commit d9673e9
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild # needssslcertforbuild
%define srcversion 3.11 %define srcversion 3.11
%define patchversion 3.11.1 %define patchversion 3.11.2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-pae Name: kernel-pae
Summary: Kernel with PAE Support Summary: Kernel with PAE Support
Version: 3.11.1 Version: 3.11.2
Release: <RELEASE>.g2fa222d Release: <RELEASE>.g4c1fc5a
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -269,8 +269,6 @@ Obsoletes: kvm-kmp-%build_flavor
Obsoletes: perfmon-kmp-%build_flavor Obsoletes: perfmon-kmp-%build_flavor
Obsoletes: iwlagn-2-6-27-kmp-%build_flavor Obsoletes: iwlagn-2-6-27-kmp-%build_flavor
Obsoletes: msi-wmi-kmp-%build_flavor Obsoletes: msi-wmi-kmp-%build_flavor
# sle11
Obsoletes: ocfs2-kmp-%build_flavor
# 11.1 # 11.1
Obsoletes: quickcam-kmp-%build_flavor < 0.6.7 Obsoletes: quickcam-kmp-%build_flavor < 0.6.7

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Fri Sep 27 11:05:13 CEST 2013 - jslaby@suse.cz
- README.BRANCH: fix typo
- commit 4c1fc5a
-------------------------------------------------------------------
Fri Sep 27 10:34:30 CEST 2013 - jslaby@suse.cz
- Linux 3.11.2.
- Refresh patches.xen/pci-guestdev.
- Refresh patches.xen/xen3-patch-2.6.27.
- Delete
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c.
- commit d1e8a21
-------------------------------------------------------------------
Fri Sep 27 10:29:30 CEST 2013 - jdelvare@suse.de
- config/*/debug: Enable FSCACHE_DEBUG and CACHEFILES_DEBUG.
- commit 5068fbc
-------------------------------------------------------------------
Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
- rpm/kernel-binary.spec.in: Remove Obsoletes ocfs2-kmp
This is done to enable install of ocfs2-kmp-* alongwith the
kernel until the patches are reviewed.
- commit 9d2b4ca
-------------------------------------------------------------------
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit adb564f
-------------------------------------------------------------------
Thu Sep 26 16:10:27 CEST 2013 - jeffm@suse.com
- patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation:
Updated Patch-mainline
- commit a1513a8
-------------------------------------------------------------------
Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit 68bb010
-------------------------------------------------------------------
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
- Update README.BRANCH
- commit 4d432eb
-------------------------------------------------------------------
Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
- commit e74b2a8
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
@ -10,20 +71,46 @@ Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz
- power_supply: Prevent suspend until power supply events are - power_supply: Prevent suspend until power supply events are
processed (bnc#841596). processed (bnc#841596).
- commit 50dfbd0 - commit 11b28da
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de
- Increase NR_CPUS on ppc64 to 2048 (fate#315438) - Increase NR_CPUS on ppc64 to 2048 (fate#315438)
- commit ddaa978 - commit 8a38aef
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz
- Update config files. - Update config files.
Fix ZSWAP on vanillas. Fix ZSWAP on vanillas.
- commit 5a7a093 - commit da42424
-------------------------------------------------------------------
Tue Sep 17 18:05:34 CEST 2013 - jeffm@suse.com
- scripts/sequence-patch.sh: Fix for Xen detection with --vanilla
When we hit the limit code to handle $SKIP_XEN and there aren't
any Xen patches to apply anyway, we'll fail because LIMIT is unset.
- commit 1d7b879
-------------------------------------------------------------------
Tue Sep 17 17:44:49 CEST 2013 - jeffm@suse.com
- scripts/tar-up.sh: Disable Xen patches when Xen configs are disabled
Similar to the change for scripts/sequence-patch.sh, this change
disables the Xen patches with +noxen in series.conf when creating
the kernel-source package.
- commit 3104a04
-------------------------------------------------------------------
Tue Sep 17 17:14:19 CEST 2013 - jeffm@suse.com
- scripts/sequence-patch.sh: Skip Xen patches when Xen configs are disabled.
When updating the base kernel version, the Xen patches must be updated
separately. This allows us to skip the Xen patches until they're resynced
just by disabling the configs.
- commit d9673e9
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com

View File

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

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Fri Sep 27 11:05:13 CEST 2013 - jslaby@suse.cz
- README.BRANCH: fix typo
- commit 4c1fc5a
-------------------------------------------------------------------
Fri Sep 27 10:34:30 CEST 2013 - jslaby@suse.cz
- Linux 3.11.2.
- Refresh patches.xen/pci-guestdev.
- Refresh patches.xen/xen3-patch-2.6.27.
- Delete
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c.
- commit d1e8a21
-------------------------------------------------------------------
Fri Sep 27 10:29:30 CEST 2013 - jdelvare@suse.de
- config/*/debug: Enable FSCACHE_DEBUG and CACHEFILES_DEBUG.
- commit 5068fbc
-------------------------------------------------------------------
Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
- rpm/kernel-binary.spec.in: Remove Obsoletes ocfs2-kmp
This is done to enable install of ocfs2-kmp-* alongwith the
kernel until the patches are reviewed.
- commit 9d2b4ca
-------------------------------------------------------------------
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit adb564f
-------------------------------------------------------------------
Thu Sep 26 16:10:27 CEST 2013 - jeffm@suse.com
- patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation:
Updated Patch-mainline
- commit a1513a8
-------------------------------------------------------------------
Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit 68bb010
-------------------------------------------------------------------
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
- Update README.BRANCH
- commit 4d432eb
-------------------------------------------------------------------
Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
- commit e74b2a8
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
@ -10,20 +71,46 @@ Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz
- power_supply: Prevent suspend until power supply events are - power_supply: Prevent suspend until power supply events are
processed (bnc#841596). processed (bnc#841596).
- commit 50dfbd0 - commit 11b28da
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de
- Increase NR_CPUS on ppc64 to 2048 (fate#315438) - Increase NR_CPUS on ppc64 to 2048 (fate#315438)
- commit ddaa978 - commit 8a38aef
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz
- Update config files. - Update config files.
Fix ZSWAP on vanillas. Fix ZSWAP on vanillas.
- commit 5a7a093 - commit da42424
-------------------------------------------------------------------
Tue Sep 17 18:05:34 CEST 2013 - jeffm@suse.com
- scripts/sequence-patch.sh: Fix for Xen detection with --vanilla
When we hit the limit code to handle $SKIP_XEN and there aren't
any Xen patches to apply anyway, we'll fail because LIMIT is unset.
- commit 1d7b879
-------------------------------------------------------------------
Tue Sep 17 17:44:49 CEST 2013 - jeffm@suse.com
- scripts/tar-up.sh: Disable Xen patches when Xen configs are disabled
Similar to the change for scripts/sequence-patch.sh, this change
disables the Xen patches with +noxen in series.conf when creating
the kernel-source package.
- commit 3104a04
-------------------------------------------------------------------
Tue Sep 17 17:14:19 CEST 2013 - jeffm@suse.com
- scripts/sequence-patch.sh: Skip Xen patches when Xen configs are disabled.
When updating the base kernel version, the Xen patches must be updated
separately. This allows us to skip the Xen patches until they're resynced
just by disabling the configs.
- commit d9673e9
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com

View File

@ -23,9 +23,9 @@
Name: kernel-syms Name: kernel-syms
Summary: Kernel Symbol Versions (modversions) Summary: Kernel Symbol Versions (modversions)
Version: 3.11.1 Version: 3.11.2
%if %using_buildservice %if %using_buildservice
Release: <RELEASE>.g2fa222d Release: <RELEASE>.g4c1fc5a
%else %else
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0) %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 Release: %kernel_source_release
@ -38,7 +38,7 @@ BuildRequires: coreutils
%ifarch armv7hl %ifarch armv7hl
Requires: kernel-cubox-devel = %version-%source_rel Requires: kernel-cubox-devel = %version-%source_rel
%endif %endif
%ifarch aarch64 armv6hl armv7hl %ix86 ppc ppc64 x86_64 %ifarch aarch64 armv6hl armv7hl %ix86 ia64 ppc ppc64 s390x x86_64
Requires: kernel-default-devel = %version-%source_rel Requires: kernel-default-devel = %version-%source_rel
%endif %endif
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
@ -61,7 +61,7 @@ Provides: %name = %version-%source_rel
Source: README.KSYMS Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 aarch64 armv6hl armv7hl ppc ppc64 x86_64 ExclusiveArch: %ix86 aarch64 armv6hl armv7hl ia64 ppc ppc64 s390x x86_64
Prefix: /usr/src Prefix: /usr/src
%description %description

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Fri Sep 27 11:05:13 CEST 2013 - jslaby@suse.cz
- README.BRANCH: fix typo
- commit 4c1fc5a
-------------------------------------------------------------------
Fri Sep 27 10:34:30 CEST 2013 - jslaby@suse.cz
- Linux 3.11.2.
- Refresh patches.xen/pci-guestdev.
- Refresh patches.xen/xen3-patch-2.6.27.
- Delete
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c.
- commit d1e8a21
-------------------------------------------------------------------
Fri Sep 27 10:29:30 CEST 2013 - jdelvare@suse.de
- config/*/debug: Enable FSCACHE_DEBUG and CACHEFILES_DEBUG.
- commit 5068fbc
-------------------------------------------------------------------
Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
- rpm/kernel-binary.spec.in: Remove Obsoletes ocfs2-kmp
This is done to enable install of ocfs2-kmp-* alongwith the
kernel until the patches are reviewed.
- commit 9d2b4ca
-------------------------------------------------------------------
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit adb564f
-------------------------------------------------------------------
Thu Sep 26 16:10:27 CEST 2013 - jeffm@suse.com
- patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation:
Updated Patch-mainline
- commit a1513a8
-------------------------------------------------------------------
Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit 68bb010
-------------------------------------------------------------------
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
- Update README.BRANCH
- commit 4d432eb
-------------------------------------------------------------------
Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
- commit e74b2a8
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
@ -10,20 +71,46 @@ Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz
- power_supply: Prevent suspend until power supply events are - power_supply: Prevent suspend until power supply events are
processed (bnc#841596). processed (bnc#841596).
- commit 50dfbd0 - commit 11b28da
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de
- Increase NR_CPUS on ppc64 to 2048 (fate#315438) - Increase NR_CPUS on ppc64 to 2048 (fate#315438)
- commit ddaa978 - commit 8a38aef
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz
- Update config files. - Update config files.
Fix ZSWAP on vanillas. Fix ZSWAP on vanillas.
- commit 5a7a093 - commit da42424
-------------------------------------------------------------------
Tue Sep 17 18:05:34 CEST 2013 - jeffm@suse.com
- scripts/sequence-patch.sh: Fix for Xen detection with --vanilla
When we hit the limit code to handle $SKIP_XEN and there aren't
any Xen patches to apply anyway, we'll fail because LIMIT is unset.
- commit 1d7b879
-------------------------------------------------------------------
Tue Sep 17 17:44:49 CEST 2013 - jeffm@suse.com
- scripts/tar-up.sh: Disable Xen patches when Xen configs are disabled
Similar to the change for scripts/sequence-patch.sh, this change
disables the Xen patches with +noxen in series.conf when creating
the kernel-source package.
- commit 3104a04
-------------------------------------------------------------------
Tue Sep 17 17:14:19 CEST 2013 - jeffm@suse.com
- scripts/sequence-patch.sh: Skip Xen patches when Xen configs are disabled.
When updating the base kernel version, the Xen patches must be updated
separately. This allows us to skip the Xen patches until they're resynced
just by disabling the configs.
- commit d9673e9
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild # needssslcertforbuild
%define srcversion 3.11 %define srcversion 3.11
%define patchversion 3.11.1 %define patchversion 3.11.2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-trace Name: kernel-trace
Summary: The Standard Kernel with Tracing Features Summary: The Standard Kernel with Tracing Features
Version: 3.11.1 Version: 3.11.2
Release: <RELEASE>.g2fa222d Release: <RELEASE>.g4c1fc5a
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -152,6 +152,10 @@ Provides: kernel = %version-%source_rel
Provides: kernel-kdump Provides: kernel-kdump
Obsoletes: kernel-kdump Obsoletes: kernel-kdump
%endif %endif
%ifarch s390x
Provides: kernel-64bit
Obsoletes: kernel-64bit
%endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
Source2: source-post.sh Source2: source-post.sh
@ -214,7 +218,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2 Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2 Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ppc64 x86_64 ExclusiveArch: %ix86 ia64 ppc64 s390x x86_64
%define kmp_target_cpu %_target_cpu %define kmp_target_cpu %_target_cpu
%ifarch %ix86 %ifarch %ix86
# Only i386/default supports i586, mark other flavors' packages as i686 # Only i386/default supports i586, mark other flavors' packages as i686
@ -269,8 +273,6 @@ Obsoletes: kvm-kmp-%build_flavor
Obsoletes: perfmon-kmp-%build_flavor Obsoletes: perfmon-kmp-%build_flavor
Obsoletes: iwlagn-2-6-27-kmp-%build_flavor Obsoletes: iwlagn-2-6-27-kmp-%build_flavor
Obsoletes: msi-wmi-kmp-%build_flavor Obsoletes: msi-wmi-kmp-%build_flavor
# sle11
Obsoletes: ocfs2-kmp-%build_flavor
# 11.1 # 11.1
Obsoletes: quickcam-kmp-%build_flavor < 0.6.7 Obsoletes: quickcam-kmp-%build_flavor < 0.6.7

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Fri Sep 27 11:05:13 CEST 2013 - jslaby@suse.cz
- README.BRANCH: fix typo
- commit 4c1fc5a
-------------------------------------------------------------------
Fri Sep 27 10:34:30 CEST 2013 - jslaby@suse.cz
- Linux 3.11.2.
- Refresh patches.xen/pci-guestdev.
- Refresh patches.xen/xen3-patch-2.6.27.
- Delete
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c.
- commit d1e8a21
-------------------------------------------------------------------
Fri Sep 27 10:29:30 CEST 2013 - jdelvare@suse.de
- config/*/debug: Enable FSCACHE_DEBUG and CACHEFILES_DEBUG.
- commit 5068fbc
-------------------------------------------------------------------
Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
- rpm/kernel-binary.spec.in: Remove Obsoletes ocfs2-kmp
This is done to enable install of ocfs2-kmp-* alongwith the
kernel until the patches are reviewed.
- commit 9d2b4ca
-------------------------------------------------------------------
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit adb564f
-------------------------------------------------------------------
Thu Sep 26 16:10:27 CEST 2013 - jeffm@suse.com
- patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation:
Updated Patch-mainline
- commit a1513a8
-------------------------------------------------------------------
Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit 68bb010
-------------------------------------------------------------------
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
- Update README.BRANCH
- commit 4d432eb
-------------------------------------------------------------------
Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
- commit e74b2a8
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
@ -10,20 +71,46 @@ Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz
- power_supply: Prevent suspend until power supply events are - power_supply: Prevent suspend until power supply events are
processed (bnc#841596). processed (bnc#841596).
- commit 50dfbd0 - commit 11b28da
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de
- Increase NR_CPUS on ppc64 to 2048 (fate#315438) - Increase NR_CPUS on ppc64 to 2048 (fate#315438)
- commit ddaa978 - commit 8a38aef
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz
- Update config files. - Update config files.
Fix ZSWAP on vanillas. Fix ZSWAP on vanillas.
- commit 5a7a093 - commit da42424
-------------------------------------------------------------------
Tue Sep 17 18:05:34 CEST 2013 - jeffm@suse.com
- scripts/sequence-patch.sh: Fix for Xen detection with --vanilla
When we hit the limit code to handle $SKIP_XEN and there aren't
any Xen patches to apply anyway, we'll fail because LIMIT is unset.
- commit 1d7b879
-------------------------------------------------------------------
Tue Sep 17 17:44:49 CEST 2013 - jeffm@suse.com
- scripts/tar-up.sh: Disable Xen patches when Xen configs are disabled
Similar to the change for scripts/sequence-patch.sh, this change
disables the Xen patches with +noxen in series.conf when creating
the kernel-source package.
- commit 3104a04
-------------------------------------------------------------------
Tue Sep 17 17:14:19 CEST 2013 - jeffm@suse.com
- scripts/sequence-patch.sh: Skip Xen patches when Xen configs are disabled.
When updating the base kernel version, the Xen patches must be updated
separately. This allows us to skip the Xen patches until they're resynced
just by disabling the configs.
- commit d9673e9
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild # needssslcertforbuild
%define srcversion 3.11 %define srcversion 3.11
%define patchversion 3.11.1 %define patchversion 3.11.2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-vanilla Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches Summary: The Standard Kernel - without any SUSE patches
Version: 3.11.1 Version: 3.11.2
Release: <RELEASE>.g2fa222d Release: <RELEASE>.g4c1fc5a
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -148,7 +148,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit) Conflicts: libc.so.6()(64bit)
%endif %endif
Provides: kernel = %version-%source_rel Provides: kernel = %version-%source_rel
%ifarch s390x
Provides: kernel-64bit
Obsoletes: kernel-64bit
%endif
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2 Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.bz2
Source2: source-post.sh Source2: source-post.sh
@ -211,7 +214,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2 Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2 Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 ppc ppc64 x86_64 ExclusiveArch: %ix86 ia64 ppc ppc64 s390x x86_64
%define kmp_target_cpu %_target_cpu %define kmp_target_cpu %_target_cpu
%ifarch %ix86 %ifarch %ix86
# Only i386/default supports i586, mark other flavors' packages as i686 # Only i386/default supports i586, mark other flavors' packages as i686
@ -266,8 +269,6 @@ Obsoletes: kvm-kmp-%build_flavor
Obsoletes: perfmon-kmp-%build_flavor Obsoletes: perfmon-kmp-%build_flavor
Obsoletes: iwlagn-2-6-27-kmp-%build_flavor Obsoletes: iwlagn-2-6-27-kmp-%build_flavor
Obsoletes: msi-wmi-kmp-%build_flavor Obsoletes: msi-wmi-kmp-%build_flavor
# sle11
Obsoletes: ocfs2-kmp-%build_flavor
# 11.1 # 11.1
Obsoletes: quickcam-kmp-%build_flavor < 0.6.7 Obsoletes: quickcam-kmp-%build_flavor < 0.6.7

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Fri Sep 27 11:05:13 CEST 2013 - jslaby@suse.cz
- README.BRANCH: fix typo
- commit 4c1fc5a
-------------------------------------------------------------------
Fri Sep 27 10:34:30 CEST 2013 - jslaby@suse.cz
- Linux 3.11.2.
- Refresh patches.xen/pci-guestdev.
- Refresh patches.xen/xen3-patch-2.6.27.
- Delete
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c.
- commit d1e8a21
-------------------------------------------------------------------
Fri Sep 27 10:29:30 CEST 2013 - jdelvare@suse.de
- config/*/debug: Enable FSCACHE_DEBUG and CACHEFILES_DEBUG.
- commit 5068fbc
-------------------------------------------------------------------
Thu Sep 26 17:32:40 CEST 2013 - rgoldwyn@suse.com
- rpm/kernel-binary.spec.in: Remove Obsoletes ocfs2-kmp
This is done to enable install of ocfs2-kmp-* alongwith the
kernel until the patches are reviewed.
- commit 9d2b4ca
-------------------------------------------------------------------
Thu Sep 26 16:10:40 CEST 2013 - jeffm@suse.com
- config.conf: Re-enable s390x and ia64 configs
- commit adb564f
-------------------------------------------------------------------
Thu Sep 26 16:10:27 CEST 2013 - jeffm@suse.com
- patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation:
Updated Patch-mainline
- commit a1513a8
-------------------------------------------------------------------
Thu Sep 26 15:29:57 CEST 2013 - jdelvare@suse.de
- Build gpio-ucb1400 as a module
- commit 68bb010
-------------------------------------------------------------------
Thu Sep 26 11:47:04 CEST 2013 - mmarek@suse.cz
- Update README.BRANCH
- commit 4d432eb
-------------------------------------------------------------------
Wed Sep 25 16:55:12 CEST 2013 - dsterba@suse.cz
- Disable patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
- commit e74b2a8
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com Mon Sep 23 21:33:48 CEST 2013 - jeffm@suse.com
@ -10,20 +71,46 @@ Fri Sep 20 21:16:16 CEST 2013 - jslaby@suse.cz
- power_supply: Prevent suspend until power supply events are - power_supply: Prevent suspend until power supply events are
processed (bnc#841596). processed (bnc#841596).
- commit 50dfbd0 - commit 11b28da
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de Wed Sep 18 14:41:04 CEST 2013 - duwe@suse.de
- Increase NR_CPUS on ppc64 to 2048 (fate#315438) - Increase NR_CPUS on ppc64 to 2048 (fate#315438)
- commit ddaa978 - commit 8a38aef
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz Tue Sep 17 19:55:19 CEST 2013 - jslaby@suse.cz
- Update config files. - Update config files.
Fix ZSWAP on vanillas. Fix ZSWAP on vanillas.
- commit 5a7a093 - commit da42424
-------------------------------------------------------------------
Tue Sep 17 18:05:34 CEST 2013 - jeffm@suse.com
- scripts/sequence-patch.sh: Fix for Xen detection with --vanilla
When we hit the limit code to handle $SKIP_XEN and there aren't
any Xen patches to apply anyway, we'll fail because LIMIT is unset.
- commit 1d7b879
-------------------------------------------------------------------
Tue Sep 17 17:44:49 CEST 2013 - jeffm@suse.com
- scripts/tar-up.sh: Disable Xen patches when Xen configs are disabled
Similar to the change for scripts/sequence-patch.sh, this change
disables the Xen patches with +noxen in series.conf when creating
the kernel-source package.
- commit 3104a04
-------------------------------------------------------------------
Tue Sep 17 17:14:19 CEST 2013 - jeffm@suse.com
- scripts/sequence-patch.sh: Skip Xen patches when Xen configs are disabled.
When updating the base kernel version, the Xen patches must be updated
separately. This allows us to skip the Xen patches until they're resynced
just by disabling the configs.
- commit d9673e9
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com Tue Sep 17 16:31:27 CEST 2013 - jeffm@suse.com

View File

@ -20,7 +20,7 @@
# needssslcertforbuild # needssslcertforbuild
%define srcversion 3.11 %define srcversion 3.11
%define patchversion 3.11.1 %define patchversion 3.11.2
%define variant %{nil} %define variant %{nil}
%define vanilla_only 0 %define vanilla_only 0
@ -59,8 +59,8 @@
Name: kernel-xen Name: kernel-xen
Summary: The Xen Kernel Summary: The Xen Kernel
Version: 3.11.1 Version: 3.11.2
Release: <RELEASE>.g2fa222d Release: <RELEASE>.g4c1fc5a
License: GPL-2.0 License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Url: http://www.kernel.org/ Url: http://www.kernel.org/
@ -266,8 +266,6 @@ Obsoletes: kvm-kmp-%build_flavor
Obsoletes: perfmon-kmp-%build_flavor Obsoletes: perfmon-kmp-%build_flavor
Obsoletes: iwlagn-2-6-27-kmp-%build_flavor Obsoletes: iwlagn-2-6-27-kmp-%build_flavor
Obsoletes: msi-wmi-kmp-%build_flavor Obsoletes: msi-wmi-kmp-%build_flavor
# sle11
Obsoletes: ocfs2-kmp-%build_flavor
# 11.1 # 11.1
Obsoletes: quickcam-kmp-%build_flavor < 0.6.7 Obsoletes: quickcam-kmp-%build_flavor < 0.6.7

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:a84d1e356f224869ed0b9014a3cfb4839e843906136e77a749319d1526497579 oid sha256:50f951ff63baffd5de61b453de0038adbb465a84bfa1c097a2f3639a92d4e412
size 5648 size 47329

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:acd12b8ade97bc637a1b9ad45dc5900d7f92707e4b498f98d68aa601b1d1fa5e oid sha256:80fd1477b3c75ba2908e500bed0f592e7b3c4d145f801043dcdfb344c5fba51b
size 3875 size 3695

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:61ef902e175341ea378e2efea832e138ac2cae5a6cf0b8b09ca9d3e2df9ac7eb oid sha256:bcbc0d3d3c541bace8350f1031be217fb3110c3803944b552159ffc59c2b6d48
size 2122439 size 2122696

View File

@ -28,6 +28,7 @@
# Send separate patches upstream if you find a problem... # Send separate patches upstream if you find a problem...
######################################################## ########################################################
patches.kernel.org/patch-3.11.1 patches.kernel.org/patch-3.11.1
patches.kernel.org/patch-3.11.1-2
######################################################## ########################################################
# Build fixes that apply to the vanilla kernel too. # Build fixes that apply to the vanilla kernel too.
@ -37,7 +38,6 @@
patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation patches.rpmify/documentation-fix-bad-merge-with-tmpfile-documentation
patches.rpmify/nouveau-make-vga_switcheroo-code-depend-on-vga_switcheroo patches.rpmify/nouveau-make-vga_switcheroo-code-depend-on-vga_switcheroo
patches.rpmify/chipidea-clean-up-dependencies patches.rpmify/chipidea-clean-up-dependencies
patches.rpmify/powerpc-add-missing-include-to-book3s_xics-c
######################################################## ########################################################
# kABI consistency patches # kABI consistency patches
@ -295,7 +295,7 @@
patches.suse/btrfs-0031-fix-printing-of-non-NULL-terminated-string.patch patches.suse/btrfs-0031-fix-printing-of-non-NULL-terminated-string.patch
patches.suse/btrfs-0032-do-not-clear-our-orphan-item-runtime-flag-on-e.patch patches.suse/btrfs-0032-do-not-clear-our-orphan-item-runtime-flag-on-e.patch
patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch patches.suse/btrfs-0033-remove-ourselves-from-the-cluster-list-under-l.patch
patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch +dsterba patches.suse/btrfs-0034-optimize-key-searches-in-btrfs_search_slot.patch
patches.suse/btrfs-use-end-trans-in-label-ioctl patches.suse/btrfs-use-end-trans-in-label-ioctl
patches.suse/btrfs-add-ability-to-query-change-feature-bits-online-ioctl patches.suse/btrfs-add-ability-to-query-change-feature-bits-online-ioctl
@ -480,6 +480,7 @@
# Needs updating WRT d27769ec (block: add GENHD_FL_NO_PART_SCAN) # Needs updating WRT d27769ec (block: add GENHD_FL_NO_PART_SCAN)
+hare patches.suse/no-partition-scan +hare patches.suse/no-partition-scan
patches.drivers/gpio-ucb1400-can-be-built-as-a-module.patch
patches.fixes/power_supply-Prevent-suspend-until-power-supply-even.patch patches.fixes/power_supply-Prevent-suspend-until-power-supply-even.patch
######################################################## ########################################################

View File

@ -1,3 +1,3 @@
2013-09-25 11:19:50 +0200 2013-09-27 11:05:13 +0200
GIT Revision: 2fa222d1618327429fdaafa4b479d953973ee805 GIT Revision: 4c1fc5ab7e91b09a2e0e6e29471ff7a5c1d58312
GIT Branch: stable GIT Branch: stable

View File

@ -409,6 +409,7 @@
kernel/drivers/firmware/efivars # efi sysfs information kernel/drivers/firmware/efivars # efi sysfs information
kernel/drivers/firmware/iscsi_ibft kernel/drivers/firmware/iscsi_ibft
kernel/drivers/gpio/bt8xxgpio kernel/drivers/gpio/bt8xxgpio
kernel/drivers/gpio/gpio-ucb1400
kernel/drivers/gpio/max7301 kernel/drivers/gpio/max7301
kernel/drivers/gpio/max730x kernel/drivers/gpio/max730x
kernel/drivers/gpio/max732x kernel/drivers/gpio/max732x