commit ad96a075c1c980dd0f33efc56c1c6cd1253331ab
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1310
This commit is contained in:
parent
f1a77f87f2
commit
7d6130422b
@ -42,3 +42,6 @@
|
||||
+s390x s390x/default
|
||||
+s390x s390x/vanilla
|
||||
+s390x -syms s390x/zfcpdump
|
||||
|
||||
+riscv64 riscv64/default
|
||||
+riscv64 riscv64/vanilla
|
||||
|
@ -1,5 +1,5 @@
|
||||
# The version of the main tarball to use
|
||||
SRCVERSION=5.6
|
||||
SRCVERSION=5.7
|
||||
# variant of the kernel-source package, either empty or "-rt"
|
||||
VARIANT=
|
||||
# enable kernel module compression
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50aa3c61d4284ede2e559adf29ea2de1cf808f24e3a7d93d7eb61fed7777d81d
|
||||
size 250656
|
||||
oid sha256:46a050dd61579d8d2171bbbc840719db0fcf3a835605c42a81e575b1f336d373
|
||||
size 269585
|
||||
|
@ -1,3 +1,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:50:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Revert "Update config files."
|
||||
This reverts commit 34be040b91701c047e592935bc2dbb46a3947a56. We now
|
||||
have a fix (previous commit) in place, so change the configuration back
|
||||
(bsc#1156053).
|
||||
- commit f4546fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:08:47 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- usercopy: mark dma-kmalloc caches as usercopy caches
|
||||
(bsc#1156053).
|
||||
- commit d3b5ce7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:49:21 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- commit 8599ef4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:14:29 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- Delete
|
||||
patches.suse/Revert-ext4-make-dioread_nolock-the-default.patch.
|
||||
Replace revert by the upstream fix.
|
||||
- commit bfa465b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 08:38:39 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/drm-nouveau-Fix-regression-by-audio-component-transition.patch.
|
||||
Update upstream status.
|
||||
- commit 3000ce5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:22:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable DEBUG_INFO_BTF
|
||||
This was disabled when the option was introduced in 5.2-rc1 but it turned
|
||||
out there are interesting use cases for having it enabled.
|
||||
Add pahole to build time dependencies as it is used to extracth the BTF
|
||||
data. Once we figure out how to make it conditional (only if DEBUG_INFO_BTF
|
||||
exists and is enabled), it should be done in packaging branch.
|
||||
- commit 9ddab66
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:14:45 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Updated to 5.7 final
|
||||
- refresh configs
|
||||
- commit 7cd0da5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 09:58:58 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -226,12 +285,29 @@ Thu May 28 08:59:08 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 5afc154
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 17:13:18 CEST 2020 - trenn@suse.com
|
||||
|
||||
- Update config files.
|
||||
Remove ACPI_PROCFS_POWER
|
||||
This should all be in sysfs nowadays. If this is in Tumbleweed for a while,
|
||||
a patch to totally remove this code will be sent mainline.
|
||||
Related to bsc#1160977
|
||||
- commit 96731f2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 12:47:50 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/kernel-source.spec.in: Add obsolete_rebuilds (boo#1172073).
|
||||
- commit 6524463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 06:33:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc7
|
||||
- refresh configs (ARCH_HAS_STRICT_KERNEL_RWX=n on ppc64/ppc64le)
|
||||
- commit 67f7fb5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 20 10:32:48 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -561,6 +637,12 @@ Tue May 19 09:38:03 CEST 2020 - jslaby@suse.cz
|
||||
- Makefile: disallow data races on gcc-10 as well (gcc 10).
|
||||
- commit 3c26bf7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 09:26:14 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.7-rc6
|
||||
- commit 8e7f5b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 09:46:00 CEST 2020 - bp@suse.de
|
||||
|
||||
@ -575,6 +657,20 @@ Mon May 18 08:36:47 CEST 2020 - jslaby@suse.cz
|
||||
Update upstream status.
|
||||
- commit f322baa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 06:25:59 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc6
|
||||
- eliminated 2 patches
|
||||
- refresh configs
|
||||
- commit 3603fcd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 17 00:36:35 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.7-rc5
|
||||
- commit 2a4b8c3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 14 18:32:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -899,6 +995,19 @@ Mon May 11 08:48:40 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 7501758
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 06:33:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc5
|
||||
- refresh configs
|
||||
- commit 298ea3d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 23:15:04 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.7-rc4
|
||||
- commit 47279b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 20:12:13 CEST 2020 - jzerebecki@suse.com
|
||||
|
||||
@ -1045,7 +1154,13 @@ Wed May 6 11:02:16 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- ipc/util.c: sysvipc_find_ipc() incorrectly updates position
|
||||
index (bnc#1171211).
|
||||
- commit cff4a7c
|
||||
- commit 31ea4f6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 4 06:23:10 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc4
|
||||
- commit 9761f3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 2 20:18:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -1243,7 +1358,7 @@ Thu Apr 30 19:34:58 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau: Fix regression by audio component transition
|
||||
(bsc#1170951).
|
||||
- commit 8ab5528
|
||||
- commit 779158b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
|
||||
@ -1537,6 +1652,13 @@ Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 58238cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 15:41:17 CEST 2020 - ykaukab@suse.de
|
||||
|
||||
- config: arm64: enable coresight support
|
||||
Coresight is already enabled in armv7hl
|
||||
- commit f6f465c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 08:57:05 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -1551,6 +1673,14 @@ Mon Apr 27 08:11:21 CEST 2020 - tiwai@suse.de
|
||||
correctly (bsc#1170522).
|
||||
- commit 00d8515
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 06:27:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc3
|
||||
- eliminated 1 patch
|
||||
- refresh configs
|
||||
- commit 888b015
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 26 08:37:44 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1989,6 +2119,27 @@ Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz
|
||||
patches.suse/Revert-ACPI-EC-Do-not-clear-boot_ec_is_ecdt-in-acpi_.patch.
|
||||
- commit c11f000
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:22:09 CEST 2020 - schwab@suse.de
|
||||
|
||||
- config: riscv64: enable left out config options
|
||||
Enable some config options to reduce difference with x86 config
|
||||
- commit ffb4ebb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:13:11 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
- fix Patch-mainline and move to more appropriate place:
|
||||
patches.suse/s390-export-symbols-for-crash-kmp.patch
|
||||
- commit d3c6449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 13:35:14 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes (bsc#1169471)
|
||||
- commit 438882a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1996,12 +2147,26 @@ Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
(5.6.5 regression).
|
||||
- commit 1bdcfdf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:16:42 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable PCIE_EDR (bsc#1169263)
|
||||
(x86 only)
|
||||
- commit e781722
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:11:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc2
|
||||
- eliminated 2 patches
|
||||
- commit 487485c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 02:02:43 CEST 2020 - mbrugger@suse.com
|
||||
|
||||
- armv7hl: Update config files.
|
||||
Build MediaTek watchdog as built-in.
|
||||
- commit 8ab6aae
|
||||
- commit dfe578b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 19:32:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -2480,6 +2645,12 @@ Wed Apr 15 10:57:46 CEST 2020 - tiwai@suse.de
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes
|
||||
- commit 2cd7ffd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 21:43:55 CEST 2020 - schwab@suse.de
|
||||
|
||||
- Add config files for riscv64
|
||||
- commit b85c09e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2552,6 +2723,137 @@ Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 02:01:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc1
|
||||
- eliminated 70 patches (66 stable, 4 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- refresh
|
||||
- patches.suse/supported-flag
|
||||
- patches.suse/supported-flag-external
|
||||
- patches.suse/supported-flag-modverdir
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- patches.suse/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- fix s390x build:
|
||||
patches.suse/tty-sysrq-Export-sysrq_mask.patch
|
||||
- new config options:
|
||||
- General setup
|
||||
- CONFIG_SCHED_THERMAL_PRESSURE=y
|
||||
- CONFIG_BPF_LSM=y
|
||||
- Power management and ACPI options
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON=m
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON_SIGNAL=38
|
||||
- Memory Management options
|
||||
- CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO=y
|
||||
- CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD=y
|
||||
- CONFIG_ZSWAP_DEFAULT_ON=n
|
||||
- Networking support
|
||||
- CONFIG_IPV6_RPL_LWTUNNEL=y
|
||||
- File systems
|
||||
- CONFIG_EXFAT_FS=m
|
||||
- CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
|
||||
- Cryptographic API
|
||||
- CONFIG_CHELSIO_TLS_DEVICE=y
|
||||
- Kernel hacking
|
||||
- CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE=""
|
||||
- CONFIG_TEST_LOCKUP=n
|
||||
- CONFIG_TEST_MIN_HEAP=n
|
||||
- PCI
|
||||
- CONFIG_PCIE_EDR=n
|
||||
- Network device drivers
|
||||
- CONFIG_BAREUDP=m
|
||||
- CONFIG_MLX5_TC_CT=y
|
||||
- CONFIG_DWMAC_INTEL=m
|
||||
- CONFIG_MDIO_MVUSB=m
|
||||
- CONFIG_BCM84881_PHY=m
|
||||
- PHY_CADENCE_TORRENT=m (i386, ppc64(le))
|
||||
- PTP clock support
|
||||
- CONFIG_PTP_1588_CLOCK_IDT82P33=m
|
||||
- CONFIG_PTP_1588_CLOCK_VMW=m
|
||||
- Graphics
|
||||
- CONFIG_DRM_I915_MAX_REQUEST_BUSYWAIT=8000
|
||||
- CONFIG_TINYDRM_ILI9486=n
|
||||
- DRM_PANEL_BOE_TV101WUM_NL6=n
|
||||
- DRM_PANEL_ELIDA_KD35T133=n
|
||||
- DRM_PANEL_FEIXIN_K101_IM2BA02=n
|
||||
- DRM_PANEL_NOVATEK_NT35510=n
|
||||
- DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01=n
|
||||
- DRM_DISPLAY_CONNECTOR=n
|
||||
- DRM_PARADE_PS8640=n
|
||||
- DRM_SIMPLE_BRIDGE=n
|
||||
- DRM_TOSHIBA_TC358768=n
|
||||
- DRM_TI_TPD12S015=n
|
||||
- Sound
|
||||
- CONFIG_SND_SOC_AMD_RV_RT5682_MACH=m
|
||||
- CONFIG_SND_BCM63XX_I2S_WHISTLER=n
|
||||
- CONFIG_SND_SOC_INTEL_SOF_PCM512x_MACH=m
|
||||
- CONFIG_SND_SOC_SOF_DEBUG_PROBES=n
|
||||
- CONFIG_SND_SOC_RT5682_SDW=n
|
||||
- CONFIG_SND_SOC_TLV320ADCX140=n
|
||||
- Input
|
||||
- CONFIG_HID_GLORIOUS=m
|
||||
- CONFIG_HID_MCP2221=m
|
||||
- CONFIG_KEYBOARD_IQS62X=m
|
||||
- USB
|
||||
- CONFIG_APPLE_MFI_FASTCHARGE=m
|
||||
- CONFIG_TYPEC_MUX_INTEL_PMC=m
|
||||
- Virtio drivers
|
||||
- CONFIG_VIRTIO_VDPA=m
|
||||
- CONFIG_VDPA_MENU=y
|
||||
- CONFIG_VDPA_SIM=m
|
||||
- CONFIG_IFCVF=m
|
||||
- CONFIG_VHOST_MENU=y
|
||||
- CONFIG_VHOST_VDPA=m
|
||||
- Platform drivers
|
||||
- CONFIG_SURFACE_3_POWER_OPREGION=m
|
||||
- CONFIG_CROS_EC_TYPEC=m
|
||||
- CONFIG_CROS_USBPD_NOTIFY=m
|
||||
- Industrial I/O
|
||||
- CONFIG_HMC425=n
|
||||
- CONFIG_AD5770R=n
|
||||
- CONFIG_AL3010=n
|
||||
- CONFIG_GP2AP002=n
|
||||
- CONFIG_ICP10100=n
|
||||
- CONFIG_IQS621_ALS=n
|
||||
- CONFIG_IQS624_POS=n
|
||||
- CONFIG_IQS620AT_TEMP=n
|
||||
- Misc drivers
|
||||
- CONFIG_MHI_BUS=m
|
||||
- CONFIG_UACCE=m
|
||||
- CONFIG_ATA_FORCE=y
|
||||
- CONFIG_SERIAL_SPRD=m
|
||||
- CONFIG_SPI_MUX=m
|
||||
- CONFIG_PINCTRL_DA9062=m
|
||||
- CONFIG_SENSORS_AXI_FAN_CONTROL=m
|
||||
- CONFIG_MFD_IQS62X=m
|
||||
- CONFIG_VIDEO_IMX219=m
|
||||
- CONFIG_MMC_HSQ=m
|
||||
- CONFIG_DMABUF_MOVE_NOTIFY=n
|
||||
- CONFIG_PWM_DEBUG=n
|
||||
- CONFIG_MUX_ADG792A=n
|
||||
- CONFIG_MUX_ADGS1408=n
|
||||
- CONFIG_MUX_GPIO=n
|
||||
- i386
|
||||
- REGULATOR_MP541=m
|
||||
- REGULATOR_MP886X=m
|
||||
- ppc64
|
||||
- PMU_SYSFS=y
|
||||
- FSL_ENETC=m
|
||||
- FSL_ENETC_VF=m
|
||||
- FSL_ENETC_PTP_CLOCK=m
|
||||
- FSL_ENETC_QOS=y
|
||||
- SPI_FSI=m
|
||||
- REGULATOR_MP5416=m
|
||||
- REGULATOR_MP886X=m
|
||||
- s390x
|
||||
- XILINX_LL_TEMAC=m
|
||||
- MDIO_XPCS=m
|
||||
- QETH_OSN=y
|
||||
- QETH_OSX=y
|
||||
- commit 84ddad4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
@ -48051,6 +48353,12 @@ Thu Aug 17 07:30:12 CEST 2017 - jslaby@suse.cz
|
||||
- Linux 4.12.8 (bnc#1012628).
|
||||
- commit 4d7933a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 16 14:05:44 CEST 2017 - msuchanek@suse.de
|
||||
|
||||
- s390: export symbols for crash-kmp (bsc#1053915).
|
||||
- commit 7dd9b75
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 15 13:41:13 CEST 2017 - hare@suse.de
|
||||
|
||||
|
@ -16,8 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.15
|
||||
%define srcversion 5.7
|
||||
%define patchversion 5.7.0
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: dtb-aarch64
|
||||
Version: 5.6.15
|
||||
Version: 5.7.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gfe7831e
|
||||
Release: <RELEASE>.gad96a07
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:50:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Revert "Update config files."
|
||||
This reverts commit 34be040b91701c047e592935bc2dbb46a3947a56. We now
|
||||
have a fix (previous commit) in place, so change the configuration back
|
||||
(bsc#1156053).
|
||||
- commit f4546fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:08:47 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- usercopy: mark dma-kmalloc caches as usercopy caches
|
||||
(bsc#1156053).
|
||||
- commit d3b5ce7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:49:21 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- commit 8599ef4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:14:29 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- Delete
|
||||
patches.suse/Revert-ext4-make-dioread_nolock-the-default.patch.
|
||||
Replace revert by the upstream fix.
|
||||
- commit bfa465b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 08:38:39 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/drm-nouveau-Fix-regression-by-audio-component-transition.patch.
|
||||
Update upstream status.
|
||||
- commit 3000ce5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:22:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable DEBUG_INFO_BTF
|
||||
This was disabled when the option was introduced in 5.2-rc1 but it turned
|
||||
out there are interesting use cases for having it enabled.
|
||||
Add pahole to build time dependencies as it is used to extracth the BTF
|
||||
data. Once we figure out how to make it conditional (only if DEBUG_INFO_BTF
|
||||
exists and is enabled), it should be done in packaging branch.
|
||||
- commit 9ddab66
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:14:45 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Updated to 5.7 final
|
||||
- refresh configs
|
||||
- commit 7cd0da5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 09:58:58 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -226,12 +285,29 @@ Thu May 28 08:59:08 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 5afc154
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 17:13:18 CEST 2020 - trenn@suse.com
|
||||
|
||||
- Update config files.
|
||||
Remove ACPI_PROCFS_POWER
|
||||
This should all be in sysfs nowadays. If this is in Tumbleweed for a while,
|
||||
a patch to totally remove this code will be sent mainline.
|
||||
Related to bsc#1160977
|
||||
- commit 96731f2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 12:47:50 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/kernel-source.spec.in: Add obsolete_rebuilds (boo#1172073).
|
||||
- commit 6524463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 06:33:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc7
|
||||
- refresh configs (ARCH_HAS_STRICT_KERNEL_RWX=n on ppc64/ppc64le)
|
||||
- commit 67f7fb5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 20 10:32:48 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -561,6 +637,12 @@ Tue May 19 09:38:03 CEST 2020 - jslaby@suse.cz
|
||||
- Makefile: disallow data races on gcc-10 as well (gcc 10).
|
||||
- commit 3c26bf7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 09:26:14 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.7-rc6
|
||||
- commit 8e7f5b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 09:46:00 CEST 2020 - bp@suse.de
|
||||
|
||||
@ -575,6 +657,20 @@ Mon May 18 08:36:47 CEST 2020 - jslaby@suse.cz
|
||||
Update upstream status.
|
||||
- commit f322baa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 06:25:59 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc6
|
||||
- eliminated 2 patches
|
||||
- refresh configs
|
||||
- commit 3603fcd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 17 00:36:35 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.7-rc5
|
||||
- commit 2a4b8c3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 14 18:32:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -899,6 +995,19 @@ Mon May 11 08:48:40 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 7501758
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 06:33:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc5
|
||||
- refresh configs
|
||||
- commit 298ea3d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 23:15:04 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.7-rc4
|
||||
- commit 47279b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 20:12:13 CEST 2020 - jzerebecki@suse.com
|
||||
|
||||
@ -1045,7 +1154,13 @@ Wed May 6 11:02:16 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- ipc/util.c: sysvipc_find_ipc() incorrectly updates position
|
||||
index (bnc#1171211).
|
||||
- commit cff4a7c
|
||||
- commit 31ea4f6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 4 06:23:10 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc4
|
||||
- commit 9761f3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 2 20:18:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -1243,7 +1358,7 @@ Thu Apr 30 19:34:58 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau: Fix regression by audio component transition
|
||||
(bsc#1170951).
|
||||
- commit 8ab5528
|
||||
- commit 779158b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
|
||||
@ -1537,6 +1652,13 @@ Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 58238cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 15:41:17 CEST 2020 - ykaukab@suse.de
|
||||
|
||||
- config: arm64: enable coresight support
|
||||
Coresight is already enabled in armv7hl
|
||||
- commit f6f465c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 08:57:05 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -1551,6 +1673,14 @@ Mon Apr 27 08:11:21 CEST 2020 - tiwai@suse.de
|
||||
correctly (bsc#1170522).
|
||||
- commit 00d8515
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 06:27:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc3
|
||||
- eliminated 1 patch
|
||||
- refresh configs
|
||||
- commit 888b015
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 26 08:37:44 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1989,6 +2119,27 @@ Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz
|
||||
patches.suse/Revert-ACPI-EC-Do-not-clear-boot_ec_is_ecdt-in-acpi_.patch.
|
||||
- commit c11f000
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:22:09 CEST 2020 - schwab@suse.de
|
||||
|
||||
- config: riscv64: enable left out config options
|
||||
Enable some config options to reduce difference with x86 config
|
||||
- commit ffb4ebb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:13:11 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
- fix Patch-mainline and move to more appropriate place:
|
||||
patches.suse/s390-export-symbols-for-crash-kmp.patch
|
||||
- commit d3c6449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 13:35:14 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes (bsc#1169471)
|
||||
- commit 438882a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1996,12 +2147,26 @@ Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
(5.6.5 regression).
|
||||
- commit 1bdcfdf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:16:42 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable PCIE_EDR (bsc#1169263)
|
||||
(x86 only)
|
||||
- commit e781722
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:11:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc2
|
||||
- eliminated 2 patches
|
||||
- commit 487485c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 02:02:43 CEST 2020 - mbrugger@suse.com
|
||||
|
||||
- armv7hl: Update config files.
|
||||
Build MediaTek watchdog as built-in.
|
||||
- commit 8ab6aae
|
||||
- commit dfe578b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 19:32:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -2480,6 +2645,12 @@ Wed Apr 15 10:57:46 CEST 2020 - tiwai@suse.de
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes
|
||||
- commit 2cd7ffd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 21:43:55 CEST 2020 - schwab@suse.de
|
||||
|
||||
- Add config files for riscv64
|
||||
- commit b85c09e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2552,6 +2723,137 @@ Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 02:01:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc1
|
||||
- eliminated 70 patches (66 stable, 4 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- refresh
|
||||
- patches.suse/supported-flag
|
||||
- patches.suse/supported-flag-external
|
||||
- patches.suse/supported-flag-modverdir
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- patches.suse/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- fix s390x build:
|
||||
patches.suse/tty-sysrq-Export-sysrq_mask.patch
|
||||
- new config options:
|
||||
- General setup
|
||||
- CONFIG_SCHED_THERMAL_PRESSURE=y
|
||||
- CONFIG_BPF_LSM=y
|
||||
- Power management and ACPI options
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON=m
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON_SIGNAL=38
|
||||
- Memory Management options
|
||||
- CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO=y
|
||||
- CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD=y
|
||||
- CONFIG_ZSWAP_DEFAULT_ON=n
|
||||
- Networking support
|
||||
- CONFIG_IPV6_RPL_LWTUNNEL=y
|
||||
- File systems
|
||||
- CONFIG_EXFAT_FS=m
|
||||
- CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
|
||||
- Cryptographic API
|
||||
- CONFIG_CHELSIO_TLS_DEVICE=y
|
||||
- Kernel hacking
|
||||
- CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE=""
|
||||
- CONFIG_TEST_LOCKUP=n
|
||||
- CONFIG_TEST_MIN_HEAP=n
|
||||
- PCI
|
||||
- CONFIG_PCIE_EDR=n
|
||||
- Network device drivers
|
||||
- CONFIG_BAREUDP=m
|
||||
- CONFIG_MLX5_TC_CT=y
|
||||
- CONFIG_DWMAC_INTEL=m
|
||||
- CONFIG_MDIO_MVUSB=m
|
||||
- CONFIG_BCM84881_PHY=m
|
||||
- PHY_CADENCE_TORRENT=m (i386, ppc64(le))
|
||||
- PTP clock support
|
||||
- CONFIG_PTP_1588_CLOCK_IDT82P33=m
|
||||
- CONFIG_PTP_1588_CLOCK_VMW=m
|
||||
- Graphics
|
||||
- CONFIG_DRM_I915_MAX_REQUEST_BUSYWAIT=8000
|
||||
- CONFIG_TINYDRM_ILI9486=n
|
||||
- DRM_PANEL_BOE_TV101WUM_NL6=n
|
||||
- DRM_PANEL_ELIDA_KD35T133=n
|
||||
- DRM_PANEL_FEIXIN_K101_IM2BA02=n
|
||||
- DRM_PANEL_NOVATEK_NT35510=n
|
||||
- DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01=n
|
||||
- DRM_DISPLAY_CONNECTOR=n
|
||||
- DRM_PARADE_PS8640=n
|
||||
- DRM_SIMPLE_BRIDGE=n
|
||||
- DRM_TOSHIBA_TC358768=n
|
||||
- DRM_TI_TPD12S015=n
|
||||
- Sound
|
||||
- CONFIG_SND_SOC_AMD_RV_RT5682_MACH=m
|
||||
- CONFIG_SND_BCM63XX_I2S_WHISTLER=n
|
||||
- CONFIG_SND_SOC_INTEL_SOF_PCM512x_MACH=m
|
||||
- CONFIG_SND_SOC_SOF_DEBUG_PROBES=n
|
||||
- CONFIG_SND_SOC_RT5682_SDW=n
|
||||
- CONFIG_SND_SOC_TLV320ADCX140=n
|
||||
- Input
|
||||
- CONFIG_HID_GLORIOUS=m
|
||||
- CONFIG_HID_MCP2221=m
|
||||
- CONFIG_KEYBOARD_IQS62X=m
|
||||
- USB
|
||||
- CONFIG_APPLE_MFI_FASTCHARGE=m
|
||||
- CONFIG_TYPEC_MUX_INTEL_PMC=m
|
||||
- Virtio drivers
|
||||
- CONFIG_VIRTIO_VDPA=m
|
||||
- CONFIG_VDPA_MENU=y
|
||||
- CONFIG_VDPA_SIM=m
|
||||
- CONFIG_IFCVF=m
|
||||
- CONFIG_VHOST_MENU=y
|
||||
- CONFIG_VHOST_VDPA=m
|
||||
- Platform drivers
|
||||
- CONFIG_SURFACE_3_POWER_OPREGION=m
|
||||
- CONFIG_CROS_EC_TYPEC=m
|
||||
- CONFIG_CROS_USBPD_NOTIFY=m
|
||||
- Industrial I/O
|
||||
- CONFIG_HMC425=n
|
||||
- CONFIG_AD5770R=n
|
||||
- CONFIG_AL3010=n
|
||||
- CONFIG_GP2AP002=n
|
||||
- CONFIG_ICP10100=n
|
||||
- CONFIG_IQS621_ALS=n
|
||||
- CONFIG_IQS624_POS=n
|
||||
- CONFIG_IQS620AT_TEMP=n
|
||||
- Misc drivers
|
||||
- CONFIG_MHI_BUS=m
|
||||
- CONFIG_UACCE=m
|
||||
- CONFIG_ATA_FORCE=y
|
||||
- CONFIG_SERIAL_SPRD=m
|
||||
- CONFIG_SPI_MUX=m
|
||||
- CONFIG_PINCTRL_DA9062=m
|
||||
- CONFIG_SENSORS_AXI_FAN_CONTROL=m
|
||||
- CONFIG_MFD_IQS62X=m
|
||||
- CONFIG_VIDEO_IMX219=m
|
||||
- CONFIG_MMC_HSQ=m
|
||||
- CONFIG_DMABUF_MOVE_NOTIFY=n
|
||||
- CONFIG_PWM_DEBUG=n
|
||||
- CONFIG_MUX_ADG792A=n
|
||||
- CONFIG_MUX_ADGS1408=n
|
||||
- CONFIG_MUX_GPIO=n
|
||||
- i386
|
||||
- REGULATOR_MP541=m
|
||||
- REGULATOR_MP886X=m
|
||||
- ppc64
|
||||
- PMU_SYSFS=y
|
||||
- FSL_ENETC=m
|
||||
- FSL_ENETC_VF=m
|
||||
- FSL_ENETC_PTP_CLOCK=m
|
||||
- FSL_ENETC_QOS=y
|
||||
- SPI_FSI=m
|
||||
- REGULATOR_MP5416=m
|
||||
- REGULATOR_MP886X=m
|
||||
- s390x
|
||||
- XILINX_LL_TEMAC=m
|
||||
- MDIO_XPCS=m
|
||||
- QETH_OSN=y
|
||||
- QETH_OSX=y
|
||||
- commit 84ddad4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
@ -48051,6 +48353,12 @@ Thu Aug 17 07:30:12 CEST 2017 - jslaby@suse.cz
|
||||
- Linux 4.12.8 (bnc#1012628).
|
||||
- commit 4d7933a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 16 14:05:44 CEST 2017 - msuchanek@suse.de
|
||||
|
||||
- s390: export symbols for crash-kmp (bsc#1053915).
|
||||
- commit 7dd9b75
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 15 13:41:13 CEST 2017 - hare@suse.de
|
||||
|
||||
|
@ -16,8 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.15
|
||||
%define srcversion 5.7
|
||||
%define patchversion 5.7.0
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: dtb-armv6l
|
||||
Version: 5.6.15
|
||||
Version: 5.7.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gfe7831e
|
||||
Release: <RELEASE>.gad96a07
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:50:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Revert "Update config files."
|
||||
This reverts commit 34be040b91701c047e592935bc2dbb46a3947a56. We now
|
||||
have a fix (previous commit) in place, so change the configuration back
|
||||
(bsc#1156053).
|
||||
- commit f4546fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:08:47 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- usercopy: mark dma-kmalloc caches as usercopy caches
|
||||
(bsc#1156053).
|
||||
- commit d3b5ce7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:49:21 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- commit 8599ef4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:14:29 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- Delete
|
||||
patches.suse/Revert-ext4-make-dioread_nolock-the-default.patch.
|
||||
Replace revert by the upstream fix.
|
||||
- commit bfa465b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 08:38:39 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/drm-nouveau-Fix-regression-by-audio-component-transition.patch.
|
||||
Update upstream status.
|
||||
- commit 3000ce5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:22:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable DEBUG_INFO_BTF
|
||||
This was disabled when the option was introduced in 5.2-rc1 but it turned
|
||||
out there are interesting use cases for having it enabled.
|
||||
Add pahole to build time dependencies as it is used to extracth the BTF
|
||||
data. Once we figure out how to make it conditional (only if DEBUG_INFO_BTF
|
||||
exists and is enabled), it should be done in packaging branch.
|
||||
- commit 9ddab66
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:14:45 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Updated to 5.7 final
|
||||
- refresh configs
|
||||
- commit 7cd0da5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 09:58:58 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -226,12 +285,29 @@ Thu May 28 08:59:08 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 5afc154
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 17:13:18 CEST 2020 - trenn@suse.com
|
||||
|
||||
- Update config files.
|
||||
Remove ACPI_PROCFS_POWER
|
||||
This should all be in sysfs nowadays. If this is in Tumbleweed for a while,
|
||||
a patch to totally remove this code will be sent mainline.
|
||||
Related to bsc#1160977
|
||||
- commit 96731f2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 12:47:50 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/kernel-source.spec.in: Add obsolete_rebuilds (boo#1172073).
|
||||
- commit 6524463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 06:33:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc7
|
||||
- refresh configs (ARCH_HAS_STRICT_KERNEL_RWX=n on ppc64/ppc64le)
|
||||
- commit 67f7fb5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 20 10:32:48 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -561,6 +637,12 @@ Tue May 19 09:38:03 CEST 2020 - jslaby@suse.cz
|
||||
- Makefile: disallow data races on gcc-10 as well (gcc 10).
|
||||
- commit 3c26bf7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 09:26:14 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.7-rc6
|
||||
- commit 8e7f5b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 09:46:00 CEST 2020 - bp@suse.de
|
||||
|
||||
@ -575,6 +657,20 @@ Mon May 18 08:36:47 CEST 2020 - jslaby@suse.cz
|
||||
Update upstream status.
|
||||
- commit f322baa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 06:25:59 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc6
|
||||
- eliminated 2 patches
|
||||
- refresh configs
|
||||
- commit 3603fcd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 17 00:36:35 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.7-rc5
|
||||
- commit 2a4b8c3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 14 18:32:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -899,6 +995,19 @@ Mon May 11 08:48:40 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 7501758
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 06:33:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc5
|
||||
- refresh configs
|
||||
- commit 298ea3d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 23:15:04 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.7-rc4
|
||||
- commit 47279b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 20:12:13 CEST 2020 - jzerebecki@suse.com
|
||||
|
||||
@ -1045,7 +1154,13 @@ Wed May 6 11:02:16 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- ipc/util.c: sysvipc_find_ipc() incorrectly updates position
|
||||
index (bnc#1171211).
|
||||
- commit cff4a7c
|
||||
- commit 31ea4f6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 4 06:23:10 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc4
|
||||
- commit 9761f3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 2 20:18:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -1243,7 +1358,7 @@ Thu Apr 30 19:34:58 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau: Fix regression by audio component transition
|
||||
(bsc#1170951).
|
||||
- commit 8ab5528
|
||||
- commit 779158b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
|
||||
@ -1537,6 +1652,13 @@ Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 58238cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 15:41:17 CEST 2020 - ykaukab@suse.de
|
||||
|
||||
- config: arm64: enable coresight support
|
||||
Coresight is already enabled in armv7hl
|
||||
- commit f6f465c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 08:57:05 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -1551,6 +1673,14 @@ Mon Apr 27 08:11:21 CEST 2020 - tiwai@suse.de
|
||||
correctly (bsc#1170522).
|
||||
- commit 00d8515
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 06:27:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc3
|
||||
- eliminated 1 patch
|
||||
- refresh configs
|
||||
- commit 888b015
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 26 08:37:44 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1989,6 +2119,27 @@ Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz
|
||||
patches.suse/Revert-ACPI-EC-Do-not-clear-boot_ec_is_ecdt-in-acpi_.patch.
|
||||
- commit c11f000
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:22:09 CEST 2020 - schwab@suse.de
|
||||
|
||||
- config: riscv64: enable left out config options
|
||||
Enable some config options to reduce difference with x86 config
|
||||
- commit ffb4ebb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:13:11 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
- fix Patch-mainline and move to more appropriate place:
|
||||
patches.suse/s390-export-symbols-for-crash-kmp.patch
|
||||
- commit d3c6449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 13:35:14 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes (bsc#1169471)
|
||||
- commit 438882a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1996,12 +2147,26 @@ Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
(5.6.5 regression).
|
||||
- commit 1bdcfdf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:16:42 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable PCIE_EDR (bsc#1169263)
|
||||
(x86 only)
|
||||
- commit e781722
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:11:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc2
|
||||
- eliminated 2 patches
|
||||
- commit 487485c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 02:02:43 CEST 2020 - mbrugger@suse.com
|
||||
|
||||
- armv7hl: Update config files.
|
||||
Build MediaTek watchdog as built-in.
|
||||
- commit 8ab6aae
|
||||
- commit dfe578b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 19:32:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -2480,6 +2645,12 @@ Wed Apr 15 10:57:46 CEST 2020 - tiwai@suse.de
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes
|
||||
- commit 2cd7ffd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 21:43:55 CEST 2020 - schwab@suse.de
|
||||
|
||||
- Add config files for riscv64
|
||||
- commit b85c09e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2552,6 +2723,137 @@ Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 02:01:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc1
|
||||
- eliminated 70 patches (66 stable, 4 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- refresh
|
||||
- patches.suse/supported-flag
|
||||
- patches.suse/supported-flag-external
|
||||
- patches.suse/supported-flag-modverdir
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- patches.suse/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- fix s390x build:
|
||||
patches.suse/tty-sysrq-Export-sysrq_mask.patch
|
||||
- new config options:
|
||||
- General setup
|
||||
- CONFIG_SCHED_THERMAL_PRESSURE=y
|
||||
- CONFIG_BPF_LSM=y
|
||||
- Power management and ACPI options
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON=m
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON_SIGNAL=38
|
||||
- Memory Management options
|
||||
- CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO=y
|
||||
- CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD=y
|
||||
- CONFIG_ZSWAP_DEFAULT_ON=n
|
||||
- Networking support
|
||||
- CONFIG_IPV6_RPL_LWTUNNEL=y
|
||||
- File systems
|
||||
- CONFIG_EXFAT_FS=m
|
||||
- CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
|
||||
- Cryptographic API
|
||||
- CONFIG_CHELSIO_TLS_DEVICE=y
|
||||
- Kernel hacking
|
||||
- CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE=""
|
||||
- CONFIG_TEST_LOCKUP=n
|
||||
- CONFIG_TEST_MIN_HEAP=n
|
||||
- PCI
|
||||
- CONFIG_PCIE_EDR=n
|
||||
- Network device drivers
|
||||
- CONFIG_BAREUDP=m
|
||||
- CONFIG_MLX5_TC_CT=y
|
||||
- CONFIG_DWMAC_INTEL=m
|
||||
- CONFIG_MDIO_MVUSB=m
|
||||
- CONFIG_BCM84881_PHY=m
|
||||
- PHY_CADENCE_TORRENT=m (i386, ppc64(le))
|
||||
- PTP clock support
|
||||
- CONFIG_PTP_1588_CLOCK_IDT82P33=m
|
||||
- CONFIG_PTP_1588_CLOCK_VMW=m
|
||||
- Graphics
|
||||
- CONFIG_DRM_I915_MAX_REQUEST_BUSYWAIT=8000
|
||||
- CONFIG_TINYDRM_ILI9486=n
|
||||
- DRM_PANEL_BOE_TV101WUM_NL6=n
|
||||
- DRM_PANEL_ELIDA_KD35T133=n
|
||||
- DRM_PANEL_FEIXIN_K101_IM2BA02=n
|
||||
- DRM_PANEL_NOVATEK_NT35510=n
|
||||
- DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01=n
|
||||
- DRM_DISPLAY_CONNECTOR=n
|
||||
- DRM_PARADE_PS8640=n
|
||||
- DRM_SIMPLE_BRIDGE=n
|
||||
- DRM_TOSHIBA_TC358768=n
|
||||
- DRM_TI_TPD12S015=n
|
||||
- Sound
|
||||
- CONFIG_SND_SOC_AMD_RV_RT5682_MACH=m
|
||||
- CONFIG_SND_BCM63XX_I2S_WHISTLER=n
|
||||
- CONFIG_SND_SOC_INTEL_SOF_PCM512x_MACH=m
|
||||
- CONFIG_SND_SOC_SOF_DEBUG_PROBES=n
|
||||
- CONFIG_SND_SOC_RT5682_SDW=n
|
||||
- CONFIG_SND_SOC_TLV320ADCX140=n
|
||||
- Input
|
||||
- CONFIG_HID_GLORIOUS=m
|
||||
- CONFIG_HID_MCP2221=m
|
||||
- CONFIG_KEYBOARD_IQS62X=m
|
||||
- USB
|
||||
- CONFIG_APPLE_MFI_FASTCHARGE=m
|
||||
- CONFIG_TYPEC_MUX_INTEL_PMC=m
|
||||
- Virtio drivers
|
||||
- CONFIG_VIRTIO_VDPA=m
|
||||
- CONFIG_VDPA_MENU=y
|
||||
- CONFIG_VDPA_SIM=m
|
||||
- CONFIG_IFCVF=m
|
||||
- CONFIG_VHOST_MENU=y
|
||||
- CONFIG_VHOST_VDPA=m
|
||||
- Platform drivers
|
||||
- CONFIG_SURFACE_3_POWER_OPREGION=m
|
||||
- CONFIG_CROS_EC_TYPEC=m
|
||||
- CONFIG_CROS_USBPD_NOTIFY=m
|
||||
- Industrial I/O
|
||||
- CONFIG_HMC425=n
|
||||
- CONFIG_AD5770R=n
|
||||
- CONFIG_AL3010=n
|
||||
- CONFIG_GP2AP002=n
|
||||
- CONFIG_ICP10100=n
|
||||
- CONFIG_IQS621_ALS=n
|
||||
- CONFIG_IQS624_POS=n
|
||||
- CONFIG_IQS620AT_TEMP=n
|
||||
- Misc drivers
|
||||
- CONFIG_MHI_BUS=m
|
||||
- CONFIG_UACCE=m
|
||||
- CONFIG_ATA_FORCE=y
|
||||
- CONFIG_SERIAL_SPRD=m
|
||||
- CONFIG_SPI_MUX=m
|
||||
- CONFIG_PINCTRL_DA9062=m
|
||||
- CONFIG_SENSORS_AXI_FAN_CONTROL=m
|
||||
- CONFIG_MFD_IQS62X=m
|
||||
- CONFIG_VIDEO_IMX219=m
|
||||
- CONFIG_MMC_HSQ=m
|
||||
- CONFIG_DMABUF_MOVE_NOTIFY=n
|
||||
- CONFIG_PWM_DEBUG=n
|
||||
- CONFIG_MUX_ADG792A=n
|
||||
- CONFIG_MUX_ADGS1408=n
|
||||
- CONFIG_MUX_GPIO=n
|
||||
- i386
|
||||
- REGULATOR_MP541=m
|
||||
- REGULATOR_MP886X=m
|
||||
- ppc64
|
||||
- PMU_SYSFS=y
|
||||
- FSL_ENETC=m
|
||||
- FSL_ENETC_VF=m
|
||||
- FSL_ENETC_PTP_CLOCK=m
|
||||
- FSL_ENETC_QOS=y
|
||||
- SPI_FSI=m
|
||||
- REGULATOR_MP5416=m
|
||||
- REGULATOR_MP886X=m
|
||||
- s390x
|
||||
- XILINX_LL_TEMAC=m
|
||||
- MDIO_XPCS=m
|
||||
- QETH_OSN=y
|
||||
- QETH_OSX=y
|
||||
- commit 84ddad4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
@ -48051,6 +48353,12 @@ Thu Aug 17 07:30:12 CEST 2017 - jslaby@suse.cz
|
||||
- Linux 4.12.8 (bnc#1012628).
|
||||
- commit 4d7933a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 16 14:05:44 CEST 2017 - msuchanek@suse.de
|
||||
|
||||
- s390: export symbols for crash-kmp (bsc#1053915).
|
||||
- commit 7dd9b75
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 15 13:41:13 CEST 2017 - hare@suse.de
|
||||
|
||||
|
@ -16,8 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.15
|
||||
%define srcversion 5.7
|
||||
%define patchversion 5.7.0
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: dtb-armv7l
|
||||
Version: 5.6.15
|
||||
Version: 5.7.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gfe7831e
|
||||
Release: <RELEASE>.gad96a07
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
48936
dtb-riscv64.changes
Normal file
48936
dtb-riscv64.changes
Normal file
File diff suppressed because it is too large
Load Diff
203
dtb-riscv64.spec
Normal file
203
dtb-riscv64.spec
Normal file
@ -0,0 +1,203 @@
|
||||
#
|
||||
# spec file for package dtb-riscv64
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define srcversion 5.7
|
||||
%define patchversion 5.7.0
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
%if 0%{?suse_version} > 1320 || ( 0%{?suse_version} == 1315 && 0%{?sle_version} >= 120300 )
|
||||
%define dtc_symbols 1
|
||||
%endif
|
||||
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: dtb-riscv64
|
||||
Version: 5.7.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gad96a07
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
Summary: Device Tree files for $MACHINES
|
||||
License: GPL-2.0
|
||||
Group: System/Boot
|
||||
Url: http://www.kernel.org/
|
||||
ExclusiveArch: riscv64
|
||||
BuildRequires: cpp
|
||||
%if 0%{?dtc_symbols}
|
||||
BuildRequires: dtc >= 1.4.3
|
||||
%else
|
||||
BuildRequires: dtc >= 1.4.0
|
||||
%endif
|
||||
BuildRequires: xz
|
||||
Requires: kernel = %version
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
Source8: devel-pre.sh
|
||||
Source9: devel-post.sh
|
||||
Source10: preun.sh
|
||||
Source11: postun.sh
|
||||
Source12: pre.sh
|
||||
Source13: post.sh
|
||||
Source14: series.conf
|
||||
Source16: guards
|
||||
Source17: apply-patches
|
||||
Source21: config.conf
|
||||
Source23: supported.conf
|
||||
Source33: check-for-config-changes
|
||||
Source35: group-source-files.pl
|
||||
Source36: README.PATCH-POLICY.SUSE
|
||||
Source37: README.SUSE
|
||||
Source38: README.KSYMS
|
||||
Source39: config-options.changes.txt
|
||||
Source40: source-timestamp
|
||||
Source46: split-modules
|
||||
Source47: modversions
|
||||
Source48: macros.kernel-source
|
||||
Source49: kernel-module-subpackage
|
||||
Source50: kabi.pl
|
||||
Source51: mkspec
|
||||
Source52: kernel-source%variant.changes
|
||||
Source53: kernel-source.spec.in
|
||||
Source54: kernel-binary.spec.in
|
||||
Source55: kernel-syms.spec.in
|
||||
Source56: kernel-docs.spec.in
|
||||
Source57: kernel-cert-subpackage
|
||||
Source58: constraints.in
|
||||
Source60: config.sh
|
||||
Source61: compute-PATCHVERSION.sh
|
||||
Source62: old-flavors
|
||||
Source63: arch-symbols
|
||||
Source64: package-descriptions
|
||||
Source65: kernel-spec-macros
|
||||
Source67: log.sh
|
||||
Source68: host-memcpy-hack.h
|
||||
Source69: try-disable-staging-driver
|
||||
Source70: kernel-obs-build.spec.in
|
||||
Source71: kernel-obs-qa.spec.in
|
||||
Source72: compress-vmlinux.sh
|
||||
Source73: dtb.spec.in.in
|
||||
Source74: mkspec-dtb
|
||||
Source75: release-projects
|
||||
Source76: check-module-license
|
||||
Source77: klp-symbols
|
||||
Source78: modules.fips
|
||||
Source79: splitflist
|
||||
Source80: mergedep
|
||||
Source81: moddep
|
||||
Source82: modflist
|
||||
Source83: kernel-subpackage-build
|
||||
Source84: kernel-subpackage-spec
|
||||
Source85: kernel-default-base.spec.txt
|
||||
Source100: config.tar.bz2
|
||||
Source101: config.addon.tar.bz2
|
||||
Source102: patches.arch.tar.bz2
|
||||
Source103: patches.drivers.tar.bz2
|
||||
Source104: patches.fixes.tar.bz2
|
||||
Source105: patches.rpmify.tar.bz2
|
||||
Source106: patches.suse.tar.bz2
|
||||
Source108: patches.addon.tar.bz2
|
||||
Source109: patches.kernel.org.tar.bz2
|
||||
Source110: patches.apparmor.tar.bz2
|
||||
Source111: patches.rt.tar.bz2
|
||||
Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
Source121: sysctl.tar.bz2
|
||||
|
||||
%description
|
||||
Device Tree files for $MACHINES.
|
||||
|
||||
%package -n dtb-sifive
|
||||
Summary: SiFive based riscv64 systems
|
||||
Group: System/Boot
|
||||
Provides: multiversion(dtb)
|
||||
Requires(post): coreutils
|
||||
|
||||
%description -n dtb-sifive
|
||||
Device Tree files for SiFive based riscv64 systems.
|
||||
|
||||
|
||||
|
||||
%prep
|
||||
# Unpack all sources and patches
|
||||
%setup -q -c -T -a 0 -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 106 -a 108 -a 109 -a 110 -a 111 -a 113 -a 120 -a 121
|
||||
cd linux-%srcversion
|
||||
%_sourcedir/apply-patches %_sourcedir/series.conf ..
|
||||
|
||||
|
||||
%build
|
||||
source=linux-%srcversion
|
||||
cp $source/COPYING .
|
||||
SRCDIR=`pwd`/$source
|
||||
mkdir pp
|
||||
PPDIR=`pwd`/pp
|
||||
export DTC_FLAGS="-R 4 -p 0x1000"
|
||||
%if 0%{?dtc_symbols}
|
||||
DTC_FLAGS="$DTC_FLAGS -@"
|
||||
%endif
|
||||
|
||||
cd $source/arch/riscv/boot/dts
|
||||
for dts in sifive/*.dts ; do
|
||||
target=${dts%*.dts}
|
||||
mkdir -p $PPDIR/$(dirname $target)
|
||||
cpp -x assembler-with-cpp -undef -D__DTS__ -nostdinc -I. -I$SRCDIR/include/ -I$SRCDIR/scripts/dtc/include-prefixes/ -P $target.dts -o $PPDIR/$target.dts
|
||||
dtc $DTC_FLAGS -I dts -O dtb -i ./$(dirname $target) -o $PPDIR/$target.dtb $PPDIR/$target.dts
|
||||
done
|
||||
|
||||
%define dtbdir /boot/dtb-%kernelrelease
|
||||
|
||||
%install
|
||||
|
||||
cd pp
|
||||
for dts in sifive/*.dts ; do
|
||||
target=${dts%*.dts}
|
||||
install -m 755 -d %{buildroot}%{dtbdir}/$(dirname $target)
|
||||
# install -m 644 COPYING %{buildroot}%{dtbdir}/$(dirname $target)
|
||||
install -m 644 $target.dtb %{buildroot}%{dtbdir}/$(dirname $target)
|
||||
%ifarch aarch64 riscv64
|
||||
# HACK: work around U-Boot ignoring vendor dir
|
||||
baselink=%{dtbdir}/$(basename $target).dtb
|
||||
vendordir=$(basename $(dirname $target))
|
||||
ln -s $target.dtb %{buildroot}$baselink
|
||||
echo $baselink >> ../dtb-$vendordir.list
|
||||
%endif
|
||||
done
|
||||
cd -
|
||||
|
||||
%post -n dtb-sifive
|
||||
cd /boot
|
||||
# If /boot/dtb is a symlink, remove it, so that we can replace it.
|
||||
[ -d dtb ] && [ -L dtb ] && rm -f dtb
|
||||
# Unless /boot/dtb exists as real directory, create a symlink.
|
||||
[ -d dtb ] || ln -sf dtb-%kernelrelease dtb
|
||||
|
||||
%ifarch aarch64 riscv64
|
||||
%files -n dtb-sifive -f dtb-sifive.list
|
||||
%else
|
||||
%files -n dtb-sifive
|
||||
%endif
|
||||
%defattr(-,root,root)
|
||||
%ghost /boot/dtb
|
||||
%dir %{dtbdir}
|
||||
%dir %{dtbdir}/sifive
|
||||
%{dtbdir}/sifive/*.dtb
|
||||
|
||||
%changelog
|
@ -1,3 +1,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:50:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Revert "Update config files."
|
||||
This reverts commit 34be040b91701c047e592935bc2dbb46a3947a56. We now
|
||||
have a fix (previous commit) in place, so change the configuration back
|
||||
(bsc#1156053).
|
||||
- commit f4546fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:08:47 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- usercopy: mark dma-kmalloc caches as usercopy caches
|
||||
(bsc#1156053).
|
||||
- commit d3b5ce7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:49:21 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- commit 8599ef4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:14:29 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- Delete
|
||||
patches.suse/Revert-ext4-make-dioread_nolock-the-default.patch.
|
||||
Replace revert by the upstream fix.
|
||||
- commit bfa465b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 08:38:39 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/drm-nouveau-Fix-regression-by-audio-component-transition.patch.
|
||||
Update upstream status.
|
||||
- commit 3000ce5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:22:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable DEBUG_INFO_BTF
|
||||
This was disabled when the option was introduced in 5.2-rc1 but it turned
|
||||
out there are interesting use cases for having it enabled.
|
||||
Add pahole to build time dependencies as it is used to extracth the BTF
|
||||
data. Once we figure out how to make it conditional (only if DEBUG_INFO_BTF
|
||||
exists and is enabled), it should be done in packaging branch.
|
||||
- commit 9ddab66
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:14:45 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Updated to 5.7 final
|
||||
- refresh configs
|
||||
- commit 7cd0da5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 09:58:58 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -226,12 +285,29 @@ Thu May 28 08:59:08 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 5afc154
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 17:13:18 CEST 2020 - trenn@suse.com
|
||||
|
||||
- Update config files.
|
||||
Remove ACPI_PROCFS_POWER
|
||||
This should all be in sysfs nowadays. If this is in Tumbleweed for a while,
|
||||
a patch to totally remove this code will be sent mainline.
|
||||
Related to bsc#1160977
|
||||
- commit 96731f2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 12:47:50 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/kernel-source.spec.in: Add obsolete_rebuilds (boo#1172073).
|
||||
- commit 6524463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 06:33:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc7
|
||||
- refresh configs (ARCH_HAS_STRICT_KERNEL_RWX=n on ppc64/ppc64le)
|
||||
- commit 67f7fb5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 20 10:32:48 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -561,6 +637,12 @@ Tue May 19 09:38:03 CEST 2020 - jslaby@suse.cz
|
||||
- Makefile: disallow data races on gcc-10 as well (gcc 10).
|
||||
- commit 3c26bf7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 09:26:14 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.7-rc6
|
||||
- commit 8e7f5b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 09:46:00 CEST 2020 - bp@suse.de
|
||||
|
||||
@ -575,6 +657,20 @@ Mon May 18 08:36:47 CEST 2020 - jslaby@suse.cz
|
||||
Update upstream status.
|
||||
- commit f322baa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 06:25:59 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc6
|
||||
- eliminated 2 patches
|
||||
- refresh configs
|
||||
- commit 3603fcd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 17 00:36:35 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.7-rc5
|
||||
- commit 2a4b8c3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 14 18:32:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -899,6 +995,19 @@ Mon May 11 08:48:40 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 7501758
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 06:33:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc5
|
||||
- refresh configs
|
||||
- commit 298ea3d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 23:15:04 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.7-rc4
|
||||
- commit 47279b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 20:12:13 CEST 2020 - jzerebecki@suse.com
|
||||
|
||||
@ -1045,7 +1154,13 @@ Wed May 6 11:02:16 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- ipc/util.c: sysvipc_find_ipc() incorrectly updates position
|
||||
index (bnc#1171211).
|
||||
- commit cff4a7c
|
||||
- commit 31ea4f6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 4 06:23:10 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc4
|
||||
- commit 9761f3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 2 20:18:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -1243,7 +1358,7 @@ Thu Apr 30 19:34:58 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau: Fix regression by audio component transition
|
||||
(bsc#1170951).
|
||||
- commit 8ab5528
|
||||
- commit 779158b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
|
||||
@ -1537,6 +1652,13 @@ Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 58238cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 15:41:17 CEST 2020 - ykaukab@suse.de
|
||||
|
||||
- config: arm64: enable coresight support
|
||||
Coresight is already enabled in armv7hl
|
||||
- commit f6f465c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 08:57:05 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -1551,6 +1673,14 @@ Mon Apr 27 08:11:21 CEST 2020 - tiwai@suse.de
|
||||
correctly (bsc#1170522).
|
||||
- commit 00d8515
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 06:27:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc3
|
||||
- eliminated 1 patch
|
||||
- refresh configs
|
||||
- commit 888b015
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 26 08:37:44 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1989,6 +2119,27 @@ Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz
|
||||
patches.suse/Revert-ACPI-EC-Do-not-clear-boot_ec_is_ecdt-in-acpi_.patch.
|
||||
- commit c11f000
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:22:09 CEST 2020 - schwab@suse.de
|
||||
|
||||
- config: riscv64: enable left out config options
|
||||
Enable some config options to reduce difference with x86 config
|
||||
- commit ffb4ebb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:13:11 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
- fix Patch-mainline and move to more appropriate place:
|
||||
patches.suse/s390-export-symbols-for-crash-kmp.patch
|
||||
- commit d3c6449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 13:35:14 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes (bsc#1169471)
|
||||
- commit 438882a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1996,12 +2147,26 @@ Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
(5.6.5 regression).
|
||||
- commit 1bdcfdf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:16:42 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable PCIE_EDR (bsc#1169263)
|
||||
(x86 only)
|
||||
- commit e781722
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:11:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc2
|
||||
- eliminated 2 patches
|
||||
- commit 487485c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 02:02:43 CEST 2020 - mbrugger@suse.com
|
||||
|
||||
- armv7hl: Update config files.
|
||||
Build MediaTek watchdog as built-in.
|
||||
- commit 8ab6aae
|
||||
- commit dfe578b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 19:32:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -2480,6 +2645,12 @@ Wed Apr 15 10:57:46 CEST 2020 - tiwai@suse.de
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes
|
||||
- commit 2cd7ffd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 21:43:55 CEST 2020 - schwab@suse.de
|
||||
|
||||
- Add config files for riscv64
|
||||
- commit b85c09e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2552,6 +2723,137 @@ Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 02:01:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc1
|
||||
- eliminated 70 patches (66 stable, 4 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- refresh
|
||||
- patches.suse/supported-flag
|
||||
- patches.suse/supported-flag-external
|
||||
- patches.suse/supported-flag-modverdir
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- patches.suse/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- fix s390x build:
|
||||
patches.suse/tty-sysrq-Export-sysrq_mask.patch
|
||||
- new config options:
|
||||
- General setup
|
||||
- CONFIG_SCHED_THERMAL_PRESSURE=y
|
||||
- CONFIG_BPF_LSM=y
|
||||
- Power management and ACPI options
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON=m
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON_SIGNAL=38
|
||||
- Memory Management options
|
||||
- CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO=y
|
||||
- CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD=y
|
||||
- CONFIG_ZSWAP_DEFAULT_ON=n
|
||||
- Networking support
|
||||
- CONFIG_IPV6_RPL_LWTUNNEL=y
|
||||
- File systems
|
||||
- CONFIG_EXFAT_FS=m
|
||||
- CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
|
||||
- Cryptographic API
|
||||
- CONFIG_CHELSIO_TLS_DEVICE=y
|
||||
- Kernel hacking
|
||||
- CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE=""
|
||||
- CONFIG_TEST_LOCKUP=n
|
||||
- CONFIG_TEST_MIN_HEAP=n
|
||||
- PCI
|
||||
- CONFIG_PCIE_EDR=n
|
||||
- Network device drivers
|
||||
- CONFIG_BAREUDP=m
|
||||
- CONFIG_MLX5_TC_CT=y
|
||||
- CONFIG_DWMAC_INTEL=m
|
||||
- CONFIG_MDIO_MVUSB=m
|
||||
- CONFIG_BCM84881_PHY=m
|
||||
- PHY_CADENCE_TORRENT=m (i386, ppc64(le))
|
||||
- PTP clock support
|
||||
- CONFIG_PTP_1588_CLOCK_IDT82P33=m
|
||||
- CONFIG_PTP_1588_CLOCK_VMW=m
|
||||
- Graphics
|
||||
- CONFIG_DRM_I915_MAX_REQUEST_BUSYWAIT=8000
|
||||
- CONFIG_TINYDRM_ILI9486=n
|
||||
- DRM_PANEL_BOE_TV101WUM_NL6=n
|
||||
- DRM_PANEL_ELIDA_KD35T133=n
|
||||
- DRM_PANEL_FEIXIN_K101_IM2BA02=n
|
||||
- DRM_PANEL_NOVATEK_NT35510=n
|
||||
- DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01=n
|
||||
- DRM_DISPLAY_CONNECTOR=n
|
||||
- DRM_PARADE_PS8640=n
|
||||
- DRM_SIMPLE_BRIDGE=n
|
||||
- DRM_TOSHIBA_TC358768=n
|
||||
- DRM_TI_TPD12S015=n
|
||||
- Sound
|
||||
- CONFIG_SND_SOC_AMD_RV_RT5682_MACH=m
|
||||
- CONFIG_SND_BCM63XX_I2S_WHISTLER=n
|
||||
- CONFIG_SND_SOC_INTEL_SOF_PCM512x_MACH=m
|
||||
- CONFIG_SND_SOC_SOF_DEBUG_PROBES=n
|
||||
- CONFIG_SND_SOC_RT5682_SDW=n
|
||||
- CONFIG_SND_SOC_TLV320ADCX140=n
|
||||
- Input
|
||||
- CONFIG_HID_GLORIOUS=m
|
||||
- CONFIG_HID_MCP2221=m
|
||||
- CONFIG_KEYBOARD_IQS62X=m
|
||||
- USB
|
||||
- CONFIG_APPLE_MFI_FASTCHARGE=m
|
||||
- CONFIG_TYPEC_MUX_INTEL_PMC=m
|
||||
- Virtio drivers
|
||||
- CONFIG_VIRTIO_VDPA=m
|
||||
- CONFIG_VDPA_MENU=y
|
||||
- CONFIG_VDPA_SIM=m
|
||||
- CONFIG_IFCVF=m
|
||||
- CONFIG_VHOST_MENU=y
|
||||
- CONFIG_VHOST_VDPA=m
|
||||
- Platform drivers
|
||||
- CONFIG_SURFACE_3_POWER_OPREGION=m
|
||||
- CONFIG_CROS_EC_TYPEC=m
|
||||
- CONFIG_CROS_USBPD_NOTIFY=m
|
||||
- Industrial I/O
|
||||
- CONFIG_HMC425=n
|
||||
- CONFIG_AD5770R=n
|
||||
- CONFIG_AL3010=n
|
||||
- CONFIG_GP2AP002=n
|
||||
- CONFIG_ICP10100=n
|
||||
- CONFIG_IQS621_ALS=n
|
||||
- CONFIG_IQS624_POS=n
|
||||
- CONFIG_IQS620AT_TEMP=n
|
||||
- Misc drivers
|
||||
- CONFIG_MHI_BUS=m
|
||||
- CONFIG_UACCE=m
|
||||
- CONFIG_ATA_FORCE=y
|
||||
- CONFIG_SERIAL_SPRD=m
|
||||
- CONFIG_SPI_MUX=m
|
||||
- CONFIG_PINCTRL_DA9062=m
|
||||
- CONFIG_SENSORS_AXI_FAN_CONTROL=m
|
||||
- CONFIG_MFD_IQS62X=m
|
||||
- CONFIG_VIDEO_IMX219=m
|
||||
- CONFIG_MMC_HSQ=m
|
||||
- CONFIG_DMABUF_MOVE_NOTIFY=n
|
||||
- CONFIG_PWM_DEBUG=n
|
||||
- CONFIG_MUX_ADG792A=n
|
||||
- CONFIG_MUX_ADGS1408=n
|
||||
- CONFIG_MUX_GPIO=n
|
||||
- i386
|
||||
- REGULATOR_MP541=m
|
||||
- REGULATOR_MP886X=m
|
||||
- ppc64
|
||||
- PMU_SYSFS=y
|
||||
- FSL_ENETC=m
|
||||
- FSL_ENETC_VF=m
|
||||
- FSL_ENETC_PTP_CLOCK=m
|
||||
- FSL_ENETC_QOS=y
|
||||
- SPI_FSI=m
|
||||
- REGULATOR_MP5416=m
|
||||
- REGULATOR_MP886X=m
|
||||
- s390x
|
||||
- XILINX_LL_TEMAC=m
|
||||
- MDIO_XPCS=m
|
||||
- QETH_OSN=y
|
||||
- QETH_OSX=y
|
||||
- commit 84ddad4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
@ -48051,6 +48353,12 @@ Thu Aug 17 07:30:12 CEST 2017 - jslaby@suse.cz
|
||||
- Linux 4.12.8 (bnc#1012628).
|
||||
- commit 4d7933a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 16 14:05:44 CEST 2017 - msuchanek@suse.de
|
||||
|
||||
- s390: export symbols for crash-kmp (bsc#1053915).
|
||||
- commit 7dd9b75
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 15 13:41:13 CEST 2017 - hare@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.15
|
||||
%define srcversion 5.7
|
||||
%define patchversion 5.7.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-64kb
|
||||
Summary: Kernel with 64kb PAGE_SIZE
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.15
|
||||
Version: 5.7.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gfe7831e
|
||||
Release: <RELEASE>.gad96a07
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -92,6 +92,8 @@ BuildRequires: modutils
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: openssl
|
||||
BuildRequires: pesign-obs-integration
|
||||
# for CONFIG_DEBUG_INFO_BTF - ToDo: make it conditional
|
||||
BuildRequires: pahole
|
||||
# for objtool
|
||||
BuildRequires: libelf-devel
|
||||
Provides: %name = %version-%source_rel
|
||||
@ -174,10 +176,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
Provides: kernel-srchash-fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
Provides: kernel-%build_flavor-base-srchash-ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
Provides: kernel-srchash-ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
Provides: %name-srchash-ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -92,6 +92,8 @@ BuildRequires: modutils
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: openssl
|
||||
BuildRequires: pesign-obs-integration
|
||||
# for CONFIG_DEBUG_INFO_BTF - ToDo: make it conditional
|
||||
BuildRequires: pahole
|
||||
# for objtool
|
||||
BuildRequires: libelf-devel
|
||||
Provides: %name = %version-%source_rel
|
||||
|
@ -1,3 +1,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:50:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Revert "Update config files."
|
||||
This reverts commit 34be040b91701c047e592935bc2dbb46a3947a56. We now
|
||||
have a fix (previous commit) in place, so change the configuration back
|
||||
(bsc#1156053).
|
||||
- commit f4546fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:08:47 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- usercopy: mark dma-kmalloc caches as usercopy caches
|
||||
(bsc#1156053).
|
||||
- commit d3b5ce7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:49:21 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- commit 8599ef4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:14:29 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- Delete
|
||||
patches.suse/Revert-ext4-make-dioread_nolock-the-default.patch.
|
||||
Replace revert by the upstream fix.
|
||||
- commit bfa465b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 08:38:39 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/drm-nouveau-Fix-regression-by-audio-component-transition.patch.
|
||||
Update upstream status.
|
||||
- commit 3000ce5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:22:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable DEBUG_INFO_BTF
|
||||
This was disabled when the option was introduced in 5.2-rc1 but it turned
|
||||
out there are interesting use cases for having it enabled.
|
||||
Add pahole to build time dependencies as it is used to extracth the BTF
|
||||
data. Once we figure out how to make it conditional (only if DEBUG_INFO_BTF
|
||||
exists and is enabled), it should be done in packaging branch.
|
||||
- commit 9ddab66
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:14:45 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Updated to 5.7 final
|
||||
- refresh configs
|
||||
- commit 7cd0da5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 09:58:58 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -226,12 +285,29 @@ Thu May 28 08:59:08 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 5afc154
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 17:13:18 CEST 2020 - trenn@suse.com
|
||||
|
||||
- Update config files.
|
||||
Remove ACPI_PROCFS_POWER
|
||||
This should all be in sysfs nowadays. If this is in Tumbleweed for a while,
|
||||
a patch to totally remove this code will be sent mainline.
|
||||
Related to bsc#1160977
|
||||
- commit 96731f2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 12:47:50 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/kernel-source.spec.in: Add obsolete_rebuilds (boo#1172073).
|
||||
- commit 6524463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 06:33:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc7
|
||||
- refresh configs (ARCH_HAS_STRICT_KERNEL_RWX=n on ppc64/ppc64le)
|
||||
- commit 67f7fb5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 20 10:32:48 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -561,6 +637,12 @@ Tue May 19 09:38:03 CEST 2020 - jslaby@suse.cz
|
||||
- Makefile: disallow data races on gcc-10 as well (gcc 10).
|
||||
- commit 3c26bf7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 09:26:14 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.7-rc6
|
||||
- commit 8e7f5b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 09:46:00 CEST 2020 - bp@suse.de
|
||||
|
||||
@ -575,6 +657,20 @@ Mon May 18 08:36:47 CEST 2020 - jslaby@suse.cz
|
||||
Update upstream status.
|
||||
- commit f322baa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 06:25:59 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc6
|
||||
- eliminated 2 patches
|
||||
- refresh configs
|
||||
- commit 3603fcd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 17 00:36:35 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.7-rc5
|
||||
- commit 2a4b8c3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 14 18:32:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -899,6 +995,19 @@ Mon May 11 08:48:40 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 7501758
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 06:33:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc5
|
||||
- refresh configs
|
||||
- commit 298ea3d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 23:15:04 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.7-rc4
|
||||
- commit 47279b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 20:12:13 CEST 2020 - jzerebecki@suse.com
|
||||
|
||||
@ -1045,7 +1154,13 @@ Wed May 6 11:02:16 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- ipc/util.c: sysvipc_find_ipc() incorrectly updates position
|
||||
index (bnc#1171211).
|
||||
- commit cff4a7c
|
||||
- commit 31ea4f6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 4 06:23:10 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc4
|
||||
- commit 9761f3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 2 20:18:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -1243,7 +1358,7 @@ Thu Apr 30 19:34:58 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau: Fix regression by audio component transition
|
||||
(bsc#1170951).
|
||||
- commit 8ab5528
|
||||
- commit 779158b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
|
||||
@ -1537,6 +1652,13 @@ Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 58238cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 15:41:17 CEST 2020 - ykaukab@suse.de
|
||||
|
||||
- config: arm64: enable coresight support
|
||||
Coresight is already enabled in armv7hl
|
||||
- commit f6f465c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 08:57:05 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -1551,6 +1673,14 @@ Mon Apr 27 08:11:21 CEST 2020 - tiwai@suse.de
|
||||
correctly (bsc#1170522).
|
||||
- commit 00d8515
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 06:27:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc3
|
||||
- eliminated 1 patch
|
||||
- refresh configs
|
||||
- commit 888b015
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 26 08:37:44 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1989,6 +2119,27 @@ Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz
|
||||
patches.suse/Revert-ACPI-EC-Do-not-clear-boot_ec_is_ecdt-in-acpi_.patch.
|
||||
- commit c11f000
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:22:09 CEST 2020 - schwab@suse.de
|
||||
|
||||
- config: riscv64: enable left out config options
|
||||
Enable some config options to reduce difference with x86 config
|
||||
- commit ffb4ebb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:13:11 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
- fix Patch-mainline and move to more appropriate place:
|
||||
patches.suse/s390-export-symbols-for-crash-kmp.patch
|
||||
- commit d3c6449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 13:35:14 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes (bsc#1169471)
|
||||
- commit 438882a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1996,12 +2147,26 @@ Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
(5.6.5 regression).
|
||||
- commit 1bdcfdf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:16:42 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable PCIE_EDR (bsc#1169263)
|
||||
(x86 only)
|
||||
- commit e781722
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:11:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc2
|
||||
- eliminated 2 patches
|
||||
- commit 487485c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 02:02:43 CEST 2020 - mbrugger@suse.com
|
||||
|
||||
- armv7hl: Update config files.
|
||||
Build MediaTek watchdog as built-in.
|
||||
- commit 8ab6aae
|
||||
- commit dfe578b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 19:32:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -2480,6 +2645,12 @@ Wed Apr 15 10:57:46 CEST 2020 - tiwai@suse.de
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes
|
||||
- commit 2cd7ffd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 21:43:55 CEST 2020 - schwab@suse.de
|
||||
|
||||
- Add config files for riscv64
|
||||
- commit b85c09e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2552,6 +2723,137 @@ Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 02:01:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc1
|
||||
- eliminated 70 patches (66 stable, 4 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- refresh
|
||||
- patches.suse/supported-flag
|
||||
- patches.suse/supported-flag-external
|
||||
- patches.suse/supported-flag-modverdir
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- patches.suse/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- fix s390x build:
|
||||
patches.suse/tty-sysrq-Export-sysrq_mask.patch
|
||||
- new config options:
|
||||
- General setup
|
||||
- CONFIG_SCHED_THERMAL_PRESSURE=y
|
||||
- CONFIG_BPF_LSM=y
|
||||
- Power management and ACPI options
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON=m
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON_SIGNAL=38
|
||||
- Memory Management options
|
||||
- CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO=y
|
||||
- CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD=y
|
||||
- CONFIG_ZSWAP_DEFAULT_ON=n
|
||||
- Networking support
|
||||
- CONFIG_IPV6_RPL_LWTUNNEL=y
|
||||
- File systems
|
||||
- CONFIG_EXFAT_FS=m
|
||||
- CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
|
||||
- Cryptographic API
|
||||
- CONFIG_CHELSIO_TLS_DEVICE=y
|
||||
- Kernel hacking
|
||||
- CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE=""
|
||||
- CONFIG_TEST_LOCKUP=n
|
||||
- CONFIG_TEST_MIN_HEAP=n
|
||||
- PCI
|
||||
- CONFIG_PCIE_EDR=n
|
||||
- Network device drivers
|
||||
- CONFIG_BAREUDP=m
|
||||
- CONFIG_MLX5_TC_CT=y
|
||||
- CONFIG_DWMAC_INTEL=m
|
||||
- CONFIG_MDIO_MVUSB=m
|
||||
- CONFIG_BCM84881_PHY=m
|
||||
- PHY_CADENCE_TORRENT=m (i386, ppc64(le))
|
||||
- PTP clock support
|
||||
- CONFIG_PTP_1588_CLOCK_IDT82P33=m
|
||||
- CONFIG_PTP_1588_CLOCK_VMW=m
|
||||
- Graphics
|
||||
- CONFIG_DRM_I915_MAX_REQUEST_BUSYWAIT=8000
|
||||
- CONFIG_TINYDRM_ILI9486=n
|
||||
- DRM_PANEL_BOE_TV101WUM_NL6=n
|
||||
- DRM_PANEL_ELIDA_KD35T133=n
|
||||
- DRM_PANEL_FEIXIN_K101_IM2BA02=n
|
||||
- DRM_PANEL_NOVATEK_NT35510=n
|
||||
- DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01=n
|
||||
- DRM_DISPLAY_CONNECTOR=n
|
||||
- DRM_PARADE_PS8640=n
|
||||
- DRM_SIMPLE_BRIDGE=n
|
||||
- DRM_TOSHIBA_TC358768=n
|
||||
- DRM_TI_TPD12S015=n
|
||||
- Sound
|
||||
- CONFIG_SND_SOC_AMD_RV_RT5682_MACH=m
|
||||
- CONFIG_SND_BCM63XX_I2S_WHISTLER=n
|
||||
- CONFIG_SND_SOC_INTEL_SOF_PCM512x_MACH=m
|
||||
- CONFIG_SND_SOC_SOF_DEBUG_PROBES=n
|
||||
- CONFIG_SND_SOC_RT5682_SDW=n
|
||||
- CONFIG_SND_SOC_TLV320ADCX140=n
|
||||
- Input
|
||||
- CONFIG_HID_GLORIOUS=m
|
||||
- CONFIG_HID_MCP2221=m
|
||||
- CONFIG_KEYBOARD_IQS62X=m
|
||||
- USB
|
||||
- CONFIG_APPLE_MFI_FASTCHARGE=m
|
||||
- CONFIG_TYPEC_MUX_INTEL_PMC=m
|
||||
- Virtio drivers
|
||||
- CONFIG_VIRTIO_VDPA=m
|
||||
- CONFIG_VDPA_MENU=y
|
||||
- CONFIG_VDPA_SIM=m
|
||||
- CONFIG_IFCVF=m
|
||||
- CONFIG_VHOST_MENU=y
|
||||
- CONFIG_VHOST_VDPA=m
|
||||
- Platform drivers
|
||||
- CONFIG_SURFACE_3_POWER_OPREGION=m
|
||||
- CONFIG_CROS_EC_TYPEC=m
|
||||
- CONFIG_CROS_USBPD_NOTIFY=m
|
||||
- Industrial I/O
|
||||
- CONFIG_HMC425=n
|
||||
- CONFIG_AD5770R=n
|
||||
- CONFIG_AL3010=n
|
||||
- CONFIG_GP2AP002=n
|
||||
- CONFIG_ICP10100=n
|
||||
- CONFIG_IQS621_ALS=n
|
||||
- CONFIG_IQS624_POS=n
|
||||
- CONFIG_IQS620AT_TEMP=n
|
||||
- Misc drivers
|
||||
- CONFIG_MHI_BUS=m
|
||||
- CONFIG_UACCE=m
|
||||
- CONFIG_ATA_FORCE=y
|
||||
- CONFIG_SERIAL_SPRD=m
|
||||
- CONFIG_SPI_MUX=m
|
||||
- CONFIG_PINCTRL_DA9062=m
|
||||
- CONFIG_SENSORS_AXI_FAN_CONTROL=m
|
||||
- CONFIG_MFD_IQS62X=m
|
||||
- CONFIG_VIDEO_IMX219=m
|
||||
- CONFIG_MMC_HSQ=m
|
||||
- CONFIG_DMABUF_MOVE_NOTIFY=n
|
||||
- CONFIG_PWM_DEBUG=n
|
||||
- CONFIG_MUX_ADG792A=n
|
||||
- CONFIG_MUX_ADGS1408=n
|
||||
- CONFIG_MUX_GPIO=n
|
||||
- i386
|
||||
- REGULATOR_MP541=m
|
||||
- REGULATOR_MP886X=m
|
||||
- ppc64
|
||||
- PMU_SYSFS=y
|
||||
- FSL_ENETC=m
|
||||
- FSL_ENETC_VF=m
|
||||
- FSL_ENETC_PTP_CLOCK=m
|
||||
- FSL_ENETC_QOS=y
|
||||
- SPI_FSI=m
|
||||
- REGULATOR_MP5416=m
|
||||
- REGULATOR_MP886X=m
|
||||
- s390x
|
||||
- XILINX_LL_TEMAC=m
|
||||
- MDIO_XPCS=m
|
||||
- QETH_OSN=y
|
||||
- QETH_OSX=y
|
||||
- commit 84ddad4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
@ -48051,6 +48353,12 @@ Thu Aug 17 07:30:12 CEST 2017 - jslaby@suse.cz
|
||||
- Linux 4.12.8 (bnc#1012628).
|
||||
- commit 4d7933a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 16 14:05:44 CEST 2017 - msuchanek@suse.de
|
||||
|
||||
- s390: export symbols for crash-kmp (bsc#1053915).
|
||||
- commit 7dd9b75
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 15 13:41:13 CEST 2017 - hare@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.15
|
||||
%define srcversion 5.7
|
||||
%define patchversion 5.7.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.15
|
||||
Version: 5.7.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gfe7831e
|
||||
Release: <RELEASE>.gad96a07
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -92,6 +92,8 @@ BuildRequires: modutils
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: openssl
|
||||
BuildRequires: pesign-obs-integration
|
||||
# for CONFIG_DEBUG_INFO_BTF - ToDo: make it conditional
|
||||
BuildRequires: pahole
|
||||
# for objtool
|
||||
BuildRequires: libelf-devel
|
||||
Provides: %name = %version-%source_rel
|
||||
@ -174,10 +176,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
Provides: kernel-srchash-fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
Provides: kernel-%build_flavor-base-srchash-ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
Provides: kernel-srchash-ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
Provides: %name-srchash-ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -1,3 +1,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:50:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Revert "Update config files."
|
||||
This reverts commit 34be040b91701c047e592935bc2dbb46a3947a56. We now
|
||||
have a fix (previous commit) in place, so change the configuration back
|
||||
(bsc#1156053).
|
||||
- commit f4546fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:08:47 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- usercopy: mark dma-kmalloc caches as usercopy caches
|
||||
(bsc#1156053).
|
||||
- commit d3b5ce7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:49:21 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- commit 8599ef4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:14:29 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- Delete
|
||||
patches.suse/Revert-ext4-make-dioread_nolock-the-default.patch.
|
||||
Replace revert by the upstream fix.
|
||||
- commit bfa465b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 08:38:39 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/drm-nouveau-Fix-regression-by-audio-component-transition.patch.
|
||||
Update upstream status.
|
||||
- commit 3000ce5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:22:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable DEBUG_INFO_BTF
|
||||
This was disabled when the option was introduced in 5.2-rc1 but it turned
|
||||
out there are interesting use cases for having it enabled.
|
||||
Add pahole to build time dependencies as it is used to extracth the BTF
|
||||
data. Once we figure out how to make it conditional (only if DEBUG_INFO_BTF
|
||||
exists and is enabled), it should be done in packaging branch.
|
||||
- commit 9ddab66
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:14:45 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Updated to 5.7 final
|
||||
- refresh configs
|
||||
- commit 7cd0da5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 09:58:58 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -226,12 +285,29 @@ Thu May 28 08:59:08 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 5afc154
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 17:13:18 CEST 2020 - trenn@suse.com
|
||||
|
||||
- Update config files.
|
||||
Remove ACPI_PROCFS_POWER
|
||||
This should all be in sysfs nowadays. If this is in Tumbleweed for a while,
|
||||
a patch to totally remove this code will be sent mainline.
|
||||
Related to bsc#1160977
|
||||
- commit 96731f2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 12:47:50 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/kernel-source.spec.in: Add obsolete_rebuilds (boo#1172073).
|
||||
- commit 6524463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 06:33:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc7
|
||||
- refresh configs (ARCH_HAS_STRICT_KERNEL_RWX=n on ppc64/ppc64le)
|
||||
- commit 67f7fb5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 20 10:32:48 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -561,6 +637,12 @@ Tue May 19 09:38:03 CEST 2020 - jslaby@suse.cz
|
||||
- Makefile: disallow data races on gcc-10 as well (gcc 10).
|
||||
- commit 3c26bf7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 09:26:14 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.7-rc6
|
||||
- commit 8e7f5b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 09:46:00 CEST 2020 - bp@suse.de
|
||||
|
||||
@ -575,6 +657,20 @@ Mon May 18 08:36:47 CEST 2020 - jslaby@suse.cz
|
||||
Update upstream status.
|
||||
- commit f322baa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 06:25:59 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc6
|
||||
- eliminated 2 patches
|
||||
- refresh configs
|
||||
- commit 3603fcd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 17 00:36:35 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.7-rc5
|
||||
- commit 2a4b8c3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 14 18:32:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -899,6 +995,19 @@ Mon May 11 08:48:40 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 7501758
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 06:33:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc5
|
||||
- refresh configs
|
||||
- commit 298ea3d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 23:15:04 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.7-rc4
|
||||
- commit 47279b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 20:12:13 CEST 2020 - jzerebecki@suse.com
|
||||
|
||||
@ -1045,7 +1154,13 @@ Wed May 6 11:02:16 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- ipc/util.c: sysvipc_find_ipc() incorrectly updates position
|
||||
index (bnc#1171211).
|
||||
- commit cff4a7c
|
||||
- commit 31ea4f6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 4 06:23:10 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc4
|
||||
- commit 9761f3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 2 20:18:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -1243,7 +1358,7 @@ Thu Apr 30 19:34:58 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau: Fix regression by audio component transition
|
||||
(bsc#1170951).
|
||||
- commit 8ab5528
|
||||
- commit 779158b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
|
||||
@ -1537,6 +1652,13 @@ Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 58238cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 15:41:17 CEST 2020 - ykaukab@suse.de
|
||||
|
||||
- config: arm64: enable coresight support
|
||||
Coresight is already enabled in armv7hl
|
||||
- commit f6f465c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 08:57:05 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -1551,6 +1673,14 @@ Mon Apr 27 08:11:21 CEST 2020 - tiwai@suse.de
|
||||
correctly (bsc#1170522).
|
||||
- commit 00d8515
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 06:27:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc3
|
||||
- eliminated 1 patch
|
||||
- refresh configs
|
||||
- commit 888b015
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 26 08:37:44 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1989,6 +2119,27 @@ Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz
|
||||
patches.suse/Revert-ACPI-EC-Do-not-clear-boot_ec_is_ecdt-in-acpi_.patch.
|
||||
- commit c11f000
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:22:09 CEST 2020 - schwab@suse.de
|
||||
|
||||
- config: riscv64: enable left out config options
|
||||
Enable some config options to reduce difference with x86 config
|
||||
- commit ffb4ebb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:13:11 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
- fix Patch-mainline and move to more appropriate place:
|
||||
patches.suse/s390-export-symbols-for-crash-kmp.patch
|
||||
- commit d3c6449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 13:35:14 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes (bsc#1169471)
|
||||
- commit 438882a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1996,12 +2147,26 @@ Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
(5.6.5 regression).
|
||||
- commit 1bdcfdf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:16:42 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable PCIE_EDR (bsc#1169263)
|
||||
(x86 only)
|
||||
- commit e781722
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:11:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc2
|
||||
- eliminated 2 patches
|
||||
- commit 487485c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 02:02:43 CEST 2020 - mbrugger@suse.com
|
||||
|
||||
- armv7hl: Update config files.
|
||||
Build MediaTek watchdog as built-in.
|
||||
- commit 8ab6aae
|
||||
- commit dfe578b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 19:32:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -2480,6 +2645,12 @@ Wed Apr 15 10:57:46 CEST 2020 - tiwai@suse.de
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes
|
||||
- commit 2cd7ffd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 21:43:55 CEST 2020 - schwab@suse.de
|
||||
|
||||
- Add config files for riscv64
|
||||
- commit b85c09e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2552,6 +2723,137 @@ Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 02:01:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc1
|
||||
- eliminated 70 patches (66 stable, 4 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- refresh
|
||||
- patches.suse/supported-flag
|
||||
- patches.suse/supported-flag-external
|
||||
- patches.suse/supported-flag-modverdir
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- patches.suse/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- fix s390x build:
|
||||
patches.suse/tty-sysrq-Export-sysrq_mask.patch
|
||||
- new config options:
|
||||
- General setup
|
||||
- CONFIG_SCHED_THERMAL_PRESSURE=y
|
||||
- CONFIG_BPF_LSM=y
|
||||
- Power management and ACPI options
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON=m
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON_SIGNAL=38
|
||||
- Memory Management options
|
||||
- CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO=y
|
||||
- CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD=y
|
||||
- CONFIG_ZSWAP_DEFAULT_ON=n
|
||||
- Networking support
|
||||
- CONFIG_IPV6_RPL_LWTUNNEL=y
|
||||
- File systems
|
||||
- CONFIG_EXFAT_FS=m
|
||||
- CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
|
||||
- Cryptographic API
|
||||
- CONFIG_CHELSIO_TLS_DEVICE=y
|
||||
- Kernel hacking
|
||||
- CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE=""
|
||||
- CONFIG_TEST_LOCKUP=n
|
||||
- CONFIG_TEST_MIN_HEAP=n
|
||||
- PCI
|
||||
- CONFIG_PCIE_EDR=n
|
||||
- Network device drivers
|
||||
- CONFIG_BAREUDP=m
|
||||
- CONFIG_MLX5_TC_CT=y
|
||||
- CONFIG_DWMAC_INTEL=m
|
||||
- CONFIG_MDIO_MVUSB=m
|
||||
- CONFIG_BCM84881_PHY=m
|
||||
- PHY_CADENCE_TORRENT=m (i386, ppc64(le))
|
||||
- PTP clock support
|
||||
- CONFIG_PTP_1588_CLOCK_IDT82P33=m
|
||||
- CONFIG_PTP_1588_CLOCK_VMW=m
|
||||
- Graphics
|
||||
- CONFIG_DRM_I915_MAX_REQUEST_BUSYWAIT=8000
|
||||
- CONFIG_TINYDRM_ILI9486=n
|
||||
- DRM_PANEL_BOE_TV101WUM_NL6=n
|
||||
- DRM_PANEL_ELIDA_KD35T133=n
|
||||
- DRM_PANEL_FEIXIN_K101_IM2BA02=n
|
||||
- DRM_PANEL_NOVATEK_NT35510=n
|
||||
- DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01=n
|
||||
- DRM_DISPLAY_CONNECTOR=n
|
||||
- DRM_PARADE_PS8640=n
|
||||
- DRM_SIMPLE_BRIDGE=n
|
||||
- DRM_TOSHIBA_TC358768=n
|
||||
- DRM_TI_TPD12S015=n
|
||||
- Sound
|
||||
- CONFIG_SND_SOC_AMD_RV_RT5682_MACH=m
|
||||
- CONFIG_SND_BCM63XX_I2S_WHISTLER=n
|
||||
- CONFIG_SND_SOC_INTEL_SOF_PCM512x_MACH=m
|
||||
- CONFIG_SND_SOC_SOF_DEBUG_PROBES=n
|
||||
- CONFIG_SND_SOC_RT5682_SDW=n
|
||||
- CONFIG_SND_SOC_TLV320ADCX140=n
|
||||
- Input
|
||||
- CONFIG_HID_GLORIOUS=m
|
||||
- CONFIG_HID_MCP2221=m
|
||||
- CONFIG_KEYBOARD_IQS62X=m
|
||||
- USB
|
||||
- CONFIG_APPLE_MFI_FASTCHARGE=m
|
||||
- CONFIG_TYPEC_MUX_INTEL_PMC=m
|
||||
- Virtio drivers
|
||||
- CONFIG_VIRTIO_VDPA=m
|
||||
- CONFIG_VDPA_MENU=y
|
||||
- CONFIG_VDPA_SIM=m
|
||||
- CONFIG_IFCVF=m
|
||||
- CONFIG_VHOST_MENU=y
|
||||
- CONFIG_VHOST_VDPA=m
|
||||
- Platform drivers
|
||||
- CONFIG_SURFACE_3_POWER_OPREGION=m
|
||||
- CONFIG_CROS_EC_TYPEC=m
|
||||
- CONFIG_CROS_USBPD_NOTIFY=m
|
||||
- Industrial I/O
|
||||
- CONFIG_HMC425=n
|
||||
- CONFIG_AD5770R=n
|
||||
- CONFIG_AL3010=n
|
||||
- CONFIG_GP2AP002=n
|
||||
- CONFIG_ICP10100=n
|
||||
- CONFIG_IQS621_ALS=n
|
||||
- CONFIG_IQS624_POS=n
|
||||
- CONFIG_IQS620AT_TEMP=n
|
||||
- Misc drivers
|
||||
- CONFIG_MHI_BUS=m
|
||||
- CONFIG_UACCE=m
|
||||
- CONFIG_ATA_FORCE=y
|
||||
- CONFIG_SERIAL_SPRD=m
|
||||
- CONFIG_SPI_MUX=m
|
||||
- CONFIG_PINCTRL_DA9062=m
|
||||
- CONFIG_SENSORS_AXI_FAN_CONTROL=m
|
||||
- CONFIG_MFD_IQS62X=m
|
||||
- CONFIG_VIDEO_IMX219=m
|
||||
- CONFIG_MMC_HSQ=m
|
||||
- CONFIG_DMABUF_MOVE_NOTIFY=n
|
||||
- CONFIG_PWM_DEBUG=n
|
||||
- CONFIG_MUX_ADG792A=n
|
||||
- CONFIG_MUX_ADGS1408=n
|
||||
- CONFIG_MUX_GPIO=n
|
||||
- i386
|
||||
- REGULATOR_MP541=m
|
||||
- REGULATOR_MP886X=m
|
||||
- ppc64
|
||||
- PMU_SYSFS=y
|
||||
- FSL_ENETC=m
|
||||
- FSL_ENETC_VF=m
|
||||
- FSL_ENETC_PTP_CLOCK=m
|
||||
- FSL_ENETC_QOS=y
|
||||
- SPI_FSI=m
|
||||
- REGULATOR_MP5416=m
|
||||
- REGULATOR_MP886X=m
|
||||
- s390x
|
||||
- XILINX_LL_TEMAC=m
|
||||
- MDIO_XPCS=m
|
||||
- QETH_OSN=y
|
||||
- QETH_OSX=y
|
||||
- commit 84ddad4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
@ -48051,6 +48353,12 @@ Thu Aug 17 07:30:12 CEST 2017 - jslaby@suse.cz
|
||||
- Linux 4.12.8 (bnc#1012628).
|
||||
- commit 4d7933a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 16 14:05:44 CEST 2017 - msuchanek@suse.de
|
||||
|
||||
- s390: export symbols for crash-kmp (bsc#1053915).
|
||||
- commit 7dd9b75
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 15 13:41:13 CEST 2017 - hare@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.15
|
||||
%define srcversion 5.7
|
||||
%define patchversion 5.7.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.15
|
||||
Version: 5.7.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gfe7831e
|
||||
Release: <RELEASE>.gad96a07
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -92,6 +92,8 @@ BuildRequires: modutils
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: openssl
|
||||
BuildRequires: pesign-obs-integration
|
||||
# for CONFIG_DEBUG_INFO_BTF - ToDo: make it conditional
|
||||
BuildRequires: pahole
|
||||
# for objtool
|
||||
BuildRequires: libelf-devel
|
||||
Provides: %name = %version-%source_rel
|
||||
@ -174,10 +176,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
Provides: kernel-srchash-fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
Provides: kernel-%build_flavor-base-srchash-ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
Provides: kernel-srchash-ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
Provides: %name-srchash-ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
@ -305,7 +307,7 @@ Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
Source121: sysctl.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc64 ppc64le s390x x86_64
|
||||
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc64 ppc64le riscv64 s390x x86_64
|
||||
%define kmp_target_cpu %_target_cpu
|
||||
%ifarch %ix86
|
||||
# Only i386/default supports i586, mark other flavors' packages as i686
|
||||
|
@ -1,3 +1,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:50:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Revert "Update config files."
|
||||
This reverts commit 34be040b91701c047e592935bc2dbb46a3947a56. We now
|
||||
have a fix (previous commit) in place, so change the configuration back
|
||||
(bsc#1156053).
|
||||
- commit f4546fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:08:47 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- usercopy: mark dma-kmalloc caches as usercopy caches
|
||||
(bsc#1156053).
|
||||
- commit d3b5ce7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:49:21 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- commit 8599ef4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:14:29 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- Delete
|
||||
patches.suse/Revert-ext4-make-dioread_nolock-the-default.patch.
|
||||
Replace revert by the upstream fix.
|
||||
- commit bfa465b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 08:38:39 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/drm-nouveau-Fix-regression-by-audio-component-transition.patch.
|
||||
Update upstream status.
|
||||
- commit 3000ce5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:22:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable DEBUG_INFO_BTF
|
||||
This was disabled when the option was introduced in 5.2-rc1 but it turned
|
||||
out there are interesting use cases for having it enabled.
|
||||
Add pahole to build time dependencies as it is used to extracth the BTF
|
||||
data. Once we figure out how to make it conditional (only if DEBUG_INFO_BTF
|
||||
exists and is enabled), it should be done in packaging branch.
|
||||
- commit 9ddab66
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:14:45 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Updated to 5.7 final
|
||||
- refresh configs
|
||||
- commit 7cd0da5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 09:58:58 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -226,12 +285,29 @@ Thu May 28 08:59:08 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 5afc154
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 17:13:18 CEST 2020 - trenn@suse.com
|
||||
|
||||
- Update config files.
|
||||
Remove ACPI_PROCFS_POWER
|
||||
This should all be in sysfs nowadays. If this is in Tumbleweed for a while,
|
||||
a patch to totally remove this code will be sent mainline.
|
||||
Related to bsc#1160977
|
||||
- commit 96731f2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 12:47:50 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/kernel-source.spec.in: Add obsolete_rebuilds (boo#1172073).
|
||||
- commit 6524463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 06:33:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc7
|
||||
- refresh configs (ARCH_HAS_STRICT_KERNEL_RWX=n on ppc64/ppc64le)
|
||||
- commit 67f7fb5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 20 10:32:48 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -561,6 +637,12 @@ Tue May 19 09:38:03 CEST 2020 - jslaby@suse.cz
|
||||
- Makefile: disallow data races on gcc-10 as well (gcc 10).
|
||||
- commit 3c26bf7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 09:26:14 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.7-rc6
|
||||
- commit 8e7f5b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 09:46:00 CEST 2020 - bp@suse.de
|
||||
|
||||
@ -575,6 +657,20 @@ Mon May 18 08:36:47 CEST 2020 - jslaby@suse.cz
|
||||
Update upstream status.
|
||||
- commit f322baa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 06:25:59 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc6
|
||||
- eliminated 2 patches
|
||||
- refresh configs
|
||||
- commit 3603fcd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 17 00:36:35 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.7-rc5
|
||||
- commit 2a4b8c3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 14 18:32:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -899,6 +995,19 @@ Mon May 11 08:48:40 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 7501758
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 06:33:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc5
|
||||
- refresh configs
|
||||
- commit 298ea3d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 23:15:04 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.7-rc4
|
||||
- commit 47279b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 20:12:13 CEST 2020 - jzerebecki@suse.com
|
||||
|
||||
@ -1045,7 +1154,13 @@ Wed May 6 11:02:16 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- ipc/util.c: sysvipc_find_ipc() incorrectly updates position
|
||||
index (bnc#1171211).
|
||||
- commit cff4a7c
|
||||
- commit 31ea4f6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 4 06:23:10 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc4
|
||||
- commit 9761f3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 2 20:18:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -1243,7 +1358,7 @@ Thu Apr 30 19:34:58 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau: Fix regression by audio component transition
|
||||
(bsc#1170951).
|
||||
- commit 8ab5528
|
||||
- commit 779158b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
|
||||
@ -1537,6 +1652,13 @@ Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 58238cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 15:41:17 CEST 2020 - ykaukab@suse.de
|
||||
|
||||
- config: arm64: enable coresight support
|
||||
Coresight is already enabled in armv7hl
|
||||
- commit f6f465c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 08:57:05 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -1551,6 +1673,14 @@ Mon Apr 27 08:11:21 CEST 2020 - tiwai@suse.de
|
||||
correctly (bsc#1170522).
|
||||
- commit 00d8515
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 06:27:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc3
|
||||
- eliminated 1 patch
|
||||
- refresh configs
|
||||
- commit 888b015
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 26 08:37:44 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1989,6 +2119,27 @@ Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz
|
||||
patches.suse/Revert-ACPI-EC-Do-not-clear-boot_ec_is_ecdt-in-acpi_.patch.
|
||||
- commit c11f000
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:22:09 CEST 2020 - schwab@suse.de
|
||||
|
||||
- config: riscv64: enable left out config options
|
||||
Enable some config options to reduce difference with x86 config
|
||||
- commit ffb4ebb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:13:11 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
- fix Patch-mainline and move to more appropriate place:
|
||||
patches.suse/s390-export-symbols-for-crash-kmp.patch
|
||||
- commit d3c6449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 13:35:14 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes (bsc#1169471)
|
||||
- commit 438882a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1996,12 +2147,26 @@ Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
(5.6.5 regression).
|
||||
- commit 1bdcfdf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:16:42 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable PCIE_EDR (bsc#1169263)
|
||||
(x86 only)
|
||||
- commit e781722
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:11:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc2
|
||||
- eliminated 2 patches
|
||||
- commit 487485c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 02:02:43 CEST 2020 - mbrugger@suse.com
|
||||
|
||||
- armv7hl: Update config files.
|
||||
Build MediaTek watchdog as built-in.
|
||||
- commit 8ab6aae
|
||||
- commit dfe578b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 19:32:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -2480,6 +2645,12 @@ Wed Apr 15 10:57:46 CEST 2020 - tiwai@suse.de
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes
|
||||
- commit 2cd7ffd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 21:43:55 CEST 2020 - schwab@suse.de
|
||||
|
||||
- Add config files for riscv64
|
||||
- commit b85c09e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2552,6 +2723,137 @@ Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 02:01:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc1
|
||||
- eliminated 70 patches (66 stable, 4 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- refresh
|
||||
- patches.suse/supported-flag
|
||||
- patches.suse/supported-flag-external
|
||||
- patches.suse/supported-flag-modverdir
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- patches.suse/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- fix s390x build:
|
||||
patches.suse/tty-sysrq-Export-sysrq_mask.patch
|
||||
- new config options:
|
||||
- General setup
|
||||
- CONFIG_SCHED_THERMAL_PRESSURE=y
|
||||
- CONFIG_BPF_LSM=y
|
||||
- Power management and ACPI options
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON=m
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON_SIGNAL=38
|
||||
- Memory Management options
|
||||
- CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO=y
|
||||
- CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD=y
|
||||
- CONFIG_ZSWAP_DEFAULT_ON=n
|
||||
- Networking support
|
||||
- CONFIG_IPV6_RPL_LWTUNNEL=y
|
||||
- File systems
|
||||
- CONFIG_EXFAT_FS=m
|
||||
- CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
|
||||
- Cryptographic API
|
||||
- CONFIG_CHELSIO_TLS_DEVICE=y
|
||||
- Kernel hacking
|
||||
- CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE=""
|
||||
- CONFIG_TEST_LOCKUP=n
|
||||
- CONFIG_TEST_MIN_HEAP=n
|
||||
- PCI
|
||||
- CONFIG_PCIE_EDR=n
|
||||
- Network device drivers
|
||||
- CONFIG_BAREUDP=m
|
||||
- CONFIG_MLX5_TC_CT=y
|
||||
- CONFIG_DWMAC_INTEL=m
|
||||
- CONFIG_MDIO_MVUSB=m
|
||||
- CONFIG_BCM84881_PHY=m
|
||||
- PHY_CADENCE_TORRENT=m (i386, ppc64(le))
|
||||
- PTP clock support
|
||||
- CONFIG_PTP_1588_CLOCK_IDT82P33=m
|
||||
- CONFIG_PTP_1588_CLOCK_VMW=m
|
||||
- Graphics
|
||||
- CONFIG_DRM_I915_MAX_REQUEST_BUSYWAIT=8000
|
||||
- CONFIG_TINYDRM_ILI9486=n
|
||||
- DRM_PANEL_BOE_TV101WUM_NL6=n
|
||||
- DRM_PANEL_ELIDA_KD35T133=n
|
||||
- DRM_PANEL_FEIXIN_K101_IM2BA02=n
|
||||
- DRM_PANEL_NOVATEK_NT35510=n
|
||||
- DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01=n
|
||||
- DRM_DISPLAY_CONNECTOR=n
|
||||
- DRM_PARADE_PS8640=n
|
||||
- DRM_SIMPLE_BRIDGE=n
|
||||
- DRM_TOSHIBA_TC358768=n
|
||||
- DRM_TI_TPD12S015=n
|
||||
- Sound
|
||||
- CONFIG_SND_SOC_AMD_RV_RT5682_MACH=m
|
||||
- CONFIG_SND_BCM63XX_I2S_WHISTLER=n
|
||||
- CONFIG_SND_SOC_INTEL_SOF_PCM512x_MACH=m
|
||||
- CONFIG_SND_SOC_SOF_DEBUG_PROBES=n
|
||||
- CONFIG_SND_SOC_RT5682_SDW=n
|
||||
- CONFIG_SND_SOC_TLV320ADCX140=n
|
||||
- Input
|
||||
- CONFIG_HID_GLORIOUS=m
|
||||
- CONFIG_HID_MCP2221=m
|
||||
- CONFIG_KEYBOARD_IQS62X=m
|
||||
- USB
|
||||
- CONFIG_APPLE_MFI_FASTCHARGE=m
|
||||
- CONFIG_TYPEC_MUX_INTEL_PMC=m
|
||||
- Virtio drivers
|
||||
- CONFIG_VIRTIO_VDPA=m
|
||||
- CONFIG_VDPA_MENU=y
|
||||
- CONFIG_VDPA_SIM=m
|
||||
- CONFIG_IFCVF=m
|
||||
- CONFIG_VHOST_MENU=y
|
||||
- CONFIG_VHOST_VDPA=m
|
||||
- Platform drivers
|
||||
- CONFIG_SURFACE_3_POWER_OPREGION=m
|
||||
- CONFIG_CROS_EC_TYPEC=m
|
||||
- CONFIG_CROS_USBPD_NOTIFY=m
|
||||
- Industrial I/O
|
||||
- CONFIG_HMC425=n
|
||||
- CONFIG_AD5770R=n
|
||||
- CONFIG_AL3010=n
|
||||
- CONFIG_GP2AP002=n
|
||||
- CONFIG_ICP10100=n
|
||||
- CONFIG_IQS621_ALS=n
|
||||
- CONFIG_IQS624_POS=n
|
||||
- CONFIG_IQS620AT_TEMP=n
|
||||
- Misc drivers
|
||||
- CONFIG_MHI_BUS=m
|
||||
- CONFIG_UACCE=m
|
||||
- CONFIG_ATA_FORCE=y
|
||||
- CONFIG_SERIAL_SPRD=m
|
||||
- CONFIG_SPI_MUX=m
|
||||
- CONFIG_PINCTRL_DA9062=m
|
||||
- CONFIG_SENSORS_AXI_FAN_CONTROL=m
|
||||
- CONFIG_MFD_IQS62X=m
|
||||
- CONFIG_VIDEO_IMX219=m
|
||||
- CONFIG_MMC_HSQ=m
|
||||
- CONFIG_DMABUF_MOVE_NOTIFY=n
|
||||
- CONFIG_PWM_DEBUG=n
|
||||
- CONFIG_MUX_ADG792A=n
|
||||
- CONFIG_MUX_ADGS1408=n
|
||||
- CONFIG_MUX_GPIO=n
|
||||
- i386
|
||||
- REGULATOR_MP541=m
|
||||
- REGULATOR_MP886X=m
|
||||
- ppc64
|
||||
- PMU_SYSFS=y
|
||||
- FSL_ENETC=m
|
||||
- FSL_ENETC_VF=m
|
||||
- FSL_ENETC_PTP_CLOCK=m
|
||||
- FSL_ENETC_QOS=y
|
||||
- SPI_FSI=m
|
||||
- REGULATOR_MP5416=m
|
||||
- REGULATOR_MP886X=m
|
||||
- s390x
|
||||
- XILINX_LL_TEMAC=m
|
||||
- MDIO_XPCS=m
|
||||
- QETH_OSN=y
|
||||
- QETH_OSX=y
|
||||
- commit 84ddad4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
@ -48051,6 +48353,12 @@ Thu Aug 17 07:30:12 CEST 2017 - jslaby@suse.cz
|
||||
- Linux 4.12.8 (bnc#1012628).
|
||||
- commit 4d7933a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 16 14:05:44 CEST 2017 - msuchanek@suse.de
|
||||
|
||||
- s390: export symbols for crash-kmp (bsc#1053915).
|
||||
- commit 7dd9b75
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 15 13:41:13 CEST 2017 - hare@suse.de
|
||||
|
||||
|
@ -16,8 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.15
|
||||
%define srcversion 5.7
|
||||
%define patchversion 5.7.0
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -31,9 +31,9 @@ Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
License: GPL-2.0
|
||||
Group: Documentation/Man
|
||||
Version: 5.6.15
|
||||
Version: 5.7.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gfe7831e
|
||||
Release: <RELEASE>.gad96a07
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -63,7 +63,7 @@ BuildRequires: texlive-zapfding
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
Provides: %name-srchash-ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:50:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Revert "Update config files."
|
||||
This reverts commit 34be040b91701c047e592935bc2dbb46a3947a56. We now
|
||||
have a fix (previous commit) in place, so change the configuration back
|
||||
(bsc#1156053).
|
||||
- commit f4546fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:08:47 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- usercopy: mark dma-kmalloc caches as usercopy caches
|
||||
(bsc#1156053).
|
||||
- commit d3b5ce7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:49:21 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- commit 8599ef4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:14:29 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- Delete
|
||||
patches.suse/Revert-ext4-make-dioread_nolock-the-default.patch.
|
||||
Replace revert by the upstream fix.
|
||||
- commit bfa465b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 08:38:39 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/drm-nouveau-Fix-regression-by-audio-component-transition.patch.
|
||||
Update upstream status.
|
||||
- commit 3000ce5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:22:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable DEBUG_INFO_BTF
|
||||
This was disabled when the option was introduced in 5.2-rc1 but it turned
|
||||
out there are interesting use cases for having it enabled.
|
||||
Add pahole to build time dependencies as it is used to extracth the BTF
|
||||
data. Once we figure out how to make it conditional (only if DEBUG_INFO_BTF
|
||||
exists and is enabled), it should be done in packaging branch.
|
||||
- commit 9ddab66
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:14:45 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Updated to 5.7 final
|
||||
- refresh configs
|
||||
- commit 7cd0da5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 09:58:58 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -226,12 +285,29 @@ Thu May 28 08:59:08 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 5afc154
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 17:13:18 CEST 2020 - trenn@suse.com
|
||||
|
||||
- Update config files.
|
||||
Remove ACPI_PROCFS_POWER
|
||||
This should all be in sysfs nowadays. If this is in Tumbleweed for a while,
|
||||
a patch to totally remove this code will be sent mainline.
|
||||
Related to bsc#1160977
|
||||
- commit 96731f2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 12:47:50 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/kernel-source.spec.in: Add obsolete_rebuilds (boo#1172073).
|
||||
- commit 6524463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 06:33:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc7
|
||||
- refresh configs (ARCH_HAS_STRICT_KERNEL_RWX=n on ppc64/ppc64le)
|
||||
- commit 67f7fb5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 20 10:32:48 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -561,6 +637,12 @@ Tue May 19 09:38:03 CEST 2020 - jslaby@suse.cz
|
||||
- Makefile: disallow data races on gcc-10 as well (gcc 10).
|
||||
- commit 3c26bf7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 09:26:14 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.7-rc6
|
||||
- commit 8e7f5b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 09:46:00 CEST 2020 - bp@suse.de
|
||||
|
||||
@ -575,6 +657,20 @@ Mon May 18 08:36:47 CEST 2020 - jslaby@suse.cz
|
||||
Update upstream status.
|
||||
- commit f322baa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 06:25:59 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc6
|
||||
- eliminated 2 patches
|
||||
- refresh configs
|
||||
- commit 3603fcd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 17 00:36:35 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.7-rc5
|
||||
- commit 2a4b8c3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 14 18:32:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -899,6 +995,19 @@ Mon May 11 08:48:40 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 7501758
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 06:33:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc5
|
||||
- refresh configs
|
||||
- commit 298ea3d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 23:15:04 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.7-rc4
|
||||
- commit 47279b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 20:12:13 CEST 2020 - jzerebecki@suse.com
|
||||
|
||||
@ -1045,7 +1154,13 @@ Wed May 6 11:02:16 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- ipc/util.c: sysvipc_find_ipc() incorrectly updates position
|
||||
index (bnc#1171211).
|
||||
- commit cff4a7c
|
||||
- commit 31ea4f6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 4 06:23:10 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc4
|
||||
- commit 9761f3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 2 20:18:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -1243,7 +1358,7 @@ Thu Apr 30 19:34:58 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau: Fix regression by audio component transition
|
||||
(bsc#1170951).
|
||||
- commit 8ab5528
|
||||
- commit 779158b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
|
||||
@ -1537,6 +1652,13 @@ Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 58238cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 15:41:17 CEST 2020 - ykaukab@suse.de
|
||||
|
||||
- config: arm64: enable coresight support
|
||||
Coresight is already enabled in armv7hl
|
||||
- commit f6f465c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 08:57:05 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -1551,6 +1673,14 @@ Mon Apr 27 08:11:21 CEST 2020 - tiwai@suse.de
|
||||
correctly (bsc#1170522).
|
||||
- commit 00d8515
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 06:27:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc3
|
||||
- eliminated 1 patch
|
||||
- refresh configs
|
||||
- commit 888b015
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 26 08:37:44 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1989,6 +2119,27 @@ Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz
|
||||
patches.suse/Revert-ACPI-EC-Do-not-clear-boot_ec_is_ecdt-in-acpi_.patch.
|
||||
- commit c11f000
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:22:09 CEST 2020 - schwab@suse.de
|
||||
|
||||
- config: riscv64: enable left out config options
|
||||
Enable some config options to reduce difference with x86 config
|
||||
- commit ffb4ebb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:13:11 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
- fix Patch-mainline and move to more appropriate place:
|
||||
patches.suse/s390-export-symbols-for-crash-kmp.patch
|
||||
- commit d3c6449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 13:35:14 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes (bsc#1169471)
|
||||
- commit 438882a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1996,12 +2147,26 @@ Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
(5.6.5 regression).
|
||||
- commit 1bdcfdf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:16:42 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable PCIE_EDR (bsc#1169263)
|
||||
(x86 only)
|
||||
- commit e781722
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:11:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc2
|
||||
- eliminated 2 patches
|
||||
- commit 487485c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 02:02:43 CEST 2020 - mbrugger@suse.com
|
||||
|
||||
- armv7hl: Update config files.
|
||||
Build MediaTek watchdog as built-in.
|
||||
- commit 8ab6aae
|
||||
- commit dfe578b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 19:32:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -2480,6 +2645,12 @@ Wed Apr 15 10:57:46 CEST 2020 - tiwai@suse.de
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes
|
||||
- commit 2cd7ffd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 21:43:55 CEST 2020 - schwab@suse.de
|
||||
|
||||
- Add config files for riscv64
|
||||
- commit b85c09e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2552,6 +2723,137 @@ Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 02:01:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc1
|
||||
- eliminated 70 patches (66 stable, 4 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- refresh
|
||||
- patches.suse/supported-flag
|
||||
- patches.suse/supported-flag-external
|
||||
- patches.suse/supported-flag-modverdir
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- patches.suse/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- fix s390x build:
|
||||
patches.suse/tty-sysrq-Export-sysrq_mask.patch
|
||||
- new config options:
|
||||
- General setup
|
||||
- CONFIG_SCHED_THERMAL_PRESSURE=y
|
||||
- CONFIG_BPF_LSM=y
|
||||
- Power management and ACPI options
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON=m
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON_SIGNAL=38
|
||||
- Memory Management options
|
||||
- CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO=y
|
||||
- CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD=y
|
||||
- CONFIG_ZSWAP_DEFAULT_ON=n
|
||||
- Networking support
|
||||
- CONFIG_IPV6_RPL_LWTUNNEL=y
|
||||
- File systems
|
||||
- CONFIG_EXFAT_FS=m
|
||||
- CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
|
||||
- Cryptographic API
|
||||
- CONFIG_CHELSIO_TLS_DEVICE=y
|
||||
- Kernel hacking
|
||||
- CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE=""
|
||||
- CONFIG_TEST_LOCKUP=n
|
||||
- CONFIG_TEST_MIN_HEAP=n
|
||||
- PCI
|
||||
- CONFIG_PCIE_EDR=n
|
||||
- Network device drivers
|
||||
- CONFIG_BAREUDP=m
|
||||
- CONFIG_MLX5_TC_CT=y
|
||||
- CONFIG_DWMAC_INTEL=m
|
||||
- CONFIG_MDIO_MVUSB=m
|
||||
- CONFIG_BCM84881_PHY=m
|
||||
- PHY_CADENCE_TORRENT=m (i386, ppc64(le))
|
||||
- PTP clock support
|
||||
- CONFIG_PTP_1588_CLOCK_IDT82P33=m
|
||||
- CONFIG_PTP_1588_CLOCK_VMW=m
|
||||
- Graphics
|
||||
- CONFIG_DRM_I915_MAX_REQUEST_BUSYWAIT=8000
|
||||
- CONFIG_TINYDRM_ILI9486=n
|
||||
- DRM_PANEL_BOE_TV101WUM_NL6=n
|
||||
- DRM_PANEL_ELIDA_KD35T133=n
|
||||
- DRM_PANEL_FEIXIN_K101_IM2BA02=n
|
||||
- DRM_PANEL_NOVATEK_NT35510=n
|
||||
- DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01=n
|
||||
- DRM_DISPLAY_CONNECTOR=n
|
||||
- DRM_PARADE_PS8640=n
|
||||
- DRM_SIMPLE_BRIDGE=n
|
||||
- DRM_TOSHIBA_TC358768=n
|
||||
- DRM_TI_TPD12S015=n
|
||||
- Sound
|
||||
- CONFIG_SND_SOC_AMD_RV_RT5682_MACH=m
|
||||
- CONFIG_SND_BCM63XX_I2S_WHISTLER=n
|
||||
- CONFIG_SND_SOC_INTEL_SOF_PCM512x_MACH=m
|
||||
- CONFIG_SND_SOC_SOF_DEBUG_PROBES=n
|
||||
- CONFIG_SND_SOC_RT5682_SDW=n
|
||||
- CONFIG_SND_SOC_TLV320ADCX140=n
|
||||
- Input
|
||||
- CONFIG_HID_GLORIOUS=m
|
||||
- CONFIG_HID_MCP2221=m
|
||||
- CONFIG_KEYBOARD_IQS62X=m
|
||||
- USB
|
||||
- CONFIG_APPLE_MFI_FASTCHARGE=m
|
||||
- CONFIG_TYPEC_MUX_INTEL_PMC=m
|
||||
- Virtio drivers
|
||||
- CONFIG_VIRTIO_VDPA=m
|
||||
- CONFIG_VDPA_MENU=y
|
||||
- CONFIG_VDPA_SIM=m
|
||||
- CONFIG_IFCVF=m
|
||||
- CONFIG_VHOST_MENU=y
|
||||
- CONFIG_VHOST_VDPA=m
|
||||
- Platform drivers
|
||||
- CONFIG_SURFACE_3_POWER_OPREGION=m
|
||||
- CONFIG_CROS_EC_TYPEC=m
|
||||
- CONFIG_CROS_USBPD_NOTIFY=m
|
||||
- Industrial I/O
|
||||
- CONFIG_HMC425=n
|
||||
- CONFIG_AD5770R=n
|
||||
- CONFIG_AL3010=n
|
||||
- CONFIG_GP2AP002=n
|
||||
- CONFIG_ICP10100=n
|
||||
- CONFIG_IQS621_ALS=n
|
||||
- CONFIG_IQS624_POS=n
|
||||
- CONFIG_IQS620AT_TEMP=n
|
||||
- Misc drivers
|
||||
- CONFIG_MHI_BUS=m
|
||||
- CONFIG_UACCE=m
|
||||
- CONFIG_ATA_FORCE=y
|
||||
- CONFIG_SERIAL_SPRD=m
|
||||
- CONFIG_SPI_MUX=m
|
||||
- CONFIG_PINCTRL_DA9062=m
|
||||
- CONFIG_SENSORS_AXI_FAN_CONTROL=m
|
||||
- CONFIG_MFD_IQS62X=m
|
||||
- CONFIG_VIDEO_IMX219=m
|
||||
- CONFIG_MMC_HSQ=m
|
||||
- CONFIG_DMABUF_MOVE_NOTIFY=n
|
||||
- CONFIG_PWM_DEBUG=n
|
||||
- CONFIG_MUX_ADG792A=n
|
||||
- CONFIG_MUX_ADGS1408=n
|
||||
- CONFIG_MUX_GPIO=n
|
||||
- i386
|
||||
- REGULATOR_MP541=m
|
||||
- REGULATOR_MP886X=m
|
||||
- ppc64
|
||||
- PMU_SYSFS=y
|
||||
- FSL_ENETC=m
|
||||
- FSL_ENETC_VF=m
|
||||
- FSL_ENETC_PTP_CLOCK=m
|
||||
- FSL_ENETC_QOS=y
|
||||
- SPI_FSI=m
|
||||
- REGULATOR_MP5416=m
|
||||
- REGULATOR_MP886X=m
|
||||
- s390x
|
||||
- XILINX_LL_TEMAC=m
|
||||
- MDIO_XPCS=m
|
||||
- QETH_OSN=y
|
||||
- QETH_OSX=y
|
||||
- commit 84ddad4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
@ -48051,6 +48353,12 @@ Thu Aug 17 07:30:12 CEST 2017 - jslaby@suse.cz
|
||||
- Linux 4.12.8 (bnc#1012628).
|
||||
- commit 4d7933a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 16 14:05:44 CEST 2017 - msuchanek@suse.de
|
||||
|
||||
- s390: export symbols for crash-kmp (bsc#1053915).
|
||||
- commit 7dd9b75
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 15 13:41:13 CEST 2017 - hare@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.15
|
||||
%define srcversion 5.7
|
||||
%define patchversion 5.7.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-kvmsmall
|
||||
Summary: The Small Developer Kernel for KVM
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.15
|
||||
Version: 5.7.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gfe7831e
|
||||
Release: <RELEASE>.gad96a07
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -92,6 +92,8 @@ BuildRequires: modutils
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: openssl
|
||||
BuildRequires: pesign-obs-integration
|
||||
# for CONFIG_DEBUG_INFO_BTF - ToDo: make it conditional
|
||||
BuildRequires: pahole
|
||||
# for objtool
|
||||
BuildRequires: libelf-devel
|
||||
Provides: %name = %version-%source_rel
|
||||
@ -174,10 +176,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
Provides: kernel-srchash-fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
Provides: kernel-%build_flavor-base-srchash-ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
Provides: kernel-srchash-ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
Provides: %name-srchash-ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:50:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Revert "Update config files."
|
||||
This reverts commit 34be040b91701c047e592935bc2dbb46a3947a56. We now
|
||||
have a fix (previous commit) in place, so change the configuration back
|
||||
(bsc#1156053).
|
||||
- commit f4546fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:08:47 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- usercopy: mark dma-kmalloc caches as usercopy caches
|
||||
(bsc#1156053).
|
||||
- commit d3b5ce7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:49:21 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- commit 8599ef4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:14:29 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- Delete
|
||||
patches.suse/Revert-ext4-make-dioread_nolock-the-default.patch.
|
||||
Replace revert by the upstream fix.
|
||||
- commit bfa465b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 08:38:39 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/drm-nouveau-Fix-regression-by-audio-component-transition.patch.
|
||||
Update upstream status.
|
||||
- commit 3000ce5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:22:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable DEBUG_INFO_BTF
|
||||
This was disabled when the option was introduced in 5.2-rc1 but it turned
|
||||
out there are interesting use cases for having it enabled.
|
||||
Add pahole to build time dependencies as it is used to extracth the BTF
|
||||
data. Once we figure out how to make it conditional (only if DEBUG_INFO_BTF
|
||||
exists and is enabled), it should be done in packaging branch.
|
||||
- commit 9ddab66
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:14:45 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Updated to 5.7 final
|
||||
- refresh configs
|
||||
- commit 7cd0da5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 09:58:58 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -226,12 +285,29 @@ Thu May 28 08:59:08 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 5afc154
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 17:13:18 CEST 2020 - trenn@suse.com
|
||||
|
||||
- Update config files.
|
||||
Remove ACPI_PROCFS_POWER
|
||||
This should all be in sysfs nowadays. If this is in Tumbleweed for a while,
|
||||
a patch to totally remove this code will be sent mainline.
|
||||
Related to bsc#1160977
|
||||
- commit 96731f2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 12:47:50 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/kernel-source.spec.in: Add obsolete_rebuilds (boo#1172073).
|
||||
- commit 6524463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 06:33:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc7
|
||||
- refresh configs (ARCH_HAS_STRICT_KERNEL_RWX=n on ppc64/ppc64le)
|
||||
- commit 67f7fb5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 20 10:32:48 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -561,6 +637,12 @@ Tue May 19 09:38:03 CEST 2020 - jslaby@suse.cz
|
||||
- Makefile: disallow data races on gcc-10 as well (gcc 10).
|
||||
- commit 3c26bf7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 09:26:14 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.7-rc6
|
||||
- commit 8e7f5b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 09:46:00 CEST 2020 - bp@suse.de
|
||||
|
||||
@ -575,6 +657,20 @@ Mon May 18 08:36:47 CEST 2020 - jslaby@suse.cz
|
||||
Update upstream status.
|
||||
- commit f322baa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 06:25:59 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc6
|
||||
- eliminated 2 patches
|
||||
- refresh configs
|
||||
- commit 3603fcd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 17 00:36:35 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.7-rc5
|
||||
- commit 2a4b8c3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 14 18:32:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -899,6 +995,19 @@ Mon May 11 08:48:40 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 7501758
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 06:33:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc5
|
||||
- refresh configs
|
||||
- commit 298ea3d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 23:15:04 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.7-rc4
|
||||
- commit 47279b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 20:12:13 CEST 2020 - jzerebecki@suse.com
|
||||
|
||||
@ -1045,7 +1154,13 @@ Wed May 6 11:02:16 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- ipc/util.c: sysvipc_find_ipc() incorrectly updates position
|
||||
index (bnc#1171211).
|
||||
- commit cff4a7c
|
||||
- commit 31ea4f6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 4 06:23:10 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc4
|
||||
- commit 9761f3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 2 20:18:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -1243,7 +1358,7 @@ Thu Apr 30 19:34:58 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau: Fix regression by audio component transition
|
||||
(bsc#1170951).
|
||||
- commit 8ab5528
|
||||
- commit 779158b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
|
||||
@ -1537,6 +1652,13 @@ Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 58238cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 15:41:17 CEST 2020 - ykaukab@suse.de
|
||||
|
||||
- config: arm64: enable coresight support
|
||||
Coresight is already enabled in armv7hl
|
||||
- commit f6f465c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 08:57:05 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -1551,6 +1673,14 @@ Mon Apr 27 08:11:21 CEST 2020 - tiwai@suse.de
|
||||
correctly (bsc#1170522).
|
||||
- commit 00d8515
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 06:27:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc3
|
||||
- eliminated 1 patch
|
||||
- refresh configs
|
||||
- commit 888b015
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 26 08:37:44 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1989,6 +2119,27 @@ Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz
|
||||
patches.suse/Revert-ACPI-EC-Do-not-clear-boot_ec_is_ecdt-in-acpi_.patch.
|
||||
- commit c11f000
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:22:09 CEST 2020 - schwab@suse.de
|
||||
|
||||
- config: riscv64: enable left out config options
|
||||
Enable some config options to reduce difference with x86 config
|
||||
- commit ffb4ebb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:13:11 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
- fix Patch-mainline and move to more appropriate place:
|
||||
patches.suse/s390-export-symbols-for-crash-kmp.patch
|
||||
- commit d3c6449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 13:35:14 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes (bsc#1169471)
|
||||
- commit 438882a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1996,12 +2147,26 @@ Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
(5.6.5 regression).
|
||||
- commit 1bdcfdf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:16:42 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable PCIE_EDR (bsc#1169263)
|
||||
(x86 only)
|
||||
- commit e781722
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:11:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc2
|
||||
- eliminated 2 patches
|
||||
- commit 487485c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 02:02:43 CEST 2020 - mbrugger@suse.com
|
||||
|
||||
- armv7hl: Update config files.
|
||||
Build MediaTek watchdog as built-in.
|
||||
- commit 8ab6aae
|
||||
- commit dfe578b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 19:32:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -2480,6 +2645,12 @@ Wed Apr 15 10:57:46 CEST 2020 - tiwai@suse.de
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes
|
||||
- commit 2cd7ffd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 21:43:55 CEST 2020 - schwab@suse.de
|
||||
|
||||
- Add config files for riscv64
|
||||
- commit b85c09e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2552,6 +2723,137 @@ Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 02:01:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc1
|
||||
- eliminated 70 patches (66 stable, 4 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- refresh
|
||||
- patches.suse/supported-flag
|
||||
- patches.suse/supported-flag-external
|
||||
- patches.suse/supported-flag-modverdir
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- patches.suse/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- fix s390x build:
|
||||
patches.suse/tty-sysrq-Export-sysrq_mask.patch
|
||||
- new config options:
|
||||
- General setup
|
||||
- CONFIG_SCHED_THERMAL_PRESSURE=y
|
||||
- CONFIG_BPF_LSM=y
|
||||
- Power management and ACPI options
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON=m
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON_SIGNAL=38
|
||||
- Memory Management options
|
||||
- CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO=y
|
||||
- CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD=y
|
||||
- CONFIG_ZSWAP_DEFAULT_ON=n
|
||||
- Networking support
|
||||
- CONFIG_IPV6_RPL_LWTUNNEL=y
|
||||
- File systems
|
||||
- CONFIG_EXFAT_FS=m
|
||||
- CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
|
||||
- Cryptographic API
|
||||
- CONFIG_CHELSIO_TLS_DEVICE=y
|
||||
- Kernel hacking
|
||||
- CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE=""
|
||||
- CONFIG_TEST_LOCKUP=n
|
||||
- CONFIG_TEST_MIN_HEAP=n
|
||||
- PCI
|
||||
- CONFIG_PCIE_EDR=n
|
||||
- Network device drivers
|
||||
- CONFIG_BAREUDP=m
|
||||
- CONFIG_MLX5_TC_CT=y
|
||||
- CONFIG_DWMAC_INTEL=m
|
||||
- CONFIG_MDIO_MVUSB=m
|
||||
- CONFIG_BCM84881_PHY=m
|
||||
- PHY_CADENCE_TORRENT=m (i386, ppc64(le))
|
||||
- PTP clock support
|
||||
- CONFIG_PTP_1588_CLOCK_IDT82P33=m
|
||||
- CONFIG_PTP_1588_CLOCK_VMW=m
|
||||
- Graphics
|
||||
- CONFIG_DRM_I915_MAX_REQUEST_BUSYWAIT=8000
|
||||
- CONFIG_TINYDRM_ILI9486=n
|
||||
- DRM_PANEL_BOE_TV101WUM_NL6=n
|
||||
- DRM_PANEL_ELIDA_KD35T133=n
|
||||
- DRM_PANEL_FEIXIN_K101_IM2BA02=n
|
||||
- DRM_PANEL_NOVATEK_NT35510=n
|
||||
- DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01=n
|
||||
- DRM_DISPLAY_CONNECTOR=n
|
||||
- DRM_PARADE_PS8640=n
|
||||
- DRM_SIMPLE_BRIDGE=n
|
||||
- DRM_TOSHIBA_TC358768=n
|
||||
- DRM_TI_TPD12S015=n
|
||||
- Sound
|
||||
- CONFIG_SND_SOC_AMD_RV_RT5682_MACH=m
|
||||
- CONFIG_SND_BCM63XX_I2S_WHISTLER=n
|
||||
- CONFIG_SND_SOC_INTEL_SOF_PCM512x_MACH=m
|
||||
- CONFIG_SND_SOC_SOF_DEBUG_PROBES=n
|
||||
- CONFIG_SND_SOC_RT5682_SDW=n
|
||||
- CONFIG_SND_SOC_TLV320ADCX140=n
|
||||
- Input
|
||||
- CONFIG_HID_GLORIOUS=m
|
||||
- CONFIG_HID_MCP2221=m
|
||||
- CONFIG_KEYBOARD_IQS62X=m
|
||||
- USB
|
||||
- CONFIG_APPLE_MFI_FASTCHARGE=m
|
||||
- CONFIG_TYPEC_MUX_INTEL_PMC=m
|
||||
- Virtio drivers
|
||||
- CONFIG_VIRTIO_VDPA=m
|
||||
- CONFIG_VDPA_MENU=y
|
||||
- CONFIG_VDPA_SIM=m
|
||||
- CONFIG_IFCVF=m
|
||||
- CONFIG_VHOST_MENU=y
|
||||
- CONFIG_VHOST_VDPA=m
|
||||
- Platform drivers
|
||||
- CONFIG_SURFACE_3_POWER_OPREGION=m
|
||||
- CONFIG_CROS_EC_TYPEC=m
|
||||
- CONFIG_CROS_USBPD_NOTIFY=m
|
||||
- Industrial I/O
|
||||
- CONFIG_HMC425=n
|
||||
- CONFIG_AD5770R=n
|
||||
- CONFIG_AL3010=n
|
||||
- CONFIG_GP2AP002=n
|
||||
- CONFIG_ICP10100=n
|
||||
- CONFIG_IQS621_ALS=n
|
||||
- CONFIG_IQS624_POS=n
|
||||
- CONFIG_IQS620AT_TEMP=n
|
||||
- Misc drivers
|
||||
- CONFIG_MHI_BUS=m
|
||||
- CONFIG_UACCE=m
|
||||
- CONFIG_ATA_FORCE=y
|
||||
- CONFIG_SERIAL_SPRD=m
|
||||
- CONFIG_SPI_MUX=m
|
||||
- CONFIG_PINCTRL_DA9062=m
|
||||
- CONFIG_SENSORS_AXI_FAN_CONTROL=m
|
||||
- CONFIG_MFD_IQS62X=m
|
||||
- CONFIG_VIDEO_IMX219=m
|
||||
- CONFIG_MMC_HSQ=m
|
||||
- CONFIG_DMABUF_MOVE_NOTIFY=n
|
||||
- CONFIG_PWM_DEBUG=n
|
||||
- CONFIG_MUX_ADG792A=n
|
||||
- CONFIG_MUX_ADGS1408=n
|
||||
- CONFIG_MUX_GPIO=n
|
||||
- i386
|
||||
- REGULATOR_MP541=m
|
||||
- REGULATOR_MP886X=m
|
||||
- ppc64
|
||||
- PMU_SYSFS=y
|
||||
- FSL_ENETC=m
|
||||
- FSL_ENETC_VF=m
|
||||
- FSL_ENETC_PTP_CLOCK=m
|
||||
- FSL_ENETC_QOS=y
|
||||
- SPI_FSI=m
|
||||
- REGULATOR_MP5416=m
|
||||
- REGULATOR_MP886X=m
|
||||
- s390x
|
||||
- XILINX_LL_TEMAC=m
|
||||
- MDIO_XPCS=m
|
||||
- QETH_OSN=y
|
||||
- QETH_OSX=y
|
||||
- commit 84ddad4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
@ -48051,6 +48353,12 @@ Thu Aug 17 07:30:12 CEST 2017 - jslaby@suse.cz
|
||||
- Linux 4.12.8 (bnc#1012628).
|
||||
- commit 4d7933a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 16 14:05:44 CEST 2017 - msuchanek@suse.de
|
||||
|
||||
- s390: export symbols for crash-kmp (bsc#1053915).
|
||||
- commit 7dd9b75
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 15 13:41:13 CEST 2017 - hare@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.15
|
||||
%define srcversion 5.7
|
||||
%define patchversion 5.7.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.15
|
||||
Version: 5.7.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gfe7831e
|
||||
Release: <RELEASE>.gad96a07
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -92,6 +92,8 @@ BuildRequires: modutils
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: openssl
|
||||
BuildRequires: pesign-obs-integration
|
||||
# for CONFIG_DEBUG_INFO_BTF - ToDo: make it conditional
|
||||
BuildRequires: pahole
|
||||
# for objtool
|
||||
BuildRequires: libelf-devel
|
||||
Provides: %name = %version-%source_rel
|
||||
@ -174,10 +176,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
Provides: kernel-srchash-fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
Provides: kernel-%build_flavor-base-srchash-ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
Provides: kernel-srchash-ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
Provides: %name-srchash-ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:50:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Revert "Update config files."
|
||||
This reverts commit 34be040b91701c047e592935bc2dbb46a3947a56. We now
|
||||
have a fix (previous commit) in place, so change the configuration back
|
||||
(bsc#1156053).
|
||||
- commit f4546fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:08:47 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- usercopy: mark dma-kmalloc caches as usercopy caches
|
||||
(bsc#1156053).
|
||||
- commit d3b5ce7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:49:21 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- commit 8599ef4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:14:29 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- Delete
|
||||
patches.suse/Revert-ext4-make-dioread_nolock-the-default.patch.
|
||||
Replace revert by the upstream fix.
|
||||
- commit bfa465b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 08:38:39 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/drm-nouveau-Fix-regression-by-audio-component-transition.patch.
|
||||
Update upstream status.
|
||||
- commit 3000ce5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:22:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable DEBUG_INFO_BTF
|
||||
This was disabled when the option was introduced in 5.2-rc1 but it turned
|
||||
out there are interesting use cases for having it enabled.
|
||||
Add pahole to build time dependencies as it is used to extracth the BTF
|
||||
data. Once we figure out how to make it conditional (only if DEBUG_INFO_BTF
|
||||
exists and is enabled), it should be done in packaging branch.
|
||||
- commit 9ddab66
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:14:45 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Updated to 5.7 final
|
||||
- refresh configs
|
||||
- commit 7cd0da5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 09:58:58 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -226,12 +285,29 @@ Thu May 28 08:59:08 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 5afc154
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 17:13:18 CEST 2020 - trenn@suse.com
|
||||
|
||||
- Update config files.
|
||||
Remove ACPI_PROCFS_POWER
|
||||
This should all be in sysfs nowadays. If this is in Tumbleweed for a while,
|
||||
a patch to totally remove this code will be sent mainline.
|
||||
Related to bsc#1160977
|
||||
- commit 96731f2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 12:47:50 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/kernel-source.spec.in: Add obsolete_rebuilds (boo#1172073).
|
||||
- commit 6524463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 06:33:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc7
|
||||
- refresh configs (ARCH_HAS_STRICT_KERNEL_RWX=n on ppc64/ppc64le)
|
||||
- commit 67f7fb5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 20 10:32:48 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -561,6 +637,12 @@ Tue May 19 09:38:03 CEST 2020 - jslaby@suse.cz
|
||||
- Makefile: disallow data races on gcc-10 as well (gcc 10).
|
||||
- commit 3c26bf7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 09:26:14 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.7-rc6
|
||||
- commit 8e7f5b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 09:46:00 CEST 2020 - bp@suse.de
|
||||
|
||||
@ -575,6 +657,20 @@ Mon May 18 08:36:47 CEST 2020 - jslaby@suse.cz
|
||||
Update upstream status.
|
||||
- commit f322baa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 06:25:59 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc6
|
||||
- eliminated 2 patches
|
||||
- refresh configs
|
||||
- commit 3603fcd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 17 00:36:35 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.7-rc5
|
||||
- commit 2a4b8c3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 14 18:32:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -899,6 +995,19 @@ Mon May 11 08:48:40 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 7501758
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 06:33:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc5
|
||||
- refresh configs
|
||||
- commit 298ea3d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 23:15:04 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.7-rc4
|
||||
- commit 47279b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 20:12:13 CEST 2020 - jzerebecki@suse.com
|
||||
|
||||
@ -1045,7 +1154,13 @@ Wed May 6 11:02:16 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- ipc/util.c: sysvipc_find_ipc() incorrectly updates position
|
||||
index (bnc#1171211).
|
||||
- commit cff4a7c
|
||||
- commit 31ea4f6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 4 06:23:10 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc4
|
||||
- commit 9761f3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 2 20:18:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -1243,7 +1358,7 @@ Thu Apr 30 19:34:58 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau: Fix regression by audio component transition
|
||||
(bsc#1170951).
|
||||
- commit 8ab5528
|
||||
- commit 779158b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
|
||||
@ -1537,6 +1652,13 @@ Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 58238cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 15:41:17 CEST 2020 - ykaukab@suse.de
|
||||
|
||||
- config: arm64: enable coresight support
|
||||
Coresight is already enabled in armv7hl
|
||||
- commit f6f465c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 08:57:05 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -1551,6 +1673,14 @@ Mon Apr 27 08:11:21 CEST 2020 - tiwai@suse.de
|
||||
correctly (bsc#1170522).
|
||||
- commit 00d8515
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 06:27:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc3
|
||||
- eliminated 1 patch
|
||||
- refresh configs
|
||||
- commit 888b015
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 26 08:37:44 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1989,6 +2119,27 @@ Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz
|
||||
patches.suse/Revert-ACPI-EC-Do-not-clear-boot_ec_is_ecdt-in-acpi_.patch.
|
||||
- commit c11f000
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:22:09 CEST 2020 - schwab@suse.de
|
||||
|
||||
- config: riscv64: enable left out config options
|
||||
Enable some config options to reduce difference with x86 config
|
||||
- commit ffb4ebb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:13:11 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
- fix Patch-mainline and move to more appropriate place:
|
||||
patches.suse/s390-export-symbols-for-crash-kmp.patch
|
||||
- commit d3c6449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 13:35:14 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes (bsc#1169471)
|
||||
- commit 438882a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1996,12 +2147,26 @@ Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
(5.6.5 regression).
|
||||
- commit 1bdcfdf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:16:42 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable PCIE_EDR (bsc#1169263)
|
||||
(x86 only)
|
||||
- commit e781722
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:11:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc2
|
||||
- eliminated 2 patches
|
||||
- commit 487485c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 02:02:43 CEST 2020 - mbrugger@suse.com
|
||||
|
||||
- armv7hl: Update config files.
|
||||
Build MediaTek watchdog as built-in.
|
||||
- commit 8ab6aae
|
||||
- commit dfe578b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 19:32:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -2480,6 +2645,12 @@ Wed Apr 15 10:57:46 CEST 2020 - tiwai@suse.de
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes
|
||||
- commit 2cd7ffd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 21:43:55 CEST 2020 - schwab@suse.de
|
||||
|
||||
- Add config files for riscv64
|
||||
- commit b85c09e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2552,6 +2723,137 @@ Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 02:01:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc1
|
||||
- eliminated 70 patches (66 stable, 4 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- refresh
|
||||
- patches.suse/supported-flag
|
||||
- patches.suse/supported-flag-external
|
||||
- patches.suse/supported-flag-modverdir
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- patches.suse/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- fix s390x build:
|
||||
patches.suse/tty-sysrq-Export-sysrq_mask.patch
|
||||
- new config options:
|
||||
- General setup
|
||||
- CONFIG_SCHED_THERMAL_PRESSURE=y
|
||||
- CONFIG_BPF_LSM=y
|
||||
- Power management and ACPI options
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON=m
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON_SIGNAL=38
|
||||
- Memory Management options
|
||||
- CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO=y
|
||||
- CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD=y
|
||||
- CONFIG_ZSWAP_DEFAULT_ON=n
|
||||
- Networking support
|
||||
- CONFIG_IPV6_RPL_LWTUNNEL=y
|
||||
- File systems
|
||||
- CONFIG_EXFAT_FS=m
|
||||
- CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
|
||||
- Cryptographic API
|
||||
- CONFIG_CHELSIO_TLS_DEVICE=y
|
||||
- Kernel hacking
|
||||
- CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE=""
|
||||
- CONFIG_TEST_LOCKUP=n
|
||||
- CONFIG_TEST_MIN_HEAP=n
|
||||
- PCI
|
||||
- CONFIG_PCIE_EDR=n
|
||||
- Network device drivers
|
||||
- CONFIG_BAREUDP=m
|
||||
- CONFIG_MLX5_TC_CT=y
|
||||
- CONFIG_DWMAC_INTEL=m
|
||||
- CONFIG_MDIO_MVUSB=m
|
||||
- CONFIG_BCM84881_PHY=m
|
||||
- PHY_CADENCE_TORRENT=m (i386, ppc64(le))
|
||||
- PTP clock support
|
||||
- CONFIG_PTP_1588_CLOCK_IDT82P33=m
|
||||
- CONFIG_PTP_1588_CLOCK_VMW=m
|
||||
- Graphics
|
||||
- CONFIG_DRM_I915_MAX_REQUEST_BUSYWAIT=8000
|
||||
- CONFIG_TINYDRM_ILI9486=n
|
||||
- DRM_PANEL_BOE_TV101WUM_NL6=n
|
||||
- DRM_PANEL_ELIDA_KD35T133=n
|
||||
- DRM_PANEL_FEIXIN_K101_IM2BA02=n
|
||||
- DRM_PANEL_NOVATEK_NT35510=n
|
||||
- DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01=n
|
||||
- DRM_DISPLAY_CONNECTOR=n
|
||||
- DRM_PARADE_PS8640=n
|
||||
- DRM_SIMPLE_BRIDGE=n
|
||||
- DRM_TOSHIBA_TC358768=n
|
||||
- DRM_TI_TPD12S015=n
|
||||
- Sound
|
||||
- CONFIG_SND_SOC_AMD_RV_RT5682_MACH=m
|
||||
- CONFIG_SND_BCM63XX_I2S_WHISTLER=n
|
||||
- CONFIG_SND_SOC_INTEL_SOF_PCM512x_MACH=m
|
||||
- CONFIG_SND_SOC_SOF_DEBUG_PROBES=n
|
||||
- CONFIG_SND_SOC_RT5682_SDW=n
|
||||
- CONFIG_SND_SOC_TLV320ADCX140=n
|
||||
- Input
|
||||
- CONFIG_HID_GLORIOUS=m
|
||||
- CONFIG_HID_MCP2221=m
|
||||
- CONFIG_KEYBOARD_IQS62X=m
|
||||
- USB
|
||||
- CONFIG_APPLE_MFI_FASTCHARGE=m
|
||||
- CONFIG_TYPEC_MUX_INTEL_PMC=m
|
||||
- Virtio drivers
|
||||
- CONFIG_VIRTIO_VDPA=m
|
||||
- CONFIG_VDPA_MENU=y
|
||||
- CONFIG_VDPA_SIM=m
|
||||
- CONFIG_IFCVF=m
|
||||
- CONFIG_VHOST_MENU=y
|
||||
- CONFIG_VHOST_VDPA=m
|
||||
- Platform drivers
|
||||
- CONFIG_SURFACE_3_POWER_OPREGION=m
|
||||
- CONFIG_CROS_EC_TYPEC=m
|
||||
- CONFIG_CROS_USBPD_NOTIFY=m
|
||||
- Industrial I/O
|
||||
- CONFIG_HMC425=n
|
||||
- CONFIG_AD5770R=n
|
||||
- CONFIG_AL3010=n
|
||||
- CONFIG_GP2AP002=n
|
||||
- CONFIG_ICP10100=n
|
||||
- CONFIG_IQS621_ALS=n
|
||||
- CONFIG_IQS624_POS=n
|
||||
- CONFIG_IQS620AT_TEMP=n
|
||||
- Misc drivers
|
||||
- CONFIG_MHI_BUS=m
|
||||
- CONFIG_UACCE=m
|
||||
- CONFIG_ATA_FORCE=y
|
||||
- CONFIG_SERIAL_SPRD=m
|
||||
- CONFIG_SPI_MUX=m
|
||||
- CONFIG_PINCTRL_DA9062=m
|
||||
- CONFIG_SENSORS_AXI_FAN_CONTROL=m
|
||||
- CONFIG_MFD_IQS62X=m
|
||||
- CONFIG_VIDEO_IMX219=m
|
||||
- CONFIG_MMC_HSQ=m
|
||||
- CONFIG_DMABUF_MOVE_NOTIFY=n
|
||||
- CONFIG_PWM_DEBUG=n
|
||||
- CONFIG_MUX_ADG792A=n
|
||||
- CONFIG_MUX_ADGS1408=n
|
||||
- CONFIG_MUX_GPIO=n
|
||||
- i386
|
||||
- REGULATOR_MP541=m
|
||||
- REGULATOR_MP886X=m
|
||||
- ppc64
|
||||
- PMU_SYSFS=y
|
||||
- FSL_ENETC=m
|
||||
- FSL_ENETC_VF=m
|
||||
- FSL_ENETC_PTP_CLOCK=m
|
||||
- FSL_ENETC_QOS=y
|
||||
- SPI_FSI=m
|
||||
- REGULATOR_MP5416=m
|
||||
- REGULATOR_MP886X=m
|
||||
- s390x
|
||||
- XILINX_LL_TEMAC=m
|
||||
- MDIO_XPCS=m
|
||||
- QETH_OSN=y
|
||||
- QETH_OSX=y
|
||||
- commit 84ddad4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
@ -48051,6 +48353,12 @@ Thu Aug 17 07:30:12 CEST 2017 - jslaby@suse.cz
|
||||
- Linux 4.12.8 (bnc#1012628).
|
||||
- commit 4d7933a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 16 14:05:44 CEST 2017 - msuchanek@suse.de
|
||||
|
||||
- s390: export symbols for crash-kmp (bsc#1053915).
|
||||
- commit 7dd9b75
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 15 13:41:13 CEST 2017 - hare@suse.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 5.6.15
|
||||
%define patchversion 5.7.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -45,14 +45,14 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
BuildRequires: kernel%kernel_flavor-srchash-ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
|
||||
%if 0%{?rhel_version}
|
||||
BuildRequires: kernel
|
||||
%define kernel_flavor ""
|
||||
%endif
|
||||
|
||||
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc64 ppc64le s390x x86_64
|
||||
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc64 ppc64le riscv64 s390x x86_64
|
||||
%if 0%{?suse_version} < 1315
|
||||
# For SLE 11
|
||||
BuildRequires: mkinitrd
|
||||
@ -64,9 +64,9 @@ BuildRequires: dracut
|
||||
Summary: package kernel and initrd for OBS VM builds
|
||||
License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 5.6.15
|
||||
Version: 5.7.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gfe7831e
|
||||
Release: <RELEASE>.gad96a07
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:50:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Revert "Update config files."
|
||||
This reverts commit 34be040b91701c047e592935bc2dbb46a3947a56. We now
|
||||
have a fix (previous commit) in place, so change the configuration back
|
||||
(bsc#1156053).
|
||||
- commit f4546fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:08:47 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- usercopy: mark dma-kmalloc caches as usercopy caches
|
||||
(bsc#1156053).
|
||||
- commit d3b5ce7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:49:21 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- commit 8599ef4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:14:29 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- Delete
|
||||
patches.suse/Revert-ext4-make-dioread_nolock-the-default.patch.
|
||||
Replace revert by the upstream fix.
|
||||
- commit bfa465b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 08:38:39 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/drm-nouveau-Fix-regression-by-audio-component-transition.patch.
|
||||
Update upstream status.
|
||||
- commit 3000ce5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:22:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable DEBUG_INFO_BTF
|
||||
This was disabled when the option was introduced in 5.2-rc1 but it turned
|
||||
out there are interesting use cases for having it enabled.
|
||||
Add pahole to build time dependencies as it is used to extracth the BTF
|
||||
data. Once we figure out how to make it conditional (only if DEBUG_INFO_BTF
|
||||
exists and is enabled), it should be done in packaging branch.
|
||||
- commit 9ddab66
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:14:45 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Updated to 5.7 final
|
||||
- refresh configs
|
||||
- commit 7cd0da5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 09:58:58 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -226,12 +285,29 @@ Thu May 28 08:59:08 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 5afc154
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 17:13:18 CEST 2020 - trenn@suse.com
|
||||
|
||||
- Update config files.
|
||||
Remove ACPI_PROCFS_POWER
|
||||
This should all be in sysfs nowadays. If this is in Tumbleweed for a while,
|
||||
a patch to totally remove this code will be sent mainline.
|
||||
Related to bsc#1160977
|
||||
- commit 96731f2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 12:47:50 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/kernel-source.spec.in: Add obsolete_rebuilds (boo#1172073).
|
||||
- commit 6524463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 06:33:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc7
|
||||
- refresh configs (ARCH_HAS_STRICT_KERNEL_RWX=n on ppc64/ppc64le)
|
||||
- commit 67f7fb5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 20 10:32:48 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -561,6 +637,12 @@ Tue May 19 09:38:03 CEST 2020 - jslaby@suse.cz
|
||||
- Makefile: disallow data races on gcc-10 as well (gcc 10).
|
||||
- commit 3c26bf7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 09:26:14 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.7-rc6
|
||||
- commit 8e7f5b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 09:46:00 CEST 2020 - bp@suse.de
|
||||
|
||||
@ -575,6 +657,20 @@ Mon May 18 08:36:47 CEST 2020 - jslaby@suse.cz
|
||||
Update upstream status.
|
||||
- commit f322baa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 06:25:59 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc6
|
||||
- eliminated 2 patches
|
||||
- refresh configs
|
||||
- commit 3603fcd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 17 00:36:35 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.7-rc5
|
||||
- commit 2a4b8c3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 14 18:32:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -899,6 +995,19 @@ Mon May 11 08:48:40 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 7501758
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 06:33:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc5
|
||||
- refresh configs
|
||||
- commit 298ea3d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 23:15:04 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.7-rc4
|
||||
- commit 47279b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 20:12:13 CEST 2020 - jzerebecki@suse.com
|
||||
|
||||
@ -1045,7 +1154,13 @@ Wed May 6 11:02:16 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- ipc/util.c: sysvipc_find_ipc() incorrectly updates position
|
||||
index (bnc#1171211).
|
||||
- commit cff4a7c
|
||||
- commit 31ea4f6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 4 06:23:10 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc4
|
||||
- commit 9761f3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 2 20:18:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -1243,7 +1358,7 @@ Thu Apr 30 19:34:58 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau: Fix regression by audio component transition
|
||||
(bsc#1170951).
|
||||
- commit 8ab5528
|
||||
- commit 779158b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
|
||||
@ -1537,6 +1652,13 @@ Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 58238cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 15:41:17 CEST 2020 - ykaukab@suse.de
|
||||
|
||||
- config: arm64: enable coresight support
|
||||
Coresight is already enabled in armv7hl
|
||||
- commit f6f465c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 08:57:05 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -1551,6 +1673,14 @@ Mon Apr 27 08:11:21 CEST 2020 - tiwai@suse.de
|
||||
correctly (bsc#1170522).
|
||||
- commit 00d8515
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 06:27:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc3
|
||||
- eliminated 1 patch
|
||||
- refresh configs
|
||||
- commit 888b015
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 26 08:37:44 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1989,6 +2119,27 @@ Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz
|
||||
patches.suse/Revert-ACPI-EC-Do-not-clear-boot_ec_is_ecdt-in-acpi_.patch.
|
||||
- commit c11f000
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:22:09 CEST 2020 - schwab@suse.de
|
||||
|
||||
- config: riscv64: enable left out config options
|
||||
Enable some config options to reduce difference with x86 config
|
||||
- commit ffb4ebb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:13:11 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
- fix Patch-mainline and move to more appropriate place:
|
||||
patches.suse/s390-export-symbols-for-crash-kmp.patch
|
||||
- commit d3c6449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 13:35:14 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes (bsc#1169471)
|
||||
- commit 438882a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1996,12 +2147,26 @@ Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
(5.6.5 regression).
|
||||
- commit 1bdcfdf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:16:42 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable PCIE_EDR (bsc#1169263)
|
||||
(x86 only)
|
||||
- commit e781722
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:11:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc2
|
||||
- eliminated 2 patches
|
||||
- commit 487485c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 02:02:43 CEST 2020 - mbrugger@suse.com
|
||||
|
||||
- armv7hl: Update config files.
|
||||
Build MediaTek watchdog as built-in.
|
||||
- commit 8ab6aae
|
||||
- commit dfe578b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 19:32:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -2480,6 +2645,12 @@ Wed Apr 15 10:57:46 CEST 2020 - tiwai@suse.de
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes
|
||||
- commit 2cd7ffd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 21:43:55 CEST 2020 - schwab@suse.de
|
||||
|
||||
- Add config files for riscv64
|
||||
- commit b85c09e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2552,6 +2723,137 @@ Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 02:01:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc1
|
||||
- eliminated 70 patches (66 stable, 4 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- refresh
|
||||
- patches.suse/supported-flag
|
||||
- patches.suse/supported-flag-external
|
||||
- patches.suse/supported-flag-modverdir
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- patches.suse/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- fix s390x build:
|
||||
patches.suse/tty-sysrq-Export-sysrq_mask.patch
|
||||
- new config options:
|
||||
- General setup
|
||||
- CONFIG_SCHED_THERMAL_PRESSURE=y
|
||||
- CONFIG_BPF_LSM=y
|
||||
- Power management and ACPI options
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON=m
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON_SIGNAL=38
|
||||
- Memory Management options
|
||||
- CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO=y
|
||||
- CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD=y
|
||||
- CONFIG_ZSWAP_DEFAULT_ON=n
|
||||
- Networking support
|
||||
- CONFIG_IPV6_RPL_LWTUNNEL=y
|
||||
- File systems
|
||||
- CONFIG_EXFAT_FS=m
|
||||
- CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
|
||||
- Cryptographic API
|
||||
- CONFIG_CHELSIO_TLS_DEVICE=y
|
||||
- Kernel hacking
|
||||
- CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE=""
|
||||
- CONFIG_TEST_LOCKUP=n
|
||||
- CONFIG_TEST_MIN_HEAP=n
|
||||
- PCI
|
||||
- CONFIG_PCIE_EDR=n
|
||||
- Network device drivers
|
||||
- CONFIG_BAREUDP=m
|
||||
- CONFIG_MLX5_TC_CT=y
|
||||
- CONFIG_DWMAC_INTEL=m
|
||||
- CONFIG_MDIO_MVUSB=m
|
||||
- CONFIG_BCM84881_PHY=m
|
||||
- PHY_CADENCE_TORRENT=m (i386, ppc64(le))
|
||||
- PTP clock support
|
||||
- CONFIG_PTP_1588_CLOCK_IDT82P33=m
|
||||
- CONFIG_PTP_1588_CLOCK_VMW=m
|
||||
- Graphics
|
||||
- CONFIG_DRM_I915_MAX_REQUEST_BUSYWAIT=8000
|
||||
- CONFIG_TINYDRM_ILI9486=n
|
||||
- DRM_PANEL_BOE_TV101WUM_NL6=n
|
||||
- DRM_PANEL_ELIDA_KD35T133=n
|
||||
- DRM_PANEL_FEIXIN_K101_IM2BA02=n
|
||||
- DRM_PANEL_NOVATEK_NT35510=n
|
||||
- DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01=n
|
||||
- DRM_DISPLAY_CONNECTOR=n
|
||||
- DRM_PARADE_PS8640=n
|
||||
- DRM_SIMPLE_BRIDGE=n
|
||||
- DRM_TOSHIBA_TC358768=n
|
||||
- DRM_TI_TPD12S015=n
|
||||
- Sound
|
||||
- CONFIG_SND_SOC_AMD_RV_RT5682_MACH=m
|
||||
- CONFIG_SND_BCM63XX_I2S_WHISTLER=n
|
||||
- CONFIG_SND_SOC_INTEL_SOF_PCM512x_MACH=m
|
||||
- CONFIG_SND_SOC_SOF_DEBUG_PROBES=n
|
||||
- CONFIG_SND_SOC_RT5682_SDW=n
|
||||
- CONFIG_SND_SOC_TLV320ADCX140=n
|
||||
- Input
|
||||
- CONFIG_HID_GLORIOUS=m
|
||||
- CONFIG_HID_MCP2221=m
|
||||
- CONFIG_KEYBOARD_IQS62X=m
|
||||
- USB
|
||||
- CONFIG_APPLE_MFI_FASTCHARGE=m
|
||||
- CONFIG_TYPEC_MUX_INTEL_PMC=m
|
||||
- Virtio drivers
|
||||
- CONFIG_VIRTIO_VDPA=m
|
||||
- CONFIG_VDPA_MENU=y
|
||||
- CONFIG_VDPA_SIM=m
|
||||
- CONFIG_IFCVF=m
|
||||
- CONFIG_VHOST_MENU=y
|
||||
- CONFIG_VHOST_VDPA=m
|
||||
- Platform drivers
|
||||
- CONFIG_SURFACE_3_POWER_OPREGION=m
|
||||
- CONFIG_CROS_EC_TYPEC=m
|
||||
- CONFIG_CROS_USBPD_NOTIFY=m
|
||||
- Industrial I/O
|
||||
- CONFIG_HMC425=n
|
||||
- CONFIG_AD5770R=n
|
||||
- CONFIG_AL3010=n
|
||||
- CONFIG_GP2AP002=n
|
||||
- CONFIG_ICP10100=n
|
||||
- CONFIG_IQS621_ALS=n
|
||||
- CONFIG_IQS624_POS=n
|
||||
- CONFIG_IQS620AT_TEMP=n
|
||||
- Misc drivers
|
||||
- CONFIG_MHI_BUS=m
|
||||
- CONFIG_UACCE=m
|
||||
- CONFIG_ATA_FORCE=y
|
||||
- CONFIG_SERIAL_SPRD=m
|
||||
- CONFIG_SPI_MUX=m
|
||||
- CONFIG_PINCTRL_DA9062=m
|
||||
- CONFIG_SENSORS_AXI_FAN_CONTROL=m
|
||||
- CONFIG_MFD_IQS62X=m
|
||||
- CONFIG_VIDEO_IMX219=m
|
||||
- CONFIG_MMC_HSQ=m
|
||||
- CONFIG_DMABUF_MOVE_NOTIFY=n
|
||||
- CONFIG_PWM_DEBUG=n
|
||||
- CONFIG_MUX_ADG792A=n
|
||||
- CONFIG_MUX_ADGS1408=n
|
||||
- CONFIG_MUX_GPIO=n
|
||||
- i386
|
||||
- REGULATOR_MP541=m
|
||||
- REGULATOR_MP886X=m
|
||||
- ppc64
|
||||
- PMU_SYSFS=y
|
||||
- FSL_ENETC=m
|
||||
- FSL_ENETC_VF=m
|
||||
- FSL_ENETC_PTP_CLOCK=m
|
||||
- FSL_ENETC_QOS=y
|
||||
- SPI_FSI=m
|
||||
- REGULATOR_MP5416=m
|
||||
- REGULATOR_MP886X=m
|
||||
- s390x
|
||||
- XILINX_LL_TEMAC=m
|
||||
- MDIO_XPCS=m
|
||||
- QETH_OSN=y
|
||||
- QETH_OSX=y
|
||||
- commit 84ddad4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
@ -48051,6 +48353,12 @@ Thu Aug 17 07:30:12 CEST 2017 - jslaby@suse.cz
|
||||
- Linux 4.12.8 (bnc#1012628).
|
||||
- commit 4d7933a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 16 14:05:44 CEST 2017 - msuchanek@suse.de
|
||||
|
||||
- s390: export symbols for crash-kmp (bsc#1053915).
|
||||
- commit 7dd9b75
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 15 13:41:13 CEST 2017 - hare@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 5.6.15
|
||||
%define patchversion 5.7.0
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -28,7 +28,7 @@ BuildRequires: kernel-default
|
||||
# here as well to avoid that qa and build package build parallel
|
||||
BuildRequires: kernel-obs-build
|
||||
BuildRequires: modutils
|
||||
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc64 ppc64le s390x x86_64
|
||||
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc64 ppc64le riscv64 s390x x86_64
|
||||
%if 0%{?suse_version} < 1200
|
||||
# for SLE 11
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Basic QA tests for the kernel
|
||||
License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 5.6.15
|
||||
Version: 5.7.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gfe7831e
|
||||
Release: <RELEASE>.gad96a07
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:50:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Revert "Update config files."
|
||||
This reverts commit 34be040b91701c047e592935bc2dbb46a3947a56. We now
|
||||
have a fix (previous commit) in place, so change the configuration back
|
||||
(bsc#1156053).
|
||||
- commit f4546fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:08:47 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- usercopy: mark dma-kmalloc caches as usercopy caches
|
||||
(bsc#1156053).
|
||||
- commit d3b5ce7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:49:21 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- commit 8599ef4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:14:29 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- Delete
|
||||
patches.suse/Revert-ext4-make-dioread_nolock-the-default.patch.
|
||||
Replace revert by the upstream fix.
|
||||
- commit bfa465b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 08:38:39 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/drm-nouveau-Fix-regression-by-audio-component-transition.patch.
|
||||
Update upstream status.
|
||||
- commit 3000ce5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:22:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable DEBUG_INFO_BTF
|
||||
This was disabled when the option was introduced in 5.2-rc1 but it turned
|
||||
out there are interesting use cases for having it enabled.
|
||||
Add pahole to build time dependencies as it is used to extracth the BTF
|
||||
data. Once we figure out how to make it conditional (only if DEBUG_INFO_BTF
|
||||
exists and is enabled), it should be done in packaging branch.
|
||||
- commit 9ddab66
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:14:45 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Updated to 5.7 final
|
||||
- refresh configs
|
||||
- commit 7cd0da5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 09:58:58 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -226,12 +285,29 @@ Thu May 28 08:59:08 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 5afc154
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 17:13:18 CEST 2020 - trenn@suse.com
|
||||
|
||||
- Update config files.
|
||||
Remove ACPI_PROCFS_POWER
|
||||
This should all be in sysfs nowadays. If this is in Tumbleweed for a while,
|
||||
a patch to totally remove this code will be sent mainline.
|
||||
Related to bsc#1160977
|
||||
- commit 96731f2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 12:47:50 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/kernel-source.spec.in: Add obsolete_rebuilds (boo#1172073).
|
||||
- commit 6524463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 06:33:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc7
|
||||
- refresh configs (ARCH_HAS_STRICT_KERNEL_RWX=n on ppc64/ppc64le)
|
||||
- commit 67f7fb5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 20 10:32:48 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -561,6 +637,12 @@ Tue May 19 09:38:03 CEST 2020 - jslaby@suse.cz
|
||||
- Makefile: disallow data races on gcc-10 as well (gcc 10).
|
||||
- commit 3c26bf7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 09:26:14 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.7-rc6
|
||||
- commit 8e7f5b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 09:46:00 CEST 2020 - bp@suse.de
|
||||
|
||||
@ -575,6 +657,20 @@ Mon May 18 08:36:47 CEST 2020 - jslaby@suse.cz
|
||||
Update upstream status.
|
||||
- commit f322baa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 06:25:59 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc6
|
||||
- eliminated 2 patches
|
||||
- refresh configs
|
||||
- commit 3603fcd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 17 00:36:35 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.7-rc5
|
||||
- commit 2a4b8c3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 14 18:32:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -899,6 +995,19 @@ Mon May 11 08:48:40 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 7501758
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 06:33:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc5
|
||||
- refresh configs
|
||||
- commit 298ea3d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 23:15:04 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.7-rc4
|
||||
- commit 47279b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 20:12:13 CEST 2020 - jzerebecki@suse.com
|
||||
|
||||
@ -1045,7 +1154,13 @@ Wed May 6 11:02:16 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- ipc/util.c: sysvipc_find_ipc() incorrectly updates position
|
||||
index (bnc#1171211).
|
||||
- commit cff4a7c
|
||||
- commit 31ea4f6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 4 06:23:10 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc4
|
||||
- commit 9761f3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 2 20:18:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -1243,7 +1358,7 @@ Thu Apr 30 19:34:58 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau: Fix regression by audio component transition
|
||||
(bsc#1170951).
|
||||
- commit 8ab5528
|
||||
- commit 779158b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
|
||||
@ -1537,6 +1652,13 @@ Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 58238cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 15:41:17 CEST 2020 - ykaukab@suse.de
|
||||
|
||||
- config: arm64: enable coresight support
|
||||
Coresight is already enabled in armv7hl
|
||||
- commit f6f465c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 08:57:05 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -1551,6 +1673,14 @@ Mon Apr 27 08:11:21 CEST 2020 - tiwai@suse.de
|
||||
correctly (bsc#1170522).
|
||||
- commit 00d8515
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 06:27:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc3
|
||||
- eliminated 1 patch
|
||||
- refresh configs
|
||||
- commit 888b015
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 26 08:37:44 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1989,6 +2119,27 @@ Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz
|
||||
patches.suse/Revert-ACPI-EC-Do-not-clear-boot_ec_is_ecdt-in-acpi_.patch.
|
||||
- commit c11f000
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:22:09 CEST 2020 - schwab@suse.de
|
||||
|
||||
- config: riscv64: enable left out config options
|
||||
Enable some config options to reduce difference with x86 config
|
||||
- commit ffb4ebb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:13:11 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
- fix Patch-mainline and move to more appropriate place:
|
||||
patches.suse/s390-export-symbols-for-crash-kmp.patch
|
||||
- commit d3c6449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 13:35:14 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes (bsc#1169471)
|
||||
- commit 438882a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1996,12 +2147,26 @@ Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
(5.6.5 regression).
|
||||
- commit 1bdcfdf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:16:42 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable PCIE_EDR (bsc#1169263)
|
||||
(x86 only)
|
||||
- commit e781722
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:11:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc2
|
||||
- eliminated 2 patches
|
||||
- commit 487485c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 02:02:43 CEST 2020 - mbrugger@suse.com
|
||||
|
||||
- armv7hl: Update config files.
|
||||
Build MediaTek watchdog as built-in.
|
||||
- commit 8ab6aae
|
||||
- commit dfe578b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 19:32:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -2480,6 +2645,12 @@ Wed Apr 15 10:57:46 CEST 2020 - tiwai@suse.de
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes
|
||||
- commit 2cd7ffd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 21:43:55 CEST 2020 - schwab@suse.de
|
||||
|
||||
- Add config files for riscv64
|
||||
- commit b85c09e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2552,6 +2723,137 @@ Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 02:01:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc1
|
||||
- eliminated 70 patches (66 stable, 4 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- refresh
|
||||
- patches.suse/supported-flag
|
||||
- patches.suse/supported-flag-external
|
||||
- patches.suse/supported-flag-modverdir
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- patches.suse/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- fix s390x build:
|
||||
patches.suse/tty-sysrq-Export-sysrq_mask.patch
|
||||
- new config options:
|
||||
- General setup
|
||||
- CONFIG_SCHED_THERMAL_PRESSURE=y
|
||||
- CONFIG_BPF_LSM=y
|
||||
- Power management and ACPI options
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON=m
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON_SIGNAL=38
|
||||
- Memory Management options
|
||||
- CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO=y
|
||||
- CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD=y
|
||||
- CONFIG_ZSWAP_DEFAULT_ON=n
|
||||
- Networking support
|
||||
- CONFIG_IPV6_RPL_LWTUNNEL=y
|
||||
- File systems
|
||||
- CONFIG_EXFAT_FS=m
|
||||
- CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
|
||||
- Cryptographic API
|
||||
- CONFIG_CHELSIO_TLS_DEVICE=y
|
||||
- Kernel hacking
|
||||
- CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE=""
|
||||
- CONFIG_TEST_LOCKUP=n
|
||||
- CONFIG_TEST_MIN_HEAP=n
|
||||
- PCI
|
||||
- CONFIG_PCIE_EDR=n
|
||||
- Network device drivers
|
||||
- CONFIG_BAREUDP=m
|
||||
- CONFIG_MLX5_TC_CT=y
|
||||
- CONFIG_DWMAC_INTEL=m
|
||||
- CONFIG_MDIO_MVUSB=m
|
||||
- CONFIG_BCM84881_PHY=m
|
||||
- PHY_CADENCE_TORRENT=m (i386, ppc64(le))
|
||||
- PTP clock support
|
||||
- CONFIG_PTP_1588_CLOCK_IDT82P33=m
|
||||
- CONFIG_PTP_1588_CLOCK_VMW=m
|
||||
- Graphics
|
||||
- CONFIG_DRM_I915_MAX_REQUEST_BUSYWAIT=8000
|
||||
- CONFIG_TINYDRM_ILI9486=n
|
||||
- DRM_PANEL_BOE_TV101WUM_NL6=n
|
||||
- DRM_PANEL_ELIDA_KD35T133=n
|
||||
- DRM_PANEL_FEIXIN_K101_IM2BA02=n
|
||||
- DRM_PANEL_NOVATEK_NT35510=n
|
||||
- DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01=n
|
||||
- DRM_DISPLAY_CONNECTOR=n
|
||||
- DRM_PARADE_PS8640=n
|
||||
- DRM_SIMPLE_BRIDGE=n
|
||||
- DRM_TOSHIBA_TC358768=n
|
||||
- DRM_TI_TPD12S015=n
|
||||
- Sound
|
||||
- CONFIG_SND_SOC_AMD_RV_RT5682_MACH=m
|
||||
- CONFIG_SND_BCM63XX_I2S_WHISTLER=n
|
||||
- CONFIG_SND_SOC_INTEL_SOF_PCM512x_MACH=m
|
||||
- CONFIG_SND_SOC_SOF_DEBUG_PROBES=n
|
||||
- CONFIG_SND_SOC_RT5682_SDW=n
|
||||
- CONFIG_SND_SOC_TLV320ADCX140=n
|
||||
- Input
|
||||
- CONFIG_HID_GLORIOUS=m
|
||||
- CONFIG_HID_MCP2221=m
|
||||
- CONFIG_KEYBOARD_IQS62X=m
|
||||
- USB
|
||||
- CONFIG_APPLE_MFI_FASTCHARGE=m
|
||||
- CONFIG_TYPEC_MUX_INTEL_PMC=m
|
||||
- Virtio drivers
|
||||
- CONFIG_VIRTIO_VDPA=m
|
||||
- CONFIG_VDPA_MENU=y
|
||||
- CONFIG_VDPA_SIM=m
|
||||
- CONFIG_IFCVF=m
|
||||
- CONFIG_VHOST_MENU=y
|
||||
- CONFIG_VHOST_VDPA=m
|
||||
- Platform drivers
|
||||
- CONFIG_SURFACE_3_POWER_OPREGION=m
|
||||
- CONFIG_CROS_EC_TYPEC=m
|
||||
- CONFIG_CROS_USBPD_NOTIFY=m
|
||||
- Industrial I/O
|
||||
- CONFIG_HMC425=n
|
||||
- CONFIG_AD5770R=n
|
||||
- CONFIG_AL3010=n
|
||||
- CONFIG_GP2AP002=n
|
||||
- CONFIG_ICP10100=n
|
||||
- CONFIG_IQS621_ALS=n
|
||||
- CONFIG_IQS624_POS=n
|
||||
- CONFIG_IQS620AT_TEMP=n
|
||||
- Misc drivers
|
||||
- CONFIG_MHI_BUS=m
|
||||
- CONFIG_UACCE=m
|
||||
- CONFIG_ATA_FORCE=y
|
||||
- CONFIG_SERIAL_SPRD=m
|
||||
- CONFIG_SPI_MUX=m
|
||||
- CONFIG_PINCTRL_DA9062=m
|
||||
- CONFIG_SENSORS_AXI_FAN_CONTROL=m
|
||||
- CONFIG_MFD_IQS62X=m
|
||||
- CONFIG_VIDEO_IMX219=m
|
||||
- CONFIG_MMC_HSQ=m
|
||||
- CONFIG_DMABUF_MOVE_NOTIFY=n
|
||||
- CONFIG_PWM_DEBUG=n
|
||||
- CONFIG_MUX_ADG792A=n
|
||||
- CONFIG_MUX_ADGS1408=n
|
||||
- CONFIG_MUX_GPIO=n
|
||||
- i386
|
||||
- REGULATOR_MP541=m
|
||||
- REGULATOR_MP886X=m
|
||||
- ppc64
|
||||
- PMU_SYSFS=y
|
||||
- FSL_ENETC=m
|
||||
- FSL_ENETC_VF=m
|
||||
- FSL_ENETC_PTP_CLOCK=m
|
||||
- FSL_ENETC_QOS=y
|
||||
- SPI_FSI=m
|
||||
- REGULATOR_MP5416=m
|
||||
- REGULATOR_MP886X=m
|
||||
- s390x
|
||||
- XILINX_LL_TEMAC=m
|
||||
- MDIO_XPCS=m
|
||||
- QETH_OSN=y
|
||||
- QETH_OSX=y
|
||||
- commit 84ddad4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
@ -48051,6 +48353,12 @@ Thu Aug 17 07:30:12 CEST 2017 - jslaby@suse.cz
|
||||
- Linux 4.12.8 (bnc#1012628).
|
||||
- commit 4d7933a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 16 14:05:44 CEST 2017 - msuchanek@suse.de
|
||||
|
||||
- s390: export symbols for crash-kmp (bsc#1053915).
|
||||
- commit 7dd9b75
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 15 13:41:13 CEST 2017 - hare@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.15
|
||||
%define srcversion 5.7
|
||||
%define patchversion 5.7.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.15
|
||||
Version: 5.7.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gfe7831e
|
||||
Release: <RELEASE>.gad96a07
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -92,6 +92,8 @@ BuildRequires: modutils
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: openssl
|
||||
BuildRequires: pesign-obs-integration
|
||||
# for CONFIG_DEBUG_INFO_BTF - ToDo: make it conditional
|
||||
BuildRequires: pahole
|
||||
# for objtool
|
||||
BuildRequires: libelf-devel
|
||||
Provides: %name = %version-%source_rel
|
||||
@ -174,10 +176,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
Provides: kernel-srchash-fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
Provides: kernel-%build_flavor-base-srchash-ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
Provides: kernel-srchash-ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
Provides: %name-srchash-ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -1,3 +1,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:50:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Revert "Update config files."
|
||||
This reverts commit 34be040b91701c047e592935bc2dbb46a3947a56. We now
|
||||
have a fix (previous commit) in place, so change the configuration back
|
||||
(bsc#1156053).
|
||||
- commit f4546fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:08:47 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- usercopy: mark dma-kmalloc caches as usercopy caches
|
||||
(bsc#1156053).
|
||||
- commit d3b5ce7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:49:21 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- commit 8599ef4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:14:29 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- Delete
|
||||
patches.suse/Revert-ext4-make-dioread_nolock-the-default.patch.
|
||||
Replace revert by the upstream fix.
|
||||
- commit bfa465b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 08:38:39 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/drm-nouveau-Fix-regression-by-audio-component-transition.patch.
|
||||
Update upstream status.
|
||||
- commit 3000ce5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:22:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable DEBUG_INFO_BTF
|
||||
This was disabled when the option was introduced in 5.2-rc1 but it turned
|
||||
out there are interesting use cases for having it enabled.
|
||||
Add pahole to build time dependencies as it is used to extracth the BTF
|
||||
data. Once we figure out how to make it conditional (only if DEBUG_INFO_BTF
|
||||
exists and is enabled), it should be done in packaging branch.
|
||||
- commit 9ddab66
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:14:45 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Updated to 5.7 final
|
||||
- refresh configs
|
||||
- commit 7cd0da5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 09:58:58 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -226,12 +285,29 @@ Thu May 28 08:59:08 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 5afc154
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 17:13:18 CEST 2020 - trenn@suse.com
|
||||
|
||||
- Update config files.
|
||||
Remove ACPI_PROCFS_POWER
|
||||
This should all be in sysfs nowadays. If this is in Tumbleweed for a while,
|
||||
a patch to totally remove this code will be sent mainline.
|
||||
Related to bsc#1160977
|
||||
- commit 96731f2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 12:47:50 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/kernel-source.spec.in: Add obsolete_rebuilds (boo#1172073).
|
||||
- commit 6524463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 06:33:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc7
|
||||
- refresh configs (ARCH_HAS_STRICT_KERNEL_RWX=n on ppc64/ppc64le)
|
||||
- commit 67f7fb5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 20 10:32:48 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -561,6 +637,12 @@ Tue May 19 09:38:03 CEST 2020 - jslaby@suse.cz
|
||||
- Makefile: disallow data races on gcc-10 as well (gcc 10).
|
||||
- commit 3c26bf7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 09:26:14 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.7-rc6
|
||||
- commit 8e7f5b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 09:46:00 CEST 2020 - bp@suse.de
|
||||
|
||||
@ -575,6 +657,20 @@ Mon May 18 08:36:47 CEST 2020 - jslaby@suse.cz
|
||||
Update upstream status.
|
||||
- commit f322baa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 06:25:59 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc6
|
||||
- eliminated 2 patches
|
||||
- refresh configs
|
||||
- commit 3603fcd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 17 00:36:35 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.7-rc5
|
||||
- commit 2a4b8c3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 14 18:32:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -899,6 +995,19 @@ Mon May 11 08:48:40 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 7501758
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 06:33:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc5
|
||||
- refresh configs
|
||||
- commit 298ea3d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 23:15:04 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.7-rc4
|
||||
- commit 47279b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 20:12:13 CEST 2020 - jzerebecki@suse.com
|
||||
|
||||
@ -1045,7 +1154,13 @@ Wed May 6 11:02:16 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- ipc/util.c: sysvipc_find_ipc() incorrectly updates position
|
||||
index (bnc#1171211).
|
||||
- commit cff4a7c
|
||||
- commit 31ea4f6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 4 06:23:10 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc4
|
||||
- commit 9761f3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 2 20:18:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -1243,7 +1358,7 @@ Thu Apr 30 19:34:58 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau: Fix regression by audio component transition
|
||||
(bsc#1170951).
|
||||
- commit 8ab5528
|
||||
- commit 779158b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
|
||||
@ -1537,6 +1652,13 @@ Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 58238cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 15:41:17 CEST 2020 - ykaukab@suse.de
|
||||
|
||||
- config: arm64: enable coresight support
|
||||
Coresight is already enabled in armv7hl
|
||||
- commit f6f465c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 08:57:05 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -1551,6 +1673,14 @@ Mon Apr 27 08:11:21 CEST 2020 - tiwai@suse.de
|
||||
correctly (bsc#1170522).
|
||||
- commit 00d8515
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 06:27:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc3
|
||||
- eliminated 1 patch
|
||||
- refresh configs
|
||||
- commit 888b015
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 26 08:37:44 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1989,6 +2119,27 @@ Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz
|
||||
patches.suse/Revert-ACPI-EC-Do-not-clear-boot_ec_is_ecdt-in-acpi_.patch.
|
||||
- commit c11f000
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:22:09 CEST 2020 - schwab@suse.de
|
||||
|
||||
- config: riscv64: enable left out config options
|
||||
Enable some config options to reduce difference with x86 config
|
||||
- commit ffb4ebb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:13:11 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
- fix Patch-mainline and move to more appropriate place:
|
||||
patches.suse/s390-export-symbols-for-crash-kmp.patch
|
||||
- commit d3c6449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 13:35:14 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes (bsc#1169471)
|
||||
- commit 438882a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1996,12 +2147,26 @@ Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
(5.6.5 regression).
|
||||
- commit 1bdcfdf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:16:42 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable PCIE_EDR (bsc#1169263)
|
||||
(x86 only)
|
||||
- commit e781722
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:11:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc2
|
||||
- eliminated 2 patches
|
||||
- commit 487485c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 02:02:43 CEST 2020 - mbrugger@suse.com
|
||||
|
||||
- armv7hl: Update config files.
|
||||
Build MediaTek watchdog as built-in.
|
||||
- commit 8ab6aae
|
||||
- commit dfe578b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 19:32:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -2480,6 +2645,12 @@ Wed Apr 15 10:57:46 CEST 2020 - tiwai@suse.de
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes
|
||||
- commit 2cd7ffd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 21:43:55 CEST 2020 - schwab@suse.de
|
||||
|
||||
- Add config files for riscv64
|
||||
- commit b85c09e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2552,6 +2723,137 @@ Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 02:01:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc1
|
||||
- eliminated 70 patches (66 stable, 4 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- refresh
|
||||
- patches.suse/supported-flag
|
||||
- patches.suse/supported-flag-external
|
||||
- patches.suse/supported-flag-modverdir
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- patches.suse/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- fix s390x build:
|
||||
patches.suse/tty-sysrq-Export-sysrq_mask.patch
|
||||
- new config options:
|
||||
- General setup
|
||||
- CONFIG_SCHED_THERMAL_PRESSURE=y
|
||||
- CONFIG_BPF_LSM=y
|
||||
- Power management and ACPI options
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON=m
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON_SIGNAL=38
|
||||
- Memory Management options
|
||||
- CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO=y
|
||||
- CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD=y
|
||||
- CONFIG_ZSWAP_DEFAULT_ON=n
|
||||
- Networking support
|
||||
- CONFIG_IPV6_RPL_LWTUNNEL=y
|
||||
- File systems
|
||||
- CONFIG_EXFAT_FS=m
|
||||
- CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
|
||||
- Cryptographic API
|
||||
- CONFIG_CHELSIO_TLS_DEVICE=y
|
||||
- Kernel hacking
|
||||
- CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE=""
|
||||
- CONFIG_TEST_LOCKUP=n
|
||||
- CONFIG_TEST_MIN_HEAP=n
|
||||
- PCI
|
||||
- CONFIG_PCIE_EDR=n
|
||||
- Network device drivers
|
||||
- CONFIG_BAREUDP=m
|
||||
- CONFIG_MLX5_TC_CT=y
|
||||
- CONFIG_DWMAC_INTEL=m
|
||||
- CONFIG_MDIO_MVUSB=m
|
||||
- CONFIG_BCM84881_PHY=m
|
||||
- PHY_CADENCE_TORRENT=m (i386, ppc64(le))
|
||||
- PTP clock support
|
||||
- CONFIG_PTP_1588_CLOCK_IDT82P33=m
|
||||
- CONFIG_PTP_1588_CLOCK_VMW=m
|
||||
- Graphics
|
||||
- CONFIG_DRM_I915_MAX_REQUEST_BUSYWAIT=8000
|
||||
- CONFIG_TINYDRM_ILI9486=n
|
||||
- DRM_PANEL_BOE_TV101WUM_NL6=n
|
||||
- DRM_PANEL_ELIDA_KD35T133=n
|
||||
- DRM_PANEL_FEIXIN_K101_IM2BA02=n
|
||||
- DRM_PANEL_NOVATEK_NT35510=n
|
||||
- DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01=n
|
||||
- DRM_DISPLAY_CONNECTOR=n
|
||||
- DRM_PARADE_PS8640=n
|
||||
- DRM_SIMPLE_BRIDGE=n
|
||||
- DRM_TOSHIBA_TC358768=n
|
||||
- DRM_TI_TPD12S015=n
|
||||
- Sound
|
||||
- CONFIG_SND_SOC_AMD_RV_RT5682_MACH=m
|
||||
- CONFIG_SND_BCM63XX_I2S_WHISTLER=n
|
||||
- CONFIG_SND_SOC_INTEL_SOF_PCM512x_MACH=m
|
||||
- CONFIG_SND_SOC_SOF_DEBUG_PROBES=n
|
||||
- CONFIG_SND_SOC_RT5682_SDW=n
|
||||
- CONFIG_SND_SOC_TLV320ADCX140=n
|
||||
- Input
|
||||
- CONFIG_HID_GLORIOUS=m
|
||||
- CONFIG_HID_MCP2221=m
|
||||
- CONFIG_KEYBOARD_IQS62X=m
|
||||
- USB
|
||||
- CONFIG_APPLE_MFI_FASTCHARGE=m
|
||||
- CONFIG_TYPEC_MUX_INTEL_PMC=m
|
||||
- Virtio drivers
|
||||
- CONFIG_VIRTIO_VDPA=m
|
||||
- CONFIG_VDPA_MENU=y
|
||||
- CONFIG_VDPA_SIM=m
|
||||
- CONFIG_IFCVF=m
|
||||
- CONFIG_VHOST_MENU=y
|
||||
- CONFIG_VHOST_VDPA=m
|
||||
- Platform drivers
|
||||
- CONFIG_SURFACE_3_POWER_OPREGION=m
|
||||
- CONFIG_CROS_EC_TYPEC=m
|
||||
- CONFIG_CROS_USBPD_NOTIFY=m
|
||||
- Industrial I/O
|
||||
- CONFIG_HMC425=n
|
||||
- CONFIG_AD5770R=n
|
||||
- CONFIG_AL3010=n
|
||||
- CONFIG_GP2AP002=n
|
||||
- CONFIG_ICP10100=n
|
||||
- CONFIG_IQS621_ALS=n
|
||||
- CONFIG_IQS624_POS=n
|
||||
- CONFIG_IQS620AT_TEMP=n
|
||||
- Misc drivers
|
||||
- CONFIG_MHI_BUS=m
|
||||
- CONFIG_UACCE=m
|
||||
- CONFIG_ATA_FORCE=y
|
||||
- CONFIG_SERIAL_SPRD=m
|
||||
- CONFIG_SPI_MUX=m
|
||||
- CONFIG_PINCTRL_DA9062=m
|
||||
- CONFIG_SENSORS_AXI_FAN_CONTROL=m
|
||||
- CONFIG_MFD_IQS62X=m
|
||||
- CONFIG_VIDEO_IMX219=m
|
||||
- CONFIG_MMC_HSQ=m
|
||||
- CONFIG_DMABUF_MOVE_NOTIFY=n
|
||||
- CONFIG_PWM_DEBUG=n
|
||||
- CONFIG_MUX_ADG792A=n
|
||||
- CONFIG_MUX_ADGS1408=n
|
||||
- CONFIG_MUX_GPIO=n
|
||||
- i386
|
||||
- REGULATOR_MP541=m
|
||||
- REGULATOR_MP886X=m
|
||||
- ppc64
|
||||
- PMU_SYSFS=y
|
||||
- FSL_ENETC=m
|
||||
- FSL_ENETC_VF=m
|
||||
- FSL_ENETC_PTP_CLOCK=m
|
||||
- FSL_ENETC_QOS=y
|
||||
- SPI_FSI=m
|
||||
- REGULATOR_MP5416=m
|
||||
- REGULATOR_MP886X=m
|
||||
- s390x
|
||||
- XILINX_LL_TEMAC=m
|
||||
- MDIO_XPCS=m
|
||||
- QETH_OSN=y
|
||||
- QETH_OSX=y
|
||||
- commit 84ddad4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
@ -48051,6 +48353,12 @@ Thu Aug 17 07:30:12 CEST 2017 - jslaby@suse.cz
|
||||
- Linux 4.12.8 (bnc#1012628).
|
||||
- commit 4d7933a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 16 14:05:44 CEST 2017 - msuchanek@suse.de
|
||||
|
||||
- s390: export symbols for crash-kmp (bsc#1053915).
|
||||
- commit 7dd9b75
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 15 13:41:13 CEST 2017 - hare@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
# icecream 0
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.15
|
||||
%define srcversion 5.7
|
||||
%define patchversion 5.7.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: 5.6.15
|
||||
Version: 5.7.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gfe7831e
|
||||
Release: <RELEASE>.gad96a07
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -43,7 +43,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
Provides: %name-srchash-ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:50:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Revert "Update config files."
|
||||
This reverts commit 34be040b91701c047e592935bc2dbb46a3947a56. We now
|
||||
have a fix (previous commit) in place, so change the configuration back
|
||||
(bsc#1156053).
|
||||
- commit f4546fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:08:47 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- usercopy: mark dma-kmalloc caches as usercopy caches
|
||||
(bsc#1156053).
|
||||
- commit d3b5ce7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:49:21 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- commit 8599ef4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:14:29 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- Delete
|
||||
patches.suse/Revert-ext4-make-dioread_nolock-the-default.patch.
|
||||
Replace revert by the upstream fix.
|
||||
- commit bfa465b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 08:38:39 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/drm-nouveau-Fix-regression-by-audio-component-transition.patch.
|
||||
Update upstream status.
|
||||
- commit 3000ce5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:22:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable DEBUG_INFO_BTF
|
||||
This was disabled when the option was introduced in 5.2-rc1 but it turned
|
||||
out there are interesting use cases for having it enabled.
|
||||
Add pahole to build time dependencies as it is used to extracth the BTF
|
||||
data. Once we figure out how to make it conditional (only if DEBUG_INFO_BTF
|
||||
exists and is enabled), it should be done in packaging branch.
|
||||
- commit 9ddab66
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:14:45 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Updated to 5.7 final
|
||||
- refresh configs
|
||||
- commit 7cd0da5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 09:58:58 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -226,12 +285,29 @@ Thu May 28 08:59:08 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 5afc154
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 17:13:18 CEST 2020 - trenn@suse.com
|
||||
|
||||
- Update config files.
|
||||
Remove ACPI_PROCFS_POWER
|
||||
This should all be in sysfs nowadays. If this is in Tumbleweed for a while,
|
||||
a patch to totally remove this code will be sent mainline.
|
||||
Related to bsc#1160977
|
||||
- commit 96731f2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 12:47:50 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/kernel-source.spec.in: Add obsolete_rebuilds (boo#1172073).
|
||||
- commit 6524463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 06:33:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc7
|
||||
- refresh configs (ARCH_HAS_STRICT_KERNEL_RWX=n on ppc64/ppc64le)
|
||||
- commit 67f7fb5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 20 10:32:48 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -561,6 +637,12 @@ Tue May 19 09:38:03 CEST 2020 - jslaby@suse.cz
|
||||
- Makefile: disallow data races on gcc-10 as well (gcc 10).
|
||||
- commit 3c26bf7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 09:26:14 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.7-rc6
|
||||
- commit 8e7f5b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 09:46:00 CEST 2020 - bp@suse.de
|
||||
|
||||
@ -575,6 +657,20 @@ Mon May 18 08:36:47 CEST 2020 - jslaby@suse.cz
|
||||
Update upstream status.
|
||||
- commit f322baa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 06:25:59 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc6
|
||||
- eliminated 2 patches
|
||||
- refresh configs
|
||||
- commit 3603fcd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 17 00:36:35 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.7-rc5
|
||||
- commit 2a4b8c3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 14 18:32:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -899,6 +995,19 @@ Mon May 11 08:48:40 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 7501758
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 06:33:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc5
|
||||
- refresh configs
|
||||
- commit 298ea3d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 23:15:04 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.7-rc4
|
||||
- commit 47279b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 20:12:13 CEST 2020 - jzerebecki@suse.com
|
||||
|
||||
@ -1045,7 +1154,13 @@ Wed May 6 11:02:16 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- ipc/util.c: sysvipc_find_ipc() incorrectly updates position
|
||||
index (bnc#1171211).
|
||||
- commit cff4a7c
|
||||
- commit 31ea4f6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 4 06:23:10 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc4
|
||||
- commit 9761f3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 2 20:18:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -1243,7 +1358,7 @@ Thu Apr 30 19:34:58 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau: Fix regression by audio component transition
|
||||
(bsc#1170951).
|
||||
- commit 8ab5528
|
||||
- commit 779158b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
|
||||
@ -1537,6 +1652,13 @@ Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 58238cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 15:41:17 CEST 2020 - ykaukab@suse.de
|
||||
|
||||
- config: arm64: enable coresight support
|
||||
Coresight is already enabled in armv7hl
|
||||
- commit f6f465c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 08:57:05 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -1551,6 +1673,14 @@ Mon Apr 27 08:11:21 CEST 2020 - tiwai@suse.de
|
||||
correctly (bsc#1170522).
|
||||
- commit 00d8515
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 06:27:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc3
|
||||
- eliminated 1 patch
|
||||
- refresh configs
|
||||
- commit 888b015
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 26 08:37:44 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1989,6 +2119,27 @@ Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz
|
||||
patches.suse/Revert-ACPI-EC-Do-not-clear-boot_ec_is_ecdt-in-acpi_.patch.
|
||||
- commit c11f000
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:22:09 CEST 2020 - schwab@suse.de
|
||||
|
||||
- config: riscv64: enable left out config options
|
||||
Enable some config options to reduce difference with x86 config
|
||||
- commit ffb4ebb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:13:11 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
- fix Patch-mainline and move to more appropriate place:
|
||||
patches.suse/s390-export-symbols-for-crash-kmp.patch
|
||||
- commit d3c6449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 13:35:14 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes (bsc#1169471)
|
||||
- commit 438882a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1996,12 +2147,26 @@ Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
(5.6.5 regression).
|
||||
- commit 1bdcfdf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:16:42 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable PCIE_EDR (bsc#1169263)
|
||||
(x86 only)
|
||||
- commit e781722
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:11:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc2
|
||||
- eliminated 2 patches
|
||||
- commit 487485c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 02:02:43 CEST 2020 - mbrugger@suse.com
|
||||
|
||||
- armv7hl: Update config files.
|
||||
Build MediaTek watchdog as built-in.
|
||||
- commit 8ab6aae
|
||||
- commit dfe578b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 19:32:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -2480,6 +2645,12 @@ Wed Apr 15 10:57:46 CEST 2020 - tiwai@suse.de
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes
|
||||
- commit 2cd7ffd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 21:43:55 CEST 2020 - schwab@suse.de
|
||||
|
||||
- Add config files for riscv64
|
||||
- commit b85c09e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2552,6 +2723,137 @@ Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 02:01:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc1
|
||||
- eliminated 70 patches (66 stable, 4 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- refresh
|
||||
- patches.suse/supported-flag
|
||||
- patches.suse/supported-flag-external
|
||||
- patches.suse/supported-flag-modverdir
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- patches.suse/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- fix s390x build:
|
||||
patches.suse/tty-sysrq-Export-sysrq_mask.patch
|
||||
- new config options:
|
||||
- General setup
|
||||
- CONFIG_SCHED_THERMAL_PRESSURE=y
|
||||
- CONFIG_BPF_LSM=y
|
||||
- Power management and ACPI options
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON=m
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON_SIGNAL=38
|
||||
- Memory Management options
|
||||
- CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO=y
|
||||
- CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD=y
|
||||
- CONFIG_ZSWAP_DEFAULT_ON=n
|
||||
- Networking support
|
||||
- CONFIG_IPV6_RPL_LWTUNNEL=y
|
||||
- File systems
|
||||
- CONFIG_EXFAT_FS=m
|
||||
- CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
|
||||
- Cryptographic API
|
||||
- CONFIG_CHELSIO_TLS_DEVICE=y
|
||||
- Kernel hacking
|
||||
- CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE=""
|
||||
- CONFIG_TEST_LOCKUP=n
|
||||
- CONFIG_TEST_MIN_HEAP=n
|
||||
- PCI
|
||||
- CONFIG_PCIE_EDR=n
|
||||
- Network device drivers
|
||||
- CONFIG_BAREUDP=m
|
||||
- CONFIG_MLX5_TC_CT=y
|
||||
- CONFIG_DWMAC_INTEL=m
|
||||
- CONFIG_MDIO_MVUSB=m
|
||||
- CONFIG_BCM84881_PHY=m
|
||||
- PHY_CADENCE_TORRENT=m (i386, ppc64(le))
|
||||
- PTP clock support
|
||||
- CONFIG_PTP_1588_CLOCK_IDT82P33=m
|
||||
- CONFIG_PTP_1588_CLOCK_VMW=m
|
||||
- Graphics
|
||||
- CONFIG_DRM_I915_MAX_REQUEST_BUSYWAIT=8000
|
||||
- CONFIG_TINYDRM_ILI9486=n
|
||||
- DRM_PANEL_BOE_TV101WUM_NL6=n
|
||||
- DRM_PANEL_ELIDA_KD35T133=n
|
||||
- DRM_PANEL_FEIXIN_K101_IM2BA02=n
|
||||
- DRM_PANEL_NOVATEK_NT35510=n
|
||||
- DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01=n
|
||||
- DRM_DISPLAY_CONNECTOR=n
|
||||
- DRM_PARADE_PS8640=n
|
||||
- DRM_SIMPLE_BRIDGE=n
|
||||
- DRM_TOSHIBA_TC358768=n
|
||||
- DRM_TI_TPD12S015=n
|
||||
- Sound
|
||||
- CONFIG_SND_SOC_AMD_RV_RT5682_MACH=m
|
||||
- CONFIG_SND_BCM63XX_I2S_WHISTLER=n
|
||||
- CONFIG_SND_SOC_INTEL_SOF_PCM512x_MACH=m
|
||||
- CONFIG_SND_SOC_SOF_DEBUG_PROBES=n
|
||||
- CONFIG_SND_SOC_RT5682_SDW=n
|
||||
- CONFIG_SND_SOC_TLV320ADCX140=n
|
||||
- Input
|
||||
- CONFIG_HID_GLORIOUS=m
|
||||
- CONFIG_HID_MCP2221=m
|
||||
- CONFIG_KEYBOARD_IQS62X=m
|
||||
- USB
|
||||
- CONFIG_APPLE_MFI_FASTCHARGE=m
|
||||
- CONFIG_TYPEC_MUX_INTEL_PMC=m
|
||||
- Virtio drivers
|
||||
- CONFIG_VIRTIO_VDPA=m
|
||||
- CONFIG_VDPA_MENU=y
|
||||
- CONFIG_VDPA_SIM=m
|
||||
- CONFIG_IFCVF=m
|
||||
- CONFIG_VHOST_MENU=y
|
||||
- CONFIG_VHOST_VDPA=m
|
||||
- Platform drivers
|
||||
- CONFIG_SURFACE_3_POWER_OPREGION=m
|
||||
- CONFIG_CROS_EC_TYPEC=m
|
||||
- CONFIG_CROS_USBPD_NOTIFY=m
|
||||
- Industrial I/O
|
||||
- CONFIG_HMC425=n
|
||||
- CONFIG_AD5770R=n
|
||||
- CONFIG_AL3010=n
|
||||
- CONFIG_GP2AP002=n
|
||||
- CONFIG_ICP10100=n
|
||||
- CONFIG_IQS621_ALS=n
|
||||
- CONFIG_IQS624_POS=n
|
||||
- CONFIG_IQS620AT_TEMP=n
|
||||
- Misc drivers
|
||||
- CONFIG_MHI_BUS=m
|
||||
- CONFIG_UACCE=m
|
||||
- CONFIG_ATA_FORCE=y
|
||||
- CONFIG_SERIAL_SPRD=m
|
||||
- CONFIG_SPI_MUX=m
|
||||
- CONFIG_PINCTRL_DA9062=m
|
||||
- CONFIG_SENSORS_AXI_FAN_CONTROL=m
|
||||
- CONFIG_MFD_IQS62X=m
|
||||
- CONFIG_VIDEO_IMX219=m
|
||||
- CONFIG_MMC_HSQ=m
|
||||
- CONFIG_DMABUF_MOVE_NOTIFY=n
|
||||
- CONFIG_PWM_DEBUG=n
|
||||
- CONFIG_MUX_ADG792A=n
|
||||
- CONFIG_MUX_ADGS1408=n
|
||||
- CONFIG_MUX_GPIO=n
|
||||
- i386
|
||||
- REGULATOR_MP541=m
|
||||
- REGULATOR_MP886X=m
|
||||
- ppc64
|
||||
- PMU_SYSFS=y
|
||||
- FSL_ENETC=m
|
||||
- FSL_ENETC_VF=m
|
||||
- FSL_ENETC_PTP_CLOCK=m
|
||||
- FSL_ENETC_QOS=y
|
||||
- SPI_FSI=m
|
||||
- REGULATOR_MP5416=m
|
||||
- REGULATOR_MP886X=m
|
||||
- s390x
|
||||
- XILINX_LL_TEMAC=m
|
||||
- MDIO_XPCS=m
|
||||
- QETH_OSN=y
|
||||
- QETH_OSX=y
|
||||
- commit 84ddad4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
@ -48051,6 +48353,12 @@ Thu Aug 17 07:30:12 CEST 2017 - jslaby@suse.cz
|
||||
- Linux 4.12.8 (bnc#1012628).
|
||||
- commit 4d7933a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 16 14:05:44 CEST 2017 - msuchanek@suse.de
|
||||
|
||||
- s390: export symbols for crash-kmp (bsc#1053915).
|
||||
- commit 7dd9b75
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 15 13:41:13 CEST 2017 - hare@suse.de
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 5.6.15
|
||||
Version: 5.7.0
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gfe7831e
|
||||
Release: <RELEASE>.gad96a07
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -41,7 +41,7 @@ BuildRequires: coreutils
|
||||
%ifarch aarch64
|
||||
Requires: kernel-64kb-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch aarch64 armv6hl armv7hl %ix86 ppc64 ppc64le s390x x86_64
|
||||
%ifarch aarch64 armv6hl armv7hl %ix86 ppc64 ppc64le riscv64 s390x x86_64
|
||||
Requires: kernel-default-devel = %version-%source_rel
|
||||
%endif
|
||||
%ifarch armv7hl
|
||||
@ -52,12 +52,12 @@ Requires: kernel-pae-devel = %version-%source_rel
|
||||
%endif
|
||||
Requires: pesign-obs-integration
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
Provides: %name-srchash-ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: %ix86 aarch64 armv6hl armv7hl ppc64 ppc64le s390x x86_64
|
||||
ExclusiveArch: %ix86 aarch64 armv6hl armv7hl ppc64 ppc64le riscv64 s390x x86_64
|
||||
Prefix: /usr/src
|
||||
|
||||
%description
|
||||
|
@ -1,3 +1,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:50:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Revert "Update config files."
|
||||
This reverts commit 34be040b91701c047e592935bc2dbb46a3947a56. We now
|
||||
have a fix (previous commit) in place, so change the configuration back
|
||||
(bsc#1156053).
|
||||
- commit f4546fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:08:47 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- usercopy: mark dma-kmalloc caches as usercopy caches
|
||||
(bsc#1156053).
|
||||
- commit d3b5ce7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:49:21 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- commit 8599ef4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:14:29 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- Delete
|
||||
patches.suse/Revert-ext4-make-dioread_nolock-the-default.patch.
|
||||
Replace revert by the upstream fix.
|
||||
- commit bfa465b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 08:38:39 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/drm-nouveau-Fix-regression-by-audio-component-transition.patch.
|
||||
Update upstream status.
|
||||
- commit 3000ce5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:22:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable DEBUG_INFO_BTF
|
||||
This was disabled when the option was introduced in 5.2-rc1 but it turned
|
||||
out there are interesting use cases for having it enabled.
|
||||
Add pahole to build time dependencies as it is used to extracth the BTF
|
||||
data. Once we figure out how to make it conditional (only if DEBUG_INFO_BTF
|
||||
exists and is enabled), it should be done in packaging branch.
|
||||
- commit 9ddab66
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:14:45 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Updated to 5.7 final
|
||||
- refresh configs
|
||||
- commit 7cd0da5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 09:58:58 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -226,12 +285,29 @@ Thu May 28 08:59:08 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 5afc154
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 17:13:18 CEST 2020 - trenn@suse.com
|
||||
|
||||
- Update config files.
|
||||
Remove ACPI_PROCFS_POWER
|
||||
This should all be in sysfs nowadays. If this is in Tumbleweed for a while,
|
||||
a patch to totally remove this code will be sent mainline.
|
||||
Related to bsc#1160977
|
||||
- commit 96731f2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 12:47:50 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/kernel-source.spec.in: Add obsolete_rebuilds (boo#1172073).
|
||||
- commit 6524463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 06:33:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc7
|
||||
- refresh configs (ARCH_HAS_STRICT_KERNEL_RWX=n on ppc64/ppc64le)
|
||||
- commit 67f7fb5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 20 10:32:48 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -561,6 +637,12 @@ Tue May 19 09:38:03 CEST 2020 - jslaby@suse.cz
|
||||
- Makefile: disallow data races on gcc-10 as well (gcc 10).
|
||||
- commit 3c26bf7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 09:26:14 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.7-rc6
|
||||
- commit 8e7f5b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 09:46:00 CEST 2020 - bp@suse.de
|
||||
|
||||
@ -575,6 +657,20 @@ Mon May 18 08:36:47 CEST 2020 - jslaby@suse.cz
|
||||
Update upstream status.
|
||||
- commit f322baa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 06:25:59 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc6
|
||||
- eliminated 2 patches
|
||||
- refresh configs
|
||||
- commit 3603fcd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 17 00:36:35 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.7-rc5
|
||||
- commit 2a4b8c3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 14 18:32:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -899,6 +995,19 @@ Mon May 11 08:48:40 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 7501758
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 06:33:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc5
|
||||
- refresh configs
|
||||
- commit 298ea3d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 23:15:04 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.7-rc4
|
||||
- commit 47279b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 20:12:13 CEST 2020 - jzerebecki@suse.com
|
||||
|
||||
@ -1045,7 +1154,13 @@ Wed May 6 11:02:16 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- ipc/util.c: sysvipc_find_ipc() incorrectly updates position
|
||||
index (bnc#1171211).
|
||||
- commit cff4a7c
|
||||
- commit 31ea4f6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 4 06:23:10 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc4
|
||||
- commit 9761f3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 2 20:18:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -1243,7 +1358,7 @@ Thu Apr 30 19:34:58 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau: Fix regression by audio component transition
|
||||
(bsc#1170951).
|
||||
- commit 8ab5528
|
||||
- commit 779158b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
|
||||
@ -1537,6 +1652,13 @@ Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 58238cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 15:41:17 CEST 2020 - ykaukab@suse.de
|
||||
|
||||
- config: arm64: enable coresight support
|
||||
Coresight is already enabled in armv7hl
|
||||
- commit f6f465c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 08:57:05 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -1551,6 +1673,14 @@ Mon Apr 27 08:11:21 CEST 2020 - tiwai@suse.de
|
||||
correctly (bsc#1170522).
|
||||
- commit 00d8515
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 06:27:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc3
|
||||
- eliminated 1 patch
|
||||
- refresh configs
|
||||
- commit 888b015
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 26 08:37:44 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1989,6 +2119,27 @@ Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz
|
||||
patches.suse/Revert-ACPI-EC-Do-not-clear-boot_ec_is_ecdt-in-acpi_.patch.
|
||||
- commit c11f000
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:22:09 CEST 2020 - schwab@suse.de
|
||||
|
||||
- config: riscv64: enable left out config options
|
||||
Enable some config options to reduce difference with x86 config
|
||||
- commit ffb4ebb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:13:11 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
- fix Patch-mainline and move to more appropriate place:
|
||||
patches.suse/s390-export-symbols-for-crash-kmp.patch
|
||||
- commit d3c6449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 13:35:14 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes (bsc#1169471)
|
||||
- commit 438882a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1996,12 +2147,26 @@ Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
(5.6.5 regression).
|
||||
- commit 1bdcfdf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:16:42 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable PCIE_EDR (bsc#1169263)
|
||||
(x86 only)
|
||||
- commit e781722
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:11:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc2
|
||||
- eliminated 2 patches
|
||||
- commit 487485c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 02:02:43 CEST 2020 - mbrugger@suse.com
|
||||
|
||||
- armv7hl: Update config files.
|
||||
Build MediaTek watchdog as built-in.
|
||||
- commit 8ab6aae
|
||||
- commit dfe578b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 19:32:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -2480,6 +2645,12 @@ Wed Apr 15 10:57:46 CEST 2020 - tiwai@suse.de
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes
|
||||
- commit 2cd7ffd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 21:43:55 CEST 2020 - schwab@suse.de
|
||||
|
||||
- Add config files for riscv64
|
||||
- commit b85c09e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2552,6 +2723,137 @@ Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 02:01:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc1
|
||||
- eliminated 70 patches (66 stable, 4 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- refresh
|
||||
- patches.suse/supported-flag
|
||||
- patches.suse/supported-flag-external
|
||||
- patches.suse/supported-flag-modverdir
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- patches.suse/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- fix s390x build:
|
||||
patches.suse/tty-sysrq-Export-sysrq_mask.patch
|
||||
- new config options:
|
||||
- General setup
|
||||
- CONFIG_SCHED_THERMAL_PRESSURE=y
|
||||
- CONFIG_BPF_LSM=y
|
||||
- Power management and ACPI options
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON=m
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON_SIGNAL=38
|
||||
- Memory Management options
|
||||
- CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO=y
|
||||
- CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD=y
|
||||
- CONFIG_ZSWAP_DEFAULT_ON=n
|
||||
- Networking support
|
||||
- CONFIG_IPV6_RPL_LWTUNNEL=y
|
||||
- File systems
|
||||
- CONFIG_EXFAT_FS=m
|
||||
- CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
|
||||
- Cryptographic API
|
||||
- CONFIG_CHELSIO_TLS_DEVICE=y
|
||||
- Kernel hacking
|
||||
- CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE=""
|
||||
- CONFIG_TEST_LOCKUP=n
|
||||
- CONFIG_TEST_MIN_HEAP=n
|
||||
- PCI
|
||||
- CONFIG_PCIE_EDR=n
|
||||
- Network device drivers
|
||||
- CONFIG_BAREUDP=m
|
||||
- CONFIG_MLX5_TC_CT=y
|
||||
- CONFIG_DWMAC_INTEL=m
|
||||
- CONFIG_MDIO_MVUSB=m
|
||||
- CONFIG_BCM84881_PHY=m
|
||||
- PHY_CADENCE_TORRENT=m (i386, ppc64(le))
|
||||
- PTP clock support
|
||||
- CONFIG_PTP_1588_CLOCK_IDT82P33=m
|
||||
- CONFIG_PTP_1588_CLOCK_VMW=m
|
||||
- Graphics
|
||||
- CONFIG_DRM_I915_MAX_REQUEST_BUSYWAIT=8000
|
||||
- CONFIG_TINYDRM_ILI9486=n
|
||||
- DRM_PANEL_BOE_TV101WUM_NL6=n
|
||||
- DRM_PANEL_ELIDA_KD35T133=n
|
||||
- DRM_PANEL_FEIXIN_K101_IM2BA02=n
|
||||
- DRM_PANEL_NOVATEK_NT35510=n
|
||||
- DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01=n
|
||||
- DRM_DISPLAY_CONNECTOR=n
|
||||
- DRM_PARADE_PS8640=n
|
||||
- DRM_SIMPLE_BRIDGE=n
|
||||
- DRM_TOSHIBA_TC358768=n
|
||||
- DRM_TI_TPD12S015=n
|
||||
- Sound
|
||||
- CONFIG_SND_SOC_AMD_RV_RT5682_MACH=m
|
||||
- CONFIG_SND_BCM63XX_I2S_WHISTLER=n
|
||||
- CONFIG_SND_SOC_INTEL_SOF_PCM512x_MACH=m
|
||||
- CONFIG_SND_SOC_SOF_DEBUG_PROBES=n
|
||||
- CONFIG_SND_SOC_RT5682_SDW=n
|
||||
- CONFIG_SND_SOC_TLV320ADCX140=n
|
||||
- Input
|
||||
- CONFIG_HID_GLORIOUS=m
|
||||
- CONFIG_HID_MCP2221=m
|
||||
- CONFIG_KEYBOARD_IQS62X=m
|
||||
- USB
|
||||
- CONFIG_APPLE_MFI_FASTCHARGE=m
|
||||
- CONFIG_TYPEC_MUX_INTEL_PMC=m
|
||||
- Virtio drivers
|
||||
- CONFIG_VIRTIO_VDPA=m
|
||||
- CONFIG_VDPA_MENU=y
|
||||
- CONFIG_VDPA_SIM=m
|
||||
- CONFIG_IFCVF=m
|
||||
- CONFIG_VHOST_MENU=y
|
||||
- CONFIG_VHOST_VDPA=m
|
||||
- Platform drivers
|
||||
- CONFIG_SURFACE_3_POWER_OPREGION=m
|
||||
- CONFIG_CROS_EC_TYPEC=m
|
||||
- CONFIG_CROS_USBPD_NOTIFY=m
|
||||
- Industrial I/O
|
||||
- CONFIG_HMC425=n
|
||||
- CONFIG_AD5770R=n
|
||||
- CONFIG_AL3010=n
|
||||
- CONFIG_GP2AP002=n
|
||||
- CONFIG_ICP10100=n
|
||||
- CONFIG_IQS621_ALS=n
|
||||
- CONFIG_IQS624_POS=n
|
||||
- CONFIG_IQS620AT_TEMP=n
|
||||
- Misc drivers
|
||||
- CONFIG_MHI_BUS=m
|
||||
- CONFIG_UACCE=m
|
||||
- CONFIG_ATA_FORCE=y
|
||||
- CONFIG_SERIAL_SPRD=m
|
||||
- CONFIG_SPI_MUX=m
|
||||
- CONFIG_PINCTRL_DA9062=m
|
||||
- CONFIG_SENSORS_AXI_FAN_CONTROL=m
|
||||
- CONFIG_MFD_IQS62X=m
|
||||
- CONFIG_VIDEO_IMX219=m
|
||||
- CONFIG_MMC_HSQ=m
|
||||
- CONFIG_DMABUF_MOVE_NOTIFY=n
|
||||
- CONFIG_PWM_DEBUG=n
|
||||
- CONFIG_MUX_ADG792A=n
|
||||
- CONFIG_MUX_ADGS1408=n
|
||||
- CONFIG_MUX_GPIO=n
|
||||
- i386
|
||||
- REGULATOR_MP541=m
|
||||
- REGULATOR_MP886X=m
|
||||
- ppc64
|
||||
- PMU_SYSFS=y
|
||||
- FSL_ENETC=m
|
||||
- FSL_ENETC_VF=m
|
||||
- FSL_ENETC_PTP_CLOCK=m
|
||||
- FSL_ENETC_QOS=y
|
||||
- SPI_FSI=m
|
||||
- REGULATOR_MP5416=m
|
||||
- REGULATOR_MP886X=m
|
||||
- s390x
|
||||
- XILINX_LL_TEMAC=m
|
||||
- MDIO_XPCS=m
|
||||
- QETH_OSN=y
|
||||
- QETH_OSX=y
|
||||
- commit 84ddad4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
@ -48051,6 +48353,12 @@ Thu Aug 17 07:30:12 CEST 2017 - jslaby@suse.cz
|
||||
- Linux 4.12.8 (bnc#1012628).
|
||||
- commit 4d7933a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 16 14:05:44 CEST 2017 - msuchanek@suse.de
|
||||
|
||||
- s390: export symbols for crash-kmp (bsc#1053915).
|
||||
- commit 7dd9b75
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 15 13:41:13 CEST 2017 - hare@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.15
|
||||
%define srcversion 5.7
|
||||
%define patchversion 5.7.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.15
|
||||
Version: 5.7.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gfe7831e
|
||||
Release: <RELEASE>.gad96a07
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -92,6 +92,8 @@ BuildRequires: modutils
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: openssl
|
||||
BuildRequires: pesign-obs-integration
|
||||
# for CONFIG_DEBUG_INFO_BTF - ToDo: make it conditional
|
||||
BuildRequires: pahole
|
||||
# for objtool
|
||||
BuildRequires: libelf-devel
|
||||
Provides: %name = %version-%source_rel
|
||||
@ -174,10 +176,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
Provides: kernel-srchash-fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
Provides: kernel-%build_flavor-base-srchash-ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
Provides: kernel-srchash-ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
Provides: %name-srchash-ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
@ -253,7 +255,7 @@ Source113: patches.kabi.tar.bz2
|
||||
Source120: kabi.tar.bz2
|
||||
Source121: sysctl.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc64 ppc64le s390x x86_64
|
||||
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc64 ppc64le riscv64 s390x x86_64
|
||||
%define kmp_target_cpu %_target_cpu
|
||||
%ifarch %ix86
|
||||
# Only i386/default supports i586, mark other flavors' packages as i686
|
||||
|
@ -1,3 +1,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:50:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Revert "Update config files."
|
||||
This reverts commit 34be040b91701c047e592935bc2dbb46a3947a56. We now
|
||||
have a fix (previous commit) in place, so change the configuration back
|
||||
(bsc#1156053).
|
||||
- commit f4546fe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 08:08:47 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- usercopy: mark dma-kmalloc caches as usercopy caches
|
||||
(bsc#1156053).
|
||||
- commit d3b5ce7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:49:21 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- commit 8599ef4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 09:14:29 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- jbd2: avoid leaking transaction credits when unreserving handle
|
||||
(bnc#1169774).
|
||||
- Delete
|
||||
patches.suse/Revert-ext4-make-dioread_nolock-the-default.patch.
|
||||
Replace revert by the upstream fix.
|
||||
- commit bfa465b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 08:38:39 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/drm-nouveau-Fix-regression-by-audio-component-transition.patch.
|
||||
Update upstream status.
|
||||
- commit 3000ce5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:22:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable DEBUG_INFO_BTF
|
||||
This was disabled when the option was introduced in 5.2-rc1 but it turned
|
||||
out there are interesting use cases for having it enabled.
|
||||
Add pahole to build time dependencies as it is used to extracth the BTF
|
||||
data. Once we figure out how to make it conditional (only if DEBUG_INFO_BTF
|
||||
exists and is enabled), it should be done in packaging branch.
|
||||
- commit 9ddab66
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 06:14:45 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Updated to 5.7 final
|
||||
- refresh configs
|
||||
- commit 7cd0da5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 09:58:58 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -226,12 +285,29 @@ Thu May 28 08:59:08 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 5afc154
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 17:13:18 CEST 2020 - trenn@suse.com
|
||||
|
||||
- Update config files.
|
||||
Remove ACPI_PROCFS_POWER
|
||||
This should all be in sysfs nowadays. If this is in Tumbleweed for a while,
|
||||
a patch to totally remove this code will be sent mainline.
|
||||
Related to bsc#1160977
|
||||
- commit 96731f2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 12:47:50 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/kernel-source.spec.in: Add obsolete_rebuilds (boo#1172073).
|
||||
- commit 6524463
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 06:33:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc7
|
||||
- refresh configs (ARCH_HAS_STRICT_KERNEL_RWX=n on ppc64/ppc64le)
|
||||
- commit 67f7fb5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 20 10:32:48 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -561,6 +637,12 @@ Tue May 19 09:38:03 CEST 2020 - jslaby@suse.cz
|
||||
- Makefile: disallow data races on gcc-10 as well (gcc 10).
|
||||
- commit 3c26bf7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 09:26:14 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.7-rc6
|
||||
- commit 8e7f5b8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 09:46:00 CEST 2020 - bp@suse.de
|
||||
|
||||
@ -575,6 +657,20 @@ Mon May 18 08:36:47 CEST 2020 - jslaby@suse.cz
|
||||
Update upstream status.
|
||||
- commit f322baa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 06:25:59 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc6
|
||||
- eliminated 2 patches
|
||||
- refresh configs
|
||||
- commit 3603fcd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 17 00:36:35 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.7-rc5
|
||||
- commit 2a4b8c3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 14 18:32:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -899,6 +995,19 @@ Mon May 11 08:48:40 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 7501758
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 06:33:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc5
|
||||
- refresh configs
|
||||
- commit 298ea3d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 23:15:04 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.7-rc4
|
||||
- commit 47279b9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 20:12:13 CEST 2020 - jzerebecki@suse.com
|
||||
|
||||
@ -1045,7 +1154,13 @@ Wed May 6 11:02:16 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- ipc/util.c: sysvipc_find_ipc() incorrectly updates position
|
||||
index (bnc#1171211).
|
||||
- commit cff4a7c
|
||||
- commit 31ea4f6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 4 06:23:10 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc4
|
||||
- commit 9761f3e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 2 20:18:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -1243,7 +1358,7 @@ Thu Apr 30 19:34:58 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- drm/nouveau: Fix regression by audio component transition
|
||||
(bsc#1170951).
|
||||
- commit 8ab5528
|
||||
- commit 779158b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 12:47:01 CEST 2020 - jslaby@suse.cz
|
||||
@ -1537,6 +1652,13 @@ Wed Apr 29 21:46:49 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit 58238cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 15:41:17 CEST 2020 - ykaukab@suse.de
|
||||
|
||||
- config: arm64: enable coresight support
|
||||
Coresight is already enabled in armv7hl
|
||||
- commit f6f465c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 08:57:05 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -1551,6 +1673,14 @@ Mon Apr 27 08:11:21 CEST 2020 - tiwai@suse.de
|
||||
correctly (bsc#1170522).
|
||||
- commit 00d8515
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 06:27:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc3
|
||||
- eliminated 1 patch
|
||||
- refresh configs
|
||||
- commit 888b015
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 26 08:37:44 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1989,6 +2119,27 @@ Wed Apr 22 06:15:55 CEST 2020 - jslaby@suse.cz
|
||||
patches.suse/Revert-ACPI-EC-Do-not-clear-boot_ec_is_ecdt-in-acpi_.patch.
|
||||
- commit c11f000
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:22:09 CEST 2020 - schwab@suse.de
|
||||
|
||||
- config: riscv64: enable left out config options
|
||||
Enable some config options to reduce difference with x86 config
|
||||
- commit ffb4ebb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 14:13:11 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
- fix Patch-mainline and move to more appropriate place:
|
||||
patches.suse/s390-export-symbols-for-crash-kmp.patch
|
||||
- commit d3c6449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 13:35:14 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes (bsc#1169471)
|
||||
- commit 438882a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1996,12 +2147,26 @@ Mon Apr 20 12:49:40 CEST 2020 - jslaby@suse.cz
|
||||
(5.6.5 regression).
|
||||
- commit 1bdcfdf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:16:42 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: enable PCIE_EDR (bsc#1169263)
|
||||
(x86 only)
|
||||
- commit e781722
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:11:03 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc2
|
||||
- eliminated 2 patches
|
||||
- commit 487485c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 02:02:43 CEST 2020 - mbrugger@suse.com
|
||||
|
||||
- armv7hl: Update config files.
|
||||
Build MediaTek watchdog as built-in.
|
||||
- commit 8ab6aae
|
||||
- commit dfe578b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 19:32:50 CEST 2020 - jslaby@suse.cz
|
||||
@ -2480,6 +2645,12 @@ Wed Apr 15 10:57:46 CEST 2020 - tiwai@suse.de
|
||||
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes
|
||||
- commit 2cd7ffd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 21:43:55 CEST 2020 - schwab@suse.de
|
||||
|
||||
- Add config files for riscv64
|
||||
- commit b85c09e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2552,6 +2723,137 @@ Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 02:01:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.7-rc1
|
||||
- eliminated 70 patches (66 stable, 4 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- refresh
|
||||
- patches.suse/supported-flag
|
||||
- patches.suse/supported-flag-external
|
||||
- patches.suse/supported-flag-modverdir
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- patches.suse/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- fix s390x build:
|
||||
patches.suse/tty-sysrq-Export-sysrq_mask.patch
|
||||
- new config options:
|
||||
- General setup
|
||||
- CONFIG_SCHED_THERMAL_PRESSURE=y
|
||||
- CONFIG_BPF_LSM=y
|
||||
- Power management and ACPI options
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON=m
|
||||
- CONFIG_ACPI_TINY_POWER_BUTTON_SIGNAL=38
|
||||
- Memory Management options
|
||||
- CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO=y
|
||||
- CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD=y
|
||||
- CONFIG_ZSWAP_DEFAULT_ON=n
|
||||
- Networking support
|
||||
- CONFIG_IPV6_RPL_LWTUNNEL=y
|
||||
- File systems
|
||||
- CONFIG_EXFAT_FS=m
|
||||
- CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
|
||||
- Cryptographic API
|
||||
- CONFIG_CHELSIO_TLS_DEVICE=y
|
||||
- Kernel hacking
|
||||
- CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE=""
|
||||
- CONFIG_TEST_LOCKUP=n
|
||||
- CONFIG_TEST_MIN_HEAP=n
|
||||
- PCI
|
||||
- CONFIG_PCIE_EDR=n
|
||||
- Network device drivers
|
||||
- CONFIG_BAREUDP=m
|
||||
- CONFIG_MLX5_TC_CT=y
|
||||
- CONFIG_DWMAC_INTEL=m
|
||||
- CONFIG_MDIO_MVUSB=m
|
||||
- CONFIG_BCM84881_PHY=m
|
||||
- PHY_CADENCE_TORRENT=m (i386, ppc64(le))
|
||||
- PTP clock support
|
||||
- CONFIG_PTP_1588_CLOCK_IDT82P33=m
|
||||
- CONFIG_PTP_1588_CLOCK_VMW=m
|
||||
- Graphics
|
||||
- CONFIG_DRM_I915_MAX_REQUEST_BUSYWAIT=8000
|
||||
- CONFIG_TINYDRM_ILI9486=n
|
||||
- DRM_PANEL_BOE_TV101WUM_NL6=n
|
||||
- DRM_PANEL_ELIDA_KD35T133=n
|
||||
- DRM_PANEL_FEIXIN_K101_IM2BA02=n
|
||||
- DRM_PANEL_NOVATEK_NT35510=n
|
||||
- DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01=n
|
||||
- DRM_DISPLAY_CONNECTOR=n
|
||||
- DRM_PARADE_PS8640=n
|
||||
- DRM_SIMPLE_BRIDGE=n
|
||||
- DRM_TOSHIBA_TC358768=n
|
||||
- DRM_TI_TPD12S015=n
|
||||
- Sound
|
||||
- CONFIG_SND_SOC_AMD_RV_RT5682_MACH=m
|
||||
- CONFIG_SND_BCM63XX_I2S_WHISTLER=n
|
||||
- CONFIG_SND_SOC_INTEL_SOF_PCM512x_MACH=m
|
||||
- CONFIG_SND_SOC_SOF_DEBUG_PROBES=n
|
||||
- CONFIG_SND_SOC_RT5682_SDW=n
|
||||
- CONFIG_SND_SOC_TLV320ADCX140=n
|
||||
- Input
|
||||
- CONFIG_HID_GLORIOUS=m
|
||||
- CONFIG_HID_MCP2221=m
|
||||
- CONFIG_KEYBOARD_IQS62X=m
|
||||
- USB
|
||||
- CONFIG_APPLE_MFI_FASTCHARGE=m
|
||||
- CONFIG_TYPEC_MUX_INTEL_PMC=m
|
||||
- Virtio drivers
|
||||
- CONFIG_VIRTIO_VDPA=m
|
||||
- CONFIG_VDPA_MENU=y
|
||||
- CONFIG_VDPA_SIM=m
|
||||
- CONFIG_IFCVF=m
|
||||
- CONFIG_VHOST_MENU=y
|
||||
- CONFIG_VHOST_VDPA=m
|
||||
- Platform drivers
|
||||
- CONFIG_SURFACE_3_POWER_OPREGION=m
|
||||
- CONFIG_CROS_EC_TYPEC=m
|
||||
- CONFIG_CROS_USBPD_NOTIFY=m
|
||||
- Industrial I/O
|
||||
- CONFIG_HMC425=n
|
||||
- CONFIG_AD5770R=n
|
||||
- CONFIG_AL3010=n
|
||||
- CONFIG_GP2AP002=n
|
||||
- CONFIG_ICP10100=n
|
||||
- CONFIG_IQS621_ALS=n
|
||||
- CONFIG_IQS624_POS=n
|
||||
- CONFIG_IQS620AT_TEMP=n
|
||||
- Misc drivers
|
||||
- CONFIG_MHI_BUS=m
|
||||
- CONFIG_UACCE=m
|
||||
- CONFIG_ATA_FORCE=y
|
||||
- CONFIG_SERIAL_SPRD=m
|
||||
- CONFIG_SPI_MUX=m
|
||||
- CONFIG_PINCTRL_DA9062=m
|
||||
- CONFIG_SENSORS_AXI_FAN_CONTROL=m
|
||||
- CONFIG_MFD_IQS62X=m
|
||||
- CONFIG_VIDEO_IMX219=m
|
||||
- CONFIG_MMC_HSQ=m
|
||||
- CONFIG_DMABUF_MOVE_NOTIFY=n
|
||||
- CONFIG_PWM_DEBUG=n
|
||||
- CONFIG_MUX_ADG792A=n
|
||||
- CONFIG_MUX_ADGS1408=n
|
||||
- CONFIG_MUX_GPIO=n
|
||||
- i386
|
||||
- REGULATOR_MP541=m
|
||||
- REGULATOR_MP886X=m
|
||||
- ppc64
|
||||
- PMU_SYSFS=y
|
||||
- FSL_ENETC=m
|
||||
- FSL_ENETC_VF=m
|
||||
- FSL_ENETC_PTP_CLOCK=m
|
||||
- FSL_ENETC_QOS=y
|
||||
- SPI_FSI=m
|
||||
- REGULATOR_MP5416=m
|
||||
- REGULATOR_MP886X=m
|
||||
- s390x
|
||||
- XILINX_LL_TEMAC=m
|
||||
- MDIO_XPCS=m
|
||||
- QETH_OSN=y
|
||||
- QETH_OSX=y
|
||||
- commit 84ddad4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
@ -48051,6 +48353,12 @@ Thu Aug 17 07:30:12 CEST 2017 - jslaby@suse.cz
|
||||
- Linux 4.12.8 (bnc#1012628).
|
||||
- commit 4d7933a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 16 14:05:44 CEST 2017 - msuchanek@suse.de
|
||||
|
||||
- s390: export symbols for crash-kmp (bsc#1053915).
|
||||
- commit 7dd9b75
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 15 13:41:13 CEST 2017 - hare@suse.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.15
|
||||
%define srcversion 5.7
|
||||
%define patchversion 5.7.0
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-zfcpdump
|
||||
Summary: The IBM System Z zfcpdump Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.15
|
||||
Version: 5.7.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gfe7831e
|
||||
Release: <RELEASE>.gad96a07
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -92,6 +92,8 @@ BuildRequires: modutils
|
||||
# Used to sign the kernel in the buildservice
|
||||
BuildRequires: openssl
|
||||
BuildRequires: pesign-obs-integration
|
||||
# for CONFIG_DEBUG_INFO_BTF - ToDo: make it conditional
|
||||
BuildRequires: pahole
|
||||
# for objtool
|
||||
BuildRequires: libelf-devel
|
||||
Provides: %name = %version-%source_rel
|
||||
@ -174,10 +176,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
Provides: kernel-srchash-fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
Provides: kernel-%build_flavor-base-srchash-ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
Provides: kernel-srchash-ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
Provides: %name-srchash-ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
3
linux-5.7.tar.xz
Normal file
3
linux-5.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de8163bb62f822d84f7a3983574ec460060bf013a78ff79cd7c979ff1ec1d7e0
|
||||
size 112690468
|
BIN
patches.kernel.org.tar.bz2
(Stored with Git LFS)
BIN
patches.kernel.org.tar.bz2
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6fd4f8e01c162686695e342e1479292ea0051f05c7654a3d45294b95d28b6f98
|
||||
size 57852
|
||||
oid sha256:b963de224bc3c339ed7a2bfb04a9536d6137e4de435df9ba0352534e07a217a4
|
||||
size 56386
|
||||
|
1454
series.conf
1454
series.conf
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,3 @@
|
||||
2020-05-28 07:59:04 +0000
|
||||
GIT Revision: fe7831ef3a9cdcfa848de37895cd3c04d5ad5206
|
||||
2020-06-03 06:57:28 +0000
|
||||
GIT Revision: ad96a075c1c980dd0f33efc56c1c6cd1253331ab
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user