commit 9194b64be5a7d4f1ea5e903fa6cd11d2f20b40a1

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=293
This commit is contained in:
Michal Marek 2014-06-11 06:02:23 +00:00 committed by Git OBS Bridge
parent e58a705af8
commit 48ca4677ba
49 changed files with 8597 additions and 137 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri May 23 10:04:27 UTC 2014 - ddiss@suse.com
- cifs.ko is currently built with support for the base SMB1/CIFS
dialect only. SMB1/CIFS support can be disabled in Windows 8.1
and Windows Server 2012 R2, and is completely unsupported with
the Microsoft Azure File service, leaving cifs.ko users unable
to access files on such servers without this change
(fate#317480).
- CONFIG_CIFS_SMB2=y
-------------------------------------------------------------------
Thu Mar 6 10:48:07 CET 2014 - jdelvare@suse.de

View File

@ -1,5 +1,5 @@
# The version of the main tarball to use
SRCVERSION=3.14
SRCVERSION=3.15
# variant of the kernel-source package, either empty or "-rt"
VARIANT=
# buildservice projects to build the kernel against

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f086913e1f584a4b508e7583bb65bdd29f7ece286276921bf8a40ced32c02fd6
size 260032
oid sha256:2f55694e3de9bffcad7cc8f6f3d52b5556d0205294a4be30fd03642296789336
size 264841

View File

@ -871,6 +871,7 @@ Requires(pre): coreutils awk
Requires(post): modutils
Requires(post): perl-Bootloader
Requires(post): mkinitrd
@PROVIDES_OBSOLETES_EXTRA@
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
@ -921,6 +922,7 @@ Provides: %name-devel = %version-%source_rel
Provides: multiversion(kernel)
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
@PROVIDES_OBSOLETES_DEVEL@
PreReq: coreutils
%description devel

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Tue Jun 10 13:53:14 CEST 2014 - jbeulich@suse.com
- swiotlb: don't assume PA 0 is invalid (bnc#865882).
- Update Xen patches to 3.15 final.
- Update x86-64 Xen config files.
- commit 0a9fc1a
-------------------------------------------------------------------
Tue Jun 10 09:50:42 CEST 2014 - jslaby@suse.cz
- Update config files.
Disable the reverted CONFIG_ACPI_PROCFS_POWER. Nobody seems to
complain, so do not enable it.
- commit 0592a75
-------------------------------------------------------------------
Tue Jun 10 09:10:51 CEST 2014 - jslaby@suse.cz
- Linux 3.14.6 (bnc#880613).
- Delete
patches.drivers/ALSA-hda-Fix-onboard-audio-on-Intel-H97-Z97-chipsets.
- commit f0d0e23
-------------------------------------------------------------------
Mon Jun 9 21:50:14 CEST 2014 - jeffm@suse.de
- Update to 3.15.
- commit 91a9a36
-------------------------------------------------------------------
Thu Jun 5 18:13:28 CEST 2014 - mmarek@suse.cz
- rpm/package-descriptions: kernel-vmi is gone
- rpm/mkspec: Obsolete $flavor-{devel,extra} $flavor-base is obsolete
(bnc#881490)
- rpm/kernel-module-subpackage: Obsolete -trace KMPs (bnc#881490)
- rpm/old-flavors: Obsolete also kernel-trace-base (bnc#881490)
- commit 38d4d09
-------------------------------------------------------------------
Thu Jun 5 15:42:57 CEST 2014 - mmarek@suse.cz
@ -16,12 +56,35 @@ Wed Jun 4 08:46:14 CEST 2014 - jslaby@suse.cz
- Linux 3.14.5.
- commit 3ee48e0
-------------------------------------------------------------------
Mon Jun 2 17:56:13 CEST 2014 - tiwai@suse.de
- usb: musb: tusb6010: Use musb->tusb_revision instead of
tusb_get_revision call (bnc#872715).
- usb: musb: tusb6010: Add tusb_revision to struct musb to store
the revision (bnc#872715).
- commit 6141be1
-------------------------------------------------------------------
Mon Jun 2 14:34:56 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc8.
- commit 93f605c
-------------------------------------------------------------------
Mon Jun 2 13:07:44 CEST 2014 - mmarek@suse.cz
- Obsolete kernel-trace by kernel-default
- commit 1eb3f59
-------------------------------------------------------------------
Mon Jun 2 09:48:07 CEST 2014 - jdelvare@suse.de
- Update config files: Disable CONFIG_XO15_EBOOK
The xo15-ebook driver is useless without the rest of OLPC support. So
I left it enabled only in i386/default and i386/vanilla.
- commit 9694fd3
-------------------------------------------------------------------
Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
@ -29,6 +92,230 @@ Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
(bnc#880613).
- commit 0de0f93
-------------------------------------------------------------------
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
- Update config files: Disable gpio-fan and ntc_thermistor drivers
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
architectures where they are not used.
- commit 96f5b60
-------------------------------------------------------------------
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc7.
- commit f8382bf
-------------------------------------------------------------------
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc7.
- Eliminated 1 patch.
- Config changes:
- CX_ECAT=m (default n) for i386/x86_64
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
This may need to be revisited if the hardware extends to different
architectures (ARM, probably).
- SENSORS_NTC_THERMISTOR=m (default n)
- Sensor chip that could be found essentially anywhere.
- commit e9c45a3
-------------------------------------------------------------------
Mon May 26 18:56:29 CEST 2014 - ddiss@suse.de
- cifs: fix client guid reuse logic
Client guid reuse across multiple protocol versions causes mount
failures against Windows 2012 servers (bnc#879932).
- patches.fixes/cifs-Set-client-guid-on-per-connection-basis.patch
- patches.fixes/cifs-Do-not-send-ClientGUID-on-SMB2.02-dialect.patch
- commit 289f0e9
-------------------------------------------------------------------
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
- config: sync vanilla configs for 3.15-rc6.
- commit acf7dab
-------------------------------------------------------------------
Fri May 23 15:13:50 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc6.
- Config changes:
- ACPI_PROCFS_POWER=y (default n)
- Should eventually be =n once userspace tools have been audited.
- commit d2be7e3
-------------------------------------------------------------------
Fri May 23 14:37:40 CEST 2014 - jdelvare@suse.de
- Update ppc config files: Disable SH_MOBILE media drivers
These are useless on PowerPC.
- commit cacd723
-------------------------------------------------------------------
Fri May 23 12:37:24 CEST 2014 - ddiss@suse.de
- Update config files: enable CONFIG_CIFS_SMB2
cifs.ko is currently built with support for the base SMB1/CIFS dialect
only. SMB1/CIFS support can be disabled in Windows 8.1 and Windows
Server 2012 R2, and is completely unsupported with the Microsoft Azure
File service, leaving cifs.ko users unable to access files on such
servers without this change (fate#317480).
- commit 837860b
-------------------------------------------------------------------
Fri May 23 11:27:56 CEST 2014 - jdelvare@suse.de
- Update config files: Disable remaining R-CAR drivers
These drivers are useless except on arm/shmobile.
- commit 2dd69e8
-------------------------------------------------------------------
Wed May 21 19:34:45 CEST 2014 - jdelvare@suse.de
- Fix a typo in config/ppc/vanilla, sorry
- commit cc68f12
-------------------------------------------------------------------
Wed May 21 19:18:25 CEST 2014 - jdelvare@suse.de
- Update config files: Disable unused RTC platform drivers
- commit 85c0b8b
-------------------------------------------------------------------
Wed May 21 15:48:03 CEST 2014 - jdelvare@suse.de
- Update config files: Disable the rtc-moxart driver
This driver is only needed on Moxa ART systems, which we do not
support.
- commit 9939e8f
-------------------------------------------------------------------
Tue May 20 15:14:35 CEST 2014 - jbeulich@suse.com
- supported.conf: Take care of a few driver renames/splits/etc.
- commit ed5e591
-------------------------------------------------------------------
Tue May 20 08:21:20 CEST 2014 - jbeulich@suse.com
- Update Xen config files: Set compatibility level back to 4.1
(bnc#851338).
- commit 22da852
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
- Update config files: Disable all EG20T drivers except on i386
EG20T (aka Topcliff PCH) is a chipset for 32-bit x86 processors, so
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
- Update arm64 config file to fix the build
- commit beb76a8
-------------------------------------------------------------------
Fri May 16 12:46:15 CEST 2014 - afaerber@suse.de
- config: armv6hl: Update config to 3.15-rc5
- commit 15546e3
-------------------------------------------------------------------
Fri May 16 12:46:14 CEST 2014 - afaerber@suse.de
- config: armv7hl: Update configs to 3.15-rc5
- commit de0d16f
-------------------------------------------------------------------
Thu May 15 18:23:06 CEST 2014 - jdelvare@suse.de
- Update armv7hl/lpae config file: Enable SERIAL_TEGRA
Despite what the Kconfig text says, the serial-tegra driver works on
all Tegra platforms.
- commit 222a09f
-------------------------------------------------------------------
Thu May 15 17:39:27 CEST 2014 - jdelvare@suse.de
- Update ppc64le config files: Disable DA903x support completely
It makes no sense to support some sub-drivers and not the rest.
- commit 269e033
-------------------------------------------------------------------
Thu May 15 17:02:27 CEST 2014 - duwe@suse.de
- Update config files:
i386/x86_64/ppc64/ppc64le disable:
timeriomem-rng
pwm-pca9685
unsupported RTC drivers
ssd1307fb/da903x_bl
- commit 7725871
-------------------------------------------------------------------
Wed May 14 18:41:03 CEST 2014 - afaerber@suse.de
- config: arm64: Update config for 3.15
- commit 2d96bf1
-------------------------------------------------------------------
Wed May 14 12:01:16 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc5.
- privcmd: actually batch hypercalls for batch ioctls.
- Refresh patches.xen/xen-blkfront-indirect (bnc#876786).
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- commit 9ebd57d
-------------------------------------------------------------------
Wed May 14 11:47:08 CEST 2014 - jbeulich@suse.com
- Refresh patches.suse/stack-unwind (dump_trace_unwind() can be static).
- commit 47a05b6
-------------------------------------------------------------------
Tue May 13 18:16:15 CEST 2014 - jdelvare@suse.de
- Update ec2 config files: Disable CAN support
It was enabled by accident.
- commit 4f49dd9
-------------------------------------------------------------------
Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
@ -38,11 +325,18 @@ Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
- commit bebeb6f
-------------------------------------------------------------------
Tue May 13 08:44:43 CEST 2014 - jbeulich@suse.com
- patches.suse/stack-unwind: Drop bogus (redundant) asmlinkage from
unwind_init_running() definition.
- commit d2673c3
-------------------------------------------------------------------
Mon May 12 18:45:00 CEST 2014 - tiwai@suse.de
- pvpanic: Set high notifier priority (bnc#875220).
- commit 07d82b6
- commit da0842c
-------------------------------------------------------------------
Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
@ -51,6 +345,15 @@ Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
with 0 fbs (bnc#875687).
- commit b8d699a
-------------------------------------------------------------------
Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc5.
- Eliminated 2 patches.
- Config changes:
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
@ -64,6 +367,15 @@ Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Package .vmlinuz-*.hmac as well
- commit 3375bd7
-------------------------------------------------------------------
Wed May 7 14:48:12 CEST 2014 - jdelvare@suse.de
- Update x86 config files: Disable unused CAN drivers
Disable platform, grcan and tscan1 CAN drivers. Disable ISA and EG20T
CAN drivers on x86_64. These are believed to be useless, and will
only be enabled upon explicit request.
- commit dab25a2
-------------------------------------------------------------------
Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
@ -71,6 +383,12 @@ Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
Also, get rid of the comparison of the base and devel filelist.
- commit f1e303f
-------------------------------------------------------------------
Wed May 7 12:02:52 CEST 2014 - tiwai@suse.de
- ALSA: hda - Add dock pin setups for Thinkpad T440 (bnc#876699).
- commit efc8676
-------------------------------------------------------------------
Wed May 7 12:00:14 CEST 2014 - tiwai@suse.de
@ -99,6 +417,21 @@ Tue May 6 17:29:41 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Simplify filelist for files in /boot
- commit ef040ff
-------------------------------------------------------------------
Mon May 5 13:42:10 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on i586 as well (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 403ada2
-------------------------------------------------------------------
Mon May 5 12:33:08 CEST 2014 - jslaby@suse.cz
- Refresh
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
Add commit SHA
- commit 4f0c42a
-------------------------------------------------------------------
Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
@ -106,6 +439,91 @@ Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
(bnc#871252 bnc#875690 CVE-2014-0196).
- commit e72b790
-------------------------------------------------------------------
Tue Apr 29 18:00:21 CEST 2014 - guillaume.gardet@oliseo.fr
- Re-eanble ARM kernel in config.conf file and update all ARM configs:
* config/arm64/default:
- Add SATA/PATA support
- Add voltage and regulator support
* config/armv6hl/default:
- Add external I2C controllers
- Add usermode SPI driver
* config/armv7hl/default:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra support with MFD_NVEC and KEYBOARD_TEGRA
- Add OMAP4 video input support
- Add IR receiver
- Add iMX HDMI support
- Add Serial support for Tegra SoC
* config/armv7hl/exynos:
- Trivial update
* config/armv7hl/lpae:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Remove unused Terga20/Tegra30 SPI support
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra supprt with MFD_NVEC and KEYBOARD_TEGRA
- Add IR receiver
- Add iMX HDMI support
- commit fcd7b3d
-------------------------------------------------------------------
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
- Update to 3.15-rc3.
- commit 62b5593
-------------------------------------------------------------------
Tue Apr 29 17:25:05 CEST 2014 - jeffm@suse.com
- config: sync PCI changes to s390x/vanilla
- commit 807a685
-------------------------------------------------------------------
Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
- Update arm config files: Enable all USB-to-serial drivers
Specifically, enable USB_SERIAL_WISHBONE, USB_SERIAL_MXUPORT and
USB_SERIAL_QT2 on all arm flavors.
- commit 589f44f
-------------------------------------------------------------------
Tue Apr 29 14:34:53 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: Disabled 3 unneeded drivers
Align the arm64 config file with the rest of the config files:
CONFIG_ATMEL_SSC is not set
CONFIG_FB_TMIO is not set
CONFIG_FB_GOLDFISH is not set
- commit aaf60ce
-------------------------------------------------------------------
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de
- Update config files: Enable CONFIG_USB_SERIAL_SIMPLE
This is a unified driver replacing several drivers we were shipping
so far, so we should ship it too.
- commit 0d558c9
-------------------------------------------------------------------
Tue Apr 29 12:13:23 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on x86_64 (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 8f9c4ac
-------------------------------------------------------------------
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
- unwind: remove check for vdso32 compat range.
This fixes a build failure introduced in 3.15-rc1.
- commit 66cfb7b
-------------------------------------------------------------------
Mon Apr 28 13:12:23 CEST 2014 - mmarek@suse.cz
@ -118,6 +536,146 @@ Mon Apr 28 10:43:14 CEST 2014 - mmarek@suse.cz
- rpm/kernel-obs-qa.spec.in: Use per-flavor path for the logfile
- commit 717e968
-------------------------------------------------------------------
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

View File

@ -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.5
%define srcversion 3.15
%define patchversion 3.15.0
%define variant %{nil}
%define vanilla_only 0
@ -59,11 +59,11 @@ Name: kernel-debug
Summary: A Debug Version of the Kernel
License: GPL-2.0
Group: System/Kernel
Version: 3.14.5
Version: 3.15.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%else
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%endif
Url: http://www.kernel.org/
BuildRequires: bc
@ -998,6 +998,7 @@ Requires(pre): coreutils awk
Requires(post): modutils
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
@ -1049,6 +1050,7 @@ Provides: %name-devel = %version-%source_rel
Provides: multiversion(kernel)
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Tue Jun 10 13:53:14 CEST 2014 - jbeulich@suse.com
- swiotlb: don't assume PA 0 is invalid (bnc#865882).
- Update Xen patches to 3.15 final.
- Update x86-64 Xen config files.
- commit 0a9fc1a
-------------------------------------------------------------------
Tue Jun 10 09:50:42 CEST 2014 - jslaby@suse.cz
- Update config files.
Disable the reverted CONFIG_ACPI_PROCFS_POWER. Nobody seems to
complain, so do not enable it.
- commit 0592a75
-------------------------------------------------------------------
Tue Jun 10 09:10:51 CEST 2014 - jslaby@suse.cz
- Linux 3.14.6 (bnc#880613).
- Delete
patches.drivers/ALSA-hda-Fix-onboard-audio-on-Intel-H97-Z97-chipsets.
- commit f0d0e23
-------------------------------------------------------------------
Mon Jun 9 21:50:14 CEST 2014 - jeffm@suse.de
- Update to 3.15.
- commit 91a9a36
-------------------------------------------------------------------
Thu Jun 5 18:13:28 CEST 2014 - mmarek@suse.cz
- rpm/package-descriptions: kernel-vmi is gone
- rpm/mkspec: Obsolete $flavor-{devel,extra} $flavor-base is obsolete
(bnc#881490)
- rpm/kernel-module-subpackage: Obsolete -trace KMPs (bnc#881490)
- rpm/old-flavors: Obsolete also kernel-trace-base (bnc#881490)
- commit 38d4d09
-------------------------------------------------------------------
Thu Jun 5 15:42:57 CEST 2014 - mmarek@suse.cz
@ -16,12 +56,35 @@ Wed Jun 4 08:46:14 CEST 2014 - jslaby@suse.cz
- Linux 3.14.5.
- commit 3ee48e0
-------------------------------------------------------------------
Mon Jun 2 17:56:13 CEST 2014 - tiwai@suse.de
- usb: musb: tusb6010: Use musb->tusb_revision instead of
tusb_get_revision call (bnc#872715).
- usb: musb: tusb6010: Add tusb_revision to struct musb to store
the revision (bnc#872715).
- commit 6141be1
-------------------------------------------------------------------
Mon Jun 2 14:34:56 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc8.
- commit 93f605c
-------------------------------------------------------------------
Mon Jun 2 13:07:44 CEST 2014 - mmarek@suse.cz
- Obsolete kernel-trace by kernel-default
- commit 1eb3f59
-------------------------------------------------------------------
Mon Jun 2 09:48:07 CEST 2014 - jdelvare@suse.de
- Update config files: Disable CONFIG_XO15_EBOOK
The xo15-ebook driver is useless without the rest of OLPC support. So
I left it enabled only in i386/default and i386/vanilla.
- commit 9694fd3
-------------------------------------------------------------------
Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
@ -29,6 +92,230 @@ Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
(bnc#880613).
- commit 0de0f93
-------------------------------------------------------------------
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
- Update config files: Disable gpio-fan and ntc_thermistor drivers
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
architectures where they are not used.
- commit 96f5b60
-------------------------------------------------------------------
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc7.
- commit f8382bf
-------------------------------------------------------------------
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc7.
- Eliminated 1 patch.
- Config changes:
- CX_ECAT=m (default n) for i386/x86_64
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
This may need to be revisited if the hardware extends to different
architectures (ARM, probably).
- SENSORS_NTC_THERMISTOR=m (default n)
- Sensor chip that could be found essentially anywhere.
- commit e9c45a3
-------------------------------------------------------------------
Mon May 26 18:56:29 CEST 2014 - ddiss@suse.de
- cifs: fix client guid reuse logic
Client guid reuse across multiple protocol versions causes mount
failures against Windows 2012 servers (bnc#879932).
- patches.fixes/cifs-Set-client-guid-on-per-connection-basis.patch
- patches.fixes/cifs-Do-not-send-ClientGUID-on-SMB2.02-dialect.patch
- commit 289f0e9
-------------------------------------------------------------------
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
- config: sync vanilla configs for 3.15-rc6.
- commit acf7dab
-------------------------------------------------------------------
Fri May 23 15:13:50 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc6.
- Config changes:
- ACPI_PROCFS_POWER=y (default n)
- Should eventually be =n once userspace tools have been audited.
- commit d2be7e3
-------------------------------------------------------------------
Fri May 23 14:37:40 CEST 2014 - jdelvare@suse.de
- Update ppc config files: Disable SH_MOBILE media drivers
These are useless on PowerPC.
- commit cacd723
-------------------------------------------------------------------
Fri May 23 12:37:24 CEST 2014 - ddiss@suse.de
- Update config files: enable CONFIG_CIFS_SMB2
cifs.ko is currently built with support for the base SMB1/CIFS dialect
only. SMB1/CIFS support can be disabled in Windows 8.1 and Windows
Server 2012 R2, and is completely unsupported with the Microsoft Azure
File service, leaving cifs.ko users unable to access files on such
servers without this change (fate#317480).
- commit 837860b
-------------------------------------------------------------------
Fri May 23 11:27:56 CEST 2014 - jdelvare@suse.de
- Update config files: Disable remaining R-CAR drivers
These drivers are useless except on arm/shmobile.
- commit 2dd69e8
-------------------------------------------------------------------
Wed May 21 19:34:45 CEST 2014 - jdelvare@suse.de
- Fix a typo in config/ppc/vanilla, sorry
- commit cc68f12
-------------------------------------------------------------------
Wed May 21 19:18:25 CEST 2014 - jdelvare@suse.de
- Update config files: Disable unused RTC platform drivers
- commit 85c0b8b
-------------------------------------------------------------------
Wed May 21 15:48:03 CEST 2014 - jdelvare@suse.de
- Update config files: Disable the rtc-moxart driver
This driver is only needed on Moxa ART systems, which we do not
support.
- commit 9939e8f
-------------------------------------------------------------------
Tue May 20 15:14:35 CEST 2014 - jbeulich@suse.com
- supported.conf: Take care of a few driver renames/splits/etc.
- commit ed5e591
-------------------------------------------------------------------
Tue May 20 08:21:20 CEST 2014 - jbeulich@suse.com
- Update Xen config files: Set compatibility level back to 4.1
(bnc#851338).
- commit 22da852
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
- Update config files: Disable all EG20T drivers except on i386
EG20T (aka Topcliff PCH) is a chipset for 32-bit x86 processors, so
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
- Update arm64 config file to fix the build
- commit beb76a8
-------------------------------------------------------------------
Fri May 16 12:46:15 CEST 2014 - afaerber@suse.de
- config: armv6hl: Update config to 3.15-rc5
- commit 15546e3
-------------------------------------------------------------------
Fri May 16 12:46:14 CEST 2014 - afaerber@suse.de
- config: armv7hl: Update configs to 3.15-rc5
- commit de0d16f
-------------------------------------------------------------------
Thu May 15 18:23:06 CEST 2014 - jdelvare@suse.de
- Update armv7hl/lpae config file: Enable SERIAL_TEGRA
Despite what the Kconfig text says, the serial-tegra driver works on
all Tegra platforms.
- commit 222a09f
-------------------------------------------------------------------
Thu May 15 17:39:27 CEST 2014 - jdelvare@suse.de
- Update ppc64le config files: Disable DA903x support completely
It makes no sense to support some sub-drivers and not the rest.
- commit 269e033
-------------------------------------------------------------------
Thu May 15 17:02:27 CEST 2014 - duwe@suse.de
- Update config files:
i386/x86_64/ppc64/ppc64le disable:
timeriomem-rng
pwm-pca9685
unsupported RTC drivers
ssd1307fb/da903x_bl
- commit 7725871
-------------------------------------------------------------------
Wed May 14 18:41:03 CEST 2014 - afaerber@suse.de
- config: arm64: Update config for 3.15
- commit 2d96bf1
-------------------------------------------------------------------
Wed May 14 12:01:16 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc5.
- privcmd: actually batch hypercalls for batch ioctls.
- Refresh patches.xen/xen-blkfront-indirect (bnc#876786).
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- commit 9ebd57d
-------------------------------------------------------------------
Wed May 14 11:47:08 CEST 2014 - jbeulich@suse.com
- Refresh patches.suse/stack-unwind (dump_trace_unwind() can be static).
- commit 47a05b6
-------------------------------------------------------------------
Tue May 13 18:16:15 CEST 2014 - jdelvare@suse.de
- Update ec2 config files: Disable CAN support
It was enabled by accident.
- commit 4f49dd9
-------------------------------------------------------------------
Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
@ -38,11 +325,18 @@ Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
- commit bebeb6f
-------------------------------------------------------------------
Tue May 13 08:44:43 CEST 2014 - jbeulich@suse.com
- patches.suse/stack-unwind: Drop bogus (redundant) asmlinkage from
unwind_init_running() definition.
- commit d2673c3
-------------------------------------------------------------------
Mon May 12 18:45:00 CEST 2014 - tiwai@suse.de
- pvpanic: Set high notifier priority (bnc#875220).
- commit 07d82b6
- commit da0842c
-------------------------------------------------------------------
Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
@ -51,6 +345,15 @@ Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
with 0 fbs (bnc#875687).
- commit b8d699a
-------------------------------------------------------------------
Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc5.
- Eliminated 2 patches.
- Config changes:
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
@ -64,6 +367,15 @@ Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Package .vmlinuz-*.hmac as well
- commit 3375bd7
-------------------------------------------------------------------
Wed May 7 14:48:12 CEST 2014 - jdelvare@suse.de
- Update x86 config files: Disable unused CAN drivers
Disable platform, grcan and tscan1 CAN drivers. Disable ISA and EG20T
CAN drivers on x86_64. These are believed to be useless, and will
only be enabled upon explicit request.
- commit dab25a2
-------------------------------------------------------------------
Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
@ -71,6 +383,12 @@ Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
Also, get rid of the comparison of the base and devel filelist.
- commit f1e303f
-------------------------------------------------------------------
Wed May 7 12:02:52 CEST 2014 - tiwai@suse.de
- ALSA: hda - Add dock pin setups for Thinkpad T440 (bnc#876699).
- commit efc8676
-------------------------------------------------------------------
Wed May 7 12:00:14 CEST 2014 - tiwai@suse.de
@ -99,6 +417,21 @@ Tue May 6 17:29:41 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Simplify filelist for files in /boot
- commit ef040ff
-------------------------------------------------------------------
Mon May 5 13:42:10 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on i586 as well (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 403ada2
-------------------------------------------------------------------
Mon May 5 12:33:08 CEST 2014 - jslaby@suse.cz
- Refresh
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
Add commit SHA
- commit 4f0c42a
-------------------------------------------------------------------
Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
@ -106,6 +439,91 @@ Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
(bnc#871252 bnc#875690 CVE-2014-0196).
- commit e72b790
-------------------------------------------------------------------
Tue Apr 29 18:00:21 CEST 2014 - guillaume.gardet@oliseo.fr
- Re-eanble ARM kernel in config.conf file and update all ARM configs:
* config/arm64/default:
- Add SATA/PATA support
- Add voltage and regulator support
* config/armv6hl/default:
- Add external I2C controllers
- Add usermode SPI driver
* config/armv7hl/default:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra support with MFD_NVEC and KEYBOARD_TEGRA
- Add OMAP4 video input support
- Add IR receiver
- Add iMX HDMI support
- Add Serial support for Tegra SoC
* config/armv7hl/exynos:
- Trivial update
* config/armv7hl/lpae:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Remove unused Terga20/Tegra30 SPI support
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra supprt with MFD_NVEC and KEYBOARD_TEGRA
- Add IR receiver
- Add iMX HDMI support
- commit fcd7b3d
-------------------------------------------------------------------
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
- Update to 3.15-rc3.
- commit 62b5593
-------------------------------------------------------------------
Tue Apr 29 17:25:05 CEST 2014 - jeffm@suse.com
- config: sync PCI changes to s390x/vanilla
- commit 807a685
-------------------------------------------------------------------
Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
- Update arm config files: Enable all USB-to-serial drivers
Specifically, enable USB_SERIAL_WISHBONE, USB_SERIAL_MXUPORT and
USB_SERIAL_QT2 on all arm flavors.
- commit 589f44f
-------------------------------------------------------------------
Tue Apr 29 14:34:53 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: Disabled 3 unneeded drivers
Align the arm64 config file with the rest of the config files:
CONFIG_ATMEL_SSC is not set
CONFIG_FB_TMIO is not set
CONFIG_FB_GOLDFISH is not set
- commit aaf60ce
-------------------------------------------------------------------
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de
- Update config files: Enable CONFIG_USB_SERIAL_SIMPLE
This is a unified driver replacing several drivers we were shipping
so far, so we should ship it too.
- commit 0d558c9
-------------------------------------------------------------------
Tue Apr 29 12:13:23 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on x86_64 (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 8f9c4ac
-------------------------------------------------------------------
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
- unwind: remove check for vdso32 compat range.
This fixes a build failure introduced in 3.15-rc1.
- commit 66cfb7b
-------------------------------------------------------------------
Mon Apr 28 13:12:23 CEST 2014 - mmarek@suse.cz
@ -118,6 +536,146 @@ Mon Apr 28 10:43:14 CEST 2014 - mmarek@suse.cz
- rpm/kernel-obs-qa.spec.in: Use per-flavor path for the logfile
- commit 717e968
-------------------------------------------------------------------
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

View File

@ -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.5
%define srcversion 3.15
%define patchversion 3.15.0
%define variant %{nil}
%define vanilla_only 0
@ -59,11 +59,11 @@ Name: kernel-default
Summary: The Standard Kernel
License: GPL-2.0
Group: System/Kernel
Version: 3.14.5
Version: 3.15.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%else
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%endif
Url: http://www.kernel.org/
BuildRequires: bc
@ -974,7 +974,18 @@ Requires(pre): coreutils awk
Requires(post): modutils
Requires(post): perl-Bootloader
Requires(post): mkinitrd
%ifarch %ix86
Provides: kernel-trace-base = 3.13
Obsoletes: kernel-trace-base <= 3.13
%endif
%ifarch s390x
Provides: kernel-trace-base = 3.13
Obsoletes: kernel-trace-base <= 3.13
%endif
%ifarch x86_64
Provides: kernel-trace-base = 3.13
Obsoletes: kernel-trace-base <= 3.13
%endif
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
%endif
@ -1012,6 +1023,18 @@ Requires(pre): coreutils awk
Requires(post): modutils
Requires(post): perl-Bootloader
Requires(post): mkinitrd
%ifarch %ix86
Provides: kernel-trace-extra = 3.13
Obsoletes: kernel-trace-extra <= 3.13
%endif
%ifarch s390x
Provides: kernel-trace-extra = 3.13
Obsoletes: kernel-trace-extra <= 3.13
%endif
%ifarch x86_64
Provides: kernel-trace-extra = 3.13
Obsoletes: kernel-trace-extra <= 3.13
%endif
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
@ -1062,6 +1085,18 @@ Provides: %name-devel = %version-%source_rel
Provides: multiversion(kernel)
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
%ifarch %ix86
Provides: kernel-trace-devel = 3.13
Obsoletes: kernel-trace-devel <= 3.13
%endif
%ifarch s390x
Provides: kernel-trace-devel = 3.13
Obsoletes: kernel-trace-devel <= 3.13
%endif
%ifarch x86_64
Provides: kernel-trace-devel = 3.13
Obsoletes: kernel-trace-devel <= 3.13
%endif
PreReq: coreutils
%description devel

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Tue Jun 10 13:53:14 CEST 2014 - jbeulich@suse.com
- swiotlb: don't assume PA 0 is invalid (bnc#865882).
- Update Xen patches to 3.15 final.
- Update x86-64 Xen config files.
- commit 0a9fc1a
-------------------------------------------------------------------
Tue Jun 10 09:50:42 CEST 2014 - jslaby@suse.cz
- Update config files.
Disable the reverted CONFIG_ACPI_PROCFS_POWER. Nobody seems to
complain, so do not enable it.
- commit 0592a75
-------------------------------------------------------------------
Tue Jun 10 09:10:51 CEST 2014 - jslaby@suse.cz
- Linux 3.14.6 (bnc#880613).
- Delete
patches.drivers/ALSA-hda-Fix-onboard-audio-on-Intel-H97-Z97-chipsets.
- commit f0d0e23
-------------------------------------------------------------------
Mon Jun 9 21:50:14 CEST 2014 - jeffm@suse.de
- Update to 3.15.
- commit 91a9a36
-------------------------------------------------------------------
Thu Jun 5 18:13:28 CEST 2014 - mmarek@suse.cz
- rpm/package-descriptions: kernel-vmi is gone
- rpm/mkspec: Obsolete $flavor-{devel,extra} $flavor-base is obsolete
(bnc#881490)
- rpm/kernel-module-subpackage: Obsolete -trace KMPs (bnc#881490)
- rpm/old-flavors: Obsolete also kernel-trace-base (bnc#881490)
- commit 38d4d09
-------------------------------------------------------------------
Thu Jun 5 15:42:57 CEST 2014 - mmarek@suse.cz
@ -16,12 +56,35 @@ Wed Jun 4 08:46:14 CEST 2014 - jslaby@suse.cz
- Linux 3.14.5.
- commit 3ee48e0
-------------------------------------------------------------------
Mon Jun 2 17:56:13 CEST 2014 - tiwai@suse.de
- usb: musb: tusb6010: Use musb->tusb_revision instead of
tusb_get_revision call (bnc#872715).
- usb: musb: tusb6010: Add tusb_revision to struct musb to store
the revision (bnc#872715).
- commit 6141be1
-------------------------------------------------------------------
Mon Jun 2 14:34:56 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc8.
- commit 93f605c
-------------------------------------------------------------------
Mon Jun 2 13:07:44 CEST 2014 - mmarek@suse.cz
- Obsolete kernel-trace by kernel-default
- commit 1eb3f59
-------------------------------------------------------------------
Mon Jun 2 09:48:07 CEST 2014 - jdelvare@suse.de
- Update config files: Disable CONFIG_XO15_EBOOK
The xo15-ebook driver is useless without the rest of OLPC support. So
I left it enabled only in i386/default and i386/vanilla.
- commit 9694fd3
-------------------------------------------------------------------
Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
@ -29,6 +92,230 @@ Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
(bnc#880613).
- commit 0de0f93
-------------------------------------------------------------------
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
- Update config files: Disable gpio-fan and ntc_thermistor drivers
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
architectures where they are not used.
- commit 96f5b60
-------------------------------------------------------------------
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc7.
- commit f8382bf
-------------------------------------------------------------------
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc7.
- Eliminated 1 patch.
- Config changes:
- CX_ECAT=m (default n) for i386/x86_64
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
This may need to be revisited if the hardware extends to different
architectures (ARM, probably).
- SENSORS_NTC_THERMISTOR=m (default n)
- Sensor chip that could be found essentially anywhere.
- commit e9c45a3
-------------------------------------------------------------------
Mon May 26 18:56:29 CEST 2014 - ddiss@suse.de
- cifs: fix client guid reuse logic
Client guid reuse across multiple protocol versions causes mount
failures against Windows 2012 servers (bnc#879932).
- patches.fixes/cifs-Set-client-guid-on-per-connection-basis.patch
- patches.fixes/cifs-Do-not-send-ClientGUID-on-SMB2.02-dialect.patch
- commit 289f0e9
-------------------------------------------------------------------
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
- config: sync vanilla configs for 3.15-rc6.
- commit acf7dab
-------------------------------------------------------------------
Fri May 23 15:13:50 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc6.
- Config changes:
- ACPI_PROCFS_POWER=y (default n)
- Should eventually be =n once userspace tools have been audited.
- commit d2be7e3
-------------------------------------------------------------------
Fri May 23 14:37:40 CEST 2014 - jdelvare@suse.de
- Update ppc config files: Disable SH_MOBILE media drivers
These are useless on PowerPC.
- commit cacd723
-------------------------------------------------------------------
Fri May 23 12:37:24 CEST 2014 - ddiss@suse.de
- Update config files: enable CONFIG_CIFS_SMB2
cifs.ko is currently built with support for the base SMB1/CIFS dialect
only. SMB1/CIFS support can be disabled in Windows 8.1 and Windows
Server 2012 R2, and is completely unsupported with the Microsoft Azure
File service, leaving cifs.ko users unable to access files on such
servers without this change (fate#317480).
- commit 837860b
-------------------------------------------------------------------
Fri May 23 11:27:56 CEST 2014 - jdelvare@suse.de
- Update config files: Disable remaining R-CAR drivers
These drivers are useless except on arm/shmobile.
- commit 2dd69e8
-------------------------------------------------------------------
Wed May 21 19:34:45 CEST 2014 - jdelvare@suse.de
- Fix a typo in config/ppc/vanilla, sorry
- commit cc68f12
-------------------------------------------------------------------
Wed May 21 19:18:25 CEST 2014 - jdelvare@suse.de
- Update config files: Disable unused RTC platform drivers
- commit 85c0b8b
-------------------------------------------------------------------
Wed May 21 15:48:03 CEST 2014 - jdelvare@suse.de
- Update config files: Disable the rtc-moxart driver
This driver is only needed on Moxa ART systems, which we do not
support.
- commit 9939e8f
-------------------------------------------------------------------
Tue May 20 15:14:35 CEST 2014 - jbeulich@suse.com
- supported.conf: Take care of a few driver renames/splits/etc.
- commit ed5e591
-------------------------------------------------------------------
Tue May 20 08:21:20 CEST 2014 - jbeulich@suse.com
- Update Xen config files: Set compatibility level back to 4.1
(bnc#851338).
- commit 22da852
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
- Update config files: Disable all EG20T drivers except on i386
EG20T (aka Topcliff PCH) is a chipset for 32-bit x86 processors, so
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
- Update arm64 config file to fix the build
- commit beb76a8
-------------------------------------------------------------------
Fri May 16 12:46:15 CEST 2014 - afaerber@suse.de
- config: armv6hl: Update config to 3.15-rc5
- commit 15546e3
-------------------------------------------------------------------
Fri May 16 12:46:14 CEST 2014 - afaerber@suse.de
- config: armv7hl: Update configs to 3.15-rc5
- commit de0d16f
-------------------------------------------------------------------
Thu May 15 18:23:06 CEST 2014 - jdelvare@suse.de
- Update armv7hl/lpae config file: Enable SERIAL_TEGRA
Despite what the Kconfig text says, the serial-tegra driver works on
all Tegra platforms.
- commit 222a09f
-------------------------------------------------------------------
Thu May 15 17:39:27 CEST 2014 - jdelvare@suse.de
- Update ppc64le config files: Disable DA903x support completely
It makes no sense to support some sub-drivers and not the rest.
- commit 269e033
-------------------------------------------------------------------
Thu May 15 17:02:27 CEST 2014 - duwe@suse.de
- Update config files:
i386/x86_64/ppc64/ppc64le disable:
timeriomem-rng
pwm-pca9685
unsupported RTC drivers
ssd1307fb/da903x_bl
- commit 7725871
-------------------------------------------------------------------
Wed May 14 18:41:03 CEST 2014 - afaerber@suse.de
- config: arm64: Update config for 3.15
- commit 2d96bf1
-------------------------------------------------------------------
Wed May 14 12:01:16 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc5.
- privcmd: actually batch hypercalls for batch ioctls.
- Refresh patches.xen/xen-blkfront-indirect (bnc#876786).
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- commit 9ebd57d
-------------------------------------------------------------------
Wed May 14 11:47:08 CEST 2014 - jbeulich@suse.com
- Refresh patches.suse/stack-unwind (dump_trace_unwind() can be static).
- commit 47a05b6
-------------------------------------------------------------------
Tue May 13 18:16:15 CEST 2014 - jdelvare@suse.de
- Update ec2 config files: Disable CAN support
It was enabled by accident.
- commit 4f49dd9
-------------------------------------------------------------------
Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
@ -38,11 +325,18 @@ Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
- commit bebeb6f
-------------------------------------------------------------------
Tue May 13 08:44:43 CEST 2014 - jbeulich@suse.com
- patches.suse/stack-unwind: Drop bogus (redundant) asmlinkage from
unwind_init_running() definition.
- commit d2673c3
-------------------------------------------------------------------
Mon May 12 18:45:00 CEST 2014 - tiwai@suse.de
- pvpanic: Set high notifier priority (bnc#875220).
- commit 07d82b6
- commit da0842c
-------------------------------------------------------------------
Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
@ -51,6 +345,15 @@ Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
with 0 fbs (bnc#875687).
- commit b8d699a
-------------------------------------------------------------------
Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc5.
- Eliminated 2 patches.
- Config changes:
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
@ -64,6 +367,15 @@ Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Package .vmlinuz-*.hmac as well
- commit 3375bd7
-------------------------------------------------------------------
Wed May 7 14:48:12 CEST 2014 - jdelvare@suse.de
- Update x86 config files: Disable unused CAN drivers
Disable platform, grcan and tscan1 CAN drivers. Disable ISA and EG20T
CAN drivers on x86_64. These are believed to be useless, and will
only be enabled upon explicit request.
- commit dab25a2
-------------------------------------------------------------------
Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
@ -71,6 +383,12 @@ Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
Also, get rid of the comparison of the base and devel filelist.
- commit f1e303f
-------------------------------------------------------------------
Wed May 7 12:02:52 CEST 2014 - tiwai@suse.de
- ALSA: hda - Add dock pin setups for Thinkpad T440 (bnc#876699).
- commit efc8676
-------------------------------------------------------------------
Wed May 7 12:00:14 CEST 2014 - tiwai@suse.de
@ -99,6 +417,21 @@ Tue May 6 17:29:41 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Simplify filelist for files in /boot
- commit ef040ff
-------------------------------------------------------------------
Mon May 5 13:42:10 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on i586 as well (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 403ada2
-------------------------------------------------------------------
Mon May 5 12:33:08 CEST 2014 - jslaby@suse.cz
- Refresh
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
Add commit SHA
- commit 4f0c42a
-------------------------------------------------------------------
Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
@ -106,6 +439,91 @@ Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
(bnc#871252 bnc#875690 CVE-2014-0196).
- commit e72b790
-------------------------------------------------------------------
Tue Apr 29 18:00:21 CEST 2014 - guillaume.gardet@oliseo.fr
- Re-eanble ARM kernel in config.conf file and update all ARM configs:
* config/arm64/default:
- Add SATA/PATA support
- Add voltage and regulator support
* config/armv6hl/default:
- Add external I2C controllers
- Add usermode SPI driver
* config/armv7hl/default:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra support with MFD_NVEC and KEYBOARD_TEGRA
- Add OMAP4 video input support
- Add IR receiver
- Add iMX HDMI support
- Add Serial support for Tegra SoC
* config/armv7hl/exynos:
- Trivial update
* config/armv7hl/lpae:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Remove unused Terga20/Tegra30 SPI support
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra supprt with MFD_NVEC and KEYBOARD_TEGRA
- Add IR receiver
- Add iMX HDMI support
- commit fcd7b3d
-------------------------------------------------------------------
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
- Update to 3.15-rc3.
- commit 62b5593
-------------------------------------------------------------------
Tue Apr 29 17:25:05 CEST 2014 - jeffm@suse.com
- config: sync PCI changes to s390x/vanilla
- commit 807a685
-------------------------------------------------------------------
Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
- Update arm config files: Enable all USB-to-serial drivers
Specifically, enable USB_SERIAL_WISHBONE, USB_SERIAL_MXUPORT and
USB_SERIAL_QT2 on all arm flavors.
- commit 589f44f
-------------------------------------------------------------------
Tue Apr 29 14:34:53 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: Disabled 3 unneeded drivers
Align the arm64 config file with the rest of the config files:
CONFIG_ATMEL_SSC is not set
CONFIG_FB_TMIO is not set
CONFIG_FB_GOLDFISH is not set
- commit aaf60ce
-------------------------------------------------------------------
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de
- Update config files: Enable CONFIG_USB_SERIAL_SIMPLE
This is a unified driver replacing several drivers we were shipping
so far, so we should ship it too.
- commit 0d558c9
-------------------------------------------------------------------
Tue Apr 29 12:13:23 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on x86_64 (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 8f9c4ac
-------------------------------------------------------------------
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
- unwind: remove check for vdso32 compat range.
This fixes a build failure introduced in 3.15-rc1.
- commit 66cfb7b
-------------------------------------------------------------------
Mon Apr 28 13:12:23 CEST 2014 - mmarek@suse.cz
@ -118,6 +536,146 @@ Mon Apr 28 10:43:14 CEST 2014 - mmarek@suse.cz
- rpm/kernel-obs-qa.spec.in: Use per-flavor path for the logfile
- commit 717e968
-------------------------------------------------------------------
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

View File

@ -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.5
%define srcversion 3.15
%define patchversion 3.15.0
%define variant %{nil}
%define vanilla_only 0
@ -59,11 +59,11 @@ Name: kernel-desktop
Summary: Kernel optimized for the desktop
License: GPL-2.0
Group: System/Kernel
Version: 3.14.5
Version: 3.15.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%else
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%endif
Url: http://www.kernel.org/
BuildRequires: bc
@ -1019,6 +1019,7 @@ Requires(pre): coreutils awk
Requires(post): modutils
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
@ -1082,6 +1083,7 @@ Provides: %name-devel = %version-%source_rel
Provides: multiversion(kernel)
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Tue Jun 10 13:53:14 CEST 2014 - jbeulich@suse.com
- swiotlb: don't assume PA 0 is invalid (bnc#865882).
- Update Xen patches to 3.15 final.
- Update x86-64 Xen config files.
- commit 0a9fc1a
-------------------------------------------------------------------
Tue Jun 10 09:50:42 CEST 2014 - jslaby@suse.cz
- Update config files.
Disable the reverted CONFIG_ACPI_PROCFS_POWER. Nobody seems to
complain, so do not enable it.
- commit 0592a75
-------------------------------------------------------------------
Tue Jun 10 09:10:51 CEST 2014 - jslaby@suse.cz
- Linux 3.14.6 (bnc#880613).
- Delete
patches.drivers/ALSA-hda-Fix-onboard-audio-on-Intel-H97-Z97-chipsets.
- commit f0d0e23
-------------------------------------------------------------------
Mon Jun 9 21:50:14 CEST 2014 - jeffm@suse.de
- Update to 3.15.
- commit 91a9a36
-------------------------------------------------------------------
Thu Jun 5 18:13:28 CEST 2014 - mmarek@suse.cz
- rpm/package-descriptions: kernel-vmi is gone
- rpm/mkspec: Obsolete $flavor-{devel,extra} $flavor-base is obsolete
(bnc#881490)
- rpm/kernel-module-subpackage: Obsolete -trace KMPs (bnc#881490)
- rpm/old-flavors: Obsolete also kernel-trace-base (bnc#881490)
- commit 38d4d09
-------------------------------------------------------------------
Thu Jun 5 15:42:57 CEST 2014 - mmarek@suse.cz
@ -16,12 +56,35 @@ Wed Jun 4 08:46:14 CEST 2014 - jslaby@suse.cz
- Linux 3.14.5.
- commit 3ee48e0
-------------------------------------------------------------------
Mon Jun 2 17:56:13 CEST 2014 - tiwai@suse.de
- usb: musb: tusb6010: Use musb->tusb_revision instead of
tusb_get_revision call (bnc#872715).
- usb: musb: tusb6010: Add tusb_revision to struct musb to store
the revision (bnc#872715).
- commit 6141be1
-------------------------------------------------------------------
Mon Jun 2 14:34:56 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc8.
- commit 93f605c
-------------------------------------------------------------------
Mon Jun 2 13:07:44 CEST 2014 - mmarek@suse.cz
- Obsolete kernel-trace by kernel-default
- commit 1eb3f59
-------------------------------------------------------------------
Mon Jun 2 09:48:07 CEST 2014 - jdelvare@suse.de
- Update config files: Disable CONFIG_XO15_EBOOK
The xo15-ebook driver is useless without the rest of OLPC support. So
I left it enabled only in i386/default and i386/vanilla.
- commit 9694fd3
-------------------------------------------------------------------
Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
@ -29,6 +92,230 @@ Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
(bnc#880613).
- commit 0de0f93
-------------------------------------------------------------------
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
- Update config files: Disable gpio-fan and ntc_thermistor drivers
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
architectures where they are not used.
- commit 96f5b60
-------------------------------------------------------------------
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc7.
- commit f8382bf
-------------------------------------------------------------------
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc7.
- Eliminated 1 patch.
- Config changes:
- CX_ECAT=m (default n) for i386/x86_64
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
This may need to be revisited if the hardware extends to different
architectures (ARM, probably).
- SENSORS_NTC_THERMISTOR=m (default n)
- Sensor chip that could be found essentially anywhere.
- commit e9c45a3
-------------------------------------------------------------------
Mon May 26 18:56:29 CEST 2014 - ddiss@suse.de
- cifs: fix client guid reuse logic
Client guid reuse across multiple protocol versions causes mount
failures against Windows 2012 servers (bnc#879932).
- patches.fixes/cifs-Set-client-guid-on-per-connection-basis.patch
- patches.fixes/cifs-Do-not-send-ClientGUID-on-SMB2.02-dialect.patch
- commit 289f0e9
-------------------------------------------------------------------
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
- config: sync vanilla configs for 3.15-rc6.
- commit acf7dab
-------------------------------------------------------------------
Fri May 23 15:13:50 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc6.
- Config changes:
- ACPI_PROCFS_POWER=y (default n)
- Should eventually be =n once userspace tools have been audited.
- commit d2be7e3
-------------------------------------------------------------------
Fri May 23 14:37:40 CEST 2014 - jdelvare@suse.de
- Update ppc config files: Disable SH_MOBILE media drivers
These are useless on PowerPC.
- commit cacd723
-------------------------------------------------------------------
Fri May 23 12:37:24 CEST 2014 - ddiss@suse.de
- Update config files: enable CONFIG_CIFS_SMB2
cifs.ko is currently built with support for the base SMB1/CIFS dialect
only. SMB1/CIFS support can be disabled in Windows 8.1 and Windows
Server 2012 R2, and is completely unsupported with the Microsoft Azure
File service, leaving cifs.ko users unable to access files on such
servers without this change (fate#317480).
- commit 837860b
-------------------------------------------------------------------
Fri May 23 11:27:56 CEST 2014 - jdelvare@suse.de
- Update config files: Disable remaining R-CAR drivers
These drivers are useless except on arm/shmobile.
- commit 2dd69e8
-------------------------------------------------------------------
Wed May 21 19:34:45 CEST 2014 - jdelvare@suse.de
- Fix a typo in config/ppc/vanilla, sorry
- commit cc68f12
-------------------------------------------------------------------
Wed May 21 19:18:25 CEST 2014 - jdelvare@suse.de
- Update config files: Disable unused RTC platform drivers
- commit 85c0b8b
-------------------------------------------------------------------
Wed May 21 15:48:03 CEST 2014 - jdelvare@suse.de
- Update config files: Disable the rtc-moxart driver
This driver is only needed on Moxa ART systems, which we do not
support.
- commit 9939e8f
-------------------------------------------------------------------
Tue May 20 15:14:35 CEST 2014 - jbeulich@suse.com
- supported.conf: Take care of a few driver renames/splits/etc.
- commit ed5e591
-------------------------------------------------------------------
Tue May 20 08:21:20 CEST 2014 - jbeulich@suse.com
- Update Xen config files: Set compatibility level back to 4.1
(bnc#851338).
- commit 22da852
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
- Update config files: Disable all EG20T drivers except on i386
EG20T (aka Topcliff PCH) is a chipset for 32-bit x86 processors, so
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
- Update arm64 config file to fix the build
- commit beb76a8
-------------------------------------------------------------------
Fri May 16 12:46:15 CEST 2014 - afaerber@suse.de
- config: armv6hl: Update config to 3.15-rc5
- commit 15546e3
-------------------------------------------------------------------
Fri May 16 12:46:14 CEST 2014 - afaerber@suse.de
- config: armv7hl: Update configs to 3.15-rc5
- commit de0d16f
-------------------------------------------------------------------
Thu May 15 18:23:06 CEST 2014 - jdelvare@suse.de
- Update armv7hl/lpae config file: Enable SERIAL_TEGRA
Despite what the Kconfig text says, the serial-tegra driver works on
all Tegra platforms.
- commit 222a09f
-------------------------------------------------------------------
Thu May 15 17:39:27 CEST 2014 - jdelvare@suse.de
- Update ppc64le config files: Disable DA903x support completely
It makes no sense to support some sub-drivers and not the rest.
- commit 269e033
-------------------------------------------------------------------
Thu May 15 17:02:27 CEST 2014 - duwe@suse.de
- Update config files:
i386/x86_64/ppc64/ppc64le disable:
timeriomem-rng
pwm-pca9685
unsupported RTC drivers
ssd1307fb/da903x_bl
- commit 7725871
-------------------------------------------------------------------
Wed May 14 18:41:03 CEST 2014 - afaerber@suse.de
- config: arm64: Update config for 3.15
- commit 2d96bf1
-------------------------------------------------------------------
Wed May 14 12:01:16 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc5.
- privcmd: actually batch hypercalls for batch ioctls.
- Refresh patches.xen/xen-blkfront-indirect (bnc#876786).
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- commit 9ebd57d
-------------------------------------------------------------------
Wed May 14 11:47:08 CEST 2014 - jbeulich@suse.com
- Refresh patches.suse/stack-unwind (dump_trace_unwind() can be static).
- commit 47a05b6
-------------------------------------------------------------------
Tue May 13 18:16:15 CEST 2014 - jdelvare@suse.de
- Update ec2 config files: Disable CAN support
It was enabled by accident.
- commit 4f49dd9
-------------------------------------------------------------------
Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
@ -38,11 +325,18 @@ Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
- commit bebeb6f
-------------------------------------------------------------------
Tue May 13 08:44:43 CEST 2014 - jbeulich@suse.com
- patches.suse/stack-unwind: Drop bogus (redundant) asmlinkage from
unwind_init_running() definition.
- commit d2673c3
-------------------------------------------------------------------
Mon May 12 18:45:00 CEST 2014 - tiwai@suse.de
- pvpanic: Set high notifier priority (bnc#875220).
- commit 07d82b6
- commit da0842c
-------------------------------------------------------------------
Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
@ -51,6 +345,15 @@ Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
with 0 fbs (bnc#875687).
- commit b8d699a
-------------------------------------------------------------------
Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc5.
- Eliminated 2 patches.
- Config changes:
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
@ -64,6 +367,15 @@ Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Package .vmlinuz-*.hmac as well
- commit 3375bd7
-------------------------------------------------------------------
Wed May 7 14:48:12 CEST 2014 - jdelvare@suse.de
- Update x86 config files: Disable unused CAN drivers
Disable platform, grcan and tscan1 CAN drivers. Disable ISA and EG20T
CAN drivers on x86_64. These are believed to be useless, and will
only be enabled upon explicit request.
- commit dab25a2
-------------------------------------------------------------------
Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
@ -71,6 +383,12 @@ Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
Also, get rid of the comparison of the base and devel filelist.
- commit f1e303f
-------------------------------------------------------------------
Wed May 7 12:02:52 CEST 2014 - tiwai@suse.de
- ALSA: hda - Add dock pin setups for Thinkpad T440 (bnc#876699).
- commit efc8676
-------------------------------------------------------------------
Wed May 7 12:00:14 CEST 2014 - tiwai@suse.de
@ -99,6 +417,21 @@ Tue May 6 17:29:41 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Simplify filelist for files in /boot
- commit ef040ff
-------------------------------------------------------------------
Mon May 5 13:42:10 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on i586 as well (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 403ada2
-------------------------------------------------------------------
Mon May 5 12:33:08 CEST 2014 - jslaby@suse.cz
- Refresh
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
Add commit SHA
- commit 4f0c42a
-------------------------------------------------------------------
Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
@ -106,6 +439,91 @@ Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
(bnc#871252 bnc#875690 CVE-2014-0196).
- commit e72b790
-------------------------------------------------------------------
Tue Apr 29 18:00:21 CEST 2014 - guillaume.gardet@oliseo.fr
- Re-eanble ARM kernel in config.conf file and update all ARM configs:
* config/arm64/default:
- Add SATA/PATA support
- Add voltage and regulator support
* config/armv6hl/default:
- Add external I2C controllers
- Add usermode SPI driver
* config/armv7hl/default:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra support with MFD_NVEC and KEYBOARD_TEGRA
- Add OMAP4 video input support
- Add IR receiver
- Add iMX HDMI support
- Add Serial support for Tegra SoC
* config/armv7hl/exynos:
- Trivial update
* config/armv7hl/lpae:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Remove unused Terga20/Tegra30 SPI support
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra supprt with MFD_NVEC and KEYBOARD_TEGRA
- Add IR receiver
- Add iMX HDMI support
- commit fcd7b3d
-------------------------------------------------------------------
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
- Update to 3.15-rc3.
- commit 62b5593
-------------------------------------------------------------------
Tue Apr 29 17:25:05 CEST 2014 - jeffm@suse.com
- config: sync PCI changes to s390x/vanilla
- commit 807a685
-------------------------------------------------------------------
Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
- Update arm config files: Enable all USB-to-serial drivers
Specifically, enable USB_SERIAL_WISHBONE, USB_SERIAL_MXUPORT and
USB_SERIAL_QT2 on all arm flavors.
- commit 589f44f
-------------------------------------------------------------------
Tue Apr 29 14:34:53 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: Disabled 3 unneeded drivers
Align the arm64 config file with the rest of the config files:
CONFIG_ATMEL_SSC is not set
CONFIG_FB_TMIO is not set
CONFIG_FB_GOLDFISH is not set
- commit aaf60ce
-------------------------------------------------------------------
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de
- Update config files: Enable CONFIG_USB_SERIAL_SIMPLE
This is a unified driver replacing several drivers we were shipping
so far, so we should ship it too.
- commit 0d558c9
-------------------------------------------------------------------
Tue Apr 29 12:13:23 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on x86_64 (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 8f9c4ac
-------------------------------------------------------------------
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
- unwind: remove check for vdso32 compat range.
This fixes a build failure introduced in 3.15-rc1.
- commit 66cfb7b
-------------------------------------------------------------------
Mon Apr 28 13:12:23 CEST 2014 - mmarek@suse.cz
@ -118,6 +536,146 @@ Mon Apr 28 10:43:14 CEST 2014 - mmarek@suse.cz
- rpm/kernel-obs-qa.spec.in: Use per-flavor path for the logfile
- commit 717e968
-------------------------------------------------------------------
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

View File

@ -16,7 +16,7 @@
#
%define patchversion 3.14.5
%define patchversion 3.15.0
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -25,11 +25,11 @@ Name: kernel-docs
Summary: Kernel Documentation
License: GPL-2.0
Group: Documentation/Man
Version: 3.14.5
Version: 3.15.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%else
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%endif
BuildRequires: docbook-toys
BuildRequires: docbook-utils

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Tue Jun 10 13:53:14 CEST 2014 - jbeulich@suse.com
- swiotlb: don't assume PA 0 is invalid (bnc#865882).
- Update Xen patches to 3.15 final.
- Update x86-64 Xen config files.
- commit 0a9fc1a
-------------------------------------------------------------------
Tue Jun 10 09:50:42 CEST 2014 - jslaby@suse.cz
- Update config files.
Disable the reverted CONFIG_ACPI_PROCFS_POWER. Nobody seems to
complain, so do not enable it.
- commit 0592a75
-------------------------------------------------------------------
Tue Jun 10 09:10:51 CEST 2014 - jslaby@suse.cz
- Linux 3.14.6 (bnc#880613).
- Delete
patches.drivers/ALSA-hda-Fix-onboard-audio-on-Intel-H97-Z97-chipsets.
- commit f0d0e23
-------------------------------------------------------------------
Mon Jun 9 21:50:14 CEST 2014 - jeffm@suse.de
- Update to 3.15.
- commit 91a9a36
-------------------------------------------------------------------
Thu Jun 5 18:13:28 CEST 2014 - mmarek@suse.cz
- rpm/package-descriptions: kernel-vmi is gone
- rpm/mkspec: Obsolete $flavor-{devel,extra} $flavor-base is obsolete
(bnc#881490)
- rpm/kernel-module-subpackage: Obsolete -trace KMPs (bnc#881490)
- rpm/old-flavors: Obsolete also kernel-trace-base (bnc#881490)
- commit 38d4d09
-------------------------------------------------------------------
Thu Jun 5 15:42:57 CEST 2014 - mmarek@suse.cz
@ -16,12 +56,35 @@ Wed Jun 4 08:46:14 CEST 2014 - jslaby@suse.cz
- Linux 3.14.5.
- commit 3ee48e0
-------------------------------------------------------------------
Mon Jun 2 17:56:13 CEST 2014 - tiwai@suse.de
- usb: musb: tusb6010: Use musb->tusb_revision instead of
tusb_get_revision call (bnc#872715).
- usb: musb: tusb6010: Add tusb_revision to struct musb to store
the revision (bnc#872715).
- commit 6141be1
-------------------------------------------------------------------
Mon Jun 2 14:34:56 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc8.
- commit 93f605c
-------------------------------------------------------------------
Mon Jun 2 13:07:44 CEST 2014 - mmarek@suse.cz
- Obsolete kernel-trace by kernel-default
- commit 1eb3f59
-------------------------------------------------------------------
Mon Jun 2 09:48:07 CEST 2014 - jdelvare@suse.de
- Update config files: Disable CONFIG_XO15_EBOOK
The xo15-ebook driver is useless without the rest of OLPC support. So
I left it enabled only in i386/default and i386/vanilla.
- commit 9694fd3
-------------------------------------------------------------------
Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
@ -29,6 +92,230 @@ Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
(bnc#880613).
- commit 0de0f93
-------------------------------------------------------------------
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
- Update config files: Disable gpio-fan and ntc_thermistor drivers
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
architectures where they are not used.
- commit 96f5b60
-------------------------------------------------------------------
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc7.
- commit f8382bf
-------------------------------------------------------------------
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc7.
- Eliminated 1 patch.
- Config changes:
- CX_ECAT=m (default n) for i386/x86_64
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
This may need to be revisited if the hardware extends to different
architectures (ARM, probably).
- SENSORS_NTC_THERMISTOR=m (default n)
- Sensor chip that could be found essentially anywhere.
- commit e9c45a3
-------------------------------------------------------------------
Mon May 26 18:56:29 CEST 2014 - ddiss@suse.de
- cifs: fix client guid reuse logic
Client guid reuse across multiple protocol versions causes mount
failures against Windows 2012 servers (bnc#879932).
- patches.fixes/cifs-Set-client-guid-on-per-connection-basis.patch
- patches.fixes/cifs-Do-not-send-ClientGUID-on-SMB2.02-dialect.patch
- commit 289f0e9
-------------------------------------------------------------------
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
- config: sync vanilla configs for 3.15-rc6.
- commit acf7dab
-------------------------------------------------------------------
Fri May 23 15:13:50 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc6.
- Config changes:
- ACPI_PROCFS_POWER=y (default n)
- Should eventually be =n once userspace tools have been audited.
- commit d2be7e3
-------------------------------------------------------------------
Fri May 23 14:37:40 CEST 2014 - jdelvare@suse.de
- Update ppc config files: Disable SH_MOBILE media drivers
These are useless on PowerPC.
- commit cacd723
-------------------------------------------------------------------
Fri May 23 12:37:24 CEST 2014 - ddiss@suse.de
- Update config files: enable CONFIG_CIFS_SMB2
cifs.ko is currently built with support for the base SMB1/CIFS dialect
only. SMB1/CIFS support can be disabled in Windows 8.1 and Windows
Server 2012 R2, and is completely unsupported with the Microsoft Azure
File service, leaving cifs.ko users unable to access files on such
servers without this change (fate#317480).
- commit 837860b
-------------------------------------------------------------------
Fri May 23 11:27:56 CEST 2014 - jdelvare@suse.de
- Update config files: Disable remaining R-CAR drivers
These drivers are useless except on arm/shmobile.
- commit 2dd69e8
-------------------------------------------------------------------
Wed May 21 19:34:45 CEST 2014 - jdelvare@suse.de
- Fix a typo in config/ppc/vanilla, sorry
- commit cc68f12
-------------------------------------------------------------------
Wed May 21 19:18:25 CEST 2014 - jdelvare@suse.de
- Update config files: Disable unused RTC platform drivers
- commit 85c0b8b
-------------------------------------------------------------------
Wed May 21 15:48:03 CEST 2014 - jdelvare@suse.de
- Update config files: Disable the rtc-moxart driver
This driver is only needed on Moxa ART systems, which we do not
support.
- commit 9939e8f
-------------------------------------------------------------------
Tue May 20 15:14:35 CEST 2014 - jbeulich@suse.com
- supported.conf: Take care of a few driver renames/splits/etc.
- commit ed5e591
-------------------------------------------------------------------
Tue May 20 08:21:20 CEST 2014 - jbeulich@suse.com
- Update Xen config files: Set compatibility level back to 4.1
(bnc#851338).
- commit 22da852
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
- Update config files: Disable all EG20T drivers except on i386
EG20T (aka Topcliff PCH) is a chipset for 32-bit x86 processors, so
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
- Update arm64 config file to fix the build
- commit beb76a8
-------------------------------------------------------------------
Fri May 16 12:46:15 CEST 2014 - afaerber@suse.de
- config: armv6hl: Update config to 3.15-rc5
- commit 15546e3
-------------------------------------------------------------------
Fri May 16 12:46:14 CEST 2014 - afaerber@suse.de
- config: armv7hl: Update configs to 3.15-rc5
- commit de0d16f
-------------------------------------------------------------------
Thu May 15 18:23:06 CEST 2014 - jdelvare@suse.de
- Update armv7hl/lpae config file: Enable SERIAL_TEGRA
Despite what the Kconfig text says, the serial-tegra driver works on
all Tegra platforms.
- commit 222a09f
-------------------------------------------------------------------
Thu May 15 17:39:27 CEST 2014 - jdelvare@suse.de
- Update ppc64le config files: Disable DA903x support completely
It makes no sense to support some sub-drivers and not the rest.
- commit 269e033
-------------------------------------------------------------------
Thu May 15 17:02:27 CEST 2014 - duwe@suse.de
- Update config files:
i386/x86_64/ppc64/ppc64le disable:
timeriomem-rng
pwm-pca9685
unsupported RTC drivers
ssd1307fb/da903x_bl
- commit 7725871
-------------------------------------------------------------------
Wed May 14 18:41:03 CEST 2014 - afaerber@suse.de
- config: arm64: Update config for 3.15
- commit 2d96bf1
-------------------------------------------------------------------
Wed May 14 12:01:16 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc5.
- privcmd: actually batch hypercalls for batch ioctls.
- Refresh patches.xen/xen-blkfront-indirect (bnc#876786).
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- commit 9ebd57d
-------------------------------------------------------------------
Wed May 14 11:47:08 CEST 2014 - jbeulich@suse.com
- Refresh patches.suse/stack-unwind (dump_trace_unwind() can be static).
- commit 47a05b6
-------------------------------------------------------------------
Tue May 13 18:16:15 CEST 2014 - jdelvare@suse.de
- Update ec2 config files: Disable CAN support
It was enabled by accident.
- commit 4f49dd9
-------------------------------------------------------------------
Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
@ -38,11 +325,18 @@ Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
- commit bebeb6f
-------------------------------------------------------------------
Tue May 13 08:44:43 CEST 2014 - jbeulich@suse.com
- patches.suse/stack-unwind: Drop bogus (redundant) asmlinkage from
unwind_init_running() definition.
- commit d2673c3
-------------------------------------------------------------------
Mon May 12 18:45:00 CEST 2014 - tiwai@suse.de
- pvpanic: Set high notifier priority (bnc#875220).
- commit 07d82b6
- commit da0842c
-------------------------------------------------------------------
Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
@ -51,6 +345,15 @@ Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
with 0 fbs (bnc#875687).
- commit b8d699a
-------------------------------------------------------------------
Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc5.
- Eliminated 2 patches.
- Config changes:
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
@ -64,6 +367,15 @@ Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Package .vmlinuz-*.hmac as well
- commit 3375bd7
-------------------------------------------------------------------
Wed May 7 14:48:12 CEST 2014 - jdelvare@suse.de
- Update x86 config files: Disable unused CAN drivers
Disable platform, grcan and tscan1 CAN drivers. Disable ISA and EG20T
CAN drivers on x86_64. These are believed to be useless, and will
only be enabled upon explicit request.
- commit dab25a2
-------------------------------------------------------------------
Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
@ -71,6 +383,12 @@ Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
Also, get rid of the comparison of the base and devel filelist.
- commit f1e303f
-------------------------------------------------------------------
Wed May 7 12:02:52 CEST 2014 - tiwai@suse.de
- ALSA: hda - Add dock pin setups for Thinkpad T440 (bnc#876699).
- commit efc8676
-------------------------------------------------------------------
Wed May 7 12:00:14 CEST 2014 - tiwai@suse.de
@ -99,6 +417,21 @@ Tue May 6 17:29:41 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Simplify filelist for files in /boot
- commit ef040ff
-------------------------------------------------------------------
Mon May 5 13:42:10 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on i586 as well (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 403ada2
-------------------------------------------------------------------
Mon May 5 12:33:08 CEST 2014 - jslaby@suse.cz
- Refresh
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
Add commit SHA
- commit 4f0c42a
-------------------------------------------------------------------
Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
@ -106,6 +439,91 @@ Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
(bnc#871252 bnc#875690 CVE-2014-0196).
- commit e72b790
-------------------------------------------------------------------
Tue Apr 29 18:00:21 CEST 2014 - guillaume.gardet@oliseo.fr
- Re-eanble ARM kernel in config.conf file and update all ARM configs:
* config/arm64/default:
- Add SATA/PATA support
- Add voltage and regulator support
* config/armv6hl/default:
- Add external I2C controllers
- Add usermode SPI driver
* config/armv7hl/default:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra support with MFD_NVEC and KEYBOARD_TEGRA
- Add OMAP4 video input support
- Add IR receiver
- Add iMX HDMI support
- Add Serial support for Tegra SoC
* config/armv7hl/exynos:
- Trivial update
* config/armv7hl/lpae:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Remove unused Terga20/Tegra30 SPI support
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra supprt with MFD_NVEC and KEYBOARD_TEGRA
- Add IR receiver
- Add iMX HDMI support
- commit fcd7b3d
-------------------------------------------------------------------
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
- Update to 3.15-rc3.
- commit 62b5593
-------------------------------------------------------------------
Tue Apr 29 17:25:05 CEST 2014 - jeffm@suse.com
- config: sync PCI changes to s390x/vanilla
- commit 807a685
-------------------------------------------------------------------
Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
- Update arm config files: Enable all USB-to-serial drivers
Specifically, enable USB_SERIAL_WISHBONE, USB_SERIAL_MXUPORT and
USB_SERIAL_QT2 on all arm flavors.
- commit 589f44f
-------------------------------------------------------------------
Tue Apr 29 14:34:53 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: Disabled 3 unneeded drivers
Align the arm64 config file with the rest of the config files:
CONFIG_ATMEL_SSC is not set
CONFIG_FB_TMIO is not set
CONFIG_FB_GOLDFISH is not set
- commit aaf60ce
-------------------------------------------------------------------
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de
- Update config files: Enable CONFIG_USB_SERIAL_SIMPLE
This is a unified driver replacing several drivers we were shipping
so far, so we should ship it too.
- commit 0d558c9
-------------------------------------------------------------------
Tue Apr 29 12:13:23 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on x86_64 (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 8f9c4ac
-------------------------------------------------------------------
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
- unwind: remove check for vdso32 compat range.
This fixes a build failure introduced in 3.15-rc1.
- commit 66cfb7b
-------------------------------------------------------------------
Mon Apr 28 13:12:23 CEST 2014 - mmarek@suse.cz
@ -118,6 +536,146 @@ Mon Apr 28 10:43:14 CEST 2014 - mmarek@suse.cz
- rpm/kernel-obs-qa.spec.in: Use per-flavor path for the logfile
- commit 717e968
-------------------------------------------------------------------
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

View File

@ -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.5
%define srcversion 3.15
%define patchversion 3.15.0
%define variant %{nil}
%define vanilla_only 0
@ -59,11 +59,11 @@ Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
License: GPL-2.0
Group: System/Kernel
Version: 3.14.5
Version: 3.15.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%else
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%endif
Url: http://www.kernel.org/
BuildRequires: bc
@ -999,6 +999,7 @@ Requires(pre): coreutils awk
Requires(post): modutils
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
@ -1052,6 +1053,7 @@ Provides: %name-devel = %version-%source_rel
Provides: multiversion(kernel)
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Tue Jun 10 13:53:14 CEST 2014 - jbeulich@suse.com
- swiotlb: don't assume PA 0 is invalid (bnc#865882).
- Update Xen patches to 3.15 final.
- Update x86-64 Xen config files.
- commit 0a9fc1a
-------------------------------------------------------------------
Tue Jun 10 09:50:42 CEST 2014 - jslaby@suse.cz
- Update config files.
Disable the reverted CONFIG_ACPI_PROCFS_POWER. Nobody seems to
complain, so do not enable it.
- commit 0592a75
-------------------------------------------------------------------
Tue Jun 10 09:10:51 CEST 2014 - jslaby@suse.cz
- Linux 3.14.6 (bnc#880613).
- Delete
patches.drivers/ALSA-hda-Fix-onboard-audio-on-Intel-H97-Z97-chipsets.
- commit f0d0e23
-------------------------------------------------------------------
Mon Jun 9 21:50:14 CEST 2014 - jeffm@suse.de
- Update to 3.15.
- commit 91a9a36
-------------------------------------------------------------------
Thu Jun 5 18:13:28 CEST 2014 - mmarek@suse.cz
- rpm/package-descriptions: kernel-vmi is gone
- rpm/mkspec: Obsolete $flavor-{devel,extra} $flavor-base is obsolete
(bnc#881490)
- rpm/kernel-module-subpackage: Obsolete -trace KMPs (bnc#881490)
- rpm/old-flavors: Obsolete also kernel-trace-base (bnc#881490)
- commit 38d4d09
-------------------------------------------------------------------
Thu Jun 5 15:42:57 CEST 2014 - mmarek@suse.cz
@ -16,12 +56,35 @@ Wed Jun 4 08:46:14 CEST 2014 - jslaby@suse.cz
- Linux 3.14.5.
- commit 3ee48e0
-------------------------------------------------------------------
Mon Jun 2 17:56:13 CEST 2014 - tiwai@suse.de
- usb: musb: tusb6010: Use musb->tusb_revision instead of
tusb_get_revision call (bnc#872715).
- usb: musb: tusb6010: Add tusb_revision to struct musb to store
the revision (bnc#872715).
- commit 6141be1
-------------------------------------------------------------------
Mon Jun 2 14:34:56 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc8.
- commit 93f605c
-------------------------------------------------------------------
Mon Jun 2 13:07:44 CEST 2014 - mmarek@suse.cz
- Obsolete kernel-trace by kernel-default
- commit 1eb3f59
-------------------------------------------------------------------
Mon Jun 2 09:48:07 CEST 2014 - jdelvare@suse.de
- Update config files: Disable CONFIG_XO15_EBOOK
The xo15-ebook driver is useless without the rest of OLPC support. So
I left it enabled only in i386/default and i386/vanilla.
- commit 9694fd3
-------------------------------------------------------------------
Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
@ -29,6 +92,230 @@ Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
(bnc#880613).
- commit 0de0f93
-------------------------------------------------------------------
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
- Update config files: Disable gpio-fan and ntc_thermistor drivers
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
architectures where they are not used.
- commit 96f5b60
-------------------------------------------------------------------
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc7.
- commit f8382bf
-------------------------------------------------------------------
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc7.
- Eliminated 1 patch.
- Config changes:
- CX_ECAT=m (default n) for i386/x86_64
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
This may need to be revisited if the hardware extends to different
architectures (ARM, probably).
- SENSORS_NTC_THERMISTOR=m (default n)
- Sensor chip that could be found essentially anywhere.
- commit e9c45a3
-------------------------------------------------------------------
Mon May 26 18:56:29 CEST 2014 - ddiss@suse.de
- cifs: fix client guid reuse logic
Client guid reuse across multiple protocol versions causes mount
failures against Windows 2012 servers (bnc#879932).
- patches.fixes/cifs-Set-client-guid-on-per-connection-basis.patch
- patches.fixes/cifs-Do-not-send-ClientGUID-on-SMB2.02-dialect.patch
- commit 289f0e9
-------------------------------------------------------------------
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
- config: sync vanilla configs for 3.15-rc6.
- commit acf7dab
-------------------------------------------------------------------
Fri May 23 15:13:50 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc6.
- Config changes:
- ACPI_PROCFS_POWER=y (default n)
- Should eventually be =n once userspace tools have been audited.
- commit d2be7e3
-------------------------------------------------------------------
Fri May 23 14:37:40 CEST 2014 - jdelvare@suse.de
- Update ppc config files: Disable SH_MOBILE media drivers
These are useless on PowerPC.
- commit cacd723
-------------------------------------------------------------------
Fri May 23 12:37:24 CEST 2014 - ddiss@suse.de
- Update config files: enable CONFIG_CIFS_SMB2
cifs.ko is currently built with support for the base SMB1/CIFS dialect
only. SMB1/CIFS support can be disabled in Windows 8.1 and Windows
Server 2012 R2, and is completely unsupported with the Microsoft Azure
File service, leaving cifs.ko users unable to access files on such
servers without this change (fate#317480).
- commit 837860b
-------------------------------------------------------------------
Fri May 23 11:27:56 CEST 2014 - jdelvare@suse.de
- Update config files: Disable remaining R-CAR drivers
These drivers are useless except on arm/shmobile.
- commit 2dd69e8
-------------------------------------------------------------------
Wed May 21 19:34:45 CEST 2014 - jdelvare@suse.de
- Fix a typo in config/ppc/vanilla, sorry
- commit cc68f12
-------------------------------------------------------------------
Wed May 21 19:18:25 CEST 2014 - jdelvare@suse.de
- Update config files: Disable unused RTC platform drivers
- commit 85c0b8b
-------------------------------------------------------------------
Wed May 21 15:48:03 CEST 2014 - jdelvare@suse.de
- Update config files: Disable the rtc-moxart driver
This driver is only needed on Moxa ART systems, which we do not
support.
- commit 9939e8f
-------------------------------------------------------------------
Tue May 20 15:14:35 CEST 2014 - jbeulich@suse.com
- supported.conf: Take care of a few driver renames/splits/etc.
- commit ed5e591
-------------------------------------------------------------------
Tue May 20 08:21:20 CEST 2014 - jbeulich@suse.com
- Update Xen config files: Set compatibility level back to 4.1
(bnc#851338).
- commit 22da852
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
- Update config files: Disable all EG20T drivers except on i386
EG20T (aka Topcliff PCH) is a chipset for 32-bit x86 processors, so
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
- Update arm64 config file to fix the build
- commit beb76a8
-------------------------------------------------------------------
Fri May 16 12:46:15 CEST 2014 - afaerber@suse.de
- config: armv6hl: Update config to 3.15-rc5
- commit 15546e3
-------------------------------------------------------------------
Fri May 16 12:46:14 CEST 2014 - afaerber@suse.de
- config: armv7hl: Update configs to 3.15-rc5
- commit de0d16f
-------------------------------------------------------------------
Thu May 15 18:23:06 CEST 2014 - jdelvare@suse.de
- Update armv7hl/lpae config file: Enable SERIAL_TEGRA
Despite what the Kconfig text says, the serial-tegra driver works on
all Tegra platforms.
- commit 222a09f
-------------------------------------------------------------------
Thu May 15 17:39:27 CEST 2014 - jdelvare@suse.de
- Update ppc64le config files: Disable DA903x support completely
It makes no sense to support some sub-drivers and not the rest.
- commit 269e033
-------------------------------------------------------------------
Thu May 15 17:02:27 CEST 2014 - duwe@suse.de
- Update config files:
i386/x86_64/ppc64/ppc64le disable:
timeriomem-rng
pwm-pca9685
unsupported RTC drivers
ssd1307fb/da903x_bl
- commit 7725871
-------------------------------------------------------------------
Wed May 14 18:41:03 CEST 2014 - afaerber@suse.de
- config: arm64: Update config for 3.15
- commit 2d96bf1
-------------------------------------------------------------------
Wed May 14 12:01:16 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc5.
- privcmd: actually batch hypercalls for batch ioctls.
- Refresh patches.xen/xen-blkfront-indirect (bnc#876786).
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- commit 9ebd57d
-------------------------------------------------------------------
Wed May 14 11:47:08 CEST 2014 - jbeulich@suse.com
- Refresh patches.suse/stack-unwind (dump_trace_unwind() can be static).
- commit 47a05b6
-------------------------------------------------------------------
Tue May 13 18:16:15 CEST 2014 - jdelvare@suse.de
- Update ec2 config files: Disable CAN support
It was enabled by accident.
- commit 4f49dd9
-------------------------------------------------------------------
Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
@ -38,11 +325,18 @@ Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
- commit bebeb6f
-------------------------------------------------------------------
Tue May 13 08:44:43 CEST 2014 - jbeulich@suse.com
- patches.suse/stack-unwind: Drop bogus (redundant) asmlinkage from
unwind_init_running() definition.
- commit d2673c3
-------------------------------------------------------------------
Mon May 12 18:45:00 CEST 2014 - tiwai@suse.de
- pvpanic: Set high notifier priority (bnc#875220).
- commit 07d82b6
- commit da0842c
-------------------------------------------------------------------
Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
@ -51,6 +345,15 @@ Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
with 0 fbs (bnc#875687).
- commit b8d699a
-------------------------------------------------------------------
Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc5.
- Eliminated 2 patches.
- Config changes:
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
@ -64,6 +367,15 @@ Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Package .vmlinuz-*.hmac as well
- commit 3375bd7
-------------------------------------------------------------------
Wed May 7 14:48:12 CEST 2014 - jdelvare@suse.de
- Update x86 config files: Disable unused CAN drivers
Disable platform, grcan and tscan1 CAN drivers. Disable ISA and EG20T
CAN drivers on x86_64. These are believed to be useless, and will
only be enabled upon explicit request.
- commit dab25a2
-------------------------------------------------------------------
Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
@ -71,6 +383,12 @@ Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
Also, get rid of the comparison of the base and devel filelist.
- commit f1e303f
-------------------------------------------------------------------
Wed May 7 12:02:52 CEST 2014 - tiwai@suse.de
- ALSA: hda - Add dock pin setups for Thinkpad T440 (bnc#876699).
- commit efc8676
-------------------------------------------------------------------
Wed May 7 12:00:14 CEST 2014 - tiwai@suse.de
@ -99,6 +417,21 @@ Tue May 6 17:29:41 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Simplify filelist for files in /boot
- commit ef040ff
-------------------------------------------------------------------
Mon May 5 13:42:10 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on i586 as well (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 403ada2
-------------------------------------------------------------------
Mon May 5 12:33:08 CEST 2014 - jslaby@suse.cz
- Refresh
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
Add commit SHA
- commit 4f0c42a
-------------------------------------------------------------------
Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
@ -106,6 +439,91 @@ Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
(bnc#871252 bnc#875690 CVE-2014-0196).
- commit e72b790
-------------------------------------------------------------------
Tue Apr 29 18:00:21 CEST 2014 - guillaume.gardet@oliseo.fr
- Re-eanble ARM kernel in config.conf file and update all ARM configs:
* config/arm64/default:
- Add SATA/PATA support
- Add voltage and regulator support
* config/armv6hl/default:
- Add external I2C controllers
- Add usermode SPI driver
* config/armv7hl/default:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra support with MFD_NVEC and KEYBOARD_TEGRA
- Add OMAP4 video input support
- Add IR receiver
- Add iMX HDMI support
- Add Serial support for Tegra SoC
* config/armv7hl/exynos:
- Trivial update
* config/armv7hl/lpae:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Remove unused Terga20/Tegra30 SPI support
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra supprt with MFD_NVEC and KEYBOARD_TEGRA
- Add IR receiver
- Add iMX HDMI support
- commit fcd7b3d
-------------------------------------------------------------------
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
- Update to 3.15-rc3.
- commit 62b5593
-------------------------------------------------------------------
Tue Apr 29 17:25:05 CEST 2014 - jeffm@suse.com
- config: sync PCI changes to s390x/vanilla
- commit 807a685
-------------------------------------------------------------------
Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
- Update arm config files: Enable all USB-to-serial drivers
Specifically, enable USB_SERIAL_WISHBONE, USB_SERIAL_MXUPORT and
USB_SERIAL_QT2 on all arm flavors.
- commit 589f44f
-------------------------------------------------------------------
Tue Apr 29 14:34:53 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: Disabled 3 unneeded drivers
Align the arm64 config file with the rest of the config files:
CONFIG_ATMEL_SSC is not set
CONFIG_FB_TMIO is not set
CONFIG_FB_GOLDFISH is not set
- commit aaf60ce
-------------------------------------------------------------------
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de
- Update config files: Enable CONFIG_USB_SERIAL_SIMPLE
This is a unified driver replacing several drivers we were shipping
so far, so we should ship it too.
- commit 0d558c9
-------------------------------------------------------------------
Tue Apr 29 12:13:23 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on x86_64 (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 8f9c4ac
-------------------------------------------------------------------
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
- unwind: remove check for vdso32 compat range.
This fixes a build failure introduced in 3.15-rc1.
- commit 66cfb7b
-------------------------------------------------------------------
Mon Apr 28 13:12:23 CEST 2014 - mmarek@suse.cz
@ -118,6 +536,146 @@ Mon Apr 28 10:43:14 CEST 2014 - mmarek@suse.cz
- rpm/kernel-obs-qa.spec.in: Use per-flavor path for the logfile
- commit 717e968
-------------------------------------------------------------------
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

View File

@ -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.5
%define srcversion 3.15
%define patchversion 3.15.0
%define variant %{nil}
%define vanilla_only 0
@ -59,11 +59,11 @@ Name: kernel-exynos
Summary: Kernel for Samsung's Exynos SoC
License: GPL-2.0
Group: System/Kernel
Version: 3.14.5
Version: 3.15.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%else
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%endif
Url: http://www.kernel.org/
BuildRequires: bc
@ -993,6 +993,7 @@ Requires(pre): coreutils awk
Requires(post): modutils
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
@ -1043,6 +1044,7 @@ Provides: %name-devel = %version-%source_rel
Provides: multiversion(kernel)
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Tue Jun 10 13:53:14 CEST 2014 - jbeulich@suse.com
- swiotlb: don't assume PA 0 is invalid (bnc#865882).
- Update Xen patches to 3.15 final.
- Update x86-64 Xen config files.
- commit 0a9fc1a
-------------------------------------------------------------------
Tue Jun 10 09:50:42 CEST 2014 - jslaby@suse.cz
- Update config files.
Disable the reverted CONFIG_ACPI_PROCFS_POWER. Nobody seems to
complain, so do not enable it.
- commit 0592a75
-------------------------------------------------------------------
Tue Jun 10 09:10:51 CEST 2014 - jslaby@suse.cz
- Linux 3.14.6 (bnc#880613).
- Delete
patches.drivers/ALSA-hda-Fix-onboard-audio-on-Intel-H97-Z97-chipsets.
- commit f0d0e23
-------------------------------------------------------------------
Mon Jun 9 21:50:14 CEST 2014 - jeffm@suse.de
- Update to 3.15.
- commit 91a9a36
-------------------------------------------------------------------
Thu Jun 5 18:13:28 CEST 2014 - mmarek@suse.cz
- rpm/package-descriptions: kernel-vmi is gone
- rpm/mkspec: Obsolete $flavor-{devel,extra} $flavor-base is obsolete
(bnc#881490)
- rpm/kernel-module-subpackage: Obsolete -trace KMPs (bnc#881490)
- rpm/old-flavors: Obsolete also kernel-trace-base (bnc#881490)
- commit 38d4d09
-------------------------------------------------------------------
Thu Jun 5 15:42:57 CEST 2014 - mmarek@suse.cz
@ -16,12 +56,35 @@ Wed Jun 4 08:46:14 CEST 2014 - jslaby@suse.cz
- Linux 3.14.5.
- commit 3ee48e0
-------------------------------------------------------------------
Mon Jun 2 17:56:13 CEST 2014 - tiwai@suse.de
- usb: musb: tusb6010: Use musb->tusb_revision instead of
tusb_get_revision call (bnc#872715).
- usb: musb: tusb6010: Add tusb_revision to struct musb to store
the revision (bnc#872715).
- commit 6141be1
-------------------------------------------------------------------
Mon Jun 2 14:34:56 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc8.
- commit 93f605c
-------------------------------------------------------------------
Mon Jun 2 13:07:44 CEST 2014 - mmarek@suse.cz
- Obsolete kernel-trace by kernel-default
- commit 1eb3f59
-------------------------------------------------------------------
Mon Jun 2 09:48:07 CEST 2014 - jdelvare@suse.de
- Update config files: Disable CONFIG_XO15_EBOOK
The xo15-ebook driver is useless without the rest of OLPC support. So
I left it enabled only in i386/default and i386/vanilla.
- commit 9694fd3
-------------------------------------------------------------------
Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
@ -29,6 +92,230 @@ Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
(bnc#880613).
- commit 0de0f93
-------------------------------------------------------------------
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
- Update config files: Disable gpio-fan and ntc_thermistor drivers
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
architectures where they are not used.
- commit 96f5b60
-------------------------------------------------------------------
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc7.
- commit f8382bf
-------------------------------------------------------------------
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc7.
- Eliminated 1 patch.
- Config changes:
- CX_ECAT=m (default n) for i386/x86_64
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
This may need to be revisited if the hardware extends to different
architectures (ARM, probably).
- SENSORS_NTC_THERMISTOR=m (default n)
- Sensor chip that could be found essentially anywhere.
- commit e9c45a3
-------------------------------------------------------------------
Mon May 26 18:56:29 CEST 2014 - ddiss@suse.de
- cifs: fix client guid reuse logic
Client guid reuse across multiple protocol versions causes mount
failures against Windows 2012 servers (bnc#879932).
- patches.fixes/cifs-Set-client-guid-on-per-connection-basis.patch
- patches.fixes/cifs-Do-not-send-ClientGUID-on-SMB2.02-dialect.patch
- commit 289f0e9
-------------------------------------------------------------------
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
- config: sync vanilla configs for 3.15-rc6.
- commit acf7dab
-------------------------------------------------------------------
Fri May 23 15:13:50 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc6.
- Config changes:
- ACPI_PROCFS_POWER=y (default n)
- Should eventually be =n once userspace tools have been audited.
- commit d2be7e3
-------------------------------------------------------------------
Fri May 23 14:37:40 CEST 2014 - jdelvare@suse.de
- Update ppc config files: Disable SH_MOBILE media drivers
These are useless on PowerPC.
- commit cacd723
-------------------------------------------------------------------
Fri May 23 12:37:24 CEST 2014 - ddiss@suse.de
- Update config files: enable CONFIG_CIFS_SMB2
cifs.ko is currently built with support for the base SMB1/CIFS dialect
only. SMB1/CIFS support can be disabled in Windows 8.1 and Windows
Server 2012 R2, and is completely unsupported with the Microsoft Azure
File service, leaving cifs.ko users unable to access files on such
servers without this change (fate#317480).
- commit 837860b
-------------------------------------------------------------------
Fri May 23 11:27:56 CEST 2014 - jdelvare@suse.de
- Update config files: Disable remaining R-CAR drivers
These drivers are useless except on arm/shmobile.
- commit 2dd69e8
-------------------------------------------------------------------
Wed May 21 19:34:45 CEST 2014 - jdelvare@suse.de
- Fix a typo in config/ppc/vanilla, sorry
- commit cc68f12
-------------------------------------------------------------------
Wed May 21 19:18:25 CEST 2014 - jdelvare@suse.de
- Update config files: Disable unused RTC platform drivers
- commit 85c0b8b
-------------------------------------------------------------------
Wed May 21 15:48:03 CEST 2014 - jdelvare@suse.de
- Update config files: Disable the rtc-moxart driver
This driver is only needed on Moxa ART systems, which we do not
support.
- commit 9939e8f
-------------------------------------------------------------------
Tue May 20 15:14:35 CEST 2014 - jbeulich@suse.com
- supported.conf: Take care of a few driver renames/splits/etc.
- commit ed5e591
-------------------------------------------------------------------
Tue May 20 08:21:20 CEST 2014 - jbeulich@suse.com
- Update Xen config files: Set compatibility level back to 4.1
(bnc#851338).
- commit 22da852
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
- Update config files: Disable all EG20T drivers except on i386
EG20T (aka Topcliff PCH) is a chipset for 32-bit x86 processors, so
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
- Update arm64 config file to fix the build
- commit beb76a8
-------------------------------------------------------------------
Fri May 16 12:46:15 CEST 2014 - afaerber@suse.de
- config: armv6hl: Update config to 3.15-rc5
- commit 15546e3
-------------------------------------------------------------------
Fri May 16 12:46:14 CEST 2014 - afaerber@suse.de
- config: armv7hl: Update configs to 3.15-rc5
- commit de0d16f
-------------------------------------------------------------------
Thu May 15 18:23:06 CEST 2014 - jdelvare@suse.de
- Update armv7hl/lpae config file: Enable SERIAL_TEGRA
Despite what the Kconfig text says, the serial-tegra driver works on
all Tegra platforms.
- commit 222a09f
-------------------------------------------------------------------
Thu May 15 17:39:27 CEST 2014 - jdelvare@suse.de
- Update ppc64le config files: Disable DA903x support completely
It makes no sense to support some sub-drivers and not the rest.
- commit 269e033
-------------------------------------------------------------------
Thu May 15 17:02:27 CEST 2014 - duwe@suse.de
- Update config files:
i386/x86_64/ppc64/ppc64le disable:
timeriomem-rng
pwm-pca9685
unsupported RTC drivers
ssd1307fb/da903x_bl
- commit 7725871
-------------------------------------------------------------------
Wed May 14 18:41:03 CEST 2014 - afaerber@suse.de
- config: arm64: Update config for 3.15
- commit 2d96bf1
-------------------------------------------------------------------
Wed May 14 12:01:16 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc5.
- privcmd: actually batch hypercalls for batch ioctls.
- Refresh patches.xen/xen-blkfront-indirect (bnc#876786).
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- commit 9ebd57d
-------------------------------------------------------------------
Wed May 14 11:47:08 CEST 2014 - jbeulich@suse.com
- Refresh patches.suse/stack-unwind (dump_trace_unwind() can be static).
- commit 47a05b6
-------------------------------------------------------------------
Tue May 13 18:16:15 CEST 2014 - jdelvare@suse.de
- Update ec2 config files: Disable CAN support
It was enabled by accident.
- commit 4f49dd9
-------------------------------------------------------------------
Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
@ -38,11 +325,18 @@ Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
- commit bebeb6f
-------------------------------------------------------------------
Tue May 13 08:44:43 CEST 2014 - jbeulich@suse.com
- patches.suse/stack-unwind: Drop bogus (redundant) asmlinkage from
unwind_init_running() definition.
- commit d2673c3
-------------------------------------------------------------------
Mon May 12 18:45:00 CEST 2014 - tiwai@suse.de
- pvpanic: Set high notifier priority (bnc#875220).
- commit 07d82b6
- commit da0842c
-------------------------------------------------------------------
Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
@ -51,6 +345,15 @@ Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
with 0 fbs (bnc#875687).
- commit b8d699a
-------------------------------------------------------------------
Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc5.
- Eliminated 2 patches.
- Config changes:
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
@ -64,6 +367,15 @@ Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Package .vmlinuz-*.hmac as well
- commit 3375bd7
-------------------------------------------------------------------
Wed May 7 14:48:12 CEST 2014 - jdelvare@suse.de
- Update x86 config files: Disable unused CAN drivers
Disable platform, grcan and tscan1 CAN drivers. Disable ISA and EG20T
CAN drivers on x86_64. These are believed to be useless, and will
only be enabled upon explicit request.
- commit dab25a2
-------------------------------------------------------------------
Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
@ -71,6 +383,12 @@ Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
Also, get rid of the comparison of the base and devel filelist.
- commit f1e303f
-------------------------------------------------------------------
Wed May 7 12:02:52 CEST 2014 - tiwai@suse.de
- ALSA: hda - Add dock pin setups for Thinkpad T440 (bnc#876699).
- commit efc8676
-------------------------------------------------------------------
Wed May 7 12:00:14 CEST 2014 - tiwai@suse.de
@ -99,6 +417,21 @@ Tue May 6 17:29:41 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Simplify filelist for files in /boot
- commit ef040ff
-------------------------------------------------------------------
Mon May 5 13:42:10 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on i586 as well (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 403ada2
-------------------------------------------------------------------
Mon May 5 12:33:08 CEST 2014 - jslaby@suse.cz
- Refresh
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
Add commit SHA
- commit 4f0c42a
-------------------------------------------------------------------
Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
@ -106,6 +439,91 @@ Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
(bnc#871252 bnc#875690 CVE-2014-0196).
- commit e72b790
-------------------------------------------------------------------
Tue Apr 29 18:00:21 CEST 2014 - guillaume.gardet@oliseo.fr
- Re-eanble ARM kernel in config.conf file and update all ARM configs:
* config/arm64/default:
- Add SATA/PATA support
- Add voltage and regulator support
* config/armv6hl/default:
- Add external I2C controllers
- Add usermode SPI driver
* config/armv7hl/default:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra support with MFD_NVEC and KEYBOARD_TEGRA
- Add OMAP4 video input support
- Add IR receiver
- Add iMX HDMI support
- Add Serial support for Tegra SoC
* config/armv7hl/exynos:
- Trivial update
* config/armv7hl/lpae:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Remove unused Terga20/Tegra30 SPI support
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra supprt with MFD_NVEC and KEYBOARD_TEGRA
- Add IR receiver
- Add iMX HDMI support
- commit fcd7b3d
-------------------------------------------------------------------
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
- Update to 3.15-rc3.
- commit 62b5593
-------------------------------------------------------------------
Tue Apr 29 17:25:05 CEST 2014 - jeffm@suse.com
- config: sync PCI changes to s390x/vanilla
- commit 807a685
-------------------------------------------------------------------
Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
- Update arm config files: Enable all USB-to-serial drivers
Specifically, enable USB_SERIAL_WISHBONE, USB_SERIAL_MXUPORT and
USB_SERIAL_QT2 on all arm flavors.
- commit 589f44f
-------------------------------------------------------------------
Tue Apr 29 14:34:53 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: Disabled 3 unneeded drivers
Align the arm64 config file with the rest of the config files:
CONFIG_ATMEL_SSC is not set
CONFIG_FB_TMIO is not set
CONFIG_FB_GOLDFISH is not set
- commit aaf60ce
-------------------------------------------------------------------
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de
- Update config files: Enable CONFIG_USB_SERIAL_SIMPLE
This is a unified driver replacing several drivers we were shipping
so far, so we should ship it too.
- commit 0d558c9
-------------------------------------------------------------------
Tue Apr 29 12:13:23 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on x86_64 (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 8f9c4ac
-------------------------------------------------------------------
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
- unwind: remove check for vdso32 compat range.
This fixes a build failure introduced in 3.15-rc1.
- commit 66cfb7b
-------------------------------------------------------------------
Mon Apr 28 13:12:23 CEST 2014 - mmarek@suse.cz
@ -118,6 +536,146 @@ Mon Apr 28 10:43:14 CEST 2014 - mmarek@suse.cz
- rpm/kernel-obs-qa.spec.in: Use per-flavor path for the logfile
- commit 717e968
-------------------------------------------------------------------
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

View File

@ -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.5
%define srcversion 3.15
%define patchversion 3.15.0
%define variant %{nil}
%define vanilla_only 0
@ -59,11 +59,11 @@ Name: kernel-lpae
Summary: Kernel for LPAE enabled systems
License: GPL-2.0
Group: System/Kernel
Version: 3.14.5
Version: 3.15.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%else
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%endif
Url: http://www.kernel.org/
BuildRequires: bc
@ -995,6 +995,7 @@ Requires(pre): coreutils awk
Requires(post): modutils
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
@ -1046,6 +1047,7 @@ Provides: %name-devel = %version-%source_rel
Provides: multiversion(kernel)
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel

View File

@ -26,8 +26,9 @@ Provides: multiversion(kernel)
Requires: coreutils grep
%{-c:Requires: %{-n*}-ueficert}
Enhances: kernel-%1
%ifarch %ix86
%if %1 == "default"
Obsoletes: %{-n*}-trace
%ifarch %ix86
Obsoletes: %{-n*}-vmi
%endif
%endif

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Tue Jun 10 13:53:14 CEST 2014 - jbeulich@suse.com
- swiotlb: don't assume PA 0 is invalid (bnc#865882).
- Update Xen patches to 3.15 final.
- Update x86-64 Xen config files.
- commit 0a9fc1a
-------------------------------------------------------------------
Tue Jun 10 09:50:42 CEST 2014 - jslaby@suse.cz
- Update config files.
Disable the reverted CONFIG_ACPI_PROCFS_POWER. Nobody seems to
complain, so do not enable it.
- commit 0592a75
-------------------------------------------------------------------
Tue Jun 10 09:10:51 CEST 2014 - jslaby@suse.cz
- Linux 3.14.6 (bnc#880613).
- Delete
patches.drivers/ALSA-hda-Fix-onboard-audio-on-Intel-H97-Z97-chipsets.
- commit f0d0e23
-------------------------------------------------------------------
Mon Jun 9 21:50:14 CEST 2014 - jeffm@suse.de
- Update to 3.15.
- commit 91a9a36
-------------------------------------------------------------------
Thu Jun 5 18:13:28 CEST 2014 - mmarek@suse.cz
- rpm/package-descriptions: kernel-vmi is gone
- rpm/mkspec: Obsolete $flavor-{devel,extra} $flavor-base is obsolete
(bnc#881490)
- rpm/kernel-module-subpackage: Obsolete -trace KMPs (bnc#881490)
- rpm/old-flavors: Obsolete also kernel-trace-base (bnc#881490)
- commit 38d4d09
-------------------------------------------------------------------
Thu Jun 5 15:42:57 CEST 2014 - mmarek@suse.cz
@ -16,12 +56,35 @@ Wed Jun 4 08:46:14 CEST 2014 - jslaby@suse.cz
- Linux 3.14.5.
- commit 3ee48e0
-------------------------------------------------------------------
Mon Jun 2 17:56:13 CEST 2014 - tiwai@suse.de
- usb: musb: tusb6010: Use musb->tusb_revision instead of
tusb_get_revision call (bnc#872715).
- usb: musb: tusb6010: Add tusb_revision to struct musb to store
the revision (bnc#872715).
- commit 6141be1
-------------------------------------------------------------------
Mon Jun 2 14:34:56 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc8.
- commit 93f605c
-------------------------------------------------------------------
Mon Jun 2 13:07:44 CEST 2014 - mmarek@suse.cz
- Obsolete kernel-trace by kernel-default
- commit 1eb3f59
-------------------------------------------------------------------
Mon Jun 2 09:48:07 CEST 2014 - jdelvare@suse.de
- Update config files: Disable CONFIG_XO15_EBOOK
The xo15-ebook driver is useless without the rest of OLPC support. So
I left it enabled only in i386/default and i386/vanilla.
- commit 9694fd3
-------------------------------------------------------------------
Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
@ -29,6 +92,230 @@ Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
(bnc#880613).
- commit 0de0f93
-------------------------------------------------------------------
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
- Update config files: Disable gpio-fan and ntc_thermistor drivers
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
architectures where they are not used.
- commit 96f5b60
-------------------------------------------------------------------
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc7.
- commit f8382bf
-------------------------------------------------------------------
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc7.
- Eliminated 1 patch.
- Config changes:
- CX_ECAT=m (default n) for i386/x86_64
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
This may need to be revisited if the hardware extends to different
architectures (ARM, probably).
- SENSORS_NTC_THERMISTOR=m (default n)
- Sensor chip that could be found essentially anywhere.
- commit e9c45a3
-------------------------------------------------------------------
Mon May 26 18:56:29 CEST 2014 - ddiss@suse.de
- cifs: fix client guid reuse logic
Client guid reuse across multiple protocol versions causes mount
failures against Windows 2012 servers (bnc#879932).
- patches.fixes/cifs-Set-client-guid-on-per-connection-basis.patch
- patches.fixes/cifs-Do-not-send-ClientGUID-on-SMB2.02-dialect.patch
- commit 289f0e9
-------------------------------------------------------------------
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
- config: sync vanilla configs for 3.15-rc6.
- commit acf7dab
-------------------------------------------------------------------
Fri May 23 15:13:50 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc6.
- Config changes:
- ACPI_PROCFS_POWER=y (default n)
- Should eventually be =n once userspace tools have been audited.
- commit d2be7e3
-------------------------------------------------------------------
Fri May 23 14:37:40 CEST 2014 - jdelvare@suse.de
- Update ppc config files: Disable SH_MOBILE media drivers
These are useless on PowerPC.
- commit cacd723
-------------------------------------------------------------------
Fri May 23 12:37:24 CEST 2014 - ddiss@suse.de
- Update config files: enable CONFIG_CIFS_SMB2
cifs.ko is currently built with support for the base SMB1/CIFS dialect
only. SMB1/CIFS support can be disabled in Windows 8.1 and Windows
Server 2012 R2, and is completely unsupported with the Microsoft Azure
File service, leaving cifs.ko users unable to access files on such
servers without this change (fate#317480).
- commit 837860b
-------------------------------------------------------------------
Fri May 23 11:27:56 CEST 2014 - jdelvare@suse.de
- Update config files: Disable remaining R-CAR drivers
These drivers are useless except on arm/shmobile.
- commit 2dd69e8
-------------------------------------------------------------------
Wed May 21 19:34:45 CEST 2014 - jdelvare@suse.de
- Fix a typo in config/ppc/vanilla, sorry
- commit cc68f12
-------------------------------------------------------------------
Wed May 21 19:18:25 CEST 2014 - jdelvare@suse.de
- Update config files: Disable unused RTC platform drivers
- commit 85c0b8b
-------------------------------------------------------------------
Wed May 21 15:48:03 CEST 2014 - jdelvare@suse.de
- Update config files: Disable the rtc-moxart driver
This driver is only needed on Moxa ART systems, which we do not
support.
- commit 9939e8f
-------------------------------------------------------------------
Tue May 20 15:14:35 CEST 2014 - jbeulich@suse.com
- supported.conf: Take care of a few driver renames/splits/etc.
- commit ed5e591
-------------------------------------------------------------------
Tue May 20 08:21:20 CEST 2014 - jbeulich@suse.com
- Update Xen config files: Set compatibility level back to 4.1
(bnc#851338).
- commit 22da852
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
- Update config files: Disable all EG20T drivers except on i386
EG20T (aka Topcliff PCH) is a chipset for 32-bit x86 processors, so
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
- Update arm64 config file to fix the build
- commit beb76a8
-------------------------------------------------------------------
Fri May 16 12:46:15 CEST 2014 - afaerber@suse.de
- config: armv6hl: Update config to 3.15-rc5
- commit 15546e3
-------------------------------------------------------------------
Fri May 16 12:46:14 CEST 2014 - afaerber@suse.de
- config: armv7hl: Update configs to 3.15-rc5
- commit de0d16f
-------------------------------------------------------------------
Thu May 15 18:23:06 CEST 2014 - jdelvare@suse.de
- Update armv7hl/lpae config file: Enable SERIAL_TEGRA
Despite what the Kconfig text says, the serial-tegra driver works on
all Tegra platforms.
- commit 222a09f
-------------------------------------------------------------------
Thu May 15 17:39:27 CEST 2014 - jdelvare@suse.de
- Update ppc64le config files: Disable DA903x support completely
It makes no sense to support some sub-drivers and not the rest.
- commit 269e033
-------------------------------------------------------------------
Thu May 15 17:02:27 CEST 2014 - duwe@suse.de
- Update config files:
i386/x86_64/ppc64/ppc64le disable:
timeriomem-rng
pwm-pca9685
unsupported RTC drivers
ssd1307fb/da903x_bl
- commit 7725871
-------------------------------------------------------------------
Wed May 14 18:41:03 CEST 2014 - afaerber@suse.de
- config: arm64: Update config for 3.15
- commit 2d96bf1
-------------------------------------------------------------------
Wed May 14 12:01:16 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc5.
- privcmd: actually batch hypercalls for batch ioctls.
- Refresh patches.xen/xen-blkfront-indirect (bnc#876786).
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- commit 9ebd57d
-------------------------------------------------------------------
Wed May 14 11:47:08 CEST 2014 - jbeulich@suse.com
- Refresh patches.suse/stack-unwind (dump_trace_unwind() can be static).
- commit 47a05b6
-------------------------------------------------------------------
Tue May 13 18:16:15 CEST 2014 - jdelvare@suse.de
- Update ec2 config files: Disable CAN support
It was enabled by accident.
- commit 4f49dd9
-------------------------------------------------------------------
Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
@ -38,11 +325,18 @@ Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
- commit bebeb6f
-------------------------------------------------------------------
Tue May 13 08:44:43 CEST 2014 - jbeulich@suse.com
- patches.suse/stack-unwind: Drop bogus (redundant) asmlinkage from
unwind_init_running() definition.
- commit d2673c3
-------------------------------------------------------------------
Mon May 12 18:45:00 CEST 2014 - tiwai@suse.de
- pvpanic: Set high notifier priority (bnc#875220).
- commit 07d82b6
- commit da0842c
-------------------------------------------------------------------
Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
@ -51,6 +345,15 @@ Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
with 0 fbs (bnc#875687).
- commit b8d699a
-------------------------------------------------------------------
Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc5.
- Eliminated 2 patches.
- Config changes:
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
@ -64,6 +367,15 @@ Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Package .vmlinuz-*.hmac as well
- commit 3375bd7
-------------------------------------------------------------------
Wed May 7 14:48:12 CEST 2014 - jdelvare@suse.de
- Update x86 config files: Disable unused CAN drivers
Disable platform, grcan and tscan1 CAN drivers. Disable ISA and EG20T
CAN drivers on x86_64. These are believed to be useless, and will
only be enabled upon explicit request.
- commit dab25a2
-------------------------------------------------------------------
Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
@ -71,6 +383,12 @@ Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
Also, get rid of the comparison of the base and devel filelist.
- commit f1e303f
-------------------------------------------------------------------
Wed May 7 12:02:52 CEST 2014 - tiwai@suse.de
- ALSA: hda - Add dock pin setups for Thinkpad T440 (bnc#876699).
- commit efc8676
-------------------------------------------------------------------
Wed May 7 12:00:14 CEST 2014 - tiwai@suse.de
@ -99,6 +417,21 @@ Tue May 6 17:29:41 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Simplify filelist for files in /boot
- commit ef040ff
-------------------------------------------------------------------
Mon May 5 13:42:10 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on i586 as well (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 403ada2
-------------------------------------------------------------------
Mon May 5 12:33:08 CEST 2014 - jslaby@suse.cz
- Refresh
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
Add commit SHA
- commit 4f0c42a
-------------------------------------------------------------------
Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
@ -106,6 +439,91 @@ Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
(bnc#871252 bnc#875690 CVE-2014-0196).
- commit e72b790
-------------------------------------------------------------------
Tue Apr 29 18:00:21 CEST 2014 - guillaume.gardet@oliseo.fr
- Re-eanble ARM kernel in config.conf file and update all ARM configs:
* config/arm64/default:
- Add SATA/PATA support
- Add voltage and regulator support
* config/armv6hl/default:
- Add external I2C controllers
- Add usermode SPI driver
* config/armv7hl/default:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra support with MFD_NVEC and KEYBOARD_TEGRA
- Add OMAP4 video input support
- Add IR receiver
- Add iMX HDMI support
- Add Serial support for Tegra SoC
* config/armv7hl/exynos:
- Trivial update
* config/armv7hl/lpae:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Remove unused Terga20/Tegra30 SPI support
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra supprt with MFD_NVEC and KEYBOARD_TEGRA
- Add IR receiver
- Add iMX HDMI support
- commit fcd7b3d
-------------------------------------------------------------------
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
- Update to 3.15-rc3.
- commit 62b5593
-------------------------------------------------------------------
Tue Apr 29 17:25:05 CEST 2014 - jeffm@suse.com
- config: sync PCI changes to s390x/vanilla
- commit 807a685
-------------------------------------------------------------------
Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
- Update arm config files: Enable all USB-to-serial drivers
Specifically, enable USB_SERIAL_WISHBONE, USB_SERIAL_MXUPORT and
USB_SERIAL_QT2 on all arm flavors.
- commit 589f44f
-------------------------------------------------------------------
Tue Apr 29 14:34:53 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: Disabled 3 unneeded drivers
Align the arm64 config file with the rest of the config files:
CONFIG_ATMEL_SSC is not set
CONFIG_FB_TMIO is not set
CONFIG_FB_GOLDFISH is not set
- commit aaf60ce
-------------------------------------------------------------------
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de
- Update config files: Enable CONFIG_USB_SERIAL_SIMPLE
This is a unified driver replacing several drivers we were shipping
so far, so we should ship it too.
- commit 0d558c9
-------------------------------------------------------------------
Tue Apr 29 12:13:23 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on x86_64 (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 8f9c4ac
-------------------------------------------------------------------
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
- unwind: remove check for vdso32 compat range.
This fixes a build failure introduced in 3.15-rc1.
- commit 66cfb7b
-------------------------------------------------------------------
Mon Apr 28 13:12:23 CEST 2014 - mmarek@suse.cz
@ -118,6 +536,146 @@ Mon Apr 28 10:43:14 CEST 2014 - mmarek@suse.cz
- rpm/kernel-obs-qa.spec.in: Use per-flavor path for the logfile
- commit 717e968
-------------------------------------------------------------------
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

View File

@ -19,7 +19,7 @@
#!BuildIgnore: post-build-checks
%define patchversion 3.14.5
%define patchversion 3.15.0
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -45,11 +45,11 @@ BuildRequires: dracut
Summary: package kernel and initrd for OBS VM builds
License: GPL-2.0
Group: SLES
Version: 3.14.5
Version: 3.15.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%else
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%endif
%description

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Tue Jun 10 13:53:14 CEST 2014 - jbeulich@suse.com
- swiotlb: don't assume PA 0 is invalid (bnc#865882).
- Update Xen patches to 3.15 final.
- Update x86-64 Xen config files.
- commit 0a9fc1a
-------------------------------------------------------------------
Tue Jun 10 09:50:42 CEST 2014 - jslaby@suse.cz
- Update config files.
Disable the reverted CONFIG_ACPI_PROCFS_POWER. Nobody seems to
complain, so do not enable it.
- commit 0592a75
-------------------------------------------------------------------
Tue Jun 10 09:10:51 CEST 2014 - jslaby@suse.cz
- Linux 3.14.6 (bnc#880613).
- Delete
patches.drivers/ALSA-hda-Fix-onboard-audio-on-Intel-H97-Z97-chipsets.
- commit f0d0e23
-------------------------------------------------------------------
Mon Jun 9 21:50:14 CEST 2014 - jeffm@suse.de
- Update to 3.15.
- commit 91a9a36
-------------------------------------------------------------------
Thu Jun 5 18:13:28 CEST 2014 - mmarek@suse.cz
- rpm/package-descriptions: kernel-vmi is gone
- rpm/mkspec: Obsolete $flavor-{devel,extra} $flavor-base is obsolete
(bnc#881490)
- rpm/kernel-module-subpackage: Obsolete -trace KMPs (bnc#881490)
- rpm/old-flavors: Obsolete also kernel-trace-base (bnc#881490)
- commit 38d4d09
-------------------------------------------------------------------
Thu Jun 5 15:42:57 CEST 2014 - mmarek@suse.cz
@ -16,12 +56,35 @@ Wed Jun 4 08:46:14 CEST 2014 - jslaby@suse.cz
- Linux 3.14.5.
- commit 3ee48e0
-------------------------------------------------------------------
Mon Jun 2 17:56:13 CEST 2014 - tiwai@suse.de
- usb: musb: tusb6010: Use musb->tusb_revision instead of
tusb_get_revision call (bnc#872715).
- usb: musb: tusb6010: Add tusb_revision to struct musb to store
the revision (bnc#872715).
- commit 6141be1
-------------------------------------------------------------------
Mon Jun 2 14:34:56 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc8.
- commit 93f605c
-------------------------------------------------------------------
Mon Jun 2 13:07:44 CEST 2014 - mmarek@suse.cz
- Obsolete kernel-trace by kernel-default
- commit 1eb3f59
-------------------------------------------------------------------
Mon Jun 2 09:48:07 CEST 2014 - jdelvare@suse.de
- Update config files: Disable CONFIG_XO15_EBOOK
The xo15-ebook driver is useless without the rest of OLPC support. So
I left it enabled only in i386/default and i386/vanilla.
- commit 9694fd3
-------------------------------------------------------------------
Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
@ -29,6 +92,230 @@ Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
(bnc#880613).
- commit 0de0f93
-------------------------------------------------------------------
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
- Update config files: Disable gpio-fan and ntc_thermistor drivers
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
architectures where they are not used.
- commit 96f5b60
-------------------------------------------------------------------
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc7.
- commit f8382bf
-------------------------------------------------------------------
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc7.
- Eliminated 1 patch.
- Config changes:
- CX_ECAT=m (default n) for i386/x86_64
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
This may need to be revisited if the hardware extends to different
architectures (ARM, probably).
- SENSORS_NTC_THERMISTOR=m (default n)
- Sensor chip that could be found essentially anywhere.
- commit e9c45a3
-------------------------------------------------------------------
Mon May 26 18:56:29 CEST 2014 - ddiss@suse.de
- cifs: fix client guid reuse logic
Client guid reuse across multiple protocol versions causes mount
failures against Windows 2012 servers (bnc#879932).
- patches.fixes/cifs-Set-client-guid-on-per-connection-basis.patch
- patches.fixes/cifs-Do-not-send-ClientGUID-on-SMB2.02-dialect.patch
- commit 289f0e9
-------------------------------------------------------------------
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
- config: sync vanilla configs for 3.15-rc6.
- commit acf7dab
-------------------------------------------------------------------
Fri May 23 15:13:50 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc6.
- Config changes:
- ACPI_PROCFS_POWER=y (default n)
- Should eventually be =n once userspace tools have been audited.
- commit d2be7e3
-------------------------------------------------------------------
Fri May 23 14:37:40 CEST 2014 - jdelvare@suse.de
- Update ppc config files: Disable SH_MOBILE media drivers
These are useless on PowerPC.
- commit cacd723
-------------------------------------------------------------------
Fri May 23 12:37:24 CEST 2014 - ddiss@suse.de
- Update config files: enable CONFIG_CIFS_SMB2
cifs.ko is currently built with support for the base SMB1/CIFS dialect
only. SMB1/CIFS support can be disabled in Windows 8.1 and Windows
Server 2012 R2, and is completely unsupported with the Microsoft Azure
File service, leaving cifs.ko users unable to access files on such
servers without this change (fate#317480).
- commit 837860b
-------------------------------------------------------------------
Fri May 23 11:27:56 CEST 2014 - jdelvare@suse.de
- Update config files: Disable remaining R-CAR drivers
These drivers are useless except on arm/shmobile.
- commit 2dd69e8
-------------------------------------------------------------------
Wed May 21 19:34:45 CEST 2014 - jdelvare@suse.de
- Fix a typo in config/ppc/vanilla, sorry
- commit cc68f12
-------------------------------------------------------------------
Wed May 21 19:18:25 CEST 2014 - jdelvare@suse.de
- Update config files: Disable unused RTC platform drivers
- commit 85c0b8b
-------------------------------------------------------------------
Wed May 21 15:48:03 CEST 2014 - jdelvare@suse.de
- Update config files: Disable the rtc-moxart driver
This driver is only needed on Moxa ART systems, which we do not
support.
- commit 9939e8f
-------------------------------------------------------------------
Tue May 20 15:14:35 CEST 2014 - jbeulich@suse.com
- supported.conf: Take care of a few driver renames/splits/etc.
- commit ed5e591
-------------------------------------------------------------------
Tue May 20 08:21:20 CEST 2014 - jbeulich@suse.com
- Update Xen config files: Set compatibility level back to 4.1
(bnc#851338).
- commit 22da852
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
- Update config files: Disable all EG20T drivers except on i386
EG20T (aka Topcliff PCH) is a chipset for 32-bit x86 processors, so
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
- Update arm64 config file to fix the build
- commit beb76a8
-------------------------------------------------------------------
Fri May 16 12:46:15 CEST 2014 - afaerber@suse.de
- config: armv6hl: Update config to 3.15-rc5
- commit 15546e3
-------------------------------------------------------------------
Fri May 16 12:46:14 CEST 2014 - afaerber@suse.de
- config: armv7hl: Update configs to 3.15-rc5
- commit de0d16f
-------------------------------------------------------------------
Thu May 15 18:23:06 CEST 2014 - jdelvare@suse.de
- Update armv7hl/lpae config file: Enable SERIAL_TEGRA
Despite what the Kconfig text says, the serial-tegra driver works on
all Tegra platforms.
- commit 222a09f
-------------------------------------------------------------------
Thu May 15 17:39:27 CEST 2014 - jdelvare@suse.de
- Update ppc64le config files: Disable DA903x support completely
It makes no sense to support some sub-drivers and not the rest.
- commit 269e033
-------------------------------------------------------------------
Thu May 15 17:02:27 CEST 2014 - duwe@suse.de
- Update config files:
i386/x86_64/ppc64/ppc64le disable:
timeriomem-rng
pwm-pca9685
unsupported RTC drivers
ssd1307fb/da903x_bl
- commit 7725871
-------------------------------------------------------------------
Wed May 14 18:41:03 CEST 2014 - afaerber@suse.de
- config: arm64: Update config for 3.15
- commit 2d96bf1
-------------------------------------------------------------------
Wed May 14 12:01:16 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc5.
- privcmd: actually batch hypercalls for batch ioctls.
- Refresh patches.xen/xen-blkfront-indirect (bnc#876786).
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- commit 9ebd57d
-------------------------------------------------------------------
Wed May 14 11:47:08 CEST 2014 - jbeulich@suse.com
- Refresh patches.suse/stack-unwind (dump_trace_unwind() can be static).
- commit 47a05b6
-------------------------------------------------------------------
Tue May 13 18:16:15 CEST 2014 - jdelvare@suse.de
- Update ec2 config files: Disable CAN support
It was enabled by accident.
- commit 4f49dd9
-------------------------------------------------------------------
Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
@ -38,11 +325,18 @@ Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
- commit bebeb6f
-------------------------------------------------------------------
Tue May 13 08:44:43 CEST 2014 - jbeulich@suse.com
- patches.suse/stack-unwind: Drop bogus (redundant) asmlinkage from
unwind_init_running() definition.
- commit d2673c3
-------------------------------------------------------------------
Mon May 12 18:45:00 CEST 2014 - tiwai@suse.de
- pvpanic: Set high notifier priority (bnc#875220).
- commit 07d82b6
- commit da0842c
-------------------------------------------------------------------
Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
@ -51,6 +345,15 @@ Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
with 0 fbs (bnc#875687).
- commit b8d699a
-------------------------------------------------------------------
Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc5.
- Eliminated 2 patches.
- Config changes:
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
@ -64,6 +367,15 @@ Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Package .vmlinuz-*.hmac as well
- commit 3375bd7
-------------------------------------------------------------------
Wed May 7 14:48:12 CEST 2014 - jdelvare@suse.de
- Update x86 config files: Disable unused CAN drivers
Disable platform, grcan and tscan1 CAN drivers. Disable ISA and EG20T
CAN drivers on x86_64. These are believed to be useless, and will
only be enabled upon explicit request.
- commit dab25a2
-------------------------------------------------------------------
Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
@ -71,6 +383,12 @@ Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
Also, get rid of the comparison of the base and devel filelist.
- commit f1e303f
-------------------------------------------------------------------
Wed May 7 12:02:52 CEST 2014 - tiwai@suse.de
- ALSA: hda - Add dock pin setups for Thinkpad T440 (bnc#876699).
- commit efc8676
-------------------------------------------------------------------
Wed May 7 12:00:14 CEST 2014 - tiwai@suse.de
@ -99,6 +417,21 @@ Tue May 6 17:29:41 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Simplify filelist for files in /boot
- commit ef040ff
-------------------------------------------------------------------
Mon May 5 13:42:10 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on i586 as well (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 403ada2
-------------------------------------------------------------------
Mon May 5 12:33:08 CEST 2014 - jslaby@suse.cz
- Refresh
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
Add commit SHA
- commit 4f0c42a
-------------------------------------------------------------------
Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
@ -106,6 +439,91 @@ Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
(bnc#871252 bnc#875690 CVE-2014-0196).
- commit e72b790
-------------------------------------------------------------------
Tue Apr 29 18:00:21 CEST 2014 - guillaume.gardet@oliseo.fr
- Re-eanble ARM kernel in config.conf file and update all ARM configs:
* config/arm64/default:
- Add SATA/PATA support
- Add voltage and regulator support
* config/armv6hl/default:
- Add external I2C controllers
- Add usermode SPI driver
* config/armv7hl/default:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra support with MFD_NVEC and KEYBOARD_TEGRA
- Add OMAP4 video input support
- Add IR receiver
- Add iMX HDMI support
- Add Serial support for Tegra SoC
* config/armv7hl/exynos:
- Trivial update
* config/armv7hl/lpae:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Remove unused Terga20/Tegra30 SPI support
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra supprt with MFD_NVEC and KEYBOARD_TEGRA
- Add IR receiver
- Add iMX HDMI support
- commit fcd7b3d
-------------------------------------------------------------------
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
- Update to 3.15-rc3.
- commit 62b5593
-------------------------------------------------------------------
Tue Apr 29 17:25:05 CEST 2014 - jeffm@suse.com
- config: sync PCI changes to s390x/vanilla
- commit 807a685
-------------------------------------------------------------------
Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
- Update arm config files: Enable all USB-to-serial drivers
Specifically, enable USB_SERIAL_WISHBONE, USB_SERIAL_MXUPORT and
USB_SERIAL_QT2 on all arm flavors.
- commit 589f44f
-------------------------------------------------------------------
Tue Apr 29 14:34:53 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: Disabled 3 unneeded drivers
Align the arm64 config file with the rest of the config files:
CONFIG_ATMEL_SSC is not set
CONFIG_FB_TMIO is not set
CONFIG_FB_GOLDFISH is not set
- commit aaf60ce
-------------------------------------------------------------------
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de
- Update config files: Enable CONFIG_USB_SERIAL_SIMPLE
This is a unified driver replacing several drivers we were shipping
so far, so we should ship it too.
- commit 0d558c9
-------------------------------------------------------------------
Tue Apr 29 12:13:23 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on x86_64 (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 8f9c4ac
-------------------------------------------------------------------
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
- unwind: remove check for vdso32 compat range.
This fixes a build failure introduced in 3.15-rc1.
- commit 66cfb7b
-------------------------------------------------------------------
Mon Apr 28 13:12:23 CEST 2014 - mmarek@suse.cz
@ -118,6 +536,146 @@ Mon Apr 28 10:43:14 CEST 2014 - mmarek@suse.cz
- rpm/kernel-obs-qa.spec.in: Use per-flavor path for the logfile
- commit 717e968
-------------------------------------------------------------------
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

View File

@ -17,7 +17,7 @@
# needsrootforbuild
%define patchversion 3.14.5
%define patchversion 3.15.0
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -36,11 +36,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Basic QA tests for the kernel
License: GPL-2.0
Group: SLES
Version: 3.14.5
Version: 3.15.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%else
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%endif
%description

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Tue Jun 10 13:53:14 CEST 2014 - jbeulich@suse.com
- swiotlb: don't assume PA 0 is invalid (bnc#865882).
- Update Xen patches to 3.15 final.
- Update x86-64 Xen config files.
- commit 0a9fc1a
-------------------------------------------------------------------
Tue Jun 10 09:50:42 CEST 2014 - jslaby@suse.cz
- Update config files.
Disable the reverted CONFIG_ACPI_PROCFS_POWER. Nobody seems to
complain, so do not enable it.
- commit 0592a75
-------------------------------------------------------------------
Tue Jun 10 09:10:51 CEST 2014 - jslaby@suse.cz
- Linux 3.14.6 (bnc#880613).
- Delete
patches.drivers/ALSA-hda-Fix-onboard-audio-on-Intel-H97-Z97-chipsets.
- commit f0d0e23
-------------------------------------------------------------------
Mon Jun 9 21:50:14 CEST 2014 - jeffm@suse.de
- Update to 3.15.
- commit 91a9a36
-------------------------------------------------------------------
Thu Jun 5 18:13:28 CEST 2014 - mmarek@suse.cz
- rpm/package-descriptions: kernel-vmi is gone
- rpm/mkspec: Obsolete $flavor-{devel,extra} $flavor-base is obsolete
(bnc#881490)
- rpm/kernel-module-subpackage: Obsolete -trace KMPs (bnc#881490)
- rpm/old-flavors: Obsolete also kernel-trace-base (bnc#881490)
- commit 38d4d09
-------------------------------------------------------------------
Thu Jun 5 15:42:57 CEST 2014 - mmarek@suse.cz
@ -16,12 +56,35 @@ Wed Jun 4 08:46:14 CEST 2014 - jslaby@suse.cz
- Linux 3.14.5.
- commit 3ee48e0
-------------------------------------------------------------------
Mon Jun 2 17:56:13 CEST 2014 - tiwai@suse.de
- usb: musb: tusb6010: Use musb->tusb_revision instead of
tusb_get_revision call (bnc#872715).
- usb: musb: tusb6010: Add tusb_revision to struct musb to store
the revision (bnc#872715).
- commit 6141be1
-------------------------------------------------------------------
Mon Jun 2 14:34:56 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc8.
- commit 93f605c
-------------------------------------------------------------------
Mon Jun 2 13:07:44 CEST 2014 - mmarek@suse.cz
- Obsolete kernel-trace by kernel-default
- commit 1eb3f59
-------------------------------------------------------------------
Mon Jun 2 09:48:07 CEST 2014 - jdelvare@suse.de
- Update config files: Disable CONFIG_XO15_EBOOK
The xo15-ebook driver is useless without the rest of OLPC support. So
I left it enabled only in i386/default and i386/vanilla.
- commit 9694fd3
-------------------------------------------------------------------
Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
@ -29,6 +92,230 @@ Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
(bnc#880613).
- commit 0de0f93
-------------------------------------------------------------------
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
- Update config files: Disable gpio-fan and ntc_thermistor drivers
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
architectures where they are not used.
- commit 96f5b60
-------------------------------------------------------------------
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc7.
- commit f8382bf
-------------------------------------------------------------------
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc7.
- Eliminated 1 patch.
- Config changes:
- CX_ECAT=m (default n) for i386/x86_64
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
This may need to be revisited if the hardware extends to different
architectures (ARM, probably).
- SENSORS_NTC_THERMISTOR=m (default n)
- Sensor chip that could be found essentially anywhere.
- commit e9c45a3
-------------------------------------------------------------------
Mon May 26 18:56:29 CEST 2014 - ddiss@suse.de
- cifs: fix client guid reuse logic
Client guid reuse across multiple protocol versions causes mount
failures against Windows 2012 servers (bnc#879932).
- patches.fixes/cifs-Set-client-guid-on-per-connection-basis.patch
- patches.fixes/cifs-Do-not-send-ClientGUID-on-SMB2.02-dialect.patch
- commit 289f0e9
-------------------------------------------------------------------
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
- config: sync vanilla configs for 3.15-rc6.
- commit acf7dab
-------------------------------------------------------------------
Fri May 23 15:13:50 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc6.
- Config changes:
- ACPI_PROCFS_POWER=y (default n)
- Should eventually be =n once userspace tools have been audited.
- commit d2be7e3
-------------------------------------------------------------------
Fri May 23 14:37:40 CEST 2014 - jdelvare@suse.de
- Update ppc config files: Disable SH_MOBILE media drivers
These are useless on PowerPC.
- commit cacd723
-------------------------------------------------------------------
Fri May 23 12:37:24 CEST 2014 - ddiss@suse.de
- Update config files: enable CONFIG_CIFS_SMB2
cifs.ko is currently built with support for the base SMB1/CIFS dialect
only. SMB1/CIFS support can be disabled in Windows 8.1 and Windows
Server 2012 R2, and is completely unsupported with the Microsoft Azure
File service, leaving cifs.ko users unable to access files on such
servers without this change (fate#317480).
- commit 837860b
-------------------------------------------------------------------
Fri May 23 11:27:56 CEST 2014 - jdelvare@suse.de
- Update config files: Disable remaining R-CAR drivers
These drivers are useless except on arm/shmobile.
- commit 2dd69e8
-------------------------------------------------------------------
Wed May 21 19:34:45 CEST 2014 - jdelvare@suse.de
- Fix a typo in config/ppc/vanilla, sorry
- commit cc68f12
-------------------------------------------------------------------
Wed May 21 19:18:25 CEST 2014 - jdelvare@suse.de
- Update config files: Disable unused RTC platform drivers
- commit 85c0b8b
-------------------------------------------------------------------
Wed May 21 15:48:03 CEST 2014 - jdelvare@suse.de
- Update config files: Disable the rtc-moxart driver
This driver is only needed on Moxa ART systems, which we do not
support.
- commit 9939e8f
-------------------------------------------------------------------
Tue May 20 15:14:35 CEST 2014 - jbeulich@suse.com
- supported.conf: Take care of a few driver renames/splits/etc.
- commit ed5e591
-------------------------------------------------------------------
Tue May 20 08:21:20 CEST 2014 - jbeulich@suse.com
- Update Xen config files: Set compatibility level back to 4.1
(bnc#851338).
- commit 22da852
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
- Update config files: Disable all EG20T drivers except on i386
EG20T (aka Topcliff PCH) is a chipset for 32-bit x86 processors, so
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
- Update arm64 config file to fix the build
- commit beb76a8
-------------------------------------------------------------------
Fri May 16 12:46:15 CEST 2014 - afaerber@suse.de
- config: armv6hl: Update config to 3.15-rc5
- commit 15546e3
-------------------------------------------------------------------
Fri May 16 12:46:14 CEST 2014 - afaerber@suse.de
- config: armv7hl: Update configs to 3.15-rc5
- commit de0d16f
-------------------------------------------------------------------
Thu May 15 18:23:06 CEST 2014 - jdelvare@suse.de
- Update armv7hl/lpae config file: Enable SERIAL_TEGRA
Despite what the Kconfig text says, the serial-tegra driver works on
all Tegra platforms.
- commit 222a09f
-------------------------------------------------------------------
Thu May 15 17:39:27 CEST 2014 - jdelvare@suse.de
- Update ppc64le config files: Disable DA903x support completely
It makes no sense to support some sub-drivers and not the rest.
- commit 269e033
-------------------------------------------------------------------
Thu May 15 17:02:27 CEST 2014 - duwe@suse.de
- Update config files:
i386/x86_64/ppc64/ppc64le disable:
timeriomem-rng
pwm-pca9685
unsupported RTC drivers
ssd1307fb/da903x_bl
- commit 7725871
-------------------------------------------------------------------
Wed May 14 18:41:03 CEST 2014 - afaerber@suse.de
- config: arm64: Update config for 3.15
- commit 2d96bf1
-------------------------------------------------------------------
Wed May 14 12:01:16 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc5.
- privcmd: actually batch hypercalls for batch ioctls.
- Refresh patches.xen/xen-blkfront-indirect (bnc#876786).
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- commit 9ebd57d
-------------------------------------------------------------------
Wed May 14 11:47:08 CEST 2014 - jbeulich@suse.com
- Refresh patches.suse/stack-unwind (dump_trace_unwind() can be static).
- commit 47a05b6
-------------------------------------------------------------------
Tue May 13 18:16:15 CEST 2014 - jdelvare@suse.de
- Update ec2 config files: Disable CAN support
It was enabled by accident.
- commit 4f49dd9
-------------------------------------------------------------------
Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
@ -38,11 +325,18 @@ Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
- commit bebeb6f
-------------------------------------------------------------------
Tue May 13 08:44:43 CEST 2014 - jbeulich@suse.com
- patches.suse/stack-unwind: Drop bogus (redundant) asmlinkage from
unwind_init_running() definition.
- commit d2673c3
-------------------------------------------------------------------
Mon May 12 18:45:00 CEST 2014 - tiwai@suse.de
- pvpanic: Set high notifier priority (bnc#875220).
- commit 07d82b6
- commit da0842c
-------------------------------------------------------------------
Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
@ -51,6 +345,15 @@ Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
with 0 fbs (bnc#875687).
- commit b8d699a
-------------------------------------------------------------------
Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc5.
- Eliminated 2 patches.
- Config changes:
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
@ -64,6 +367,15 @@ Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Package .vmlinuz-*.hmac as well
- commit 3375bd7
-------------------------------------------------------------------
Wed May 7 14:48:12 CEST 2014 - jdelvare@suse.de
- Update x86 config files: Disable unused CAN drivers
Disable platform, grcan and tscan1 CAN drivers. Disable ISA and EG20T
CAN drivers on x86_64. These are believed to be useless, and will
only be enabled upon explicit request.
- commit dab25a2
-------------------------------------------------------------------
Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
@ -71,6 +383,12 @@ Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
Also, get rid of the comparison of the base and devel filelist.
- commit f1e303f
-------------------------------------------------------------------
Wed May 7 12:02:52 CEST 2014 - tiwai@suse.de
- ALSA: hda - Add dock pin setups for Thinkpad T440 (bnc#876699).
- commit efc8676
-------------------------------------------------------------------
Wed May 7 12:00:14 CEST 2014 - tiwai@suse.de
@ -99,6 +417,21 @@ Tue May 6 17:29:41 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Simplify filelist for files in /boot
- commit ef040ff
-------------------------------------------------------------------
Mon May 5 13:42:10 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on i586 as well (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 403ada2
-------------------------------------------------------------------
Mon May 5 12:33:08 CEST 2014 - jslaby@suse.cz
- Refresh
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
Add commit SHA
- commit 4f0c42a
-------------------------------------------------------------------
Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
@ -106,6 +439,91 @@ Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
(bnc#871252 bnc#875690 CVE-2014-0196).
- commit e72b790
-------------------------------------------------------------------
Tue Apr 29 18:00:21 CEST 2014 - guillaume.gardet@oliseo.fr
- Re-eanble ARM kernel in config.conf file and update all ARM configs:
* config/arm64/default:
- Add SATA/PATA support
- Add voltage and regulator support
* config/armv6hl/default:
- Add external I2C controllers
- Add usermode SPI driver
* config/armv7hl/default:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra support with MFD_NVEC and KEYBOARD_TEGRA
- Add OMAP4 video input support
- Add IR receiver
- Add iMX HDMI support
- Add Serial support for Tegra SoC
* config/armv7hl/exynos:
- Trivial update
* config/armv7hl/lpae:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Remove unused Terga20/Tegra30 SPI support
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra supprt with MFD_NVEC and KEYBOARD_TEGRA
- Add IR receiver
- Add iMX HDMI support
- commit fcd7b3d
-------------------------------------------------------------------
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
- Update to 3.15-rc3.
- commit 62b5593
-------------------------------------------------------------------
Tue Apr 29 17:25:05 CEST 2014 - jeffm@suse.com
- config: sync PCI changes to s390x/vanilla
- commit 807a685
-------------------------------------------------------------------
Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
- Update arm config files: Enable all USB-to-serial drivers
Specifically, enable USB_SERIAL_WISHBONE, USB_SERIAL_MXUPORT and
USB_SERIAL_QT2 on all arm flavors.
- commit 589f44f
-------------------------------------------------------------------
Tue Apr 29 14:34:53 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: Disabled 3 unneeded drivers
Align the arm64 config file with the rest of the config files:
CONFIG_ATMEL_SSC is not set
CONFIG_FB_TMIO is not set
CONFIG_FB_GOLDFISH is not set
- commit aaf60ce
-------------------------------------------------------------------
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de
- Update config files: Enable CONFIG_USB_SERIAL_SIMPLE
This is a unified driver replacing several drivers we were shipping
so far, so we should ship it too.
- commit 0d558c9
-------------------------------------------------------------------
Tue Apr 29 12:13:23 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on x86_64 (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 8f9c4ac
-------------------------------------------------------------------
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
- unwind: remove check for vdso32 compat range.
This fixes a build failure introduced in 3.15-rc1.
- commit 66cfb7b
-------------------------------------------------------------------
Mon Apr 28 13:12:23 CEST 2014 - mmarek@suse.cz
@ -118,6 +536,146 @@ Mon Apr 28 10:43:14 CEST 2014 - mmarek@suse.cz
- rpm/kernel-obs-qa.spec.in: Use per-flavor path for the logfile
- commit 717e968
-------------------------------------------------------------------
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

View File

@ -17,7 +17,7 @@
# needsrootforbuild
%define patchversion 3.14.5
%define patchversion 3.15.0
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -36,11 +36,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Basic QA tests for the kernel
License: GPL-2.0
Group: SLES
Version: 3.14.5
Version: 3.15.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%else
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%endif
%description

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Tue Jun 10 13:53:14 CEST 2014 - jbeulich@suse.com
- swiotlb: don't assume PA 0 is invalid (bnc#865882).
- Update Xen patches to 3.15 final.
- Update x86-64 Xen config files.
- commit 0a9fc1a
-------------------------------------------------------------------
Tue Jun 10 09:50:42 CEST 2014 - jslaby@suse.cz
- Update config files.
Disable the reverted CONFIG_ACPI_PROCFS_POWER. Nobody seems to
complain, so do not enable it.
- commit 0592a75
-------------------------------------------------------------------
Tue Jun 10 09:10:51 CEST 2014 - jslaby@suse.cz
- Linux 3.14.6 (bnc#880613).
- Delete
patches.drivers/ALSA-hda-Fix-onboard-audio-on-Intel-H97-Z97-chipsets.
- commit f0d0e23
-------------------------------------------------------------------
Mon Jun 9 21:50:14 CEST 2014 - jeffm@suse.de
- Update to 3.15.
- commit 91a9a36
-------------------------------------------------------------------
Thu Jun 5 18:13:28 CEST 2014 - mmarek@suse.cz
- rpm/package-descriptions: kernel-vmi is gone
- rpm/mkspec: Obsolete $flavor-{devel,extra} $flavor-base is obsolete
(bnc#881490)
- rpm/kernel-module-subpackage: Obsolete -trace KMPs (bnc#881490)
- rpm/old-flavors: Obsolete also kernel-trace-base (bnc#881490)
- commit 38d4d09
-------------------------------------------------------------------
Thu Jun 5 15:42:57 CEST 2014 - mmarek@suse.cz
@ -16,12 +56,35 @@ Wed Jun 4 08:46:14 CEST 2014 - jslaby@suse.cz
- Linux 3.14.5.
- commit 3ee48e0
-------------------------------------------------------------------
Mon Jun 2 17:56:13 CEST 2014 - tiwai@suse.de
- usb: musb: tusb6010: Use musb->tusb_revision instead of
tusb_get_revision call (bnc#872715).
- usb: musb: tusb6010: Add tusb_revision to struct musb to store
the revision (bnc#872715).
- commit 6141be1
-------------------------------------------------------------------
Mon Jun 2 14:34:56 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc8.
- commit 93f605c
-------------------------------------------------------------------
Mon Jun 2 13:07:44 CEST 2014 - mmarek@suse.cz
- Obsolete kernel-trace by kernel-default
- commit 1eb3f59
-------------------------------------------------------------------
Mon Jun 2 09:48:07 CEST 2014 - jdelvare@suse.de
- Update config files: Disable CONFIG_XO15_EBOOK
The xo15-ebook driver is useless without the rest of OLPC support. So
I left it enabled only in i386/default and i386/vanilla.
- commit 9694fd3
-------------------------------------------------------------------
Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
@ -29,6 +92,230 @@ Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
(bnc#880613).
- commit 0de0f93
-------------------------------------------------------------------
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
- Update config files: Disable gpio-fan and ntc_thermistor drivers
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
architectures where they are not used.
- commit 96f5b60
-------------------------------------------------------------------
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc7.
- commit f8382bf
-------------------------------------------------------------------
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc7.
- Eliminated 1 patch.
- Config changes:
- CX_ECAT=m (default n) for i386/x86_64
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
This may need to be revisited if the hardware extends to different
architectures (ARM, probably).
- SENSORS_NTC_THERMISTOR=m (default n)
- Sensor chip that could be found essentially anywhere.
- commit e9c45a3
-------------------------------------------------------------------
Mon May 26 18:56:29 CEST 2014 - ddiss@suse.de
- cifs: fix client guid reuse logic
Client guid reuse across multiple protocol versions causes mount
failures against Windows 2012 servers (bnc#879932).
- patches.fixes/cifs-Set-client-guid-on-per-connection-basis.patch
- patches.fixes/cifs-Do-not-send-ClientGUID-on-SMB2.02-dialect.patch
- commit 289f0e9
-------------------------------------------------------------------
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
- config: sync vanilla configs for 3.15-rc6.
- commit acf7dab
-------------------------------------------------------------------
Fri May 23 15:13:50 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc6.
- Config changes:
- ACPI_PROCFS_POWER=y (default n)
- Should eventually be =n once userspace tools have been audited.
- commit d2be7e3
-------------------------------------------------------------------
Fri May 23 14:37:40 CEST 2014 - jdelvare@suse.de
- Update ppc config files: Disable SH_MOBILE media drivers
These are useless on PowerPC.
- commit cacd723
-------------------------------------------------------------------
Fri May 23 12:37:24 CEST 2014 - ddiss@suse.de
- Update config files: enable CONFIG_CIFS_SMB2
cifs.ko is currently built with support for the base SMB1/CIFS dialect
only. SMB1/CIFS support can be disabled in Windows 8.1 and Windows
Server 2012 R2, and is completely unsupported with the Microsoft Azure
File service, leaving cifs.ko users unable to access files on such
servers without this change (fate#317480).
- commit 837860b
-------------------------------------------------------------------
Fri May 23 11:27:56 CEST 2014 - jdelvare@suse.de
- Update config files: Disable remaining R-CAR drivers
These drivers are useless except on arm/shmobile.
- commit 2dd69e8
-------------------------------------------------------------------
Wed May 21 19:34:45 CEST 2014 - jdelvare@suse.de
- Fix a typo in config/ppc/vanilla, sorry
- commit cc68f12
-------------------------------------------------------------------
Wed May 21 19:18:25 CEST 2014 - jdelvare@suse.de
- Update config files: Disable unused RTC platform drivers
- commit 85c0b8b
-------------------------------------------------------------------
Wed May 21 15:48:03 CEST 2014 - jdelvare@suse.de
- Update config files: Disable the rtc-moxart driver
This driver is only needed on Moxa ART systems, which we do not
support.
- commit 9939e8f
-------------------------------------------------------------------
Tue May 20 15:14:35 CEST 2014 - jbeulich@suse.com
- supported.conf: Take care of a few driver renames/splits/etc.
- commit ed5e591
-------------------------------------------------------------------
Tue May 20 08:21:20 CEST 2014 - jbeulich@suse.com
- Update Xen config files: Set compatibility level back to 4.1
(bnc#851338).
- commit 22da852
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
- Update config files: Disable all EG20T drivers except on i386
EG20T (aka Topcliff PCH) is a chipset for 32-bit x86 processors, so
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
- Update arm64 config file to fix the build
- commit beb76a8
-------------------------------------------------------------------
Fri May 16 12:46:15 CEST 2014 - afaerber@suse.de
- config: armv6hl: Update config to 3.15-rc5
- commit 15546e3
-------------------------------------------------------------------
Fri May 16 12:46:14 CEST 2014 - afaerber@suse.de
- config: armv7hl: Update configs to 3.15-rc5
- commit de0d16f
-------------------------------------------------------------------
Thu May 15 18:23:06 CEST 2014 - jdelvare@suse.de
- Update armv7hl/lpae config file: Enable SERIAL_TEGRA
Despite what the Kconfig text says, the serial-tegra driver works on
all Tegra platforms.
- commit 222a09f
-------------------------------------------------------------------
Thu May 15 17:39:27 CEST 2014 - jdelvare@suse.de
- Update ppc64le config files: Disable DA903x support completely
It makes no sense to support some sub-drivers and not the rest.
- commit 269e033
-------------------------------------------------------------------
Thu May 15 17:02:27 CEST 2014 - duwe@suse.de
- Update config files:
i386/x86_64/ppc64/ppc64le disable:
timeriomem-rng
pwm-pca9685
unsupported RTC drivers
ssd1307fb/da903x_bl
- commit 7725871
-------------------------------------------------------------------
Wed May 14 18:41:03 CEST 2014 - afaerber@suse.de
- config: arm64: Update config for 3.15
- commit 2d96bf1
-------------------------------------------------------------------
Wed May 14 12:01:16 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc5.
- privcmd: actually batch hypercalls for batch ioctls.
- Refresh patches.xen/xen-blkfront-indirect (bnc#876786).
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- commit 9ebd57d
-------------------------------------------------------------------
Wed May 14 11:47:08 CEST 2014 - jbeulich@suse.com
- Refresh patches.suse/stack-unwind (dump_trace_unwind() can be static).
- commit 47a05b6
-------------------------------------------------------------------
Tue May 13 18:16:15 CEST 2014 - jdelvare@suse.de
- Update ec2 config files: Disable CAN support
It was enabled by accident.
- commit 4f49dd9
-------------------------------------------------------------------
Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
@ -38,11 +325,18 @@ Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
- commit bebeb6f
-------------------------------------------------------------------
Tue May 13 08:44:43 CEST 2014 - jbeulich@suse.com
- patches.suse/stack-unwind: Drop bogus (redundant) asmlinkage from
unwind_init_running() definition.
- commit d2673c3
-------------------------------------------------------------------
Mon May 12 18:45:00 CEST 2014 - tiwai@suse.de
- pvpanic: Set high notifier priority (bnc#875220).
- commit 07d82b6
- commit da0842c
-------------------------------------------------------------------
Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
@ -51,6 +345,15 @@ Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
with 0 fbs (bnc#875687).
- commit b8d699a
-------------------------------------------------------------------
Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc5.
- Eliminated 2 patches.
- Config changes:
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
@ -64,6 +367,15 @@ Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Package .vmlinuz-*.hmac as well
- commit 3375bd7
-------------------------------------------------------------------
Wed May 7 14:48:12 CEST 2014 - jdelvare@suse.de
- Update x86 config files: Disable unused CAN drivers
Disable platform, grcan and tscan1 CAN drivers. Disable ISA and EG20T
CAN drivers on x86_64. These are believed to be useless, and will
only be enabled upon explicit request.
- commit dab25a2
-------------------------------------------------------------------
Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
@ -71,6 +383,12 @@ Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
Also, get rid of the comparison of the base and devel filelist.
- commit f1e303f
-------------------------------------------------------------------
Wed May 7 12:02:52 CEST 2014 - tiwai@suse.de
- ALSA: hda - Add dock pin setups for Thinkpad T440 (bnc#876699).
- commit efc8676
-------------------------------------------------------------------
Wed May 7 12:00:14 CEST 2014 - tiwai@suse.de
@ -99,6 +417,21 @@ Tue May 6 17:29:41 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Simplify filelist for files in /boot
- commit ef040ff
-------------------------------------------------------------------
Mon May 5 13:42:10 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on i586 as well (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 403ada2
-------------------------------------------------------------------
Mon May 5 12:33:08 CEST 2014 - jslaby@suse.cz
- Refresh
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
Add commit SHA
- commit 4f0c42a
-------------------------------------------------------------------
Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
@ -106,6 +439,91 @@ Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
(bnc#871252 bnc#875690 CVE-2014-0196).
- commit e72b790
-------------------------------------------------------------------
Tue Apr 29 18:00:21 CEST 2014 - guillaume.gardet@oliseo.fr
- Re-eanble ARM kernel in config.conf file and update all ARM configs:
* config/arm64/default:
- Add SATA/PATA support
- Add voltage and regulator support
* config/armv6hl/default:
- Add external I2C controllers
- Add usermode SPI driver
* config/armv7hl/default:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra support with MFD_NVEC and KEYBOARD_TEGRA
- Add OMAP4 video input support
- Add IR receiver
- Add iMX HDMI support
- Add Serial support for Tegra SoC
* config/armv7hl/exynos:
- Trivial update
* config/armv7hl/lpae:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Remove unused Terga20/Tegra30 SPI support
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra supprt with MFD_NVEC and KEYBOARD_TEGRA
- Add IR receiver
- Add iMX HDMI support
- commit fcd7b3d
-------------------------------------------------------------------
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
- Update to 3.15-rc3.
- commit 62b5593
-------------------------------------------------------------------
Tue Apr 29 17:25:05 CEST 2014 - jeffm@suse.com
- config: sync PCI changes to s390x/vanilla
- commit 807a685
-------------------------------------------------------------------
Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
- Update arm config files: Enable all USB-to-serial drivers
Specifically, enable USB_SERIAL_WISHBONE, USB_SERIAL_MXUPORT and
USB_SERIAL_QT2 on all arm flavors.
- commit 589f44f
-------------------------------------------------------------------
Tue Apr 29 14:34:53 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: Disabled 3 unneeded drivers
Align the arm64 config file with the rest of the config files:
CONFIG_ATMEL_SSC is not set
CONFIG_FB_TMIO is not set
CONFIG_FB_GOLDFISH is not set
- commit aaf60ce
-------------------------------------------------------------------
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de
- Update config files: Enable CONFIG_USB_SERIAL_SIMPLE
This is a unified driver replacing several drivers we were shipping
so far, so we should ship it too.
- commit 0d558c9
-------------------------------------------------------------------
Tue Apr 29 12:13:23 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on x86_64 (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 8f9c4ac
-------------------------------------------------------------------
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
- unwind: remove check for vdso32 compat range.
This fixes a build failure introduced in 3.15-rc1.
- commit 66cfb7b
-------------------------------------------------------------------
Mon Apr 28 13:12:23 CEST 2014 - mmarek@suse.cz
@ -118,6 +536,146 @@ Mon Apr 28 10:43:14 CEST 2014 - mmarek@suse.cz
- rpm/kernel-obs-qa.spec.in: Use per-flavor path for the logfile
- commit 717e968
-------------------------------------------------------------------
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

View File

@ -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.5
%define srcversion 3.15
%define patchversion 3.15.0
%define variant %{nil}
%define vanilla_only 0
@ -59,11 +59,11 @@ Name: kernel-pae
Summary: Kernel with PAE Support
License: GPL-2.0
Group: System/Kernel
Version: 3.14.5
Version: 3.15.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%else
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%endif
Url: http://www.kernel.org/
BuildRequires: bc
@ -1015,6 +1015,10 @@ Requires(pre): coreutils awk
Requires(post): modutils
Requires(post): perl-Bootloader
Requires(post): mkinitrd
%ifarch %ix86
Provides: kernel-vmi-extra = 2.6.38
Obsoletes: kernel-vmi-extra <= 2.6.38
%endif
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
@ -1072,6 +1076,10 @@ Provides: %name-devel = %version-%source_rel
Provides: multiversion(kernel)
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
%ifarch %ix86
Provides: kernel-vmi-devel = 2.6.38
Obsoletes: kernel-vmi-devel <= 2.6.38
%endif
PreReq: coreutils
%description devel

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Tue Jun 10 13:53:14 CEST 2014 - jbeulich@suse.com
- swiotlb: don't assume PA 0 is invalid (bnc#865882).
- Update Xen patches to 3.15 final.
- Update x86-64 Xen config files.
- commit 0a9fc1a
-------------------------------------------------------------------
Tue Jun 10 09:50:42 CEST 2014 - jslaby@suse.cz
- Update config files.
Disable the reverted CONFIG_ACPI_PROCFS_POWER. Nobody seems to
complain, so do not enable it.
- commit 0592a75
-------------------------------------------------------------------
Tue Jun 10 09:10:51 CEST 2014 - jslaby@suse.cz
- Linux 3.14.6 (bnc#880613).
- Delete
patches.drivers/ALSA-hda-Fix-onboard-audio-on-Intel-H97-Z97-chipsets.
- commit f0d0e23
-------------------------------------------------------------------
Mon Jun 9 21:50:14 CEST 2014 - jeffm@suse.de
- Update to 3.15.
- commit 91a9a36
-------------------------------------------------------------------
Thu Jun 5 18:13:28 CEST 2014 - mmarek@suse.cz
- rpm/package-descriptions: kernel-vmi is gone
- rpm/mkspec: Obsolete $flavor-{devel,extra} $flavor-base is obsolete
(bnc#881490)
- rpm/kernel-module-subpackage: Obsolete -trace KMPs (bnc#881490)
- rpm/old-flavors: Obsolete also kernel-trace-base (bnc#881490)
- commit 38d4d09
-------------------------------------------------------------------
Thu Jun 5 15:42:57 CEST 2014 - mmarek@suse.cz
@ -16,12 +56,35 @@ Wed Jun 4 08:46:14 CEST 2014 - jslaby@suse.cz
- Linux 3.14.5.
- commit 3ee48e0
-------------------------------------------------------------------
Mon Jun 2 17:56:13 CEST 2014 - tiwai@suse.de
- usb: musb: tusb6010: Use musb->tusb_revision instead of
tusb_get_revision call (bnc#872715).
- usb: musb: tusb6010: Add tusb_revision to struct musb to store
the revision (bnc#872715).
- commit 6141be1
-------------------------------------------------------------------
Mon Jun 2 14:34:56 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc8.
- commit 93f605c
-------------------------------------------------------------------
Mon Jun 2 13:07:44 CEST 2014 - mmarek@suse.cz
- Obsolete kernel-trace by kernel-default
- commit 1eb3f59
-------------------------------------------------------------------
Mon Jun 2 09:48:07 CEST 2014 - jdelvare@suse.de
- Update config files: Disable CONFIG_XO15_EBOOK
The xo15-ebook driver is useless without the rest of OLPC support. So
I left it enabled only in i386/default and i386/vanilla.
- commit 9694fd3
-------------------------------------------------------------------
Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
@ -29,6 +92,230 @@ Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
(bnc#880613).
- commit 0de0f93
-------------------------------------------------------------------
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
- Update config files: Disable gpio-fan and ntc_thermistor drivers
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
architectures where they are not used.
- commit 96f5b60
-------------------------------------------------------------------
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc7.
- commit f8382bf
-------------------------------------------------------------------
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc7.
- Eliminated 1 patch.
- Config changes:
- CX_ECAT=m (default n) for i386/x86_64
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
This may need to be revisited if the hardware extends to different
architectures (ARM, probably).
- SENSORS_NTC_THERMISTOR=m (default n)
- Sensor chip that could be found essentially anywhere.
- commit e9c45a3
-------------------------------------------------------------------
Mon May 26 18:56:29 CEST 2014 - ddiss@suse.de
- cifs: fix client guid reuse logic
Client guid reuse across multiple protocol versions causes mount
failures against Windows 2012 servers (bnc#879932).
- patches.fixes/cifs-Set-client-guid-on-per-connection-basis.patch
- patches.fixes/cifs-Do-not-send-ClientGUID-on-SMB2.02-dialect.patch
- commit 289f0e9
-------------------------------------------------------------------
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
- config: sync vanilla configs for 3.15-rc6.
- commit acf7dab
-------------------------------------------------------------------
Fri May 23 15:13:50 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc6.
- Config changes:
- ACPI_PROCFS_POWER=y (default n)
- Should eventually be =n once userspace tools have been audited.
- commit d2be7e3
-------------------------------------------------------------------
Fri May 23 14:37:40 CEST 2014 - jdelvare@suse.de
- Update ppc config files: Disable SH_MOBILE media drivers
These are useless on PowerPC.
- commit cacd723
-------------------------------------------------------------------
Fri May 23 12:37:24 CEST 2014 - ddiss@suse.de
- Update config files: enable CONFIG_CIFS_SMB2
cifs.ko is currently built with support for the base SMB1/CIFS dialect
only. SMB1/CIFS support can be disabled in Windows 8.1 and Windows
Server 2012 R2, and is completely unsupported with the Microsoft Azure
File service, leaving cifs.ko users unable to access files on such
servers without this change (fate#317480).
- commit 837860b
-------------------------------------------------------------------
Fri May 23 11:27:56 CEST 2014 - jdelvare@suse.de
- Update config files: Disable remaining R-CAR drivers
These drivers are useless except on arm/shmobile.
- commit 2dd69e8
-------------------------------------------------------------------
Wed May 21 19:34:45 CEST 2014 - jdelvare@suse.de
- Fix a typo in config/ppc/vanilla, sorry
- commit cc68f12
-------------------------------------------------------------------
Wed May 21 19:18:25 CEST 2014 - jdelvare@suse.de
- Update config files: Disable unused RTC platform drivers
- commit 85c0b8b
-------------------------------------------------------------------
Wed May 21 15:48:03 CEST 2014 - jdelvare@suse.de
- Update config files: Disable the rtc-moxart driver
This driver is only needed on Moxa ART systems, which we do not
support.
- commit 9939e8f
-------------------------------------------------------------------
Tue May 20 15:14:35 CEST 2014 - jbeulich@suse.com
- supported.conf: Take care of a few driver renames/splits/etc.
- commit ed5e591
-------------------------------------------------------------------
Tue May 20 08:21:20 CEST 2014 - jbeulich@suse.com
- Update Xen config files: Set compatibility level back to 4.1
(bnc#851338).
- commit 22da852
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
- Update config files: Disable all EG20T drivers except on i386
EG20T (aka Topcliff PCH) is a chipset for 32-bit x86 processors, so
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
- Update arm64 config file to fix the build
- commit beb76a8
-------------------------------------------------------------------
Fri May 16 12:46:15 CEST 2014 - afaerber@suse.de
- config: armv6hl: Update config to 3.15-rc5
- commit 15546e3
-------------------------------------------------------------------
Fri May 16 12:46:14 CEST 2014 - afaerber@suse.de
- config: armv7hl: Update configs to 3.15-rc5
- commit de0d16f
-------------------------------------------------------------------
Thu May 15 18:23:06 CEST 2014 - jdelvare@suse.de
- Update armv7hl/lpae config file: Enable SERIAL_TEGRA
Despite what the Kconfig text says, the serial-tegra driver works on
all Tegra platforms.
- commit 222a09f
-------------------------------------------------------------------
Thu May 15 17:39:27 CEST 2014 - jdelvare@suse.de
- Update ppc64le config files: Disable DA903x support completely
It makes no sense to support some sub-drivers and not the rest.
- commit 269e033
-------------------------------------------------------------------
Thu May 15 17:02:27 CEST 2014 - duwe@suse.de
- Update config files:
i386/x86_64/ppc64/ppc64le disable:
timeriomem-rng
pwm-pca9685
unsupported RTC drivers
ssd1307fb/da903x_bl
- commit 7725871
-------------------------------------------------------------------
Wed May 14 18:41:03 CEST 2014 - afaerber@suse.de
- config: arm64: Update config for 3.15
- commit 2d96bf1
-------------------------------------------------------------------
Wed May 14 12:01:16 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc5.
- privcmd: actually batch hypercalls for batch ioctls.
- Refresh patches.xen/xen-blkfront-indirect (bnc#876786).
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- commit 9ebd57d
-------------------------------------------------------------------
Wed May 14 11:47:08 CEST 2014 - jbeulich@suse.com
- Refresh patches.suse/stack-unwind (dump_trace_unwind() can be static).
- commit 47a05b6
-------------------------------------------------------------------
Tue May 13 18:16:15 CEST 2014 - jdelvare@suse.de
- Update ec2 config files: Disable CAN support
It was enabled by accident.
- commit 4f49dd9
-------------------------------------------------------------------
Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
@ -38,11 +325,18 @@ Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
- commit bebeb6f
-------------------------------------------------------------------
Tue May 13 08:44:43 CEST 2014 - jbeulich@suse.com
- patches.suse/stack-unwind: Drop bogus (redundant) asmlinkage from
unwind_init_running() definition.
- commit d2673c3
-------------------------------------------------------------------
Mon May 12 18:45:00 CEST 2014 - tiwai@suse.de
- pvpanic: Set high notifier priority (bnc#875220).
- commit 07d82b6
- commit da0842c
-------------------------------------------------------------------
Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
@ -51,6 +345,15 @@ Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
with 0 fbs (bnc#875687).
- commit b8d699a
-------------------------------------------------------------------
Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc5.
- Eliminated 2 patches.
- Config changes:
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
@ -64,6 +367,15 @@ Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Package .vmlinuz-*.hmac as well
- commit 3375bd7
-------------------------------------------------------------------
Wed May 7 14:48:12 CEST 2014 - jdelvare@suse.de
- Update x86 config files: Disable unused CAN drivers
Disable platform, grcan and tscan1 CAN drivers. Disable ISA and EG20T
CAN drivers on x86_64. These are believed to be useless, and will
only be enabled upon explicit request.
- commit dab25a2
-------------------------------------------------------------------
Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
@ -71,6 +383,12 @@ Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
Also, get rid of the comparison of the base and devel filelist.
- commit f1e303f
-------------------------------------------------------------------
Wed May 7 12:02:52 CEST 2014 - tiwai@suse.de
- ALSA: hda - Add dock pin setups for Thinkpad T440 (bnc#876699).
- commit efc8676
-------------------------------------------------------------------
Wed May 7 12:00:14 CEST 2014 - tiwai@suse.de
@ -99,6 +417,21 @@ Tue May 6 17:29:41 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Simplify filelist for files in /boot
- commit ef040ff
-------------------------------------------------------------------
Mon May 5 13:42:10 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on i586 as well (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 403ada2
-------------------------------------------------------------------
Mon May 5 12:33:08 CEST 2014 - jslaby@suse.cz
- Refresh
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
Add commit SHA
- commit 4f0c42a
-------------------------------------------------------------------
Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
@ -106,6 +439,91 @@ Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
(bnc#871252 bnc#875690 CVE-2014-0196).
- commit e72b790
-------------------------------------------------------------------
Tue Apr 29 18:00:21 CEST 2014 - guillaume.gardet@oliseo.fr
- Re-eanble ARM kernel in config.conf file and update all ARM configs:
* config/arm64/default:
- Add SATA/PATA support
- Add voltage and regulator support
* config/armv6hl/default:
- Add external I2C controllers
- Add usermode SPI driver
* config/armv7hl/default:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra support with MFD_NVEC and KEYBOARD_TEGRA
- Add OMAP4 video input support
- Add IR receiver
- Add iMX HDMI support
- Add Serial support for Tegra SoC
* config/armv7hl/exynos:
- Trivial update
* config/armv7hl/lpae:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Remove unused Terga20/Tegra30 SPI support
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra supprt with MFD_NVEC and KEYBOARD_TEGRA
- Add IR receiver
- Add iMX HDMI support
- commit fcd7b3d
-------------------------------------------------------------------
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
- Update to 3.15-rc3.
- commit 62b5593
-------------------------------------------------------------------
Tue Apr 29 17:25:05 CEST 2014 - jeffm@suse.com
- config: sync PCI changes to s390x/vanilla
- commit 807a685
-------------------------------------------------------------------
Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
- Update arm config files: Enable all USB-to-serial drivers
Specifically, enable USB_SERIAL_WISHBONE, USB_SERIAL_MXUPORT and
USB_SERIAL_QT2 on all arm flavors.
- commit 589f44f
-------------------------------------------------------------------
Tue Apr 29 14:34:53 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: Disabled 3 unneeded drivers
Align the arm64 config file with the rest of the config files:
CONFIG_ATMEL_SSC is not set
CONFIG_FB_TMIO is not set
CONFIG_FB_GOLDFISH is not set
- commit aaf60ce
-------------------------------------------------------------------
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de
- Update config files: Enable CONFIG_USB_SERIAL_SIMPLE
This is a unified driver replacing several drivers we were shipping
so far, so we should ship it too.
- commit 0d558c9
-------------------------------------------------------------------
Tue Apr 29 12:13:23 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on x86_64 (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 8f9c4ac
-------------------------------------------------------------------
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
- unwind: remove check for vdso32 compat range.
This fixes a build failure introduced in 3.15-rc1.
- commit 66cfb7b
-------------------------------------------------------------------
Mon Apr 28 13:12:23 CEST 2014 - mmarek@suse.cz
@ -118,6 +536,146 @@ Mon Apr 28 10:43:14 CEST 2014 - mmarek@suse.cz
- rpm/kernel-obs-qa.spec.in: Use per-flavor path for the logfile
- commit 717e968
-------------------------------------------------------------------
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

View File

@ -17,8 +17,8 @@
# icecream 0
%define srcversion 3.14
%define patchversion 3.14.5
%define srcversion 3.15
%define patchversion 3.15.0
%define variant %{nil}
%define vanilla_only 0
@ -30,11 +30,11 @@ Name: kernel-source
Summary: The Linux Kernel Sources
License: GPL-2.0
Group: Development/Sources
Version: 3.14.5
Version: 3.15.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%else
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%endif
Url: http://www.kernel.org/
AutoReqProv: off

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Tue Jun 10 13:53:14 CEST 2014 - jbeulich@suse.com
- swiotlb: don't assume PA 0 is invalid (bnc#865882).
- Update Xen patches to 3.15 final.
- Update x86-64 Xen config files.
- commit 0a9fc1a
-------------------------------------------------------------------
Tue Jun 10 09:50:42 CEST 2014 - jslaby@suse.cz
- Update config files.
Disable the reverted CONFIG_ACPI_PROCFS_POWER. Nobody seems to
complain, so do not enable it.
- commit 0592a75
-------------------------------------------------------------------
Tue Jun 10 09:10:51 CEST 2014 - jslaby@suse.cz
- Linux 3.14.6 (bnc#880613).
- Delete
patches.drivers/ALSA-hda-Fix-onboard-audio-on-Intel-H97-Z97-chipsets.
- commit f0d0e23
-------------------------------------------------------------------
Mon Jun 9 21:50:14 CEST 2014 - jeffm@suse.de
- Update to 3.15.
- commit 91a9a36
-------------------------------------------------------------------
Thu Jun 5 18:13:28 CEST 2014 - mmarek@suse.cz
- rpm/package-descriptions: kernel-vmi is gone
- rpm/mkspec: Obsolete $flavor-{devel,extra} $flavor-base is obsolete
(bnc#881490)
- rpm/kernel-module-subpackage: Obsolete -trace KMPs (bnc#881490)
- rpm/old-flavors: Obsolete also kernel-trace-base (bnc#881490)
- commit 38d4d09
-------------------------------------------------------------------
Thu Jun 5 15:42:57 CEST 2014 - mmarek@suse.cz
@ -16,12 +56,35 @@ Wed Jun 4 08:46:14 CEST 2014 - jslaby@suse.cz
- Linux 3.14.5.
- commit 3ee48e0
-------------------------------------------------------------------
Mon Jun 2 17:56:13 CEST 2014 - tiwai@suse.de
- usb: musb: tusb6010: Use musb->tusb_revision instead of
tusb_get_revision call (bnc#872715).
- usb: musb: tusb6010: Add tusb_revision to struct musb to store
the revision (bnc#872715).
- commit 6141be1
-------------------------------------------------------------------
Mon Jun 2 14:34:56 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc8.
- commit 93f605c
-------------------------------------------------------------------
Mon Jun 2 13:07:44 CEST 2014 - mmarek@suse.cz
- Obsolete kernel-trace by kernel-default
- commit 1eb3f59
-------------------------------------------------------------------
Mon Jun 2 09:48:07 CEST 2014 - jdelvare@suse.de
- Update config files: Disable CONFIG_XO15_EBOOK
The xo15-ebook driver is useless without the rest of OLPC support. So
I left it enabled only in i386/default and i386/vanilla.
- commit 9694fd3
-------------------------------------------------------------------
Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
@ -29,6 +92,230 @@ Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
(bnc#880613).
- commit 0de0f93
-------------------------------------------------------------------
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
- Update config files: Disable gpio-fan and ntc_thermistor drivers
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
architectures where they are not used.
- commit 96f5b60
-------------------------------------------------------------------
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc7.
- commit f8382bf
-------------------------------------------------------------------
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc7.
- Eliminated 1 patch.
- Config changes:
- CX_ECAT=m (default n) for i386/x86_64
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
This may need to be revisited if the hardware extends to different
architectures (ARM, probably).
- SENSORS_NTC_THERMISTOR=m (default n)
- Sensor chip that could be found essentially anywhere.
- commit e9c45a3
-------------------------------------------------------------------
Mon May 26 18:56:29 CEST 2014 - ddiss@suse.de
- cifs: fix client guid reuse logic
Client guid reuse across multiple protocol versions causes mount
failures against Windows 2012 servers (bnc#879932).
- patches.fixes/cifs-Set-client-guid-on-per-connection-basis.patch
- patches.fixes/cifs-Do-not-send-ClientGUID-on-SMB2.02-dialect.patch
- commit 289f0e9
-------------------------------------------------------------------
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
- config: sync vanilla configs for 3.15-rc6.
- commit acf7dab
-------------------------------------------------------------------
Fri May 23 15:13:50 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc6.
- Config changes:
- ACPI_PROCFS_POWER=y (default n)
- Should eventually be =n once userspace tools have been audited.
- commit d2be7e3
-------------------------------------------------------------------
Fri May 23 14:37:40 CEST 2014 - jdelvare@suse.de
- Update ppc config files: Disable SH_MOBILE media drivers
These are useless on PowerPC.
- commit cacd723
-------------------------------------------------------------------
Fri May 23 12:37:24 CEST 2014 - ddiss@suse.de
- Update config files: enable CONFIG_CIFS_SMB2
cifs.ko is currently built with support for the base SMB1/CIFS dialect
only. SMB1/CIFS support can be disabled in Windows 8.1 and Windows
Server 2012 R2, and is completely unsupported with the Microsoft Azure
File service, leaving cifs.ko users unable to access files on such
servers without this change (fate#317480).
- commit 837860b
-------------------------------------------------------------------
Fri May 23 11:27:56 CEST 2014 - jdelvare@suse.de
- Update config files: Disable remaining R-CAR drivers
These drivers are useless except on arm/shmobile.
- commit 2dd69e8
-------------------------------------------------------------------
Wed May 21 19:34:45 CEST 2014 - jdelvare@suse.de
- Fix a typo in config/ppc/vanilla, sorry
- commit cc68f12
-------------------------------------------------------------------
Wed May 21 19:18:25 CEST 2014 - jdelvare@suse.de
- Update config files: Disable unused RTC platform drivers
- commit 85c0b8b
-------------------------------------------------------------------
Wed May 21 15:48:03 CEST 2014 - jdelvare@suse.de
- Update config files: Disable the rtc-moxart driver
This driver is only needed on Moxa ART systems, which we do not
support.
- commit 9939e8f
-------------------------------------------------------------------
Tue May 20 15:14:35 CEST 2014 - jbeulich@suse.com
- supported.conf: Take care of a few driver renames/splits/etc.
- commit ed5e591
-------------------------------------------------------------------
Tue May 20 08:21:20 CEST 2014 - jbeulich@suse.com
- Update Xen config files: Set compatibility level back to 4.1
(bnc#851338).
- commit 22da852
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
- Update config files: Disable all EG20T drivers except on i386
EG20T (aka Topcliff PCH) is a chipset for 32-bit x86 processors, so
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
- Update arm64 config file to fix the build
- commit beb76a8
-------------------------------------------------------------------
Fri May 16 12:46:15 CEST 2014 - afaerber@suse.de
- config: armv6hl: Update config to 3.15-rc5
- commit 15546e3
-------------------------------------------------------------------
Fri May 16 12:46:14 CEST 2014 - afaerber@suse.de
- config: armv7hl: Update configs to 3.15-rc5
- commit de0d16f
-------------------------------------------------------------------
Thu May 15 18:23:06 CEST 2014 - jdelvare@suse.de
- Update armv7hl/lpae config file: Enable SERIAL_TEGRA
Despite what the Kconfig text says, the serial-tegra driver works on
all Tegra platforms.
- commit 222a09f
-------------------------------------------------------------------
Thu May 15 17:39:27 CEST 2014 - jdelvare@suse.de
- Update ppc64le config files: Disable DA903x support completely
It makes no sense to support some sub-drivers and not the rest.
- commit 269e033
-------------------------------------------------------------------
Thu May 15 17:02:27 CEST 2014 - duwe@suse.de
- Update config files:
i386/x86_64/ppc64/ppc64le disable:
timeriomem-rng
pwm-pca9685
unsupported RTC drivers
ssd1307fb/da903x_bl
- commit 7725871
-------------------------------------------------------------------
Wed May 14 18:41:03 CEST 2014 - afaerber@suse.de
- config: arm64: Update config for 3.15
- commit 2d96bf1
-------------------------------------------------------------------
Wed May 14 12:01:16 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc5.
- privcmd: actually batch hypercalls for batch ioctls.
- Refresh patches.xen/xen-blkfront-indirect (bnc#876786).
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- commit 9ebd57d
-------------------------------------------------------------------
Wed May 14 11:47:08 CEST 2014 - jbeulich@suse.com
- Refresh patches.suse/stack-unwind (dump_trace_unwind() can be static).
- commit 47a05b6
-------------------------------------------------------------------
Tue May 13 18:16:15 CEST 2014 - jdelvare@suse.de
- Update ec2 config files: Disable CAN support
It was enabled by accident.
- commit 4f49dd9
-------------------------------------------------------------------
Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
@ -38,11 +325,18 @@ Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
- commit bebeb6f
-------------------------------------------------------------------
Tue May 13 08:44:43 CEST 2014 - jbeulich@suse.com
- patches.suse/stack-unwind: Drop bogus (redundant) asmlinkage from
unwind_init_running() definition.
- commit d2673c3
-------------------------------------------------------------------
Mon May 12 18:45:00 CEST 2014 - tiwai@suse.de
- pvpanic: Set high notifier priority (bnc#875220).
- commit 07d82b6
- commit da0842c
-------------------------------------------------------------------
Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
@ -51,6 +345,15 @@ Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
with 0 fbs (bnc#875687).
- commit b8d699a
-------------------------------------------------------------------
Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc5.
- Eliminated 2 patches.
- Config changes:
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
@ -64,6 +367,15 @@ Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Package .vmlinuz-*.hmac as well
- commit 3375bd7
-------------------------------------------------------------------
Wed May 7 14:48:12 CEST 2014 - jdelvare@suse.de
- Update x86 config files: Disable unused CAN drivers
Disable platform, grcan and tscan1 CAN drivers. Disable ISA and EG20T
CAN drivers on x86_64. These are believed to be useless, and will
only be enabled upon explicit request.
- commit dab25a2
-------------------------------------------------------------------
Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
@ -71,6 +383,12 @@ Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
Also, get rid of the comparison of the base and devel filelist.
- commit f1e303f
-------------------------------------------------------------------
Wed May 7 12:02:52 CEST 2014 - tiwai@suse.de
- ALSA: hda - Add dock pin setups for Thinkpad T440 (bnc#876699).
- commit efc8676
-------------------------------------------------------------------
Wed May 7 12:00:14 CEST 2014 - tiwai@suse.de
@ -99,6 +417,21 @@ Tue May 6 17:29:41 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Simplify filelist for files in /boot
- commit ef040ff
-------------------------------------------------------------------
Mon May 5 13:42:10 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on i586 as well (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 403ada2
-------------------------------------------------------------------
Mon May 5 12:33:08 CEST 2014 - jslaby@suse.cz
- Refresh
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
Add commit SHA
- commit 4f0c42a
-------------------------------------------------------------------
Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
@ -106,6 +439,91 @@ Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
(bnc#871252 bnc#875690 CVE-2014-0196).
- commit e72b790
-------------------------------------------------------------------
Tue Apr 29 18:00:21 CEST 2014 - guillaume.gardet@oliseo.fr
- Re-eanble ARM kernel in config.conf file and update all ARM configs:
* config/arm64/default:
- Add SATA/PATA support
- Add voltage and regulator support
* config/armv6hl/default:
- Add external I2C controllers
- Add usermode SPI driver
* config/armv7hl/default:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra support with MFD_NVEC and KEYBOARD_TEGRA
- Add OMAP4 video input support
- Add IR receiver
- Add iMX HDMI support
- Add Serial support for Tegra SoC
* config/armv7hl/exynos:
- Trivial update
* config/armv7hl/lpae:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Remove unused Terga20/Tegra30 SPI support
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra supprt with MFD_NVEC and KEYBOARD_TEGRA
- Add IR receiver
- Add iMX HDMI support
- commit fcd7b3d
-------------------------------------------------------------------
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
- Update to 3.15-rc3.
- commit 62b5593
-------------------------------------------------------------------
Tue Apr 29 17:25:05 CEST 2014 - jeffm@suse.com
- config: sync PCI changes to s390x/vanilla
- commit 807a685
-------------------------------------------------------------------
Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
- Update arm config files: Enable all USB-to-serial drivers
Specifically, enable USB_SERIAL_WISHBONE, USB_SERIAL_MXUPORT and
USB_SERIAL_QT2 on all arm flavors.
- commit 589f44f
-------------------------------------------------------------------
Tue Apr 29 14:34:53 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: Disabled 3 unneeded drivers
Align the arm64 config file with the rest of the config files:
CONFIG_ATMEL_SSC is not set
CONFIG_FB_TMIO is not set
CONFIG_FB_GOLDFISH is not set
- commit aaf60ce
-------------------------------------------------------------------
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de
- Update config files: Enable CONFIG_USB_SERIAL_SIMPLE
This is a unified driver replacing several drivers we were shipping
so far, so we should ship it too.
- commit 0d558c9
-------------------------------------------------------------------
Tue Apr 29 12:13:23 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on x86_64 (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 8f9c4ac
-------------------------------------------------------------------
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
- unwind: remove check for vdso32 compat range.
This fixes a build failure introduced in 3.15-rc1.
- commit 66cfb7b
-------------------------------------------------------------------
Mon Apr 28 13:12:23 CEST 2014 - mmarek@suse.cz
@ -118,6 +536,146 @@ Mon Apr 28 10:43:14 CEST 2014 - mmarek@suse.cz
- rpm/kernel-obs-qa.spec.in: Use per-flavor path for the logfile
- commit 717e968
-------------------------------------------------------------------
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

View File

@ -24,12 +24,12 @@ Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
License: GPL-2.0
Group: Development/Sources
Version: 3.14.5
Version: 3.15.0
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%else
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%endif
%else
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Tue Jun 10 13:53:14 CEST 2014 - jbeulich@suse.com
- swiotlb: don't assume PA 0 is invalid (bnc#865882).
- Update Xen patches to 3.15 final.
- Update x86-64 Xen config files.
- commit 0a9fc1a
-------------------------------------------------------------------
Tue Jun 10 09:50:42 CEST 2014 - jslaby@suse.cz
- Update config files.
Disable the reverted CONFIG_ACPI_PROCFS_POWER. Nobody seems to
complain, so do not enable it.
- commit 0592a75
-------------------------------------------------------------------
Tue Jun 10 09:10:51 CEST 2014 - jslaby@suse.cz
- Linux 3.14.6 (bnc#880613).
- Delete
patches.drivers/ALSA-hda-Fix-onboard-audio-on-Intel-H97-Z97-chipsets.
- commit f0d0e23
-------------------------------------------------------------------
Mon Jun 9 21:50:14 CEST 2014 - jeffm@suse.de
- Update to 3.15.
- commit 91a9a36
-------------------------------------------------------------------
Thu Jun 5 18:13:28 CEST 2014 - mmarek@suse.cz
- rpm/package-descriptions: kernel-vmi is gone
- rpm/mkspec: Obsolete $flavor-{devel,extra} $flavor-base is obsolete
(bnc#881490)
- rpm/kernel-module-subpackage: Obsolete -trace KMPs (bnc#881490)
- rpm/old-flavors: Obsolete also kernel-trace-base (bnc#881490)
- commit 38d4d09
-------------------------------------------------------------------
Thu Jun 5 15:42:57 CEST 2014 - mmarek@suse.cz
@ -16,12 +56,35 @@ Wed Jun 4 08:46:14 CEST 2014 - jslaby@suse.cz
- Linux 3.14.5.
- commit 3ee48e0
-------------------------------------------------------------------
Mon Jun 2 17:56:13 CEST 2014 - tiwai@suse.de
- usb: musb: tusb6010: Use musb->tusb_revision instead of
tusb_get_revision call (bnc#872715).
- usb: musb: tusb6010: Add tusb_revision to struct musb to store
the revision (bnc#872715).
- commit 6141be1
-------------------------------------------------------------------
Mon Jun 2 14:34:56 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc8.
- commit 93f605c
-------------------------------------------------------------------
Mon Jun 2 13:07:44 CEST 2014 - mmarek@suse.cz
- Obsolete kernel-trace by kernel-default
- commit 1eb3f59
-------------------------------------------------------------------
Mon Jun 2 09:48:07 CEST 2014 - jdelvare@suse.de
- Update config files: Disable CONFIG_XO15_EBOOK
The xo15-ebook driver is useless without the rest of OLPC support. So
I left it enabled only in i386/default and i386/vanilla.
- commit 9694fd3
-------------------------------------------------------------------
Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
@ -29,6 +92,230 @@ Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
(bnc#880613).
- commit 0de0f93
-------------------------------------------------------------------
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
- Update config files: Disable gpio-fan and ntc_thermistor drivers
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
architectures where they are not used.
- commit 96f5b60
-------------------------------------------------------------------
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc7.
- commit f8382bf
-------------------------------------------------------------------
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc7.
- Eliminated 1 patch.
- Config changes:
- CX_ECAT=m (default n) for i386/x86_64
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
This may need to be revisited if the hardware extends to different
architectures (ARM, probably).
- SENSORS_NTC_THERMISTOR=m (default n)
- Sensor chip that could be found essentially anywhere.
- commit e9c45a3
-------------------------------------------------------------------
Mon May 26 18:56:29 CEST 2014 - ddiss@suse.de
- cifs: fix client guid reuse logic
Client guid reuse across multiple protocol versions causes mount
failures against Windows 2012 servers (bnc#879932).
- patches.fixes/cifs-Set-client-guid-on-per-connection-basis.patch
- patches.fixes/cifs-Do-not-send-ClientGUID-on-SMB2.02-dialect.patch
- commit 289f0e9
-------------------------------------------------------------------
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
- config: sync vanilla configs for 3.15-rc6.
- commit acf7dab
-------------------------------------------------------------------
Fri May 23 15:13:50 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc6.
- Config changes:
- ACPI_PROCFS_POWER=y (default n)
- Should eventually be =n once userspace tools have been audited.
- commit d2be7e3
-------------------------------------------------------------------
Fri May 23 14:37:40 CEST 2014 - jdelvare@suse.de
- Update ppc config files: Disable SH_MOBILE media drivers
These are useless on PowerPC.
- commit cacd723
-------------------------------------------------------------------
Fri May 23 12:37:24 CEST 2014 - ddiss@suse.de
- Update config files: enable CONFIG_CIFS_SMB2
cifs.ko is currently built with support for the base SMB1/CIFS dialect
only. SMB1/CIFS support can be disabled in Windows 8.1 and Windows
Server 2012 R2, and is completely unsupported with the Microsoft Azure
File service, leaving cifs.ko users unable to access files on such
servers without this change (fate#317480).
- commit 837860b
-------------------------------------------------------------------
Fri May 23 11:27:56 CEST 2014 - jdelvare@suse.de
- Update config files: Disable remaining R-CAR drivers
These drivers are useless except on arm/shmobile.
- commit 2dd69e8
-------------------------------------------------------------------
Wed May 21 19:34:45 CEST 2014 - jdelvare@suse.de
- Fix a typo in config/ppc/vanilla, sorry
- commit cc68f12
-------------------------------------------------------------------
Wed May 21 19:18:25 CEST 2014 - jdelvare@suse.de
- Update config files: Disable unused RTC platform drivers
- commit 85c0b8b
-------------------------------------------------------------------
Wed May 21 15:48:03 CEST 2014 - jdelvare@suse.de
- Update config files: Disable the rtc-moxart driver
This driver is only needed on Moxa ART systems, which we do not
support.
- commit 9939e8f
-------------------------------------------------------------------
Tue May 20 15:14:35 CEST 2014 - jbeulich@suse.com
- supported.conf: Take care of a few driver renames/splits/etc.
- commit ed5e591
-------------------------------------------------------------------
Tue May 20 08:21:20 CEST 2014 - jbeulich@suse.com
- Update Xen config files: Set compatibility level back to 4.1
(bnc#851338).
- commit 22da852
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
- Update config files: Disable all EG20T drivers except on i386
EG20T (aka Topcliff PCH) is a chipset for 32-bit x86 processors, so
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
- Update arm64 config file to fix the build
- commit beb76a8
-------------------------------------------------------------------
Fri May 16 12:46:15 CEST 2014 - afaerber@suse.de
- config: armv6hl: Update config to 3.15-rc5
- commit 15546e3
-------------------------------------------------------------------
Fri May 16 12:46:14 CEST 2014 - afaerber@suse.de
- config: armv7hl: Update configs to 3.15-rc5
- commit de0d16f
-------------------------------------------------------------------
Thu May 15 18:23:06 CEST 2014 - jdelvare@suse.de
- Update armv7hl/lpae config file: Enable SERIAL_TEGRA
Despite what the Kconfig text says, the serial-tegra driver works on
all Tegra platforms.
- commit 222a09f
-------------------------------------------------------------------
Thu May 15 17:39:27 CEST 2014 - jdelvare@suse.de
- Update ppc64le config files: Disable DA903x support completely
It makes no sense to support some sub-drivers and not the rest.
- commit 269e033
-------------------------------------------------------------------
Thu May 15 17:02:27 CEST 2014 - duwe@suse.de
- Update config files:
i386/x86_64/ppc64/ppc64le disable:
timeriomem-rng
pwm-pca9685
unsupported RTC drivers
ssd1307fb/da903x_bl
- commit 7725871
-------------------------------------------------------------------
Wed May 14 18:41:03 CEST 2014 - afaerber@suse.de
- config: arm64: Update config for 3.15
- commit 2d96bf1
-------------------------------------------------------------------
Wed May 14 12:01:16 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc5.
- privcmd: actually batch hypercalls for batch ioctls.
- Refresh patches.xen/xen-blkfront-indirect (bnc#876786).
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- commit 9ebd57d
-------------------------------------------------------------------
Wed May 14 11:47:08 CEST 2014 - jbeulich@suse.com
- Refresh patches.suse/stack-unwind (dump_trace_unwind() can be static).
- commit 47a05b6
-------------------------------------------------------------------
Tue May 13 18:16:15 CEST 2014 - jdelvare@suse.de
- Update ec2 config files: Disable CAN support
It was enabled by accident.
- commit 4f49dd9
-------------------------------------------------------------------
Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
@ -38,11 +325,18 @@ Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
- commit bebeb6f
-------------------------------------------------------------------
Tue May 13 08:44:43 CEST 2014 - jbeulich@suse.com
- patches.suse/stack-unwind: Drop bogus (redundant) asmlinkage from
unwind_init_running() definition.
- commit d2673c3
-------------------------------------------------------------------
Mon May 12 18:45:00 CEST 2014 - tiwai@suse.de
- pvpanic: Set high notifier priority (bnc#875220).
- commit 07d82b6
- commit da0842c
-------------------------------------------------------------------
Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
@ -51,6 +345,15 @@ Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
with 0 fbs (bnc#875687).
- commit b8d699a
-------------------------------------------------------------------
Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc5.
- Eliminated 2 patches.
- Config changes:
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
@ -64,6 +367,15 @@ Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Package .vmlinuz-*.hmac as well
- commit 3375bd7
-------------------------------------------------------------------
Wed May 7 14:48:12 CEST 2014 - jdelvare@suse.de
- Update x86 config files: Disable unused CAN drivers
Disable platform, grcan and tscan1 CAN drivers. Disable ISA and EG20T
CAN drivers on x86_64. These are believed to be useless, and will
only be enabled upon explicit request.
- commit dab25a2
-------------------------------------------------------------------
Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
@ -71,6 +383,12 @@ Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
Also, get rid of the comparison of the base and devel filelist.
- commit f1e303f
-------------------------------------------------------------------
Wed May 7 12:02:52 CEST 2014 - tiwai@suse.de
- ALSA: hda - Add dock pin setups for Thinkpad T440 (bnc#876699).
- commit efc8676
-------------------------------------------------------------------
Wed May 7 12:00:14 CEST 2014 - tiwai@suse.de
@ -99,6 +417,21 @@ Tue May 6 17:29:41 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Simplify filelist for files in /boot
- commit ef040ff
-------------------------------------------------------------------
Mon May 5 13:42:10 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on i586 as well (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 403ada2
-------------------------------------------------------------------
Mon May 5 12:33:08 CEST 2014 - jslaby@suse.cz
- Refresh
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
Add commit SHA
- commit 4f0c42a
-------------------------------------------------------------------
Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
@ -106,6 +439,91 @@ Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
(bnc#871252 bnc#875690 CVE-2014-0196).
- commit e72b790
-------------------------------------------------------------------
Tue Apr 29 18:00:21 CEST 2014 - guillaume.gardet@oliseo.fr
- Re-eanble ARM kernel in config.conf file and update all ARM configs:
* config/arm64/default:
- Add SATA/PATA support
- Add voltage and regulator support
* config/armv6hl/default:
- Add external I2C controllers
- Add usermode SPI driver
* config/armv7hl/default:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra support with MFD_NVEC and KEYBOARD_TEGRA
- Add OMAP4 video input support
- Add IR receiver
- Add iMX HDMI support
- Add Serial support for Tegra SoC
* config/armv7hl/exynos:
- Trivial update
* config/armv7hl/lpae:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Remove unused Terga20/Tegra30 SPI support
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra supprt with MFD_NVEC and KEYBOARD_TEGRA
- Add IR receiver
- Add iMX HDMI support
- commit fcd7b3d
-------------------------------------------------------------------
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
- Update to 3.15-rc3.
- commit 62b5593
-------------------------------------------------------------------
Tue Apr 29 17:25:05 CEST 2014 - jeffm@suse.com
- config: sync PCI changes to s390x/vanilla
- commit 807a685
-------------------------------------------------------------------
Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
- Update arm config files: Enable all USB-to-serial drivers
Specifically, enable USB_SERIAL_WISHBONE, USB_SERIAL_MXUPORT and
USB_SERIAL_QT2 on all arm flavors.
- commit 589f44f
-------------------------------------------------------------------
Tue Apr 29 14:34:53 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: Disabled 3 unneeded drivers
Align the arm64 config file with the rest of the config files:
CONFIG_ATMEL_SSC is not set
CONFIG_FB_TMIO is not set
CONFIG_FB_GOLDFISH is not set
- commit aaf60ce
-------------------------------------------------------------------
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de
- Update config files: Enable CONFIG_USB_SERIAL_SIMPLE
This is a unified driver replacing several drivers we were shipping
so far, so we should ship it too.
- commit 0d558c9
-------------------------------------------------------------------
Tue Apr 29 12:13:23 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on x86_64 (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 8f9c4ac
-------------------------------------------------------------------
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
- unwind: remove check for vdso32 compat range.
This fixes a build failure introduced in 3.15-rc1.
- commit 66cfb7b
-------------------------------------------------------------------
Mon Apr 28 13:12:23 CEST 2014 - mmarek@suse.cz
@ -118,6 +536,146 @@ Mon Apr 28 10:43:14 CEST 2014 - mmarek@suse.cz
- rpm/kernel-obs-qa.spec.in: Use per-flavor path for the logfile
- commit 717e968
-------------------------------------------------------------------
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

View File

@ -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.5
%define srcversion 3.15
%define patchversion 3.15.0
%define variant %{nil}
%define vanilla_only 0
@ -59,11 +59,11 @@ Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
License: GPL-2.0
Group: System/Kernel
Version: 3.14.5
Version: 3.15.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%else
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%endif
Url: http://www.kernel.org/
BuildRequires: bc
@ -993,6 +993,7 @@ Requires(pre): coreutils awk
Requires(post): modutils
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
@ -1043,6 +1044,7 @@ Provides: %name-devel = %version-%source_rel
Provides: multiversion(kernel)
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Tue Jun 10 13:53:14 CEST 2014 - jbeulich@suse.com
- swiotlb: don't assume PA 0 is invalid (bnc#865882).
- Update Xen patches to 3.15 final.
- Update x86-64 Xen config files.
- commit 0a9fc1a
-------------------------------------------------------------------
Tue Jun 10 09:50:42 CEST 2014 - jslaby@suse.cz
- Update config files.
Disable the reverted CONFIG_ACPI_PROCFS_POWER. Nobody seems to
complain, so do not enable it.
- commit 0592a75
-------------------------------------------------------------------
Tue Jun 10 09:10:51 CEST 2014 - jslaby@suse.cz
- Linux 3.14.6 (bnc#880613).
- Delete
patches.drivers/ALSA-hda-Fix-onboard-audio-on-Intel-H97-Z97-chipsets.
- commit f0d0e23
-------------------------------------------------------------------
Mon Jun 9 21:50:14 CEST 2014 - jeffm@suse.de
- Update to 3.15.
- commit 91a9a36
-------------------------------------------------------------------
Thu Jun 5 18:13:28 CEST 2014 - mmarek@suse.cz
- rpm/package-descriptions: kernel-vmi is gone
- rpm/mkspec: Obsolete $flavor-{devel,extra} $flavor-base is obsolete
(bnc#881490)
- rpm/kernel-module-subpackage: Obsolete -trace KMPs (bnc#881490)
- rpm/old-flavors: Obsolete also kernel-trace-base (bnc#881490)
- commit 38d4d09
-------------------------------------------------------------------
Thu Jun 5 15:42:57 CEST 2014 - mmarek@suse.cz
@ -16,12 +56,35 @@ Wed Jun 4 08:46:14 CEST 2014 - jslaby@suse.cz
- Linux 3.14.5.
- commit 3ee48e0
-------------------------------------------------------------------
Mon Jun 2 17:56:13 CEST 2014 - tiwai@suse.de
- usb: musb: tusb6010: Use musb->tusb_revision instead of
tusb_get_revision call (bnc#872715).
- usb: musb: tusb6010: Add tusb_revision to struct musb to store
the revision (bnc#872715).
- commit 6141be1
-------------------------------------------------------------------
Mon Jun 2 14:34:56 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc8.
- commit 93f605c
-------------------------------------------------------------------
Mon Jun 2 13:07:44 CEST 2014 - mmarek@suse.cz
- Obsolete kernel-trace by kernel-default
- commit 1eb3f59
-------------------------------------------------------------------
Mon Jun 2 09:48:07 CEST 2014 - jdelvare@suse.de
- Update config files: Disable CONFIG_XO15_EBOOK
The xo15-ebook driver is useless without the rest of OLPC support. So
I left it enabled only in i386/default and i386/vanilla.
- commit 9694fd3
-------------------------------------------------------------------
Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
@ -29,6 +92,230 @@ Fri May 30 10:05:06 CEST 2014 - tiwai@suse.de
(bnc#880613).
- commit 0de0f93
-------------------------------------------------------------------
Wed May 28 17:39:51 CEST 2014 - jdelvare@suse.de
- Update config files: Disable gpio-fan and ntc_thermistor drivers
Disable the gpio-fan and ntc_thermistor hwmon drivers on all
architectures where they are not used.
- commit 96f5b60
-------------------------------------------------------------------
Wed May 28 14:31:02 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc7.
- commit f8382bf
-------------------------------------------------------------------
Tue May 27 15:10:10 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc7.
- Eliminated 1 patch.
- Config changes:
- CX_ECAT=m (default n) for i386/x86_64
- The vendor supplying this hardware only uses 32/64-bit Atom CPUs.
This may need to be revisited if the hardware extends to different
architectures (ARM, probably).
- SENSORS_NTC_THERMISTOR=m (default n)
- Sensor chip that could be found essentially anywhere.
- commit e9c45a3
-------------------------------------------------------------------
Mon May 26 18:56:29 CEST 2014 - ddiss@suse.de
- cifs: fix client guid reuse logic
Client guid reuse across multiple protocol versions causes mount
failures against Windows 2012 servers (bnc#879932).
- patches.fixes/cifs-Set-client-guid-on-per-connection-basis.patch
- patches.fixes/cifs-Do-not-send-ClientGUID-on-SMB2.02-dialect.patch
- commit 289f0e9
-------------------------------------------------------------------
Fri May 23 15:27:33 CEST 2014 - jeffm@suse.de
- config: sync vanilla configs for 3.15-rc6.
- commit acf7dab
-------------------------------------------------------------------
Fri May 23 15:13:50 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc6.
- Config changes:
- ACPI_PROCFS_POWER=y (default n)
- Should eventually be =n once userspace tools have been audited.
- commit d2be7e3
-------------------------------------------------------------------
Fri May 23 14:37:40 CEST 2014 - jdelvare@suse.de
- Update ppc config files: Disable SH_MOBILE media drivers
These are useless on PowerPC.
- commit cacd723
-------------------------------------------------------------------
Fri May 23 12:37:24 CEST 2014 - ddiss@suse.de
- Update config files: enable CONFIG_CIFS_SMB2
cifs.ko is currently built with support for the base SMB1/CIFS dialect
only. SMB1/CIFS support can be disabled in Windows 8.1 and Windows
Server 2012 R2, and is completely unsupported with the Microsoft Azure
File service, leaving cifs.ko users unable to access files on such
servers without this change (fate#317480).
- commit 837860b
-------------------------------------------------------------------
Fri May 23 11:27:56 CEST 2014 - jdelvare@suse.de
- Update config files: Disable remaining R-CAR drivers
These drivers are useless except on arm/shmobile.
- commit 2dd69e8
-------------------------------------------------------------------
Wed May 21 19:34:45 CEST 2014 - jdelvare@suse.de
- Fix a typo in config/ppc/vanilla, sorry
- commit cc68f12
-------------------------------------------------------------------
Wed May 21 19:18:25 CEST 2014 - jdelvare@suse.de
- Update config files: Disable unused RTC platform drivers
- commit 85c0b8b
-------------------------------------------------------------------
Wed May 21 15:48:03 CEST 2014 - jdelvare@suse.de
- Update config files: Disable the rtc-moxart driver
This driver is only needed on Moxa ART systems, which we do not
support.
- commit 9939e8f
-------------------------------------------------------------------
Tue May 20 15:14:35 CEST 2014 - jbeulich@suse.com
- supported.conf: Take care of a few driver renames/splits/etc.
- commit ed5e591
-------------------------------------------------------------------
Tue May 20 08:21:20 CEST 2014 - jbeulich@suse.com
- Update Xen config files: Set compatibility level back to 4.1
(bnc#851338).
- commit 22da852
-------------------------------------------------------------------
Mon May 19 17:13:58 CEST 2014 - jdelvare@suse.de
- Update armv7hl/default config file: CONFIG_DRM_PTN3460=y
Align on what exynos has, in anticipation of both files being
merged someday.
- commit 8ba853c
-------------------------------------------------------------------
Mon May 19 17:12:24 CEST 2014 - jdelvare@suse.de
- Update config files: Disable DRM_PTN3460
Currently it's only needed on arm/exynos.
- commit 6f380e7
-------------------------------------------------------------------
Mon May 19 14:33:16 CEST 2014 - jdelvare@suse.de
- Update armv7hl/exynos config file: CONFIG_DRM_PTN3460=y
DRM_EXYNOS_DP depends on DRM_PTN3460, and we have the former built-in,
so the latter must be built-in as well. Otherwise we get a linker
failure like:
.../linux-3.15-rc5/drivers/gpu/drm/exynos/exynos_dp_core.c:1004:
undefined reference to `ptn3460_init'
- commit bb0a6e6
-------------------------------------------------------------------
Fri May 16 22:05:47 CEST 2014 - jdelvare@suse.de
- Update config files: Disable all EG20T drivers except on i386
EG20T (aka Topcliff PCH) is a chipset for 32-bit x86 processors, so
we only need these drivers on i386.
- commit 923c7d2
-------------------------------------------------------------------
Fri May 16 15:58:47 CEST 2014 - mhocko@suse.cz
- memcg: fix swapcache charge from kernel thread context (bnc#878306).
- commit 8eaaed7
-------------------------------------------------------------------
Fri May 16 14:47:44 CEST 2014 - jdelvare@suse.de
- Update arm64 config file to fix the build
- commit beb76a8
-------------------------------------------------------------------
Fri May 16 12:46:15 CEST 2014 - afaerber@suse.de
- config: armv6hl: Update config to 3.15-rc5
- commit 15546e3
-------------------------------------------------------------------
Fri May 16 12:46:14 CEST 2014 - afaerber@suse.de
- config: armv7hl: Update configs to 3.15-rc5
- commit de0d16f
-------------------------------------------------------------------
Thu May 15 18:23:06 CEST 2014 - jdelvare@suse.de
- Update armv7hl/lpae config file: Enable SERIAL_TEGRA
Despite what the Kconfig text says, the serial-tegra driver works on
all Tegra platforms.
- commit 222a09f
-------------------------------------------------------------------
Thu May 15 17:39:27 CEST 2014 - jdelvare@suse.de
- Update ppc64le config files: Disable DA903x support completely
It makes no sense to support some sub-drivers and not the rest.
- commit 269e033
-------------------------------------------------------------------
Thu May 15 17:02:27 CEST 2014 - duwe@suse.de
- Update config files:
i386/x86_64/ppc64/ppc64le disable:
timeriomem-rng
pwm-pca9685
unsupported RTC drivers
ssd1307fb/da903x_bl
- commit 7725871
-------------------------------------------------------------------
Wed May 14 18:41:03 CEST 2014 - afaerber@suse.de
- config: arm64: Update config for 3.15
- commit 2d96bf1
-------------------------------------------------------------------
Wed May 14 12:01:16 CEST 2014 - jbeulich@suse.com
- Update Xen patches to 3.15-rc5.
- privcmd: actually batch hypercalls for batch ioctls.
- Refresh patches.xen/xen-blkfront-indirect (bnc#876786).
- config.conf: Re-enable Xen configs.
- Update x86 config files.
- commit 9ebd57d
-------------------------------------------------------------------
Wed May 14 11:47:08 CEST 2014 - jbeulich@suse.com
- Refresh patches.suse/stack-unwind (dump_trace_unwind() can be static).
- commit 47a05b6
-------------------------------------------------------------------
Tue May 13 18:16:15 CEST 2014 - jdelvare@suse.de
- Update ec2 config files: Disable CAN support
It was enabled by accident.
- commit 4f49dd9
-------------------------------------------------------------------
Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
@ -38,11 +325,18 @@ Tue May 13 14:36:01 CEST 2014 - jslaby@suse.cz
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
- commit bebeb6f
-------------------------------------------------------------------
Tue May 13 08:44:43 CEST 2014 - jbeulich@suse.com
- patches.suse/stack-unwind: Drop bogus (redundant) asmlinkage from
unwind_init_running() definition.
- commit d2673c3
-------------------------------------------------------------------
Mon May 12 18:45:00 CEST 2014 - tiwai@suse.de
- pvpanic: Set high notifier priority (bnc#875220).
- commit 07d82b6
- commit da0842c
-------------------------------------------------------------------
Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
@ -51,6 +345,15 @@ Mon May 12 18:28:31 CEST 2014 - tiwai@suse.de
with 0 fbs (bnc#875687).
- commit b8d699a
-------------------------------------------------------------------
Mon May 12 15:27:30 CEST 2014 - jeffm@suse.de
- Update to 3.15-rc5.
- Eliminated 2 patches.
- Config changes:
- CAN_C_CAN_STRICT_FRAME_ORDERING=n (default)
- commit 7f2c6bf
-------------------------------------------------------------------
Mon May 12 10:15:01 CEST 2014 - mmarek@suse.cz
@ -64,6 +367,15 @@ Wed May 7 15:45:30 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Package .vmlinuz-*.hmac as well
- commit 3375bd7
-------------------------------------------------------------------
Wed May 7 14:48:12 CEST 2014 - jdelvare@suse.de
- Update x86 config files: Disable unused CAN drivers
Disable platform, grcan and tscan1 CAN drivers. Disable ISA and EG20T
CAN drivers on x86_64. These are believed to be useless, and will
only be enabled upon explicit request.
- commit dab25a2
-------------------------------------------------------------------
Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
@ -71,6 +383,12 @@ Wed May 7 13:56:06 CEST 2014 - mmarek@suse.cz
Also, get rid of the comparison of the base and devel filelist.
- commit f1e303f
-------------------------------------------------------------------
Wed May 7 12:02:52 CEST 2014 - tiwai@suse.de
- ALSA: hda - Add dock pin setups for Thinkpad T440 (bnc#876699).
- commit efc8676
-------------------------------------------------------------------
Wed May 7 12:00:14 CEST 2014 - tiwai@suse.de
@ -99,6 +417,21 @@ Tue May 6 17:29:41 CEST 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Simplify filelist for files in /boot
- commit ef040ff
-------------------------------------------------------------------
Mon May 5 13:42:10 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on i586 as well (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 403ada2
-------------------------------------------------------------------
Mon May 5 12:33:08 CEST 2014 - jslaby@suse.cz
- Refresh
patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch.
Add commit SHA
- commit 4f0c42a
-------------------------------------------------------------------
Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
@ -106,6 +439,91 @@ Mon May 5 10:24:08 CEST 2014 - jslaby@suse.cz
(bnc#871252 bnc#875690 CVE-2014-0196).
- commit e72b790
-------------------------------------------------------------------
Tue Apr 29 18:00:21 CEST 2014 - guillaume.gardet@oliseo.fr
- Re-eanble ARM kernel in config.conf file and update all ARM configs:
* config/arm64/default:
- Add SATA/PATA support
- Add voltage and regulator support
* config/armv6hl/default:
- Add external I2C controllers
- Add usermode SPI driver
* config/armv7hl/default:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra support with MFD_NVEC and KEYBOARD_TEGRA
- Add OMAP4 video input support
- Add IR receiver
- Add iMX HDMI support
- Add Serial support for Tegra SoC
* config/armv7hl/exynos:
- Trivial update
* config/armv7hl/lpae:
- Add I2C support for Tegra SoC
- Add external I2C controllers
- Add SPI, GPIO and watchdog support to Davinci/Keystone SoC
- Remove unused Terga20/Tegra30 SPI support
- Add RTC driver for Tegra and sunxi SoC
- Enhance nVidia Tegra supprt with MFD_NVEC and KEYBOARD_TEGRA
- Add IR receiver
- Add iMX HDMI support
- commit fcd7b3d
-------------------------------------------------------------------
Tue Apr 29 17:29:42 CEST 2014 - jeffm@suse.com
- Update to 3.15-rc3.
- commit 62b5593
-------------------------------------------------------------------
Tue Apr 29 17:25:05 CEST 2014 - jeffm@suse.com
- config: sync PCI changes to s390x/vanilla
- commit 807a685
-------------------------------------------------------------------
Tue Apr 29 17:23:00 CEST 2014 - jdelvare@suse.de
- Update arm config files: Enable all USB-to-serial drivers
Specifically, enable USB_SERIAL_WISHBONE, USB_SERIAL_MXUPORT and
USB_SERIAL_QT2 on all arm flavors.
- commit 589f44f
-------------------------------------------------------------------
Tue Apr 29 14:34:53 CEST 2014 - jdelvare@suse.de
- Update arm64 config file: Disabled 3 unneeded drivers
Align the arm64 config file with the rest of the config files:
CONFIG_ATMEL_SSC is not set
CONFIG_FB_TMIO is not set
CONFIG_FB_GOLDFISH is not set
- commit aaf60ce
-------------------------------------------------------------------
Tue Apr 29 13:52:17 CEST 2014 - jdelvare@suse.de
- Update config files: Enable CONFIG_USB_SERIAL_SIMPLE
This is a unified driver replacing several drivers we were shipping
so far, so we should ship it too.
- commit 0d558c9
-------------------------------------------------------------------
Tue Apr 29 12:13:23 CEST 2014 - mmarek@suse.cz
- Enable CONFIG_INTEL_TXT on x86_64 (fate#311820, fate#311962,
bnc#707666, bnc#875575)
- commit 8f9c4ac
-------------------------------------------------------------------
Mon Apr 28 15:04:49 CEST 2014 - jeffm@suse.com
- unwind: remove check for vdso32 compat range.
This fixes a build failure introduced in 3.15-rc1.
- commit 66cfb7b
-------------------------------------------------------------------
Mon Apr 28 13:12:23 CEST 2014 - mmarek@suse.cz
@ -118,6 +536,146 @@ Mon Apr 28 10:43:14 CEST 2014 - mmarek@suse.cz
- rpm/kernel-obs-qa.spec.in: Use per-flavor path for the logfile
- commit 717e968
-------------------------------------------------------------------
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

View File

@ -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.5
%define srcversion 3.15
%define patchversion 3.15.0
%define variant %{nil}
%define vanilla_only 0
@ -59,11 +59,11 @@ Name: kernel-xen
Summary: The Xen Kernel
License: GPL-2.0
Group: System/Kernel
Version: 3.14.5
Version: 3.15.0
%if 0%{?is_kotd}
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%else
Release: <RELEASE>.gf1c1b51
Release: <RELEASE>.g9194b64
%endif
Url: http://www.kernel.org/
BuildRequires: bc
@ -1002,6 +1002,7 @@ Requires(pre): coreutils awk
Requires(post): modutils
Requires(post): perl-Bootloader
Requires(post): mkinitrd
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
%ifarch %ix86
Conflicts: libc.so.6()(64bit)
@ -1055,6 +1056,7 @@ Provides: %name-devel = %version-%source_rel
Provides: multiversion(kernel)
Requires: kernel-devel%variant = %version-%source_rel
Supplements: packageand(%name:kernel-devel%variant)
PreReq: coreutils
%description devel

3
linux-3.15.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c3927e87be4040fa8aca1b58663dc0776aaf00485604ff88a623be2f3fb07794
size 79676484

12
mkspec
View File

@ -108,6 +108,10 @@ for my $flavor (sort keys(%flavor_archs)) {
provides_obsoletes($flavor, @{$flavor_archs{$flavor}}),
PROVIDES_OBSOLETES_BASE =>
provides_obsoletes("$flavor-base", @{$flavor_archs{$flavor}}),
PROVIDES_OBSOLETES_EXTRA =>
provides_obsoletes("$flavor-extra", @{$flavor_archs{$flavor}}),
PROVIDES_OBSOLETES_DEVEL =>
provides_obsoletes("$flavor-devel", @{$flavor_archs{$flavor}}),
);
}
# kernel-source.spec
@ -326,8 +330,13 @@ sub _arch2rpm {
sub provides_obsoletes {
my $flavor = shift;
my @archs = @_;
my $subpkg;
my $res = "";
# flavor-base implies flavor-{devel,extra} to keep the config short
if ($flavor =~ s/-(extra|devel)/-base/) {
$subpkg = $1;
}
for my $arch (@archs) {
my @packs = @{$obsolete_packages{$arch}{$flavor} || []};
next if (!@packs);
@ -336,6 +345,9 @@ sub provides_obsoletes {
$res .= "\%ifarch $rpmarch\n";
for my $pack (@packs) {
my $name = $pack->[0];
if ($subpkg) {
$name =~ s/-base/-\Q$subpkg\E/;
}
my $version = $pack->[1];
$res .= "Provides: $name = $version\n";
$res .= "Obsoletes: $name <= $version\n";

View File

@ -29,8 +29,11 @@ i386/pae vmi 2.6.38
i386/pae-base vmi-base 2.6.38
# SLES 11 SP3 / openSUSE 13.1
i386/default trace 3.13
x86_64/default trace 3.13
s390x/default trace 3.13
i386/default trace 3.13
i386/default-base trace-base 3.13
x86_64/default trace 3.13
x86_64/default-base trace-base 3.13
s390x/default trace 3.13
s390x/default-base trace-base 3.13

View File

@ -111,12 +111,6 @@ The Linux kernel for Xen paravirtualization.
This kernel can only be used both as an unprivileged ("xenU")
kernel (for Amazon EC2).
=== kernel-vmi ===
VMI-enabled kernel
The Linux Kernel designed to run on top of a virtual machine
interface layer (VMI).
=== kernel-lpae ===
Kernel for LPAE enabled systems

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d16b501a1c0c723f580cf437c27d67ab0871a5494d9e17bc38bae7ca4e698cea
size 155287
oid sha256:8e4786dc2c5be8fc852f391fcde72025b4d8b0cdfff35228cd5246e956486488
size 155281

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7b03c07027f3f0d78fe0e048635e5180581ded57af15f730a82412651200f9ab
size 5224
oid sha256:fcb9b18dad7315fa64ef5d5decce766cbf62c3ab2badbf62956d624f9856b416
size 4148

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8131c1e3cb7292969b46fad9092ce1d61bd12c02f78ee240540addbab195251e
size 13633
oid sha256:06751ce615503bfff9a91e129813f2b513ddcb4dfb977b54fed8a08bd432c88d
size 15721

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

Binary file not shown.

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:682a9bf494046e4a9855b40eb07098f39bda7aa3877b69210d632313abfaaf40
size 3143
oid sha256:cbb5aae6e6bbed918acfd2784fd2844dd333de653eae66b2ee87fe555bca4429
size 3386

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:75ea50db53077a9a93208616a0e8425b717eec0bd24543eeba2bdb7c429c052a
size 82680
oid sha256:92e16b77fb40c6e18ff13b1dc2f83a768ccaf5e0aa574f80dbb773976ec9b050
size 83053

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c409df3b65c47e7e6c93fe3229b9ac8c1a8904b96114f6eec29b2630a20fc63a
size 2075008
oid sha256:5ba6660b82797181cb010f506c7824568a3c792b5c34c603067dfe666d49b1db
size 2093203

View File

@ -27,11 +27,6 @@
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/patch-3.14.1
patches.kernel.org/patch-3.14.1-2
patches.kernel.org/patch-3.14.2-3
patches.kernel.org/patch-3.14.3-4
patches.kernel.org/patch-3.14.4-5
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -40,6 +35,7 @@
########################################################
patches.rpmify/chipidea-clean-up-dependencies
patches.rpmify/lustre-lloop-dont-change-logical-size
patches.rpmify/s390-add-slab-h-for-kzalloc-kfree
########################################################
# kABI consistency patches
@ -241,6 +237,8 @@
########################################################
# cifs patches
########################################################
patches.fixes/cifs-Set-client-guid-on-per-connection-basis.patch
patches.fixes/cifs-Do-not-send-ClientGUID-on-SMB2.02-dialect.patch
########################################################
# ext2/ext3
@ -365,7 +363,6 @@
########################################################
patches.drivers/drm-cirrus-Use-16bpp-as-default
patches.fixes/nouveau-fix-race-with-fence-signaling
patches.fixes/fbcon-Clean-up-fbcon-data-in-fb_info-on-FB_EVENT_FB_
########################################################
# video4linux
@ -401,6 +398,8 @@
########################################################
# USB
########################################################
patches.fixes/usb-musb-tusb6010-Add-tusb_revision-to-struct-musb-t
patches.fixes/usb-musb-tusb6010-Use-musb-tusb_revision-instead-of-
########################################################
# I2C
@ -416,9 +415,7 @@
##########################################################
# Sound
##########################################################
patches.drivers/ALSA-hda-sigmatel-Allow-auto-switching-for-dock-line
patches.drivers/ALSA-hda-Add-dock-pin-setups-for-Thinkpad-T440
patches.drivers/ALSA-hda-Fix-onboard-audio-on-Intel-H97-Z97-chipsets
########################################################
# Char / serial
@ -489,6 +486,7 @@
patches.suse/crasher-26.diff
patches.suse/stack-unwind
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops
patches.suse/unwind-remove-check-for-vdso32-compat-range
patches.suse/no-frame-pointer-select
patches.arch/x86_64-unwind-annotations
patches.arch/stack-unwind-cfi_ignore-takes-more-arguments
@ -512,7 +510,6 @@
########################################################
# KVM patches
########################################################
patches.fixes/kvm-ioapic.patch
patches.fixes/kvm-macos.patch
########################################################
@ -608,6 +605,7 @@
patches.xen/xen3-patch-3.12
patches.xen/xen3-patch-3.13
patches.xen/xen3-patch-3.14
patches.xen/xen3-patch-3.15
# ports of other patches
patches.xen/xen3-stack-unwind
@ -623,9 +621,11 @@
patches.xen/xen-pcpu
patches.xen/xen-pcpu-hotplug-kexec
patches.xen/xen-mem-hotplug
patches.xen/xen-swiotlb-unmap-single-phys-check
patches.xen/xen-configurable-guest-devices
patches.xen/xen-setup-gsi
patches.xen/xen-privcmd-hcall-preemption
patches.xen/xen-privcmd-truly-batch
patches.xen/xen-unpriv-build
patches.xen/xen-cpufreq-report
patches.xen/xen-multi-page-ring

View File

@ -1,3 +1,3 @@
2014-06-05 15:44:09 +0200
GIT Revision: f1c1b51b9bffc86f6695645ada856c2ac11ca7d0
2014-06-10 15:35:22 +0200
GIT Revision: 9194b64be5a7d4f1ea5e903fa6cd11d2f20b40a1
GIT Branch: stable

View File

@ -77,6 +77,7 @@
arch/x86/oprofile/oprofile # OProfile system profiler
arch/x86/kernel/cpu/mcheck/mce-inject # Needed for Intel MCE/RAS testing
mm/hwpoison-inject # Needed for Intel MCE/RAS testing
crypto/ablk_helper
crypto/aead
crypto/aes_generic
crypto/anubis
@ -87,18 +88,24 @@
crypto/async_tx/async_tx
crypto/async_tx/async_xor
crypto/authenc
crypto/blowfish # Blowfish Cipher Algorithm
crypto/camellia
crypto/cast5 # Cast5 Cipher Algorithm
crypto/cast6 # Cast6 Cipher Algorithm
crypto/blowfish_common # Blowfish Cipher Algorithm
crypto/blowfish_generic # Blowfish Cipher Algorithm
crypto/camellia_generic
crypto/cast_common
crypto/cast5_generic # Cast5 Cipher Algorithm
crypto/cast6_generic # Cast6 Cipher Algorithm
crypto/cbc
crypto/ccm
crypto/chainiv
crypto/crc32c # CRC32c (Castagnoli) calculations wrapper for lib/crc32c
crypto/crc32c_generic # CRC32c (Castagnoli) calculations wrapper for lib/crc32c
crypto/crct10dif_common
crypto/crct10dif_generic
crypto/cryptd
crypto/crypto
crypto/cryptomgr
crypto/crypto_algapi
crypto/crypto_blkcipher
crypto/crypto_hash
crypto/crypto_null # Null Cryptographic Algorithms
crypto/crypto_wq
crypto/ctr
@ -111,7 +118,7 @@
crypto/hmac
crypto/gcm
crypto/gf128mul
crypto/crypto_hash
crypto/ghash-generic
crypto/khazad # Khazad Cryptographic Algorithm
crypto/krng
crypto/lrw
@ -129,7 +136,7 @@
crypto/salsa20_generic
crypto/seed
crypto/seqiv
crypto/serpent # Serpent Cipher Algorithm
crypto/serpent_generic # Serpent Cipher Algorithm
crypto/sha1_generic
crypto/sha256_generic
crypto/sha512_generic
@ -137,7 +144,7 @@
crypto/tea # TEA & XTEA Cryptographic Algorithms
crypto/tgr192 # Tiger hashing Algorithm
crypto/twofish_common
crypto/twofish # Twofish Cipher Algorithm
crypto/twofish_generic # Twofish Cipher Algorithm
crypto/wp512
crypto/xcbc
crypto/xor
@ -277,6 +284,7 @@
drivers/char/agp/hp-agp
drivers/char/agp/i460-agp
drivers/char/agp/intel-agp
drivers/char/agp/intel-gtt
drivers/char/agp/nvidia-agp
drivers/char/agp/sgi-agp
drivers/char/agp/sis-agp
@ -352,6 +360,7 @@
drivers/clocksource/scx200_hrt
drivers/cpufreq/amd_freq_sensitivity # AMD frequency sensitivity feedback to the ondemand governor
drivers/cpufreq/cpufreq_conservative
drivers/cpufreq/cpufreq_ondemand
drivers/cpufreq/cpufreq_powersave # CPUfreq policy governor 'powersave'
drivers/cpufreq/cpufreq_stats
drivers/cpufreq/cpufreq_userspace # CPUfreq policy governor 'userspace'
@ -430,6 +439,7 @@
drivers/hid/hid-drff
drivers/hid/hid-ezkey
drivers/hid/hid-gaff
drivers/hid/hid-generic
drivers/hid/hid-gyration
drivers/hid/hid-kensington
drivers/hid/hid-kye
@ -907,7 +917,6 @@
drivers/media/video/saa717x
drivers/media/video/saa7185 # Philips SAA7185 video encoder driver
drivers/media/video/se401
drivers/media/video/sh_mobile_ceu_camera
drivers/media/video/sn9c102/sn9c102
drivers/media/video/soc_camera
drivers/media/video/soc_camera_platform
@ -1395,7 +1404,6 @@
drivers/rtc/rtc-ds1307
drivers/rtc/rtc-ds1374
drivers/rtc/rtc-ds1511
drivers/rtc/rtc-ds1553
drivers/rtc/rtc-ds1672
drivers/rtc/rtc-ds1742
drivers/rtc/rtc-efi
@ -1404,8 +1412,6 @@
drivers/rtc/rtc-lib
drivers/rtc/rtc-m41t80
drivers/rtc/rtc-m41t94
drivers/rtc/rtc-m48t59
drivers/rtc/rtc-m48t86
drivers/rtc/rtc-max6900
drivers/rtc/rtc-max6902
drivers/rtc/rtc-pcf8563
@ -1415,7 +1421,6 @@
drivers/rtc/rtc-rs5c348
drivers/rtc/rtc-rs5c372
drivers/rtc/rtc-s35390a
drivers/rtc/rtc-stk17ta8
drivers/rtc/rtc-test
drivers/rtc/rtc-v3020
drivers/rtc/rtc-x1205
@ -1577,7 +1582,6 @@
drivers/serial/8250_fourport
drivers/serial/8250_hub6
drivers/serial/8250_pci
drivers/serial/8250_pnp
drivers/serial/icom
drivers/serial/ioc3_serial
drivers/serial/ioc4_serial
@ -1630,11 +1634,13 @@
drivers/usb/class/usbtmc # USB test and measurement driver
+base drivers/usb/core/usbcore
+base drivers/usb/host/ehci-hcd # 2003-Dec-29 USB 2.0 'Enhanced' Host Controller (EHCI) Driver
+base drivers/usb/host/ehci-pci
- drivers/usb/host/hwa-hc
- drivers/usb/host/isp1362-hcd
- drivers/usb/host/isp116x-hcd # ISP116x HCD (Host Controller Driver) for USB
- drivers/usb/host/isp1760
+base drivers/usb/host/ohci-hcd # 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver
+base drivers/usb/host/ohci-pci
- drivers/usb/host/oxu210hp-hcd
drivers/usb/host/r8a66597-hcd
- drivers/usb/host/sl811_cs # PCMCIA driver for SL811HS (as found in REX-CFU1U)
@ -1755,6 +1761,7 @@
drivers/video/carminefb
drivers/video/cfbcopyarea
drivers/video/cfbfillrect
drivers/video/cfbimgblt
drivers/video/cirrusfb # Accelerated FBDev driver for Cirrus Logic chips
drivers/video/console/mdacon
drivers/video/cyber2000fb # CyberPro 2000, 2010 and 5000 framebuffer driver