commit f47acdb9b680fb398a8f61cd3f25a0164f4c40b8
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7795
This commit is contained in:
parent
76978a3d19
commit
b9080cad3d
@ -12,12 +12,8 @@
|
||||
<package>kernel-debug</package>
|
||||
<package>kernel-default</package>
|
||||
<package>kernel-desktop</package>
|
||||
<package>kernel-ec2</package>
|
||||
<package>kernel-exynos</package>
|
||||
<package>kernel-lpae</package>
|
||||
<package>kernel-pae</package>
|
||||
<package>kernel-vanilla</package>
|
||||
<package>kernel-xen</package>
|
||||
</conditions>
|
||||
<hardware>
|
||||
<processors>8</processors>
|
||||
|
18
config.conf
18
config.conf
@ -12,14 +12,14 @@
|
||||
+i386 i386/desktop
|
||||
+i386 i386/pae
|
||||
+i386 -syms i386/debug
|
||||
+i386 i386/xen
|
||||
+i386 -syms i386/ec2
|
||||
#+i386 i386/xen
|
||||
#+i386 -syms i386/ec2
|
||||
+i386 i386/vanilla
|
||||
|
||||
+x86_64 x86_64/default
|
||||
+x86_64 x86_64/desktop
|
||||
+x86_64 x86_64/xen
|
||||
+x86_64 -syms x86_64/ec2
|
||||
#+x86_64 x86_64/xen
|
||||
#+x86_64 -syms x86_64/ec2
|
||||
+x86_64 -syms x86_64/debug
|
||||
+x86_64 x86_64/vanilla
|
||||
|
||||
@ -34,11 +34,11 @@
|
||||
+ppc64le ppc64le/vanilla
|
||||
|
||||
# ARM architectures
|
||||
+armv6hl armv6hl/default
|
||||
+armv7hl armv7hl/default
|
||||
+armv7hl armv7hl/lpae
|
||||
+armv7hl armv7hl/exynos
|
||||
+arm64 arm64/default
|
||||
#+armv6hl armv6hl/default
|
||||
#+armv7hl armv7hl/default
|
||||
#+armv7hl armv7hl/lpae
|
||||
#+armv7hl armv7hl/exynos
|
||||
#+arm64 arm64/default
|
||||
|
||||
+s390x s390x/default
|
||||
+s390x s390x/vanilla
|
||||
|
@ -1,5 +1,5 @@
|
||||
# The version of the main tarball to use
|
||||
SRCVERSION=3.14
|
||||
SRCVERSION=3.15-rc2
|
||||
# variant of the kernel-source package, either empty or "-rt"
|
||||
VARIANT=
|
||||
# buildservice projects to build the kernel against
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f086913e1f584a4b508e7583bb65bdd29f7ece286276921bf8a40ced32c02fd6
|
||||
size 260032
|
||||
oid sha256:5e9359b826d2d562647f7a2cdc921cd727dc14a97aaca760b4335e2b07364543
|
||||
size 177323
|
||||
|
@ -1,3 +1,149 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 28 00:08:49 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- powerpc: export flush_icache_range.
|
||||
- commit f47acdb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 23:45:17 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- s390: enable PCI to match SLE12 kernel configs
|
||||
- PCI=y
|
||||
- HOTPLUG_PCI=y
|
||||
- HOTPLUG_PCI_S390=y
|
||||
- PCI_IOV=y
|
||||
- INFINIBAND=m
|
||||
- INFINIBAND_USER_ACCESS=m
|
||||
- MLX4_INFINIBAND=m
|
||||
- MLX4_EN=m
|
||||
- RDS_RDMA=m
|
||||
New devices since 3.12:
|
||||
- MLX5_CORE=m
|
||||
- MLX5_INFINIBAND=m
|
||||
- SUNRPC_XPRT_RDMA_CLIENT=m
|
||||
- SUNRPC_XPRT_RDMA=m
|
||||
- SUNRPC_XPRT_RDMA_SERVER=m
|
||||
- All others defaulted to No.
|
||||
- commit ae2780e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 22:28:05 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- s390: add slab.h for kzalloc/kfree.
|
||||
- commit 7e349ea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:46:18 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- patches.suse/ovl05-overlay-filesystem.patch: fix vfs_rename call due to changed prototype
|
||||
- commit 0a26d0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:19:38 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc2.
|
||||
- Config changes:
|
||||
- Generic config options:
|
||||
* IPMI_SI_PROBE_DEFAULTS=y (default=n)
|
||||
- older hardware only works with boot option
|
||||
- New options specific to ARM:
|
||||
* PINCTRL_BCM281XX=n (default)
|
||||
- commit c35b255
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:01:46 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc1.
|
||||
- Xen is disabled.
|
||||
- ARM is disabled.
|
||||
- Eliminated 3 patches.
|
||||
- Config changes:
|
||||
- Generic config options:
|
||||
* USELIB=y (default) - only used for libc5 users, do we care?
|
||||
* SYSFS_SYSCALL=y (default) - libc doesn't even supported it anymore,
|
||||
do we care?
|
||||
* ACPI_REDUCED_HARDWARE_ONLY=n (default)
|
||||
* CGROUP_NET_PRIO=y (new feature, do we want it?)
|
||||
* LOCK_TORTURE_TEST=n (default)
|
||||
* EVM=n (default)
|
||||
- New options for existing drivers:
|
||||
* BATMAN_ADV_MCAST=y (default=n) -- optimization w/ better reliability
|
||||
* BT_6LOWPAN=y (default=n) -- new feature
|
||||
* MTD_UBI_BLOCK=n (default -- do we even care about UBI?)
|
||||
* ZRAM_LZ4_COMPRESS=y (new feature)
|
||||
* BE2NET_VXLAN=y (default)
|
||||
* MLX4_EN_VXLAN=y (default)
|
||||
* QLCNIC_VXLAN=y (default=n) - enabled for other drivers
|
||||
* IWLWIFI_BCAST_FILTERING=n (default)
|
||||
- New modules:
|
||||
* IP_SET_HASH_IPMARK
|
||||
* INTEL_MEI_TXE
|
||||
* DM_ERA
|
||||
* ALTERA_TSE
|
||||
* RTL8723BE
|
||||
* RSI_91X
|
||||
- RSI_DEBUGFS=n
|
||||
- RSI_SDIO=m
|
||||
- RSI_USB=m
|
||||
* INPUT_PWM_BEEPER
|
||||
* SENSORS_LTC2945
|
||||
* SENSORS_LTC4222
|
||||
* SENSORS_LTC4260
|
||||
* SENSORS_ADC128D818
|
||||
* MFD_RTSX_USB
|
||||
* IR_SHARP_DECODER
|
||||
* IR_IMG
|
||||
- IR_IMG_RAW=n (documented as performance degrading and for debugging)
|
||||
- IR_IMG_NEC=y
|
||||
- IR_IMG_JVC=y
|
||||
- IR_IMG_SONY=y
|
||||
- IR_IMG_SHARP=y
|
||||
- IR_IMG_SANYO=y
|
||||
* DRM_PTN3460
|
||||
* USB_UAS
|
||||
* DVB_RTL2832_SDR (USB)
|
||||
* ALIENWARE_WMI
|
||||
* PWM_LPSS
|
||||
* SUNRPC_XPRT_RDMA_CLIENT=m (default)
|
||||
* SUNRPC_XPRT_RDMA_SERVER=m (default)
|
||||
- x86_64:
|
||||
* EFI_MIXED=n (default) -- do we use a bootloader that can support it?
|
||||
- ppc/ppc64le:
|
||||
* HV_PERF_CTRS=y (default)
|
||||
* POWERNV_CPUFREQ=y (default)
|
||||
- Probably ARM but looks generic, all modules:
|
||||
* SPMI
|
||||
* GPIO_DWAPB
|
||||
* HID_CP2112
|
||||
* MFD_TPS65218
|
||||
* GPIO_SYSCON (depends on MFD_SYSCON, which looks to be only used by ARM)
|
||||
- New options specific to ARM (I think), all disabled:
|
||||
* IMX_THERMAL
|
||||
* AHCI_IMX
|
||||
* PWM_FSL_FTM
|
||||
* OMAP_CONTROL_PHY
|
||||
* PHY_SAMSUNG_USB2
|
||||
* FSL_EDMA
|
||||
* XILINX_WATCHDOG
|
||||
* GS_FPGABOOT
|
||||
* BCMGENET
|
||||
* SXGBE_ETH
|
||||
* MFD_BCM590XX
|
||||
* BCM7XXX_PHY
|
||||
- New options specific to tablets, all disabled:
|
||||
* INPUT_SOC_BUTTON_ARRAY (windows tablet)
|
||||
* R8723AU (Lenovo Yogi)
|
||||
- Other weird hardware:
|
||||
* CONFIG_MCB=n (specific to MEN Mikroelektronik FGPA devices)
|
||||
- Changes undocumented here were changed automatically.
|
||||
- commit c0815d2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 14:16:13 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.14.2.
|
||||
- commit 91d5ef4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 24 17:02:34 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.14
|
||||
%define patchversion 3.14.1
|
||||
%define srcversion 3.15-rc2
|
||||
%define patchversion 3.15.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -61,9 +61,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.1
|
||||
Version: 3.15.rc2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5cbf723
|
||||
Release: <RELEASE>.gf47acdb
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -151,7 +151,7 @@ Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
%endif
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.xz
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,149 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 28 00:08:49 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- powerpc: export flush_icache_range.
|
||||
- commit f47acdb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 23:45:17 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- s390: enable PCI to match SLE12 kernel configs
|
||||
- PCI=y
|
||||
- HOTPLUG_PCI=y
|
||||
- HOTPLUG_PCI_S390=y
|
||||
- PCI_IOV=y
|
||||
- INFINIBAND=m
|
||||
- INFINIBAND_USER_ACCESS=m
|
||||
- MLX4_INFINIBAND=m
|
||||
- MLX4_EN=m
|
||||
- RDS_RDMA=m
|
||||
New devices since 3.12:
|
||||
- MLX5_CORE=m
|
||||
- MLX5_INFINIBAND=m
|
||||
- SUNRPC_XPRT_RDMA_CLIENT=m
|
||||
- SUNRPC_XPRT_RDMA=m
|
||||
- SUNRPC_XPRT_RDMA_SERVER=m
|
||||
- All others defaulted to No.
|
||||
- commit ae2780e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 22:28:05 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- s390: add slab.h for kzalloc/kfree.
|
||||
- commit 7e349ea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:46:18 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- patches.suse/ovl05-overlay-filesystem.patch: fix vfs_rename call due to changed prototype
|
||||
- commit 0a26d0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:19:38 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc2.
|
||||
- Config changes:
|
||||
- Generic config options:
|
||||
* IPMI_SI_PROBE_DEFAULTS=y (default=n)
|
||||
- older hardware only works with boot option
|
||||
- New options specific to ARM:
|
||||
* PINCTRL_BCM281XX=n (default)
|
||||
- commit c35b255
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:01:46 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc1.
|
||||
- Xen is disabled.
|
||||
- ARM is disabled.
|
||||
- Eliminated 3 patches.
|
||||
- Config changes:
|
||||
- Generic config options:
|
||||
* USELIB=y (default) - only used for libc5 users, do we care?
|
||||
* SYSFS_SYSCALL=y (default) - libc doesn't even supported it anymore,
|
||||
do we care?
|
||||
* ACPI_REDUCED_HARDWARE_ONLY=n (default)
|
||||
* CGROUP_NET_PRIO=y (new feature, do we want it?)
|
||||
* LOCK_TORTURE_TEST=n (default)
|
||||
* EVM=n (default)
|
||||
- New options for existing drivers:
|
||||
* BATMAN_ADV_MCAST=y (default=n) -- optimization w/ better reliability
|
||||
* BT_6LOWPAN=y (default=n) -- new feature
|
||||
* MTD_UBI_BLOCK=n (default -- do we even care about UBI?)
|
||||
* ZRAM_LZ4_COMPRESS=y (new feature)
|
||||
* BE2NET_VXLAN=y (default)
|
||||
* MLX4_EN_VXLAN=y (default)
|
||||
* QLCNIC_VXLAN=y (default=n) - enabled for other drivers
|
||||
* IWLWIFI_BCAST_FILTERING=n (default)
|
||||
- New modules:
|
||||
* IP_SET_HASH_IPMARK
|
||||
* INTEL_MEI_TXE
|
||||
* DM_ERA
|
||||
* ALTERA_TSE
|
||||
* RTL8723BE
|
||||
* RSI_91X
|
||||
- RSI_DEBUGFS=n
|
||||
- RSI_SDIO=m
|
||||
- RSI_USB=m
|
||||
* INPUT_PWM_BEEPER
|
||||
* SENSORS_LTC2945
|
||||
* SENSORS_LTC4222
|
||||
* SENSORS_LTC4260
|
||||
* SENSORS_ADC128D818
|
||||
* MFD_RTSX_USB
|
||||
* IR_SHARP_DECODER
|
||||
* IR_IMG
|
||||
- IR_IMG_RAW=n (documented as performance degrading and for debugging)
|
||||
- IR_IMG_NEC=y
|
||||
- IR_IMG_JVC=y
|
||||
- IR_IMG_SONY=y
|
||||
- IR_IMG_SHARP=y
|
||||
- IR_IMG_SANYO=y
|
||||
* DRM_PTN3460
|
||||
* USB_UAS
|
||||
* DVB_RTL2832_SDR (USB)
|
||||
* ALIENWARE_WMI
|
||||
* PWM_LPSS
|
||||
* SUNRPC_XPRT_RDMA_CLIENT=m (default)
|
||||
* SUNRPC_XPRT_RDMA_SERVER=m (default)
|
||||
- x86_64:
|
||||
* EFI_MIXED=n (default) -- do we use a bootloader that can support it?
|
||||
- ppc/ppc64le:
|
||||
* HV_PERF_CTRS=y (default)
|
||||
* POWERNV_CPUFREQ=y (default)
|
||||
- Probably ARM but looks generic, all modules:
|
||||
* SPMI
|
||||
* GPIO_DWAPB
|
||||
* HID_CP2112
|
||||
* MFD_TPS65218
|
||||
* GPIO_SYSCON (depends on MFD_SYSCON, which looks to be only used by ARM)
|
||||
- New options specific to ARM (I think), all disabled:
|
||||
* IMX_THERMAL
|
||||
* AHCI_IMX
|
||||
* PWM_FSL_FTM
|
||||
* OMAP_CONTROL_PHY
|
||||
* PHY_SAMSUNG_USB2
|
||||
* FSL_EDMA
|
||||
* XILINX_WATCHDOG
|
||||
* GS_FPGABOOT
|
||||
* BCMGENET
|
||||
* SXGBE_ETH
|
||||
* MFD_BCM590XX
|
||||
* BCM7XXX_PHY
|
||||
- New options specific to tablets, all disabled:
|
||||
* INPUT_SOC_BUTTON_ARRAY (windows tablet)
|
||||
* R8723AU (Lenovo Yogi)
|
||||
- Other weird hardware:
|
||||
* CONFIG_MCB=n (specific to MEN Mikroelektronik FGPA devices)
|
||||
- Changes undocumented here were changed automatically.
|
||||
- commit c0815d2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 14:16:13 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.14.2.
|
||||
- commit 91d5ef4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 24 17:02:34 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.14
|
||||
%define patchversion 3.14.1
|
||||
%define srcversion 3.15-rc2
|
||||
%define patchversion 3.15.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -61,9 +61,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.1
|
||||
Version: 3.15.rc2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5cbf723
|
||||
Release: <RELEASE>.gf47acdb
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -159,7 +159,7 @@ Obsoletes: kernel-kdump <= 2.6.28
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
%endif
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.xz
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
@ -222,7 +222,7 @@ Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
Source121: sysctl.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc ppc64 ppc64le s390x x86_64
|
||||
ExclusiveArch: %ix86 ppc ppc64 ppc64le s390x x86_64
|
||||
%define kmp_target_cpu %_target_cpu
|
||||
%ifarch %ix86
|
||||
# Only i386/default supports i586, mark other flavors' packages as i686
|
||||
|
@ -1,3 +1,149 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 28 00:08:49 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- powerpc: export flush_icache_range.
|
||||
- commit f47acdb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 23:45:17 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- s390: enable PCI to match SLE12 kernel configs
|
||||
- PCI=y
|
||||
- HOTPLUG_PCI=y
|
||||
- HOTPLUG_PCI_S390=y
|
||||
- PCI_IOV=y
|
||||
- INFINIBAND=m
|
||||
- INFINIBAND_USER_ACCESS=m
|
||||
- MLX4_INFINIBAND=m
|
||||
- MLX4_EN=m
|
||||
- RDS_RDMA=m
|
||||
New devices since 3.12:
|
||||
- MLX5_CORE=m
|
||||
- MLX5_INFINIBAND=m
|
||||
- SUNRPC_XPRT_RDMA_CLIENT=m
|
||||
- SUNRPC_XPRT_RDMA=m
|
||||
- SUNRPC_XPRT_RDMA_SERVER=m
|
||||
- All others defaulted to No.
|
||||
- commit ae2780e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 22:28:05 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- s390: add slab.h for kzalloc/kfree.
|
||||
- commit 7e349ea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:46:18 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- patches.suse/ovl05-overlay-filesystem.patch: fix vfs_rename call due to changed prototype
|
||||
- commit 0a26d0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:19:38 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc2.
|
||||
- Config changes:
|
||||
- Generic config options:
|
||||
* IPMI_SI_PROBE_DEFAULTS=y (default=n)
|
||||
- older hardware only works with boot option
|
||||
- New options specific to ARM:
|
||||
* PINCTRL_BCM281XX=n (default)
|
||||
- commit c35b255
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:01:46 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc1.
|
||||
- Xen is disabled.
|
||||
- ARM is disabled.
|
||||
- Eliminated 3 patches.
|
||||
- Config changes:
|
||||
- Generic config options:
|
||||
* USELIB=y (default) - only used for libc5 users, do we care?
|
||||
* SYSFS_SYSCALL=y (default) - libc doesn't even supported it anymore,
|
||||
do we care?
|
||||
* ACPI_REDUCED_HARDWARE_ONLY=n (default)
|
||||
* CGROUP_NET_PRIO=y (new feature, do we want it?)
|
||||
* LOCK_TORTURE_TEST=n (default)
|
||||
* EVM=n (default)
|
||||
- New options for existing drivers:
|
||||
* BATMAN_ADV_MCAST=y (default=n) -- optimization w/ better reliability
|
||||
* BT_6LOWPAN=y (default=n) -- new feature
|
||||
* MTD_UBI_BLOCK=n (default -- do we even care about UBI?)
|
||||
* ZRAM_LZ4_COMPRESS=y (new feature)
|
||||
* BE2NET_VXLAN=y (default)
|
||||
* MLX4_EN_VXLAN=y (default)
|
||||
* QLCNIC_VXLAN=y (default=n) - enabled for other drivers
|
||||
* IWLWIFI_BCAST_FILTERING=n (default)
|
||||
- New modules:
|
||||
* IP_SET_HASH_IPMARK
|
||||
* INTEL_MEI_TXE
|
||||
* DM_ERA
|
||||
* ALTERA_TSE
|
||||
* RTL8723BE
|
||||
* RSI_91X
|
||||
- RSI_DEBUGFS=n
|
||||
- RSI_SDIO=m
|
||||
- RSI_USB=m
|
||||
* INPUT_PWM_BEEPER
|
||||
* SENSORS_LTC2945
|
||||
* SENSORS_LTC4222
|
||||
* SENSORS_LTC4260
|
||||
* SENSORS_ADC128D818
|
||||
* MFD_RTSX_USB
|
||||
* IR_SHARP_DECODER
|
||||
* IR_IMG
|
||||
- IR_IMG_RAW=n (documented as performance degrading and for debugging)
|
||||
- IR_IMG_NEC=y
|
||||
- IR_IMG_JVC=y
|
||||
- IR_IMG_SONY=y
|
||||
- IR_IMG_SHARP=y
|
||||
- IR_IMG_SANYO=y
|
||||
* DRM_PTN3460
|
||||
* USB_UAS
|
||||
* DVB_RTL2832_SDR (USB)
|
||||
* ALIENWARE_WMI
|
||||
* PWM_LPSS
|
||||
* SUNRPC_XPRT_RDMA_CLIENT=m (default)
|
||||
* SUNRPC_XPRT_RDMA_SERVER=m (default)
|
||||
- x86_64:
|
||||
* EFI_MIXED=n (default) -- do we use a bootloader that can support it?
|
||||
- ppc/ppc64le:
|
||||
* HV_PERF_CTRS=y (default)
|
||||
* POWERNV_CPUFREQ=y (default)
|
||||
- Probably ARM but looks generic, all modules:
|
||||
* SPMI
|
||||
* GPIO_DWAPB
|
||||
* HID_CP2112
|
||||
* MFD_TPS65218
|
||||
* GPIO_SYSCON (depends on MFD_SYSCON, which looks to be only used by ARM)
|
||||
- New options specific to ARM (I think), all disabled:
|
||||
* IMX_THERMAL
|
||||
* AHCI_IMX
|
||||
* PWM_FSL_FTM
|
||||
* OMAP_CONTROL_PHY
|
||||
* PHY_SAMSUNG_USB2
|
||||
* FSL_EDMA
|
||||
* XILINX_WATCHDOG
|
||||
* GS_FPGABOOT
|
||||
* BCMGENET
|
||||
* SXGBE_ETH
|
||||
* MFD_BCM590XX
|
||||
* BCM7XXX_PHY
|
||||
- New options specific to tablets, all disabled:
|
||||
* INPUT_SOC_BUTTON_ARRAY (windows tablet)
|
||||
* R8723AU (Lenovo Yogi)
|
||||
- Other weird hardware:
|
||||
* CONFIG_MCB=n (specific to MEN Mikroelektronik FGPA devices)
|
||||
- Changes undocumented here were changed automatically.
|
||||
- commit c0815d2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 14:16:13 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.14.2.
|
||||
- commit 91d5ef4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 24 17:02:34 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.14
|
||||
%define patchversion 3.14.1
|
||||
%define srcversion 3.15-rc2
|
||||
%define patchversion 3.15.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -61,9 +61,9 @@ Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.1
|
||||
Version: 3.15.rc2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5cbf723
|
||||
Release: <RELEASE>.gf47acdb
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -148,7 +148,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.xz
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,149 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 28 00:08:49 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- powerpc: export flush_icache_range.
|
||||
- commit f47acdb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 23:45:17 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- s390: enable PCI to match SLE12 kernel configs
|
||||
- PCI=y
|
||||
- HOTPLUG_PCI=y
|
||||
- HOTPLUG_PCI_S390=y
|
||||
- PCI_IOV=y
|
||||
- INFINIBAND=m
|
||||
- INFINIBAND_USER_ACCESS=m
|
||||
- MLX4_INFINIBAND=m
|
||||
- MLX4_EN=m
|
||||
- RDS_RDMA=m
|
||||
New devices since 3.12:
|
||||
- MLX5_CORE=m
|
||||
- MLX5_INFINIBAND=m
|
||||
- SUNRPC_XPRT_RDMA_CLIENT=m
|
||||
- SUNRPC_XPRT_RDMA=m
|
||||
- SUNRPC_XPRT_RDMA_SERVER=m
|
||||
- All others defaulted to No.
|
||||
- commit ae2780e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 22:28:05 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- s390: add slab.h for kzalloc/kfree.
|
||||
- commit 7e349ea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:46:18 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- patches.suse/ovl05-overlay-filesystem.patch: fix vfs_rename call due to changed prototype
|
||||
- commit 0a26d0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:19:38 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc2.
|
||||
- Config changes:
|
||||
- Generic config options:
|
||||
* IPMI_SI_PROBE_DEFAULTS=y (default=n)
|
||||
- older hardware only works with boot option
|
||||
- New options specific to ARM:
|
||||
* PINCTRL_BCM281XX=n (default)
|
||||
- commit c35b255
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:01:46 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc1.
|
||||
- Xen is disabled.
|
||||
- ARM is disabled.
|
||||
- Eliminated 3 patches.
|
||||
- Config changes:
|
||||
- Generic config options:
|
||||
* USELIB=y (default) - only used for libc5 users, do we care?
|
||||
* SYSFS_SYSCALL=y (default) - libc doesn't even supported it anymore,
|
||||
do we care?
|
||||
* ACPI_REDUCED_HARDWARE_ONLY=n (default)
|
||||
* CGROUP_NET_PRIO=y (new feature, do we want it?)
|
||||
* LOCK_TORTURE_TEST=n (default)
|
||||
* EVM=n (default)
|
||||
- New options for existing drivers:
|
||||
* BATMAN_ADV_MCAST=y (default=n) -- optimization w/ better reliability
|
||||
* BT_6LOWPAN=y (default=n) -- new feature
|
||||
* MTD_UBI_BLOCK=n (default -- do we even care about UBI?)
|
||||
* ZRAM_LZ4_COMPRESS=y (new feature)
|
||||
* BE2NET_VXLAN=y (default)
|
||||
* MLX4_EN_VXLAN=y (default)
|
||||
* QLCNIC_VXLAN=y (default=n) - enabled for other drivers
|
||||
* IWLWIFI_BCAST_FILTERING=n (default)
|
||||
- New modules:
|
||||
* IP_SET_HASH_IPMARK
|
||||
* INTEL_MEI_TXE
|
||||
* DM_ERA
|
||||
* ALTERA_TSE
|
||||
* RTL8723BE
|
||||
* RSI_91X
|
||||
- RSI_DEBUGFS=n
|
||||
- RSI_SDIO=m
|
||||
- RSI_USB=m
|
||||
* INPUT_PWM_BEEPER
|
||||
* SENSORS_LTC2945
|
||||
* SENSORS_LTC4222
|
||||
* SENSORS_LTC4260
|
||||
* SENSORS_ADC128D818
|
||||
* MFD_RTSX_USB
|
||||
* IR_SHARP_DECODER
|
||||
* IR_IMG
|
||||
- IR_IMG_RAW=n (documented as performance degrading and for debugging)
|
||||
- IR_IMG_NEC=y
|
||||
- IR_IMG_JVC=y
|
||||
- IR_IMG_SONY=y
|
||||
- IR_IMG_SHARP=y
|
||||
- IR_IMG_SANYO=y
|
||||
* DRM_PTN3460
|
||||
* USB_UAS
|
||||
* DVB_RTL2832_SDR (USB)
|
||||
* ALIENWARE_WMI
|
||||
* PWM_LPSS
|
||||
* SUNRPC_XPRT_RDMA_CLIENT=m (default)
|
||||
* SUNRPC_XPRT_RDMA_SERVER=m (default)
|
||||
- x86_64:
|
||||
* EFI_MIXED=n (default) -- do we use a bootloader that can support it?
|
||||
- ppc/ppc64le:
|
||||
* HV_PERF_CTRS=y (default)
|
||||
* POWERNV_CPUFREQ=y (default)
|
||||
- Probably ARM but looks generic, all modules:
|
||||
* SPMI
|
||||
* GPIO_DWAPB
|
||||
* HID_CP2112
|
||||
* MFD_TPS65218
|
||||
* GPIO_SYSCON (depends on MFD_SYSCON, which looks to be only used by ARM)
|
||||
- New options specific to ARM (I think), all disabled:
|
||||
* IMX_THERMAL
|
||||
* AHCI_IMX
|
||||
* PWM_FSL_FTM
|
||||
* OMAP_CONTROL_PHY
|
||||
* PHY_SAMSUNG_USB2
|
||||
* FSL_EDMA
|
||||
* XILINX_WATCHDOG
|
||||
* GS_FPGABOOT
|
||||
* BCMGENET
|
||||
* SXGBE_ETH
|
||||
* MFD_BCM590XX
|
||||
* BCM7XXX_PHY
|
||||
- New options specific to tablets, all disabled:
|
||||
* INPUT_SOC_BUTTON_ARRAY (windows tablet)
|
||||
* R8723AU (Lenovo Yogi)
|
||||
- Other weird hardware:
|
||||
* CONFIG_MCB=n (specific to MEN Mikroelektronik FGPA devices)
|
||||
- Changes undocumented here were changed automatically.
|
||||
- commit c0815d2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 14:16:13 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.14.2.
|
||||
- commit 91d5ef4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 24 17:02:34 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define patchversion 3.14.1
|
||||
%define patchversion 3.15.0-rc2
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -25,9 +25,9 @@ Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
License: GPL-2.0
|
||||
Group: Documentation/Man
|
||||
Version: 3.14.1
|
||||
Version: 3.15.rc2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5cbf723
|
||||
Release: <RELEASE>.gf47acdb
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,149 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 28 00:08:49 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- powerpc: export flush_icache_range.
|
||||
- commit f47acdb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 23:45:17 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- s390: enable PCI to match SLE12 kernel configs
|
||||
- PCI=y
|
||||
- HOTPLUG_PCI=y
|
||||
- HOTPLUG_PCI_S390=y
|
||||
- PCI_IOV=y
|
||||
- INFINIBAND=m
|
||||
- INFINIBAND_USER_ACCESS=m
|
||||
- MLX4_INFINIBAND=m
|
||||
- MLX4_EN=m
|
||||
- RDS_RDMA=m
|
||||
New devices since 3.12:
|
||||
- MLX5_CORE=m
|
||||
- MLX5_INFINIBAND=m
|
||||
- SUNRPC_XPRT_RDMA_CLIENT=m
|
||||
- SUNRPC_XPRT_RDMA=m
|
||||
- SUNRPC_XPRT_RDMA_SERVER=m
|
||||
- All others defaulted to No.
|
||||
- commit ae2780e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 22:28:05 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- s390: add slab.h for kzalloc/kfree.
|
||||
- commit 7e349ea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:46:18 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- patches.suse/ovl05-overlay-filesystem.patch: fix vfs_rename call due to changed prototype
|
||||
- commit 0a26d0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:19:38 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc2.
|
||||
- Config changes:
|
||||
- Generic config options:
|
||||
* IPMI_SI_PROBE_DEFAULTS=y (default=n)
|
||||
- older hardware only works with boot option
|
||||
- New options specific to ARM:
|
||||
* PINCTRL_BCM281XX=n (default)
|
||||
- commit c35b255
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:01:46 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc1.
|
||||
- Xen is disabled.
|
||||
- ARM is disabled.
|
||||
- Eliminated 3 patches.
|
||||
- Config changes:
|
||||
- Generic config options:
|
||||
* USELIB=y (default) - only used for libc5 users, do we care?
|
||||
* SYSFS_SYSCALL=y (default) - libc doesn't even supported it anymore,
|
||||
do we care?
|
||||
* ACPI_REDUCED_HARDWARE_ONLY=n (default)
|
||||
* CGROUP_NET_PRIO=y (new feature, do we want it?)
|
||||
* LOCK_TORTURE_TEST=n (default)
|
||||
* EVM=n (default)
|
||||
- New options for existing drivers:
|
||||
* BATMAN_ADV_MCAST=y (default=n) -- optimization w/ better reliability
|
||||
* BT_6LOWPAN=y (default=n) -- new feature
|
||||
* MTD_UBI_BLOCK=n (default -- do we even care about UBI?)
|
||||
* ZRAM_LZ4_COMPRESS=y (new feature)
|
||||
* BE2NET_VXLAN=y (default)
|
||||
* MLX4_EN_VXLAN=y (default)
|
||||
* QLCNIC_VXLAN=y (default=n) - enabled for other drivers
|
||||
* IWLWIFI_BCAST_FILTERING=n (default)
|
||||
- New modules:
|
||||
* IP_SET_HASH_IPMARK
|
||||
* INTEL_MEI_TXE
|
||||
* DM_ERA
|
||||
* ALTERA_TSE
|
||||
* RTL8723BE
|
||||
* RSI_91X
|
||||
- RSI_DEBUGFS=n
|
||||
- RSI_SDIO=m
|
||||
- RSI_USB=m
|
||||
* INPUT_PWM_BEEPER
|
||||
* SENSORS_LTC2945
|
||||
* SENSORS_LTC4222
|
||||
* SENSORS_LTC4260
|
||||
* SENSORS_ADC128D818
|
||||
* MFD_RTSX_USB
|
||||
* IR_SHARP_DECODER
|
||||
* IR_IMG
|
||||
- IR_IMG_RAW=n (documented as performance degrading and for debugging)
|
||||
- IR_IMG_NEC=y
|
||||
- IR_IMG_JVC=y
|
||||
- IR_IMG_SONY=y
|
||||
- IR_IMG_SHARP=y
|
||||
- IR_IMG_SANYO=y
|
||||
* DRM_PTN3460
|
||||
* USB_UAS
|
||||
* DVB_RTL2832_SDR (USB)
|
||||
* ALIENWARE_WMI
|
||||
* PWM_LPSS
|
||||
* SUNRPC_XPRT_RDMA_CLIENT=m (default)
|
||||
* SUNRPC_XPRT_RDMA_SERVER=m (default)
|
||||
- x86_64:
|
||||
* EFI_MIXED=n (default) -- do we use a bootloader that can support it?
|
||||
- ppc/ppc64le:
|
||||
* HV_PERF_CTRS=y (default)
|
||||
* POWERNV_CPUFREQ=y (default)
|
||||
- Probably ARM but looks generic, all modules:
|
||||
* SPMI
|
||||
* GPIO_DWAPB
|
||||
* HID_CP2112
|
||||
* MFD_TPS65218
|
||||
* GPIO_SYSCON (depends on MFD_SYSCON, which looks to be only used by ARM)
|
||||
- New options specific to ARM (I think), all disabled:
|
||||
* IMX_THERMAL
|
||||
* AHCI_IMX
|
||||
* PWM_FSL_FTM
|
||||
* OMAP_CONTROL_PHY
|
||||
* PHY_SAMSUNG_USB2
|
||||
* FSL_EDMA
|
||||
* XILINX_WATCHDOG
|
||||
* GS_FPGABOOT
|
||||
* BCMGENET
|
||||
* SXGBE_ETH
|
||||
* MFD_BCM590XX
|
||||
* BCM7XXX_PHY
|
||||
- New options specific to tablets, all disabled:
|
||||
* INPUT_SOC_BUTTON_ARRAY (windows tablet)
|
||||
* R8723AU (Lenovo Yogi)
|
||||
- Other weird hardware:
|
||||
* CONFIG_MCB=n (specific to MEN Mikroelektronik FGPA devices)
|
||||
- Changes undocumented here were changed automatically.
|
||||
- commit c0815d2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 14:16:13 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.14.2.
|
||||
- commit 91d5ef4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 24 17:02:34 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 3.14.1
|
||||
%define patchversion 3.15.0-rc2
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -33,7 +33,7 @@ BuildRequires: kernel-default
|
||||
%ifarch %ix86 x86_64
|
||||
BuildRequires: kernel-xen
|
||||
%endif
|
||||
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc ppc64 ppc64le s390x x86_64
|
||||
ExclusiveArch: %ix86 ppc ppc64 ppc64le s390x x86_64
|
||||
%if 0%{?suse_version} < 1320
|
||||
# For SLE 11
|
||||
BuildRequires: yast2-bootloader
|
||||
@ -45,9 +45,9 @@ BuildRequires: dracut
|
||||
Summary: package kernel and initrd for OBS VM builds
|
||||
License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 3.14.1
|
||||
Version: 3.15.rc2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5cbf723
|
||||
Release: <RELEASE>.gf47acdb
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,149 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 28 00:08:49 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- powerpc: export flush_icache_range.
|
||||
- commit f47acdb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 23:45:17 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- s390: enable PCI to match SLE12 kernel configs
|
||||
- PCI=y
|
||||
- HOTPLUG_PCI=y
|
||||
- HOTPLUG_PCI_S390=y
|
||||
- PCI_IOV=y
|
||||
- INFINIBAND=m
|
||||
- INFINIBAND_USER_ACCESS=m
|
||||
- MLX4_INFINIBAND=m
|
||||
- MLX4_EN=m
|
||||
- RDS_RDMA=m
|
||||
New devices since 3.12:
|
||||
- MLX5_CORE=m
|
||||
- MLX5_INFINIBAND=m
|
||||
- SUNRPC_XPRT_RDMA_CLIENT=m
|
||||
- SUNRPC_XPRT_RDMA=m
|
||||
- SUNRPC_XPRT_RDMA_SERVER=m
|
||||
- All others defaulted to No.
|
||||
- commit ae2780e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 22:28:05 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- s390: add slab.h for kzalloc/kfree.
|
||||
- commit 7e349ea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:46:18 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- patches.suse/ovl05-overlay-filesystem.patch: fix vfs_rename call due to changed prototype
|
||||
- commit 0a26d0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:19:38 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc2.
|
||||
- Config changes:
|
||||
- Generic config options:
|
||||
* IPMI_SI_PROBE_DEFAULTS=y (default=n)
|
||||
- older hardware only works with boot option
|
||||
- New options specific to ARM:
|
||||
* PINCTRL_BCM281XX=n (default)
|
||||
- commit c35b255
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:01:46 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc1.
|
||||
- Xen is disabled.
|
||||
- ARM is disabled.
|
||||
- Eliminated 3 patches.
|
||||
- Config changes:
|
||||
- Generic config options:
|
||||
* USELIB=y (default) - only used for libc5 users, do we care?
|
||||
* SYSFS_SYSCALL=y (default) - libc doesn't even supported it anymore,
|
||||
do we care?
|
||||
* ACPI_REDUCED_HARDWARE_ONLY=n (default)
|
||||
* CGROUP_NET_PRIO=y (new feature, do we want it?)
|
||||
* LOCK_TORTURE_TEST=n (default)
|
||||
* EVM=n (default)
|
||||
- New options for existing drivers:
|
||||
* BATMAN_ADV_MCAST=y (default=n) -- optimization w/ better reliability
|
||||
* BT_6LOWPAN=y (default=n) -- new feature
|
||||
* MTD_UBI_BLOCK=n (default -- do we even care about UBI?)
|
||||
* ZRAM_LZ4_COMPRESS=y (new feature)
|
||||
* BE2NET_VXLAN=y (default)
|
||||
* MLX4_EN_VXLAN=y (default)
|
||||
* QLCNIC_VXLAN=y (default=n) - enabled for other drivers
|
||||
* IWLWIFI_BCAST_FILTERING=n (default)
|
||||
- New modules:
|
||||
* IP_SET_HASH_IPMARK
|
||||
* INTEL_MEI_TXE
|
||||
* DM_ERA
|
||||
* ALTERA_TSE
|
||||
* RTL8723BE
|
||||
* RSI_91X
|
||||
- RSI_DEBUGFS=n
|
||||
- RSI_SDIO=m
|
||||
- RSI_USB=m
|
||||
* INPUT_PWM_BEEPER
|
||||
* SENSORS_LTC2945
|
||||
* SENSORS_LTC4222
|
||||
* SENSORS_LTC4260
|
||||
* SENSORS_ADC128D818
|
||||
* MFD_RTSX_USB
|
||||
* IR_SHARP_DECODER
|
||||
* IR_IMG
|
||||
- IR_IMG_RAW=n (documented as performance degrading and for debugging)
|
||||
- IR_IMG_NEC=y
|
||||
- IR_IMG_JVC=y
|
||||
- IR_IMG_SONY=y
|
||||
- IR_IMG_SHARP=y
|
||||
- IR_IMG_SANYO=y
|
||||
* DRM_PTN3460
|
||||
* USB_UAS
|
||||
* DVB_RTL2832_SDR (USB)
|
||||
* ALIENWARE_WMI
|
||||
* PWM_LPSS
|
||||
* SUNRPC_XPRT_RDMA_CLIENT=m (default)
|
||||
* SUNRPC_XPRT_RDMA_SERVER=m (default)
|
||||
- x86_64:
|
||||
* EFI_MIXED=n (default) -- do we use a bootloader that can support it?
|
||||
- ppc/ppc64le:
|
||||
* HV_PERF_CTRS=y (default)
|
||||
* POWERNV_CPUFREQ=y (default)
|
||||
- Probably ARM but looks generic, all modules:
|
||||
* SPMI
|
||||
* GPIO_DWAPB
|
||||
* HID_CP2112
|
||||
* MFD_TPS65218
|
||||
* GPIO_SYSCON (depends on MFD_SYSCON, which looks to be only used by ARM)
|
||||
- New options specific to ARM (I think), all disabled:
|
||||
* IMX_THERMAL
|
||||
* AHCI_IMX
|
||||
* PWM_FSL_FTM
|
||||
* OMAP_CONTROL_PHY
|
||||
* PHY_SAMSUNG_USB2
|
||||
* FSL_EDMA
|
||||
* XILINX_WATCHDOG
|
||||
* GS_FPGABOOT
|
||||
* BCMGENET
|
||||
* SXGBE_ETH
|
||||
* MFD_BCM590XX
|
||||
* BCM7XXX_PHY
|
||||
- New options specific to tablets, all disabled:
|
||||
* INPUT_SOC_BUTTON_ARRAY (windows tablet)
|
||||
* R8723AU (Lenovo Yogi)
|
||||
- Other weird hardware:
|
||||
* CONFIG_MCB=n (specific to MEN Mikroelektronik FGPA devices)
|
||||
- Changes undocumented here were changed automatically.
|
||||
- commit c0815d2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 14:16:13 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.14.2.
|
||||
- commit 91d5ef4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 24 17:02:34 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 3.14.1
|
||||
%define patchversion 3.15.0-rc2
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -28,7 +28,7 @@ BuildRequires: kernel-default
|
||||
# here as well to avoid that qa and build package build parallel
|
||||
BuildRequires: kernel-obs-build
|
||||
BuildRequires: modutils
|
||||
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc ppc64 ppc64le s390x x86_64
|
||||
ExclusiveArch: %ix86 ppc ppc64 ppc64le s390x x86_64
|
||||
%if 0%{?suse_version} < 1200
|
||||
# for SLE 11
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Basic QA tests for the kernel
|
||||
License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 3.14.1
|
||||
Version: 3.15.rc2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5cbf723
|
||||
Release: <RELEASE>.gf47acdb
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,149 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 28 00:08:49 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- powerpc: export flush_icache_range.
|
||||
- commit f47acdb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 23:45:17 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- s390: enable PCI to match SLE12 kernel configs
|
||||
- PCI=y
|
||||
- HOTPLUG_PCI=y
|
||||
- HOTPLUG_PCI_S390=y
|
||||
- PCI_IOV=y
|
||||
- INFINIBAND=m
|
||||
- INFINIBAND_USER_ACCESS=m
|
||||
- MLX4_INFINIBAND=m
|
||||
- MLX4_EN=m
|
||||
- RDS_RDMA=m
|
||||
New devices since 3.12:
|
||||
- MLX5_CORE=m
|
||||
- MLX5_INFINIBAND=m
|
||||
- SUNRPC_XPRT_RDMA_CLIENT=m
|
||||
- SUNRPC_XPRT_RDMA=m
|
||||
- SUNRPC_XPRT_RDMA_SERVER=m
|
||||
- All others defaulted to No.
|
||||
- commit ae2780e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 22:28:05 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- s390: add slab.h for kzalloc/kfree.
|
||||
- commit 7e349ea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:46:18 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- patches.suse/ovl05-overlay-filesystem.patch: fix vfs_rename call due to changed prototype
|
||||
- commit 0a26d0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:19:38 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc2.
|
||||
- Config changes:
|
||||
- Generic config options:
|
||||
* IPMI_SI_PROBE_DEFAULTS=y (default=n)
|
||||
- older hardware only works with boot option
|
||||
- New options specific to ARM:
|
||||
* PINCTRL_BCM281XX=n (default)
|
||||
- commit c35b255
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:01:46 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc1.
|
||||
- Xen is disabled.
|
||||
- ARM is disabled.
|
||||
- Eliminated 3 patches.
|
||||
- Config changes:
|
||||
- Generic config options:
|
||||
* USELIB=y (default) - only used for libc5 users, do we care?
|
||||
* SYSFS_SYSCALL=y (default) - libc doesn't even supported it anymore,
|
||||
do we care?
|
||||
* ACPI_REDUCED_HARDWARE_ONLY=n (default)
|
||||
* CGROUP_NET_PRIO=y (new feature, do we want it?)
|
||||
* LOCK_TORTURE_TEST=n (default)
|
||||
* EVM=n (default)
|
||||
- New options for existing drivers:
|
||||
* BATMAN_ADV_MCAST=y (default=n) -- optimization w/ better reliability
|
||||
* BT_6LOWPAN=y (default=n) -- new feature
|
||||
* MTD_UBI_BLOCK=n (default -- do we even care about UBI?)
|
||||
* ZRAM_LZ4_COMPRESS=y (new feature)
|
||||
* BE2NET_VXLAN=y (default)
|
||||
* MLX4_EN_VXLAN=y (default)
|
||||
* QLCNIC_VXLAN=y (default=n) - enabled for other drivers
|
||||
* IWLWIFI_BCAST_FILTERING=n (default)
|
||||
- New modules:
|
||||
* IP_SET_HASH_IPMARK
|
||||
* INTEL_MEI_TXE
|
||||
* DM_ERA
|
||||
* ALTERA_TSE
|
||||
* RTL8723BE
|
||||
* RSI_91X
|
||||
- RSI_DEBUGFS=n
|
||||
- RSI_SDIO=m
|
||||
- RSI_USB=m
|
||||
* INPUT_PWM_BEEPER
|
||||
* SENSORS_LTC2945
|
||||
* SENSORS_LTC4222
|
||||
* SENSORS_LTC4260
|
||||
* SENSORS_ADC128D818
|
||||
* MFD_RTSX_USB
|
||||
* IR_SHARP_DECODER
|
||||
* IR_IMG
|
||||
- IR_IMG_RAW=n (documented as performance degrading and for debugging)
|
||||
- IR_IMG_NEC=y
|
||||
- IR_IMG_JVC=y
|
||||
- IR_IMG_SONY=y
|
||||
- IR_IMG_SHARP=y
|
||||
- IR_IMG_SANYO=y
|
||||
* DRM_PTN3460
|
||||
* USB_UAS
|
||||
* DVB_RTL2832_SDR (USB)
|
||||
* ALIENWARE_WMI
|
||||
* PWM_LPSS
|
||||
* SUNRPC_XPRT_RDMA_CLIENT=m (default)
|
||||
* SUNRPC_XPRT_RDMA_SERVER=m (default)
|
||||
- x86_64:
|
||||
* EFI_MIXED=n (default) -- do we use a bootloader that can support it?
|
||||
- ppc/ppc64le:
|
||||
* HV_PERF_CTRS=y (default)
|
||||
* POWERNV_CPUFREQ=y (default)
|
||||
- Probably ARM but looks generic, all modules:
|
||||
* SPMI
|
||||
* GPIO_DWAPB
|
||||
* HID_CP2112
|
||||
* MFD_TPS65218
|
||||
* GPIO_SYSCON (depends on MFD_SYSCON, which looks to be only used by ARM)
|
||||
- New options specific to ARM (I think), all disabled:
|
||||
* IMX_THERMAL
|
||||
* AHCI_IMX
|
||||
* PWM_FSL_FTM
|
||||
* OMAP_CONTROL_PHY
|
||||
* PHY_SAMSUNG_USB2
|
||||
* FSL_EDMA
|
||||
* XILINX_WATCHDOG
|
||||
* GS_FPGABOOT
|
||||
* BCMGENET
|
||||
* SXGBE_ETH
|
||||
* MFD_BCM590XX
|
||||
* BCM7XXX_PHY
|
||||
- New options specific to tablets, all disabled:
|
||||
* INPUT_SOC_BUTTON_ARRAY (windows tablet)
|
||||
* R8723AU (Lenovo Yogi)
|
||||
- Other weird hardware:
|
||||
* CONFIG_MCB=n (specific to MEN Mikroelektronik FGPA devices)
|
||||
- Changes undocumented here were changed automatically.
|
||||
- commit c0815d2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 14:16:13 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.14.2.
|
||||
- commit 91d5ef4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 24 17:02:34 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.14
|
||||
%define patchversion 3.14.1
|
||||
%define srcversion 3.15-rc2
|
||||
%define patchversion 3.15.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -61,9 +61,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.1
|
||||
Version: 3.15.rc2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5cbf723
|
||||
Release: <RELEASE>.gf47acdb
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -153,7 +153,7 @@ Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
Provides: kernel-vmi = 2.6.38
|
||||
Obsoletes: kernel-vmi <= 2.6.38
|
||||
%endif
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.xz
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,149 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 28 00:08:49 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- powerpc: export flush_icache_range.
|
||||
- commit f47acdb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 23:45:17 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- s390: enable PCI to match SLE12 kernel configs
|
||||
- PCI=y
|
||||
- HOTPLUG_PCI=y
|
||||
- HOTPLUG_PCI_S390=y
|
||||
- PCI_IOV=y
|
||||
- INFINIBAND=m
|
||||
- INFINIBAND_USER_ACCESS=m
|
||||
- MLX4_INFINIBAND=m
|
||||
- MLX4_EN=m
|
||||
- RDS_RDMA=m
|
||||
New devices since 3.12:
|
||||
- MLX5_CORE=m
|
||||
- MLX5_INFINIBAND=m
|
||||
- SUNRPC_XPRT_RDMA_CLIENT=m
|
||||
- SUNRPC_XPRT_RDMA=m
|
||||
- SUNRPC_XPRT_RDMA_SERVER=m
|
||||
- All others defaulted to No.
|
||||
- commit ae2780e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 22:28:05 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- s390: add slab.h for kzalloc/kfree.
|
||||
- commit 7e349ea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:46:18 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- patches.suse/ovl05-overlay-filesystem.patch: fix vfs_rename call due to changed prototype
|
||||
- commit 0a26d0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:19:38 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc2.
|
||||
- Config changes:
|
||||
- Generic config options:
|
||||
* IPMI_SI_PROBE_DEFAULTS=y (default=n)
|
||||
- older hardware only works with boot option
|
||||
- New options specific to ARM:
|
||||
* PINCTRL_BCM281XX=n (default)
|
||||
- commit c35b255
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:01:46 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc1.
|
||||
- Xen is disabled.
|
||||
- ARM is disabled.
|
||||
- Eliminated 3 patches.
|
||||
- Config changes:
|
||||
- Generic config options:
|
||||
* USELIB=y (default) - only used for libc5 users, do we care?
|
||||
* SYSFS_SYSCALL=y (default) - libc doesn't even supported it anymore,
|
||||
do we care?
|
||||
* ACPI_REDUCED_HARDWARE_ONLY=n (default)
|
||||
* CGROUP_NET_PRIO=y (new feature, do we want it?)
|
||||
* LOCK_TORTURE_TEST=n (default)
|
||||
* EVM=n (default)
|
||||
- New options for existing drivers:
|
||||
* BATMAN_ADV_MCAST=y (default=n) -- optimization w/ better reliability
|
||||
* BT_6LOWPAN=y (default=n) -- new feature
|
||||
* MTD_UBI_BLOCK=n (default -- do we even care about UBI?)
|
||||
* ZRAM_LZ4_COMPRESS=y (new feature)
|
||||
* BE2NET_VXLAN=y (default)
|
||||
* MLX4_EN_VXLAN=y (default)
|
||||
* QLCNIC_VXLAN=y (default=n) - enabled for other drivers
|
||||
* IWLWIFI_BCAST_FILTERING=n (default)
|
||||
- New modules:
|
||||
* IP_SET_HASH_IPMARK
|
||||
* INTEL_MEI_TXE
|
||||
* DM_ERA
|
||||
* ALTERA_TSE
|
||||
* RTL8723BE
|
||||
* RSI_91X
|
||||
- RSI_DEBUGFS=n
|
||||
- RSI_SDIO=m
|
||||
- RSI_USB=m
|
||||
* INPUT_PWM_BEEPER
|
||||
* SENSORS_LTC2945
|
||||
* SENSORS_LTC4222
|
||||
* SENSORS_LTC4260
|
||||
* SENSORS_ADC128D818
|
||||
* MFD_RTSX_USB
|
||||
* IR_SHARP_DECODER
|
||||
* IR_IMG
|
||||
- IR_IMG_RAW=n (documented as performance degrading and for debugging)
|
||||
- IR_IMG_NEC=y
|
||||
- IR_IMG_JVC=y
|
||||
- IR_IMG_SONY=y
|
||||
- IR_IMG_SHARP=y
|
||||
- IR_IMG_SANYO=y
|
||||
* DRM_PTN3460
|
||||
* USB_UAS
|
||||
* DVB_RTL2832_SDR (USB)
|
||||
* ALIENWARE_WMI
|
||||
* PWM_LPSS
|
||||
* SUNRPC_XPRT_RDMA_CLIENT=m (default)
|
||||
* SUNRPC_XPRT_RDMA_SERVER=m (default)
|
||||
- x86_64:
|
||||
* EFI_MIXED=n (default) -- do we use a bootloader that can support it?
|
||||
- ppc/ppc64le:
|
||||
* HV_PERF_CTRS=y (default)
|
||||
* POWERNV_CPUFREQ=y (default)
|
||||
- Probably ARM but looks generic, all modules:
|
||||
* SPMI
|
||||
* GPIO_DWAPB
|
||||
* HID_CP2112
|
||||
* MFD_TPS65218
|
||||
* GPIO_SYSCON (depends on MFD_SYSCON, which looks to be only used by ARM)
|
||||
- New options specific to ARM (I think), all disabled:
|
||||
* IMX_THERMAL
|
||||
* AHCI_IMX
|
||||
* PWM_FSL_FTM
|
||||
* OMAP_CONTROL_PHY
|
||||
* PHY_SAMSUNG_USB2
|
||||
* FSL_EDMA
|
||||
* XILINX_WATCHDOG
|
||||
* GS_FPGABOOT
|
||||
* BCMGENET
|
||||
* SXGBE_ETH
|
||||
* MFD_BCM590XX
|
||||
* BCM7XXX_PHY
|
||||
- New options specific to tablets, all disabled:
|
||||
* INPUT_SOC_BUTTON_ARRAY (windows tablet)
|
||||
* R8723AU (Lenovo Yogi)
|
||||
- Other weird hardware:
|
||||
* CONFIG_MCB=n (specific to MEN Mikroelektronik FGPA devices)
|
||||
- Changes undocumented here were changed automatically.
|
||||
- commit c0815d2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 14:16:13 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.14.2.
|
||||
- commit 91d5ef4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 24 17:02:34 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
# icecream 0
|
||||
|
||||
|
||||
%define srcversion 3.14
|
||||
%define patchversion 3.14.1
|
||||
%define srcversion 3.15-rc2
|
||||
%define patchversion 3.15.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -30,9 +30,9 @@ Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 3.14.1
|
||||
Version: 3.15.rc2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5cbf723
|
||||
Release: <RELEASE>.gf47acdb
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -45,7 +45,7 @@ Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.xz
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
@ -1,3 +1,149 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 28 00:08:49 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- powerpc: export flush_icache_range.
|
||||
- commit f47acdb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 23:45:17 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- s390: enable PCI to match SLE12 kernel configs
|
||||
- PCI=y
|
||||
- HOTPLUG_PCI=y
|
||||
- HOTPLUG_PCI_S390=y
|
||||
- PCI_IOV=y
|
||||
- INFINIBAND=m
|
||||
- INFINIBAND_USER_ACCESS=m
|
||||
- MLX4_INFINIBAND=m
|
||||
- MLX4_EN=m
|
||||
- RDS_RDMA=m
|
||||
New devices since 3.12:
|
||||
- MLX5_CORE=m
|
||||
- MLX5_INFINIBAND=m
|
||||
- SUNRPC_XPRT_RDMA_CLIENT=m
|
||||
- SUNRPC_XPRT_RDMA=m
|
||||
- SUNRPC_XPRT_RDMA_SERVER=m
|
||||
- All others defaulted to No.
|
||||
- commit ae2780e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 22:28:05 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- s390: add slab.h for kzalloc/kfree.
|
||||
- commit 7e349ea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:46:18 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- patches.suse/ovl05-overlay-filesystem.patch: fix vfs_rename call due to changed prototype
|
||||
- commit 0a26d0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:19:38 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc2.
|
||||
- Config changes:
|
||||
- Generic config options:
|
||||
* IPMI_SI_PROBE_DEFAULTS=y (default=n)
|
||||
- older hardware only works with boot option
|
||||
- New options specific to ARM:
|
||||
* PINCTRL_BCM281XX=n (default)
|
||||
- commit c35b255
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:01:46 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc1.
|
||||
- Xen is disabled.
|
||||
- ARM is disabled.
|
||||
- Eliminated 3 patches.
|
||||
- Config changes:
|
||||
- Generic config options:
|
||||
* USELIB=y (default) - only used for libc5 users, do we care?
|
||||
* SYSFS_SYSCALL=y (default) - libc doesn't even supported it anymore,
|
||||
do we care?
|
||||
* ACPI_REDUCED_HARDWARE_ONLY=n (default)
|
||||
* CGROUP_NET_PRIO=y (new feature, do we want it?)
|
||||
* LOCK_TORTURE_TEST=n (default)
|
||||
* EVM=n (default)
|
||||
- New options for existing drivers:
|
||||
* BATMAN_ADV_MCAST=y (default=n) -- optimization w/ better reliability
|
||||
* BT_6LOWPAN=y (default=n) -- new feature
|
||||
* MTD_UBI_BLOCK=n (default -- do we even care about UBI?)
|
||||
* ZRAM_LZ4_COMPRESS=y (new feature)
|
||||
* BE2NET_VXLAN=y (default)
|
||||
* MLX4_EN_VXLAN=y (default)
|
||||
* QLCNIC_VXLAN=y (default=n) - enabled for other drivers
|
||||
* IWLWIFI_BCAST_FILTERING=n (default)
|
||||
- New modules:
|
||||
* IP_SET_HASH_IPMARK
|
||||
* INTEL_MEI_TXE
|
||||
* DM_ERA
|
||||
* ALTERA_TSE
|
||||
* RTL8723BE
|
||||
* RSI_91X
|
||||
- RSI_DEBUGFS=n
|
||||
- RSI_SDIO=m
|
||||
- RSI_USB=m
|
||||
* INPUT_PWM_BEEPER
|
||||
* SENSORS_LTC2945
|
||||
* SENSORS_LTC4222
|
||||
* SENSORS_LTC4260
|
||||
* SENSORS_ADC128D818
|
||||
* MFD_RTSX_USB
|
||||
* IR_SHARP_DECODER
|
||||
* IR_IMG
|
||||
- IR_IMG_RAW=n (documented as performance degrading and for debugging)
|
||||
- IR_IMG_NEC=y
|
||||
- IR_IMG_JVC=y
|
||||
- IR_IMG_SONY=y
|
||||
- IR_IMG_SHARP=y
|
||||
- IR_IMG_SANYO=y
|
||||
* DRM_PTN3460
|
||||
* USB_UAS
|
||||
* DVB_RTL2832_SDR (USB)
|
||||
* ALIENWARE_WMI
|
||||
* PWM_LPSS
|
||||
* SUNRPC_XPRT_RDMA_CLIENT=m (default)
|
||||
* SUNRPC_XPRT_RDMA_SERVER=m (default)
|
||||
- x86_64:
|
||||
* EFI_MIXED=n (default) -- do we use a bootloader that can support it?
|
||||
- ppc/ppc64le:
|
||||
* HV_PERF_CTRS=y (default)
|
||||
* POWERNV_CPUFREQ=y (default)
|
||||
- Probably ARM but looks generic, all modules:
|
||||
* SPMI
|
||||
* GPIO_DWAPB
|
||||
* HID_CP2112
|
||||
* MFD_TPS65218
|
||||
* GPIO_SYSCON (depends on MFD_SYSCON, which looks to be only used by ARM)
|
||||
- New options specific to ARM (I think), all disabled:
|
||||
* IMX_THERMAL
|
||||
* AHCI_IMX
|
||||
* PWM_FSL_FTM
|
||||
* OMAP_CONTROL_PHY
|
||||
* PHY_SAMSUNG_USB2
|
||||
* FSL_EDMA
|
||||
* XILINX_WATCHDOG
|
||||
* GS_FPGABOOT
|
||||
* BCMGENET
|
||||
* SXGBE_ETH
|
||||
* MFD_BCM590XX
|
||||
* BCM7XXX_PHY
|
||||
- New options specific to tablets, all disabled:
|
||||
* INPUT_SOC_BUTTON_ARRAY (windows tablet)
|
||||
* R8723AU (Lenovo Yogi)
|
||||
- Other weird hardware:
|
||||
* CONFIG_MCB=n (specific to MEN Mikroelektronik FGPA devices)
|
||||
- Changes undocumented here were changed automatically.
|
||||
- commit c0815d2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 14:16:13 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.14.2.
|
||||
- commit 91d5ef4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 24 17:02:34 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 3.14.1
|
||||
Version: 3.15.rc2
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5cbf723
|
||||
Release: <RELEASE>.gf47acdb
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -38,31 +38,22 @@ Release: %kernel_source_release
|
||||
Url: http://www.kernel.org/
|
||||
AutoReqProv: off
|
||||
BuildRequires: coreutils
|
||||
%ifarch aarch64 armv6hl armv7hl %ix86 ppc ppc64 ppc64le s390x x86_64
|
||||
%ifarch %ix86 ppc ppc64 ppc64le s390x x86_64
|
||||
Requires: kernel-default-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch %ix86 x86_64
|
||||
Requires: kernel-desktop-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch armv7hl
|
||||
Requires: kernel-exynos-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch armv7hl
|
||||
Requires: kernel-lpae-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch %ix86
|
||||
Requires: kernel-pae-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch %ix86 x86_64
|
||||
Requires: kernel-xen-devel = %version-%source_rel
|
||||
%endif
|
||||
Requires: pesign-obs-integration
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: %ix86 aarch64 armv6hl armv7hl ppc ppc64 ppc64le s390x x86_64
|
||||
ExclusiveArch: %ix86 ppc ppc64 ppc64le s390x x86_64
|
||||
Prefix: /usr/src
|
||||
|
||||
%description
|
||||
|
@ -1,3 +1,149 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 28 00:08:49 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- powerpc: export flush_icache_range.
|
||||
- commit f47acdb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 23:45:17 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- s390: enable PCI to match SLE12 kernel configs
|
||||
- PCI=y
|
||||
- HOTPLUG_PCI=y
|
||||
- HOTPLUG_PCI_S390=y
|
||||
- PCI_IOV=y
|
||||
- INFINIBAND=m
|
||||
- INFINIBAND_USER_ACCESS=m
|
||||
- MLX4_INFINIBAND=m
|
||||
- MLX4_EN=m
|
||||
- RDS_RDMA=m
|
||||
New devices since 3.12:
|
||||
- MLX5_CORE=m
|
||||
- MLX5_INFINIBAND=m
|
||||
- SUNRPC_XPRT_RDMA_CLIENT=m
|
||||
- SUNRPC_XPRT_RDMA=m
|
||||
- SUNRPC_XPRT_RDMA_SERVER=m
|
||||
- All others defaulted to No.
|
||||
- commit ae2780e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 22:28:05 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- s390: add slab.h for kzalloc/kfree.
|
||||
- commit 7e349ea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:46:18 CEST 2014 - jeffm@suse.com
|
||||
|
||||
- patches.suse/ovl05-overlay-filesystem.patch: fix vfs_rename call due to changed prototype
|
||||
- commit 0a26d0b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:19:38 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc2.
|
||||
- Config changes:
|
||||
- Generic config options:
|
||||
* IPMI_SI_PROBE_DEFAULTS=y (default=n)
|
||||
- older hardware only works with boot option
|
||||
- New options specific to ARM:
|
||||
* PINCTRL_BCM281XX=n (default)
|
||||
- commit c35b255
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 20:01:46 CEST 2014 - jeffm@suse.de
|
||||
|
||||
- Update to 3.15-rc1.
|
||||
- Xen is disabled.
|
||||
- ARM is disabled.
|
||||
- Eliminated 3 patches.
|
||||
- Config changes:
|
||||
- Generic config options:
|
||||
* USELIB=y (default) - only used for libc5 users, do we care?
|
||||
* SYSFS_SYSCALL=y (default) - libc doesn't even supported it anymore,
|
||||
do we care?
|
||||
* ACPI_REDUCED_HARDWARE_ONLY=n (default)
|
||||
* CGROUP_NET_PRIO=y (new feature, do we want it?)
|
||||
* LOCK_TORTURE_TEST=n (default)
|
||||
* EVM=n (default)
|
||||
- New options for existing drivers:
|
||||
* BATMAN_ADV_MCAST=y (default=n) -- optimization w/ better reliability
|
||||
* BT_6LOWPAN=y (default=n) -- new feature
|
||||
* MTD_UBI_BLOCK=n (default -- do we even care about UBI?)
|
||||
* ZRAM_LZ4_COMPRESS=y (new feature)
|
||||
* BE2NET_VXLAN=y (default)
|
||||
* MLX4_EN_VXLAN=y (default)
|
||||
* QLCNIC_VXLAN=y (default=n) - enabled for other drivers
|
||||
* IWLWIFI_BCAST_FILTERING=n (default)
|
||||
- New modules:
|
||||
* IP_SET_HASH_IPMARK
|
||||
* INTEL_MEI_TXE
|
||||
* DM_ERA
|
||||
* ALTERA_TSE
|
||||
* RTL8723BE
|
||||
* RSI_91X
|
||||
- RSI_DEBUGFS=n
|
||||
- RSI_SDIO=m
|
||||
- RSI_USB=m
|
||||
* INPUT_PWM_BEEPER
|
||||
* SENSORS_LTC2945
|
||||
* SENSORS_LTC4222
|
||||
* SENSORS_LTC4260
|
||||
* SENSORS_ADC128D818
|
||||
* MFD_RTSX_USB
|
||||
* IR_SHARP_DECODER
|
||||
* IR_IMG
|
||||
- IR_IMG_RAW=n (documented as performance degrading and for debugging)
|
||||
- IR_IMG_NEC=y
|
||||
- IR_IMG_JVC=y
|
||||
- IR_IMG_SONY=y
|
||||
- IR_IMG_SHARP=y
|
||||
- IR_IMG_SANYO=y
|
||||
* DRM_PTN3460
|
||||
* USB_UAS
|
||||
* DVB_RTL2832_SDR (USB)
|
||||
* ALIENWARE_WMI
|
||||
* PWM_LPSS
|
||||
* SUNRPC_XPRT_RDMA_CLIENT=m (default)
|
||||
* SUNRPC_XPRT_RDMA_SERVER=m (default)
|
||||
- x86_64:
|
||||
* EFI_MIXED=n (default) -- do we use a bootloader that can support it?
|
||||
- ppc/ppc64le:
|
||||
* HV_PERF_CTRS=y (default)
|
||||
* POWERNV_CPUFREQ=y (default)
|
||||
- Probably ARM but looks generic, all modules:
|
||||
* SPMI
|
||||
* GPIO_DWAPB
|
||||
* HID_CP2112
|
||||
* MFD_TPS65218
|
||||
* GPIO_SYSCON (depends on MFD_SYSCON, which looks to be only used by ARM)
|
||||
- New options specific to ARM (I think), all disabled:
|
||||
* IMX_THERMAL
|
||||
* AHCI_IMX
|
||||
* PWM_FSL_FTM
|
||||
* OMAP_CONTROL_PHY
|
||||
* PHY_SAMSUNG_USB2
|
||||
* FSL_EDMA
|
||||
* XILINX_WATCHDOG
|
||||
* GS_FPGABOOT
|
||||
* BCMGENET
|
||||
* SXGBE_ETH
|
||||
* MFD_BCM590XX
|
||||
* BCM7XXX_PHY
|
||||
- New options specific to tablets, all disabled:
|
||||
* INPUT_SOC_BUTTON_ARRAY (windows tablet)
|
||||
* R8723AU (Lenovo Yogi)
|
||||
- Other weird hardware:
|
||||
* CONFIG_MCB=n (specific to MEN Mikroelektronik FGPA devices)
|
||||
- Changes undocumented here were changed automatically.
|
||||
- commit c0815d2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 14:16:13 CEST 2014 - jslaby@suse.cz
|
||||
|
||||
- Linux 3.14.2.
|
||||
- commit 91d5ef4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 24 17:02:34 CEST 2014 - jdelvare@suse.de
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 3.14
|
||||
%define patchversion 3.14.1
|
||||
%define srcversion 3.15-rc2
|
||||
%define patchversion 3.15.0-rc2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -61,9 +61,9 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 3.14.1
|
||||
Version: 3.15.rc2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5cbf723
|
||||
Release: <RELEASE>.gf47acdb
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -148,7 +148,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/linux-%srcversion.tar.xz
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
|
3
linux-3.15-rc2.tar.xz
Normal file
3
linux-3.15-rc2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ed5034630343204a4e6ae29b97283321b490d383910eb74585923fb35913a7f
|
||||
size 79642416
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d16b501a1c0c723f580cf437c27d67ab0871a5494d9e17bc38bae7ca4e698cea
|
||||
size 155287
|
||||
oid sha256:8e4786dc2c5be8fc852f391fcde72025b4d8b0cdfff35228cd5246e956486488
|
||||
size 155281
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78a746768537d1f6389d135003b573c12cbd1ff0dcf5b28b017e77a46e4217ba
|
||||
size 3802
|
||||
oid sha256:64f02618264275483687b983d58a98e69eff25ce8a416a9420d12116f0ce552d
|
||||
size 3132
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:989d82f231fc1471613abbbe34ddb7975ab440f0bb8a4be7309a4f2a3e34e5fc
|
||||
size 12031
|
||||
oid sha256:0b2135918eee10d0f23d474c2d36d71b90b6aa65fe365c64bc43a9889a3758e6
|
||||
size 11838
|
||||
|
BIN
patches.kernel.org.tar.bz2
(Stored with Git LFS)
BIN
patches.kernel.org.tar.bz2
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:682a9bf494046e4a9855b40eb07098f39bda7aa3877b69210d632313abfaaf40
|
||||
size 3143
|
||||
oid sha256:f7044a7cb64069120a7c189645ea8313d9f37cb6bda785705983a6f3975fadb2
|
||||
size 3674
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75ea50db53077a9a93208616a0e8425b717eec0bd24543eeba2bdb7c429c052a
|
||||
size 82680
|
||||
oid sha256:06c38ae3729f2475465ae1652e7de0783a965776a3f7d1504418e227c24bee53
|
||||
size 82819
|
||||
|
225
series.conf
225
series.conf
@ -27,7 +27,6 @@
|
||||
# DO NOT MODIFY THEM!
|
||||
# Send separate patches upstream if you find a problem...
|
||||
########################################################
|
||||
patches.kernel.org/patch-3.14.1
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -36,6 +35,8 @@
|
||||
########################################################
|
||||
patches.rpmify/chipidea-clean-up-dependencies
|
||||
patches.rpmify/lustre-lloop-dont-change-logical-size
|
||||
patches.rpmify/s390-add-slab-h-for-kzalloc-kfree
|
||||
patches.rpmify/powerpc-export-flush_icache_range
|
||||
|
||||
########################################################
|
||||
# kABI consistency patches
|
||||
@ -411,7 +412,6 @@
|
||||
##########################################################
|
||||
# Sound
|
||||
##########################################################
|
||||
patches.drivers/ALSA-hda-sigmatel-Allow-auto-switching-for-dock-line
|
||||
|
||||
########################################################
|
||||
# Char / serial
|
||||
@ -503,7 +503,6 @@
|
||||
########################################################
|
||||
# KVM patches
|
||||
########################################################
|
||||
patches.fixes/kvm-ioapic.patch
|
||||
patches.fixes/kvm-macos.patch
|
||||
|
||||
########################################################
|
||||
@ -529,131 +528,131 @@
|
||||
# re-basing to a newer xen tree.
|
||||
#
|
||||
# split out patches
|
||||
patches.xen/kexec-move-segment-code-i386.patch
|
||||
patches.xen/kexec-move-segment-code-x86_64.patch
|
||||
patches.xen/ipv6-no-autoconf
|
||||
patches.xen/pci-guestdev
|
||||
patches.xen/pci-reserve
|
||||
+noxen patches.xen/kexec-move-segment-code-i386.patch
|
||||
+noxen patches.xen/kexec-move-segment-code-x86_64.patch
|
||||
+noxen patches.xen/ipv6-no-autoconf
|
||||
+noxen patches.xen/pci-guestdev
|
||||
+noxen patches.xen/pci-reserve
|
||||
|
||||
# bulk stuff, new files for xen
|
||||
patches.xen/xen3-auto-xen-arch.diff
|
||||
patches.xen/xen3-auto-xen-drivers.diff
|
||||
patches.xen/xen3-auto-include-xen-interface.diff
|
||||
patches.xen/xen3-auto-blktap2-pvops.diff
|
||||
+noxen patches.xen/xen3-auto-xen-arch.diff
|
||||
+noxen patches.xen/xen3-auto-xen-drivers.diff
|
||||
+noxen patches.xen/xen3-auto-include-xen-interface.diff
|
||||
+noxen patches.xen/xen3-auto-blktap2-pvops.diff
|
||||
|
||||
# kconfig bits for xen
|
||||
patches.xen/xen3-auto-xen-kconfig.diff
|
||||
+noxen patches.xen/xen3-auto-xen-kconfig.diff
|
||||
|
||||
# common code changes
|
||||
patches.xen/xen3-auto-common.diff
|
||||
patches.xen/xen3-auto-arch-x86.diff
|
||||
patches.xen/xen3-auto-arch-i386.diff
|
||||
patches.xen/xen3-auto-arch-x86_64.diff
|
||||
+noxen patches.xen/xen3-auto-common.diff
|
||||
+noxen patches.xen/xen3-auto-arch-x86.diff
|
||||
+noxen patches.xen/xen3-auto-arch-i386.diff
|
||||
+noxen patches.xen/xen3-auto-arch-x86_64.diff
|
||||
|
||||
# fixups due to upstream Xen parts
|
||||
patches.xen/xen3-fixup-xen
|
||||
+noxen patches.xen/xen3-fixup-xen
|
||||
|
||||
# newer changeset backports
|
||||
|
||||
# changes outside arch/{i386,x86_64}/xen
|
||||
patches.xen/xen3-fixup-kconfig
|
||||
patches.xen/xen3-fixup-common
|
||||
patches.xen/xen3-fixup-arch-x86
|
||||
patches.xen/xen3-fixup-blktap2-pvops
|
||||
+noxen patches.xen/xen3-fixup-kconfig
|
||||
+noxen patches.xen/xen3-fixup-common
|
||||
+noxen patches.xen/xen3-fixup-arch-x86
|
||||
+noxen patches.xen/xen3-fixup-blktap2-pvops
|
||||
|
||||
# ports of upstream patches
|
||||
patches.xen/xen3-patch-2.6.18
|
||||
patches.xen/xen3-patch-2.6.19
|
||||
patches.xen/xen3-patch-2.6.20
|
||||
patches.xen/xen3-patch-2.6.21
|
||||
patches.xen/xen3-patch-2.6.22
|
||||
patches.xen/xen3-patch-2.6.23
|
||||
patches.xen/xen3-patch-2.6.24
|
||||
patches.xen/xen3-patch-2.6.25
|
||||
patches.xen/xen3-patch-2.6.26
|
||||
patches.xen/xen3-patch-2.6.27
|
||||
patches.xen/xen3-patch-2.6.28
|
||||
patches.xen/xen3-patch-2.6.29
|
||||
patches.xen/xen3-patch-2.6.30
|
||||
patches.xen/xen3-patch-2.6.31
|
||||
patches.xen/xen3-patch-2.6.32
|
||||
patches.xen/xen3-patch-2.6.33
|
||||
patches.xen/xen3-patch-2.6.34
|
||||
patches.xen/xen3-patch-2.6.35
|
||||
patches.xen/xen3-patch-2.6.36
|
||||
patches.xen/xen3-patch-2.6.37
|
||||
patches.xen/xen3-patch-2.6.38
|
||||
patches.xen/xen3-patch-2.6.39
|
||||
patches.xen/xen3-patch-3.0
|
||||
patches.xen/xen3-patch-3.1
|
||||
patches.xen/xen3-patch-3.2
|
||||
patches.xen/xen3-patch-3.3
|
||||
patches.xen/xen3-patch-3.4
|
||||
patches.xen/xen3-patch-3.5
|
||||
patches.xen/xen3-patch-3.6
|
||||
patches.xen/xen3-patch-3.7
|
||||
patches.xen/xen3-patch-3.8
|
||||
patches.xen/xen3-patch-3.9
|
||||
patches.xen/xen3-patch-3.10
|
||||
patches.xen/xen3-patch-3.11
|
||||
patches.xen/xen3-patch-3.12
|
||||
patches.xen/xen3-patch-3.13
|
||||
patches.xen/xen3-patch-3.14
|
||||
+noxen patches.xen/xen3-patch-2.6.18
|
||||
+noxen patches.xen/xen3-patch-2.6.19
|
||||
+noxen patches.xen/xen3-patch-2.6.20
|
||||
+noxen patches.xen/xen3-patch-2.6.21
|
||||
+noxen patches.xen/xen3-patch-2.6.22
|
||||
+noxen patches.xen/xen3-patch-2.6.23
|
||||
+noxen patches.xen/xen3-patch-2.6.24
|
||||
+noxen patches.xen/xen3-patch-2.6.25
|
||||
+noxen patches.xen/xen3-patch-2.6.26
|
||||
+noxen patches.xen/xen3-patch-2.6.27
|
||||
+noxen patches.xen/xen3-patch-2.6.28
|
||||
+noxen patches.xen/xen3-patch-2.6.29
|
||||
+noxen patches.xen/xen3-patch-2.6.30
|
||||
+noxen patches.xen/xen3-patch-2.6.31
|
||||
+noxen patches.xen/xen3-patch-2.6.32
|
||||
+noxen patches.xen/xen3-patch-2.6.33
|
||||
+noxen patches.xen/xen3-patch-2.6.34
|
||||
+noxen patches.xen/xen3-patch-2.6.35
|
||||
+noxen patches.xen/xen3-patch-2.6.36
|
||||
+noxen patches.xen/xen3-patch-2.6.37
|
||||
+noxen patches.xen/xen3-patch-2.6.38
|
||||
+noxen patches.xen/xen3-patch-2.6.39
|
||||
+noxen patches.xen/xen3-patch-3.0
|
||||
+noxen patches.xen/xen3-patch-3.1
|
||||
+noxen patches.xen/xen3-patch-3.2
|
||||
+noxen patches.xen/xen3-patch-3.3
|
||||
+noxen patches.xen/xen3-patch-3.4
|
||||
+noxen patches.xen/xen3-patch-3.5
|
||||
+noxen patches.xen/xen3-patch-3.6
|
||||
+noxen patches.xen/xen3-patch-3.7
|
||||
+noxen patches.xen/xen3-patch-3.8
|
||||
+noxen patches.xen/xen3-patch-3.9
|
||||
+noxen patches.xen/xen3-patch-3.10
|
||||
+noxen patches.xen/xen3-patch-3.11
|
||||
+noxen patches.xen/xen3-patch-3.12
|
||||
+noxen patches.xen/xen3-patch-3.13
|
||||
+noxen patches.xen/xen3-patch-3.14
|
||||
|
||||
# ports of other patches
|
||||
patches.xen/xen3-stack-unwind
|
||||
patches.xen/xen3-x86_64-unwind-annotations
|
||||
+noxen patches.xen/xen3-stack-unwind
|
||||
+noxen patches.xen/xen3-x86_64-unwind-annotations
|
||||
|
||||
# bugfixes and enhancements
|
||||
patches.xen/xen-hypercall-symbols
|
||||
patches.xen/xen-sys-suspend
|
||||
patches.xen/xen-ipi-per-cpu-irq
|
||||
patches.xen/xen-virq-per-cpu-irq
|
||||
patches.xen/xen-clockevents
|
||||
patches.xen/xen-spinlock-poll-early
|
||||
patches.xen/xen-pcpu
|
||||
patches.xen/xen-pcpu-hotplug-kexec
|
||||
patches.xen/xen-mem-hotplug
|
||||
patches.xen/xen-configurable-guest-devices
|
||||
patches.xen/xen-setup-gsi
|
||||
patches.xen/xen-privcmd-hcall-preemption
|
||||
patches.xen/xen-unpriv-build
|
||||
patches.xen/xen-cpufreq-report
|
||||
patches.xen/xen-multi-page-ring
|
||||
patches.xen/xen-balloon-max-target
|
||||
patches.xen/xen-blkback-multi-page-ring
|
||||
patches.xen/xen-blkback-indirect
|
||||
patches.xen/xen-blkback-cdrom
|
||||
patches.xen/xen-blkif-protocol-fallback-hack
|
||||
patches.xen/xen-blkfront-multi-page-ring
|
||||
patches.xen/xen-blkfront-indirect
|
||||
patches.xen/xen-blkif-op-packet
|
||||
patches.xen/xen-blkfront-cdrom
|
||||
patches.xen/xen-blkfront-hvm-no-cdrom
|
||||
patches.xen/xen-blktap-modular
|
||||
patches.xen/xen-blktap-write-barriers
|
||||
patches.xen/xen-blktap2-configurable-nr-devs
|
||||
patches.xen/xen-netback-notify-multi
|
||||
patches.xen/xen-netback-generalize
|
||||
patches.xen/xen-netback-multiple-tasklets
|
||||
patches.xen/xen-netback-kernel-threads
|
||||
patches.xen/xen-netback-tx-queue-len
|
||||
patches.xen/xen-cxgb3
|
||||
patches.xen/xen-dcdbas
|
||||
patches.xen/xen-pv-on-hvm-skip-initialization-of-emulated-devices
|
||||
patches.xen/xen-x86-panic-no-reboot
|
||||
patches.xen/xen-x86-dcr-fallback
|
||||
patches.xen/xen-x86-no-lapic
|
||||
patches.xen/xen-x86-pmd-handling
|
||||
patches.xen/xen-x86-bigmem
|
||||
patches.xen/xen-x86-exit-mmap
|
||||
patches.xen/xen-x86-per-cpu-vcpu-info
|
||||
patches.xen/xen-x86-pcpu
|
||||
patches.xen/xen-x86-EFI
|
||||
patches.xen/xen-x86-bzImage
|
||||
patches.xen/xen-x86_64-pgd-pin
|
||||
patches.xen/xen-x86_64-pgd-alloc-order
|
||||
patches.xen/xen-x86_64-dump-user-pgt
|
||||
patches.xen/xen-x86_64-note-init-p2m
|
||||
patches.xen/xen-x86_64-unmapped-initrd
|
||||
patches.xen/xen-x86_64-vread-pvclock
|
||||
+noxen patches.xen/xen-hypercall-symbols
|
||||
+noxen patches.xen/xen-sys-suspend
|
||||
+noxen patches.xen/xen-ipi-per-cpu-irq
|
||||
+noxen patches.xen/xen-virq-per-cpu-irq
|
||||
+noxen patches.xen/xen-clockevents
|
||||
+noxen patches.xen/xen-spinlock-poll-early
|
||||
+noxen patches.xen/xen-pcpu
|
||||
+noxen patches.xen/xen-pcpu-hotplug-kexec
|
||||
+noxen patches.xen/xen-mem-hotplug
|
||||
+noxen patches.xen/xen-configurable-guest-devices
|
||||
+noxen patches.xen/xen-setup-gsi
|
||||
+noxen patches.xen/xen-privcmd-hcall-preemption
|
||||
+noxen patches.xen/xen-unpriv-build
|
||||
+noxen patches.xen/xen-cpufreq-report
|
||||
+noxen patches.xen/xen-multi-page-ring
|
||||
+noxen patches.xen/xen-balloon-max-target
|
||||
+noxen patches.xen/xen-blkback-multi-page-ring
|
||||
+noxen patches.xen/xen-blkback-indirect
|
||||
+noxen patches.xen/xen-blkback-cdrom
|
||||
+noxen patches.xen/xen-blkif-protocol-fallback-hack
|
||||
+noxen patches.xen/xen-blkfront-multi-page-ring
|
||||
+noxen patches.xen/xen-blkfront-indirect
|
||||
+noxen patches.xen/xen-blkif-op-packet
|
||||
+noxen patches.xen/xen-blkfront-cdrom
|
||||
+noxen patches.xen/xen-blkfront-hvm-no-cdrom
|
||||
+noxen patches.xen/xen-blktap-modular
|
||||
+noxen patches.xen/xen-blktap-write-barriers
|
||||
+noxen patches.xen/xen-blktap2-configurable-nr-devs
|
||||
+noxen patches.xen/xen-netback-notify-multi
|
||||
+noxen patches.xen/xen-netback-generalize
|
||||
+noxen patches.xen/xen-netback-multiple-tasklets
|
||||
+noxen patches.xen/xen-netback-kernel-threads
|
||||
+noxen patches.xen/xen-netback-tx-queue-len
|
||||
+noxen patches.xen/xen-cxgb3
|
||||
+noxen patches.xen/xen-dcdbas
|
||||
+noxen patches.xen/xen-pv-on-hvm-skip-initialization-of-emulated-devices
|
||||
+noxen patches.xen/xen-x86-panic-no-reboot
|
||||
+noxen patches.xen/xen-x86-dcr-fallback
|
||||
+noxen patches.xen/xen-x86-no-lapic
|
||||
+noxen patches.xen/xen-x86-pmd-handling
|
||||
+noxen patches.xen/xen-x86-bigmem
|
||||
+noxen patches.xen/xen-x86-exit-mmap
|
||||
+noxen patches.xen/xen-x86-per-cpu-vcpu-info
|
||||
+noxen patches.xen/xen-x86-pcpu
|
||||
+noxen patches.xen/xen-x86-EFI
|
||||
+noxen patches.xen/xen-x86-bzImage
|
||||
+noxen patches.xen/xen-x86_64-pgd-pin
|
||||
+noxen patches.xen/xen-x86_64-pgd-alloc-order
|
||||
+noxen patches.xen/xen-x86_64-dump-user-pgt
|
||||
+noxen patches.xen/xen-x86_64-note-init-p2m
|
||||
+noxen patches.xen/xen-x86_64-unmapped-initrd
|
||||
+noxen patches.xen/xen-x86_64-vread-pvclock
|
||||
|
658
series.confe
Normal file
658
series.confe
Normal file
@ -0,0 +1,658 @@
|
||||
# Kernel patches configuration file
|
||||
# vim: set ts=8 sw=8 noet:
|
||||
#
|
||||
# There are three kinds of rules (see guards.1 for details):
|
||||
# +symbol include this patch if symbol is defined; otherwise exclude.
|
||||
# -symbol exclude this patch if symbol is defined; otherwise include.
|
||||
# - exclude this patch.
|
||||
#
|
||||
# Using symbols means that an entirely different source tree will be
|
||||
# generated depending on which symbols are defined. This used to be
|
||||
# a good thing when arch-specific patches contained conflicts with other
|
||||
# patches, but we now have a policy that patches must build everywhere.
|
||||
# The result is a unified source tree that allows us to do neat things
|
||||
# like ship kernel module packages. Creating a divergent tree breaks
|
||||
# these # so you'd better have an extraordinary reason for using them.
|
||||
# For example, the openSUSE 10.3 kernel uses them for segregating the
|
||||
# -rt patches until they can be integrated completely, and these are
|
||||
# only applied at the very end of the series.
|
||||
#
|
||||
# The most common use in recent kernels is to disable a patch with a
|
||||
# username as the symbol to indicate responsbility. Another use is
|
||||
# to check in a patch for testing, but have it disabled in all but your
|
||||
# own build environment.
|
||||
|
||||
########################################################
|
||||
# latest standard kernel patches
|
||||
# DO NOT MODIFY THEM!
|
||||
# Send separate patches upstream if you find a problem...
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
# Patches in patches.rpmify are applied to both -vanilla
|
||||
# and patched flavors.
|
||||
########################################################
|
||||
patches.rpmify/chipidea-clean-up-dependencies
|
||||
patches.rpmify/lustre-lloop-dont-change-logical-size
|
||||
patches.rpmify/s390-add-slab-h-for-kzalloc-kfree
|
||||
patches.rpmify/powerpc-export-flush_icache_range
|
||||
|
||||
########################################################
|
||||
# kABI consistency patches
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
#
|
||||
# packaging-specific patches (tweaks for autobuild,
|
||||
# CONFIG_SUSE_KERNEL, config/version tracking and other
|
||||
# build stuff like that ...).
|
||||
#
|
||||
# Note that every patch in the patches.rpmify directory
|
||||
# will be included in the vanilla package.
|
||||
########################################################
|
||||
patches.rpmify/firmware-path
|
||||
|
||||
patches.rpmify/rpm-kernel-config
|
||||
patches.rpmify/split-package
|
||||
patches.rpmify/cloneconfig.diff
|
||||
|
||||
########################################################
|
||||
# kbuild/module infrastructure fixes
|
||||
########################################################
|
||||
patches.suse/supported-flag
|
||||
patches.suse/supported-flag-underscores
|
||||
patches.suse/supported-flag-wildcards
|
||||
patches.suse/genksyms-add-override-flag.diff
|
||||
patches.suse/kconfig-automate-kernel-desktop
|
||||
|
||||
########################################################
|
||||
# Simple export additions/removals
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# Bug workarounds for binutils
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# Scheduler / Core
|
||||
########################################################
|
||||
patches.suse/setuid-dumpable-wrongdir
|
||||
|
||||
########################################################
|
||||
# Architecture-specific patches. These used to be all
|
||||
# at the end of series.conf, but since we don't do
|
||||
# conditional builds anymore, there's no point.
|
||||
########################################################
|
||||
|
||||
|
||||
########################################################
|
||||
# i386
|
||||
########################################################
|
||||
|
||||
|
||||
# amd64 | x86-64 | x86_64
|
||||
# 'Intel(r) Extended Memory 64 Technology' | 'Intel(r) EM64T'
|
||||
# x64
|
||||
# Intel 64
|
||||
# "the architecture with too many names"
|
||||
# TAWTMN
|
||||
|
||||
########################################################
|
||||
# x86_64/i386 biarch
|
||||
########################################################
|
||||
patches.arch/x86_64-hpet-64bit-timer.patch
|
||||
|
||||
+needs_update patches.arch/kvm-split-paravirt-ops-by-functionality
|
||||
+needs_update patches.arch/kvm-only-export-selected-pv-ops-feature-structs
|
||||
+needs_update patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature
|
||||
+needs_update patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic
|
||||
|
||||
########################################################
|
||||
# x86 MCE/MCA (Machine Check Error/Architecture) extensions
|
||||
########################################################
|
||||
|
||||
|
||||
########################################################
|
||||
# x86_64/4096CPUS - from SGI
|
||||
########################################################
|
||||
patches.arch/x86-apic-force-bigsmp-apic-on-IBM-EXA3-4.patch
|
||||
|
||||
########################################################
|
||||
# x86 UV patches from SGI
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# x86_64/i386 depending on the UV patchset
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# powerpc/generic
|
||||
########################################################
|
||||
patches.suse/8250-sysrq-ctrl_o.patch
|
||||
+needs_update? patches.suse/ppc-no-LDFLAGS_MODULE.patch
|
||||
patches.arch/ppc-pegasos-console-autodetection.patch
|
||||
patches.suse/ppc-powerbook-usb-fn-key-default.patch
|
||||
patches.drivers/ppc64-adb
|
||||
patches.suse/suse-ppc64-branding
|
||||
+needs_update patches.arch/ppc64-xmon-dmesg-printing.patch
|
||||
patches.arch/ppc-prom-nodisplay.patch
|
||||
+needs_update patches.fixes/ptrace-getsiginfo
|
||||
|
||||
########################################################
|
||||
# powerpc/little endian
|
||||
########################################################
|
||||
patches.arch/ppc64le-build-vmlinux.patch
|
||||
patches.arch/ppc64le-ile-0001-powerpc-Add-global-exports-for-all-interrupt-vectors.patch
|
||||
patches.arch/ppc64le-ile-0002-powerpc-Add-relocation-code-for-fixups.patch
|
||||
patches.arch/ppc64le-ile-0003-powerpc-Add-hack-to-make-ppc64le-work-on-hosts-witho.patch
|
||||
patches.arch/ppc64le-ile-0004-powerpc-Don-t-return-to-BE-mode-when-we-are-already-.patch
|
||||
|
||||
########################################################
|
||||
# PS3
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# ARM
|
||||
########################################################
|
||||
patches.arch/cubox-configuration.patch
|
||||
patches.arch/arm-OMAP-Fix-missing-cm3xxx.h-include.patch
|
||||
patches.arch/arm-OMAP-Fix-missing-usb.h-include.patch
|
||||
patches.arch/arm-omapfb-fix.patch
|
||||
|
||||
# Compile fix for Xen on ARM with our Xen patches applied
|
||||
patches.arch/arm-xen-fixup.patch
|
||||
patches.arch/arm-refresh-mach-types.diff
|
||||
patches.arch/arm-arndale-usb.patch
|
||||
patches.arch/arm-arndale-dma.patch
|
||||
patches.arch/arm-arndale-usb-phy.patch
|
||||
patches.arch/arm-exynos-dwmmc-modalias.patch
|
||||
|
||||
########################################################
|
||||
# S/390
|
||||
########################################################
|
||||
patches.arch/s390-message-catalog.diff
|
||||
patches.arch/kmsg-fix-parameter-limitations
|
||||
|
||||
########################################################
|
||||
# VM/FS patches
|
||||
########################################################
|
||||
patches.suse/readahead-request-tunables.patch
|
||||
patches.fixes/mm-Fix-assertion-mapping-nrpages-0-in-end_writeback.patch
|
||||
|
||||
########################################################
|
||||
# IPC patches
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# nfsacl protocol (agruen)
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# misc small fixes
|
||||
########################################################
|
||||
patches.suse/connector-read-mostly
|
||||
patches.suse/kbd-ignore-gfx.patch
|
||||
|
||||
########################################################
|
||||
#
|
||||
# ACPI patches
|
||||
#
|
||||
########################################################
|
||||
patches.arch/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
|
||||
|
||||
patches.arch/acpi_thermal_passive_blacklist.patch
|
||||
|
||||
########################################################
|
||||
# CPUFREQ
|
||||
########################################################
|
||||
|
||||
+trenn patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch
|
||||
|
||||
## cpuidle perf events cleanups and related
|
||||
patches.arch/perf_timechart_fix_zero_timestamps.patch
|
||||
|
||||
########################################################
|
||||
# AGP, graphics related stuff
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# Suse specific stuff
|
||||
########################################################
|
||||
patches.suse/suse-hv-guest-os-id.patch
|
||||
|
||||
########################################################
|
||||
# Networking, IPv6
|
||||
########################################################
|
||||
patches.fixes/bridge-module-get-put.patch
|
||||
|
||||
########################################################
|
||||
# NFS
|
||||
########################################################
|
||||
|
||||
|
||||
########################################################
|
||||
# lockd + statd
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# cifs patches
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# ext2/ext3
|
||||
########################################################
|
||||
# patches.suse/ext2-fsync-err
|
||||
|
||||
########################################################
|
||||
# ext4
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# btrfs
|
||||
########################################################
|
||||
patches.suse/btrfs-use-correct-device-for-maps.patch
|
||||
patches.suse/btrfs-check-index-in-extent_buffer_page
|
||||
|
||||
########################################################
|
||||
# Reiserfs Patches
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# dlm
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# ocfs2
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# gfs2
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# xfs
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# other filesystem stuff: richacls
|
||||
########################################################
|
||||
patches.suse/0001-vfs-Hooks-for-more-fine-grained-directory-permission.patch
|
||||
patches.suse/0002-vfs-Add-generic-IS_ACL-test-for-acl-support.patch
|
||||
patches.suse/0003-vfs-Add-IS_RICHACL-test-for-richacl-support.patch
|
||||
patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch
|
||||
patches.suse/0005-richacl-Permission-mapping-functions.patch
|
||||
patches.suse/0006-richacl-Compute-maximum-file-masks-from-an-acl.patch
|
||||
patches.suse/0007-richacl-Update-the-file-masks-in-chmod.patch
|
||||
patches.suse/0008-richacl-Permission-check-algorithm.patch
|
||||
patches.suse/0009-richacl-Helper-functions-for-implementing-richacl-in.patch
|
||||
patches.suse/0010-richacl-Create-time-inheritance.patch
|
||||
patches.suse/0011-richacl-Check-if-an-acl-is-equivalent-to-a-file-mode.patch
|
||||
patches.suse/0012-richacl-Automatic-Inheritance.patch
|
||||
patches.suse/0013-richacl-Restrict-access-check-algorithm.patch
|
||||
patches.suse/0014-richacl-xattr-mapping-functions.patch
|
||||
|
||||
# The RICHACL name index was used for system xattrs. This needs
|
||||
# to be sorted out upstream.
|
||||
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch
|
||||
|
||||
########################################################
|
||||
# other filesystem stuff
|
||||
########################################################
|
||||
|
||||
patches.drivers/pstore_disable_efi_backend_by_default.patch
|
||||
patches.suse/pstore-backend-autoaction
|
||||
|
||||
########################################################
|
||||
# Overlayfs
|
||||
########################################################
|
||||
|
||||
patches.suse/ovl01-vfs-add-i_op-dentry_open.patch
|
||||
patches.suse/ovl02-vfs-export-do_splice_direct-to-modules.patch
|
||||
patches.suse/ovl03-vfs-export-inode_permission-to-modules.patch
|
||||
patches.suse/ovl04-vfs-introduce-clone_private_mount.patch
|
||||
patches.suse/ovl05-overlay-filesystem.patch
|
||||
patches.suse/ovl06-overlayfs-add-statfs-support.patch
|
||||
patches.suse/ovl07-overlayfs-implement-show_options.patch
|
||||
patches.suse/ovl08-overlay-overlay-filesystem-documentation.patch
|
||||
patches.suse/ovl09-fs-limit-filesystem-stacking-depth.patch
|
||||
|
||||
########################################################
|
||||
# Swap-over-NFS
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# Netfilter
|
||||
########################################################
|
||||
|
||||
patches.suse/netfilter-ip_conntrack_slp.patch
|
||||
|
||||
########################################################
|
||||
#
|
||||
# Device drivers
|
||||
#
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# Storage
|
||||
########################################################
|
||||
|
||||
# Block layer fixes
|
||||
patches.fixes/scsi-inquiry-too-short-ratelimit
|
||||
patches.suse/scsi-netlink-ml
|
||||
|
||||
patches.fixes/scsi-retry-alua-transition-in-progress
|
||||
|
||||
patches.fixes/scsi-dh-queuedata-accessors
|
||||
|
||||
patches.drivers/megaraid-mbox-fix-SG_IO
|
||||
|
||||
# Remaining SCSI patches (garloff)
|
||||
patches.fixes/scsi-scan-blist-update
|
||||
|
||||
patches.fixes/scsi-ibmvscsi-show-config.patch
|
||||
# bnc#362850
|
||||
patches.fixes/sd_liberal_28_sense_invalid.diff
|
||||
|
||||
patches.fixes/scsi-ibmvscsi-module_alias.patch
|
||||
patches.suse/sd_init.mark_majors_busy.patch
|
||||
|
||||
########################################################
|
||||
# DRM/Video
|
||||
########################################################
|
||||
patches.drivers/drm-cirrus-Use-16bpp-as-default
|
||||
patches.fixes/nouveau-fix-race-with-fence-signaling
|
||||
|
||||
########################################################
|
||||
# video4linux
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# Network
|
||||
########################################################
|
||||
patches.fixes/tulip-quad-NIC-ifdown
|
||||
|
||||
########################################################
|
||||
# Wireless Networking
|
||||
########################################################
|
||||
patches.suse/b43-missing-firmware-info.patch
|
||||
|
||||
########################################################
|
||||
# ISDN
|
||||
########################################################
|
||||
patches.fixes/misdn-add-support-for-group-membership-check
|
||||
|
||||
########################################################
|
||||
# iSCSI
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# PCI and PCI hotplug
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# sysfs / driver core
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# USB
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# I2C
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# Input & Console
|
||||
########################################################
|
||||
# patches.suse/SUSE-bootsplash
|
||||
# patches.suse/SUSE-bootsplash-mgadrmfb-workaround
|
||||
patches.fixes/input-add-acer-aspire-5710-to-nomux.patch
|
||||
|
||||
##########################################################
|
||||
# Sound
|
||||
##########################################################
|
||||
|
||||
########################################################
|
||||
# Char / serial
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# Other driver fixes
|
||||
########################################################
|
||||
|
||||
# Needs updating WRT d27769ec (block: add GENHD_FL_NO_PART_SCAN)
|
||||
+hare patches.suse/no-partition-scan
|
||||
|
||||
########################################################
|
||||
# Other drivers we have added to the tree
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# Suspend/Resume stuff
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# device-mapper
|
||||
########################################################
|
||||
patches.suse/dm-emulate-blkrrpart-ioctl
|
||||
patches.fixes/dm-mpath-reattach-dh
|
||||
patches.suse/dm-mpath-leastpending-path-update
|
||||
+needs_update patches.suse/dm-mpath-accept-failed-paths
|
||||
+needs_update patches.suse/dm-mpath-detach-existing-hardware-handler
|
||||
patches.fixes/dm-table-switch-to-readonly
|
||||
+needs_update patches.fixes/dm-release-map_lock-before-set_disk_ro
|
||||
patches.suse/dm-mpath-no-activate-for-offlined-paths
|
||||
patches.suse/dm-mpath-no-partitions-feature
|
||||
patches.suse/mpath-fix
|
||||
|
||||
########################################################
|
||||
# md
|
||||
########################################################
|
||||
|
||||
##########################################################
|
||||
#
|
||||
# Security stuff
|
||||
#
|
||||
##########################################################
|
||||
|
||||
##########################################################
|
||||
# Audit
|
||||
##########################################################
|
||||
|
||||
##########################################################
|
||||
# AppArmor
|
||||
##########################################################
|
||||
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control
|
||||
# patches.apparmor/apparmor-profiles-seq_file
|
||||
|
||||
########################################################
|
||||
# Address space layout randomization
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# KDB v4.4
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# Other patches for debugging
|
||||
########################################################
|
||||
patches.suse/crasher-26.diff
|
||||
patches.suse/stack-unwind
|
||||
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops
|
||||
patches.suse/no-frame-pointer-select
|
||||
patches.arch/x86_64-unwind-annotations
|
||||
patches.arch/stack-unwind-cfi_ignore-takes-more-arguments
|
||||
|
||||
########################################################
|
||||
# Kdump
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# cgroups
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# audit subsystem
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# Performance Monitoring, Tracing etc
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# KVM patches
|
||||
########################################################
|
||||
patches.fixes/kvm-macos.patch
|
||||
|
||||
########################################################
|
||||
# Staging tree patches
|
||||
# new drivers that are going upstream
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# You'd better have a good reason for adding a patch
|
||||
# below here.
|
||||
########################################################
|
||||
|
||||
########################################################
|
||||
# XEN architecture, version 3
|
||||
########################################################
|
||||
|
||||
# xen patches, from xenbits mercurial repository.
|
||||
# http://xenbits.xensource.com/ext/linux-2.6-merge.hg
|
||||
#
|
||||
# everything named "xen3-auto-*" is auto-generated.
|
||||
# PLEASE DON'T EDIT THESE PATCHES. Create fixup patches
|
||||
# on top of them instead. This reduces workload when
|
||||
# re-basing to a newer xen tree.
|
||||
#
|
||||
# split out patches
|
||||
patches.xen/kexec-move-segment-code-i386.patch
|
||||
patches.xen/kexec-move-segment-code-x86_64.patch
|
||||
patches.xen/ipv6-no-autoconf
|
||||
patches.xen/pci-guestdev
|
||||
patches.xen/pci-reserve
|
||||
|
||||
# bulk stuff, new files for xen
|
||||
patches.xen/xen3-auto-xen-arch.diff
|
||||
patches.xen/xen3-auto-xen-drivers.diff
|
||||
patches.xen/xen3-auto-include-xen-interface.diff
|
||||
patches.xen/xen3-auto-blktap2-pvops.diff
|
||||
|
||||
# kconfig bits for xen
|
||||
patches.xen/xen3-auto-xen-kconfig.diff
|
||||
|
||||
# common code changes
|
||||
patches.xen/xen3-auto-common.diff
|
||||
patches.xen/xen3-auto-arch-x86.diff
|
||||
patches.xen/xen3-auto-arch-i386.diff
|
||||
patches.xen/xen3-auto-arch-x86_64.diff
|
||||
|
||||
# fixups due to upstream Xen parts
|
||||
patches.xen/xen3-fixup-xen
|
||||
|
||||
# newer changeset backports
|
||||
|
||||
# changes outside arch/{i386,x86_64}/xen
|
||||
patches.xen/xen3-fixup-kconfig
|
||||
patches.xen/xen3-fixup-common
|
||||
patches.xen/xen3-fixup-arch-x86
|
||||
patches.xen/xen3-fixup-blktap2-pvops
|
||||
|
||||
# ports of upstream patches
|
||||
patches.xen/xen3-patch-2.6.18
|
||||
patches.xen/xen3-patch-2.6.19
|
||||
patches.xen/xen3-patch-2.6.20
|
||||
patches.xen/xen3-patch-2.6.21
|
||||
patches.xen/xen3-patch-2.6.22
|
||||
patches.xen/xen3-patch-2.6.23
|
||||
patches.xen/xen3-patch-2.6.24
|
||||
patches.xen/xen3-patch-2.6.25
|
||||
patches.xen/xen3-patch-2.6.26
|
||||
patches.xen/xen3-patch-2.6.27
|
||||
patches.xen/xen3-patch-2.6.28
|
||||
patches.xen/xen3-patch-2.6.29
|
||||
patches.xen/xen3-patch-2.6.30
|
||||
patches.xen/xen3-patch-2.6.31
|
||||
patches.xen/xen3-patch-2.6.32
|
||||
patches.xen/xen3-patch-2.6.33
|
||||
patches.xen/xen3-patch-2.6.34
|
||||
patches.xen/xen3-patch-2.6.35
|
||||
patches.xen/xen3-patch-2.6.36
|
||||
patches.xen/xen3-patch-2.6.37
|
||||
patches.xen/xen3-patch-2.6.38
|
||||
patches.xen/xen3-patch-2.6.39
|
||||
patches.xen/xen3-patch-3.0
|
||||
patches.xen/xen3-patch-3.1
|
||||
patches.xen/xen3-patch-3.2
|
||||
patches.xen/xen3-patch-3.3
|
||||
patches.xen/xen3-patch-3.4
|
||||
patches.xen/xen3-patch-3.5
|
||||
patches.xen/xen3-patch-3.6
|
||||
patches.xen/xen3-patch-3.7
|
||||
patches.xen/xen3-patch-3.8
|
||||
patches.xen/xen3-patch-3.9
|
||||
patches.xen/xen3-patch-3.10
|
||||
patches.xen/xen3-patch-3.11
|
||||
patches.xen/xen3-patch-3.12
|
||||
patches.xen/xen3-patch-3.13
|
||||
patches.xen/xen3-patch-3.14
|
||||
|
||||
# ports of other patches
|
||||
patches.xen/xen3-stack-unwind
|
||||
patches.xen/xen3-x86_64-unwind-annotations
|
||||
|
||||
# bugfixes and enhancements
|
||||
patches.xen/xen-hypercall-symbols
|
||||
patches.xen/xen-sys-suspend
|
||||
patches.xen/xen-ipi-per-cpu-irq
|
||||
patches.xen/xen-virq-per-cpu-irq
|
||||
patches.xen/xen-clockevents
|
||||
patches.xen/xen-spinlock-poll-early
|
||||
patches.xen/xen-pcpu
|
||||
patches.xen/xen-pcpu-hotplug-kexec
|
||||
patches.xen/xen-mem-hotplug
|
||||
patches.xen/xen-configurable-guest-devices
|
||||
patches.xen/xen-setup-gsi
|
||||
patches.xen/xen-privcmd-hcall-preemption
|
||||
patches.xen/xen-unpriv-build
|
||||
patches.xen/xen-cpufreq-report
|
||||
patches.xen/xen-multi-page-ring
|
||||
patches.xen/xen-balloon-max-target
|
||||
patches.xen/xen-blkback-multi-page-ring
|
||||
patches.xen/xen-blkback-indirect
|
||||
patches.xen/xen-blkback-cdrom
|
||||
patches.xen/xen-blkif-protocol-fallback-hack
|
||||
patches.xen/xen-blkfront-multi-page-ring
|
||||
patches.xen/xen-blkfront-indirect
|
||||
patches.xen/xen-blkif-op-packet
|
||||
patches.xen/xen-blkfront-cdrom
|
||||
patches.xen/xen-blkfront-hvm-no-cdrom
|
||||
patches.xen/xen-blktap-modular
|
||||
patches.xen/xen-blktap-write-barriers
|
||||
patches.xen/xen-blktap2-configurable-nr-devs
|
||||
patches.xen/xen-netback-notify-multi
|
||||
patches.xen/xen-netback-generalize
|
||||
patches.xen/xen-netback-multiple-tasklets
|
||||
patches.xen/xen-netback-kernel-threads
|
||||
patches.xen/xen-netback-tx-queue-len
|
||||
patches.xen/xen-cxgb3
|
||||
patches.xen/xen-dcdbas
|
||||
patches.xen/xen-pv-on-hvm-skip-initialization-of-emulated-devices
|
||||
patches.xen/xen-x86-panic-no-reboot
|
||||
patches.xen/xen-x86-dcr-fallback
|
||||
patches.xen/xen-x86-no-lapic
|
||||
patches.xen/xen-x86-pmd-handling
|
||||
patches.xen/xen-x86-bigmem
|
||||
patches.xen/xen-x86-exit-mmap
|
||||
patches.xen/xen-x86-per-cpu-vcpu-info
|
||||
patches.xen/xen-x86-pcpu
|
||||
patches.xen/xen-x86-EFI
|
||||
patches.xen/xen-x86-bzImage
|
||||
patches.xen/xen-x86_64-pgd-pin
|
||||
patches.xen/xen-x86_64-pgd-alloc-order
|
||||
patches.xen/xen-x86_64-dump-user-pgt
|
||||
patches.xen/xen-x86_64-note-init-p2m
|
||||
patches.xen/xen-x86_64-unmapped-initrd
|
||||
patches.xen/xen-x86_64-vread-pvclock
|
@ -1,3 +1,3 @@
|
||||
2014-04-24 17:02:34 +0200
|
||||
GIT Revision: 5cbf72344fa2c8c0958dc270013f5230f4bb762a
|
||||
2014-04-28 00:08:49 +0200
|
||||
GIT Revision: f47acdb9b680fb398a8f61cd3f25a0164f4c40b8
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user