commit 8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1375
This commit is contained in:
parent
56f4bc5d3c
commit
3729c71837
@ -40,6 +40,7 @@
|
||||
<overwrite>
|
||||
<conditions>
|
||||
<package>kernel-source</package>
|
||||
<package>kernel-source-azure</package>
|
||||
<package>kernel-source-rt</package>
|
||||
</conditions>
|
||||
<hardware>
|
||||
|
@ -1,5 +1,5 @@
|
||||
# The version of the main tarball to use
|
||||
SRCVERSION=5.8
|
||||
SRCVERSION=5.9
|
||||
# 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:273e2fef1e26d3f970c3f686a71e0819281fc090a57cf1d9547e41c00006b724
|
||||
size 274668
|
||||
oid sha256:08bcf3c7ce51e96eb179f1a3a95769c3e8c4271e88ebbae589377b26cb0cbcd5
|
||||
size 276047
|
||||
|
@ -33,6 +33,7 @@
|
||||
<overwrite>
|
||||
<conditions>
|
||||
<package>kernel-source</package>
|
||||
<package>kernel-source-azure</package>
|
||||
<package>kernel-source-rt</package>
|
||||
</conditions>
|
||||
<hardware>
|
||||
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch.
|
||||
Update upstream status.
|
||||
- commit 7b40cc9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:42:17 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.9.1 (bsc#1012628).
|
||||
- Bluetooth: MGMT: Fix not checking if BT_HS is enabled
|
||||
(bsc#1012628).
|
||||
- media: usbtv: Fix refcounting mixup (bsc#1012628).
|
||||
- USB: serial: option: add Cellient MPL200 card (bsc#1012628).
|
||||
- USB: serial: option: Add Telit FT980-KS composition
|
||||
(bsc#1012628).
|
||||
- staging: comedi: check validity of wMaxPacketSize of usb
|
||||
endpoints found (bsc#1012628).
|
||||
- USB: serial: pl2303: add device-id for HP GC device
|
||||
(bsc#1012628).
|
||||
- USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART
|
||||
adapters (bsc#1012628).
|
||||
- vt_ioctl: make VT_RESIZEX behave like VT_RESIZE (bsc#1012628).
|
||||
- reiserfs: Initialize inode keys properly (bsc#1012628).
|
||||
- reiserfs: Fix oops during mount (bsc#1012628).
|
||||
- Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"
|
||||
(bsc#1012628).
|
||||
- crypto: bcm - Verify GCM/CCM key length in setkey (bsc#1012628).
|
||||
- crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA
|
||||
(bsc#1012628).
|
||||
- commit b7f511b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 16 09:20:34 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- update patches metadata
|
||||
- update upstream references:
|
||||
patches.suse/Bluetooth-A2MP-Fix-not-initializing-all-members.patch
|
||||
patches.suse/Bluetooth-L2CAP-Fix-calling-sk_filter-on-non-socket-.patch
|
||||
- commit b1f22f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 15 10:09:30 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -17,13 +60,13 @@ Thu Oct 15 08:47:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Bluetooth: A2MP: Fix not initializing all members
|
||||
(CVE-2020-12352 bsc#1177725).
|
||||
- commit c64c556
|
||||
- commit 74ef4a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:33:46 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: CONFIG_PINCTRL_AMD=y for fixing dependency (bsc#1177049)
|
||||
- commit f9a8fb6
|
||||
- commit 233d0fc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:13:19 CEST 2020 - jslaby@suse.cz
|
||||
@ -245,6 +288,38 @@ Wed Oct 14 12:39:26 CEST 2020 - jslaby@suse.cz
|
||||
linux/font.h (bsc#1012628).
|
||||
- commit 1dc82dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 12 00:20:46 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9 final
|
||||
- eliminated 1 patch
|
||||
- patches.suse/bpf-Fix-unresolved-symbol-build-error-with-resolve_b.patch
|
||||
- update configs
|
||||
- MLX5_VDPA=y, MLX5_VDPA_NET=m
|
||||
- restore FB_ARMCLCD (y on armv6hl and armv7hl, n on arm64)
|
||||
- commit 11733e1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 14:01:47 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable DEBUG_INFO_BTF in s390x/zfcpdump
|
||||
Even if the build has been fixed, there is little use for BTF debug
|
||||
information in kernel-zfcpdump so disable it there.
|
||||
- commit e7595e7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 8 21:38:16 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Exclude .config.old from kernel-devel
|
||||
- use tar excludes for .kernel-binary.spec.buildenv
|
||||
- commit 939a79b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 20:02:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Package the obj_install_dir as explicit filelist.
|
||||
- commit 5587762
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 08:23:04 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -404,6 +479,13 @@ Wed Oct 7 08:22:07 CEST 2020 - jslaby@suse.cz
|
||||
you.. (bsc#1012628).
|
||||
- commit e882d6e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 23:19:30 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- rpm/mkspec-dtb: Update for 5.9
|
||||
arch/arm64/boot/dts/al subdir has been renamed to amazon.
|
||||
- commit e450c4d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -411,6 +493,38 @@ Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
SW_TABLET_MODE reporting (bsc#1175599).
|
||||
- commit 5672f81
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:20:10 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.9-rc8
|
||||
- commit 2a6c374
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:07:01 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.9-rc8
|
||||
- commit 52c5e56
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 14:38:26 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.9-rc8
|
||||
- commit bbcb0ce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 06:36:16 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc8
|
||||
- commit f75a311
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 4 22:24:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- bpf: Fix "unresolved symbol" build error with resolve_btfids
|
||||
(http://lkml.kernel.org/r/20200929101737.3ufw36bngkmzppqk@lion.mk-sys.cz).
|
||||
Fixes s390x/zfcpdump build failure.
|
||||
- commit c27d6ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
|
||||
@ -418,6 +532,20 @@ Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
amdgpu_display_crtc_set_config (git-fixes).
|
||||
- commit 08db7a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 14:39:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE also in arm*/* (bsc#1176923)
|
||||
The arm configs (both 64-bit and 32-bit) are currently disabled so that
|
||||
they cannot be updated the usual way. Apply the changes manually.
|
||||
- commit a1b15af
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 10:55:44 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE (bsc#1176923)
|
||||
- commit 9702a5f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -584,6 +712,12 @@ Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit ea492d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 14:35:06 CEST 2020 - ohering@suse.de
|
||||
|
||||
- rpm/constraints.in: recognize also kernel-source-azure (bsc#1176732)
|
||||
- commit 7214bbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -684,6 +818,14 @@ Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 01:08:38 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc7
|
||||
- eliminated 1 patch
|
||||
- patches.suse/dax-Fix-compilation-for-CONFIG_DAX-CONFIG_FS_DAX.patch
|
||||
- commit a5f5f07
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 27 10:02:02 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -897,6 +1039,13 @@ Tue Sep 22 11:36:53 CEST 2020 - msuchanek@suse.de
|
||||
- kernel-syms.spec.in: Also use bz compression (boo#1175882).
|
||||
- commit ecaf78d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 00:29:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX
|
||||
(http://lkml.kernel.org/r/20200921010359.GO3027113@arch-chirva.localdomain).
|
||||
- commit 289d4e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 13:00:19 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -913,6 +1062,14 @@ Mon Sep 21 12:44:24 CEST 2020 - tiwai@suse.de
|
||||
This causes errors on ASoC SOF driver.
|
||||
- commit b7791aa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 07:08:13 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc6
|
||||
- refresh configs
|
||||
- drop VGACON_SOFT_SCROLLBACK and related
|
||||
- commit bf46e69
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 03:15:11 CEST 2020 - glin@suse.com
|
||||
|
||||
@ -1240,6 +1397,15 @@ Thu Sep 17 19:44:40 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 83e873a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 10:21:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc5
|
||||
- eliminated 2 patches
|
||||
patches.suse/drm-virtio-fix-unblank.patch
|
||||
patches.suse/firmware_loader-fix-memory-leak-for-paged-buffer.patch
|
||||
- commit e921ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 12 20:07:52 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1609,13 +1775,31 @@ Mon Sep 7 12:03:50 CEST 2020 - yousaf.kaukab@suse.com
|
||||
|
||||
- coresight: fix offset by one error in counting ports
|
||||
(bsc#1175054).
|
||||
- commit 038472f
|
||||
- commit 1169fee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 10:27:30 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: add CONFIG_GCOV_KENREL=n
|
||||
Define this explicitly as kbuild bot still uses gcc9 for testing
|
||||
- commit 0dcb9bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 09:10:13 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: enable a few missing Intel SOF and SST ASoC entries (bsc#1176200)
|
||||
- commit 87f4d0a
|
||||
- commit 074fdcf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 06:49:28 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc4
|
||||
- eliminated 1 patch
|
||||
- patches.suse/net-packet-fix-overflow-in-tpacket_rcv.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- XEN_UNPOPULATED_ALLOC=y (x86_64 only)
|
||||
- commit 2817e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 09:39:46 CEST 2020 - jslaby@suse.cz
|
||||
@ -2092,6 +2276,23 @@ Fri Sep 4 16:59:40 CEST 2020 - mkubecek@suse.cz
|
||||
bsc#1176069).
|
||||
- commit eba56bd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 07:23:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc3
|
||||
- eliminated 1 patch
|
||||
- patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- PPC_PROT_SAO_LPAR=n (ppc64 and ppc64le)
|
||||
- commit 3cc13d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 30 22:44:37 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: whitespace cleanup
|
||||
- commit efc1fed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 28 19:19:49 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
@ -2104,7 +2305,7 @@ Fri Aug 28 10:13:28 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- fs/cachefiles: Drop superfluous readpages aops NULL check
|
||||
(bsc#1175245).
|
||||
- commit 34111a4
|
||||
- commit e4cd10b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
@ -2139,6 +2340,13 @@ Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
- gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY (bsc#1012628).
|
||||
- commit 4d7a832
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:48:20 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update upstream reference:
|
||||
patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch.
|
||||
- commit 993f7ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 12:50:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2421,6 +2629,19 @@ Tue Aug 25 08:12:56 CEST 2020 - jslaby@suse.cz
|
||||
Add the second bsc reference.
|
||||
- commit fb64fba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 20:02:21 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Revert "HID: usbhid: do not sleep when opening device".
|
||||
- commit 4229f31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 15:02:20 CEST 2020 - wqu@suse.com
|
||||
|
||||
- Refresh
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 31073f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
|
||||
@ -2428,6 +2649,22 @@ Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 74987e4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 06:49:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc2
|
||||
- eliminated 1 patch
|
||||
- patches.suse/squashfs-avoid-bio_alloc-failure-with-1Mbyte-blocks.patch
|
||||
- refresh configs
|
||||
- commit 7bec2d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 23 10:12:27 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
Move an "almost mainline" patch to "almost mainline" section.
|
||||
- commit 4e4b6b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 21 20:20:08 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2831,6 +3068,12 @@ Fri Aug 21 12:16:12 CEST 2020 - jwiesner@suse.com
|
||||
(bsc#1174771).
|
||||
- commit 1874dbd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 08:39:02 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- drm/virtio: fix unblank (make virtio gpu work again).
|
||||
- commit 42af09b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 19 11:43:13 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -3637,7 +3880,125 @@ Wed Aug 19 08:13:41 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- squashfs: avoid bio_alloc() failure with 1Mbyte blocks
|
||||
(bsc#1175308).
|
||||
- commit 61ee09a
|
||||
- commit 8f3c2bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 01:50:23 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: restore PHYLIB=m in */vanilla
|
||||
As the PHYLIB/ETHTOOL_NETLINK dependency fix is now in 5.9-rc1 tarball,
|
||||
we can apply the changes from commit 4756d9edf730 ("config: restore
|
||||
PHYLIB=m") also to vanilla configs.
|
||||
- commit 4d4447f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 00:47:00 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc1
|
||||
- eliminated 50 patches (39 stable, 11 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- disable (needs update)
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- refresh
|
||||
- patches.rpmify/Add-ksym-provides-tool.patch
|
||||
- patches.suse/acpi_thermal_passive_blacklist.patch
|
||||
- patches.suse/add-product-identifying-information-to-vmcoreinfo.patch
|
||||
- patches.suse/apparmor-compatibility-with-v2.x-net.patch
|
||||
- patches.suse/b43-missing-firmware-info.patch
|
||||
- patches.suse/dm-mpath-no-partitions-feature
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- new config options:
|
||||
- General setup
|
||||
- KERNEL_ZSTD=n
|
||||
- RD_ZSTD=y
|
||||
- File systems
|
||||
- FS_ENCRYPTION_INLINE_CRYPT=y
|
||||
- TMPFS_INODE64=y
|
||||
- Kernel hacking
|
||||
- DEBUG_FORCE_FUNCTION_ALIGN_32B=n
|
||||
- DEBUG_FS_ALLOW_ALL=y
|
||||
- DEBUG_FS_DISALLOW_MOUNT=n
|
||||
- DEBUG_FS_ALLOW_NONE=n
|
||||
- RCU_REF_SCALE_TEST=n
|
||||
- TEST_FPU=n
|
||||
- PCI support
|
||||
- PCI_J721E_HOST=n
|
||||
- PCI_J721E_EP=n
|
||||
- Storage
|
||||
- NVME_TARGET_PASSTHRU=n
|
||||
- SCSI_UFS_CRYPTO=y
|
||||
- BCACHE_ASYNC_REGISTRATION=y
|
||||
- Network device support
|
||||
- MLX5_IPSEC=y
|
||||
- MT7663S=m
|
||||
- WLAN_VENDOR_MICROCHIP=y
|
||||
- RTW88_8821CE=m
|
||||
- Character devices
|
||||
- HW_RANDOM_BA431=m
|
||||
- SERIAL_IMX_EARLYCON=n
|
||||
- Power management
|
||||
- CHARGER_BQ2515X=m
|
||||
- SENSORS_CORSAIR_CPRO=m
|
||||
- THERMAL_NETLINK=y
|
||||
- REGULATOR_PCA9450=m
|
||||
- REGULATOR_QCOM_USB_VBUS=m
|
||||
- REGULATOR_QCOM_LABIBB=m
|
||||
- REGULATOR_FAN53880=m
|
||||
- REGULATOR_SY8827N=m
|
||||
- Multimedia support
|
||||
- VIDEO_RDACM20=m
|
||||
- VIDEO_DW9768=m
|
||||
- VIDEO_MAX9286=m
|
||||
- Graphics support
|
||||
- DRM_AMD_DC_DCN3_0=y
|
||||
- NOUVEAU_DEBUG_PUSH=n
|
||||
- DRM_PANEL_SITRONIX_ST7703=n
|
||||
- Sound card support
|
||||
- SND_HDA_INTEL_HDMI_SILENT_STREAM=y
|
||||
- SND_SOC_MAX98373_SDW=m
|
||||
- USB support
|
||||
- USB_OTG_PRODUCTLIST=n
|
||||
- USB_OTG_DISABLE_EXTERNAL_HUB=n
|
||||
- X86 Platform Specific Device Drivers
|
||||
- INTEL_ATOMISP2_LED=m
|
||||
- Industrial I/O support
|
||||
- SCD30_CORE=n
|
||||
- INV_ICM42600_I2C=n
|
||||
- INV_ICM42600_SPI=n
|
||||
- Misc drivers
|
||||
- SPI_LANTIQ_SSC=n
|
||||
- PINCTRL_EMMITSBURG=m
|
||||
- GPIO_PCA9570=m
|
||||
- IR_TOY=m
|
||||
- CEC_CH7322=m
|
||||
- LEDS_CLASS_MULTICOLOR=m
|
||||
- XILINX_ZYNQMP_DPDMA=m
|
||||
- MLX5_VDPA=n
|
||||
- CLK_HSDK=n
|
||||
- i386
|
||||
- REGULATOR_CROS_EC=m
|
||||
- ppc
|
||||
- PPC_QUEUED_SPINLOCKS=y
|
||||
- s390x
|
||||
- BPF_KPROBE_OVERRIDE=n
|
||||
- FAIL_FUNCTION=n
|
||||
- riscv64
|
||||
- NO_HZ_IDLE=y
|
||||
- VIRT_CPU_ACCOUNTING_GEN=y
|
||||
- JUMP_LABEL=y
|
||||
- STATIC_KEYS_SELFTEST=n
|
||||
- STACKPROTECTOR=y
|
||||
- STACKPROTECTOR_STRONG=y
|
||||
- SND_SOC_MAX98373_I2C=m
|
||||
- DEBUG_KMEMLEAK=n
|
||||
- DEBUG_VM_PGTABLE=n
|
||||
- PROVE_LOCKING=n
|
||||
- LOCK_STAT=n
|
||||
- DEBUG_WW_MUTEX_SLOWPATH=n
|
||||
- DEBUG_LOCK_ALLOC=n
|
||||
- KCOV=n
|
||||
- CONTEXT_TRACKING_FORCE=n
|
||||
- commit 6a30651
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 17 16:31:56 CEST 2020 - tiwai@suse.de
|
||||
@ -12508,7 +12869,7 @@ Wed Feb 26 14:05:58 CET 2020 - mhocko@suse.com
|
||||
Tue Feb 25 11:49:29 CET 2020 - meissner@suse.de
|
||||
|
||||
- sign also s390x kernel images (bsc#1163524)
|
||||
- commit b38b611
|
||||
- commit fd52e6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 11:37:02 CET 2020 - jroedel@suse.de
|
||||
|
@ -16,8 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.15
|
||||
%define srcversion 5.9
|
||||
%define patchversion 5.9.1
|
||||
%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.8.15
|
||||
Version: 5.9.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc680e93
|
||||
Release: <RELEASE>.g8abc535
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -125,15 +125,6 @@ Source121: sysctl.tar.bz2
|
||||
%description
|
||||
Device Tree files for $MACHINES.
|
||||
|
||||
%package -n dtb-al
|
||||
Summary: Alpine Labs based arm64 systems
|
||||
Group: System/Boot
|
||||
Provides: multiversion(dtb)
|
||||
Requires(post): coreutils
|
||||
|
||||
%description -n dtb-al
|
||||
Device Tree files for Alpine Labs based arm64 systems.
|
||||
|
||||
%package -n dtb-allwinner
|
||||
Summary: Allwinner based arm64 systems
|
||||
Group: System/Boot
|
||||
@ -152,6 +143,16 @@ Requires(post): coreutils
|
||||
%description -n dtb-altera
|
||||
Device Tree files for Altera based arm64 systems.
|
||||
|
||||
%package -n dtb-amazon
|
||||
Summary: Amazon based arm64 systems
|
||||
Group: System/Boot
|
||||
Provides: dtb-al = %version
|
||||
Provides: multiversion(dtb)
|
||||
Requires(post): coreutils
|
||||
|
||||
%description -n dtb-amazon
|
||||
Device Tree files for Amazon based arm64 systems.
|
||||
|
||||
%package -n dtb-amd
|
||||
Summary: AMD based arm64 systems
|
||||
Group: System/Boot
|
||||
@ -358,7 +359,7 @@ DTC_FLAGS="$DTC_FLAGS -@"
|
||||
%endif
|
||||
|
||||
cd $source/arch/arm64/boot/dts
|
||||
for dts in al/*.dts allwinner/*.dts altera/*.dts amd/*.dts amlogic/*.dts apm/*.dts arm/*.dts broadcom/*.dts cavium/*.dts exynos/*.dts freescale/*.dts hisilicon/*.dts lg/*.dts marvell/*.dts mediatek/*.dts nvidia/*.dts qcom/*.dts renesas/*.dts rockchip/*.dts socionext/*.dts sprd/*.dts xilinx/*.dts zte/*.dts ; do
|
||||
for dts in allwinner/*.dts altera/*.dts amazon/*.dts amd/*.dts amlogic/*.dts apm/*.dts arm/*.dts broadcom/*.dts cavium/*.dts exynos/*.dts freescale/*.dts hisilicon/*.dts lg/*.dts marvell/*.dts mediatek/*.dts nvidia/*.dts qcom/*.dts renesas/*.dts rockchip/*.dts socionext/*.dts sprd/*.dts xilinx/*.dts zte/*.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
|
||||
@ -370,7 +371,7 @@ done
|
||||
%install
|
||||
|
||||
cd pp
|
||||
for dts in al/*.dts allwinner/*.dts altera/*.dts amd/*.dts amlogic/*.dts apm/*.dts arm/*.dts broadcom/*.dts cavium/*.dts exynos/*.dts freescale/*.dts hisilicon/*.dts lg/*.dts marvell/*.dts mediatek/*.dts nvidia/*.dts qcom/*.dts renesas/*.dts rockchip/*.dts socionext/*.dts sprd/*.dts xilinx/*.dts zte/*.dts ; do
|
||||
for dts in allwinner/*.dts altera/*.dts amazon/*.dts amd/*.dts amlogic/*.dts apm/*.dts arm/*.dts broadcom/*.dts cavium/*.dts exynos/*.dts freescale/*.dts hisilicon/*.dts lg/*.dts marvell/*.dts mediatek/*.dts nvidia/*.dts qcom/*.dts renesas/*.dts rockchip/*.dts socionext/*.dts sprd/*.dts xilinx/*.dts zte/*.dts ; do
|
||||
target=${dts%*.dts}
|
||||
install -m 755 -d %{buildroot}%{dtbdir}/$(dirname $target)
|
||||
# install -m 644 COPYING %{buildroot}%{dtbdir}/$(dirname $target)
|
||||
@ -385,13 +386,6 @@ for dts in al/*.dts allwinner/*.dts altera/*.dts amd/*.dts amlogic/*.dts apm/*.d
|
||||
done
|
||||
cd -
|
||||
|
||||
%post -n dtb-al
|
||||
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
|
||||
|
||||
%post -n dtb-allwinner
|
||||
cd /boot
|
||||
# If /boot/dtb is a symlink, remove it, so that we can replace it.
|
||||
@ -406,6 +400,13 @@ cd /boot
|
||||
# Unless /boot/dtb exists as real directory, create a symlink.
|
||||
[ -d dtb ] || ln -sf dtb-%kernelrelease dtb
|
||||
|
||||
%post -n dtb-amazon
|
||||
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
|
||||
|
||||
%post -n dtb-amd
|
||||
cd /boot
|
||||
# If /boot/dtb is a symlink, remove it, so that we can replace it.
|
||||
@ -546,17 +547,6 @@ cd /boot
|
||||
# Unless /boot/dtb exists as real directory, create a symlink.
|
||||
[ -d dtb ] || ln -sf dtb-%kernelrelease dtb
|
||||
|
||||
%ifarch aarch64 riscv64
|
||||
%files -n dtb-al -f dtb-al.list
|
||||
%else
|
||||
%files -n dtb-al
|
||||
%endif
|
||||
%defattr(-,root,root)
|
||||
%ghost /boot/dtb
|
||||
%dir %{dtbdir}
|
||||
%dir %{dtbdir}/al
|
||||
%{dtbdir}/al/*.dtb
|
||||
|
||||
%ifarch aarch64 riscv64
|
||||
%files -n dtb-allwinner -f dtb-allwinner.list
|
||||
%else
|
||||
@ -579,6 +569,17 @@ cd /boot
|
||||
%dir %{dtbdir}/altera
|
||||
%{dtbdir}/altera/*.dtb
|
||||
|
||||
%ifarch aarch64 riscv64
|
||||
%files -n dtb-amazon -f dtb-amazon.list
|
||||
%else
|
||||
%files -n dtb-amazon
|
||||
%endif
|
||||
%defattr(-,root,root)
|
||||
%ghost /boot/dtb
|
||||
%dir %{dtbdir}
|
||||
%dir %{dtbdir}/amazon
|
||||
%{dtbdir}/amazon/*.dtb
|
||||
|
||||
%ifarch aarch64 riscv64
|
||||
%files -n dtb-amd -f dtb-amd.list
|
||||
%else
|
||||
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch.
|
||||
Update upstream status.
|
||||
- commit 7b40cc9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:42:17 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.9.1 (bsc#1012628).
|
||||
- Bluetooth: MGMT: Fix not checking if BT_HS is enabled
|
||||
(bsc#1012628).
|
||||
- media: usbtv: Fix refcounting mixup (bsc#1012628).
|
||||
- USB: serial: option: add Cellient MPL200 card (bsc#1012628).
|
||||
- USB: serial: option: Add Telit FT980-KS composition
|
||||
(bsc#1012628).
|
||||
- staging: comedi: check validity of wMaxPacketSize of usb
|
||||
endpoints found (bsc#1012628).
|
||||
- USB: serial: pl2303: add device-id for HP GC device
|
||||
(bsc#1012628).
|
||||
- USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART
|
||||
adapters (bsc#1012628).
|
||||
- vt_ioctl: make VT_RESIZEX behave like VT_RESIZE (bsc#1012628).
|
||||
- reiserfs: Initialize inode keys properly (bsc#1012628).
|
||||
- reiserfs: Fix oops during mount (bsc#1012628).
|
||||
- Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"
|
||||
(bsc#1012628).
|
||||
- crypto: bcm - Verify GCM/CCM key length in setkey (bsc#1012628).
|
||||
- crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA
|
||||
(bsc#1012628).
|
||||
- commit b7f511b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 16 09:20:34 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- update patches metadata
|
||||
- update upstream references:
|
||||
patches.suse/Bluetooth-A2MP-Fix-not-initializing-all-members.patch
|
||||
patches.suse/Bluetooth-L2CAP-Fix-calling-sk_filter-on-non-socket-.patch
|
||||
- commit b1f22f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 15 10:09:30 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -17,13 +60,13 @@ Thu Oct 15 08:47:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Bluetooth: A2MP: Fix not initializing all members
|
||||
(CVE-2020-12352 bsc#1177725).
|
||||
- commit c64c556
|
||||
- commit 74ef4a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:33:46 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: CONFIG_PINCTRL_AMD=y for fixing dependency (bsc#1177049)
|
||||
- commit f9a8fb6
|
||||
- commit 233d0fc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:13:19 CEST 2020 - jslaby@suse.cz
|
||||
@ -245,6 +288,38 @@ Wed Oct 14 12:39:26 CEST 2020 - jslaby@suse.cz
|
||||
linux/font.h (bsc#1012628).
|
||||
- commit 1dc82dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 12 00:20:46 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9 final
|
||||
- eliminated 1 patch
|
||||
- patches.suse/bpf-Fix-unresolved-symbol-build-error-with-resolve_b.patch
|
||||
- update configs
|
||||
- MLX5_VDPA=y, MLX5_VDPA_NET=m
|
||||
- restore FB_ARMCLCD (y on armv6hl and armv7hl, n on arm64)
|
||||
- commit 11733e1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 14:01:47 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable DEBUG_INFO_BTF in s390x/zfcpdump
|
||||
Even if the build has been fixed, there is little use for BTF debug
|
||||
information in kernel-zfcpdump so disable it there.
|
||||
- commit e7595e7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 8 21:38:16 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Exclude .config.old from kernel-devel
|
||||
- use tar excludes for .kernel-binary.spec.buildenv
|
||||
- commit 939a79b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 20:02:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Package the obj_install_dir as explicit filelist.
|
||||
- commit 5587762
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 08:23:04 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -404,6 +479,13 @@ Wed Oct 7 08:22:07 CEST 2020 - jslaby@suse.cz
|
||||
you.. (bsc#1012628).
|
||||
- commit e882d6e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 23:19:30 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- rpm/mkspec-dtb: Update for 5.9
|
||||
arch/arm64/boot/dts/al subdir has been renamed to amazon.
|
||||
- commit e450c4d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -411,6 +493,38 @@ Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
SW_TABLET_MODE reporting (bsc#1175599).
|
||||
- commit 5672f81
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:20:10 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.9-rc8
|
||||
- commit 2a6c374
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:07:01 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.9-rc8
|
||||
- commit 52c5e56
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 14:38:26 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.9-rc8
|
||||
- commit bbcb0ce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 06:36:16 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc8
|
||||
- commit f75a311
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 4 22:24:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- bpf: Fix "unresolved symbol" build error with resolve_btfids
|
||||
(http://lkml.kernel.org/r/20200929101737.3ufw36bngkmzppqk@lion.mk-sys.cz).
|
||||
Fixes s390x/zfcpdump build failure.
|
||||
- commit c27d6ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
|
||||
@ -418,6 +532,20 @@ Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
amdgpu_display_crtc_set_config (git-fixes).
|
||||
- commit 08db7a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 14:39:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE also in arm*/* (bsc#1176923)
|
||||
The arm configs (both 64-bit and 32-bit) are currently disabled so that
|
||||
they cannot be updated the usual way. Apply the changes manually.
|
||||
- commit a1b15af
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 10:55:44 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE (bsc#1176923)
|
||||
- commit 9702a5f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -584,6 +712,12 @@ Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit ea492d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 14:35:06 CEST 2020 - ohering@suse.de
|
||||
|
||||
- rpm/constraints.in: recognize also kernel-source-azure (bsc#1176732)
|
||||
- commit 7214bbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -684,6 +818,14 @@ Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 01:08:38 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc7
|
||||
- eliminated 1 patch
|
||||
- patches.suse/dax-Fix-compilation-for-CONFIG_DAX-CONFIG_FS_DAX.patch
|
||||
- commit a5f5f07
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 27 10:02:02 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -897,6 +1039,13 @@ Tue Sep 22 11:36:53 CEST 2020 - msuchanek@suse.de
|
||||
- kernel-syms.spec.in: Also use bz compression (boo#1175882).
|
||||
- commit ecaf78d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 00:29:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX
|
||||
(http://lkml.kernel.org/r/20200921010359.GO3027113@arch-chirva.localdomain).
|
||||
- commit 289d4e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 13:00:19 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -913,6 +1062,14 @@ Mon Sep 21 12:44:24 CEST 2020 - tiwai@suse.de
|
||||
This causes errors on ASoC SOF driver.
|
||||
- commit b7791aa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 07:08:13 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc6
|
||||
- refresh configs
|
||||
- drop VGACON_SOFT_SCROLLBACK and related
|
||||
- commit bf46e69
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 03:15:11 CEST 2020 - glin@suse.com
|
||||
|
||||
@ -1240,6 +1397,15 @@ Thu Sep 17 19:44:40 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 83e873a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 10:21:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc5
|
||||
- eliminated 2 patches
|
||||
patches.suse/drm-virtio-fix-unblank.patch
|
||||
patches.suse/firmware_loader-fix-memory-leak-for-paged-buffer.patch
|
||||
- commit e921ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 12 20:07:52 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1609,13 +1775,31 @@ Mon Sep 7 12:03:50 CEST 2020 - yousaf.kaukab@suse.com
|
||||
|
||||
- coresight: fix offset by one error in counting ports
|
||||
(bsc#1175054).
|
||||
- commit 038472f
|
||||
- commit 1169fee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 10:27:30 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: add CONFIG_GCOV_KENREL=n
|
||||
Define this explicitly as kbuild bot still uses gcc9 for testing
|
||||
- commit 0dcb9bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 09:10:13 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: enable a few missing Intel SOF and SST ASoC entries (bsc#1176200)
|
||||
- commit 87f4d0a
|
||||
- commit 074fdcf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 06:49:28 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc4
|
||||
- eliminated 1 patch
|
||||
- patches.suse/net-packet-fix-overflow-in-tpacket_rcv.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- XEN_UNPOPULATED_ALLOC=y (x86_64 only)
|
||||
- commit 2817e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 09:39:46 CEST 2020 - jslaby@suse.cz
|
||||
@ -2092,6 +2276,23 @@ Fri Sep 4 16:59:40 CEST 2020 - mkubecek@suse.cz
|
||||
bsc#1176069).
|
||||
- commit eba56bd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 07:23:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc3
|
||||
- eliminated 1 patch
|
||||
- patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- PPC_PROT_SAO_LPAR=n (ppc64 and ppc64le)
|
||||
- commit 3cc13d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 30 22:44:37 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: whitespace cleanup
|
||||
- commit efc1fed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 28 19:19:49 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
@ -2104,7 +2305,7 @@ Fri Aug 28 10:13:28 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- fs/cachefiles: Drop superfluous readpages aops NULL check
|
||||
(bsc#1175245).
|
||||
- commit 34111a4
|
||||
- commit e4cd10b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
@ -2139,6 +2340,13 @@ Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
- gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY (bsc#1012628).
|
||||
- commit 4d7a832
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:48:20 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update upstream reference:
|
||||
patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch.
|
||||
- commit 993f7ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 12:50:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2421,6 +2629,19 @@ Tue Aug 25 08:12:56 CEST 2020 - jslaby@suse.cz
|
||||
Add the second bsc reference.
|
||||
- commit fb64fba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 20:02:21 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Revert "HID: usbhid: do not sleep when opening device".
|
||||
- commit 4229f31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 15:02:20 CEST 2020 - wqu@suse.com
|
||||
|
||||
- Refresh
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 31073f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
|
||||
@ -2428,6 +2649,22 @@ Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 74987e4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 06:49:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc2
|
||||
- eliminated 1 patch
|
||||
- patches.suse/squashfs-avoid-bio_alloc-failure-with-1Mbyte-blocks.patch
|
||||
- refresh configs
|
||||
- commit 7bec2d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 23 10:12:27 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
Move an "almost mainline" patch to "almost mainline" section.
|
||||
- commit 4e4b6b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 21 20:20:08 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2831,6 +3068,12 @@ Fri Aug 21 12:16:12 CEST 2020 - jwiesner@suse.com
|
||||
(bsc#1174771).
|
||||
- commit 1874dbd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 08:39:02 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- drm/virtio: fix unblank (make virtio gpu work again).
|
||||
- commit 42af09b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 19 11:43:13 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -3637,7 +3880,125 @@ Wed Aug 19 08:13:41 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- squashfs: avoid bio_alloc() failure with 1Mbyte blocks
|
||||
(bsc#1175308).
|
||||
- commit 61ee09a
|
||||
- commit 8f3c2bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 01:50:23 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: restore PHYLIB=m in */vanilla
|
||||
As the PHYLIB/ETHTOOL_NETLINK dependency fix is now in 5.9-rc1 tarball,
|
||||
we can apply the changes from commit 4756d9edf730 ("config: restore
|
||||
PHYLIB=m") also to vanilla configs.
|
||||
- commit 4d4447f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 00:47:00 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc1
|
||||
- eliminated 50 patches (39 stable, 11 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- disable (needs update)
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- refresh
|
||||
- patches.rpmify/Add-ksym-provides-tool.patch
|
||||
- patches.suse/acpi_thermal_passive_blacklist.patch
|
||||
- patches.suse/add-product-identifying-information-to-vmcoreinfo.patch
|
||||
- patches.suse/apparmor-compatibility-with-v2.x-net.patch
|
||||
- patches.suse/b43-missing-firmware-info.patch
|
||||
- patches.suse/dm-mpath-no-partitions-feature
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- new config options:
|
||||
- General setup
|
||||
- KERNEL_ZSTD=n
|
||||
- RD_ZSTD=y
|
||||
- File systems
|
||||
- FS_ENCRYPTION_INLINE_CRYPT=y
|
||||
- TMPFS_INODE64=y
|
||||
- Kernel hacking
|
||||
- DEBUG_FORCE_FUNCTION_ALIGN_32B=n
|
||||
- DEBUG_FS_ALLOW_ALL=y
|
||||
- DEBUG_FS_DISALLOW_MOUNT=n
|
||||
- DEBUG_FS_ALLOW_NONE=n
|
||||
- RCU_REF_SCALE_TEST=n
|
||||
- TEST_FPU=n
|
||||
- PCI support
|
||||
- PCI_J721E_HOST=n
|
||||
- PCI_J721E_EP=n
|
||||
- Storage
|
||||
- NVME_TARGET_PASSTHRU=n
|
||||
- SCSI_UFS_CRYPTO=y
|
||||
- BCACHE_ASYNC_REGISTRATION=y
|
||||
- Network device support
|
||||
- MLX5_IPSEC=y
|
||||
- MT7663S=m
|
||||
- WLAN_VENDOR_MICROCHIP=y
|
||||
- RTW88_8821CE=m
|
||||
- Character devices
|
||||
- HW_RANDOM_BA431=m
|
||||
- SERIAL_IMX_EARLYCON=n
|
||||
- Power management
|
||||
- CHARGER_BQ2515X=m
|
||||
- SENSORS_CORSAIR_CPRO=m
|
||||
- THERMAL_NETLINK=y
|
||||
- REGULATOR_PCA9450=m
|
||||
- REGULATOR_QCOM_USB_VBUS=m
|
||||
- REGULATOR_QCOM_LABIBB=m
|
||||
- REGULATOR_FAN53880=m
|
||||
- REGULATOR_SY8827N=m
|
||||
- Multimedia support
|
||||
- VIDEO_RDACM20=m
|
||||
- VIDEO_DW9768=m
|
||||
- VIDEO_MAX9286=m
|
||||
- Graphics support
|
||||
- DRM_AMD_DC_DCN3_0=y
|
||||
- NOUVEAU_DEBUG_PUSH=n
|
||||
- DRM_PANEL_SITRONIX_ST7703=n
|
||||
- Sound card support
|
||||
- SND_HDA_INTEL_HDMI_SILENT_STREAM=y
|
||||
- SND_SOC_MAX98373_SDW=m
|
||||
- USB support
|
||||
- USB_OTG_PRODUCTLIST=n
|
||||
- USB_OTG_DISABLE_EXTERNAL_HUB=n
|
||||
- X86 Platform Specific Device Drivers
|
||||
- INTEL_ATOMISP2_LED=m
|
||||
- Industrial I/O support
|
||||
- SCD30_CORE=n
|
||||
- INV_ICM42600_I2C=n
|
||||
- INV_ICM42600_SPI=n
|
||||
- Misc drivers
|
||||
- SPI_LANTIQ_SSC=n
|
||||
- PINCTRL_EMMITSBURG=m
|
||||
- GPIO_PCA9570=m
|
||||
- IR_TOY=m
|
||||
- CEC_CH7322=m
|
||||
- LEDS_CLASS_MULTICOLOR=m
|
||||
- XILINX_ZYNQMP_DPDMA=m
|
||||
- MLX5_VDPA=n
|
||||
- CLK_HSDK=n
|
||||
- i386
|
||||
- REGULATOR_CROS_EC=m
|
||||
- ppc
|
||||
- PPC_QUEUED_SPINLOCKS=y
|
||||
- s390x
|
||||
- BPF_KPROBE_OVERRIDE=n
|
||||
- FAIL_FUNCTION=n
|
||||
- riscv64
|
||||
- NO_HZ_IDLE=y
|
||||
- VIRT_CPU_ACCOUNTING_GEN=y
|
||||
- JUMP_LABEL=y
|
||||
- STATIC_KEYS_SELFTEST=n
|
||||
- STACKPROTECTOR=y
|
||||
- STACKPROTECTOR_STRONG=y
|
||||
- SND_SOC_MAX98373_I2C=m
|
||||
- DEBUG_KMEMLEAK=n
|
||||
- DEBUG_VM_PGTABLE=n
|
||||
- PROVE_LOCKING=n
|
||||
- LOCK_STAT=n
|
||||
- DEBUG_WW_MUTEX_SLOWPATH=n
|
||||
- DEBUG_LOCK_ALLOC=n
|
||||
- KCOV=n
|
||||
- CONTEXT_TRACKING_FORCE=n
|
||||
- commit 6a30651
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 17 16:31:56 CEST 2020 - tiwai@suse.de
|
||||
@ -12508,7 +12869,7 @@ Wed Feb 26 14:05:58 CET 2020 - mhocko@suse.com
|
||||
Tue Feb 25 11:49:29 CET 2020 - meissner@suse.de
|
||||
|
||||
- sign also s390x kernel images (bsc#1163524)
|
||||
- commit b38b611
|
||||
- commit fd52e6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 11:37:02 CET 2020 - jroedel@suse.de
|
||||
|
@ -16,8 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.15
|
||||
%define srcversion 5.9
|
||||
%define patchversion 5.9.1
|
||||
%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.8.15
|
||||
Version: 5.9.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc680e93
|
||||
Release: <RELEASE>.g8abc535
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch.
|
||||
Update upstream status.
|
||||
- commit 7b40cc9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:42:17 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.9.1 (bsc#1012628).
|
||||
- Bluetooth: MGMT: Fix not checking if BT_HS is enabled
|
||||
(bsc#1012628).
|
||||
- media: usbtv: Fix refcounting mixup (bsc#1012628).
|
||||
- USB: serial: option: add Cellient MPL200 card (bsc#1012628).
|
||||
- USB: serial: option: Add Telit FT980-KS composition
|
||||
(bsc#1012628).
|
||||
- staging: comedi: check validity of wMaxPacketSize of usb
|
||||
endpoints found (bsc#1012628).
|
||||
- USB: serial: pl2303: add device-id for HP GC device
|
||||
(bsc#1012628).
|
||||
- USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART
|
||||
adapters (bsc#1012628).
|
||||
- vt_ioctl: make VT_RESIZEX behave like VT_RESIZE (bsc#1012628).
|
||||
- reiserfs: Initialize inode keys properly (bsc#1012628).
|
||||
- reiserfs: Fix oops during mount (bsc#1012628).
|
||||
- Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"
|
||||
(bsc#1012628).
|
||||
- crypto: bcm - Verify GCM/CCM key length in setkey (bsc#1012628).
|
||||
- crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA
|
||||
(bsc#1012628).
|
||||
- commit b7f511b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 16 09:20:34 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- update patches metadata
|
||||
- update upstream references:
|
||||
patches.suse/Bluetooth-A2MP-Fix-not-initializing-all-members.patch
|
||||
patches.suse/Bluetooth-L2CAP-Fix-calling-sk_filter-on-non-socket-.patch
|
||||
- commit b1f22f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 15 10:09:30 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -17,13 +60,13 @@ Thu Oct 15 08:47:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Bluetooth: A2MP: Fix not initializing all members
|
||||
(CVE-2020-12352 bsc#1177725).
|
||||
- commit c64c556
|
||||
- commit 74ef4a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:33:46 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: CONFIG_PINCTRL_AMD=y for fixing dependency (bsc#1177049)
|
||||
- commit f9a8fb6
|
||||
- commit 233d0fc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:13:19 CEST 2020 - jslaby@suse.cz
|
||||
@ -245,6 +288,38 @@ Wed Oct 14 12:39:26 CEST 2020 - jslaby@suse.cz
|
||||
linux/font.h (bsc#1012628).
|
||||
- commit 1dc82dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 12 00:20:46 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9 final
|
||||
- eliminated 1 patch
|
||||
- patches.suse/bpf-Fix-unresolved-symbol-build-error-with-resolve_b.patch
|
||||
- update configs
|
||||
- MLX5_VDPA=y, MLX5_VDPA_NET=m
|
||||
- restore FB_ARMCLCD (y on armv6hl and armv7hl, n on arm64)
|
||||
- commit 11733e1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 14:01:47 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable DEBUG_INFO_BTF in s390x/zfcpdump
|
||||
Even if the build has been fixed, there is little use for BTF debug
|
||||
information in kernel-zfcpdump so disable it there.
|
||||
- commit e7595e7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 8 21:38:16 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Exclude .config.old from kernel-devel
|
||||
- use tar excludes for .kernel-binary.spec.buildenv
|
||||
- commit 939a79b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 20:02:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Package the obj_install_dir as explicit filelist.
|
||||
- commit 5587762
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 08:23:04 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -404,6 +479,13 @@ Wed Oct 7 08:22:07 CEST 2020 - jslaby@suse.cz
|
||||
you.. (bsc#1012628).
|
||||
- commit e882d6e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 23:19:30 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- rpm/mkspec-dtb: Update for 5.9
|
||||
arch/arm64/boot/dts/al subdir has been renamed to amazon.
|
||||
- commit e450c4d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -411,6 +493,38 @@ Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
SW_TABLET_MODE reporting (bsc#1175599).
|
||||
- commit 5672f81
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:20:10 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.9-rc8
|
||||
- commit 2a6c374
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:07:01 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.9-rc8
|
||||
- commit 52c5e56
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 14:38:26 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.9-rc8
|
||||
- commit bbcb0ce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 06:36:16 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc8
|
||||
- commit f75a311
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 4 22:24:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- bpf: Fix "unresolved symbol" build error with resolve_btfids
|
||||
(http://lkml.kernel.org/r/20200929101737.3ufw36bngkmzppqk@lion.mk-sys.cz).
|
||||
Fixes s390x/zfcpdump build failure.
|
||||
- commit c27d6ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
|
||||
@ -418,6 +532,20 @@ Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
amdgpu_display_crtc_set_config (git-fixes).
|
||||
- commit 08db7a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 14:39:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE also in arm*/* (bsc#1176923)
|
||||
The arm configs (both 64-bit and 32-bit) are currently disabled so that
|
||||
they cannot be updated the usual way. Apply the changes manually.
|
||||
- commit a1b15af
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 10:55:44 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE (bsc#1176923)
|
||||
- commit 9702a5f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -584,6 +712,12 @@ Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit ea492d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 14:35:06 CEST 2020 - ohering@suse.de
|
||||
|
||||
- rpm/constraints.in: recognize also kernel-source-azure (bsc#1176732)
|
||||
- commit 7214bbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -684,6 +818,14 @@ Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 01:08:38 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc7
|
||||
- eliminated 1 patch
|
||||
- patches.suse/dax-Fix-compilation-for-CONFIG_DAX-CONFIG_FS_DAX.patch
|
||||
- commit a5f5f07
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 27 10:02:02 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -897,6 +1039,13 @@ Tue Sep 22 11:36:53 CEST 2020 - msuchanek@suse.de
|
||||
- kernel-syms.spec.in: Also use bz compression (boo#1175882).
|
||||
- commit ecaf78d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 00:29:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX
|
||||
(http://lkml.kernel.org/r/20200921010359.GO3027113@arch-chirva.localdomain).
|
||||
- commit 289d4e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 13:00:19 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -913,6 +1062,14 @@ Mon Sep 21 12:44:24 CEST 2020 - tiwai@suse.de
|
||||
This causes errors on ASoC SOF driver.
|
||||
- commit b7791aa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 07:08:13 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc6
|
||||
- refresh configs
|
||||
- drop VGACON_SOFT_SCROLLBACK and related
|
||||
- commit bf46e69
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 03:15:11 CEST 2020 - glin@suse.com
|
||||
|
||||
@ -1240,6 +1397,15 @@ Thu Sep 17 19:44:40 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 83e873a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 10:21:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc5
|
||||
- eliminated 2 patches
|
||||
patches.suse/drm-virtio-fix-unblank.patch
|
||||
patches.suse/firmware_loader-fix-memory-leak-for-paged-buffer.patch
|
||||
- commit e921ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 12 20:07:52 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1609,13 +1775,31 @@ Mon Sep 7 12:03:50 CEST 2020 - yousaf.kaukab@suse.com
|
||||
|
||||
- coresight: fix offset by one error in counting ports
|
||||
(bsc#1175054).
|
||||
- commit 038472f
|
||||
- commit 1169fee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 10:27:30 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: add CONFIG_GCOV_KENREL=n
|
||||
Define this explicitly as kbuild bot still uses gcc9 for testing
|
||||
- commit 0dcb9bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 09:10:13 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: enable a few missing Intel SOF and SST ASoC entries (bsc#1176200)
|
||||
- commit 87f4d0a
|
||||
- commit 074fdcf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 06:49:28 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc4
|
||||
- eliminated 1 patch
|
||||
- patches.suse/net-packet-fix-overflow-in-tpacket_rcv.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- XEN_UNPOPULATED_ALLOC=y (x86_64 only)
|
||||
- commit 2817e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 09:39:46 CEST 2020 - jslaby@suse.cz
|
||||
@ -2092,6 +2276,23 @@ Fri Sep 4 16:59:40 CEST 2020 - mkubecek@suse.cz
|
||||
bsc#1176069).
|
||||
- commit eba56bd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 07:23:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc3
|
||||
- eliminated 1 patch
|
||||
- patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- PPC_PROT_SAO_LPAR=n (ppc64 and ppc64le)
|
||||
- commit 3cc13d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 30 22:44:37 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: whitespace cleanup
|
||||
- commit efc1fed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 28 19:19:49 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
@ -2104,7 +2305,7 @@ Fri Aug 28 10:13:28 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- fs/cachefiles: Drop superfluous readpages aops NULL check
|
||||
(bsc#1175245).
|
||||
- commit 34111a4
|
||||
- commit e4cd10b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
@ -2139,6 +2340,13 @@ Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
- gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY (bsc#1012628).
|
||||
- commit 4d7a832
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:48:20 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update upstream reference:
|
||||
patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch.
|
||||
- commit 993f7ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 12:50:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2421,6 +2629,19 @@ Tue Aug 25 08:12:56 CEST 2020 - jslaby@suse.cz
|
||||
Add the second bsc reference.
|
||||
- commit fb64fba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 20:02:21 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Revert "HID: usbhid: do not sleep when opening device".
|
||||
- commit 4229f31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 15:02:20 CEST 2020 - wqu@suse.com
|
||||
|
||||
- Refresh
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 31073f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
|
||||
@ -2428,6 +2649,22 @@ Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 74987e4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 06:49:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc2
|
||||
- eliminated 1 patch
|
||||
- patches.suse/squashfs-avoid-bio_alloc-failure-with-1Mbyte-blocks.patch
|
||||
- refresh configs
|
||||
- commit 7bec2d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 23 10:12:27 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
Move an "almost mainline" patch to "almost mainline" section.
|
||||
- commit 4e4b6b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 21 20:20:08 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2831,6 +3068,12 @@ Fri Aug 21 12:16:12 CEST 2020 - jwiesner@suse.com
|
||||
(bsc#1174771).
|
||||
- commit 1874dbd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 08:39:02 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- drm/virtio: fix unblank (make virtio gpu work again).
|
||||
- commit 42af09b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 19 11:43:13 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -3637,7 +3880,125 @@ Wed Aug 19 08:13:41 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- squashfs: avoid bio_alloc() failure with 1Mbyte blocks
|
||||
(bsc#1175308).
|
||||
- commit 61ee09a
|
||||
- commit 8f3c2bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 01:50:23 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: restore PHYLIB=m in */vanilla
|
||||
As the PHYLIB/ETHTOOL_NETLINK dependency fix is now in 5.9-rc1 tarball,
|
||||
we can apply the changes from commit 4756d9edf730 ("config: restore
|
||||
PHYLIB=m") also to vanilla configs.
|
||||
- commit 4d4447f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 00:47:00 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc1
|
||||
- eliminated 50 patches (39 stable, 11 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- disable (needs update)
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- refresh
|
||||
- patches.rpmify/Add-ksym-provides-tool.patch
|
||||
- patches.suse/acpi_thermal_passive_blacklist.patch
|
||||
- patches.suse/add-product-identifying-information-to-vmcoreinfo.patch
|
||||
- patches.suse/apparmor-compatibility-with-v2.x-net.patch
|
||||
- patches.suse/b43-missing-firmware-info.patch
|
||||
- patches.suse/dm-mpath-no-partitions-feature
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- new config options:
|
||||
- General setup
|
||||
- KERNEL_ZSTD=n
|
||||
- RD_ZSTD=y
|
||||
- File systems
|
||||
- FS_ENCRYPTION_INLINE_CRYPT=y
|
||||
- TMPFS_INODE64=y
|
||||
- Kernel hacking
|
||||
- DEBUG_FORCE_FUNCTION_ALIGN_32B=n
|
||||
- DEBUG_FS_ALLOW_ALL=y
|
||||
- DEBUG_FS_DISALLOW_MOUNT=n
|
||||
- DEBUG_FS_ALLOW_NONE=n
|
||||
- RCU_REF_SCALE_TEST=n
|
||||
- TEST_FPU=n
|
||||
- PCI support
|
||||
- PCI_J721E_HOST=n
|
||||
- PCI_J721E_EP=n
|
||||
- Storage
|
||||
- NVME_TARGET_PASSTHRU=n
|
||||
- SCSI_UFS_CRYPTO=y
|
||||
- BCACHE_ASYNC_REGISTRATION=y
|
||||
- Network device support
|
||||
- MLX5_IPSEC=y
|
||||
- MT7663S=m
|
||||
- WLAN_VENDOR_MICROCHIP=y
|
||||
- RTW88_8821CE=m
|
||||
- Character devices
|
||||
- HW_RANDOM_BA431=m
|
||||
- SERIAL_IMX_EARLYCON=n
|
||||
- Power management
|
||||
- CHARGER_BQ2515X=m
|
||||
- SENSORS_CORSAIR_CPRO=m
|
||||
- THERMAL_NETLINK=y
|
||||
- REGULATOR_PCA9450=m
|
||||
- REGULATOR_QCOM_USB_VBUS=m
|
||||
- REGULATOR_QCOM_LABIBB=m
|
||||
- REGULATOR_FAN53880=m
|
||||
- REGULATOR_SY8827N=m
|
||||
- Multimedia support
|
||||
- VIDEO_RDACM20=m
|
||||
- VIDEO_DW9768=m
|
||||
- VIDEO_MAX9286=m
|
||||
- Graphics support
|
||||
- DRM_AMD_DC_DCN3_0=y
|
||||
- NOUVEAU_DEBUG_PUSH=n
|
||||
- DRM_PANEL_SITRONIX_ST7703=n
|
||||
- Sound card support
|
||||
- SND_HDA_INTEL_HDMI_SILENT_STREAM=y
|
||||
- SND_SOC_MAX98373_SDW=m
|
||||
- USB support
|
||||
- USB_OTG_PRODUCTLIST=n
|
||||
- USB_OTG_DISABLE_EXTERNAL_HUB=n
|
||||
- X86 Platform Specific Device Drivers
|
||||
- INTEL_ATOMISP2_LED=m
|
||||
- Industrial I/O support
|
||||
- SCD30_CORE=n
|
||||
- INV_ICM42600_I2C=n
|
||||
- INV_ICM42600_SPI=n
|
||||
- Misc drivers
|
||||
- SPI_LANTIQ_SSC=n
|
||||
- PINCTRL_EMMITSBURG=m
|
||||
- GPIO_PCA9570=m
|
||||
- IR_TOY=m
|
||||
- CEC_CH7322=m
|
||||
- LEDS_CLASS_MULTICOLOR=m
|
||||
- XILINX_ZYNQMP_DPDMA=m
|
||||
- MLX5_VDPA=n
|
||||
- CLK_HSDK=n
|
||||
- i386
|
||||
- REGULATOR_CROS_EC=m
|
||||
- ppc
|
||||
- PPC_QUEUED_SPINLOCKS=y
|
||||
- s390x
|
||||
- BPF_KPROBE_OVERRIDE=n
|
||||
- FAIL_FUNCTION=n
|
||||
- riscv64
|
||||
- NO_HZ_IDLE=y
|
||||
- VIRT_CPU_ACCOUNTING_GEN=y
|
||||
- JUMP_LABEL=y
|
||||
- STATIC_KEYS_SELFTEST=n
|
||||
- STACKPROTECTOR=y
|
||||
- STACKPROTECTOR_STRONG=y
|
||||
- SND_SOC_MAX98373_I2C=m
|
||||
- DEBUG_KMEMLEAK=n
|
||||
- DEBUG_VM_PGTABLE=n
|
||||
- PROVE_LOCKING=n
|
||||
- LOCK_STAT=n
|
||||
- DEBUG_WW_MUTEX_SLOWPATH=n
|
||||
- DEBUG_LOCK_ALLOC=n
|
||||
- KCOV=n
|
||||
- CONTEXT_TRACKING_FORCE=n
|
||||
- commit 6a30651
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 17 16:31:56 CEST 2020 - tiwai@suse.de
|
||||
@ -12508,7 +12869,7 @@ Wed Feb 26 14:05:58 CET 2020 - mhocko@suse.com
|
||||
Tue Feb 25 11:49:29 CET 2020 - meissner@suse.de
|
||||
|
||||
- sign also s390x kernel images (bsc#1163524)
|
||||
- commit b38b611
|
||||
- commit fd52e6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 11:37:02 CET 2020 - jroedel@suse.de
|
||||
|
@ -16,8 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.15
|
||||
%define srcversion 5.9
|
||||
%define patchversion 5.9.1
|
||||
%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.8.15
|
||||
Version: 5.9.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc680e93
|
||||
Release: <RELEASE>.g8abc535
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch.
|
||||
Update upstream status.
|
||||
- commit 7b40cc9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:42:17 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.9.1 (bsc#1012628).
|
||||
- Bluetooth: MGMT: Fix not checking if BT_HS is enabled
|
||||
(bsc#1012628).
|
||||
- media: usbtv: Fix refcounting mixup (bsc#1012628).
|
||||
- USB: serial: option: add Cellient MPL200 card (bsc#1012628).
|
||||
- USB: serial: option: Add Telit FT980-KS composition
|
||||
(bsc#1012628).
|
||||
- staging: comedi: check validity of wMaxPacketSize of usb
|
||||
endpoints found (bsc#1012628).
|
||||
- USB: serial: pl2303: add device-id for HP GC device
|
||||
(bsc#1012628).
|
||||
- USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART
|
||||
adapters (bsc#1012628).
|
||||
- vt_ioctl: make VT_RESIZEX behave like VT_RESIZE (bsc#1012628).
|
||||
- reiserfs: Initialize inode keys properly (bsc#1012628).
|
||||
- reiserfs: Fix oops during mount (bsc#1012628).
|
||||
- Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"
|
||||
(bsc#1012628).
|
||||
- crypto: bcm - Verify GCM/CCM key length in setkey (bsc#1012628).
|
||||
- crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA
|
||||
(bsc#1012628).
|
||||
- commit b7f511b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 16 09:20:34 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- update patches metadata
|
||||
- update upstream references:
|
||||
patches.suse/Bluetooth-A2MP-Fix-not-initializing-all-members.patch
|
||||
patches.suse/Bluetooth-L2CAP-Fix-calling-sk_filter-on-non-socket-.patch
|
||||
- commit b1f22f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 15 10:09:30 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -17,13 +60,13 @@ Thu Oct 15 08:47:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Bluetooth: A2MP: Fix not initializing all members
|
||||
(CVE-2020-12352 bsc#1177725).
|
||||
- commit c64c556
|
||||
- commit 74ef4a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:33:46 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: CONFIG_PINCTRL_AMD=y for fixing dependency (bsc#1177049)
|
||||
- commit f9a8fb6
|
||||
- commit 233d0fc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:13:19 CEST 2020 - jslaby@suse.cz
|
||||
@ -245,6 +288,38 @@ Wed Oct 14 12:39:26 CEST 2020 - jslaby@suse.cz
|
||||
linux/font.h (bsc#1012628).
|
||||
- commit 1dc82dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 12 00:20:46 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9 final
|
||||
- eliminated 1 patch
|
||||
- patches.suse/bpf-Fix-unresolved-symbol-build-error-with-resolve_b.patch
|
||||
- update configs
|
||||
- MLX5_VDPA=y, MLX5_VDPA_NET=m
|
||||
- restore FB_ARMCLCD (y on armv6hl and armv7hl, n on arm64)
|
||||
- commit 11733e1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 14:01:47 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable DEBUG_INFO_BTF in s390x/zfcpdump
|
||||
Even if the build has been fixed, there is little use for BTF debug
|
||||
information in kernel-zfcpdump so disable it there.
|
||||
- commit e7595e7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 8 21:38:16 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Exclude .config.old from kernel-devel
|
||||
- use tar excludes for .kernel-binary.spec.buildenv
|
||||
- commit 939a79b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 20:02:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Package the obj_install_dir as explicit filelist.
|
||||
- commit 5587762
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 08:23:04 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -404,6 +479,13 @@ Wed Oct 7 08:22:07 CEST 2020 - jslaby@suse.cz
|
||||
you.. (bsc#1012628).
|
||||
- commit e882d6e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 23:19:30 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- rpm/mkspec-dtb: Update for 5.9
|
||||
arch/arm64/boot/dts/al subdir has been renamed to amazon.
|
||||
- commit e450c4d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -411,6 +493,38 @@ Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
SW_TABLET_MODE reporting (bsc#1175599).
|
||||
- commit 5672f81
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:20:10 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.9-rc8
|
||||
- commit 2a6c374
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:07:01 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.9-rc8
|
||||
- commit 52c5e56
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 14:38:26 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.9-rc8
|
||||
- commit bbcb0ce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 06:36:16 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc8
|
||||
- commit f75a311
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 4 22:24:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- bpf: Fix "unresolved symbol" build error with resolve_btfids
|
||||
(http://lkml.kernel.org/r/20200929101737.3ufw36bngkmzppqk@lion.mk-sys.cz).
|
||||
Fixes s390x/zfcpdump build failure.
|
||||
- commit c27d6ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
|
||||
@ -418,6 +532,20 @@ Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
amdgpu_display_crtc_set_config (git-fixes).
|
||||
- commit 08db7a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 14:39:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE also in arm*/* (bsc#1176923)
|
||||
The arm configs (both 64-bit and 32-bit) are currently disabled so that
|
||||
they cannot be updated the usual way. Apply the changes manually.
|
||||
- commit a1b15af
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 10:55:44 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE (bsc#1176923)
|
||||
- commit 9702a5f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -584,6 +712,12 @@ Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit ea492d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 14:35:06 CEST 2020 - ohering@suse.de
|
||||
|
||||
- rpm/constraints.in: recognize also kernel-source-azure (bsc#1176732)
|
||||
- commit 7214bbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -684,6 +818,14 @@ Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 01:08:38 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc7
|
||||
- eliminated 1 patch
|
||||
- patches.suse/dax-Fix-compilation-for-CONFIG_DAX-CONFIG_FS_DAX.patch
|
||||
- commit a5f5f07
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 27 10:02:02 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -897,6 +1039,13 @@ Tue Sep 22 11:36:53 CEST 2020 - msuchanek@suse.de
|
||||
- kernel-syms.spec.in: Also use bz compression (boo#1175882).
|
||||
- commit ecaf78d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 00:29:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX
|
||||
(http://lkml.kernel.org/r/20200921010359.GO3027113@arch-chirva.localdomain).
|
||||
- commit 289d4e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 13:00:19 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -913,6 +1062,14 @@ Mon Sep 21 12:44:24 CEST 2020 - tiwai@suse.de
|
||||
This causes errors on ASoC SOF driver.
|
||||
- commit b7791aa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 07:08:13 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc6
|
||||
- refresh configs
|
||||
- drop VGACON_SOFT_SCROLLBACK and related
|
||||
- commit bf46e69
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 03:15:11 CEST 2020 - glin@suse.com
|
||||
|
||||
@ -1240,6 +1397,15 @@ Thu Sep 17 19:44:40 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 83e873a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 10:21:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc5
|
||||
- eliminated 2 patches
|
||||
patches.suse/drm-virtio-fix-unblank.patch
|
||||
patches.suse/firmware_loader-fix-memory-leak-for-paged-buffer.patch
|
||||
- commit e921ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 12 20:07:52 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1609,13 +1775,31 @@ Mon Sep 7 12:03:50 CEST 2020 - yousaf.kaukab@suse.com
|
||||
|
||||
- coresight: fix offset by one error in counting ports
|
||||
(bsc#1175054).
|
||||
- commit 038472f
|
||||
- commit 1169fee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 10:27:30 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: add CONFIG_GCOV_KENREL=n
|
||||
Define this explicitly as kbuild bot still uses gcc9 for testing
|
||||
- commit 0dcb9bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 09:10:13 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: enable a few missing Intel SOF and SST ASoC entries (bsc#1176200)
|
||||
- commit 87f4d0a
|
||||
- commit 074fdcf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 06:49:28 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc4
|
||||
- eliminated 1 patch
|
||||
- patches.suse/net-packet-fix-overflow-in-tpacket_rcv.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- XEN_UNPOPULATED_ALLOC=y (x86_64 only)
|
||||
- commit 2817e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 09:39:46 CEST 2020 - jslaby@suse.cz
|
||||
@ -2092,6 +2276,23 @@ Fri Sep 4 16:59:40 CEST 2020 - mkubecek@suse.cz
|
||||
bsc#1176069).
|
||||
- commit eba56bd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 07:23:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc3
|
||||
- eliminated 1 patch
|
||||
- patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- PPC_PROT_SAO_LPAR=n (ppc64 and ppc64le)
|
||||
- commit 3cc13d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 30 22:44:37 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: whitespace cleanup
|
||||
- commit efc1fed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 28 19:19:49 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
@ -2104,7 +2305,7 @@ Fri Aug 28 10:13:28 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- fs/cachefiles: Drop superfluous readpages aops NULL check
|
||||
(bsc#1175245).
|
||||
- commit 34111a4
|
||||
- commit e4cd10b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
@ -2139,6 +2340,13 @@ Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
- gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY (bsc#1012628).
|
||||
- commit 4d7a832
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:48:20 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update upstream reference:
|
||||
patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch.
|
||||
- commit 993f7ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 12:50:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2421,6 +2629,19 @@ Tue Aug 25 08:12:56 CEST 2020 - jslaby@suse.cz
|
||||
Add the second bsc reference.
|
||||
- commit fb64fba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 20:02:21 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Revert "HID: usbhid: do not sleep when opening device".
|
||||
- commit 4229f31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 15:02:20 CEST 2020 - wqu@suse.com
|
||||
|
||||
- Refresh
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 31073f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
|
||||
@ -2428,6 +2649,22 @@ Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 74987e4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 06:49:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc2
|
||||
- eliminated 1 patch
|
||||
- patches.suse/squashfs-avoid-bio_alloc-failure-with-1Mbyte-blocks.patch
|
||||
- refresh configs
|
||||
- commit 7bec2d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 23 10:12:27 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
Move an "almost mainline" patch to "almost mainline" section.
|
||||
- commit 4e4b6b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 21 20:20:08 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2831,6 +3068,12 @@ Fri Aug 21 12:16:12 CEST 2020 - jwiesner@suse.com
|
||||
(bsc#1174771).
|
||||
- commit 1874dbd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 08:39:02 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- drm/virtio: fix unblank (make virtio gpu work again).
|
||||
- commit 42af09b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 19 11:43:13 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -3637,7 +3880,125 @@ Wed Aug 19 08:13:41 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- squashfs: avoid bio_alloc() failure with 1Mbyte blocks
|
||||
(bsc#1175308).
|
||||
- commit 61ee09a
|
||||
- commit 8f3c2bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 01:50:23 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: restore PHYLIB=m in */vanilla
|
||||
As the PHYLIB/ETHTOOL_NETLINK dependency fix is now in 5.9-rc1 tarball,
|
||||
we can apply the changes from commit 4756d9edf730 ("config: restore
|
||||
PHYLIB=m") also to vanilla configs.
|
||||
- commit 4d4447f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 00:47:00 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc1
|
||||
- eliminated 50 patches (39 stable, 11 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- disable (needs update)
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- refresh
|
||||
- patches.rpmify/Add-ksym-provides-tool.patch
|
||||
- patches.suse/acpi_thermal_passive_blacklist.patch
|
||||
- patches.suse/add-product-identifying-information-to-vmcoreinfo.patch
|
||||
- patches.suse/apparmor-compatibility-with-v2.x-net.patch
|
||||
- patches.suse/b43-missing-firmware-info.patch
|
||||
- patches.suse/dm-mpath-no-partitions-feature
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- new config options:
|
||||
- General setup
|
||||
- KERNEL_ZSTD=n
|
||||
- RD_ZSTD=y
|
||||
- File systems
|
||||
- FS_ENCRYPTION_INLINE_CRYPT=y
|
||||
- TMPFS_INODE64=y
|
||||
- Kernel hacking
|
||||
- DEBUG_FORCE_FUNCTION_ALIGN_32B=n
|
||||
- DEBUG_FS_ALLOW_ALL=y
|
||||
- DEBUG_FS_DISALLOW_MOUNT=n
|
||||
- DEBUG_FS_ALLOW_NONE=n
|
||||
- RCU_REF_SCALE_TEST=n
|
||||
- TEST_FPU=n
|
||||
- PCI support
|
||||
- PCI_J721E_HOST=n
|
||||
- PCI_J721E_EP=n
|
||||
- Storage
|
||||
- NVME_TARGET_PASSTHRU=n
|
||||
- SCSI_UFS_CRYPTO=y
|
||||
- BCACHE_ASYNC_REGISTRATION=y
|
||||
- Network device support
|
||||
- MLX5_IPSEC=y
|
||||
- MT7663S=m
|
||||
- WLAN_VENDOR_MICROCHIP=y
|
||||
- RTW88_8821CE=m
|
||||
- Character devices
|
||||
- HW_RANDOM_BA431=m
|
||||
- SERIAL_IMX_EARLYCON=n
|
||||
- Power management
|
||||
- CHARGER_BQ2515X=m
|
||||
- SENSORS_CORSAIR_CPRO=m
|
||||
- THERMAL_NETLINK=y
|
||||
- REGULATOR_PCA9450=m
|
||||
- REGULATOR_QCOM_USB_VBUS=m
|
||||
- REGULATOR_QCOM_LABIBB=m
|
||||
- REGULATOR_FAN53880=m
|
||||
- REGULATOR_SY8827N=m
|
||||
- Multimedia support
|
||||
- VIDEO_RDACM20=m
|
||||
- VIDEO_DW9768=m
|
||||
- VIDEO_MAX9286=m
|
||||
- Graphics support
|
||||
- DRM_AMD_DC_DCN3_0=y
|
||||
- NOUVEAU_DEBUG_PUSH=n
|
||||
- DRM_PANEL_SITRONIX_ST7703=n
|
||||
- Sound card support
|
||||
- SND_HDA_INTEL_HDMI_SILENT_STREAM=y
|
||||
- SND_SOC_MAX98373_SDW=m
|
||||
- USB support
|
||||
- USB_OTG_PRODUCTLIST=n
|
||||
- USB_OTG_DISABLE_EXTERNAL_HUB=n
|
||||
- X86 Platform Specific Device Drivers
|
||||
- INTEL_ATOMISP2_LED=m
|
||||
- Industrial I/O support
|
||||
- SCD30_CORE=n
|
||||
- INV_ICM42600_I2C=n
|
||||
- INV_ICM42600_SPI=n
|
||||
- Misc drivers
|
||||
- SPI_LANTIQ_SSC=n
|
||||
- PINCTRL_EMMITSBURG=m
|
||||
- GPIO_PCA9570=m
|
||||
- IR_TOY=m
|
||||
- CEC_CH7322=m
|
||||
- LEDS_CLASS_MULTICOLOR=m
|
||||
- XILINX_ZYNQMP_DPDMA=m
|
||||
- MLX5_VDPA=n
|
||||
- CLK_HSDK=n
|
||||
- i386
|
||||
- REGULATOR_CROS_EC=m
|
||||
- ppc
|
||||
- PPC_QUEUED_SPINLOCKS=y
|
||||
- s390x
|
||||
- BPF_KPROBE_OVERRIDE=n
|
||||
- FAIL_FUNCTION=n
|
||||
- riscv64
|
||||
- NO_HZ_IDLE=y
|
||||
- VIRT_CPU_ACCOUNTING_GEN=y
|
||||
- JUMP_LABEL=y
|
||||
- STATIC_KEYS_SELFTEST=n
|
||||
- STACKPROTECTOR=y
|
||||
- STACKPROTECTOR_STRONG=y
|
||||
- SND_SOC_MAX98373_I2C=m
|
||||
- DEBUG_KMEMLEAK=n
|
||||
- DEBUG_VM_PGTABLE=n
|
||||
- PROVE_LOCKING=n
|
||||
- LOCK_STAT=n
|
||||
- DEBUG_WW_MUTEX_SLOWPATH=n
|
||||
- DEBUG_LOCK_ALLOC=n
|
||||
- KCOV=n
|
||||
- CONTEXT_TRACKING_FORCE=n
|
||||
- commit 6a30651
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 17 16:31:56 CEST 2020 - tiwai@suse.de
|
||||
@ -12508,7 +12869,7 @@ Wed Feb 26 14:05:58 CET 2020 - mhocko@suse.com
|
||||
Tue Feb 25 11:49:29 CET 2020 - meissner@suse.de
|
||||
|
||||
- sign also s390x kernel images (bsc#1163524)
|
||||
- commit b38b611
|
||||
- commit fd52e6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 11:37:02 CET 2020 - jroedel@suse.de
|
||||
|
@ -16,8 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.15
|
||||
%define srcversion 5.9
|
||||
%define patchversion 5.9.1
|
||||
%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-riscv64
|
||||
Version: 5.8.15
|
||||
Version: 5.9.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc680e93
|
||||
Release: <RELEASE>.g8abc535
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch.
|
||||
Update upstream status.
|
||||
- commit 7b40cc9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:42:17 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.9.1 (bsc#1012628).
|
||||
- Bluetooth: MGMT: Fix not checking if BT_HS is enabled
|
||||
(bsc#1012628).
|
||||
- media: usbtv: Fix refcounting mixup (bsc#1012628).
|
||||
- USB: serial: option: add Cellient MPL200 card (bsc#1012628).
|
||||
- USB: serial: option: Add Telit FT980-KS composition
|
||||
(bsc#1012628).
|
||||
- staging: comedi: check validity of wMaxPacketSize of usb
|
||||
endpoints found (bsc#1012628).
|
||||
- USB: serial: pl2303: add device-id for HP GC device
|
||||
(bsc#1012628).
|
||||
- USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART
|
||||
adapters (bsc#1012628).
|
||||
- vt_ioctl: make VT_RESIZEX behave like VT_RESIZE (bsc#1012628).
|
||||
- reiserfs: Initialize inode keys properly (bsc#1012628).
|
||||
- reiserfs: Fix oops during mount (bsc#1012628).
|
||||
- Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"
|
||||
(bsc#1012628).
|
||||
- crypto: bcm - Verify GCM/CCM key length in setkey (bsc#1012628).
|
||||
- crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA
|
||||
(bsc#1012628).
|
||||
- commit b7f511b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 16 09:20:34 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- update patches metadata
|
||||
- update upstream references:
|
||||
patches.suse/Bluetooth-A2MP-Fix-not-initializing-all-members.patch
|
||||
patches.suse/Bluetooth-L2CAP-Fix-calling-sk_filter-on-non-socket-.patch
|
||||
- commit b1f22f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 15 10:09:30 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -17,13 +60,13 @@ Thu Oct 15 08:47:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Bluetooth: A2MP: Fix not initializing all members
|
||||
(CVE-2020-12352 bsc#1177725).
|
||||
- commit c64c556
|
||||
- commit 74ef4a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:33:46 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: CONFIG_PINCTRL_AMD=y for fixing dependency (bsc#1177049)
|
||||
- commit f9a8fb6
|
||||
- commit 233d0fc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:13:19 CEST 2020 - jslaby@suse.cz
|
||||
@ -245,6 +288,38 @@ Wed Oct 14 12:39:26 CEST 2020 - jslaby@suse.cz
|
||||
linux/font.h (bsc#1012628).
|
||||
- commit 1dc82dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 12 00:20:46 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9 final
|
||||
- eliminated 1 patch
|
||||
- patches.suse/bpf-Fix-unresolved-symbol-build-error-with-resolve_b.patch
|
||||
- update configs
|
||||
- MLX5_VDPA=y, MLX5_VDPA_NET=m
|
||||
- restore FB_ARMCLCD (y on armv6hl and armv7hl, n on arm64)
|
||||
- commit 11733e1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 14:01:47 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable DEBUG_INFO_BTF in s390x/zfcpdump
|
||||
Even if the build has been fixed, there is little use for BTF debug
|
||||
information in kernel-zfcpdump so disable it there.
|
||||
- commit e7595e7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 8 21:38:16 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Exclude .config.old from kernel-devel
|
||||
- use tar excludes for .kernel-binary.spec.buildenv
|
||||
- commit 939a79b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 20:02:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Package the obj_install_dir as explicit filelist.
|
||||
- commit 5587762
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 08:23:04 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -404,6 +479,13 @@ Wed Oct 7 08:22:07 CEST 2020 - jslaby@suse.cz
|
||||
you.. (bsc#1012628).
|
||||
- commit e882d6e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 23:19:30 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- rpm/mkspec-dtb: Update for 5.9
|
||||
arch/arm64/boot/dts/al subdir has been renamed to amazon.
|
||||
- commit e450c4d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -411,6 +493,38 @@ Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
SW_TABLET_MODE reporting (bsc#1175599).
|
||||
- commit 5672f81
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:20:10 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.9-rc8
|
||||
- commit 2a6c374
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:07:01 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.9-rc8
|
||||
- commit 52c5e56
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 14:38:26 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.9-rc8
|
||||
- commit bbcb0ce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 06:36:16 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc8
|
||||
- commit f75a311
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 4 22:24:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- bpf: Fix "unresolved symbol" build error with resolve_btfids
|
||||
(http://lkml.kernel.org/r/20200929101737.3ufw36bngkmzppqk@lion.mk-sys.cz).
|
||||
Fixes s390x/zfcpdump build failure.
|
||||
- commit c27d6ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
|
||||
@ -418,6 +532,20 @@ Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
amdgpu_display_crtc_set_config (git-fixes).
|
||||
- commit 08db7a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 14:39:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE also in arm*/* (bsc#1176923)
|
||||
The arm configs (both 64-bit and 32-bit) are currently disabled so that
|
||||
they cannot be updated the usual way. Apply the changes manually.
|
||||
- commit a1b15af
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 10:55:44 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE (bsc#1176923)
|
||||
- commit 9702a5f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -584,6 +712,12 @@ Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit ea492d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 14:35:06 CEST 2020 - ohering@suse.de
|
||||
|
||||
- rpm/constraints.in: recognize also kernel-source-azure (bsc#1176732)
|
||||
- commit 7214bbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -684,6 +818,14 @@ Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 01:08:38 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc7
|
||||
- eliminated 1 patch
|
||||
- patches.suse/dax-Fix-compilation-for-CONFIG_DAX-CONFIG_FS_DAX.patch
|
||||
- commit a5f5f07
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 27 10:02:02 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -897,6 +1039,13 @@ Tue Sep 22 11:36:53 CEST 2020 - msuchanek@suse.de
|
||||
- kernel-syms.spec.in: Also use bz compression (boo#1175882).
|
||||
- commit ecaf78d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 00:29:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX
|
||||
(http://lkml.kernel.org/r/20200921010359.GO3027113@arch-chirva.localdomain).
|
||||
- commit 289d4e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 13:00:19 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -913,6 +1062,14 @@ Mon Sep 21 12:44:24 CEST 2020 - tiwai@suse.de
|
||||
This causes errors on ASoC SOF driver.
|
||||
- commit b7791aa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 07:08:13 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc6
|
||||
- refresh configs
|
||||
- drop VGACON_SOFT_SCROLLBACK and related
|
||||
- commit bf46e69
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 03:15:11 CEST 2020 - glin@suse.com
|
||||
|
||||
@ -1240,6 +1397,15 @@ Thu Sep 17 19:44:40 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 83e873a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 10:21:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc5
|
||||
- eliminated 2 patches
|
||||
patches.suse/drm-virtio-fix-unblank.patch
|
||||
patches.suse/firmware_loader-fix-memory-leak-for-paged-buffer.patch
|
||||
- commit e921ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 12 20:07:52 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1609,13 +1775,31 @@ Mon Sep 7 12:03:50 CEST 2020 - yousaf.kaukab@suse.com
|
||||
|
||||
- coresight: fix offset by one error in counting ports
|
||||
(bsc#1175054).
|
||||
- commit 038472f
|
||||
- commit 1169fee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 10:27:30 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: add CONFIG_GCOV_KENREL=n
|
||||
Define this explicitly as kbuild bot still uses gcc9 for testing
|
||||
- commit 0dcb9bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 09:10:13 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: enable a few missing Intel SOF and SST ASoC entries (bsc#1176200)
|
||||
- commit 87f4d0a
|
||||
- commit 074fdcf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 06:49:28 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc4
|
||||
- eliminated 1 patch
|
||||
- patches.suse/net-packet-fix-overflow-in-tpacket_rcv.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- XEN_UNPOPULATED_ALLOC=y (x86_64 only)
|
||||
- commit 2817e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 09:39:46 CEST 2020 - jslaby@suse.cz
|
||||
@ -2092,6 +2276,23 @@ Fri Sep 4 16:59:40 CEST 2020 - mkubecek@suse.cz
|
||||
bsc#1176069).
|
||||
- commit eba56bd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 07:23:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc3
|
||||
- eliminated 1 patch
|
||||
- patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- PPC_PROT_SAO_LPAR=n (ppc64 and ppc64le)
|
||||
- commit 3cc13d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 30 22:44:37 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: whitespace cleanup
|
||||
- commit efc1fed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 28 19:19:49 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
@ -2104,7 +2305,7 @@ Fri Aug 28 10:13:28 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- fs/cachefiles: Drop superfluous readpages aops NULL check
|
||||
(bsc#1175245).
|
||||
- commit 34111a4
|
||||
- commit e4cd10b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
@ -2139,6 +2340,13 @@ Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
- gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY (bsc#1012628).
|
||||
- commit 4d7a832
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:48:20 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update upstream reference:
|
||||
patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch.
|
||||
- commit 993f7ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 12:50:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2421,6 +2629,19 @@ Tue Aug 25 08:12:56 CEST 2020 - jslaby@suse.cz
|
||||
Add the second bsc reference.
|
||||
- commit fb64fba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 20:02:21 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Revert "HID: usbhid: do not sleep when opening device".
|
||||
- commit 4229f31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 15:02:20 CEST 2020 - wqu@suse.com
|
||||
|
||||
- Refresh
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 31073f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
|
||||
@ -2428,6 +2649,22 @@ Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 74987e4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 06:49:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc2
|
||||
- eliminated 1 patch
|
||||
- patches.suse/squashfs-avoid-bio_alloc-failure-with-1Mbyte-blocks.patch
|
||||
- refresh configs
|
||||
- commit 7bec2d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 23 10:12:27 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
Move an "almost mainline" patch to "almost mainline" section.
|
||||
- commit 4e4b6b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 21 20:20:08 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2831,6 +3068,12 @@ Fri Aug 21 12:16:12 CEST 2020 - jwiesner@suse.com
|
||||
(bsc#1174771).
|
||||
- commit 1874dbd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 08:39:02 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- drm/virtio: fix unblank (make virtio gpu work again).
|
||||
- commit 42af09b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 19 11:43:13 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -3637,7 +3880,125 @@ Wed Aug 19 08:13:41 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- squashfs: avoid bio_alloc() failure with 1Mbyte blocks
|
||||
(bsc#1175308).
|
||||
- commit 61ee09a
|
||||
- commit 8f3c2bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 01:50:23 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: restore PHYLIB=m in */vanilla
|
||||
As the PHYLIB/ETHTOOL_NETLINK dependency fix is now in 5.9-rc1 tarball,
|
||||
we can apply the changes from commit 4756d9edf730 ("config: restore
|
||||
PHYLIB=m") also to vanilla configs.
|
||||
- commit 4d4447f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 00:47:00 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc1
|
||||
- eliminated 50 patches (39 stable, 11 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- disable (needs update)
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- refresh
|
||||
- patches.rpmify/Add-ksym-provides-tool.patch
|
||||
- patches.suse/acpi_thermal_passive_blacklist.patch
|
||||
- patches.suse/add-product-identifying-information-to-vmcoreinfo.patch
|
||||
- patches.suse/apparmor-compatibility-with-v2.x-net.patch
|
||||
- patches.suse/b43-missing-firmware-info.patch
|
||||
- patches.suse/dm-mpath-no-partitions-feature
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- new config options:
|
||||
- General setup
|
||||
- KERNEL_ZSTD=n
|
||||
- RD_ZSTD=y
|
||||
- File systems
|
||||
- FS_ENCRYPTION_INLINE_CRYPT=y
|
||||
- TMPFS_INODE64=y
|
||||
- Kernel hacking
|
||||
- DEBUG_FORCE_FUNCTION_ALIGN_32B=n
|
||||
- DEBUG_FS_ALLOW_ALL=y
|
||||
- DEBUG_FS_DISALLOW_MOUNT=n
|
||||
- DEBUG_FS_ALLOW_NONE=n
|
||||
- RCU_REF_SCALE_TEST=n
|
||||
- TEST_FPU=n
|
||||
- PCI support
|
||||
- PCI_J721E_HOST=n
|
||||
- PCI_J721E_EP=n
|
||||
- Storage
|
||||
- NVME_TARGET_PASSTHRU=n
|
||||
- SCSI_UFS_CRYPTO=y
|
||||
- BCACHE_ASYNC_REGISTRATION=y
|
||||
- Network device support
|
||||
- MLX5_IPSEC=y
|
||||
- MT7663S=m
|
||||
- WLAN_VENDOR_MICROCHIP=y
|
||||
- RTW88_8821CE=m
|
||||
- Character devices
|
||||
- HW_RANDOM_BA431=m
|
||||
- SERIAL_IMX_EARLYCON=n
|
||||
- Power management
|
||||
- CHARGER_BQ2515X=m
|
||||
- SENSORS_CORSAIR_CPRO=m
|
||||
- THERMAL_NETLINK=y
|
||||
- REGULATOR_PCA9450=m
|
||||
- REGULATOR_QCOM_USB_VBUS=m
|
||||
- REGULATOR_QCOM_LABIBB=m
|
||||
- REGULATOR_FAN53880=m
|
||||
- REGULATOR_SY8827N=m
|
||||
- Multimedia support
|
||||
- VIDEO_RDACM20=m
|
||||
- VIDEO_DW9768=m
|
||||
- VIDEO_MAX9286=m
|
||||
- Graphics support
|
||||
- DRM_AMD_DC_DCN3_0=y
|
||||
- NOUVEAU_DEBUG_PUSH=n
|
||||
- DRM_PANEL_SITRONIX_ST7703=n
|
||||
- Sound card support
|
||||
- SND_HDA_INTEL_HDMI_SILENT_STREAM=y
|
||||
- SND_SOC_MAX98373_SDW=m
|
||||
- USB support
|
||||
- USB_OTG_PRODUCTLIST=n
|
||||
- USB_OTG_DISABLE_EXTERNAL_HUB=n
|
||||
- X86 Platform Specific Device Drivers
|
||||
- INTEL_ATOMISP2_LED=m
|
||||
- Industrial I/O support
|
||||
- SCD30_CORE=n
|
||||
- INV_ICM42600_I2C=n
|
||||
- INV_ICM42600_SPI=n
|
||||
- Misc drivers
|
||||
- SPI_LANTIQ_SSC=n
|
||||
- PINCTRL_EMMITSBURG=m
|
||||
- GPIO_PCA9570=m
|
||||
- IR_TOY=m
|
||||
- CEC_CH7322=m
|
||||
- LEDS_CLASS_MULTICOLOR=m
|
||||
- XILINX_ZYNQMP_DPDMA=m
|
||||
- MLX5_VDPA=n
|
||||
- CLK_HSDK=n
|
||||
- i386
|
||||
- REGULATOR_CROS_EC=m
|
||||
- ppc
|
||||
- PPC_QUEUED_SPINLOCKS=y
|
||||
- s390x
|
||||
- BPF_KPROBE_OVERRIDE=n
|
||||
- FAIL_FUNCTION=n
|
||||
- riscv64
|
||||
- NO_HZ_IDLE=y
|
||||
- VIRT_CPU_ACCOUNTING_GEN=y
|
||||
- JUMP_LABEL=y
|
||||
- STATIC_KEYS_SELFTEST=n
|
||||
- STACKPROTECTOR=y
|
||||
- STACKPROTECTOR_STRONG=y
|
||||
- SND_SOC_MAX98373_I2C=m
|
||||
- DEBUG_KMEMLEAK=n
|
||||
- DEBUG_VM_PGTABLE=n
|
||||
- PROVE_LOCKING=n
|
||||
- LOCK_STAT=n
|
||||
- DEBUG_WW_MUTEX_SLOWPATH=n
|
||||
- DEBUG_LOCK_ALLOC=n
|
||||
- KCOV=n
|
||||
- CONTEXT_TRACKING_FORCE=n
|
||||
- commit 6a30651
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 17 16:31:56 CEST 2020 - tiwai@suse.de
|
||||
@ -12508,7 +12869,7 @@ Wed Feb 26 14:05:58 CET 2020 - mhocko@suse.com
|
||||
Tue Feb 25 11:49:29 CET 2020 - meissner@suse.de
|
||||
|
||||
- sign also s390x kernel images (bsc#1163524)
|
||||
- commit b38b611
|
||||
- commit fd52e6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 11:37:02 CET 2020 - jroedel@suse.de
|
||||
|
@ -17,8 +17,8 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.15
|
||||
%define srcversion 5.9
|
||||
%define patchversion 5.9.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-64kb
|
||||
Summary: Kernel with 64kb PAGE_SIZE
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.8.15
|
||||
Version: 5.9.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc680e93
|
||||
Release: <RELEASE>.g8abc535
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
Provides: kernel-srchash-c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
Provides: kernel-%build_flavor-base-srchash-8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
Provides: kernel-srchash-8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
Provides: %name-srchash-8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
@ -919,7 +919,8 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
done
|
||||
|
||||
tar -cf - -T %my_builddir/obj-files | \
|
||||
tar --exclude=\*.ipa-clones --exclude=.config.old --exclude=.kernel-binary.spec.buildenv \
|
||||
-cf - -T %my_builddir/obj-files | \
|
||||
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
|
||||
# bnc#507084
|
||||
find %rpm_install_dir/%cpu_arch_flavor/scripts -type f -perm -111 | \
|
||||
@ -936,10 +937,6 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
|
||||
rm -rf %{buildroot}/lib/firmware
|
||||
if [ %CONFIG_MODULES = y ]; then
|
||||
# file contains number of CPUs, making builds hard to reproduce
|
||||
find %{buildroot}/usr/src/linux-*-obj/ -name .kernel-binary.spec.buildenv -delete
|
||||
fi
|
||||
|
||||
add_dirs_to_filelist() {
|
||||
sed -rn '
|
||||
@ -969,6 +966,9 @@ for file in %buildroot/boot/symtypes* %buildroot/lib/modules/*/{build,source}; d
|
||||
f=${file##%buildroot}
|
||||
echo "$f"
|
||||
done | add_dirs_to_filelist >%my_builddir/kernel-devel.files
|
||||
( cd %buildroot ; find .%obj_install_dir/%cpu_arch_flavor -type f ; ) | \
|
||||
sed -e 's/^[.]//' | grep -v -e '[.]ipa-clones$' -e '/Symbols[.]list$' -e '/ipa-clones[.]list$'| \
|
||||
add_dirs_to_filelist >> %my_builddir/kernel-devel.files
|
||||
|
||||
{ cd %buildroot
|
||||
for f in boot/*; do
|
||||
@ -1174,13 +1174,9 @@ kernel module packages) against the %build_flavor flavor of the kernel.
|
||||
|
||||
%files devel -f kernel-devel.files
|
||||
%defattr(-,root,root)
|
||||
%dir %obj_install_dir
|
||||
%dir %obj_install_dir/%cpu_arch
|
||||
%dir /usr/src/linux-obj
|
||||
%dir /usr/src/linux-obj/%cpu_arch
|
||||
%ghost /usr/src/linux-obj/%cpu_arch_flavor
|
||||
%obj_install_dir/%cpu_arch_flavor
|
||||
%exclude %obj_install_dir/%cpu_arch_flavor/Symbols.list
|
||||
%if %kmp_target_cpu != %cpu_arch
|
||||
%obj_install_dir/%kmp_target_cpu
|
||||
/usr/src/linux-obj/%kmp_target_cpu
|
||||
|
@ -774,7 +774,8 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
done
|
||||
|
||||
tar -cf - -T %my_builddir/obj-files | \
|
||||
tar --exclude=\*.ipa-clones --exclude=.config.old --exclude=.kernel-binary.spec.buildenv \
|
||||
-cf - -T %my_builddir/obj-files | \
|
||||
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
|
||||
# bnc#507084
|
||||
find %rpm_install_dir/%cpu_arch_flavor/scripts -type f -perm -111 | \
|
||||
@ -791,10 +792,6 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
|
||||
rm -rf %{buildroot}/lib/firmware
|
||||
if [ %CONFIG_MODULES = y ]; then
|
||||
# file contains number of CPUs, making builds hard to reproduce
|
||||
find %{buildroot}/usr/src/linux-*-obj/ -name .kernel-binary.spec.buildenv -delete
|
||||
fi
|
||||
|
||||
add_dirs_to_filelist() {
|
||||
sed -rn '
|
||||
@ -824,6 +821,9 @@ for file in %buildroot/boot/symtypes* %buildroot/lib/modules/*/{build,source}; d
|
||||
f=${file##%buildroot}
|
||||
echo "$f"
|
||||
done | add_dirs_to_filelist >%my_builddir/kernel-devel.files
|
||||
( cd %buildroot ; find .%obj_install_dir/%cpu_arch_flavor -type f ; ) | \
|
||||
sed -e 's/^[.]//' | grep -v -e '[.]ipa-clones$' -e '/Symbols[.]list$' -e '/ipa-clones[.]list$'| \
|
||||
add_dirs_to_filelist >> %my_builddir/kernel-devel.files
|
||||
|
||||
{ cd %buildroot
|
||||
for f in boot/*; do
|
||||
@ -1028,13 +1028,9 @@ kernel module packages) against the %build_flavor flavor of the kernel.
|
||||
|
||||
%files devel -f kernel-devel.files
|
||||
%defattr(-,root,root)
|
||||
%dir %obj_install_dir
|
||||
%dir %obj_install_dir/%cpu_arch
|
||||
%dir /usr/src/linux-obj
|
||||
%dir /usr/src/linux-obj/%cpu_arch
|
||||
%ghost /usr/src/linux-obj/%cpu_arch_flavor
|
||||
%obj_install_dir/%cpu_arch_flavor
|
||||
%exclude %obj_install_dir/%cpu_arch_flavor/Symbols.list
|
||||
%if %kmp_target_cpu != %cpu_arch
|
||||
%obj_install_dir/%kmp_target_cpu
|
||||
/usr/src/linux-obj/%kmp_target_cpu
|
||||
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch.
|
||||
Update upstream status.
|
||||
- commit 7b40cc9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:42:17 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.9.1 (bsc#1012628).
|
||||
- Bluetooth: MGMT: Fix not checking if BT_HS is enabled
|
||||
(bsc#1012628).
|
||||
- media: usbtv: Fix refcounting mixup (bsc#1012628).
|
||||
- USB: serial: option: add Cellient MPL200 card (bsc#1012628).
|
||||
- USB: serial: option: Add Telit FT980-KS composition
|
||||
(bsc#1012628).
|
||||
- staging: comedi: check validity of wMaxPacketSize of usb
|
||||
endpoints found (bsc#1012628).
|
||||
- USB: serial: pl2303: add device-id for HP GC device
|
||||
(bsc#1012628).
|
||||
- USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART
|
||||
adapters (bsc#1012628).
|
||||
- vt_ioctl: make VT_RESIZEX behave like VT_RESIZE (bsc#1012628).
|
||||
- reiserfs: Initialize inode keys properly (bsc#1012628).
|
||||
- reiserfs: Fix oops during mount (bsc#1012628).
|
||||
- Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"
|
||||
(bsc#1012628).
|
||||
- crypto: bcm - Verify GCM/CCM key length in setkey (bsc#1012628).
|
||||
- crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA
|
||||
(bsc#1012628).
|
||||
- commit b7f511b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 16 09:20:34 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- update patches metadata
|
||||
- update upstream references:
|
||||
patches.suse/Bluetooth-A2MP-Fix-not-initializing-all-members.patch
|
||||
patches.suse/Bluetooth-L2CAP-Fix-calling-sk_filter-on-non-socket-.patch
|
||||
- commit b1f22f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 15 10:09:30 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -17,13 +60,13 @@ Thu Oct 15 08:47:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Bluetooth: A2MP: Fix not initializing all members
|
||||
(CVE-2020-12352 bsc#1177725).
|
||||
- commit c64c556
|
||||
- commit 74ef4a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:33:46 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: CONFIG_PINCTRL_AMD=y for fixing dependency (bsc#1177049)
|
||||
- commit f9a8fb6
|
||||
- commit 233d0fc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:13:19 CEST 2020 - jslaby@suse.cz
|
||||
@ -245,6 +288,38 @@ Wed Oct 14 12:39:26 CEST 2020 - jslaby@suse.cz
|
||||
linux/font.h (bsc#1012628).
|
||||
- commit 1dc82dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 12 00:20:46 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9 final
|
||||
- eliminated 1 patch
|
||||
- patches.suse/bpf-Fix-unresolved-symbol-build-error-with-resolve_b.patch
|
||||
- update configs
|
||||
- MLX5_VDPA=y, MLX5_VDPA_NET=m
|
||||
- restore FB_ARMCLCD (y on armv6hl and armv7hl, n on arm64)
|
||||
- commit 11733e1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 14:01:47 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable DEBUG_INFO_BTF in s390x/zfcpdump
|
||||
Even if the build has been fixed, there is little use for BTF debug
|
||||
information in kernel-zfcpdump so disable it there.
|
||||
- commit e7595e7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 8 21:38:16 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Exclude .config.old from kernel-devel
|
||||
- use tar excludes for .kernel-binary.spec.buildenv
|
||||
- commit 939a79b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 20:02:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Package the obj_install_dir as explicit filelist.
|
||||
- commit 5587762
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 08:23:04 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -404,6 +479,13 @@ Wed Oct 7 08:22:07 CEST 2020 - jslaby@suse.cz
|
||||
you.. (bsc#1012628).
|
||||
- commit e882d6e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 23:19:30 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- rpm/mkspec-dtb: Update for 5.9
|
||||
arch/arm64/boot/dts/al subdir has been renamed to amazon.
|
||||
- commit e450c4d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -411,6 +493,38 @@ Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
SW_TABLET_MODE reporting (bsc#1175599).
|
||||
- commit 5672f81
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:20:10 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.9-rc8
|
||||
- commit 2a6c374
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:07:01 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.9-rc8
|
||||
- commit 52c5e56
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 14:38:26 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.9-rc8
|
||||
- commit bbcb0ce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 06:36:16 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc8
|
||||
- commit f75a311
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 4 22:24:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- bpf: Fix "unresolved symbol" build error with resolve_btfids
|
||||
(http://lkml.kernel.org/r/20200929101737.3ufw36bngkmzppqk@lion.mk-sys.cz).
|
||||
Fixes s390x/zfcpdump build failure.
|
||||
- commit c27d6ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
|
||||
@ -418,6 +532,20 @@ Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
amdgpu_display_crtc_set_config (git-fixes).
|
||||
- commit 08db7a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 14:39:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE also in arm*/* (bsc#1176923)
|
||||
The arm configs (both 64-bit and 32-bit) are currently disabled so that
|
||||
they cannot be updated the usual way. Apply the changes manually.
|
||||
- commit a1b15af
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 10:55:44 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE (bsc#1176923)
|
||||
- commit 9702a5f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -584,6 +712,12 @@ Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit ea492d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 14:35:06 CEST 2020 - ohering@suse.de
|
||||
|
||||
- rpm/constraints.in: recognize also kernel-source-azure (bsc#1176732)
|
||||
- commit 7214bbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -684,6 +818,14 @@ Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 01:08:38 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc7
|
||||
- eliminated 1 patch
|
||||
- patches.suse/dax-Fix-compilation-for-CONFIG_DAX-CONFIG_FS_DAX.patch
|
||||
- commit a5f5f07
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 27 10:02:02 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -897,6 +1039,13 @@ Tue Sep 22 11:36:53 CEST 2020 - msuchanek@suse.de
|
||||
- kernel-syms.spec.in: Also use bz compression (boo#1175882).
|
||||
- commit ecaf78d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 00:29:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX
|
||||
(http://lkml.kernel.org/r/20200921010359.GO3027113@arch-chirva.localdomain).
|
||||
- commit 289d4e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 13:00:19 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -913,6 +1062,14 @@ Mon Sep 21 12:44:24 CEST 2020 - tiwai@suse.de
|
||||
This causes errors on ASoC SOF driver.
|
||||
- commit b7791aa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 07:08:13 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc6
|
||||
- refresh configs
|
||||
- drop VGACON_SOFT_SCROLLBACK and related
|
||||
- commit bf46e69
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 03:15:11 CEST 2020 - glin@suse.com
|
||||
|
||||
@ -1240,6 +1397,15 @@ Thu Sep 17 19:44:40 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 83e873a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 10:21:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc5
|
||||
- eliminated 2 patches
|
||||
patches.suse/drm-virtio-fix-unblank.patch
|
||||
patches.suse/firmware_loader-fix-memory-leak-for-paged-buffer.patch
|
||||
- commit e921ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 12 20:07:52 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1609,13 +1775,31 @@ Mon Sep 7 12:03:50 CEST 2020 - yousaf.kaukab@suse.com
|
||||
|
||||
- coresight: fix offset by one error in counting ports
|
||||
(bsc#1175054).
|
||||
- commit 038472f
|
||||
- commit 1169fee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 10:27:30 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: add CONFIG_GCOV_KENREL=n
|
||||
Define this explicitly as kbuild bot still uses gcc9 for testing
|
||||
- commit 0dcb9bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 09:10:13 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: enable a few missing Intel SOF and SST ASoC entries (bsc#1176200)
|
||||
- commit 87f4d0a
|
||||
- commit 074fdcf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 06:49:28 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc4
|
||||
- eliminated 1 patch
|
||||
- patches.suse/net-packet-fix-overflow-in-tpacket_rcv.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- XEN_UNPOPULATED_ALLOC=y (x86_64 only)
|
||||
- commit 2817e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 09:39:46 CEST 2020 - jslaby@suse.cz
|
||||
@ -2092,6 +2276,23 @@ Fri Sep 4 16:59:40 CEST 2020 - mkubecek@suse.cz
|
||||
bsc#1176069).
|
||||
- commit eba56bd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 07:23:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc3
|
||||
- eliminated 1 patch
|
||||
- patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- PPC_PROT_SAO_LPAR=n (ppc64 and ppc64le)
|
||||
- commit 3cc13d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 30 22:44:37 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: whitespace cleanup
|
||||
- commit efc1fed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 28 19:19:49 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
@ -2104,7 +2305,7 @@ Fri Aug 28 10:13:28 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- fs/cachefiles: Drop superfluous readpages aops NULL check
|
||||
(bsc#1175245).
|
||||
- commit 34111a4
|
||||
- commit e4cd10b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
@ -2139,6 +2340,13 @@ Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
- gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY (bsc#1012628).
|
||||
- commit 4d7a832
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:48:20 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update upstream reference:
|
||||
patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch.
|
||||
- commit 993f7ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 12:50:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2421,6 +2629,19 @@ Tue Aug 25 08:12:56 CEST 2020 - jslaby@suse.cz
|
||||
Add the second bsc reference.
|
||||
- commit fb64fba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 20:02:21 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Revert "HID: usbhid: do not sleep when opening device".
|
||||
- commit 4229f31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 15:02:20 CEST 2020 - wqu@suse.com
|
||||
|
||||
- Refresh
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 31073f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
|
||||
@ -2428,6 +2649,22 @@ Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 74987e4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 06:49:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc2
|
||||
- eliminated 1 patch
|
||||
- patches.suse/squashfs-avoid-bio_alloc-failure-with-1Mbyte-blocks.patch
|
||||
- refresh configs
|
||||
- commit 7bec2d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 23 10:12:27 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
Move an "almost mainline" patch to "almost mainline" section.
|
||||
- commit 4e4b6b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 21 20:20:08 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2831,6 +3068,12 @@ Fri Aug 21 12:16:12 CEST 2020 - jwiesner@suse.com
|
||||
(bsc#1174771).
|
||||
- commit 1874dbd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 08:39:02 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- drm/virtio: fix unblank (make virtio gpu work again).
|
||||
- commit 42af09b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 19 11:43:13 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -3637,7 +3880,125 @@ Wed Aug 19 08:13:41 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- squashfs: avoid bio_alloc() failure with 1Mbyte blocks
|
||||
(bsc#1175308).
|
||||
- commit 61ee09a
|
||||
- commit 8f3c2bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 01:50:23 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: restore PHYLIB=m in */vanilla
|
||||
As the PHYLIB/ETHTOOL_NETLINK dependency fix is now in 5.9-rc1 tarball,
|
||||
we can apply the changes from commit 4756d9edf730 ("config: restore
|
||||
PHYLIB=m") also to vanilla configs.
|
||||
- commit 4d4447f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 00:47:00 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc1
|
||||
- eliminated 50 patches (39 stable, 11 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- disable (needs update)
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- refresh
|
||||
- patches.rpmify/Add-ksym-provides-tool.patch
|
||||
- patches.suse/acpi_thermal_passive_blacklist.patch
|
||||
- patches.suse/add-product-identifying-information-to-vmcoreinfo.patch
|
||||
- patches.suse/apparmor-compatibility-with-v2.x-net.patch
|
||||
- patches.suse/b43-missing-firmware-info.patch
|
||||
- patches.suse/dm-mpath-no-partitions-feature
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- new config options:
|
||||
- General setup
|
||||
- KERNEL_ZSTD=n
|
||||
- RD_ZSTD=y
|
||||
- File systems
|
||||
- FS_ENCRYPTION_INLINE_CRYPT=y
|
||||
- TMPFS_INODE64=y
|
||||
- Kernel hacking
|
||||
- DEBUG_FORCE_FUNCTION_ALIGN_32B=n
|
||||
- DEBUG_FS_ALLOW_ALL=y
|
||||
- DEBUG_FS_DISALLOW_MOUNT=n
|
||||
- DEBUG_FS_ALLOW_NONE=n
|
||||
- RCU_REF_SCALE_TEST=n
|
||||
- TEST_FPU=n
|
||||
- PCI support
|
||||
- PCI_J721E_HOST=n
|
||||
- PCI_J721E_EP=n
|
||||
- Storage
|
||||
- NVME_TARGET_PASSTHRU=n
|
||||
- SCSI_UFS_CRYPTO=y
|
||||
- BCACHE_ASYNC_REGISTRATION=y
|
||||
- Network device support
|
||||
- MLX5_IPSEC=y
|
||||
- MT7663S=m
|
||||
- WLAN_VENDOR_MICROCHIP=y
|
||||
- RTW88_8821CE=m
|
||||
- Character devices
|
||||
- HW_RANDOM_BA431=m
|
||||
- SERIAL_IMX_EARLYCON=n
|
||||
- Power management
|
||||
- CHARGER_BQ2515X=m
|
||||
- SENSORS_CORSAIR_CPRO=m
|
||||
- THERMAL_NETLINK=y
|
||||
- REGULATOR_PCA9450=m
|
||||
- REGULATOR_QCOM_USB_VBUS=m
|
||||
- REGULATOR_QCOM_LABIBB=m
|
||||
- REGULATOR_FAN53880=m
|
||||
- REGULATOR_SY8827N=m
|
||||
- Multimedia support
|
||||
- VIDEO_RDACM20=m
|
||||
- VIDEO_DW9768=m
|
||||
- VIDEO_MAX9286=m
|
||||
- Graphics support
|
||||
- DRM_AMD_DC_DCN3_0=y
|
||||
- NOUVEAU_DEBUG_PUSH=n
|
||||
- DRM_PANEL_SITRONIX_ST7703=n
|
||||
- Sound card support
|
||||
- SND_HDA_INTEL_HDMI_SILENT_STREAM=y
|
||||
- SND_SOC_MAX98373_SDW=m
|
||||
- USB support
|
||||
- USB_OTG_PRODUCTLIST=n
|
||||
- USB_OTG_DISABLE_EXTERNAL_HUB=n
|
||||
- X86 Platform Specific Device Drivers
|
||||
- INTEL_ATOMISP2_LED=m
|
||||
- Industrial I/O support
|
||||
- SCD30_CORE=n
|
||||
- INV_ICM42600_I2C=n
|
||||
- INV_ICM42600_SPI=n
|
||||
- Misc drivers
|
||||
- SPI_LANTIQ_SSC=n
|
||||
- PINCTRL_EMMITSBURG=m
|
||||
- GPIO_PCA9570=m
|
||||
- IR_TOY=m
|
||||
- CEC_CH7322=m
|
||||
- LEDS_CLASS_MULTICOLOR=m
|
||||
- XILINX_ZYNQMP_DPDMA=m
|
||||
- MLX5_VDPA=n
|
||||
- CLK_HSDK=n
|
||||
- i386
|
||||
- REGULATOR_CROS_EC=m
|
||||
- ppc
|
||||
- PPC_QUEUED_SPINLOCKS=y
|
||||
- s390x
|
||||
- BPF_KPROBE_OVERRIDE=n
|
||||
- FAIL_FUNCTION=n
|
||||
- riscv64
|
||||
- NO_HZ_IDLE=y
|
||||
- VIRT_CPU_ACCOUNTING_GEN=y
|
||||
- JUMP_LABEL=y
|
||||
- STATIC_KEYS_SELFTEST=n
|
||||
- STACKPROTECTOR=y
|
||||
- STACKPROTECTOR_STRONG=y
|
||||
- SND_SOC_MAX98373_I2C=m
|
||||
- DEBUG_KMEMLEAK=n
|
||||
- DEBUG_VM_PGTABLE=n
|
||||
- PROVE_LOCKING=n
|
||||
- LOCK_STAT=n
|
||||
- DEBUG_WW_MUTEX_SLOWPATH=n
|
||||
- DEBUG_LOCK_ALLOC=n
|
||||
- KCOV=n
|
||||
- CONTEXT_TRACKING_FORCE=n
|
||||
- commit 6a30651
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 17 16:31:56 CEST 2020 - tiwai@suse.de
|
||||
@ -12508,7 +12869,7 @@ Wed Feb 26 14:05:58 CET 2020 - mhocko@suse.com
|
||||
Tue Feb 25 11:49:29 CET 2020 - meissner@suse.de
|
||||
|
||||
- sign also s390x kernel images (bsc#1163524)
|
||||
- commit b38b611
|
||||
- commit fd52e6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 11:37:02 CET 2020 - jroedel@suse.de
|
||||
|
@ -17,8 +17,8 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.15
|
||||
%define srcversion 5.9
|
||||
%define patchversion 5.9.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.8.15
|
||||
Version: 5.9.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc680e93
|
||||
Release: <RELEASE>.g8abc535
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
Provides: kernel-srchash-c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
Provides: kernel-%build_flavor-base-srchash-8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
Provides: kernel-srchash-8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
Provides: %name-srchash-8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
@ -925,7 +925,8 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
done
|
||||
|
||||
tar -cf - -T %my_builddir/obj-files | \
|
||||
tar --exclude=\*.ipa-clones --exclude=.config.old --exclude=.kernel-binary.spec.buildenv \
|
||||
-cf - -T %my_builddir/obj-files | \
|
||||
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
|
||||
# bnc#507084
|
||||
find %rpm_install_dir/%cpu_arch_flavor/scripts -type f -perm -111 | \
|
||||
@ -942,10 +943,6 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
|
||||
rm -rf %{buildroot}/lib/firmware
|
||||
if [ %CONFIG_MODULES = y ]; then
|
||||
# file contains number of CPUs, making builds hard to reproduce
|
||||
find %{buildroot}/usr/src/linux-*-obj/ -name .kernel-binary.spec.buildenv -delete
|
||||
fi
|
||||
|
||||
add_dirs_to_filelist() {
|
||||
sed -rn '
|
||||
@ -975,6 +972,9 @@ for file in %buildroot/boot/symtypes* %buildroot/lib/modules/*/{build,source}; d
|
||||
f=${file##%buildroot}
|
||||
echo "$f"
|
||||
done | add_dirs_to_filelist >%my_builddir/kernel-devel.files
|
||||
( cd %buildroot ; find .%obj_install_dir/%cpu_arch_flavor -type f ; ) | \
|
||||
sed -e 's/^[.]//' | grep -v -e '[.]ipa-clones$' -e '/Symbols[.]list$' -e '/ipa-clones[.]list$'| \
|
||||
add_dirs_to_filelist >> %my_builddir/kernel-devel.files
|
||||
|
||||
{ cd %buildroot
|
||||
for f in boot/*; do
|
||||
@ -1186,13 +1186,9 @@ kernel module packages) against the %build_flavor flavor of the kernel.
|
||||
|
||||
%files devel -f kernel-devel.files
|
||||
%defattr(-,root,root)
|
||||
%dir %obj_install_dir
|
||||
%dir %obj_install_dir/%cpu_arch
|
||||
%dir /usr/src/linux-obj
|
||||
%dir /usr/src/linux-obj/%cpu_arch
|
||||
%ghost /usr/src/linux-obj/%cpu_arch_flavor
|
||||
%obj_install_dir/%cpu_arch_flavor
|
||||
%exclude %obj_install_dir/%cpu_arch_flavor/Symbols.list
|
||||
%if %kmp_target_cpu != %cpu_arch
|
||||
%obj_install_dir/%kmp_target_cpu
|
||||
/usr/src/linux-obj/%kmp_target_cpu
|
||||
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch.
|
||||
Update upstream status.
|
||||
- commit 7b40cc9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:42:17 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.9.1 (bsc#1012628).
|
||||
- Bluetooth: MGMT: Fix not checking if BT_HS is enabled
|
||||
(bsc#1012628).
|
||||
- media: usbtv: Fix refcounting mixup (bsc#1012628).
|
||||
- USB: serial: option: add Cellient MPL200 card (bsc#1012628).
|
||||
- USB: serial: option: Add Telit FT980-KS composition
|
||||
(bsc#1012628).
|
||||
- staging: comedi: check validity of wMaxPacketSize of usb
|
||||
endpoints found (bsc#1012628).
|
||||
- USB: serial: pl2303: add device-id for HP GC device
|
||||
(bsc#1012628).
|
||||
- USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART
|
||||
adapters (bsc#1012628).
|
||||
- vt_ioctl: make VT_RESIZEX behave like VT_RESIZE (bsc#1012628).
|
||||
- reiserfs: Initialize inode keys properly (bsc#1012628).
|
||||
- reiserfs: Fix oops during mount (bsc#1012628).
|
||||
- Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"
|
||||
(bsc#1012628).
|
||||
- crypto: bcm - Verify GCM/CCM key length in setkey (bsc#1012628).
|
||||
- crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA
|
||||
(bsc#1012628).
|
||||
- commit b7f511b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 16 09:20:34 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- update patches metadata
|
||||
- update upstream references:
|
||||
patches.suse/Bluetooth-A2MP-Fix-not-initializing-all-members.patch
|
||||
patches.suse/Bluetooth-L2CAP-Fix-calling-sk_filter-on-non-socket-.patch
|
||||
- commit b1f22f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 15 10:09:30 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -17,13 +60,13 @@ Thu Oct 15 08:47:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Bluetooth: A2MP: Fix not initializing all members
|
||||
(CVE-2020-12352 bsc#1177725).
|
||||
- commit c64c556
|
||||
- commit 74ef4a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:33:46 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: CONFIG_PINCTRL_AMD=y for fixing dependency (bsc#1177049)
|
||||
- commit f9a8fb6
|
||||
- commit 233d0fc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:13:19 CEST 2020 - jslaby@suse.cz
|
||||
@ -245,6 +288,38 @@ Wed Oct 14 12:39:26 CEST 2020 - jslaby@suse.cz
|
||||
linux/font.h (bsc#1012628).
|
||||
- commit 1dc82dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 12 00:20:46 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9 final
|
||||
- eliminated 1 patch
|
||||
- patches.suse/bpf-Fix-unresolved-symbol-build-error-with-resolve_b.patch
|
||||
- update configs
|
||||
- MLX5_VDPA=y, MLX5_VDPA_NET=m
|
||||
- restore FB_ARMCLCD (y on armv6hl and armv7hl, n on arm64)
|
||||
- commit 11733e1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 14:01:47 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable DEBUG_INFO_BTF in s390x/zfcpdump
|
||||
Even if the build has been fixed, there is little use for BTF debug
|
||||
information in kernel-zfcpdump so disable it there.
|
||||
- commit e7595e7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 8 21:38:16 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Exclude .config.old from kernel-devel
|
||||
- use tar excludes for .kernel-binary.spec.buildenv
|
||||
- commit 939a79b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 20:02:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Package the obj_install_dir as explicit filelist.
|
||||
- commit 5587762
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 08:23:04 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -404,6 +479,13 @@ Wed Oct 7 08:22:07 CEST 2020 - jslaby@suse.cz
|
||||
you.. (bsc#1012628).
|
||||
- commit e882d6e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 23:19:30 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- rpm/mkspec-dtb: Update for 5.9
|
||||
arch/arm64/boot/dts/al subdir has been renamed to amazon.
|
||||
- commit e450c4d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -411,6 +493,38 @@ Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
SW_TABLET_MODE reporting (bsc#1175599).
|
||||
- commit 5672f81
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:20:10 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.9-rc8
|
||||
- commit 2a6c374
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:07:01 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.9-rc8
|
||||
- commit 52c5e56
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 14:38:26 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.9-rc8
|
||||
- commit bbcb0ce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 06:36:16 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc8
|
||||
- commit f75a311
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 4 22:24:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- bpf: Fix "unresolved symbol" build error with resolve_btfids
|
||||
(http://lkml.kernel.org/r/20200929101737.3ufw36bngkmzppqk@lion.mk-sys.cz).
|
||||
Fixes s390x/zfcpdump build failure.
|
||||
- commit c27d6ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
|
||||
@ -418,6 +532,20 @@ Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
amdgpu_display_crtc_set_config (git-fixes).
|
||||
- commit 08db7a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 14:39:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE also in arm*/* (bsc#1176923)
|
||||
The arm configs (both 64-bit and 32-bit) are currently disabled so that
|
||||
they cannot be updated the usual way. Apply the changes manually.
|
||||
- commit a1b15af
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 10:55:44 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE (bsc#1176923)
|
||||
- commit 9702a5f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -584,6 +712,12 @@ Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit ea492d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 14:35:06 CEST 2020 - ohering@suse.de
|
||||
|
||||
- rpm/constraints.in: recognize also kernel-source-azure (bsc#1176732)
|
||||
- commit 7214bbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -684,6 +818,14 @@ Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 01:08:38 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc7
|
||||
- eliminated 1 patch
|
||||
- patches.suse/dax-Fix-compilation-for-CONFIG_DAX-CONFIG_FS_DAX.patch
|
||||
- commit a5f5f07
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 27 10:02:02 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -897,6 +1039,13 @@ Tue Sep 22 11:36:53 CEST 2020 - msuchanek@suse.de
|
||||
- kernel-syms.spec.in: Also use bz compression (boo#1175882).
|
||||
- commit ecaf78d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 00:29:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX
|
||||
(http://lkml.kernel.org/r/20200921010359.GO3027113@arch-chirva.localdomain).
|
||||
- commit 289d4e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 13:00:19 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -913,6 +1062,14 @@ Mon Sep 21 12:44:24 CEST 2020 - tiwai@suse.de
|
||||
This causes errors on ASoC SOF driver.
|
||||
- commit b7791aa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 07:08:13 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc6
|
||||
- refresh configs
|
||||
- drop VGACON_SOFT_SCROLLBACK and related
|
||||
- commit bf46e69
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 03:15:11 CEST 2020 - glin@suse.com
|
||||
|
||||
@ -1240,6 +1397,15 @@ Thu Sep 17 19:44:40 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 83e873a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 10:21:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc5
|
||||
- eliminated 2 patches
|
||||
patches.suse/drm-virtio-fix-unblank.patch
|
||||
patches.suse/firmware_loader-fix-memory-leak-for-paged-buffer.patch
|
||||
- commit e921ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 12 20:07:52 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1609,13 +1775,31 @@ Mon Sep 7 12:03:50 CEST 2020 - yousaf.kaukab@suse.com
|
||||
|
||||
- coresight: fix offset by one error in counting ports
|
||||
(bsc#1175054).
|
||||
- commit 038472f
|
||||
- commit 1169fee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 10:27:30 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: add CONFIG_GCOV_KENREL=n
|
||||
Define this explicitly as kbuild bot still uses gcc9 for testing
|
||||
- commit 0dcb9bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 09:10:13 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: enable a few missing Intel SOF and SST ASoC entries (bsc#1176200)
|
||||
- commit 87f4d0a
|
||||
- commit 074fdcf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 06:49:28 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc4
|
||||
- eliminated 1 patch
|
||||
- patches.suse/net-packet-fix-overflow-in-tpacket_rcv.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- XEN_UNPOPULATED_ALLOC=y (x86_64 only)
|
||||
- commit 2817e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 09:39:46 CEST 2020 - jslaby@suse.cz
|
||||
@ -2092,6 +2276,23 @@ Fri Sep 4 16:59:40 CEST 2020 - mkubecek@suse.cz
|
||||
bsc#1176069).
|
||||
- commit eba56bd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 07:23:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc3
|
||||
- eliminated 1 patch
|
||||
- patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- PPC_PROT_SAO_LPAR=n (ppc64 and ppc64le)
|
||||
- commit 3cc13d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 30 22:44:37 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: whitespace cleanup
|
||||
- commit efc1fed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 28 19:19:49 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
@ -2104,7 +2305,7 @@ Fri Aug 28 10:13:28 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- fs/cachefiles: Drop superfluous readpages aops NULL check
|
||||
(bsc#1175245).
|
||||
- commit 34111a4
|
||||
- commit e4cd10b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
@ -2139,6 +2340,13 @@ Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
- gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY (bsc#1012628).
|
||||
- commit 4d7a832
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:48:20 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update upstream reference:
|
||||
patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch.
|
||||
- commit 993f7ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 12:50:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2421,6 +2629,19 @@ Tue Aug 25 08:12:56 CEST 2020 - jslaby@suse.cz
|
||||
Add the second bsc reference.
|
||||
- commit fb64fba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 20:02:21 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Revert "HID: usbhid: do not sleep when opening device".
|
||||
- commit 4229f31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 15:02:20 CEST 2020 - wqu@suse.com
|
||||
|
||||
- Refresh
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 31073f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
|
||||
@ -2428,6 +2649,22 @@ Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 74987e4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 06:49:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc2
|
||||
- eliminated 1 patch
|
||||
- patches.suse/squashfs-avoid-bio_alloc-failure-with-1Mbyte-blocks.patch
|
||||
- refresh configs
|
||||
- commit 7bec2d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 23 10:12:27 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
Move an "almost mainline" patch to "almost mainline" section.
|
||||
- commit 4e4b6b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 21 20:20:08 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2831,6 +3068,12 @@ Fri Aug 21 12:16:12 CEST 2020 - jwiesner@suse.com
|
||||
(bsc#1174771).
|
||||
- commit 1874dbd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 08:39:02 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- drm/virtio: fix unblank (make virtio gpu work again).
|
||||
- commit 42af09b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 19 11:43:13 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -3637,7 +3880,125 @@ Wed Aug 19 08:13:41 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- squashfs: avoid bio_alloc() failure with 1Mbyte blocks
|
||||
(bsc#1175308).
|
||||
- commit 61ee09a
|
||||
- commit 8f3c2bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 01:50:23 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: restore PHYLIB=m in */vanilla
|
||||
As the PHYLIB/ETHTOOL_NETLINK dependency fix is now in 5.9-rc1 tarball,
|
||||
we can apply the changes from commit 4756d9edf730 ("config: restore
|
||||
PHYLIB=m") also to vanilla configs.
|
||||
- commit 4d4447f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 00:47:00 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc1
|
||||
- eliminated 50 patches (39 stable, 11 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- disable (needs update)
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- refresh
|
||||
- patches.rpmify/Add-ksym-provides-tool.patch
|
||||
- patches.suse/acpi_thermal_passive_blacklist.patch
|
||||
- patches.suse/add-product-identifying-information-to-vmcoreinfo.patch
|
||||
- patches.suse/apparmor-compatibility-with-v2.x-net.patch
|
||||
- patches.suse/b43-missing-firmware-info.patch
|
||||
- patches.suse/dm-mpath-no-partitions-feature
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- new config options:
|
||||
- General setup
|
||||
- KERNEL_ZSTD=n
|
||||
- RD_ZSTD=y
|
||||
- File systems
|
||||
- FS_ENCRYPTION_INLINE_CRYPT=y
|
||||
- TMPFS_INODE64=y
|
||||
- Kernel hacking
|
||||
- DEBUG_FORCE_FUNCTION_ALIGN_32B=n
|
||||
- DEBUG_FS_ALLOW_ALL=y
|
||||
- DEBUG_FS_DISALLOW_MOUNT=n
|
||||
- DEBUG_FS_ALLOW_NONE=n
|
||||
- RCU_REF_SCALE_TEST=n
|
||||
- TEST_FPU=n
|
||||
- PCI support
|
||||
- PCI_J721E_HOST=n
|
||||
- PCI_J721E_EP=n
|
||||
- Storage
|
||||
- NVME_TARGET_PASSTHRU=n
|
||||
- SCSI_UFS_CRYPTO=y
|
||||
- BCACHE_ASYNC_REGISTRATION=y
|
||||
- Network device support
|
||||
- MLX5_IPSEC=y
|
||||
- MT7663S=m
|
||||
- WLAN_VENDOR_MICROCHIP=y
|
||||
- RTW88_8821CE=m
|
||||
- Character devices
|
||||
- HW_RANDOM_BA431=m
|
||||
- SERIAL_IMX_EARLYCON=n
|
||||
- Power management
|
||||
- CHARGER_BQ2515X=m
|
||||
- SENSORS_CORSAIR_CPRO=m
|
||||
- THERMAL_NETLINK=y
|
||||
- REGULATOR_PCA9450=m
|
||||
- REGULATOR_QCOM_USB_VBUS=m
|
||||
- REGULATOR_QCOM_LABIBB=m
|
||||
- REGULATOR_FAN53880=m
|
||||
- REGULATOR_SY8827N=m
|
||||
- Multimedia support
|
||||
- VIDEO_RDACM20=m
|
||||
- VIDEO_DW9768=m
|
||||
- VIDEO_MAX9286=m
|
||||
- Graphics support
|
||||
- DRM_AMD_DC_DCN3_0=y
|
||||
- NOUVEAU_DEBUG_PUSH=n
|
||||
- DRM_PANEL_SITRONIX_ST7703=n
|
||||
- Sound card support
|
||||
- SND_HDA_INTEL_HDMI_SILENT_STREAM=y
|
||||
- SND_SOC_MAX98373_SDW=m
|
||||
- USB support
|
||||
- USB_OTG_PRODUCTLIST=n
|
||||
- USB_OTG_DISABLE_EXTERNAL_HUB=n
|
||||
- X86 Platform Specific Device Drivers
|
||||
- INTEL_ATOMISP2_LED=m
|
||||
- Industrial I/O support
|
||||
- SCD30_CORE=n
|
||||
- INV_ICM42600_I2C=n
|
||||
- INV_ICM42600_SPI=n
|
||||
- Misc drivers
|
||||
- SPI_LANTIQ_SSC=n
|
||||
- PINCTRL_EMMITSBURG=m
|
||||
- GPIO_PCA9570=m
|
||||
- IR_TOY=m
|
||||
- CEC_CH7322=m
|
||||
- LEDS_CLASS_MULTICOLOR=m
|
||||
- XILINX_ZYNQMP_DPDMA=m
|
||||
- MLX5_VDPA=n
|
||||
- CLK_HSDK=n
|
||||
- i386
|
||||
- REGULATOR_CROS_EC=m
|
||||
- ppc
|
||||
- PPC_QUEUED_SPINLOCKS=y
|
||||
- s390x
|
||||
- BPF_KPROBE_OVERRIDE=n
|
||||
- FAIL_FUNCTION=n
|
||||
- riscv64
|
||||
- NO_HZ_IDLE=y
|
||||
- VIRT_CPU_ACCOUNTING_GEN=y
|
||||
- JUMP_LABEL=y
|
||||
- STATIC_KEYS_SELFTEST=n
|
||||
- STACKPROTECTOR=y
|
||||
- STACKPROTECTOR_STRONG=y
|
||||
- SND_SOC_MAX98373_I2C=m
|
||||
- DEBUG_KMEMLEAK=n
|
||||
- DEBUG_VM_PGTABLE=n
|
||||
- PROVE_LOCKING=n
|
||||
- LOCK_STAT=n
|
||||
- DEBUG_WW_MUTEX_SLOWPATH=n
|
||||
- DEBUG_LOCK_ALLOC=n
|
||||
- KCOV=n
|
||||
- CONTEXT_TRACKING_FORCE=n
|
||||
- commit 6a30651
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 17 16:31:56 CEST 2020 - tiwai@suse.de
|
||||
@ -12508,7 +12869,7 @@ Wed Feb 26 14:05:58 CET 2020 - mhocko@suse.com
|
||||
Tue Feb 25 11:49:29 CET 2020 - meissner@suse.de
|
||||
|
||||
- sign also s390x kernel images (bsc#1163524)
|
||||
- commit b38b611
|
||||
- commit fd52e6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 11:37:02 CET 2020 - jroedel@suse.de
|
||||
|
@ -17,8 +17,8 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.15
|
||||
%define srcversion 5.9
|
||||
%define patchversion 5.9.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.8.15
|
||||
Version: 5.9.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc680e93
|
||||
Release: <RELEASE>.g8abc535
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
Provides: kernel-srchash-c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
Provides: kernel-%build_flavor-base-srchash-8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
Provides: kernel-srchash-8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
Provides: %name-srchash-8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
@ -968,7 +968,8 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
done
|
||||
|
||||
tar -cf - -T %my_builddir/obj-files | \
|
||||
tar --exclude=\*.ipa-clones --exclude=.config.old --exclude=.kernel-binary.spec.buildenv \
|
||||
-cf - -T %my_builddir/obj-files | \
|
||||
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
|
||||
# bnc#507084
|
||||
find %rpm_install_dir/%cpu_arch_flavor/scripts -type f -perm -111 | \
|
||||
@ -985,10 +986,6 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
|
||||
rm -rf %{buildroot}/lib/firmware
|
||||
if [ %CONFIG_MODULES = y ]; then
|
||||
# file contains number of CPUs, making builds hard to reproduce
|
||||
find %{buildroot}/usr/src/linux-*-obj/ -name .kernel-binary.spec.buildenv -delete
|
||||
fi
|
||||
|
||||
add_dirs_to_filelist() {
|
||||
sed -rn '
|
||||
@ -1018,6 +1015,9 @@ for file in %buildroot/boot/symtypes* %buildroot/lib/modules/*/{build,source}; d
|
||||
f=${file##%buildroot}
|
||||
echo "$f"
|
||||
done | add_dirs_to_filelist >%my_builddir/kernel-devel.files
|
||||
( cd %buildroot ; find .%obj_install_dir/%cpu_arch_flavor -type f ; ) | \
|
||||
sed -e 's/^[.]//' | grep -v -e '[.]ipa-clones$' -e '/Symbols[.]list$' -e '/ipa-clones[.]list$'| \
|
||||
add_dirs_to_filelist >> %my_builddir/kernel-devel.files
|
||||
|
||||
{ cd %buildroot
|
||||
for f in boot/*; do
|
||||
@ -1268,13 +1268,9 @@ kernel module packages) against the %build_flavor flavor of the kernel.
|
||||
|
||||
%files devel -f kernel-devel.files
|
||||
%defattr(-,root,root)
|
||||
%dir %obj_install_dir
|
||||
%dir %obj_install_dir/%cpu_arch
|
||||
%dir /usr/src/linux-obj
|
||||
%dir /usr/src/linux-obj/%cpu_arch
|
||||
%ghost /usr/src/linux-obj/%cpu_arch_flavor
|
||||
%obj_install_dir/%cpu_arch_flavor
|
||||
%exclude %obj_install_dir/%cpu_arch_flavor/Symbols.list
|
||||
%if %kmp_target_cpu != %cpu_arch
|
||||
%obj_install_dir/%kmp_target_cpu
|
||||
/usr/src/linux-obj/%kmp_target_cpu
|
||||
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch.
|
||||
Update upstream status.
|
||||
- commit 7b40cc9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:42:17 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.9.1 (bsc#1012628).
|
||||
- Bluetooth: MGMT: Fix not checking if BT_HS is enabled
|
||||
(bsc#1012628).
|
||||
- media: usbtv: Fix refcounting mixup (bsc#1012628).
|
||||
- USB: serial: option: add Cellient MPL200 card (bsc#1012628).
|
||||
- USB: serial: option: Add Telit FT980-KS composition
|
||||
(bsc#1012628).
|
||||
- staging: comedi: check validity of wMaxPacketSize of usb
|
||||
endpoints found (bsc#1012628).
|
||||
- USB: serial: pl2303: add device-id for HP GC device
|
||||
(bsc#1012628).
|
||||
- USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART
|
||||
adapters (bsc#1012628).
|
||||
- vt_ioctl: make VT_RESIZEX behave like VT_RESIZE (bsc#1012628).
|
||||
- reiserfs: Initialize inode keys properly (bsc#1012628).
|
||||
- reiserfs: Fix oops during mount (bsc#1012628).
|
||||
- Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"
|
||||
(bsc#1012628).
|
||||
- crypto: bcm - Verify GCM/CCM key length in setkey (bsc#1012628).
|
||||
- crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA
|
||||
(bsc#1012628).
|
||||
- commit b7f511b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 16 09:20:34 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- update patches metadata
|
||||
- update upstream references:
|
||||
patches.suse/Bluetooth-A2MP-Fix-not-initializing-all-members.patch
|
||||
patches.suse/Bluetooth-L2CAP-Fix-calling-sk_filter-on-non-socket-.patch
|
||||
- commit b1f22f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 15 10:09:30 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -17,13 +60,13 @@ Thu Oct 15 08:47:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Bluetooth: A2MP: Fix not initializing all members
|
||||
(CVE-2020-12352 bsc#1177725).
|
||||
- commit c64c556
|
||||
- commit 74ef4a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:33:46 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: CONFIG_PINCTRL_AMD=y for fixing dependency (bsc#1177049)
|
||||
- commit f9a8fb6
|
||||
- commit 233d0fc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:13:19 CEST 2020 - jslaby@suse.cz
|
||||
@ -245,6 +288,38 @@ Wed Oct 14 12:39:26 CEST 2020 - jslaby@suse.cz
|
||||
linux/font.h (bsc#1012628).
|
||||
- commit 1dc82dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 12 00:20:46 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9 final
|
||||
- eliminated 1 patch
|
||||
- patches.suse/bpf-Fix-unresolved-symbol-build-error-with-resolve_b.patch
|
||||
- update configs
|
||||
- MLX5_VDPA=y, MLX5_VDPA_NET=m
|
||||
- restore FB_ARMCLCD (y on armv6hl and armv7hl, n on arm64)
|
||||
- commit 11733e1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 14:01:47 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable DEBUG_INFO_BTF in s390x/zfcpdump
|
||||
Even if the build has been fixed, there is little use for BTF debug
|
||||
information in kernel-zfcpdump so disable it there.
|
||||
- commit e7595e7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 8 21:38:16 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Exclude .config.old from kernel-devel
|
||||
- use tar excludes for .kernel-binary.spec.buildenv
|
||||
- commit 939a79b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 20:02:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Package the obj_install_dir as explicit filelist.
|
||||
- commit 5587762
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 08:23:04 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -404,6 +479,13 @@ Wed Oct 7 08:22:07 CEST 2020 - jslaby@suse.cz
|
||||
you.. (bsc#1012628).
|
||||
- commit e882d6e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 23:19:30 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- rpm/mkspec-dtb: Update for 5.9
|
||||
arch/arm64/boot/dts/al subdir has been renamed to amazon.
|
||||
- commit e450c4d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -411,6 +493,38 @@ Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
SW_TABLET_MODE reporting (bsc#1175599).
|
||||
- commit 5672f81
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:20:10 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.9-rc8
|
||||
- commit 2a6c374
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:07:01 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.9-rc8
|
||||
- commit 52c5e56
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 14:38:26 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.9-rc8
|
||||
- commit bbcb0ce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 06:36:16 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc8
|
||||
- commit f75a311
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 4 22:24:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- bpf: Fix "unresolved symbol" build error with resolve_btfids
|
||||
(http://lkml.kernel.org/r/20200929101737.3ufw36bngkmzppqk@lion.mk-sys.cz).
|
||||
Fixes s390x/zfcpdump build failure.
|
||||
- commit c27d6ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
|
||||
@ -418,6 +532,20 @@ Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
amdgpu_display_crtc_set_config (git-fixes).
|
||||
- commit 08db7a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 14:39:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE also in arm*/* (bsc#1176923)
|
||||
The arm configs (both 64-bit and 32-bit) are currently disabled so that
|
||||
they cannot be updated the usual way. Apply the changes manually.
|
||||
- commit a1b15af
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 10:55:44 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE (bsc#1176923)
|
||||
- commit 9702a5f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -584,6 +712,12 @@ Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit ea492d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 14:35:06 CEST 2020 - ohering@suse.de
|
||||
|
||||
- rpm/constraints.in: recognize also kernel-source-azure (bsc#1176732)
|
||||
- commit 7214bbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -684,6 +818,14 @@ Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 01:08:38 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc7
|
||||
- eliminated 1 patch
|
||||
- patches.suse/dax-Fix-compilation-for-CONFIG_DAX-CONFIG_FS_DAX.patch
|
||||
- commit a5f5f07
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 27 10:02:02 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -897,6 +1039,13 @@ Tue Sep 22 11:36:53 CEST 2020 - msuchanek@suse.de
|
||||
- kernel-syms.spec.in: Also use bz compression (boo#1175882).
|
||||
- commit ecaf78d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 00:29:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX
|
||||
(http://lkml.kernel.org/r/20200921010359.GO3027113@arch-chirva.localdomain).
|
||||
- commit 289d4e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 13:00:19 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -913,6 +1062,14 @@ Mon Sep 21 12:44:24 CEST 2020 - tiwai@suse.de
|
||||
This causes errors on ASoC SOF driver.
|
||||
- commit b7791aa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 07:08:13 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc6
|
||||
- refresh configs
|
||||
- drop VGACON_SOFT_SCROLLBACK and related
|
||||
- commit bf46e69
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 03:15:11 CEST 2020 - glin@suse.com
|
||||
|
||||
@ -1240,6 +1397,15 @@ Thu Sep 17 19:44:40 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 83e873a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 10:21:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc5
|
||||
- eliminated 2 patches
|
||||
patches.suse/drm-virtio-fix-unblank.patch
|
||||
patches.suse/firmware_loader-fix-memory-leak-for-paged-buffer.patch
|
||||
- commit e921ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 12 20:07:52 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1609,13 +1775,31 @@ Mon Sep 7 12:03:50 CEST 2020 - yousaf.kaukab@suse.com
|
||||
|
||||
- coresight: fix offset by one error in counting ports
|
||||
(bsc#1175054).
|
||||
- commit 038472f
|
||||
- commit 1169fee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 10:27:30 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: add CONFIG_GCOV_KENREL=n
|
||||
Define this explicitly as kbuild bot still uses gcc9 for testing
|
||||
- commit 0dcb9bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 09:10:13 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: enable a few missing Intel SOF and SST ASoC entries (bsc#1176200)
|
||||
- commit 87f4d0a
|
||||
- commit 074fdcf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 06:49:28 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc4
|
||||
- eliminated 1 patch
|
||||
- patches.suse/net-packet-fix-overflow-in-tpacket_rcv.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- XEN_UNPOPULATED_ALLOC=y (x86_64 only)
|
||||
- commit 2817e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 09:39:46 CEST 2020 - jslaby@suse.cz
|
||||
@ -2092,6 +2276,23 @@ Fri Sep 4 16:59:40 CEST 2020 - mkubecek@suse.cz
|
||||
bsc#1176069).
|
||||
- commit eba56bd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 07:23:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc3
|
||||
- eliminated 1 patch
|
||||
- patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- PPC_PROT_SAO_LPAR=n (ppc64 and ppc64le)
|
||||
- commit 3cc13d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 30 22:44:37 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: whitespace cleanup
|
||||
- commit efc1fed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 28 19:19:49 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
@ -2104,7 +2305,7 @@ Fri Aug 28 10:13:28 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- fs/cachefiles: Drop superfluous readpages aops NULL check
|
||||
(bsc#1175245).
|
||||
- commit 34111a4
|
||||
- commit e4cd10b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
@ -2139,6 +2340,13 @@ Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
- gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY (bsc#1012628).
|
||||
- commit 4d7a832
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:48:20 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update upstream reference:
|
||||
patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch.
|
||||
- commit 993f7ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 12:50:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2421,6 +2629,19 @@ Tue Aug 25 08:12:56 CEST 2020 - jslaby@suse.cz
|
||||
Add the second bsc reference.
|
||||
- commit fb64fba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 20:02:21 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Revert "HID: usbhid: do not sleep when opening device".
|
||||
- commit 4229f31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 15:02:20 CEST 2020 - wqu@suse.com
|
||||
|
||||
- Refresh
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 31073f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
|
||||
@ -2428,6 +2649,22 @@ Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 74987e4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 06:49:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc2
|
||||
- eliminated 1 patch
|
||||
- patches.suse/squashfs-avoid-bio_alloc-failure-with-1Mbyte-blocks.patch
|
||||
- refresh configs
|
||||
- commit 7bec2d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 23 10:12:27 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
Move an "almost mainline" patch to "almost mainline" section.
|
||||
- commit 4e4b6b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 21 20:20:08 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2831,6 +3068,12 @@ Fri Aug 21 12:16:12 CEST 2020 - jwiesner@suse.com
|
||||
(bsc#1174771).
|
||||
- commit 1874dbd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 08:39:02 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- drm/virtio: fix unblank (make virtio gpu work again).
|
||||
- commit 42af09b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 19 11:43:13 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -3637,7 +3880,125 @@ Wed Aug 19 08:13:41 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- squashfs: avoid bio_alloc() failure with 1Mbyte blocks
|
||||
(bsc#1175308).
|
||||
- commit 61ee09a
|
||||
- commit 8f3c2bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 01:50:23 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: restore PHYLIB=m in */vanilla
|
||||
As the PHYLIB/ETHTOOL_NETLINK dependency fix is now in 5.9-rc1 tarball,
|
||||
we can apply the changes from commit 4756d9edf730 ("config: restore
|
||||
PHYLIB=m") also to vanilla configs.
|
||||
- commit 4d4447f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 00:47:00 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc1
|
||||
- eliminated 50 patches (39 stable, 11 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- disable (needs update)
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- refresh
|
||||
- patches.rpmify/Add-ksym-provides-tool.patch
|
||||
- patches.suse/acpi_thermal_passive_blacklist.patch
|
||||
- patches.suse/add-product-identifying-information-to-vmcoreinfo.patch
|
||||
- patches.suse/apparmor-compatibility-with-v2.x-net.patch
|
||||
- patches.suse/b43-missing-firmware-info.patch
|
||||
- patches.suse/dm-mpath-no-partitions-feature
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- new config options:
|
||||
- General setup
|
||||
- KERNEL_ZSTD=n
|
||||
- RD_ZSTD=y
|
||||
- File systems
|
||||
- FS_ENCRYPTION_INLINE_CRYPT=y
|
||||
- TMPFS_INODE64=y
|
||||
- Kernel hacking
|
||||
- DEBUG_FORCE_FUNCTION_ALIGN_32B=n
|
||||
- DEBUG_FS_ALLOW_ALL=y
|
||||
- DEBUG_FS_DISALLOW_MOUNT=n
|
||||
- DEBUG_FS_ALLOW_NONE=n
|
||||
- RCU_REF_SCALE_TEST=n
|
||||
- TEST_FPU=n
|
||||
- PCI support
|
||||
- PCI_J721E_HOST=n
|
||||
- PCI_J721E_EP=n
|
||||
- Storage
|
||||
- NVME_TARGET_PASSTHRU=n
|
||||
- SCSI_UFS_CRYPTO=y
|
||||
- BCACHE_ASYNC_REGISTRATION=y
|
||||
- Network device support
|
||||
- MLX5_IPSEC=y
|
||||
- MT7663S=m
|
||||
- WLAN_VENDOR_MICROCHIP=y
|
||||
- RTW88_8821CE=m
|
||||
- Character devices
|
||||
- HW_RANDOM_BA431=m
|
||||
- SERIAL_IMX_EARLYCON=n
|
||||
- Power management
|
||||
- CHARGER_BQ2515X=m
|
||||
- SENSORS_CORSAIR_CPRO=m
|
||||
- THERMAL_NETLINK=y
|
||||
- REGULATOR_PCA9450=m
|
||||
- REGULATOR_QCOM_USB_VBUS=m
|
||||
- REGULATOR_QCOM_LABIBB=m
|
||||
- REGULATOR_FAN53880=m
|
||||
- REGULATOR_SY8827N=m
|
||||
- Multimedia support
|
||||
- VIDEO_RDACM20=m
|
||||
- VIDEO_DW9768=m
|
||||
- VIDEO_MAX9286=m
|
||||
- Graphics support
|
||||
- DRM_AMD_DC_DCN3_0=y
|
||||
- NOUVEAU_DEBUG_PUSH=n
|
||||
- DRM_PANEL_SITRONIX_ST7703=n
|
||||
- Sound card support
|
||||
- SND_HDA_INTEL_HDMI_SILENT_STREAM=y
|
||||
- SND_SOC_MAX98373_SDW=m
|
||||
- USB support
|
||||
- USB_OTG_PRODUCTLIST=n
|
||||
- USB_OTG_DISABLE_EXTERNAL_HUB=n
|
||||
- X86 Platform Specific Device Drivers
|
||||
- INTEL_ATOMISP2_LED=m
|
||||
- Industrial I/O support
|
||||
- SCD30_CORE=n
|
||||
- INV_ICM42600_I2C=n
|
||||
- INV_ICM42600_SPI=n
|
||||
- Misc drivers
|
||||
- SPI_LANTIQ_SSC=n
|
||||
- PINCTRL_EMMITSBURG=m
|
||||
- GPIO_PCA9570=m
|
||||
- IR_TOY=m
|
||||
- CEC_CH7322=m
|
||||
- LEDS_CLASS_MULTICOLOR=m
|
||||
- XILINX_ZYNQMP_DPDMA=m
|
||||
- MLX5_VDPA=n
|
||||
- CLK_HSDK=n
|
||||
- i386
|
||||
- REGULATOR_CROS_EC=m
|
||||
- ppc
|
||||
- PPC_QUEUED_SPINLOCKS=y
|
||||
- s390x
|
||||
- BPF_KPROBE_OVERRIDE=n
|
||||
- FAIL_FUNCTION=n
|
||||
- riscv64
|
||||
- NO_HZ_IDLE=y
|
||||
- VIRT_CPU_ACCOUNTING_GEN=y
|
||||
- JUMP_LABEL=y
|
||||
- STATIC_KEYS_SELFTEST=n
|
||||
- STACKPROTECTOR=y
|
||||
- STACKPROTECTOR_STRONG=y
|
||||
- SND_SOC_MAX98373_I2C=m
|
||||
- DEBUG_KMEMLEAK=n
|
||||
- DEBUG_VM_PGTABLE=n
|
||||
- PROVE_LOCKING=n
|
||||
- LOCK_STAT=n
|
||||
- DEBUG_WW_MUTEX_SLOWPATH=n
|
||||
- DEBUG_LOCK_ALLOC=n
|
||||
- KCOV=n
|
||||
- CONTEXT_TRACKING_FORCE=n
|
||||
- commit 6a30651
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 17 16:31:56 CEST 2020 - tiwai@suse.de
|
||||
@ -12508,7 +12869,7 @@ Wed Feb 26 14:05:58 CET 2020 - mhocko@suse.com
|
||||
Tue Feb 25 11:49:29 CET 2020 - meissner@suse.de
|
||||
|
||||
- sign also s390x kernel images (bsc#1163524)
|
||||
- commit b38b611
|
||||
- commit fd52e6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 11:37:02 CET 2020 - jroedel@suse.de
|
||||
|
@ -16,8 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.15
|
||||
%define srcversion 5.9
|
||||
%define patchversion 5.9.1
|
||||
%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.8.15
|
||||
Version: 5.9.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc680e93
|
||||
Release: <RELEASE>.g8abc535
|
||||
%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-c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
Provides: %name-srchash-8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch.
|
||||
Update upstream status.
|
||||
- commit 7b40cc9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:42:17 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.9.1 (bsc#1012628).
|
||||
- Bluetooth: MGMT: Fix not checking if BT_HS is enabled
|
||||
(bsc#1012628).
|
||||
- media: usbtv: Fix refcounting mixup (bsc#1012628).
|
||||
- USB: serial: option: add Cellient MPL200 card (bsc#1012628).
|
||||
- USB: serial: option: Add Telit FT980-KS composition
|
||||
(bsc#1012628).
|
||||
- staging: comedi: check validity of wMaxPacketSize of usb
|
||||
endpoints found (bsc#1012628).
|
||||
- USB: serial: pl2303: add device-id for HP GC device
|
||||
(bsc#1012628).
|
||||
- USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART
|
||||
adapters (bsc#1012628).
|
||||
- vt_ioctl: make VT_RESIZEX behave like VT_RESIZE (bsc#1012628).
|
||||
- reiserfs: Initialize inode keys properly (bsc#1012628).
|
||||
- reiserfs: Fix oops during mount (bsc#1012628).
|
||||
- Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"
|
||||
(bsc#1012628).
|
||||
- crypto: bcm - Verify GCM/CCM key length in setkey (bsc#1012628).
|
||||
- crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA
|
||||
(bsc#1012628).
|
||||
- commit b7f511b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 16 09:20:34 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- update patches metadata
|
||||
- update upstream references:
|
||||
patches.suse/Bluetooth-A2MP-Fix-not-initializing-all-members.patch
|
||||
patches.suse/Bluetooth-L2CAP-Fix-calling-sk_filter-on-non-socket-.patch
|
||||
- commit b1f22f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 15 10:09:30 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -17,13 +60,13 @@ Thu Oct 15 08:47:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Bluetooth: A2MP: Fix not initializing all members
|
||||
(CVE-2020-12352 bsc#1177725).
|
||||
- commit c64c556
|
||||
- commit 74ef4a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:33:46 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: CONFIG_PINCTRL_AMD=y for fixing dependency (bsc#1177049)
|
||||
- commit f9a8fb6
|
||||
- commit 233d0fc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:13:19 CEST 2020 - jslaby@suse.cz
|
||||
@ -245,6 +288,38 @@ Wed Oct 14 12:39:26 CEST 2020 - jslaby@suse.cz
|
||||
linux/font.h (bsc#1012628).
|
||||
- commit 1dc82dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 12 00:20:46 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9 final
|
||||
- eliminated 1 patch
|
||||
- patches.suse/bpf-Fix-unresolved-symbol-build-error-with-resolve_b.patch
|
||||
- update configs
|
||||
- MLX5_VDPA=y, MLX5_VDPA_NET=m
|
||||
- restore FB_ARMCLCD (y on armv6hl and armv7hl, n on arm64)
|
||||
- commit 11733e1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 14:01:47 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable DEBUG_INFO_BTF in s390x/zfcpdump
|
||||
Even if the build has been fixed, there is little use for BTF debug
|
||||
information in kernel-zfcpdump so disable it there.
|
||||
- commit e7595e7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 8 21:38:16 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Exclude .config.old from kernel-devel
|
||||
- use tar excludes for .kernel-binary.spec.buildenv
|
||||
- commit 939a79b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 20:02:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Package the obj_install_dir as explicit filelist.
|
||||
- commit 5587762
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 08:23:04 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -404,6 +479,13 @@ Wed Oct 7 08:22:07 CEST 2020 - jslaby@suse.cz
|
||||
you.. (bsc#1012628).
|
||||
- commit e882d6e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 23:19:30 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- rpm/mkspec-dtb: Update for 5.9
|
||||
arch/arm64/boot/dts/al subdir has been renamed to amazon.
|
||||
- commit e450c4d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -411,6 +493,38 @@ Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
SW_TABLET_MODE reporting (bsc#1175599).
|
||||
- commit 5672f81
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:20:10 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.9-rc8
|
||||
- commit 2a6c374
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:07:01 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.9-rc8
|
||||
- commit 52c5e56
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 14:38:26 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.9-rc8
|
||||
- commit bbcb0ce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 06:36:16 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc8
|
||||
- commit f75a311
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 4 22:24:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- bpf: Fix "unresolved symbol" build error with resolve_btfids
|
||||
(http://lkml.kernel.org/r/20200929101737.3ufw36bngkmzppqk@lion.mk-sys.cz).
|
||||
Fixes s390x/zfcpdump build failure.
|
||||
- commit c27d6ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
|
||||
@ -418,6 +532,20 @@ Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
amdgpu_display_crtc_set_config (git-fixes).
|
||||
- commit 08db7a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 14:39:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE also in arm*/* (bsc#1176923)
|
||||
The arm configs (both 64-bit and 32-bit) are currently disabled so that
|
||||
they cannot be updated the usual way. Apply the changes manually.
|
||||
- commit a1b15af
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 10:55:44 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE (bsc#1176923)
|
||||
- commit 9702a5f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -584,6 +712,12 @@ Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit ea492d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 14:35:06 CEST 2020 - ohering@suse.de
|
||||
|
||||
- rpm/constraints.in: recognize also kernel-source-azure (bsc#1176732)
|
||||
- commit 7214bbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -684,6 +818,14 @@ Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 01:08:38 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc7
|
||||
- eliminated 1 patch
|
||||
- patches.suse/dax-Fix-compilation-for-CONFIG_DAX-CONFIG_FS_DAX.patch
|
||||
- commit a5f5f07
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 27 10:02:02 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -897,6 +1039,13 @@ Tue Sep 22 11:36:53 CEST 2020 - msuchanek@suse.de
|
||||
- kernel-syms.spec.in: Also use bz compression (boo#1175882).
|
||||
- commit ecaf78d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 00:29:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX
|
||||
(http://lkml.kernel.org/r/20200921010359.GO3027113@arch-chirva.localdomain).
|
||||
- commit 289d4e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 13:00:19 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -913,6 +1062,14 @@ Mon Sep 21 12:44:24 CEST 2020 - tiwai@suse.de
|
||||
This causes errors on ASoC SOF driver.
|
||||
- commit b7791aa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 07:08:13 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc6
|
||||
- refresh configs
|
||||
- drop VGACON_SOFT_SCROLLBACK and related
|
||||
- commit bf46e69
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 03:15:11 CEST 2020 - glin@suse.com
|
||||
|
||||
@ -1240,6 +1397,15 @@ Thu Sep 17 19:44:40 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 83e873a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 10:21:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc5
|
||||
- eliminated 2 patches
|
||||
patches.suse/drm-virtio-fix-unblank.patch
|
||||
patches.suse/firmware_loader-fix-memory-leak-for-paged-buffer.patch
|
||||
- commit e921ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 12 20:07:52 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1609,13 +1775,31 @@ Mon Sep 7 12:03:50 CEST 2020 - yousaf.kaukab@suse.com
|
||||
|
||||
- coresight: fix offset by one error in counting ports
|
||||
(bsc#1175054).
|
||||
- commit 038472f
|
||||
- commit 1169fee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 10:27:30 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: add CONFIG_GCOV_KENREL=n
|
||||
Define this explicitly as kbuild bot still uses gcc9 for testing
|
||||
- commit 0dcb9bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 09:10:13 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: enable a few missing Intel SOF and SST ASoC entries (bsc#1176200)
|
||||
- commit 87f4d0a
|
||||
- commit 074fdcf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 06:49:28 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc4
|
||||
- eliminated 1 patch
|
||||
- patches.suse/net-packet-fix-overflow-in-tpacket_rcv.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- XEN_UNPOPULATED_ALLOC=y (x86_64 only)
|
||||
- commit 2817e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 09:39:46 CEST 2020 - jslaby@suse.cz
|
||||
@ -2092,6 +2276,23 @@ Fri Sep 4 16:59:40 CEST 2020 - mkubecek@suse.cz
|
||||
bsc#1176069).
|
||||
- commit eba56bd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 07:23:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc3
|
||||
- eliminated 1 patch
|
||||
- patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- PPC_PROT_SAO_LPAR=n (ppc64 and ppc64le)
|
||||
- commit 3cc13d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 30 22:44:37 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: whitespace cleanup
|
||||
- commit efc1fed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 28 19:19:49 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
@ -2104,7 +2305,7 @@ Fri Aug 28 10:13:28 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- fs/cachefiles: Drop superfluous readpages aops NULL check
|
||||
(bsc#1175245).
|
||||
- commit 34111a4
|
||||
- commit e4cd10b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
@ -2139,6 +2340,13 @@ Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
- gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY (bsc#1012628).
|
||||
- commit 4d7a832
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:48:20 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update upstream reference:
|
||||
patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch.
|
||||
- commit 993f7ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 12:50:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2421,6 +2629,19 @@ Tue Aug 25 08:12:56 CEST 2020 - jslaby@suse.cz
|
||||
Add the second bsc reference.
|
||||
- commit fb64fba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 20:02:21 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Revert "HID: usbhid: do not sleep when opening device".
|
||||
- commit 4229f31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 15:02:20 CEST 2020 - wqu@suse.com
|
||||
|
||||
- Refresh
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 31073f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
|
||||
@ -2428,6 +2649,22 @@ Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 74987e4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 06:49:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc2
|
||||
- eliminated 1 patch
|
||||
- patches.suse/squashfs-avoid-bio_alloc-failure-with-1Mbyte-blocks.patch
|
||||
- refresh configs
|
||||
- commit 7bec2d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 23 10:12:27 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
Move an "almost mainline" patch to "almost mainline" section.
|
||||
- commit 4e4b6b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 21 20:20:08 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2831,6 +3068,12 @@ Fri Aug 21 12:16:12 CEST 2020 - jwiesner@suse.com
|
||||
(bsc#1174771).
|
||||
- commit 1874dbd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 08:39:02 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- drm/virtio: fix unblank (make virtio gpu work again).
|
||||
- commit 42af09b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 19 11:43:13 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -3637,7 +3880,125 @@ Wed Aug 19 08:13:41 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- squashfs: avoid bio_alloc() failure with 1Mbyte blocks
|
||||
(bsc#1175308).
|
||||
- commit 61ee09a
|
||||
- commit 8f3c2bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 01:50:23 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: restore PHYLIB=m in */vanilla
|
||||
As the PHYLIB/ETHTOOL_NETLINK dependency fix is now in 5.9-rc1 tarball,
|
||||
we can apply the changes from commit 4756d9edf730 ("config: restore
|
||||
PHYLIB=m") also to vanilla configs.
|
||||
- commit 4d4447f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 00:47:00 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc1
|
||||
- eliminated 50 patches (39 stable, 11 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- disable (needs update)
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- refresh
|
||||
- patches.rpmify/Add-ksym-provides-tool.patch
|
||||
- patches.suse/acpi_thermal_passive_blacklist.patch
|
||||
- patches.suse/add-product-identifying-information-to-vmcoreinfo.patch
|
||||
- patches.suse/apparmor-compatibility-with-v2.x-net.patch
|
||||
- patches.suse/b43-missing-firmware-info.patch
|
||||
- patches.suse/dm-mpath-no-partitions-feature
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- new config options:
|
||||
- General setup
|
||||
- KERNEL_ZSTD=n
|
||||
- RD_ZSTD=y
|
||||
- File systems
|
||||
- FS_ENCRYPTION_INLINE_CRYPT=y
|
||||
- TMPFS_INODE64=y
|
||||
- Kernel hacking
|
||||
- DEBUG_FORCE_FUNCTION_ALIGN_32B=n
|
||||
- DEBUG_FS_ALLOW_ALL=y
|
||||
- DEBUG_FS_DISALLOW_MOUNT=n
|
||||
- DEBUG_FS_ALLOW_NONE=n
|
||||
- RCU_REF_SCALE_TEST=n
|
||||
- TEST_FPU=n
|
||||
- PCI support
|
||||
- PCI_J721E_HOST=n
|
||||
- PCI_J721E_EP=n
|
||||
- Storage
|
||||
- NVME_TARGET_PASSTHRU=n
|
||||
- SCSI_UFS_CRYPTO=y
|
||||
- BCACHE_ASYNC_REGISTRATION=y
|
||||
- Network device support
|
||||
- MLX5_IPSEC=y
|
||||
- MT7663S=m
|
||||
- WLAN_VENDOR_MICROCHIP=y
|
||||
- RTW88_8821CE=m
|
||||
- Character devices
|
||||
- HW_RANDOM_BA431=m
|
||||
- SERIAL_IMX_EARLYCON=n
|
||||
- Power management
|
||||
- CHARGER_BQ2515X=m
|
||||
- SENSORS_CORSAIR_CPRO=m
|
||||
- THERMAL_NETLINK=y
|
||||
- REGULATOR_PCA9450=m
|
||||
- REGULATOR_QCOM_USB_VBUS=m
|
||||
- REGULATOR_QCOM_LABIBB=m
|
||||
- REGULATOR_FAN53880=m
|
||||
- REGULATOR_SY8827N=m
|
||||
- Multimedia support
|
||||
- VIDEO_RDACM20=m
|
||||
- VIDEO_DW9768=m
|
||||
- VIDEO_MAX9286=m
|
||||
- Graphics support
|
||||
- DRM_AMD_DC_DCN3_0=y
|
||||
- NOUVEAU_DEBUG_PUSH=n
|
||||
- DRM_PANEL_SITRONIX_ST7703=n
|
||||
- Sound card support
|
||||
- SND_HDA_INTEL_HDMI_SILENT_STREAM=y
|
||||
- SND_SOC_MAX98373_SDW=m
|
||||
- USB support
|
||||
- USB_OTG_PRODUCTLIST=n
|
||||
- USB_OTG_DISABLE_EXTERNAL_HUB=n
|
||||
- X86 Platform Specific Device Drivers
|
||||
- INTEL_ATOMISP2_LED=m
|
||||
- Industrial I/O support
|
||||
- SCD30_CORE=n
|
||||
- INV_ICM42600_I2C=n
|
||||
- INV_ICM42600_SPI=n
|
||||
- Misc drivers
|
||||
- SPI_LANTIQ_SSC=n
|
||||
- PINCTRL_EMMITSBURG=m
|
||||
- GPIO_PCA9570=m
|
||||
- IR_TOY=m
|
||||
- CEC_CH7322=m
|
||||
- LEDS_CLASS_MULTICOLOR=m
|
||||
- XILINX_ZYNQMP_DPDMA=m
|
||||
- MLX5_VDPA=n
|
||||
- CLK_HSDK=n
|
||||
- i386
|
||||
- REGULATOR_CROS_EC=m
|
||||
- ppc
|
||||
- PPC_QUEUED_SPINLOCKS=y
|
||||
- s390x
|
||||
- BPF_KPROBE_OVERRIDE=n
|
||||
- FAIL_FUNCTION=n
|
||||
- riscv64
|
||||
- NO_HZ_IDLE=y
|
||||
- VIRT_CPU_ACCOUNTING_GEN=y
|
||||
- JUMP_LABEL=y
|
||||
- STATIC_KEYS_SELFTEST=n
|
||||
- STACKPROTECTOR=y
|
||||
- STACKPROTECTOR_STRONG=y
|
||||
- SND_SOC_MAX98373_I2C=m
|
||||
- DEBUG_KMEMLEAK=n
|
||||
- DEBUG_VM_PGTABLE=n
|
||||
- PROVE_LOCKING=n
|
||||
- LOCK_STAT=n
|
||||
- DEBUG_WW_MUTEX_SLOWPATH=n
|
||||
- DEBUG_LOCK_ALLOC=n
|
||||
- KCOV=n
|
||||
- CONTEXT_TRACKING_FORCE=n
|
||||
- commit 6a30651
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 17 16:31:56 CEST 2020 - tiwai@suse.de
|
||||
@ -12508,7 +12869,7 @@ Wed Feb 26 14:05:58 CET 2020 - mhocko@suse.com
|
||||
Tue Feb 25 11:49:29 CET 2020 - meissner@suse.de
|
||||
|
||||
- sign also s390x kernel images (bsc#1163524)
|
||||
- commit b38b611
|
||||
- commit fd52e6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 11:37:02 CET 2020 - jroedel@suse.de
|
||||
|
@ -17,8 +17,8 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.15
|
||||
%define srcversion 5.9
|
||||
%define patchversion 5.9.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-kvmsmall
|
||||
Summary: The Small Developer Kernel for KVM
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.8.15
|
||||
Version: 5.9.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc680e93
|
||||
Release: <RELEASE>.g8abc535
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
Provides: kernel-srchash-c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
Provides: kernel-%build_flavor-base-srchash-8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
Provides: kernel-srchash-8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
Provides: %name-srchash-8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
@ -923,7 +923,8 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
done
|
||||
|
||||
tar -cf - -T %my_builddir/obj-files | \
|
||||
tar --exclude=\*.ipa-clones --exclude=.config.old --exclude=.kernel-binary.spec.buildenv \
|
||||
-cf - -T %my_builddir/obj-files | \
|
||||
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
|
||||
# bnc#507084
|
||||
find %rpm_install_dir/%cpu_arch_flavor/scripts -type f -perm -111 | \
|
||||
@ -940,10 +941,6 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
|
||||
rm -rf %{buildroot}/lib/firmware
|
||||
if [ %CONFIG_MODULES = y ]; then
|
||||
# file contains number of CPUs, making builds hard to reproduce
|
||||
find %{buildroot}/usr/src/linux-*-obj/ -name .kernel-binary.spec.buildenv -delete
|
||||
fi
|
||||
|
||||
add_dirs_to_filelist() {
|
||||
sed -rn '
|
||||
@ -973,6 +970,9 @@ for file in %buildroot/boot/symtypes* %buildroot/lib/modules/*/{build,source}; d
|
||||
f=${file##%buildroot}
|
||||
echo "$f"
|
||||
done | add_dirs_to_filelist >%my_builddir/kernel-devel.files
|
||||
( cd %buildroot ; find .%obj_install_dir/%cpu_arch_flavor -type f ; ) | \
|
||||
sed -e 's/^[.]//' | grep -v -e '[.]ipa-clones$' -e '/Symbols[.]list$' -e '/ipa-clones[.]list$'| \
|
||||
add_dirs_to_filelist >> %my_builddir/kernel-devel.files
|
||||
|
||||
{ cd %buildroot
|
||||
for f in boot/*; do
|
||||
@ -1182,13 +1182,9 @@ kernel module packages) against the %build_flavor flavor of the kernel.
|
||||
|
||||
%files devel -f kernel-devel.files
|
||||
%defattr(-,root,root)
|
||||
%dir %obj_install_dir
|
||||
%dir %obj_install_dir/%cpu_arch
|
||||
%dir /usr/src/linux-obj
|
||||
%dir /usr/src/linux-obj/%cpu_arch
|
||||
%ghost /usr/src/linux-obj/%cpu_arch_flavor
|
||||
%obj_install_dir/%cpu_arch_flavor
|
||||
%exclude %obj_install_dir/%cpu_arch_flavor/Symbols.list
|
||||
%if %kmp_target_cpu != %cpu_arch
|
||||
%obj_install_dir/%kmp_target_cpu
|
||||
/usr/src/linux-obj/%kmp_target_cpu
|
||||
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch.
|
||||
Update upstream status.
|
||||
- commit 7b40cc9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:42:17 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.9.1 (bsc#1012628).
|
||||
- Bluetooth: MGMT: Fix not checking if BT_HS is enabled
|
||||
(bsc#1012628).
|
||||
- media: usbtv: Fix refcounting mixup (bsc#1012628).
|
||||
- USB: serial: option: add Cellient MPL200 card (bsc#1012628).
|
||||
- USB: serial: option: Add Telit FT980-KS composition
|
||||
(bsc#1012628).
|
||||
- staging: comedi: check validity of wMaxPacketSize of usb
|
||||
endpoints found (bsc#1012628).
|
||||
- USB: serial: pl2303: add device-id for HP GC device
|
||||
(bsc#1012628).
|
||||
- USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART
|
||||
adapters (bsc#1012628).
|
||||
- vt_ioctl: make VT_RESIZEX behave like VT_RESIZE (bsc#1012628).
|
||||
- reiserfs: Initialize inode keys properly (bsc#1012628).
|
||||
- reiserfs: Fix oops during mount (bsc#1012628).
|
||||
- Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"
|
||||
(bsc#1012628).
|
||||
- crypto: bcm - Verify GCM/CCM key length in setkey (bsc#1012628).
|
||||
- crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA
|
||||
(bsc#1012628).
|
||||
- commit b7f511b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 16 09:20:34 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- update patches metadata
|
||||
- update upstream references:
|
||||
patches.suse/Bluetooth-A2MP-Fix-not-initializing-all-members.patch
|
||||
patches.suse/Bluetooth-L2CAP-Fix-calling-sk_filter-on-non-socket-.patch
|
||||
- commit b1f22f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 15 10:09:30 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -17,13 +60,13 @@ Thu Oct 15 08:47:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Bluetooth: A2MP: Fix not initializing all members
|
||||
(CVE-2020-12352 bsc#1177725).
|
||||
- commit c64c556
|
||||
- commit 74ef4a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:33:46 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: CONFIG_PINCTRL_AMD=y for fixing dependency (bsc#1177049)
|
||||
- commit f9a8fb6
|
||||
- commit 233d0fc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:13:19 CEST 2020 - jslaby@suse.cz
|
||||
@ -245,6 +288,38 @@ Wed Oct 14 12:39:26 CEST 2020 - jslaby@suse.cz
|
||||
linux/font.h (bsc#1012628).
|
||||
- commit 1dc82dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 12 00:20:46 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9 final
|
||||
- eliminated 1 patch
|
||||
- patches.suse/bpf-Fix-unresolved-symbol-build-error-with-resolve_b.patch
|
||||
- update configs
|
||||
- MLX5_VDPA=y, MLX5_VDPA_NET=m
|
||||
- restore FB_ARMCLCD (y on armv6hl and armv7hl, n on arm64)
|
||||
- commit 11733e1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 14:01:47 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable DEBUG_INFO_BTF in s390x/zfcpdump
|
||||
Even if the build has been fixed, there is little use for BTF debug
|
||||
information in kernel-zfcpdump so disable it there.
|
||||
- commit e7595e7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 8 21:38:16 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Exclude .config.old from kernel-devel
|
||||
- use tar excludes for .kernel-binary.spec.buildenv
|
||||
- commit 939a79b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 20:02:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Package the obj_install_dir as explicit filelist.
|
||||
- commit 5587762
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 08:23:04 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -404,6 +479,13 @@ Wed Oct 7 08:22:07 CEST 2020 - jslaby@suse.cz
|
||||
you.. (bsc#1012628).
|
||||
- commit e882d6e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 23:19:30 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- rpm/mkspec-dtb: Update for 5.9
|
||||
arch/arm64/boot/dts/al subdir has been renamed to amazon.
|
||||
- commit e450c4d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -411,6 +493,38 @@ Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
SW_TABLET_MODE reporting (bsc#1175599).
|
||||
- commit 5672f81
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:20:10 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.9-rc8
|
||||
- commit 2a6c374
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:07:01 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.9-rc8
|
||||
- commit 52c5e56
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 14:38:26 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.9-rc8
|
||||
- commit bbcb0ce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 06:36:16 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc8
|
||||
- commit f75a311
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 4 22:24:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- bpf: Fix "unresolved symbol" build error with resolve_btfids
|
||||
(http://lkml.kernel.org/r/20200929101737.3ufw36bngkmzppqk@lion.mk-sys.cz).
|
||||
Fixes s390x/zfcpdump build failure.
|
||||
- commit c27d6ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
|
||||
@ -418,6 +532,20 @@ Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
amdgpu_display_crtc_set_config (git-fixes).
|
||||
- commit 08db7a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 14:39:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE also in arm*/* (bsc#1176923)
|
||||
The arm configs (both 64-bit and 32-bit) are currently disabled so that
|
||||
they cannot be updated the usual way. Apply the changes manually.
|
||||
- commit a1b15af
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 10:55:44 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE (bsc#1176923)
|
||||
- commit 9702a5f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -584,6 +712,12 @@ Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit ea492d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 14:35:06 CEST 2020 - ohering@suse.de
|
||||
|
||||
- rpm/constraints.in: recognize also kernel-source-azure (bsc#1176732)
|
||||
- commit 7214bbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -684,6 +818,14 @@ Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 01:08:38 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc7
|
||||
- eliminated 1 patch
|
||||
- patches.suse/dax-Fix-compilation-for-CONFIG_DAX-CONFIG_FS_DAX.patch
|
||||
- commit a5f5f07
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 27 10:02:02 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -897,6 +1039,13 @@ Tue Sep 22 11:36:53 CEST 2020 - msuchanek@suse.de
|
||||
- kernel-syms.spec.in: Also use bz compression (boo#1175882).
|
||||
- commit ecaf78d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 00:29:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX
|
||||
(http://lkml.kernel.org/r/20200921010359.GO3027113@arch-chirva.localdomain).
|
||||
- commit 289d4e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 13:00:19 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -913,6 +1062,14 @@ Mon Sep 21 12:44:24 CEST 2020 - tiwai@suse.de
|
||||
This causes errors on ASoC SOF driver.
|
||||
- commit b7791aa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 07:08:13 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc6
|
||||
- refresh configs
|
||||
- drop VGACON_SOFT_SCROLLBACK and related
|
||||
- commit bf46e69
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 03:15:11 CEST 2020 - glin@suse.com
|
||||
|
||||
@ -1240,6 +1397,15 @@ Thu Sep 17 19:44:40 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 83e873a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 10:21:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc5
|
||||
- eliminated 2 patches
|
||||
patches.suse/drm-virtio-fix-unblank.patch
|
||||
patches.suse/firmware_loader-fix-memory-leak-for-paged-buffer.patch
|
||||
- commit e921ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 12 20:07:52 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1609,13 +1775,31 @@ Mon Sep 7 12:03:50 CEST 2020 - yousaf.kaukab@suse.com
|
||||
|
||||
- coresight: fix offset by one error in counting ports
|
||||
(bsc#1175054).
|
||||
- commit 038472f
|
||||
- commit 1169fee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 10:27:30 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: add CONFIG_GCOV_KENREL=n
|
||||
Define this explicitly as kbuild bot still uses gcc9 for testing
|
||||
- commit 0dcb9bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 09:10:13 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: enable a few missing Intel SOF and SST ASoC entries (bsc#1176200)
|
||||
- commit 87f4d0a
|
||||
- commit 074fdcf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 06:49:28 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc4
|
||||
- eliminated 1 patch
|
||||
- patches.suse/net-packet-fix-overflow-in-tpacket_rcv.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- XEN_UNPOPULATED_ALLOC=y (x86_64 only)
|
||||
- commit 2817e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 09:39:46 CEST 2020 - jslaby@suse.cz
|
||||
@ -2092,6 +2276,23 @@ Fri Sep 4 16:59:40 CEST 2020 - mkubecek@suse.cz
|
||||
bsc#1176069).
|
||||
- commit eba56bd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 07:23:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc3
|
||||
- eliminated 1 patch
|
||||
- patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- PPC_PROT_SAO_LPAR=n (ppc64 and ppc64le)
|
||||
- commit 3cc13d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 30 22:44:37 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: whitespace cleanup
|
||||
- commit efc1fed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 28 19:19:49 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
@ -2104,7 +2305,7 @@ Fri Aug 28 10:13:28 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- fs/cachefiles: Drop superfluous readpages aops NULL check
|
||||
(bsc#1175245).
|
||||
- commit 34111a4
|
||||
- commit e4cd10b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
@ -2139,6 +2340,13 @@ Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
- gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY (bsc#1012628).
|
||||
- commit 4d7a832
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:48:20 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update upstream reference:
|
||||
patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch.
|
||||
- commit 993f7ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 12:50:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2421,6 +2629,19 @@ Tue Aug 25 08:12:56 CEST 2020 - jslaby@suse.cz
|
||||
Add the second bsc reference.
|
||||
- commit fb64fba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 20:02:21 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Revert "HID: usbhid: do not sleep when opening device".
|
||||
- commit 4229f31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 15:02:20 CEST 2020 - wqu@suse.com
|
||||
|
||||
- Refresh
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 31073f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
|
||||
@ -2428,6 +2649,22 @@ Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 74987e4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 06:49:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc2
|
||||
- eliminated 1 patch
|
||||
- patches.suse/squashfs-avoid-bio_alloc-failure-with-1Mbyte-blocks.patch
|
||||
- refresh configs
|
||||
- commit 7bec2d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 23 10:12:27 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
Move an "almost mainline" patch to "almost mainline" section.
|
||||
- commit 4e4b6b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 21 20:20:08 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2831,6 +3068,12 @@ Fri Aug 21 12:16:12 CEST 2020 - jwiesner@suse.com
|
||||
(bsc#1174771).
|
||||
- commit 1874dbd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 08:39:02 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- drm/virtio: fix unblank (make virtio gpu work again).
|
||||
- commit 42af09b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 19 11:43:13 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -3637,7 +3880,125 @@ Wed Aug 19 08:13:41 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- squashfs: avoid bio_alloc() failure with 1Mbyte blocks
|
||||
(bsc#1175308).
|
||||
- commit 61ee09a
|
||||
- commit 8f3c2bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 01:50:23 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: restore PHYLIB=m in */vanilla
|
||||
As the PHYLIB/ETHTOOL_NETLINK dependency fix is now in 5.9-rc1 tarball,
|
||||
we can apply the changes from commit 4756d9edf730 ("config: restore
|
||||
PHYLIB=m") also to vanilla configs.
|
||||
- commit 4d4447f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 00:47:00 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc1
|
||||
- eliminated 50 patches (39 stable, 11 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- disable (needs update)
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- refresh
|
||||
- patches.rpmify/Add-ksym-provides-tool.patch
|
||||
- patches.suse/acpi_thermal_passive_blacklist.patch
|
||||
- patches.suse/add-product-identifying-information-to-vmcoreinfo.patch
|
||||
- patches.suse/apparmor-compatibility-with-v2.x-net.patch
|
||||
- patches.suse/b43-missing-firmware-info.patch
|
||||
- patches.suse/dm-mpath-no-partitions-feature
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- new config options:
|
||||
- General setup
|
||||
- KERNEL_ZSTD=n
|
||||
- RD_ZSTD=y
|
||||
- File systems
|
||||
- FS_ENCRYPTION_INLINE_CRYPT=y
|
||||
- TMPFS_INODE64=y
|
||||
- Kernel hacking
|
||||
- DEBUG_FORCE_FUNCTION_ALIGN_32B=n
|
||||
- DEBUG_FS_ALLOW_ALL=y
|
||||
- DEBUG_FS_DISALLOW_MOUNT=n
|
||||
- DEBUG_FS_ALLOW_NONE=n
|
||||
- RCU_REF_SCALE_TEST=n
|
||||
- TEST_FPU=n
|
||||
- PCI support
|
||||
- PCI_J721E_HOST=n
|
||||
- PCI_J721E_EP=n
|
||||
- Storage
|
||||
- NVME_TARGET_PASSTHRU=n
|
||||
- SCSI_UFS_CRYPTO=y
|
||||
- BCACHE_ASYNC_REGISTRATION=y
|
||||
- Network device support
|
||||
- MLX5_IPSEC=y
|
||||
- MT7663S=m
|
||||
- WLAN_VENDOR_MICROCHIP=y
|
||||
- RTW88_8821CE=m
|
||||
- Character devices
|
||||
- HW_RANDOM_BA431=m
|
||||
- SERIAL_IMX_EARLYCON=n
|
||||
- Power management
|
||||
- CHARGER_BQ2515X=m
|
||||
- SENSORS_CORSAIR_CPRO=m
|
||||
- THERMAL_NETLINK=y
|
||||
- REGULATOR_PCA9450=m
|
||||
- REGULATOR_QCOM_USB_VBUS=m
|
||||
- REGULATOR_QCOM_LABIBB=m
|
||||
- REGULATOR_FAN53880=m
|
||||
- REGULATOR_SY8827N=m
|
||||
- Multimedia support
|
||||
- VIDEO_RDACM20=m
|
||||
- VIDEO_DW9768=m
|
||||
- VIDEO_MAX9286=m
|
||||
- Graphics support
|
||||
- DRM_AMD_DC_DCN3_0=y
|
||||
- NOUVEAU_DEBUG_PUSH=n
|
||||
- DRM_PANEL_SITRONIX_ST7703=n
|
||||
- Sound card support
|
||||
- SND_HDA_INTEL_HDMI_SILENT_STREAM=y
|
||||
- SND_SOC_MAX98373_SDW=m
|
||||
- USB support
|
||||
- USB_OTG_PRODUCTLIST=n
|
||||
- USB_OTG_DISABLE_EXTERNAL_HUB=n
|
||||
- X86 Platform Specific Device Drivers
|
||||
- INTEL_ATOMISP2_LED=m
|
||||
- Industrial I/O support
|
||||
- SCD30_CORE=n
|
||||
- INV_ICM42600_I2C=n
|
||||
- INV_ICM42600_SPI=n
|
||||
- Misc drivers
|
||||
- SPI_LANTIQ_SSC=n
|
||||
- PINCTRL_EMMITSBURG=m
|
||||
- GPIO_PCA9570=m
|
||||
- IR_TOY=m
|
||||
- CEC_CH7322=m
|
||||
- LEDS_CLASS_MULTICOLOR=m
|
||||
- XILINX_ZYNQMP_DPDMA=m
|
||||
- MLX5_VDPA=n
|
||||
- CLK_HSDK=n
|
||||
- i386
|
||||
- REGULATOR_CROS_EC=m
|
||||
- ppc
|
||||
- PPC_QUEUED_SPINLOCKS=y
|
||||
- s390x
|
||||
- BPF_KPROBE_OVERRIDE=n
|
||||
- FAIL_FUNCTION=n
|
||||
- riscv64
|
||||
- NO_HZ_IDLE=y
|
||||
- VIRT_CPU_ACCOUNTING_GEN=y
|
||||
- JUMP_LABEL=y
|
||||
- STATIC_KEYS_SELFTEST=n
|
||||
- STACKPROTECTOR=y
|
||||
- STACKPROTECTOR_STRONG=y
|
||||
- SND_SOC_MAX98373_I2C=m
|
||||
- DEBUG_KMEMLEAK=n
|
||||
- DEBUG_VM_PGTABLE=n
|
||||
- PROVE_LOCKING=n
|
||||
- LOCK_STAT=n
|
||||
- DEBUG_WW_MUTEX_SLOWPATH=n
|
||||
- DEBUG_LOCK_ALLOC=n
|
||||
- KCOV=n
|
||||
- CONTEXT_TRACKING_FORCE=n
|
||||
- commit 6a30651
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 17 16:31:56 CEST 2020 - tiwai@suse.de
|
||||
@ -12508,7 +12869,7 @@ Wed Feb 26 14:05:58 CET 2020 - mhocko@suse.com
|
||||
Tue Feb 25 11:49:29 CET 2020 - meissner@suse.de
|
||||
|
||||
- sign also s390x kernel images (bsc#1163524)
|
||||
- commit b38b611
|
||||
- commit fd52e6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 11:37:02 CET 2020 - jroedel@suse.de
|
||||
|
@ -17,8 +17,8 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.15
|
||||
%define srcversion 5.9
|
||||
%define patchversion 5.9.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.8.15
|
||||
Version: 5.9.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc680e93
|
||||
Release: <RELEASE>.g8abc535
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
Provides: kernel-srchash-c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
Provides: kernel-%build_flavor-base-srchash-8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
Provides: kernel-srchash-8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
Provides: %name-srchash-8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
@ -917,7 +917,8 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
done
|
||||
|
||||
tar -cf - -T %my_builddir/obj-files | \
|
||||
tar --exclude=\*.ipa-clones --exclude=.config.old --exclude=.kernel-binary.spec.buildenv \
|
||||
-cf - -T %my_builddir/obj-files | \
|
||||
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
|
||||
# bnc#507084
|
||||
find %rpm_install_dir/%cpu_arch_flavor/scripts -type f -perm -111 | \
|
||||
@ -934,10 +935,6 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
|
||||
rm -rf %{buildroot}/lib/firmware
|
||||
if [ %CONFIG_MODULES = y ]; then
|
||||
# file contains number of CPUs, making builds hard to reproduce
|
||||
find %{buildroot}/usr/src/linux-*-obj/ -name .kernel-binary.spec.buildenv -delete
|
||||
fi
|
||||
|
||||
add_dirs_to_filelist() {
|
||||
sed -rn '
|
||||
@ -967,6 +964,9 @@ for file in %buildroot/boot/symtypes* %buildroot/lib/modules/*/{build,source}; d
|
||||
f=${file##%buildroot}
|
||||
echo "$f"
|
||||
done | add_dirs_to_filelist >%my_builddir/kernel-devel.files
|
||||
( cd %buildroot ; find .%obj_install_dir/%cpu_arch_flavor -type f ; ) | \
|
||||
sed -e 's/^[.]//' | grep -v -e '[.]ipa-clones$' -e '/Symbols[.]list$' -e '/ipa-clones[.]list$'| \
|
||||
add_dirs_to_filelist >> %my_builddir/kernel-devel.files
|
||||
|
||||
{ cd %buildroot
|
||||
for f in boot/*; do
|
||||
@ -1170,13 +1170,9 @@ kernel module packages) against the %build_flavor flavor of the kernel.
|
||||
|
||||
%files devel -f kernel-devel.files
|
||||
%defattr(-,root,root)
|
||||
%dir %obj_install_dir
|
||||
%dir %obj_install_dir/%cpu_arch
|
||||
%dir /usr/src/linux-obj
|
||||
%dir /usr/src/linux-obj/%cpu_arch
|
||||
%ghost /usr/src/linux-obj/%cpu_arch_flavor
|
||||
%obj_install_dir/%cpu_arch_flavor
|
||||
%exclude %obj_install_dir/%cpu_arch_flavor/Symbols.list
|
||||
%if %kmp_target_cpu != %cpu_arch
|
||||
%obj_install_dir/%kmp_target_cpu
|
||||
/usr/src/linux-obj/%kmp_target_cpu
|
||||
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch.
|
||||
Update upstream status.
|
||||
- commit 7b40cc9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:42:17 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.9.1 (bsc#1012628).
|
||||
- Bluetooth: MGMT: Fix not checking if BT_HS is enabled
|
||||
(bsc#1012628).
|
||||
- media: usbtv: Fix refcounting mixup (bsc#1012628).
|
||||
- USB: serial: option: add Cellient MPL200 card (bsc#1012628).
|
||||
- USB: serial: option: Add Telit FT980-KS composition
|
||||
(bsc#1012628).
|
||||
- staging: comedi: check validity of wMaxPacketSize of usb
|
||||
endpoints found (bsc#1012628).
|
||||
- USB: serial: pl2303: add device-id for HP GC device
|
||||
(bsc#1012628).
|
||||
- USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART
|
||||
adapters (bsc#1012628).
|
||||
- vt_ioctl: make VT_RESIZEX behave like VT_RESIZE (bsc#1012628).
|
||||
- reiserfs: Initialize inode keys properly (bsc#1012628).
|
||||
- reiserfs: Fix oops during mount (bsc#1012628).
|
||||
- Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"
|
||||
(bsc#1012628).
|
||||
- crypto: bcm - Verify GCM/CCM key length in setkey (bsc#1012628).
|
||||
- crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA
|
||||
(bsc#1012628).
|
||||
- commit b7f511b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 16 09:20:34 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- update patches metadata
|
||||
- update upstream references:
|
||||
patches.suse/Bluetooth-A2MP-Fix-not-initializing-all-members.patch
|
||||
patches.suse/Bluetooth-L2CAP-Fix-calling-sk_filter-on-non-socket-.patch
|
||||
- commit b1f22f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 15 10:09:30 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -17,13 +60,13 @@ Thu Oct 15 08:47:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Bluetooth: A2MP: Fix not initializing all members
|
||||
(CVE-2020-12352 bsc#1177725).
|
||||
- commit c64c556
|
||||
- commit 74ef4a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:33:46 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: CONFIG_PINCTRL_AMD=y for fixing dependency (bsc#1177049)
|
||||
- commit f9a8fb6
|
||||
- commit 233d0fc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:13:19 CEST 2020 - jslaby@suse.cz
|
||||
@ -245,6 +288,38 @@ Wed Oct 14 12:39:26 CEST 2020 - jslaby@suse.cz
|
||||
linux/font.h (bsc#1012628).
|
||||
- commit 1dc82dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 12 00:20:46 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9 final
|
||||
- eliminated 1 patch
|
||||
- patches.suse/bpf-Fix-unresolved-symbol-build-error-with-resolve_b.patch
|
||||
- update configs
|
||||
- MLX5_VDPA=y, MLX5_VDPA_NET=m
|
||||
- restore FB_ARMCLCD (y on armv6hl and armv7hl, n on arm64)
|
||||
- commit 11733e1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 14:01:47 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable DEBUG_INFO_BTF in s390x/zfcpdump
|
||||
Even if the build has been fixed, there is little use for BTF debug
|
||||
information in kernel-zfcpdump so disable it there.
|
||||
- commit e7595e7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 8 21:38:16 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Exclude .config.old from kernel-devel
|
||||
- use tar excludes for .kernel-binary.spec.buildenv
|
||||
- commit 939a79b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 20:02:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Package the obj_install_dir as explicit filelist.
|
||||
- commit 5587762
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 08:23:04 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -404,6 +479,13 @@ Wed Oct 7 08:22:07 CEST 2020 - jslaby@suse.cz
|
||||
you.. (bsc#1012628).
|
||||
- commit e882d6e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 23:19:30 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- rpm/mkspec-dtb: Update for 5.9
|
||||
arch/arm64/boot/dts/al subdir has been renamed to amazon.
|
||||
- commit e450c4d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -411,6 +493,38 @@ Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
SW_TABLET_MODE reporting (bsc#1175599).
|
||||
- commit 5672f81
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:20:10 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.9-rc8
|
||||
- commit 2a6c374
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:07:01 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.9-rc8
|
||||
- commit 52c5e56
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 14:38:26 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.9-rc8
|
||||
- commit bbcb0ce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 06:36:16 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc8
|
||||
- commit f75a311
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 4 22:24:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- bpf: Fix "unresolved symbol" build error with resolve_btfids
|
||||
(http://lkml.kernel.org/r/20200929101737.3ufw36bngkmzppqk@lion.mk-sys.cz).
|
||||
Fixes s390x/zfcpdump build failure.
|
||||
- commit c27d6ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
|
||||
@ -418,6 +532,20 @@ Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
amdgpu_display_crtc_set_config (git-fixes).
|
||||
- commit 08db7a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 14:39:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE also in arm*/* (bsc#1176923)
|
||||
The arm configs (both 64-bit and 32-bit) are currently disabled so that
|
||||
they cannot be updated the usual way. Apply the changes manually.
|
||||
- commit a1b15af
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 10:55:44 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE (bsc#1176923)
|
||||
- commit 9702a5f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -584,6 +712,12 @@ Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit ea492d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 14:35:06 CEST 2020 - ohering@suse.de
|
||||
|
||||
- rpm/constraints.in: recognize also kernel-source-azure (bsc#1176732)
|
||||
- commit 7214bbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -684,6 +818,14 @@ Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 01:08:38 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc7
|
||||
- eliminated 1 patch
|
||||
- patches.suse/dax-Fix-compilation-for-CONFIG_DAX-CONFIG_FS_DAX.patch
|
||||
- commit a5f5f07
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 27 10:02:02 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -897,6 +1039,13 @@ Tue Sep 22 11:36:53 CEST 2020 - msuchanek@suse.de
|
||||
- kernel-syms.spec.in: Also use bz compression (boo#1175882).
|
||||
- commit ecaf78d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 00:29:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX
|
||||
(http://lkml.kernel.org/r/20200921010359.GO3027113@arch-chirva.localdomain).
|
||||
- commit 289d4e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 13:00:19 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -913,6 +1062,14 @@ Mon Sep 21 12:44:24 CEST 2020 - tiwai@suse.de
|
||||
This causes errors on ASoC SOF driver.
|
||||
- commit b7791aa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 07:08:13 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc6
|
||||
- refresh configs
|
||||
- drop VGACON_SOFT_SCROLLBACK and related
|
||||
- commit bf46e69
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 03:15:11 CEST 2020 - glin@suse.com
|
||||
|
||||
@ -1240,6 +1397,15 @@ Thu Sep 17 19:44:40 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 83e873a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 10:21:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc5
|
||||
- eliminated 2 patches
|
||||
patches.suse/drm-virtio-fix-unblank.patch
|
||||
patches.suse/firmware_loader-fix-memory-leak-for-paged-buffer.patch
|
||||
- commit e921ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 12 20:07:52 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1609,13 +1775,31 @@ Mon Sep 7 12:03:50 CEST 2020 - yousaf.kaukab@suse.com
|
||||
|
||||
- coresight: fix offset by one error in counting ports
|
||||
(bsc#1175054).
|
||||
- commit 038472f
|
||||
- commit 1169fee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 10:27:30 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: add CONFIG_GCOV_KENREL=n
|
||||
Define this explicitly as kbuild bot still uses gcc9 for testing
|
||||
- commit 0dcb9bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 09:10:13 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: enable a few missing Intel SOF and SST ASoC entries (bsc#1176200)
|
||||
- commit 87f4d0a
|
||||
- commit 074fdcf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 06:49:28 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc4
|
||||
- eliminated 1 patch
|
||||
- patches.suse/net-packet-fix-overflow-in-tpacket_rcv.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- XEN_UNPOPULATED_ALLOC=y (x86_64 only)
|
||||
- commit 2817e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 09:39:46 CEST 2020 - jslaby@suse.cz
|
||||
@ -2092,6 +2276,23 @@ Fri Sep 4 16:59:40 CEST 2020 - mkubecek@suse.cz
|
||||
bsc#1176069).
|
||||
- commit eba56bd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 07:23:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc3
|
||||
- eliminated 1 patch
|
||||
- patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- PPC_PROT_SAO_LPAR=n (ppc64 and ppc64le)
|
||||
- commit 3cc13d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 30 22:44:37 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: whitespace cleanup
|
||||
- commit efc1fed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 28 19:19:49 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
@ -2104,7 +2305,7 @@ Fri Aug 28 10:13:28 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- fs/cachefiles: Drop superfluous readpages aops NULL check
|
||||
(bsc#1175245).
|
||||
- commit 34111a4
|
||||
- commit e4cd10b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
@ -2139,6 +2340,13 @@ Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
- gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY (bsc#1012628).
|
||||
- commit 4d7a832
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:48:20 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update upstream reference:
|
||||
patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch.
|
||||
- commit 993f7ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 12:50:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2421,6 +2629,19 @@ Tue Aug 25 08:12:56 CEST 2020 - jslaby@suse.cz
|
||||
Add the second bsc reference.
|
||||
- commit fb64fba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 20:02:21 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Revert "HID: usbhid: do not sleep when opening device".
|
||||
- commit 4229f31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 15:02:20 CEST 2020 - wqu@suse.com
|
||||
|
||||
- Refresh
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 31073f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
|
||||
@ -2428,6 +2649,22 @@ Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 74987e4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 06:49:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc2
|
||||
- eliminated 1 patch
|
||||
- patches.suse/squashfs-avoid-bio_alloc-failure-with-1Mbyte-blocks.patch
|
||||
- refresh configs
|
||||
- commit 7bec2d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 23 10:12:27 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
Move an "almost mainline" patch to "almost mainline" section.
|
||||
- commit 4e4b6b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 21 20:20:08 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2831,6 +3068,12 @@ Fri Aug 21 12:16:12 CEST 2020 - jwiesner@suse.com
|
||||
(bsc#1174771).
|
||||
- commit 1874dbd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 08:39:02 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- drm/virtio: fix unblank (make virtio gpu work again).
|
||||
- commit 42af09b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 19 11:43:13 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -3637,7 +3880,125 @@ Wed Aug 19 08:13:41 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- squashfs: avoid bio_alloc() failure with 1Mbyte blocks
|
||||
(bsc#1175308).
|
||||
- commit 61ee09a
|
||||
- commit 8f3c2bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 01:50:23 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: restore PHYLIB=m in */vanilla
|
||||
As the PHYLIB/ETHTOOL_NETLINK dependency fix is now in 5.9-rc1 tarball,
|
||||
we can apply the changes from commit 4756d9edf730 ("config: restore
|
||||
PHYLIB=m") also to vanilla configs.
|
||||
- commit 4d4447f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 00:47:00 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc1
|
||||
- eliminated 50 patches (39 stable, 11 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- disable (needs update)
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- refresh
|
||||
- patches.rpmify/Add-ksym-provides-tool.patch
|
||||
- patches.suse/acpi_thermal_passive_blacklist.patch
|
||||
- patches.suse/add-product-identifying-information-to-vmcoreinfo.patch
|
||||
- patches.suse/apparmor-compatibility-with-v2.x-net.patch
|
||||
- patches.suse/b43-missing-firmware-info.patch
|
||||
- patches.suse/dm-mpath-no-partitions-feature
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- new config options:
|
||||
- General setup
|
||||
- KERNEL_ZSTD=n
|
||||
- RD_ZSTD=y
|
||||
- File systems
|
||||
- FS_ENCRYPTION_INLINE_CRYPT=y
|
||||
- TMPFS_INODE64=y
|
||||
- Kernel hacking
|
||||
- DEBUG_FORCE_FUNCTION_ALIGN_32B=n
|
||||
- DEBUG_FS_ALLOW_ALL=y
|
||||
- DEBUG_FS_DISALLOW_MOUNT=n
|
||||
- DEBUG_FS_ALLOW_NONE=n
|
||||
- RCU_REF_SCALE_TEST=n
|
||||
- TEST_FPU=n
|
||||
- PCI support
|
||||
- PCI_J721E_HOST=n
|
||||
- PCI_J721E_EP=n
|
||||
- Storage
|
||||
- NVME_TARGET_PASSTHRU=n
|
||||
- SCSI_UFS_CRYPTO=y
|
||||
- BCACHE_ASYNC_REGISTRATION=y
|
||||
- Network device support
|
||||
- MLX5_IPSEC=y
|
||||
- MT7663S=m
|
||||
- WLAN_VENDOR_MICROCHIP=y
|
||||
- RTW88_8821CE=m
|
||||
- Character devices
|
||||
- HW_RANDOM_BA431=m
|
||||
- SERIAL_IMX_EARLYCON=n
|
||||
- Power management
|
||||
- CHARGER_BQ2515X=m
|
||||
- SENSORS_CORSAIR_CPRO=m
|
||||
- THERMAL_NETLINK=y
|
||||
- REGULATOR_PCA9450=m
|
||||
- REGULATOR_QCOM_USB_VBUS=m
|
||||
- REGULATOR_QCOM_LABIBB=m
|
||||
- REGULATOR_FAN53880=m
|
||||
- REGULATOR_SY8827N=m
|
||||
- Multimedia support
|
||||
- VIDEO_RDACM20=m
|
||||
- VIDEO_DW9768=m
|
||||
- VIDEO_MAX9286=m
|
||||
- Graphics support
|
||||
- DRM_AMD_DC_DCN3_0=y
|
||||
- NOUVEAU_DEBUG_PUSH=n
|
||||
- DRM_PANEL_SITRONIX_ST7703=n
|
||||
- Sound card support
|
||||
- SND_HDA_INTEL_HDMI_SILENT_STREAM=y
|
||||
- SND_SOC_MAX98373_SDW=m
|
||||
- USB support
|
||||
- USB_OTG_PRODUCTLIST=n
|
||||
- USB_OTG_DISABLE_EXTERNAL_HUB=n
|
||||
- X86 Platform Specific Device Drivers
|
||||
- INTEL_ATOMISP2_LED=m
|
||||
- Industrial I/O support
|
||||
- SCD30_CORE=n
|
||||
- INV_ICM42600_I2C=n
|
||||
- INV_ICM42600_SPI=n
|
||||
- Misc drivers
|
||||
- SPI_LANTIQ_SSC=n
|
||||
- PINCTRL_EMMITSBURG=m
|
||||
- GPIO_PCA9570=m
|
||||
- IR_TOY=m
|
||||
- CEC_CH7322=m
|
||||
- LEDS_CLASS_MULTICOLOR=m
|
||||
- XILINX_ZYNQMP_DPDMA=m
|
||||
- MLX5_VDPA=n
|
||||
- CLK_HSDK=n
|
||||
- i386
|
||||
- REGULATOR_CROS_EC=m
|
||||
- ppc
|
||||
- PPC_QUEUED_SPINLOCKS=y
|
||||
- s390x
|
||||
- BPF_KPROBE_OVERRIDE=n
|
||||
- FAIL_FUNCTION=n
|
||||
- riscv64
|
||||
- NO_HZ_IDLE=y
|
||||
- VIRT_CPU_ACCOUNTING_GEN=y
|
||||
- JUMP_LABEL=y
|
||||
- STATIC_KEYS_SELFTEST=n
|
||||
- STACKPROTECTOR=y
|
||||
- STACKPROTECTOR_STRONG=y
|
||||
- SND_SOC_MAX98373_I2C=m
|
||||
- DEBUG_KMEMLEAK=n
|
||||
- DEBUG_VM_PGTABLE=n
|
||||
- PROVE_LOCKING=n
|
||||
- LOCK_STAT=n
|
||||
- DEBUG_WW_MUTEX_SLOWPATH=n
|
||||
- DEBUG_LOCK_ALLOC=n
|
||||
- KCOV=n
|
||||
- CONTEXT_TRACKING_FORCE=n
|
||||
- commit 6a30651
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 17 16:31:56 CEST 2020 - tiwai@suse.de
|
||||
@ -12508,7 +12869,7 @@ Wed Feb 26 14:05:58 CET 2020 - mhocko@suse.com
|
||||
Tue Feb 25 11:49:29 CET 2020 - meissner@suse.de
|
||||
|
||||
- sign also s390x kernel images (bsc#1163524)
|
||||
- commit b38b611
|
||||
- commit fd52e6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 11:37:02 CET 2020 - jroedel@suse.de
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 5.8.15
|
||||
%define patchversion 5.9.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
BuildRequires: kernel%kernel_flavor-srchash-8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
|
||||
%if 0%{?rhel_version}
|
||||
BuildRequires: kernel
|
||||
@ -64,9 +64,9 @@ BuildRequires: dracut
|
||||
Summary: package kernel and initrd for OBS VM builds
|
||||
License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 5.8.15
|
||||
Version: 5.9.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc680e93
|
||||
Release: <RELEASE>.g8abc535
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch.
|
||||
Update upstream status.
|
||||
- commit 7b40cc9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:42:17 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.9.1 (bsc#1012628).
|
||||
- Bluetooth: MGMT: Fix not checking if BT_HS is enabled
|
||||
(bsc#1012628).
|
||||
- media: usbtv: Fix refcounting mixup (bsc#1012628).
|
||||
- USB: serial: option: add Cellient MPL200 card (bsc#1012628).
|
||||
- USB: serial: option: Add Telit FT980-KS composition
|
||||
(bsc#1012628).
|
||||
- staging: comedi: check validity of wMaxPacketSize of usb
|
||||
endpoints found (bsc#1012628).
|
||||
- USB: serial: pl2303: add device-id for HP GC device
|
||||
(bsc#1012628).
|
||||
- USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART
|
||||
adapters (bsc#1012628).
|
||||
- vt_ioctl: make VT_RESIZEX behave like VT_RESIZE (bsc#1012628).
|
||||
- reiserfs: Initialize inode keys properly (bsc#1012628).
|
||||
- reiserfs: Fix oops during mount (bsc#1012628).
|
||||
- Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"
|
||||
(bsc#1012628).
|
||||
- crypto: bcm - Verify GCM/CCM key length in setkey (bsc#1012628).
|
||||
- crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA
|
||||
(bsc#1012628).
|
||||
- commit b7f511b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 16 09:20:34 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- update patches metadata
|
||||
- update upstream references:
|
||||
patches.suse/Bluetooth-A2MP-Fix-not-initializing-all-members.patch
|
||||
patches.suse/Bluetooth-L2CAP-Fix-calling-sk_filter-on-non-socket-.patch
|
||||
- commit b1f22f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 15 10:09:30 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -17,13 +60,13 @@ Thu Oct 15 08:47:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Bluetooth: A2MP: Fix not initializing all members
|
||||
(CVE-2020-12352 bsc#1177725).
|
||||
- commit c64c556
|
||||
- commit 74ef4a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:33:46 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: CONFIG_PINCTRL_AMD=y for fixing dependency (bsc#1177049)
|
||||
- commit f9a8fb6
|
||||
- commit 233d0fc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:13:19 CEST 2020 - jslaby@suse.cz
|
||||
@ -245,6 +288,38 @@ Wed Oct 14 12:39:26 CEST 2020 - jslaby@suse.cz
|
||||
linux/font.h (bsc#1012628).
|
||||
- commit 1dc82dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 12 00:20:46 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9 final
|
||||
- eliminated 1 patch
|
||||
- patches.suse/bpf-Fix-unresolved-symbol-build-error-with-resolve_b.patch
|
||||
- update configs
|
||||
- MLX5_VDPA=y, MLX5_VDPA_NET=m
|
||||
- restore FB_ARMCLCD (y on armv6hl and armv7hl, n on arm64)
|
||||
- commit 11733e1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 14:01:47 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable DEBUG_INFO_BTF in s390x/zfcpdump
|
||||
Even if the build has been fixed, there is little use for BTF debug
|
||||
information in kernel-zfcpdump so disable it there.
|
||||
- commit e7595e7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 8 21:38:16 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Exclude .config.old from kernel-devel
|
||||
- use tar excludes for .kernel-binary.spec.buildenv
|
||||
- commit 939a79b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 20:02:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Package the obj_install_dir as explicit filelist.
|
||||
- commit 5587762
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 08:23:04 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -404,6 +479,13 @@ Wed Oct 7 08:22:07 CEST 2020 - jslaby@suse.cz
|
||||
you.. (bsc#1012628).
|
||||
- commit e882d6e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 23:19:30 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- rpm/mkspec-dtb: Update for 5.9
|
||||
arch/arm64/boot/dts/al subdir has been renamed to amazon.
|
||||
- commit e450c4d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -411,6 +493,38 @@ Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
SW_TABLET_MODE reporting (bsc#1175599).
|
||||
- commit 5672f81
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:20:10 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.9-rc8
|
||||
- commit 2a6c374
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:07:01 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.9-rc8
|
||||
- commit 52c5e56
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 14:38:26 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.9-rc8
|
||||
- commit bbcb0ce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 06:36:16 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc8
|
||||
- commit f75a311
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 4 22:24:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- bpf: Fix "unresolved symbol" build error with resolve_btfids
|
||||
(http://lkml.kernel.org/r/20200929101737.3ufw36bngkmzppqk@lion.mk-sys.cz).
|
||||
Fixes s390x/zfcpdump build failure.
|
||||
- commit c27d6ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
|
||||
@ -418,6 +532,20 @@ Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
amdgpu_display_crtc_set_config (git-fixes).
|
||||
- commit 08db7a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 14:39:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE also in arm*/* (bsc#1176923)
|
||||
The arm configs (both 64-bit and 32-bit) are currently disabled so that
|
||||
they cannot be updated the usual way. Apply the changes manually.
|
||||
- commit a1b15af
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 10:55:44 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE (bsc#1176923)
|
||||
- commit 9702a5f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -584,6 +712,12 @@ Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit ea492d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 14:35:06 CEST 2020 - ohering@suse.de
|
||||
|
||||
- rpm/constraints.in: recognize also kernel-source-azure (bsc#1176732)
|
||||
- commit 7214bbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -684,6 +818,14 @@ Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 01:08:38 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc7
|
||||
- eliminated 1 patch
|
||||
- patches.suse/dax-Fix-compilation-for-CONFIG_DAX-CONFIG_FS_DAX.patch
|
||||
- commit a5f5f07
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 27 10:02:02 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -897,6 +1039,13 @@ Tue Sep 22 11:36:53 CEST 2020 - msuchanek@suse.de
|
||||
- kernel-syms.spec.in: Also use bz compression (boo#1175882).
|
||||
- commit ecaf78d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 00:29:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX
|
||||
(http://lkml.kernel.org/r/20200921010359.GO3027113@arch-chirva.localdomain).
|
||||
- commit 289d4e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 13:00:19 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -913,6 +1062,14 @@ Mon Sep 21 12:44:24 CEST 2020 - tiwai@suse.de
|
||||
This causes errors on ASoC SOF driver.
|
||||
- commit b7791aa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 07:08:13 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc6
|
||||
- refresh configs
|
||||
- drop VGACON_SOFT_SCROLLBACK and related
|
||||
- commit bf46e69
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 03:15:11 CEST 2020 - glin@suse.com
|
||||
|
||||
@ -1240,6 +1397,15 @@ Thu Sep 17 19:44:40 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 83e873a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 10:21:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc5
|
||||
- eliminated 2 patches
|
||||
patches.suse/drm-virtio-fix-unblank.patch
|
||||
patches.suse/firmware_loader-fix-memory-leak-for-paged-buffer.patch
|
||||
- commit e921ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 12 20:07:52 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1609,13 +1775,31 @@ Mon Sep 7 12:03:50 CEST 2020 - yousaf.kaukab@suse.com
|
||||
|
||||
- coresight: fix offset by one error in counting ports
|
||||
(bsc#1175054).
|
||||
- commit 038472f
|
||||
- commit 1169fee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 10:27:30 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: add CONFIG_GCOV_KENREL=n
|
||||
Define this explicitly as kbuild bot still uses gcc9 for testing
|
||||
- commit 0dcb9bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 09:10:13 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: enable a few missing Intel SOF and SST ASoC entries (bsc#1176200)
|
||||
- commit 87f4d0a
|
||||
- commit 074fdcf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 06:49:28 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc4
|
||||
- eliminated 1 patch
|
||||
- patches.suse/net-packet-fix-overflow-in-tpacket_rcv.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- XEN_UNPOPULATED_ALLOC=y (x86_64 only)
|
||||
- commit 2817e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 09:39:46 CEST 2020 - jslaby@suse.cz
|
||||
@ -2092,6 +2276,23 @@ Fri Sep 4 16:59:40 CEST 2020 - mkubecek@suse.cz
|
||||
bsc#1176069).
|
||||
- commit eba56bd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 07:23:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc3
|
||||
- eliminated 1 patch
|
||||
- patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- PPC_PROT_SAO_LPAR=n (ppc64 and ppc64le)
|
||||
- commit 3cc13d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 30 22:44:37 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: whitespace cleanup
|
||||
- commit efc1fed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 28 19:19:49 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
@ -2104,7 +2305,7 @@ Fri Aug 28 10:13:28 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- fs/cachefiles: Drop superfluous readpages aops NULL check
|
||||
(bsc#1175245).
|
||||
- commit 34111a4
|
||||
- commit e4cd10b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
@ -2139,6 +2340,13 @@ Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
- gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY (bsc#1012628).
|
||||
- commit 4d7a832
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:48:20 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update upstream reference:
|
||||
patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch.
|
||||
- commit 993f7ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 12:50:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2421,6 +2629,19 @@ Tue Aug 25 08:12:56 CEST 2020 - jslaby@suse.cz
|
||||
Add the second bsc reference.
|
||||
- commit fb64fba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 20:02:21 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Revert "HID: usbhid: do not sleep when opening device".
|
||||
- commit 4229f31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 15:02:20 CEST 2020 - wqu@suse.com
|
||||
|
||||
- Refresh
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 31073f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
|
||||
@ -2428,6 +2649,22 @@ Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 74987e4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 06:49:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc2
|
||||
- eliminated 1 patch
|
||||
- patches.suse/squashfs-avoid-bio_alloc-failure-with-1Mbyte-blocks.patch
|
||||
- refresh configs
|
||||
- commit 7bec2d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 23 10:12:27 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
Move an "almost mainline" patch to "almost mainline" section.
|
||||
- commit 4e4b6b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 21 20:20:08 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2831,6 +3068,12 @@ Fri Aug 21 12:16:12 CEST 2020 - jwiesner@suse.com
|
||||
(bsc#1174771).
|
||||
- commit 1874dbd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 08:39:02 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- drm/virtio: fix unblank (make virtio gpu work again).
|
||||
- commit 42af09b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 19 11:43:13 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -3637,7 +3880,125 @@ Wed Aug 19 08:13:41 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- squashfs: avoid bio_alloc() failure with 1Mbyte blocks
|
||||
(bsc#1175308).
|
||||
- commit 61ee09a
|
||||
- commit 8f3c2bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 01:50:23 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: restore PHYLIB=m in */vanilla
|
||||
As the PHYLIB/ETHTOOL_NETLINK dependency fix is now in 5.9-rc1 tarball,
|
||||
we can apply the changes from commit 4756d9edf730 ("config: restore
|
||||
PHYLIB=m") also to vanilla configs.
|
||||
- commit 4d4447f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 00:47:00 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc1
|
||||
- eliminated 50 patches (39 stable, 11 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- disable (needs update)
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- refresh
|
||||
- patches.rpmify/Add-ksym-provides-tool.patch
|
||||
- patches.suse/acpi_thermal_passive_blacklist.patch
|
||||
- patches.suse/add-product-identifying-information-to-vmcoreinfo.patch
|
||||
- patches.suse/apparmor-compatibility-with-v2.x-net.patch
|
||||
- patches.suse/b43-missing-firmware-info.patch
|
||||
- patches.suse/dm-mpath-no-partitions-feature
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- new config options:
|
||||
- General setup
|
||||
- KERNEL_ZSTD=n
|
||||
- RD_ZSTD=y
|
||||
- File systems
|
||||
- FS_ENCRYPTION_INLINE_CRYPT=y
|
||||
- TMPFS_INODE64=y
|
||||
- Kernel hacking
|
||||
- DEBUG_FORCE_FUNCTION_ALIGN_32B=n
|
||||
- DEBUG_FS_ALLOW_ALL=y
|
||||
- DEBUG_FS_DISALLOW_MOUNT=n
|
||||
- DEBUG_FS_ALLOW_NONE=n
|
||||
- RCU_REF_SCALE_TEST=n
|
||||
- TEST_FPU=n
|
||||
- PCI support
|
||||
- PCI_J721E_HOST=n
|
||||
- PCI_J721E_EP=n
|
||||
- Storage
|
||||
- NVME_TARGET_PASSTHRU=n
|
||||
- SCSI_UFS_CRYPTO=y
|
||||
- BCACHE_ASYNC_REGISTRATION=y
|
||||
- Network device support
|
||||
- MLX5_IPSEC=y
|
||||
- MT7663S=m
|
||||
- WLAN_VENDOR_MICROCHIP=y
|
||||
- RTW88_8821CE=m
|
||||
- Character devices
|
||||
- HW_RANDOM_BA431=m
|
||||
- SERIAL_IMX_EARLYCON=n
|
||||
- Power management
|
||||
- CHARGER_BQ2515X=m
|
||||
- SENSORS_CORSAIR_CPRO=m
|
||||
- THERMAL_NETLINK=y
|
||||
- REGULATOR_PCA9450=m
|
||||
- REGULATOR_QCOM_USB_VBUS=m
|
||||
- REGULATOR_QCOM_LABIBB=m
|
||||
- REGULATOR_FAN53880=m
|
||||
- REGULATOR_SY8827N=m
|
||||
- Multimedia support
|
||||
- VIDEO_RDACM20=m
|
||||
- VIDEO_DW9768=m
|
||||
- VIDEO_MAX9286=m
|
||||
- Graphics support
|
||||
- DRM_AMD_DC_DCN3_0=y
|
||||
- NOUVEAU_DEBUG_PUSH=n
|
||||
- DRM_PANEL_SITRONIX_ST7703=n
|
||||
- Sound card support
|
||||
- SND_HDA_INTEL_HDMI_SILENT_STREAM=y
|
||||
- SND_SOC_MAX98373_SDW=m
|
||||
- USB support
|
||||
- USB_OTG_PRODUCTLIST=n
|
||||
- USB_OTG_DISABLE_EXTERNAL_HUB=n
|
||||
- X86 Platform Specific Device Drivers
|
||||
- INTEL_ATOMISP2_LED=m
|
||||
- Industrial I/O support
|
||||
- SCD30_CORE=n
|
||||
- INV_ICM42600_I2C=n
|
||||
- INV_ICM42600_SPI=n
|
||||
- Misc drivers
|
||||
- SPI_LANTIQ_SSC=n
|
||||
- PINCTRL_EMMITSBURG=m
|
||||
- GPIO_PCA9570=m
|
||||
- IR_TOY=m
|
||||
- CEC_CH7322=m
|
||||
- LEDS_CLASS_MULTICOLOR=m
|
||||
- XILINX_ZYNQMP_DPDMA=m
|
||||
- MLX5_VDPA=n
|
||||
- CLK_HSDK=n
|
||||
- i386
|
||||
- REGULATOR_CROS_EC=m
|
||||
- ppc
|
||||
- PPC_QUEUED_SPINLOCKS=y
|
||||
- s390x
|
||||
- BPF_KPROBE_OVERRIDE=n
|
||||
- FAIL_FUNCTION=n
|
||||
- riscv64
|
||||
- NO_HZ_IDLE=y
|
||||
- VIRT_CPU_ACCOUNTING_GEN=y
|
||||
- JUMP_LABEL=y
|
||||
- STATIC_KEYS_SELFTEST=n
|
||||
- STACKPROTECTOR=y
|
||||
- STACKPROTECTOR_STRONG=y
|
||||
- SND_SOC_MAX98373_I2C=m
|
||||
- DEBUG_KMEMLEAK=n
|
||||
- DEBUG_VM_PGTABLE=n
|
||||
- PROVE_LOCKING=n
|
||||
- LOCK_STAT=n
|
||||
- DEBUG_WW_MUTEX_SLOWPATH=n
|
||||
- DEBUG_LOCK_ALLOC=n
|
||||
- KCOV=n
|
||||
- CONTEXT_TRACKING_FORCE=n
|
||||
- commit 6a30651
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 17 16:31:56 CEST 2020 - tiwai@suse.de
|
||||
@ -12508,7 +12869,7 @@ Wed Feb 26 14:05:58 CET 2020 - mhocko@suse.com
|
||||
Tue Feb 25 11:49:29 CET 2020 - meissner@suse.de
|
||||
|
||||
- sign also s390x kernel images (bsc#1163524)
|
||||
- commit b38b611
|
||||
- commit fd52e6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 11:37:02 CET 2020 - jroedel@suse.de
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 5.8.15
|
||||
%define patchversion 5.9.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Basic QA tests for the kernel
|
||||
License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 5.8.15
|
||||
Version: 5.9.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc680e93
|
||||
Release: <RELEASE>.g8abc535
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch.
|
||||
Update upstream status.
|
||||
- commit 7b40cc9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:42:17 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.9.1 (bsc#1012628).
|
||||
- Bluetooth: MGMT: Fix not checking if BT_HS is enabled
|
||||
(bsc#1012628).
|
||||
- media: usbtv: Fix refcounting mixup (bsc#1012628).
|
||||
- USB: serial: option: add Cellient MPL200 card (bsc#1012628).
|
||||
- USB: serial: option: Add Telit FT980-KS composition
|
||||
(bsc#1012628).
|
||||
- staging: comedi: check validity of wMaxPacketSize of usb
|
||||
endpoints found (bsc#1012628).
|
||||
- USB: serial: pl2303: add device-id for HP GC device
|
||||
(bsc#1012628).
|
||||
- USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART
|
||||
adapters (bsc#1012628).
|
||||
- vt_ioctl: make VT_RESIZEX behave like VT_RESIZE (bsc#1012628).
|
||||
- reiserfs: Initialize inode keys properly (bsc#1012628).
|
||||
- reiserfs: Fix oops during mount (bsc#1012628).
|
||||
- Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"
|
||||
(bsc#1012628).
|
||||
- crypto: bcm - Verify GCM/CCM key length in setkey (bsc#1012628).
|
||||
- crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA
|
||||
(bsc#1012628).
|
||||
- commit b7f511b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 16 09:20:34 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- update patches metadata
|
||||
- update upstream references:
|
||||
patches.suse/Bluetooth-A2MP-Fix-not-initializing-all-members.patch
|
||||
patches.suse/Bluetooth-L2CAP-Fix-calling-sk_filter-on-non-socket-.patch
|
||||
- commit b1f22f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 15 10:09:30 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -17,13 +60,13 @@ Thu Oct 15 08:47:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Bluetooth: A2MP: Fix not initializing all members
|
||||
(CVE-2020-12352 bsc#1177725).
|
||||
- commit c64c556
|
||||
- commit 74ef4a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:33:46 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: CONFIG_PINCTRL_AMD=y for fixing dependency (bsc#1177049)
|
||||
- commit f9a8fb6
|
||||
- commit 233d0fc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:13:19 CEST 2020 - jslaby@suse.cz
|
||||
@ -245,6 +288,38 @@ Wed Oct 14 12:39:26 CEST 2020 - jslaby@suse.cz
|
||||
linux/font.h (bsc#1012628).
|
||||
- commit 1dc82dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 12 00:20:46 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9 final
|
||||
- eliminated 1 patch
|
||||
- patches.suse/bpf-Fix-unresolved-symbol-build-error-with-resolve_b.patch
|
||||
- update configs
|
||||
- MLX5_VDPA=y, MLX5_VDPA_NET=m
|
||||
- restore FB_ARMCLCD (y on armv6hl and armv7hl, n on arm64)
|
||||
- commit 11733e1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 14:01:47 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable DEBUG_INFO_BTF in s390x/zfcpdump
|
||||
Even if the build has been fixed, there is little use for BTF debug
|
||||
information in kernel-zfcpdump so disable it there.
|
||||
- commit e7595e7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 8 21:38:16 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Exclude .config.old from kernel-devel
|
||||
- use tar excludes for .kernel-binary.spec.buildenv
|
||||
- commit 939a79b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 20:02:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Package the obj_install_dir as explicit filelist.
|
||||
- commit 5587762
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 08:23:04 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -404,6 +479,13 @@ Wed Oct 7 08:22:07 CEST 2020 - jslaby@suse.cz
|
||||
you.. (bsc#1012628).
|
||||
- commit e882d6e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 23:19:30 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- rpm/mkspec-dtb: Update for 5.9
|
||||
arch/arm64/boot/dts/al subdir has been renamed to amazon.
|
||||
- commit e450c4d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -411,6 +493,38 @@ Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
SW_TABLET_MODE reporting (bsc#1175599).
|
||||
- commit 5672f81
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:20:10 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.9-rc8
|
||||
- commit 2a6c374
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:07:01 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.9-rc8
|
||||
- commit 52c5e56
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 14:38:26 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.9-rc8
|
||||
- commit bbcb0ce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 06:36:16 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc8
|
||||
- commit f75a311
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 4 22:24:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- bpf: Fix "unresolved symbol" build error with resolve_btfids
|
||||
(http://lkml.kernel.org/r/20200929101737.3ufw36bngkmzppqk@lion.mk-sys.cz).
|
||||
Fixes s390x/zfcpdump build failure.
|
||||
- commit c27d6ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
|
||||
@ -418,6 +532,20 @@ Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
amdgpu_display_crtc_set_config (git-fixes).
|
||||
- commit 08db7a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 14:39:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE also in arm*/* (bsc#1176923)
|
||||
The arm configs (both 64-bit and 32-bit) are currently disabled so that
|
||||
they cannot be updated the usual way. Apply the changes manually.
|
||||
- commit a1b15af
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 10:55:44 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE (bsc#1176923)
|
||||
- commit 9702a5f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -584,6 +712,12 @@ Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit ea492d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 14:35:06 CEST 2020 - ohering@suse.de
|
||||
|
||||
- rpm/constraints.in: recognize also kernel-source-azure (bsc#1176732)
|
||||
- commit 7214bbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -684,6 +818,14 @@ Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 01:08:38 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc7
|
||||
- eliminated 1 patch
|
||||
- patches.suse/dax-Fix-compilation-for-CONFIG_DAX-CONFIG_FS_DAX.patch
|
||||
- commit a5f5f07
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 27 10:02:02 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -897,6 +1039,13 @@ Tue Sep 22 11:36:53 CEST 2020 - msuchanek@suse.de
|
||||
- kernel-syms.spec.in: Also use bz compression (boo#1175882).
|
||||
- commit ecaf78d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 00:29:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX
|
||||
(http://lkml.kernel.org/r/20200921010359.GO3027113@arch-chirva.localdomain).
|
||||
- commit 289d4e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 13:00:19 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -913,6 +1062,14 @@ Mon Sep 21 12:44:24 CEST 2020 - tiwai@suse.de
|
||||
This causes errors on ASoC SOF driver.
|
||||
- commit b7791aa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 07:08:13 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc6
|
||||
- refresh configs
|
||||
- drop VGACON_SOFT_SCROLLBACK and related
|
||||
- commit bf46e69
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 03:15:11 CEST 2020 - glin@suse.com
|
||||
|
||||
@ -1240,6 +1397,15 @@ Thu Sep 17 19:44:40 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 83e873a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 10:21:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc5
|
||||
- eliminated 2 patches
|
||||
patches.suse/drm-virtio-fix-unblank.patch
|
||||
patches.suse/firmware_loader-fix-memory-leak-for-paged-buffer.patch
|
||||
- commit e921ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 12 20:07:52 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1609,13 +1775,31 @@ Mon Sep 7 12:03:50 CEST 2020 - yousaf.kaukab@suse.com
|
||||
|
||||
- coresight: fix offset by one error in counting ports
|
||||
(bsc#1175054).
|
||||
- commit 038472f
|
||||
- commit 1169fee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 10:27:30 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: add CONFIG_GCOV_KENREL=n
|
||||
Define this explicitly as kbuild bot still uses gcc9 for testing
|
||||
- commit 0dcb9bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 09:10:13 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: enable a few missing Intel SOF and SST ASoC entries (bsc#1176200)
|
||||
- commit 87f4d0a
|
||||
- commit 074fdcf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 06:49:28 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc4
|
||||
- eliminated 1 patch
|
||||
- patches.suse/net-packet-fix-overflow-in-tpacket_rcv.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- XEN_UNPOPULATED_ALLOC=y (x86_64 only)
|
||||
- commit 2817e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 09:39:46 CEST 2020 - jslaby@suse.cz
|
||||
@ -2092,6 +2276,23 @@ Fri Sep 4 16:59:40 CEST 2020 - mkubecek@suse.cz
|
||||
bsc#1176069).
|
||||
- commit eba56bd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 07:23:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc3
|
||||
- eliminated 1 patch
|
||||
- patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- PPC_PROT_SAO_LPAR=n (ppc64 and ppc64le)
|
||||
- commit 3cc13d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 30 22:44:37 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: whitespace cleanup
|
||||
- commit efc1fed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 28 19:19:49 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
@ -2104,7 +2305,7 @@ Fri Aug 28 10:13:28 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- fs/cachefiles: Drop superfluous readpages aops NULL check
|
||||
(bsc#1175245).
|
||||
- commit 34111a4
|
||||
- commit e4cd10b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
@ -2139,6 +2340,13 @@ Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
- gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY (bsc#1012628).
|
||||
- commit 4d7a832
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:48:20 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update upstream reference:
|
||||
patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch.
|
||||
- commit 993f7ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 12:50:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2421,6 +2629,19 @@ Tue Aug 25 08:12:56 CEST 2020 - jslaby@suse.cz
|
||||
Add the second bsc reference.
|
||||
- commit fb64fba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 20:02:21 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Revert "HID: usbhid: do not sleep when opening device".
|
||||
- commit 4229f31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 15:02:20 CEST 2020 - wqu@suse.com
|
||||
|
||||
- Refresh
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 31073f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
|
||||
@ -2428,6 +2649,22 @@ Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 74987e4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 06:49:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc2
|
||||
- eliminated 1 patch
|
||||
- patches.suse/squashfs-avoid-bio_alloc-failure-with-1Mbyte-blocks.patch
|
||||
- refresh configs
|
||||
- commit 7bec2d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 23 10:12:27 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
Move an "almost mainline" patch to "almost mainline" section.
|
||||
- commit 4e4b6b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 21 20:20:08 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2831,6 +3068,12 @@ Fri Aug 21 12:16:12 CEST 2020 - jwiesner@suse.com
|
||||
(bsc#1174771).
|
||||
- commit 1874dbd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 08:39:02 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- drm/virtio: fix unblank (make virtio gpu work again).
|
||||
- commit 42af09b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 19 11:43:13 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -3637,7 +3880,125 @@ Wed Aug 19 08:13:41 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- squashfs: avoid bio_alloc() failure with 1Mbyte blocks
|
||||
(bsc#1175308).
|
||||
- commit 61ee09a
|
||||
- commit 8f3c2bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 01:50:23 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: restore PHYLIB=m in */vanilla
|
||||
As the PHYLIB/ETHTOOL_NETLINK dependency fix is now in 5.9-rc1 tarball,
|
||||
we can apply the changes from commit 4756d9edf730 ("config: restore
|
||||
PHYLIB=m") also to vanilla configs.
|
||||
- commit 4d4447f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 00:47:00 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc1
|
||||
- eliminated 50 patches (39 stable, 11 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- disable (needs update)
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- refresh
|
||||
- patches.rpmify/Add-ksym-provides-tool.patch
|
||||
- patches.suse/acpi_thermal_passive_blacklist.patch
|
||||
- patches.suse/add-product-identifying-information-to-vmcoreinfo.patch
|
||||
- patches.suse/apparmor-compatibility-with-v2.x-net.patch
|
||||
- patches.suse/b43-missing-firmware-info.patch
|
||||
- patches.suse/dm-mpath-no-partitions-feature
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- new config options:
|
||||
- General setup
|
||||
- KERNEL_ZSTD=n
|
||||
- RD_ZSTD=y
|
||||
- File systems
|
||||
- FS_ENCRYPTION_INLINE_CRYPT=y
|
||||
- TMPFS_INODE64=y
|
||||
- Kernel hacking
|
||||
- DEBUG_FORCE_FUNCTION_ALIGN_32B=n
|
||||
- DEBUG_FS_ALLOW_ALL=y
|
||||
- DEBUG_FS_DISALLOW_MOUNT=n
|
||||
- DEBUG_FS_ALLOW_NONE=n
|
||||
- RCU_REF_SCALE_TEST=n
|
||||
- TEST_FPU=n
|
||||
- PCI support
|
||||
- PCI_J721E_HOST=n
|
||||
- PCI_J721E_EP=n
|
||||
- Storage
|
||||
- NVME_TARGET_PASSTHRU=n
|
||||
- SCSI_UFS_CRYPTO=y
|
||||
- BCACHE_ASYNC_REGISTRATION=y
|
||||
- Network device support
|
||||
- MLX5_IPSEC=y
|
||||
- MT7663S=m
|
||||
- WLAN_VENDOR_MICROCHIP=y
|
||||
- RTW88_8821CE=m
|
||||
- Character devices
|
||||
- HW_RANDOM_BA431=m
|
||||
- SERIAL_IMX_EARLYCON=n
|
||||
- Power management
|
||||
- CHARGER_BQ2515X=m
|
||||
- SENSORS_CORSAIR_CPRO=m
|
||||
- THERMAL_NETLINK=y
|
||||
- REGULATOR_PCA9450=m
|
||||
- REGULATOR_QCOM_USB_VBUS=m
|
||||
- REGULATOR_QCOM_LABIBB=m
|
||||
- REGULATOR_FAN53880=m
|
||||
- REGULATOR_SY8827N=m
|
||||
- Multimedia support
|
||||
- VIDEO_RDACM20=m
|
||||
- VIDEO_DW9768=m
|
||||
- VIDEO_MAX9286=m
|
||||
- Graphics support
|
||||
- DRM_AMD_DC_DCN3_0=y
|
||||
- NOUVEAU_DEBUG_PUSH=n
|
||||
- DRM_PANEL_SITRONIX_ST7703=n
|
||||
- Sound card support
|
||||
- SND_HDA_INTEL_HDMI_SILENT_STREAM=y
|
||||
- SND_SOC_MAX98373_SDW=m
|
||||
- USB support
|
||||
- USB_OTG_PRODUCTLIST=n
|
||||
- USB_OTG_DISABLE_EXTERNAL_HUB=n
|
||||
- X86 Platform Specific Device Drivers
|
||||
- INTEL_ATOMISP2_LED=m
|
||||
- Industrial I/O support
|
||||
- SCD30_CORE=n
|
||||
- INV_ICM42600_I2C=n
|
||||
- INV_ICM42600_SPI=n
|
||||
- Misc drivers
|
||||
- SPI_LANTIQ_SSC=n
|
||||
- PINCTRL_EMMITSBURG=m
|
||||
- GPIO_PCA9570=m
|
||||
- IR_TOY=m
|
||||
- CEC_CH7322=m
|
||||
- LEDS_CLASS_MULTICOLOR=m
|
||||
- XILINX_ZYNQMP_DPDMA=m
|
||||
- MLX5_VDPA=n
|
||||
- CLK_HSDK=n
|
||||
- i386
|
||||
- REGULATOR_CROS_EC=m
|
||||
- ppc
|
||||
- PPC_QUEUED_SPINLOCKS=y
|
||||
- s390x
|
||||
- BPF_KPROBE_OVERRIDE=n
|
||||
- FAIL_FUNCTION=n
|
||||
- riscv64
|
||||
- NO_HZ_IDLE=y
|
||||
- VIRT_CPU_ACCOUNTING_GEN=y
|
||||
- JUMP_LABEL=y
|
||||
- STATIC_KEYS_SELFTEST=n
|
||||
- STACKPROTECTOR=y
|
||||
- STACKPROTECTOR_STRONG=y
|
||||
- SND_SOC_MAX98373_I2C=m
|
||||
- DEBUG_KMEMLEAK=n
|
||||
- DEBUG_VM_PGTABLE=n
|
||||
- PROVE_LOCKING=n
|
||||
- LOCK_STAT=n
|
||||
- DEBUG_WW_MUTEX_SLOWPATH=n
|
||||
- DEBUG_LOCK_ALLOC=n
|
||||
- KCOV=n
|
||||
- CONTEXT_TRACKING_FORCE=n
|
||||
- commit 6a30651
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 17 16:31:56 CEST 2020 - tiwai@suse.de
|
||||
@ -12508,7 +12869,7 @@ Wed Feb 26 14:05:58 CET 2020 - mhocko@suse.com
|
||||
Tue Feb 25 11:49:29 CET 2020 - meissner@suse.de
|
||||
|
||||
- sign also s390x kernel images (bsc#1163524)
|
||||
- commit b38b611
|
||||
- commit fd52e6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 11:37:02 CET 2020 - jroedel@suse.de
|
||||
|
@ -17,8 +17,8 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.15
|
||||
%define srcversion 5.9
|
||||
%define patchversion 5.9.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.8.15
|
||||
Version: 5.9.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc680e93
|
||||
Release: <RELEASE>.g8abc535
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
Provides: kernel-srchash-c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
Provides: kernel-%build_flavor-base-srchash-8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
Provides: kernel-srchash-8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
Provides: %name-srchash-8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
@ -945,7 +945,8 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
done
|
||||
|
||||
tar -cf - -T %my_builddir/obj-files | \
|
||||
tar --exclude=\*.ipa-clones --exclude=.config.old --exclude=.kernel-binary.spec.buildenv \
|
||||
-cf - -T %my_builddir/obj-files | \
|
||||
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
|
||||
# bnc#507084
|
||||
find %rpm_install_dir/%cpu_arch_flavor/scripts -type f -perm -111 | \
|
||||
@ -962,10 +963,6 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
|
||||
rm -rf %{buildroot}/lib/firmware
|
||||
if [ %CONFIG_MODULES = y ]; then
|
||||
# file contains number of CPUs, making builds hard to reproduce
|
||||
find %{buildroot}/usr/src/linux-*-obj/ -name .kernel-binary.spec.buildenv -delete
|
||||
fi
|
||||
|
||||
add_dirs_to_filelist() {
|
||||
sed -rn '
|
||||
@ -995,6 +992,9 @@ for file in %buildroot/boot/symtypes* %buildroot/lib/modules/*/{build,source}; d
|
||||
f=${file##%buildroot}
|
||||
echo "$f"
|
||||
done | add_dirs_to_filelist >%my_builddir/kernel-devel.files
|
||||
( cd %buildroot ; find .%obj_install_dir/%cpu_arch_flavor -type f ; ) | \
|
||||
sed -e 's/^[.]//' | grep -v -e '[.]ipa-clones$' -e '/Symbols[.]list$' -e '/ipa-clones[.]list$'| \
|
||||
add_dirs_to_filelist >> %my_builddir/kernel-devel.files
|
||||
|
||||
{ cd %buildroot
|
||||
for f in boot/*; do
|
||||
@ -1224,13 +1224,9 @@ kernel module packages) against the %build_flavor flavor of the kernel.
|
||||
|
||||
%files devel -f kernel-devel.files
|
||||
%defattr(-,root,root)
|
||||
%dir %obj_install_dir
|
||||
%dir %obj_install_dir/%cpu_arch
|
||||
%dir /usr/src/linux-obj
|
||||
%dir /usr/src/linux-obj/%cpu_arch
|
||||
%ghost /usr/src/linux-obj/%cpu_arch_flavor
|
||||
%obj_install_dir/%cpu_arch_flavor
|
||||
%exclude %obj_install_dir/%cpu_arch_flavor/Symbols.list
|
||||
%if %kmp_target_cpu != %cpu_arch
|
||||
%obj_install_dir/%kmp_target_cpu
|
||||
/usr/src/linux-obj/%kmp_target_cpu
|
||||
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch.
|
||||
Update upstream status.
|
||||
- commit 7b40cc9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:42:17 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.9.1 (bsc#1012628).
|
||||
- Bluetooth: MGMT: Fix not checking if BT_HS is enabled
|
||||
(bsc#1012628).
|
||||
- media: usbtv: Fix refcounting mixup (bsc#1012628).
|
||||
- USB: serial: option: add Cellient MPL200 card (bsc#1012628).
|
||||
- USB: serial: option: Add Telit FT980-KS composition
|
||||
(bsc#1012628).
|
||||
- staging: comedi: check validity of wMaxPacketSize of usb
|
||||
endpoints found (bsc#1012628).
|
||||
- USB: serial: pl2303: add device-id for HP GC device
|
||||
(bsc#1012628).
|
||||
- USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART
|
||||
adapters (bsc#1012628).
|
||||
- vt_ioctl: make VT_RESIZEX behave like VT_RESIZE (bsc#1012628).
|
||||
- reiserfs: Initialize inode keys properly (bsc#1012628).
|
||||
- reiserfs: Fix oops during mount (bsc#1012628).
|
||||
- Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"
|
||||
(bsc#1012628).
|
||||
- crypto: bcm - Verify GCM/CCM key length in setkey (bsc#1012628).
|
||||
- crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA
|
||||
(bsc#1012628).
|
||||
- commit b7f511b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 16 09:20:34 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- update patches metadata
|
||||
- update upstream references:
|
||||
patches.suse/Bluetooth-A2MP-Fix-not-initializing-all-members.patch
|
||||
patches.suse/Bluetooth-L2CAP-Fix-calling-sk_filter-on-non-socket-.patch
|
||||
- commit b1f22f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 15 10:09:30 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -17,13 +60,13 @@ Thu Oct 15 08:47:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Bluetooth: A2MP: Fix not initializing all members
|
||||
(CVE-2020-12352 bsc#1177725).
|
||||
- commit c64c556
|
||||
- commit 74ef4a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:33:46 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: CONFIG_PINCTRL_AMD=y for fixing dependency (bsc#1177049)
|
||||
- commit f9a8fb6
|
||||
- commit 233d0fc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:13:19 CEST 2020 - jslaby@suse.cz
|
||||
@ -245,6 +288,38 @@ Wed Oct 14 12:39:26 CEST 2020 - jslaby@suse.cz
|
||||
linux/font.h (bsc#1012628).
|
||||
- commit 1dc82dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 12 00:20:46 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9 final
|
||||
- eliminated 1 patch
|
||||
- patches.suse/bpf-Fix-unresolved-symbol-build-error-with-resolve_b.patch
|
||||
- update configs
|
||||
- MLX5_VDPA=y, MLX5_VDPA_NET=m
|
||||
- restore FB_ARMCLCD (y on armv6hl and armv7hl, n on arm64)
|
||||
- commit 11733e1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 14:01:47 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable DEBUG_INFO_BTF in s390x/zfcpdump
|
||||
Even if the build has been fixed, there is little use for BTF debug
|
||||
information in kernel-zfcpdump so disable it there.
|
||||
- commit e7595e7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 8 21:38:16 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Exclude .config.old from kernel-devel
|
||||
- use tar excludes for .kernel-binary.spec.buildenv
|
||||
- commit 939a79b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 20:02:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Package the obj_install_dir as explicit filelist.
|
||||
- commit 5587762
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 08:23:04 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -404,6 +479,13 @@ Wed Oct 7 08:22:07 CEST 2020 - jslaby@suse.cz
|
||||
you.. (bsc#1012628).
|
||||
- commit e882d6e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 23:19:30 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- rpm/mkspec-dtb: Update for 5.9
|
||||
arch/arm64/boot/dts/al subdir has been renamed to amazon.
|
||||
- commit e450c4d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -411,6 +493,38 @@ Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
SW_TABLET_MODE reporting (bsc#1175599).
|
||||
- commit 5672f81
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:20:10 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.9-rc8
|
||||
- commit 2a6c374
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:07:01 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.9-rc8
|
||||
- commit 52c5e56
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 14:38:26 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.9-rc8
|
||||
- commit bbcb0ce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 06:36:16 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc8
|
||||
- commit f75a311
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 4 22:24:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- bpf: Fix "unresolved symbol" build error with resolve_btfids
|
||||
(http://lkml.kernel.org/r/20200929101737.3ufw36bngkmzppqk@lion.mk-sys.cz).
|
||||
Fixes s390x/zfcpdump build failure.
|
||||
- commit c27d6ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
|
||||
@ -418,6 +532,20 @@ Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
amdgpu_display_crtc_set_config (git-fixes).
|
||||
- commit 08db7a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 14:39:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE also in arm*/* (bsc#1176923)
|
||||
The arm configs (both 64-bit and 32-bit) are currently disabled so that
|
||||
they cannot be updated the usual way. Apply the changes manually.
|
||||
- commit a1b15af
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 10:55:44 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE (bsc#1176923)
|
||||
- commit 9702a5f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -584,6 +712,12 @@ Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit ea492d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 14:35:06 CEST 2020 - ohering@suse.de
|
||||
|
||||
- rpm/constraints.in: recognize also kernel-source-azure (bsc#1176732)
|
||||
- commit 7214bbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -684,6 +818,14 @@ Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 01:08:38 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc7
|
||||
- eliminated 1 patch
|
||||
- patches.suse/dax-Fix-compilation-for-CONFIG_DAX-CONFIG_FS_DAX.patch
|
||||
- commit a5f5f07
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 27 10:02:02 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -897,6 +1039,13 @@ Tue Sep 22 11:36:53 CEST 2020 - msuchanek@suse.de
|
||||
- kernel-syms.spec.in: Also use bz compression (boo#1175882).
|
||||
- commit ecaf78d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 00:29:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX
|
||||
(http://lkml.kernel.org/r/20200921010359.GO3027113@arch-chirva.localdomain).
|
||||
- commit 289d4e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 13:00:19 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -913,6 +1062,14 @@ Mon Sep 21 12:44:24 CEST 2020 - tiwai@suse.de
|
||||
This causes errors on ASoC SOF driver.
|
||||
- commit b7791aa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 07:08:13 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc6
|
||||
- refresh configs
|
||||
- drop VGACON_SOFT_SCROLLBACK and related
|
||||
- commit bf46e69
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 03:15:11 CEST 2020 - glin@suse.com
|
||||
|
||||
@ -1240,6 +1397,15 @@ Thu Sep 17 19:44:40 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 83e873a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 10:21:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc5
|
||||
- eliminated 2 patches
|
||||
patches.suse/drm-virtio-fix-unblank.patch
|
||||
patches.suse/firmware_loader-fix-memory-leak-for-paged-buffer.patch
|
||||
- commit e921ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 12 20:07:52 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1609,13 +1775,31 @@ Mon Sep 7 12:03:50 CEST 2020 - yousaf.kaukab@suse.com
|
||||
|
||||
- coresight: fix offset by one error in counting ports
|
||||
(bsc#1175054).
|
||||
- commit 038472f
|
||||
- commit 1169fee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 10:27:30 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: add CONFIG_GCOV_KENREL=n
|
||||
Define this explicitly as kbuild bot still uses gcc9 for testing
|
||||
- commit 0dcb9bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 09:10:13 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: enable a few missing Intel SOF and SST ASoC entries (bsc#1176200)
|
||||
- commit 87f4d0a
|
||||
- commit 074fdcf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 06:49:28 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc4
|
||||
- eliminated 1 patch
|
||||
- patches.suse/net-packet-fix-overflow-in-tpacket_rcv.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- XEN_UNPOPULATED_ALLOC=y (x86_64 only)
|
||||
- commit 2817e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 09:39:46 CEST 2020 - jslaby@suse.cz
|
||||
@ -2092,6 +2276,23 @@ Fri Sep 4 16:59:40 CEST 2020 - mkubecek@suse.cz
|
||||
bsc#1176069).
|
||||
- commit eba56bd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 07:23:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc3
|
||||
- eliminated 1 patch
|
||||
- patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- PPC_PROT_SAO_LPAR=n (ppc64 and ppc64le)
|
||||
- commit 3cc13d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 30 22:44:37 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: whitespace cleanup
|
||||
- commit efc1fed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 28 19:19:49 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
@ -2104,7 +2305,7 @@ Fri Aug 28 10:13:28 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- fs/cachefiles: Drop superfluous readpages aops NULL check
|
||||
(bsc#1175245).
|
||||
- commit 34111a4
|
||||
- commit e4cd10b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
@ -2139,6 +2340,13 @@ Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
- gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY (bsc#1012628).
|
||||
- commit 4d7a832
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:48:20 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update upstream reference:
|
||||
patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch.
|
||||
- commit 993f7ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 12:50:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2421,6 +2629,19 @@ Tue Aug 25 08:12:56 CEST 2020 - jslaby@suse.cz
|
||||
Add the second bsc reference.
|
||||
- commit fb64fba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 20:02:21 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Revert "HID: usbhid: do not sleep when opening device".
|
||||
- commit 4229f31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 15:02:20 CEST 2020 - wqu@suse.com
|
||||
|
||||
- Refresh
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 31073f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
|
||||
@ -2428,6 +2649,22 @@ Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 74987e4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 06:49:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc2
|
||||
- eliminated 1 patch
|
||||
- patches.suse/squashfs-avoid-bio_alloc-failure-with-1Mbyte-blocks.patch
|
||||
- refresh configs
|
||||
- commit 7bec2d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 23 10:12:27 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
Move an "almost mainline" patch to "almost mainline" section.
|
||||
- commit 4e4b6b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 21 20:20:08 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2831,6 +3068,12 @@ Fri Aug 21 12:16:12 CEST 2020 - jwiesner@suse.com
|
||||
(bsc#1174771).
|
||||
- commit 1874dbd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 08:39:02 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- drm/virtio: fix unblank (make virtio gpu work again).
|
||||
- commit 42af09b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 19 11:43:13 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -3637,7 +3880,125 @@ Wed Aug 19 08:13:41 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- squashfs: avoid bio_alloc() failure with 1Mbyte blocks
|
||||
(bsc#1175308).
|
||||
- commit 61ee09a
|
||||
- commit 8f3c2bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 01:50:23 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: restore PHYLIB=m in */vanilla
|
||||
As the PHYLIB/ETHTOOL_NETLINK dependency fix is now in 5.9-rc1 tarball,
|
||||
we can apply the changes from commit 4756d9edf730 ("config: restore
|
||||
PHYLIB=m") also to vanilla configs.
|
||||
- commit 4d4447f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 00:47:00 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc1
|
||||
- eliminated 50 patches (39 stable, 11 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- disable (needs update)
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- refresh
|
||||
- patches.rpmify/Add-ksym-provides-tool.patch
|
||||
- patches.suse/acpi_thermal_passive_blacklist.patch
|
||||
- patches.suse/add-product-identifying-information-to-vmcoreinfo.patch
|
||||
- patches.suse/apparmor-compatibility-with-v2.x-net.patch
|
||||
- patches.suse/b43-missing-firmware-info.patch
|
||||
- patches.suse/dm-mpath-no-partitions-feature
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- new config options:
|
||||
- General setup
|
||||
- KERNEL_ZSTD=n
|
||||
- RD_ZSTD=y
|
||||
- File systems
|
||||
- FS_ENCRYPTION_INLINE_CRYPT=y
|
||||
- TMPFS_INODE64=y
|
||||
- Kernel hacking
|
||||
- DEBUG_FORCE_FUNCTION_ALIGN_32B=n
|
||||
- DEBUG_FS_ALLOW_ALL=y
|
||||
- DEBUG_FS_DISALLOW_MOUNT=n
|
||||
- DEBUG_FS_ALLOW_NONE=n
|
||||
- RCU_REF_SCALE_TEST=n
|
||||
- TEST_FPU=n
|
||||
- PCI support
|
||||
- PCI_J721E_HOST=n
|
||||
- PCI_J721E_EP=n
|
||||
- Storage
|
||||
- NVME_TARGET_PASSTHRU=n
|
||||
- SCSI_UFS_CRYPTO=y
|
||||
- BCACHE_ASYNC_REGISTRATION=y
|
||||
- Network device support
|
||||
- MLX5_IPSEC=y
|
||||
- MT7663S=m
|
||||
- WLAN_VENDOR_MICROCHIP=y
|
||||
- RTW88_8821CE=m
|
||||
- Character devices
|
||||
- HW_RANDOM_BA431=m
|
||||
- SERIAL_IMX_EARLYCON=n
|
||||
- Power management
|
||||
- CHARGER_BQ2515X=m
|
||||
- SENSORS_CORSAIR_CPRO=m
|
||||
- THERMAL_NETLINK=y
|
||||
- REGULATOR_PCA9450=m
|
||||
- REGULATOR_QCOM_USB_VBUS=m
|
||||
- REGULATOR_QCOM_LABIBB=m
|
||||
- REGULATOR_FAN53880=m
|
||||
- REGULATOR_SY8827N=m
|
||||
- Multimedia support
|
||||
- VIDEO_RDACM20=m
|
||||
- VIDEO_DW9768=m
|
||||
- VIDEO_MAX9286=m
|
||||
- Graphics support
|
||||
- DRM_AMD_DC_DCN3_0=y
|
||||
- NOUVEAU_DEBUG_PUSH=n
|
||||
- DRM_PANEL_SITRONIX_ST7703=n
|
||||
- Sound card support
|
||||
- SND_HDA_INTEL_HDMI_SILENT_STREAM=y
|
||||
- SND_SOC_MAX98373_SDW=m
|
||||
- USB support
|
||||
- USB_OTG_PRODUCTLIST=n
|
||||
- USB_OTG_DISABLE_EXTERNAL_HUB=n
|
||||
- X86 Platform Specific Device Drivers
|
||||
- INTEL_ATOMISP2_LED=m
|
||||
- Industrial I/O support
|
||||
- SCD30_CORE=n
|
||||
- INV_ICM42600_I2C=n
|
||||
- INV_ICM42600_SPI=n
|
||||
- Misc drivers
|
||||
- SPI_LANTIQ_SSC=n
|
||||
- PINCTRL_EMMITSBURG=m
|
||||
- GPIO_PCA9570=m
|
||||
- IR_TOY=m
|
||||
- CEC_CH7322=m
|
||||
- LEDS_CLASS_MULTICOLOR=m
|
||||
- XILINX_ZYNQMP_DPDMA=m
|
||||
- MLX5_VDPA=n
|
||||
- CLK_HSDK=n
|
||||
- i386
|
||||
- REGULATOR_CROS_EC=m
|
||||
- ppc
|
||||
- PPC_QUEUED_SPINLOCKS=y
|
||||
- s390x
|
||||
- BPF_KPROBE_OVERRIDE=n
|
||||
- FAIL_FUNCTION=n
|
||||
- riscv64
|
||||
- NO_HZ_IDLE=y
|
||||
- VIRT_CPU_ACCOUNTING_GEN=y
|
||||
- JUMP_LABEL=y
|
||||
- STATIC_KEYS_SELFTEST=n
|
||||
- STACKPROTECTOR=y
|
||||
- STACKPROTECTOR_STRONG=y
|
||||
- SND_SOC_MAX98373_I2C=m
|
||||
- DEBUG_KMEMLEAK=n
|
||||
- DEBUG_VM_PGTABLE=n
|
||||
- PROVE_LOCKING=n
|
||||
- LOCK_STAT=n
|
||||
- DEBUG_WW_MUTEX_SLOWPATH=n
|
||||
- DEBUG_LOCK_ALLOC=n
|
||||
- KCOV=n
|
||||
- CONTEXT_TRACKING_FORCE=n
|
||||
- commit 6a30651
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 17 16:31:56 CEST 2020 - tiwai@suse.de
|
||||
@ -12508,7 +12869,7 @@ Wed Feb 26 14:05:58 CET 2020 - mhocko@suse.com
|
||||
Tue Feb 25 11:49:29 CET 2020 - meissner@suse.de
|
||||
|
||||
- sign also s390x kernel images (bsc#1163524)
|
||||
- commit b38b611
|
||||
- commit fd52e6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 11:37:02 CET 2020 - jroedel@suse.de
|
||||
|
@ -17,8 +17,8 @@
|
||||
# icecream 0
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.15
|
||||
%define srcversion 5.9
|
||||
%define patchversion 5.9.1
|
||||
%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.8.15
|
||||
Version: 5.9.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc680e93
|
||||
Release: <RELEASE>.g8abc535
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -43,7 +43,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
Provides: %name-srchash-8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch.
|
||||
Update upstream status.
|
||||
- commit 7b40cc9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:42:17 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.9.1 (bsc#1012628).
|
||||
- Bluetooth: MGMT: Fix not checking if BT_HS is enabled
|
||||
(bsc#1012628).
|
||||
- media: usbtv: Fix refcounting mixup (bsc#1012628).
|
||||
- USB: serial: option: add Cellient MPL200 card (bsc#1012628).
|
||||
- USB: serial: option: Add Telit FT980-KS composition
|
||||
(bsc#1012628).
|
||||
- staging: comedi: check validity of wMaxPacketSize of usb
|
||||
endpoints found (bsc#1012628).
|
||||
- USB: serial: pl2303: add device-id for HP GC device
|
||||
(bsc#1012628).
|
||||
- USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART
|
||||
adapters (bsc#1012628).
|
||||
- vt_ioctl: make VT_RESIZEX behave like VT_RESIZE (bsc#1012628).
|
||||
- reiserfs: Initialize inode keys properly (bsc#1012628).
|
||||
- reiserfs: Fix oops during mount (bsc#1012628).
|
||||
- Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"
|
||||
(bsc#1012628).
|
||||
- crypto: bcm - Verify GCM/CCM key length in setkey (bsc#1012628).
|
||||
- crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA
|
||||
(bsc#1012628).
|
||||
- commit b7f511b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 16 09:20:34 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- update patches metadata
|
||||
- update upstream references:
|
||||
patches.suse/Bluetooth-A2MP-Fix-not-initializing-all-members.patch
|
||||
patches.suse/Bluetooth-L2CAP-Fix-calling-sk_filter-on-non-socket-.patch
|
||||
- commit b1f22f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 15 10:09:30 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -17,13 +60,13 @@ Thu Oct 15 08:47:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Bluetooth: A2MP: Fix not initializing all members
|
||||
(CVE-2020-12352 bsc#1177725).
|
||||
- commit c64c556
|
||||
- commit 74ef4a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:33:46 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: CONFIG_PINCTRL_AMD=y for fixing dependency (bsc#1177049)
|
||||
- commit f9a8fb6
|
||||
- commit 233d0fc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:13:19 CEST 2020 - jslaby@suse.cz
|
||||
@ -245,6 +288,38 @@ Wed Oct 14 12:39:26 CEST 2020 - jslaby@suse.cz
|
||||
linux/font.h (bsc#1012628).
|
||||
- commit 1dc82dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 12 00:20:46 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9 final
|
||||
- eliminated 1 patch
|
||||
- patches.suse/bpf-Fix-unresolved-symbol-build-error-with-resolve_b.patch
|
||||
- update configs
|
||||
- MLX5_VDPA=y, MLX5_VDPA_NET=m
|
||||
- restore FB_ARMCLCD (y on armv6hl and armv7hl, n on arm64)
|
||||
- commit 11733e1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 14:01:47 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable DEBUG_INFO_BTF in s390x/zfcpdump
|
||||
Even if the build has been fixed, there is little use for BTF debug
|
||||
information in kernel-zfcpdump so disable it there.
|
||||
- commit e7595e7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 8 21:38:16 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Exclude .config.old from kernel-devel
|
||||
- use tar excludes for .kernel-binary.spec.buildenv
|
||||
- commit 939a79b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 20:02:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Package the obj_install_dir as explicit filelist.
|
||||
- commit 5587762
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 08:23:04 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -404,6 +479,13 @@ Wed Oct 7 08:22:07 CEST 2020 - jslaby@suse.cz
|
||||
you.. (bsc#1012628).
|
||||
- commit e882d6e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 23:19:30 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- rpm/mkspec-dtb: Update for 5.9
|
||||
arch/arm64/boot/dts/al subdir has been renamed to amazon.
|
||||
- commit e450c4d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -411,6 +493,38 @@ Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
SW_TABLET_MODE reporting (bsc#1175599).
|
||||
- commit 5672f81
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:20:10 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.9-rc8
|
||||
- commit 2a6c374
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:07:01 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.9-rc8
|
||||
- commit 52c5e56
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 14:38:26 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.9-rc8
|
||||
- commit bbcb0ce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 06:36:16 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc8
|
||||
- commit f75a311
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 4 22:24:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- bpf: Fix "unresolved symbol" build error with resolve_btfids
|
||||
(http://lkml.kernel.org/r/20200929101737.3ufw36bngkmzppqk@lion.mk-sys.cz).
|
||||
Fixes s390x/zfcpdump build failure.
|
||||
- commit c27d6ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
|
||||
@ -418,6 +532,20 @@ Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
amdgpu_display_crtc_set_config (git-fixes).
|
||||
- commit 08db7a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 14:39:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE also in arm*/* (bsc#1176923)
|
||||
The arm configs (both 64-bit and 32-bit) are currently disabled so that
|
||||
they cannot be updated the usual way. Apply the changes manually.
|
||||
- commit a1b15af
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 10:55:44 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE (bsc#1176923)
|
||||
- commit 9702a5f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -584,6 +712,12 @@ Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit ea492d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 14:35:06 CEST 2020 - ohering@suse.de
|
||||
|
||||
- rpm/constraints.in: recognize also kernel-source-azure (bsc#1176732)
|
||||
- commit 7214bbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -684,6 +818,14 @@ Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 01:08:38 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc7
|
||||
- eliminated 1 patch
|
||||
- patches.suse/dax-Fix-compilation-for-CONFIG_DAX-CONFIG_FS_DAX.patch
|
||||
- commit a5f5f07
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 27 10:02:02 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -897,6 +1039,13 @@ Tue Sep 22 11:36:53 CEST 2020 - msuchanek@suse.de
|
||||
- kernel-syms.spec.in: Also use bz compression (boo#1175882).
|
||||
- commit ecaf78d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 00:29:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX
|
||||
(http://lkml.kernel.org/r/20200921010359.GO3027113@arch-chirva.localdomain).
|
||||
- commit 289d4e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 13:00:19 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -913,6 +1062,14 @@ Mon Sep 21 12:44:24 CEST 2020 - tiwai@suse.de
|
||||
This causes errors on ASoC SOF driver.
|
||||
- commit b7791aa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 07:08:13 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc6
|
||||
- refresh configs
|
||||
- drop VGACON_SOFT_SCROLLBACK and related
|
||||
- commit bf46e69
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 03:15:11 CEST 2020 - glin@suse.com
|
||||
|
||||
@ -1240,6 +1397,15 @@ Thu Sep 17 19:44:40 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 83e873a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 10:21:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc5
|
||||
- eliminated 2 patches
|
||||
patches.suse/drm-virtio-fix-unblank.patch
|
||||
patches.suse/firmware_loader-fix-memory-leak-for-paged-buffer.patch
|
||||
- commit e921ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 12 20:07:52 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1609,13 +1775,31 @@ Mon Sep 7 12:03:50 CEST 2020 - yousaf.kaukab@suse.com
|
||||
|
||||
- coresight: fix offset by one error in counting ports
|
||||
(bsc#1175054).
|
||||
- commit 038472f
|
||||
- commit 1169fee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 10:27:30 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: add CONFIG_GCOV_KENREL=n
|
||||
Define this explicitly as kbuild bot still uses gcc9 for testing
|
||||
- commit 0dcb9bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 09:10:13 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: enable a few missing Intel SOF and SST ASoC entries (bsc#1176200)
|
||||
- commit 87f4d0a
|
||||
- commit 074fdcf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 06:49:28 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc4
|
||||
- eliminated 1 patch
|
||||
- patches.suse/net-packet-fix-overflow-in-tpacket_rcv.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- XEN_UNPOPULATED_ALLOC=y (x86_64 only)
|
||||
- commit 2817e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 09:39:46 CEST 2020 - jslaby@suse.cz
|
||||
@ -2092,6 +2276,23 @@ Fri Sep 4 16:59:40 CEST 2020 - mkubecek@suse.cz
|
||||
bsc#1176069).
|
||||
- commit eba56bd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 07:23:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc3
|
||||
- eliminated 1 patch
|
||||
- patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- PPC_PROT_SAO_LPAR=n (ppc64 and ppc64le)
|
||||
- commit 3cc13d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 30 22:44:37 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: whitespace cleanup
|
||||
- commit efc1fed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 28 19:19:49 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
@ -2104,7 +2305,7 @@ Fri Aug 28 10:13:28 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- fs/cachefiles: Drop superfluous readpages aops NULL check
|
||||
(bsc#1175245).
|
||||
- commit 34111a4
|
||||
- commit e4cd10b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
@ -2139,6 +2340,13 @@ Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
- gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY (bsc#1012628).
|
||||
- commit 4d7a832
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:48:20 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update upstream reference:
|
||||
patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch.
|
||||
- commit 993f7ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 12:50:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2421,6 +2629,19 @@ Tue Aug 25 08:12:56 CEST 2020 - jslaby@suse.cz
|
||||
Add the second bsc reference.
|
||||
- commit fb64fba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 20:02:21 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Revert "HID: usbhid: do not sleep when opening device".
|
||||
- commit 4229f31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 15:02:20 CEST 2020 - wqu@suse.com
|
||||
|
||||
- Refresh
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 31073f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
|
||||
@ -2428,6 +2649,22 @@ Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 74987e4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 06:49:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc2
|
||||
- eliminated 1 patch
|
||||
- patches.suse/squashfs-avoid-bio_alloc-failure-with-1Mbyte-blocks.patch
|
||||
- refresh configs
|
||||
- commit 7bec2d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 23 10:12:27 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
Move an "almost mainline" patch to "almost mainline" section.
|
||||
- commit 4e4b6b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 21 20:20:08 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2831,6 +3068,12 @@ Fri Aug 21 12:16:12 CEST 2020 - jwiesner@suse.com
|
||||
(bsc#1174771).
|
||||
- commit 1874dbd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 08:39:02 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- drm/virtio: fix unblank (make virtio gpu work again).
|
||||
- commit 42af09b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 19 11:43:13 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -3637,7 +3880,125 @@ Wed Aug 19 08:13:41 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- squashfs: avoid bio_alloc() failure with 1Mbyte blocks
|
||||
(bsc#1175308).
|
||||
- commit 61ee09a
|
||||
- commit 8f3c2bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 01:50:23 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: restore PHYLIB=m in */vanilla
|
||||
As the PHYLIB/ETHTOOL_NETLINK dependency fix is now in 5.9-rc1 tarball,
|
||||
we can apply the changes from commit 4756d9edf730 ("config: restore
|
||||
PHYLIB=m") also to vanilla configs.
|
||||
- commit 4d4447f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 00:47:00 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc1
|
||||
- eliminated 50 patches (39 stable, 11 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- disable (needs update)
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- refresh
|
||||
- patches.rpmify/Add-ksym-provides-tool.patch
|
||||
- patches.suse/acpi_thermal_passive_blacklist.patch
|
||||
- patches.suse/add-product-identifying-information-to-vmcoreinfo.patch
|
||||
- patches.suse/apparmor-compatibility-with-v2.x-net.patch
|
||||
- patches.suse/b43-missing-firmware-info.patch
|
||||
- patches.suse/dm-mpath-no-partitions-feature
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- new config options:
|
||||
- General setup
|
||||
- KERNEL_ZSTD=n
|
||||
- RD_ZSTD=y
|
||||
- File systems
|
||||
- FS_ENCRYPTION_INLINE_CRYPT=y
|
||||
- TMPFS_INODE64=y
|
||||
- Kernel hacking
|
||||
- DEBUG_FORCE_FUNCTION_ALIGN_32B=n
|
||||
- DEBUG_FS_ALLOW_ALL=y
|
||||
- DEBUG_FS_DISALLOW_MOUNT=n
|
||||
- DEBUG_FS_ALLOW_NONE=n
|
||||
- RCU_REF_SCALE_TEST=n
|
||||
- TEST_FPU=n
|
||||
- PCI support
|
||||
- PCI_J721E_HOST=n
|
||||
- PCI_J721E_EP=n
|
||||
- Storage
|
||||
- NVME_TARGET_PASSTHRU=n
|
||||
- SCSI_UFS_CRYPTO=y
|
||||
- BCACHE_ASYNC_REGISTRATION=y
|
||||
- Network device support
|
||||
- MLX5_IPSEC=y
|
||||
- MT7663S=m
|
||||
- WLAN_VENDOR_MICROCHIP=y
|
||||
- RTW88_8821CE=m
|
||||
- Character devices
|
||||
- HW_RANDOM_BA431=m
|
||||
- SERIAL_IMX_EARLYCON=n
|
||||
- Power management
|
||||
- CHARGER_BQ2515X=m
|
||||
- SENSORS_CORSAIR_CPRO=m
|
||||
- THERMAL_NETLINK=y
|
||||
- REGULATOR_PCA9450=m
|
||||
- REGULATOR_QCOM_USB_VBUS=m
|
||||
- REGULATOR_QCOM_LABIBB=m
|
||||
- REGULATOR_FAN53880=m
|
||||
- REGULATOR_SY8827N=m
|
||||
- Multimedia support
|
||||
- VIDEO_RDACM20=m
|
||||
- VIDEO_DW9768=m
|
||||
- VIDEO_MAX9286=m
|
||||
- Graphics support
|
||||
- DRM_AMD_DC_DCN3_0=y
|
||||
- NOUVEAU_DEBUG_PUSH=n
|
||||
- DRM_PANEL_SITRONIX_ST7703=n
|
||||
- Sound card support
|
||||
- SND_HDA_INTEL_HDMI_SILENT_STREAM=y
|
||||
- SND_SOC_MAX98373_SDW=m
|
||||
- USB support
|
||||
- USB_OTG_PRODUCTLIST=n
|
||||
- USB_OTG_DISABLE_EXTERNAL_HUB=n
|
||||
- X86 Platform Specific Device Drivers
|
||||
- INTEL_ATOMISP2_LED=m
|
||||
- Industrial I/O support
|
||||
- SCD30_CORE=n
|
||||
- INV_ICM42600_I2C=n
|
||||
- INV_ICM42600_SPI=n
|
||||
- Misc drivers
|
||||
- SPI_LANTIQ_SSC=n
|
||||
- PINCTRL_EMMITSBURG=m
|
||||
- GPIO_PCA9570=m
|
||||
- IR_TOY=m
|
||||
- CEC_CH7322=m
|
||||
- LEDS_CLASS_MULTICOLOR=m
|
||||
- XILINX_ZYNQMP_DPDMA=m
|
||||
- MLX5_VDPA=n
|
||||
- CLK_HSDK=n
|
||||
- i386
|
||||
- REGULATOR_CROS_EC=m
|
||||
- ppc
|
||||
- PPC_QUEUED_SPINLOCKS=y
|
||||
- s390x
|
||||
- BPF_KPROBE_OVERRIDE=n
|
||||
- FAIL_FUNCTION=n
|
||||
- riscv64
|
||||
- NO_HZ_IDLE=y
|
||||
- VIRT_CPU_ACCOUNTING_GEN=y
|
||||
- JUMP_LABEL=y
|
||||
- STATIC_KEYS_SELFTEST=n
|
||||
- STACKPROTECTOR=y
|
||||
- STACKPROTECTOR_STRONG=y
|
||||
- SND_SOC_MAX98373_I2C=m
|
||||
- DEBUG_KMEMLEAK=n
|
||||
- DEBUG_VM_PGTABLE=n
|
||||
- PROVE_LOCKING=n
|
||||
- LOCK_STAT=n
|
||||
- DEBUG_WW_MUTEX_SLOWPATH=n
|
||||
- DEBUG_LOCK_ALLOC=n
|
||||
- KCOV=n
|
||||
- CONTEXT_TRACKING_FORCE=n
|
||||
- commit 6a30651
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 17 16:31:56 CEST 2020 - tiwai@suse.de
|
||||
@ -12508,7 +12869,7 @@ Wed Feb 26 14:05:58 CET 2020 - mhocko@suse.com
|
||||
Tue Feb 25 11:49:29 CET 2020 - meissner@suse.de
|
||||
|
||||
- sign also s390x kernel images (bsc#1163524)
|
||||
- commit b38b611
|
||||
- commit fd52e6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 11:37:02 CET 2020 - jroedel@suse.de
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 5.8.15
|
||||
Version: 5.9.1
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc680e93
|
||||
Release: <RELEASE>.g8abc535
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -52,7 +52,7 @@ Requires: kernel-pae-devel = %version-%source_rel
|
||||
%endif
|
||||
Requires: pesign-obs-integration
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
Provides: %name-srchash-8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch.
|
||||
Update upstream status.
|
||||
- commit 7b40cc9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:42:17 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.9.1 (bsc#1012628).
|
||||
- Bluetooth: MGMT: Fix not checking if BT_HS is enabled
|
||||
(bsc#1012628).
|
||||
- media: usbtv: Fix refcounting mixup (bsc#1012628).
|
||||
- USB: serial: option: add Cellient MPL200 card (bsc#1012628).
|
||||
- USB: serial: option: Add Telit FT980-KS composition
|
||||
(bsc#1012628).
|
||||
- staging: comedi: check validity of wMaxPacketSize of usb
|
||||
endpoints found (bsc#1012628).
|
||||
- USB: serial: pl2303: add device-id for HP GC device
|
||||
(bsc#1012628).
|
||||
- USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART
|
||||
adapters (bsc#1012628).
|
||||
- vt_ioctl: make VT_RESIZEX behave like VT_RESIZE (bsc#1012628).
|
||||
- reiserfs: Initialize inode keys properly (bsc#1012628).
|
||||
- reiserfs: Fix oops during mount (bsc#1012628).
|
||||
- Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"
|
||||
(bsc#1012628).
|
||||
- crypto: bcm - Verify GCM/CCM key length in setkey (bsc#1012628).
|
||||
- crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA
|
||||
(bsc#1012628).
|
||||
- commit b7f511b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 16 09:20:34 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- update patches metadata
|
||||
- update upstream references:
|
||||
patches.suse/Bluetooth-A2MP-Fix-not-initializing-all-members.patch
|
||||
patches.suse/Bluetooth-L2CAP-Fix-calling-sk_filter-on-non-socket-.patch
|
||||
- commit b1f22f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 15 10:09:30 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -17,13 +60,13 @@ Thu Oct 15 08:47:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Bluetooth: A2MP: Fix not initializing all members
|
||||
(CVE-2020-12352 bsc#1177725).
|
||||
- commit c64c556
|
||||
- commit 74ef4a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:33:46 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: CONFIG_PINCTRL_AMD=y for fixing dependency (bsc#1177049)
|
||||
- commit f9a8fb6
|
||||
- commit 233d0fc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:13:19 CEST 2020 - jslaby@suse.cz
|
||||
@ -245,6 +288,38 @@ Wed Oct 14 12:39:26 CEST 2020 - jslaby@suse.cz
|
||||
linux/font.h (bsc#1012628).
|
||||
- commit 1dc82dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 12 00:20:46 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9 final
|
||||
- eliminated 1 patch
|
||||
- patches.suse/bpf-Fix-unresolved-symbol-build-error-with-resolve_b.patch
|
||||
- update configs
|
||||
- MLX5_VDPA=y, MLX5_VDPA_NET=m
|
||||
- restore FB_ARMCLCD (y on armv6hl and armv7hl, n on arm64)
|
||||
- commit 11733e1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 14:01:47 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable DEBUG_INFO_BTF in s390x/zfcpdump
|
||||
Even if the build has been fixed, there is little use for BTF debug
|
||||
information in kernel-zfcpdump so disable it there.
|
||||
- commit e7595e7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 8 21:38:16 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Exclude .config.old from kernel-devel
|
||||
- use tar excludes for .kernel-binary.spec.buildenv
|
||||
- commit 939a79b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 20:02:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Package the obj_install_dir as explicit filelist.
|
||||
- commit 5587762
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 08:23:04 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -404,6 +479,13 @@ Wed Oct 7 08:22:07 CEST 2020 - jslaby@suse.cz
|
||||
you.. (bsc#1012628).
|
||||
- commit e882d6e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 23:19:30 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- rpm/mkspec-dtb: Update for 5.9
|
||||
arch/arm64/boot/dts/al subdir has been renamed to amazon.
|
||||
- commit e450c4d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -411,6 +493,38 @@ Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
SW_TABLET_MODE reporting (bsc#1175599).
|
||||
- commit 5672f81
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:20:10 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.9-rc8
|
||||
- commit 2a6c374
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:07:01 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.9-rc8
|
||||
- commit 52c5e56
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 14:38:26 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.9-rc8
|
||||
- commit bbcb0ce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 06:36:16 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc8
|
||||
- commit f75a311
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 4 22:24:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- bpf: Fix "unresolved symbol" build error with resolve_btfids
|
||||
(http://lkml.kernel.org/r/20200929101737.3ufw36bngkmzppqk@lion.mk-sys.cz).
|
||||
Fixes s390x/zfcpdump build failure.
|
||||
- commit c27d6ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
|
||||
@ -418,6 +532,20 @@ Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
amdgpu_display_crtc_set_config (git-fixes).
|
||||
- commit 08db7a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 14:39:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE also in arm*/* (bsc#1176923)
|
||||
The arm configs (both 64-bit and 32-bit) are currently disabled so that
|
||||
they cannot be updated the usual way. Apply the changes manually.
|
||||
- commit a1b15af
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 10:55:44 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE (bsc#1176923)
|
||||
- commit 9702a5f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -584,6 +712,12 @@ Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit ea492d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 14:35:06 CEST 2020 - ohering@suse.de
|
||||
|
||||
- rpm/constraints.in: recognize also kernel-source-azure (bsc#1176732)
|
||||
- commit 7214bbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -684,6 +818,14 @@ Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 01:08:38 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc7
|
||||
- eliminated 1 patch
|
||||
- patches.suse/dax-Fix-compilation-for-CONFIG_DAX-CONFIG_FS_DAX.patch
|
||||
- commit a5f5f07
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 27 10:02:02 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -897,6 +1039,13 @@ Tue Sep 22 11:36:53 CEST 2020 - msuchanek@suse.de
|
||||
- kernel-syms.spec.in: Also use bz compression (boo#1175882).
|
||||
- commit ecaf78d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 00:29:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX
|
||||
(http://lkml.kernel.org/r/20200921010359.GO3027113@arch-chirva.localdomain).
|
||||
- commit 289d4e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 13:00:19 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -913,6 +1062,14 @@ Mon Sep 21 12:44:24 CEST 2020 - tiwai@suse.de
|
||||
This causes errors on ASoC SOF driver.
|
||||
- commit b7791aa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 07:08:13 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc6
|
||||
- refresh configs
|
||||
- drop VGACON_SOFT_SCROLLBACK and related
|
||||
- commit bf46e69
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 03:15:11 CEST 2020 - glin@suse.com
|
||||
|
||||
@ -1240,6 +1397,15 @@ Thu Sep 17 19:44:40 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 83e873a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 10:21:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc5
|
||||
- eliminated 2 patches
|
||||
patches.suse/drm-virtio-fix-unblank.patch
|
||||
patches.suse/firmware_loader-fix-memory-leak-for-paged-buffer.patch
|
||||
- commit e921ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 12 20:07:52 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1609,13 +1775,31 @@ Mon Sep 7 12:03:50 CEST 2020 - yousaf.kaukab@suse.com
|
||||
|
||||
- coresight: fix offset by one error in counting ports
|
||||
(bsc#1175054).
|
||||
- commit 038472f
|
||||
- commit 1169fee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 10:27:30 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: add CONFIG_GCOV_KENREL=n
|
||||
Define this explicitly as kbuild bot still uses gcc9 for testing
|
||||
- commit 0dcb9bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 09:10:13 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: enable a few missing Intel SOF and SST ASoC entries (bsc#1176200)
|
||||
- commit 87f4d0a
|
||||
- commit 074fdcf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 06:49:28 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc4
|
||||
- eliminated 1 patch
|
||||
- patches.suse/net-packet-fix-overflow-in-tpacket_rcv.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- XEN_UNPOPULATED_ALLOC=y (x86_64 only)
|
||||
- commit 2817e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 09:39:46 CEST 2020 - jslaby@suse.cz
|
||||
@ -2092,6 +2276,23 @@ Fri Sep 4 16:59:40 CEST 2020 - mkubecek@suse.cz
|
||||
bsc#1176069).
|
||||
- commit eba56bd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 07:23:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc3
|
||||
- eliminated 1 patch
|
||||
- patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- PPC_PROT_SAO_LPAR=n (ppc64 and ppc64le)
|
||||
- commit 3cc13d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 30 22:44:37 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: whitespace cleanup
|
||||
- commit efc1fed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 28 19:19:49 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
@ -2104,7 +2305,7 @@ Fri Aug 28 10:13:28 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- fs/cachefiles: Drop superfluous readpages aops NULL check
|
||||
(bsc#1175245).
|
||||
- commit 34111a4
|
||||
- commit e4cd10b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
@ -2139,6 +2340,13 @@ Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
- gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY (bsc#1012628).
|
||||
- commit 4d7a832
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:48:20 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update upstream reference:
|
||||
patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch.
|
||||
- commit 993f7ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 12:50:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2421,6 +2629,19 @@ Tue Aug 25 08:12:56 CEST 2020 - jslaby@suse.cz
|
||||
Add the second bsc reference.
|
||||
- commit fb64fba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 20:02:21 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Revert "HID: usbhid: do not sleep when opening device".
|
||||
- commit 4229f31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 15:02:20 CEST 2020 - wqu@suse.com
|
||||
|
||||
- Refresh
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 31073f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
|
||||
@ -2428,6 +2649,22 @@ Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 74987e4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 06:49:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc2
|
||||
- eliminated 1 patch
|
||||
- patches.suse/squashfs-avoid-bio_alloc-failure-with-1Mbyte-blocks.patch
|
||||
- refresh configs
|
||||
- commit 7bec2d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 23 10:12:27 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
Move an "almost mainline" patch to "almost mainline" section.
|
||||
- commit 4e4b6b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 21 20:20:08 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2831,6 +3068,12 @@ Fri Aug 21 12:16:12 CEST 2020 - jwiesner@suse.com
|
||||
(bsc#1174771).
|
||||
- commit 1874dbd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 08:39:02 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- drm/virtio: fix unblank (make virtio gpu work again).
|
||||
- commit 42af09b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 19 11:43:13 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -3637,7 +3880,125 @@ Wed Aug 19 08:13:41 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- squashfs: avoid bio_alloc() failure with 1Mbyte blocks
|
||||
(bsc#1175308).
|
||||
- commit 61ee09a
|
||||
- commit 8f3c2bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 01:50:23 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: restore PHYLIB=m in */vanilla
|
||||
As the PHYLIB/ETHTOOL_NETLINK dependency fix is now in 5.9-rc1 tarball,
|
||||
we can apply the changes from commit 4756d9edf730 ("config: restore
|
||||
PHYLIB=m") also to vanilla configs.
|
||||
- commit 4d4447f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 00:47:00 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc1
|
||||
- eliminated 50 patches (39 stable, 11 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- disable (needs update)
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- refresh
|
||||
- patches.rpmify/Add-ksym-provides-tool.patch
|
||||
- patches.suse/acpi_thermal_passive_blacklist.patch
|
||||
- patches.suse/add-product-identifying-information-to-vmcoreinfo.patch
|
||||
- patches.suse/apparmor-compatibility-with-v2.x-net.patch
|
||||
- patches.suse/b43-missing-firmware-info.patch
|
||||
- patches.suse/dm-mpath-no-partitions-feature
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- new config options:
|
||||
- General setup
|
||||
- KERNEL_ZSTD=n
|
||||
- RD_ZSTD=y
|
||||
- File systems
|
||||
- FS_ENCRYPTION_INLINE_CRYPT=y
|
||||
- TMPFS_INODE64=y
|
||||
- Kernel hacking
|
||||
- DEBUG_FORCE_FUNCTION_ALIGN_32B=n
|
||||
- DEBUG_FS_ALLOW_ALL=y
|
||||
- DEBUG_FS_DISALLOW_MOUNT=n
|
||||
- DEBUG_FS_ALLOW_NONE=n
|
||||
- RCU_REF_SCALE_TEST=n
|
||||
- TEST_FPU=n
|
||||
- PCI support
|
||||
- PCI_J721E_HOST=n
|
||||
- PCI_J721E_EP=n
|
||||
- Storage
|
||||
- NVME_TARGET_PASSTHRU=n
|
||||
- SCSI_UFS_CRYPTO=y
|
||||
- BCACHE_ASYNC_REGISTRATION=y
|
||||
- Network device support
|
||||
- MLX5_IPSEC=y
|
||||
- MT7663S=m
|
||||
- WLAN_VENDOR_MICROCHIP=y
|
||||
- RTW88_8821CE=m
|
||||
- Character devices
|
||||
- HW_RANDOM_BA431=m
|
||||
- SERIAL_IMX_EARLYCON=n
|
||||
- Power management
|
||||
- CHARGER_BQ2515X=m
|
||||
- SENSORS_CORSAIR_CPRO=m
|
||||
- THERMAL_NETLINK=y
|
||||
- REGULATOR_PCA9450=m
|
||||
- REGULATOR_QCOM_USB_VBUS=m
|
||||
- REGULATOR_QCOM_LABIBB=m
|
||||
- REGULATOR_FAN53880=m
|
||||
- REGULATOR_SY8827N=m
|
||||
- Multimedia support
|
||||
- VIDEO_RDACM20=m
|
||||
- VIDEO_DW9768=m
|
||||
- VIDEO_MAX9286=m
|
||||
- Graphics support
|
||||
- DRM_AMD_DC_DCN3_0=y
|
||||
- NOUVEAU_DEBUG_PUSH=n
|
||||
- DRM_PANEL_SITRONIX_ST7703=n
|
||||
- Sound card support
|
||||
- SND_HDA_INTEL_HDMI_SILENT_STREAM=y
|
||||
- SND_SOC_MAX98373_SDW=m
|
||||
- USB support
|
||||
- USB_OTG_PRODUCTLIST=n
|
||||
- USB_OTG_DISABLE_EXTERNAL_HUB=n
|
||||
- X86 Platform Specific Device Drivers
|
||||
- INTEL_ATOMISP2_LED=m
|
||||
- Industrial I/O support
|
||||
- SCD30_CORE=n
|
||||
- INV_ICM42600_I2C=n
|
||||
- INV_ICM42600_SPI=n
|
||||
- Misc drivers
|
||||
- SPI_LANTIQ_SSC=n
|
||||
- PINCTRL_EMMITSBURG=m
|
||||
- GPIO_PCA9570=m
|
||||
- IR_TOY=m
|
||||
- CEC_CH7322=m
|
||||
- LEDS_CLASS_MULTICOLOR=m
|
||||
- XILINX_ZYNQMP_DPDMA=m
|
||||
- MLX5_VDPA=n
|
||||
- CLK_HSDK=n
|
||||
- i386
|
||||
- REGULATOR_CROS_EC=m
|
||||
- ppc
|
||||
- PPC_QUEUED_SPINLOCKS=y
|
||||
- s390x
|
||||
- BPF_KPROBE_OVERRIDE=n
|
||||
- FAIL_FUNCTION=n
|
||||
- riscv64
|
||||
- NO_HZ_IDLE=y
|
||||
- VIRT_CPU_ACCOUNTING_GEN=y
|
||||
- JUMP_LABEL=y
|
||||
- STATIC_KEYS_SELFTEST=n
|
||||
- STACKPROTECTOR=y
|
||||
- STACKPROTECTOR_STRONG=y
|
||||
- SND_SOC_MAX98373_I2C=m
|
||||
- DEBUG_KMEMLEAK=n
|
||||
- DEBUG_VM_PGTABLE=n
|
||||
- PROVE_LOCKING=n
|
||||
- LOCK_STAT=n
|
||||
- DEBUG_WW_MUTEX_SLOWPATH=n
|
||||
- DEBUG_LOCK_ALLOC=n
|
||||
- KCOV=n
|
||||
- CONTEXT_TRACKING_FORCE=n
|
||||
- commit 6a30651
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 17 16:31:56 CEST 2020 - tiwai@suse.de
|
||||
@ -12508,7 +12869,7 @@ Wed Feb 26 14:05:58 CET 2020 - mhocko@suse.com
|
||||
Tue Feb 25 11:49:29 CET 2020 - meissner@suse.de
|
||||
|
||||
- sign also s390x kernel images (bsc#1163524)
|
||||
- commit b38b611
|
||||
- commit fd52e6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 11:37:02 CET 2020 - jroedel@suse.de
|
||||
|
@ -17,8 +17,8 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.15
|
||||
%define srcversion 5.9
|
||||
%define patchversion 5.9.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.8.15
|
||||
Version: 5.9.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc680e93
|
||||
Release: <RELEASE>.g8abc535
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
Provides: kernel-srchash-c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
Provides: kernel-%build_flavor-base-srchash-8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
Provides: kernel-srchash-8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
Provides: %name-srchash-8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
@ -916,7 +916,8 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
done
|
||||
|
||||
tar -cf - -T %my_builddir/obj-files | \
|
||||
tar --exclude=\*.ipa-clones --exclude=.config.old --exclude=.kernel-binary.spec.buildenv \
|
||||
-cf - -T %my_builddir/obj-files | \
|
||||
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
|
||||
# bnc#507084
|
||||
find %rpm_install_dir/%cpu_arch_flavor/scripts -type f -perm -111 | \
|
||||
@ -933,10 +934,6 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
|
||||
rm -rf %{buildroot}/lib/firmware
|
||||
if [ %CONFIG_MODULES = y ]; then
|
||||
# file contains number of CPUs, making builds hard to reproduce
|
||||
find %{buildroot}/usr/src/linux-*-obj/ -name .kernel-binary.spec.buildenv -delete
|
||||
fi
|
||||
|
||||
add_dirs_to_filelist() {
|
||||
sed -rn '
|
||||
@ -966,6 +963,9 @@ for file in %buildroot/boot/symtypes* %buildroot/lib/modules/*/{build,source}; d
|
||||
f=${file##%buildroot}
|
||||
echo "$f"
|
||||
done | add_dirs_to_filelist >%my_builddir/kernel-devel.files
|
||||
( cd %buildroot ; find .%obj_install_dir/%cpu_arch_flavor -type f ; ) | \
|
||||
sed -e 's/^[.]//' | grep -v -e '[.]ipa-clones$' -e '/Symbols[.]list$' -e '/ipa-clones[.]list$'| \
|
||||
add_dirs_to_filelist >> %my_builddir/kernel-devel.files
|
||||
|
||||
{ cd %buildroot
|
||||
for f in boot/*; do
|
||||
@ -1168,13 +1168,9 @@ kernel module packages) against the %build_flavor flavor of the kernel.
|
||||
|
||||
%files devel -f kernel-devel.files
|
||||
%defattr(-,root,root)
|
||||
%dir %obj_install_dir
|
||||
%dir %obj_install_dir/%cpu_arch
|
||||
%dir /usr/src/linux-obj
|
||||
%dir /usr/src/linux-obj/%cpu_arch
|
||||
%ghost /usr/src/linux-obj/%cpu_arch_flavor
|
||||
%obj_install_dir/%cpu_arch_flavor
|
||||
%exclude %obj_install_dir/%cpu_arch_flavor/Symbols.list
|
||||
%if %kmp_target_cpu != %cpu_arch
|
||||
%obj_install_dir/%kmp_target_cpu
|
||||
/usr/src/linux-obj/%kmp_target_cpu
|
||||
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Refresh
|
||||
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch.
|
||||
Update upstream status.
|
||||
- commit 7b40cc9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 09:42:17 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.9.1 (bsc#1012628).
|
||||
- Bluetooth: MGMT: Fix not checking if BT_HS is enabled
|
||||
(bsc#1012628).
|
||||
- media: usbtv: Fix refcounting mixup (bsc#1012628).
|
||||
- USB: serial: option: add Cellient MPL200 card (bsc#1012628).
|
||||
- USB: serial: option: Add Telit FT980-KS composition
|
||||
(bsc#1012628).
|
||||
- staging: comedi: check validity of wMaxPacketSize of usb
|
||||
endpoints found (bsc#1012628).
|
||||
- USB: serial: pl2303: add device-id for HP GC device
|
||||
(bsc#1012628).
|
||||
- USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART
|
||||
adapters (bsc#1012628).
|
||||
- vt_ioctl: make VT_RESIZEX behave like VT_RESIZE (bsc#1012628).
|
||||
- reiserfs: Initialize inode keys properly (bsc#1012628).
|
||||
- reiserfs: Fix oops during mount (bsc#1012628).
|
||||
- Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"
|
||||
(bsc#1012628).
|
||||
- crypto: bcm - Verify GCM/CCM key length in setkey (bsc#1012628).
|
||||
- crypto: qat - check cipher length for aead AES-CBC-HMAC-SHA
|
||||
(bsc#1012628).
|
||||
- commit b7f511b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 16 09:20:34 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- update patches metadata
|
||||
- update upstream references:
|
||||
patches.suse/Bluetooth-A2MP-Fix-not-initializing-all-members.patch
|
||||
patches.suse/Bluetooth-L2CAP-Fix-calling-sk_filter-on-non-socket-.patch
|
||||
- commit b1f22f7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 15 10:09:30 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -17,13 +60,13 @@ Thu Oct 15 08:47:37 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Bluetooth: A2MP: Fix not initializing all members
|
||||
(CVE-2020-12352 bsc#1177725).
|
||||
- commit c64c556
|
||||
- commit 74ef4a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:33:46 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: CONFIG_PINCTRL_AMD=y for fixing dependency (bsc#1177049)
|
||||
- commit f9a8fb6
|
||||
- commit 233d0fc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 13:13:19 CEST 2020 - jslaby@suse.cz
|
||||
@ -245,6 +288,38 @@ Wed Oct 14 12:39:26 CEST 2020 - jslaby@suse.cz
|
||||
linux/font.h (bsc#1012628).
|
||||
- commit 1dc82dd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 12 00:20:46 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9 final
|
||||
- eliminated 1 patch
|
||||
- patches.suse/bpf-Fix-unresolved-symbol-build-error-with-resolve_b.patch
|
||||
- update configs
|
||||
- MLX5_VDPA=y, MLX5_VDPA_NET=m
|
||||
- restore FB_ARMCLCD (y on armv6hl and armv7hl, n on arm64)
|
||||
- commit 11733e1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 14:01:47 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable DEBUG_INFO_BTF in s390x/zfcpdump
|
||||
Even if the build has been fixed, there is little use for BTF debug
|
||||
information in kernel-zfcpdump so disable it there.
|
||||
- commit e7595e7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 8 21:38:16 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Exclude .config.old from kernel-devel
|
||||
- use tar excludes for .kernel-binary.spec.buildenv
|
||||
- commit 939a79b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 20:02:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- kernel-binary.spec.in: Package the obj_install_dir as explicit filelist.
|
||||
- commit 5587762
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 08:23:04 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -404,6 +479,13 @@ Wed Oct 7 08:22:07 CEST 2020 - jslaby@suse.cz
|
||||
you.. (bsc#1012628).
|
||||
- commit e882d6e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 23:19:30 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- rpm/mkspec-dtb: Update for 5.9
|
||||
arch/arm64/boot/dts/al subdir has been renamed to amazon.
|
||||
- commit e450c4d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -411,6 +493,38 @@ Mon Oct 5 17:30:07 CEST 2020 - tiwai@suse.de
|
||||
SW_TABLET_MODE reporting (bsc#1175599).
|
||||
- commit 5672f81
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:20:10 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv7hl: Update to 5.9-rc8
|
||||
- commit 2a6c374
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 15:07:01 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: armv6hl: Update to 5.9-rc8
|
||||
- commit 52c5e56
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 14:38:26 CEST 2020 - afaerber@suse.com
|
||||
|
||||
- config: arm64: Update to 5.9-rc8
|
||||
- commit bbcb0ce
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 06:36:16 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc8
|
||||
- commit f75a311
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 4 22:24:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- bpf: Fix "unresolved symbol" build error with resolve_btfids
|
||||
(http://lkml.kernel.org/r/20200929101737.3ufw36bngkmzppqk@lion.mk-sys.cz).
|
||||
Fixes s390x/zfcpdump build failure.
|
||||
- commit c27d6ab
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
|
||||
@ -418,6 +532,20 @@ Fri Oct 2 18:21:59 CEST 2020 - jdelvare@suse.de
|
||||
amdgpu_display_crtc_set_config (git-fixes).
|
||||
- commit 08db7a3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 14:39:57 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE also in arm*/* (bsc#1176923)
|
||||
The arm configs (both 64-bit and 32-bit) are currently disabled so that
|
||||
they cannot be updated the usual way. Apply the changes manually.
|
||||
- commit a1b15af
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 2 10:55:44 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: disable SECURITY_SELINUX_DISABLE (bsc#1176923)
|
||||
- commit 9702a5f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -584,6 +712,12 @@ Thu Oct 1 18:47:56 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit ea492d4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 14:35:06 CEST 2020 - ohering@suse.de
|
||||
|
||||
- rpm/constraints.in: recognize also kernel-source-azure (bsc#1176732)
|
||||
- commit 7214bbe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -684,6 +818,14 @@ Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 01:08:38 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc7
|
||||
- eliminated 1 patch
|
||||
- patches.suse/dax-Fix-compilation-for-CONFIG_DAX-CONFIG_FS_DAX.patch
|
||||
- commit a5f5f07
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 27 10:02:02 CEST 2020 - tiwai@suse.de
|
||||
|
||||
@ -897,6 +1039,13 @@ Tue Sep 22 11:36:53 CEST 2020 - msuchanek@suse.de
|
||||
- kernel-syms.spec.in: Also use bz compression (boo#1175882).
|
||||
- commit ecaf78d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 00:29:58 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX
|
||||
(http://lkml.kernel.org/r/20200921010359.GO3027113@arch-chirva.localdomain).
|
||||
- commit 289d4e9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 13:00:19 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -913,6 +1062,14 @@ Mon Sep 21 12:44:24 CEST 2020 - tiwai@suse.de
|
||||
This causes errors on ASoC SOF driver.
|
||||
- commit b7791aa
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 07:08:13 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc6
|
||||
- refresh configs
|
||||
- drop VGACON_SOFT_SCROLLBACK and related
|
||||
- commit bf46e69
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 03:15:11 CEST 2020 - glin@suse.com
|
||||
|
||||
@ -1240,6 +1397,15 @@ Thu Sep 17 19:44:40 CEST 2020 - jslaby@suse.cz
|
||||
(bsc#1012628).
|
||||
- commit 83e873a
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 10:21:33 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc5
|
||||
- eliminated 2 patches
|
||||
patches.suse/drm-virtio-fix-unblank.patch
|
||||
patches.suse/firmware_loader-fix-memory-leak-for-paged-buffer.patch
|
||||
- commit e921ea1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 12 20:07:52 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -1609,13 +1775,31 @@ Mon Sep 7 12:03:50 CEST 2020 - yousaf.kaukab@suse.com
|
||||
|
||||
- coresight: fix offset by one error in counting ports
|
||||
(bsc#1175054).
|
||||
- commit 038472f
|
||||
- commit 1169fee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 10:27:30 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: add CONFIG_GCOV_KENREL=n
|
||||
Define this explicitly as kbuild bot still uses gcc9 for testing
|
||||
- commit 0dcb9bb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 09:10:13 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- Update config files: enable a few missing Intel SOF and SST ASoC entries (bsc#1176200)
|
||||
- commit 87f4d0a
|
||||
- commit 074fdcf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 06:49:28 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc4
|
||||
- eliminated 1 patch
|
||||
- patches.suse/net-packet-fix-overflow-in-tpacket_rcv.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- XEN_UNPOPULATED_ALLOC=y (x86_64 only)
|
||||
- commit 2817e6d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 09:39:46 CEST 2020 - jslaby@suse.cz
|
||||
@ -2092,6 +2276,23 @@ Fri Sep 4 16:59:40 CEST 2020 - mkubecek@suse.cz
|
||||
bsc#1176069).
|
||||
- commit eba56bd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 07:23:19 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc3
|
||||
- eliminated 1 patch
|
||||
- patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch
|
||||
- update configs
|
||||
- new config option:
|
||||
- PPC_PROT_SAO_LPAR=n (ppc64 and ppc64le)
|
||||
- commit 3cc13d8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 30 22:44:37 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: whitespace cleanup
|
||||
- commit efc1fed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 28 19:19:49 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
@ -2104,7 +2305,7 @@ Fri Aug 28 10:13:28 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- fs/cachefiles: Drop superfluous readpages aops NULL check
|
||||
(bsc#1175245).
|
||||
- commit 34111a4
|
||||
- commit e4cd10b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
@ -2139,6 +2340,13 @@ Thu Aug 27 09:52:54 CEST 2020 - jslaby@suse.cz
|
||||
- gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY (bsc#1012628).
|
||||
- commit 4d7a832
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 09:48:20 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update upstream reference:
|
||||
patches.suse/Revert-HID-usbhid-do-not-sleep-when-opening-device.patch.
|
||||
- commit 993f7ee
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 12:50:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2421,6 +2629,19 @@ Tue Aug 25 08:12:56 CEST 2020 - jslaby@suse.cz
|
||||
Add the second bsc reference.
|
||||
- commit fb64fba
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 20:02:21 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Revert "HID: usbhid: do not sleep when opening device".
|
||||
- commit 4229f31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 15:02:20 CEST 2020 - wqu@suse.com
|
||||
|
||||
- Refresh
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 31073f8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
|
||||
@ -2428,6 +2649,22 @@ Mon Aug 24 14:57:08 CEST 2020 - wqu@suse.com
|
||||
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch.
|
||||
- commit 74987e4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 06:49:26 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc2
|
||||
- eliminated 1 patch
|
||||
- patches.suse/squashfs-avoid-bio_alloc-failure-with-1Mbyte-blocks.patch
|
||||
- refresh configs
|
||||
- commit 7bec2d7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 23 10:12:27 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- series.conf: cleanup
|
||||
Move an "almost mainline" patch to "almost mainline" section.
|
||||
- commit 4e4b6b0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 21 20:20:08 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -2831,6 +3068,12 @@ Fri Aug 21 12:16:12 CEST 2020 - jwiesner@suse.com
|
||||
(bsc#1174771).
|
||||
- commit 1874dbd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 08:39:02 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- drm/virtio: fix unblank (make virtio gpu work again).
|
||||
- commit 42af09b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 19 11:43:13 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -3637,7 +3880,125 @@ Wed Aug 19 08:13:41 CEST 2020 - tiwai@suse.de
|
||||
|
||||
- squashfs: avoid bio_alloc() failure with 1Mbyte blocks
|
||||
(bsc#1175308).
|
||||
- commit 61ee09a
|
||||
- commit 8f3c2bf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 01:50:23 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- config: restore PHYLIB=m in */vanilla
|
||||
As the PHYLIB/ETHTOOL_NETLINK dependency fix is now in 5.9-rc1 tarball,
|
||||
we can apply the changes from commit 4756d9edf730 ("config: restore
|
||||
PHYLIB=m") also to vanilla configs.
|
||||
- commit 4d4447f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 00:47:00 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- Update to 5.9-rc1
|
||||
- eliminated 50 patches (39 stable, 11 other)
|
||||
- disable ARM architectures (need config update)
|
||||
- disable (needs update)
|
||||
- patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
||||
- refresh
|
||||
- patches.rpmify/Add-ksym-provides-tool.patch
|
||||
- patches.suse/acpi_thermal_passive_blacklist.patch
|
||||
- patches.suse/add-product-identifying-information-to-vmcoreinfo.patch
|
||||
- patches.suse/apparmor-compatibility-with-v2.x-net.patch
|
||||
- patches.suse/b43-missing-firmware-info.patch
|
||||
- patches.suse/dm-mpath-no-partitions-feature
|
||||
- patches.suse/vfs-add-super_operations-get_inode_dev
|
||||
- new config options:
|
||||
- General setup
|
||||
- KERNEL_ZSTD=n
|
||||
- RD_ZSTD=y
|
||||
- File systems
|
||||
- FS_ENCRYPTION_INLINE_CRYPT=y
|
||||
- TMPFS_INODE64=y
|
||||
- Kernel hacking
|
||||
- DEBUG_FORCE_FUNCTION_ALIGN_32B=n
|
||||
- DEBUG_FS_ALLOW_ALL=y
|
||||
- DEBUG_FS_DISALLOW_MOUNT=n
|
||||
- DEBUG_FS_ALLOW_NONE=n
|
||||
- RCU_REF_SCALE_TEST=n
|
||||
- TEST_FPU=n
|
||||
- PCI support
|
||||
- PCI_J721E_HOST=n
|
||||
- PCI_J721E_EP=n
|
||||
- Storage
|
||||
- NVME_TARGET_PASSTHRU=n
|
||||
- SCSI_UFS_CRYPTO=y
|
||||
- BCACHE_ASYNC_REGISTRATION=y
|
||||
- Network device support
|
||||
- MLX5_IPSEC=y
|
||||
- MT7663S=m
|
||||
- WLAN_VENDOR_MICROCHIP=y
|
||||
- RTW88_8821CE=m
|
||||
- Character devices
|
||||
- HW_RANDOM_BA431=m
|
||||
- SERIAL_IMX_EARLYCON=n
|
||||
- Power management
|
||||
- CHARGER_BQ2515X=m
|
||||
- SENSORS_CORSAIR_CPRO=m
|
||||
- THERMAL_NETLINK=y
|
||||
- REGULATOR_PCA9450=m
|
||||
- REGULATOR_QCOM_USB_VBUS=m
|
||||
- REGULATOR_QCOM_LABIBB=m
|
||||
- REGULATOR_FAN53880=m
|
||||
- REGULATOR_SY8827N=m
|
||||
- Multimedia support
|
||||
- VIDEO_RDACM20=m
|
||||
- VIDEO_DW9768=m
|
||||
- VIDEO_MAX9286=m
|
||||
- Graphics support
|
||||
- DRM_AMD_DC_DCN3_0=y
|
||||
- NOUVEAU_DEBUG_PUSH=n
|
||||
- DRM_PANEL_SITRONIX_ST7703=n
|
||||
- Sound card support
|
||||
- SND_HDA_INTEL_HDMI_SILENT_STREAM=y
|
||||
- SND_SOC_MAX98373_SDW=m
|
||||
- USB support
|
||||
- USB_OTG_PRODUCTLIST=n
|
||||
- USB_OTG_DISABLE_EXTERNAL_HUB=n
|
||||
- X86 Platform Specific Device Drivers
|
||||
- INTEL_ATOMISP2_LED=m
|
||||
- Industrial I/O support
|
||||
- SCD30_CORE=n
|
||||
- INV_ICM42600_I2C=n
|
||||
- INV_ICM42600_SPI=n
|
||||
- Misc drivers
|
||||
- SPI_LANTIQ_SSC=n
|
||||
- PINCTRL_EMMITSBURG=m
|
||||
- GPIO_PCA9570=m
|
||||
- IR_TOY=m
|
||||
- CEC_CH7322=m
|
||||
- LEDS_CLASS_MULTICOLOR=m
|
||||
- XILINX_ZYNQMP_DPDMA=m
|
||||
- MLX5_VDPA=n
|
||||
- CLK_HSDK=n
|
||||
- i386
|
||||
- REGULATOR_CROS_EC=m
|
||||
- ppc
|
||||
- PPC_QUEUED_SPINLOCKS=y
|
||||
- s390x
|
||||
- BPF_KPROBE_OVERRIDE=n
|
||||
- FAIL_FUNCTION=n
|
||||
- riscv64
|
||||
- NO_HZ_IDLE=y
|
||||
- VIRT_CPU_ACCOUNTING_GEN=y
|
||||
- JUMP_LABEL=y
|
||||
- STATIC_KEYS_SELFTEST=n
|
||||
- STACKPROTECTOR=y
|
||||
- STACKPROTECTOR_STRONG=y
|
||||
- SND_SOC_MAX98373_I2C=m
|
||||
- DEBUG_KMEMLEAK=n
|
||||
- DEBUG_VM_PGTABLE=n
|
||||
- PROVE_LOCKING=n
|
||||
- LOCK_STAT=n
|
||||
- DEBUG_WW_MUTEX_SLOWPATH=n
|
||||
- DEBUG_LOCK_ALLOC=n
|
||||
- KCOV=n
|
||||
- CONTEXT_TRACKING_FORCE=n
|
||||
- commit 6a30651
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 17 16:31:56 CEST 2020 - tiwai@suse.de
|
||||
@ -12508,7 +12869,7 @@ Wed Feb 26 14:05:58 CET 2020 - mhocko@suse.com
|
||||
Tue Feb 25 11:49:29 CET 2020 - meissner@suse.de
|
||||
|
||||
- sign also s390x kernel images (bsc#1163524)
|
||||
- commit b38b611
|
||||
- commit fd52e6c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 11:37:02 CET 2020 - jroedel@suse.de
|
||||
|
@ -17,8 +17,8 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.15
|
||||
%define srcversion 5.9
|
||||
%define patchversion 5.9.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-zfcpdump
|
||||
Summary: The IBM System Z zfcpdump Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.8.15
|
||||
Version: 5.9.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc680e93
|
||||
Release: <RELEASE>.g8abc535
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
Provides: kernel-srchash-c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
Provides: kernel-%build_flavor-base-srchash-8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
Provides: kernel-srchash-8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
Provides: %name-srchash-8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
@ -919,7 +919,8 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
done
|
||||
|
||||
tar -cf - -T %my_builddir/obj-files | \
|
||||
tar --exclude=\*.ipa-clones --exclude=.config.old --exclude=.kernel-binary.spec.buildenv \
|
||||
-cf - -T %my_builddir/obj-files | \
|
||||
tar -xf - -C %rpm_install_dir/%cpu_arch_flavor
|
||||
# bnc#507084
|
||||
find %rpm_install_dir/%cpu_arch_flavor/scripts -type f -perm -111 | \
|
||||
@ -936,10 +937,6 @@ if [ %CONFIG_MODULES = y ]; then
|
||||
fi
|
||||
|
||||
rm -rf %{buildroot}/lib/firmware
|
||||
if [ %CONFIG_MODULES = y ]; then
|
||||
# file contains number of CPUs, making builds hard to reproduce
|
||||
find %{buildroot}/usr/src/linux-*-obj/ -name .kernel-binary.spec.buildenv -delete
|
||||
fi
|
||||
|
||||
add_dirs_to_filelist() {
|
||||
sed -rn '
|
||||
@ -969,6 +966,9 @@ for file in %buildroot/boot/symtypes* %buildroot/lib/modules/*/{build,source}; d
|
||||
f=${file##%buildroot}
|
||||
echo "$f"
|
||||
done | add_dirs_to_filelist >%my_builddir/kernel-devel.files
|
||||
( cd %buildroot ; find .%obj_install_dir/%cpu_arch_flavor -type f ; ) | \
|
||||
sed -e 's/^[.]//' | grep -v -e '[.]ipa-clones$' -e '/Symbols[.]list$' -e '/ipa-clones[.]list$'| \
|
||||
add_dirs_to_filelist >> %my_builddir/kernel-devel.files
|
||||
|
||||
{ cd %buildroot
|
||||
for f in boot/*; do
|
||||
@ -1174,13 +1174,9 @@ kernel module packages) against the %build_flavor flavor of the kernel.
|
||||
|
||||
%files devel -f kernel-devel.files
|
||||
%defattr(-,root,root)
|
||||
%dir %obj_install_dir
|
||||
%dir %obj_install_dir/%cpu_arch
|
||||
%dir /usr/src/linux-obj
|
||||
%dir /usr/src/linux-obj/%cpu_arch
|
||||
%ghost /usr/src/linux-obj/%cpu_arch_flavor
|
||||
%obj_install_dir/%cpu_arch_flavor
|
||||
%exclude %obj_install_dir/%cpu_arch_flavor/Symbols.list
|
||||
%if %kmp_target_cpu != %cpu_arch
|
||||
%obj_install_dir/%kmp_target_cpu
|
||||
/usr/src/linux-obj/%kmp_target_cpu
|
||||
|
3
linux-5.9.tar.xz
Normal file
3
linux-5.9.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3239a4ee1250bf2048be988cc8cb46c487b2c8a0de5b1b032d38394d5c6b1a06
|
||||
size 115507140
|
@ -59,9 +59,9 @@ my @armv6l_package_list = (
|
||||
|
||||
# DTB packages names
|
||||
my @aarch64_package_list = (
|
||||
['dtb-al', 'al/*.dts', "Alpine Labs based arm64 systems"],
|
||||
['dtb-allwinner', 'allwinner/*.dts', "Allwinner based arm64 systems"],
|
||||
['dtb-altera', 'altera/*.dts', "Altera based arm64 systems"],
|
||||
['dtb-amazon', 'amazon/*.dts', "Amazon based arm64 systems"],
|
||||
['dtb-amd', 'amd/*.dts', "AMD based arm64 systems"],
|
||||
['dtb-amlogic', 'amlogic/*.dts', "Amlogic based arm64 systems"],
|
||||
['dtb-apm', 'apm/*.dts', "AppliedMicro based arm64 systems"],
|
||||
@ -126,6 +126,9 @@ sub generate_spec($$$)
|
||||
$subpkg_desc .= "Provides: dtb-k2e = %version\n" .
|
||||
"Provides: dtb-k2l = %version\n";
|
||||
}
|
||||
if ($PKG_NAME eq 'dtb-amazon' and $main_package eq 'dtb-aarch64') {
|
||||
$subpkg_desc .= "Provides: dtb-al = %version\n";
|
||||
}
|
||||
if ($PKG_NAME eq 'dtb-apm' and $main_package eq 'dtb-aarch64') {
|
||||
$subpkg_desc .= "Provides: dtb-apm-mustang = %version\n";
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3066674f2d4e04f728ace5735e3d88702819da08b8b1a8ddf66b4c4ca3ed89ca
|
||||
size 1452565
|
||||
oid sha256:20315806773243ede26273d269b112eb42597e881e74c7599e6e6b83d8e78604
|
||||
size 12347
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c3846515be1b0f2c1a6490b9f4dd0ccf06ce515598284529ede53ba73dd70dfb
|
||||
size 4379
|
||||
oid sha256:40d1e6e8e27d3be24047de8c3852e8ff5f622e07fffe918dea476eb04832ebe1
|
||||
size 3310
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5053c3db84127023a0259740eefa57a1e5dd8781abcb0bb3059336daf2ea6bf4
|
||||
size 72582
|
||||
oid sha256:9dee36b3cbd1eb6ef8f535465cf39192e5247cc644e32045d6a588df2e034b05
|
||||
size 57780
|
||||
|
2070
series.conf
2070
series.conf
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,3 @@
|
||||
2020-10-15 08:10:08 +0000
|
||||
GIT Revision: c680e9353e2ed383d01d7da7cf68fd65898a2432
|
||||
2020-10-18 07:53:07 +0000
|
||||
GIT Revision: 8abc535a742572dbe3eda3fa29ac20c4c5c83a4f
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user