commit 55165a403f2a17533295d62a8ba5cb5f69062933

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=580
This commit is contained in:
Michal Marek 2016-10-04 08:11:34 +00:00 committed by Git OBS Bridge
parent d0655ab3a0
commit 204066345b
40 changed files with 48970 additions and 120 deletions

View File

@ -7,6 +7,7 @@
<package>kernel-default</package>
<package>kernel-lpae</package>
<package>kernel-pae</package>
<package>kernel-syzkaller</package>
<package>kernel-vanilla</package>
</conditions>
<hardware>
@ -41,6 +42,7 @@
<package>kernel-default</package>
<package>kernel-lpae</package>
<package>kernel-pae</package>
<package>kernel-syzkaller</package>
<package>kernel-vanilla</package>
</conditions>
<hardware>
@ -60,6 +62,7 @@
<package>kernel-default</package>
<package>kernel-lpae</package>
<package>kernel-pae</package>
<package>kernel-syzkaller</package>
<package>kernel-vanilla</package>
</conditions>
<hardware>
@ -78,6 +81,7 @@
<package>kernel-default</package>
<package>kernel-lpae</package>
<package>kernel-pae</package>
<package>kernel-syzkaller</package>
<package>kernel-vanilla</package>
</conditions>
<hardware>

View File

@ -15,6 +15,7 @@
+x86_64 x86_64/default
+x86_64 -syms x86_64/debug
+x86_64 -syms x86_64/syzkaller
+x86_64 x86_64/vanilla
+ppc64 ppc64/default

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:95387899a9fdd072673dba7d69e48674917f94b62bd9527fc0753b3d1f76cdf8
size 235036
oid sha256:f3959f8723da49572c3fd0076d92c641181174861e61e458ee5bccc001d68a18
size 238149

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Oct 3 14:57:45 CEST 2016 - jeffm@suse.com
- Update to 4.8-final.
- commit bbbf852
-------------------------------------------------------------------
Mon Oct 3 11:18:49 CEST 2016 - mmarek@suse.com
- rpm/kernel-binary.spec.in: Simplify debug info switch
Any CONFIG_DEBUG_INFO sub-options are answered in the configs nowadays.
- commit d404ac5
-------------------------------------------------------------------
Fri Sep 30 14:05:29 CEST 2016 - jslaby@suse.cz
@ -14,6 +27,21 @@ Fri Sep 30 13:26:33 CEST 2016 - jslaby@suse.cz
patches.suse/btrfs-ensure-that-file-descriptor-used-with-subvol-i.patch.
- commit 0b20275
-------------------------------------------------------------------
Tue Sep 27 13:01:09 CEST 2016 - mmarek@suse.com
- Refresh malformed patches for series2git
- Refresh patches.arch/acpi_thermal_passive_blacklist.patch.
- Refresh patches.fixes/dm-table-switch-to-readonly.
- commit 991ee60
-------------------------------------------------------------------
Mon Sep 26 15:34:54 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc8.
- Eliminated 2 patches.
- commit 698a4f4
-------------------------------------------------------------------
Mon Sep 26 09:52:29 CEST 2016 - schwab@suse.de
@ -35,6 +63,13 @@ Sun Sep 25 12:39:49 CEST 2016 - bp@suse.de
(bsc#999932 CVE-2016-7425).
- commit 135aa22
-------------------------------------------------------------------
Sun Sep 25 12:25:05 CEST 2016 - bp@suse.de
- scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer()
(bsc#999932 CVE-2016-7425).
- commit 60fc512
-------------------------------------------------------------------
Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
@ -48,11 +83,73 @@ Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
- Delete patches.rpmify/i915-fix-build-error-with-werror.
- commit c7aed11
-------------------------------------------------------------------
Fri Sep 23 18:50:11 CEST 2016 - afaerber@suse.de
- config: arm64: Enable RASPBERRYPI_POWER
- commit bd37084
-------------------------------------------------------------------
Fri Sep 23 18:47:37 CEST 2016 - afaerber@suse.de
- config: armv7hl: Enable RASPBERRYPI_POWER
- commit 4dc44c4
-------------------------------------------------------------------
Fri Sep 23 18:27:17 CEST 2016 - afaerber@suse.de
- config: armv7hl: Enable virtio-pci
Needed for armv7l-on-aarch64 OBS workers.
- commit 2407e65
-------------------------------------------------------------------
Fri Sep 23 18:19:55 CEST 2016 - afaerber@suse.de
- config: armv6hl: Enable USB OTG
The Raspberry Pi Zero has an OTG port accessible.
- commit 3f0806a
-------------------------------------------------------------------
Fri Sep 23 13:57:54 CEST 2016 - jslaby@suse.cz
- Update config files.
- Delete patches.suse/syzkaller-no-gcc-plugin.patch.
The patch is actually not needed as we have sanitizer support in gcc
directly (no need for plugins).
- commit 0c67c61
-------------------------------------------------------------------
Fri Sep 23 11:44:27 CEST 2016 - jslaby@suse.cz
- Update config files.
Enable UBSAN for syzkaller. It still boots, even though we are down
at 250 s boot time from 130 s. Might be reconsidered later.
- commit 07d153e
-------------------------------------------------------------------
Thu Sep 22 12:07:12 CEST 2016 - gqjiang@suse.com
- md-cluster: make resync lock also could be interruptted
(fate#316335).
- md-cluster: introduce dlm_lock_sync_interruptible to fix tasks
hang (fate#316335).
- md-cluster: convert the completion to wait queue (fate#316335).
- md-cluster: protect md_find_rdev_nr_rcu with rcu lock
(fate#316335).
- md-cluster: clean related infos of cluster (fate#316335).
- md: changes for MD_STILL_CLOSED flag (fate#316335).
- md-cluster: remove some unnecessary dlm_unlock_sync
(fate#316335).
- md-cluster: use FORCEUNLOCK in lockres_free (fate#316335).
- md-cluster: call md_kick_rdev_from_array once ack failed
(fate#316335).
- commit a983435
-------------------------------------------------------------------
Wed Sep 21 20:54:36 CEST 2016 - agraf@suse.de
- arm64: disable hvc_dcc
- commit 89df77c
- commit 30c4b0b
-------------------------------------------------------------------
Wed Sep 21 20:02:39 CEST 2016 - agraf@suse.de
@ -66,6 +163,14 @@ Wed Sep 21 17:48:39 CEST 2016 - agraf@suse.de
- arm64: Refuse to install 4k kernel on 64k system
- commit 5565330
-------------------------------------------------------------------
Wed Sep 21 17:14:12 CEST 2016 - mmarek@suse.com
- Delete now unneeded patches.suse/split-package (bsc#1000118)
- Update config files.
- Refresh patches.suse/supported-flag,
- commit 5c1d976
-------------------------------------------------------------------
Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
@ -73,6 +178,13 @@ Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
a dir (bsc#999600).
- commit cf44e6a
-------------------------------------------------------------------
Wed Sep 21 16:15:15 CEST 2016 - jeffm@suse.com
- btrfs: ensure that file descriptor used with subvol ioctls is
a dir (bsc#999600).
- commit c246d58
-------------------------------------------------------------------
Wed Sep 21 11:52:48 CEST 2016 - mmarek@suse.com
@ -91,6 +203,14 @@ Wed Sep 21 10:58:48 CEST 2016 - mmarek@suse.com
- rpm/kernel-binary.spec.in: Build the -base package unconditionally (bsc#1000118)
- commit 1d8c576
-------------------------------------------------------------------
Wed Sep 21 09:50:13 CEST 2016 - jslaby@suse.cz
- Add syzkaller flavor (bnc#1000094).
- Update config files.
- syzkaller: no need for gcc plugins (bnc#1000094).
- commit 3c1aea1
-------------------------------------------------------------------
Tue Sep 20 18:29:38 CEST 2016 - agraf@suse.de
@ -103,6 +223,12 @@ Tue Sep 20 18:25:14 CEST 2016 - agraf@suse.de
- Switch arm64 default config to 4k
- commit 5244f77
-------------------------------------------------------------------
Tue Sep 20 14:43:56 CEST 2016 - tiwai@suse.de
- rpm/kernel-docs.spec.in: Add support of sphinx with recent kernels
- commit f224c90
-------------------------------------------------------------------
Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de
@ -111,6 +237,27 @@ Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de
Update git commit tag to sync with upstream.
- commit 5c2468b
-------------------------------------------------------------------
Mon Sep 19 18:26:18 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc7.
- Eliminated 1 patch.
- commit 70952c1
-------------------------------------------------------------------
Thu Sep 15 15:08:06 CEST 2016 - mmarek@suse.cz
- Delete scripts/mkpatch.py
It is an obsolete script that does not work with git, as pointed out by
Benjamin Poirier.
- commit 38a9f7b
-------------------------------------------------------------------
Thu Sep 15 11:30:53 CEST 2016 - tiwai@suse.de
- drm/i915: Ignore OpRegion panel type except on select machines (bsc#993996).
- commit 7dc014c
-------------------------------------------------------------------
Thu Sep 15 09:32:40 CEST 2016 - jslaby@suse.cz
@ -123,6 +270,12 @@ Wed Sep 14 15:54:36 CEST 2016 - jeffm@suse.com
- config: enable RANDOMIZE_BASE and friends (bsc#998554).
- commit 4de94c3
-------------------------------------------------------------------
Wed Sep 14 15:51:41 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc6.
- commit 01852e1
-------------------------------------------------------------------
Wed Sep 14 13:45:16 CEST 2016 - tiwai@suse.de
@ -150,6 +303,12 @@ Wed Sep 7 17:41:12 CEST 2016 - tiwai@suse.de
(bsc#997639).
- commit 268a807
-------------------------------------------------------------------
Wed Sep 7 16:52:16 CEST 2016 - jeffm@suse.com
- config: enable FAIL_MAKE_REQUEST for testing purposes
- commit 28527e8
-------------------------------------------------------------------
Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
@ -158,12 +317,61 @@ Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
patches.fixes/aacraid-check-size-values-after-double-fetch-from-user.patch.
- commit 2ecc7fe
-------------------------------------------------------------------
Tue Sep 6 17:18:07 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc5.
- Config changes:
- ARMV6: HW_RANDOM_MXC_RNGA=m
- commit a0ab922
-------------------------------------------------------------------
Sun Sep 4 13:06:35 CEST 2016 - afaerber@suse.de
- config: arm64: Enable brcmfmac
The Raspberry Pi 3 has a BCM43438, with a firmware package being prepared.
- commit 6575948
-------------------------------------------------------------------
Fri Sep 2 12:57:42 CEST 2016 - mmarek@suse.com
- rpm/mkspec: Read a default release string from rpm/config.sh (bsc997059)
- commit cf65a8d
-------------------------------------------------------------------
Thu Sep 1 14:08:53 CEST 2016 - afaerber@suse.de
- config: arm64: Update to 4.8-rc4
- commit 5ce1ddf
-------------------------------------------------------------------
Thu Sep 1 13:56:40 CEST 2016 - afaerber@suse.de
- config: armv6hl: Update to 4.8-rc4
- commit 14bbfb0
-------------------------------------------------------------------
Thu Sep 1 13:44:24 CEST 2016 - afaerber@suse.de
- config: armv7hl: Update to 4.8-rc4
- commit 8442357
-------------------------------------------------------------------
Tue Aug 30 00:03:10 CEST 2016 - jeffm@suse.com
- Revert "Btrfs: improve performance on fsync against new inode
after rename/unlink" (bsc#981597).
- Revert "Btrfs: fix lockdep warning on deadlock against an
inode's log mutex" (bsc#981597).
- commit 003f624
-------------------------------------------------------------------
Mon Aug 29 22:58:34 CEST 2016 - tiwai@suse.de
- drm/i915: Fix S4 resume breakage
(bsc#984629,bsc#984632,bsc#993472).
- commit 7e4bf41
-------------------------------------------------------------------
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
@ -175,6 +383,12 @@ Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
hibernation (bsc#984629,bsc#993472).
- commit 1d73b85
-------------------------------------------------------------------
Mon Aug 29 14:42:34 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc4.
- commit fa01113
-------------------------------------------------------------------
Tue Aug 23 10:09:14 CEST 2016 - mkubecek@suse.cz
@ -182,6 +396,13 @@ Tue Aug 23 10:09:14 CEST 2016 - mkubecek@suse.cz
(CVE-2016-6828 bsc#994296).
- commit 73d7d3e
-------------------------------------------------------------------
Mon Aug 22 16:52:18 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc3.
- Eliminated 1 patch.
- commit c0d2ef5
-------------------------------------------------------------------
Sun Aug 21 10:59:11 CEST 2016 - jslaby@suse.cz
@ -195,6 +416,26 @@ Sat Aug 20 15:15:08 CEST 2016 - mmarek@suse.cz
- rpm/old-flavors: Obsolte kernel-compute by kernel-rt (fate#320686)
- commit 964f3e2
-------------------------------------------------------------------
Sat Aug 20 07:11:23 CEST 2016 - jason.derose@experient-inc.com
- Enable Sea Island GPUs in AMDGPU
- commit 545853f
-------------------------------------------------------------------
Tue Aug 16 19:00:15 CEST 2016 - mbrugger@suse.com
- Delete
patches.arch/arm64-1-6-drivers-net-xgene-MAC-and-PHY-configuration-changes.patch.
- Delete
patches.arch/arm64-2-6-drivers-net-xgene-Backward-compatibility-with-older-firmware.patch.
- Delete
patches.arch/arm64-3-6-drivers-net-phy-Add-MDIO-driver.patch.
- Delete
patches.arch/arm64-6-6-drivers-net-xgene-Fix-module-load-unload-crash.patch.
Newer version of this patches are upstream
- commit 0fce644
-------------------------------------------------------------------
Tue Aug 16 16:32:45 CEST 2016 - jslaby@suse.cz
@ -209,6 +450,175 @@ Tue Aug 16 16:11:36 CEST 2016 - mmarek@suse.com
- rpm/kernel-source.spec.in: Unroll a loop with only a single iteration
- commit 601c09e
-------------------------------------------------------------------
Mon Aug 15 23:21:33 CEST 2016 - jeffm@suse.com
- Re-enable s390 message catalog patches.
The printk changes that went into v4.8-rc1 were reverted (temporarily)
for -rc2, so the old patches merge simply again.
- commit 5640fd4
-------------------------------------------------------------------
Mon Aug 15 16:45:24 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc2.
- Config changes:
- Global:
- HARDENED_USERCOPY=n (we need to examine how it affects performance)
- s390:
- S390_GUEST_OLD_TRANSPORT=n (deprecated)
- commit 42c9649
-------------------------------------------------------------------
Mon Aug 15 11:46:42 CEST 2016 - agraf@suse.de
- Delete
patches.arch/arm64-0010-KVM-ARM-Hack-to-enable-VGIC-mapping-on-64k-PAGE_SIZE.patch.
- we no longer need to run on non-64k compliant hardware
- commit c55dae1
-------------------------------------------------------------------
Mon Aug 15 11:45:32 CEST 2016 - agraf@suse.de
- Remove ppc64le support on early POWER7 systems (we build for p8 by now anyway)
- Delete
patches.arch/ppc64le-ile-0001-powerpc-Add-global-exports-for-all-interrupt-vectors.patch.
- Delete
patches.arch/ppc64le-ile-0002-powerpc-Add-relocation-code-for-fixups.patch.
- Delete
patches.arch/ppc64le-ile-0003-powerpc-Add-hack-to-make-ppc64le-work-on-hosts-witho.patch.
- Delete
patches.arch/ppc64le-ile-0004-powerpc-Don-t-return-to-BE-mode-when-we-are-already-.patch.
- commit c4ff529
-------------------------------------------------------------------
Mon Aug 15 01:57:11 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc1.
- Eliminated 7 patches.
- ARM configs need updating.
- Several patches need to be merged by their owners.
- Config changes:
- Global:
- GCC_PLUGINS=y (menu option)
- GCC_PLUGIN_CYC_COMPLEXITY=n
- TPM:
- TCG_TIS_SPI
- TCG_VTPM_PROXY
- TCG_TIS_ST33ZP24_I2C
- TCG_TIS_ST33ZP24_SPI
- Sensors:
- SENSORS_FTSTEUTATES
- SENSORS_SHT3x
- SENSORS_INA3221
- BMA220=n
- MMA7660=n
- MAX5487=n
- Graphics:
- DRM_I915_GVT=y
- ACPI:
- DPTF_POWER
- ACPI_CONFIGFS
- CPUFreq:
- CPU_FREQ_STAT=n (overhead)
- PCI:
- PCIE_DPC=y (should be m but it's a bool)
- RapidIO:
- RAPIDIO_CHMAN
- RAPIDIO_RXS_GEN3
- IP:
- TCP_CONG_NV
- Netfilter:
- NET_CLS_MATCHALL
- Virtualization:
- VIRTIO_VSOCKETS
- VHOST_VSOCK
- Networking hardware:
- INTEL_XWAY_PHY
- B53=n
- NVME:
- NVME_RDMA
- NVME_TARGET
- NVME_TARGET_LOOP
- NVME_TARGET_RDMA
- Infiniband:
- RDMA_RXE
- RTC:
- RTC_DRV_MAX6916=n
- Storage:
- SCSI_UFS_DWC_TC_PCI=n (test hardware)
- SCSI_UFS_DWC_TC_PLATFORM=n
- Input:
- TABLET_USB_PEGASUS
- INPUT_ATMEL_CAPTOUCH
- HID:
- HID_LED
- HID_ALPS
- LEDs:
- LEDS_LP3952
- LEDS_TRIGGER_DISK
- Touchscreen I2C/SPI:
- TOUCHSCREEN_RM_TS
- TOUCHSCREEN_SILEAD
- TOUCHSCREEN_SIS_I2C
- TOUCHSCREEN_SURFACE3_SPI
- File Systems:
- EXT4_ENCRYPTION=y
- PSTORE_LZO_COMPRESS=y
- NFSD_FLEXFILELAYOUT=y
- SECURITY_APPARMOR_HASH_DEFAULT=y
- Crypto:
- CRYPTO_DH
- CRYPTO_ECDH
- CRYPTO_SHA3
- Video:
- DRM_I2C_ADV7533
- Staging:
- MEDIA_CEC=y (will be part of another module when out of staging)
- KS7010
- Audio:
- SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH
- SND_SOC_BT_SCO
- Misc:
- IIO_SW_DEVICE
- IIO_TIGHTLOOP_TRIGGER=n
- MTD_NAND_MTK
- x86:
- INTEL_VBTN
- PWM_CROS_EC
- x86_64:
- CRYPTO_SHA256_MB
- CRYPTO_SHA512_MB
- powerpc:
- GEN_RTC=n
- HOTPLUG_PCI_POWERNV
- CXL_BIMODAL=y
- SCSI_IBMVSCSIS
- ADB_PMU_LED_DISK=y
- POWERNV_OP_PANEL
- JUMP_LABEL_FEATURE_CHECKS=y
- JUMP_LABEL_FEATURE_CHECK_DEBUG=n
- CRYPT_CRC32C_VPMSUM
- BPF_JIT=y
- s390:
- KCOV=n
- CRYPTO_CRC32_S390=y
- ARM (disabled):
- MDIO_HISI_FEMAC
- DRM_SII902X
- DRM_TOSHIBA_TC358767
- SND_SUN4I_I2S
- SND_SOC_ADAU7002
- SND_SOC_CS35L33
- SND_SOC_CS53L30
- SND_SOC_MAX98504
- SND_SOC_MAX9860
- SND_SOC_WM8985
- SUNXI_CCU
- TI_SYSCON_RESET
- NET_NCSI (only used by Faraday, which is ARM hardware)
- commit d5c4fe8
-------------------------------------------------------------------
Tue Aug 9 14:49:30 CEST 2016 - jthumshirn@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 4.7
%define patchversion 4.7.6
%define srcversion 4.8
%define patchversion 4.8.0
%define variant %{nil}
%define vanilla_only 0
@ -60,9 +60,9 @@ Name: kernel-64kb
Summary: Kernel with 64kb PAGE_SIZE
License: GPL-2.0
Group: System/Kernel
Version: 4.7.6
Version: 4.8.0
%if 0%{?is_kotd}
Release: <RELEASE>.gfb37fcc
Release: <RELEASE>.g55165a4
%else
Release: 0
%endif
@ -458,8 +458,7 @@ fi
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \
--disable CONFIG_DEBUG_INFO_REDUCED
--enable CONFIG_DEBUG_INFO
%else
--disable CONFIG_DEBUG_INFO
%endif

View File

@ -329,8 +329,7 @@ fi
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \
--disable CONFIG_DEBUG_INFO_REDUCED
--enable CONFIG_DEBUG_INFO
%else
--disable CONFIG_DEBUG_INFO
%endif

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Oct 3 14:57:45 CEST 2016 - jeffm@suse.com
- Update to 4.8-final.
- commit bbbf852
-------------------------------------------------------------------
Mon Oct 3 11:18:49 CEST 2016 - mmarek@suse.com
- rpm/kernel-binary.spec.in: Simplify debug info switch
Any CONFIG_DEBUG_INFO sub-options are answered in the configs nowadays.
- commit d404ac5
-------------------------------------------------------------------
Fri Sep 30 14:05:29 CEST 2016 - jslaby@suse.cz
@ -14,6 +27,21 @@ Fri Sep 30 13:26:33 CEST 2016 - jslaby@suse.cz
patches.suse/btrfs-ensure-that-file-descriptor-used-with-subvol-i.patch.
- commit 0b20275
-------------------------------------------------------------------
Tue Sep 27 13:01:09 CEST 2016 - mmarek@suse.com
- Refresh malformed patches for series2git
- Refresh patches.arch/acpi_thermal_passive_blacklist.patch.
- Refresh patches.fixes/dm-table-switch-to-readonly.
- commit 991ee60
-------------------------------------------------------------------
Mon Sep 26 15:34:54 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc8.
- Eliminated 2 patches.
- commit 698a4f4
-------------------------------------------------------------------
Mon Sep 26 09:52:29 CEST 2016 - schwab@suse.de
@ -35,6 +63,13 @@ Sun Sep 25 12:39:49 CEST 2016 - bp@suse.de
(bsc#999932 CVE-2016-7425).
- commit 135aa22
-------------------------------------------------------------------
Sun Sep 25 12:25:05 CEST 2016 - bp@suse.de
- scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer()
(bsc#999932 CVE-2016-7425).
- commit 60fc512
-------------------------------------------------------------------
Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
@ -48,11 +83,73 @@ Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
- Delete patches.rpmify/i915-fix-build-error-with-werror.
- commit c7aed11
-------------------------------------------------------------------
Fri Sep 23 18:50:11 CEST 2016 - afaerber@suse.de
- config: arm64: Enable RASPBERRYPI_POWER
- commit bd37084
-------------------------------------------------------------------
Fri Sep 23 18:47:37 CEST 2016 - afaerber@suse.de
- config: armv7hl: Enable RASPBERRYPI_POWER
- commit 4dc44c4
-------------------------------------------------------------------
Fri Sep 23 18:27:17 CEST 2016 - afaerber@suse.de
- config: armv7hl: Enable virtio-pci
Needed for armv7l-on-aarch64 OBS workers.
- commit 2407e65
-------------------------------------------------------------------
Fri Sep 23 18:19:55 CEST 2016 - afaerber@suse.de
- config: armv6hl: Enable USB OTG
The Raspberry Pi Zero has an OTG port accessible.
- commit 3f0806a
-------------------------------------------------------------------
Fri Sep 23 13:57:54 CEST 2016 - jslaby@suse.cz
- Update config files.
- Delete patches.suse/syzkaller-no-gcc-plugin.patch.
The patch is actually not needed as we have sanitizer support in gcc
directly (no need for plugins).
- commit 0c67c61
-------------------------------------------------------------------
Fri Sep 23 11:44:27 CEST 2016 - jslaby@suse.cz
- Update config files.
Enable UBSAN for syzkaller. It still boots, even though we are down
at 250 s boot time from 130 s. Might be reconsidered later.
- commit 07d153e
-------------------------------------------------------------------
Thu Sep 22 12:07:12 CEST 2016 - gqjiang@suse.com
- md-cluster: make resync lock also could be interruptted
(fate#316335).
- md-cluster: introduce dlm_lock_sync_interruptible to fix tasks
hang (fate#316335).
- md-cluster: convert the completion to wait queue (fate#316335).
- md-cluster: protect md_find_rdev_nr_rcu with rcu lock
(fate#316335).
- md-cluster: clean related infos of cluster (fate#316335).
- md: changes for MD_STILL_CLOSED flag (fate#316335).
- md-cluster: remove some unnecessary dlm_unlock_sync
(fate#316335).
- md-cluster: use FORCEUNLOCK in lockres_free (fate#316335).
- md-cluster: call md_kick_rdev_from_array once ack failed
(fate#316335).
- commit a983435
-------------------------------------------------------------------
Wed Sep 21 20:54:36 CEST 2016 - agraf@suse.de
- arm64: disable hvc_dcc
- commit 89df77c
- commit 30c4b0b
-------------------------------------------------------------------
Wed Sep 21 20:02:39 CEST 2016 - agraf@suse.de
@ -66,6 +163,14 @@ Wed Sep 21 17:48:39 CEST 2016 - agraf@suse.de
- arm64: Refuse to install 4k kernel on 64k system
- commit 5565330
-------------------------------------------------------------------
Wed Sep 21 17:14:12 CEST 2016 - mmarek@suse.com
- Delete now unneeded patches.suse/split-package (bsc#1000118)
- Update config files.
- Refresh patches.suse/supported-flag,
- commit 5c1d976
-------------------------------------------------------------------
Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
@ -73,6 +178,13 @@ Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
a dir (bsc#999600).
- commit cf44e6a
-------------------------------------------------------------------
Wed Sep 21 16:15:15 CEST 2016 - jeffm@suse.com
- btrfs: ensure that file descriptor used with subvol ioctls is
a dir (bsc#999600).
- commit c246d58
-------------------------------------------------------------------
Wed Sep 21 11:52:48 CEST 2016 - mmarek@suse.com
@ -91,6 +203,14 @@ Wed Sep 21 10:58:48 CEST 2016 - mmarek@suse.com
- rpm/kernel-binary.spec.in: Build the -base package unconditionally (bsc#1000118)
- commit 1d8c576
-------------------------------------------------------------------
Wed Sep 21 09:50:13 CEST 2016 - jslaby@suse.cz
- Add syzkaller flavor (bnc#1000094).
- Update config files.
- syzkaller: no need for gcc plugins (bnc#1000094).
- commit 3c1aea1
-------------------------------------------------------------------
Tue Sep 20 18:29:38 CEST 2016 - agraf@suse.de
@ -103,6 +223,12 @@ Tue Sep 20 18:25:14 CEST 2016 - agraf@suse.de
- Switch arm64 default config to 4k
- commit 5244f77
-------------------------------------------------------------------
Tue Sep 20 14:43:56 CEST 2016 - tiwai@suse.de
- rpm/kernel-docs.spec.in: Add support of sphinx with recent kernels
- commit f224c90
-------------------------------------------------------------------
Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de
@ -111,6 +237,27 @@ Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de
Update git commit tag to sync with upstream.
- commit 5c2468b
-------------------------------------------------------------------
Mon Sep 19 18:26:18 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc7.
- Eliminated 1 patch.
- commit 70952c1
-------------------------------------------------------------------
Thu Sep 15 15:08:06 CEST 2016 - mmarek@suse.cz
- Delete scripts/mkpatch.py
It is an obsolete script that does not work with git, as pointed out by
Benjamin Poirier.
- commit 38a9f7b
-------------------------------------------------------------------
Thu Sep 15 11:30:53 CEST 2016 - tiwai@suse.de
- drm/i915: Ignore OpRegion panel type except on select machines (bsc#993996).
- commit 7dc014c
-------------------------------------------------------------------
Thu Sep 15 09:32:40 CEST 2016 - jslaby@suse.cz
@ -123,6 +270,12 @@ Wed Sep 14 15:54:36 CEST 2016 - jeffm@suse.com
- config: enable RANDOMIZE_BASE and friends (bsc#998554).
- commit 4de94c3
-------------------------------------------------------------------
Wed Sep 14 15:51:41 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc6.
- commit 01852e1
-------------------------------------------------------------------
Wed Sep 14 13:45:16 CEST 2016 - tiwai@suse.de
@ -150,6 +303,12 @@ Wed Sep 7 17:41:12 CEST 2016 - tiwai@suse.de
(bsc#997639).
- commit 268a807
-------------------------------------------------------------------
Wed Sep 7 16:52:16 CEST 2016 - jeffm@suse.com
- config: enable FAIL_MAKE_REQUEST for testing purposes
- commit 28527e8
-------------------------------------------------------------------
Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
@ -158,12 +317,61 @@ Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
patches.fixes/aacraid-check-size-values-after-double-fetch-from-user.patch.
- commit 2ecc7fe
-------------------------------------------------------------------
Tue Sep 6 17:18:07 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc5.
- Config changes:
- ARMV6: HW_RANDOM_MXC_RNGA=m
- commit a0ab922
-------------------------------------------------------------------
Sun Sep 4 13:06:35 CEST 2016 - afaerber@suse.de
- config: arm64: Enable brcmfmac
The Raspberry Pi 3 has a BCM43438, with a firmware package being prepared.
- commit 6575948
-------------------------------------------------------------------
Fri Sep 2 12:57:42 CEST 2016 - mmarek@suse.com
- rpm/mkspec: Read a default release string from rpm/config.sh (bsc997059)
- commit cf65a8d
-------------------------------------------------------------------
Thu Sep 1 14:08:53 CEST 2016 - afaerber@suse.de
- config: arm64: Update to 4.8-rc4
- commit 5ce1ddf
-------------------------------------------------------------------
Thu Sep 1 13:56:40 CEST 2016 - afaerber@suse.de
- config: armv6hl: Update to 4.8-rc4
- commit 14bbfb0
-------------------------------------------------------------------
Thu Sep 1 13:44:24 CEST 2016 - afaerber@suse.de
- config: armv7hl: Update to 4.8-rc4
- commit 8442357
-------------------------------------------------------------------
Tue Aug 30 00:03:10 CEST 2016 - jeffm@suse.com
- Revert "Btrfs: improve performance on fsync against new inode
after rename/unlink" (bsc#981597).
- Revert "Btrfs: fix lockdep warning on deadlock against an
inode's log mutex" (bsc#981597).
- commit 003f624
-------------------------------------------------------------------
Mon Aug 29 22:58:34 CEST 2016 - tiwai@suse.de
- drm/i915: Fix S4 resume breakage
(bsc#984629,bsc#984632,bsc#993472).
- commit 7e4bf41
-------------------------------------------------------------------
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
@ -175,6 +383,12 @@ Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
hibernation (bsc#984629,bsc#993472).
- commit 1d73b85
-------------------------------------------------------------------
Mon Aug 29 14:42:34 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc4.
- commit fa01113
-------------------------------------------------------------------
Tue Aug 23 10:09:14 CEST 2016 - mkubecek@suse.cz
@ -182,6 +396,13 @@ Tue Aug 23 10:09:14 CEST 2016 - mkubecek@suse.cz
(CVE-2016-6828 bsc#994296).
- commit 73d7d3e
-------------------------------------------------------------------
Mon Aug 22 16:52:18 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc3.
- Eliminated 1 patch.
- commit c0d2ef5
-------------------------------------------------------------------
Sun Aug 21 10:59:11 CEST 2016 - jslaby@suse.cz
@ -195,6 +416,26 @@ Sat Aug 20 15:15:08 CEST 2016 - mmarek@suse.cz
- rpm/old-flavors: Obsolte kernel-compute by kernel-rt (fate#320686)
- commit 964f3e2
-------------------------------------------------------------------
Sat Aug 20 07:11:23 CEST 2016 - jason.derose@experient-inc.com
- Enable Sea Island GPUs in AMDGPU
- commit 545853f
-------------------------------------------------------------------
Tue Aug 16 19:00:15 CEST 2016 - mbrugger@suse.com
- Delete
patches.arch/arm64-1-6-drivers-net-xgene-MAC-and-PHY-configuration-changes.patch.
- Delete
patches.arch/arm64-2-6-drivers-net-xgene-Backward-compatibility-with-older-firmware.patch.
- Delete
patches.arch/arm64-3-6-drivers-net-phy-Add-MDIO-driver.patch.
- Delete
patches.arch/arm64-6-6-drivers-net-xgene-Fix-module-load-unload-crash.patch.
Newer version of this patches are upstream
- commit 0fce644
-------------------------------------------------------------------
Tue Aug 16 16:32:45 CEST 2016 - jslaby@suse.cz
@ -209,6 +450,175 @@ Tue Aug 16 16:11:36 CEST 2016 - mmarek@suse.com
- rpm/kernel-source.spec.in: Unroll a loop with only a single iteration
- commit 601c09e
-------------------------------------------------------------------
Mon Aug 15 23:21:33 CEST 2016 - jeffm@suse.com
- Re-enable s390 message catalog patches.
The printk changes that went into v4.8-rc1 were reverted (temporarily)
for -rc2, so the old patches merge simply again.
- commit 5640fd4
-------------------------------------------------------------------
Mon Aug 15 16:45:24 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc2.
- Config changes:
- Global:
- HARDENED_USERCOPY=n (we need to examine how it affects performance)
- s390:
- S390_GUEST_OLD_TRANSPORT=n (deprecated)
- commit 42c9649
-------------------------------------------------------------------
Mon Aug 15 11:46:42 CEST 2016 - agraf@suse.de
- Delete
patches.arch/arm64-0010-KVM-ARM-Hack-to-enable-VGIC-mapping-on-64k-PAGE_SIZE.patch.
- we no longer need to run on non-64k compliant hardware
- commit c55dae1
-------------------------------------------------------------------
Mon Aug 15 11:45:32 CEST 2016 - agraf@suse.de
- Remove ppc64le support on early POWER7 systems (we build for p8 by now anyway)
- Delete
patches.arch/ppc64le-ile-0001-powerpc-Add-global-exports-for-all-interrupt-vectors.patch.
- Delete
patches.arch/ppc64le-ile-0002-powerpc-Add-relocation-code-for-fixups.patch.
- Delete
patches.arch/ppc64le-ile-0003-powerpc-Add-hack-to-make-ppc64le-work-on-hosts-witho.patch.
- Delete
patches.arch/ppc64le-ile-0004-powerpc-Don-t-return-to-BE-mode-when-we-are-already-.patch.
- commit c4ff529
-------------------------------------------------------------------
Mon Aug 15 01:57:11 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc1.
- Eliminated 7 patches.
- ARM configs need updating.
- Several patches need to be merged by their owners.
- Config changes:
- Global:
- GCC_PLUGINS=y (menu option)
- GCC_PLUGIN_CYC_COMPLEXITY=n
- TPM:
- TCG_TIS_SPI
- TCG_VTPM_PROXY
- TCG_TIS_ST33ZP24_I2C
- TCG_TIS_ST33ZP24_SPI
- Sensors:
- SENSORS_FTSTEUTATES
- SENSORS_SHT3x
- SENSORS_INA3221
- BMA220=n
- MMA7660=n
- MAX5487=n
- Graphics:
- DRM_I915_GVT=y
- ACPI:
- DPTF_POWER
- ACPI_CONFIGFS
- CPUFreq:
- CPU_FREQ_STAT=n (overhead)
- PCI:
- PCIE_DPC=y (should be m but it's a bool)
- RapidIO:
- RAPIDIO_CHMAN
- RAPIDIO_RXS_GEN3
- IP:
- TCP_CONG_NV
- Netfilter:
- NET_CLS_MATCHALL
- Virtualization:
- VIRTIO_VSOCKETS
- VHOST_VSOCK
- Networking hardware:
- INTEL_XWAY_PHY
- B53=n
- NVME:
- NVME_RDMA
- NVME_TARGET
- NVME_TARGET_LOOP
- NVME_TARGET_RDMA
- Infiniband:
- RDMA_RXE
- RTC:
- RTC_DRV_MAX6916=n
- Storage:
- SCSI_UFS_DWC_TC_PCI=n (test hardware)
- SCSI_UFS_DWC_TC_PLATFORM=n
- Input:
- TABLET_USB_PEGASUS
- INPUT_ATMEL_CAPTOUCH
- HID:
- HID_LED
- HID_ALPS
- LEDs:
- LEDS_LP3952
- LEDS_TRIGGER_DISK
- Touchscreen I2C/SPI:
- TOUCHSCREEN_RM_TS
- TOUCHSCREEN_SILEAD
- TOUCHSCREEN_SIS_I2C
- TOUCHSCREEN_SURFACE3_SPI
- File Systems:
- EXT4_ENCRYPTION=y
- PSTORE_LZO_COMPRESS=y
- NFSD_FLEXFILELAYOUT=y
- SECURITY_APPARMOR_HASH_DEFAULT=y
- Crypto:
- CRYPTO_DH
- CRYPTO_ECDH
- CRYPTO_SHA3
- Video:
- DRM_I2C_ADV7533
- Staging:
- MEDIA_CEC=y (will be part of another module when out of staging)
- KS7010
- Audio:
- SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH
- SND_SOC_BT_SCO
- Misc:
- IIO_SW_DEVICE
- IIO_TIGHTLOOP_TRIGGER=n
- MTD_NAND_MTK
- x86:
- INTEL_VBTN
- PWM_CROS_EC
- x86_64:
- CRYPTO_SHA256_MB
- CRYPTO_SHA512_MB
- powerpc:
- GEN_RTC=n
- HOTPLUG_PCI_POWERNV
- CXL_BIMODAL=y
- SCSI_IBMVSCSIS
- ADB_PMU_LED_DISK=y
- POWERNV_OP_PANEL
- JUMP_LABEL_FEATURE_CHECKS=y
- JUMP_LABEL_FEATURE_CHECK_DEBUG=n
- CRYPT_CRC32C_VPMSUM
- BPF_JIT=y
- s390:
- KCOV=n
- CRYPTO_CRC32_S390=y
- ARM (disabled):
- MDIO_HISI_FEMAC
- DRM_SII902X
- DRM_TOSHIBA_TC358767
- SND_SUN4I_I2S
- SND_SOC_ADAU7002
- SND_SOC_CS35L33
- SND_SOC_CS53L30
- SND_SOC_MAX98504
- SND_SOC_MAX9860
- SND_SOC_WM8985
- SUNXI_CCU
- TI_SYSCON_RESET
- NET_NCSI (only used by Faraday, which is ARM hardware)
- commit d5c4fe8
-------------------------------------------------------------------
Tue Aug 9 14:49:30 CEST 2016 - jthumshirn@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 4.7
%define patchversion 4.7.6
%define srcversion 4.8
%define patchversion 4.8.0
%define variant %{nil}
%define vanilla_only 0
@ -60,9 +60,9 @@ Name: kernel-debug
Summary: A Debug Version of the Kernel
License: GPL-2.0
Group: System/Kernel
Version: 4.7.6
Version: 4.8.0
%if 0%{?is_kotd}
Release: <RELEASE>.gfb37fcc
Release: <RELEASE>.g55165a4
%else
Release: 0
%endif
@ -462,8 +462,7 @@ fi
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \
--disable CONFIG_DEBUG_INFO_REDUCED
--enable CONFIG_DEBUG_INFO
%else
--disable CONFIG_DEBUG_INFO
%endif

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Oct 3 14:57:45 CEST 2016 - jeffm@suse.com
- Update to 4.8-final.
- commit bbbf852
-------------------------------------------------------------------
Mon Oct 3 11:18:49 CEST 2016 - mmarek@suse.com
- rpm/kernel-binary.spec.in: Simplify debug info switch
Any CONFIG_DEBUG_INFO sub-options are answered in the configs nowadays.
- commit d404ac5
-------------------------------------------------------------------
Fri Sep 30 14:05:29 CEST 2016 - jslaby@suse.cz
@ -14,6 +27,21 @@ Fri Sep 30 13:26:33 CEST 2016 - jslaby@suse.cz
patches.suse/btrfs-ensure-that-file-descriptor-used-with-subvol-i.patch.
- commit 0b20275
-------------------------------------------------------------------
Tue Sep 27 13:01:09 CEST 2016 - mmarek@suse.com
- Refresh malformed patches for series2git
- Refresh patches.arch/acpi_thermal_passive_blacklist.patch.
- Refresh patches.fixes/dm-table-switch-to-readonly.
- commit 991ee60
-------------------------------------------------------------------
Mon Sep 26 15:34:54 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc8.
- Eliminated 2 patches.
- commit 698a4f4
-------------------------------------------------------------------
Mon Sep 26 09:52:29 CEST 2016 - schwab@suse.de
@ -35,6 +63,13 @@ Sun Sep 25 12:39:49 CEST 2016 - bp@suse.de
(bsc#999932 CVE-2016-7425).
- commit 135aa22
-------------------------------------------------------------------
Sun Sep 25 12:25:05 CEST 2016 - bp@suse.de
- scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer()
(bsc#999932 CVE-2016-7425).
- commit 60fc512
-------------------------------------------------------------------
Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
@ -48,11 +83,73 @@ Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
- Delete patches.rpmify/i915-fix-build-error-with-werror.
- commit c7aed11
-------------------------------------------------------------------
Fri Sep 23 18:50:11 CEST 2016 - afaerber@suse.de
- config: arm64: Enable RASPBERRYPI_POWER
- commit bd37084
-------------------------------------------------------------------
Fri Sep 23 18:47:37 CEST 2016 - afaerber@suse.de
- config: armv7hl: Enable RASPBERRYPI_POWER
- commit 4dc44c4
-------------------------------------------------------------------
Fri Sep 23 18:27:17 CEST 2016 - afaerber@suse.de
- config: armv7hl: Enable virtio-pci
Needed for armv7l-on-aarch64 OBS workers.
- commit 2407e65
-------------------------------------------------------------------
Fri Sep 23 18:19:55 CEST 2016 - afaerber@suse.de
- config: armv6hl: Enable USB OTG
The Raspberry Pi Zero has an OTG port accessible.
- commit 3f0806a
-------------------------------------------------------------------
Fri Sep 23 13:57:54 CEST 2016 - jslaby@suse.cz
- Update config files.
- Delete patches.suse/syzkaller-no-gcc-plugin.patch.
The patch is actually not needed as we have sanitizer support in gcc
directly (no need for plugins).
- commit 0c67c61
-------------------------------------------------------------------
Fri Sep 23 11:44:27 CEST 2016 - jslaby@suse.cz
- Update config files.
Enable UBSAN for syzkaller. It still boots, even though we are down
at 250 s boot time from 130 s. Might be reconsidered later.
- commit 07d153e
-------------------------------------------------------------------
Thu Sep 22 12:07:12 CEST 2016 - gqjiang@suse.com
- md-cluster: make resync lock also could be interruptted
(fate#316335).
- md-cluster: introduce dlm_lock_sync_interruptible to fix tasks
hang (fate#316335).
- md-cluster: convert the completion to wait queue (fate#316335).
- md-cluster: protect md_find_rdev_nr_rcu with rcu lock
(fate#316335).
- md-cluster: clean related infos of cluster (fate#316335).
- md: changes for MD_STILL_CLOSED flag (fate#316335).
- md-cluster: remove some unnecessary dlm_unlock_sync
(fate#316335).
- md-cluster: use FORCEUNLOCK in lockres_free (fate#316335).
- md-cluster: call md_kick_rdev_from_array once ack failed
(fate#316335).
- commit a983435
-------------------------------------------------------------------
Wed Sep 21 20:54:36 CEST 2016 - agraf@suse.de
- arm64: disable hvc_dcc
- commit 89df77c
- commit 30c4b0b
-------------------------------------------------------------------
Wed Sep 21 20:02:39 CEST 2016 - agraf@suse.de
@ -66,6 +163,14 @@ Wed Sep 21 17:48:39 CEST 2016 - agraf@suse.de
- arm64: Refuse to install 4k kernel on 64k system
- commit 5565330
-------------------------------------------------------------------
Wed Sep 21 17:14:12 CEST 2016 - mmarek@suse.com
- Delete now unneeded patches.suse/split-package (bsc#1000118)
- Update config files.
- Refresh patches.suse/supported-flag,
- commit 5c1d976
-------------------------------------------------------------------
Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
@ -73,6 +178,13 @@ Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
a dir (bsc#999600).
- commit cf44e6a
-------------------------------------------------------------------
Wed Sep 21 16:15:15 CEST 2016 - jeffm@suse.com
- btrfs: ensure that file descriptor used with subvol ioctls is
a dir (bsc#999600).
- commit c246d58
-------------------------------------------------------------------
Wed Sep 21 11:52:48 CEST 2016 - mmarek@suse.com
@ -91,6 +203,14 @@ Wed Sep 21 10:58:48 CEST 2016 - mmarek@suse.com
- rpm/kernel-binary.spec.in: Build the -base package unconditionally (bsc#1000118)
- commit 1d8c576
-------------------------------------------------------------------
Wed Sep 21 09:50:13 CEST 2016 - jslaby@suse.cz
- Add syzkaller flavor (bnc#1000094).
- Update config files.
- syzkaller: no need for gcc plugins (bnc#1000094).
- commit 3c1aea1
-------------------------------------------------------------------
Tue Sep 20 18:29:38 CEST 2016 - agraf@suse.de
@ -103,6 +223,12 @@ Tue Sep 20 18:25:14 CEST 2016 - agraf@suse.de
- Switch arm64 default config to 4k
- commit 5244f77
-------------------------------------------------------------------
Tue Sep 20 14:43:56 CEST 2016 - tiwai@suse.de
- rpm/kernel-docs.spec.in: Add support of sphinx with recent kernels
- commit f224c90
-------------------------------------------------------------------
Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de
@ -111,6 +237,27 @@ Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de
Update git commit tag to sync with upstream.
- commit 5c2468b
-------------------------------------------------------------------
Mon Sep 19 18:26:18 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc7.
- Eliminated 1 patch.
- commit 70952c1
-------------------------------------------------------------------
Thu Sep 15 15:08:06 CEST 2016 - mmarek@suse.cz
- Delete scripts/mkpatch.py
It is an obsolete script that does not work with git, as pointed out by
Benjamin Poirier.
- commit 38a9f7b
-------------------------------------------------------------------
Thu Sep 15 11:30:53 CEST 2016 - tiwai@suse.de
- drm/i915: Ignore OpRegion panel type except on select machines (bsc#993996).
- commit 7dc014c
-------------------------------------------------------------------
Thu Sep 15 09:32:40 CEST 2016 - jslaby@suse.cz
@ -123,6 +270,12 @@ Wed Sep 14 15:54:36 CEST 2016 - jeffm@suse.com
- config: enable RANDOMIZE_BASE and friends (bsc#998554).
- commit 4de94c3
-------------------------------------------------------------------
Wed Sep 14 15:51:41 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc6.
- commit 01852e1
-------------------------------------------------------------------
Wed Sep 14 13:45:16 CEST 2016 - tiwai@suse.de
@ -150,6 +303,12 @@ Wed Sep 7 17:41:12 CEST 2016 - tiwai@suse.de
(bsc#997639).
- commit 268a807
-------------------------------------------------------------------
Wed Sep 7 16:52:16 CEST 2016 - jeffm@suse.com
- config: enable FAIL_MAKE_REQUEST for testing purposes
- commit 28527e8
-------------------------------------------------------------------
Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
@ -158,12 +317,61 @@ Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
patches.fixes/aacraid-check-size-values-after-double-fetch-from-user.patch.
- commit 2ecc7fe
-------------------------------------------------------------------
Tue Sep 6 17:18:07 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc5.
- Config changes:
- ARMV6: HW_RANDOM_MXC_RNGA=m
- commit a0ab922
-------------------------------------------------------------------
Sun Sep 4 13:06:35 CEST 2016 - afaerber@suse.de
- config: arm64: Enable brcmfmac
The Raspberry Pi 3 has a BCM43438, with a firmware package being prepared.
- commit 6575948
-------------------------------------------------------------------
Fri Sep 2 12:57:42 CEST 2016 - mmarek@suse.com
- rpm/mkspec: Read a default release string from rpm/config.sh (bsc997059)
- commit cf65a8d
-------------------------------------------------------------------
Thu Sep 1 14:08:53 CEST 2016 - afaerber@suse.de
- config: arm64: Update to 4.8-rc4
- commit 5ce1ddf
-------------------------------------------------------------------
Thu Sep 1 13:56:40 CEST 2016 - afaerber@suse.de
- config: armv6hl: Update to 4.8-rc4
- commit 14bbfb0
-------------------------------------------------------------------
Thu Sep 1 13:44:24 CEST 2016 - afaerber@suse.de
- config: armv7hl: Update to 4.8-rc4
- commit 8442357
-------------------------------------------------------------------
Tue Aug 30 00:03:10 CEST 2016 - jeffm@suse.com
- Revert "Btrfs: improve performance on fsync against new inode
after rename/unlink" (bsc#981597).
- Revert "Btrfs: fix lockdep warning on deadlock against an
inode's log mutex" (bsc#981597).
- commit 003f624
-------------------------------------------------------------------
Mon Aug 29 22:58:34 CEST 2016 - tiwai@suse.de
- drm/i915: Fix S4 resume breakage
(bsc#984629,bsc#984632,bsc#993472).
- commit 7e4bf41
-------------------------------------------------------------------
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
@ -175,6 +383,12 @@ Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
hibernation (bsc#984629,bsc#993472).
- commit 1d73b85
-------------------------------------------------------------------
Mon Aug 29 14:42:34 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc4.
- commit fa01113
-------------------------------------------------------------------
Tue Aug 23 10:09:14 CEST 2016 - mkubecek@suse.cz
@ -182,6 +396,13 @@ Tue Aug 23 10:09:14 CEST 2016 - mkubecek@suse.cz
(CVE-2016-6828 bsc#994296).
- commit 73d7d3e
-------------------------------------------------------------------
Mon Aug 22 16:52:18 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc3.
- Eliminated 1 patch.
- commit c0d2ef5
-------------------------------------------------------------------
Sun Aug 21 10:59:11 CEST 2016 - jslaby@suse.cz
@ -195,6 +416,26 @@ Sat Aug 20 15:15:08 CEST 2016 - mmarek@suse.cz
- rpm/old-flavors: Obsolte kernel-compute by kernel-rt (fate#320686)
- commit 964f3e2
-------------------------------------------------------------------
Sat Aug 20 07:11:23 CEST 2016 - jason.derose@experient-inc.com
- Enable Sea Island GPUs in AMDGPU
- commit 545853f
-------------------------------------------------------------------
Tue Aug 16 19:00:15 CEST 2016 - mbrugger@suse.com
- Delete
patches.arch/arm64-1-6-drivers-net-xgene-MAC-and-PHY-configuration-changes.patch.
- Delete
patches.arch/arm64-2-6-drivers-net-xgene-Backward-compatibility-with-older-firmware.patch.
- Delete
patches.arch/arm64-3-6-drivers-net-phy-Add-MDIO-driver.patch.
- Delete
patches.arch/arm64-6-6-drivers-net-xgene-Fix-module-load-unload-crash.patch.
Newer version of this patches are upstream
- commit 0fce644
-------------------------------------------------------------------
Tue Aug 16 16:32:45 CEST 2016 - jslaby@suse.cz
@ -209,6 +450,175 @@ Tue Aug 16 16:11:36 CEST 2016 - mmarek@suse.com
- rpm/kernel-source.spec.in: Unroll a loop with only a single iteration
- commit 601c09e
-------------------------------------------------------------------
Mon Aug 15 23:21:33 CEST 2016 - jeffm@suse.com
- Re-enable s390 message catalog patches.
The printk changes that went into v4.8-rc1 were reverted (temporarily)
for -rc2, so the old patches merge simply again.
- commit 5640fd4
-------------------------------------------------------------------
Mon Aug 15 16:45:24 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc2.
- Config changes:
- Global:
- HARDENED_USERCOPY=n (we need to examine how it affects performance)
- s390:
- S390_GUEST_OLD_TRANSPORT=n (deprecated)
- commit 42c9649
-------------------------------------------------------------------
Mon Aug 15 11:46:42 CEST 2016 - agraf@suse.de
- Delete
patches.arch/arm64-0010-KVM-ARM-Hack-to-enable-VGIC-mapping-on-64k-PAGE_SIZE.patch.
- we no longer need to run on non-64k compliant hardware
- commit c55dae1
-------------------------------------------------------------------
Mon Aug 15 11:45:32 CEST 2016 - agraf@suse.de
- Remove ppc64le support on early POWER7 systems (we build for p8 by now anyway)
- Delete
patches.arch/ppc64le-ile-0001-powerpc-Add-global-exports-for-all-interrupt-vectors.patch.
- Delete
patches.arch/ppc64le-ile-0002-powerpc-Add-relocation-code-for-fixups.patch.
- Delete
patches.arch/ppc64le-ile-0003-powerpc-Add-hack-to-make-ppc64le-work-on-hosts-witho.patch.
- Delete
patches.arch/ppc64le-ile-0004-powerpc-Don-t-return-to-BE-mode-when-we-are-already-.patch.
- commit c4ff529
-------------------------------------------------------------------
Mon Aug 15 01:57:11 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc1.
- Eliminated 7 patches.
- ARM configs need updating.
- Several patches need to be merged by their owners.
- Config changes:
- Global:
- GCC_PLUGINS=y (menu option)
- GCC_PLUGIN_CYC_COMPLEXITY=n
- TPM:
- TCG_TIS_SPI
- TCG_VTPM_PROXY
- TCG_TIS_ST33ZP24_I2C
- TCG_TIS_ST33ZP24_SPI
- Sensors:
- SENSORS_FTSTEUTATES
- SENSORS_SHT3x
- SENSORS_INA3221
- BMA220=n
- MMA7660=n
- MAX5487=n
- Graphics:
- DRM_I915_GVT=y
- ACPI:
- DPTF_POWER
- ACPI_CONFIGFS
- CPUFreq:
- CPU_FREQ_STAT=n (overhead)
- PCI:
- PCIE_DPC=y (should be m but it's a bool)
- RapidIO:
- RAPIDIO_CHMAN
- RAPIDIO_RXS_GEN3
- IP:
- TCP_CONG_NV
- Netfilter:
- NET_CLS_MATCHALL
- Virtualization:
- VIRTIO_VSOCKETS
- VHOST_VSOCK
- Networking hardware:
- INTEL_XWAY_PHY
- B53=n
- NVME:
- NVME_RDMA
- NVME_TARGET
- NVME_TARGET_LOOP
- NVME_TARGET_RDMA
- Infiniband:
- RDMA_RXE
- RTC:
- RTC_DRV_MAX6916=n
- Storage:
- SCSI_UFS_DWC_TC_PCI=n (test hardware)
- SCSI_UFS_DWC_TC_PLATFORM=n
- Input:
- TABLET_USB_PEGASUS
- INPUT_ATMEL_CAPTOUCH
- HID:
- HID_LED
- HID_ALPS
- LEDs:
- LEDS_LP3952
- LEDS_TRIGGER_DISK
- Touchscreen I2C/SPI:
- TOUCHSCREEN_RM_TS
- TOUCHSCREEN_SILEAD
- TOUCHSCREEN_SIS_I2C
- TOUCHSCREEN_SURFACE3_SPI
- File Systems:
- EXT4_ENCRYPTION=y
- PSTORE_LZO_COMPRESS=y
- NFSD_FLEXFILELAYOUT=y
- SECURITY_APPARMOR_HASH_DEFAULT=y
- Crypto:
- CRYPTO_DH
- CRYPTO_ECDH
- CRYPTO_SHA3
- Video:
- DRM_I2C_ADV7533
- Staging:
- MEDIA_CEC=y (will be part of another module when out of staging)
- KS7010
- Audio:
- SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH
- SND_SOC_BT_SCO
- Misc:
- IIO_SW_DEVICE
- IIO_TIGHTLOOP_TRIGGER=n
- MTD_NAND_MTK
- x86:
- INTEL_VBTN
- PWM_CROS_EC
- x86_64:
- CRYPTO_SHA256_MB
- CRYPTO_SHA512_MB
- powerpc:
- GEN_RTC=n
- HOTPLUG_PCI_POWERNV
- CXL_BIMODAL=y
- SCSI_IBMVSCSIS
- ADB_PMU_LED_DISK=y
- POWERNV_OP_PANEL
- JUMP_LABEL_FEATURE_CHECKS=y
- JUMP_LABEL_FEATURE_CHECK_DEBUG=n
- CRYPT_CRC32C_VPMSUM
- BPF_JIT=y
- s390:
- KCOV=n
- CRYPTO_CRC32_S390=y
- ARM (disabled):
- MDIO_HISI_FEMAC
- DRM_SII902X
- DRM_TOSHIBA_TC358767
- SND_SUN4I_I2S
- SND_SOC_ADAU7002
- SND_SOC_CS35L33
- SND_SOC_CS53L30
- SND_SOC_MAX98504
- SND_SOC_MAX9860
- SND_SOC_WM8985
- SUNXI_CCU
- TI_SYSCON_RESET
- NET_NCSI (only used by Faraday, which is ARM hardware)
- commit d5c4fe8
-------------------------------------------------------------------
Tue Aug 9 14:49:30 CEST 2016 - jthumshirn@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 4.7
%define patchversion 4.7.6
%define srcversion 4.8
%define patchversion 4.8.0
%define variant %{nil}
%define vanilla_only 0
@ -60,9 +60,9 @@ Name: kernel-default
Summary: The Standard Kernel
License: GPL-2.0
Group: System/Kernel
Version: 4.7.6
Version: 4.8.0
%if 0%{?is_kotd}
Release: <RELEASE>.gfb37fcc
Release: <RELEASE>.g55165a4
%else
Release: 0
%endif
@ -505,8 +505,7 @@ fi
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \
--disable CONFIG_DEBUG_INFO_REDUCED
--enable CONFIG_DEBUG_INFO
%else
--disable CONFIG_DEBUG_INFO
%endif

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Oct 3 14:57:45 CEST 2016 - jeffm@suse.com
- Update to 4.8-final.
- commit bbbf852
-------------------------------------------------------------------
Mon Oct 3 11:18:49 CEST 2016 - mmarek@suse.com
- rpm/kernel-binary.spec.in: Simplify debug info switch
Any CONFIG_DEBUG_INFO sub-options are answered in the configs nowadays.
- commit d404ac5
-------------------------------------------------------------------
Fri Sep 30 14:05:29 CEST 2016 - jslaby@suse.cz
@ -14,6 +27,21 @@ Fri Sep 30 13:26:33 CEST 2016 - jslaby@suse.cz
patches.suse/btrfs-ensure-that-file-descriptor-used-with-subvol-i.patch.
- commit 0b20275
-------------------------------------------------------------------
Tue Sep 27 13:01:09 CEST 2016 - mmarek@suse.com
- Refresh malformed patches for series2git
- Refresh patches.arch/acpi_thermal_passive_blacklist.patch.
- Refresh patches.fixes/dm-table-switch-to-readonly.
- commit 991ee60
-------------------------------------------------------------------
Mon Sep 26 15:34:54 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc8.
- Eliminated 2 patches.
- commit 698a4f4
-------------------------------------------------------------------
Mon Sep 26 09:52:29 CEST 2016 - schwab@suse.de
@ -35,6 +63,13 @@ Sun Sep 25 12:39:49 CEST 2016 - bp@suse.de
(bsc#999932 CVE-2016-7425).
- commit 135aa22
-------------------------------------------------------------------
Sun Sep 25 12:25:05 CEST 2016 - bp@suse.de
- scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer()
(bsc#999932 CVE-2016-7425).
- commit 60fc512
-------------------------------------------------------------------
Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
@ -48,11 +83,73 @@ Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
- Delete patches.rpmify/i915-fix-build-error-with-werror.
- commit c7aed11
-------------------------------------------------------------------
Fri Sep 23 18:50:11 CEST 2016 - afaerber@suse.de
- config: arm64: Enable RASPBERRYPI_POWER
- commit bd37084
-------------------------------------------------------------------
Fri Sep 23 18:47:37 CEST 2016 - afaerber@suse.de
- config: armv7hl: Enable RASPBERRYPI_POWER
- commit 4dc44c4
-------------------------------------------------------------------
Fri Sep 23 18:27:17 CEST 2016 - afaerber@suse.de
- config: armv7hl: Enable virtio-pci
Needed for armv7l-on-aarch64 OBS workers.
- commit 2407e65
-------------------------------------------------------------------
Fri Sep 23 18:19:55 CEST 2016 - afaerber@suse.de
- config: armv6hl: Enable USB OTG
The Raspberry Pi Zero has an OTG port accessible.
- commit 3f0806a
-------------------------------------------------------------------
Fri Sep 23 13:57:54 CEST 2016 - jslaby@suse.cz
- Update config files.
- Delete patches.suse/syzkaller-no-gcc-plugin.patch.
The patch is actually not needed as we have sanitizer support in gcc
directly (no need for plugins).
- commit 0c67c61
-------------------------------------------------------------------
Fri Sep 23 11:44:27 CEST 2016 - jslaby@suse.cz
- Update config files.
Enable UBSAN for syzkaller. It still boots, even though we are down
at 250 s boot time from 130 s. Might be reconsidered later.
- commit 07d153e
-------------------------------------------------------------------
Thu Sep 22 12:07:12 CEST 2016 - gqjiang@suse.com
- md-cluster: make resync lock also could be interruptted
(fate#316335).
- md-cluster: introduce dlm_lock_sync_interruptible to fix tasks
hang (fate#316335).
- md-cluster: convert the completion to wait queue (fate#316335).
- md-cluster: protect md_find_rdev_nr_rcu with rcu lock
(fate#316335).
- md-cluster: clean related infos of cluster (fate#316335).
- md: changes for MD_STILL_CLOSED flag (fate#316335).
- md-cluster: remove some unnecessary dlm_unlock_sync
(fate#316335).
- md-cluster: use FORCEUNLOCK in lockres_free (fate#316335).
- md-cluster: call md_kick_rdev_from_array once ack failed
(fate#316335).
- commit a983435
-------------------------------------------------------------------
Wed Sep 21 20:54:36 CEST 2016 - agraf@suse.de
- arm64: disable hvc_dcc
- commit 89df77c
- commit 30c4b0b
-------------------------------------------------------------------
Wed Sep 21 20:02:39 CEST 2016 - agraf@suse.de
@ -66,6 +163,14 @@ Wed Sep 21 17:48:39 CEST 2016 - agraf@suse.de
- arm64: Refuse to install 4k kernel on 64k system
- commit 5565330
-------------------------------------------------------------------
Wed Sep 21 17:14:12 CEST 2016 - mmarek@suse.com
- Delete now unneeded patches.suse/split-package (bsc#1000118)
- Update config files.
- Refresh patches.suse/supported-flag,
- commit 5c1d976
-------------------------------------------------------------------
Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
@ -73,6 +178,13 @@ Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
a dir (bsc#999600).
- commit cf44e6a
-------------------------------------------------------------------
Wed Sep 21 16:15:15 CEST 2016 - jeffm@suse.com
- btrfs: ensure that file descriptor used with subvol ioctls is
a dir (bsc#999600).
- commit c246d58
-------------------------------------------------------------------
Wed Sep 21 11:52:48 CEST 2016 - mmarek@suse.com
@ -91,6 +203,14 @@ Wed Sep 21 10:58:48 CEST 2016 - mmarek@suse.com
- rpm/kernel-binary.spec.in: Build the -base package unconditionally (bsc#1000118)
- commit 1d8c576
-------------------------------------------------------------------
Wed Sep 21 09:50:13 CEST 2016 - jslaby@suse.cz
- Add syzkaller flavor (bnc#1000094).
- Update config files.
- syzkaller: no need for gcc plugins (bnc#1000094).
- commit 3c1aea1
-------------------------------------------------------------------
Tue Sep 20 18:29:38 CEST 2016 - agraf@suse.de
@ -103,6 +223,12 @@ Tue Sep 20 18:25:14 CEST 2016 - agraf@suse.de
- Switch arm64 default config to 4k
- commit 5244f77
-------------------------------------------------------------------
Tue Sep 20 14:43:56 CEST 2016 - tiwai@suse.de
- rpm/kernel-docs.spec.in: Add support of sphinx with recent kernels
- commit f224c90
-------------------------------------------------------------------
Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de
@ -111,6 +237,27 @@ Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de
Update git commit tag to sync with upstream.
- commit 5c2468b
-------------------------------------------------------------------
Mon Sep 19 18:26:18 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc7.
- Eliminated 1 patch.
- commit 70952c1
-------------------------------------------------------------------
Thu Sep 15 15:08:06 CEST 2016 - mmarek@suse.cz
- Delete scripts/mkpatch.py
It is an obsolete script that does not work with git, as pointed out by
Benjamin Poirier.
- commit 38a9f7b
-------------------------------------------------------------------
Thu Sep 15 11:30:53 CEST 2016 - tiwai@suse.de
- drm/i915: Ignore OpRegion panel type except on select machines (bsc#993996).
- commit 7dc014c
-------------------------------------------------------------------
Thu Sep 15 09:32:40 CEST 2016 - jslaby@suse.cz
@ -123,6 +270,12 @@ Wed Sep 14 15:54:36 CEST 2016 - jeffm@suse.com
- config: enable RANDOMIZE_BASE and friends (bsc#998554).
- commit 4de94c3
-------------------------------------------------------------------
Wed Sep 14 15:51:41 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc6.
- commit 01852e1
-------------------------------------------------------------------
Wed Sep 14 13:45:16 CEST 2016 - tiwai@suse.de
@ -150,6 +303,12 @@ Wed Sep 7 17:41:12 CEST 2016 - tiwai@suse.de
(bsc#997639).
- commit 268a807
-------------------------------------------------------------------
Wed Sep 7 16:52:16 CEST 2016 - jeffm@suse.com
- config: enable FAIL_MAKE_REQUEST for testing purposes
- commit 28527e8
-------------------------------------------------------------------
Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
@ -158,12 +317,61 @@ Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
patches.fixes/aacraid-check-size-values-after-double-fetch-from-user.patch.
- commit 2ecc7fe
-------------------------------------------------------------------
Tue Sep 6 17:18:07 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc5.
- Config changes:
- ARMV6: HW_RANDOM_MXC_RNGA=m
- commit a0ab922
-------------------------------------------------------------------
Sun Sep 4 13:06:35 CEST 2016 - afaerber@suse.de
- config: arm64: Enable brcmfmac
The Raspberry Pi 3 has a BCM43438, with a firmware package being prepared.
- commit 6575948
-------------------------------------------------------------------
Fri Sep 2 12:57:42 CEST 2016 - mmarek@suse.com
- rpm/mkspec: Read a default release string from rpm/config.sh (bsc997059)
- commit cf65a8d
-------------------------------------------------------------------
Thu Sep 1 14:08:53 CEST 2016 - afaerber@suse.de
- config: arm64: Update to 4.8-rc4
- commit 5ce1ddf
-------------------------------------------------------------------
Thu Sep 1 13:56:40 CEST 2016 - afaerber@suse.de
- config: armv6hl: Update to 4.8-rc4
- commit 14bbfb0
-------------------------------------------------------------------
Thu Sep 1 13:44:24 CEST 2016 - afaerber@suse.de
- config: armv7hl: Update to 4.8-rc4
- commit 8442357
-------------------------------------------------------------------
Tue Aug 30 00:03:10 CEST 2016 - jeffm@suse.com
- Revert "Btrfs: improve performance on fsync against new inode
after rename/unlink" (bsc#981597).
- Revert "Btrfs: fix lockdep warning on deadlock against an
inode's log mutex" (bsc#981597).
- commit 003f624
-------------------------------------------------------------------
Mon Aug 29 22:58:34 CEST 2016 - tiwai@suse.de
- drm/i915: Fix S4 resume breakage
(bsc#984629,bsc#984632,bsc#993472).
- commit 7e4bf41
-------------------------------------------------------------------
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
@ -175,6 +383,12 @@ Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
hibernation (bsc#984629,bsc#993472).
- commit 1d73b85
-------------------------------------------------------------------
Mon Aug 29 14:42:34 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc4.
- commit fa01113
-------------------------------------------------------------------
Tue Aug 23 10:09:14 CEST 2016 - mkubecek@suse.cz
@ -182,6 +396,13 @@ Tue Aug 23 10:09:14 CEST 2016 - mkubecek@suse.cz
(CVE-2016-6828 bsc#994296).
- commit 73d7d3e
-------------------------------------------------------------------
Mon Aug 22 16:52:18 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc3.
- Eliminated 1 patch.
- commit c0d2ef5
-------------------------------------------------------------------
Sun Aug 21 10:59:11 CEST 2016 - jslaby@suse.cz
@ -195,6 +416,26 @@ Sat Aug 20 15:15:08 CEST 2016 - mmarek@suse.cz
- rpm/old-flavors: Obsolte kernel-compute by kernel-rt (fate#320686)
- commit 964f3e2
-------------------------------------------------------------------
Sat Aug 20 07:11:23 CEST 2016 - jason.derose@experient-inc.com
- Enable Sea Island GPUs in AMDGPU
- commit 545853f
-------------------------------------------------------------------
Tue Aug 16 19:00:15 CEST 2016 - mbrugger@suse.com
- Delete
patches.arch/arm64-1-6-drivers-net-xgene-MAC-and-PHY-configuration-changes.patch.
- Delete
patches.arch/arm64-2-6-drivers-net-xgene-Backward-compatibility-with-older-firmware.patch.
- Delete
patches.arch/arm64-3-6-drivers-net-phy-Add-MDIO-driver.patch.
- Delete
patches.arch/arm64-6-6-drivers-net-xgene-Fix-module-load-unload-crash.patch.
Newer version of this patches are upstream
- commit 0fce644
-------------------------------------------------------------------
Tue Aug 16 16:32:45 CEST 2016 - jslaby@suse.cz
@ -209,6 +450,175 @@ Tue Aug 16 16:11:36 CEST 2016 - mmarek@suse.com
- rpm/kernel-source.spec.in: Unroll a loop with only a single iteration
- commit 601c09e
-------------------------------------------------------------------
Mon Aug 15 23:21:33 CEST 2016 - jeffm@suse.com
- Re-enable s390 message catalog patches.
The printk changes that went into v4.8-rc1 were reverted (temporarily)
for -rc2, so the old patches merge simply again.
- commit 5640fd4
-------------------------------------------------------------------
Mon Aug 15 16:45:24 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc2.
- Config changes:
- Global:
- HARDENED_USERCOPY=n (we need to examine how it affects performance)
- s390:
- S390_GUEST_OLD_TRANSPORT=n (deprecated)
- commit 42c9649
-------------------------------------------------------------------
Mon Aug 15 11:46:42 CEST 2016 - agraf@suse.de
- Delete
patches.arch/arm64-0010-KVM-ARM-Hack-to-enable-VGIC-mapping-on-64k-PAGE_SIZE.patch.
- we no longer need to run on non-64k compliant hardware
- commit c55dae1
-------------------------------------------------------------------
Mon Aug 15 11:45:32 CEST 2016 - agraf@suse.de
- Remove ppc64le support on early POWER7 systems (we build for p8 by now anyway)
- Delete
patches.arch/ppc64le-ile-0001-powerpc-Add-global-exports-for-all-interrupt-vectors.patch.
- Delete
patches.arch/ppc64le-ile-0002-powerpc-Add-relocation-code-for-fixups.patch.
- Delete
patches.arch/ppc64le-ile-0003-powerpc-Add-hack-to-make-ppc64le-work-on-hosts-witho.patch.
- Delete
patches.arch/ppc64le-ile-0004-powerpc-Don-t-return-to-BE-mode-when-we-are-already-.patch.
- commit c4ff529
-------------------------------------------------------------------
Mon Aug 15 01:57:11 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc1.
- Eliminated 7 patches.
- ARM configs need updating.
- Several patches need to be merged by their owners.
- Config changes:
- Global:
- GCC_PLUGINS=y (menu option)
- GCC_PLUGIN_CYC_COMPLEXITY=n
- TPM:
- TCG_TIS_SPI
- TCG_VTPM_PROXY
- TCG_TIS_ST33ZP24_I2C
- TCG_TIS_ST33ZP24_SPI
- Sensors:
- SENSORS_FTSTEUTATES
- SENSORS_SHT3x
- SENSORS_INA3221
- BMA220=n
- MMA7660=n
- MAX5487=n
- Graphics:
- DRM_I915_GVT=y
- ACPI:
- DPTF_POWER
- ACPI_CONFIGFS
- CPUFreq:
- CPU_FREQ_STAT=n (overhead)
- PCI:
- PCIE_DPC=y (should be m but it's a bool)
- RapidIO:
- RAPIDIO_CHMAN
- RAPIDIO_RXS_GEN3
- IP:
- TCP_CONG_NV
- Netfilter:
- NET_CLS_MATCHALL
- Virtualization:
- VIRTIO_VSOCKETS
- VHOST_VSOCK
- Networking hardware:
- INTEL_XWAY_PHY
- B53=n
- NVME:
- NVME_RDMA
- NVME_TARGET
- NVME_TARGET_LOOP
- NVME_TARGET_RDMA
- Infiniband:
- RDMA_RXE
- RTC:
- RTC_DRV_MAX6916=n
- Storage:
- SCSI_UFS_DWC_TC_PCI=n (test hardware)
- SCSI_UFS_DWC_TC_PLATFORM=n
- Input:
- TABLET_USB_PEGASUS
- INPUT_ATMEL_CAPTOUCH
- HID:
- HID_LED
- HID_ALPS
- LEDs:
- LEDS_LP3952
- LEDS_TRIGGER_DISK
- Touchscreen I2C/SPI:
- TOUCHSCREEN_RM_TS
- TOUCHSCREEN_SILEAD
- TOUCHSCREEN_SIS_I2C
- TOUCHSCREEN_SURFACE3_SPI
- File Systems:
- EXT4_ENCRYPTION=y
- PSTORE_LZO_COMPRESS=y
- NFSD_FLEXFILELAYOUT=y
- SECURITY_APPARMOR_HASH_DEFAULT=y
- Crypto:
- CRYPTO_DH
- CRYPTO_ECDH
- CRYPTO_SHA3
- Video:
- DRM_I2C_ADV7533
- Staging:
- MEDIA_CEC=y (will be part of another module when out of staging)
- KS7010
- Audio:
- SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH
- SND_SOC_BT_SCO
- Misc:
- IIO_SW_DEVICE
- IIO_TIGHTLOOP_TRIGGER=n
- MTD_NAND_MTK
- x86:
- INTEL_VBTN
- PWM_CROS_EC
- x86_64:
- CRYPTO_SHA256_MB
- CRYPTO_SHA512_MB
- powerpc:
- GEN_RTC=n
- HOTPLUG_PCI_POWERNV
- CXL_BIMODAL=y
- SCSI_IBMVSCSIS
- ADB_PMU_LED_DISK=y
- POWERNV_OP_PANEL
- JUMP_LABEL_FEATURE_CHECKS=y
- JUMP_LABEL_FEATURE_CHECK_DEBUG=n
- CRYPT_CRC32C_VPMSUM
- BPF_JIT=y
- s390:
- KCOV=n
- CRYPTO_CRC32_S390=y
- ARM (disabled):
- MDIO_HISI_FEMAC
- DRM_SII902X
- DRM_TOSHIBA_TC358767
- SND_SUN4I_I2S
- SND_SOC_ADAU7002
- SND_SOC_CS35L33
- SND_SOC_CS53L30
- SND_SOC_MAX98504
- SND_SOC_MAX9860
- SND_SOC_WM8985
- SUNXI_CCU
- TI_SYSCON_RESET
- NET_NCSI (only used by Faraday, which is ARM hardware)
- commit d5c4fe8
-------------------------------------------------------------------
Tue Aug 9 14:49:30 CEST 2016 - jthumshirn@suse.de

View File

@ -16,24 +16,35 @@
#
%define patchversion 4.7.6
%define patchversion 4.8.0
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
%define use_fop 1
%if %{?is_opensuse}
%define use_sphinx 1
%else
%define use_sphinx 0
%endif
Name: kernel-docs
Summary: Kernel Documentation (man pages)
License: GPL-2.0
Group: Documentation/Man
Version: 4.7.6
Version: 4.8.0
%if 0%{?is_kotd}
Release: <RELEASE>.gfb37fcc
Release: <RELEASE>.g55165a4
%else
Release: 0
%endif
BuildRequires: kernel-source%variant
%if %use_sphinx
BuildRequires: python-Sphinx
# rst2pdf is broken with Sphinx 1.3.x, so disabled for now
# BuildRequires: python-rst2pdf
%endif
BuildRequires: xmlto
%if %use_fop
BuildRequires: fop
@ -128,12 +139,23 @@ ln -s %{_mandir}/man9/request_threaded_irq.9.gz $RPM_BUILD_ROOT%{_mandir}/man9/r
install -d $RPM_BUILD_ROOT%{_datadir}/doc/kernel/pdf
cp -a pdf/Documentation/DocBook/*.pdf $RPM_BUILD_ROOT%{_datadir}/doc/kernel/pdf || true
%if %use_sphinx
# copy PDF files generated by sphinx (once when it really works...)
for i in pdf/Documentation/output/*.pdf; do
test -s $i && cp -a $i $RPM_BUILD_ROOT%{_datadir}/doc/kernel/pdf
done
%endif
install -d $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html
cp -a html/Documentation/DocBook/* $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html || true
rm -f $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html/*.xml
rm -f $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html/*.{gif,png}
rm -f $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html/*/*.proc
install -d $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html/DocBook
cp -a html/Documentation/DocBook/* $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html/DocBook || true
rm -f $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html/DocBook/*.xml
rm -f $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html/DocBook/*.db
rm -f $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html/DocBook/*.{gif,png}
rm -f $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html/DocBook/*/*.proc
install -d $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html/rst
%if %use_sphinx
cp -a html/Documentation/output/html/* $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html/rst || true
%endif
cp -a /usr/src/linux%variant/{COPYING,CREDITS,MAINTAINERS,README,REPORTING-BUGS} .

View File

@ -23,6 +23,12 @@
%define use_fop 1
%if %{?is_opensuse}
%define use_sphinx 1
%else
%define use_sphinx 0
%endif
Name: kernel-docs@VARIANT@
Summary: Kernel Documentation (man pages)
License: GPL-2.0
@ -34,6 +40,11 @@ Release: <RELEASE>.g@COMMIT@
Release: @RELEASE@
%endif
BuildRequires: kernel-source%variant
%if %use_sphinx
BuildRequires: python-Sphinx
# rst2pdf is broken with Sphinx 1.3.x, so disabled for now
# BuildRequires: python-rst2pdf
%endif
BuildRequires: xmlto
%if %use_fop
BuildRequires: fop
@ -128,12 +139,23 @@ ln -s %{_mandir}/man9/request_threaded_irq.9.gz $RPM_BUILD_ROOT%{_mandir}/man9/r
install -d $RPM_BUILD_ROOT%{_datadir}/doc/kernel/pdf
cp -a pdf/Documentation/DocBook/*.pdf $RPM_BUILD_ROOT%{_datadir}/doc/kernel/pdf || true
%if %use_sphinx
# copy PDF files generated by sphinx (once when it really works...)
for i in pdf/Documentation/output/*.pdf; do
test -s $i && cp -a $i $RPM_BUILD_ROOT%{_datadir}/doc/kernel/pdf
done
%endif
install -d $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html
cp -a html/Documentation/DocBook/* $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html || true
rm -f $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html/*.xml
rm -f $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html/*.{gif,png}
rm -f $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html/*/*.proc
install -d $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html/DocBook
cp -a html/Documentation/DocBook/* $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html/DocBook || true
rm -f $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html/DocBook/*.xml
rm -f $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html/DocBook/*.db
rm -f $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html/DocBook/*.{gif,png}
rm -f $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html/DocBook/*/*.proc
install -d $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html/rst
%if %use_sphinx
cp -a html/Documentation/output/html/* $RPM_BUILD_ROOT%{_datadir}/doc/kernel/html/rst || true
%endif
cp -a /usr/src/linux%variant/{COPYING,CREDITS,MAINTAINERS,README,REPORTING-BUGS} .

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Oct 3 14:57:45 CEST 2016 - jeffm@suse.com
- Update to 4.8-final.
- commit bbbf852
-------------------------------------------------------------------
Mon Oct 3 11:18:49 CEST 2016 - mmarek@suse.com
- rpm/kernel-binary.spec.in: Simplify debug info switch
Any CONFIG_DEBUG_INFO sub-options are answered in the configs nowadays.
- commit d404ac5
-------------------------------------------------------------------
Fri Sep 30 14:05:29 CEST 2016 - jslaby@suse.cz
@ -14,6 +27,21 @@ Fri Sep 30 13:26:33 CEST 2016 - jslaby@suse.cz
patches.suse/btrfs-ensure-that-file-descriptor-used-with-subvol-i.patch.
- commit 0b20275
-------------------------------------------------------------------
Tue Sep 27 13:01:09 CEST 2016 - mmarek@suse.com
- Refresh malformed patches for series2git
- Refresh patches.arch/acpi_thermal_passive_blacklist.patch.
- Refresh patches.fixes/dm-table-switch-to-readonly.
- commit 991ee60
-------------------------------------------------------------------
Mon Sep 26 15:34:54 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc8.
- Eliminated 2 patches.
- commit 698a4f4
-------------------------------------------------------------------
Mon Sep 26 09:52:29 CEST 2016 - schwab@suse.de
@ -35,6 +63,13 @@ Sun Sep 25 12:39:49 CEST 2016 - bp@suse.de
(bsc#999932 CVE-2016-7425).
- commit 135aa22
-------------------------------------------------------------------
Sun Sep 25 12:25:05 CEST 2016 - bp@suse.de
- scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer()
(bsc#999932 CVE-2016-7425).
- commit 60fc512
-------------------------------------------------------------------
Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
@ -48,11 +83,73 @@ Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
- Delete patches.rpmify/i915-fix-build-error-with-werror.
- commit c7aed11
-------------------------------------------------------------------
Fri Sep 23 18:50:11 CEST 2016 - afaerber@suse.de
- config: arm64: Enable RASPBERRYPI_POWER
- commit bd37084
-------------------------------------------------------------------
Fri Sep 23 18:47:37 CEST 2016 - afaerber@suse.de
- config: armv7hl: Enable RASPBERRYPI_POWER
- commit 4dc44c4
-------------------------------------------------------------------
Fri Sep 23 18:27:17 CEST 2016 - afaerber@suse.de
- config: armv7hl: Enable virtio-pci
Needed for armv7l-on-aarch64 OBS workers.
- commit 2407e65
-------------------------------------------------------------------
Fri Sep 23 18:19:55 CEST 2016 - afaerber@suse.de
- config: armv6hl: Enable USB OTG
The Raspberry Pi Zero has an OTG port accessible.
- commit 3f0806a
-------------------------------------------------------------------
Fri Sep 23 13:57:54 CEST 2016 - jslaby@suse.cz
- Update config files.
- Delete patches.suse/syzkaller-no-gcc-plugin.patch.
The patch is actually not needed as we have sanitizer support in gcc
directly (no need for plugins).
- commit 0c67c61
-------------------------------------------------------------------
Fri Sep 23 11:44:27 CEST 2016 - jslaby@suse.cz
- Update config files.
Enable UBSAN for syzkaller. It still boots, even though we are down
at 250 s boot time from 130 s. Might be reconsidered later.
- commit 07d153e
-------------------------------------------------------------------
Thu Sep 22 12:07:12 CEST 2016 - gqjiang@suse.com
- md-cluster: make resync lock also could be interruptted
(fate#316335).
- md-cluster: introduce dlm_lock_sync_interruptible to fix tasks
hang (fate#316335).
- md-cluster: convert the completion to wait queue (fate#316335).
- md-cluster: protect md_find_rdev_nr_rcu with rcu lock
(fate#316335).
- md-cluster: clean related infos of cluster (fate#316335).
- md: changes for MD_STILL_CLOSED flag (fate#316335).
- md-cluster: remove some unnecessary dlm_unlock_sync
(fate#316335).
- md-cluster: use FORCEUNLOCK in lockres_free (fate#316335).
- md-cluster: call md_kick_rdev_from_array once ack failed
(fate#316335).
- commit a983435
-------------------------------------------------------------------
Wed Sep 21 20:54:36 CEST 2016 - agraf@suse.de
- arm64: disable hvc_dcc
- commit 89df77c
- commit 30c4b0b
-------------------------------------------------------------------
Wed Sep 21 20:02:39 CEST 2016 - agraf@suse.de
@ -66,6 +163,14 @@ Wed Sep 21 17:48:39 CEST 2016 - agraf@suse.de
- arm64: Refuse to install 4k kernel on 64k system
- commit 5565330
-------------------------------------------------------------------
Wed Sep 21 17:14:12 CEST 2016 - mmarek@suse.com
- Delete now unneeded patches.suse/split-package (bsc#1000118)
- Update config files.
- Refresh patches.suse/supported-flag,
- commit 5c1d976
-------------------------------------------------------------------
Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
@ -73,6 +178,13 @@ Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
a dir (bsc#999600).
- commit cf44e6a
-------------------------------------------------------------------
Wed Sep 21 16:15:15 CEST 2016 - jeffm@suse.com
- btrfs: ensure that file descriptor used with subvol ioctls is
a dir (bsc#999600).
- commit c246d58
-------------------------------------------------------------------
Wed Sep 21 11:52:48 CEST 2016 - mmarek@suse.com
@ -91,6 +203,14 @@ Wed Sep 21 10:58:48 CEST 2016 - mmarek@suse.com
- rpm/kernel-binary.spec.in: Build the -base package unconditionally (bsc#1000118)
- commit 1d8c576
-------------------------------------------------------------------
Wed Sep 21 09:50:13 CEST 2016 - jslaby@suse.cz
- Add syzkaller flavor (bnc#1000094).
- Update config files.
- syzkaller: no need for gcc plugins (bnc#1000094).
- commit 3c1aea1
-------------------------------------------------------------------
Tue Sep 20 18:29:38 CEST 2016 - agraf@suse.de
@ -103,6 +223,12 @@ Tue Sep 20 18:25:14 CEST 2016 - agraf@suse.de
- Switch arm64 default config to 4k
- commit 5244f77
-------------------------------------------------------------------
Tue Sep 20 14:43:56 CEST 2016 - tiwai@suse.de
- rpm/kernel-docs.spec.in: Add support of sphinx with recent kernels
- commit f224c90
-------------------------------------------------------------------
Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de
@ -111,6 +237,27 @@ Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de
Update git commit tag to sync with upstream.
- commit 5c2468b
-------------------------------------------------------------------
Mon Sep 19 18:26:18 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc7.
- Eliminated 1 patch.
- commit 70952c1
-------------------------------------------------------------------
Thu Sep 15 15:08:06 CEST 2016 - mmarek@suse.cz
- Delete scripts/mkpatch.py
It is an obsolete script that does not work with git, as pointed out by
Benjamin Poirier.
- commit 38a9f7b
-------------------------------------------------------------------
Thu Sep 15 11:30:53 CEST 2016 - tiwai@suse.de
- drm/i915: Ignore OpRegion panel type except on select machines (bsc#993996).
- commit 7dc014c
-------------------------------------------------------------------
Thu Sep 15 09:32:40 CEST 2016 - jslaby@suse.cz
@ -123,6 +270,12 @@ Wed Sep 14 15:54:36 CEST 2016 - jeffm@suse.com
- config: enable RANDOMIZE_BASE and friends (bsc#998554).
- commit 4de94c3
-------------------------------------------------------------------
Wed Sep 14 15:51:41 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc6.
- commit 01852e1
-------------------------------------------------------------------
Wed Sep 14 13:45:16 CEST 2016 - tiwai@suse.de
@ -150,6 +303,12 @@ Wed Sep 7 17:41:12 CEST 2016 - tiwai@suse.de
(bsc#997639).
- commit 268a807
-------------------------------------------------------------------
Wed Sep 7 16:52:16 CEST 2016 - jeffm@suse.com
- config: enable FAIL_MAKE_REQUEST for testing purposes
- commit 28527e8
-------------------------------------------------------------------
Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
@ -158,12 +317,61 @@ Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
patches.fixes/aacraid-check-size-values-after-double-fetch-from-user.patch.
- commit 2ecc7fe
-------------------------------------------------------------------
Tue Sep 6 17:18:07 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc5.
- Config changes:
- ARMV6: HW_RANDOM_MXC_RNGA=m
- commit a0ab922
-------------------------------------------------------------------
Sun Sep 4 13:06:35 CEST 2016 - afaerber@suse.de
- config: arm64: Enable brcmfmac
The Raspberry Pi 3 has a BCM43438, with a firmware package being prepared.
- commit 6575948
-------------------------------------------------------------------
Fri Sep 2 12:57:42 CEST 2016 - mmarek@suse.com
- rpm/mkspec: Read a default release string from rpm/config.sh (bsc997059)
- commit cf65a8d
-------------------------------------------------------------------
Thu Sep 1 14:08:53 CEST 2016 - afaerber@suse.de
- config: arm64: Update to 4.8-rc4
- commit 5ce1ddf
-------------------------------------------------------------------
Thu Sep 1 13:56:40 CEST 2016 - afaerber@suse.de
- config: armv6hl: Update to 4.8-rc4
- commit 14bbfb0
-------------------------------------------------------------------
Thu Sep 1 13:44:24 CEST 2016 - afaerber@suse.de
- config: armv7hl: Update to 4.8-rc4
- commit 8442357
-------------------------------------------------------------------
Tue Aug 30 00:03:10 CEST 2016 - jeffm@suse.com
- Revert "Btrfs: improve performance on fsync against new inode
after rename/unlink" (bsc#981597).
- Revert "Btrfs: fix lockdep warning on deadlock against an
inode's log mutex" (bsc#981597).
- commit 003f624
-------------------------------------------------------------------
Mon Aug 29 22:58:34 CEST 2016 - tiwai@suse.de
- drm/i915: Fix S4 resume breakage
(bsc#984629,bsc#984632,bsc#993472).
- commit 7e4bf41
-------------------------------------------------------------------
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
@ -175,6 +383,12 @@ Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
hibernation (bsc#984629,bsc#993472).
- commit 1d73b85
-------------------------------------------------------------------
Mon Aug 29 14:42:34 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc4.
- commit fa01113
-------------------------------------------------------------------
Tue Aug 23 10:09:14 CEST 2016 - mkubecek@suse.cz
@ -182,6 +396,13 @@ Tue Aug 23 10:09:14 CEST 2016 - mkubecek@suse.cz
(CVE-2016-6828 bsc#994296).
- commit 73d7d3e
-------------------------------------------------------------------
Mon Aug 22 16:52:18 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc3.
- Eliminated 1 patch.
- commit c0d2ef5
-------------------------------------------------------------------
Sun Aug 21 10:59:11 CEST 2016 - jslaby@suse.cz
@ -195,6 +416,26 @@ Sat Aug 20 15:15:08 CEST 2016 - mmarek@suse.cz
- rpm/old-flavors: Obsolte kernel-compute by kernel-rt (fate#320686)
- commit 964f3e2
-------------------------------------------------------------------
Sat Aug 20 07:11:23 CEST 2016 - jason.derose@experient-inc.com
- Enable Sea Island GPUs in AMDGPU
- commit 545853f
-------------------------------------------------------------------
Tue Aug 16 19:00:15 CEST 2016 - mbrugger@suse.com
- Delete
patches.arch/arm64-1-6-drivers-net-xgene-MAC-and-PHY-configuration-changes.patch.
- Delete
patches.arch/arm64-2-6-drivers-net-xgene-Backward-compatibility-with-older-firmware.patch.
- Delete
patches.arch/arm64-3-6-drivers-net-phy-Add-MDIO-driver.patch.
- Delete
patches.arch/arm64-6-6-drivers-net-xgene-Fix-module-load-unload-crash.patch.
Newer version of this patches are upstream
- commit 0fce644
-------------------------------------------------------------------
Tue Aug 16 16:32:45 CEST 2016 - jslaby@suse.cz
@ -209,6 +450,175 @@ Tue Aug 16 16:11:36 CEST 2016 - mmarek@suse.com
- rpm/kernel-source.spec.in: Unroll a loop with only a single iteration
- commit 601c09e
-------------------------------------------------------------------
Mon Aug 15 23:21:33 CEST 2016 - jeffm@suse.com
- Re-enable s390 message catalog patches.
The printk changes that went into v4.8-rc1 were reverted (temporarily)
for -rc2, so the old patches merge simply again.
- commit 5640fd4
-------------------------------------------------------------------
Mon Aug 15 16:45:24 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc2.
- Config changes:
- Global:
- HARDENED_USERCOPY=n (we need to examine how it affects performance)
- s390:
- S390_GUEST_OLD_TRANSPORT=n (deprecated)
- commit 42c9649
-------------------------------------------------------------------
Mon Aug 15 11:46:42 CEST 2016 - agraf@suse.de
- Delete
patches.arch/arm64-0010-KVM-ARM-Hack-to-enable-VGIC-mapping-on-64k-PAGE_SIZE.patch.
- we no longer need to run on non-64k compliant hardware
- commit c55dae1
-------------------------------------------------------------------
Mon Aug 15 11:45:32 CEST 2016 - agraf@suse.de
- Remove ppc64le support on early POWER7 systems (we build for p8 by now anyway)
- Delete
patches.arch/ppc64le-ile-0001-powerpc-Add-global-exports-for-all-interrupt-vectors.patch.
- Delete
patches.arch/ppc64le-ile-0002-powerpc-Add-relocation-code-for-fixups.patch.
- Delete
patches.arch/ppc64le-ile-0003-powerpc-Add-hack-to-make-ppc64le-work-on-hosts-witho.patch.
- Delete
patches.arch/ppc64le-ile-0004-powerpc-Don-t-return-to-BE-mode-when-we-are-already-.patch.
- commit c4ff529
-------------------------------------------------------------------
Mon Aug 15 01:57:11 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc1.
- Eliminated 7 patches.
- ARM configs need updating.
- Several patches need to be merged by their owners.
- Config changes:
- Global:
- GCC_PLUGINS=y (menu option)
- GCC_PLUGIN_CYC_COMPLEXITY=n
- TPM:
- TCG_TIS_SPI
- TCG_VTPM_PROXY
- TCG_TIS_ST33ZP24_I2C
- TCG_TIS_ST33ZP24_SPI
- Sensors:
- SENSORS_FTSTEUTATES
- SENSORS_SHT3x
- SENSORS_INA3221
- BMA220=n
- MMA7660=n
- MAX5487=n
- Graphics:
- DRM_I915_GVT=y
- ACPI:
- DPTF_POWER
- ACPI_CONFIGFS
- CPUFreq:
- CPU_FREQ_STAT=n (overhead)
- PCI:
- PCIE_DPC=y (should be m but it's a bool)
- RapidIO:
- RAPIDIO_CHMAN
- RAPIDIO_RXS_GEN3
- IP:
- TCP_CONG_NV
- Netfilter:
- NET_CLS_MATCHALL
- Virtualization:
- VIRTIO_VSOCKETS
- VHOST_VSOCK
- Networking hardware:
- INTEL_XWAY_PHY
- B53=n
- NVME:
- NVME_RDMA
- NVME_TARGET
- NVME_TARGET_LOOP
- NVME_TARGET_RDMA
- Infiniband:
- RDMA_RXE
- RTC:
- RTC_DRV_MAX6916=n
- Storage:
- SCSI_UFS_DWC_TC_PCI=n (test hardware)
- SCSI_UFS_DWC_TC_PLATFORM=n
- Input:
- TABLET_USB_PEGASUS
- INPUT_ATMEL_CAPTOUCH
- HID:
- HID_LED
- HID_ALPS
- LEDs:
- LEDS_LP3952
- LEDS_TRIGGER_DISK
- Touchscreen I2C/SPI:
- TOUCHSCREEN_RM_TS
- TOUCHSCREEN_SILEAD
- TOUCHSCREEN_SIS_I2C
- TOUCHSCREEN_SURFACE3_SPI
- File Systems:
- EXT4_ENCRYPTION=y
- PSTORE_LZO_COMPRESS=y
- NFSD_FLEXFILELAYOUT=y
- SECURITY_APPARMOR_HASH_DEFAULT=y
- Crypto:
- CRYPTO_DH
- CRYPTO_ECDH
- CRYPTO_SHA3
- Video:
- DRM_I2C_ADV7533
- Staging:
- MEDIA_CEC=y (will be part of another module when out of staging)
- KS7010
- Audio:
- SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH
- SND_SOC_BT_SCO
- Misc:
- IIO_SW_DEVICE
- IIO_TIGHTLOOP_TRIGGER=n
- MTD_NAND_MTK
- x86:
- INTEL_VBTN
- PWM_CROS_EC
- x86_64:
- CRYPTO_SHA256_MB
- CRYPTO_SHA512_MB
- powerpc:
- GEN_RTC=n
- HOTPLUG_PCI_POWERNV
- CXL_BIMODAL=y
- SCSI_IBMVSCSIS
- ADB_PMU_LED_DISK=y
- POWERNV_OP_PANEL
- JUMP_LABEL_FEATURE_CHECKS=y
- JUMP_LABEL_FEATURE_CHECK_DEBUG=n
- CRYPT_CRC32C_VPMSUM
- BPF_JIT=y
- s390:
- KCOV=n
- CRYPTO_CRC32_S390=y
- ARM (disabled):
- MDIO_HISI_FEMAC
- DRM_SII902X
- DRM_TOSHIBA_TC358767
- SND_SUN4I_I2S
- SND_SOC_ADAU7002
- SND_SOC_CS35L33
- SND_SOC_CS53L30
- SND_SOC_MAX98504
- SND_SOC_MAX9860
- SND_SOC_WM8985
- SUNXI_CCU
- TI_SYSCON_RESET
- NET_NCSI (only used by Faraday, which is ARM hardware)
- commit d5c4fe8
-------------------------------------------------------------------
Tue Aug 9 14:49:30 CEST 2016 - jthumshirn@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 4.7
%define patchversion 4.7.6
%define srcversion 4.8
%define patchversion 4.8.0
%define variant %{nil}
%define vanilla_only 0
@ -60,9 +60,9 @@ Name: kernel-lpae
Summary: Kernel for LPAE enabled systems
License: GPL-2.0
Group: System/Kernel
Version: 4.7.6
Version: 4.8.0
%if 0%{?is_kotd}
Release: <RELEASE>.gfb37fcc
Release: <RELEASE>.g55165a4
%else
Release: 0
%endif
@ -456,8 +456,7 @@ fi
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \
--disable CONFIG_DEBUG_INFO_REDUCED
--enable CONFIG_DEBUG_INFO
%else
--disable CONFIG_DEBUG_INFO
%endif

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Oct 3 14:57:45 CEST 2016 - jeffm@suse.com
- Update to 4.8-final.
- commit bbbf852
-------------------------------------------------------------------
Mon Oct 3 11:18:49 CEST 2016 - mmarek@suse.com
- rpm/kernel-binary.spec.in: Simplify debug info switch
Any CONFIG_DEBUG_INFO sub-options are answered in the configs nowadays.
- commit d404ac5
-------------------------------------------------------------------
Fri Sep 30 14:05:29 CEST 2016 - jslaby@suse.cz
@ -14,6 +27,21 @@ Fri Sep 30 13:26:33 CEST 2016 - jslaby@suse.cz
patches.suse/btrfs-ensure-that-file-descriptor-used-with-subvol-i.patch.
- commit 0b20275
-------------------------------------------------------------------
Tue Sep 27 13:01:09 CEST 2016 - mmarek@suse.com
- Refresh malformed patches for series2git
- Refresh patches.arch/acpi_thermal_passive_blacklist.patch.
- Refresh patches.fixes/dm-table-switch-to-readonly.
- commit 991ee60
-------------------------------------------------------------------
Mon Sep 26 15:34:54 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc8.
- Eliminated 2 patches.
- commit 698a4f4
-------------------------------------------------------------------
Mon Sep 26 09:52:29 CEST 2016 - schwab@suse.de
@ -35,6 +63,13 @@ Sun Sep 25 12:39:49 CEST 2016 - bp@suse.de
(bsc#999932 CVE-2016-7425).
- commit 135aa22
-------------------------------------------------------------------
Sun Sep 25 12:25:05 CEST 2016 - bp@suse.de
- scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer()
(bsc#999932 CVE-2016-7425).
- commit 60fc512
-------------------------------------------------------------------
Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
@ -48,11 +83,73 @@ Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
- Delete patches.rpmify/i915-fix-build-error-with-werror.
- commit c7aed11
-------------------------------------------------------------------
Fri Sep 23 18:50:11 CEST 2016 - afaerber@suse.de
- config: arm64: Enable RASPBERRYPI_POWER
- commit bd37084
-------------------------------------------------------------------
Fri Sep 23 18:47:37 CEST 2016 - afaerber@suse.de
- config: armv7hl: Enable RASPBERRYPI_POWER
- commit 4dc44c4
-------------------------------------------------------------------
Fri Sep 23 18:27:17 CEST 2016 - afaerber@suse.de
- config: armv7hl: Enable virtio-pci
Needed for armv7l-on-aarch64 OBS workers.
- commit 2407e65
-------------------------------------------------------------------
Fri Sep 23 18:19:55 CEST 2016 - afaerber@suse.de
- config: armv6hl: Enable USB OTG
The Raspberry Pi Zero has an OTG port accessible.
- commit 3f0806a
-------------------------------------------------------------------
Fri Sep 23 13:57:54 CEST 2016 - jslaby@suse.cz
- Update config files.
- Delete patches.suse/syzkaller-no-gcc-plugin.patch.
The patch is actually not needed as we have sanitizer support in gcc
directly (no need for plugins).
- commit 0c67c61
-------------------------------------------------------------------
Fri Sep 23 11:44:27 CEST 2016 - jslaby@suse.cz
- Update config files.
Enable UBSAN for syzkaller. It still boots, even though we are down
at 250 s boot time from 130 s. Might be reconsidered later.
- commit 07d153e
-------------------------------------------------------------------
Thu Sep 22 12:07:12 CEST 2016 - gqjiang@suse.com
- md-cluster: make resync lock also could be interruptted
(fate#316335).
- md-cluster: introduce dlm_lock_sync_interruptible to fix tasks
hang (fate#316335).
- md-cluster: convert the completion to wait queue (fate#316335).
- md-cluster: protect md_find_rdev_nr_rcu with rcu lock
(fate#316335).
- md-cluster: clean related infos of cluster (fate#316335).
- md: changes for MD_STILL_CLOSED flag (fate#316335).
- md-cluster: remove some unnecessary dlm_unlock_sync
(fate#316335).
- md-cluster: use FORCEUNLOCK in lockres_free (fate#316335).
- md-cluster: call md_kick_rdev_from_array once ack failed
(fate#316335).
- commit a983435
-------------------------------------------------------------------
Wed Sep 21 20:54:36 CEST 2016 - agraf@suse.de
- arm64: disable hvc_dcc
- commit 89df77c
- commit 30c4b0b
-------------------------------------------------------------------
Wed Sep 21 20:02:39 CEST 2016 - agraf@suse.de
@ -66,6 +163,14 @@ Wed Sep 21 17:48:39 CEST 2016 - agraf@suse.de
- arm64: Refuse to install 4k kernel on 64k system
- commit 5565330
-------------------------------------------------------------------
Wed Sep 21 17:14:12 CEST 2016 - mmarek@suse.com
- Delete now unneeded patches.suse/split-package (bsc#1000118)
- Update config files.
- Refresh patches.suse/supported-flag,
- commit 5c1d976
-------------------------------------------------------------------
Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
@ -73,6 +178,13 @@ Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
a dir (bsc#999600).
- commit cf44e6a
-------------------------------------------------------------------
Wed Sep 21 16:15:15 CEST 2016 - jeffm@suse.com
- btrfs: ensure that file descriptor used with subvol ioctls is
a dir (bsc#999600).
- commit c246d58
-------------------------------------------------------------------
Wed Sep 21 11:52:48 CEST 2016 - mmarek@suse.com
@ -91,6 +203,14 @@ Wed Sep 21 10:58:48 CEST 2016 - mmarek@suse.com
- rpm/kernel-binary.spec.in: Build the -base package unconditionally (bsc#1000118)
- commit 1d8c576
-------------------------------------------------------------------
Wed Sep 21 09:50:13 CEST 2016 - jslaby@suse.cz
- Add syzkaller flavor (bnc#1000094).
- Update config files.
- syzkaller: no need for gcc plugins (bnc#1000094).
- commit 3c1aea1
-------------------------------------------------------------------
Tue Sep 20 18:29:38 CEST 2016 - agraf@suse.de
@ -103,6 +223,12 @@ Tue Sep 20 18:25:14 CEST 2016 - agraf@suse.de
- Switch arm64 default config to 4k
- commit 5244f77
-------------------------------------------------------------------
Tue Sep 20 14:43:56 CEST 2016 - tiwai@suse.de
- rpm/kernel-docs.spec.in: Add support of sphinx with recent kernels
- commit f224c90
-------------------------------------------------------------------
Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de
@ -111,6 +237,27 @@ Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de
Update git commit tag to sync with upstream.
- commit 5c2468b
-------------------------------------------------------------------
Mon Sep 19 18:26:18 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc7.
- Eliminated 1 patch.
- commit 70952c1
-------------------------------------------------------------------
Thu Sep 15 15:08:06 CEST 2016 - mmarek@suse.cz
- Delete scripts/mkpatch.py
It is an obsolete script that does not work with git, as pointed out by
Benjamin Poirier.
- commit 38a9f7b
-------------------------------------------------------------------
Thu Sep 15 11:30:53 CEST 2016 - tiwai@suse.de
- drm/i915: Ignore OpRegion panel type except on select machines (bsc#993996).
- commit 7dc014c
-------------------------------------------------------------------
Thu Sep 15 09:32:40 CEST 2016 - jslaby@suse.cz
@ -123,6 +270,12 @@ Wed Sep 14 15:54:36 CEST 2016 - jeffm@suse.com
- config: enable RANDOMIZE_BASE and friends (bsc#998554).
- commit 4de94c3
-------------------------------------------------------------------
Wed Sep 14 15:51:41 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc6.
- commit 01852e1
-------------------------------------------------------------------
Wed Sep 14 13:45:16 CEST 2016 - tiwai@suse.de
@ -150,6 +303,12 @@ Wed Sep 7 17:41:12 CEST 2016 - tiwai@suse.de
(bsc#997639).
- commit 268a807
-------------------------------------------------------------------
Wed Sep 7 16:52:16 CEST 2016 - jeffm@suse.com
- config: enable FAIL_MAKE_REQUEST for testing purposes
- commit 28527e8
-------------------------------------------------------------------
Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
@ -158,12 +317,61 @@ Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
patches.fixes/aacraid-check-size-values-after-double-fetch-from-user.patch.
- commit 2ecc7fe
-------------------------------------------------------------------
Tue Sep 6 17:18:07 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc5.
- Config changes:
- ARMV6: HW_RANDOM_MXC_RNGA=m
- commit a0ab922
-------------------------------------------------------------------
Sun Sep 4 13:06:35 CEST 2016 - afaerber@suse.de
- config: arm64: Enable brcmfmac
The Raspberry Pi 3 has a BCM43438, with a firmware package being prepared.
- commit 6575948
-------------------------------------------------------------------
Fri Sep 2 12:57:42 CEST 2016 - mmarek@suse.com
- rpm/mkspec: Read a default release string from rpm/config.sh (bsc997059)
- commit cf65a8d
-------------------------------------------------------------------
Thu Sep 1 14:08:53 CEST 2016 - afaerber@suse.de
- config: arm64: Update to 4.8-rc4
- commit 5ce1ddf
-------------------------------------------------------------------
Thu Sep 1 13:56:40 CEST 2016 - afaerber@suse.de
- config: armv6hl: Update to 4.8-rc4
- commit 14bbfb0
-------------------------------------------------------------------
Thu Sep 1 13:44:24 CEST 2016 - afaerber@suse.de
- config: armv7hl: Update to 4.8-rc4
- commit 8442357
-------------------------------------------------------------------
Tue Aug 30 00:03:10 CEST 2016 - jeffm@suse.com
- Revert "Btrfs: improve performance on fsync against new inode
after rename/unlink" (bsc#981597).
- Revert "Btrfs: fix lockdep warning on deadlock against an
inode's log mutex" (bsc#981597).
- commit 003f624
-------------------------------------------------------------------
Mon Aug 29 22:58:34 CEST 2016 - tiwai@suse.de
- drm/i915: Fix S4 resume breakage
(bsc#984629,bsc#984632,bsc#993472).
- commit 7e4bf41
-------------------------------------------------------------------
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
@ -175,6 +383,12 @@ Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
hibernation (bsc#984629,bsc#993472).
- commit 1d73b85
-------------------------------------------------------------------
Mon Aug 29 14:42:34 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc4.
- commit fa01113
-------------------------------------------------------------------
Tue Aug 23 10:09:14 CEST 2016 - mkubecek@suse.cz
@ -182,6 +396,13 @@ Tue Aug 23 10:09:14 CEST 2016 - mkubecek@suse.cz
(CVE-2016-6828 bsc#994296).
- commit 73d7d3e
-------------------------------------------------------------------
Mon Aug 22 16:52:18 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc3.
- Eliminated 1 patch.
- commit c0d2ef5
-------------------------------------------------------------------
Sun Aug 21 10:59:11 CEST 2016 - jslaby@suse.cz
@ -195,6 +416,26 @@ Sat Aug 20 15:15:08 CEST 2016 - mmarek@suse.cz
- rpm/old-flavors: Obsolte kernel-compute by kernel-rt (fate#320686)
- commit 964f3e2
-------------------------------------------------------------------
Sat Aug 20 07:11:23 CEST 2016 - jason.derose@experient-inc.com
- Enable Sea Island GPUs in AMDGPU
- commit 545853f
-------------------------------------------------------------------
Tue Aug 16 19:00:15 CEST 2016 - mbrugger@suse.com
- Delete
patches.arch/arm64-1-6-drivers-net-xgene-MAC-and-PHY-configuration-changes.patch.
- Delete
patches.arch/arm64-2-6-drivers-net-xgene-Backward-compatibility-with-older-firmware.patch.
- Delete
patches.arch/arm64-3-6-drivers-net-phy-Add-MDIO-driver.patch.
- Delete
patches.arch/arm64-6-6-drivers-net-xgene-Fix-module-load-unload-crash.patch.
Newer version of this patches are upstream
- commit 0fce644
-------------------------------------------------------------------
Tue Aug 16 16:32:45 CEST 2016 - jslaby@suse.cz
@ -209,6 +450,175 @@ Tue Aug 16 16:11:36 CEST 2016 - mmarek@suse.com
- rpm/kernel-source.spec.in: Unroll a loop with only a single iteration
- commit 601c09e
-------------------------------------------------------------------
Mon Aug 15 23:21:33 CEST 2016 - jeffm@suse.com
- Re-enable s390 message catalog patches.
The printk changes that went into v4.8-rc1 were reverted (temporarily)
for -rc2, so the old patches merge simply again.
- commit 5640fd4
-------------------------------------------------------------------
Mon Aug 15 16:45:24 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc2.
- Config changes:
- Global:
- HARDENED_USERCOPY=n (we need to examine how it affects performance)
- s390:
- S390_GUEST_OLD_TRANSPORT=n (deprecated)
- commit 42c9649
-------------------------------------------------------------------
Mon Aug 15 11:46:42 CEST 2016 - agraf@suse.de
- Delete
patches.arch/arm64-0010-KVM-ARM-Hack-to-enable-VGIC-mapping-on-64k-PAGE_SIZE.patch.
- we no longer need to run on non-64k compliant hardware
- commit c55dae1
-------------------------------------------------------------------
Mon Aug 15 11:45:32 CEST 2016 - agraf@suse.de
- Remove ppc64le support on early POWER7 systems (we build for p8 by now anyway)
- Delete
patches.arch/ppc64le-ile-0001-powerpc-Add-global-exports-for-all-interrupt-vectors.patch.
- Delete
patches.arch/ppc64le-ile-0002-powerpc-Add-relocation-code-for-fixups.patch.
- Delete
patches.arch/ppc64le-ile-0003-powerpc-Add-hack-to-make-ppc64le-work-on-hosts-witho.patch.
- Delete
patches.arch/ppc64le-ile-0004-powerpc-Don-t-return-to-BE-mode-when-we-are-already-.patch.
- commit c4ff529
-------------------------------------------------------------------
Mon Aug 15 01:57:11 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc1.
- Eliminated 7 patches.
- ARM configs need updating.
- Several patches need to be merged by their owners.
- Config changes:
- Global:
- GCC_PLUGINS=y (menu option)
- GCC_PLUGIN_CYC_COMPLEXITY=n
- TPM:
- TCG_TIS_SPI
- TCG_VTPM_PROXY
- TCG_TIS_ST33ZP24_I2C
- TCG_TIS_ST33ZP24_SPI
- Sensors:
- SENSORS_FTSTEUTATES
- SENSORS_SHT3x
- SENSORS_INA3221
- BMA220=n
- MMA7660=n
- MAX5487=n
- Graphics:
- DRM_I915_GVT=y
- ACPI:
- DPTF_POWER
- ACPI_CONFIGFS
- CPUFreq:
- CPU_FREQ_STAT=n (overhead)
- PCI:
- PCIE_DPC=y (should be m but it's a bool)
- RapidIO:
- RAPIDIO_CHMAN
- RAPIDIO_RXS_GEN3
- IP:
- TCP_CONG_NV
- Netfilter:
- NET_CLS_MATCHALL
- Virtualization:
- VIRTIO_VSOCKETS
- VHOST_VSOCK
- Networking hardware:
- INTEL_XWAY_PHY
- B53=n
- NVME:
- NVME_RDMA
- NVME_TARGET
- NVME_TARGET_LOOP
- NVME_TARGET_RDMA
- Infiniband:
- RDMA_RXE
- RTC:
- RTC_DRV_MAX6916=n
- Storage:
- SCSI_UFS_DWC_TC_PCI=n (test hardware)
- SCSI_UFS_DWC_TC_PLATFORM=n
- Input:
- TABLET_USB_PEGASUS
- INPUT_ATMEL_CAPTOUCH
- HID:
- HID_LED
- HID_ALPS
- LEDs:
- LEDS_LP3952
- LEDS_TRIGGER_DISK
- Touchscreen I2C/SPI:
- TOUCHSCREEN_RM_TS
- TOUCHSCREEN_SILEAD
- TOUCHSCREEN_SIS_I2C
- TOUCHSCREEN_SURFACE3_SPI
- File Systems:
- EXT4_ENCRYPTION=y
- PSTORE_LZO_COMPRESS=y
- NFSD_FLEXFILELAYOUT=y
- SECURITY_APPARMOR_HASH_DEFAULT=y
- Crypto:
- CRYPTO_DH
- CRYPTO_ECDH
- CRYPTO_SHA3
- Video:
- DRM_I2C_ADV7533
- Staging:
- MEDIA_CEC=y (will be part of another module when out of staging)
- KS7010
- Audio:
- SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH
- SND_SOC_BT_SCO
- Misc:
- IIO_SW_DEVICE
- IIO_TIGHTLOOP_TRIGGER=n
- MTD_NAND_MTK
- x86:
- INTEL_VBTN
- PWM_CROS_EC
- x86_64:
- CRYPTO_SHA256_MB
- CRYPTO_SHA512_MB
- powerpc:
- GEN_RTC=n
- HOTPLUG_PCI_POWERNV
- CXL_BIMODAL=y
- SCSI_IBMVSCSIS
- ADB_PMU_LED_DISK=y
- POWERNV_OP_PANEL
- JUMP_LABEL_FEATURE_CHECKS=y
- JUMP_LABEL_FEATURE_CHECK_DEBUG=n
- CRYPT_CRC32C_VPMSUM
- BPF_JIT=y
- s390:
- KCOV=n
- CRYPTO_CRC32_S390=y
- ARM (disabled):
- MDIO_HISI_FEMAC
- DRM_SII902X
- DRM_TOSHIBA_TC358767
- SND_SUN4I_I2S
- SND_SOC_ADAU7002
- SND_SOC_CS35L33
- SND_SOC_CS53L30
- SND_SOC_MAX98504
- SND_SOC_MAX9860
- SND_SOC_WM8985
- SUNXI_CCU
- TI_SYSCON_RESET
- NET_NCSI (only used by Faraday, which is ARM hardware)
- commit d5c4fe8
-------------------------------------------------------------------
Tue Aug 9 14:49:30 CEST 2016 - jthumshirn@suse.de

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Oct 3 14:57:45 CEST 2016 - jeffm@suse.com
- Update to 4.8-final.
- commit bbbf852
-------------------------------------------------------------------
Mon Oct 3 11:18:49 CEST 2016 - mmarek@suse.com
- rpm/kernel-binary.spec.in: Simplify debug info switch
Any CONFIG_DEBUG_INFO sub-options are answered in the configs nowadays.
- commit d404ac5
-------------------------------------------------------------------
Fri Sep 30 14:05:29 CEST 2016 - jslaby@suse.cz
@ -14,6 +27,21 @@ Fri Sep 30 13:26:33 CEST 2016 - jslaby@suse.cz
patches.suse/btrfs-ensure-that-file-descriptor-used-with-subvol-i.patch.
- commit 0b20275
-------------------------------------------------------------------
Tue Sep 27 13:01:09 CEST 2016 - mmarek@suse.com
- Refresh malformed patches for series2git
- Refresh patches.arch/acpi_thermal_passive_blacklist.patch.
- Refresh patches.fixes/dm-table-switch-to-readonly.
- commit 991ee60
-------------------------------------------------------------------
Mon Sep 26 15:34:54 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc8.
- Eliminated 2 patches.
- commit 698a4f4
-------------------------------------------------------------------
Mon Sep 26 09:52:29 CEST 2016 - schwab@suse.de
@ -35,6 +63,13 @@ Sun Sep 25 12:39:49 CEST 2016 - bp@suse.de
(bsc#999932 CVE-2016-7425).
- commit 135aa22
-------------------------------------------------------------------
Sun Sep 25 12:25:05 CEST 2016 - bp@suse.de
- scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer()
(bsc#999932 CVE-2016-7425).
- commit 60fc512
-------------------------------------------------------------------
Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
@ -48,11 +83,73 @@ Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
- Delete patches.rpmify/i915-fix-build-error-with-werror.
- commit c7aed11
-------------------------------------------------------------------
Fri Sep 23 18:50:11 CEST 2016 - afaerber@suse.de
- config: arm64: Enable RASPBERRYPI_POWER
- commit bd37084
-------------------------------------------------------------------
Fri Sep 23 18:47:37 CEST 2016 - afaerber@suse.de
- config: armv7hl: Enable RASPBERRYPI_POWER
- commit 4dc44c4
-------------------------------------------------------------------
Fri Sep 23 18:27:17 CEST 2016 - afaerber@suse.de
- config: armv7hl: Enable virtio-pci
Needed for armv7l-on-aarch64 OBS workers.
- commit 2407e65
-------------------------------------------------------------------
Fri Sep 23 18:19:55 CEST 2016 - afaerber@suse.de
- config: armv6hl: Enable USB OTG
The Raspberry Pi Zero has an OTG port accessible.
- commit 3f0806a
-------------------------------------------------------------------
Fri Sep 23 13:57:54 CEST 2016 - jslaby@suse.cz
- Update config files.
- Delete patches.suse/syzkaller-no-gcc-plugin.patch.
The patch is actually not needed as we have sanitizer support in gcc
directly (no need for plugins).
- commit 0c67c61
-------------------------------------------------------------------
Fri Sep 23 11:44:27 CEST 2016 - jslaby@suse.cz
- Update config files.
Enable UBSAN for syzkaller. It still boots, even though we are down
at 250 s boot time from 130 s. Might be reconsidered later.
- commit 07d153e
-------------------------------------------------------------------
Thu Sep 22 12:07:12 CEST 2016 - gqjiang@suse.com
- md-cluster: make resync lock also could be interruptted
(fate#316335).
- md-cluster: introduce dlm_lock_sync_interruptible to fix tasks
hang (fate#316335).
- md-cluster: convert the completion to wait queue (fate#316335).
- md-cluster: protect md_find_rdev_nr_rcu with rcu lock
(fate#316335).
- md-cluster: clean related infos of cluster (fate#316335).
- md: changes for MD_STILL_CLOSED flag (fate#316335).
- md-cluster: remove some unnecessary dlm_unlock_sync
(fate#316335).
- md-cluster: use FORCEUNLOCK in lockres_free (fate#316335).
- md-cluster: call md_kick_rdev_from_array once ack failed
(fate#316335).
- commit a983435
-------------------------------------------------------------------
Wed Sep 21 20:54:36 CEST 2016 - agraf@suse.de
- arm64: disable hvc_dcc
- commit 89df77c
- commit 30c4b0b
-------------------------------------------------------------------
Wed Sep 21 20:02:39 CEST 2016 - agraf@suse.de
@ -66,6 +163,14 @@ Wed Sep 21 17:48:39 CEST 2016 - agraf@suse.de
- arm64: Refuse to install 4k kernel on 64k system
- commit 5565330
-------------------------------------------------------------------
Wed Sep 21 17:14:12 CEST 2016 - mmarek@suse.com
- Delete now unneeded patches.suse/split-package (bsc#1000118)
- Update config files.
- Refresh patches.suse/supported-flag,
- commit 5c1d976
-------------------------------------------------------------------
Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
@ -73,6 +178,13 @@ Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
a dir (bsc#999600).
- commit cf44e6a
-------------------------------------------------------------------
Wed Sep 21 16:15:15 CEST 2016 - jeffm@suse.com
- btrfs: ensure that file descriptor used with subvol ioctls is
a dir (bsc#999600).
- commit c246d58
-------------------------------------------------------------------
Wed Sep 21 11:52:48 CEST 2016 - mmarek@suse.com
@ -91,6 +203,14 @@ Wed Sep 21 10:58:48 CEST 2016 - mmarek@suse.com
- rpm/kernel-binary.spec.in: Build the -base package unconditionally (bsc#1000118)
- commit 1d8c576
-------------------------------------------------------------------
Wed Sep 21 09:50:13 CEST 2016 - jslaby@suse.cz
- Add syzkaller flavor (bnc#1000094).
- Update config files.
- syzkaller: no need for gcc plugins (bnc#1000094).
- commit 3c1aea1
-------------------------------------------------------------------
Tue Sep 20 18:29:38 CEST 2016 - agraf@suse.de
@ -103,6 +223,12 @@ Tue Sep 20 18:25:14 CEST 2016 - agraf@suse.de
- Switch arm64 default config to 4k
- commit 5244f77
-------------------------------------------------------------------
Tue Sep 20 14:43:56 CEST 2016 - tiwai@suse.de
- rpm/kernel-docs.spec.in: Add support of sphinx with recent kernels
- commit f224c90
-------------------------------------------------------------------
Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de
@ -111,6 +237,27 @@ Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de
Update git commit tag to sync with upstream.
- commit 5c2468b
-------------------------------------------------------------------
Mon Sep 19 18:26:18 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc7.
- Eliminated 1 patch.
- commit 70952c1
-------------------------------------------------------------------
Thu Sep 15 15:08:06 CEST 2016 - mmarek@suse.cz
- Delete scripts/mkpatch.py
It is an obsolete script that does not work with git, as pointed out by
Benjamin Poirier.
- commit 38a9f7b
-------------------------------------------------------------------
Thu Sep 15 11:30:53 CEST 2016 - tiwai@suse.de
- drm/i915: Ignore OpRegion panel type except on select machines (bsc#993996).
- commit 7dc014c
-------------------------------------------------------------------
Thu Sep 15 09:32:40 CEST 2016 - jslaby@suse.cz
@ -123,6 +270,12 @@ Wed Sep 14 15:54:36 CEST 2016 - jeffm@suse.com
- config: enable RANDOMIZE_BASE and friends (bsc#998554).
- commit 4de94c3
-------------------------------------------------------------------
Wed Sep 14 15:51:41 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc6.
- commit 01852e1
-------------------------------------------------------------------
Wed Sep 14 13:45:16 CEST 2016 - tiwai@suse.de
@ -150,6 +303,12 @@ Wed Sep 7 17:41:12 CEST 2016 - tiwai@suse.de
(bsc#997639).
- commit 268a807
-------------------------------------------------------------------
Wed Sep 7 16:52:16 CEST 2016 - jeffm@suse.com
- config: enable FAIL_MAKE_REQUEST for testing purposes
- commit 28527e8
-------------------------------------------------------------------
Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
@ -158,12 +317,61 @@ Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
patches.fixes/aacraid-check-size-values-after-double-fetch-from-user.patch.
- commit 2ecc7fe
-------------------------------------------------------------------
Tue Sep 6 17:18:07 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc5.
- Config changes:
- ARMV6: HW_RANDOM_MXC_RNGA=m
- commit a0ab922
-------------------------------------------------------------------
Sun Sep 4 13:06:35 CEST 2016 - afaerber@suse.de
- config: arm64: Enable brcmfmac
The Raspberry Pi 3 has a BCM43438, with a firmware package being prepared.
- commit 6575948
-------------------------------------------------------------------
Fri Sep 2 12:57:42 CEST 2016 - mmarek@suse.com
- rpm/mkspec: Read a default release string from rpm/config.sh (bsc997059)
- commit cf65a8d
-------------------------------------------------------------------
Thu Sep 1 14:08:53 CEST 2016 - afaerber@suse.de
- config: arm64: Update to 4.8-rc4
- commit 5ce1ddf
-------------------------------------------------------------------
Thu Sep 1 13:56:40 CEST 2016 - afaerber@suse.de
- config: armv6hl: Update to 4.8-rc4
- commit 14bbfb0
-------------------------------------------------------------------
Thu Sep 1 13:44:24 CEST 2016 - afaerber@suse.de
- config: armv7hl: Update to 4.8-rc4
- commit 8442357
-------------------------------------------------------------------
Tue Aug 30 00:03:10 CEST 2016 - jeffm@suse.com
- Revert "Btrfs: improve performance on fsync against new inode
after rename/unlink" (bsc#981597).
- Revert "Btrfs: fix lockdep warning on deadlock against an
inode's log mutex" (bsc#981597).
- commit 003f624
-------------------------------------------------------------------
Mon Aug 29 22:58:34 CEST 2016 - tiwai@suse.de
- drm/i915: Fix S4 resume breakage
(bsc#984629,bsc#984632,bsc#993472).
- commit 7e4bf41
-------------------------------------------------------------------
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
@ -175,6 +383,12 @@ Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
hibernation (bsc#984629,bsc#993472).
- commit 1d73b85
-------------------------------------------------------------------
Mon Aug 29 14:42:34 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc4.
- commit fa01113
-------------------------------------------------------------------
Tue Aug 23 10:09:14 CEST 2016 - mkubecek@suse.cz
@ -182,6 +396,13 @@ Tue Aug 23 10:09:14 CEST 2016 - mkubecek@suse.cz
(CVE-2016-6828 bsc#994296).
- commit 73d7d3e
-------------------------------------------------------------------
Mon Aug 22 16:52:18 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc3.
- Eliminated 1 patch.
- commit c0d2ef5
-------------------------------------------------------------------
Sun Aug 21 10:59:11 CEST 2016 - jslaby@suse.cz
@ -195,6 +416,26 @@ Sat Aug 20 15:15:08 CEST 2016 - mmarek@suse.cz
- rpm/old-flavors: Obsolte kernel-compute by kernel-rt (fate#320686)
- commit 964f3e2
-------------------------------------------------------------------
Sat Aug 20 07:11:23 CEST 2016 - jason.derose@experient-inc.com
- Enable Sea Island GPUs in AMDGPU
- commit 545853f
-------------------------------------------------------------------
Tue Aug 16 19:00:15 CEST 2016 - mbrugger@suse.com
- Delete
patches.arch/arm64-1-6-drivers-net-xgene-MAC-and-PHY-configuration-changes.patch.
- Delete
patches.arch/arm64-2-6-drivers-net-xgene-Backward-compatibility-with-older-firmware.patch.
- Delete
patches.arch/arm64-3-6-drivers-net-phy-Add-MDIO-driver.patch.
- Delete
patches.arch/arm64-6-6-drivers-net-xgene-Fix-module-load-unload-crash.patch.
Newer version of this patches are upstream
- commit 0fce644
-------------------------------------------------------------------
Tue Aug 16 16:32:45 CEST 2016 - jslaby@suse.cz
@ -209,6 +450,175 @@ Tue Aug 16 16:11:36 CEST 2016 - mmarek@suse.com
- rpm/kernel-source.spec.in: Unroll a loop with only a single iteration
- commit 601c09e
-------------------------------------------------------------------
Mon Aug 15 23:21:33 CEST 2016 - jeffm@suse.com
- Re-enable s390 message catalog patches.
The printk changes that went into v4.8-rc1 were reverted (temporarily)
for -rc2, so the old patches merge simply again.
- commit 5640fd4
-------------------------------------------------------------------
Mon Aug 15 16:45:24 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc2.
- Config changes:
- Global:
- HARDENED_USERCOPY=n (we need to examine how it affects performance)
- s390:
- S390_GUEST_OLD_TRANSPORT=n (deprecated)
- commit 42c9649
-------------------------------------------------------------------
Mon Aug 15 11:46:42 CEST 2016 - agraf@suse.de
- Delete
patches.arch/arm64-0010-KVM-ARM-Hack-to-enable-VGIC-mapping-on-64k-PAGE_SIZE.patch.
- we no longer need to run on non-64k compliant hardware
- commit c55dae1
-------------------------------------------------------------------
Mon Aug 15 11:45:32 CEST 2016 - agraf@suse.de
- Remove ppc64le support on early POWER7 systems (we build for p8 by now anyway)
- Delete
patches.arch/ppc64le-ile-0001-powerpc-Add-global-exports-for-all-interrupt-vectors.patch.
- Delete
patches.arch/ppc64le-ile-0002-powerpc-Add-relocation-code-for-fixups.patch.
- Delete
patches.arch/ppc64le-ile-0003-powerpc-Add-hack-to-make-ppc64le-work-on-hosts-witho.patch.
- Delete
patches.arch/ppc64le-ile-0004-powerpc-Don-t-return-to-BE-mode-when-we-are-already-.patch.
- commit c4ff529
-------------------------------------------------------------------
Mon Aug 15 01:57:11 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc1.
- Eliminated 7 patches.
- ARM configs need updating.
- Several patches need to be merged by their owners.
- Config changes:
- Global:
- GCC_PLUGINS=y (menu option)
- GCC_PLUGIN_CYC_COMPLEXITY=n
- TPM:
- TCG_TIS_SPI
- TCG_VTPM_PROXY
- TCG_TIS_ST33ZP24_I2C
- TCG_TIS_ST33ZP24_SPI
- Sensors:
- SENSORS_FTSTEUTATES
- SENSORS_SHT3x
- SENSORS_INA3221
- BMA220=n
- MMA7660=n
- MAX5487=n
- Graphics:
- DRM_I915_GVT=y
- ACPI:
- DPTF_POWER
- ACPI_CONFIGFS
- CPUFreq:
- CPU_FREQ_STAT=n (overhead)
- PCI:
- PCIE_DPC=y (should be m but it's a bool)
- RapidIO:
- RAPIDIO_CHMAN
- RAPIDIO_RXS_GEN3
- IP:
- TCP_CONG_NV
- Netfilter:
- NET_CLS_MATCHALL
- Virtualization:
- VIRTIO_VSOCKETS
- VHOST_VSOCK
- Networking hardware:
- INTEL_XWAY_PHY
- B53=n
- NVME:
- NVME_RDMA
- NVME_TARGET
- NVME_TARGET_LOOP
- NVME_TARGET_RDMA
- Infiniband:
- RDMA_RXE
- RTC:
- RTC_DRV_MAX6916=n
- Storage:
- SCSI_UFS_DWC_TC_PCI=n (test hardware)
- SCSI_UFS_DWC_TC_PLATFORM=n
- Input:
- TABLET_USB_PEGASUS
- INPUT_ATMEL_CAPTOUCH
- HID:
- HID_LED
- HID_ALPS
- LEDs:
- LEDS_LP3952
- LEDS_TRIGGER_DISK
- Touchscreen I2C/SPI:
- TOUCHSCREEN_RM_TS
- TOUCHSCREEN_SILEAD
- TOUCHSCREEN_SIS_I2C
- TOUCHSCREEN_SURFACE3_SPI
- File Systems:
- EXT4_ENCRYPTION=y
- PSTORE_LZO_COMPRESS=y
- NFSD_FLEXFILELAYOUT=y
- SECURITY_APPARMOR_HASH_DEFAULT=y
- Crypto:
- CRYPTO_DH
- CRYPTO_ECDH
- CRYPTO_SHA3
- Video:
- DRM_I2C_ADV7533
- Staging:
- MEDIA_CEC=y (will be part of another module when out of staging)
- KS7010
- Audio:
- SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH
- SND_SOC_BT_SCO
- Misc:
- IIO_SW_DEVICE
- IIO_TIGHTLOOP_TRIGGER=n
- MTD_NAND_MTK
- x86:
- INTEL_VBTN
- PWM_CROS_EC
- x86_64:
- CRYPTO_SHA256_MB
- CRYPTO_SHA512_MB
- powerpc:
- GEN_RTC=n
- HOTPLUG_PCI_POWERNV
- CXL_BIMODAL=y
- SCSI_IBMVSCSIS
- ADB_PMU_LED_DISK=y
- POWERNV_OP_PANEL
- JUMP_LABEL_FEATURE_CHECKS=y
- JUMP_LABEL_FEATURE_CHECK_DEBUG=n
- CRYPT_CRC32C_VPMSUM
- BPF_JIT=y
- s390:
- KCOV=n
- CRYPTO_CRC32_S390=y
- ARM (disabled):
- MDIO_HISI_FEMAC
- DRM_SII902X
- DRM_TOSHIBA_TC358767
- SND_SUN4I_I2S
- SND_SOC_ADAU7002
- SND_SOC_CS35L33
- SND_SOC_CS53L30
- SND_SOC_MAX98504
- SND_SOC_MAX9860
- SND_SOC_WM8985
- SUNXI_CCU
- TI_SYSCON_RESET
- NET_NCSI (only used by Faraday, which is ARM hardware)
- commit d5c4fe8
-------------------------------------------------------------------
Tue Aug 9 14:49:30 CEST 2016 - jthumshirn@suse.de

View File

@ -17,7 +17,7 @@
# needsrootforbuild
%define patchversion 4.7.6
%define patchversion 4.8.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.7.6
Version: 4.8.0
%if 0%{?is_kotd}
Release: <RELEASE>.gfb37fcc
Release: <RELEASE>.g55165a4
%else
Release: 0
%endif

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Oct 3 14:57:45 CEST 2016 - jeffm@suse.com
- Update to 4.8-final.
- commit bbbf852
-------------------------------------------------------------------
Mon Oct 3 11:18:49 CEST 2016 - mmarek@suse.com
- rpm/kernel-binary.spec.in: Simplify debug info switch
Any CONFIG_DEBUG_INFO sub-options are answered in the configs nowadays.
- commit d404ac5
-------------------------------------------------------------------
Fri Sep 30 14:05:29 CEST 2016 - jslaby@suse.cz
@ -14,6 +27,21 @@ Fri Sep 30 13:26:33 CEST 2016 - jslaby@suse.cz
patches.suse/btrfs-ensure-that-file-descriptor-used-with-subvol-i.patch.
- commit 0b20275
-------------------------------------------------------------------
Tue Sep 27 13:01:09 CEST 2016 - mmarek@suse.com
- Refresh malformed patches for series2git
- Refresh patches.arch/acpi_thermal_passive_blacklist.patch.
- Refresh patches.fixes/dm-table-switch-to-readonly.
- commit 991ee60
-------------------------------------------------------------------
Mon Sep 26 15:34:54 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc8.
- Eliminated 2 patches.
- commit 698a4f4
-------------------------------------------------------------------
Mon Sep 26 09:52:29 CEST 2016 - schwab@suse.de
@ -35,6 +63,13 @@ Sun Sep 25 12:39:49 CEST 2016 - bp@suse.de
(bsc#999932 CVE-2016-7425).
- commit 135aa22
-------------------------------------------------------------------
Sun Sep 25 12:25:05 CEST 2016 - bp@suse.de
- scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer()
(bsc#999932 CVE-2016-7425).
- commit 60fc512
-------------------------------------------------------------------
Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
@ -48,11 +83,73 @@ Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
- Delete patches.rpmify/i915-fix-build-error-with-werror.
- commit c7aed11
-------------------------------------------------------------------
Fri Sep 23 18:50:11 CEST 2016 - afaerber@suse.de
- config: arm64: Enable RASPBERRYPI_POWER
- commit bd37084
-------------------------------------------------------------------
Fri Sep 23 18:47:37 CEST 2016 - afaerber@suse.de
- config: armv7hl: Enable RASPBERRYPI_POWER
- commit 4dc44c4
-------------------------------------------------------------------
Fri Sep 23 18:27:17 CEST 2016 - afaerber@suse.de
- config: armv7hl: Enable virtio-pci
Needed for armv7l-on-aarch64 OBS workers.
- commit 2407e65
-------------------------------------------------------------------
Fri Sep 23 18:19:55 CEST 2016 - afaerber@suse.de
- config: armv6hl: Enable USB OTG
The Raspberry Pi Zero has an OTG port accessible.
- commit 3f0806a
-------------------------------------------------------------------
Fri Sep 23 13:57:54 CEST 2016 - jslaby@suse.cz
- Update config files.
- Delete patches.suse/syzkaller-no-gcc-plugin.patch.
The patch is actually not needed as we have sanitizer support in gcc
directly (no need for plugins).
- commit 0c67c61
-------------------------------------------------------------------
Fri Sep 23 11:44:27 CEST 2016 - jslaby@suse.cz
- Update config files.
Enable UBSAN for syzkaller. It still boots, even though we are down
at 250 s boot time from 130 s. Might be reconsidered later.
- commit 07d153e
-------------------------------------------------------------------
Thu Sep 22 12:07:12 CEST 2016 - gqjiang@suse.com
- md-cluster: make resync lock also could be interruptted
(fate#316335).
- md-cluster: introduce dlm_lock_sync_interruptible to fix tasks
hang (fate#316335).
- md-cluster: convert the completion to wait queue (fate#316335).
- md-cluster: protect md_find_rdev_nr_rcu with rcu lock
(fate#316335).
- md-cluster: clean related infos of cluster (fate#316335).
- md: changes for MD_STILL_CLOSED flag (fate#316335).
- md-cluster: remove some unnecessary dlm_unlock_sync
(fate#316335).
- md-cluster: use FORCEUNLOCK in lockres_free (fate#316335).
- md-cluster: call md_kick_rdev_from_array once ack failed
(fate#316335).
- commit a983435
-------------------------------------------------------------------
Wed Sep 21 20:54:36 CEST 2016 - agraf@suse.de
- arm64: disable hvc_dcc
- commit 89df77c
- commit 30c4b0b
-------------------------------------------------------------------
Wed Sep 21 20:02:39 CEST 2016 - agraf@suse.de
@ -66,6 +163,14 @@ Wed Sep 21 17:48:39 CEST 2016 - agraf@suse.de
- arm64: Refuse to install 4k kernel on 64k system
- commit 5565330
-------------------------------------------------------------------
Wed Sep 21 17:14:12 CEST 2016 - mmarek@suse.com
- Delete now unneeded patches.suse/split-package (bsc#1000118)
- Update config files.
- Refresh patches.suse/supported-flag,
- commit 5c1d976
-------------------------------------------------------------------
Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
@ -73,6 +178,13 @@ Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
a dir (bsc#999600).
- commit cf44e6a
-------------------------------------------------------------------
Wed Sep 21 16:15:15 CEST 2016 - jeffm@suse.com
- btrfs: ensure that file descriptor used with subvol ioctls is
a dir (bsc#999600).
- commit c246d58
-------------------------------------------------------------------
Wed Sep 21 11:52:48 CEST 2016 - mmarek@suse.com
@ -91,6 +203,14 @@ Wed Sep 21 10:58:48 CEST 2016 - mmarek@suse.com
- rpm/kernel-binary.spec.in: Build the -base package unconditionally (bsc#1000118)
- commit 1d8c576
-------------------------------------------------------------------
Wed Sep 21 09:50:13 CEST 2016 - jslaby@suse.cz
- Add syzkaller flavor (bnc#1000094).
- Update config files.
- syzkaller: no need for gcc plugins (bnc#1000094).
- commit 3c1aea1
-------------------------------------------------------------------
Tue Sep 20 18:29:38 CEST 2016 - agraf@suse.de
@ -103,6 +223,12 @@ Tue Sep 20 18:25:14 CEST 2016 - agraf@suse.de
- Switch arm64 default config to 4k
- commit 5244f77
-------------------------------------------------------------------
Tue Sep 20 14:43:56 CEST 2016 - tiwai@suse.de
- rpm/kernel-docs.spec.in: Add support of sphinx with recent kernels
- commit f224c90
-------------------------------------------------------------------
Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de
@ -111,6 +237,27 @@ Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de
Update git commit tag to sync with upstream.
- commit 5c2468b
-------------------------------------------------------------------
Mon Sep 19 18:26:18 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc7.
- Eliminated 1 patch.
- commit 70952c1
-------------------------------------------------------------------
Thu Sep 15 15:08:06 CEST 2016 - mmarek@suse.cz
- Delete scripts/mkpatch.py
It is an obsolete script that does not work with git, as pointed out by
Benjamin Poirier.
- commit 38a9f7b
-------------------------------------------------------------------
Thu Sep 15 11:30:53 CEST 2016 - tiwai@suse.de
- drm/i915: Ignore OpRegion panel type except on select machines (bsc#993996).
- commit 7dc014c
-------------------------------------------------------------------
Thu Sep 15 09:32:40 CEST 2016 - jslaby@suse.cz
@ -123,6 +270,12 @@ Wed Sep 14 15:54:36 CEST 2016 - jeffm@suse.com
- config: enable RANDOMIZE_BASE and friends (bsc#998554).
- commit 4de94c3
-------------------------------------------------------------------
Wed Sep 14 15:51:41 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc6.
- commit 01852e1
-------------------------------------------------------------------
Wed Sep 14 13:45:16 CEST 2016 - tiwai@suse.de
@ -150,6 +303,12 @@ Wed Sep 7 17:41:12 CEST 2016 - tiwai@suse.de
(bsc#997639).
- commit 268a807
-------------------------------------------------------------------
Wed Sep 7 16:52:16 CEST 2016 - jeffm@suse.com
- config: enable FAIL_MAKE_REQUEST for testing purposes
- commit 28527e8
-------------------------------------------------------------------
Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
@ -158,12 +317,61 @@ Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
patches.fixes/aacraid-check-size-values-after-double-fetch-from-user.patch.
- commit 2ecc7fe
-------------------------------------------------------------------
Tue Sep 6 17:18:07 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc5.
- Config changes:
- ARMV6: HW_RANDOM_MXC_RNGA=m
- commit a0ab922
-------------------------------------------------------------------
Sun Sep 4 13:06:35 CEST 2016 - afaerber@suse.de
- config: arm64: Enable brcmfmac
The Raspberry Pi 3 has a BCM43438, with a firmware package being prepared.
- commit 6575948
-------------------------------------------------------------------
Fri Sep 2 12:57:42 CEST 2016 - mmarek@suse.com
- rpm/mkspec: Read a default release string from rpm/config.sh (bsc997059)
- commit cf65a8d
-------------------------------------------------------------------
Thu Sep 1 14:08:53 CEST 2016 - afaerber@suse.de
- config: arm64: Update to 4.8-rc4
- commit 5ce1ddf
-------------------------------------------------------------------
Thu Sep 1 13:56:40 CEST 2016 - afaerber@suse.de
- config: armv6hl: Update to 4.8-rc4
- commit 14bbfb0
-------------------------------------------------------------------
Thu Sep 1 13:44:24 CEST 2016 - afaerber@suse.de
- config: armv7hl: Update to 4.8-rc4
- commit 8442357
-------------------------------------------------------------------
Tue Aug 30 00:03:10 CEST 2016 - jeffm@suse.com
- Revert "Btrfs: improve performance on fsync against new inode
after rename/unlink" (bsc#981597).
- Revert "Btrfs: fix lockdep warning on deadlock against an
inode's log mutex" (bsc#981597).
- commit 003f624
-------------------------------------------------------------------
Mon Aug 29 22:58:34 CEST 2016 - tiwai@suse.de
- drm/i915: Fix S4 resume breakage
(bsc#984629,bsc#984632,bsc#993472).
- commit 7e4bf41
-------------------------------------------------------------------
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
@ -175,6 +383,12 @@ Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
hibernation (bsc#984629,bsc#993472).
- commit 1d73b85
-------------------------------------------------------------------
Mon Aug 29 14:42:34 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc4.
- commit fa01113
-------------------------------------------------------------------
Tue Aug 23 10:09:14 CEST 2016 - mkubecek@suse.cz
@ -182,6 +396,13 @@ Tue Aug 23 10:09:14 CEST 2016 - mkubecek@suse.cz
(CVE-2016-6828 bsc#994296).
- commit 73d7d3e
-------------------------------------------------------------------
Mon Aug 22 16:52:18 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc3.
- Eliminated 1 patch.
- commit c0d2ef5
-------------------------------------------------------------------
Sun Aug 21 10:59:11 CEST 2016 - jslaby@suse.cz
@ -195,6 +416,26 @@ Sat Aug 20 15:15:08 CEST 2016 - mmarek@suse.cz
- rpm/old-flavors: Obsolte kernel-compute by kernel-rt (fate#320686)
- commit 964f3e2
-------------------------------------------------------------------
Sat Aug 20 07:11:23 CEST 2016 - jason.derose@experient-inc.com
- Enable Sea Island GPUs in AMDGPU
- commit 545853f
-------------------------------------------------------------------
Tue Aug 16 19:00:15 CEST 2016 - mbrugger@suse.com
- Delete
patches.arch/arm64-1-6-drivers-net-xgene-MAC-and-PHY-configuration-changes.patch.
- Delete
patches.arch/arm64-2-6-drivers-net-xgene-Backward-compatibility-with-older-firmware.patch.
- Delete
patches.arch/arm64-3-6-drivers-net-phy-Add-MDIO-driver.patch.
- Delete
patches.arch/arm64-6-6-drivers-net-xgene-Fix-module-load-unload-crash.patch.
Newer version of this patches are upstream
- commit 0fce644
-------------------------------------------------------------------
Tue Aug 16 16:32:45 CEST 2016 - jslaby@suse.cz
@ -209,6 +450,175 @@ Tue Aug 16 16:11:36 CEST 2016 - mmarek@suse.com
- rpm/kernel-source.spec.in: Unroll a loop with only a single iteration
- commit 601c09e
-------------------------------------------------------------------
Mon Aug 15 23:21:33 CEST 2016 - jeffm@suse.com
- Re-enable s390 message catalog patches.
The printk changes that went into v4.8-rc1 were reverted (temporarily)
for -rc2, so the old patches merge simply again.
- commit 5640fd4
-------------------------------------------------------------------
Mon Aug 15 16:45:24 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc2.
- Config changes:
- Global:
- HARDENED_USERCOPY=n (we need to examine how it affects performance)
- s390:
- S390_GUEST_OLD_TRANSPORT=n (deprecated)
- commit 42c9649
-------------------------------------------------------------------
Mon Aug 15 11:46:42 CEST 2016 - agraf@suse.de
- Delete
patches.arch/arm64-0010-KVM-ARM-Hack-to-enable-VGIC-mapping-on-64k-PAGE_SIZE.patch.
- we no longer need to run on non-64k compliant hardware
- commit c55dae1
-------------------------------------------------------------------
Mon Aug 15 11:45:32 CEST 2016 - agraf@suse.de
- Remove ppc64le support on early POWER7 systems (we build for p8 by now anyway)
- Delete
patches.arch/ppc64le-ile-0001-powerpc-Add-global-exports-for-all-interrupt-vectors.patch.
- Delete
patches.arch/ppc64le-ile-0002-powerpc-Add-relocation-code-for-fixups.patch.
- Delete
patches.arch/ppc64le-ile-0003-powerpc-Add-hack-to-make-ppc64le-work-on-hosts-witho.patch.
- Delete
patches.arch/ppc64le-ile-0004-powerpc-Don-t-return-to-BE-mode-when-we-are-already-.patch.
- commit c4ff529
-------------------------------------------------------------------
Mon Aug 15 01:57:11 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc1.
- Eliminated 7 patches.
- ARM configs need updating.
- Several patches need to be merged by their owners.
- Config changes:
- Global:
- GCC_PLUGINS=y (menu option)
- GCC_PLUGIN_CYC_COMPLEXITY=n
- TPM:
- TCG_TIS_SPI
- TCG_VTPM_PROXY
- TCG_TIS_ST33ZP24_I2C
- TCG_TIS_ST33ZP24_SPI
- Sensors:
- SENSORS_FTSTEUTATES
- SENSORS_SHT3x
- SENSORS_INA3221
- BMA220=n
- MMA7660=n
- MAX5487=n
- Graphics:
- DRM_I915_GVT=y
- ACPI:
- DPTF_POWER
- ACPI_CONFIGFS
- CPUFreq:
- CPU_FREQ_STAT=n (overhead)
- PCI:
- PCIE_DPC=y (should be m but it's a bool)
- RapidIO:
- RAPIDIO_CHMAN
- RAPIDIO_RXS_GEN3
- IP:
- TCP_CONG_NV
- Netfilter:
- NET_CLS_MATCHALL
- Virtualization:
- VIRTIO_VSOCKETS
- VHOST_VSOCK
- Networking hardware:
- INTEL_XWAY_PHY
- B53=n
- NVME:
- NVME_RDMA
- NVME_TARGET
- NVME_TARGET_LOOP
- NVME_TARGET_RDMA
- Infiniband:
- RDMA_RXE
- RTC:
- RTC_DRV_MAX6916=n
- Storage:
- SCSI_UFS_DWC_TC_PCI=n (test hardware)
- SCSI_UFS_DWC_TC_PLATFORM=n
- Input:
- TABLET_USB_PEGASUS
- INPUT_ATMEL_CAPTOUCH
- HID:
- HID_LED
- HID_ALPS
- LEDs:
- LEDS_LP3952
- LEDS_TRIGGER_DISK
- Touchscreen I2C/SPI:
- TOUCHSCREEN_RM_TS
- TOUCHSCREEN_SILEAD
- TOUCHSCREEN_SIS_I2C
- TOUCHSCREEN_SURFACE3_SPI
- File Systems:
- EXT4_ENCRYPTION=y
- PSTORE_LZO_COMPRESS=y
- NFSD_FLEXFILELAYOUT=y
- SECURITY_APPARMOR_HASH_DEFAULT=y
- Crypto:
- CRYPTO_DH
- CRYPTO_ECDH
- CRYPTO_SHA3
- Video:
- DRM_I2C_ADV7533
- Staging:
- MEDIA_CEC=y (will be part of another module when out of staging)
- KS7010
- Audio:
- SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH
- SND_SOC_BT_SCO
- Misc:
- IIO_SW_DEVICE
- IIO_TIGHTLOOP_TRIGGER=n
- MTD_NAND_MTK
- x86:
- INTEL_VBTN
- PWM_CROS_EC
- x86_64:
- CRYPTO_SHA256_MB
- CRYPTO_SHA512_MB
- powerpc:
- GEN_RTC=n
- HOTPLUG_PCI_POWERNV
- CXL_BIMODAL=y
- SCSI_IBMVSCSIS
- ADB_PMU_LED_DISK=y
- POWERNV_OP_PANEL
- JUMP_LABEL_FEATURE_CHECKS=y
- JUMP_LABEL_FEATURE_CHECK_DEBUG=n
- CRYPT_CRC32C_VPMSUM
- BPF_JIT=y
- s390:
- KCOV=n
- CRYPTO_CRC32_S390=y
- ARM (disabled):
- MDIO_HISI_FEMAC
- DRM_SII902X
- DRM_TOSHIBA_TC358767
- SND_SUN4I_I2S
- SND_SOC_ADAU7002
- SND_SOC_CS35L33
- SND_SOC_CS53L30
- SND_SOC_MAX98504
- SND_SOC_MAX9860
- SND_SOC_WM8985
- SUNXI_CCU
- TI_SYSCON_RESET
- NET_NCSI (only used by Faraday, which is ARM hardware)
- commit d5c4fe8
-------------------------------------------------------------------
Tue Aug 9 14:49:30 CEST 2016 - jthumshirn@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 4.7
%define patchversion 4.7.6
%define srcversion 4.8
%define patchversion 4.8.0
%define variant %{nil}
%define vanilla_only 0
@ -60,9 +60,9 @@ Name: kernel-pae
Summary: Kernel with PAE Support
License: GPL-2.0
Group: System/Kernel
Version: 4.7.6
Version: 4.8.0
%if 0%{?is_kotd}
Release: <RELEASE>.gfb37fcc
Release: <RELEASE>.g55165a4
%else
Release: 0
%endif
@ -482,8 +482,7 @@ fi
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \
--disable CONFIG_DEBUG_INFO_REDUCED
--enable CONFIG_DEBUG_INFO
%else
--disable CONFIG_DEBUG_INFO
%endif

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Oct 3 14:57:45 CEST 2016 - jeffm@suse.com
- Update to 4.8-final.
- commit bbbf852
-------------------------------------------------------------------
Mon Oct 3 11:18:49 CEST 2016 - mmarek@suse.com
- rpm/kernel-binary.spec.in: Simplify debug info switch
Any CONFIG_DEBUG_INFO sub-options are answered in the configs nowadays.
- commit d404ac5
-------------------------------------------------------------------
Fri Sep 30 14:05:29 CEST 2016 - jslaby@suse.cz
@ -14,6 +27,21 @@ Fri Sep 30 13:26:33 CEST 2016 - jslaby@suse.cz
patches.suse/btrfs-ensure-that-file-descriptor-used-with-subvol-i.patch.
- commit 0b20275
-------------------------------------------------------------------
Tue Sep 27 13:01:09 CEST 2016 - mmarek@suse.com
- Refresh malformed patches for series2git
- Refresh patches.arch/acpi_thermal_passive_blacklist.patch.
- Refresh patches.fixes/dm-table-switch-to-readonly.
- commit 991ee60
-------------------------------------------------------------------
Mon Sep 26 15:34:54 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc8.
- Eliminated 2 patches.
- commit 698a4f4
-------------------------------------------------------------------
Mon Sep 26 09:52:29 CEST 2016 - schwab@suse.de
@ -35,6 +63,13 @@ Sun Sep 25 12:39:49 CEST 2016 - bp@suse.de
(bsc#999932 CVE-2016-7425).
- commit 135aa22
-------------------------------------------------------------------
Sun Sep 25 12:25:05 CEST 2016 - bp@suse.de
- scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer()
(bsc#999932 CVE-2016-7425).
- commit 60fc512
-------------------------------------------------------------------
Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
@ -48,11 +83,73 @@ Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
- Delete patches.rpmify/i915-fix-build-error-with-werror.
- commit c7aed11
-------------------------------------------------------------------
Fri Sep 23 18:50:11 CEST 2016 - afaerber@suse.de
- config: arm64: Enable RASPBERRYPI_POWER
- commit bd37084
-------------------------------------------------------------------
Fri Sep 23 18:47:37 CEST 2016 - afaerber@suse.de
- config: armv7hl: Enable RASPBERRYPI_POWER
- commit 4dc44c4
-------------------------------------------------------------------
Fri Sep 23 18:27:17 CEST 2016 - afaerber@suse.de
- config: armv7hl: Enable virtio-pci
Needed for armv7l-on-aarch64 OBS workers.
- commit 2407e65
-------------------------------------------------------------------
Fri Sep 23 18:19:55 CEST 2016 - afaerber@suse.de
- config: armv6hl: Enable USB OTG
The Raspberry Pi Zero has an OTG port accessible.
- commit 3f0806a
-------------------------------------------------------------------
Fri Sep 23 13:57:54 CEST 2016 - jslaby@suse.cz
- Update config files.
- Delete patches.suse/syzkaller-no-gcc-plugin.patch.
The patch is actually not needed as we have sanitizer support in gcc
directly (no need for plugins).
- commit 0c67c61
-------------------------------------------------------------------
Fri Sep 23 11:44:27 CEST 2016 - jslaby@suse.cz
- Update config files.
Enable UBSAN for syzkaller. It still boots, even though we are down
at 250 s boot time from 130 s. Might be reconsidered later.
- commit 07d153e
-------------------------------------------------------------------
Thu Sep 22 12:07:12 CEST 2016 - gqjiang@suse.com
- md-cluster: make resync lock also could be interruptted
(fate#316335).
- md-cluster: introduce dlm_lock_sync_interruptible to fix tasks
hang (fate#316335).
- md-cluster: convert the completion to wait queue (fate#316335).
- md-cluster: protect md_find_rdev_nr_rcu with rcu lock
(fate#316335).
- md-cluster: clean related infos of cluster (fate#316335).
- md: changes for MD_STILL_CLOSED flag (fate#316335).
- md-cluster: remove some unnecessary dlm_unlock_sync
(fate#316335).
- md-cluster: use FORCEUNLOCK in lockres_free (fate#316335).
- md-cluster: call md_kick_rdev_from_array once ack failed
(fate#316335).
- commit a983435
-------------------------------------------------------------------
Wed Sep 21 20:54:36 CEST 2016 - agraf@suse.de
- arm64: disable hvc_dcc
- commit 89df77c
- commit 30c4b0b
-------------------------------------------------------------------
Wed Sep 21 20:02:39 CEST 2016 - agraf@suse.de
@ -66,6 +163,14 @@ Wed Sep 21 17:48:39 CEST 2016 - agraf@suse.de
- arm64: Refuse to install 4k kernel on 64k system
- commit 5565330
-------------------------------------------------------------------
Wed Sep 21 17:14:12 CEST 2016 - mmarek@suse.com
- Delete now unneeded patches.suse/split-package (bsc#1000118)
- Update config files.
- Refresh patches.suse/supported-flag,
- commit 5c1d976
-------------------------------------------------------------------
Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
@ -73,6 +178,13 @@ Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
a dir (bsc#999600).
- commit cf44e6a
-------------------------------------------------------------------
Wed Sep 21 16:15:15 CEST 2016 - jeffm@suse.com
- btrfs: ensure that file descriptor used with subvol ioctls is
a dir (bsc#999600).
- commit c246d58
-------------------------------------------------------------------
Wed Sep 21 11:52:48 CEST 2016 - mmarek@suse.com
@ -91,6 +203,14 @@ Wed Sep 21 10:58:48 CEST 2016 - mmarek@suse.com
- rpm/kernel-binary.spec.in: Build the -base package unconditionally (bsc#1000118)
- commit 1d8c576
-------------------------------------------------------------------
Wed Sep 21 09:50:13 CEST 2016 - jslaby@suse.cz
- Add syzkaller flavor (bnc#1000094).
- Update config files.
- syzkaller: no need for gcc plugins (bnc#1000094).
- commit 3c1aea1
-------------------------------------------------------------------
Tue Sep 20 18:29:38 CEST 2016 - agraf@suse.de
@ -103,6 +223,12 @@ Tue Sep 20 18:25:14 CEST 2016 - agraf@suse.de
- Switch arm64 default config to 4k
- commit 5244f77
-------------------------------------------------------------------
Tue Sep 20 14:43:56 CEST 2016 - tiwai@suse.de
- rpm/kernel-docs.spec.in: Add support of sphinx with recent kernels
- commit f224c90
-------------------------------------------------------------------
Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de
@ -111,6 +237,27 @@ Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de
Update git commit tag to sync with upstream.
- commit 5c2468b
-------------------------------------------------------------------
Mon Sep 19 18:26:18 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc7.
- Eliminated 1 patch.
- commit 70952c1
-------------------------------------------------------------------
Thu Sep 15 15:08:06 CEST 2016 - mmarek@suse.cz
- Delete scripts/mkpatch.py
It is an obsolete script that does not work with git, as pointed out by
Benjamin Poirier.
- commit 38a9f7b
-------------------------------------------------------------------
Thu Sep 15 11:30:53 CEST 2016 - tiwai@suse.de
- drm/i915: Ignore OpRegion panel type except on select machines (bsc#993996).
- commit 7dc014c
-------------------------------------------------------------------
Thu Sep 15 09:32:40 CEST 2016 - jslaby@suse.cz
@ -123,6 +270,12 @@ Wed Sep 14 15:54:36 CEST 2016 - jeffm@suse.com
- config: enable RANDOMIZE_BASE and friends (bsc#998554).
- commit 4de94c3
-------------------------------------------------------------------
Wed Sep 14 15:51:41 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc6.
- commit 01852e1
-------------------------------------------------------------------
Wed Sep 14 13:45:16 CEST 2016 - tiwai@suse.de
@ -150,6 +303,12 @@ Wed Sep 7 17:41:12 CEST 2016 - tiwai@suse.de
(bsc#997639).
- commit 268a807
-------------------------------------------------------------------
Wed Sep 7 16:52:16 CEST 2016 - jeffm@suse.com
- config: enable FAIL_MAKE_REQUEST for testing purposes
- commit 28527e8
-------------------------------------------------------------------
Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
@ -158,12 +317,61 @@ Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
patches.fixes/aacraid-check-size-values-after-double-fetch-from-user.patch.
- commit 2ecc7fe
-------------------------------------------------------------------
Tue Sep 6 17:18:07 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc5.
- Config changes:
- ARMV6: HW_RANDOM_MXC_RNGA=m
- commit a0ab922
-------------------------------------------------------------------
Sun Sep 4 13:06:35 CEST 2016 - afaerber@suse.de
- config: arm64: Enable brcmfmac
The Raspberry Pi 3 has a BCM43438, with a firmware package being prepared.
- commit 6575948
-------------------------------------------------------------------
Fri Sep 2 12:57:42 CEST 2016 - mmarek@suse.com
- rpm/mkspec: Read a default release string from rpm/config.sh (bsc997059)
- commit cf65a8d
-------------------------------------------------------------------
Thu Sep 1 14:08:53 CEST 2016 - afaerber@suse.de
- config: arm64: Update to 4.8-rc4
- commit 5ce1ddf
-------------------------------------------------------------------
Thu Sep 1 13:56:40 CEST 2016 - afaerber@suse.de
- config: armv6hl: Update to 4.8-rc4
- commit 14bbfb0
-------------------------------------------------------------------
Thu Sep 1 13:44:24 CEST 2016 - afaerber@suse.de
- config: armv7hl: Update to 4.8-rc4
- commit 8442357
-------------------------------------------------------------------
Tue Aug 30 00:03:10 CEST 2016 - jeffm@suse.com
- Revert "Btrfs: improve performance on fsync against new inode
after rename/unlink" (bsc#981597).
- Revert "Btrfs: fix lockdep warning on deadlock against an
inode's log mutex" (bsc#981597).
- commit 003f624
-------------------------------------------------------------------
Mon Aug 29 22:58:34 CEST 2016 - tiwai@suse.de
- drm/i915: Fix S4 resume breakage
(bsc#984629,bsc#984632,bsc#993472).
- commit 7e4bf41
-------------------------------------------------------------------
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
@ -175,6 +383,12 @@ Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
hibernation (bsc#984629,bsc#993472).
- commit 1d73b85
-------------------------------------------------------------------
Mon Aug 29 14:42:34 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc4.
- commit fa01113
-------------------------------------------------------------------
Tue Aug 23 10:09:14 CEST 2016 - mkubecek@suse.cz
@ -182,6 +396,13 @@ Tue Aug 23 10:09:14 CEST 2016 - mkubecek@suse.cz
(CVE-2016-6828 bsc#994296).
- commit 73d7d3e
-------------------------------------------------------------------
Mon Aug 22 16:52:18 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc3.
- Eliminated 1 patch.
- commit c0d2ef5
-------------------------------------------------------------------
Sun Aug 21 10:59:11 CEST 2016 - jslaby@suse.cz
@ -195,6 +416,26 @@ Sat Aug 20 15:15:08 CEST 2016 - mmarek@suse.cz
- rpm/old-flavors: Obsolte kernel-compute by kernel-rt (fate#320686)
- commit 964f3e2
-------------------------------------------------------------------
Sat Aug 20 07:11:23 CEST 2016 - jason.derose@experient-inc.com
- Enable Sea Island GPUs in AMDGPU
- commit 545853f
-------------------------------------------------------------------
Tue Aug 16 19:00:15 CEST 2016 - mbrugger@suse.com
- Delete
patches.arch/arm64-1-6-drivers-net-xgene-MAC-and-PHY-configuration-changes.patch.
- Delete
patches.arch/arm64-2-6-drivers-net-xgene-Backward-compatibility-with-older-firmware.patch.
- Delete
patches.arch/arm64-3-6-drivers-net-phy-Add-MDIO-driver.patch.
- Delete
patches.arch/arm64-6-6-drivers-net-xgene-Fix-module-load-unload-crash.patch.
Newer version of this patches are upstream
- commit 0fce644
-------------------------------------------------------------------
Tue Aug 16 16:32:45 CEST 2016 - jslaby@suse.cz
@ -209,6 +450,175 @@ Tue Aug 16 16:11:36 CEST 2016 - mmarek@suse.com
- rpm/kernel-source.spec.in: Unroll a loop with only a single iteration
- commit 601c09e
-------------------------------------------------------------------
Mon Aug 15 23:21:33 CEST 2016 - jeffm@suse.com
- Re-enable s390 message catalog patches.
The printk changes that went into v4.8-rc1 were reverted (temporarily)
for -rc2, so the old patches merge simply again.
- commit 5640fd4
-------------------------------------------------------------------
Mon Aug 15 16:45:24 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc2.
- Config changes:
- Global:
- HARDENED_USERCOPY=n (we need to examine how it affects performance)
- s390:
- S390_GUEST_OLD_TRANSPORT=n (deprecated)
- commit 42c9649
-------------------------------------------------------------------
Mon Aug 15 11:46:42 CEST 2016 - agraf@suse.de
- Delete
patches.arch/arm64-0010-KVM-ARM-Hack-to-enable-VGIC-mapping-on-64k-PAGE_SIZE.patch.
- we no longer need to run on non-64k compliant hardware
- commit c55dae1
-------------------------------------------------------------------
Mon Aug 15 11:45:32 CEST 2016 - agraf@suse.de
- Remove ppc64le support on early POWER7 systems (we build for p8 by now anyway)
- Delete
patches.arch/ppc64le-ile-0001-powerpc-Add-global-exports-for-all-interrupt-vectors.patch.
- Delete
patches.arch/ppc64le-ile-0002-powerpc-Add-relocation-code-for-fixups.patch.
- Delete
patches.arch/ppc64le-ile-0003-powerpc-Add-hack-to-make-ppc64le-work-on-hosts-witho.patch.
- Delete
patches.arch/ppc64le-ile-0004-powerpc-Don-t-return-to-BE-mode-when-we-are-already-.patch.
- commit c4ff529
-------------------------------------------------------------------
Mon Aug 15 01:57:11 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc1.
- Eliminated 7 patches.
- ARM configs need updating.
- Several patches need to be merged by their owners.
- Config changes:
- Global:
- GCC_PLUGINS=y (menu option)
- GCC_PLUGIN_CYC_COMPLEXITY=n
- TPM:
- TCG_TIS_SPI
- TCG_VTPM_PROXY
- TCG_TIS_ST33ZP24_I2C
- TCG_TIS_ST33ZP24_SPI
- Sensors:
- SENSORS_FTSTEUTATES
- SENSORS_SHT3x
- SENSORS_INA3221
- BMA220=n
- MMA7660=n
- MAX5487=n
- Graphics:
- DRM_I915_GVT=y
- ACPI:
- DPTF_POWER
- ACPI_CONFIGFS
- CPUFreq:
- CPU_FREQ_STAT=n (overhead)
- PCI:
- PCIE_DPC=y (should be m but it's a bool)
- RapidIO:
- RAPIDIO_CHMAN
- RAPIDIO_RXS_GEN3
- IP:
- TCP_CONG_NV
- Netfilter:
- NET_CLS_MATCHALL
- Virtualization:
- VIRTIO_VSOCKETS
- VHOST_VSOCK
- Networking hardware:
- INTEL_XWAY_PHY
- B53=n
- NVME:
- NVME_RDMA
- NVME_TARGET
- NVME_TARGET_LOOP
- NVME_TARGET_RDMA
- Infiniband:
- RDMA_RXE
- RTC:
- RTC_DRV_MAX6916=n
- Storage:
- SCSI_UFS_DWC_TC_PCI=n (test hardware)
- SCSI_UFS_DWC_TC_PLATFORM=n
- Input:
- TABLET_USB_PEGASUS
- INPUT_ATMEL_CAPTOUCH
- HID:
- HID_LED
- HID_ALPS
- LEDs:
- LEDS_LP3952
- LEDS_TRIGGER_DISK
- Touchscreen I2C/SPI:
- TOUCHSCREEN_RM_TS
- TOUCHSCREEN_SILEAD
- TOUCHSCREEN_SIS_I2C
- TOUCHSCREEN_SURFACE3_SPI
- File Systems:
- EXT4_ENCRYPTION=y
- PSTORE_LZO_COMPRESS=y
- NFSD_FLEXFILELAYOUT=y
- SECURITY_APPARMOR_HASH_DEFAULT=y
- Crypto:
- CRYPTO_DH
- CRYPTO_ECDH
- CRYPTO_SHA3
- Video:
- DRM_I2C_ADV7533
- Staging:
- MEDIA_CEC=y (will be part of another module when out of staging)
- KS7010
- Audio:
- SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH
- SND_SOC_BT_SCO
- Misc:
- IIO_SW_DEVICE
- IIO_TIGHTLOOP_TRIGGER=n
- MTD_NAND_MTK
- x86:
- INTEL_VBTN
- PWM_CROS_EC
- x86_64:
- CRYPTO_SHA256_MB
- CRYPTO_SHA512_MB
- powerpc:
- GEN_RTC=n
- HOTPLUG_PCI_POWERNV
- CXL_BIMODAL=y
- SCSI_IBMVSCSIS
- ADB_PMU_LED_DISK=y
- POWERNV_OP_PANEL
- JUMP_LABEL_FEATURE_CHECKS=y
- JUMP_LABEL_FEATURE_CHECK_DEBUG=n
- CRYPT_CRC32C_VPMSUM
- BPF_JIT=y
- s390:
- KCOV=n
- CRYPTO_CRC32_S390=y
- ARM (disabled):
- MDIO_HISI_FEMAC
- DRM_SII902X
- DRM_TOSHIBA_TC358767
- SND_SUN4I_I2S
- SND_SOC_ADAU7002
- SND_SOC_CS35L33
- SND_SOC_CS53L30
- SND_SOC_MAX98504
- SND_SOC_MAX9860
- SND_SOC_WM8985
- SUNXI_CCU
- TI_SYSCON_RESET
- NET_NCSI (only used by Faraday, which is ARM hardware)
- commit d5c4fe8
-------------------------------------------------------------------
Tue Aug 9 14:49:30 CEST 2016 - jthumshirn@suse.de

View File

@ -17,8 +17,8 @@
# icecream 0
%define srcversion 4.7
%define patchversion 4.7.6
%define srcversion 4.8
%define patchversion 4.8.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.7.6
Version: 4.8.0
%if 0%{?is_kotd}
Release: <RELEASE>.gfb37fcc
Release: <RELEASE>.g55165a4
%else
Release: 0
%endif

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Oct 3 14:57:45 CEST 2016 - jeffm@suse.com
- Update to 4.8-final.
- commit bbbf852
-------------------------------------------------------------------
Mon Oct 3 11:18:49 CEST 2016 - mmarek@suse.com
- rpm/kernel-binary.spec.in: Simplify debug info switch
Any CONFIG_DEBUG_INFO sub-options are answered in the configs nowadays.
- commit d404ac5
-------------------------------------------------------------------
Fri Sep 30 14:05:29 CEST 2016 - jslaby@suse.cz
@ -14,6 +27,21 @@ Fri Sep 30 13:26:33 CEST 2016 - jslaby@suse.cz
patches.suse/btrfs-ensure-that-file-descriptor-used-with-subvol-i.patch.
- commit 0b20275
-------------------------------------------------------------------
Tue Sep 27 13:01:09 CEST 2016 - mmarek@suse.com
- Refresh malformed patches for series2git
- Refresh patches.arch/acpi_thermal_passive_blacklist.patch.
- Refresh patches.fixes/dm-table-switch-to-readonly.
- commit 991ee60
-------------------------------------------------------------------
Mon Sep 26 15:34:54 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc8.
- Eliminated 2 patches.
- commit 698a4f4
-------------------------------------------------------------------
Mon Sep 26 09:52:29 CEST 2016 - schwab@suse.de
@ -35,6 +63,13 @@ Sun Sep 25 12:39:49 CEST 2016 - bp@suse.de
(bsc#999932 CVE-2016-7425).
- commit 135aa22
-------------------------------------------------------------------
Sun Sep 25 12:25:05 CEST 2016 - bp@suse.de
- scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer()
(bsc#999932 CVE-2016-7425).
- commit 60fc512
-------------------------------------------------------------------
Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
@ -48,11 +83,73 @@ Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
- Delete patches.rpmify/i915-fix-build-error-with-werror.
- commit c7aed11
-------------------------------------------------------------------
Fri Sep 23 18:50:11 CEST 2016 - afaerber@suse.de
- config: arm64: Enable RASPBERRYPI_POWER
- commit bd37084
-------------------------------------------------------------------
Fri Sep 23 18:47:37 CEST 2016 - afaerber@suse.de
- config: armv7hl: Enable RASPBERRYPI_POWER
- commit 4dc44c4
-------------------------------------------------------------------
Fri Sep 23 18:27:17 CEST 2016 - afaerber@suse.de
- config: armv7hl: Enable virtio-pci
Needed for armv7l-on-aarch64 OBS workers.
- commit 2407e65
-------------------------------------------------------------------
Fri Sep 23 18:19:55 CEST 2016 - afaerber@suse.de
- config: armv6hl: Enable USB OTG
The Raspberry Pi Zero has an OTG port accessible.
- commit 3f0806a
-------------------------------------------------------------------
Fri Sep 23 13:57:54 CEST 2016 - jslaby@suse.cz
- Update config files.
- Delete patches.suse/syzkaller-no-gcc-plugin.patch.
The patch is actually not needed as we have sanitizer support in gcc
directly (no need for plugins).
- commit 0c67c61
-------------------------------------------------------------------
Fri Sep 23 11:44:27 CEST 2016 - jslaby@suse.cz
- Update config files.
Enable UBSAN for syzkaller. It still boots, even though we are down
at 250 s boot time from 130 s. Might be reconsidered later.
- commit 07d153e
-------------------------------------------------------------------
Thu Sep 22 12:07:12 CEST 2016 - gqjiang@suse.com
- md-cluster: make resync lock also could be interruptted
(fate#316335).
- md-cluster: introduce dlm_lock_sync_interruptible to fix tasks
hang (fate#316335).
- md-cluster: convert the completion to wait queue (fate#316335).
- md-cluster: protect md_find_rdev_nr_rcu with rcu lock
(fate#316335).
- md-cluster: clean related infos of cluster (fate#316335).
- md: changes for MD_STILL_CLOSED flag (fate#316335).
- md-cluster: remove some unnecessary dlm_unlock_sync
(fate#316335).
- md-cluster: use FORCEUNLOCK in lockres_free (fate#316335).
- md-cluster: call md_kick_rdev_from_array once ack failed
(fate#316335).
- commit a983435
-------------------------------------------------------------------
Wed Sep 21 20:54:36 CEST 2016 - agraf@suse.de
- arm64: disable hvc_dcc
- commit 89df77c
- commit 30c4b0b
-------------------------------------------------------------------
Wed Sep 21 20:02:39 CEST 2016 - agraf@suse.de
@ -66,6 +163,14 @@ Wed Sep 21 17:48:39 CEST 2016 - agraf@suse.de
- arm64: Refuse to install 4k kernel on 64k system
- commit 5565330
-------------------------------------------------------------------
Wed Sep 21 17:14:12 CEST 2016 - mmarek@suse.com
- Delete now unneeded patches.suse/split-package (bsc#1000118)
- Update config files.
- Refresh patches.suse/supported-flag,
- commit 5c1d976
-------------------------------------------------------------------
Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
@ -73,6 +178,13 @@ Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
a dir (bsc#999600).
- commit cf44e6a
-------------------------------------------------------------------
Wed Sep 21 16:15:15 CEST 2016 - jeffm@suse.com
- btrfs: ensure that file descriptor used with subvol ioctls is
a dir (bsc#999600).
- commit c246d58
-------------------------------------------------------------------
Wed Sep 21 11:52:48 CEST 2016 - mmarek@suse.com
@ -91,6 +203,14 @@ Wed Sep 21 10:58:48 CEST 2016 - mmarek@suse.com
- rpm/kernel-binary.spec.in: Build the -base package unconditionally (bsc#1000118)
- commit 1d8c576
-------------------------------------------------------------------
Wed Sep 21 09:50:13 CEST 2016 - jslaby@suse.cz
- Add syzkaller flavor (bnc#1000094).
- Update config files.
- syzkaller: no need for gcc plugins (bnc#1000094).
- commit 3c1aea1
-------------------------------------------------------------------
Tue Sep 20 18:29:38 CEST 2016 - agraf@suse.de
@ -103,6 +223,12 @@ Tue Sep 20 18:25:14 CEST 2016 - agraf@suse.de
- Switch arm64 default config to 4k
- commit 5244f77
-------------------------------------------------------------------
Tue Sep 20 14:43:56 CEST 2016 - tiwai@suse.de
- rpm/kernel-docs.spec.in: Add support of sphinx with recent kernels
- commit f224c90
-------------------------------------------------------------------
Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de
@ -111,6 +237,27 @@ Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de
Update git commit tag to sync with upstream.
- commit 5c2468b
-------------------------------------------------------------------
Mon Sep 19 18:26:18 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc7.
- Eliminated 1 patch.
- commit 70952c1
-------------------------------------------------------------------
Thu Sep 15 15:08:06 CEST 2016 - mmarek@suse.cz
- Delete scripts/mkpatch.py
It is an obsolete script that does not work with git, as pointed out by
Benjamin Poirier.
- commit 38a9f7b
-------------------------------------------------------------------
Thu Sep 15 11:30:53 CEST 2016 - tiwai@suse.de
- drm/i915: Ignore OpRegion panel type except on select machines (bsc#993996).
- commit 7dc014c
-------------------------------------------------------------------
Thu Sep 15 09:32:40 CEST 2016 - jslaby@suse.cz
@ -123,6 +270,12 @@ Wed Sep 14 15:54:36 CEST 2016 - jeffm@suse.com
- config: enable RANDOMIZE_BASE and friends (bsc#998554).
- commit 4de94c3
-------------------------------------------------------------------
Wed Sep 14 15:51:41 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc6.
- commit 01852e1
-------------------------------------------------------------------
Wed Sep 14 13:45:16 CEST 2016 - tiwai@suse.de
@ -150,6 +303,12 @@ Wed Sep 7 17:41:12 CEST 2016 - tiwai@suse.de
(bsc#997639).
- commit 268a807
-------------------------------------------------------------------
Wed Sep 7 16:52:16 CEST 2016 - jeffm@suse.com
- config: enable FAIL_MAKE_REQUEST for testing purposes
- commit 28527e8
-------------------------------------------------------------------
Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
@ -158,12 +317,61 @@ Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
patches.fixes/aacraid-check-size-values-after-double-fetch-from-user.patch.
- commit 2ecc7fe
-------------------------------------------------------------------
Tue Sep 6 17:18:07 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc5.
- Config changes:
- ARMV6: HW_RANDOM_MXC_RNGA=m
- commit a0ab922
-------------------------------------------------------------------
Sun Sep 4 13:06:35 CEST 2016 - afaerber@suse.de
- config: arm64: Enable brcmfmac
The Raspberry Pi 3 has a BCM43438, with a firmware package being prepared.
- commit 6575948
-------------------------------------------------------------------
Fri Sep 2 12:57:42 CEST 2016 - mmarek@suse.com
- rpm/mkspec: Read a default release string from rpm/config.sh (bsc997059)
- commit cf65a8d
-------------------------------------------------------------------
Thu Sep 1 14:08:53 CEST 2016 - afaerber@suse.de
- config: arm64: Update to 4.8-rc4
- commit 5ce1ddf
-------------------------------------------------------------------
Thu Sep 1 13:56:40 CEST 2016 - afaerber@suse.de
- config: armv6hl: Update to 4.8-rc4
- commit 14bbfb0
-------------------------------------------------------------------
Thu Sep 1 13:44:24 CEST 2016 - afaerber@suse.de
- config: armv7hl: Update to 4.8-rc4
- commit 8442357
-------------------------------------------------------------------
Tue Aug 30 00:03:10 CEST 2016 - jeffm@suse.com
- Revert "Btrfs: improve performance on fsync against new inode
after rename/unlink" (bsc#981597).
- Revert "Btrfs: fix lockdep warning on deadlock against an
inode's log mutex" (bsc#981597).
- commit 003f624
-------------------------------------------------------------------
Mon Aug 29 22:58:34 CEST 2016 - tiwai@suse.de
- drm/i915: Fix S4 resume breakage
(bsc#984629,bsc#984632,bsc#993472).
- commit 7e4bf41
-------------------------------------------------------------------
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
@ -175,6 +383,12 @@ Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
hibernation (bsc#984629,bsc#993472).
- commit 1d73b85
-------------------------------------------------------------------
Mon Aug 29 14:42:34 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc4.
- commit fa01113
-------------------------------------------------------------------
Tue Aug 23 10:09:14 CEST 2016 - mkubecek@suse.cz
@ -182,6 +396,13 @@ Tue Aug 23 10:09:14 CEST 2016 - mkubecek@suse.cz
(CVE-2016-6828 bsc#994296).
- commit 73d7d3e
-------------------------------------------------------------------
Mon Aug 22 16:52:18 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc3.
- Eliminated 1 patch.
- commit c0d2ef5
-------------------------------------------------------------------
Sun Aug 21 10:59:11 CEST 2016 - jslaby@suse.cz
@ -195,6 +416,26 @@ Sat Aug 20 15:15:08 CEST 2016 - mmarek@suse.cz
- rpm/old-flavors: Obsolte kernel-compute by kernel-rt (fate#320686)
- commit 964f3e2
-------------------------------------------------------------------
Sat Aug 20 07:11:23 CEST 2016 - jason.derose@experient-inc.com
- Enable Sea Island GPUs in AMDGPU
- commit 545853f
-------------------------------------------------------------------
Tue Aug 16 19:00:15 CEST 2016 - mbrugger@suse.com
- Delete
patches.arch/arm64-1-6-drivers-net-xgene-MAC-and-PHY-configuration-changes.patch.
- Delete
patches.arch/arm64-2-6-drivers-net-xgene-Backward-compatibility-with-older-firmware.patch.
- Delete
patches.arch/arm64-3-6-drivers-net-phy-Add-MDIO-driver.patch.
- Delete
patches.arch/arm64-6-6-drivers-net-xgene-Fix-module-load-unload-crash.patch.
Newer version of this patches are upstream
- commit 0fce644
-------------------------------------------------------------------
Tue Aug 16 16:32:45 CEST 2016 - jslaby@suse.cz
@ -209,6 +450,175 @@ Tue Aug 16 16:11:36 CEST 2016 - mmarek@suse.com
- rpm/kernel-source.spec.in: Unroll a loop with only a single iteration
- commit 601c09e
-------------------------------------------------------------------
Mon Aug 15 23:21:33 CEST 2016 - jeffm@suse.com
- Re-enable s390 message catalog patches.
The printk changes that went into v4.8-rc1 were reverted (temporarily)
for -rc2, so the old patches merge simply again.
- commit 5640fd4
-------------------------------------------------------------------
Mon Aug 15 16:45:24 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc2.
- Config changes:
- Global:
- HARDENED_USERCOPY=n (we need to examine how it affects performance)
- s390:
- S390_GUEST_OLD_TRANSPORT=n (deprecated)
- commit 42c9649
-------------------------------------------------------------------
Mon Aug 15 11:46:42 CEST 2016 - agraf@suse.de
- Delete
patches.arch/arm64-0010-KVM-ARM-Hack-to-enable-VGIC-mapping-on-64k-PAGE_SIZE.patch.
- we no longer need to run on non-64k compliant hardware
- commit c55dae1
-------------------------------------------------------------------
Mon Aug 15 11:45:32 CEST 2016 - agraf@suse.de
- Remove ppc64le support on early POWER7 systems (we build for p8 by now anyway)
- Delete
patches.arch/ppc64le-ile-0001-powerpc-Add-global-exports-for-all-interrupt-vectors.patch.
- Delete
patches.arch/ppc64le-ile-0002-powerpc-Add-relocation-code-for-fixups.patch.
- Delete
patches.arch/ppc64le-ile-0003-powerpc-Add-hack-to-make-ppc64le-work-on-hosts-witho.patch.
- Delete
patches.arch/ppc64le-ile-0004-powerpc-Don-t-return-to-BE-mode-when-we-are-already-.patch.
- commit c4ff529
-------------------------------------------------------------------
Mon Aug 15 01:57:11 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc1.
- Eliminated 7 patches.
- ARM configs need updating.
- Several patches need to be merged by their owners.
- Config changes:
- Global:
- GCC_PLUGINS=y (menu option)
- GCC_PLUGIN_CYC_COMPLEXITY=n
- TPM:
- TCG_TIS_SPI
- TCG_VTPM_PROXY
- TCG_TIS_ST33ZP24_I2C
- TCG_TIS_ST33ZP24_SPI
- Sensors:
- SENSORS_FTSTEUTATES
- SENSORS_SHT3x
- SENSORS_INA3221
- BMA220=n
- MMA7660=n
- MAX5487=n
- Graphics:
- DRM_I915_GVT=y
- ACPI:
- DPTF_POWER
- ACPI_CONFIGFS
- CPUFreq:
- CPU_FREQ_STAT=n (overhead)
- PCI:
- PCIE_DPC=y (should be m but it's a bool)
- RapidIO:
- RAPIDIO_CHMAN
- RAPIDIO_RXS_GEN3
- IP:
- TCP_CONG_NV
- Netfilter:
- NET_CLS_MATCHALL
- Virtualization:
- VIRTIO_VSOCKETS
- VHOST_VSOCK
- Networking hardware:
- INTEL_XWAY_PHY
- B53=n
- NVME:
- NVME_RDMA
- NVME_TARGET
- NVME_TARGET_LOOP
- NVME_TARGET_RDMA
- Infiniband:
- RDMA_RXE
- RTC:
- RTC_DRV_MAX6916=n
- Storage:
- SCSI_UFS_DWC_TC_PCI=n (test hardware)
- SCSI_UFS_DWC_TC_PLATFORM=n
- Input:
- TABLET_USB_PEGASUS
- INPUT_ATMEL_CAPTOUCH
- HID:
- HID_LED
- HID_ALPS
- LEDs:
- LEDS_LP3952
- LEDS_TRIGGER_DISK
- Touchscreen I2C/SPI:
- TOUCHSCREEN_RM_TS
- TOUCHSCREEN_SILEAD
- TOUCHSCREEN_SIS_I2C
- TOUCHSCREEN_SURFACE3_SPI
- File Systems:
- EXT4_ENCRYPTION=y
- PSTORE_LZO_COMPRESS=y
- NFSD_FLEXFILELAYOUT=y
- SECURITY_APPARMOR_HASH_DEFAULT=y
- Crypto:
- CRYPTO_DH
- CRYPTO_ECDH
- CRYPTO_SHA3
- Video:
- DRM_I2C_ADV7533
- Staging:
- MEDIA_CEC=y (will be part of another module when out of staging)
- KS7010
- Audio:
- SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH
- SND_SOC_BT_SCO
- Misc:
- IIO_SW_DEVICE
- IIO_TIGHTLOOP_TRIGGER=n
- MTD_NAND_MTK
- x86:
- INTEL_VBTN
- PWM_CROS_EC
- x86_64:
- CRYPTO_SHA256_MB
- CRYPTO_SHA512_MB
- powerpc:
- GEN_RTC=n
- HOTPLUG_PCI_POWERNV
- CXL_BIMODAL=y
- SCSI_IBMVSCSIS
- ADB_PMU_LED_DISK=y
- POWERNV_OP_PANEL
- JUMP_LABEL_FEATURE_CHECKS=y
- JUMP_LABEL_FEATURE_CHECK_DEBUG=n
- CRYPT_CRC32C_VPMSUM
- BPF_JIT=y
- s390:
- KCOV=n
- CRYPTO_CRC32_S390=y
- ARM (disabled):
- MDIO_HISI_FEMAC
- DRM_SII902X
- DRM_TOSHIBA_TC358767
- SND_SUN4I_I2S
- SND_SOC_ADAU7002
- SND_SOC_CS35L33
- SND_SOC_CS53L30
- SND_SOC_MAX98504
- SND_SOC_MAX9860
- SND_SOC_WM8985
- SUNXI_CCU
- TI_SYSCON_RESET
- NET_NCSI (only used by Faraday, which is ARM hardware)
- commit d5c4fe8
-------------------------------------------------------------------
Tue Aug 9 14:49:30 CEST 2016 - jthumshirn@suse.de

View File

@ -24,10 +24,10 @@ Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
License: GPL-2.0
Group: Development/Sources
Version: 4.7.6
Version: 4.8.0
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.gfb37fcc
Release: <RELEASE>.g55165a4
%else
Release: 0
%endif

43188
kernel-syzkaller.changes Normal file

File diff suppressed because it is too large Load Diff

1123
kernel-syzkaller.spec Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Oct 3 14:57:45 CEST 2016 - jeffm@suse.com
- Update to 4.8-final.
- commit bbbf852
-------------------------------------------------------------------
Mon Oct 3 11:18:49 CEST 2016 - mmarek@suse.com
- rpm/kernel-binary.spec.in: Simplify debug info switch
Any CONFIG_DEBUG_INFO sub-options are answered in the configs nowadays.
- commit d404ac5
-------------------------------------------------------------------
Fri Sep 30 14:05:29 CEST 2016 - jslaby@suse.cz
@ -14,6 +27,21 @@ Fri Sep 30 13:26:33 CEST 2016 - jslaby@suse.cz
patches.suse/btrfs-ensure-that-file-descriptor-used-with-subvol-i.patch.
- commit 0b20275
-------------------------------------------------------------------
Tue Sep 27 13:01:09 CEST 2016 - mmarek@suse.com
- Refresh malformed patches for series2git
- Refresh patches.arch/acpi_thermal_passive_blacklist.patch.
- Refresh patches.fixes/dm-table-switch-to-readonly.
- commit 991ee60
-------------------------------------------------------------------
Mon Sep 26 15:34:54 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc8.
- Eliminated 2 patches.
- commit 698a4f4
-------------------------------------------------------------------
Mon Sep 26 09:52:29 CEST 2016 - schwab@suse.de
@ -35,6 +63,13 @@ Sun Sep 25 12:39:49 CEST 2016 - bp@suse.de
(bsc#999932 CVE-2016-7425).
- commit 135aa22
-------------------------------------------------------------------
Sun Sep 25 12:25:05 CEST 2016 - bp@suse.de
- scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer()
(bsc#999932 CVE-2016-7425).
- commit 60fc512
-------------------------------------------------------------------
Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
@ -48,11 +83,73 @@ Sat Sep 24 13:41:43 CEST 2016 - jslaby@suse.cz
- Delete patches.rpmify/i915-fix-build-error-with-werror.
- commit c7aed11
-------------------------------------------------------------------
Fri Sep 23 18:50:11 CEST 2016 - afaerber@suse.de
- config: arm64: Enable RASPBERRYPI_POWER
- commit bd37084
-------------------------------------------------------------------
Fri Sep 23 18:47:37 CEST 2016 - afaerber@suse.de
- config: armv7hl: Enable RASPBERRYPI_POWER
- commit 4dc44c4
-------------------------------------------------------------------
Fri Sep 23 18:27:17 CEST 2016 - afaerber@suse.de
- config: armv7hl: Enable virtio-pci
Needed for armv7l-on-aarch64 OBS workers.
- commit 2407e65
-------------------------------------------------------------------
Fri Sep 23 18:19:55 CEST 2016 - afaerber@suse.de
- config: armv6hl: Enable USB OTG
The Raspberry Pi Zero has an OTG port accessible.
- commit 3f0806a
-------------------------------------------------------------------
Fri Sep 23 13:57:54 CEST 2016 - jslaby@suse.cz
- Update config files.
- Delete patches.suse/syzkaller-no-gcc-plugin.patch.
The patch is actually not needed as we have sanitizer support in gcc
directly (no need for plugins).
- commit 0c67c61
-------------------------------------------------------------------
Fri Sep 23 11:44:27 CEST 2016 - jslaby@suse.cz
- Update config files.
Enable UBSAN for syzkaller. It still boots, even though we are down
at 250 s boot time from 130 s. Might be reconsidered later.
- commit 07d153e
-------------------------------------------------------------------
Thu Sep 22 12:07:12 CEST 2016 - gqjiang@suse.com
- md-cluster: make resync lock also could be interruptted
(fate#316335).
- md-cluster: introduce dlm_lock_sync_interruptible to fix tasks
hang (fate#316335).
- md-cluster: convert the completion to wait queue (fate#316335).
- md-cluster: protect md_find_rdev_nr_rcu with rcu lock
(fate#316335).
- md-cluster: clean related infos of cluster (fate#316335).
- md: changes for MD_STILL_CLOSED flag (fate#316335).
- md-cluster: remove some unnecessary dlm_unlock_sync
(fate#316335).
- md-cluster: use FORCEUNLOCK in lockres_free (fate#316335).
- md-cluster: call md_kick_rdev_from_array once ack failed
(fate#316335).
- commit a983435
-------------------------------------------------------------------
Wed Sep 21 20:54:36 CEST 2016 - agraf@suse.de
- arm64: disable hvc_dcc
- commit 89df77c
- commit 30c4b0b
-------------------------------------------------------------------
Wed Sep 21 20:02:39 CEST 2016 - agraf@suse.de
@ -66,6 +163,14 @@ Wed Sep 21 17:48:39 CEST 2016 - agraf@suse.de
- arm64: Refuse to install 4k kernel on 64k system
- commit 5565330
-------------------------------------------------------------------
Wed Sep 21 17:14:12 CEST 2016 - mmarek@suse.com
- Delete now unneeded patches.suse/split-package (bsc#1000118)
- Update config files.
- Refresh patches.suse/supported-flag,
- commit 5c1d976
-------------------------------------------------------------------
Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
@ -73,6 +178,13 @@ Wed Sep 21 16:15:46 CEST 2016 - jeffm@suse.com
a dir (bsc#999600).
- commit cf44e6a
-------------------------------------------------------------------
Wed Sep 21 16:15:15 CEST 2016 - jeffm@suse.com
- btrfs: ensure that file descriptor used with subvol ioctls is
a dir (bsc#999600).
- commit c246d58
-------------------------------------------------------------------
Wed Sep 21 11:52:48 CEST 2016 - mmarek@suse.com
@ -91,6 +203,14 @@ Wed Sep 21 10:58:48 CEST 2016 - mmarek@suse.com
- rpm/kernel-binary.spec.in: Build the -base package unconditionally (bsc#1000118)
- commit 1d8c576
-------------------------------------------------------------------
Wed Sep 21 09:50:13 CEST 2016 - jslaby@suse.cz
- Add syzkaller flavor (bnc#1000094).
- Update config files.
- syzkaller: no need for gcc plugins (bnc#1000094).
- commit 3c1aea1
-------------------------------------------------------------------
Tue Sep 20 18:29:38 CEST 2016 - agraf@suse.de
@ -103,6 +223,12 @@ Tue Sep 20 18:25:14 CEST 2016 - agraf@suse.de
- Switch arm64 default config to 4k
- commit 5244f77
-------------------------------------------------------------------
Tue Sep 20 14:43:56 CEST 2016 - tiwai@suse.de
- rpm/kernel-docs.spec.in: Add support of sphinx with recent kernels
- commit f224c90
-------------------------------------------------------------------
Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de
@ -111,6 +237,27 @@ Tue Sep 20 12:29:38 CEST 2016 - tiwai@suse.de
Update git commit tag to sync with upstream.
- commit 5c2468b
-------------------------------------------------------------------
Mon Sep 19 18:26:18 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc7.
- Eliminated 1 patch.
- commit 70952c1
-------------------------------------------------------------------
Thu Sep 15 15:08:06 CEST 2016 - mmarek@suse.cz
- Delete scripts/mkpatch.py
It is an obsolete script that does not work with git, as pointed out by
Benjamin Poirier.
- commit 38a9f7b
-------------------------------------------------------------------
Thu Sep 15 11:30:53 CEST 2016 - tiwai@suse.de
- drm/i915: Ignore OpRegion panel type except on select machines (bsc#993996).
- commit 7dc014c
-------------------------------------------------------------------
Thu Sep 15 09:32:40 CEST 2016 - jslaby@suse.cz
@ -123,6 +270,12 @@ Wed Sep 14 15:54:36 CEST 2016 - jeffm@suse.com
- config: enable RANDOMIZE_BASE and friends (bsc#998554).
- commit 4de94c3
-------------------------------------------------------------------
Wed Sep 14 15:51:41 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc6.
- commit 01852e1
-------------------------------------------------------------------
Wed Sep 14 13:45:16 CEST 2016 - tiwai@suse.de
@ -150,6 +303,12 @@ Wed Sep 7 17:41:12 CEST 2016 - tiwai@suse.de
(bsc#997639).
- commit 268a807
-------------------------------------------------------------------
Wed Sep 7 16:52:16 CEST 2016 - jeffm@suse.com
- config: enable FAIL_MAKE_REQUEST for testing purposes
- commit 28527e8
-------------------------------------------------------------------
Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
@ -158,12 +317,61 @@ Wed Sep 7 09:38:58 CEST 2016 - jslaby@suse.cz
patches.fixes/aacraid-check-size-values-after-double-fetch-from-user.patch.
- commit 2ecc7fe
-------------------------------------------------------------------
Tue Sep 6 17:18:07 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc5.
- Config changes:
- ARMV6: HW_RANDOM_MXC_RNGA=m
- commit a0ab922
-------------------------------------------------------------------
Sun Sep 4 13:06:35 CEST 2016 - afaerber@suse.de
- config: arm64: Enable brcmfmac
The Raspberry Pi 3 has a BCM43438, with a firmware package being prepared.
- commit 6575948
-------------------------------------------------------------------
Fri Sep 2 12:57:42 CEST 2016 - mmarek@suse.com
- rpm/mkspec: Read a default release string from rpm/config.sh (bsc997059)
- commit cf65a8d
-------------------------------------------------------------------
Thu Sep 1 14:08:53 CEST 2016 - afaerber@suse.de
- config: arm64: Update to 4.8-rc4
- commit 5ce1ddf
-------------------------------------------------------------------
Thu Sep 1 13:56:40 CEST 2016 - afaerber@suse.de
- config: armv6hl: Update to 4.8-rc4
- commit 14bbfb0
-------------------------------------------------------------------
Thu Sep 1 13:44:24 CEST 2016 - afaerber@suse.de
- config: armv7hl: Update to 4.8-rc4
- commit 8442357
-------------------------------------------------------------------
Tue Aug 30 00:03:10 CEST 2016 - jeffm@suse.com
- Revert "Btrfs: improve performance on fsync against new inode
after rename/unlink" (bsc#981597).
- Revert "Btrfs: fix lockdep warning on deadlock against an
inode's log mutex" (bsc#981597).
- commit 003f624
-------------------------------------------------------------------
Mon Aug 29 22:58:34 CEST 2016 - tiwai@suse.de
- drm/i915: Fix S4 resume breakage
(bsc#984629,bsc#984632,bsc#993472).
- commit 7e4bf41
-------------------------------------------------------------------
Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
@ -175,6 +383,12 @@ Mon Aug 29 22:56:22 CEST 2016 - tiwai@suse.de
hibernation (bsc#984629,bsc#993472).
- commit 1d73b85
-------------------------------------------------------------------
Mon Aug 29 14:42:34 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc4.
- commit fa01113
-------------------------------------------------------------------
Tue Aug 23 10:09:14 CEST 2016 - mkubecek@suse.cz
@ -182,6 +396,13 @@ Tue Aug 23 10:09:14 CEST 2016 - mkubecek@suse.cz
(CVE-2016-6828 bsc#994296).
- commit 73d7d3e
-------------------------------------------------------------------
Mon Aug 22 16:52:18 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc3.
- Eliminated 1 patch.
- commit c0d2ef5
-------------------------------------------------------------------
Sun Aug 21 10:59:11 CEST 2016 - jslaby@suse.cz
@ -195,6 +416,26 @@ Sat Aug 20 15:15:08 CEST 2016 - mmarek@suse.cz
- rpm/old-flavors: Obsolte kernel-compute by kernel-rt (fate#320686)
- commit 964f3e2
-------------------------------------------------------------------
Sat Aug 20 07:11:23 CEST 2016 - jason.derose@experient-inc.com
- Enable Sea Island GPUs in AMDGPU
- commit 545853f
-------------------------------------------------------------------
Tue Aug 16 19:00:15 CEST 2016 - mbrugger@suse.com
- Delete
patches.arch/arm64-1-6-drivers-net-xgene-MAC-and-PHY-configuration-changes.patch.
- Delete
patches.arch/arm64-2-6-drivers-net-xgene-Backward-compatibility-with-older-firmware.patch.
- Delete
patches.arch/arm64-3-6-drivers-net-phy-Add-MDIO-driver.patch.
- Delete
patches.arch/arm64-6-6-drivers-net-xgene-Fix-module-load-unload-crash.patch.
Newer version of this patches are upstream
- commit 0fce644
-------------------------------------------------------------------
Tue Aug 16 16:32:45 CEST 2016 - jslaby@suse.cz
@ -209,6 +450,175 @@ Tue Aug 16 16:11:36 CEST 2016 - mmarek@suse.com
- rpm/kernel-source.spec.in: Unroll a loop with only a single iteration
- commit 601c09e
-------------------------------------------------------------------
Mon Aug 15 23:21:33 CEST 2016 - jeffm@suse.com
- Re-enable s390 message catalog patches.
The printk changes that went into v4.8-rc1 were reverted (temporarily)
for -rc2, so the old patches merge simply again.
- commit 5640fd4
-------------------------------------------------------------------
Mon Aug 15 16:45:24 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc2.
- Config changes:
- Global:
- HARDENED_USERCOPY=n (we need to examine how it affects performance)
- s390:
- S390_GUEST_OLD_TRANSPORT=n (deprecated)
- commit 42c9649
-------------------------------------------------------------------
Mon Aug 15 11:46:42 CEST 2016 - agraf@suse.de
- Delete
patches.arch/arm64-0010-KVM-ARM-Hack-to-enable-VGIC-mapping-on-64k-PAGE_SIZE.patch.
- we no longer need to run on non-64k compliant hardware
- commit c55dae1
-------------------------------------------------------------------
Mon Aug 15 11:45:32 CEST 2016 - agraf@suse.de
- Remove ppc64le support on early POWER7 systems (we build for p8 by now anyway)
- Delete
patches.arch/ppc64le-ile-0001-powerpc-Add-global-exports-for-all-interrupt-vectors.patch.
- Delete
patches.arch/ppc64le-ile-0002-powerpc-Add-relocation-code-for-fixups.patch.
- Delete
patches.arch/ppc64le-ile-0003-powerpc-Add-hack-to-make-ppc64le-work-on-hosts-witho.patch.
- Delete
patches.arch/ppc64le-ile-0004-powerpc-Don-t-return-to-BE-mode-when-we-are-already-.patch.
- commit c4ff529
-------------------------------------------------------------------
Mon Aug 15 01:57:11 CEST 2016 - jeffm@suse.com
- Update to 4.8-rc1.
- Eliminated 7 patches.
- ARM configs need updating.
- Several patches need to be merged by their owners.
- Config changes:
- Global:
- GCC_PLUGINS=y (menu option)
- GCC_PLUGIN_CYC_COMPLEXITY=n
- TPM:
- TCG_TIS_SPI
- TCG_VTPM_PROXY
- TCG_TIS_ST33ZP24_I2C
- TCG_TIS_ST33ZP24_SPI
- Sensors:
- SENSORS_FTSTEUTATES
- SENSORS_SHT3x
- SENSORS_INA3221
- BMA220=n
- MMA7660=n
- MAX5487=n
- Graphics:
- DRM_I915_GVT=y
- ACPI:
- DPTF_POWER
- ACPI_CONFIGFS
- CPUFreq:
- CPU_FREQ_STAT=n (overhead)
- PCI:
- PCIE_DPC=y (should be m but it's a bool)
- RapidIO:
- RAPIDIO_CHMAN
- RAPIDIO_RXS_GEN3
- IP:
- TCP_CONG_NV
- Netfilter:
- NET_CLS_MATCHALL
- Virtualization:
- VIRTIO_VSOCKETS
- VHOST_VSOCK
- Networking hardware:
- INTEL_XWAY_PHY
- B53=n
- NVME:
- NVME_RDMA
- NVME_TARGET
- NVME_TARGET_LOOP
- NVME_TARGET_RDMA
- Infiniband:
- RDMA_RXE
- RTC:
- RTC_DRV_MAX6916=n
- Storage:
- SCSI_UFS_DWC_TC_PCI=n (test hardware)
- SCSI_UFS_DWC_TC_PLATFORM=n
- Input:
- TABLET_USB_PEGASUS
- INPUT_ATMEL_CAPTOUCH
- HID:
- HID_LED
- HID_ALPS
- LEDs:
- LEDS_LP3952
- LEDS_TRIGGER_DISK
- Touchscreen I2C/SPI:
- TOUCHSCREEN_RM_TS
- TOUCHSCREEN_SILEAD
- TOUCHSCREEN_SIS_I2C
- TOUCHSCREEN_SURFACE3_SPI
- File Systems:
- EXT4_ENCRYPTION=y
- PSTORE_LZO_COMPRESS=y
- NFSD_FLEXFILELAYOUT=y
- SECURITY_APPARMOR_HASH_DEFAULT=y
- Crypto:
- CRYPTO_DH
- CRYPTO_ECDH
- CRYPTO_SHA3
- Video:
- DRM_I2C_ADV7533
- Staging:
- MEDIA_CEC=y (will be part of another module when out of staging)
- KS7010
- Audio:
- SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH
- SND_SOC_BT_SCO
- Misc:
- IIO_SW_DEVICE
- IIO_TIGHTLOOP_TRIGGER=n
- MTD_NAND_MTK
- x86:
- INTEL_VBTN
- PWM_CROS_EC
- x86_64:
- CRYPTO_SHA256_MB
- CRYPTO_SHA512_MB
- powerpc:
- GEN_RTC=n
- HOTPLUG_PCI_POWERNV
- CXL_BIMODAL=y
- SCSI_IBMVSCSIS
- ADB_PMU_LED_DISK=y
- POWERNV_OP_PANEL
- JUMP_LABEL_FEATURE_CHECKS=y
- JUMP_LABEL_FEATURE_CHECK_DEBUG=n
- CRYPT_CRC32C_VPMSUM
- BPF_JIT=y
- s390:
- KCOV=n
- CRYPTO_CRC32_S390=y
- ARM (disabled):
- MDIO_HISI_FEMAC
- DRM_SII902X
- DRM_TOSHIBA_TC358767
- SND_SUN4I_I2S
- SND_SOC_ADAU7002
- SND_SOC_CS35L33
- SND_SOC_CS53L30
- SND_SOC_MAX98504
- SND_SOC_MAX9860
- SND_SOC_WM8985
- SUNXI_CCU
- TI_SYSCON_RESET
- NET_NCSI (only used by Faraday, which is ARM hardware)
- commit d5c4fe8
-------------------------------------------------------------------
Tue Aug 9 14:49:30 CEST 2016 - jthumshirn@suse.de

View File

@ -19,8 +19,8 @@
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
# needssslcertforbuild
%define srcversion 4.7
%define patchversion 4.7.6
%define srcversion 4.8
%define patchversion 4.8.0
%define variant %{nil}
%define vanilla_only 0
@ -60,9 +60,9 @@ Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
License: GPL-2.0
Group: System/Kernel
Version: 4.7.6
Version: 4.8.0
%if 0%{?is_kotd}
Release: <RELEASE>.gfb37fcc
Release: <RELEASE>.g55165a4
%else
Release: 0
%endif
@ -455,8 +455,7 @@ fi
--set-str CONFIG_LOCALVERSION -%source_rel-%build_flavor \
--enable CONFIG_SUSE_KERNEL \
%if 0%{?__debug_package:1}
--enable CONFIG_DEBUG_INFO \
--disable CONFIG_DEBUG_INFO_REDUCED
--enable CONFIG_DEBUG_INFO
%else
--disable CONFIG_DEBUG_INFO
%endif

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

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c25c250242611927b31cfa921fd04b7a4b2b174bf866533c1adb6cc15aec17ee
size 6206
oid sha256:a12c212445fdaccca3b4022fcf68d66235faa44fd1a2af5a07980ee17d3e1d22
size 5557

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a96bfd86b87dfcdedaccdbf16d137d1ddd4d28c08c3f1b4d409344ad482689bb
size 146177
oid sha256:0cfc0deb29ad90fd08d8f61378ba1a1b8f541b6ab36117ddd25c2b15bd78f249
size 125073

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f3203899e379f3111a18e20836d4d6f85cce357724a1afcab493954a153fd49b
size 5366
oid sha256:c94bfccbd39fbbe9b4c7cf335c07c09ef23d9ab07fd7e6b8790f5dede0fdab3e
size 2333

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:06d001cd7cb627b0579be604f3b804d2ae9155ecf59f9557aa95bea202ce5d97
size 14131
oid sha256:9d131c918d138be6398468d5d965900b1973548cee2cd23803e5950c4fe8cdf1
size 7726

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

Binary file not shown.

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fdec2d0aa4ae9f82bfd6c81890d3949858bf635abed7b5ed12001f5f22cbaba8
size 1966
oid sha256:109947188712efa0851a9c0e22b81c56f68b86a87388030e81ff7f6f89886f08
size 1264

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1de1f0d779e16447c365c84c61c0fabcdd21264aa1a6e65b0a7f7a0347777d14
size 51190
oid sha256:a746ba1891d7a28a565161c1735f0e74c2b2322ac371d9877cccdc426036ad31
size 59644

View File

@ -27,19 +27,12 @@
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/patch-4.7.1
patches.kernel.org/patch-4.7.1-2
patches.kernel.org/patch-4.7.2-3
patches.kernel.org/patch-4.7.3-4
patches.kernel.org/patch-4.7.4-5
patches.kernel.org/patch-4.7.5-6
########################################################
# Build fixes that apply to the vanilla kernel too.
# Patches in patches.rpmify are applied to both -vanilla
# and patched flavors.
########################################################
patches.rpmify/lustre-lloop-dont-change-logical-size
########################################################
# kABI consistency patches
@ -61,7 +54,6 @@
# 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
@ -139,10 +131,6 @@
# powerpc/little endian
########################################################
patches.arch/ppc64le-build-vmlinux.patch
patches.arch/ppc64le-ile-0001-powerpc-Add-global-exports-for-all-interrupt-vectors.patch
patches.arch/ppc64le-ile-0002-powerpc-Add-relocation-code-for-fixups.patch
patches.arch/ppc64le-ile-0003-powerpc-Add-hack-to-make-ppc64le-work-on-hosts-witho.patch
patches.arch/ppc64le-ile-0004-powerpc-Don-t-return-to-BE-mode-when-we-are-already-.patch
########################################################
# PS3
@ -157,13 +145,6 @@
patches.arch/arm-arndale-usb.patch
patches.arch/arm-exynos-dwmmc-modalias.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
# network is not working when build as module (bsc#973756)
patches.arch/arm64-1-6-drivers-net-xgene-MAC-and-PHY-configuration-changes.patch
patches.arch/arm64-2-6-drivers-net-xgene-Backward-compatibility-with-older-firmware.patch
patches.arch/arm64-3-6-drivers-net-phy-Add-MDIO-driver.patch
patches.arch/arm64-6-6-drivers-net-xgene-Fix-module-load-unload-crash.patch
# arm64 fix efifb to relocate the fb on BAR move
patches.arch/arm64-Relocate-screen_info.lfb_base-on-PCI-BAR-alloc.patch
@ -177,14 +158,12 @@
########################################################
# VM/FS patches
########################################################
# Patches to export btrfs anonymous devices (VFS portion)
patches.suse/vfs-add-super_operations-get_inode_dev
# Changes to tunable defaults
patches.suse/readahead-request-tunables.patch
########################################################
# IPC patches
########################################################
@ -233,7 +212,6 @@
# Netfilter
########################################################
patches.suse/netfilter-ip_conntrack_slp.patch
patches.fixes/netfilter-x_tables-speed-up-jump-target-validation.patch
########################################################
# NFS
@ -262,6 +240,8 @@
# btrfs
########################################################
patches.suse/btrfs-provide-super_operations-get_inode_dev
patches.suse/revert-btrfs-fix-lockdep-warning-on-deadlock-against-an-inode-s-log-mutex.patch
patches.suse/revert-btrfs-improve-performance-on-fsync-against-new-inode-after-rename-unlink.patch
########################################################
# Reiserfs Patches
@ -332,8 +312,6 @@
########################################################
# DRM/Video
########################################################
patches.fixes/x86-hibernate-Use-hlt_play_dead-when-resuming-from-h
patches.fixes/drm-i915-Add-distinct-stubs-for-PM-hibernation-phase
patches.fixes/drm-i915-Fix-S4-resume-breakage
########################################################
@ -383,7 +361,6 @@
##########################################################
# Sound
##########################################################
patches.drivers/ASoC-intel-Fix-sst-dsp-dependency-on-dw-stuff
########################################################
# Char / serial
@ -417,6 +394,15 @@
########################################################
# md
########################################################
patches.suse/0001-md-cluster-call-md_kick_rdev_from_array-once-ack-fai.patch
patches.suse/0002-md-cluster-use-FORCEUNLOCK-in-lockres_free.patch
patches.suse/0003-md-cluster-remove-some-unnecessary-dlm_unlock_sync.patch
patches.suse/0004-md-changes-for-MD_STILL_CLOSED-flag.patch
patches.suse/0005-md-cluster-clean-related-infos-of-cluster.patch
patches.suse/0006-md-cluster-protect-md_find_rdev_nr_rcu-with-rcu-lock.patch
patches.suse/0007-md-cluster-convert-the-completion-to-wait-queue.patch
patches.suse/0008-md-cluster-introduce-dlm_lock_sync_interruptible-to-.patch
patches.suse/0009-md-cluster-make-resync-lock-also-could-be-interruptt.patch
##########################################################
#
@ -434,8 +420,6 @@
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control
# patches.apparmor/apparmor-profiles-seq_file
patches.apparmor/apparmor-temporary-work-around-for-bug-while-unloadi
patches.apparmor/apparmor-allow-sys_cap_resource-to-be-sufficient-to-prlimit-another-task
patches.fixes/apparmor-fix-arg_size-computation-for-when-setprocat
########################################################
# Address space layout randomization

View File

@ -1,3 +1,3 @@
2016-09-30 14:22:14 +0200
GIT Revision: fb37fcc408151d1b2213b9decd247c68c6ef818b
2016-10-03 16:15:10 +0200
GIT Revision: 55165a403f2a17533295d62a8ba5cb5f69062933
GIT Branch: stable