commit 83948c1558f87eeaca00110c09cc1f26805fe4b0
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=468
This commit is contained in:
parent
0791428c06
commit
f4b945a926
@ -40,7 +40,7 @@ warned=false
|
||||
while read patch; do
|
||||
dir=${patch%/*}
|
||||
for p in "${path[@]}"; do
|
||||
if test -d "$p/$dir"; then
|
||||
if test -e "$p/$patch"; then
|
||||
echo "$p/$patch"
|
||||
continue 2
|
||||
fi
|
||||
|
@ -1,5 +1,5 @@
|
||||
# The version of the main tarball to use
|
||||
SRCVERSION=4.3
|
||||
SRCVERSION=4.4
|
||||
# variant of the kernel-source package, either empty or "-rt"
|
||||
VARIANT=
|
||||
# buildservice projects to build the kernel against
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8d89a11754b615b073c8a9110b7e5f11d64f0fa53a31ce9c26830c00b8eb2be
|
||||
size 323205
|
||||
oid sha256:38c438637daf8e1c9f2715e5d081ebcf6fdb1021ac94ef2f8ae3a4ed346dc84a
|
||||
size 334603
|
||||
|
@ -1,16 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-final.
|
||||
- commit f1e5f1f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 17:37:28 CET 2016 - fdmanana@suse.com
|
||||
|
||||
- Btrfs: fix fitrim discarding device area reserved for boot
|
||||
loader's use (bsc#960910).
|
||||
- commit 95610af
|
||||
- commit 238d0b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 16:10:24 CET 2016 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.suse/supported-flag (fix modpost command line
|
||||
option spec).
|
||||
- commit 2566c29
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 7 22:47:46 CET 2016 - tiwai@suse.de
|
||||
|
||||
- ethernet/atheros/alx: sanitize buffer sizing and padding
|
||||
(boo#952621).
|
||||
- commit d89492e
|
||||
- commit f8f6570
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 7 10:37:01 CET 2016 - dchang@suse.com
|
||||
@ -18,6 +31,12 @@ Thu Jan 7 10:37:01 CET 2016 - dchang@suse.com
|
||||
- bnx2x: Fix VLANs null-pointer for 57710, 57711 (boo#960923).
|
||||
- commit a1b48ad
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 14:34:02 CET 2016 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc8.
|
||||
- commit e628e30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 13:38:39 CET 2016 - dvaleev@suse.com
|
||||
|
||||
@ -25,6 +44,13 @@ Mon Jan 4 13:38:39 CET 2016 - dvaleev@suse.com
|
||||
- Update config files: CONFIG_IBMVNIC=m
|
||||
- commit eae9134
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 13:35:21 CET 2016 - dvaleev@suse.com
|
||||
|
||||
- Driver for IBM System i/p VNIC protocol.
|
||||
- Update config files CONFIG_VNIC=m
|
||||
- commit 85261f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 06:34:03 CET 2016 - jlee@suse.com
|
||||
|
||||
@ -32,6 +58,13 @@ Mon Jan 4 06:34:03 CET 2016 - jlee@suse.com
|
||||
CVE-2015-7550).
|
||||
- commit 1c9407b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 1 07:32:36 CET 2016 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Enable more RK3288 options for lpae
|
||||
Namely MMC and IO domains, already enabled for default/vanilla.
|
||||
- commit 49467f0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 30 10:32:09 CET 2015 - jlee@suse.com
|
||||
|
||||
@ -46,6 +79,18 @@ Mon Dec 28 16:58:51 CET 2015 - jeffm@suse.com
|
||||
bsc#960281).
|
||||
- commit 77a3e32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 28 16:30:30 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc7.
|
||||
- commit 276c9f4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 22 15:41:29 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc6.
|
||||
- commit f4ac202
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 22 12:19:48 CET 2015 - afaerber@suse.de
|
||||
|
||||
@ -71,18 +116,32 @@ Tue Dec 15 16:46:42 CET 2015 - tiwai@suse.de
|
||||
generically (bsc#958439).
|
||||
- commit 7b4772e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 09:45:24 CET 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/compute-PATCHVERSION.sh: Skip stale directories in the package dir
|
||||
- commit 014bd26
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 09:27:40 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.3.3.
|
||||
- commit 0baa1c7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 02:41:46 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc5.
|
||||
- commit da8b87d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 13 15:37:27 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Enable ACT8865 for lpae, too
|
||||
It is needed for the Firefly-RK3288 board.
|
||||
(cherry picked from commit a9615824052d71ec99a224fb9f6e91795edc5d7a)
|
||||
- config: armv7hl: Enable ACT8865 for lpae, too
|
||||
It is needed for the Firefly-RK3288 board.
|
||||
- commit 4ab0c5d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -105,6 +164,13 @@ Wed Dec 9 16:51:24 CET 2015 - tiwai@suse.de
|
||||
- ALSA: hda - Fix noise problems on Thinkpad T440s (boo#958504).
|
||||
- commit 6945bb0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 17:12:41 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc4.
|
||||
- Eliminated 5 patches.
|
||||
- commit 923c13b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 11:24:31 CET 2015 - jslaby@suse.cz
|
||||
|
||||
@ -112,12 +178,85 @@ Mon Dec 7 11:24:31 CET 2015 - jslaby@suse.cz
|
||||
Use the fix from master.
|
||||
- commit d3f999c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 11:19:25 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
- Fix these warnings (since 4.4 as of 0ab32b6f1):
|
||||
kernel/unwind.c:672: warning: passing argument 2 of ‘probe_kernel_read’ makes pointer from integer without a cast
|
||||
- commit 6bcd0e3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 6 20:08:55 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
Add missing put_cpu() in case dwarf unwinder succeeds (bnc#943107)
|
||||
- commit 60ce178
|
||||
- commit 68ab1c1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 17:53:47 CET 2015 - mbrugger@suse.com
|
||||
|
||||
- Delete
|
||||
patches.arch/arm64-gpex-0009-pci-Enable-pci-host-generic-support-for-ARM64.patch.
|
||||
- commit 7985c89
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 17:52:43 CET 2015 - mbrugger@suse.com
|
||||
|
||||
- Delete
|
||||
patches.arch/arm64-0005-arm64-dts-Add-X-Gene-reboot-driver-dts-node.patch.
|
||||
- commit 435b78e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 18:07:00 CET 2015 - jeffm@suse.com
|
||||
|
||||
- config: sync SWIOTLB config change to ppc/vanilla
|
||||
- commit 3d7391b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:57:48 CET 2015 - duwe@suse.de
|
||||
|
||||
- On ppc, SWIOTLB is just an alias for DMA bounce buffers
|
||||
(see Kconfig help:
|
||||
"Support for IO bounce buffering for systems without an IOMMU..." )
|
||||
The systems we support all have proper IOMMUs and thus don't need
|
||||
it.
|
||||
- commit d43936a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:11:11 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc3.
|
||||
- Eliminated 2 patches.
|
||||
- commit 916e346
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:04:40 CET 2015 - dvaleev@suse.com
|
||||
|
||||
- Add RHEL to kernel-obs-build
|
||||
- commit a010d5e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 15:01:56 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Enable Xen in x86 vanilla configs
|
||||
Align the vanilla configs with i386/pae and x86_64/default,
|
||||
respectively.
|
||||
- commit defd50c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:58:28 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Enable pae in i386/vanilla
|
||||
We use kernel-pae in majority of 32bit installs, so it makes sense to
|
||||
sync i386/vanilla with this flavor.
|
||||
- commit 3557f7c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:15:39 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Drop SUSE_KERNEL and SPLIT_PACKAGE patches from vanilla (bsc#957159)
|
||||
- commit fa79c63
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 13:33:34 CET 2015 - tiwai@suse.de
|
||||
@ -132,7 +271,10 @@ Fri Nov 27 20:32:44 CET 2015 - tiwai@suse.de
|
||||
- drm/i915: Don't override output type for DDI HDMI (boo#955190).
|
||||
- drm/i915: Don't compare has_drrs strictly in pipe config
|
||||
(bsc#956397).
|
||||
- commit bce32fe
|
||||
- drm/i915: Don't override output type for DDI HDMI (boo#955190).
|
||||
- drm/i915: Don't compare has_drrs strictly in pipe config
|
||||
(bsc#956397).
|
||||
- commit 7c0fedd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 10:44:19 CET 2015 - mkubecek@suse.cz
|
||||
@ -142,6 +284,48 @@ Thu Nov 26 10:44:19 CET 2015 - mkubecek@suse.cz
|
||||
http://lists.opensuse.org/opensuse-kernel/2015-11/msg00046.html
|
||||
- commit 91e30a7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 09:46:39 CET 2015 - mkubecek@suse.cz
|
||||
|
||||
- Delete patches.fixes/bridge-module-get-put.patch.
|
||||
As discussed in
|
||||
http://lists.opensuse.org/opensuse-kernel/2015-11/msg00046.html
|
||||
- commit 856bef8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 23 20:32:47 CET 2015 - jeffm@suse.com
|
||||
|
||||
- config: refresh ARM configs for 4.4-rc2.
|
||||
- commit 7eabae5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 23 20:30:57 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc2.
|
||||
- Eliminated 1 patch.
|
||||
- commit dea70ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 02:15:47 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Update configs for 4.4-rc1
|
||||
Align vanilla and default while at it.
|
||||
- commit f5e67d3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 01:30:12 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Update configs for 4.4-rc1
|
||||
Align vanilla and default while at it.
|
||||
- commit 11c6acd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 01:06:18 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Update configs for 4.4-rc1
|
||||
Disable FW_LOADER_USER_HELPER_FALLBACK for vanilla (boo#944661, boo#951260).
|
||||
- commit d412cf8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 21:04:23 CET 2015 - mmarek@suse.com
|
||||
|
||||
@ -150,11 +334,29 @@ Fri Nov 20 21:04:23 CET 2015 - mmarek@suse.com
|
||||
-default kernel which does not support Xen either.
|
||||
- commit 6a48ac7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 21:52:18 CET 2015 - jeffm@suse.com
|
||||
|
||||
- serial: export fsl8250_handle_irq.
|
||||
- commit 42fd13e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 09:12:16 CET 2015 - mmarek@suse.com
|
||||
|
||||
- xen/events: Always allocate legacy interrupts on PV guests.
|
||||
- commit b63d753
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 07:41:19 CET 2015 - tiwai@suse.de
|
||||
|
||||
- ethernet/atheros/alx: add Killer E2400 device ID (boo#955363).
|
||||
- commit 66773be
|
||||
- commit aa7197b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 23:10:23 CET 2015 - mmarek@suse.cz
|
||||
|
||||
- staging: lustre: remove IOC_LIBCFS_PING_TEST ioctl.
|
||||
- commit 6772624
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 22:40:44 CET 2015 - mmarek@suse.cz
|
||||
@ -166,12 +368,139 @@ Wed Nov 18 22:40:44 CET 2015 - mmarek@suse.cz
|
||||
branch as a reference.
|
||||
- commit ff1dcd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 22:21:27 CET 2015 - mmarek@suse.cz
|
||||
|
||||
- Refresh config files.
|
||||
- commit f8f53b4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 17:55:24 CET 2015 - jeffm@suse.com
|
||||
|
||||
- btrfs: qgroup: fix quota disable during rescan.
|
||||
- commit 85158a1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 17 10:14:21 CET 2015 - jlee@suse.com
|
||||
|
||||
- X.509: Fix the time validation [ver #2] (bsc#954414).
|
||||
- commit 6b3b033
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 16 20:26:54 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc1.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating.
|
||||
- 7 patches eliminated.
|
||||
- Config changes:
|
||||
- Networking:
|
||||
- NETFILTER_NETLINK_GLUE_CT=y
|
||||
- renamed from NETFILTER_NETLINK_QUEUE_CT
|
||||
- IEEE802154_NL802154_EXPERIMENTAL=n
|
||||
- still in development, assumed the option
|
||||
will be renamed when it's finalized
|
||||
- NET_L3_MASTER_DEV=y (library, no code execution by itself)
|
||||
- NFC_FDP=m
|
||||
- NFC_FDP_I2C=m
|
||||
- NFC_MRVL_I2C=m
|
||||
- BNXT=m
|
||||
- BNXT_SRIOV=y
|
||||
- MLXSW_SPECTRUM=m
|
||||
- QED=m
|
||||
- QEDE=m
|
||||
- RTL8XXXU=m
|
||||
- RTL8XXXU_UNTESTED=y
|
||||
- WILC1000_DRIVER=n (no module option)
|
||||
- Storage:
|
||||
- NVM=y
|
||||
- NVM_DEBUG=n
|
||||
- NVM_GENNVM=m
|
||||
- NVM_RRPC=m
|
||||
- Input/Serial:
|
||||
- TOUCHSCREEN_FT6236=m
|
||||
- TOUCHSCREEN_TSC2004=m
|
||||
- TOUCHSCREEN_ROHM_BU21023=m
|
||||
- INPUT_DA9063_ONKEY=m
|
||||
- USERIO=m
|
||||
- SERIAL_8250_RT288X=y
|
||||
- SERIAL_8250_MID=m
|
||||
- HID_CORSAIR=m
|
||||
- HID_GFRM=m
|
||||
- Misc:
|
||||
- PINCTRL_BROXTON=n
|
||||
- GPIO_AMDPT=m
|
||||
- GPIO_104_IDIO_16=m
|
||||
- GPIO_IT87=m
|
||||
- BATTERY_BQ27XXX=m
|
||||
- BATTERY_BQ27XXX_I2C=y
|
||||
- BATTERY_BQ27XXX_PLATFORM=y
|
||||
- Video:
|
||||
- VIDEO_VIVID_MAX_DEVS=64 (default)
|
||||
- FB_IBM_GXT4500=m
|
||||
- Audio:
|
||||
- SND_PCM_TIMER=y
|
||||
- SND_FIREWIRE_DIGI00X=m
|
||||
- SND_FIREWIRE_TASCAM=m
|
||||
- Sensors:
|
||||
- MXC4005=m
|
||||
- HI8435=m
|
||||
- VZ89X=m
|
||||
- HDC100X=m
|
||||
- HTU21=m
|
||||
- APDS9960=m
|
||||
- US5182D=m
|
||||
- MCP4531=m
|
||||
- MS5637=m
|
||||
- LIDAR_LITE_V2=m
|
||||
- TSYS01=m
|
||||
- TSYS02D=m
|
||||
- SENSORS_MAX31790=m
|
||||
- Misc:
|
||||
- FPGA=m
|
||||
- FPGA_MGR_ZYNQ_FPGA=n
|
||||
- UBIFS_ATIME_SUPPORT=y
|
||||
- VFIO_NOIOMMU=n
|
||||
- COMMON_CLK_SI514=m
|
||||
- RTC_DRV_RV8803=m
|
||||
- Tracing:
|
||||
- STM=m
|
||||
- STM_DUMMY=m
|
||||
- STM_SOURCE_CONSOLE=m
|
||||
- TRACING_EVENTS_GPIO=y
|
||||
- Debugging:
|
||||
- TEST_PRINTF=n
|
||||
- SECTION_MISMATCH_WARN_ONLY=y (current behavior)
|
||||
- ACPI_DEBUGGER=n
|
||||
- EFI:
|
||||
- EFI_FAKE_MEMMAP=n
|
||||
- EFI_PGT_DUMP=n
|
||||
- DEBUG_WX=y
|
||||
- Crypto:
|
||||
- CRYPTO_KEYWRAP=m
|
||||
- PWM_PCA9685=m
|
||||
- x86:
|
||||
- MIC_COSM=m
|
||||
- UNISYS_VISORINPUT=m
|
||||
- UNISYS_VISORHBA=m
|
||||
- LEGACY_VSYSCALL_EMULATE=emulate
|
||||
- INTEL_TH=m
|
||||
- INTEL_TH_PCI=m
|
||||
- INTEL_TH_GTH=m
|
||||
- INTEL_TH_STH=m
|
||||
- INTEL_TH_MSU=m
|
||||
- INTEL_TH_PTI=m
|
||||
- INTEL_TH_DEBUG=n
|
||||
- INTEL_IOMMU_SVM=y
|
||||
- INTEL_IDMA64=m
|
||||
- TOSHIBA_WMI=m
|
||||
- ARM:
|
||||
- AHCI_QORIQ=n
|
||||
- BCM7038_WDT=n
|
||||
- SSB_HOST_SOC=n
|
||||
- MFD_ATMEL_FLEXCOM=n
|
||||
- commit ac3c385
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 15 11:45:43 CET 2015 - jslaby@suse.cz
|
||||
|
||||
@ -207,6 +536,13 @@ Wed Nov 11 13:01:29 CET 2015 - dvaleev@suse.com
|
||||
Set CONFIG_SPARSEMEM_VMEMMAP=y for Power
|
||||
- commit 5a67c8d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 12:55:59 CET 2015 - dvaleev@suse.com
|
||||
|
||||
- Update config files (bsc#951533).
|
||||
Set CONFIG_SPARSEMEM_VMEMMAP=y for Power
|
||||
- commit fd42e9a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 12:33:59 CET 2015 - tiwai@suse.de
|
||||
|
||||
@ -3962,14 +4298,14 @@ Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
||||
|
||||
- Use fop for creating PDF files in kernel-docs package
|
||||
As some files still cannot be built with the default backend.
|
||||
- commit 2dca13d
|
||||
- commit 0de03e2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 15:55:56 CEST 2014 - tiwai@suse.de
|
||||
|
||||
- Fix build of PDF files in kernel-docs package
|
||||
Double the spaces for tex, and fix buildrequires for docbook.
|
||||
- commit 59505a1
|
||||
- commit 9e1f511
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 20 18:02:41 CEST 2014 - tiwai@suse.de
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 4.3
|
||||
%define patchversion 4.3.3
|
||||
%define srcversion 4.4
|
||||
%define patchversion 4.4.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,9 +57,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.3.3
|
||||
Version: 4.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gda39cbd
|
||||
Release: <RELEASE>.g83948c1
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,16 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-final.
|
||||
- commit f1e5f1f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 17:37:28 CET 2016 - fdmanana@suse.com
|
||||
|
||||
- Btrfs: fix fitrim discarding device area reserved for boot
|
||||
loader's use (bsc#960910).
|
||||
- commit 95610af
|
||||
- commit 238d0b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 16:10:24 CET 2016 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.suse/supported-flag (fix modpost command line
|
||||
option spec).
|
||||
- commit 2566c29
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 7 22:47:46 CET 2016 - tiwai@suse.de
|
||||
|
||||
- ethernet/atheros/alx: sanitize buffer sizing and padding
|
||||
(boo#952621).
|
||||
- commit d89492e
|
||||
- commit f8f6570
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 7 10:37:01 CET 2016 - dchang@suse.com
|
||||
@ -18,6 +31,12 @@ Thu Jan 7 10:37:01 CET 2016 - dchang@suse.com
|
||||
- bnx2x: Fix VLANs null-pointer for 57710, 57711 (boo#960923).
|
||||
- commit a1b48ad
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 14:34:02 CET 2016 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc8.
|
||||
- commit e628e30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 13:38:39 CET 2016 - dvaleev@suse.com
|
||||
|
||||
@ -25,6 +44,13 @@ Mon Jan 4 13:38:39 CET 2016 - dvaleev@suse.com
|
||||
- Update config files: CONFIG_IBMVNIC=m
|
||||
- commit eae9134
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 13:35:21 CET 2016 - dvaleev@suse.com
|
||||
|
||||
- Driver for IBM System i/p VNIC protocol.
|
||||
- Update config files CONFIG_VNIC=m
|
||||
- commit 85261f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 06:34:03 CET 2016 - jlee@suse.com
|
||||
|
||||
@ -32,6 +58,13 @@ Mon Jan 4 06:34:03 CET 2016 - jlee@suse.com
|
||||
CVE-2015-7550).
|
||||
- commit 1c9407b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 1 07:32:36 CET 2016 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Enable more RK3288 options for lpae
|
||||
Namely MMC and IO domains, already enabled for default/vanilla.
|
||||
- commit 49467f0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 30 10:32:09 CET 2015 - jlee@suse.com
|
||||
|
||||
@ -46,6 +79,18 @@ Mon Dec 28 16:58:51 CET 2015 - jeffm@suse.com
|
||||
bsc#960281).
|
||||
- commit 77a3e32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 28 16:30:30 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc7.
|
||||
- commit 276c9f4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 22 15:41:29 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc6.
|
||||
- commit f4ac202
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 22 12:19:48 CET 2015 - afaerber@suse.de
|
||||
|
||||
@ -71,18 +116,32 @@ Tue Dec 15 16:46:42 CET 2015 - tiwai@suse.de
|
||||
generically (bsc#958439).
|
||||
- commit 7b4772e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 09:45:24 CET 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/compute-PATCHVERSION.sh: Skip stale directories in the package dir
|
||||
- commit 014bd26
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 09:27:40 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.3.3.
|
||||
- commit 0baa1c7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 02:41:46 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc5.
|
||||
- commit da8b87d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 13 15:37:27 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Enable ACT8865 for lpae, too
|
||||
It is needed for the Firefly-RK3288 board.
|
||||
(cherry picked from commit a9615824052d71ec99a224fb9f6e91795edc5d7a)
|
||||
- config: armv7hl: Enable ACT8865 for lpae, too
|
||||
It is needed for the Firefly-RK3288 board.
|
||||
- commit 4ab0c5d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -105,6 +164,13 @@ Wed Dec 9 16:51:24 CET 2015 - tiwai@suse.de
|
||||
- ALSA: hda - Fix noise problems on Thinkpad T440s (boo#958504).
|
||||
- commit 6945bb0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 17:12:41 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc4.
|
||||
- Eliminated 5 patches.
|
||||
- commit 923c13b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 11:24:31 CET 2015 - jslaby@suse.cz
|
||||
|
||||
@ -112,12 +178,85 @@ Mon Dec 7 11:24:31 CET 2015 - jslaby@suse.cz
|
||||
Use the fix from master.
|
||||
- commit d3f999c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 11:19:25 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
- Fix these warnings (since 4.4 as of 0ab32b6f1):
|
||||
kernel/unwind.c:672: warning: passing argument 2 of ‘probe_kernel_read’ makes pointer from integer without a cast
|
||||
- commit 6bcd0e3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 6 20:08:55 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
Add missing put_cpu() in case dwarf unwinder succeeds (bnc#943107)
|
||||
- commit 60ce178
|
||||
- commit 68ab1c1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 17:53:47 CET 2015 - mbrugger@suse.com
|
||||
|
||||
- Delete
|
||||
patches.arch/arm64-gpex-0009-pci-Enable-pci-host-generic-support-for-ARM64.patch.
|
||||
- commit 7985c89
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 17:52:43 CET 2015 - mbrugger@suse.com
|
||||
|
||||
- Delete
|
||||
patches.arch/arm64-0005-arm64-dts-Add-X-Gene-reboot-driver-dts-node.patch.
|
||||
- commit 435b78e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 18:07:00 CET 2015 - jeffm@suse.com
|
||||
|
||||
- config: sync SWIOTLB config change to ppc/vanilla
|
||||
- commit 3d7391b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:57:48 CET 2015 - duwe@suse.de
|
||||
|
||||
- On ppc, SWIOTLB is just an alias for DMA bounce buffers
|
||||
(see Kconfig help:
|
||||
"Support for IO bounce buffering for systems without an IOMMU..." )
|
||||
The systems we support all have proper IOMMUs and thus don't need
|
||||
it.
|
||||
- commit d43936a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:11:11 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc3.
|
||||
- Eliminated 2 patches.
|
||||
- commit 916e346
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:04:40 CET 2015 - dvaleev@suse.com
|
||||
|
||||
- Add RHEL to kernel-obs-build
|
||||
- commit a010d5e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 15:01:56 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Enable Xen in x86 vanilla configs
|
||||
Align the vanilla configs with i386/pae and x86_64/default,
|
||||
respectively.
|
||||
- commit defd50c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:58:28 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Enable pae in i386/vanilla
|
||||
We use kernel-pae in majority of 32bit installs, so it makes sense to
|
||||
sync i386/vanilla with this flavor.
|
||||
- commit 3557f7c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:15:39 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Drop SUSE_KERNEL and SPLIT_PACKAGE patches from vanilla (bsc#957159)
|
||||
- commit fa79c63
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 13:33:34 CET 2015 - tiwai@suse.de
|
||||
@ -132,7 +271,10 @@ Fri Nov 27 20:32:44 CET 2015 - tiwai@suse.de
|
||||
- drm/i915: Don't override output type for DDI HDMI (boo#955190).
|
||||
- drm/i915: Don't compare has_drrs strictly in pipe config
|
||||
(bsc#956397).
|
||||
- commit bce32fe
|
||||
- drm/i915: Don't override output type for DDI HDMI (boo#955190).
|
||||
- drm/i915: Don't compare has_drrs strictly in pipe config
|
||||
(bsc#956397).
|
||||
- commit 7c0fedd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 10:44:19 CET 2015 - mkubecek@suse.cz
|
||||
@ -142,6 +284,48 @@ Thu Nov 26 10:44:19 CET 2015 - mkubecek@suse.cz
|
||||
http://lists.opensuse.org/opensuse-kernel/2015-11/msg00046.html
|
||||
- commit 91e30a7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 09:46:39 CET 2015 - mkubecek@suse.cz
|
||||
|
||||
- Delete patches.fixes/bridge-module-get-put.patch.
|
||||
As discussed in
|
||||
http://lists.opensuse.org/opensuse-kernel/2015-11/msg00046.html
|
||||
- commit 856bef8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 23 20:32:47 CET 2015 - jeffm@suse.com
|
||||
|
||||
- config: refresh ARM configs for 4.4-rc2.
|
||||
- commit 7eabae5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 23 20:30:57 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc2.
|
||||
- Eliminated 1 patch.
|
||||
- commit dea70ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 02:15:47 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Update configs for 4.4-rc1
|
||||
Align vanilla and default while at it.
|
||||
- commit f5e67d3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 01:30:12 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Update configs for 4.4-rc1
|
||||
Align vanilla and default while at it.
|
||||
- commit 11c6acd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 01:06:18 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Update configs for 4.4-rc1
|
||||
Disable FW_LOADER_USER_HELPER_FALLBACK for vanilla (boo#944661, boo#951260).
|
||||
- commit d412cf8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 21:04:23 CET 2015 - mmarek@suse.com
|
||||
|
||||
@ -150,11 +334,29 @@ Fri Nov 20 21:04:23 CET 2015 - mmarek@suse.com
|
||||
-default kernel which does not support Xen either.
|
||||
- commit 6a48ac7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 21:52:18 CET 2015 - jeffm@suse.com
|
||||
|
||||
- serial: export fsl8250_handle_irq.
|
||||
- commit 42fd13e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 09:12:16 CET 2015 - mmarek@suse.com
|
||||
|
||||
- xen/events: Always allocate legacy interrupts on PV guests.
|
||||
- commit b63d753
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 07:41:19 CET 2015 - tiwai@suse.de
|
||||
|
||||
- ethernet/atheros/alx: add Killer E2400 device ID (boo#955363).
|
||||
- commit 66773be
|
||||
- commit aa7197b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 23:10:23 CET 2015 - mmarek@suse.cz
|
||||
|
||||
- staging: lustre: remove IOC_LIBCFS_PING_TEST ioctl.
|
||||
- commit 6772624
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 22:40:44 CET 2015 - mmarek@suse.cz
|
||||
@ -166,12 +368,139 @@ Wed Nov 18 22:40:44 CET 2015 - mmarek@suse.cz
|
||||
branch as a reference.
|
||||
- commit ff1dcd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 22:21:27 CET 2015 - mmarek@suse.cz
|
||||
|
||||
- Refresh config files.
|
||||
- commit f8f53b4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 17:55:24 CET 2015 - jeffm@suse.com
|
||||
|
||||
- btrfs: qgroup: fix quota disable during rescan.
|
||||
- commit 85158a1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 17 10:14:21 CET 2015 - jlee@suse.com
|
||||
|
||||
- X.509: Fix the time validation [ver #2] (bsc#954414).
|
||||
- commit 6b3b033
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 16 20:26:54 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc1.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating.
|
||||
- 7 patches eliminated.
|
||||
- Config changes:
|
||||
- Networking:
|
||||
- NETFILTER_NETLINK_GLUE_CT=y
|
||||
- renamed from NETFILTER_NETLINK_QUEUE_CT
|
||||
- IEEE802154_NL802154_EXPERIMENTAL=n
|
||||
- still in development, assumed the option
|
||||
will be renamed when it's finalized
|
||||
- NET_L3_MASTER_DEV=y (library, no code execution by itself)
|
||||
- NFC_FDP=m
|
||||
- NFC_FDP_I2C=m
|
||||
- NFC_MRVL_I2C=m
|
||||
- BNXT=m
|
||||
- BNXT_SRIOV=y
|
||||
- MLXSW_SPECTRUM=m
|
||||
- QED=m
|
||||
- QEDE=m
|
||||
- RTL8XXXU=m
|
||||
- RTL8XXXU_UNTESTED=y
|
||||
- WILC1000_DRIVER=n (no module option)
|
||||
- Storage:
|
||||
- NVM=y
|
||||
- NVM_DEBUG=n
|
||||
- NVM_GENNVM=m
|
||||
- NVM_RRPC=m
|
||||
- Input/Serial:
|
||||
- TOUCHSCREEN_FT6236=m
|
||||
- TOUCHSCREEN_TSC2004=m
|
||||
- TOUCHSCREEN_ROHM_BU21023=m
|
||||
- INPUT_DA9063_ONKEY=m
|
||||
- USERIO=m
|
||||
- SERIAL_8250_RT288X=y
|
||||
- SERIAL_8250_MID=m
|
||||
- HID_CORSAIR=m
|
||||
- HID_GFRM=m
|
||||
- Misc:
|
||||
- PINCTRL_BROXTON=n
|
||||
- GPIO_AMDPT=m
|
||||
- GPIO_104_IDIO_16=m
|
||||
- GPIO_IT87=m
|
||||
- BATTERY_BQ27XXX=m
|
||||
- BATTERY_BQ27XXX_I2C=y
|
||||
- BATTERY_BQ27XXX_PLATFORM=y
|
||||
- Video:
|
||||
- VIDEO_VIVID_MAX_DEVS=64 (default)
|
||||
- FB_IBM_GXT4500=m
|
||||
- Audio:
|
||||
- SND_PCM_TIMER=y
|
||||
- SND_FIREWIRE_DIGI00X=m
|
||||
- SND_FIREWIRE_TASCAM=m
|
||||
- Sensors:
|
||||
- MXC4005=m
|
||||
- HI8435=m
|
||||
- VZ89X=m
|
||||
- HDC100X=m
|
||||
- HTU21=m
|
||||
- APDS9960=m
|
||||
- US5182D=m
|
||||
- MCP4531=m
|
||||
- MS5637=m
|
||||
- LIDAR_LITE_V2=m
|
||||
- TSYS01=m
|
||||
- TSYS02D=m
|
||||
- SENSORS_MAX31790=m
|
||||
- Misc:
|
||||
- FPGA=m
|
||||
- FPGA_MGR_ZYNQ_FPGA=n
|
||||
- UBIFS_ATIME_SUPPORT=y
|
||||
- VFIO_NOIOMMU=n
|
||||
- COMMON_CLK_SI514=m
|
||||
- RTC_DRV_RV8803=m
|
||||
- Tracing:
|
||||
- STM=m
|
||||
- STM_DUMMY=m
|
||||
- STM_SOURCE_CONSOLE=m
|
||||
- TRACING_EVENTS_GPIO=y
|
||||
- Debugging:
|
||||
- TEST_PRINTF=n
|
||||
- SECTION_MISMATCH_WARN_ONLY=y (current behavior)
|
||||
- ACPI_DEBUGGER=n
|
||||
- EFI:
|
||||
- EFI_FAKE_MEMMAP=n
|
||||
- EFI_PGT_DUMP=n
|
||||
- DEBUG_WX=y
|
||||
- Crypto:
|
||||
- CRYPTO_KEYWRAP=m
|
||||
- PWM_PCA9685=m
|
||||
- x86:
|
||||
- MIC_COSM=m
|
||||
- UNISYS_VISORINPUT=m
|
||||
- UNISYS_VISORHBA=m
|
||||
- LEGACY_VSYSCALL_EMULATE=emulate
|
||||
- INTEL_TH=m
|
||||
- INTEL_TH_PCI=m
|
||||
- INTEL_TH_GTH=m
|
||||
- INTEL_TH_STH=m
|
||||
- INTEL_TH_MSU=m
|
||||
- INTEL_TH_PTI=m
|
||||
- INTEL_TH_DEBUG=n
|
||||
- INTEL_IOMMU_SVM=y
|
||||
- INTEL_IDMA64=m
|
||||
- TOSHIBA_WMI=m
|
||||
- ARM:
|
||||
- AHCI_QORIQ=n
|
||||
- BCM7038_WDT=n
|
||||
- SSB_HOST_SOC=n
|
||||
- MFD_ATMEL_FLEXCOM=n
|
||||
- commit ac3c385
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 15 11:45:43 CET 2015 - jslaby@suse.cz
|
||||
|
||||
@ -207,6 +536,13 @@ Wed Nov 11 13:01:29 CET 2015 - dvaleev@suse.com
|
||||
Set CONFIG_SPARSEMEM_VMEMMAP=y for Power
|
||||
- commit 5a67c8d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 12:55:59 CET 2015 - dvaleev@suse.com
|
||||
|
||||
- Update config files (bsc#951533).
|
||||
Set CONFIG_SPARSEMEM_VMEMMAP=y for Power
|
||||
- commit fd42e9a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 12:33:59 CET 2015 - tiwai@suse.de
|
||||
|
||||
@ -3962,14 +4298,14 @@ Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
||||
|
||||
- Use fop for creating PDF files in kernel-docs package
|
||||
As some files still cannot be built with the default backend.
|
||||
- commit 2dca13d
|
||||
- commit 0de03e2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 15:55:56 CEST 2014 - tiwai@suse.de
|
||||
|
||||
- Fix build of PDF files in kernel-docs package
|
||||
Double the spaces for tex, and fix buildrequires for docbook.
|
||||
- commit 59505a1
|
||||
- commit 9e1f511
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 20 18:02:41 CEST 2014 - tiwai@suse.de
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 4.3
|
||||
%define patchversion 4.3.3
|
||||
%define srcversion 4.4
|
||||
%define patchversion 4.4.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,9 +57,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.3.3
|
||||
Version: 4.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gda39cbd
|
||||
Release: <RELEASE>.g83948c1
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,16 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-final.
|
||||
- commit f1e5f1f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 17:37:28 CET 2016 - fdmanana@suse.com
|
||||
|
||||
- Btrfs: fix fitrim discarding device area reserved for boot
|
||||
loader's use (bsc#960910).
|
||||
- commit 95610af
|
||||
- commit 238d0b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 16:10:24 CET 2016 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.suse/supported-flag (fix modpost command line
|
||||
option spec).
|
||||
- commit 2566c29
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 7 22:47:46 CET 2016 - tiwai@suse.de
|
||||
|
||||
- ethernet/atheros/alx: sanitize buffer sizing and padding
|
||||
(boo#952621).
|
||||
- commit d89492e
|
||||
- commit f8f6570
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 7 10:37:01 CET 2016 - dchang@suse.com
|
||||
@ -18,6 +31,12 @@ Thu Jan 7 10:37:01 CET 2016 - dchang@suse.com
|
||||
- bnx2x: Fix VLANs null-pointer for 57710, 57711 (boo#960923).
|
||||
- commit a1b48ad
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 14:34:02 CET 2016 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc8.
|
||||
- commit e628e30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 13:38:39 CET 2016 - dvaleev@suse.com
|
||||
|
||||
@ -25,6 +44,13 @@ Mon Jan 4 13:38:39 CET 2016 - dvaleev@suse.com
|
||||
- Update config files: CONFIG_IBMVNIC=m
|
||||
- commit eae9134
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 13:35:21 CET 2016 - dvaleev@suse.com
|
||||
|
||||
- Driver for IBM System i/p VNIC protocol.
|
||||
- Update config files CONFIG_VNIC=m
|
||||
- commit 85261f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 06:34:03 CET 2016 - jlee@suse.com
|
||||
|
||||
@ -32,6 +58,13 @@ Mon Jan 4 06:34:03 CET 2016 - jlee@suse.com
|
||||
CVE-2015-7550).
|
||||
- commit 1c9407b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 1 07:32:36 CET 2016 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Enable more RK3288 options for lpae
|
||||
Namely MMC and IO domains, already enabled for default/vanilla.
|
||||
- commit 49467f0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 30 10:32:09 CET 2015 - jlee@suse.com
|
||||
|
||||
@ -46,6 +79,18 @@ Mon Dec 28 16:58:51 CET 2015 - jeffm@suse.com
|
||||
bsc#960281).
|
||||
- commit 77a3e32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 28 16:30:30 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc7.
|
||||
- commit 276c9f4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 22 15:41:29 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc6.
|
||||
- commit f4ac202
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 22 12:19:48 CET 2015 - afaerber@suse.de
|
||||
|
||||
@ -71,18 +116,32 @@ Tue Dec 15 16:46:42 CET 2015 - tiwai@suse.de
|
||||
generically (bsc#958439).
|
||||
- commit 7b4772e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 09:45:24 CET 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/compute-PATCHVERSION.sh: Skip stale directories in the package dir
|
||||
- commit 014bd26
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 09:27:40 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.3.3.
|
||||
- commit 0baa1c7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 02:41:46 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc5.
|
||||
- commit da8b87d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 13 15:37:27 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Enable ACT8865 for lpae, too
|
||||
It is needed for the Firefly-RK3288 board.
|
||||
(cherry picked from commit a9615824052d71ec99a224fb9f6e91795edc5d7a)
|
||||
- config: armv7hl: Enable ACT8865 for lpae, too
|
||||
It is needed for the Firefly-RK3288 board.
|
||||
- commit 4ab0c5d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -105,6 +164,13 @@ Wed Dec 9 16:51:24 CET 2015 - tiwai@suse.de
|
||||
- ALSA: hda - Fix noise problems on Thinkpad T440s (boo#958504).
|
||||
- commit 6945bb0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 17:12:41 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc4.
|
||||
- Eliminated 5 patches.
|
||||
- commit 923c13b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 11:24:31 CET 2015 - jslaby@suse.cz
|
||||
|
||||
@ -112,12 +178,85 @@ Mon Dec 7 11:24:31 CET 2015 - jslaby@suse.cz
|
||||
Use the fix from master.
|
||||
- commit d3f999c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 11:19:25 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
- Fix these warnings (since 4.4 as of 0ab32b6f1):
|
||||
kernel/unwind.c:672: warning: passing argument 2 of ‘probe_kernel_read’ makes pointer from integer without a cast
|
||||
- commit 6bcd0e3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 6 20:08:55 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
Add missing put_cpu() in case dwarf unwinder succeeds (bnc#943107)
|
||||
- commit 60ce178
|
||||
- commit 68ab1c1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 17:53:47 CET 2015 - mbrugger@suse.com
|
||||
|
||||
- Delete
|
||||
patches.arch/arm64-gpex-0009-pci-Enable-pci-host-generic-support-for-ARM64.patch.
|
||||
- commit 7985c89
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 17:52:43 CET 2015 - mbrugger@suse.com
|
||||
|
||||
- Delete
|
||||
patches.arch/arm64-0005-arm64-dts-Add-X-Gene-reboot-driver-dts-node.patch.
|
||||
- commit 435b78e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 18:07:00 CET 2015 - jeffm@suse.com
|
||||
|
||||
- config: sync SWIOTLB config change to ppc/vanilla
|
||||
- commit 3d7391b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:57:48 CET 2015 - duwe@suse.de
|
||||
|
||||
- On ppc, SWIOTLB is just an alias for DMA bounce buffers
|
||||
(see Kconfig help:
|
||||
"Support for IO bounce buffering for systems without an IOMMU..." )
|
||||
The systems we support all have proper IOMMUs and thus don't need
|
||||
it.
|
||||
- commit d43936a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:11:11 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc3.
|
||||
- Eliminated 2 patches.
|
||||
- commit 916e346
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:04:40 CET 2015 - dvaleev@suse.com
|
||||
|
||||
- Add RHEL to kernel-obs-build
|
||||
- commit a010d5e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 15:01:56 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Enable Xen in x86 vanilla configs
|
||||
Align the vanilla configs with i386/pae and x86_64/default,
|
||||
respectively.
|
||||
- commit defd50c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:58:28 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Enable pae in i386/vanilla
|
||||
We use kernel-pae in majority of 32bit installs, so it makes sense to
|
||||
sync i386/vanilla with this flavor.
|
||||
- commit 3557f7c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:15:39 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Drop SUSE_KERNEL and SPLIT_PACKAGE patches from vanilla (bsc#957159)
|
||||
- commit fa79c63
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 13:33:34 CET 2015 - tiwai@suse.de
|
||||
@ -132,7 +271,10 @@ Fri Nov 27 20:32:44 CET 2015 - tiwai@suse.de
|
||||
- drm/i915: Don't override output type for DDI HDMI (boo#955190).
|
||||
- drm/i915: Don't compare has_drrs strictly in pipe config
|
||||
(bsc#956397).
|
||||
- commit bce32fe
|
||||
- drm/i915: Don't override output type for DDI HDMI (boo#955190).
|
||||
- drm/i915: Don't compare has_drrs strictly in pipe config
|
||||
(bsc#956397).
|
||||
- commit 7c0fedd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 10:44:19 CET 2015 - mkubecek@suse.cz
|
||||
@ -142,6 +284,48 @@ Thu Nov 26 10:44:19 CET 2015 - mkubecek@suse.cz
|
||||
http://lists.opensuse.org/opensuse-kernel/2015-11/msg00046.html
|
||||
- commit 91e30a7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 09:46:39 CET 2015 - mkubecek@suse.cz
|
||||
|
||||
- Delete patches.fixes/bridge-module-get-put.patch.
|
||||
As discussed in
|
||||
http://lists.opensuse.org/opensuse-kernel/2015-11/msg00046.html
|
||||
- commit 856bef8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 23 20:32:47 CET 2015 - jeffm@suse.com
|
||||
|
||||
- config: refresh ARM configs for 4.4-rc2.
|
||||
- commit 7eabae5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 23 20:30:57 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc2.
|
||||
- Eliminated 1 patch.
|
||||
- commit dea70ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 02:15:47 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Update configs for 4.4-rc1
|
||||
Align vanilla and default while at it.
|
||||
- commit f5e67d3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 01:30:12 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Update configs for 4.4-rc1
|
||||
Align vanilla and default while at it.
|
||||
- commit 11c6acd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 01:06:18 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Update configs for 4.4-rc1
|
||||
Disable FW_LOADER_USER_HELPER_FALLBACK for vanilla (boo#944661, boo#951260).
|
||||
- commit d412cf8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 21:04:23 CET 2015 - mmarek@suse.com
|
||||
|
||||
@ -150,11 +334,29 @@ Fri Nov 20 21:04:23 CET 2015 - mmarek@suse.com
|
||||
-default kernel which does not support Xen either.
|
||||
- commit 6a48ac7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 21:52:18 CET 2015 - jeffm@suse.com
|
||||
|
||||
- serial: export fsl8250_handle_irq.
|
||||
- commit 42fd13e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 09:12:16 CET 2015 - mmarek@suse.com
|
||||
|
||||
- xen/events: Always allocate legacy interrupts on PV guests.
|
||||
- commit b63d753
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 07:41:19 CET 2015 - tiwai@suse.de
|
||||
|
||||
- ethernet/atheros/alx: add Killer E2400 device ID (boo#955363).
|
||||
- commit 66773be
|
||||
- commit aa7197b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 23:10:23 CET 2015 - mmarek@suse.cz
|
||||
|
||||
- staging: lustre: remove IOC_LIBCFS_PING_TEST ioctl.
|
||||
- commit 6772624
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 22:40:44 CET 2015 - mmarek@suse.cz
|
||||
@ -166,12 +368,139 @@ Wed Nov 18 22:40:44 CET 2015 - mmarek@suse.cz
|
||||
branch as a reference.
|
||||
- commit ff1dcd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 22:21:27 CET 2015 - mmarek@suse.cz
|
||||
|
||||
- Refresh config files.
|
||||
- commit f8f53b4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 17:55:24 CET 2015 - jeffm@suse.com
|
||||
|
||||
- btrfs: qgroup: fix quota disable during rescan.
|
||||
- commit 85158a1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 17 10:14:21 CET 2015 - jlee@suse.com
|
||||
|
||||
- X.509: Fix the time validation [ver #2] (bsc#954414).
|
||||
- commit 6b3b033
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 16 20:26:54 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc1.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating.
|
||||
- 7 patches eliminated.
|
||||
- Config changes:
|
||||
- Networking:
|
||||
- NETFILTER_NETLINK_GLUE_CT=y
|
||||
- renamed from NETFILTER_NETLINK_QUEUE_CT
|
||||
- IEEE802154_NL802154_EXPERIMENTAL=n
|
||||
- still in development, assumed the option
|
||||
will be renamed when it's finalized
|
||||
- NET_L3_MASTER_DEV=y (library, no code execution by itself)
|
||||
- NFC_FDP=m
|
||||
- NFC_FDP_I2C=m
|
||||
- NFC_MRVL_I2C=m
|
||||
- BNXT=m
|
||||
- BNXT_SRIOV=y
|
||||
- MLXSW_SPECTRUM=m
|
||||
- QED=m
|
||||
- QEDE=m
|
||||
- RTL8XXXU=m
|
||||
- RTL8XXXU_UNTESTED=y
|
||||
- WILC1000_DRIVER=n (no module option)
|
||||
- Storage:
|
||||
- NVM=y
|
||||
- NVM_DEBUG=n
|
||||
- NVM_GENNVM=m
|
||||
- NVM_RRPC=m
|
||||
- Input/Serial:
|
||||
- TOUCHSCREEN_FT6236=m
|
||||
- TOUCHSCREEN_TSC2004=m
|
||||
- TOUCHSCREEN_ROHM_BU21023=m
|
||||
- INPUT_DA9063_ONKEY=m
|
||||
- USERIO=m
|
||||
- SERIAL_8250_RT288X=y
|
||||
- SERIAL_8250_MID=m
|
||||
- HID_CORSAIR=m
|
||||
- HID_GFRM=m
|
||||
- Misc:
|
||||
- PINCTRL_BROXTON=n
|
||||
- GPIO_AMDPT=m
|
||||
- GPIO_104_IDIO_16=m
|
||||
- GPIO_IT87=m
|
||||
- BATTERY_BQ27XXX=m
|
||||
- BATTERY_BQ27XXX_I2C=y
|
||||
- BATTERY_BQ27XXX_PLATFORM=y
|
||||
- Video:
|
||||
- VIDEO_VIVID_MAX_DEVS=64 (default)
|
||||
- FB_IBM_GXT4500=m
|
||||
- Audio:
|
||||
- SND_PCM_TIMER=y
|
||||
- SND_FIREWIRE_DIGI00X=m
|
||||
- SND_FIREWIRE_TASCAM=m
|
||||
- Sensors:
|
||||
- MXC4005=m
|
||||
- HI8435=m
|
||||
- VZ89X=m
|
||||
- HDC100X=m
|
||||
- HTU21=m
|
||||
- APDS9960=m
|
||||
- US5182D=m
|
||||
- MCP4531=m
|
||||
- MS5637=m
|
||||
- LIDAR_LITE_V2=m
|
||||
- TSYS01=m
|
||||
- TSYS02D=m
|
||||
- SENSORS_MAX31790=m
|
||||
- Misc:
|
||||
- FPGA=m
|
||||
- FPGA_MGR_ZYNQ_FPGA=n
|
||||
- UBIFS_ATIME_SUPPORT=y
|
||||
- VFIO_NOIOMMU=n
|
||||
- COMMON_CLK_SI514=m
|
||||
- RTC_DRV_RV8803=m
|
||||
- Tracing:
|
||||
- STM=m
|
||||
- STM_DUMMY=m
|
||||
- STM_SOURCE_CONSOLE=m
|
||||
- TRACING_EVENTS_GPIO=y
|
||||
- Debugging:
|
||||
- TEST_PRINTF=n
|
||||
- SECTION_MISMATCH_WARN_ONLY=y (current behavior)
|
||||
- ACPI_DEBUGGER=n
|
||||
- EFI:
|
||||
- EFI_FAKE_MEMMAP=n
|
||||
- EFI_PGT_DUMP=n
|
||||
- DEBUG_WX=y
|
||||
- Crypto:
|
||||
- CRYPTO_KEYWRAP=m
|
||||
- PWM_PCA9685=m
|
||||
- x86:
|
||||
- MIC_COSM=m
|
||||
- UNISYS_VISORINPUT=m
|
||||
- UNISYS_VISORHBA=m
|
||||
- LEGACY_VSYSCALL_EMULATE=emulate
|
||||
- INTEL_TH=m
|
||||
- INTEL_TH_PCI=m
|
||||
- INTEL_TH_GTH=m
|
||||
- INTEL_TH_STH=m
|
||||
- INTEL_TH_MSU=m
|
||||
- INTEL_TH_PTI=m
|
||||
- INTEL_TH_DEBUG=n
|
||||
- INTEL_IOMMU_SVM=y
|
||||
- INTEL_IDMA64=m
|
||||
- TOSHIBA_WMI=m
|
||||
- ARM:
|
||||
- AHCI_QORIQ=n
|
||||
- BCM7038_WDT=n
|
||||
- SSB_HOST_SOC=n
|
||||
- MFD_ATMEL_FLEXCOM=n
|
||||
- commit ac3c385
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 15 11:45:43 CET 2015 - jslaby@suse.cz
|
||||
|
||||
@ -207,6 +536,13 @@ Wed Nov 11 13:01:29 CET 2015 - dvaleev@suse.com
|
||||
Set CONFIG_SPARSEMEM_VMEMMAP=y for Power
|
||||
- commit 5a67c8d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 12:55:59 CET 2015 - dvaleev@suse.com
|
||||
|
||||
- Update config files (bsc#951533).
|
||||
Set CONFIG_SPARSEMEM_VMEMMAP=y for Power
|
||||
- commit fd42e9a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 12:33:59 CET 2015 - tiwai@suse.de
|
||||
|
||||
@ -3962,14 +4298,14 @@ Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
||||
|
||||
- Use fop for creating PDF files in kernel-docs package
|
||||
As some files still cannot be built with the default backend.
|
||||
- commit 2dca13d
|
||||
- commit 0de03e2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 15:55:56 CEST 2014 - tiwai@suse.de
|
||||
|
||||
- Fix build of PDF files in kernel-docs package
|
||||
Double the spaces for tex, and fix buildrequires for docbook.
|
||||
- commit 59505a1
|
||||
- commit 9e1f511
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 20 18:02:41 CEST 2014 - tiwai@suse.de
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define patchversion 4.3.3
|
||||
%define patchversion 4.4.0
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -27,9 +27,9 @@ Name: kernel-docs
|
||||
Summary: Kernel Documentation (man pages)
|
||||
License: GPL-2.0
|
||||
Group: Documentation/Man
|
||||
Version: 4.3.3
|
||||
Version: 4.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gda39cbd
|
||||
Release: <RELEASE>.g83948c1
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,16 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-final.
|
||||
- commit f1e5f1f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 17:37:28 CET 2016 - fdmanana@suse.com
|
||||
|
||||
- Btrfs: fix fitrim discarding device area reserved for boot
|
||||
loader's use (bsc#960910).
|
||||
- commit 95610af
|
||||
- commit 238d0b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 16:10:24 CET 2016 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.suse/supported-flag (fix modpost command line
|
||||
option spec).
|
||||
- commit 2566c29
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 7 22:47:46 CET 2016 - tiwai@suse.de
|
||||
|
||||
- ethernet/atheros/alx: sanitize buffer sizing and padding
|
||||
(boo#952621).
|
||||
- commit d89492e
|
||||
- commit f8f6570
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 7 10:37:01 CET 2016 - dchang@suse.com
|
||||
@ -18,6 +31,12 @@ Thu Jan 7 10:37:01 CET 2016 - dchang@suse.com
|
||||
- bnx2x: Fix VLANs null-pointer for 57710, 57711 (boo#960923).
|
||||
- commit a1b48ad
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 14:34:02 CET 2016 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc8.
|
||||
- commit e628e30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 13:38:39 CET 2016 - dvaleev@suse.com
|
||||
|
||||
@ -25,6 +44,13 @@ Mon Jan 4 13:38:39 CET 2016 - dvaleev@suse.com
|
||||
- Update config files: CONFIG_IBMVNIC=m
|
||||
- commit eae9134
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 13:35:21 CET 2016 - dvaleev@suse.com
|
||||
|
||||
- Driver for IBM System i/p VNIC protocol.
|
||||
- Update config files CONFIG_VNIC=m
|
||||
- commit 85261f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 06:34:03 CET 2016 - jlee@suse.com
|
||||
|
||||
@ -32,6 +58,13 @@ Mon Jan 4 06:34:03 CET 2016 - jlee@suse.com
|
||||
CVE-2015-7550).
|
||||
- commit 1c9407b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 1 07:32:36 CET 2016 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Enable more RK3288 options for lpae
|
||||
Namely MMC and IO domains, already enabled for default/vanilla.
|
||||
- commit 49467f0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 30 10:32:09 CET 2015 - jlee@suse.com
|
||||
|
||||
@ -46,6 +79,18 @@ Mon Dec 28 16:58:51 CET 2015 - jeffm@suse.com
|
||||
bsc#960281).
|
||||
- commit 77a3e32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 28 16:30:30 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc7.
|
||||
- commit 276c9f4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 22 15:41:29 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc6.
|
||||
- commit f4ac202
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 22 12:19:48 CET 2015 - afaerber@suse.de
|
||||
|
||||
@ -71,18 +116,32 @@ Tue Dec 15 16:46:42 CET 2015 - tiwai@suse.de
|
||||
generically (bsc#958439).
|
||||
- commit 7b4772e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 09:45:24 CET 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/compute-PATCHVERSION.sh: Skip stale directories in the package dir
|
||||
- commit 014bd26
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 09:27:40 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.3.3.
|
||||
- commit 0baa1c7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 02:41:46 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc5.
|
||||
- commit da8b87d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 13 15:37:27 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Enable ACT8865 for lpae, too
|
||||
It is needed for the Firefly-RK3288 board.
|
||||
(cherry picked from commit a9615824052d71ec99a224fb9f6e91795edc5d7a)
|
||||
- config: armv7hl: Enable ACT8865 for lpae, too
|
||||
It is needed for the Firefly-RK3288 board.
|
||||
- commit 4ab0c5d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -105,6 +164,13 @@ Wed Dec 9 16:51:24 CET 2015 - tiwai@suse.de
|
||||
- ALSA: hda - Fix noise problems on Thinkpad T440s (boo#958504).
|
||||
- commit 6945bb0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 17:12:41 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc4.
|
||||
- Eliminated 5 patches.
|
||||
- commit 923c13b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 11:24:31 CET 2015 - jslaby@suse.cz
|
||||
|
||||
@ -112,12 +178,85 @@ Mon Dec 7 11:24:31 CET 2015 - jslaby@suse.cz
|
||||
Use the fix from master.
|
||||
- commit d3f999c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 11:19:25 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
- Fix these warnings (since 4.4 as of 0ab32b6f1):
|
||||
kernel/unwind.c:672: warning: passing argument 2 of ‘probe_kernel_read’ makes pointer from integer without a cast
|
||||
- commit 6bcd0e3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 6 20:08:55 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
Add missing put_cpu() in case dwarf unwinder succeeds (bnc#943107)
|
||||
- commit 60ce178
|
||||
- commit 68ab1c1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 17:53:47 CET 2015 - mbrugger@suse.com
|
||||
|
||||
- Delete
|
||||
patches.arch/arm64-gpex-0009-pci-Enable-pci-host-generic-support-for-ARM64.patch.
|
||||
- commit 7985c89
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 17:52:43 CET 2015 - mbrugger@suse.com
|
||||
|
||||
- Delete
|
||||
patches.arch/arm64-0005-arm64-dts-Add-X-Gene-reboot-driver-dts-node.patch.
|
||||
- commit 435b78e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 18:07:00 CET 2015 - jeffm@suse.com
|
||||
|
||||
- config: sync SWIOTLB config change to ppc/vanilla
|
||||
- commit 3d7391b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:57:48 CET 2015 - duwe@suse.de
|
||||
|
||||
- On ppc, SWIOTLB is just an alias for DMA bounce buffers
|
||||
(see Kconfig help:
|
||||
"Support for IO bounce buffering for systems without an IOMMU..." )
|
||||
The systems we support all have proper IOMMUs and thus don't need
|
||||
it.
|
||||
- commit d43936a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:11:11 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc3.
|
||||
- Eliminated 2 patches.
|
||||
- commit 916e346
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:04:40 CET 2015 - dvaleev@suse.com
|
||||
|
||||
- Add RHEL to kernel-obs-build
|
||||
- commit a010d5e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 15:01:56 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Enable Xen in x86 vanilla configs
|
||||
Align the vanilla configs with i386/pae and x86_64/default,
|
||||
respectively.
|
||||
- commit defd50c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:58:28 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Enable pae in i386/vanilla
|
||||
We use kernel-pae in majority of 32bit installs, so it makes sense to
|
||||
sync i386/vanilla with this flavor.
|
||||
- commit 3557f7c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:15:39 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Drop SUSE_KERNEL and SPLIT_PACKAGE patches from vanilla (bsc#957159)
|
||||
- commit fa79c63
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 13:33:34 CET 2015 - tiwai@suse.de
|
||||
@ -132,7 +271,10 @@ Fri Nov 27 20:32:44 CET 2015 - tiwai@suse.de
|
||||
- drm/i915: Don't override output type for DDI HDMI (boo#955190).
|
||||
- drm/i915: Don't compare has_drrs strictly in pipe config
|
||||
(bsc#956397).
|
||||
- commit bce32fe
|
||||
- drm/i915: Don't override output type for DDI HDMI (boo#955190).
|
||||
- drm/i915: Don't compare has_drrs strictly in pipe config
|
||||
(bsc#956397).
|
||||
- commit 7c0fedd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 10:44:19 CET 2015 - mkubecek@suse.cz
|
||||
@ -142,6 +284,48 @@ Thu Nov 26 10:44:19 CET 2015 - mkubecek@suse.cz
|
||||
http://lists.opensuse.org/opensuse-kernel/2015-11/msg00046.html
|
||||
- commit 91e30a7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 09:46:39 CET 2015 - mkubecek@suse.cz
|
||||
|
||||
- Delete patches.fixes/bridge-module-get-put.patch.
|
||||
As discussed in
|
||||
http://lists.opensuse.org/opensuse-kernel/2015-11/msg00046.html
|
||||
- commit 856bef8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 23 20:32:47 CET 2015 - jeffm@suse.com
|
||||
|
||||
- config: refresh ARM configs for 4.4-rc2.
|
||||
- commit 7eabae5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 23 20:30:57 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc2.
|
||||
- Eliminated 1 patch.
|
||||
- commit dea70ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 02:15:47 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Update configs for 4.4-rc1
|
||||
Align vanilla and default while at it.
|
||||
- commit f5e67d3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 01:30:12 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Update configs for 4.4-rc1
|
||||
Align vanilla and default while at it.
|
||||
- commit 11c6acd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 01:06:18 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Update configs for 4.4-rc1
|
||||
Disable FW_LOADER_USER_HELPER_FALLBACK for vanilla (boo#944661, boo#951260).
|
||||
- commit d412cf8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 21:04:23 CET 2015 - mmarek@suse.com
|
||||
|
||||
@ -150,11 +334,29 @@ Fri Nov 20 21:04:23 CET 2015 - mmarek@suse.com
|
||||
-default kernel which does not support Xen either.
|
||||
- commit 6a48ac7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 21:52:18 CET 2015 - jeffm@suse.com
|
||||
|
||||
- serial: export fsl8250_handle_irq.
|
||||
- commit 42fd13e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 09:12:16 CET 2015 - mmarek@suse.com
|
||||
|
||||
- xen/events: Always allocate legacy interrupts on PV guests.
|
||||
- commit b63d753
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 07:41:19 CET 2015 - tiwai@suse.de
|
||||
|
||||
- ethernet/atheros/alx: add Killer E2400 device ID (boo#955363).
|
||||
- commit 66773be
|
||||
- commit aa7197b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 23:10:23 CET 2015 - mmarek@suse.cz
|
||||
|
||||
- staging: lustre: remove IOC_LIBCFS_PING_TEST ioctl.
|
||||
- commit 6772624
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 22:40:44 CET 2015 - mmarek@suse.cz
|
||||
@ -166,12 +368,139 @@ Wed Nov 18 22:40:44 CET 2015 - mmarek@suse.cz
|
||||
branch as a reference.
|
||||
- commit ff1dcd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 22:21:27 CET 2015 - mmarek@suse.cz
|
||||
|
||||
- Refresh config files.
|
||||
- commit f8f53b4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 17:55:24 CET 2015 - jeffm@suse.com
|
||||
|
||||
- btrfs: qgroup: fix quota disable during rescan.
|
||||
- commit 85158a1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 17 10:14:21 CET 2015 - jlee@suse.com
|
||||
|
||||
- X.509: Fix the time validation [ver #2] (bsc#954414).
|
||||
- commit 6b3b033
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 16 20:26:54 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc1.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating.
|
||||
- 7 patches eliminated.
|
||||
- Config changes:
|
||||
- Networking:
|
||||
- NETFILTER_NETLINK_GLUE_CT=y
|
||||
- renamed from NETFILTER_NETLINK_QUEUE_CT
|
||||
- IEEE802154_NL802154_EXPERIMENTAL=n
|
||||
- still in development, assumed the option
|
||||
will be renamed when it's finalized
|
||||
- NET_L3_MASTER_DEV=y (library, no code execution by itself)
|
||||
- NFC_FDP=m
|
||||
- NFC_FDP_I2C=m
|
||||
- NFC_MRVL_I2C=m
|
||||
- BNXT=m
|
||||
- BNXT_SRIOV=y
|
||||
- MLXSW_SPECTRUM=m
|
||||
- QED=m
|
||||
- QEDE=m
|
||||
- RTL8XXXU=m
|
||||
- RTL8XXXU_UNTESTED=y
|
||||
- WILC1000_DRIVER=n (no module option)
|
||||
- Storage:
|
||||
- NVM=y
|
||||
- NVM_DEBUG=n
|
||||
- NVM_GENNVM=m
|
||||
- NVM_RRPC=m
|
||||
- Input/Serial:
|
||||
- TOUCHSCREEN_FT6236=m
|
||||
- TOUCHSCREEN_TSC2004=m
|
||||
- TOUCHSCREEN_ROHM_BU21023=m
|
||||
- INPUT_DA9063_ONKEY=m
|
||||
- USERIO=m
|
||||
- SERIAL_8250_RT288X=y
|
||||
- SERIAL_8250_MID=m
|
||||
- HID_CORSAIR=m
|
||||
- HID_GFRM=m
|
||||
- Misc:
|
||||
- PINCTRL_BROXTON=n
|
||||
- GPIO_AMDPT=m
|
||||
- GPIO_104_IDIO_16=m
|
||||
- GPIO_IT87=m
|
||||
- BATTERY_BQ27XXX=m
|
||||
- BATTERY_BQ27XXX_I2C=y
|
||||
- BATTERY_BQ27XXX_PLATFORM=y
|
||||
- Video:
|
||||
- VIDEO_VIVID_MAX_DEVS=64 (default)
|
||||
- FB_IBM_GXT4500=m
|
||||
- Audio:
|
||||
- SND_PCM_TIMER=y
|
||||
- SND_FIREWIRE_DIGI00X=m
|
||||
- SND_FIREWIRE_TASCAM=m
|
||||
- Sensors:
|
||||
- MXC4005=m
|
||||
- HI8435=m
|
||||
- VZ89X=m
|
||||
- HDC100X=m
|
||||
- HTU21=m
|
||||
- APDS9960=m
|
||||
- US5182D=m
|
||||
- MCP4531=m
|
||||
- MS5637=m
|
||||
- LIDAR_LITE_V2=m
|
||||
- TSYS01=m
|
||||
- TSYS02D=m
|
||||
- SENSORS_MAX31790=m
|
||||
- Misc:
|
||||
- FPGA=m
|
||||
- FPGA_MGR_ZYNQ_FPGA=n
|
||||
- UBIFS_ATIME_SUPPORT=y
|
||||
- VFIO_NOIOMMU=n
|
||||
- COMMON_CLK_SI514=m
|
||||
- RTC_DRV_RV8803=m
|
||||
- Tracing:
|
||||
- STM=m
|
||||
- STM_DUMMY=m
|
||||
- STM_SOURCE_CONSOLE=m
|
||||
- TRACING_EVENTS_GPIO=y
|
||||
- Debugging:
|
||||
- TEST_PRINTF=n
|
||||
- SECTION_MISMATCH_WARN_ONLY=y (current behavior)
|
||||
- ACPI_DEBUGGER=n
|
||||
- EFI:
|
||||
- EFI_FAKE_MEMMAP=n
|
||||
- EFI_PGT_DUMP=n
|
||||
- DEBUG_WX=y
|
||||
- Crypto:
|
||||
- CRYPTO_KEYWRAP=m
|
||||
- PWM_PCA9685=m
|
||||
- x86:
|
||||
- MIC_COSM=m
|
||||
- UNISYS_VISORINPUT=m
|
||||
- UNISYS_VISORHBA=m
|
||||
- LEGACY_VSYSCALL_EMULATE=emulate
|
||||
- INTEL_TH=m
|
||||
- INTEL_TH_PCI=m
|
||||
- INTEL_TH_GTH=m
|
||||
- INTEL_TH_STH=m
|
||||
- INTEL_TH_MSU=m
|
||||
- INTEL_TH_PTI=m
|
||||
- INTEL_TH_DEBUG=n
|
||||
- INTEL_IOMMU_SVM=y
|
||||
- INTEL_IDMA64=m
|
||||
- TOSHIBA_WMI=m
|
||||
- ARM:
|
||||
- AHCI_QORIQ=n
|
||||
- BCM7038_WDT=n
|
||||
- SSB_HOST_SOC=n
|
||||
- MFD_ATMEL_FLEXCOM=n
|
||||
- commit ac3c385
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 15 11:45:43 CET 2015 - jslaby@suse.cz
|
||||
|
||||
@ -207,6 +536,13 @@ Wed Nov 11 13:01:29 CET 2015 - dvaleev@suse.com
|
||||
Set CONFIG_SPARSEMEM_VMEMMAP=y for Power
|
||||
- commit 5a67c8d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 12:55:59 CET 2015 - dvaleev@suse.com
|
||||
|
||||
- Update config files (bsc#951533).
|
||||
Set CONFIG_SPARSEMEM_VMEMMAP=y for Power
|
||||
- commit fd42e9a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 12:33:59 CET 2015 - tiwai@suse.de
|
||||
|
||||
@ -3962,14 +4298,14 @@ Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
||||
|
||||
- Use fop for creating PDF files in kernel-docs package
|
||||
As some files still cannot be built with the default backend.
|
||||
- commit 2dca13d
|
||||
- commit 0de03e2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 15:55:56 CEST 2014 - tiwai@suse.de
|
||||
|
||||
- Fix build of PDF files in kernel-docs package
|
||||
Double the spaces for tex, and fix buildrequires for docbook.
|
||||
- commit 59505a1
|
||||
- commit 9e1f511
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 20 18:02:41 CEST 2014 - tiwai@suse.de
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 4.3
|
||||
%define patchversion 4.3.3
|
||||
%define srcversion 4.4
|
||||
%define patchversion 4.4.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,9 +57,9 @@ Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.3.3
|
||||
Version: 4.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gda39cbd
|
||||
Release: <RELEASE>.g83948c1
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,16 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-final.
|
||||
- commit f1e5f1f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 17:37:28 CET 2016 - fdmanana@suse.com
|
||||
|
||||
- Btrfs: fix fitrim discarding device area reserved for boot
|
||||
loader's use (bsc#960910).
|
||||
- commit 95610af
|
||||
- commit 238d0b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 16:10:24 CET 2016 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.suse/supported-flag (fix modpost command line
|
||||
option spec).
|
||||
- commit 2566c29
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 7 22:47:46 CET 2016 - tiwai@suse.de
|
||||
|
||||
- ethernet/atheros/alx: sanitize buffer sizing and padding
|
||||
(boo#952621).
|
||||
- commit d89492e
|
||||
- commit f8f6570
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 7 10:37:01 CET 2016 - dchang@suse.com
|
||||
@ -18,6 +31,12 @@ Thu Jan 7 10:37:01 CET 2016 - dchang@suse.com
|
||||
- bnx2x: Fix VLANs null-pointer for 57710, 57711 (boo#960923).
|
||||
- commit a1b48ad
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 14:34:02 CET 2016 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc8.
|
||||
- commit e628e30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 13:38:39 CET 2016 - dvaleev@suse.com
|
||||
|
||||
@ -25,6 +44,13 @@ Mon Jan 4 13:38:39 CET 2016 - dvaleev@suse.com
|
||||
- Update config files: CONFIG_IBMVNIC=m
|
||||
- commit eae9134
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 13:35:21 CET 2016 - dvaleev@suse.com
|
||||
|
||||
- Driver for IBM System i/p VNIC protocol.
|
||||
- Update config files CONFIG_VNIC=m
|
||||
- commit 85261f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 06:34:03 CET 2016 - jlee@suse.com
|
||||
|
||||
@ -32,6 +58,13 @@ Mon Jan 4 06:34:03 CET 2016 - jlee@suse.com
|
||||
CVE-2015-7550).
|
||||
- commit 1c9407b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 1 07:32:36 CET 2016 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Enable more RK3288 options for lpae
|
||||
Namely MMC and IO domains, already enabled for default/vanilla.
|
||||
- commit 49467f0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 30 10:32:09 CET 2015 - jlee@suse.com
|
||||
|
||||
@ -46,6 +79,18 @@ Mon Dec 28 16:58:51 CET 2015 - jeffm@suse.com
|
||||
bsc#960281).
|
||||
- commit 77a3e32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 28 16:30:30 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc7.
|
||||
- commit 276c9f4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 22 15:41:29 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc6.
|
||||
- commit f4ac202
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 22 12:19:48 CET 2015 - afaerber@suse.de
|
||||
|
||||
@ -71,18 +116,32 @@ Tue Dec 15 16:46:42 CET 2015 - tiwai@suse.de
|
||||
generically (bsc#958439).
|
||||
- commit 7b4772e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 09:45:24 CET 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/compute-PATCHVERSION.sh: Skip stale directories in the package dir
|
||||
- commit 014bd26
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 09:27:40 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.3.3.
|
||||
- commit 0baa1c7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 02:41:46 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc5.
|
||||
- commit da8b87d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 13 15:37:27 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Enable ACT8865 for lpae, too
|
||||
It is needed for the Firefly-RK3288 board.
|
||||
(cherry picked from commit a9615824052d71ec99a224fb9f6e91795edc5d7a)
|
||||
- config: armv7hl: Enable ACT8865 for lpae, too
|
||||
It is needed for the Firefly-RK3288 board.
|
||||
- commit 4ab0c5d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -105,6 +164,13 @@ Wed Dec 9 16:51:24 CET 2015 - tiwai@suse.de
|
||||
- ALSA: hda - Fix noise problems on Thinkpad T440s (boo#958504).
|
||||
- commit 6945bb0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 17:12:41 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc4.
|
||||
- Eliminated 5 patches.
|
||||
- commit 923c13b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 11:24:31 CET 2015 - jslaby@suse.cz
|
||||
|
||||
@ -112,12 +178,85 @@ Mon Dec 7 11:24:31 CET 2015 - jslaby@suse.cz
|
||||
Use the fix from master.
|
||||
- commit d3f999c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 11:19:25 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
- Fix these warnings (since 4.4 as of 0ab32b6f1):
|
||||
kernel/unwind.c:672: warning: passing argument 2 of ‘probe_kernel_read’ makes pointer from integer without a cast
|
||||
- commit 6bcd0e3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 6 20:08:55 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
Add missing put_cpu() in case dwarf unwinder succeeds (bnc#943107)
|
||||
- commit 60ce178
|
||||
- commit 68ab1c1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 17:53:47 CET 2015 - mbrugger@suse.com
|
||||
|
||||
- Delete
|
||||
patches.arch/arm64-gpex-0009-pci-Enable-pci-host-generic-support-for-ARM64.patch.
|
||||
- commit 7985c89
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 17:52:43 CET 2015 - mbrugger@suse.com
|
||||
|
||||
- Delete
|
||||
patches.arch/arm64-0005-arm64-dts-Add-X-Gene-reboot-driver-dts-node.patch.
|
||||
- commit 435b78e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 18:07:00 CET 2015 - jeffm@suse.com
|
||||
|
||||
- config: sync SWIOTLB config change to ppc/vanilla
|
||||
- commit 3d7391b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:57:48 CET 2015 - duwe@suse.de
|
||||
|
||||
- On ppc, SWIOTLB is just an alias for DMA bounce buffers
|
||||
(see Kconfig help:
|
||||
"Support for IO bounce buffering for systems without an IOMMU..." )
|
||||
The systems we support all have proper IOMMUs and thus don't need
|
||||
it.
|
||||
- commit d43936a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:11:11 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc3.
|
||||
- Eliminated 2 patches.
|
||||
- commit 916e346
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:04:40 CET 2015 - dvaleev@suse.com
|
||||
|
||||
- Add RHEL to kernel-obs-build
|
||||
- commit a010d5e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 15:01:56 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Enable Xen in x86 vanilla configs
|
||||
Align the vanilla configs with i386/pae and x86_64/default,
|
||||
respectively.
|
||||
- commit defd50c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:58:28 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Enable pae in i386/vanilla
|
||||
We use kernel-pae in majority of 32bit installs, so it makes sense to
|
||||
sync i386/vanilla with this flavor.
|
||||
- commit 3557f7c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:15:39 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Drop SUSE_KERNEL and SPLIT_PACKAGE patches from vanilla (bsc#957159)
|
||||
- commit fa79c63
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 13:33:34 CET 2015 - tiwai@suse.de
|
||||
@ -132,7 +271,10 @@ Fri Nov 27 20:32:44 CET 2015 - tiwai@suse.de
|
||||
- drm/i915: Don't override output type for DDI HDMI (boo#955190).
|
||||
- drm/i915: Don't compare has_drrs strictly in pipe config
|
||||
(bsc#956397).
|
||||
- commit bce32fe
|
||||
- drm/i915: Don't override output type for DDI HDMI (boo#955190).
|
||||
- drm/i915: Don't compare has_drrs strictly in pipe config
|
||||
(bsc#956397).
|
||||
- commit 7c0fedd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 10:44:19 CET 2015 - mkubecek@suse.cz
|
||||
@ -142,6 +284,48 @@ Thu Nov 26 10:44:19 CET 2015 - mkubecek@suse.cz
|
||||
http://lists.opensuse.org/opensuse-kernel/2015-11/msg00046.html
|
||||
- commit 91e30a7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 09:46:39 CET 2015 - mkubecek@suse.cz
|
||||
|
||||
- Delete patches.fixes/bridge-module-get-put.patch.
|
||||
As discussed in
|
||||
http://lists.opensuse.org/opensuse-kernel/2015-11/msg00046.html
|
||||
- commit 856bef8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 23 20:32:47 CET 2015 - jeffm@suse.com
|
||||
|
||||
- config: refresh ARM configs for 4.4-rc2.
|
||||
- commit 7eabae5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 23 20:30:57 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc2.
|
||||
- Eliminated 1 patch.
|
||||
- commit dea70ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 02:15:47 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Update configs for 4.4-rc1
|
||||
Align vanilla and default while at it.
|
||||
- commit f5e67d3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 01:30:12 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Update configs for 4.4-rc1
|
||||
Align vanilla and default while at it.
|
||||
- commit 11c6acd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 01:06:18 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Update configs for 4.4-rc1
|
||||
Disable FW_LOADER_USER_HELPER_FALLBACK for vanilla (boo#944661, boo#951260).
|
||||
- commit d412cf8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 21:04:23 CET 2015 - mmarek@suse.com
|
||||
|
||||
@ -150,11 +334,29 @@ Fri Nov 20 21:04:23 CET 2015 - mmarek@suse.com
|
||||
-default kernel which does not support Xen either.
|
||||
- commit 6a48ac7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 21:52:18 CET 2015 - jeffm@suse.com
|
||||
|
||||
- serial: export fsl8250_handle_irq.
|
||||
- commit 42fd13e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 09:12:16 CET 2015 - mmarek@suse.com
|
||||
|
||||
- xen/events: Always allocate legacy interrupts on PV guests.
|
||||
- commit b63d753
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 07:41:19 CET 2015 - tiwai@suse.de
|
||||
|
||||
- ethernet/atheros/alx: add Killer E2400 device ID (boo#955363).
|
||||
- commit 66773be
|
||||
- commit aa7197b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 23:10:23 CET 2015 - mmarek@suse.cz
|
||||
|
||||
- staging: lustre: remove IOC_LIBCFS_PING_TEST ioctl.
|
||||
- commit 6772624
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 22:40:44 CET 2015 - mmarek@suse.cz
|
||||
@ -166,12 +368,139 @@ Wed Nov 18 22:40:44 CET 2015 - mmarek@suse.cz
|
||||
branch as a reference.
|
||||
- commit ff1dcd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 22:21:27 CET 2015 - mmarek@suse.cz
|
||||
|
||||
- Refresh config files.
|
||||
- commit f8f53b4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 17:55:24 CET 2015 - jeffm@suse.com
|
||||
|
||||
- btrfs: qgroup: fix quota disable during rescan.
|
||||
- commit 85158a1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 17 10:14:21 CET 2015 - jlee@suse.com
|
||||
|
||||
- X.509: Fix the time validation [ver #2] (bsc#954414).
|
||||
- commit 6b3b033
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 16 20:26:54 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc1.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating.
|
||||
- 7 patches eliminated.
|
||||
- Config changes:
|
||||
- Networking:
|
||||
- NETFILTER_NETLINK_GLUE_CT=y
|
||||
- renamed from NETFILTER_NETLINK_QUEUE_CT
|
||||
- IEEE802154_NL802154_EXPERIMENTAL=n
|
||||
- still in development, assumed the option
|
||||
will be renamed when it's finalized
|
||||
- NET_L3_MASTER_DEV=y (library, no code execution by itself)
|
||||
- NFC_FDP=m
|
||||
- NFC_FDP_I2C=m
|
||||
- NFC_MRVL_I2C=m
|
||||
- BNXT=m
|
||||
- BNXT_SRIOV=y
|
||||
- MLXSW_SPECTRUM=m
|
||||
- QED=m
|
||||
- QEDE=m
|
||||
- RTL8XXXU=m
|
||||
- RTL8XXXU_UNTESTED=y
|
||||
- WILC1000_DRIVER=n (no module option)
|
||||
- Storage:
|
||||
- NVM=y
|
||||
- NVM_DEBUG=n
|
||||
- NVM_GENNVM=m
|
||||
- NVM_RRPC=m
|
||||
- Input/Serial:
|
||||
- TOUCHSCREEN_FT6236=m
|
||||
- TOUCHSCREEN_TSC2004=m
|
||||
- TOUCHSCREEN_ROHM_BU21023=m
|
||||
- INPUT_DA9063_ONKEY=m
|
||||
- USERIO=m
|
||||
- SERIAL_8250_RT288X=y
|
||||
- SERIAL_8250_MID=m
|
||||
- HID_CORSAIR=m
|
||||
- HID_GFRM=m
|
||||
- Misc:
|
||||
- PINCTRL_BROXTON=n
|
||||
- GPIO_AMDPT=m
|
||||
- GPIO_104_IDIO_16=m
|
||||
- GPIO_IT87=m
|
||||
- BATTERY_BQ27XXX=m
|
||||
- BATTERY_BQ27XXX_I2C=y
|
||||
- BATTERY_BQ27XXX_PLATFORM=y
|
||||
- Video:
|
||||
- VIDEO_VIVID_MAX_DEVS=64 (default)
|
||||
- FB_IBM_GXT4500=m
|
||||
- Audio:
|
||||
- SND_PCM_TIMER=y
|
||||
- SND_FIREWIRE_DIGI00X=m
|
||||
- SND_FIREWIRE_TASCAM=m
|
||||
- Sensors:
|
||||
- MXC4005=m
|
||||
- HI8435=m
|
||||
- VZ89X=m
|
||||
- HDC100X=m
|
||||
- HTU21=m
|
||||
- APDS9960=m
|
||||
- US5182D=m
|
||||
- MCP4531=m
|
||||
- MS5637=m
|
||||
- LIDAR_LITE_V2=m
|
||||
- TSYS01=m
|
||||
- TSYS02D=m
|
||||
- SENSORS_MAX31790=m
|
||||
- Misc:
|
||||
- FPGA=m
|
||||
- FPGA_MGR_ZYNQ_FPGA=n
|
||||
- UBIFS_ATIME_SUPPORT=y
|
||||
- VFIO_NOIOMMU=n
|
||||
- COMMON_CLK_SI514=m
|
||||
- RTC_DRV_RV8803=m
|
||||
- Tracing:
|
||||
- STM=m
|
||||
- STM_DUMMY=m
|
||||
- STM_SOURCE_CONSOLE=m
|
||||
- TRACING_EVENTS_GPIO=y
|
||||
- Debugging:
|
||||
- TEST_PRINTF=n
|
||||
- SECTION_MISMATCH_WARN_ONLY=y (current behavior)
|
||||
- ACPI_DEBUGGER=n
|
||||
- EFI:
|
||||
- EFI_FAKE_MEMMAP=n
|
||||
- EFI_PGT_DUMP=n
|
||||
- DEBUG_WX=y
|
||||
- Crypto:
|
||||
- CRYPTO_KEYWRAP=m
|
||||
- PWM_PCA9685=m
|
||||
- x86:
|
||||
- MIC_COSM=m
|
||||
- UNISYS_VISORINPUT=m
|
||||
- UNISYS_VISORHBA=m
|
||||
- LEGACY_VSYSCALL_EMULATE=emulate
|
||||
- INTEL_TH=m
|
||||
- INTEL_TH_PCI=m
|
||||
- INTEL_TH_GTH=m
|
||||
- INTEL_TH_STH=m
|
||||
- INTEL_TH_MSU=m
|
||||
- INTEL_TH_PTI=m
|
||||
- INTEL_TH_DEBUG=n
|
||||
- INTEL_IOMMU_SVM=y
|
||||
- INTEL_IDMA64=m
|
||||
- TOSHIBA_WMI=m
|
||||
- ARM:
|
||||
- AHCI_QORIQ=n
|
||||
- BCM7038_WDT=n
|
||||
- SSB_HOST_SOC=n
|
||||
- MFD_ATMEL_FLEXCOM=n
|
||||
- commit ac3c385
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 15 11:45:43 CET 2015 - jslaby@suse.cz
|
||||
|
||||
@ -207,6 +536,13 @@ Wed Nov 11 13:01:29 CET 2015 - dvaleev@suse.com
|
||||
Set CONFIG_SPARSEMEM_VMEMMAP=y for Power
|
||||
- commit 5a67c8d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 12:55:59 CET 2015 - dvaleev@suse.com
|
||||
|
||||
- Update config files (bsc#951533).
|
||||
Set CONFIG_SPARSEMEM_VMEMMAP=y for Power
|
||||
- commit fd42e9a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 12:33:59 CET 2015 - tiwai@suse.de
|
||||
|
||||
@ -3962,14 +4298,14 @@ Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
||||
|
||||
- Use fop for creating PDF files in kernel-docs package
|
||||
As some files still cannot be built with the default backend.
|
||||
- commit 2dca13d
|
||||
- commit 0de03e2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 15:55:56 CEST 2014 - tiwai@suse.de
|
||||
|
||||
- Fix build of PDF files in kernel-docs package
|
||||
Double the spaces for tex, and fix buildrequires for docbook.
|
||||
- commit 59505a1
|
||||
- commit 9e1f511
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 20 18:02:41 CEST 2014 - tiwai@suse.de
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 4.3.3
|
||||
%define patchversion 4.4.0
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,7 +29,16 @@ BuildRequires: coreutils
|
||||
BuildRequires: device-mapper
|
||||
BuildRequires: util-linux
|
||||
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: kernel-default
|
||||
%define kernel_flavor -default
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel_version}
|
||||
BuildRequires: kernel
|
||||
%define kernel_flavor ""
|
||||
%endif
|
||||
|
||||
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc64 ppc64le s390x x86_64
|
||||
%if 0%{?suse_version} < 1315
|
||||
# For SLE 11
|
||||
@ -42,9 +51,9 @@ BuildRequires: dracut
|
||||
Summary: package kernel and initrd for OBS VM builds
|
||||
License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 4.3.3
|
||||
Version: 4.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gda39cbd
|
||||
Release: <RELEASE>.g83948c1
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -114,13 +123,13 @@ ROOT=""
|
||||
%define kernel_name Image
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} < 1315
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1315
|
||||
# For SLE 11
|
||||
/sbin/mkinitrd $ROOT \
|
||||
-m "$KERNEL_MODULES" \
|
||||
-k /boot/%{kernel_name}-*-default -M /boot/System.map-*-default -i /tmp/initrd.kvm -B
|
||||
%else
|
||||
dracut --host-only --drivers="$KERNEL_MODULES" --force /tmp/initrd.kvm `echo /boot/%{kernel_name}-*-default | sed -n -e 's,[^-]*-\(.*-default\),\1,p'`
|
||||
dracut --host-only --drivers="$KERNEL_MODULES" --force /tmp/initrd.kvm `echo /boot/%{kernel_name}-*%{kernel_flavor} | sed -n -e 's,[^-]*-\(.*'%{kernel_flavor}'\),\1,p'`
|
||||
%endif
|
||||
|
||||
|
||||
@ -129,7 +138,7 @@ rm -rf /usr/lib/dracut/modules.d/80obs
|
||||
|
||||
%install
|
||||
install -d -m 0755 $RPM_BUILD_ROOT
|
||||
cp -v /boot/%{kernel_name}-*-default $RPM_BUILD_ROOT/.build.kernel.kvm
|
||||
cp -v /boot/%{kernel_name}-*%{kernel_flavor} $RPM_BUILD_ROOT/.build.kernel.kvm
|
||||
cp -v /tmp/initrd.kvm $RPM_BUILD_ROOT/.build.initrd.kvm
|
||||
|
||||
#inform worker about arch
|
||||
|
@ -29,7 +29,16 @@ BuildRequires: coreutils
|
||||
BuildRequires: device-mapper
|
||||
BuildRequires: util-linux
|
||||
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: kernel-default
|
||||
%define kernel_flavor -default
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel_version}
|
||||
BuildRequires: kernel
|
||||
%define kernel_flavor ""
|
||||
%endif
|
||||
|
||||
ExclusiveArch: @ARCHS@
|
||||
%if 0%{?suse_version} < 1315
|
||||
# For SLE 11
|
||||
@ -114,13 +123,13 @@ ROOT=""
|
||||
%define kernel_name Image
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} < 1315
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1315
|
||||
# For SLE 11
|
||||
/sbin/mkinitrd $ROOT \
|
||||
-m "$KERNEL_MODULES" \
|
||||
-k /boot/%{kernel_name}-*-default -M /boot/System.map-*-default -i /tmp/initrd.kvm -B
|
||||
%else
|
||||
dracut --host-only --drivers="$KERNEL_MODULES" --force /tmp/initrd.kvm `echo /boot/%{kernel_name}-*-default | sed -n -e 's,[^-]*-\(.*-default\),\1,p'`
|
||||
dracut --host-only --drivers="$KERNEL_MODULES" --force /tmp/initrd.kvm `echo /boot/%{kernel_name}-*%{kernel_flavor} | sed -n -e 's,[^-]*-\(.*'%{kernel_flavor}'\),\1,p'`
|
||||
%endif
|
||||
|
||||
|
||||
@ -129,7 +138,7 @@ rm -rf /usr/lib/dracut/modules.d/80obs
|
||||
|
||||
%install
|
||||
install -d -m 0755 $RPM_BUILD_ROOT
|
||||
cp -v /boot/%{kernel_name}-*-default $RPM_BUILD_ROOT/.build.kernel.kvm
|
||||
cp -v /boot/%{kernel_name}-*%{kernel_flavor} $RPM_BUILD_ROOT/.build.kernel.kvm
|
||||
cp -v /tmp/initrd.kvm $RPM_BUILD_ROOT/.build.initrd.kvm
|
||||
|
||||
#inform worker about arch
|
||||
|
@ -1,16 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-final.
|
||||
- commit f1e5f1f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 17:37:28 CET 2016 - fdmanana@suse.com
|
||||
|
||||
- Btrfs: fix fitrim discarding device area reserved for boot
|
||||
loader's use (bsc#960910).
|
||||
- commit 95610af
|
||||
- commit 238d0b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 16:10:24 CET 2016 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.suse/supported-flag (fix modpost command line
|
||||
option spec).
|
||||
- commit 2566c29
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 7 22:47:46 CET 2016 - tiwai@suse.de
|
||||
|
||||
- ethernet/atheros/alx: sanitize buffer sizing and padding
|
||||
(boo#952621).
|
||||
- commit d89492e
|
||||
- commit f8f6570
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 7 10:37:01 CET 2016 - dchang@suse.com
|
||||
@ -18,6 +31,12 @@ Thu Jan 7 10:37:01 CET 2016 - dchang@suse.com
|
||||
- bnx2x: Fix VLANs null-pointer for 57710, 57711 (boo#960923).
|
||||
- commit a1b48ad
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 14:34:02 CET 2016 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc8.
|
||||
- commit e628e30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 13:38:39 CET 2016 - dvaleev@suse.com
|
||||
|
||||
@ -25,6 +44,13 @@ Mon Jan 4 13:38:39 CET 2016 - dvaleev@suse.com
|
||||
- Update config files: CONFIG_IBMVNIC=m
|
||||
- commit eae9134
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 13:35:21 CET 2016 - dvaleev@suse.com
|
||||
|
||||
- Driver for IBM System i/p VNIC protocol.
|
||||
- Update config files CONFIG_VNIC=m
|
||||
- commit 85261f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 06:34:03 CET 2016 - jlee@suse.com
|
||||
|
||||
@ -32,6 +58,13 @@ Mon Jan 4 06:34:03 CET 2016 - jlee@suse.com
|
||||
CVE-2015-7550).
|
||||
- commit 1c9407b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 1 07:32:36 CET 2016 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Enable more RK3288 options for lpae
|
||||
Namely MMC and IO domains, already enabled for default/vanilla.
|
||||
- commit 49467f0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 30 10:32:09 CET 2015 - jlee@suse.com
|
||||
|
||||
@ -46,6 +79,18 @@ Mon Dec 28 16:58:51 CET 2015 - jeffm@suse.com
|
||||
bsc#960281).
|
||||
- commit 77a3e32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 28 16:30:30 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc7.
|
||||
- commit 276c9f4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 22 15:41:29 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc6.
|
||||
- commit f4ac202
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 22 12:19:48 CET 2015 - afaerber@suse.de
|
||||
|
||||
@ -71,18 +116,32 @@ Tue Dec 15 16:46:42 CET 2015 - tiwai@suse.de
|
||||
generically (bsc#958439).
|
||||
- commit 7b4772e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 09:45:24 CET 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/compute-PATCHVERSION.sh: Skip stale directories in the package dir
|
||||
- commit 014bd26
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 09:27:40 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.3.3.
|
||||
- commit 0baa1c7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 02:41:46 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc5.
|
||||
- commit da8b87d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 13 15:37:27 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Enable ACT8865 for lpae, too
|
||||
It is needed for the Firefly-RK3288 board.
|
||||
(cherry picked from commit a9615824052d71ec99a224fb9f6e91795edc5d7a)
|
||||
- config: armv7hl: Enable ACT8865 for lpae, too
|
||||
It is needed for the Firefly-RK3288 board.
|
||||
- commit 4ab0c5d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -105,6 +164,13 @@ Wed Dec 9 16:51:24 CET 2015 - tiwai@suse.de
|
||||
- ALSA: hda - Fix noise problems on Thinkpad T440s (boo#958504).
|
||||
- commit 6945bb0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 17:12:41 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc4.
|
||||
- Eliminated 5 patches.
|
||||
- commit 923c13b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 11:24:31 CET 2015 - jslaby@suse.cz
|
||||
|
||||
@ -112,12 +178,85 @@ Mon Dec 7 11:24:31 CET 2015 - jslaby@suse.cz
|
||||
Use the fix from master.
|
||||
- commit d3f999c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 11:19:25 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
- Fix these warnings (since 4.4 as of 0ab32b6f1):
|
||||
kernel/unwind.c:672: warning: passing argument 2 of ‘probe_kernel_read’ makes pointer from integer without a cast
|
||||
- commit 6bcd0e3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 6 20:08:55 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
Add missing put_cpu() in case dwarf unwinder succeeds (bnc#943107)
|
||||
- commit 60ce178
|
||||
- commit 68ab1c1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 17:53:47 CET 2015 - mbrugger@suse.com
|
||||
|
||||
- Delete
|
||||
patches.arch/arm64-gpex-0009-pci-Enable-pci-host-generic-support-for-ARM64.patch.
|
||||
- commit 7985c89
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 17:52:43 CET 2015 - mbrugger@suse.com
|
||||
|
||||
- Delete
|
||||
patches.arch/arm64-0005-arm64-dts-Add-X-Gene-reboot-driver-dts-node.patch.
|
||||
- commit 435b78e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 18:07:00 CET 2015 - jeffm@suse.com
|
||||
|
||||
- config: sync SWIOTLB config change to ppc/vanilla
|
||||
- commit 3d7391b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:57:48 CET 2015 - duwe@suse.de
|
||||
|
||||
- On ppc, SWIOTLB is just an alias for DMA bounce buffers
|
||||
(see Kconfig help:
|
||||
"Support for IO bounce buffering for systems without an IOMMU..." )
|
||||
The systems we support all have proper IOMMUs and thus don't need
|
||||
it.
|
||||
- commit d43936a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:11:11 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc3.
|
||||
- Eliminated 2 patches.
|
||||
- commit 916e346
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:04:40 CET 2015 - dvaleev@suse.com
|
||||
|
||||
- Add RHEL to kernel-obs-build
|
||||
- commit a010d5e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 15:01:56 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Enable Xen in x86 vanilla configs
|
||||
Align the vanilla configs with i386/pae and x86_64/default,
|
||||
respectively.
|
||||
- commit defd50c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:58:28 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Enable pae in i386/vanilla
|
||||
We use kernel-pae in majority of 32bit installs, so it makes sense to
|
||||
sync i386/vanilla with this flavor.
|
||||
- commit 3557f7c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:15:39 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Drop SUSE_KERNEL and SPLIT_PACKAGE patches from vanilla (bsc#957159)
|
||||
- commit fa79c63
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 13:33:34 CET 2015 - tiwai@suse.de
|
||||
@ -132,7 +271,10 @@ Fri Nov 27 20:32:44 CET 2015 - tiwai@suse.de
|
||||
- drm/i915: Don't override output type for DDI HDMI (boo#955190).
|
||||
- drm/i915: Don't compare has_drrs strictly in pipe config
|
||||
(bsc#956397).
|
||||
- commit bce32fe
|
||||
- drm/i915: Don't override output type for DDI HDMI (boo#955190).
|
||||
- drm/i915: Don't compare has_drrs strictly in pipe config
|
||||
(bsc#956397).
|
||||
- commit 7c0fedd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 10:44:19 CET 2015 - mkubecek@suse.cz
|
||||
@ -142,6 +284,48 @@ Thu Nov 26 10:44:19 CET 2015 - mkubecek@suse.cz
|
||||
http://lists.opensuse.org/opensuse-kernel/2015-11/msg00046.html
|
||||
- commit 91e30a7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 09:46:39 CET 2015 - mkubecek@suse.cz
|
||||
|
||||
- Delete patches.fixes/bridge-module-get-put.patch.
|
||||
As discussed in
|
||||
http://lists.opensuse.org/opensuse-kernel/2015-11/msg00046.html
|
||||
- commit 856bef8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 23 20:32:47 CET 2015 - jeffm@suse.com
|
||||
|
||||
- config: refresh ARM configs for 4.4-rc2.
|
||||
- commit 7eabae5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 23 20:30:57 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc2.
|
||||
- Eliminated 1 patch.
|
||||
- commit dea70ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 02:15:47 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Update configs for 4.4-rc1
|
||||
Align vanilla and default while at it.
|
||||
- commit f5e67d3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 01:30:12 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Update configs for 4.4-rc1
|
||||
Align vanilla and default while at it.
|
||||
- commit 11c6acd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 01:06:18 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Update configs for 4.4-rc1
|
||||
Disable FW_LOADER_USER_HELPER_FALLBACK for vanilla (boo#944661, boo#951260).
|
||||
- commit d412cf8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 21:04:23 CET 2015 - mmarek@suse.com
|
||||
|
||||
@ -150,11 +334,29 @@ Fri Nov 20 21:04:23 CET 2015 - mmarek@suse.com
|
||||
-default kernel which does not support Xen either.
|
||||
- commit 6a48ac7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 21:52:18 CET 2015 - jeffm@suse.com
|
||||
|
||||
- serial: export fsl8250_handle_irq.
|
||||
- commit 42fd13e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 09:12:16 CET 2015 - mmarek@suse.com
|
||||
|
||||
- xen/events: Always allocate legacy interrupts on PV guests.
|
||||
- commit b63d753
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 07:41:19 CET 2015 - tiwai@suse.de
|
||||
|
||||
- ethernet/atheros/alx: add Killer E2400 device ID (boo#955363).
|
||||
- commit 66773be
|
||||
- commit aa7197b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 23:10:23 CET 2015 - mmarek@suse.cz
|
||||
|
||||
- staging: lustre: remove IOC_LIBCFS_PING_TEST ioctl.
|
||||
- commit 6772624
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 22:40:44 CET 2015 - mmarek@suse.cz
|
||||
@ -166,12 +368,139 @@ Wed Nov 18 22:40:44 CET 2015 - mmarek@suse.cz
|
||||
branch as a reference.
|
||||
- commit ff1dcd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 22:21:27 CET 2015 - mmarek@suse.cz
|
||||
|
||||
- Refresh config files.
|
||||
- commit f8f53b4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 17:55:24 CET 2015 - jeffm@suse.com
|
||||
|
||||
- btrfs: qgroup: fix quota disable during rescan.
|
||||
- commit 85158a1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 17 10:14:21 CET 2015 - jlee@suse.com
|
||||
|
||||
- X.509: Fix the time validation [ver #2] (bsc#954414).
|
||||
- commit 6b3b033
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 16 20:26:54 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc1.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating.
|
||||
- 7 patches eliminated.
|
||||
- Config changes:
|
||||
- Networking:
|
||||
- NETFILTER_NETLINK_GLUE_CT=y
|
||||
- renamed from NETFILTER_NETLINK_QUEUE_CT
|
||||
- IEEE802154_NL802154_EXPERIMENTAL=n
|
||||
- still in development, assumed the option
|
||||
will be renamed when it's finalized
|
||||
- NET_L3_MASTER_DEV=y (library, no code execution by itself)
|
||||
- NFC_FDP=m
|
||||
- NFC_FDP_I2C=m
|
||||
- NFC_MRVL_I2C=m
|
||||
- BNXT=m
|
||||
- BNXT_SRIOV=y
|
||||
- MLXSW_SPECTRUM=m
|
||||
- QED=m
|
||||
- QEDE=m
|
||||
- RTL8XXXU=m
|
||||
- RTL8XXXU_UNTESTED=y
|
||||
- WILC1000_DRIVER=n (no module option)
|
||||
- Storage:
|
||||
- NVM=y
|
||||
- NVM_DEBUG=n
|
||||
- NVM_GENNVM=m
|
||||
- NVM_RRPC=m
|
||||
- Input/Serial:
|
||||
- TOUCHSCREEN_FT6236=m
|
||||
- TOUCHSCREEN_TSC2004=m
|
||||
- TOUCHSCREEN_ROHM_BU21023=m
|
||||
- INPUT_DA9063_ONKEY=m
|
||||
- USERIO=m
|
||||
- SERIAL_8250_RT288X=y
|
||||
- SERIAL_8250_MID=m
|
||||
- HID_CORSAIR=m
|
||||
- HID_GFRM=m
|
||||
- Misc:
|
||||
- PINCTRL_BROXTON=n
|
||||
- GPIO_AMDPT=m
|
||||
- GPIO_104_IDIO_16=m
|
||||
- GPIO_IT87=m
|
||||
- BATTERY_BQ27XXX=m
|
||||
- BATTERY_BQ27XXX_I2C=y
|
||||
- BATTERY_BQ27XXX_PLATFORM=y
|
||||
- Video:
|
||||
- VIDEO_VIVID_MAX_DEVS=64 (default)
|
||||
- FB_IBM_GXT4500=m
|
||||
- Audio:
|
||||
- SND_PCM_TIMER=y
|
||||
- SND_FIREWIRE_DIGI00X=m
|
||||
- SND_FIREWIRE_TASCAM=m
|
||||
- Sensors:
|
||||
- MXC4005=m
|
||||
- HI8435=m
|
||||
- VZ89X=m
|
||||
- HDC100X=m
|
||||
- HTU21=m
|
||||
- APDS9960=m
|
||||
- US5182D=m
|
||||
- MCP4531=m
|
||||
- MS5637=m
|
||||
- LIDAR_LITE_V2=m
|
||||
- TSYS01=m
|
||||
- TSYS02D=m
|
||||
- SENSORS_MAX31790=m
|
||||
- Misc:
|
||||
- FPGA=m
|
||||
- FPGA_MGR_ZYNQ_FPGA=n
|
||||
- UBIFS_ATIME_SUPPORT=y
|
||||
- VFIO_NOIOMMU=n
|
||||
- COMMON_CLK_SI514=m
|
||||
- RTC_DRV_RV8803=m
|
||||
- Tracing:
|
||||
- STM=m
|
||||
- STM_DUMMY=m
|
||||
- STM_SOURCE_CONSOLE=m
|
||||
- TRACING_EVENTS_GPIO=y
|
||||
- Debugging:
|
||||
- TEST_PRINTF=n
|
||||
- SECTION_MISMATCH_WARN_ONLY=y (current behavior)
|
||||
- ACPI_DEBUGGER=n
|
||||
- EFI:
|
||||
- EFI_FAKE_MEMMAP=n
|
||||
- EFI_PGT_DUMP=n
|
||||
- DEBUG_WX=y
|
||||
- Crypto:
|
||||
- CRYPTO_KEYWRAP=m
|
||||
- PWM_PCA9685=m
|
||||
- x86:
|
||||
- MIC_COSM=m
|
||||
- UNISYS_VISORINPUT=m
|
||||
- UNISYS_VISORHBA=m
|
||||
- LEGACY_VSYSCALL_EMULATE=emulate
|
||||
- INTEL_TH=m
|
||||
- INTEL_TH_PCI=m
|
||||
- INTEL_TH_GTH=m
|
||||
- INTEL_TH_STH=m
|
||||
- INTEL_TH_MSU=m
|
||||
- INTEL_TH_PTI=m
|
||||
- INTEL_TH_DEBUG=n
|
||||
- INTEL_IOMMU_SVM=y
|
||||
- INTEL_IDMA64=m
|
||||
- TOSHIBA_WMI=m
|
||||
- ARM:
|
||||
- AHCI_QORIQ=n
|
||||
- BCM7038_WDT=n
|
||||
- SSB_HOST_SOC=n
|
||||
- MFD_ATMEL_FLEXCOM=n
|
||||
- commit ac3c385
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 15 11:45:43 CET 2015 - jslaby@suse.cz
|
||||
|
||||
@ -207,6 +536,13 @@ Wed Nov 11 13:01:29 CET 2015 - dvaleev@suse.com
|
||||
Set CONFIG_SPARSEMEM_VMEMMAP=y for Power
|
||||
- commit 5a67c8d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 12:55:59 CET 2015 - dvaleev@suse.com
|
||||
|
||||
- Update config files (bsc#951533).
|
||||
Set CONFIG_SPARSEMEM_VMEMMAP=y for Power
|
||||
- commit fd42e9a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 12:33:59 CET 2015 - tiwai@suse.de
|
||||
|
||||
@ -3962,14 +4298,14 @@ Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
||||
|
||||
- Use fop for creating PDF files in kernel-docs package
|
||||
As some files still cannot be built with the default backend.
|
||||
- commit 2dca13d
|
||||
- commit 0de03e2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 15:55:56 CEST 2014 - tiwai@suse.de
|
||||
|
||||
- Fix build of PDF files in kernel-docs package
|
||||
Double the spaces for tex, and fix buildrequires for docbook.
|
||||
- commit 59505a1
|
||||
- commit 9e1f511
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 20 18:02:41 CEST 2014 - tiwai@suse.de
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 4.3.3
|
||||
%define patchversion 4.4.0
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Basic QA tests for the kernel
|
||||
License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 4.3.3
|
||||
Version: 4.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gda39cbd
|
||||
Release: <RELEASE>.g83948c1
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,16 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-final.
|
||||
- commit f1e5f1f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 17:37:28 CET 2016 - fdmanana@suse.com
|
||||
|
||||
- Btrfs: fix fitrim discarding device area reserved for boot
|
||||
loader's use (bsc#960910).
|
||||
- commit 95610af
|
||||
- commit 238d0b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 16:10:24 CET 2016 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.suse/supported-flag (fix modpost command line
|
||||
option spec).
|
||||
- commit 2566c29
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 7 22:47:46 CET 2016 - tiwai@suse.de
|
||||
|
||||
- ethernet/atheros/alx: sanitize buffer sizing and padding
|
||||
(boo#952621).
|
||||
- commit d89492e
|
||||
- commit f8f6570
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 7 10:37:01 CET 2016 - dchang@suse.com
|
||||
@ -18,6 +31,12 @@ Thu Jan 7 10:37:01 CET 2016 - dchang@suse.com
|
||||
- bnx2x: Fix VLANs null-pointer for 57710, 57711 (boo#960923).
|
||||
- commit a1b48ad
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 14:34:02 CET 2016 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc8.
|
||||
- commit e628e30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 13:38:39 CET 2016 - dvaleev@suse.com
|
||||
|
||||
@ -25,6 +44,13 @@ Mon Jan 4 13:38:39 CET 2016 - dvaleev@suse.com
|
||||
- Update config files: CONFIG_IBMVNIC=m
|
||||
- commit eae9134
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 13:35:21 CET 2016 - dvaleev@suse.com
|
||||
|
||||
- Driver for IBM System i/p VNIC protocol.
|
||||
- Update config files CONFIG_VNIC=m
|
||||
- commit 85261f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 06:34:03 CET 2016 - jlee@suse.com
|
||||
|
||||
@ -32,6 +58,13 @@ Mon Jan 4 06:34:03 CET 2016 - jlee@suse.com
|
||||
CVE-2015-7550).
|
||||
- commit 1c9407b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 1 07:32:36 CET 2016 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Enable more RK3288 options for lpae
|
||||
Namely MMC and IO domains, already enabled for default/vanilla.
|
||||
- commit 49467f0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 30 10:32:09 CET 2015 - jlee@suse.com
|
||||
|
||||
@ -46,6 +79,18 @@ Mon Dec 28 16:58:51 CET 2015 - jeffm@suse.com
|
||||
bsc#960281).
|
||||
- commit 77a3e32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 28 16:30:30 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc7.
|
||||
- commit 276c9f4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 22 15:41:29 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc6.
|
||||
- commit f4ac202
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 22 12:19:48 CET 2015 - afaerber@suse.de
|
||||
|
||||
@ -71,18 +116,32 @@ Tue Dec 15 16:46:42 CET 2015 - tiwai@suse.de
|
||||
generically (bsc#958439).
|
||||
- commit 7b4772e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 09:45:24 CET 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/compute-PATCHVERSION.sh: Skip stale directories in the package dir
|
||||
- commit 014bd26
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 09:27:40 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.3.3.
|
||||
- commit 0baa1c7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 02:41:46 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc5.
|
||||
- commit da8b87d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 13 15:37:27 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Enable ACT8865 for lpae, too
|
||||
It is needed for the Firefly-RK3288 board.
|
||||
(cherry picked from commit a9615824052d71ec99a224fb9f6e91795edc5d7a)
|
||||
- config: armv7hl: Enable ACT8865 for lpae, too
|
||||
It is needed for the Firefly-RK3288 board.
|
||||
- commit 4ab0c5d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -105,6 +164,13 @@ Wed Dec 9 16:51:24 CET 2015 - tiwai@suse.de
|
||||
- ALSA: hda - Fix noise problems on Thinkpad T440s (boo#958504).
|
||||
- commit 6945bb0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 17:12:41 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc4.
|
||||
- Eliminated 5 patches.
|
||||
- commit 923c13b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 11:24:31 CET 2015 - jslaby@suse.cz
|
||||
|
||||
@ -112,12 +178,85 @@ Mon Dec 7 11:24:31 CET 2015 - jslaby@suse.cz
|
||||
Use the fix from master.
|
||||
- commit d3f999c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 11:19:25 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
- Fix these warnings (since 4.4 as of 0ab32b6f1):
|
||||
kernel/unwind.c:672: warning: passing argument 2 of ‘probe_kernel_read’ makes pointer from integer without a cast
|
||||
- commit 6bcd0e3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 6 20:08:55 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
Add missing put_cpu() in case dwarf unwinder succeeds (bnc#943107)
|
||||
- commit 60ce178
|
||||
- commit 68ab1c1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 17:53:47 CET 2015 - mbrugger@suse.com
|
||||
|
||||
- Delete
|
||||
patches.arch/arm64-gpex-0009-pci-Enable-pci-host-generic-support-for-ARM64.patch.
|
||||
- commit 7985c89
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 17:52:43 CET 2015 - mbrugger@suse.com
|
||||
|
||||
- Delete
|
||||
patches.arch/arm64-0005-arm64-dts-Add-X-Gene-reboot-driver-dts-node.patch.
|
||||
- commit 435b78e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 18:07:00 CET 2015 - jeffm@suse.com
|
||||
|
||||
- config: sync SWIOTLB config change to ppc/vanilla
|
||||
- commit 3d7391b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:57:48 CET 2015 - duwe@suse.de
|
||||
|
||||
- On ppc, SWIOTLB is just an alias for DMA bounce buffers
|
||||
(see Kconfig help:
|
||||
"Support for IO bounce buffering for systems without an IOMMU..." )
|
||||
The systems we support all have proper IOMMUs and thus don't need
|
||||
it.
|
||||
- commit d43936a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:11:11 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc3.
|
||||
- Eliminated 2 patches.
|
||||
- commit 916e346
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:04:40 CET 2015 - dvaleev@suse.com
|
||||
|
||||
- Add RHEL to kernel-obs-build
|
||||
- commit a010d5e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 15:01:56 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Enable Xen in x86 vanilla configs
|
||||
Align the vanilla configs with i386/pae and x86_64/default,
|
||||
respectively.
|
||||
- commit defd50c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:58:28 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Enable pae in i386/vanilla
|
||||
We use kernel-pae in majority of 32bit installs, so it makes sense to
|
||||
sync i386/vanilla with this flavor.
|
||||
- commit 3557f7c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:15:39 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Drop SUSE_KERNEL and SPLIT_PACKAGE patches from vanilla (bsc#957159)
|
||||
- commit fa79c63
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 13:33:34 CET 2015 - tiwai@suse.de
|
||||
@ -132,7 +271,10 @@ Fri Nov 27 20:32:44 CET 2015 - tiwai@suse.de
|
||||
- drm/i915: Don't override output type for DDI HDMI (boo#955190).
|
||||
- drm/i915: Don't compare has_drrs strictly in pipe config
|
||||
(bsc#956397).
|
||||
- commit bce32fe
|
||||
- drm/i915: Don't override output type for DDI HDMI (boo#955190).
|
||||
- drm/i915: Don't compare has_drrs strictly in pipe config
|
||||
(bsc#956397).
|
||||
- commit 7c0fedd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 10:44:19 CET 2015 - mkubecek@suse.cz
|
||||
@ -142,6 +284,48 @@ Thu Nov 26 10:44:19 CET 2015 - mkubecek@suse.cz
|
||||
http://lists.opensuse.org/opensuse-kernel/2015-11/msg00046.html
|
||||
- commit 91e30a7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 09:46:39 CET 2015 - mkubecek@suse.cz
|
||||
|
||||
- Delete patches.fixes/bridge-module-get-put.patch.
|
||||
As discussed in
|
||||
http://lists.opensuse.org/opensuse-kernel/2015-11/msg00046.html
|
||||
- commit 856bef8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 23 20:32:47 CET 2015 - jeffm@suse.com
|
||||
|
||||
- config: refresh ARM configs for 4.4-rc2.
|
||||
- commit 7eabae5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 23 20:30:57 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc2.
|
||||
- Eliminated 1 patch.
|
||||
- commit dea70ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 02:15:47 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Update configs for 4.4-rc1
|
||||
Align vanilla and default while at it.
|
||||
- commit f5e67d3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 01:30:12 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Update configs for 4.4-rc1
|
||||
Align vanilla and default while at it.
|
||||
- commit 11c6acd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 01:06:18 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Update configs for 4.4-rc1
|
||||
Disable FW_LOADER_USER_HELPER_FALLBACK for vanilla (boo#944661, boo#951260).
|
||||
- commit d412cf8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 21:04:23 CET 2015 - mmarek@suse.com
|
||||
|
||||
@ -150,11 +334,29 @@ Fri Nov 20 21:04:23 CET 2015 - mmarek@suse.com
|
||||
-default kernel which does not support Xen either.
|
||||
- commit 6a48ac7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 21:52:18 CET 2015 - jeffm@suse.com
|
||||
|
||||
- serial: export fsl8250_handle_irq.
|
||||
- commit 42fd13e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 09:12:16 CET 2015 - mmarek@suse.com
|
||||
|
||||
- xen/events: Always allocate legacy interrupts on PV guests.
|
||||
- commit b63d753
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 07:41:19 CET 2015 - tiwai@suse.de
|
||||
|
||||
- ethernet/atheros/alx: add Killer E2400 device ID (boo#955363).
|
||||
- commit 66773be
|
||||
- commit aa7197b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 23:10:23 CET 2015 - mmarek@suse.cz
|
||||
|
||||
- staging: lustre: remove IOC_LIBCFS_PING_TEST ioctl.
|
||||
- commit 6772624
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 22:40:44 CET 2015 - mmarek@suse.cz
|
||||
@ -166,12 +368,139 @@ Wed Nov 18 22:40:44 CET 2015 - mmarek@suse.cz
|
||||
branch as a reference.
|
||||
- commit ff1dcd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 22:21:27 CET 2015 - mmarek@suse.cz
|
||||
|
||||
- Refresh config files.
|
||||
- commit f8f53b4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 17:55:24 CET 2015 - jeffm@suse.com
|
||||
|
||||
- btrfs: qgroup: fix quota disable during rescan.
|
||||
- commit 85158a1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 17 10:14:21 CET 2015 - jlee@suse.com
|
||||
|
||||
- X.509: Fix the time validation [ver #2] (bsc#954414).
|
||||
- commit 6b3b033
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 16 20:26:54 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc1.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating.
|
||||
- 7 patches eliminated.
|
||||
- Config changes:
|
||||
- Networking:
|
||||
- NETFILTER_NETLINK_GLUE_CT=y
|
||||
- renamed from NETFILTER_NETLINK_QUEUE_CT
|
||||
- IEEE802154_NL802154_EXPERIMENTAL=n
|
||||
- still in development, assumed the option
|
||||
will be renamed when it's finalized
|
||||
- NET_L3_MASTER_DEV=y (library, no code execution by itself)
|
||||
- NFC_FDP=m
|
||||
- NFC_FDP_I2C=m
|
||||
- NFC_MRVL_I2C=m
|
||||
- BNXT=m
|
||||
- BNXT_SRIOV=y
|
||||
- MLXSW_SPECTRUM=m
|
||||
- QED=m
|
||||
- QEDE=m
|
||||
- RTL8XXXU=m
|
||||
- RTL8XXXU_UNTESTED=y
|
||||
- WILC1000_DRIVER=n (no module option)
|
||||
- Storage:
|
||||
- NVM=y
|
||||
- NVM_DEBUG=n
|
||||
- NVM_GENNVM=m
|
||||
- NVM_RRPC=m
|
||||
- Input/Serial:
|
||||
- TOUCHSCREEN_FT6236=m
|
||||
- TOUCHSCREEN_TSC2004=m
|
||||
- TOUCHSCREEN_ROHM_BU21023=m
|
||||
- INPUT_DA9063_ONKEY=m
|
||||
- USERIO=m
|
||||
- SERIAL_8250_RT288X=y
|
||||
- SERIAL_8250_MID=m
|
||||
- HID_CORSAIR=m
|
||||
- HID_GFRM=m
|
||||
- Misc:
|
||||
- PINCTRL_BROXTON=n
|
||||
- GPIO_AMDPT=m
|
||||
- GPIO_104_IDIO_16=m
|
||||
- GPIO_IT87=m
|
||||
- BATTERY_BQ27XXX=m
|
||||
- BATTERY_BQ27XXX_I2C=y
|
||||
- BATTERY_BQ27XXX_PLATFORM=y
|
||||
- Video:
|
||||
- VIDEO_VIVID_MAX_DEVS=64 (default)
|
||||
- FB_IBM_GXT4500=m
|
||||
- Audio:
|
||||
- SND_PCM_TIMER=y
|
||||
- SND_FIREWIRE_DIGI00X=m
|
||||
- SND_FIREWIRE_TASCAM=m
|
||||
- Sensors:
|
||||
- MXC4005=m
|
||||
- HI8435=m
|
||||
- VZ89X=m
|
||||
- HDC100X=m
|
||||
- HTU21=m
|
||||
- APDS9960=m
|
||||
- US5182D=m
|
||||
- MCP4531=m
|
||||
- MS5637=m
|
||||
- LIDAR_LITE_V2=m
|
||||
- TSYS01=m
|
||||
- TSYS02D=m
|
||||
- SENSORS_MAX31790=m
|
||||
- Misc:
|
||||
- FPGA=m
|
||||
- FPGA_MGR_ZYNQ_FPGA=n
|
||||
- UBIFS_ATIME_SUPPORT=y
|
||||
- VFIO_NOIOMMU=n
|
||||
- COMMON_CLK_SI514=m
|
||||
- RTC_DRV_RV8803=m
|
||||
- Tracing:
|
||||
- STM=m
|
||||
- STM_DUMMY=m
|
||||
- STM_SOURCE_CONSOLE=m
|
||||
- TRACING_EVENTS_GPIO=y
|
||||
- Debugging:
|
||||
- TEST_PRINTF=n
|
||||
- SECTION_MISMATCH_WARN_ONLY=y (current behavior)
|
||||
- ACPI_DEBUGGER=n
|
||||
- EFI:
|
||||
- EFI_FAKE_MEMMAP=n
|
||||
- EFI_PGT_DUMP=n
|
||||
- DEBUG_WX=y
|
||||
- Crypto:
|
||||
- CRYPTO_KEYWRAP=m
|
||||
- PWM_PCA9685=m
|
||||
- x86:
|
||||
- MIC_COSM=m
|
||||
- UNISYS_VISORINPUT=m
|
||||
- UNISYS_VISORHBA=m
|
||||
- LEGACY_VSYSCALL_EMULATE=emulate
|
||||
- INTEL_TH=m
|
||||
- INTEL_TH_PCI=m
|
||||
- INTEL_TH_GTH=m
|
||||
- INTEL_TH_STH=m
|
||||
- INTEL_TH_MSU=m
|
||||
- INTEL_TH_PTI=m
|
||||
- INTEL_TH_DEBUG=n
|
||||
- INTEL_IOMMU_SVM=y
|
||||
- INTEL_IDMA64=m
|
||||
- TOSHIBA_WMI=m
|
||||
- ARM:
|
||||
- AHCI_QORIQ=n
|
||||
- BCM7038_WDT=n
|
||||
- SSB_HOST_SOC=n
|
||||
- MFD_ATMEL_FLEXCOM=n
|
||||
- commit ac3c385
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 15 11:45:43 CET 2015 - jslaby@suse.cz
|
||||
|
||||
@ -207,6 +536,13 @@ Wed Nov 11 13:01:29 CET 2015 - dvaleev@suse.com
|
||||
Set CONFIG_SPARSEMEM_VMEMMAP=y for Power
|
||||
- commit 5a67c8d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 12:55:59 CET 2015 - dvaleev@suse.com
|
||||
|
||||
- Update config files (bsc#951533).
|
||||
Set CONFIG_SPARSEMEM_VMEMMAP=y for Power
|
||||
- commit fd42e9a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 12:33:59 CET 2015 - tiwai@suse.de
|
||||
|
||||
@ -3962,14 +4298,14 @@ Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
||||
|
||||
- Use fop for creating PDF files in kernel-docs package
|
||||
As some files still cannot be built with the default backend.
|
||||
- commit 2dca13d
|
||||
- commit 0de03e2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 15:55:56 CEST 2014 - tiwai@suse.de
|
||||
|
||||
- Fix build of PDF files in kernel-docs package
|
||||
Double the spaces for tex, and fix buildrequires for docbook.
|
||||
- commit 59505a1
|
||||
- commit 9e1f511
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 20 18:02:41 CEST 2014 - tiwai@suse.de
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 4.3
|
||||
%define patchversion 4.3.3
|
||||
%define srcversion 4.4
|
||||
%define patchversion 4.4.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,9 +57,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.3.3
|
||||
Version: 4.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gda39cbd
|
||||
Release: <RELEASE>.g83948c1
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,16 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-final.
|
||||
- commit f1e5f1f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 17:37:28 CET 2016 - fdmanana@suse.com
|
||||
|
||||
- Btrfs: fix fitrim discarding device area reserved for boot
|
||||
loader's use (bsc#960910).
|
||||
- commit 95610af
|
||||
- commit 238d0b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 16:10:24 CET 2016 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.suse/supported-flag (fix modpost command line
|
||||
option spec).
|
||||
- commit 2566c29
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 7 22:47:46 CET 2016 - tiwai@suse.de
|
||||
|
||||
- ethernet/atheros/alx: sanitize buffer sizing and padding
|
||||
(boo#952621).
|
||||
- commit d89492e
|
||||
- commit f8f6570
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 7 10:37:01 CET 2016 - dchang@suse.com
|
||||
@ -18,6 +31,12 @@ Thu Jan 7 10:37:01 CET 2016 - dchang@suse.com
|
||||
- bnx2x: Fix VLANs null-pointer for 57710, 57711 (boo#960923).
|
||||
- commit a1b48ad
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 14:34:02 CET 2016 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc8.
|
||||
- commit e628e30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 13:38:39 CET 2016 - dvaleev@suse.com
|
||||
|
||||
@ -25,6 +44,13 @@ Mon Jan 4 13:38:39 CET 2016 - dvaleev@suse.com
|
||||
- Update config files: CONFIG_IBMVNIC=m
|
||||
- commit eae9134
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 13:35:21 CET 2016 - dvaleev@suse.com
|
||||
|
||||
- Driver for IBM System i/p VNIC protocol.
|
||||
- Update config files CONFIG_VNIC=m
|
||||
- commit 85261f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 06:34:03 CET 2016 - jlee@suse.com
|
||||
|
||||
@ -32,6 +58,13 @@ Mon Jan 4 06:34:03 CET 2016 - jlee@suse.com
|
||||
CVE-2015-7550).
|
||||
- commit 1c9407b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 1 07:32:36 CET 2016 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Enable more RK3288 options for lpae
|
||||
Namely MMC and IO domains, already enabled for default/vanilla.
|
||||
- commit 49467f0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 30 10:32:09 CET 2015 - jlee@suse.com
|
||||
|
||||
@ -46,6 +79,18 @@ Mon Dec 28 16:58:51 CET 2015 - jeffm@suse.com
|
||||
bsc#960281).
|
||||
- commit 77a3e32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 28 16:30:30 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc7.
|
||||
- commit 276c9f4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 22 15:41:29 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc6.
|
||||
- commit f4ac202
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 22 12:19:48 CET 2015 - afaerber@suse.de
|
||||
|
||||
@ -71,18 +116,32 @@ Tue Dec 15 16:46:42 CET 2015 - tiwai@suse.de
|
||||
generically (bsc#958439).
|
||||
- commit 7b4772e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 09:45:24 CET 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/compute-PATCHVERSION.sh: Skip stale directories in the package dir
|
||||
- commit 014bd26
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 09:27:40 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.3.3.
|
||||
- commit 0baa1c7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 02:41:46 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc5.
|
||||
- commit da8b87d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 13 15:37:27 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Enable ACT8865 for lpae, too
|
||||
It is needed for the Firefly-RK3288 board.
|
||||
(cherry picked from commit a9615824052d71ec99a224fb9f6e91795edc5d7a)
|
||||
- config: armv7hl: Enable ACT8865 for lpae, too
|
||||
It is needed for the Firefly-RK3288 board.
|
||||
- commit 4ab0c5d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -105,6 +164,13 @@ Wed Dec 9 16:51:24 CET 2015 - tiwai@suse.de
|
||||
- ALSA: hda - Fix noise problems on Thinkpad T440s (boo#958504).
|
||||
- commit 6945bb0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 17:12:41 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc4.
|
||||
- Eliminated 5 patches.
|
||||
- commit 923c13b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 11:24:31 CET 2015 - jslaby@suse.cz
|
||||
|
||||
@ -112,12 +178,85 @@ Mon Dec 7 11:24:31 CET 2015 - jslaby@suse.cz
|
||||
Use the fix from master.
|
||||
- commit d3f999c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 11:19:25 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
- Fix these warnings (since 4.4 as of 0ab32b6f1):
|
||||
kernel/unwind.c:672: warning: passing argument 2 of ‘probe_kernel_read’ makes pointer from integer without a cast
|
||||
- commit 6bcd0e3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 6 20:08:55 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
Add missing put_cpu() in case dwarf unwinder succeeds (bnc#943107)
|
||||
- commit 60ce178
|
||||
- commit 68ab1c1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 17:53:47 CET 2015 - mbrugger@suse.com
|
||||
|
||||
- Delete
|
||||
patches.arch/arm64-gpex-0009-pci-Enable-pci-host-generic-support-for-ARM64.patch.
|
||||
- commit 7985c89
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 17:52:43 CET 2015 - mbrugger@suse.com
|
||||
|
||||
- Delete
|
||||
patches.arch/arm64-0005-arm64-dts-Add-X-Gene-reboot-driver-dts-node.patch.
|
||||
- commit 435b78e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 18:07:00 CET 2015 - jeffm@suse.com
|
||||
|
||||
- config: sync SWIOTLB config change to ppc/vanilla
|
||||
- commit 3d7391b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:57:48 CET 2015 - duwe@suse.de
|
||||
|
||||
- On ppc, SWIOTLB is just an alias for DMA bounce buffers
|
||||
(see Kconfig help:
|
||||
"Support for IO bounce buffering for systems without an IOMMU..." )
|
||||
The systems we support all have proper IOMMUs and thus don't need
|
||||
it.
|
||||
- commit d43936a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:11:11 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc3.
|
||||
- Eliminated 2 patches.
|
||||
- commit 916e346
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:04:40 CET 2015 - dvaleev@suse.com
|
||||
|
||||
- Add RHEL to kernel-obs-build
|
||||
- commit a010d5e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 15:01:56 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Enable Xen in x86 vanilla configs
|
||||
Align the vanilla configs with i386/pae and x86_64/default,
|
||||
respectively.
|
||||
- commit defd50c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:58:28 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Enable pae in i386/vanilla
|
||||
We use kernel-pae in majority of 32bit installs, so it makes sense to
|
||||
sync i386/vanilla with this flavor.
|
||||
- commit 3557f7c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:15:39 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Drop SUSE_KERNEL and SPLIT_PACKAGE patches from vanilla (bsc#957159)
|
||||
- commit fa79c63
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 13:33:34 CET 2015 - tiwai@suse.de
|
||||
@ -132,7 +271,10 @@ Fri Nov 27 20:32:44 CET 2015 - tiwai@suse.de
|
||||
- drm/i915: Don't override output type for DDI HDMI (boo#955190).
|
||||
- drm/i915: Don't compare has_drrs strictly in pipe config
|
||||
(bsc#956397).
|
||||
- commit bce32fe
|
||||
- drm/i915: Don't override output type for DDI HDMI (boo#955190).
|
||||
- drm/i915: Don't compare has_drrs strictly in pipe config
|
||||
(bsc#956397).
|
||||
- commit 7c0fedd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 10:44:19 CET 2015 - mkubecek@suse.cz
|
||||
@ -142,6 +284,48 @@ Thu Nov 26 10:44:19 CET 2015 - mkubecek@suse.cz
|
||||
http://lists.opensuse.org/opensuse-kernel/2015-11/msg00046.html
|
||||
- commit 91e30a7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 09:46:39 CET 2015 - mkubecek@suse.cz
|
||||
|
||||
- Delete patches.fixes/bridge-module-get-put.patch.
|
||||
As discussed in
|
||||
http://lists.opensuse.org/opensuse-kernel/2015-11/msg00046.html
|
||||
- commit 856bef8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 23 20:32:47 CET 2015 - jeffm@suse.com
|
||||
|
||||
- config: refresh ARM configs for 4.4-rc2.
|
||||
- commit 7eabae5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 23 20:30:57 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc2.
|
||||
- Eliminated 1 patch.
|
||||
- commit dea70ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 02:15:47 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Update configs for 4.4-rc1
|
||||
Align vanilla and default while at it.
|
||||
- commit f5e67d3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 01:30:12 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Update configs for 4.4-rc1
|
||||
Align vanilla and default while at it.
|
||||
- commit 11c6acd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 01:06:18 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Update configs for 4.4-rc1
|
||||
Disable FW_LOADER_USER_HELPER_FALLBACK for vanilla (boo#944661, boo#951260).
|
||||
- commit d412cf8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 21:04:23 CET 2015 - mmarek@suse.com
|
||||
|
||||
@ -150,11 +334,29 @@ Fri Nov 20 21:04:23 CET 2015 - mmarek@suse.com
|
||||
-default kernel which does not support Xen either.
|
||||
- commit 6a48ac7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 21:52:18 CET 2015 - jeffm@suse.com
|
||||
|
||||
- serial: export fsl8250_handle_irq.
|
||||
- commit 42fd13e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 09:12:16 CET 2015 - mmarek@suse.com
|
||||
|
||||
- xen/events: Always allocate legacy interrupts on PV guests.
|
||||
- commit b63d753
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 07:41:19 CET 2015 - tiwai@suse.de
|
||||
|
||||
- ethernet/atheros/alx: add Killer E2400 device ID (boo#955363).
|
||||
- commit 66773be
|
||||
- commit aa7197b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 23:10:23 CET 2015 - mmarek@suse.cz
|
||||
|
||||
- staging: lustre: remove IOC_LIBCFS_PING_TEST ioctl.
|
||||
- commit 6772624
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 22:40:44 CET 2015 - mmarek@suse.cz
|
||||
@ -166,12 +368,139 @@ Wed Nov 18 22:40:44 CET 2015 - mmarek@suse.cz
|
||||
branch as a reference.
|
||||
- commit ff1dcd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 22:21:27 CET 2015 - mmarek@suse.cz
|
||||
|
||||
- Refresh config files.
|
||||
- commit f8f53b4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 17:55:24 CET 2015 - jeffm@suse.com
|
||||
|
||||
- btrfs: qgroup: fix quota disable during rescan.
|
||||
- commit 85158a1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 17 10:14:21 CET 2015 - jlee@suse.com
|
||||
|
||||
- X.509: Fix the time validation [ver #2] (bsc#954414).
|
||||
- commit 6b3b033
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 16 20:26:54 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc1.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating.
|
||||
- 7 patches eliminated.
|
||||
- Config changes:
|
||||
- Networking:
|
||||
- NETFILTER_NETLINK_GLUE_CT=y
|
||||
- renamed from NETFILTER_NETLINK_QUEUE_CT
|
||||
- IEEE802154_NL802154_EXPERIMENTAL=n
|
||||
- still in development, assumed the option
|
||||
will be renamed when it's finalized
|
||||
- NET_L3_MASTER_DEV=y (library, no code execution by itself)
|
||||
- NFC_FDP=m
|
||||
- NFC_FDP_I2C=m
|
||||
- NFC_MRVL_I2C=m
|
||||
- BNXT=m
|
||||
- BNXT_SRIOV=y
|
||||
- MLXSW_SPECTRUM=m
|
||||
- QED=m
|
||||
- QEDE=m
|
||||
- RTL8XXXU=m
|
||||
- RTL8XXXU_UNTESTED=y
|
||||
- WILC1000_DRIVER=n (no module option)
|
||||
- Storage:
|
||||
- NVM=y
|
||||
- NVM_DEBUG=n
|
||||
- NVM_GENNVM=m
|
||||
- NVM_RRPC=m
|
||||
- Input/Serial:
|
||||
- TOUCHSCREEN_FT6236=m
|
||||
- TOUCHSCREEN_TSC2004=m
|
||||
- TOUCHSCREEN_ROHM_BU21023=m
|
||||
- INPUT_DA9063_ONKEY=m
|
||||
- USERIO=m
|
||||
- SERIAL_8250_RT288X=y
|
||||
- SERIAL_8250_MID=m
|
||||
- HID_CORSAIR=m
|
||||
- HID_GFRM=m
|
||||
- Misc:
|
||||
- PINCTRL_BROXTON=n
|
||||
- GPIO_AMDPT=m
|
||||
- GPIO_104_IDIO_16=m
|
||||
- GPIO_IT87=m
|
||||
- BATTERY_BQ27XXX=m
|
||||
- BATTERY_BQ27XXX_I2C=y
|
||||
- BATTERY_BQ27XXX_PLATFORM=y
|
||||
- Video:
|
||||
- VIDEO_VIVID_MAX_DEVS=64 (default)
|
||||
- FB_IBM_GXT4500=m
|
||||
- Audio:
|
||||
- SND_PCM_TIMER=y
|
||||
- SND_FIREWIRE_DIGI00X=m
|
||||
- SND_FIREWIRE_TASCAM=m
|
||||
- Sensors:
|
||||
- MXC4005=m
|
||||
- HI8435=m
|
||||
- VZ89X=m
|
||||
- HDC100X=m
|
||||
- HTU21=m
|
||||
- APDS9960=m
|
||||
- US5182D=m
|
||||
- MCP4531=m
|
||||
- MS5637=m
|
||||
- LIDAR_LITE_V2=m
|
||||
- TSYS01=m
|
||||
- TSYS02D=m
|
||||
- SENSORS_MAX31790=m
|
||||
- Misc:
|
||||
- FPGA=m
|
||||
- FPGA_MGR_ZYNQ_FPGA=n
|
||||
- UBIFS_ATIME_SUPPORT=y
|
||||
- VFIO_NOIOMMU=n
|
||||
- COMMON_CLK_SI514=m
|
||||
- RTC_DRV_RV8803=m
|
||||
- Tracing:
|
||||
- STM=m
|
||||
- STM_DUMMY=m
|
||||
- STM_SOURCE_CONSOLE=m
|
||||
- TRACING_EVENTS_GPIO=y
|
||||
- Debugging:
|
||||
- TEST_PRINTF=n
|
||||
- SECTION_MISMATCH_WARN_ONLY=y (current behavior)
|
||||
- ACPI_DEBUGGER=n
|
||||
- EFI:
|
||||
- EFI_FAKE_MEMMAP=n
|
||||
- EFI_PGT_DUMP=n
|
||||
- DEBUG_WX=y
|
||||
- Crypto:
|
||||
- CRYPTO_KEYWRAP=m
|
||||
- PWM_PCA9685=m
|
||||
- x86:
|
||||
- MIC_COSM=m
|
||||
- UNISYS_VISORINPUT=m
|
||||
- UNISYS_VISORHBA=m
|
||||
- LEGACY_VSYSCALL_EMULATE=emulate
|
||||
- INTEL_TH=m
|
||||
- INTEL_TH_PCI=m
|
||||
- INTEL_TH_GTH=m
|
||||
- INTEL_TH_STH=m
|
||||
- INTEL_TH_MSU=m
|
||||
- INTEL_TH_PTI=m
|
||||
- INTEL_TH_DEBUG=n
|
||||
- INTEL_IOMMU_SVM=y
|
||||
- INTEL_IDMA64=m
|
||||
- TOSHIBA_WMI=m
|
||||
- ARM:
|
||||
- AHCI_QORIQ=n
|
||||
- BCM7038_WDT=n
|
||||
- SSB_HOST_SOC=n
|
||||
- MFD_ATMEL_FLEXCOM=n
|
||||
- commit ac3c385
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 15 11:45:43 CET 2015 - jslaby@suse.cz
|
||||
|
||||
@ -207,6 +536,13 @@ Wed Nov 11 13:01:29 CET 2015 - dvaleev@suse.com
|
||||
Set CONFIG_SPARSEMEM_VMEMMAP=y for Power
|
||||
- commit 5a67c8d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 12:55:59 CET 2015 - dvaleev@suse.com
|
||||
|
||||
- Update config files (bsc#951533).
|
||||
Set CONFIG_SPARSEMEM_VMEMMAP=y for Power
|
||||
- commit fd42e9a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 12:33:59 CET 2015 - tiwai@suse.de
|
||||
|
||||
@ -3962,14 +4298,14 @@ Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
||||
|
||||
- Use fop for creating PDF files in kernel-docs package
|
||||
As some files still cannot be built with the default backend.
|
||||
- commit 2dca13d
|
||||
- commit 0de03e2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 15:55:56 CEST 2014 - tiwai@suse.de
|
||||
|
||||
- Fix build of PDF files in kernel-docs package
|
||||
Double the spaces for tex, and fix buildrequires for docbook.
|
||||
- commit 59505a1
|
||||
- commit 9e1f511
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 20 18:02:41 CEST 2014 - tiwai@suse.de
|
||||
|
@ -17,8 +17,8 @@
|
||||
# icecream 0
|
||||
|
||||
|
||||
%define srcversion 4.3
|
||||
%define patchversion 4.3.3
|
||||
%define srcversion 4.4
|
||||
%define patchversion 4.4.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -30,9 +30,9 @@ Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 4.3.3
|
||||
Version: 4.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gda39cbd
|
||||
Release: <RELEASE>.g83948c1
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,16 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-final.
|
||||
- commit f1e5f1f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 17:37:28 CET 2016 - fdmanana@suse.com
|
||||
|
||||
- Btrfs: fix fitrim discarding device area reserved for boot
|
||||
loader's use (bsc#960910).
|
||||
- commit 95610af
|
||||
- commit 238d0b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 16:10:24 CET 2016 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.suse/supported-flag (fix modpost command line
|
||||
option spec).
|
||||
- commit 2566c29
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 7 22:47:46 CET 2016 - tiwai@suse.de
|
||||
|
||||
- ethernet/atheros/alx: sanitize buffer sizing and padding
|
||||
(boo#952621).
|
||||
- commit d89492e
|
||||
- commit f8f6570
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 7 10:37:01 CET 2016 - dchang@suse.com
|
||||
@ -18,6 +31,12 @@ Thu Jan 7 10:37:01 CET 2016 - dchang@suse.com
|
||||
- bnx2x: Fix VLANs null-pointer for 57710, 57711 (boo#960923).
|
||||
- commit a1b48ad
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 14:34:02 CET 2016 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc8.
|
||||
- commit e628e30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 13:38:39 CET 2016 - dvaleev@suse.com
|
||||
|
||||
@ -25,6 +44,13 @@ Mon Jan 4 13:38:39 CET 2016 - dvaleev@suse.com
|
||||
- Update config files: CONFIG_IBMVNIC=m
|
||||
- commit eae9134
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 13:35:21 CET 2016 - dvaleev@suse.com
|
||||
|
||||
- Driver for IBM System i/p VNIC protocol.
|
||||
- Update config files CONFIG_VNIC=m
|
||||
- commit 85261f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 06:34:03 CET 2016 - jlee@suse.com
|
||||
|
||||
@ -32,6 +58,13 @@ Mon Jan 4 06:34:03 CET 2016 - jlee@suse.com
|
||||
CVE-2015-7550).
|
||||
- commit 1c9407b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 1 07:32:36 CET 2016 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Enable more RK3288 options for lpae
|
||||
Namely MMC and IO domains, already enabled for default/vanilla.
|
||||
- commit 49467f0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 30 10:32:09 CET 2015 - jlee@suse.com
|
||||
|
||||
@ -46,6 +79,18 @@ Mon Dec 28 16:58:51 CET 2015 - jeffm@suse.com
|
||||
bsc#960281).
|
||||
- commit 77a3e32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 28 16:30:30 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc7.
|
||||
- commit 276c9f4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 22 15:41:29 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc6.
|
||||
- commit f4ac202
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 22 12:19:48 CET 2015 - afaerber@suse.de
|
||||
|
||||
@ -71,18 +116,32 @@ Tue Dec 15 16:46:42 CET 2015 - tiwai@suse.de
|
||||
generically (bsc#958439).
|
||||
- commit 7b4772e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 09:45:24 CET 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/compute-PATCHVERSION.sh: Skip stale directories in the package dir
|
||||
- commit 014bd26
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 09:27:40 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.3.3.
|
||||
- commit 0baa1c7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 02:41:46 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc5.
|
||||
- commit da8b87d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 13 15:37:27 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Enable ACT8865 for lpae, too
|
||||
It is needed for the Firefly-RK3288 board.
|
||||
(cherry picked from commit a9615824052d71ec99a224fb9f6e91795edc5d7a)
|
||||
- config: armv7hl: Enable ACT8865 for lpae, too
|
||||
It is needed for the Firefly-RK3288 board.
|
||||
- commit 4ab0c5d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -105,6 +164,13 @@ Wed Dec 9 16:51:24 CET 2015 - tiwai@suse.de
|
||||
- ALSA: hda - Fix noise problems on Thinkpad T440s (boo#958504).
|
||||
- commit 6945bb0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 17:12:41 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc4.
|
||||
- Eliminated 5 patches.
|
||||
- commit 923c13b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 11:24:31 CET 2015 - jslaby@suse.cz
|
||||
|
||||
@ -112,12 +178,85 @@ Mon Dec 7 11:24:31 CET 2015 - jslaby@suse.cz
|
||||
Use the fix from master.
|
||||
- commit d3f999c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 11:19:25 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
- Fix these warnings (since 4.4 as of 0ab32b6f1):
|
||||
kernel/unwind.c:672: warning: passing argument 2 of ‘probe_kernel_read’ makes pointer from integer without a cast
|
||||
- commit 6bcd0e3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 6 20:08:55 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
Add missing put_cpu() in case dwarf unwinder succeeds (bnc#943107)
|
||||
- commit 60ce178
|
||||
- commit 68ab1c1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 17:53:47 CET 2015 - mbrugger@suse.com
|
||||
|
||||
- Delete
|
||||
patches.arch/arm64-gpex-0009-pci-Enable-pci-host-generic-support-for-ARM64.patch.
|
||||
- commit 7985c89
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 17:52:43 CET 2015 - mbrugger@suse.com
|
||||
|
||||
- Delete
|
||||
patches.arch/arm64-0005-arm64-dts-Add-X-Gene-reboot-driver-dts-node.patch.
|
||||
- commit 435b78e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 18:07:00 CET 2015 - jeffm@suse.com
|
||||
|
||||
- config: sync SWIOTLB config change to ppc/vanilla
|
||||
- commit 3d7391b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:57:48 CET 2015 - duwe@suse.de
|
||||
|
||||
- On ppc, SWIOTLB is just an alias for DMA bounce buffers
|
||||
(see Kconfig help:
|
||||
"Support for IO bounce buffering for systems without an IOMMU..." )
|
||||
The systems we support all have proper IOMMUs and thus don't need
|
||||
it.
|
||||
- commit d43936a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:11:11 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc3.
|
||||
- Eliminated 2 patches.
|
||||
- commit 916e346
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:04:40 CET 2015 - dvaleev@suse.com
|
||||
|
||||
- Add RHEL to kernel-obs-build
|
||||
- commit a010d5e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 15:01:56 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Enable Xen in x86 vanilla configs
|
||||
Align the vanilla configs with i386/pae and x86_64/default,
|
||||
respectively.
|
||||
- commit defd50c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:58:28 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Enable pae in i386/vanilla
|
||||
We use kernel-pae in majority of 32bit installs, so it makes sense to
|
||||
sync i386/vanilla with this flavor.
|
||||
- commit 3557f7c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:15:39 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Drop SUSE_KERNEL and SPLIT_PACKAGE patches from vanilla (bsc#957159)
|
||||
- commit fa79c63
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 13:33:34 CET 2015 - tiwai@suse.de
|
||||
@ -132,7 +271,10 @@ Fri Nov 27 20:32:44 CET 2015 - tiwai@suse.de
|
||||
- drm/i915: Don't override output type for DDI HDMI (boo#955190).
|
||||
- drm/i915: Don't compare has_drrs strictly in pipe config
|
||||
(bsc#956397).
|
||||
- commit bce32fe
|
||||
- drm/i915: Don't override output type for DDI HDMI (boo#955190).
|
||||
- drm/i915: Don't compare has_drrs strictly in pipe config
|
||||
(bsc#956397).
|
||||
- commit 7c0fedd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 10:44:19 CET 2015 - mkubecek@suse.cz
|
||||
@ -142,6 +284,48 @@ Thu Nov 26 10:44:19 CET 2015 - mkubecek@suse.cz
|
||||
http://lists.opensuse.org/opensuse-kernel/2015-11/msg00046.html
|
||||
- commit 91e30a7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 09:46:39 CET 2015 - mkubecek@suse.cz
|
||||
|
||||
- Delete patches.fixes/bridge-module-get-put.patch.
|
||||
As discussed in
|
||||
http://lists.opensuse.org/opensuse-kernel/2015-11/msg00046.html
|
||||
- commit 856bef8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 23 20:32:47 CET 2015 - jeffm@suse.com
|
||||
|
||||
- config: refresh ARM configs for 4.4-rc2.
|
||||
- commit 7eabae5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 23 20:30:57 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc2.
|
||||
- Eliminated 1 patch.
|
||||
- commit dea70ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 02:15:47 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Update configs for 4.4-rc1
|
||||
Align vanilla and default while at it.
|
||||
- commit f5e67d3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 01:30:12 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Update configs for 4.4-rc1
|
||||
Align vanilla and default while at it.
|
||||
- commit 11c6acd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 01:06:18 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Update configs for 4.4-rc1
|
||||
Disable FW_LOADER_USER_HELPER_FALLBACK for vanilla (boo#944661, boo#951260).
|
||||
- commit d412cf8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 21:04:23 CET 2015 - mmarek@suse.com
|
||||
|
||||
@ -150,11 +334,29 @@ Fri Nov 20 21:04:23 CET 2015 - mmarek@suse.com
|
||||
-default kernel which does not support Xen either.
|
||||
- commit 6a48ac7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 21:52:18 CET 2015 - jeffm@suse.com
|
||||
|
||||
- serial: export fsl8250_handle_irq.
|
||||
- commit 42fd13e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 09:12:16 CET 2015 - mmarek@suse.com
|
||||
|
||||
- xen/events: Always allocate legacy interrupts on PV guests.
|
||||
- commit b63d753
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 07:41:19 CET 2015 - tiwai@suse.de
|
||||
|
||||
- ethernet/atheros/alx: add Killer E2400 device ID (boo#955363).
|
||||
- commit 66773be
|
||||
- commit aa7197b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 23:10:23 CET 2015 - mmarek@suse.cz
|
||||
|
||||
- staging: lustre: remove IOC_LIBCFS_PING_TEST ioctl.
|
||||
- commit 6772624
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 22:40:44 CET 2015 - mmarek@suse.cz
|
||||
@ -166,12 +368,139 @@ Wed Nov 18 22:40:44 CET 2015 - mmarek@suse.cz
|
||||
branch as a reference.
|
||||
- commit ff1dcd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 22:21:27 CET 2015 - mmarek@suse.cz
|
||||
|
||||
- Refresh config files.
|
||||
- commit f8f53b4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 17:55:24 CET 2015 - jeffm@suse.com
|
||||
|
||||
- btrfs: qgroup: fix quota disable during rescan.
|
||||
- commit 85158a1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 17 10:14:21 CET 2015 - jlee@suse.com
|
||||
|
||||
- X.509: Fix the time validation [ver #2] (bsc#954414).
|
||||
- commit 6b3b033
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 16 20:26:54 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc1.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating.
|
||||
- 7 patches eliminated.
|
||||
- Config changes:
|
||||
- Networking:
|
||||
- NETFILTER_NETLINK_GLUE_CT=y
|
||||
- renamed from NETFILTER_NETLINK_QUEUE_CT
|
||||
- IEEE802154_NL802154_EXPERIMENTAL=n
|
||||
- still in development, assumed the option
|
||||
will be renamed when it's finalized
|
||||
- NET_L3_MASTER_DEV=y (library, no code execution by itself)
|
||||
- NFC_FDP=m
|
||||
- NFC_FDP_I2C=m
|
||||
- NFC_MRVL_I2C=m
|
||||
- BNXT=m
|
||||
- BNXT_SRIOV=y
|
||||
- MLXSW_SPECTRUM=m
|
||||
- QED=m
|
||||
- QEDE=m
|
||||
- RTL8XXXU=m
|
||||
- RTL8XXXU_UNTESTED=y
|
||||
- WILC1000_DRIVER=n (no module option)
|
||||
- Storage:
|
||||
- NVM=y
|
||||
- NVM_DEBUG=n
|
||||
- NVM_GENNVM=m
|
||||
- NVM_RRPC=m
|
||||
- Input/Serial:
|
||||
- TOUCHSCREEN_FT6236=m
|
||||
- TOUCHSCREEN_TSC2004=m
|
||||
- TOUCHSCREEN_ROHM_BU21023=m
|
||||
- INPUT_DA9063_ONKEY=m
|
||||
- USERIO=m
|
||||
- SERIAL_8250_RT288X=y
|
||||
- SERIAL_8250_MID=m
|
||||
- HID_CORSAIR=m
|
||||
- HID_GFRM=m
|
||||
- Misc:
|
||||
- PINCTRL_BROXTON=n
|
||||
- GPIO_AMDPT=m
|
||||
- GPIO_104_IDIO_16=m
|
||||
- GPIO_IT87=m
|
||||
- BATTERY_BQ27XXX=m
|
||||
- BATTERY_BQ27XXX_I2C=y
|
||||
- BATTERY_BQ27XXX_PLATFORM=y
|
||||
- Video:
|
||||
- VIDEO_VIVID_MAX_DEVS=64 (default)
|
||||
- FB_IBM_GXT4500=m
|
||||
- Audio:
|
||||
- SND_PCM_TIMER=y
|
||||
- SND_FIREWIRE_DIGI00X=m
|
||||
- SND_FIREWIRE_TASCAM=m
|
||||
- Sensors:
|
||||
- MXC4005=m
|
||||
- HI8435=m
|
||||
- VZ89X=m
|
||||
- HDC100X=m
|
||||
- HTU21=m
|
||||
- APDS9960=m
|
||||
- US5182D=m
|
||||
- MCP4531=m
|
||||
- MS5637=m
|
||||
- LIDAR_LITE_V2=m
|
||||
- TSYS01=m
|
||||
- TSYS02D=m
|
||||
- SENSORS_MAX31790=m
|
||||
- Misc:
|
||||
- FPGA=m
|
||||
- FPGA_MGR_ZYNQ_FPGA=n
|
||||
- UBIFS_ATIME_SUPPORT=y
|
||||
- VFIO_NOIOMMU=n
|
||||
- COMMON_CLK_SI514=m
|
||||
- RTC_DRV_RV8803=m
|
||||
- Tracing:
|
||||
- STM=m
|
||||
- STM_DUMMY=m
|
||||
- STM_SOURCE_CONSOLE=m
|
||||
- TRACING_EVENTS_GPIO=y
|
||||
- Debugging:
|
||||
- TEST_PRINTF=n
|
||||
- SECTION_MISMATCH_WARN_ONLY=y (current behavior)
|
||||
- ACPI_DEBUGGER=n
|
||||
- EFI:
|
||||
- EFI_FAKE_MEMMAP=n
|
||||
- EFI_PGT_DUMP=n
|
||||
- DEBUG_WX=y
|
||||
- Crypto:
|
||||
- CRYPTO_KEYWRAP=m
|
||||
- PWM_PCA9685=m
|
||||
- x86:
|
||||
- MIC_COSM=m
|
||||
- UNISYS_VISORINPUT=m
|
||||
- UNISYS_VISORHBA=m
|
||||
- LEGACY_VSYSCALL_EMULATE=emulate
|
||||
- INTEL_TH=m
|
||||
- INTEL_TH_PCI=m
|
||||
- INTEL_TH_GTH=m
|
||||
- INTEL_TH_STH=m
|
||||
- INTEL_TH_MSU=m
|
||||
- INTEL_TH_PTI=m
|
||||
- INTEL_TH_DEBUG=n
|
||||
- INTEL_IOMMU_SVM=y
|
||||
- INTEL_IDMA64=m
|
||||
- TOSHIBA_WMI=m
|
||||
- ARM:
|
||||
- AHCI_QORIQ=n
|
||||
- BCM7038_WDT=n
|
||||
- SSB_HOST_SOC=n
|
||||
- MFD_ATMEL_FLEXCOM=n
|
||||
- commit ac3c385
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 15 11:45:43 CET 2015 - jslaby@suse.cz
|
||||
|
||||
@ -207,6 +536,13 @@ Wed Nov 11 13:01:29 CET 2015 - dvaleev@suse.com
|
||||
Set CONFIG_SPARSEMEM_VMEMMAP=y for Power
|
||||
- commit 5a67c8d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 12:55:59 CET 2015 - dvaleev@suse.com
|
||||
|
||||
- Update config files (bsc#951533).
|
||||
Set CONFIG_SPARSEMEM_VMEMMAP=y for Power
|
||||
- commit fd42e9a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 12:33:59 CET 2015 - tiwai@suse.de
|
||||
|
||||
@ -3962,14 +4298,14 @@ Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
||||
|
||||
- Use fop for creating PDF files in kernel-docs package
|
||||
As some files still cannot be built with the default backend.
|
||||
- commit 2dca13d
|
||||
- commit 0de03e2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 15:55:56 CEST 2014 - tiwai@suse.de
|
||||
|
||||
- Fix build of PDF files in kernel-docs package
|
||||
Double the spaces for tex, and fix buildrequires for docbook.
|
||||
- commit 59505a1
|
||||
- commit 9e1f511
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 20 18:02:41 CEST 2014 - tiwai@suse.de
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 4.3.3
|
||||
Version: 4.4.0
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gda39cbd
|
||||
Release: <RELEASE>.g83948c1
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,16 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 15:43:45 CET 2016 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-final.
|
||||
- commit f1e5f1f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 17:37:28 CET 2016 - fdmanana@suse.com
|
||||
|
||||
- Btrfs: fix fitrim discarding device area reserved for boot
|
||||
loader's use (bsc#960910).
|
||||
- commit 95610af
|
||||
- commit 238d0b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 16:10:24 CET 2016 - jbeulich@suse.com
|
||||
|
||||
- Refresh patches.suse/supported-flag (fix modpost command line
|
||||
option spec).
|
||||
- commit 2566c29
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 7 22:47:46 CET 2016 - tiwai@suse.de
|
||||
|
||||
- ethernet/atheros/alx: sanitize buffer sizing and padding
|
||||
(boo#952621).
|
||||
- commit d89492e
|
||||
- commit f8f6570
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 7 10:37:01 CET 2016 - dchang@suse.com
|
||||
@ -18,6 +31,12 @@ Thu Jan 7 10:37:01 CET 2016 - dchang@suse.com
|
||||
- bnx2x: Fix VLANs null-pointer for 57710, 57711 (boo#960923).
|
||||
- commit a1b48ad
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 14:34:02 CET 2016 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc8.
|
||||
- commit e628e30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 13:38:39 CET 2016 - dvaleev@suse.com
|
||||
|
||||
@ -25,6 +44,13 @@ Mon Jan 4 13:38:39 CET 2016 - dvaleev@suse.com
|
||||
- Update config files: CONFIG_IBMVNIC=m
|
||||
- commit eae9134
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 13:35:21 CET 2016 - dvaleev@suse.com
|
||||
|
||||
- Driver for IBM System i/p VNIC protocol.
|
||||
- Update config files CONFIG_VNIC=m
|
||||
- commit 85261f3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 06:34:03 CET 2016 - jlee@suse.com
|
||||
|
||||
@ -32,6 +58,13 @@ Mon Jan 4 06:34:03 CET 2016 - jlee@suse.com
|
||||
CVE-2015-7550).
|
||||
- commit 1c9407b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 1 07:32:36 CET 2016 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Enable more RK3288 options for lpae
|
||||
Namely MMC and IO domains, already enabled for default/vanilla.
|
||||
- commit 49467f0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 30 10:32:09 CET 2015 - jlee@suse.com
|
||||
|
||||
@ -46,6 +79,18 @@ Mon Dec 28 16:58:51 CET 2015 - jeffm@suse.com
|
||||
bsc#960281).
|
||||
- commit 77a3e32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 28 16:30:30 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc7.
|
||||
- commit 276c9f4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 22 15:41:29 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc6.
|
||||
- commit f4ac202
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 22 12:19:48 CET 2015 - afaerber@suse.de
|
||||
|
||||
@ -71,18 +116,32 @@ Tue Dec 15 16:46:42 CET 2015 - tiwai@suse.de
|
||||
generically (bsc#958439).
|
||||
- commit 7b4772e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 09:45:24 CET 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/compute-PATCHVERSION.sh: Skip stale directories in the package dir
|
||||
- commit 014bd26
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 09:27:40 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.3.3.
|
||||
- commit 0baa1c7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 02:41:46 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc5.
|
||||
- commit da8b87d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 13 15:37:27 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Enable ACT8865 for lpae, too
|
||||
It is needed for the Firefly-RK3288 board.
|
||||
(cherry picked from commit a9615824052d71ec99a224fb9f6e91795edc5d7a)
|
||||
- config: armv7hl: Enable ACT8865 for lpae, too
|
||||
It is needed for the Firefly-RK3288 board.
|
||||
- commit 4ab0c5d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -105,6 +164,13 @@ Wed Dec 9 16:51:24 CET 2015 - tiwai@suse.de
|
||||
- ALSA: hda - Fix noise problems on Thinkpad T440s (boo#958504).
|
||||
- commit 6945bb0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 17:12:41 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc4.
|
||||
- Eliminated 5 patches.
|
||||
- commit 923c13b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 11:24:31 CET 2015 - jslaby@suse.cz
|
||||
|
||||
@ -112,12 +178,85 @@ Mon Dec 7 11:24:31 CET 2015 - jslaby@suse.cz
|
||||
Use the fix from master.
|
||||
- commit d3f999c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 11:19:25 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
- Fix these warnings (since 4.4 as of 0ab32b6f1):
|
||||
kernel/unwind.c:672: warning: passing argument 2 of ‘probe_kernel_read’ makes pointer from integer without a cast
|
||||
- commit 6bcd0e3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 6 20:08:55 CET 2015 - jslaby@suse.cz
|
||||
|
||||
- Refresh patches.suse/stack-unwind.
|
||||
Add missing put_cpu() in case dwarf unwinder succeeds (bnc#943107)
|
||||
- commit 60ce178
|
||||
- commit 68ab1c1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 17:53:47 CET 2015 - mbrugger@suse.com
|
||||
|
||||
- Delete
|
||||
patches.arch/arm64-gpex-0009-pci-Enable-pci-host-generic-support-for-ARM64.patch.
|
||||
- commit 7985c89
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 17:52:43 CET 2015 - mbrugger@suse.com
|
||||
|
||||
- Delete
|
||||
patches.arch/arm64-0005-arm64-dts-Add-X-Gene-reboot-driver-dts-node.patch.
|
||||
- commit 435b78e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 18:07:00 CET 2015 - jeffm@suse.com
|
||||
|
||||
- config: sync SWIOTLB config change to ppc/vanilla
|
||||
- commit 3d7391b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:57:48 CET 2015 - duwe@suse.de
|
||||
|
||||
- On ppc, SWIOTLB is just an alias for DMA bounce buffers
|
||||
(see Kconfig help:
|
||||
"Support for IO bounce buffering for systems without an IOMMU..." )
|
||||
The systems we support all have proper IOMMUs and thus don't need
|
||||
it.
|
||||
- commit d43936a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:11:11 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc3.
|
||||
- Eliminated 2 patches.
|
||||
- commit 916e346
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:04:40 CET 2015 - dvaleev@suse.com
|
||||
|
||||
- Add RHEL to kernel-obs-build
|
||||
- commit a010d5e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 15:01:56 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Enable Xen in x86 vanilla configs
|
||||
Align the vanilla configs with i386/pae and x86_64/default,
|
||||
respectively.
|
||||
- commit defd50c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:58:28 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Enable pae in i386/vanilla
|
||||
We use kernel-pae in majority of 32bit installs, so it makes sense to
|
||||
sync i386/vanilla with this flavor.
|
||||
- commit 3557f7c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:15:39 CET 2015 - mmarek@suse.com
|
||||
|
||||
- Drop SUSE_KERNEL and SPLIT_PACKAGE patches from vanilla (bsc#957159)
|
||||
- commit fa79c63
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 13:33:34 CET 2015 - tiwai@suse.de
|
||||
@ -132,7 +271,10 @@ Fri Nov 27 20:32:44 CET 2015 - tiwai@suse.de
|
||||
- drm/i915: Don't override output type for DDI HDMI (boo#955190).
|
||||
- drm/i915: Don't compare has_drrs strictly in pipe config
|
||||
(bsc#956397).
|
||||
- commit bce32fe
|
||||
- drm/i915: Don't override output type for DDI HDMI (boo#955190).
|
||||
- drm/i915: Don't compare has_drrs strictly in pipe config
|
||||
(bsc#956397).
|
||||
- commit 7c0fedd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 10:44:19 CET 2015 - mkubecek@suse.cz
|
||||
@ -142,6 +284,48 @@ Thu Nov 26 10:44:19 CET 2015 - mkubecek@suse.cz
|
||||
http://lists.opensuse.org/opensuse-kernel/2015-11/msg00046.html
|
||||
- commit 91e30a7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 09:46:39 CET 2015 - mkubecek@suse.cz
|
||||
|
||||
- Delete patches.fixes/bridge-module-get-put.patch.
|
||||
As discussed in
|
||||
http://lists.opensuse.org/opensuse-kernel/2015-11/msg00046.html
|
||||
- commit 856bef8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 23 20:32:47 CET 2015 - jeffm@suse.com
|
||||
|
||||
- config: refresh ARM configs for 4.4-rc2.
|
||||
- commit 7eabae5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 23 20:30:57 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc2.
|
||||
- Eliminated 1 patch.
|
||||
- commit dea70ff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 02:15:47 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: arm64: Update configs for 4.4-rc1
|
||||
Align vanilla and default while at it.
|
||||
- commit f5e67d3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 01:30:12 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv6hl: Update configs for 4.4-rc1
|
||||
Align vanilla and default while at it.
|
||||
- commit 11c6acd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 22 01:06:18 CET 2015 - afaerber@suse.de
|
||||
|
||||
- config: armv7hl: Update configs for 4.4-rc1
|
||||
Disable FW_LOADER_USER_HELPER_FALLBACK for vanilla (boo#944661, boo#951260).
|
||||
- commit d412cf8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 21:04:23 CET 2015 - mmarek@suse.com
|
||||
|
||||
@ -150,11 +334,29 @@ Fri Nov 20 21:04:23 CET 2015 - mmarek@suse.com
|
||||
-default kernel which does not support Xen either.
|
||||
- commit 6a48ac7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 21:52:18 CET 2015 - jeffm@suse.com
|
||||
|
||||
- serial: export fsl8250_handle_irq.
|
||||
- commit 42fd13e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 09:12:16 CET 2015 - mmarek@suse.com
|
||||
|
||||
- xen/events: Always allocate legacy interrupts on PV guests.
|
||||
- commit b63d753
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 07:41:19 CET 2015 - tiwai@suse.de
|
||||
|
||||
- ethernet/atheros/alx: add Killer E2400 device ID (boo#955363).
|
||||
- commit 66773be
|
||||
- commit aa7197b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 23:10:23 CET 2015 - mmarek@suse.cz
|
||||
|
||||
- staging: lustre: remove IOC_LIBCFS_PING_TEST ioctl.
|
||||
- commit 6772624
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 22:40:44 CET 2015 - mmarek@suse.cz
|
||||
@ -166,12 +368,139 @@ Wed Nov 18 22:40:44 CET 2015 - mmarek@suse.cz
|
||||
branch as a reference.
|
||||
- commit ff1dcd9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 22:21:27 CET 2015 - mmarek@suse.cz
|
||||
|
||||
- Refresh config files.
|
||||
- commit f8f53b4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 17:55:24 CET 2015 - jeffm@suse.com
|
||||
|
||||
- btrfs: qgroup: fix quota disable during rescan.
|
||||
- commit 85158a1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 17 10:14:21 CET 2015 - jlee@suse.com
|
||||
|
||||
- X.509: Fix the time validation [ver #2] (bsc#954414).
|
||||
- commit 6b3b033
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 16 20:26:54 CET 2015 - jeffm@suse.com
|
||||
|
||||
- Update to 4.4-rc1.
|
||||
- Xen is disabled.
|
||||
- ARM configs need updating.
|
||||
- 7 patches eliminated.
|
||||
- Config changes:
|
||||
- Networking:
|
||||
- NETFILTER_NETLINK_GLUE_CT=y
|
||||
- renamed from NETFILTER_NETLINK_QUEUE_CT
|
||||
- IEEE802154_NL802154_EXPERIMENTAL=n
|
||||
- still in development, assumed the option
|
||||
will be renamed when it's finalized
|
||||
- NET_L3_MASTER_DEV=y (library, no code execution by itself)
|
||||
- NFC_FDP=m
|
||||
- NFC_FDP_I2C=m
|
||||
- NFC_MRVL_I2C=m
|
||||
- BNXT=m
|
||||
- BNXT_SRIOV=y
|
||||
- MLXSW_SPECTRUM=m
|
||||
- QED=m
|
||||
- QEDE=m
|
||||
- RTL8XXXU=m
|
||||
- RTL8XXXU_UNTESTED=y
|
||||
- WILC1000_DRIVER=n (no module option)
|
||||
- Storage:
|
||||
- NVM=y
|
||||
- NVM_DEBUG=n
|
||||
- NVM_GENNVM=m
|
||||
- NVM_RRPC=m
|
||||
- Input/Serial:
|
||||
- TOUCHSCREEN_FT6236=m
|
||||
- TOUCHSCREEN_TSC2004=m
|
||||
- TOUCHSCREEN_ROHM_BU21023=m
|
||||
- INPUT_DA9063_ONKEY=m
|
||||
- USERIO=m
|
||||
- SERIAL_8250_RT288X=y
|
||||
- SERIAL_8250_MID=m
|
||||
- HID_CORSAIR=m
|
||||
- HID_GFRM=m
|
||||
- Misc:
|
||||
- PINCTRL_BROXTON=n
|
||||
- GPIO_AMDPT=m
|
||||
- GPIO_104_IDIO_16=m
|
||||
- GPIO_IT87=m
|
||||
- BATTERY_BQ27XXX=m
|
||||
- BATTERY_BQ27XXX_I2C=y
|
||||
- BATTERY_BQ27XXX_PLATFORM=y
|
||||
- Video:
|
||||
- VIDEO_VIVID_MAX_DEVS=64 (default)
|
||||
- FB_IBM_GXT4500=m
|
||||
- Audio:
|
||||
- SND_PCM_TIMER=y
|
||||
- SND_FIREWIRE_DIGI00X=m
|
||||
- SND_FIREWIRE_TASCAM=m
|
||||
- Sensors:
|
||||
- MXC4005=m
|
||||
- HI8435=m
|
||||
- VZ89X=m
|
||||
- HDC100X=m
|
||||
- HTU21=m
|
||||
- APDS9960=m
|
||||
- US5182D=m
|
||||
- MCP4531=m
|
||||
- MS5637=m
|
||||
- LIDAR_LITE_V2=m
|
||||
- TSYS01=m
|
||||
- TSYS02D=m
|
||||
- SENSORS_MAX31790=m
|
||||
- Misc:
|
||||
- FPGA=m
|
||||
- FPGA_MGR_ZYNQ_FPGA=n
|
||||
- UBIFS_ATIME_SUPPORT=y
|
||||
- VFIO_NOIOMMU=n
|
||||
- COMMON_CLK_SI514=m
|
||||
- RTC_DRV_RV8803=m
|
||||
- Tracing:
|
||||
- STM=m
|
||||
- STM_DUMMY=m
|
||||
- STM_SOURCE_CONSOLE=m
|
||||
- TRACING_EVENTS_GPIO=y
|
||||
- Debugging:
|
||||
- TEST_PRINTF=n
|
||||
- SECTION_MISMATCH_WARN_ONLY=y (current behavior)
|
||||
- ACPI_DEBUGGER=n
|
||||
- EFI:
|
||||
- EFI_FAKE_MEMMAP=n
|
||||
- EFI_PGT_DUMP=n
|
||||
- DEBUG_WX=y
|
||||
- Crypto:
|
||||
- CRYPTO_KEYWRAP=m
|
||||
- PWM_PCA9685=m
|
||||
- x86:
|
||||
- MIC_COSM=m
|
||||
- UNISYS_VISORINPUT=m
|
||||
- UNISYS_VISORHBA=m
|
||||
- LEGACY_VSYSCALL_EMULATE=emulate
|
||||
- INTEL_TH=m
|
||||
- INTEL_TH_PCI=m
|
||||
- INTEL_TH_GTH=m
|
||||
- INTEL_TH_STH=m
|
||||
- INTEL_TH_MSU=m
|
||||
- INTEL_TH_PTI=m
|
||||
- INTEL_TH_DEBUG=n
|
||||
- INTEL_IOMMU_SVM=y
|
||||
- INTEL_IDMA64=m
|
||||
- TOSHIBA_WMI=m
|
||||
- ARM:
|
||||
- AHCI_QORIQ=n
|
||||
- BCM7038_WDT=n
|
||||
- SSB_HOST_SOC=n
|
||||
- MFD_ATMEL_FLEXCOM=n
|
||||
- commit ac3c385
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 15 11:45:43 CET 2015 - jslaby@suse.cz
|
||||
|
||||
@ -207,6 +536,13 @@ Wed Nov 11 13:01:29 CET 2015 - dvaleev@suse.com
|
||||
Set CONFIG_SPARSEMEM_VMEMMAP=y for Power
|
||||
- commit 5a67c8d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 12:55:59 CET 2015 - dvaleev@suse.com
|
||||
|
||||
- Update config files (bsc#951533).
|
||||
Set CONFIG_SPARSEMEM_VMEMMAP=y for Power
|
||||
- commit fd42e9a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 12:33:59 CET 2015 - tiwai@suse.de
|
||||
|
||||
@ -3962,14 +4298,14 @@ Wed Oct 22 15:58:03 CEST 2014 - tiwai@suse.de
|
||||
|
||||
- Use fop for creating PDF files in kernel-docs package
|
||||
As some files still cannot be built with the default backend.
|
||||
- commit 2dca13d
|
||||
- commit 0de03e2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 15:55:56 CEST 2014 - tiwai@suse.de
|
||||
|
||||
- Fix build of PDF files in kernel-docs package
|
||||
Double the spaces for tex, and fix buildrequires for docbook.
|
||||
- commit 59505a1
|
||||
- commit 9e1f511
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 20 18:02:41 CEST 2014 - tiwai@suse.de
|
||||
|
@ -19,8 +19,8 @@
|
||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 4.3
|
||||
%define patchversion 4.3.3
|
||||
%define srcversion 4.4
|
||||
%define patchversion 4.4.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,9 +57,9 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.3.3
|
||||
Version: 4.4.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gda39cbd
|
||||
Release: <RELEASE>.g83948c1
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
3
linux-4.4.tar.xz
Normal file
3
linux-4.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2
|
||||
size 87295988
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a331959f7f90766e5b6f296f708d29cc8c1911adf0fcfc3203a109abf84fbb55
|
||||
size 195549
|
||||
oid sha256:bd2e1f11c758174057021fd38c3cdd318bf84db46c8264c9dd4711de94bb38b4
|
||||
size 193626
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9259a676f5c8a5e7e252dcd5d5e40c199f9471de19568a4a43c5cd53ca6aa4c
|
||||
size 40227
|
||||
oid sha256:5c75c28f54a44a4b05b09d3bad09e2de3f93dd12a16ccd80deaf20d39aea2811
|
||||
size 31965
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3b31f21695f7845de3e7458918f6f24592e6cf6e0ee129db35e9759b8c79816
|
||||
size 16978
|
||||
oid sha256:b0fef197480a18f65eb2d252534a0e60df0fb3e73aca4c1a6f23ddbc0474ea05
|
||||
size 11020
|
||||
|
BIN
patches.kernel.org.tar.bz2
(Stored with Git LFS)
BIN
patches.kernel.org.tar.bz2
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2701624dda88e3c1726f97dda4f8e70ea42a7b63a55ac8a2faf69d64de5c3919
|
||||
size 2525
|
||||
oid sha256:6edb6d24ee2ebeae416774a4f2af1c47a4fb9cfe4371fc7a1dd897963412f906
|
||||
size 2017
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:013c82ef583039ca7c1adc51e975b418d36451fb4de5c552455837ac16fcb2e9
|
||||
size 52113
|
||||
oid sha256:39ab4c38336034c9669d798260a20f4dbdf138ecebe9b5ec6222864101bfc99a
|
||||
size 52200
|
||||
|
35
series.conf
35
series.conf
@ -27,9 +27,6 @@
|
||||
# DO NOT MODIFY THEM!
|
||||
# Send separate patches upstream if you find a problem...
|
||||
########################################################
|
||||
patches.kernel.org/patch-4.3.1
|
||||
patches.kernel.org/patch-4.3.1-2
|
||||
patches.kernel.org/patch-4.3.2-3
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -52,13 +49,13 @@
|
||||
# will be included in the vanilla package.
|
||||
########################################################
|
||||
patches.rpmify/firmware-path
|
||||
patches.rpmify/rpm-kernel-config
|
||||
patches.rpmify/split-package
|
||||
patches.rpmify/cloneconfig.diff
|
||||
|
||||
########################################################
|
||||
# kbuild/module infrastructure fixes
|
||||
########################################################
|
||||
patches.suse/rpm-kernel-config
|
||||
patches.suse/split-package
|
||||
patches.suse/supported-flag
|
||||
patches.suse/supported-flag-underscores
|
||||
patches.suse/supported-flag-wildcards
|
||||
@ -161,7 +158,6 @@
|
||||
patches.arch/arm64-0001-usb-Add-support-for-Synopsis-H20AHB-EHCI-host-contro.patch
|
||||
patches.arch/arm64-0002-usb-fix-hcd-h20ahb-driver-depends.patch
|
||||
patches.arch/arm64-0004-net-xgbe-Add-A0-silicon-support.patch
|
||||
patches.arch/arm64-0005-arm64-dts-Add-X-Gene-reboot-driver-dts-node.patch
|
||||
patches.arch/arm64-0006-arm64-Select-reboot-driver-for-X-Gene-platform.patch
|
||||
patches.arch/arm64-0010-KVM-ARM-Hack-to-enable-VGIC-mapping-on-64k-PAGE_SIZE.patch
|
||||
|
||||
@ -174,7 +170,6 @@
|
||||
+mbrugger patches.arch/arm64-gpex-0006-irqchip-gicv3-its-Get-rid-of-struct-msi_controller.patch
|
||||
+mbrugger patches.arch/arm64-gpex-0007-PCI-MSI-Drop-domain-field-from-msi_controller.patch
|
||||
+mbrugger patches.arch/arm64-gpex-0008-PCI-MSI-of-Allow-msi_domain-lookup-using-the-PHB-nod.patch
|
||||
+mbrugger patches.arch/arm64-gpex-0009-pci-Enable-pci-host-generic-support-for-ARM64.patch
|
||||
|
||||
########################################################
|
||||
# S/390
|
||||
@ -294,7 +289,6 @@
|
||||
########################################################
|
||||
# Overlayfs
|
||||
########################################################
|
||||
patches.fixes/ovl-fix-permission-checking-for-setattr
|
||||
|
||||
########################################################
|
||||
# Swap-over-NFS
|
||||
@ -318,7 +312,6 @@
|
||||
|
||||
# Block layer fixes
|
||||
patches.fixes/block-copy-bi_vcnt-in-_bio_clone_fast
|
||||
patches.fixes/scsi-inquiry-too-short-ratelimit
|
||||
patches.suse/scsi-netlink-ml
|
||||
|
||||
patches.fixes/scsi-retry-alua-transition-in-progress
|
||||
@ -350,24 +343,16 @@
|
||||
# DRM/Video
|
||||
########################################################
|
||||
+jeffm patches.fixes/nouveau-fix-race-with-fence-signaling
|
||||
patches.fixes/drm-sti-Remove-select-of-CONFI_FW_LOADER_USER_HELPER
|
||||
patches.drivers/drm-i915-Don-t-compare-has_drrs-strictly-in-pipe-con
|
||||
patches.drivers/drm-i915-Don-t-override-output-type-for-DDI-HDMI
|
||||
patches.drivers/drm-i915-Do-a-better-job-at-disabling-primary-plane
|
||||
|
||||
########################################################
|
||||
# video4linux
|
||||
########################################################
|
||||
patches.fixes/media-c8sectpfe-Remove-select-of-CONFIG_FW_LOADER_USER_HELPER
|
||||
patches.fixes/media-media-vivid-osd-fix-info-leak-in-ioctl.patch
|
||||
|
||||
########################################################
|
||||
# Network
|
||||
########################################################
|
||||
patches.fixes/tulip-quad-NIC-ifdown
|
||||
patches.drivers/ethernet-atheros-alx-add-Killer-E2400-device-ID
|
||||
patches.drivers/ethernet-atheros-alx-sanitize-buffer-sizing-and-padd
|
||||
patches.drivers/bnx2x-Fix-VLANs-null-pointer-for-57710-57711.patch
|
||||
|
||||
########################################################
|
||||
# Wireless Networking
|
||||
@ -404,17 +389,10 @@
|
||||
########################################################
|
||||
# patches.suse/SUSE-bootsplash
|
||||
# patches.suse/SUSE-bootsplash-mgadrmfb-workaround
|
||||
patches.fixes/Input-elantech-add-Fujitsu-Lifebook-U745-to-force-cr
|
||||
|
||||
##########################################################
|
||||
# Sound
|
||||
##########################################################
|
||||
patches.drivers/ALSA-hda-Disable-64bit-address-for-Creative-HDA-cont
|
||||
patches.drivers/ALSA-hda-Fix-lost-4k-BDL-boundary-workaround
|
||||
patches.drivers/ALSA-hda-Fix-noise-problems-on-Thinkpad-T440s
|
||||
patches.drivers/ALSA-hda-Apply-click-noise-workaround-for-Thinkpads
|
||||
patches.drivers/ALSA-hda-Set-codec-to-D3-at-reboot-shutdown-on-Think
|
||||
patches.drivers/ALSA-hda-Add-a-fixup-for-Thinkpad-X1-Carbon-2nd
|
||||
|
||||
########################################################
|
||||
# Char / serial
|
||||
@ -427,8 +405,6 @@
|
||||
# Needs updating WRT d27769ec (block: add GENHD_FL_NO_PART_SCAN)
|
||||
+hare patches.suse/no-partition-scan
|
||||
|
||||
patches.drivers/thinkpad_acpi-Don-t-yell-on-unsupported-brightness-i
|
||||
|
||||
########################################################
|
||||
# Other drivers we have added to the tree
|
||||
########################################################
|
||||
@ -460,12 +436,6 @@
|
||||
#
|
||||
##########################################################
|
||||
|
||||
# bsc#958463 VUL-0: CVE-2015-8539: kernel: Fix handling of stored error in a negatively instantiated user key
|
||||
patches.fixes/0001-KEYS-Fix-handling-of-stored-error-in-a-negatively-in.patch
|
||||
|
||||
# bsc#958951 CVE-2015-7550: kernel: User triggerable crash from race between key read and rey revoke
|
||||
patches.fixes/0001-KEYS-Fix-race-between-read-and-revoke.patch
|
||||
|
||||
##########################################################
|
||||
# Audit
|
||||
##########################################################
|
||||
@ -521,7 +491,6 @@
|
||||
# Staging tree patches
|
||||
# new drivers that are going upstream
|
||||
########################################################
|
||||
patches.fixes/staging-dgnc-fix-info-leak-in-ioctl.patch
|
||||
|
||||
########################################################
|
||||
# You'd better have a good reason for adding a patch
|
||||
|
@ -1,3 +1,3 @@
|
||||
2016-01-08 19:34:17 +0100
|
||||
GIT Revision: da39cbdb86dc7846e1d114fea0ea43fa45aca064
|
||||
2016-01-11 15:46:34 +0100
|
||||
GIT Revision: 83948c1558f87eeaca00110c09cc1f26805fe4b0
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user