commit a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1165
This commit is contained in:
parent
5a5efe0abf
commit
30696e5007
@ -90,7 +90,7 @@
|
|||||||
</hardware>
|
</hardware>
|
||||||
</overwrite>
|
</overwrite>
|
||||||
|
|
||||||
<!-- 14GB for binary package on s390x -->
|
<!-- 14GB of disk and 2GB of memory for binary package on s390x -->
|
||||||
<overwrite>
|
<overwrite>
|
||||||
<conditions>
|
<conditions>
|
||||||
<arch>s390x</arch>
|
<arch>s390x</arch>
|
||||||
|
@ -22,10 +22,12 @@
|
|||||||
+ppc64 ppc64/default
|
+ppc64 ppc64/default
|
||||||
+ppc64 -syms ppc64/debug
|
+ppc64 -syms ppc64/debug
|
||||||
+ppc64 ppc64/vanilla
|
+ppc64 ppc64/vanilla
|
||||||
|
+ppc64 -syms ppc64/kvmsmall
|
||||||
|
|
||||||
+ppc64le ppc64le/default
|
+ppc64le ppc64le/default
|
||||||
+ppc64le -syms ppc64le/debug
|
+ppc64le -syms ppc64le/debug
|
||||||
+ppc64le ppc64le/vanilla
|
+ppc64le ppc64le/vanilla
|
||||||
|
+ppc64le -syms ppc64le/kvmsmall
|
||||||
|
|
||||||
# ARM architectures
|
# ARM architectures
|
||||||
+armv6hl armv6hl/default
|
+armv6hl armv6hl/default
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
# The version of the main tarball to use
|
# The version of the main tarball to use
|
||||||
SRCVERSION=5.2
|
SRCVERSION=5.3
|
||||||
# variant of the kernel-source package, either empty or "-rt"
|
# variant of the kernel-source package, either empty or "-rt"
|
||||||
VARIANT=
|
VARIANT=
|
||||||
|
# enable kernel module compression
|
||||||
|
COMPRESS_MODULES="xz"
|
||||||
# Compile binary devicetrees on master and stable branches.
|
# Compile binary devicetrees on master and stable branches.
|
||||||
BUILD_DTBS="Yes"
|
BUILD_DTBS="Yes"
|
||||||
|
# Use new style livepatch package names
|
||||||
|
LIVEPATCH=livepatch
|
||||||
# buildservice projects to build the kernel against
|
# buildservice projects to build the kernel against
|
||||||
OBS_PROJECT=openSUSE:Factory
|
OBS_PROJECT=openSUSE:Factory
|
||||||
OBS_PROJECT_ARM=openSUSE:Factory:ARM
|
OBS_PROJECT_ARM=openSUSE:Factory:ARM
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:82bf42e88268c1673cb90eff1b9b983dd6d45e92f42b9a1289c9184e711bf610
|
oid sha256:31dd9a8cea51186f65ac5431a77b8f0487cca446f73802085146044e4ed96396
|
||||||
size 213723
|
size 231211
|
||||||
|
@ -69,7 +69,7 @@
|
|||||||
</hardware>
|
</hardware>
|
||||||
</overwrite>
|
</overwrite>
|
||||||
|
|
||||||
<!-- 14GB for binary package on s390x -->
|
<!-- 14GB of disk and 2GB of memory for binary package on s390x -->
|
||||||
<overwrite>
|
<overwrite>
|
||||||
<conditions>
|
<conditions>
|
||||||
<arch>s390x</arch>
|
<arch>s390x</arch>
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3 final
|
||||||
|
- Eliminated 3 patches
|
||||||
|
- Refresh configs
|
||||||
|
- NF_CONNTRACK_SLP is gone
|
||||||
|
- commit 6baef36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -5,6 +14,22 @@ Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
|||||||
writeback attempts (btrfs hangup).
|
writeback attempts (btrfs hangup).
|
||||||
- commit 7f85414
|
- commit 7f85414
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:15:38 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/netfilter-ip_conntrack_slp.patch (FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
This veteran out of tree patch is no longer needed since the userspace
|
||||||
|
conntrack helper (in conntrack-tools / conntrackd) has reached Factory.
|
||||||
|
- commit d6f0b71
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:14:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update and reenable
|
||||||
|
patches.suse/Revert-netfilter-conntrack-remove-helper-hook-again.patch
|
||||||
|
(FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
- commit 029452e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -186,6 +211,13 @@ Mon Sep 9 09:39:52 CEST 2019 - guillaume.gardet@arm.com
|
|||||||
Set requirements respectively to 30GB and 20GB.
|
Set requirements respectively to 30GB and 20GB.
|
||||||
- commit f84c163
|
- commit f84c163
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 9 06:52:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc8
|
||||||
|
- refresh armv6hl configs (IXP4xx drivers no longer visible)
|
||||||
|
- commit 3dea797
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -480,6 +512,36 @@ Tue Sep 3 12:47:56 CEST 2019 - mkubecek@suse.cz
|
|||||||
kernel performance teams confirmed that performance impact is acceptable.
|
kernel performance teams confirmed that performance impact is acceptable.
|
||||||
- commit d6e8aab
|
- commit d6e8aab
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 2 22:41:27 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc7
|
||||||
|
- Refresh configs
|
||||||
|
- IXP4xx SoC drivers not visible
|
||||||
|
- gcc 9.2.1
|
||||||
|
- commit 9bff5f9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 1 21:36:39 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: armv7hl: Enable cadence watchdog
|
||||||
|
CONFIG_CADENCE_WATCHDOG is required for Zynq-7000 based MIYR Zturn board.
|
||||||
|
- commit c4cbe5e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:35:20 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Update ARMv6 config files
|
||||||
|
- commit c17167d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:27:22 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Reenable ARMv7 config for Kernel 5.3
|
||||||
|
All modules plus errata's enabled. Reused other
|
||||||
|
values from x86_64 update.
|
||||||
|
- commit b1c627e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -763,6 +825,14 @@ Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
|||||||
- rxrpc: Fix local refcounting (bnc#1012628).
|
- rxrpc: Fix local refcounting (bnc#1012628).
|
||||||
- commit 6385110
|
- commit 6385110
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 15:36:42 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- mwifiex: Fix three heap overflow at
|
||||||
|
parsing element in cfg80211_ap_settings
|
||||||
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
|
- commit 528fd68
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -771,6 +841,31 @@ Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
|||||||
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
- commit 05e68fe
|
- commit 05e68fe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 13:30:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: mark more core networking modules supported
|
||||||
|
Two more netfilter modules and one more *_diag should be supported too.
|
||||||
|
- commit bee2dd8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 12:42:47 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update status of some networking core modules
|
||||||
|
This marks new networking modules which should be supported as such; it is
|
||||||
|
mostly netfilter and traffic control modules which have been following the
|
||||||
|
"support all of them" policy for some time.
|
||||||
|
- commit 65e1131
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 10:23:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: obsolete paths cleanup
|
||||||
|
Update paths for existing modules which were moved, clean up duplicate
|
||||||
|
entries and drop entries for modules which no longer exist (either not
|
||||||
|
built any more or built into the image now).
|
||||||
|
- commit 3bb142a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -789,12 +884,35 @@ Tue Aug 27 10:09:41 CEST 2019 - jslaby@suse.cz
|
|||||||
Update to the upstreamed patch.
|
Update to the upstreamed patch.
|
||||||
- commit bb236c2
|
- commit bb236c2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 16:12:29 CEST 2019 - jgross@suse.com
|
||||||
|
|
||||||
|
- usb: Introduce Xen pvUSB frontend (xen hcd) (fate#315712).
|
||||||
|
- Update config files.
|
||||||
|
- usb: Add Xen pvUSB protocol description (fate#315712).
|
||||||
|
- commit b32b2bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:48:01 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
|
- commit b08d3d5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
- commit 6f03484
|
- commit 6f03484
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:32:51 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15098,bsc#1146378).
|
||||||
|
- Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15099,bsc#1146368).
|
||||||
|
- commit 758e216
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -811,6 +929,19 @@ Mon Aug 26 09:39:32 CEST 2019 - bpoirier@suse.com
|
|||||||
CVE-2019-15504).
|
CVE-2019-15504).
|
||||||
- commit 5009555
|
- commit 5009555
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 09:24:08 CEST 2019 - bpoirier@suse.com
|
||||||
|
|
||||||
|
- Fix a double free bug in rsi_91x_deinit (bnc#1147116
|
||||||
|
CVE-2019-15504).
|
||||||
|
- commit 8ae43d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 25 21:49:44 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc6
|
||||||
|
- commit 2831011
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1052,6 +1183,49 @@ Thu Aug 22 23:37:43 CEST 2019 - msuchanek@suse.de
|
|||||||
- Parametrize kgraft vs livepatch.
|
- Parametrize kgraft vs livepatch.
|
||||||
- commit 16f6816
|
- commit 16f6816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 23:04:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: Enable livepatch.
|
||||||
|
- commit e001776
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 14:03:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: update from SLE15-SP2
|
||||||
|
In general, we want features and drivers from SLE also in openSUSE unless
|
||||||
|
we have a good reason not to. Enable most config options which were
|
||||||
|
disabled in master but enabled in SLE15-SP2 (inherited from SLE15-SP1).
|
||||||
|
- commit 769684a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 15:00:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: reorganize sections
|
||||||
|
With ~40 patches in master branch, we have accumulated way too many
|
||||||
|
sections in series.conf, some of them being very specific. While new SLE
|
||||||
|
and Leap branches are going to have more patches, vast majority of them is
|
||||||
|
going to end up in the sorted section (e.g. less than 1% of SLE15-SP1
|
||||||
|
patches are neither sorted nor stable baskports right now - and that
|
||||||
|
includes quite a few which would actually belong into the sorted section
|
||||||
|
but are left outside for historical reasons).
|
||||||
|
After the reorganization, series.conf is ordered like this:
|
||||||
|
- stable backports (patches.kernel.org/*)
|
||||||
|
- tweaks applied to vanilla (patches.rpmify/*)
|
||||||
|
- sorted section (not in master)
|
||||||
|
- unsorted patches expected to get into mainline soon
|
||||||
|
- permanent and longterm non-upstream patches
|
||||||
|
- kabi hacks (not in master)
|
||||||
|
This commit has no effect on expanded tree.
|
||||||
|
- commit 8ac1895
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 14:13:15 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: cleanup
|
||||||
|
Only whitespace and comments, no efect on expanded tree.
|
||||||
|
- commit bf21808
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1067,6 +1241,15 @@ Mon Aug 19 17:46:30 CEST 2019 - bp@suse.de
|
|||||||
Factory first!
|
Factory first!
|
||||||
- commit fc98fd1
|
- commit fc98fd1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 19 05:32:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc5
|
||||||
|
- Refresh configs
|
||||||
|
- RDMA_SIW available on i386 (=m)
|
||||||
|
- clean up unavailable options
|
||||||
|
- commit cadbe00
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1326,6 +1509,14 @@ Fri Aug 16 22:01:45 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 80c0ffe
|
- commit 80c0ffe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Revert "Workaround gcc regression on ppc64 (bko#204125)."
|
||||||
|
This reverts commit 8b84d1d46ff90146bb6ba5b760a54ddd87a1a680.
|
||||||
|
Works for me 5.3-rc4-65-g329120423947
|
||||||
|
- commit d8f9e6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
@ -1347,6 +1538,14 @@ Mon Aug 12 09:11:56 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1142926).
|
(bnc#1142926).
|
||||||
- commit a44175e
|
- commit a44175e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 11 22:47:14 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc4
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
- commit 5402233
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1450,12 +1649,37 @@ Fri Aug 9 18:14:50 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/mkspec: Make building DTBs optional.
|
- rpm/mkspec: Make building DTBs optional.
|
||||||
- commit 7c057c8
|
- commit 7c057c8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 17:39:36 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: fix supported modules depending on unsupported on non-x86_64 architectures
|
||||||
|
Some more "unsupported module needed by supported one" errors were reported
|
||||||
|
on aarch64 and ppc64le.
|
||||||
|
- commit 6b609de
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 14:44:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop obsolete entry for hyperv_fb
|
||||||
|
The module moved to a different directory, the obsolete entry causes
|
||||||
|
file conflict betwen kernel-default and kernel-default-extra.
|
||||||
|
- commit 6b112e5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- rpm/modflist: Simplify compression support.
|
- rpm/modflist: Simplify compression support.
|
||||||
- commit fd135a6
|
- commit fd135a6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 13:36:21 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: close with respect to dependencies
|
||||||
|
Modules which some supported module depends on must be supported as well.
|
||||||
|
Also drop obsolete entries for rtsx_pci and rtsx_usb which were moved
|
||||||
|
between 4.12 and 5.3.
|
||||||
|
- commit b781c36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -1467,6 +1691,46 @@ Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
|||||||
in addition to ".ko".
|
in addition to ".ko".
|
||||||
- commit 18fcdff
|
- commit 18fcdff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 12:08:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Bring back MODVERDIR to Makefile.modpost (bsc#1066369).
|
||||||
|
- commit 6cc69f5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 10:38:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort again
|
||||||
|
Make the order compatible with scripts/supported-conf-fixup (LC_ALL=C).
|
||||||
|
- commit 4a4b5dd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 08:28:37 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- supported.conf: Sort alphabetically, align comments.
|
||||||
|
- commit 5189766
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:32:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop extensions
|
||||||
|
To make things more consistent, drop all ".ko" extensions.
|
||||||
|
- commit 398461b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:00:48 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update patches.suse/supported-flag.
|
||||||
|
Fix ReST table.
|
||||||
|
- commit 0692bf4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 21:39:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Use upstream TAINT_AUX for TAINT_EXTERNAL_SUPPORT.
|
||||||
|
Refresh patches.suse/supported-flag.
|
||||||
|
- commit a4999e0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1481,6 +1745,56 @@ Thu Aug 8 15:31:02 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1139939).
|
(bnc#1139939).
|
||||||
- commit 8434c05
|
- commit 8434c05
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 14:35:08 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- rpm/kernel-obs-build.spec.in: add dm-crypt for building with cryptsetup
|
||||||
|
Co-Authored-By: Adam Spiers <aspiers@suse.com>
|
||||||
|
- commit 1756301
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 10:34:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries for all architectures
|
||||||
|
As list of built modules depends on architecture, we must also add entries
|
||||||
|
for modules which are not built (or do not even exist) on x86_64 but are
|
||||||
|
built on other architectures (aarch64, ppc64le, s390x).
|
||||||
|
- commit 8f74082
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:16:02 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries
|
||||||
|
Add all modules currently built but not listed in supported.conf.
|
||||||
|
Another update will be necessary once we replace configs inherited from
|
||||||
|
master with true SLE15-SP2 configs. This is also why entries for modules
|
||||||
|
not built are left in the file for now.
|
||||||
|
- commit 0f5033c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:01:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort
|
||||||
|
Also remove one commented out line.
|
||||||
|
- commit b539157
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:36:22 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: cleanup
|
||||||
|
Remove duplicate and shadowed entries.
|
||||||
|
- commit 25e91ec
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:21:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update from SLE15-SP1
|
||||||
|
Differences from current SLE15-SP1 supported.conf:
|
||||||
|
- f71808e_wdt and it87_wdt supported (jdelvare)
|
||||||
|
- bpfilter marked +base (tiwai, bsc#1106751)
|
||||||
|
- unified indentation
|
||||||
|
- commit 02162e4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1493,6 +1807,12 @@ Wed Aug 7 21:14:19 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
||||||
- commit af37821
|
- commit af37821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 7 18:49:38 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to 5.3-rc3
|
||||||
|
- commit f1f49f3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1500,6 +1820,9 @@ Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
|||||||
We already had it for armv6hl but were lacking it on arm64.
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
Add it on armv7hl for consistency while at it.
|
Add it on armv7hl for consistency while at it.
|
||||||
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
||||||
|
- config: Enable SENSORS_GPIO_FAN for all of Arm (boo#1144723)
|
||||||
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
|
Add it on armv7hl for consistency while at it.
|
||||||
- commit 71d4424
|
- commit 71d4424
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -1736,6 +2059,17 @@ Tue Aug 6 21:39:08 CEST 2019 - jslaby@suse.cz
|
|||||||
- ARM: riscpc: fix DMA (bnc#1012628).
|
- ARM: riscpc: fix DMA (bnc#1012628).
|
||||||
- commit a3e04b1
|
- commit a3e04b1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 5 07:15:46 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc3
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/supported-flag
|
||||||
|
- patches.suse/supported-flag-external
|
||||||
|
- Refresh configs
|
||||||
|
- commit 571863b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1770,6 +2104,13 @@ Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 187170c
|
- commit 187170c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 1 07:07:43 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: refresh x86_64/default
|
||||||
|
With HBMC_AM654 disabled, nothing selects MULTIPLEXER any more.
|
||||||
|
- commit 07a1a73
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||||
|
|
||||||
@ -2149,12 +2490,32 @@ Wed Jul 31 11:06:04 CEST 2019 - jslaby@suse.cz
|
|||||||
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
||||||
- commit b607c27
|
- commit b607c27
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 31 10:52:34 CEST 2019 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: CONFIG_HBMC_AM654=n
|
||||||
|
The TI AM654 is an ARM64 SoC, so disable the driver on all other
|
||||||
|
architectures.
|
||||||
|
- commit 042f63f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
||||||
|
|
||||||
- packaging: add support for riscv64
|
- packaging: add support for riscv64
|
||||||
- commit c2885ea
|
- commit c2885ea
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 28 22:20:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc2
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- patches.suse/dma-mapping-use-dma_get_mask-in-dma_addressing_limit.patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
- Config changes
|
||||||
|
- NF_TABLES_BRIDGE=m (was =y)
|
||||||
|
- commit fc5ebf3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -2958,12 +3319,25 @@ Fri Jul 26 10:47:45 CEST 2019 - jslaby@suse.cz
|
|||||||
- ath10k: Check tx_stats before use it (bnc#1012628).
|
- ath10k: Check tx_stats before use it (bnc#1012628).
|
||||||
- commit f5296b5
|
- commit f5296b5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 24 14:42:00 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- dma-mapping: use dma_get_mask in dma_addressing_limited
|
||||||
|
(https://lore.kernel.org/lkml/cda1952f-0265-e055-a3ce-237c59069a3f@suse.com/T/#u).
|
||||||
|
- commit c584343
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- scripts/arch-symbols: add missing link.
|
- scripts/arch-symbols: add missing link.
|
||||||
- commit ee7c635
|
- commit ee7c635
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 18:12:09 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: enable kernel module compression (bsc#1135854)
|
||||||
|
- commit b333e24
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -2972,12 +3346,46 @@ Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
|||||||
in config.sh, then mkspec will pass it to the spec file.
|
in config.sh, then mkspec will pass it to the spec file.
|
||||||
- commit cdf5806
|
- commit cdf5806
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 15:19:30 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Workaround gcc regression on ppc64 (bko#204125).
|
||||||
|
- commit 8b84d1d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 12:03:57 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config.conf: Add ppc64 kvmsmall config (bsc#1137361).
|
||||||
|
- Remove superfluous i2c drivers from ppc64 config
|
||||||
|
-CONFIG_I2C_ALGOPCA=m
|
||||||
|
-CONFIG_I2C_AMD8111=m
|
||||||
|
-CONFIG_I2C_CBUS_GPIO=m
|
||||||
|
-CONFIG_I2C_DESIGNWARE_CORE=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PLATFORM=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PCI=m
|
||||||
|
-CONFIG_I2C_OCORES=m
|
||||||
|
-CONFIG_I2C_PCA_PLATFORM=m
|
||||||
|
Can't get rid of i2c in kvmsmall anyway but at least the DW i2c is gone.
|
||||||
|
- commit 3d0102c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
||||||
- commit 72c928d
|
- commit 72c928d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 23:44:25 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: remove unnecessary drivers from kvmsmall
|
||||||
|
The initial merge was incomplete and needed revisiting, which didn't really
|
||||||
|
happen. Since then, new options have been added and not removed from
|
||||||
|
kvmsmall, leading to grow in size.
|
||||||
|
This commit uses the following blacklist:
|
||||||
|
_(BT|CHARGER|CHROMEOS|CROS|DVB|DW|EDAC|FPGA|GPIO|GNSS|HID|INFINIBAND|IR|JOYSTICK|LEDS|MFD|PINCTRL|REGULATOR|RTC|SENSORS|SND_SOC|STAGING|TOUCHSCREEN|VIDEO|XEN|XILINX)[_=]
|
||||||
|
... along with some manual removal of NET_VENDORs with no relevant drivers.
|
||||||
|
- commit e850d85
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -2993,6 +3401,230 @@ Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
|||||||
breaking any other branch. A more proper cleanup will follow.
|
breaking any other branch. A more proper cleanup will follow.
|
||||||
- commit c32f8e7
|
- commit c32f8e7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 12:18:06 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc1
|
||||||
|
- Eliminated 89 patches (83 stable, 6 other)
|
||||||
|
- ARM configs need update
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
|
||||||
|
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
patches.suse/rpm-kernel-config
|
||||||
|
patches.suse/supported-flag
|
||||||
|
patches.suse/vfs-add-super_operations-get_inode_dev
|
||||||
|
- replace patches.rpmify/BPF-UMH-do-not-detect-if-compiler-can-link-userspace.patch
|
||||||
|
with patches.rpmify/Kconfig-make-CONFIG_CC_CAN_LINK-always-true.patch
|
||||||
|
- New config options:
|
||||||
|
- General setup
|
||||||
|
- HEADER_TEST=y
|
||||||
|
- KERNEL_HEADER_TEST=y
|
||||||
|
- PREEMPT_LL=n
|
||||||
|
- UCLAMP_TASK=y
|
||||||
|
- UCLAMP_BUCKETS_COUNT=5
|
||||||
|
- Processor type and features
|
||||||
|
- ACRN_GUEST=y
|
||||||
|
- LEGACY_VSYSCALL_XONLY=y
|
||||||
|
- IO Schedulers
|
||||||
|
- BFQ_CGROUP_DEBUG=n (=y in */debug)
|
||||||
|
- Networking
|
||||||
|
- NFT_SYNPROXY=m
|
||||||
|
- NFT_BRIDGE_META=m
|
||||||
|
- NF_CONNTRACK_BRIDGE=m
|
||||||
|
- NET_ACT_MPLS=m
|
||||||
|
- NET_ACT_CTINFO=m
|
||||||
|
- NET_ACT_CT=m
|
||||||
|
- BT_HCIBTUSB_MTK=y
|
||||||
|
- GVE=m
|
||||||
|
- MLX5_FPGA_IPSEC=y
|
||||||
|
- MLX5_FPGA_TLS=y
|
||||||
|
- MLX5_TLS=y
|
||||||
|
- STMMAC_SELFTESTS=n
|
||||||
|
- XILINX_AXI_EMAC=m
|
||||||
|
- SFP=m
|
||||||
|
- NXP_TJA11XX_PHY=m
|
||||||
|
- PHY_MIXEL_MIPI_DPHY=m
|
||||||
|
- File systems
|
||||||
|
- UBIFS_FS_ZSTD=y
|
||||||
|
- SUNRPC_DISABLE_INSECURE_ENCTYPES=n
|
||||||
|
- CEPH_FS_SECURITY_LABEL=y
|
||||||
|
- Generic driver options
|
||||||
|
- FW_LOADER_COMPRESS=y
|
||||||
|
- Storage
|
||||||
|
- SCSI_FDOMAIN_PCI=m
|
||||||
|
- SCSI_FDOMAIN_ISA=n
|
||||||
|
- PCMCIA_FDOMAIN=n
|
||||||
|
- Input
|
||||||
|
- KEYBOARD_APPLESPI=m
|
||||||
|
- Power supply and hardware monitoring
|
||||||
|
- POWER_SUPPLY_HWMON=y
|
||||||
|
- CHARGER_WILCO=m
|
||||||
|
- SENSORS_IRPS5401=m
|
||||||
|
- SENSORS_PXE1610=m
|
||||||
|
- REGULATOR_ARIZONA_LDO1=m
|
||||||
|
- REGULATOR_ARIZONA_MICSUPP=m
|
||||||
|
- REGULATOR_SLG51000=m
|
||||||
|
- Multimedia
|
||||||
|
- DVB_USB_CXUSB_ANALOG=y
|
||||||
|
- VIDEO_TDA1997X=m
|
||||||
|
- VIDEO_TLV320AIC23B=m
|
||||||
|
- VIDEO_ADV7180=m
|
||||||
|
- VIDEO_ADV7183=m
|
||||||
|
- VIDEO_ADV7604=m
|
||||||
|
- VIDEO_ADV7604_CEC=y
|
||||||
|
- VIDEO_ADV7842=m
|
||||||
|
- VIDEO_ADV7842_CEC=y
|
||||||
|
- VIDEO_BT819=m
|
||||||
|
- VIDEO_BT856=m
|
||||||
|
- VIDEO_BT866=m
|
||||||
|
- VIDEO_KS0127=m
|
||||||
|
- VIDEO_ML86V7667=m
|
||||||
|
- VIDEO_SAA7110=m
|
||||||
|
- VIDEO_TC358743=m
|
||||||
|
- VIDEO_TC358743_CEC=y
|
||||||
|
- VIDEO_TVP514X=m
|
||||||
|
- VIDEO_TVP7002=m
|
||||||
|
- VIDEO_TW9910=m
|
||||||
|
- VIDEO_VPX3220=m
|
||||||
|
- VIDEO_SAA7185=m
|
||||||
|
- VIDEO_ADV7170=m
|
||||||
|
- VIDEO_ADV7175=m
|
||||||
|
- VIDEO_ADV7343=m
|
||||||
|
- VIDEO_ADV7393=m
|
||||||
|
- VIDEO_ADV7511=m
|
||||||
|
- VIDEO_ADV7511_CEC=y
|
||||||
|
- VIDEO_AD9389B=m
|
||||||
|
- VIDEO_AK881X=m
|
||||||
|
- VIDEO_THS8200=m
|
||||||
|
- VIDEO_IMX214=m
|
||||||
|
- VIDEO_IMX258=m
|
||||||
|
- VIDEO_IMX274=m
|
||||||
|
- VIDEO_IMX319=m
|
||||||
|
- VIDEO_IMX355=m
|
||||||
|
- VIDEO_OV2659=m
|
||||||
|
- VIDEO_OV2680=m
|
||||||
|
- VIDEO_OV2685=m
|
||||||
|
- VIDEO_OV5647=m
|
||||||
|
- VIDEO_OV6650=m
|
||||||
|
- VIDEO_OV5670=m
|
||||||
|
- VIDEO_OV5695=m
|
||||||
|
- VIDEO_OV7251=m
|
||||||
|
- VIDEO_OV772X=m
|
||||||
|
- VIDEO_OV7740=m
|
||||||
|
- VIDEO_OV8856=m
|
||||||
|
- VIDEO_OV9640=m
|
||||||
|
- VIDEO_OV9650=m
|
||||||
|
- VIDEO_OV13858=m
|
||||||
|
- VIDEO_VS6624=m
|
||||||
|
- VIDEO_MT9M001=m
|
||||||
|
- VIDEO_MT9M032=m
|
||||||
|
- VIDEO_MT9M111=m
|
||||||
|
- VIDEO_MT9P031=m
|
||||||
|
- VIDEO_MT9T001=m
|
||||||
|
- VIDEO_MT9T112=m
|
||||||
|
- VIDEO_MT9V032=m
|
||||||
|
- VIDEO_MT9V111=m
|
||||||
|
- VIDEO_SR030PC30=m
|
||||||
|
- VIDEO_NOON010PC30=m
|
||||||
|
- VIDEO_M5MOLS=m
|
||||||
|
- VIDEO_RJ54N1=m
|
||||||
|
- VIDEO_S5K6AA=m
|
||||||
|
- VIDEO_S5K6A3=m
|
||||||
|
- VIDEO_S5K4ECGX=m
|
||||||
|
- VIDEO_S5K5BAF=m
|
||||||
|
- VIDEO_SMIAPP=m
|
||||||
|
- VIDEO_ET8EK8=m
|
||||||
|
- VIDEO_S5C73M3=m
|
||||||
|
- VIDEO_AD5820=m
|
||||||
|
- VIDEO_AK7375=m
|
||||||
|
- VIDEO_DW9714=m
|
||||||
|
- VIDEO_DW9807_VCM=m
|
||||||
|
- VIDEO_ADP1653=m
|
||||||
|
- VIDEO_LM3560=m
|
||||||
|
- VIDEO_LM3646=m
|
||||||
|
- SDR_MAX2175=m
|
||||||
|
- VIDEO_THS7303=m
|
||||||
|
- VIDEO_I2C=m
|
||||||
|
- VIDEO_ST_MIPID02=n
|
||||||
|
- VIDEO_GS1662=m
|
||||||
|
- DVB_S5H1432=m
|
||||||
|
- DVB_DIB9000=m
|
||||||
|
- DVB_CXD2880=m
|
||||||
|
- DVB_MN88443X=m
|
||||||
|
- DVB_LNBH29=m
|
||||||
|
- DVB_LGS8GL5=m
|
||||||
|
- Graphics
|
||||||
|
- DRM_AMD_DC_DCN2_0=y
|
||||||
|
- DRM_AMD_DC_DSC_SUPPORT=y
|
||||||
|
- DRM_I915_FORCE_PROBE=""
|
||||||
|
- DRM_I915_DEBUG_MMIO=n
|
||||||
|
- DRM_I915_USERFAULT_AUTOSUSPEND=250
|
||||||
|
- DRM_I915_SPIN_REQUEST=5
|
||||||
|
- DRM_PANEL_OSD_OSD101T2587_53TS=m
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E63M0=m
|
||||||
|
- Sound
|
||||||
|
- SND_SOC_INTEL_CML_H=m
|
||||||
|
- SND_SOC_INTEL_CML_LP=m
|
||||||
|
- SND_SOC_INTEL_BYT_CHT_CX2072X_MACH=m
|
||||||
|
- SND_SOC_SOF_COMETLAKE_LP_SUPPORT=y
|
||||||
|
- SND_SOC_SOF_COMETLAKE_H_SUPPORT=y
|
||||||
|
- SND_SOC_CX2072X=m
|
||||||
|
- InfiniBand
|
||||||
|
- RDMA_SIW=m
|
||||||
|
- Platform specific drivers
|
||||||
|
- XIAOMI_WMI=m
|
||||||
|
- ACPI_CMPC=m
|
||||||
|
- SAMSUNG_Q10=m
|
||||||
|
- INTEL_SPEED_SELECT_INTERFACE=m
|
||||||
|
- CROS_EC_ISHTP=m
|
||||||
|
- WILCO_EC_EVENTS=m
|
||||||
|
- WILCO_EC_TELEMETRY=m
|
||||||
|
- Industrial I/O
|
||||||
|
- XILINX_XADC=n
|
||||||
|
- ADF4371=n
|
||||||
|
- DPS310=n
|
||||||
|
- LEDs
|
||||||
|
- LEDS_SPI_BYTE=m
|
||||||
|
- LEDS_TI_LMU_COMMON=m
|
||||||
|
- LEDS_LM3697=m
|
||||||
|
- LEDS_LM36274=m
|
||||||
|
- Other drivers
|
||||||
|
- MTD_HYPERBUS=m
|
||||||
|
- HBMC_AM654=m
|
||||||
|
- XILINX_SDFEC=n
|
||||||
|
- GPIO_XILINX=m
|
||||||
|
- WATCHDOG_OPEN_TIMEOUT=0
|
||||||
|
- MFD_CS47L15=y
|
||||||
|
- MFD_CS47L92=y
|
||||||
|
- MFD_ROHM_BD70528=n
|
||||||
|
- RTC_DRV_BD70528=m
|
||||||
|
- DW_EDMA=m
|
||||||
|
- DW_EDMA_PCIE=m
|
||||||
|
- COMMON_CLK_SI5341=m
|
||||||
|
- EXTCON_FSA9480=m
|
||||||
|
- NTB_MSI=y
|
||||||
|
- NTB_MSI_TEST=n
|
||||||
|
- RAS_CEC_DEBUG=n
|
||||||
|
- AL_FIC=n
|
||||||
|
- Virtualization
|
||||||
|
- VIRTIO_PMEM=m
|
||||||
|
- Security options
|
||||||
|
- KEYS_REQUEST_CACHE=y
|
||||||
|
- Kernel hardening options
|
||||||
|
- INIT_ON_ALLOC_DEFAULT_ON=n
|
||||||
|
- INIT_ON_FREE_DEFAULT_ON=n
|
||||||
|
- Cryptographic API
|
||||||
|
- CRYPTO_XXHASH=n
|
||||||
|
- CRYPTO_DEV_ATMEL_ECC=m
|
||||||
|
- CRYPTO_DEV_ATMEL_SHA204A=m
|
||||||
|
- Kernel hacking
|
||||||
|
- HEADERS_INSTALL=n
|
||||||
|
- REED_SOLOMON_TEST=n
|
||||||
|
- TEST_BLACKHOLE_DEV=n
|
||||||
|
- TEST_MEMINIT=n
|
||||||
|
- commit 0a6d0d9
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -11493,6 +12125,12 @@ Sat Jan 26 11:04:18 CET 2019 - jslaby@suse.cz
|
|||||||
mapped address (bnc#1012628).
|
mapped address (bnc#1012628).
|
||||||
- commit 34ae151
|
- commit 34ae151
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 24 13:06:05 CET 2019 - ptesarik@suse.cz
|
||||||
|
|
||||||
|
- Add product identifying information to VMCOREINFO (bsc#1123015).
|
||||||
|
- commit 68ca35e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define srcversion 5.2
|
%define srcversion 5.3
|
||||||
%define patchversion 5.2.14
|
%define patchversion 5.3.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%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})
|
%(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
|
Name: dtb-aarch64
|
||||||
Version: 5.2.14
|
Version: 5.3.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g7f85414
|
Release: <RELEASE>.ga541a6c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3 final
|
||||||
|
- Eliminated 3 patches
|
||||||
|
- Refresh configs
|
||||||
|
- NF_CONNTRACK_SLP is gone
|
||||||
|
- commit 6baef36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -5,6 +14,22 @@ Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
|||||||
writeback attempts (btrfs hangup).
|
writeback attempts (btrfs hangup).
|
||||||
- commit 7f85414
|
- commit 7f85414
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:15:38 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/netfilter-ip_conntrack_slp.patch (FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
This veteran out of tree patch is no longer needed since the userspace
|
||||||
|
conntrack helper (in conntrack-tools / conntrackd) has reached Factory.
|
||||||
|
- commit d6f0b71
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:14:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update and reenable
|
||||||
|
patches.suse/Revert-netfilter-conntrack-remove-helper-hook-again.patch
|
||||||
|
(FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
- commit 029452e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -186,6 +211,13 @@ Mon Sep 9 09:39:52 CEST 2019 - guillaume.gardet@arm.com
|
|||||||
Set requirements respectively to 30GB and 20GB.
|
Set requirements respectively to 30GB and 20GB.
|
||||||
- commit f84c163
|
- commit f84c163
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 9 06:52:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc8
|
||||||
|
- refresh armv6hl configs (IXP4xx drivers no longer visible)
|
||||||
|
- commit 3dea797
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -480,6 +512,36 @@ Tue Sep 3 12:47:56 CEST 2019 - mkubecek@suse.cz
|
|||||||
kernel performance teams confirmed that performance impact is acceptable.
|
kernel performance teams confirmed that performance impact is acceptable.
|
||||||
- commit d6e8aab
|
- commit d6e8aab
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 2 22:41:27 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc7
|
||||||
|
- Refresh configs
|
||||||
|
- IXP4xx SoC drivers not visible
|
||||||
|
- gcc 9.2.1
|
||||||
|
- commit 9bff5f9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 1 21:36:39 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: armv7hl: Enable cadence watchdog
|
||||||
|
CONFIG_CADENCE_WATCHDOG is required for Zynq-7000 based MIYR Zturn board.
|
||||||
|
- commit c4cbe5e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:35:20 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Update ARMv6 config files
|
||||||
|
- commit c17167d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:27:22 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Reenable ARMv7 config for Kernel 5.3
|
||||||
|
All modules plus errata's enabled. Reused other
|
||||||
|
values from x86_64 update.
|
||||||
|
- commit b1c627e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -763,6 +825,14 @@ Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
|||||||
- rxrpc: Fix local refcounting (bnc#1012628).
|
- rxrpc: Fix local refcounting (bnc#1012628).
|
||||||
- commit 6385110
|
- commit 6385110
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 15:36:42 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- mwifiex: Fix three heap overflow at
|
||||||
|
parsing element in cfg80211_ap_settings
|
||||||
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
|
- commit 528fd68
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -771,6 +841,31 @@ Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
|||||||
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
- commit 05e68fe
|
- commit 05e68fe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 13:30:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: mark more core networking modules supported
|
||||||
|
Two more netfilter modules and one more *_diag should be supported too.
|
||||||
|
- commit bee2dd8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 12:42:47 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update status of some networking core modules
|
||||||
|
This marks new networking modules which should be supported as such; it is
|
||||||
|
mostly netfilter and traffic control modules which have been following the
|
||||||
|
"support all of them" policy for some time.
|
||||||
|
- commit 65e1131
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 10:23:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: obsolete paths cleanup
|
||||||
|
Update paths for existing modules which were moved, clean up duplicate
|
||||||
|
entries and drop entries for modules which no longer exist (either not
|
||||||
|
built any more or built into the image now).
|
||||||
|
- commit 3bb142a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -789,12 +884,35 @@ Tue Aug 27 10:09:41 CEST 2019 - jslaby@suse.cz
|
|||||||
Update to the upstreamed patch.
|
Update to the upstreamed patch.
|
||||||
- commit bb236c2
|
- commit bb236c2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 16:12:29 CEST 2019 - jgross@suse.com
|
||||||
|
|
||||||
|
- usb: Introduce Xen pvUSB frontend (xen hcd) (fate#315712).
|
||||||
|
- Update config files.
|
||||||
|
- usb: Add Xen pvUSB protocol description (fate#315712).
|
||||||
|
- commit b32b2bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:48:01 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
|
- commit b08d3d5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
- commit 6f03484
|
- commit 6f03484
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:32:51 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15098,bsc#1146378).
|
||||||
|
- Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15099,bsc#1146368).
|
||||||
|
- commit 758e216
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -811,6 +929,19 @@ Mon Aug 26 09:39:32 CEST 2019 - bpoirier@suse.com
|
|||||||
CVE-2019-15504).
|
CVE-2019-15504).
|
||||||
- commit 5009555
|
- commit 5009555
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 09:24:08 CEST 2019 - bpoirier@suse.com
|
||||||
|
|
||||||
|
- Fix a double free bug in rsi_91x_deinit (bnc#1147116
|
||||||
|
CVE-2019-15504).
|
||||||
|
- commit 8ae43d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 25 21:49:44 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc6
|
||||||
|
- commit 2831011
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1052,6 +1183,49 @@ Thu Aug 22 23:37:43 CEST 2019 - msuchanek@suse.de
|
|||||||
- Parametrize kgraft vs livepatch.
|
- Parametrize kgraft vs livepatch.
|
||||||
- commit 16f6816
|
- commit 16f6816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 23:04:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: Enable livepatch.
|
||||||
|
- commit e001776
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 14:03:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: update from SLE15-SP2
|
||||||
|
In general, we want features and drivers from SLE also in openSUSE unless
|
||||||
|
we have a good reason not to. Enable most config options which were
|
||||||
|
disabled in master but enabled in SLE15-SP2 (inherited from SLE15-SP1).
|
||||||
|
- commit 769684a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 15:00:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: reorganize sections
|
||||||
|
With ~40 patches in master branch, we have accumulated way too many
|
||||||
|
sections in series.conf, some of them being very specific. While new SLE
|
||||||
|
and Leap branches are going to have more patches, vast majority of them is
|
||||||
|
going to end up in the sorted section (e.g. less than 1% of SLE15-SP1
|
||||||
|
patches are neither sorted nor stable baskports right now - and that
|
||||||
|
includes quite a few which would actually belong into the sorted section
|
||||||
|
but are left outside for historical reasons).
|
||||||
|
After the reorganization, series.conf is ordered like this:
|
||||||
|
- stable backports (patches.kernel.org/*)
|
||||||
|
- tweaks applied to vanilla (patches.rpmify/*)
|
||||||
|
- sorted section (not in master)
|
||||||
|
- unsorted patches expected to get into mainline soon
|
||||||
|
- permanent and longterm non-upstream patches
|
||||||
|
- kabi hacks (not in master)
|
||||||
|
This commit has no effect on expanded tree.
|
||||||
|
- commit 8ac1895
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 14:13:15 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: cleanup
|
||||||
|
Only whitespace and comments, no efect on expanded tree.
|
||||||
|
- commit bf21808
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1067,6 +1241,15 @@ Mon Aug 19 17:46:30 CEST 2019 - bp@suse.de
|
|||||||
Factory first!
|
Factory first!
|
||||||
- commit fc98fd1
|
- commit fc98fd1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 19 05:32:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc5
|
||||||
|
- Refresh configs
|
||||||
|
- RDMA_SIW available on i386 (=m)
|
||||||
|
- clean up unavailable options
|
||||||
|
- commit cadbe00
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1326,6 +1509,14 @@ Fri Aug 16 22:01:45 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 80c0ffe
|
- commit 80c0ffe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Revert "Workaround gcc regression on ppc64 (bko#204125)."
|
||||||
|
This reverts commit 8b84d1d46ff90146bb6ba5b760a54ddd87a1a680.
|
||||||
|
Works for me 5.3-rc4-65-g329120423947
|
||||||
|
- commit d8f9e6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
@ -1347,6 +1538,14 @@ Mon Aug 12 09:11:56 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1142926).
|
(bnc#1142926).
|
||||||
- commit a44175e
|
- commit a44175e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 11 22:47:14 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc4
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
- commit 5402233
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1450,12 +1649,37 @@ Fri Aug 9 18:14:50 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/mkspec: Make building DTBs optional.
|
- rpm/mkspec: Make building DTBs optional.
|
||||||
- commit 7c057c8
|
- commit 7c057c8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 17:39:36 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: fix supported modules depending on unsupported on non-x86_64 architectures
|
||||||
|
Some more "unsupported module needed by supported one" errors were reported
|
||||||
|
on aarch64 and ppc64le.
|
||||||
|
- commit 6b609de
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 14:44:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop obsolete entry for hyperv_fb
|
||||||
|
The module moved to a different directory, the obsolete entry causes
|
||||||
|
file conflict betwen kernel-default and kernel-default-extra.
|
||||||
|
- commit 6b112e5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- rpm/modflist: Simplify compression support.
|
- rpm/modflist: Simplify compression support.
|
||||||
- commit fd135a6
|
- commit fd135a6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 13:36:21 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: close with respect to dependencies
|
||||||
|
Modules which some supported module depends on must be supported as well.
|
||||||
|
Also drop obsolete entries for rtsx_pci and rtsx_usb which were moved
|
||||||
|
between 4.12 and 5.3.
|
||||||
|
- commit b781c36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -1467,6 +1691,46 @@ Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
|||||||
in addition to ".ko".
|
in addition to ".ko".
|
||||||
- commit 18fcdff
|
- commit 18fcdff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 12:08:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Bring back MODVERDIR to Makefile.modpost (bsc#1066369).
|
||||||
|
- commit 6cc69f5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 10:38:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort again
|
||||||
|
Make the order compatible with scripts/supported-conf-fixup (LC_ALL=C).
|
||||||
|
- commit 4a4b5dd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 08:28:37 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- supported.conf: Sort alphabetically, align comments.
|
||||||
|
- commit 5189766
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:32:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop extensions
|
||||||
|
To make things more consistent, drop all ".ko" extensions.
|
||||||
|
- commit 398461b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:00:48 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update patches.suse/supported-flag.
|
||||||
|
Fix ReST table.
|
||||||
|
- commit 0692bf4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 21:39:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Use upstream TAINT_AUX for TAINT_EXTERNAL_SUPPORT.
|
||||||
|
Refresh patches.suse/supported-flag.
|
||||||
|
- commit a4999e0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1481,6 +1745,56 @@ Thu Aug 8 15:31:02 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1139939).
|
(bnc#1139939).
|
||||||
- commit 8434c05
|
- commit 8434c05
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 14:35:08 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- rpm/kernel-obs-build.spec.in: add dm-crypt for building with cryptsetup
|
||||||
|
Co-Authored-By: Adam Spiers <aspiers@suse.com>
|
||||||
|
- commit 1756301
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 10:34:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries for all architectures
|
||||||
|
As list of built modules depends on architecture, we must also add entries
|
||||||
|
for modules which are not built (or do not even exist) on x86_64 but are
|
||||||
|
built on other architectures (aarch64, ppc64le, s390x).
|
||||||
|
- commit 8f74082
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:16:02 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries
|
||||||
|
Add all modules currently built but not listed in supported.conf.
|
||||||
|
Another update will be necessary once we replace configs inherited from
|
||||||
|
master with true SLE15-SP2 configs. This is also why entries for modules
|
||||||
|
not built are left in the file for now.
|
||||||
|
- commit 0f5033c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:01:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort
|
||||||
|
Also remove one commented out line.
|
||||||
|
- commit b539157
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:36:22 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: cleanup
|
||||||
|
Remove duplicate and shadowed entries.
|
||||||
|
- commit 25e91ec
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:21:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update from SLE15-SP1
|
||||||
|
Differences from current SLE15-SP1 supported.conf:
|
||||||
|
- f71808e_wdt and it87_wdt supported (jdelvare)
|
||||||
|
- bpfilter marked +base (tiwai, bsc#1106751)
|
||||||
|
- unified indentation
|
||||||
|
- commit 02162e4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1493,6 +1807,12 @@ Wed Aug 7 21:14:19 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
||||||
- commit af37821
|
- commit af37821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 7 18:49:38 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to 5.3-rc3
|
||||||
|
- commit f1f49f3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1500,6 +1820,9 @@ Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
|||||||
We already had it for armv6hl but were lacking it on arm64.
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
Add it on armv7hl for consistency while at it.
|
Add it on armv7hl for consistency while at it.
|
||||||
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
||||||
|
- config: Enable SENSORS_GPIO_FAN for all of Arm (boo#1144723)
|
||||||
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
|
Add it on armv7hl for consistency while at it.
|
||||||
- commit 71d4424
|
- commit 71d4424
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -1736,6 +2059,17 @@ Tue Aug 6 21:39:08 CEST 2019 - jslaby@suse.cz
|
|||||||
- ARM: riscpc: fix DMA (bnc#1012628).
|
- ARM: riscpc: fix DMA (bnc#1012628).
|
||||||
- commit a3e04b1
|
- commit a3e04b1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 5 07:15:46 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc3
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/supported-flag
|
||||||
|
- patches.suse/supported-flag-external
|
||||||
|
- Refresh configs
|
||||||
|
- commit 571863b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1770,6 +2104,13 @@ Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 187170c
|
- commit 187170c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 1 07:07:43 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: refresh x86_64/default
|
||||||
|
With HBMC_AM654 disabled, nothing selects MULTIPLEXER any more.
|
||||||
|
- commit 07a1a73
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||||
|
|
||||||
@ -2149,12 +2490,32 @@ Wed Jul 31 11:06:04 CEST 2019 - jslaby@suse.cz
|
|||||||
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
||||||
- commit b607c27
|
- commit b607c27
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 31 10:52:34 CEST 2019 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: CONFIG_HBMC_AM654=n
|
||||||
|
The TI AM654 is an ARM64 SoC, so disable the driver on all other
|
||||||
|
architectures.
|
||||||
|
- commit 042f63f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
||||||
|
|
||||||
- packaging: add support for riscv64
|
- packaging: add support for riscv64
|
||||||
- commit c2885ea
|
- commit c2885ea
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 28 22:20:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc2
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- patches.suse/dma-mapping-use-dma_get_mask-in-dma_addressing_limit.patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
- Config changes
|
||||||
|
- NF_TABLES_BRIDGE=m (was =y)
|
||||||
|
- commit fc5ebf3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -2958,12 +3319,25 @@ Fri Jul 26 10:47:45 CEST 2019 - jslaby@suse.cz
|
|||||||
- ath10k: Check tx_stats before use it (bnc#1012628).
|
- ath10k: Check tx_stats before use it (bnc#1012628).
|
||||||
- commit f5296b5
|
- commit f5296b5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 24 14:42:00 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- dma-mapping: use dma_get_mask in dma_addressing_limited
|
||||||
|
(https://lore.kernel.org/lkml/cda1952f-0265-e055-a3ce-237c59069a3f@suse.com/T/#u).
|
||||||
|
- commit c584343
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- scripts/arch-symbols: add missing link.
|
- scripts/arch-symbols: add missing link.
|
||||||
- commit ee7c635
|
- commit ee7c635
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 18:12:09 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: enable kernel module compression (bsc#1135854)
|
||||||
|
- commit b333e24
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -2972,12 +3346,46 @@ Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
|||||||
in config.sh, then mkspec will pass it to the spec file.
|
in config.sh, then mkspec will pass it to the spec file.
|
||||||
- commit cdf5806
|
- commit cdf5806
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 15:19:30 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Workaround gcc regression on ppc64 (bko#204125).
|
||||||
|
- commit 8b84d1d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 12:03:57 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config.conf: Add ppc64 kvmsmall config (bsc#1137361).
|
||||||
|
- Remove superfluous i2c drivers from ppc64 config
|
||||||
|
-CONFIG_I2C_ALGOPCA=m
|
||||||
|
-CONFIG_I2C_AMD8111=m
|
||||||
|
-CONFIG_I2C_CBUS_GPIO=m
|
||||||
|
-CONFIG_I2C_DESIGNWARE_CORE=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PLATFORM=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PCI=m
|
||||||
|
-CONFIG_I2C_OCORES=m
|
||||||
|
-CONFIG_I2C_PCA_PLATFORM=m
|
||||||
|
Can't get rid of i2c in kvmsmall anyway but at least the DW i2c is gone.
|
||||||
|
- commit 3d0102c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
||||||
- commit 72c928d
|
- commit 72c928d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 23:44:25 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: remove unnecessary drivers from kvmsmall
|
||||||
|
The initial merge was incomplete and needed revisiting, which didn't really
|
||||||
|
happen. Since then, new options have been added and not removed from
|
||||||
|
kvmsmall, leading to grow in size.
|
||||||
|
This commit uses the following blacklist:
|
||||||
|
_(BT|CHARGER|CHROMEOS|CROS|DVB|DW|EDAC|FPGA|GPIO|GNSS|HID|INFINIBAND|IR|JOYSTICK|LEDS|MFD|PINCTRL|REGULATOR|RTC|SENSORS|SND_SOC|STAGING|TOUCHSCREEN|VIDEO|XEN|XILINX)[_=]
|
||||||
|
... along with some manual removal of NET_VENDORs with no relevant drivers.
|
||||||
|
- commit e850d85
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -2993,6 +3401,230 @@ Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
|||||||
breaking any other branch. A more proper cleanup will follow.
|
breaking any other branch. A more proper cleanup will follow.
|
||||||
- commit c32f8e7
|
- commit c32f8e7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 12:18:06 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc1
|
||||||
|
- Eliminated 89 patches (83 stable, 6 other)
|
||||||
|
- ARM configs need update
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
|
||||||
|
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
patches.suse/rpm-kernel-config
|
||||||
|
patches.suse/supported-flag
|
||||||
|
patches.suse/vfs-add-super_operations-get_inode_dev
|
||||||
|
- replace patches.rpmify/BPF-UMH-do-not-detect-if-compiler-can-link-userspace.patch
|
||||||
|
with patches.rpmify/Kconfig-make-CONFIG_CC_CAN_LINK-always-true.patch
|
||||||
|
- New config options:
|
||||||
|
- General setup
|
||||||
|
- HEADER_TEST=y
|
||||||
|
- KERNEL_HEADER_TEST=y
|
||||||
|
- PREEMPT_LL=n
|
||||||
|
- UCLAMP_TASK=y
|
||||||
|
- UCLAMP_BUCKETS_COUNT=5
|
||||||
|
- Processor type and features
|
||||||
|
- ACRN_GUEST=y
|
||||||
|
- LEGACY_VSYSCALL_XONLY=y
|
||||||
|
- IO Schedulers
|
||||||
|
- BFQ_CGROUP_DEBUG=n (=y in */debug)
|
||||||
|
- Networking
|
||||||
|
- NFT_SYNPROXY=m
|
||||||
|
- NFT_BRIDGE_META=m
|
||||||
|
- NF_CONNTRACK_BRIDGE=m
|
||||||
|
- NET_ACT_MPLS=m
|
||||||
|
- NET_ACT_CTINFO=m
|
||||||
|
- NET_ACT_CT=m
|
||||||
|
- BT_HCIBTUSB_MTK=y
|
||||||
|
- GVE=m
|
||||||
|
- MLX5_FPGA_IPSEC=y
|
||||||
|
- MLX5_FPGA_TLS=y
|
||||||
|
- MLX5_TLS=y
|
||||||
|
- STMMAC_SELFTESTS=n
|
||||||
|
- XILINX_AXI_EMAC=m
|
||||||
|
- SFP=m
|
||||||
|
- NXP_TJA11XX_PHY=m
|
||||||
|
- PHY_MIXEL_MIPI_DPHY=m
|
||||||
|
- File systems
|
||||||
|
- UBIFS_FS_ZSTD=y
|
||||||
|
- SUNRPC_DISABLE_INSECURE_ENCTYPES=n
|
||||||
|
- CEPH_FS_SECURITY_LABEL=y
|
||||||
|
- Generic driver options
|
||||||
|
- FW_LOADER_COMPRESS=y
|
||||||
|
- Storage
|
||||||
|
- SCSI_FDOMAIN_PCI=m
|
||||||
|
- SCSI_FDOMAIN_ISA=n
|
||||||
|
- PCMCIA_FDOMAIN=n
|
||||||
|
- Input
|
||||||
|
- KEYBOARD_APPLESPI=m
|
||||||
|
- Power supply and hardware monitoring
|
||||||
|
- POWER_SUPPLY_HWMON=y
|
||||||
|
- CHARGER_WILCO=m
|
||||||
|
- SENSORS_IRPS5401=m
|
||||||
|
- SENSORS_PXE1610=m
|
||||||
|
- REGULATOR_ARIZONA_LDO1=m
|
||||||
|
- REGULATOR_ARIZONA_MICSUPP=m
|
||||||
|
- REGULATOR_SLG51000=m
|
||||||
|
- Multimedia
|
||||||
|
- DVB_USB_CXUSB_ANALOG=y
|
||||||
|
- VIDEO_TDA1997X=m
|
||||||
|
- VIDEO_TLV320AIC23B=m
|
||||||
|
- VIDEO_ADV7180=m
|
||||||
|
- VIDEO_ADV7183=m
|
||||||
|
- VIDEO_ADV7604=m
|
||||||
|
- VIDEO_ADV7604_CEC=y
|
||||||
|
- VIDEO_ADV7842=m
|
||||||
|
- VIDEO_ADV7842_CEC=y
|
||||||
|
- VIDEO_BT819=m
|
||||||
|
- VIDEO_BT856=m
|
||||||
|
- VIDEO_BT866=m
|
||||||
|
- VIDEO_KS0127=m
|
||||||
|
- VIDEO_ML86V7667=m
|
||||||
|
- VIDEO_SAA7110=m
|
||||||
|
- VIDEO_TC358743=m
|
||||||
|
- VIDEO_TC358743_CEC=y
|
||||||
|
- VIDEO_TVP514X=m
|
||||||
|
- VIDEO_TVP7002=m
|
||||||
|
- VIDEO_TW9910=m
|
||||||
|
- VIDEO_VPX3220=m
|
||||||
|
- VIDEO_SAA7185=m
|
||||||
|
- VIDEO_ADV7170=m
|
||||||
|
- VIDEO_ADV7175=m
|
||||||
|
- VIDEO_ADV7343=m
|
||||||
|
- VIDEO_ADV7393=m
|
||||||
|
- VIDEO_ADV7511=m
|
||||||
|
- VIDEO_ADV7511_CEC=y
|
||||||
|
- VIDEO_AD9389B=m
|
||||||
|
- VIDEO_AK881X=m
|
||||||
|
- VIDEO_THS8200=m
|
||||||
|
- VIDEO_IMX214=m
|
||||||
|
- VIDEO_IMX258=m
|
||||||
|
- VIDEO_IMX274=m
|
||||||
|
- VIDEO_IMX319=m
|
||||||
|
- VIDEO_IMX355=m
|
||||||
|
- VIDEO_OV2659=m
|
||||||
|
- VIDEO_OV2680=m
|
||||||
|
- VIDEO_OV2685=m
|
||||||
|
- VIDEO_OV5647=m
|
||||||
|
- VIDEO_OV6650=m
|
||||||
|
- VIDEO_OV5670=m
|
||||||
|
- VIDEO_OV5695=m
|
||||||
|
- VIDEO_OV7251=m
|
||||||
|
- VIDEO_OV772X=m
|
||||||
|
- VIDEO_OV7740=m
|
||||||
|
- VIDEO_OV8856=m
|
||||||
|
- VIDEO_OV9640=m
|
||||||
|
- VIDEO_OV9650=m
|
||||||
|
- VIDEO_OV13858=m
|
||||||
|
- VIDEO_VS6624=m
|
||||||
|
- VIDEO_MT9M001=m
|
||||||
|
- VIDEO_MT9M032=m
|
||||||
|
- VIDEO_MT9M111=m
|
||||||
|
- VIDEO_MT9P031=m
|
||||||
|
- VIDEO_MT9T001=m
|
||||||
|
- VIDEO_MT9T112=m
|
||||||
|
- VIDEO_MT9V032=m
|
||||||
|
- VIDEO_MT9V111=m
|
||||||
|
- VIDEO_SR030PC30=m
|
||||||
|
- VIDEO_NOON010PC30=m
|
||||||
|
- VIDEO_M5MOLS=m
|
||||||
|
- VIDEO_RJ54N1=m
|
||||||
|
- VIDEO_S5K6AA=m
|
||||||
|
- VIDEO_S5K6A3=m
|
||||||
|
- VIDEO_S5K4ECGX=m
|
||||||
|
- VIDEO_S5K5BAF=m
|
||||||
|
- VIDEO_SMIAPP=m
|
||||||
|
- VIDEO_ET8EK8=m
|
||||||
|
- VIDEO_S5C73M3=m
|
||||||
|
- VIDEO_AD5820=m
|
||||||
|
- VIDEO_AK7375=m
|
||||||
|
- VIDEO_DW9714=m
|
||||||
|
- VIDEO_DW9807_VCM=m
|
||||||
|
- VIDEO_ADP1653=m
|
||||||
|
- VIDEO_LM3560=m
|
||||||
|
- VIDEO_LM3646=m
|
||||||
|
- SDR_MAX2175=m
|
||||||
|
- VIDEO_THS7303=m
|
||||||
|
- VIDEO_I2C=m
|
||||||
|
- VIDEO_ST_MIPID02=n
|
||||||
|
- VIDEO_GS1662=m
|
||||||
|
- DVB_S5H1432=m
|
||||||
|
- DVB_DIB9000=m
|
||||||
|
- DVB_CXD2880=m
|
||||||
|
- DVB_MN88443X=m
|
||||||
|
- DVB_LNBH29=m
|
||||||
|
- DVB_LGS8GL5=m
|
||||||
|
- Graphics
|
||||||
|
- DRM_AMD_DC_DCN2_0=y
|
||||||
|
- DRM_AMD_DC_DSC_SUPPORT=y
|
||||||
|
- DRM_I915_FORCE_PROBE=""
|
||||||
|
- DRM_I915_DEBUG_MMIO=n
|
||||||
|
- DRM_I915_USERFAULT_AUTOSUSPEND=250
|
||||||
|
- DRM_I915_SPIN_REQUEST=5
|
||||||
|
- DRM_PANEL_OSD_OSD101T2587_53TS=m
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E63M0=m
|
||||||
|
- Sound
|
||||||
|
- SND_SOC_INTEL_CML_H=m
|
||||||
|
- SND_SOC_INTEL_CML_LP=m
|
||||||
|
- SND_SOC_INTEL_BYT_CHT_CX2072X_MACH=m
|
||||||
|
- SND_SOC_SOF_COMETLAKE_LP_SUPPORT=y
|
||||||
|
- SND_SOC_SOF_COMETLAKE_H_SUPPORT=y
|
||||||
|
- SND_SOC_CX2072X=m
|
||||||
|
- InfiniBand
|
||||||
|
- RDMA_SIW=m
|
||||||
|
- Platform specific drivers
|
||||||
|
- XIAOMI_WMI=m
|
||||||
|
- ACPI_CMPC=m
|
||||||
|
- SAMSUNG_Q10=m
|
||||||
|
- INTEL_SPEED_SELECT_INTERFACE=m
|
||||||
|
- CROS_EC_ISHTP=m
|
||||||
|
- WILCO_EC_EVENTS=m
|
||||||
|
- WILCO_EC_TELEMETRY=m
|
||||||
|
- Industrial I/O
|
||||||
|
- XILINX_XADC=n
|
||||||
|
- ADF4371=n
|
||||||
|
- DPS310=n
|
||||||
|
- LEDs
|
||||||
|
- LEDS_SPI_BYTE=m
|
||||||
|
- LEDS_TI_LMU_COMMON=m
|
||||||
|
- LEDS_LM3697=m
|
||||||
|
- LEDS_LM36274=m
|
||||||
|
- Other drivers
|
||||||
|
- MTD_HYPERBUS=m
|
||||||
|
- HBMC_AM654=m
|
||||||
|
- XILINX_SDFEC=n
|
||||||
|
- GPIO_XILINX=m
|
||||||
|
- WATCHDOG_OPEN_TIMEOUT=0
|
||||||
|
- MFD_CS47L15=y
|
||||||
|
- MFD_CS47L92=y
|
||||||
|
- MFD_ROHM_BD70528=n
|
||||||
|
- RTC_DRV_BD70528=m
|
||||||
|
- DW_EDMA=m
|
||||||
|
- DW_EDMA_PCIE=m
|
||||||
|
- COMMON_CLK_SI5341=m
|
||||||
|
- EXTCON_FSA9480=m
|
||||||
|
- NTB_MSI=y
|
||||||
|
- NTB_MSI_TEST=n
|
||||||
|
- RAS_CEC_DEBUG=n
|
||||||
|
- AL_FIC=n
|
||||||
|
- Virtualization
|
||||||
|
- VIRTIO_PMEM=m
|
||||||
|
- Security options
|
||||||
|
- KEYS_REQUEST_CACHE=y
|
||||||
|
- Kernel hardening options
|
||||||
|
- INIT_ON_ALLOC_DEFAULT_ON=n
|
||||||
|
- INIT_ON_FREE_DEFAULT_ON=n
|
||||||
|
- Cryptographic API
|
||||||
|
- CRYPTO_XXHASH=n
|
||||||
|
- CRYPTO_DEV_ATMEL_ECC=m
|
||||||
|
- CRYPTO_DEV_ATMEL_SHA204A=m
|
||||||
|
- Kernel hacking
|
||||||
|
- HEADERS_INSTALL=n
|
||||||
|
- REED_SOLOMON_TEST=n
|
||||||
|
- TEST_BLACKHOLE_DEV=n
|
||||||
|
- TEST_MEMINIT=n
|
||||||
|
- commit 0a6d0d9
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -11493,6 +12125,12 @@ Sat Jan 26 11:04:18 CET 2019 - jslaby@suse.cz
|
|||||||
mapped address (bnc#1012628).
|
mapped address (bnc#1012628).
|
||||||
- commit 34ae151
|
- commit 34ae151
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 24 13:06:05 CET 2019 - ptesarik@suse.cz
|
||||||
|
|
||||||
|
- Add product identifying information to VMCOREINFO (bsc#1123015).
|
||||||
|
- commit 68ca35e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define srcversion 5.2
|
%define srcversion 5.3
|
||||||
%define patchversion 5.2.14
|
%define patchversion 5.3.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%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})
|
%(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
|
Name: dtb-armv6l
|
||||||
Version: 5.2.14
|
Version: 5.3.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g7f85414
|
Release: <RELEASE>.ga541a6c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3 final
|
||||||
|
- Eliminated 3 patches
|
||||||
|
- Refresh configs
|
||||||
|
- NF_CONNTRACK_SLP is gone
|
||||||
|
- commit 6baef36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -5,6 +14,22 @@ Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
|||||||
writeback attempts (btrfs hangup).
|
writeback attempts (btrfs hangup).
|
||||||
- commit 7f85414
|
- commit 7f85414
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:15:38 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/netfilter-ip_conntrack_slp.patch (FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
This veteran out of tree patch is no longer needed since the userspace
|
||||||
|
conntrack helper (in conntrack-tools / conntrackd) has reached Factory.
|
||||||
|
- commit d6f0b71
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:14:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update and reenable
|
||||||
|
patches.suse/Revert-netfilter-conntrack-remove-helper-hook-again.patch
|
||||||
|
(FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
- commit 029452e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -186,6 +211,13 @@ Mon Sep 9 09:39:52 CEST 2019 - guillaume.gardet@arm.com
|
|||||||
Set requirements respectively to 30GB and 20GB.
|
Set requirements respectively to 30GB and 20GB.
|
||||||
- commit f84c163
|
- commit f84c163
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 9 06:52:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc8
|
||||||
|
- refresh armv6hl configs (IXP4xx drivers no longer visible)
|
||||||
|
- commit 3dea797
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -480,6 +512,36 @@ Tue Sep 3 12:47:56 CEST 2019 - mkubecek@suse.cz
|
|||||||
kernel performance teams confirmed that performance impact is acceptable.
|
kernel performance teams confirmed that performance impact is acceptable.
|
||||||
- commit d6e8aab
|
- commit d6e8aab
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 2 22:41:27 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc7
|
||||||
|
- Refresh configs
|
||||||
|
- IXP4xx SoC drivers not visible
|
||||||
|
- gcc 9.2.1
|
||||||
|
- commit 9bff5f9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 1 21:36:39 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: armv7hl: Enable cadence watchdog
|
||||||
|
CONFIG_CADENCE_WATCHDOG is required for Zynq-7000 based MIYR Zturn board.
|
||||||
|
- commit c4cbe5e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:35:20 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Update ARMv6 config files
|
||||||
|
- commit c17167d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:27:22 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Reenable ARMv7 config for Kernel 5.3
|
||||||
|
All modules plus errata's enabled. Reused other
|
||||||
|
values from x86_64 update.
|
||||||
|
- commit b1c627e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -763,6 +825,14 @@ Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
|||||||
- rxrpc: Fix local refcounting (bnc#1012628).
|
- rxrpc: Fix local refcounting (bnc#1012628).
|
||||||
- commit 6385110
|
- commit 6385110
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 15:36:42 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- mwifiex: Fix three heap overflow at
|
||||||
|
parsing element in cfg80211_ap_settings
|
||||||
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
|
- commit 528fd68
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -771,6 +841,31 @@ Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
|||||||
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
- commit 05e68fe
|
- commit 05e68fe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 13:30:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: mark more core networking modules supported
|
||||||
|
Two more netfilter modules and one more *_diag should be supported too.
|
||||||
|
- commit bee2dd8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 12:42:47 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update status of some networking core modules
|
||||||
|
This marks new networking modules which should be supported as such; it is
|
||||||
|
mostly netfilter and traffic control modules which have been following the
|
||||||
|
"support all of them" policy for some time.
|
||||||
|
- commit 65e1131
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 10:23:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: obsolete paths cleanup
|
||||||
|
Update paths for existing modules which were moved, clean up duplicate
|
||||||
|
entries and drop entries for modules which no longer exist (either not
|
||||||
|
built any more or built into the image now).
|
||||||
|
- commit 3bb142a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -789,12 +884,35 @@ Tue Aug 27 10:09:41 CEST 2019 - jslaby@suse.cz
|
|||||||
Update to the upstreamed patch.
|
Update to the upstreamed patch.
|
||||||
- commit bb236c2
|
- commit bb236c2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 16:12:29 CEST 2019 - jgross@suse.com
|
||||||
|
|
||||||
|
- usb: Introduce Xen pvUSB frontend (xen hcd) (fate#315712).
|
||||||
|
- Update config files.
|
||||||
|
- usb: Add Xen pvUSB protocol description (fate#315712).
|
||||||
|
- commit b32b2bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:48:01 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
|
- commit b08d3d5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
- commit 6f03484
|
- commit 6f03484
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:32:51 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15098,bsc#1146378).
|
||||||
|
- Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15099,bsc#1146368).
|
||||||
|
- commit 758e216
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -811,6 +929,19 @@ Mon Aug 26 09:39:32 CEST 2019 - bpoirier@suse.com
|
|||||||
CVE-2019-15504).
|
CVE-2019-15504).
|
||||||
- commit 5009555
|
- commit 5009555
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 09:24:08 CEST 2019 - bpoirier@suse.com
|
||||||
|
|
||||||
|
- Fix a double free bug in rsi_91x_deinit (bnc#1147116
|
||||||
|
CVE-2019-15504).
|
||||||
|
- commit 8ae43d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 25 21:49:44 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc6
|
||||||
|
- commit 2831011
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1052,6 +1183,49 @@ Thu Aug 22 23:37:43 CEST 2019 - msuchanek@suse.de
|
|||||||
- Parametrize kgraft vs livepatch.
|
- Parametrize kgraft vs livepatch.
|
||||||
- commit 16f6816
|
- commit 16f6816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 23:04:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: Enable livepatch.
|
||||||
|
- commit e001776
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 14:03:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: update from SLE15-SP2
|
||||||
|
In general, we want features and drivers from SLE also in openSUSE unless
|
||||||
|
we have a good reason not to. Enable most config options which were
|
||||||
|
disabled in master but enabled in SLE15-SP2 (inherited from SLE15-SP1).
|
||||||
|
- commit 769684a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 15:00:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: reorganize sections
|
||||||
|
With ~40 patches in master branch, we have accumulated way too many
|
||||||
|
sections in series.conf, some of them being very specific. While new SLE
|
||||||
|
and Leap branches are going to have more patches, vast majority of them is
|
||||||
|
going to end up in the sorted section (e.g. less than 1% of SLE15-SP1
|
||||||
|
patches are neither sorted nor stable baskports right now - and that
|
||||||
|
includes quite a few which would actually belong into the sorted section
|
||||||
|
but are left outside for historical reasons).
|
||||||
|
After the reorganization, series.conf is ordered like this:
|
||||||
|
- stable backports (patches.kernel.org/*)
|
||||||
|
- tweaks applied to vanilla (patches.rpmify/*)
|
||||||
|
- sorted section (not in master)
|
||||||
|
- unsorted patches expected to get into mainline soon
|
||||||
|
- permanent and longterm non-upstream patches
|
||||||
|
- kabi hacks (not in master)
|
||||||
|
This commit has no effect on expanded tree.
|
||||||
|
- commit 8ac1895
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 14:13:15 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: cleanup
|
||||||
|
Only whitespace and comments, no efect on expanded tree.
|
||||||
|
- commit bf21808
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1067,6 +1241,15 @@ Mon Aug 19 17:46:30 CEST 2019 - bp@suse.de
|
|||||||
Factory first!
|
Factory first!
|
||||||
- commit fc98fd1
|
- commit fc98fd1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 19 05:32:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc5
|
||||||
|
- Refresh configs
|
||||||
|
- RDMA_SIW available on i386 (=m)
|
||||||
|
- clean up unavailable options
|
||||||
|
- commit cadbe00
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1326,6 +1509,14 @@ Fri Aug 16 22:01:45 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 80c0ffe
|
- commit 80c0ffe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Revert "Workaround gcc regression on ppc64 (bko#204125)."
|
||||||
|
This reverts commit 8b84d1d46ff90146bb6ba5b760a54ddd87a1a680.
|
||||||
|
Works for me 5.3-rc4-65-g329120423947
|
||||||
|
- commit d8f9e6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
@ -1347,6 +1538,14 @@ Mon Aug 12 09:11:56 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1142926).
|
(bnc#1142926).
|
||||||
- commit a44175e
|
- commit a44175e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 11 22:47:14 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc4
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
- commit 5402233
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1450,12 +1649,37 @@ Fri Aug 9 18:14:50 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/mkspec: Make building DTBs optional.
|
- rpm/mkspec: Make building DTBs optional.
|
||||||
- commit 7c057c8
|
- commit 7c057c8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 17:39:36 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: fix supported modules depending on unsupported on non-x86_64 architectures
|
||||||
|
Some more "unsupported module needed by supported one" errors were reported
|
||||||
|
on aarch64 and ppc64le.
|
||||||
|
- commit 6b609de
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 14:44:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop obsolete entry for hyperv_fb
|
||||||
|
The module moved to a different directory, the obsolete entry causes
|
||||||
|
file conflict betwen kernel-default and kernel-default-extra.
|
||||||
|
- commit 6b112e5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- rpm/modflist: Simplify compression support.
|
- rpm/modflist: Simplify compression support.
|
||||||
- commit fd135a6
|
- commit fd135a6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 13:36:21 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: close with respect to dependencies
|
||||||
|
Modules which some supported module depends on must be supported as well.
|
||||||
|
Also drop obsolete entries for rtsx_pci and rtsx_usb which were moved
|
||||||
|
between 4.12 and 5.3.
|
||||||
|
- commit b781c36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -1467,6 +1691,46 @@ Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
|||||||
in addition to ".ko".
|
in addition to ".ko".
|
||||||
- commit 18fcdff
|
- commit 18fcdff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 12:08:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Bring back MODVERDIR to Makefile.modpost (bsc#1066369).
|
||||||
|
- commit 6cc69f5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 10:38:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort again
|
||||||
|
Make the order compatible with scripts/supported-conf-fixup (LC_ALL=C).
|
||||||
|
- commit 4a4b5dd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 08:28:37 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- supported.conf: Sort alphabetically, align comments.
|
||||||
|
- commit 5189766
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:32:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop extensions
|
||||||
|
To make things more consistent, drop all ".ko" extensions.
|
||||||
|
- commit 398461b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:00:48 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update patches.suse/supported-flag.
|
||||||
|
Fix ReST table.
|
||||||
|
- commit 0692bf4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 21:39:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Use upstream TAINT_AUX for TAINT_EXTERNAL_SUPPORT.
|
||||||
|
Refresh patches.suse/supported-flag.
|
||||||
|
- commit a4999e0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1481,6 +1745,56 @@ Thu Aug 8 15:31:02 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1139939).
|
(bnc#1139939).
|
||||||
- commit 8434c05
|
- commit 8434c05
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 14:35:08 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- rpm/kernel-obs-build.spec.in: add dm-crypt for building with cryptsetup
|
||||||
|
Co-Authored-By: Adam Spiers <aspiers@suse.com>
|
||||||
|
- commit 1756301
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 10:34:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries for all architectures
|
||||||
|
As list of built modules depends on architecture, we must also add entries
|
||||||
|
for modules which are not built (or do not even exist) on x86_64 but are
|
||||||
|
built on other architectures (aarch64, ppc64le, s390x).
|
||||||
|
- commit 8f74082
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:16:02 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries
|
||||||
|
Add all modules currently built but not listed in supported.conf.
|
||||||
|
Another update will be necessary once we replace configs inherited from
|
||||||
|
master with true SLE15-SP2 configs. This is also why entries for modules
|
||||||
|
not built are left in the file for now.
|
||||||
|
- commit 0f5033c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:01:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort
|
||||||
|
Also remove one commented out line.
|
||||||
|
- commit b539157
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:36:22 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: cleanup
|
||||||
|
Remove duplicate and shadowed entries.
|
||||||
|
- commit 25e91ec
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:21:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update from SLE15-SP1
|
||||||
|
Differences from current SLE15-SP1 supported.conf:
|
||||||
|
- f71808e_wdt and it87_wdt supported (jdelvare)
|
||||||
|
- bpfilter marked +base (tiwai, bsc#1106751)
|
||||||
|
- unified indentation
|
||||||
|
- commit 02162e4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1493,6 +1807,12 @@ Wed Aug 7 21:14:19 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
||||||
- commit af37821
|
- commit af37821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 7 18:49:38 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to 5.3-rc3
|
||||||
|
- commit f1f49f3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1500,6 +1820,9 @@ Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
|||||||
We already had it for armv6hl but were lacking it on arm64.
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
Add it on armv7hl for consistency while at it.
|
Add it on armv7hl for consistency while at it.
|
||||||
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
||||||
|
- config: Enable SENSORS_GPIO_FAN for all of Arm (boo#1144723)
|
||||||
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
|
Add it on armv7hl for consistency while at it.
|
||||||
- commit 71d4424
|
- commit 71d4424
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -1736,6 +2059,17 @@ Tue Aug 6 21:39:08 CEST 2019 - jslaby@suse.cz
|
|||||||
- ARM: riscpc: fix DMA (bnc#1012628).
|
- ARM: riscpc: fix DMA (bnc#1012628).
|
||||||
- commit a3e04b1
|
- commit a3e04b1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 5 07:15:46 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc3
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/supported-flag
|
||||||
|
- patches.suse/supported-flag-external
|
||||||
|
- Refresh configs
|
||||||
|
- commit 571863b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1770,6 +2104,13 @@ Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 187170c
|
- commit 187170c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 1 07:07:43 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: refresh x86_64/default
|
||||||
|
With HBMC_AM654 disabled, nothing selects MULTIPLEXER any more.
|
||||||
|
- commit 07a1a73
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||||
|
|
||||||
@ -2149,12 +2490,32 @@ Wed Jul 31 11:06:04 CEST 2019 - jslaby@suse.cz
|
|||||||
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
||||||
- commit b607c27
|
- commit b607c27
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 31 10:52:34 CEST 2019 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: CONFIG_HBMC_AM654=n
|
||||||
|
The TI AM654 is an ARM64 SoC, so disable the driver on all other
|
||||||
|
architectures.
|
||||||
|
- commit 042f63f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
||||||
|
|
||||||
- packaging: add support for riscv64
|
- packaging: add support for riscv64
|
||||||
- commit c2885ea
|
- commit c2885ea
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 28 22:20:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc2
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- patches.suse/dma-mapping-use-dma_get_mask-in-dma_addressing_limit.patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
- Config changes
|
||||||
|
- NF_TABLES_BRIDGE=m (was =y)
|
||||||
|
- commit fc5ebf3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -2958,12 +3319,25 @@ Fri Jul 26 10:47:45 CEST 2019 - jslaby@suse.cz
|
|||||||
- ath10k: Check tx_stats before use it (bnc#1012628).
|
- ath10k: Check tx_stats before use it (bnc#1012628).
|
||||||
- commit f5296b5
|
- commit f5296b5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 24 14:42:00 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- dma-mapping: use dma_get_mask in dma_addressing_limited
|
||||||
|
(https://lore.kernel.org/lkml/cda1952f-0265-e055-a3ce-237c59069a3f@suse.com/T/#u).
|
||||||
|
- commit c584343
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- scripts/arch-symbols: add missing link.
|
- scripts/arch-symbols: add missing link.
|
||||||
- commit ee7c635
|
- commit ee7c635
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 18:12:09 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: enable kernel module compression (bsc#1135854)
|
||||||
|
- commit b333e24
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -2972,12 +3346,46 @@ Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
|||||||
in config.sh, then mkspec will pass it to the spec file.
|
in config.sh, then mkspec will pass it to the spec file.
|
||||||
- commit cdf5806
|
- commit cdf5806
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 15:19:30 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Workaround gcc regression on ppc64 (bko#204125).
|
||||||
|
- commit 8b84d1d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 12:03:57 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config.conf: Add ppc64 kvmsmall config (bsc#1137361).
|
||||||
|
- Remove superfluous i2c drivers from ppc64 config
|
||||||
|
-CONFIG_I2C_ALGOPCA=m
|
||||||
|
-CONFIG_I2C_AMD8111=m
|
||||||
|
-CONFIG_I2C_CBUS_GPIO=m
|
||||||
|
-CONFIG_I2C_DESIGNWARE_CORE=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PLATFORM=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PCI=m
|
||||||
|
-CONFIG_I2C_OCORES=m
|
||||||
|
-CONFIG_I2C_PCA_PLATFORM=m
|
||||||
|
Can't get rid of i2c in kvmsmall anyway but at least the DW i2c is gone.
|
||||||
|
- commit 3d0102c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
||||||
- commit 72c928d
|
- commit 72c928d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 23:44:25 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: remove unnecessary drivers from kvmsmall
|
||||||
|
The initial merge was incomplete and needed revisiting, which didn't really
|
||||||
|
happen. Since then, new options have been added and not removed from
|
||||||
|
kvmsmall, leading to grow in size.
|
||||||
|
This commit uses the following blacklist:
|
||||||
|
_(BT|CHARGER|CHROMEOS|CROS|DVB|DW|EDAC|FPGA|GPIO|GNSS|HID|INFINIBAND|IR|JOYSTICK|LEDS|MFD|PINCTRL|REGULATOR|RTC|SENSORS|SND_SOC|STAGING|TOUCHSCREEN|VIDEO|XEN|XILINX)[_=]
|
||||||
|
... along with some manual removal of NET_VENDORs with no relevant drivers.
|
||||||
|
- commit e850d85
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -2993,6 +3401,230 @@ Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
|||||||
breaking any other branch. A more proper cleanup will follow.
|
breaking any other branch. A more proper cleanup will follow.
|
||||||
- commit c32f8e7
|
- commit c32f8e7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 12:18:06 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc1
|
||||||
|
- Eliminated 89 patches (83 stable, 6 other)
|
||||||
|
- ARM configs need update
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
|
||||||
|
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
patches.suse/rpm-kernel-config
|
||||||
|
patches.suse/supported-flag
|
||||||
|
patches.suse/vfs-add-super_operations-get_inode_dev
|
||||||
|
- replace patches.rpmify/BPF-UMH-do-not-detect-if-compiler-can-link-userspace.patch
|
||||||
|
with patches.rpmify/Kconfig-make-CONFIG_CC_CAN_LINK-always-true.patch
|
||||||
|
- New config options:
|
||||||
|
- General setup
|
||||||
|
- HEADER_TEST=y
|
||||||
|
- KERNEL_HEADER_TEST=y
|
||||||
|
- PREEMPT_LL=n
|
||||||
|
- UCLAMP_TASK=y
|
||||||
|
- UCLAMP_BUCKETS_COUNT=5
|
||||||
|
- Processor type and features
|
||||||
|
- ACRN_GUEST=y
|
||||||
|
- LEGACY_VSYSCALL_XONLY=y
|
||||||
|
- IO Schedulers
|
||||||
|
- BFQ_CGROUP_DEBUG=n (=y in */debug)
|
||||||
|
- Networking
|
||||||
|
- NFT_SYNPROXY=m
|
||||||
|
- NFT_BRIDGE_META=m
|
||||||
|
- NF_CONNTRACK_BRIDGE=m
|
||||||
|
- NET_ACT_MPLS=m
|
||||||
|
- NET_ACT_CTINFO=m
|
||||||
|
- NET_ACT_CT=m
|
||||||
|
- BT_HCIBTUSB_MTK=y
|
||||||
|
- GVE=m
|
||||||
|
- MLX5_FPGA_IPSEC=y
|
||||||
|
- MLX5_FPGA_TLS=y
|
||||||
|
- MLX5_TLS=y
|
||||||
|
- STMMAC_SELFTESTS=n
|
||||||
|
- XILINX_AXI_EMAC=m
|
||||||
|
- SFP=m
|
||||||
|
- NXP_TJA11XX_PHY=m
|
||||||
|
- PHY_MIXEL_MIPI_DPHY=m
|
||||||
|
- File systems
|
||||||
|
- UBIFS_FS_ZSTD=y
|
||||||
|
- SUNRPC_DISABLE_INSECURE_ENCTYPES=n
|
||||||
|
- CEPH_FS_SECURITY_LABEL=y
|
||||||
|
- Generic driver options
|
||||||
|
- FW_LOADER_COMPRESS=y
|
||||||
|
- Storage
|
||||||
|
- SCSI_FDOMAIN_PCI=m
|
||||||
|
- SCSI_FDOMAIN_ISA=n
|
||||||
|
- PCMCIA_FDOMAIN=n
|
||||||
|
- Input
|
||||||
|
- KEYBOARD_APPLESPI=m
|
||||||
|
- Power supply and hardware monitoring
|
||||||
|
- POWER_SUPPLY_HWMON=y
|
||||||
|
- CHARGER_WILCO=m
|
||||||
|
- SENSORS_IRPS5401=m
|
||||||
|
- SENSORS_PXE1610=m
|
||||||
|
- REGULATOR_ARIZONA_LDO1=m
|
||||||
|
- REGULATOR_ARIZONA_MICSUPP=m
|
||||||
|
- REGULATOR_SLG51000=m
|
||||||
|
- Multimedia
|
||||||
|
- DVB_USB_CXUSB_ANALOG=y
|
||||||
|
- VIDEO_TDA1997X=m
|
||||||
|
- VIDEO_TLV320AIC23B=m
|
||||||
|
- VIDEO_ADV7180=m
|
||||||
|
- VIDEO_ADV7183=m
|
||||||
|
- VIDEO_ADV7604=m
|
||||||
|
- VIDEO_ADV7604_CEC=y
|
||||||
|
- VIDEO_ADV7842=m
|
||||||
|
- VIDEO_ADV7842_CEC=y
|
||||||
|
- VIDEO_BT819=m
|
||||||
|
- VIDEO_BT856=m
|
||||||
|
- VIDEO_BT866=m
|
||||||
|
- VIDEO_KS0127=m
|
||||||
|
- VIDEO_ML86V7667=m
|
||||||
|
- VIDEO_SAA7110=m
|
||||||
|
- VIDEO_TC358743=m
|
||||||
|
- VIDEO_TC358743_CEC=y
|
||||||
|
- VIDEO_TVP514X=m
|
||||||
|
- VIDEO_TVP7002=m
|
||||||
|
- VIDEO_TW9910=m
|
||||||
|
- VIDEO_VPX3220=m
|
||||||
|
- VIDEO_SAA7185=m
|
||||||
|
- VIDEO_ADV7170=m
|
||||||
|
- VIDEO_ADV7175=m
|
||||||
|
- VIDEO_ADV7343=m
|
||||||
|
- VIDEO_ADV7393=m
|
||||||
|
- VIDEO_ADV7511=m
|
||||||
|
- VIDEO_ADV7511_CEC=y
|
||||||
|
- VIDEO_AD9389B=m
|
||||||
|
- VIDEO_AK881X=m
|
||||||
|
- VIDEO_THS8200=m
|
||||||
|
- VIDEO_IMX214=m
|
||||||
|
- VIDEO_IMX258=m
|
||||||
|
- VIDEO_IMX274=m
|
||||||
|
- VIDEO_IMX319=m
|
||||||
|
- VIDEO_IMX355=m
|
||||||
|
- VIDEO_OV2659=m
|
||||||
|
- VIDEO_OV2680=m
|
||||||
|
- VIDEO_OV2685=m
|
||||||
|
- VIDEO_OV5647=m
|
||||||
|
- VIDEO_OV6650=m
|
||||||
|
- VIDEO_OV5670=m
|
||||||
|
- VIDEO_OV5695=m
|
||||||
|
- VIDEO_OV7251=m
|
||||||
|
- VIDEO_OV772X=m
|
||||||
|
- VIDEO_OV7740=m
|
||||||
|
- VIDEO_OV8856=m
|
||||||
|
- VIDEO_OV9640=m
|
||||||
|
- VIDEO_OV9650=m
|
||||||
|
- VIDEO_OV13858=m
|
||||||
|
- VIDEO_VS6624=m
|
||||||
|
- VIDEO_MT9M001=m
|
||||||
|
- VIDEO_MT9M032=m
|
||||||
|
- VIDEO_MT9M111=m
|
||||||
|
- VIDEO_MT9P031=m
|
||||||
|
- VIDEO_MT9T001=m
|
||||||
|
- VIDEO_MT9T112=m
|
||||||
|
- VIDEO_MT9V032=m
|
||||||
|
- VIDEO_MT9V111=m
|
||||||
|
- VIDEO_SR030PC30=m
|
||||||
|
- VIDEO_NOON010PC30=m
|
||||||
|
- VIDEO_M5MOLS=m
|
||||||
|
- VIDEO_RJ54N1=m
|
||||||
|
- VIDEO_S5K6AA=m
|
||||||
|
- VIDEO_S5K6A3=m
|
||||||
|
- VIDEO_S5K4ECGX=m
|
||||||
|
- VIDEO_S5K5BAF=m
|
||||||
|
- VIDEO_SMIAPP=m
|
||||||
|
- VIDEO_ET8EK8=m
|
||||||
|
- VIDEO_S5C73M3=m
|
||||||
|
- VIDEO_AD5820=m
|
||||||
|
- VIDEO_AK7375=m
|
||||||
|
- VIDEO_DW9714=m
|
||||||
|
- VIDEO_DW9807_VCM=m
|
||||||
|
- VIDEO_ADP1653=m
|
||||||
|
- VIDEO_LM3560=m
|
||||||
|
- VIDEO_LM3646=m
|
||||||
|
- SDR_MAX2175=m
|
||||||
|
- VIDEO_THS7303=m
|
||||||
|
- VIDEO_I2C=m
|
||||||
|
- VIDEO_ST_MIPID02=n
|
||||||
|
- VIDEO_GS1662=m
|
||||||
|
- DVB_S5H1432=m
|
||||||
|
- DVB_DIB9000=m
|
||||||
|
- DVB_CXD2880=m
|
||||||
|
- DVB_MN88443X=m
|
||||||
|
- DVB_LNBH29=m
|
||||||
|
- DVB_LGS8GL5=m
|
||||||
|
- Graphics
|
||||||
|
- DRM_AMD_DC_DCN2_0=y
|
||||||
|
- DRM_AMD_DC_DSC_SUPPORT=y
|
||||||
|
- DRM_I915_FORCE_PROBE=""
|
||||||
|
- DRM_I915_DEBUG_MMIO=n
|
||||||
|
- DRM_I915_USERFAULT_AUTOSUSPEND=250
|
||||||
|
- DRM_I915_SPIN_REQUEST=5
|
||||||
|
- DRM_PANEL_OSD_OSD101T2587_53TS=m
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E63M0=m
|
||||||
|
- Sound
|
||||||
|
- SND_SOC_INTEL_CML_H=m
|
||||||
|
- SND_SOC_INTEL_CML_LP=m
|
||||||
|
- SND_SOC_INTEL_BYT_CHT_CX2072X_MACH=m
|
||||||
|
- SND_SOC_SOF_COMETLAKE_LP_SUPPORT=y
|
||||||
|
- SND_SOC_SOF_COMETLAKE_H_SUPPORT=y
|
||||||
|
- SND_SOC_CX2072X=m
|
||||||
|
- InfiniBand
|
||||||
|
- RDMA_SIW=m
|
||||||
|
- Platform specific drivers
|
||||||
|
- XIAOMI_WMI=m
|
||||||
|
- ACPI_CMPC=m
|
||||||
|
- SAMSUNG_Q10=m
|
||||||
|
- INTEL_SPEED_SELECT_INTERFACE=m
|
||||||
|
- CROS_EC_ISHTP=m
|
||||||
|
- WILCO_EC_EVENTS=m
|
||||||
|
- WILCO_EC_TELEMETRY=m
|
||||||
|
- Industrial I/O
|
||||||
|
- XILINX_XADC=n
|
||||||
|
- ADF4371=n
|
||||||
|
- DPS310=n
|
||||||
|
- LEDs
|
||||||
|
- LEDS_SPI_BYTE=m
|
||||||
|
- LEDS_TI_LMU_COMMON=m
|
||||||
|
- LEDS_LM3697=m
|
||||||
|
- LEDS_LM36274=m
|
||||||
|
- Other drivers
|
||||||
|
- MTD_HYPERBUS=m
|
||||||
|
- HBMC_AM654=m
|
||||||
|
- XILINX_SDFEC=n
|
||||||
|
- GPIO_XILINX=m
|
||||||
|
- WATCHDOG_OPEN_TIMEOUT=0
|
||||||
|
- MFD_CS47L15=y
|
||||||
|
- MFD_CS47L92=y
|
||||||
|
- MFD_ROHM_BD70528=n
|
||||||
|
- RTC_DRV_BD70528=m
|
||||||
|
- DW_EDMA=m
|
||||||
|
- DW_EDMA_PCIE=m
|
||||||
|
- COMMON_CLK_SI5341=m
|
||||||
|
- EXTCON_FSA9480=m
|
||||||
|
- NTB_MSI=y
|
||||||
|
- NTB_MSI_TEST=n
|
||||||
|
- RAS_CEC_DEBUG=n
|
||||||
|
- AL_FIC=n
|
||||||
|
- Virtualization
|
||||||
|
- VIRTIO_PMEM=m
|
||||||
|
- Security options
|
||||||
|
- KEYS_REQUEST_CACHE=y
|
||||||
|
- Kernel hardening options
|
||||||
|
- INIT_ON_ALLOC_DEFAULT_ON=n
|
||||||
|
- INIT_ON_FREE_DEFAULT_ON=n
|
||||||
|
- Cryptographic API
|
||||||
|
- CRYPTO_XXHASH=n
|
||||||
|
- CRYPTO_DEV_ATMEL_ECC=m
|
||||||
|
- CRYPTO_DEV_ATMEL_SHA204A=m
|
||||||
|
- Kernel hacking
|
||||||
|
- HEADERS_INSTALL=n
|
||||||
|
- REED_SOLOMON_TEST=n
|
||||||
|
- TEST_BLACKHOLE_DEV=n
|
||||||
|
- TEST_MEMINIT=n
|
||||||
|
- commit 0a6d0d9
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -11493,6 +12125,12 @@ Sat Jan 26 11:04:18 CET 2019 - jslaby@suse.cz
|
|||||||
mapped address (bnc#1012628).
|
mapped address (bnc#1012628).
|
||||||
- commit 34ae151
|
- commit 34ae151
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 24 13:06:05 CET 2019 - ptesarik@suse.cz
|
||||||
|
|
||||||
|
- Add product identifying information to VMCOREINFO (bsc#1123015).
|
||||||
|
- commit 68ca35e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define srcversion 5.2
|
%define srcversion 5.3
|
||||||
%define patchversion 5.2.14
|
%define patchversion 5.3.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%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})
|
%(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
|
Name: dtb-armv7l
|
||||||
Version: 5.2.14
|
Version: 5.3.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g7f85414
|
Release: <RELEASE>.ga541a6c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3 final
|
||||||
|
- Eliminated 3 patches
|
||||||
|
- Refresh configs
|
||||||
|
- NF_CONNTRACK_SLP is gone
|
||||||
|
- commit 6baef36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -5,6 +14,22 @@ Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
|||||||
writeback attempts (btrfs hangup).
|
writeback attempts (btrfs hangup).
|
||||||
- commit 7f85414
|
- commit 7f85414
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:15:38 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/netfilter-ip_conntrack_slp.patch (FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
This veteran out of tree patch is no longer needed since the userspace
|
||||||
|
conntrack helper (in conntrack-tools / conntrackd) has reached Factory.
|
||||||
|
- commit d6f0b71
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:14:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update and reenable
|
||||||
|
patches.suse/Revert-netfilter-conntrack-remove-helper-hook-again.patch
|
||||||
|
(FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
- commit 029452e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -186,6 +211,13 @@ Mon Sep 9 09:39:52 CEST 2019 - guillaume.gardet@arm.com
|
|||||||
Set requirements respectively to 30GB and 20GB.
|
Set requirements respectively to 30GB and 20GB.
|
||||||
- commit f84c163
|
- commit f84c163
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 9 06:52:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc8
|
||||||
|
- refresh armv6hl configs (IXP4xx drivers no longer visible)
|
||||||
|
- commit 3dea797
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -480,6 +512,36 @@ Tue Sep 3 12:47:56 CEST 2019 - mkubecek@suse.cz
|
|||||||
kernel performance teams confirmed that performance impact is acceptable.
|
kernel performance teams confirmed that performance impact is acceptable.
|
||||||
- commit d6e8aab
|
- commit d6e8aab
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 2 22:41:27 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc7
|
||||||
|
- Refresh configs
|
||||||
|
- IXP4xx SoC drivers not visible
|
||||||
|
- gcc 9.2.1
|
||||||
|
- commit 9bff5f9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 1 21:36:39 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: armv7hl: Enable cadence watchdog
|
||||||
|
CONFIG_CADENCE_WATCHDOG is required for Zynq-7000 based MIYR Zturn board.
|
||||||
|
- commit c4cbe5e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:35:20 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Update ARMv6 config files
|
||||||
|
- commit c17167d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:27:22 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Reenable ARMv7 config for Kernel 5.3
|
||||||
|
All modules plus errata's enabled. Reused other
|
||||||
|
values from x86_64 update.
|
||||||
|
- commit b1c627e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -763,6 +825,14 @@ Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
|||||||
- rxrpc: Fix local refcounting (bnc#1012628).
|
- rxrpc: Fix local refcounting (bnc#1012628).
|
||||||
- commit 6385110
|
- commit 6385110
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 15:36:42 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- mwifiex: Fix three heap overflow at
|
||||||
|
parsing element in cfg80211_ap_settings
|
||||||
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
|
- commit 528fd68
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -771,6 +841,31 @@ Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
|||||||
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
- commit 05e68fe
|
- commit 05e68fe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 13:30:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: mark more core networking modules supported
|
||||||
|
Two more netfilter modules and one more *_diag should be supported too.
|
||||||
|
- commit bee2dd8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 12:42:47 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update status of some networking core modules
|
||||||
|
This marks new networking modules which should be supported as such; it is
|
||||||
|
mostly netfilter and traffic control modules which have been following the
|
||||||
|
"support all of them" policy for some time.
|
||||||
|
- commit 65e1131
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 10:23:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: obsolete paths cleanup
|
||||||
|
Update paths for existing modules which were moved, clean up duplicate
|
||||||
|
entries and drop entries for modules which no longer exist (either not
|
||||||
|
built any more or built into the image now).
|
||||||
|
- commit 3bb142a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -789,12 +884,35 @@ Tue Aug 27 10:09:41 CEST 2019 - jslaby@suse.cz
|
|||||||
Update to the upstreamed patch.
|
Update to the upstreamed patch.
|
||||||
- commit bb236c2
|
- commit bb236c2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 16:12:29 CEST 2019 - jgross@suse.com
|
||||||
|
|
||||||
|
- usb: Introduce Xen pvUSB frontend (xen hcd) (fate#315712).
|
||||||
|
- Update config files.
|
||||||
|
- usb: Add Xen pvUSB protocol description (fate#315712).
|
||||||
|
- commit b32b2bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:48:01 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
|
- commit b08d3d5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
- commit 6f03484
|
- commit 6f03484
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:32:51 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15098,bsc#1146378).
|
||||||
|
- Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15099,bsc#1146368).
|
||||||
|
- commit 758e216
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -811,6 +929,19 @@ Mon Aug 26 09:39:32 CEST 2019 - bpoirier@suse.com
|
|||||||
CVE-2019-15504).
|
CVE-2019-15504).
|
||||||
- commit 5009555
|
- commit 5009555
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 09:24:08 CEST 2019 - bpoirier@suse.com
|
||||||
|
|
||||||
|
- Fix a double free bug in rsi_91x_deinit (bnc#1147116
|
||||||
|
CVE-2019-15504).
|
||||||
|
- commit 8ae43d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 25 21:49:44 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc6
|
||||||
|
- commit 2831011
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1052,6 +1183,49 @@ Thu Aug 22 23:37:43 CEST 2019 - msuchanek@suse.de
|
|||||||
- Parametrize kgraft vs livepatch.
|
- Parametrize kgraft vs livepatch.
|
||||||
- commit 16f6816
|
- commit 16f6816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 23:04:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: Enable livepatch.
|
||||||
|
- commit e001776
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 14:03:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: update from SLE15-SP2
|
||||||
|
In general, we want features and drivers from SLE also in openSUSE unless
|
||||||
|
we have a good reason not to. Enable most config options which were
|
||||||
|
disabled in master but enabled in SLE15-SP2 (inherited from SLE15-SP1).
|
||||||
|
- commit 769684a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 15:00:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: reorganize sections
|
||||||
|
With ~40 patches in master branch, we have accumulated way too many
|
||||||
|
sections in series.conf, some of them being very specific. While new SLE
|
||||||
|
and Leap branches are going to have more patches, vast majority of them is
|
||||||
|
going to end up in the sorted section (e.g. less than 1% of SLE15-SP1
|
||||||
|
patches are neither sorted nor stable baskports right now - and that
|
||||||
|
includes quite a few which would actually belong into the sorted section
|
||||||
|
but are left outside for historical reasons).
|
||||||
|
After the reorganization, series.conf is ordered like this:
|
||||||
|
- stable backports (patches.kernel.org/*)
|
||||||
|
- tweaks applied to vanilla (patches.rpmify/*)
|
||||||
|
- sorted section (not in master)
|
||||||
|
- unsorted patches expected to get into mainline soon
|
||||||
|
- permanent and longterm non-upstream patches
|
||||||
|
- kabi hacks (not in master)
|
||||||
|
This commit has no effect on expanded tree.
|
||||||
|
- commit 8ac1895
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 14:13:15 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: cleanup
|
||||||
|
Only whitespace and comments, no efect on expanded tree.
|
||||||
|
- commit bf21808
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1067,6 +1241,15 @@ Mon Aug 19 17:46:30 CEST 2019 - bp@suse.de
|
|||||||
Factory first!
|
Factory first!
|
||||||
- commit fc98fd1
|
- commit fc98fd1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 19 05:32:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc5
|
||||||
|
- Refresh configs
|
||||||
|
- RDMA_SIW available on i386 (=m)
|
||||||
|
- clean up unavailable options
|
||||||
|
- commit cadbe00
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1326,6 +1509,14 @@ Fri Aug 16 22:01:45 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 80c0ffe
|
- commit 80c0ffe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Revert "Workaround gcc regression on ppc64 (bko#204125)."
|
||||||
|
This reverts commit 8b84d1d46ff90146bb6ba5b760a54ddd87a1a680.
|
||||||
|
Works for me 5.3-rc4-65-g329120423947
|
||||||
|
- commit d8f9e6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
@ -1347,6 +1538,14 @@ Mon Aug 12 09:11:56 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1142926).
|
(bnc#1142926).
|
||||||
- commit a44175e
|
- commit a44175e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 11 22:47:14 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc4
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
- commit 5402233
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1450,12 +1649,37 @@ Fri Aug 9 18:14:50 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/mkspec: Make building DTBs optional.
|
- rpm/mkspec: Make building DTBs optional.
|
||||||
- commit 7c057c8
|
- commit 7c057c8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 17:39:36 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: fix supported modules depending on unsupported on non-x86_64 architectures
|
||||||
|
Some more "unsupported module needed by supported one" errors were reported
|
||||||
|
on aarch64 and ppc64le.
|
||||||
|
- commit 6b609de
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 14:44:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop obsolete entry for hyperv_fb
|
||||||
|
The module moved to a different directory, the obsolete entry causes
|
||||||
|
file conflict betwen kernel-default and kernel-default-extra.
|
||||||
|
- commit 6b112e5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- rpm/modflist: Simplify compression support.
|
- rpm/modflist: Simplify compression support.
|
||||||
- commit fd135a6
|
- commit fd135a6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 13:36:21 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: close with respect to dependencies
|
||||||
|
Modules which some supported module depends on must be supported as well.
|
||||||
|
Also drop obsolete entries for rtsx_pci and rtsx_usb which were moved
|
||||||
|
between 4.12 and 5.3.
|
||||||
|
- commit b781c36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -1467,6 +1691,46 @@ Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
|||||||
in addition to ".ko".
|
in addition to ".ko".
|
||||||
- commit 18fcdff
|
- commit 18fcdff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 12:08:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Bring back MODVERDIR to Makefile.modpost (bsc#1066369).
|
||||||
|
- commit 6cc69f5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 10:38:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort again
|
||||||
|
Make the order compatible with scripts/supported-conf-fixup (LC_ALL=C).
|
||||||
|
- commit 4a4b5dd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 08:28:37 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- supported.conf: Sort alphabetically, align comments.
|
||||||
|
- commit 5189766
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:32:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop extensions
|
||||||
|
To make things more consistent, drop all ".ko" extensions.
|
||||||
|
- commit 398461b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:00:48 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update patches.suse/supported-flag.
|
||||||
|
Fix ReST table.
|
||||||
|
- commit 0692bf4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 21:39:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Use upstream TAINT_AUX for TAINT_EXTERNAL_SUPPORT.
|
||||||
|
Refresh patches.suse/supported-flag.
|
||||||
|
- commit a4999e0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1481,6 +1745,56 @@ Thu Aug 8 15:31:02 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1139939).
|
(bnc#1139939).
|
||||||
- commit 8434c05
|
- commit 8434c05
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 14:35:08 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- rpm/kernel-obs-build.spec.in: add dm-crypt for building with cryptsetup
|
||||||
|
Co-Authored-By: Adam Spiers <aspiers@suse.com>
|
||||||
|
- commit 1756301
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 10:34:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries for all architectures
|
||||||
|
As list of built modules depends on architecture, we must also add entries
|
||||||
|
for modules which are not built (or do not even exist) on x86_64 but are
|
||||||
|
built on other architectures (aarch64, ppc64le, s390x).
|
||||||
|
- commit 8f74082
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:16:02 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries
|
||||||
|
Add all modules currently built but not listed in supported.conf.
|
||||||
|
Another update will be necessary once we replace configs inherited from
|
||||||
|
master with true SLE15-SP2 configs. This is also why entries for modules
|
||||||
|
not built are left in the file for now.
|
||||||
|
- commit 0f5033c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:01:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort
|
||||||
|
Also remove one commented out line.
|
||||||
|
- commit b539157
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:36:22 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: cleanup
|
||||||
|
Remove duplicate and shadowed entries.
|
||||||
|
- commit 25e91ec
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:21:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update from SLE15-SP1
|
||||||
|
Differences from current SLE15-SP1 supported.conf:
|
||||||
|
- f71808e_wdt and it87_wdt supported (jdelvare)
|
||||||
|
- bpfilter marked +base (tiwai, bsc#1106751)
|
||||||
|
- unified indentation
|
||||||
|
- commit 02162e4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1493,6 +1807,12 @@ Wed Aug 7 21:14:19 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
||||||
- commit af37821
|
- commit af37821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 7 18:49:38 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to 5.3-rc3
|
||||||
|
- commit f1f49f3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1500,6 +1820,9 @@ Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
|||||||
We already had it for armv6hl but were lacking it on arm64.
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
Add it on armv7hl for consistency while at it.
|
Add it on armv7hl for consistency while at it.
|
||||||
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
||||||
|
- config: Enable SENSORS_GPIO_FAN for all of Arm (boo#1144723)
|
||||||
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
|
Add it on armv7hl for consistency while at it.
|
||||||
- commit 71d4424
|
- commit 71d4424
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -1736,6 +2059,17 @@ Tue Aug 6 21:39:08 CEST 2019 - jslaby@suse.cz
|
|||||||
- ARM: riscpc: fix DMA (bnc#1012628).
|
- ARM: riscpc: fix DMA (bnc#1012628).
|
||||||
- commit a3e04b1
|
- commit a3e04b1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 5 07:15:46 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc3
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/supported-flag
|
||||||
|
- patches.suse/supported-flag-external
|
||||||
|
- Refresh configs
|
||||||
|
- commit 571863b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1770,6 +2104,13 @@ Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 187170c
|
- commit 187170c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 1 07:07:43 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: refresh x86_64/default
|
||||||
|
With HBMC_AM654 disabled, nothing selects MULTIPLEXER any more.
|
||||||
|
- commit 07a1a73
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||||
|
|
||||||
@ -2149,12 +2490,32 @@ Wed Jul 31 11:06:04 CEST 2019 - jslaby@suse.cz
|
|||||||
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
||||||
- commit b607c27
|
- commit b607c27
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 31 10:52:34 CEST 2019 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: CONFIG_HBMC_AM654=n
|
||||||
|
The TI AM654 is an ARM64 SoC, so disable the driver on all other
|
||||||
|
architectures.
|
||||||
|
- commit 042f63f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
||||||
|
|
||||||
- packaging: add support for riscv64
|
- packaging: add support for riscv64
|
||||||
- commit c2885ea
|
- commit c2885ea
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 28 22:20:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc2
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- patches.suse/dma-mapping-use-dma_get_mask-in-dma_addressing_limit.patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
- Config changes
|
||||||
|
- NF_TABLES_BRIDGE=m (was =y)
|
||||||
|
- commit fc5ebf3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -2958,12 +3319,25 @@ Fri Jul 26 10:47:45 CEST 2019 - jslaby@suse.cz
|
|||||||
- ath10k: Check tx_stats before use it (bnc#1012628).
|
- ath10k: Check tx_stats before use it (bnc#1012628).
|
||||||
- commit f5296b5
|
- commit f5296b5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 24 14:42:00 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- dma-mapping: use dma_get_mask in dma_addressing_limited
|
||||||
|
(https://lore.kernel.org/lkml/cda1952f-0265-e055-a3ce-237c59069a3f@suse.com/T/#u).
|
||||||
|
- commit c584343
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- scripts/arch-symbols: add missing link.
|
- scripts/arch-symbols: add missing link.
|
||||||
- commit ee7c635
|
- commit ee7c635
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 18:12:09 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: enable kernel module compression (bsc#1135854)
|
||||||
|
- commit b333e24
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -2972,12 +3346,46 @@ Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
|||||||
in config.sh, then mkspec will pass it to the spec file.
|
in config.sh, then mkspec will pass it to the spec file.
|
||||||
- commit cdf5806
|
- commit cdf5806
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 15:19:30 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Workaround gcc regression on ppc64 (bko#204125).
|
||||||
|
- commit 8b84d1d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 12:03:57 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config.conf: Add ppc64 kvmsmall config (bsc#1137361).
|
||||||
|
- Remove superfluous i2c drivers from ppc64 config
|
||||||
|
-CONFIG_I2C_ALGOPCA=m
|
||||||
|
-CONFIG_I2C_AMD8111=m
|
||||||
|
-CONFIG_I2C_CBUS_GPIO=m
|
||||||
|
-CONFIG_I2C_DESIGNWARE_CORE=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PLATFORM=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PCI=m
|
||||||
|
-CONFIG_I2C_OCORES=m
|
||||||
|
-CONFIG_I2C_PCA_PLATFORM=m
|
||||||
|
Can't get rid of i2c in kvmsmall anyway but at least the DW i2c is gone.
|
||||||
|
- commit 3d0102c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
||||||
- commit 72c928d
|
- commit 72c928d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 23:44:25 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: remove unnecessary drivers from kvmsmall
|
||||||
|
The initial merge was incomplete and needed revisiting, which didn't really
|
||||||
|
happen. Since then, new options have been added and not removed from
|
||||||
|
kvmsmall, leading to grow in size.
|
||||||
|
This commit uses the following blacklist:
|
||||||
|
_(BT|CHARGER|CHROMEOS|CROS|DVB|DW|EDAC|FPGA|GPIO|GNSS|HID|INFINIBAND|IR|JOYSTICK|LEDS|MFD|PINCTRL|REGULATOR|RTC|SENSORS|SND_SOC|STAGING|TOUCHSCREEN|VIDEO|XEN|XILINX)[_=]
|
||||||
|
... along with some manual removal of NET_VENDORs with no relevant drivers.
|
||||||
|
- commit e850d85
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -2993,6 +3401,230 @@ Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
|||||||
breaking any other branch. A more proper cleanup will follow.
|
breaking any other branch. A more proper cleanup will follow.
|
||||||
- commit c32f8e7
|
- commit c32f8e7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 12:18:06 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc1
|
||||||
|
- Eliminated 89 patches (83 stable, 6 other)
|
||||||
|
- ARM configs need update
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
|
||||||
|
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
patches.suse/rpm-kernel-config
|
||||||
|
patches.suse/supported-flag
|
||||||
|
patches.suse/vfs-add-super_operations-get_inode_dev
|
||||||
|
- replace patches.rpmify/BPF-UMH-do-not-detect-if-compiler-can-link-userspace.patch
|
||||||
|
with patches.rpmify/Kconfig-make-CONFIG_CC_CAN_LINK-always-true.patch
|
||||||
|
- New config options:
|
||||||
|
- General setup
|
||||||
|
- HEADER_TEST=y
|
||||||
|
- KERNEL_HEADER_TEST=y
|
||||||
|
- PREEMPT_LL=n
|
||||||
|
- UCLAMP_TASK=y
|
||||||
|
- UCLAMP_BUCKETS_COUNT=5
|
||||||
|
- Processor type and features
|
||||||
|
- ACRN_GUEST=y
|
||||||
|
- LEGACY_VSYSCALL_XONLY=y
|
||||||
|
- IO Schedulers
|
||||||
|
- BFQ_CGROUP_DEBUG=n (=y in */debug)
|
||||||
|
- Networking
|
||||||
|
- NFT_SYNPROXY=m
|
||||||
|
- NFT_BRIDGE_META=m
|
||||||
|
- NF_CONNTRACK_BRIDGE=m
|
||||||
|
- NET_ACT_MPLS=m
|
||||||
|
- NET_ACT_CTINFO=m
|
||||||
|
- NET_ACT_CT=m
|
||||||
|
- BT_HCIBTUSB_MTK=y
|
||||||
|
- GVE=m
|
||||||
|
- MLX5_FPGA_IPSEC=y
|
||||||
|
- MLX5_FPGA_TLS=y
|
||||||
|
- MLX5_TLS=y
|
||||||
|
- STMMAC_SELFTESTS=n
|
||||||
|
- XILINX_AXI_EMAC=m
|
||||||
|
- SFP=m
|
||||||
|
- NXP_TJA11XX_PHY=m
|
||||||
|
- PHY_MIXEL_MIPI_DPHY=m
|
||||||
|
- File systems
|
||||||
|
- UBIFS_FS_ZSTD=y
|
||||||
|
- SUNRPC_DISABLE_INSECURE_ENCTYPES=n
|
||||||
|
- CEPH_FS_SECURITY_LABEL=y
|
||||||
|
- Generic driver options
|
||||||
|
- FW_LOADER_COMPRESS=y
|
||||||
|
- Storage
|
||||||
|
- SCSI_FDOMAIN_PCI=m
|
||||||
|
- SCSI_FDOMAIN_ISA=n
|
||||||
|
- PCMCIA_FDOMAIN=n
|
||||||
|
- Input
|
||||||
|
- KEYBOARD_APPLESPI=m
|
||||||
|
- Power supply and hardware monitoring
|
||||||
|
- POWER_SUPPLY_HWMON=y
|
||||||
|
- CHARGER_WILCO=m
|
||||||
|
- SENSORS_IRPS5401=m
|
||||||
|
- SENSORS_PXE1610=m
|
||||||
|
- REGULATOR_ARIZONA_LDO1=m
|
||||||
|
- REGULATOR_ARIZONA_MICSUPP=m
|
||||||
|
- REGULATOR_SLG51000=m
|
||||||
|
- Multimedia
|
||||||
|
- DVB_USB_CXUSB_ANALOG=y
|
||||||
|
- VIDEO_TDA1997X=m
|
||||||
|
- VIDEO_TLV320AIC23B=m
|
||||||
|
- VIDEO_ADV7180=m
|
||||||
|
- VIDEO_ADV7183=m
|
||||||
|
- VIDEO_ADV7604=m
|
||||||
|
- VIDEO_ADV7604_CEC=y
|
||||||
|
- VIDEO_ADV7842=m
|
||||||
|
- VIDEO_ADV7842_CEC=y
|
||||||
|
- VIDEO_BT819=m
|
||||||
|
- VIDEO_BT856=m
|
||||||
|
- VIDEO_BT866=m
|
||||||
|
- VIDEO_KS0127=m
|
||||||
|
- VIDEO_ML86V7667=m
|
||||||
|
- VIDEO_SAA7110=m
|
||||||
|
- VIDEO_TC358743=m
|
||||||
|
- VIDEO_TC358743_CEC=y
|
||||||
|
- VIDEO_TVP514X=m
|
||||||
|
- VIDEO_TVP7002=m
|
||||||
|
- VIDEO_TW9910=m
|
||||||
|
- VIDEO_VPX3220=m
|
||||||
|
- VIDEO_SAA7185=m
|
||||||
|
- VIDEO_ADV7170=m
|
||||||
|
- VIDEO_ADV7175=m
|
||||||
|
- VIDEO_ADV7343=m
|
||||||
|
- VIDEO_ADV7393=m
|
||||||
|
- VIDEO_ADV7511=m
|
||||||
|
- VIDEO_ADV7511_CEC=y
|
||||||
|
- VIDEO_AD9389B=m
|
||||||
|
- VIDEO_AK881X=m
|
||||||
|
- VIDEO_THS8200=m
|
||||||
|
- VIDEO_IMX214=m
|
||||||
|
- VIDEO_IMX258=m
|
||||||
|
- VIDEO_IMX274=m
|
||||||
|
- VIDEO_IMX319=m
|
||||||
|
- VIDEO_IMX355=m
|
||||||
|
- VIDEO_OV2659=m
|
||||||
|
- VIDEO_OV2680=m
|
||||||
|
- VIDEO_OV2685=m
|
||||||
|
- VIDEO_OV5647=m
|
||||||
|
- VIDEO_OV6650=m
|
||||||
|
- VIDEO_OV5670=m
|
||||||
|
- VIDEO_OV5695=m
|
||||||
|
- VIDEO_OV7251=m
|
||||||
|
- VIDEO_OV772X=m
|
||||||
|
- VIDEO_OV7740=m
|
||||||
|
- VIDEO_OV8856=m
|
||||||
|
- VIDEO_OV9640=m
|
||||||
|
- VIDEO_OV9650=m
|
||||||
|
- VIDEO_OV13858=m
|
||||||
|
- VIDEO_VS6624=m
|
||||||
|
- VIDEO_MT9M001=m
|
||||||
|
- VIDEO_MT9M032=m
|
||||||
|
- VIDEO_MT9M111=m
|
||||||
|
- VIDEO_MT9P031=m
|
||||||
|
- VIDEO_MT9T001=m
|
||||||
|
- VIDEO_MT9T112=m
|
||||||
|
- VIDEO_MT9V032=m
|
||||||
|
- VIDEO_MT9V111=m
|
||||||
|
- VIDEO_SR030PC30=m
|
||||||
|
- VIDEO_NOON010PC30=m
|
||||||
|
- VIDEO_M5MOLS=m
|
||||||
|
- VIDEO_RJ54N1=m
|
||||||
|
- VIDEO_S5K6AA=m
|
||||||
|
- VIDEO_S5K6A3=m
|
||||||
|
- VIDEO_S5K4ECGX=m
|
||||||
|
- VIDEO_S5K5BAF=m
|
||||||
|
- VIDEO_SMIAPP=m
|
||||||
|
- VIDEO_ET8EK8=m
|
||||||
|
- VIDEO_S5C73M3=m
|
||||||
|
- VIDEO_AD5820=m
|
||||||
|
- VIDEO_AK7375=m
|
||||||
|
- VIDEO_DW9714=m
|
||||||
|
- VIDEO_DW9807_VCM=m
|
||||||
|
- VIDEO_ADP1653=m
|
||||||
|
- VIDEO_LM3560=m
|
||||||
|
- VIDEO_LM3646=m
|
||||||
|
- SDR_MAX2175=m
|
||||||
|
- VIDEO_THS7303=m
|
||||||
|
- VIDEO_I2C=m
|
||||||
|
- VIDEO_ST_MIPID02=n
|
||||||
|
- VIDEO_GS1662=m
|
||||||
|
- DVB_S5H1432=m
|
||||||
|
- DVB_DIB9000=m
|
||||||
|
- DVB_CXD2880=m
|
||||||
|
- DVB_MN88443X=m
|
||||||
|
- DVB_LNBH29=m
|
||||||
|
- DVB_LGS8GL5=m
|
||||||
|
- Graphics
|
||||||
|
- DRM_AMD_DC_DCN2_0=y
|
||||||
|
- DRM_AMD_DC_DSC_SUPPORT=y
|
||||||
|
- DRM_I915_FORCE_PROBE=""
|
||||||
|
- DRM_I915_DEBUG_MMIO=n
|
||||||
|
- DRM_I915_USERFAULT_AUTOSUSPEND=250
|
||||||
|
- DRM_I915_SPIN_REQUEST=5
|
||||||
|
- DRM_PANEL_OSD_OSD101T2587_53TS=m
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E63M0=m
|
||||||
|
- Sound
|
||||||
|
- SND_SOC_INTEL_CML_H=m
|
||||||
|
- SND_SOC_INTEL_CML_LP=m
|
||||||
|
- SND_SOC_INTEL_BYT_CHT_CX2072X_MACH=m
|
||||||
|
- SND_SOC_SOF_COMETLAKE_LP_SUPPORT=y
|
||||||
|
- SND_SOC_SOF_COMETLAKE_H_SUPPORT=y
|
||||||
|
- SND_SOC_CX2072X=m
|
||||||
|
- InfiniBand
|
||||||
|
- RDMA_SIW=m
|
||||||
|
- Platform specific drivers
|
||||||
|
- XIAOMI_WMI=m
|
||||||
|
- ACPI_CMPC=m
|
||||||
|
- SAMSUNG_Q10=m
|
||||||
|
- INTEL_SPEED_SELECT_INTERFACE=m
|
||||||
|
- CROS_EC_ISHTP=m
|
||||||
|
- WILCO_EC_EVENTS=m
|
||||||
|
- WILCO_EC_TELEMETRY=m
|
||||||
|
- Industrial I/O
|
||||||
|
- XILINX_XADC=n
|
||||||
|
- ADF4371=n
|
||||||
|
- DPS310=n
|
||||||
|
- LEDs
|
||||||
|
- LEDS_SPI_BYTE=m
|
||||||
|
- LEDS_TI_LMU_COMMON=m
|
||||||
|
- LEDS_LM3697=m
|
||||||
|
- LEDS_LM36274=m
|
||||||
|
- Other drivers
|
||||||
|
- MTD_HYPERBUS=m
|
||||||
|
- HBMC_AM654=m
|
||||||
|
- XILINX_SDFEC=n
|
||||||
|
- GPIO_XILINX=m
|
||||||
|
- WATCHDOG_OPEN_TIMEOUT=0
|
||||||
|
- MFD_CS47L15=y
|
||||||
|
- MFD_CS47L92=y
|
||||||
|
- MFD_ROHM_BD70528=n
|
||||||
|
- RTC_DRV_BD70528=m
|
||||||
|
- DW_EDMA=m
|
||||||
|
- DW_EDMA_PCIE=m
|
||||||
|
- COMMON_CLK_SI5341=m
|
||||||
|
- EXTCON_FSA9480=m
|
||||||
|
- NTB_MSI=y
|
||||||
|
- NTB_MSI_TEST=n
|
||||||
|
- RAS_CEC_DEBUG=n
|
||||||
|
- AL_FIC=n
|
||||||
|
- Virtualization
|
||||||
|
- VIRTIO_PMEM=m
|
||||||
|
- Security options
|
||||||
|
- KEYS_REQUEST_CACHE=y
|
||||||
|
- Kernel hardening options
|
||||||
|
- INIT_ON_ALLOC_DEFAULT_ON=n
|
||||||
|
- INIT_ON_FREE_DEFAULT_ON=n
|
||||||
|
- Cryptographic API
|
||||||
|
- CRYPTO_XXHASH=n
|
||||||
|
- CRYPTO_DEV_ATMEL_ECC=m
|
||||||
|
- CRYPTO_DEV_ATMEL_SHA204A=m
|
||||||
|
- Kernel hacking
|
||||||
|
- HEADERS_INSTALL=n
|
||||||
|
- REED_SOLOMON_TEST=n
|
||||||
|
- TEST_BLACKHOLE_DEV=n
|
||||||
|
- TEST_MEMINIT=n
|
||||||
|
- commit 0a6d0d9
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -11493,6 +12125,12 @@ Sat Jan 26 11:04:18 CET 2019 - jslaby@suse.cz
|
|||||||
mapped address (bnc#1012628).
|
mapped address (bnc#1012628).
|
||||||
- commit 34ae151
|
- commit 34ae151
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 24 13:06:05 CET 2019 - ptesarik@suse.cz
|
||||||
|
|
||||||
|
- Add product identifying information to VMCOREINFO (bsc#1123015).
|
||||||
|
- commit 68ca35e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -17,12 +17,12 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
|
|
||||||
%define srcversion 5.2
|
%define srcversion 5.3
|
||||||
%define patchversion 5.2.14
|
%define patchversion 5.3.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules none
|
%define compress_modules xz
|
||||||
%define livepatch %{nil}
|
%define livepatch livepatch%{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
|
|
||||||
@ -64,9 +64,9 @@ Name: kernel-64kb
|
|||||||
Summary: Kernel with 64kb PAGE_SIZE
|
Summary: Kernel with 64kb PAGE_SIZE
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.2.14
|
Version: 5.3.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g7f85414
|
Release: <RELEASE>.ga541a6c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -171,10 +171,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-7f854145206e391dc3c013cd94af25a92c37e906
|
Provides: kernel-%build_flavor-base-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
Provides: kernel-srchash-7f854145206e391dc3c013cd94af25a92c37e906
|
Provides: kernel-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-7f854145206e391dc3c013cd94af25a92c37e906
|
Provides: %name-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
@ -438,7 +438,7 @@ awk '
|
|||||||
subpackages=(
|
subpackages=(
|
||||||
base
|
base
|
||||||
%if %CONFIG_SUSE_KERNEL_SUPPORTED == "y"
|
%if %CONFIG_SUSE_KERNEL_SUPPORTED == "y"
|
||||||
cluster-md-kmp dlm-kmp gfs2-kmp kselftests-kmp ocfs2-kmp
|
cluster-md-kmp dlm-kmp gfs2-kmp kselftests-kmp ocfs2-kmp reiserfs-kmp
|
||||||
%endif
|
%endif
|
||||||
)
|
)
|
||||||
for package in "${subpackages[@]}"; do
|
for package in "${subpackages[@]}"; do
|
||||||
@ -1483,6 +1483,47 @@ rm -f "/var/run/rpm-$nvr-modules"
|
|||||||
%files -n ocfs2-kmp-%build_flavor -f ocfs2-kmp.files
|
%files -n ocfs2-kmp-%build_flavor -f ocfs2-kmp.files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
|
||||||
|
%package -n reiserfs-kmp-%build_flavor
|
||||||
|
Summary: Reiserfs kernel module
|
||||||
|
Group: System/Kernel
|
||||||
|
Requires: %name = %version-%source_rel
|
||||||
|
Provides: reiserfs-kmp = %version-%source_rel
|
||||||
|
Provides: multiversion(kernel)
|
||||||
|
# tell weak-modules2 to ignore this package
|
||||||
|
Provides: kmp_in_kernel
|
||||||
|
Requires(post): suse-module-tools >= 12.4
|
||||||
|
|
||||||
|
%description -n reiserfs-kmp-%build_flavor
|
||||||
|
The reiserfs file system is no longer supported in SLE15. This package
|
||||||
|
provides the reiserfs module for the installation system.
|
||||||
|
|
||||||
|
%post -n reiserfs-kmp-%build_flavor
|
||||||
|
wm2=/usr/lib/module-init-tools/weak-modules2
|
||||||
|
nvr=reiserfs-kmp-%build_flavor-%version-%release
|
||||||
|
if test -x "$wm2"; then
|
||||||
|
rpm -ql "$nvr" | INITRD_IN_POSTTRANS=1 /bin/bash -${-/e/} "$wm2" \
|
||||||
|
--add-kernel-modules %kernelrelease-%build_flavor
|
||||||
|
fi
|
||||||
|
|
||||||
|
%posttrans -n reiserfs-kmp-%build_flavor
|
||||||
|
%{?regenerate_initrd_posttrans}
|
||||||
|
|
||||||
|
%preun -n reiserfs-kmp-%build_flavor
|
||||||
|
nvr=reiserfs-kmp-%build_flavor-%version-%release
|
||||||
|
rpm -ql "$nvr" | grep '\.ko$' > "/var/run/rpm-$nvr-modules"
|
||||||
|
|
||||||
|
%postun -n reiserfs-kmp-%build_flavor
|
||||||
|
wm2=/usr/lib/module-init-tools/weak-modules2
|
||||||
|
nvr=reiserfs-kmp-%build_flavor-%version-%release
|
||||||
|
if test -x "$wm2"; then
|
||||||
|
/bin/bash -${-/e/} "$wm2" < "/var/run/rpm-$nvr-modules" \
|
||||||
|
--remove-kernel-modules %kernelrelease-%build_flavor
|
||||||
|
fi
|
||||||
|
rm -f "/var/run/rpm-$nvr-modules"
|
||||||
|
|
||||||
|
%files -n reiserfs-kmp-%build_flavor -f reiserfs-kmp.files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
|
||||||
%endif # %CONFIG_SUSE_KERNEL_SUPPORTED
|
%endif # %CONFIG_SUSE_KERNEL_SUPPORTED
|
||||||
%endif # %CONFIG_MODULES
|
%endif # %CONFIG_MODULES
|
||||||
|
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3 final
|
||||||
|
- Eliminated 3 patches
|
||||||
|
- Refresh configs
|
||||||
|
- NF_CONNTRACK_SLP is gone
|
||||||
|
- commit 6baef36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -5,6 +14,22 @@ Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
|||||||
writeback attempts (btrfs hangup).
|
writeback attempts (btrfs hangup).
|
||||||
- commit 7f85414
|
- commit 7f85414
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:15:38 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/netfilter-ip_conntrack_slp.patch (FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
This veteran out of tree patch is no longer needed since the userspace
|
||||||
|
conntrack helper (in conntrack-tools / conntrackd) has reached Factory.
|
||||||
|
- commit d6f0b71
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:14:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update and reenable
|
||||||
|
patches.suse/Revert-netfilter-conntrack-remove-helper-hook-again.patch
|
||||||
|
(FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
- commit 029452e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -186,6 +211,13 @@ Mon Sep 9 09:39:52 CEST 2019 - guillaume.gardet@arm.com
|
|||||||
Set requirements respectively to 30GB and 20GB.
|
Set requirements respectively to 30GB and 20GB.
|
||||||
- commit f84c163
|
- commit f84c163
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 9 06:52:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc8
|
||||||
|
- refresh armv6hl configs (IXP4xx drivers no longer visible)
|
||||||
|
- commit 3dea797
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -480,6 +512,36 @@ Tue Sep 3 12:47:56 CEST 2019 - mkubecek@suse.cz
|
|||||||
kernel performance teams confirmed that performance impact is acceptable.
|
kernel performance teams confirmed that performance impact is acceptable.
|
||||||
- commit d6e8aab
|
- commit d6e8aab
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 2 22:41:27 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc7
|
||||||
|
- Refresh configs
|
||||||
|
- IXP4xx SoC drivers not visible
|
||||||
|
- gcc 9.2.1
|
||||||
|
- commit 9bff5f9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 1 21:36:39 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: armv7hl: Enable cadence watchdog
|
||||||
|
CONFIG_CADENCE_WATCHDOG is required for Zynq-7000 based MIYR Zturn board.
|
||||||
|
- commit c4cbe5e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:35:20 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Update ARMv6 config files
|
||||||
|
- commit c17167d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:27:22 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Reenable ARMv7 config for Kernel 5.3
|
||||||
|
All modules plus errata's enabled. Reused other
|
||||||
|
values from x86_64 update.
|
||||||
|
- commit b1c627e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -763,6 +825,14 @@ Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
|||||||
- rxrpc: Fix local refcounting (bnc#1012628).
|
- rxrpc: Fix local refcounting (bnc#1012628).
|
||||||
- commit 6385110
|
- commit 6385110
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 15:36:42 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- mwifiex: Fix three heap overflow at
|
||||||
|
parsing element in cfg80211_ap_settings
|
||||||
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
|
- commit 528fd68
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -771,6 +841,31 @@ Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
|||||||
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
- commit 05e68fe
|
- commit 05e68fe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 13:30:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: mark more core networking modules supported
|
||||||
|
Two more netfilter modules and one more *_diag should be supported too.
|
||||||
|
- commit bee2dd8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 12:42:47 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update status of some networking core modules
|
||||||
|
This marks new networking modules which should be supported as such; it is
|
||||||
|
mostly netfilter and traffic control modules which have been following the
|
||||||
|
"support all of them" policy for some time.
|
||||||
|
- commit 65e1131
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 10:23:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: obsolete paths cleanup
|
||||||
|
Update paths for existing modules which were moved, clean up duplicate
|
||||||
|
entries and drop entries for modules which no longer exist (either not
|
||||||
|
built any more or built into the image now).
|
||||||
|
- commit 3bb142a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -789,12 +884,35 @@ Tue Aug 27 10:09:41 CEST 2019 - jslaby@suse.cz
|
|||||||
Update to the upstreamed patch.
|
Update to the upstreamed patch.
|
||||||
- commit bb236c2
|
- commit bb236c2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 16:12:29 CEST 2019 - jgross@suse.com
|
||||||
|
|
||||||
|
- usb: Introduce Xen pvUSB frontend (xen hcd) (fate#315712).
|
||||||
|
- Update config files.
|
||||||
|
- usb: Add Xen pvUSB protocol description (fate#315712).
|
||||||
|
- commit b32b2bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:48:01 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
|
- commit b08d3d5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
- commit 6f03484
|
- commit 6f03484
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:32:51 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15098,bsc#1146378).
|
||||||
|
- Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15099,bsc#1146368).
|
||||||
|
- commit 758e216
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -811,6 +929,19 @@ Mon Aug 26 09:39:32 CEST 2019 - bpoirier@suse.com
|
|||||||
CVE-2019-15504).
|
CVE-2019-15504).
|
||||||
- commit 5009555
|
- commit 5009555
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 09:24:08 CEST 2019 - bpoirier@suse.com
|
||||||
|
|
||||||
|
- Fix a double free bug in rsi_91x_deinit (bnc#1147116
|
||||||
|
CVE-2019-15504).
|
||||||
|
- commit 8ae43d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 25 21:49:44 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc6
|
||||||
|
- commit 2831011
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1052,6 +1183,49 @@ Thu Aug 22 23:37:43 CEST 2019 - msuchanek@suse.de
|
|||||||
- Parametrize kgraft vs livepatch.
|
- Parametrize kgraft vs livepatch.
|
||||||
- commit 16f6816
|
- commit 16f6816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 23:04:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: Enable livepatch.
|
||||||
|
- commit e001776
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 14:03:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: update from SLE15-SP2
|
||||||
|
In general, we want features and drivers from SLE also in openSUSE unless
|
||||||
|
we have a good reason not to. Enable most config options which were
|
||||||
|
disabled in master but enabled in SLE15-SP2 (inherited from SLE15-SP1).
|
||||||
|
- commit 769684a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 15:00:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: reorganize sections
|
||||||
|
With ~40 patches in master branch, we have accumulated way too many
|
||||||
|
sections in series.conf, some of them being very specific. While new SLE
|
||||||
|
and Leap branches are going to have more patches, vast majority of them is
|
||||||
|
going to end up in the sorted section (e.g. less than 1% of SLE15-SP1
|
||||||
|
patches are neither sorted nor stable baskports right now - and that
|
||||||
|
includes quite a few which would actually belong into the sorted section
|
||||||
|
but are left outside for historical reasons).
|
||||||
|
After the reorganization, series.conf is ordered like this:
|
||||||
|
- stable backports (patches.kernel.org/*)
|
||||||
|
- tweaks applied to vanilla (patches.rpmify/*)
|
||||||
|
- sorted section (not in master)
|
||||||
|
- unsorted patches expected to get into mainline soon
|
||||||
|
- permanent and longterm non-upstream patches
|
||||||
|
- kabi hacks (not in master)
|
||||||
|
This commit has no effect on expanded tree.
|
||||||
|
- commit 8ac1895
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 14:13:15 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: cleanup
|
||||||
|
Only whitespace and comments, no efect on expanded tree.
|
||||||
|
- commit bf21808
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1067,6 +1241,15 @@ Mon Aug 19 17:46:30 CEST 2019 - bp@suse.de
|
|||||||
Factory first!
|
Factory first!
|
||||||
- commit fc98fd1
|
- commit fc98fd1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 19 05:32:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc5
|
||||||
|
- Refresh configs
|
||||||
|
- RDMA_SIW available on i386 (=m)
|
||||||
|
- clean up unavailable options
|
||||||
|
- commit cadbe00
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1326,6 +1509,14 @@ Fri Aug 16 22:01:45 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 80c0ffe
|
- commit 80c0ffe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Revert "Workaround gcc regression on ppc64 (bko#204125)."
|
||||||
|
This reverts commit 8b84d1d46ff90146bb6ba5b760a54ddd87a1a680.
|
||||||
|
Works for me 5.3-rc4-65-g329120423947
|
||||||
|
- commit d8f9e6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
@ -1347,6 +1538,14 @@ Mon Aug 12 09:11:56 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1142926).
|
(bnc#1142926).
|
||||||
- commit a44175e
|
- commit a44175e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 11 22:47:14 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc4
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
- commit 5402233
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1450,12 +1649,37 @@ Fri Aug 9 18:14:50 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/mkspec: Make building DTBs optional.
|
- rpm/mkspec: Make building DTBs optional.
|
||||||
- commit 7c057c8
|
- commit 7c057c8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 17:39:36 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: fix supported modules depending on unsupported on non-x86_64 architectures
|
||||||
|
Some more "unsupported module needed by supported one" errors were reported
|
||||||
|
on aarch64 and ppc64le.
|
||||||
|
- commit 6b609de
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 14:44:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop obsolete entry for hyperv_fb
|
||||||
|
The module moved to a different directory, the obsolete entry causes
|
||||||
|
file conflict betwen kernel-default and kernel-default-extra.
|
||||||
|
- commit 6b112e5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- rpm/modflist: Simplify compression support.
|
- rpm/modflist: Simplify compression support.
|
||||||
- commit fd135a6
|
- commit fd135a6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 13:36:21 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: close with respect to dependencies
|
||||||
|
Modules which some supported module depends on must be supported as well.
|
||||||
|
Also drop obsolete entries for rtsx_pci and rtsx_usb which were moved
|
||||||
|
between 4.12 and 5.3.
|
||||||
|
- commit b781c36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -1467,6 +1691,46 @@ Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
|||||||
in addition to ".ko".
|
in addition to ".ko".
|
||||||
- commit 18fcdff
|
- commit 18fcdff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 12:08:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Bring back MODVERDIR to Makefile.modpost (bsc#1066369).
|
||||||
|
- commit 6cc69f5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 10:38:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort again
|
||||||
|
Make the order compatible with scripts/supported-conf-fixup (LC_ALL=C).
|
||||||
|
- commit 4a4b5dd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 08:28:37 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- supported.conf: Sort alphabetically, align comments.
|
||||||
|
- commit 5189766
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:32:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop extensions
|
||||||
|
To make things more consistent, drop all ".ko" extensions.
|
||||||
|
- commit 398461b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:00:48 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update patches.suse/supported-flag.
|
||||||
|
Fix ReST table.
|
||||||
|
- commit 0692bf4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 21:39:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Use upstream TAINT_AUX for TAINT_EXTERNAL_SUPPORT.
|
||||||
|
Refresh patches.suse/supported-flag.
|
||||||
|
- commit a4999e0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1481,6 +1745,56 @@ Thu Aug 8 15:31:02 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1139939).
|
(bnc#1139939).
|
||||||
- commit 8434c05
|
- commit 8434c05
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 14:35:08 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- rpm/kernel-obs-build.spec.in: add dm-crypt for building with cryptsetup
|
||||||
|
Co-Authored-By: Adam Spiers <aspiers@suse.com>
|
||||||
|
- commit 1756301
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 10:34:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries for all architectures
|
||||||
|
As list of built modules depends on architecture, we must also add entries
|
||||||
|
for modules which are not built (or do not even exist) on x86_64 but are
|
||||||
|
built on other architectures (aarch64, ppc64le, s390x).
|
||||||
|
- commit 8f74082
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:16:02 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries
|
||||||
|
Add all modules currently built but not listed in supported.conf.
|
||||||
|
Another update will be necessary once we replace configs inherited from
|
||||||
|
master with true SLE15-SP2 configs. This is also why entries for modules
|
||||||
|
not built are left in the file for now.
|
||||||
|
- commit 0f5033c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:01:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort
|
||||||
|
Also remove one commented out line.
|
||||||
|
- commit b539157
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:36:22 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: cleanup
|
||||||
|
Remove duplicate and shadowed entries.
|
||||||
|
- commit 25e91ec
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:21:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update from SLE15-SP1
|
||||||
|
Differences from current SLE15-SP1 supported.conf:
|
||||||
|
- f71808e_wdt and it87_wdt supported (jdelvare)
|
||||||
|
- bpfilter marked +base (tiwai, bsc#1106751)
|
||||||
|
- unified indentation
|
||||||
|
- commit 02162e4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1493,6 +1807,12 @@ Wed Aug 7 21:14:19 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
||||||
- commit af37821
|
- commit af37821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 7 18:49:38 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to 5.3-rc3
|
||||||
|
- commit f1f49f3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1500,6 +1820,9 @@ Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
|||||||
We already had it for armv6hl but were lacking it on arm64.
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
Add it on armv7hl for consistency while at it.
|
Add it on armv7hl for consistency while at it.
|
||||||
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
||||||
|
- config: Enable SENSORS_GPIO_FAN for all of Arm (boo#1144723)
|
||||||
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
|
Add it on armv7hl for consistency while at it.
|
||||||
- commit 71d4424
|
- commit 71d4424
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -1736,6 +2059,17 @@ Tue Aug 6 21:39:08 CEST 2019 - jslaby@suse.cz
|
|||||||
- ARM: riscpc: fix DMA (bnc#1012628).
|
- ARM: riscpc: fix DMA (bnc#1012628).
|
||||||
- commit a3e04b1
|
- commit a3e04b1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 5 07:15:46 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc3
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/supported-flag
|
||||||
|
- patches.suse/supported-flag-external
|
||||||
|
- Refresh configs
|
||||||
|
- commit 571863b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1770,6 +2104,13 @@ Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 187170c
|
- commit 187170c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 1 07:07:43 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: refresh x86_64/default
|
||||||
|
With HBMC_AM654 disabled, nothing selects MULTIPLEXER any more.
|
||||||
|
- commit 07a1a73
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||||
|
|
||||||
@ -2149,12 +2490,32 @@ Wed Jul 31 11:06:04 CEST 2019 - jslaby@suse.cz
|
|||||||
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
||||||
- commit b607c27
|
- commit b607c27
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 31 10:52:34 CEST 2019 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: CONFIG_HBMC_AM654=n
|
||||||
|
The TI AM654 is an ARM64 SoC, so disable the driver on all other
|
||||||
|
architectures.
|
||||||
|
- commit 042f63f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
||||||
|
|
||||||
- packaging: add support for riscv64
|
- packaging: add support for riscv64
|
||||||
- commit c2885ea
|
- commit c2885ea
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 28 22:20:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc2
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- patches.suse/dma-mapping-use-dma_get_mask-in-dma_addressing_limit.patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
- Config changes
|
||||||
|
- NF_TABLES_BRIDGE=m (was =y)
|
||||||
|
- commit fc5ebf3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -2958,12 +3319,25 @@ Fri Jul 26 10:47:45 CEST 2019 - jslaby@suse.cz
|
|||||||
- ath10k: Check tx_stats before use it (bnc#1012628).
|
- ath10k: Check tx_stats before use it (bnc#1012628).
|
||||||
- commit f5296b5
|
- commit f5296b5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 24 14:42:00 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- dma-mapping: use dma_get_mask in dma_addressing_limited
|
||||||
|
(https://lore.kernel.org/lkml/cda1952f-0265-e055-a3ce-237c59069a3f@suse.com/T/#u).
|
||||||
|
- commit c584343
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- scripts/arch-symbols: add missing link.
|
- scripts/arch-symbols: add missing link.
|
||||||
- commit ee7c635
|
- commit ee7c635
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 18:12:09 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: enable kernel module compression (bsc#1135854)
|
||||||
|
- commit b333e24
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -2972,12 +3346,46 @@ Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
|||||||
in config.sh, then mkspec will pass it to the spec file.
|
in config.sh, then mkspec will pass it to the spec file.
|
||||||
- commit cdf5806
|
- commit cdf5806
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 15:19:30 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Workaround gcc regression on ppc64 (bko#204125).
|
||||||
|
- commit 8b84d1d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 12:03:57 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config.conf: Add ppc64 kvmsmall config (bsc#1137361).
|
||||||
|
- Remove superfluous i2c drivers from ppc64 config
|
||||||
|
-CONFIG_I2C_ALGOPCA=m
|
||||||
|
-CONFIG_I2C_AMD8111=m
|
||||||
|
-CONFIG_I2C_CBUS_GPIO=m
|
||||||
|
-CONFIG_I2C_DESIGNWARE_CORE=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PLATFORM=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PCI=m
|
||||||
|
-CONFIG_I2C_OCORES=m
|
||||||
|
-CONFIG_I2C_PCA_PLATFORM=m
|
||||||
|
Can't get rid of i2c in kvmsmall anyway but at least the DW i2c is gone.
|
||||||
|
- commit 3d0102c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
||||||
- commit 72c928d
|
- commit 72c928d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 23:44:25 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: remove unnecessary drivers from kvmsmall
|
||||||
|
The initial merge was incomplete and needed revisiting, which didn't really
|
||||||
|
happen. Since then, new options have been added and not removed from
|
||||||
|
kvmsmall, leading to grow in size.
|
||||||
|
This commit uses the following blacklist:
|
||||||
|
_(BT|CHARGER|CHROMEOS|CROS|DVB|DW|EDAC|FPGA|GPIO|GNSS|HID|INFINIBAND|IR|JOYSTICK|LEDS|MFD|PINCTRL|REGULATOR|RTC|SENSORS|SND_SOC|STAGING|TOUCHSCREEN|VIDEO|XEN|XILINX)[_=]
|
||||||
|
... along with some manual removal of NET_VENDORs with no relevant drivers.
|
||||||
|
- commit e850d85
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -2993,6 +3401,230 @@ Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
|||||||
breaking any other branch. A more proper cleanup will follow.
|
breaking any other branch. A more proper cleanup will follow.
|
||||||
- commit c32f8e7
|
- commit c32f8e7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 12:18:06 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc1
|
||||||
|
- Eliminated 89 patches (83 stable, 6 other)
|
||||||
|
- ARM configs need update
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
|
||||||
|
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
patches.suse/rpm-kernel-config
|
||||||
|
patches.suse/supported-flag
|
||||||
|
patches.suse/vfs-add-super_operations-get_inode_dev
|
||||||
|
- replace patches.rpmify/BPF-UMH-do-not-detect-if-compiler-can-link-userspace.patch
|
||||||
|
with patches.rpmify/Kconfig-make-CONFIG_CC_CAN_LINK-always-true.patch
|
||||||
|
- New config options:
|
||||||
|
- General setup
|
||||||
|
- HEADER_TEST=y
|
||||||
|
- KERNEL_HEADER_TEST=y
|
||||||
|
- PREEMPT_LL=n
|
||||||
|
- UCLAMP_TASK=y
|
||||||
|
- UCLAMP_BUCKETS_COUNT=5
|
||||||
|
- Processor type and features
|
||||||
|
- ACRN_GUEST=y
|
||||||
|
- LEGACY_VSYSCALL_XONLY=y
|
||||||
|
- IO Schedulers
|
||||||
|
- BFQ_CGROUP_DEBUG=n (=y in */debug)
|
||||||
|
- Networking
|
||||||
|
- NFT_SYNPROXY=m
|
||||||
|
- NFT_BRIDGE_META=m
|
||||||
|
- NF_CONNTRACK_BRIDGE=m
|
||||||
|
- NET_ACT_MPLS=m
|
||||||
|
- NET_ACT_CTINFO=m
|
||||||
|
- NET_ACT_CT=m
|
||||||
|
- BT_HCIBTUSB_MTK=y
|
||||||
|
- GVE=m
|
||||||
|
- MLX5_FPGA_IPSEC=y
|
||||||
|
- MLX5_FPGA_TLS=y
|
||||||
|
- MLX5_TLS=y
|
||||||
|
- STMMAC_SELFTESTS=n
|
||||||
|
- XILINX_AXI_EMAC=m
|
||||||
|
- SFP=m
|
||||||
|
- NXP_TJA11XX_PHY=m
|
||||||
|
- PHY_MIXEL_MIPI_DPHY=m
|
||||||
|
- File systems
|
||||||
|
- UBIFS_FS_ZSTD=y
|
||||||
|
- SUNRPC_DISABLE_INSECURE_ENCTYPES=n
|
||||||
|
- CEPH_FS_SECURITY_LABEL=y
|
||||||
|
- Generic driver options
|
||||||
|
- FW_LOADER_COMPRESS=y
|
||||||
|
- Storage
|
||||||
|
- SCSI_FDOMAIN_PCI=m
|
||||||
|
- SCSI_FDOMAIN_ISA=n
|
||||||
|
- PCMCIA_FDOMAIN=n
|
||||||
|
- Input
|
||||||
|
- KEYBOARD_APPLESPI=m
|
||||||
|
- Power supply and hardware monitoring
|
||||||
|
- POWER_SUPPLY_HWMON=y
|
||||||
|
- CHARGER_WILCO=m
|
||||||
|
- SENSORS_IRPS5401=m
|
||||||
|
- SENSORS_PXE1610=m
|
||||||
|
- REGULATOR_ARIZONA_LDO1=m
|
||||||
|
- REGULATOR_ARIZONA_MICSUPP=m
|
||||||
|
- REGULATOR_SLG51000=m
|
||||||
|
- Multimedia
|
||||||
|
- DVB_USB_CXUSB_ANALOG=y
|
||||||
|
- VIDEO_TDA1997X=m
|
||||||
|
- VIDEO_TLV320AIC23B=m
|
||||||
|
- VIDEO_ADV7180=m
|
||||||
|
- VIDEO_ADV7183=m
|
||||||
|
- VIDEO_ADV7604=m
|
||||||
|
- VIDEO_ADV7604_CEC=y
|
||||||
|
- VIDEO_ADV7842=m
|
||||||
|
- VIDEO_ADV7842_CEC=y
|
||||||
|
- VIDEO_BT819=m
|
||||||
|
- VIDEO_BT856=m
|
||||||
|
- VIDEO_BT866=m
|
||||||
|
- VIDEO_KS0127=m
|
||||||
|
- VIDEO_ML86V7667=m
|
||||||
|
- VIDEO_SAA7110=m
|
||||||
|
- VIDEO_TC358743=m
|
||||||
|
- VIDEO_TC358743_CEC=y
|
||||||
|
- VIDEO_TVP514X=m
|
||||||
|
- VIDEO_TVP7002=m
|
||||||
|
- VIDEO_TW9910=m
|
||||||
|
- VIDEO_VPX3220=m
|
||||||
|
- VIDEO_SAA7185=m
|
||||||
|
- VIDEO_ADV7170=m
|
||||||
|
- VIDEO_ADV7175=m
|
||||||
|
- VIDEO_ADV7343=m
|
||||||
|
- VIDEO_ADV7393=m
|
||||||
|
- VIDEO_ADV7511=m
|
||||||
|
- VIDEO_ADV7511_CEC=y
|
||||||
|
- VIDEO_AD9389B=m
|
||||||
|
- VIDEO_AK881X=m
|
||||||
|
- VIDEO_THS8200=m
|
||||||
|
- VIDEO_IMX214=m
|
||||||
|
- VIDEO_IMX258=m
|
||||||
|
- VIDEO_IMX274=m
|
||||||
|
- VIDEO_IMX319=m
|
||||||
|
- VIDEO_IMX355=m
|
||||||
|
- VIDEO_OV2659=m
|
||||||
|
- VIDEO_OV2680=m
|
||||||
|
- VIDEO_OV2685=m
|
||||||
|
- VIDEO_OV5647=m
|
||||||
|
- VIDEO_OV6650=m
|
||||||
|
- VIDEO_OV5670=m
|
||||||
|
- VIDEO_OV5695=m
|
||||||
|
- VIDEO_OV7251=m
|
||||||
|
- VIDEO_OV772X=m
|
||||||
|
- VIDEO_OV7740=m
|
||||||
|
- VIDEO_OV8856=m
|
||||||
|
- VIDEO_OV9640=m
|
||||||
|
- VIDEO_OV9650=m
|
||||||
|
- VIDEO_OV13858=m
|
||||||
|
- VIDEO_VS6624=m
|
||||||
|
- VIDEO_MT9M001=m
|
||||||
|
- VIDEO_MT9M032=m
|
||||||
|
- VIDEO_MT9M111=m
|
||||||
|
- VIDEO_MT9P031=m
|
||||||
|
- VIDEO_MT9T001=m
|
||||||
|
- VIDEO_MT9T112=m
|
||||||
|
- VIDEO_MT9V032=m
|
||||||
|
- VIDEO_MT9V111=m
|
||||||
|
- VIDEO_SR030PC30=m
|
||||||
|
- VIDEO_NOON010PC30=m
|
||||||
|
- VIDEO_M5MOLS=m
|
||||||
|
- VIDEO_RJ54N1=m
|
||||||
|
- VIDEO_S5K6AA=m
|
||||||
|
- VIDEO_S5K6A3=m
|
||||||
|
- VIDEO_S5K4ECGX=m
|
||||||
|
- VIDEO_S5K5BAF=m
|
||||||
|
- VIDEO_SMIAPP=m
|
||||||
|
- VIDEO_ET8EK8=m
|
||||||
|
- VIDEO_S5C73M3=m
|
||||||
|
- VIDEO_AD5820=m
|
||||||
|
- VIDEO_AK7375=m
|
||||||
|
- VIDEO_DW9714=m
|
||||||
|
- VIDEO_DW9807_VCM=m
|
||||||
|
- VIDEO_ADP1653=m
|
||||||
|
- VIDEO_LM3560=m
|
||||||
|
- VIDEO_LM3646=m
|
||||||
|
- SDR_MAX2175=m
|
||||||
|
- VIDEO_THS7303=m
|
||||||
|
- VIDEO_I2C=m
|
||||||
|
- VIDEO_ST_MIPID02=n
|
||||||
|
- VIDEO_GS1662=m
|
||||||
|
- DVB_S5H1432=m
|
||||||
|
- DVB_DIB9000=m
|
||||||
|
- DVB_CXD2880=m
|
||||||
|
- DVB_MN88443X=m
|
||||||
|
- DVB_LNBH29=m
|
||||||
|
- DVB_LGS8GL5=m
|
||||||
|
- Graphics
|
||||||
|
- DRM_AMD_DC_DCN2_0=y
|
||||||
|
- DRM_AMD_DC_DSC_SUPPORT=y
|
||||||
|
- DRM_I915_FORCE_PROBE=""
|
||||||
|
- DRM_I915_DEBUG_MMIO=n
|
||||||
|
- DRM_I915_USERFAULT_AUTOSUSPEND=250
|
||||||
|
- DRM_I915_SPIN_REQUEST=5
|
||||||
|
- DRM_PANEL_OSD_OSD101T2587_53TS=m
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E63M0=m
|
||||||
|
- Sound
|
||||||
|
- SND_SOC_INTEL_CML_H=m
|
||||||
|
- SND_SOC_INTEL_CML_LP=m
|
||||||
|
- SND_SOC_INTEL_BYT_CHT_CX2072X_MACH=m
|
||||||
|
- SND_SOC_SOF_COMETLAKE_LP_SUPPORT=y
|
||||||
|
- SND_SOC_SOF_COMETLAKE_H_SUPPORT=y
|
||||||
|
- SND_SOC_CX2072X=m
|
||||||
|
- InfiniBand
|
||||||
|
- RDMA_SIW=m
|
||||||
|
- Platform specific drivers
|
||||||
|
- XIAOMI_WMI=m
|
||||||
|
- ACPI_CMPC=m
|
||||||
|
- SAMSUNG_Q10=m
|
||||||
|
- INTEL_SPEED_SELECT_INTERFACE=m
|
||||||
|
- CROS_EC_ISHTP=m
|
||||||
|
- WILCO_EC_EVENTS=m
|
||||||
|
- WILCO_EC_TELEMETRY=m
|
||||||
|
- Industrial I/O
|
||||||
|
- XILINX_XADC=n
|
||||||
|
- ADF4371=n
|
||||||
|
- DPS310=n
|
||||||
|
- LEDs
|
||||||
|
- LEDS_SPI_BYTE=m
|
||||||
|
- LEDS_TI_LMU_COMMON=m
|
||||||
|
- LEDS_LM3697=m
|
||||||
|
- LEDS_LM36274=m
|
||||||
|
- Other drivers
|
||||||
|
- MTD_HYPERBUS=m
|
||||||
|
- HBMC_AM654=m
|
||||||
|
- XILINX_SDFEC=n
|
||||||
|
- GPIO_XILINX=m
|
||||||
|
- WATCHDOG_OPEN_TIMEOUT=0
|
||||||
|
- MFD_CS47L15=y
|
||||||
|
- MFD_CS47L92=y
|
||||||
|
- MFD_ROHM_BD70528=n
|
||||||
|
- RTC_DRV_BD70528=m
|
||||||
|
- DW_EDMA=m
|
||||||
|
- DW_EDMA_PCIE=m
|
||||||
|
- COMMON_CLK_SI5341=m
|
||||||
|
- EXTCON_FSA9480=m
|
||||||
|
- NTB_MSI=y
|
||||||
|
- NTB_MSI_TEST=n
|
||||||
|
- RAS_CEC_DEBUG=n
|
||||||
|
- AL_FIC=n
|
||||||
|
- Virtualization
|
||||||
|
- VIRTIO_PMEM=m
|
||||||
|
- Security options
|
||||||
|
- KEYS_REQUEST_CACHE=y
|
||||||
|
- Kernel hardening options
|
||||||
|
- INIT_ON_ALLOC_DEFAULT_ON=n
|
||||||
|
- INIT_ON_FREE_DEFAULT_ON=n
|
||||||
|
- Cryptographic API
|
||||||
|
- CRYPTO_XXHASH=n
|
||||||
|
- CRYPTO_DEV_ATMEL_ECC=m
|
||||||
|
- CRYPTO_DEV_ATMEL_SHA204A=m
|
||||||
|
- Kernel hacking
|
||||||
|
- HEADERS_INSTALL=n
|
||||||
|
- REED_SOLOMON_TEST=n
|
||||||
|
- TEST_BLACKHOLE_DEV=n
|
||||||
|
- TEST_MEMINIT=n
|
||||||
|
- commit 0a6d0d9
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -11493,6 +12125,12 @@ Sat Jan 26 11:04:18 CET 2019 - jslaby@suse.cz
|
|||||||
mapped address (bnc#1012628).
|
mapped address (bnc#1012628).
|
||||||
- commit 34ae151
|
- commit 34ae151
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 24 13:06:05 CET 2019 - ptesarik@suse.cz
|
||||||
|
|
||||||
|
- Add product identifying information to VMCOREINFO (bsc#1123015).
|
||||||
|
- commit 68ca35e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -17,12 +17,12 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
|
|
||||||
%define srcversion 5.2
|
%define srcversion 5.3
|
||||||
%define patchversion 5.2.14
|
%define patchversion 5.3.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules none
|
%define compress_modules xz
|
||||||
%define livepatch %{nil}
|
%define livepatch livepatch%{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
|
|
||||||
@ -64,9 +64,9 @@ Name: kernel-debug
|
|||||||
Summary: A Debug Version of the Kernel
|
Summary: A Debug Version of the Kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.2.14
|
Version: 5.3.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g7f85414
|
Release: <RELEASE>.ga541a6c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -171,10 +171,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-7f854145206e391dc3c013cd94af25a92c37e906
|
Provides: kernel-%build_flavor-base-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
Provides: kernel-srchash-7f854145206e391dc3c013cd94af25a92c37e906
|
Provides: kernel-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-7f854145206e391dc3c013cd94af25a92c37e906
|
Provides: %name-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Provides: kernel-kdump = 2.6.28
|
Provides: kernel-kdump = 2.6.28
|
||||||
Obsoletes: kernel-kdump <= 2.6.28
|
Obsoletes: kernel-kdump <= 2.6.28
|
||||||
@ -444,7 +444,7 @@ awk '
|
|||||||
subpackages=(
|
subpackages=(
|
||||||
base
|
base
|
||||||
%if %CONFIG_SUSE_KERNEL_SUPPORTED == "y"
|
%if %CONFIG_SUSE_KERNEL_SUPPORTED == "y"
|
||||||
cluster-md-kmp dlm-kmp gfs2-kmp kselftests-kmp ocfs2-kmp
|
cluster-md-kmp dlm-kmp gfs2-kmp kselftests-kmp ocfs2-kmp reiserfs-kmp
|
||||||
%endif
|
%endif
|
||||||
)
|
)
|
||||||
for package in "${subpackages[@]}"; do
|
for package in "${subpackages[@]}"; do
|
||||||
@ -1495,6 +1495,47 @@ rm -f "/var/run/rpm-$nvr-modules"
|
|||||||
%files -n ocfs2-kmp-%build_flavor -f ocfs2-kmp.files
|
%files -n ocfs2-kmp-%build_flavor -f ocfs2-kmp.files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
|
||||||
|
%package -n reiserfs-kmp-%build_flavor
|
||||||
|
Summary: Reiserfs kernel module
|
||||||
|
Group: System/Kernel
|
||||||
|
Requires: %name = %version-%source_rel
|
||||||
|
Provides: reiserfs-kmp = %version-%source_rel
|
||||||
|
Provides: multiversion(kernel)
|
||||||
|
# tell weak-modules2 to ignore this package
|
||||||
|
Provides: kmp_in_kernel
|
||||||
|
Requires(post): suse-module-tools >= 12.4
|
||||||
|
|
||||||
|
%description -n reiserfs-kmp-%build_flavor
|
||||||
|
The reiserfs file system is no longer supported in SLE15. This package
|
||||||
|
provides the reiserfs module for the installation system.
|
||||||
|
|
||||||
|
%post -n reiserfs-kmp-%build_flavor
|
||||||
|
wm2=/usr/lib/module-init-tools/weak-modules2
|
||||||
|
nvr=reiserfs-kmp-%build_flavor-%version-%release
|
||||||
|
if test -x "$wm2"; then
|
||||||
|
rpm -ql "$nvr" | INITRD_IN_POSTTRANS=1 /bin/bash -${-/e/} "$wm2" \
|
||||||
|
--add-kernel-modules %kernelrelease-%build_flavor
|
||||||
|
fi
|
||||||
|
|
||||||
|
%posttrans -n reiserfs-kmp-%build_flavor
|
||||||
|
%{?regenerate_initrd_posttrans}
|
||||||
|
|
||||||
|
%preun -n reiserfs-kmp-%build_flavor
|
||||||
|
nvr=reiserfs-kmp-%build_flavor-%version-%release
|
||||||
|
rpm -ql "$nvr" | grep '\.ko$' > "/var/run/rpm-$nvr-modules"
|
||||||
|
|
||||||
|
%postun -n reiserfs-kmp-%build_flavor
|
||||||
|
wm2=/usr/lib/module-init-tools/weak-modules2
|
||||||
|
nvr=reiserfs-kmp-%build_flavor-%version-%release
|
||||||
|
if test -x "$wm2"; then
|
||||||
|
/bin/bash -${-/e/} "$wm2" < "/var/run/rpm-$nvr-modules" \
|
||||||
|
--remove-kernel-modules %kernelrelease-%build_flavor
|
||||||
|
fi
|
||||||
|
rm -f "/var/run/rpm-$nvr-modules"
|
||||||
|
|
||||||
|
%files -n reiserfs-kmp-%build_flavor -f reiserfs-kmp.files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
|
||||||
%endif # %CONFIG_SUSE_KERNEL_SUPPORTED
|
%endif # %CONFIG_SUSE_KERNEL_SUPPORTED
|
||||||
%endif # %CONFIG_MODULES
|
%endif # %CONFIG_MODULES
|
||||||
|
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3 final
|
||||||
|
- Eliminated 3 patches
|
||||||
|
- Refresh configs
|
||||||
|
- NF_CONNTRACK_SLP is gone
|
||||||
|
- commit 6baef36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -5,6 +14,22 @@ Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
|||||||
writeback attempts (btrfs hangup).
|
writeback attempts (btrfs hangup).
|
||||||
- commit 7f85414
|
- commit 7f85414
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:15:38 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/netfilter-ip_conntrack_slp.patch (FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
This veteran out of tree patch is no longer needed since the userspace
|
||||||
|
conntrack helper (in conntrack-tools / conntrackd) has reached Factory.
|
||||||
|
- commit d6f0b71
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:14:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update and reenable
|
||||||
|
patches.suse/Revert-netfilter-conntrack-remove-helper-hook-again.patch
|
||||||
|
(FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
- commit 029452e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -186,6 +211,13 @@ Mon Sep 9 09:39:52 CEST 2019 - guillaume.gardet@arm.com
|
|||||||
Set requirements respectively to 30GB and 20GB.
|
Set requirements respectively to 30GB and 20GB.
|
||||||
- commit f84c163
|
- commit f84c163
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 9 06:52:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc8
|
||||||
|
- refresh armv6hl configs (IXP4xx drivers no longer visible)
|
||||||
|
- commit 3dea797
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -480,6 +512,36 @@ Tue Sep 3 12:47:56 CEST 2019 - mkubecek@suse.cz
|
|||||||
kernel performance teams confirmed that performance impact is acceptable.
|
kernel performance teams confirmed that performance impact is acceptable.
|
||||||
- commit d6e8aab
|
- commit d6e8aab
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 2 22:41:27 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc7
|
||||||
|
- Refresh configs
|
||||||
|
- IXP4xx SoC drivers not visible
|
||||||
|
- gcc 9.2.1
|
||||||
|
- commit 9bff5f9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 1 21:36:39 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: armv7hl: Enable cadence watchdog
|
||||||
|
CONFIG_CADENCE_WATCHDOG is required for Zynq-7000 based MIYR Zturn board.
|
||||||
|
- commit c4cbe5e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:35:20 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Update ARMv6 config files
|
||||||
|
- commit c17167d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:27:22 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Reenable ARMv7 config for Kernel 5.3
|
||||||
|
All modules plus errata's enabled. Reused other
|
||||||
|
values from x86_64 update.
|
||||||
|
- commit b1c627e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -763,6 +825,14 @@ Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
|||||||
- rxrpc: Fix local refcounting (bnc#1012628).
|
- rxrpc: Fix local refcounting (bnc#1012628).
|
||||||
- commit 6385110
|
- commit 6385110
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 15:36:42 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- mwifiex: Fix three heap overflow at
|
||||||
|
parsing element in cfg80211_ap_settings
|
||||||
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
|
- commit 528fd68
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -771,6 +841,31 @@ Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
|||||||
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
- commit 05e68fe
|
- commit 05e68fe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 13:30:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: mark more core networking modules supported
|
||||||
|
Two more netfilter modules and one more *_diag should be supported too.
|
||||||
|
- commit bee2dd8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 12:42:47 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update status of some networking core modules
|
||||||
|
This marks new networking modules which should be supported as such; it is
|
||||||
|
mostly netfilter and traffic control modules which have been following the
|
||||||
|
"support all of them" policy for some time.
|
||||||
|
- commit 65e1131
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 10:23:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: obsolete paths cleanup
|
||||||
|
Update paths for existing modules which were moved, clean up duplicate
|
||||||
|
entries and drop entries for modules which no longer exist (either not
|
||||||
|
built any more or built into the image now).
|
||||||
|
- commit 3bb142a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -789,12 +884,35 @@ Tue Aug 27 10:09:41 CEST 2019 - jslaby@suse.cz
|
|||||||
Update to the upstreamed patch.
|
Update to the upstreamed patch.
|
||||||
- commit bb236c2
|
- commit bb236c2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 16:12:29 CEST 2019 - jgross@suse.com
|
||||||
|
|
||||||
|
- usb: Introduce Xen pvUSB frontend (xen hcd) (fate#315712).
|
||||||
|
- Update config files.
|
||||||
|
- usb: Add Xen pvUSB protocol description (fate#315712).
|
||||||
|
- commit b32b2bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:48:01 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
|
- commit b08d3d5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
- commit 6f03484
|
- commit 6f03484
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:32:51 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15098,bsc#1146378).
|
||||||
|
- Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15099,bsc#1146368).
|
||||||
|
- commit 758e216
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -811,6 +929,19 @@ Mon Aug 26 09:39:32 CEST 2019 - bpoirier@suse.com
|
|||||||
CVE-2019-15504).
|
CVE-2019-15504).
|
||||||
- commit 5009555
|
- commit 5009555
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 09:24:08 CEST 2019 - bpoirier@suse.com
|
||||||
|
|
||||||
|
- Fix a double free bug in rsi_91x_deinit (bnc#1147116
|
||||||
|
CVE-2019-15504).
|
||||||
|
- commit 8ae43d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 25 21:49:44 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc6
|
||||||
|
- commit 2831011
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1052,6 +1183,49 @@ Thu Aug 22 23:37:43 CEST 2019 - msuchanek@suse.de
|
|||||||
- Parametrize kgraft vs livepatch.
|
- Parametrize kgraft vs livepatch.
|
||||||
- commit 16f6816
|
- commit 16f6816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 23:04:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: Enable livepatch.
|
||||||
|
- commit e001776
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 14:03:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: update from SLE15-SP2
|
||||||
|
In general, we want features and drivers from SLE also in openSUSE unless
|
||||||
|
we have a good reason not to. Enable most config options which were
|
||||||
|
disabled in master but enabled in SLE15-SP2 (inherited from SLE15-SP1).
|
||||||
|
- commit 769684a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 15:00:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: reorganize sections
|
||||||
|
With ~40 patches in master branch, we have accumulated way too many
|
||||||
|
sections in series.conf, some of them being very specific. While new SLE
|
||||||
|
and Leap branches are going to have more patches, vast majority of them is
|
||||||
|
going to end up in the sorted section (e.g. less than 1% of SLE15-SP1
|
||||||
|
patches are neither sorted nor stable baskports right now - and that
|
||||||
|
includes quite a few which would actually belong into the sorted section
|
||||||
|
but are left outside for historical reasons).
|
||||||
|
After the reorganization, series.conf is ordered like this:
|
||||||
|
- stable backports (patches.kernel.org/*)
|
||||||
|
- tweaks applied to vanilla (patches.rpmify/*)
|
||||||
|
- sorted section (not in master)
|
||||||
|
- unsorted patches expected to get into mainline soon
|
||||||
|
- permanent and longterm non-upstream patches
|
||||||
|
- kabi hacks (not in master)
|
||||||
|
This commit has no effect on expanded tree.
|
||||||
|
- commit 8ac1895
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 14:13:15 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: cleanup
|
||||||
|
Only whitespace and comments, no efect on expanded tree.
|
||||||
|
- commit bf21808
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1067,6 +1241,15 @@ Mon Aug 19 17:46:30 CEST 2019 - bp@suse.de
|
|||||||
Factory first!
|
Factory first!
|
||||||
- commit fc98fd1
|
- commit fc98fd1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 19 05:32:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc5
|
||||||
|
- Refresh configs
|
||||||
|
- RDMA_SIW available on i386 (=m)
|
||||||
|
- clean up unavailable options
|
||||||
|
- commit cadbe00
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1326,6 +1509,14 @@ Fri Aug 16 22:01:45 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 80c0ffe
|
- commit 80c0ffe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Revert "Workaround gcc regression on ppc64 (bko#204125)."
|
||||||
|
This reverts commit 8b84d1d46ff90146bb6ba5b760a54ddd87a1a680.
|
||||||
|
Works for me 5.3-rc4-65-g329120423947
|
||||||
|
- commit d8f9e6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
@ -1347,6 +1538,14 @@ Mon Aug 12 09:11:56 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1142926).
|
(bnc#1142926).
|
||||||
- commit a44175e
|
- commit a44175e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 11 22:47:14 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc4
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
- commit 5402233
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1450,12 +1649,37 @@ Fri Aug 9 18:14:50 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/mkspec: Make building DTBs optional.
|
- rpm/mkspec: Make building DTBs optional.
|
||||||
- commit 7c057c8
|
- commit 7c057c8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 17:39:36 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: fix supported modules depending on unsupported on non-x86_64 architectures
|
||||||
|
Some more "unsupported module needed by supported one" errors were reported
|
||||||
|
on aarch64 and ppc64le.
|
||||||
|
- commit 6b609de
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 14:44:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop obsolete entry for hyperv_fb
|
||||||
|
The module moved to a different directory, the obsolete entry causes
|
||||||
|
file conflict betwen kernel-default and kernel-default-extra.
|
||||||
|
- commit 6b112e5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- rpm/modflist: Simplify compression support.
|
- rpm/modflist: Simplify compression support.
|
||||||
- commit fd135a6
|
- commit fd135a6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 13:36:21 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: close with respect to dependencies
|
||||||
|
Modules which some supported module depends on must be supported as well.
|
||||||
|
Also drop obsolete entries for rtsx_pci and rtsx_usb which were moved
|
||||||
|
between 4.12 and 5.3.
|
||||||
|
- commit b781c36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -1467,6 +1691,46 @@ Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
|||||||
in addition to ".ko".
|
in addition to ".ko".
|
||||||
- commit 18fcdff
|
- commit 18fcdff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 12:08:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Bring back MODVERDIR to Makefile.modpost (bsc#1066369).
|
||||||
|
- commit 6cc69f5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 10:38:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort again
|
||||||
|
Make the order compatible with scripts/supported-conf-fixup (LC_ALL=C).
|
||||||
|
- commit 4a4b5dd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 08:28:37 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- supported.conf: Sort alphabetically, align comments.
|
||||||
|
- commit 5189766
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:32:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop extensions
|
||||||
|
To make things more consistent, drop all ".ko" extensions.
|
||||||
|
- commit 398461b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:00:48 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update patches.suse/supported-flag.
|
||||||
|
Fix ReST table.
|
||||||
|
- commit 0692bf4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 21:39:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Use upstream TAINT_AUX for TAINT_EXTERNAL_SUPPORT.
|
||||||
|
Refresh patches.suse/supported-flag.
|
||||||
|
- commit a4999e0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1481,6 +1745,56 @@ Thu Aug 8 15:31:02 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1139939).
|
(bnc#1139939).
|
||||||
- commit 8434c05
|
- commit 8434c05
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 14:35:08 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- rpm/kernel-obs-build.spec.in: add dm-crypt for building with cryptsetup
|
||||||
|
Co-Authored-By: Adam Spiers <aspiers@suse.com>
|
||||||
|
- commit 1756301
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 10:34:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries for all architectures
|
||||||
|
As list of built modules depends on architecture, we must also add entries
|
||||||
|
for modules which are not built (or do not even exist) on x86_64 but are
|
||||||
|
built on other architectures (aarch64, ppc64le, s390x).
|
||||||
|
- commit 8f74082
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:16:02 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries
|
||||||
|
Add all modules currently built but not listed in supported.conf.
|
||||||
|
Another update will be necessary once we replace configs inherited from
|
||||||
|
master with true SLE15-SP2 configs. This is also why entries for modules
|
||||||
|
not built are left in the file for now.
|
||||||
|
- commit 0f5033c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:01:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort
|
||||||
|
Also remove one commented out line.
|
||||||
|
- commit b539157
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:36:22 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: cleanup
|
||||||
|
Remove duplicate and shadowed entries.
|
||||||
|
- commit 25e91ec
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:21:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update from SLE15-SP1
|
||||||
|
Differences from current SLE15-SP1 supported.conf:
|
||||||
|
- f71808e_wdt and it87_wdt supported (jdelvare)
|
||||||
|
- bpfilter marked +base (tiwai, bsc#1106751)
|
||||||
|
- unified indentation
|
||||||
|
- commit 02162e4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1493,6 +1807,12 @@ Wed Aug 7 21:14:19 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
||||||
- commit af37821
|
- commit af37821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 7 18:49:38 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to 5.3-rc3
|
||||||
|
- commit f1f49f3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1500,6 +1820,9 @@ Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
|||||||
We already had it for armv6hl but were lacking it on arm64.
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
Add it on armv7hl for consistency while at it.
|
Add it on armv7hl for consistency while at it.
|
||||||
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
||||||
|
- config: Enable SENSORS_GPIO_FAN for all of Arm (boo#1144723)
|
||||||
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
|
Add it on armv7hl for consistency while at it.
|
||||||
- commit 71d4424
|
- commit 71d4424
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -1736,6 +2059,17 @@ Tue Aug 6 21:39:08 CEST 2019 - jslaby@suse.cz
|
|||||||
- ARM: riscpc: fix DMA (bnc#1012628).
|
- ARM: riscpc: fix DMA (bnc#1012628).
|
||||||
- commit a3e04b1
|
- commit a3e04b1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 5 07:15:46 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc3
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/supported-flag
|
||||||
|
- patches.suse/supported-flag-external
|
||||||
|
- Refresh configs
|
||||||
|
- commit 571863b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1770,6 +2104,13 @@ Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 187170c
|
- commit 187170c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 1 07:07:43 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: refresh x86_64/default
|
||||||
|
With HBMC_AM654 disabled, nothing selects MULTIPLEXER any more.
|
||||||
|
- commit 07a1a73
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||||
|
|
||||||
@ -2149,12 +2490,32 @@ Wed Jul 31 11:06:04 CEST 2019 - jslaby@suse.cz
|
|||||||
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
||||||
- commit b607c27
|
- commit b607c27
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 31 10:52:34 CEST 2019 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: CONFIG_HBMC_AM654=n
|
||||||
|
The TI AM654 is an ARM64 SoC, so disable the driver on all other
|
||||||
|
architectures.
|
||||||
|
- commit 042f63f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
||||||
|
|
||||||
- packaging: add support for riscv64
|
- packaging: add support for riscv64
|
||||||
- commit c2885ea
|
- commit c2885ea
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 28 22:20:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc2
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- patches.suse/dma-mapping-use-dma_get_mask-in-dma_addressing_limit.patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
- Config changes
|
||||||
|
- NF_TABLES_BRIDGE=m (was =y)
|
||||||
|
- commit fc5ebf3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -2958,12 +3319,25 @@ Fri Jul 26 10:47:45 CEST 2019 - jslaby@suse.cz
|
|||||||
- ath10k: Check tx_stats before use it (bnc#1012628).
|
- ath10k: Check tx_stats before use it (bnc#1012628).
|
||||||
- commit f5296b5
|
- commit f5296b5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 24 14:42:00 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- dma-mapping: use dma_get_mask in dma_addressing_limited
|
||||||
|
(https://lore.kernel.org/lkml/cda1952f-0265-e055-a3ce-237c59069a3f@suse.com/T/#u).
|
||||||
|
- commit c584343
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- scripts/arch-symbols: add missing link.
|
- scripts/arch-symbols: add missing link.
|
||||||
- commit ee7c635
|
- commit ee7c635
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 18:12:09 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: enable kernel module compression (bsc#1135854)
|
||||||
|
- commit b333e24
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -2972,12 +3346,46 @@ Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
|||||||
in config.sh, then mkspec will pass it to the spec file.
|
in config.sh, then mkspec will pass it to the spec file.
|
||||||
- commit cdf5806
|
- commit cdf5806
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 15:19:30 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Workaround gcc regression on ppc64 (bko#204125).
|
||||||
|
- commit 8b84d1d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 12:03:57 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config.conf: Add ppc64 kvmsmall config (bsc#1137361).
|
||||||
|
- Remove superfluous i2c drivers from ppc64 config
|
||||||
|
-CONFIG_I2C_ALGOPCA=m
|
||||||
|
-CONFIG_I2C_AMD8111=m
|
||||||
|
-CONFIG_I2C_CBUS_GPIO=m
|
||||||
|
-CONFIG_I2C_DESIGNWARE_CORE=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PLATFORM=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PCI=m
|
||||||
|
-CONFIG_I2C_OCORES=m
|
||||||
|
-CONFIG_I2C_PCA_PLATFORM=m
|
||||||
|
Can't get rid of i2c in kvmsmall anyway but at least the DW i2c is gone.
|
||||||
|
- commit 3d0102c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
||||||
- commit 72c928d
|
- commit 72c928d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 23:44:25 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: remove unnecessary drivers from kvmsmall
|
||||||
|
The initial merge was incomplete and needed revisiting, which didn't really
|
||||||
|
happen. Since then, new options have been added and not removed from
|
||||||
|
kvmsmall, leading to grow in size.
|
||||||
|
This commit uses the following blacklist:
|
||||||
|
_(BT|CHARGER|CHROMEOS|CROS|DVB|DW|EDAC|FPGA|GPIO|GNSS|HID|INFINIBAND|IR|JOYSTICK|LEDS|MFD|PINCTRL|REGULATOR|RTC|SENSORS|SND_SOC|STAGING|TOUCHSCREEN|VIDEO|XEN|XILINX)[_=]
|
||||||
|
... along with some manual removal of NET_VENDORs with no relevant drivers.
|
||||||
|
- commit e850d85
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -2993,6 +3401,230 @@ Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
|||||||
breaking any other branch. A more proper cleanup will follow.
|
breaking any other branch. A more proper cleanup will follow.
|
||||||
- commit c32f8e7
|
- commit c32f8e7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 12:18:06 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc1
|
||||||
|
- Eliminated 89 patches (83 stable, 6 other)
|
||||||
|
- ARM configs need update
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
|
||||||
|
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
patches.suse/rpm-kernel-config
|
||||||
|
patches.suse/supported-flag
|
||||||
|
patches.suse/vfs-add-super_operations-get_inode_dev
|
||||||
|
- replace patches.rpmify/BPF-UMH-do-not-detect-if-compiler-can-link-userspace.patch
|
||||||
|
with patches.rpmify/Kconfig-make-CONFIG_CC_CAN_LINK-always-true.patch
|
||||||
|
- New config options:
|
||||||
|
- General setup
|
||||||
|
- HEADER_TEST=y
|
||||||
|
- KERNEL_HEADER_TEST=y
|
||||||
|
- PREEMPT_LL=n
|
||||||
|
- UCLAMP_TASK=y
|
||||||
|
- UCLAMP_BUCKETS_COUNT=5
|
||||||
|
- Processor type and features
|
||||||
|
- ACRN_GUEST=y
|
||||||
|
- LEGACY_VSYSCALL_XONLY=y
|
||||||
|
- IO Schedulers
|
||||||
|
- BFQ_CGROUP_DEBUG=n (=y in */debug)
|
||||||
|
- Networking
|
||||||
|
- NFT_SYNPROXY=m
|
||||||
|
- NFT_BRIDGE_META=m
|
||||||
|
- NF_CONNTRACK_BRIDGE=m
|
||||||
|
- NET_ACT_MPLS=m
|
||||||
|
- NET_ACT_CTINFO=m
|
||||||
|
- NET_ACT_CT=m
|
||||||
|
- BT_HCIBTUSB_MTK=y
|
||||||
|
- GVE=m
|
||||||
|
- MLX5_FPGA_IPSEC=y
|
||||||
|
- MLX5_FPGA_TLS=y
|
||||||
|
- MLX5_TLS=y
|
||||||
|
- STMMAC_SELFTESTS=n
|
||||||
|
- XILINX_AXI_EMAC=m
|
||||||
|
- SFP=m
|
||||||
|
- NXP_TJA11XX_PHY=m
|
||||||
|
- PHY_MIXEL_MIPI_DPHY=m
|
||||||
|
- File systems
|
||||||
|
- UBIFS_FS_ZSTD=y
|
||||||
|
- SUNRPC_DISABLE_INSECURE_ENCTYPES=n
|
||||||
|
- CEPH_FS_SECURITY_LABEL=y
|
||||||
|
- Generic driver options
|
||||||
|
- FW_LOADER_COMPRESS=y
|
||||||
|
- Storage
|
||||||
|
- SCSI_FDOMAIN_PCI=m
|
||||||
|
- SCSI_FDOMAIN_ISA=n
|
||||||
|
- PCMCIA_FDOMAIN=n
|
||||||
|
- Input
|
||||||
|
- KEYBOARD_APPLESPI=m
|
||||||
|
- Power supply and hardware monitoring
|
||||||
|
- POWER_SUPPLY_HWMON=y
|
||||||
|
- CHARGER_WILCO=m
|
||||||
|
- SENSORS_IRPS5401=m
|
||||||
|
- SENSORS_PXE1610=m
|
||||||
|
- REGULATOR_ARIZONA_LDO1=m
|
||||||
|
- REGULATOR_ARIZONA_MICSUPP=m
|
||||||
|
- REGULATOR_SLG51000=m
|
||||||
|
- Multimedia
|
||||||
|
- DVB_USB_CXUSB_ANALOG=y
|
||||||
|
- VIDEO_TDA1997X=m
|
||||||
|
- VIDEO_TLV320AIC23B=m
|
||||||
|
- VIDEO_ADV7180=m
|
||||||
|
- VIDEO_ADV7183=m
|
||||||
|
- VIDEO_ADV7604=m
|
||||||
|
- VIDEO_ADV7604_CEC=y
|
||||||
|
- VIDEO_ADV7842=m
|
||||||
|
- VIDEO_ADV7842_CEC=y
|
||||||
|
- VIDEO_BT819=m
|
||||||
|
- VIDEO_BT856=m
|
||||||
|
- VIDEO_BT866=m
|
||||||
|
- VIDEO_KS0127=m
|
||||||
|
- VIDEO_ML86V7667=m
|
||||||
|
- VIDEO_SAA7110=m
|
||||||
|
- VIDEO_TC358743=m
|
||||||
|
- VIDEO_TC358743_CEC=y
|
||||||
|
- VIDEO_TVP514X=m
|
||||||
|
- VIDEO_TVP7002=m
|
||||||
|
- VIDEO_TW9910=m
|
||||||
|
- VIDEO_VPX3220=m
|
||||||
|
- VIDEO_SAA7185=m
|
||||||
|
- VIDEO_ADV7170=m
|
||||||
|
- VIDEO_ADV7175=m
|
||||||
|
- VIDEO_ADV7343=m
|
||||||
|
- VIDEO_ADV7393=m
|
||||||
|
- VIDEO_ADV7511=m
|
||||||
|
- VIDEO_ADV7511_CEC=y
|
||||||
|
- VIDEO_AD9389B=m
|
||||||
|
- VIDEO_AK881X=m
|
||||||
|
- VIDEO_THS8200=m
|
||||||
|
- VIDEO_IMX214=m
|
||||||
|
- VIDEO_IMX258=m
|
||||||
|
- VIDEO_IMX274=m
|
||||||
|
- VIDEO_IMX319=m
|
||||||
|
- VIDEO_IMX355=m
|
||||||
|
- VIDEO_OV2659=m
|
||||||
|
- VIDEO_OV2680=m
|
||||||
|
- VIDEO_OV2685=m
|
||||||
|
- VIDEO_OV5647=m
|
||||||
|
- VIDEO_OV6650=m
|
||||||
|
- VIDEO_OV5670=m
|
||||||
|
- VIDEO_OV5695=m
|
||||||
|
- VIDEO_OV7251=m
|
||||||
|
- VIDEO_OV772X=m
|
||||||
|
- VIDEO_OV7740=m
|
||||||
|
- VIDEO_OV8856=m
|
||||||
|
- VIDEO_OV9640=m
|
||||||
|
- VIDEO_OV9650=m
|
||||||
|
- VIDEO_OV13858=m
|
||||||
|
- VIDEO_VS6624=m
|
||||||
|
- VIDEO_MT9M001=m
|
||||||
|
- VIDEO_MT9M032=m
|
||||||
|
- VIDEO_MT9M111=m
|
||||||
|
- VIDEO_MT9P031=m
|
||||||
|
- VIDEO_MT9T001=m
|
||||||
|
- VIDEO_MT9T112=m
|
||||||
|
- VIDEO_MT9V032=m
|
||||||
|
- VIDEO_MT9V111=m
|
||||||
|
- VIDEO_SR030PC30=m
|
||||||
|
- VIDEO_NOON010PC30=m
|
||||||
|
- VIDEO_M5MOLS=m
|
||||||
|
- VIDEO_RJ54N1=m
|
||||||
|
- VIDEO_S5K6AA=m
|
||||||
|
- VIDEO_S5K6A3=m
|
||||||
|
- VIDEO_S5K4ECGX=m
|
||||||
|
- VIDEO_S5K5BAF=m
|
||||||
|
- VIDEO_SMIAPP=m
|
||||||
|
- VIDEO_ET8EK8=m
|
||||||
|
- VIDEO_S5C73M3=m
|
||||||
|
- VIDEO_AD5820=m
|
||||||
|
- VIDEO_AK7375=m
|
||||||
|
- VIDEO_DW9714=m
|
||||||
|
- VIDEO_DW9807_VCM=m
|
||||||
|
- VIDEO_ADP1653=m
|
||||||
|
- VIDEO_LM3560=m
|
||||||
|
- VIDEO_LM3646=m
|
||||||
|
- SDR_MAX2175=m
|
||||||
|
- VIDEO_THS7303=m
|
||||||
|
- VIDEO_I2C=m
|
||||||
|
- VIDEO_ST_MIPID02=n
|
||||||
|
- VIDEO_GS1662=m
|
||||||
|
- DVB_S5H1432=m
|
||||||
|
- DVB_DIB9000=m
|
||||||
|
- DVB_CXD2880=m
|
||||||
|
- DVB_MN88443X=m
|
||||||
|
- DVB_LNBH29=m
|
||||||
|
- DVB_LGS8GL5=m
|
||||||
|
- Graphics
|
||||||
|
- DRM_AMD_DC_DCN2_0=y
|
||||||
|
- DRM_AMD_DC_DSC_SUPPORT=y
|
||||||
|
- DRM_I915_FORCE_PROBE=""
|
||||||
|
- DRM_I915_DEBUG_MMIO=n
|
||||||
|
- DRM_I915_USERFAULT_AUTOSUSPEND=250
|
||||||
|
- DRM_I915_SPIN_REQUEST=5
|
||||||
|
- DRM_PANEL_OSD_OSD101T2587_53TS=m
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E63M0=m
|
||||||
|
- Sound
|
||||||
|
- SND_SOC_INTEL_CML_H=m
|
||||||
|
- SND_SOC_INTEL_CML_LP=m
|
||||||
|
- SND_SOC_INTEL_BYT_CHT_CX2072X_MACH=m
|
||||||
|
- SND_SOC_SOF_COMETLAKE_LP_SUPPORT=y
|
||||||
|
- SND_SOC_SOF_COMETLAKE_H_SUPPORT=y
|
||||||
|
- SND_SOC_CX2072X=m
|
||||||
|
- InfiniBand
|
||||||
|
- RDMA_SIW=m
|
||||||
|
- Platform specific drivers
|
||||||
|
- XIAOMI_WMI=m
|
||||||
|
- ACPI_CMPC=m
|
||||||
|
- SAMSUNG_Q10=m
|
||||||
|
- INTEL_SPEED_SELECT_INTERFACE=m
|
||||||
|
- CROS_EC_ISHTP=m
|
||||||
|
- WILCO_EC_EVENTS=m
|
||||||
|
- WILCO_EC_TELEMETRY=m
|
||||||
|
- Industrial I/O
|
||||||
|
- XILINX_XADC=n
|
||||||
|
- ADF4371=n
|
||||||
|
- DPS310=n
|
||||||
|
- LEDs
|
||||||
|
- LEDS_SPI_BYTE=m
|
||||||
|
- LEDS_TI_LMU_COMMON=m
|
||||||
|
- LEDS_LM3697=m
|
||||||
|
- LEDS_LM36274=m
|
||||||
|
- Other drivers
|
||||||
|
- MTD_HYPERBUS=m
|
||||||
|
- HBMC_AM654=m
|
||||||
|
- XILINX_SDFEC=n
|
||||||
|
- GPIO_XILINX=m
|
||||||
|
- WATCHDOG_OPEN_TIMEOUT=0
|
||||||
|
- MFD_CS47L15=y
|
||||||
|
- MFD_CS47L92=y
|
||||||
|
- MFD_ROHM_BD70528=n
|
||||||
|
- RTC_DRV_BD70528=m
|
||||||
|
- DW_EDMA=m
|
||||||
|
- DW_EDMA_PCIE=m
|
||||||
|
- COMMON_CLK_SI5341=m
|
||||||
|
- EXTCON_FSA9480=m
|
||||||
|
- NTB_MSI=y
|
||||||
|
- NTB_MSI_TEST=n
|
||||||
|
- RAS_CEC_DEBUG=n
|
||||||
|
- AL_FIC=n
|
||||||
|
- Virtualization
|
||||||
|
- VIRTIO_PMEM=m
|
||||||
|
- Security options
|
||||||
|
- KEYS_REQUEST_CACHE=y
|
||||||
|
- Kernel hardening options
|
||||||
|
- INIT_ON_ALLOC_DEFAULT_ON=n
|
||||||
|
- INIT_ON_FREE_DEFAULT_ON=n
|
||||||
|
- Cryptographic API
|
||||||
|
- CRYPTO_XXHASH=n
|
||||||
|
- CRYPTO_DEV_ATMEL_ECC=m
|
||||||
|
- CRYPTO_DEV_ATMEL_SHA204A=m
|
||||||
|
- Kernel hacking
|
||||||
|
- HEADERS_INSTALL=n
|
||||||
|
- REED_SOLOMON_TEST=n
|
||||||
|
- TEST_BLACKHOLE_DEV=n
|
||||||
|
- TEST_MEMINIT=n
|
||||||
|
- commit 0a6d0d9
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -11493,6 +12125,12 @@ Sat Jan 26 11:04:18 CET 2019 - jslaby@suse.cz
|
|||||||
mapped address (bnc#1012628).
|
mapped address (bnc#1012628).
|
||||||
- commit 34ae151
|
- commit 34ae151
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 24 13:06:05 CET 2019 - ptesarik@suse.cz
|
||||||
|
|
||||||
|
- Add product identifying information to VMCOREINFO (bsc#1123015).
|
||||||
|
- commit 68ca35e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -17,12 +17,12 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
|
|
||||||
%define srcversion 5.2
|
%define srcversion 5.3
|
||||||
%define patchversion 5.2.14
|
%define patchversion 5.3.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules none
|
%define compress_modules xz
|
||||||
%define livepatch %{nil}
|
%define livepatch livepatch%{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
|
|
||||||
@ -64,9 +64,9 @@ Name: kernel-default
|
|||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.2.14
|
Version: 5.3.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g7f85414
|
Release: <RELEASE>.ga541a6c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -171,10 +171,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-7f854145206e391dc3c013cd94af25a92c37e906
|
Provides: kernel-%build_flavor-base-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
Provides: kernel-srchash-7f854145206e391dc3c013cd94af25a92c37e906
|
Provides: kernel-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-7f854145206e391dc3c013cd94af25a92c37e906
|
Provides: %name-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Provides: kernel-smp = 2.6.17
|
Provides: kernel-smp = 2.6.17
|
||||||
Obsoletes: kernel-smp <= 2.6.17
|
Obsoletes: kernel-smp <= 2.6.17
|
||||||
@ -487,7 +487,7 @@ awk '
|
|||||||
subpackages=(
|
subpackages=(
|
||||||
base
|
base
|
||||||
%if %CONFIG_SUSE_KERNEL_SUPPORTED == "y"
|
%if %CONFIG_SUSE_KERNEL_SUPPORTED == "y"
|
||||||
cluster-md-kmp dlm-kmp gfs2-kmp kselftests-kmp ocfs2-kmp
|
cluster-md-kmp dlm-kmp gfs2-kmp kselftests-kmp ocfs2-kmp reiserfs-kmp
|
||||||
%endif
|
%endif
|
||||||
)
|
)
|
||||||
for package in "${subpackages[@]}"; do
|
for package in "${subpackages[@]}"; do
|
||||||
@ -1577,6 +1577,47 @@ rm -f "/var/run/rpm-$nvr-modules"
|
|||||||
%files -n ocfs2-kmp-%build_flavor -f ocfs2-kmp.files
|
%files -n ocfs2-kmp-%build_flavor -f ocfs2-kmp.files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
|
||||||
|
%package -n reiserfs-kmp-%build_flavor
|
||||||
|
Summary: Reiserfs kernel module
|
||||||
|
Group: System/Kernel
|
||||||
|
Requires: %name = %version-%source_rel
|
||||||
|
Provides: reiserfs-kmp = %version-%source_rel
|
||||||
|
Provides: multiversion(kernel)
|
||||||
|
# tell weak-modules2 to ignore this package
|
||||||
|
Provides: kmp_in_kernel
|
||||||
|
Requires(post): suse-module-tools >= 12.4
|
||||||
|
|
||||||
|
%description -n reiserfs-kmp-%build_flavor
|
||||||
|
The reiserfs file system is no longer supported in SLE15. This package
|
||||||
|
provides the reiserfs module for the installation system.
|
||||||
|
|
||||||
|
%post -n reiserfs-kmp-%build_flavor
|
||||||
|
wm2=/usr/lib/module-init-tools/weak-modules2
|
||||||
|
nvr=reiserfs-kmp-%build_flavor-%version-%release
|
||||||
|
if test -x "$wm2"; then
|
||||||
|
rpm -ql "$nvr" | INITRD_IN_POSTTRANS=1 /bin/bash -${-/e/} "$wm2" \
|
||||||
|
--add-kernel-modules %kernelrelease-%build_flavor
|
||||||
|
fi
|
||||||
|
|
||||||
|
%posttrans -n reiserfs-kmp-%build_flavor
|
||||||
|
%{?regenerate_initrd_posttrans}
|
||||||
|
|
||||||
|
%preun -n reiserfs-kmp-%build_flavor
|
||||||
|
nvr=reiserfs-kmp-%build_flavor-%version-%release
|
||||||
|
rpm -ql "$nvr" | grep '\.ko$' > "/var/run/rpm-$nvr-modules"
|
||||||
|
|
||||||
|
%postun -n reiserfs-kmp-%build_flavor
|
||||||
|
wm2=/usr/lib/module-init-tools/weak-modules2
|
||||||
|
nvr=reiserfs-kmp-%build_flavor-%version-%release
|
||||||
|
if test -x "$wm2"; then
|
||||||
|
/bin/bash -${-/e/} "$wm2" < "/var/run/rpm-$nvr-modules" \
|
||||||
|
--remove-kernel-modules %kernelrelease-%build_flavor
|
||||||
|
fi
|
||||||
|
rm -f "/var/run/rpm-$nvr-modules"
|
||||||
|
|
||||||
|
%files -n reiserfs-kmp-%build_flavor -f reiserfs-kmp.files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
|
||||||
%endif # %CONFIG_SUSE_KERNEL_SUPPORTED
|
%endif # %CONFIG_SUSE_KERNEL_SUPPORTED
|
||||||
%endif # %CONFIG_MODULES
|
%endif # %CONFIG_MODULES
|
||||||
|
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3 final
|
||||||
|
- Eliminated 3 patches
|
||||||
|
- Refresh configs
|
||||||
|
- NF_CONNTRACK_SLP is gone
|
||||||
|
- commit 6baef36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -5,6 +14,22 @@ Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
|||||||
writeback attempts (btrfs hangup).
|
writeback attempts (btrfs hangup).
|
||||||
- commit 7f85414
|
- commit 7f85414
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:15:38 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/netfilter-ip_conntrack_slp.patch (FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
This veteran out of tree patch is no longer needed since the userspace
|
||||||
|
conntrack helper (in conntrack-tools / conntrackd) has reached Factory.
|
||||||
|
- commit d6f0b71
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:14:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update and reenable
|
||||||
|
patches.suse/Revert-netfilter-conntrack-remove-helper-hook-again.patch
|
||||||
|
(FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
- commit 029452e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -186,6 +211,13 @@ Mon Sep 9 09:39:52 CEST 2019 - guillaume.gardet@arm.com
|
|||||||
Set requirements respectively to 30GB and 20GB.
|
Set requirements respectively to 30GB and 20GB.
|
||||||
- commit f84c163
|
- commit f84c163
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 9 06:52:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc8
|
||||||
|
- refresh armv6hl configs (IXP4xx drivers no longer visible)
|
||||||
|
- commit 3dea797
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -480,6 +512,36 @@ Tue Sep 3 12:47:56 CEST 2019 - mkubecek@suse.cz
|
|||||||
kernel performance teams confirmed that performance impact is acceptable.
|
kernel performance teams confirmed that performance impact is acceptable.
|
||||||
- commit d6e8aab
|
- commit d6e8aab
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 2 22:41:27 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc7
|
||||||
|
- Refresh configs
|
||||||
|
- IXP4xx SoC drivers not visible
|
||||||
|
- gcc 9.2.1
|
||||||
|
- commit 9bff5f9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 1 21:36:39 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: armv7hl: Enable cadence watchdog
|
||||||
|
CONFIG_CADENCE_WATCHDOG is required for Zynq-7000 based MIYR Zturn board.
|
||||||
|
- commit c4cbe5e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:35:20 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Update ARMv6 config files
|
||||||
|
- commit c17167d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:27:22 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Reenable ARMv7 config for Kernel 5.3
|
||||||
|
All modules plus errata's enabled. Reused other
|
||||||
|
values from x86_64 update.
|
||||||
|
- commit b1c627e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -763,6 +825,14 @@ Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
|||||||
- rxrpc: Fix local refcounting (bnc#1012628).
|
- rxrpc: Fix local refcounting (bnc#1012628).
|
||||||
- commit 6385110
|
- commit 6385110
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 15:36:42 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- mwifiex: Fix three heap overflow at
|
||||||
|
parsing element in cfg80211_ap_settings
|
||||||
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
|
- commit 528fd68
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -771,6 +841,31 @@ Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
|||||||
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
- commit 05e68fe
|
- commit 05e68fe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 13:30:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: mark more core networking modules supported
|
||||||
|
Two more netfilter modules and one more *_diag should be supported too.
|
||||||
|
- commit bee2dd8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 12:42:47 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update status of some networking core modules
|
||||||
|
This marks new networking modules which should be supported as such; it is
|
||||||
|
mostly netfilter and traffic control modules which have been following the
|
||||||
|
"support all of them" policy for some time.
|
||||||
|
- commit 65e1131
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 10:23:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: obsolete paths cleanup
|
||||||
|
Update paths for existing modules which were moved, clean up duplicate
|
||||||
|
entries and drop entries for modules which no longer exist (either not
|
||||||
|
built any more or built into the image now).
|
||||||
|
- commit 3bb142a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -789,12 +884,35 @@ Tue Aug 27 10:09:41 CEST 2019 - jslaby@suse.cz
|
|||||||
Update to the upstreamed patch.
|
Update to the upstreamed patch.
|
||||||
- commit bb236c2
|
- commit bb236c2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 16:12:29 CEST 2019 - jgross@suse.com
|
||||||
|
|
||||||
|
- usb: Introduce Xen pvUSB frontend (xen hcd) (fate#315712).
|
||||||
|
- Update config files.
|
||||||
|
- usb: Add Xen pvUSB protocol description (fate#315712).
|
||||||
|
- commit b32b2bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:48:01 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
|
- commit b08d3d5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
- commit 6f03484
|
- commit 6f03484
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:32:51 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15098,bsc#1146378).
|
||||||
|
- Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15099,bsc#1146368).
|
||||||
|
- commit 758e216
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -811,6 +929,19 @@ Mon Aug 26 09:39:32 CEST 2019 - bpoirier@suse.com
|
|||||||
CVE-2019-15504).
|
CVE-2019-15504).
|
||||||
- commit 5009555
|
- commit 5009555
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 09:24:08 CEST 2019 - bpoirier@suse.com
|
||||||
|
|
||||||
|
- Fix a double free bug in rsi_91x_deinit (bnc#1147116
|
||||||
|
CVE-2019-15504).
|
||||||
|
- commit 8ae43d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 25 21:49:44 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc6
|
||||||
|
- commit 2831011
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1052,6 +1183,49 @@ Thu Aug 22 23:37:43 CEST 2019 - msuchanek@suse.de
|
|||||||
- Parametrize kgraft vs livepatch.
|
- Parametrize kgraft vs livepatch.
|
||||||
- commit 16f6816
|
- commit 16f6816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 23:04:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: Enable livepatch.
|
||||||
|
- commit e001776
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 14:03:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: update from SLE15-SP2
|
||||||
|
In general, we want features and drivers from SLE also in openSUSE unless
|
||||||
|
we have a good reason not to. Enable most config options which were
|
||||||
|
disabled in master but enabled in SLE15-SP2 (inherited from SLE15-SP1).
|
||||||
|
- commit 769684a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 15:00:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: reorganize sections
|
||||||
|
With ~40 patches in master branch, we have accumulated way too many
|
||||||
|
sections in series.conf, some of them being very specific. While new SLE
|
||||||
|
and Leap branches are going to have more patches, vast majority of them is
|
||||||
|
going to end up in the sorted section (e.g. less than 1% of SLE15-SP1
|
||||||
|
patches are neither sorted nor stable baskports right now - and that
|
||||||
|
includes quite a few which would actually belong into the sorted section
|
||||||
|
but are left outside for historical reasons).
|
||||||
|
After the reorganization, series.conf is ordered like this:
|
||||||
|
- stable backports (patches.kernel.org/*)
|
||||||
|
- tweaks applied to vanilla (patches.rpmify/*)
|
||||||
|
- sorted section (not in master)
|
||||||
|
- unsorted patches expected to get into mainline soon
|
||||||
|
- permanent and longterm non-upstream patches
|
||||||
|
- kabi hacks (not in master)
|
||||||
|
This commit has no effect on expanded tree.
|
||||||
|
- commit 8ac1895
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 14:13:15 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: cleanup
|
||||||
|
Only whitespace and comments, no efect on expanded tree.
|
||||||
|
- commit bf21808
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1067,6 +1241,15 @@ Mon Aug 19 17:46:30 CEST 2019 - bp@suse.de
|
|||||||
Factory first!
|
Factory first!
|
||||||
- commit fc98fd1
|
- commit fc98fd1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 19 05:32:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc5
|
||||||
|
- Refresh configs
|
||||||
|
- RDMA_SIW available on i386 (=m)
|
||||||
|
- clean up unavailable options
|
||||||
|
- commit cadbe00
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1326,6 +1509,14 @@ Fri Aug 16 22:01:45 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 80c0ffe
|
- commit 80c0ffe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Revert "Workaround gcc regression on ppc64 (bko#204125)."
|
||||||
|
This reverts commit 8b84d1d46ff90146bb6ba5b760a54ddd87a1a680.
|
||||||
|
Works for me 5.3-rc4-65-g329120423947
|
||||||
|
- commit d8f9e6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
@ -1347,6 +1538,14 @@ Mon Aug 12 09:11:56 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1142926).
|
(bnc#1142926).
|
||||||
- commit a44175e
|
- commit a44175e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 11 22:47:14 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc4
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
- commit 5402233
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1450,12 +1649,37 @@ Fri Aug 9 18:14:50 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/mkspec: Make building DTBs optional.
|
- rpm/mkspec: Make building DTBs optional.
|
||||||
- commit 7c057c8
|
- commit 7c057c8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 17:39:36 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: fix supported modules depending on unsupported on non-x86_64 architectures
|
||||||
|
Some more "unsupported module needed by supported one" errors were reported
|
||||||
|
on aarch64 and ppc64le.
|
||||||
|
- commit 6b609de
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 14:44:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop obsolete entry for hyperv_fb
|
||||||
|
The module moved to a different directory, the obsolete entry causes
|
||||||
|
file conflict betwen kernel-default and kernel-default-extra.
|
||||||
|
- commit 6b112e5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- rpm/modflist: Simplify compression support.
|
- rpm/modflist: Simplify compression support.
|
||||||
- commit fd135a6
|
- commit fd135a6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 13:36:21 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: close with respect to dependencies
|
||||||
|
Modules which some supported module depends on must be supported as well.
|
||||||
|
Also drop obsolete entries for rtsx_pci and rtsx_usb which were moved
|
||||||
|
between 4.12 and 5.3.
|
||||||
|
- commit b781c36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -1467,6 +1691,46 @@ Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
|||||||
in addition to ".ko".
|
in addition to ".ko".
|
||||||
- commit 18fcdff
|
- commit 18fcdff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 12:08:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Bring back MODVERDIR to Makefile.modpost (bsc#1066369).
|
||||||
|
- commit 6cc69f5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 10:38:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort again
|
||||||
|
Make the order compatible with scripts/supported-conf-fixup (LC_ALL=C).
|
||||||
|
- commit 4a4b5dd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 08:28:37 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- supported.conf: Sort alphabetically, align comments.
|
||||||
|
- commit 5189766
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:32:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop extensions
|
||||||
|
To make things more consistent, drop all ".ko" extensions.
|
||||||
|
- commit 398461b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:00:48 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update patches.suse/supported-flag.
|
||||||
|
Fix ReST table.
|
||||||
|
- commit 0692bf4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 21:39:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Use upstream TAINT_AUX for TAINT_EXTERNAL_SUPPORT.
|
||||||
|
Refresh patches.suse/supported-flag.
|
||||||
|
- commit a4999e0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1481,6 +1745,56 @@ Thu Aug 8 15:31:02 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1139939).
|
(bnc#1139939).
|
||||||
- commit 8434c05
|
- commit 8434c05
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 14:35:08 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- rpm/kernel-obs-build.spec.in: add dm-crypt for building with cryptsetup
|
||||||
|
Co-Authored-By: Adam Spiers <aspiers@suse.com>
|
||||||
|
- commit 1756301
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 10:34:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries for all architectures
|
||||||
|
As list of built modules depends on architecture, we must also add entries
|
||||||
|
for modules which are not built (or do not even exist) on x86_64 but are
|
||||||
|
built on other architectures (aarch64, ppc64le, s390x).
|
||||||
|
- commit 8f74082
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:16:02 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries
|
||||||
|
Add all modules currently built but not listed in supported.conf.
|
||||||
|
Another update will be necessary once we replace configs inherited from
|
||||||
|
master with true SLE15-SP2 configs. This is also why entries for modules
|
||||||
|
not built are left in the file for now.
|
||||||
|
- commit 0f5033c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:01:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort
|
||||||
|
Also remove one commented out line.
|
||||||
|
- commit b539157
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:36:22 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: cleanup
|
||||||
|
Remove duplicate and shadowed entries.
|
||||||
|
- commit 25e91ec
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:21:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update from SLE15-SP1
|
||||||
|
Differences from current SLE15-SP1 supported.conf:
|
||||||
|
- f71808e_wdt and it87_wdt supported (jdelvare)
|
||||||
|
- bpfilter marked +base (tiwai, bsc#1106751)
|
||||||
|
- unified indentation
|
||||||
|
- commit 02162e4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1493,6 +1807,12 @@ Wed Aug 7 21:14:19 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
||||||
- commit af37821
|
- commit af37821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 7 18:49:38 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to 5.3-rc3
|
||||||
|
- commit f1f49f3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1500,6 +1820,9 @@ Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
|||||||
We already had it for armv6hl but were lacking it on arm64.
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
Add it on armv7hl for consistency while at it.
|
Add it on armv7hl for consistency while at it.
|
||||||
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
||||||
|
- config: Enable SENSORS_GPIO_FAN for all of Arm (boo#1144723)
|
||||||
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
|
Add it on armv7hl for consistency while at it.
|
||||||
- commit 71d4424
|
- commit 71d4424
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -1736,6 +2059,17 @@ Tue Aug 6 21:39:08 CEST 2019 - jslaby@suse.cz
|
|||||||
- ARM: riscpc: fix DMA (bnc#1012628).
|
- ARM: riscpc: fix DMA (bnc#1012628).
|
||||||
- commit a3e04b1
|
- commit a3e04b1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 5 07:15:46 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc3
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/supported-flag
|
||||||
|
- patches.suse/supported-flag-external
|
||||||
|
- Refresh configs
|
||||||
|
- commit 571863b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1770,6 +2104,13 @@ Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 187170c
|
- commit 187170c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 1 07:07:43 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: refresh x86_64/default
|
||||||
|
With HBMC_AM654 disabled, nothing selects MULTIPLEXER any more.
|
||||||
|
- commit 07a1a73
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||||
|
|
||||||
@ -2149,12 +2490,32 @@ Wed Jul 31 11:06:04 CEST 2019 - jslaby@suse.cz
|
|||||||
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
||||||
- commit b607c27
|
- commit b607c27
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 31 10:52:34 CEST 2019 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: CONFIG_HBMC_AM654=n
|
||||||
|
The TI AM654 is an ARM64 SoC, so disable the driver on all other
|
||||||
|
architectures.
|
||||||
|
- commit 042f63f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
||||||
|
|
||||||
- packaging: add support for riscv64
|
- packaging: add support for riscv64
|
||||||
- commit c2885ea
|
- commit c2885ea
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 28 22:20:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc2
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- patches.suse/dma-mapping-use-dma_get_mask-in-dma_addressing_limit.patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
- Config changes
|
||||||
|
- NF_TABLES_BRIDGE=m (was =y)
|
||||||
|
- commit fc5ebf3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -2958,12 +3319,25 @@ Fri Jul 26 10:47:45 CEST 2019 - jslaby@suse.cz
|
|||||||
- ath10k: Check tx_stats before use it (bnc#1012628).
|
- ath10k: Check tx_stats before use it (bnc#1012628).
|
||||||
- commit f5296b5
|
- commit f5296b5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 24 14:42:00 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- dma-mapping: use dma_get_mask in dma_addressing_limited
|
||||||
|
(https://lore.kernel.org/lkml/cda1952f-0265-e055-a3ce-237c59069a3f@suse.com/T/#u).
|
||||||
|
- commit c584343
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- scripts/arch-symbols: add missing link.
|
- scripts/arch-symbols: add missing link.
|
||||||
- commit ee7c635
|
- commit ee7c635
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 18:12:09 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: enable kernel module compression (bsc#1135854)
|
||||||
|
- commit b333e24
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -2972,12 +3346,46 @@ Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
|||||||
in config.sh, then mkspec will pass it to the spec file.
|
in config.sh, then mkspec will pass it to the spec file.
|
||||||
- commit cdf5806
|
- commit cdf5806
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 15:19:30 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Workaround gcc regression on ppc64 (bko#204125).
|
||||||
|
- commit 8b84d1d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 12:03:57 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config.conf: Add ppc64 kvmsmall config (bsc#1137361).
|
||||||
|
- Remove superfluous i2c drivers from ppc64 config
|
||||||
|
-CONFIG_I2C_ALGOPCA=m
|
||||||
|
-CONFIG_I2C_AMD8111=m
|
||||||
|
-CONFIG_I2C_CBUS_GPIO=m
|
||||||
|
-CONFIG_I2C_DESIGNWARE_CORE=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PLATFORM=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PCI=m
|
||||||
|
-CONFIG_I2C_OCORES=m
|
||||||
|
-CONFIG_I2C_PCA_PLATFORM=m
|
||||||
|
Can't get rid of i2c in kvmsmall anyway but at least the DW i2c is gone.
|
||||||
|
- commit 3d0102c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
||||||
- commit 72c928d
|
- commit 72c928d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 23:44:25 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: remove unnecessary drivers from kvmsmall
|
||||||
|
The initial merge was incomplete and needed revisiting, which didn't really
|
||||||
|
happen. Since then, new options have been added and not removed from
|
||||||
|
kvmsmall, leading to grow in size.
|
||||||
|
This commit uses the following blacklist:
|
||||||
|
_(BT|CHARGER|CHROMEOS|CROS|DVB|DW|EDAC|FPGA|GPIO|GNSS|HID|INFINIBAND|IR|JOYSTICK|LEDS|MFD|PINCTRL|REGULATOR|RTC|SENSORS|SND_SOC|STAGING|TOUCHSCREEN|VIDEO|XEN|XILINX)[_=]
|
||||||
|
... along with some manual removal of NET_VENDORs with no relevant drivers.
|
||||||
|
- commit e850d85
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -2993,6 +3401,230 @@ Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
|||||||
breaking any other branch. A more proper cleanup will follow.
|
breaking any other branch. A more proper cleanup will follow.
|
||||||
- commit c32f8e7
|
- commit c32f8e7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 12:18:06 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc1
|
||||||
|
- Eliminated 89 patches (83 stable, 6 other)
|
||||||
|
- ARM configs need update
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
|
||||||
|
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
patches.suse/rpm-kernel-config
|
||||||
|
patches.suse/supported-flag
|
||||||
|
patches.suse/vfs-add-super_operations-get_inode_dev
|
||||||
|
- replace patches.rpmify/BPF-UMH-do-not-detect-if-compiler-can-link-userspace.patch
|
||||||
|
with patches.rpmify/Kconfig-make-CONFIG_CC_CAN_LINK-always-true.patch
|
||||||
|
- New config options:
|
||||||
|
- General setup
|
||||||
|
- HEADER_TEST=y
|
||||||
|
- KERNEL_HEADER_TEST=y
|
||||||
|
- PREEMPT_LL=n
|
||||||
|
- UCLAMP_TASK=y
|
||||||
|
- UCLAMP_BUCKETS_COUNT=5
|
||||||
|
- Processor type and features
|
||||||
|
- ACRN_GUEST=y
|
||||||
|
- LEGACY_VSYSCALL_XONLY=y
|
||||||
|
- IO Schedulers
|
||||||
|
- BFQ_CGROUP_DEBUG=n (=y in */debug)
|
||||||
|
- Networking
|
||||||
|
- NFT_SYNPROXY=m
|
||||||
|
- NFT_BRIDGE_META=m
|
||||||
|
- NF_CONNTRACK_BRIDGE=m
|
||||||
|
- NET_ACT_MPLS=m
|
||||||
|
- NET_ACT_CTINFO=m
|
||||||
|
- NET_ACT_CT=m
|
||||||
|
- BT_HCIBTUSB_MTK=y
|
||||||
|
- GVE=m
|
||||||
|
- MLX5_FPGA_IPSEC=y
|
||||||
|
- MLX5_FPGA_TLS=y
|
||||||
|
- MLX5_TLS=y
|
||||||
|
- STMMAC_SELFTESTS=n
|
||||||
|
- XILINX_AXI_EMAC=m
|
||||||
|
- SFP=m
|
||||||
|
- NXP_TJA11XX_PHY=m
|
||||||
|
- PHY_MIXEL_MIPI_DPHY=m
|
||||||
|
- File systems
|
||||||
|
- UBIFS_FS_ZSTD=y
|
||||||
|
- SUNRPC_DISABLE_INSECURE_ENCTYPES=n
|
||||||
|
- CEPH_FS_SECURITY_LABEL=y
|
||||||
|
- Generic driver options
|
||||||
|
- FW_LOADER_COMPRESS=y
|
||||||
|
- Storage
|
||||||
|
- SCSI_FDOMAIN_PCI=m
|
||||||
|
- SCSI_FDOMAIN_ISA=n
|
||||||
|
- PCMCIA_FDOMAIN=n
|
||||||
|
- Input
|
||||||
|
- KEYBOARD_APPLESPI=m
|
||||||
|
- Power supply and hardware monitoring
|
||||||
|
- POWER_SUPPLY_HWMON=y
|
||||||
|
- CHARGER_WILCO=m
|
||||||
|
- SENSORS_IRPS5401=m
|
||||||
|
- SENSORS_PXE1610=m
|
||||||
|
- REGULATOR_ARIZONA_LDO1=m
|
||||||
|
- REGULATOR_ARIZONA_MICSUPP=m
|
||||||
|
- REGULATOR_SLG51000=m
|
||||||
|
- Multimedia
|
||||||
|
- DVB_USB_CXUSB_ANALOG=y
|
||||||
|
- VIDEO_TDA1997X=m
|
||||||
|
- VIDEO_TLV320AIC23B=m
|
||||||
|
- VIDEO_ADV7180=m
|
||||||
|
- VIDEO_ADV7183=m
|
||||||
|
- VIDEO_ADV7604=m
|
||||||
|
- VIDEO_ADV7604_CEC=y
|
||||||
|
- VIDEO_ADV7842=m
|
||||||
|
- VIDEO_ADV7842_CEC=y
|
||||||
|
- VIDEO_BT819=m
|
||||||
|
- VIDEO_BT856=m
|
||||||
|
- VIDEO_BT866=m
|
||||||
|
- VIDEO_KS0127=m
|
||||||
|
- VIDEO_ML86V7667=m
|
||||||
|
- VIDEO_SAA7110=m
|
||||||
|
- VIDEO_TC358743=m
|
||||||
|
- VIDEO_TC358743_CEC=y
|
||||||
|
- VIDEO_TVP514X=m
|
||||||
|
- VIDEO_TVP7002=m
|
||||||
|
- VIDEO_TW9910=m
|
||||||
|
- VIDEO_VPX3220=m
|
||||||
|
- VIDEO_SAA7185=m
|
||||||
|
- VIDEO_ADV7170=m
|
||||||
|
- VIDEO_ADV7175=m
|
||||||
|
- VIDEO_ADV7343=m
|
||||||
|
- VIDEO_ADV7393=m
|
||||||
|
- VIDEO_ADV7511=m
|
||||||
|
- VIDEO_ADV7511_CEC=y
|
||||||
|
- VIDEO_AD9389B=m
|
||||||
|
- VIDEO_AK881X=m
|
||||||
|
- VIDEO_THS8200=m
|
||||||
|
- VIDEO_IMX214=m
|
||||||
|
- VIDEO_IMX258=m
|
||||||
|
- VIDEO_IMX274=m
|
||||||
|
- VIDEO_IMX319=m
|
||||||
|
- VIDEO_IMX355=m
|
||||||
|
- VIDEO_OV2659=m
|
||||||
|
- VIDEO_OV2680=m
|
||||||
|
- VIDEO_OV2685=m
|
||||||
|
- VIDEO_OV5647=m
|
||||||
|
- VIDEO_OV6650=m
|
||||||
|
- VIDEO_OV5670=m
|
||||||
|
- VIDEO_OV5695=m
|
||||||
|
- VIDEO_OV7251=m
|
||||||
|
- VIDEO_OV772X=m
|
||||||
|
- VIDEO_OV7740=m
|
||||||
|
- VIDEO_OV8856=m
|
||||||
|
- VIDEO_OV9640=m
|
||||||
|
- VIDEO_OV9650=m
|
||||||
|
- VIDEO_OV13858=m
|
||||||
|
- VIDEO_VS6624=m
|
||||||
|
- VIDEO_MT9M001=m
|
||||||
|
- VIDEO_MT9M032=m
|
||||||
|
- VIDEO_MT9M111=m
|
||||||
|
- VIDEO_MT9P031=m
|
||||||
|
- VIDEO_MT9T001=m
|
||||||
|
- VIDEO_MT9T112=m
|
||||||
|
- VIDEO_MT9V032=m
|
||||||
|
- VIDEO_MT9V111=m
|
||||||
|
- VIDEO_SR030PC30=m
|
||||||
|
- VIDEO_NOON010PC30=m
|
||||||
|
- VIDEO_M5MOLS=m
|
||||||
|
- VIDEO_RJ54N1=m
|
||||||
|
- VIDEO_S5K6AA=m
|
||||||
|
- VIDEO_S5K6A3=m
|
||||||
|
- VIDEO_S5K4ECGX=m
|
||||||
|
- VIDEO_S5K5BAF=m
|
||||||
|
- VIDEO_SMIAPP=m
|
||||||
|
- VIDEO_ET8EK8=m
|
||||||
|
- VIDEO_S5C73M3=m
|
||||||
|
- VIDEO_AD5820=m
|
||||||
|
- VIDEO_AK7375=m
|
||||||
|
- VIDEO_DW9714=m
|
||||||
|
- VIDEO_DW9807_VCM=m
|
||||||
|
- VIDEO_ADP1653=m
|
||||||
|
- VIDEO_LM3560=m
|
||||||
|
- VIDEO_LM3646=m
|
||||||
|
- SDR_MAX2175=m
|
||||||
|
- VIDEO_THS7303=m
|
||||||
|
- VIDEO_I2C=m
|
||||||
|
- VIDEO_ST_MIPID02=n
|
||||||
|
- VIDEO_GS1662=m
|
||||||
|
- DVB_S5H1432=m
|
||||||
|
- DVB_DIB9000=m
|
||||||
|
- DVB_CXD2880=m
|
||||||
|
- DVB_MN88443X=m
|
||||||
|
- DVB_LNBH29=m
|
||||||
|
- DVB_LGS8GL5=m
|
||||||
|
- Graphics
|
||||||
|
- DRM_AMD_DC_DCN2_0=y
|
||||||
|
- DRM_AMD_DC_DSC_SUPPORT=y
|
||||||
|
- DRM_I915_FORCE_PROBE=""
|
||||||
|
- DRM_I915_DEBUG_MMIO=n
|
||||||
|
- DRM_I915_USERFAULT_AUTOSUSPEND=250
|
||||||
|
- DRM_I915_SPIN_REQUEST=5
|
||||||
|
- DRM_PANEL_OSD_OSD101T2587_53TS=m
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E63M0=m
|
||||||
|
- Sound
|
||||||
|
- SND_SOC_INTEL_CML_H=m
|
||||||
|
- SND_SOC_INTEL_CML_LP=m
|
||||||
|
- SND_SOC_INTEL_BYT_CHT_CX2072X_MACH=m
|
||||||
|
- SND_SOC_SOF_COMETLAKE_LP_SUPPORT=y
|
||||||
|
- SND_SOC_SOF_COMETLAKE_H_SUPPORT=y
|
||||||
|
- SND_SOC_CX2072X=m
|
||||||
|
- InfiniBand
|
||||||
|
- RDMA_SIW=m
|
||||||
|
- Platform specific drivers
|
||||||
|
- XIAOMI_WMI=m
|
||||||
|
- ACPI_CMPC=m
|
||||||
|
- SAMSUNG_Q10=m
|
||||||
|
- INTEL_SPEED_SELECT_INTERFACE=m
|
||||||
|
- CROS_EC_ISHTP=m
|
||||||
|
- WILCO_EC_EVENTS=m
|
||||||
|
- WILCO_EC_TELEMETRY=m
|
||||||
|
- Industrial I/O
|
||||||
|
- XILINX_XADC=n
|
||||||
|
- ADF4371=n
|
||||||
|
- DPS310=n
|
||||||
|
- LEDs
|
||||||
|
- LEDS_SPI_BYTE=m
|
||||||
|
- LEDS_TI_LMU_COMMON=m
|
||||||
|
- LEDS_LM3697=m
|
||||||
|
- LEDS_LM36274=m
|
||||||
|
- Other drivers
|
||||||
|
- MTD_HYPERBUS=m
|
||||||
|
- HBMC_AM654=m
|
||||||
|
- XILINX_SDFEC=n
|
||||||
|
- GPIO_XILINX=m
|
||||||
|
- WATCHDOG_OPEN_TIMEOUT=0
|
||||||
|
- MFD_CS47L15=y
|
||||||
|
- MFD_CS47L92=y
|
||||||
|
- MFD_ROHM_BD70528=n
|
||||||
|
- RTC_DRV_BD70528=m
|
||||||
|
- DW_EDMA=m
|
||||||
|
- DW_EDMA_PCIE=m
|
||||||
|
- COMMON_CLK_SI5341=m
|
||||||
|
- EXTCON_FSA9480=m
|
||||||
|
- NTB_MSI=y
|
||||||
|
- NTB_MSI_TEST=n
|
||||||
|
- RAS_CEC_DEBUG=n
|
||||||
|
- AL_FIC=n
|
||||||
|
- Virtualization
|
||||||
|
- VIRTIO_PMEM=m
|
||||||
|
- Security options
|
||||||
|
- KEYS_REQUEST_CACHE=y
|
||||||
|
- Kernel hardening options
|
||||||
|
- INIT_ON_ALLOC_DEFAULT_ON=n
|
||||||
|
- INIT_ON_FREE_DEFAULT_ON=n
|
||||||
|
- Cryptographic API
|
||||||
|
- CRYPTO_XXHASH=n
|
||||||
|
- CRYPTO_DEV_ATMEL_ECC=m
|
||||||
|
- CRYPTO_DEV_ATMEL_SHA204A=m
|
||||||
|
- Kernel hacking
|
||||||
|
- HEADERS_INSTALL=n
|
||||||
|
- REED_SOLOMON_TEST=n
|
||||||
|
- TEST_BLACKHOLE_DEV=n
|
||||||
|
- TEST_MEMINIT=n
|
||||||
|
- commit 0a6d0d9
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -11493,6 +12125,12 @@ Sat Jan 26 11:04:18 CET 2019 - jslaby@suse.cz
|
|||||||
mapped address (bnc#1012628).
|
mapped address (bnc#1012628).
|
||||||
- commit 34ae151
|
- commit 34ae151
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 24 13:06:05 CET 2019 - ptesarik@suse.cz
|
||||||
|
|
||||||
|
- Add product identifying information to VMCOREINFO (bsc#1123015).
|
||||||
|
- commit 68ca35e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define srcversion 5.2
|
%define srcversion 5.3
|
||||||
%define patchversion 5.2.14
|
%define patchversion 5.3.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -31,9 +31,9 @@ Name: kernel-docs
|
|||||||
Summary: Kernel Documentation
|
Summary: Kernel Documentation
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Documentation/Man
|
Group: Documentation/Man
|
||||||
Version: 5.2.14
|
Version: 5.3.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g7f85414
|
Release: <RELEASE>.ga541a6c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -63,7 +63,7 @@ BuildRequires: texlive-zapfding
|
|||||||
%endif
|
%endif
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
Provides: %name-srchash-7f854145206e391dc3c013cd94af25a92c37e906
|
Provides: %name-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3 final
|
||||||
|
- Eliminated 3 patches
|
||||||
|
- Refresh configs
|
||||||
|
- NF_CONNTRACK_SLP is gone
|
||||||
|
- commit 6baef36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -5,6 +14,22 @@ Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
|||||||
writeback attempts (btrfs hangup).
|
writeback attempts (btrfs hangup).
|
||||||
- commit 7f85414
|
- commit 7f85414
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:15:38 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/netfilter-ip_conntrack_slp.patch (FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
This veteran out of tree patch is no longer needed since the userspace
|
||||||
|
conntrack helper (in conntrack-tools / conntrackd) has reached Factory.
|
||||||
|
- commit d6f0b71
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:14:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update and reenable
|
||||||
|
patches.suse/Revert-netfilter-conntrack-remove-helper-hook-again.patch
|
||||||
|
(FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
- commit 029452e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -186,6 +211,13 @@ Mon Sep 9 09:39:52 CEST 2019 - guillaume.gardet@arm.com
|
|||||||
Set requirements respectively to 30GB and 20GB.
|
Set requirements respectively to 30GB and 20GB.
|
||||||
- commit f84c163
|
- commit f84c163
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 9 06:52:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc8
|
||||||
|
- refresh armv6hl configs (IXP4xx drivers no longer visible)
|
||||||
|
- commit 3dea797
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -480,6 +512,36 @@ Tue Sep 3 12:47:56 CEST 2019 - mkubecek@suse.cz
|
|||||||
kernel performance teams confirmed that performance impact is acceptable.
|
kernel performance teams confirmed that performance impact is acceptable.
|
||||||
- commit d6e8aab
|
- commit d6e8aab
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 2 22:41:27 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc7
|
||||||
|
- Refresh configs
|
||||||
|
- IXP4xx SoC drivers not visible
|
||||||
|
- gcc 9.2.1
|
||||||
|
- commit 9bff5f9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 1 21:36:39 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: armv7hl: Enable cadence watchdog
|
||||||
|
CONFIG_CADENCE_WATCHDOG is required for Zynq-7000 based MIYR Zturn board.
|
||||||
|
- commit c4cbe5e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:35:20 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Update ARMv6 config files
|
||||||
|
- commit c17167d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:27:22 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Reenable ARMv7 config for Kernel 5.3
|
||||||
|
All modules plus errata's enabled. Reused other
|
||||||
|
values from x86_64 update.
|
||||||
|
- commit b1c627e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -763,6 +825,14 @@ Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
|||||||
- rxrpc: Fix local refcounting (bnc#1012628).
|
- rxrpc: Fix local refcounting (bnc#1012628).
|
||||||
- commit 6385110
|
- commit 6385110
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 15:36:42 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- mwifiex: Fix three heap overflow at
|
||||||
|
parsing element in cfg80211_ap_settings
|
||||||
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
|
- commit 528fd68
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -771,6 +841,31 @@ Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
|||||||
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
- commit 05e68fe
|
- commit 05e68fe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 13:30:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: mark more core networking modules supported
|
||||||
|
Two more netfilter modules and one more *_diag should be supported too.
|
||||||
|
- commit bee2dd8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 12:42:47 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update status of some networking core modules
|
||||||
|
This marks new networking modules which should be supported as such; it is
|
||||||
|
mostly netfilter and traffic control modules which have been following the
|
||||||
|
"support all of them" policy for some time.
|
||||||
|
- commit 65e1131
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 10:23:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: obsolete paths cleanup
|
||||||
|
Update paths for existing modules which were moved, clean up duplicate
|
||||||
|
entries and drop entries for modules which no longer exist (either not
|
||||||
|
built any more or built into the image now).
|
||||||
|
- commit 3bb142a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -789,12 +884,35 @@ Tue Aug 27 10:09:41 CEST 2019 - jslaby@suse.cz
|
|||||||
Update to the upstreamed patch.
|
Update to the upstreamed patch.
|
||||||
- commit bb236c2
|
- commit bb236c2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 16:12:29 CEST 2019 - jgross@suse.com
|
||||||
|
|
||||||
|
- usb: Introduce Xen pvUSB frontend (xen hcd) (fate#315712).
|
||||||
|
- Update config files.
|
||||||
|
- usb: Add Xen pvUSB protocol description (fate#315712).
|
||||||
|
- commit b32b2bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:48:01 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
|
- commit b08d3d5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
- commit 6f03484
|
- commit 6f03484
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:32:51 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15098,bsc#1146378).
|
||||||
|
- Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15099,bsc#1146368).
|
||||||
|
- commit 758e216
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -811,6 +929,19 @@ Mon Aug 26 09:39:32 CEST 2019 - bpoirier@suse.com
|
|||||||
CVE-2019-15504).
|
CVE-2019-15504).
|
||||||
- commit 5009555
|
- commit 5009555
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 09:24:08 CEST 2019 - bpoirier@suse.com
|
||||||
|
|
||||||
|
- Fix a double free bug in rsi_91x_deinit (bnc#1147116
|
||||||
|
CVE-2019-15504).
|
||||||
|
- commit 8ae43d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 25 21:49:44 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc6
|
||||||
|
- commit 2831011
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1052,6 +1183,49 @@ Thu Aug 22 23:37:43 CEST 2019 - msuchanek@suse.de
|
|||||||
- Parametrize kgraft vs livepatch.
|
- Parametrize kgraft vs livepatch.
|
||||||
- commit 16f6816
|
- commit 16f6816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 23:04:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: Enable livepatch.
|
||||||
|
- commit e001776
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 14:03:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: update from SLE15-SP2
|
||||||
|
In general, we want features and drivers from SLE also in openSUSE unless
|
||||||
|
we have a good reason not to. Enable most config options which were
|
||||||
|
disabled in master but enabled in SLE15-SP2 (inherited from SLE15-SP1).
|
||||||
|
- commit 769684a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 15:00:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: reorganize sections
|
||||||
|
With ~40 patches in master branch, we have accumulated way too many
|
||||||
|
sections in series.conf, some of them being very specific. While new SLE
|
||||||
|
and Leap branches are going to have more patches, vast majority of them is
|
||||||
|
going to end up in the sorted section (e.g. less than 1% of SLE15-SP1
|
||||||
|
patches are neither sorted nor stable baskports right now - and that
|
||||||
|
includes quite a few which would actually belong into the sorted section
|
||||||
|
but are left outside for historical reasons).
|
||||||
|
After the reorganization, series.conf is ordered like this:
|
||||||
|
- stable backports (patches.kernel.org/*)
|
||||||
|
- tweaks applied to vanilla (patches.rpmify/*)
|
||||||
|
- sorted section (not in master)
|
||||||
|
- unsorted patches expected to get into mainline soon
|
||||||
|
- permanent and longterm non-upstream patches
|
||||||
|
- kabi hacks (not in master)
|
||||||
|
This commit has no effect on expanded tree.
|
||||||
|
- commit 8ac1895
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 14:13:15 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: cleanup
|
||||||
|
Only whitespace and comments, no efect on expanded tree.
|
||||||
|
- commit bf21808
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1067,6 +1241,15 @@ Mon Aug 19 17:46:30 CEST 2019 - bp@suse.de
|
|||||||
Factory first!
|
Factory first!
|
||||||
- commit fc98fd1
|
- commit fc98fd1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 19 05:32:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc5
|
||||||
|
- Refresh configs
|
||||||
|
- RDMA_SIW available on i386 (=m)
|
||||||
|
- clean up unavailable options
|
||||||
|
- commit cadbe00
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1326,6 +1509,14 @@ Fri Aug 16 22:01:45 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 80c0ffe
|
- commit 80c0ffe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Revert "Workaround gcc regression on ppc64 (bko#204125)."
|
||||||
|
This reverts commit 8b84d1d46ff90146bb6ba5b760a54ddd87a1a680.
|
||||||
|
Works for me 5.3-rc4-65-g329120423947
|
||||||
|
- commit d8f9e6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
@ -1347,6 +1538,14 @@ Mon Aug 12 09:11:56 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1142926).
|
(bnc#1142926).
|
||||||
- commit a44175e
|
- commit a44175e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 11 22:47:14 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc4
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
- commit 5402233
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1450,12 +1649,37 @@ Fri Aug 9 18:14:50 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/mkspec: Make building DTBs optional.
|
- rpm/mkspec: Make building DTBs optional.
|
||||||
- commit 7c057c8
|
- commit 7c057c8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 17:39:36 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: fix supported modules depending on unsupported on non-x86_64 architectures
|
||||||
|
Some more "unsupported module needed by supported one" errors were reported
|
||||||
|
on aarch64 and ppc64le.
|
||||||
|
- commit 6b609de
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 14:44:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop obsolete entry for hyperv_fb
|
||||||
|
The module moved to a different directory, the obsolete entry causes
|
||||||
|
file conflict betwen kernel-default and kernel-default-extra.
|
||||||
|
- commit 6b112e5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- rpm/modflist: Simplify compression support.
|
- rpm/modflist: Simplify compression support.
|
||||||
- commit fd135a6
|
- commit fd135a6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 13:36:21 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: close with respect to dependencies
|
||||||
|
Modules which some supported module depends on must be supported as well.
|
||||||
|
Also drop obsolete entries for rtsx_pci and rtsx_usb which were moved
|
||||||
|
between 4.12 and 5.3.
|
||||||
|
- commit b781c36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -1467,6 +1691,46 @@ Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
|||||||
in addition to ".ko".
|
in addition to ".ko".
|
||||||
- commit 18fcdff
|
- commit 18fcdff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 12:08:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Bring back MODVERDIR to Makefile.modpost (bsc#1066369).
|
||||||
|
- commit 6cc69f5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 10:38:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort again
|
||||||
|
Make the order compatible with scripts/supported-conf-fixup (LC_ALL=C).
|
||||||
|
- commit 4a4b5dd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 08:28:37 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- supported.conf: Sort alphabetically, align comments.
|
||||||
|
- commit 5189766
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:32:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop extensions
|
||||||
|
To make things more consistent, drop all ".ko" extensions.
|
||||||
|
- commit 398461b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:00:48 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update patches.suse/supported-flag.
|
||||||
|
Fix ReST table.
|
||||||
|
- commit 0692bf4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 21:39:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Use upstream TAINT_AUX for TAINT_EXTERNAL_SUPPORT.
|
||||||
|
Refresh patches.suse/supported-flag.
|
||||||
|
- commit a4999e0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1481,6 +1745,56 @@ Thu Aug 8 15:31:02 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1139939).
|
(bnc#1139939).
|
||||||
- commit 8434c05
|
- commit 8434c05
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 14:35:08 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- rpm/kernel-obs-build.spec.in: add dm-crypt for building with cryptsetup
|
||||||
|
Co-Authored-By: Adam Spiers <aspiers@suse.com>
|
||||||
|
- commit 1756301
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 10:34:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries for all architectures
|
||||||
|
As list of built modules depends on architecture, we must also add entries
|
||||||
|
for modules which are not built (or do not even exist) on x86_64 but are
|
||||||
|
built on other architectures (aarch64, ppc64le, s390x).
|
||||||
|
- commit 8f74082
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:16:02 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries
|
||||||
|
Add all modules currently built but not listed in supported.conf.
|
||||||
|
Another update will be necessary once we replace configs inherited from
|
||||||
|
master with true SLE15-SP2 configs. This is also why entries for modules
|
||||||
|
not built are left in the file for now.
|
||||||
|
- commit 0f5033c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:01:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort
|
||||||
|
Also remove one commented out line.
|
||||||
|
- commit b539157
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:36:22 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: cleanup
|
||||||
|
Remove duplicate and shadowed entries.
|
||||||
|
- commit 25e91ec
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:21:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update from SLE15-SP1
|
||||||
|
Differences from current SLE15-SP1 supported.conf:
|
||||||
|
- f71808e_wdt and it87_wdt supported (jdelvare)
|
||||||
|
- bpfilter marked +base (tiwai, bsc#1106751)
|
||||||
|
- unified indentation
|
||||||
|
- commit 02162e4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1493,6 +1807,12 @@ Wed Aug 7 21:14:19 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
||||||
- commit af37821
|
- commit af37821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 7 18:49:38 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to 5.3-rc3
|
||||||
|
- commit f1f49f3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1500,6 +1820,9 @@ Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
|||||||
We already had it for armv6hl but were lacking it on arm64.
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
Add it on armv7hl for consistency while at it.
|
Add it on armv7hl for consistency while at it.
|
||||||
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
||||||
|
- config: Enable SENSORS_GPIO_FAN for all of Arm (boo#1144723)
|
||||||
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
|
Add it on armv7hl for consistency while at it.
|
||||||
- commit 71d4424
|
- commit 71d4424
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -1736,6 +2059,17 @@ Tue Aug 6 21:39:08 CEST 2019 - jslaby@suse.cz
|
|||||||
- ARM: riscpc: fix DMA (bnc#1012628).
|
- ARM: riscpc: fix DMA (bnc#1012628).
|
||||||
- commit a3e04b1
|
- commit a3e04b1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 5 07:15:46 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc3
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/supported-flag
|
||||||
|
- patches.suse/supported-flag-external
|
||||||
|
- Refresh configs
|
||||||
|
- commit 571863b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1770,6 +2104,13 @@ Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 187170c
|
- commit 187170c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 1 07:07:43 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: refresh x86_64/default
|
||||||
|
With HBMC_AM654 disabled, nothing selects MULTIPLEXER any more.
|
||||||
|
- commit 07a1a73
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||||
|
|
||||||
@ -2149,12 +2490,32 @@ Wed Jul 31 11:06:04 CEST 2019 - jslaby@suse.cz
|
|||||||
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
||||||
- commit b607c27
|
- commit b607c27
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 31 10:52:34 CEST 2019 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: CONFIG_HBMC_AM654=n
|
||||||
|
The TI AM654 is an ARM64 SoC, so disable the driver on all other
|
||||||
|
architectures.
|
||||||
|
- commit 042f63f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
||||||
|
|
||||||
- packaging: add support for riscv64
|
- packaging: add support for riscv64
|
||||||
- commit c2885ea
|
- commit c2885ea
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 28 22:20:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc2
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- patches.suse/dma-mapping-use-dma_get_mask-in-dma_addressing_limit.patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
- Config changes
|
||||||
|
- NF_TABLES_BRIDGE=m (was =y)
|
||||||
|
- commit fc5ebf3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -2958,12 +3319,25 @@ Fri Jul 26 10:47:45 CEST 2019 - jslaby@suse.cz
|
|||||||
- ath10k: Check tx_stats before use it (bnc#1012628).
|
- ath10k: Check tx_stats before use it (bnc#1012628).
|
||||||
- commit f5296b5
|
- commit f5296b5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 24 14:42:00 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- dma-mapping: use dma_get_mask in dma_addressing_limited
|
||||||
|
(https://lore.kernel.org/lkml/cda1952f-0265-e055-a3ce-237c59069a3f@suse.com/T/#u).
|
||||||
|
- commit c584343
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- scripts/arch-symbols: add missing link.
|
- scripts/arch-symbols: add missing link.
|
||||||
- commit ee7c635
|
- commit ee7c635
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 18:12:09 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: enable kernel module compression (bsc#1135854)
|
||||||
|
- commit b333e24
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -2972,12 +3346,46 @@ Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
|||||||
in config.sh, then mkspec will pass it to the spec file.
|
in config.sh, then mkspec will pass it to the spec file.
|
||||||
- commit cdf5806
|
- commit cdf5806
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 15:19:30 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Workaround gcc regression on ppc64 (bko#204125).
|
||||||
|
- commit 8b84d1d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 12:03:57 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config.conf: Add ppc64 kvmsmall config (bsc#1137361).
|
||||||
|
- Remove superfluous i2c drivers from ppc64 config
|
||||||
|
-CONFIG_I2C_ALGOPCA=m
|
||||||
|
-CONFIG_I2C_AMD8111=m
|
||||||
|
-CONFIG_I2C_CBUS_GPIO=m
|
||||||
|
-CONFIG_I2C_DESIGNWARE_CORE=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PLATFORM=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PCI=m
|
||||||
|
-CONFIG_I2C_OCORES=m
|
||||||
|
-CONFIG_I2C_PCA_PLATFORM=m
|
||||||
|
Can't get rid of i2c in kvmsmall anyway but at least the DW i2c is gone.
|
||||||
|
- commit 3d0102c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
||||||
- commit 72c928d
|
- commit 72c928d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 23:44:25 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: remove unnecessary drivers from kvmsmall
|
||||||
|
The initial merge was incomplete and needed revisiting, which didn't really
|
||||||
|
happen. Since then, new options have been added and not removed from
|
||||||
|
kvmsmall, leading to grow in size.
|
||||||
|
This commit uses the following blacklist:
|
||||||
|
_(BT|CHARGER|CHROMEOS|CROS|DVB|DW|EDAC|FPGA|GPIO|GNSS|HID|INFINIBAND|IR|JOYSTICK|LEDS|MFD|PINCTRL|REGULATOR|RTC|SENSORS|SND_SOC|STAGING|TOUCHSCREEN|VIDEO|XEN|XILINX)[_=]
|
||||||
|
... along with some manual removal of NET_VENDORs with no relevant drivers.
|
||||||
|
- commit e850d85
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -2993,6 +3401,230 @@ Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
|||||||
breaking any other branch. A more proper cleanup will follow.
|
breaking any other branch. A more proper cleanup will follow.
|
||||||
- commit c32f8e7
|
- commit c32f8e7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 12:18:06 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc1
|
||||||
|
- Eliminated 89 patches (83 stable, 6 other)
|
||||||
|
- ARM configs need update
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
|
||||||
|
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
patches.suse/rpm-kernel-config
|
||||||
|
patches.suse/supported-flag
|
||||||
|
patches.suse/vfs-add-super_operations-get_inode_dev
|
||||||
|
- replace patches.rpmify/BPF-UMH-do-not-detect-if-compiler-can-link-userspace.patch
|
||||||
|
with patches.rpmify/Kconfig-make-CONFIG_CC_CAN_LINK-always-true.patch
|
||||||
|
- New config options:
|
||||||
|
- General setup
|
||||||
|
- HEADER_TEST=y
|
||||||
|
- KERNEL_HEADER_TEST=y
|
||||||
|
- PREEMPT_LL=n
|
||||||
|
- UCLAMP_TASK=y
|
||||||
|
- UCLAMP_BUCKETS_COUNT=5
|
||||||
|
- Processor type and features
|
||||||
|
- ACRN_GUEST=y
|
||||||
|
- LEGACY_VSYSCALL_XONLY=y
|
||||||
|
- IO Schedulers
|
||||||
|
- BFQ_CGROUP_DEBUG=n (=y in */debug)
|
||||||
|
- Networking
|
||||||
|
- NFT_SYNPROXY=m
|
||||||
|
- NFT_BRIDGE_META=m
|
||||||
|
- NF_CONNTRACK_BRIDGE=m
|
||||||
|
- NET_ACT_MPLS=m
|
||||||
|
- NET_ACT_CTINFO=m
|
||||||
|
- NET_ACT_CT=m
|
||||||
|
- BT_HCIBTUSB_MTK=y
|
||||||
|
- GVE=m
|
||||||
|
- MLX5_FPGA_IPSEC=y
|
||||||
|
- MLX5_FPGA_TLS=y
|
||||||
|
- MLX5_TLS=y
|
||||||
|
- STMMAC_SELFTESTS=n
|
||||||
|
- XILINX_AXI_EMAC=m
|
||||||
|
- SFP=m
|
||||||
|
- NXP_TJA11XX_PHY=m
|
||||||
|
- PHY_MIXEL_MIPI_DPHY=m
|
||||||
|
- File systems
|
||||||
|
- UBIFS_FS_ZSTD=y
|
||||||
|
- SUNRPC_DISABLE_INSECURE_ENCTYPES=n
|
||||||
|
- CEPH_FS_SECURITY_LABEL=y
|
||||||
|
- Generic driver options
|
||||||
|
- FW_LOADER_COMPRESS=y
|
||||||
|
- Storage
|
||||||
|
- SCSI_FDOMAIN_PCI=m
|
||||||
|
- SCSI_FDOMAIN_ISA=n
|
||||||
|
- PCMCIA_FDOMAIN=n
|
||||||
|
- Input
|
||||||
|
- KEYBOARD_APPLESPI=m
|
||||||
|
- Power supply and hardware monitoring
|
||||||
|
- POWER_SUPPLY_HWMON=y
|
||||||
|
- CHARGER_WILCO=m
|
||||||
|
- SENSORS_IRPS5401=m
|
||||||
|
- SENSORS_PXE1610=m
|
||||||
|
- REGULATOR_ARIZONA_LDO1=m
|
||||||
|
- REGULATOR_ARIZONA_MICSUPP=m
|
||||||
|
- REGULATOR_SLG51000=m
|
||||||
|
- Multimedia
|
||||||
|
- DVB_USB_CXUSB_ANALOG=y
|
||||||
|
- VIDEO_TDA1997X=m
|
||||||
|
- VIDEO_TLV320AIC23B=m
|
||||||
|
- VIDEO_ADV7180=m
|
||||||
|
- VIDEO_ADV7183=m
|
||||||
|
- VIDEO_ADV7604=m
|
||||||
|
- VIDEO_ADV7604_CEC=y
|
||||||
|
- VIDEO_ADV7842=m
|
||||||
|
- VIDEO_ADV7842_CEC=y
|
||||||
|
- VIDEO_BT819=m
|
||||||
|
- VIDEO_BT856=m
|
||||||
|
- VIDEO_BT866=m
|
||||||
|
- VIDEO_KS0127=m
|
||||||
|
- VIDEO_ML86V7667=m
|
||||||
|
- VIDEO_SAA7110=m
|
||||||
|
- VIDEO_TC358743=m
|
||||||
|
- VIDEO_TC358743_CEC=y
|
||||||
|
- VIDEO_TVP514X=m
|
||||||
|
- VIDEO_TVP7002=m
|
||||||
|
- VIDEO_TW9910=m
|
||||||
|
- VIDEO_VPX3220=m
|
||||||
|
- VIDEO_SAA7185=m
|
||||||
|
- VIDEO_ADV7170=m
|
||||||
|
- VIDEO_ADV7175=m
|
||||||
|
- VIDEO_ADV7343=m
|
||||||
|
- VIDEO_ADV7393=m
|
||||||
|
- VIDEO_ADV7511=m
|
||||||
|
- VIDEO_ADV7511_CEC=y
|
||||||
|
- VIDEO_AD9389B=m
|
||||||
|
- VIDEO_AK881X=m
|
||||||
|
- VIDEO_THS8200=m
|
||||||
|
- VIDEO_IMX214=m
|
||||||
|
- VIDEO_IMX258=m
|
||||||
|
- VIDEO_IMX274=m
|
||||||
|
- VIDEO_IMX319=m
|
||||||
|
- VIDEO_IMX355=m
|
||||||
|
- VIDEO_OV2659=m
|
||||||
|
- VIDEO_OV2680=m
|
||||||
|
- VIDEO_OV2685=m
|
||||||
|
- VIDEO_OV5647=m
|
||||||
|
- VIDEO_OV6650=m
|
||||||
|
- VIDEO_OV5670=m
|
||||||
|
- VIDEO_OV5695=m
|
||||||
|
- VIDEO_OV7251=m
|
||||||
|
- VIDEO_OV772X=m
|
||||||
|
- VIDEO_OV7740=m
|
||||||
|
- VIDEO_OV8856=m
|
||||||
|
- VIDEO_OV9640=m
|
||||||
|
- VIDEO_OV9650=m
|
||||||
|
- VIDEO_OV13858=m
|
||||||
|
- VIDEO_VS6624=m
|
||||||
|
- VIDEO_MT9M001=m
|
||||||
|
- VIDEO_MT9M032=m
|
||||||
|
- VIDEO_MT9M111=m
|
||||||
|
- VIDEO_MT9P031=m
|
||||||
|
- VIDEO_MT9T001=m
|
||||||
|
- VIDEO_MT9T112=m
|
||||||
|
- VIDEO_MT9V032=m
|
||||||
|
- VIDEO_MT9V111=m
|
||||||
|
- VIDEO_SR030PC30=m
|
||||||
|
- VIDEO_NOON010PC30=m
|
||||||
|
- VIDEO_M5MOLS=m
|
||||||
|
- VIDEO_RJ54N1=m
|
||||||
|
- VIDEO_S5K6AA=m
|
||||||
|
- VIDEO_S5K6A3=m
|
||||||
|
- VIDEO_S5K4ECGX=m
|
||||||
|
- VIDEO_S5K5BAF=m
|
||||||
|
- VIDEO_SMIAPP=m
|
||||||
|
- VIDEO_ET8EK8=m
|
||||||
|
- VIDEO_S5C73M3=m
|
||||||
|
- VIDEO_AD5820=m
|
||||||
|
- VIDEO_AK7375=m
|
||||||
|
- VIDEO_DW9714=m
|
||||||
|
- VIDEO_DW9807_VCM=m
|
||||||
|
- VIDEO_ADP1653=m
|
||||||
|
- VIDEO_LM3560=m
|
||||||
|
- VIDEO_LM3646=m
|
||||||
|
- SDR_MAX2175=m
|
||||||
|
- VIDEO_THS7303=m
|
||||||
|
- VIDEO_I2C=m
|
||||||
|
- VIDEO_ST_MIPID02=n
|
||||||
|
- VIDEO_GS1662=m
|
||||||
|
- DVB_S5H1432=m
|
||||||
|
- DVB_DIB9000=m
|
||||||
|
- DVB_CXD2880=m
|
||||||
|
- DVB_MN88443X=m
|
||||||
|
- DVB_LNBH29=m
|
||||||
|
- DVB_LGS8GL5=m
|
||||||
|
- Graphics
|
||||||
|
- DRM_AMD_DC_DCN2_0=y
|
||||||
|
- DRM_AMD_DC_DSC_SUPPORT=y
|
||||||
|
- DRM_I915_FORCE_PROBE=""
|
||||||
|
- DRM_I915_DEBUG_MMIO=n
|
||||||
|
- DRM_I915_USERFAULT_AUTOSUSPEND=250
|
||||||
|
- DRM_I915_SPIN_REQUEST=5
|
||||||
|
- DRM_PANEL_OSD_OSD101T2587_53TS=m
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E63M0=m
|
||||||
|
- Sound
|
||||||
|
- SND_SOC_INTEL_CML_H=m
|
||||||
|
- SND_SOC_INTEL_CML_LP=m
|
||||||
|
- SND_SOC_INTEL_BYT_CHT_CX2072X_MACH=m
|
||||||
|
- SND_SOC_SOF_COMETLAKE_LP_SUPPORT=y
|
||||||
|
- SND_SOC_SOF_COMETLAKE_H_SUPPORT=y
|
||||||
|
- SND_SOC_CX2072X=m
|
||||||
|
- InfiniBand
|
||||||
|
- RDMA_SIW=m
|
||||||
|
- Platform specific drivers
|
||||||
|
- XIAOMI_WMI=m
|
||||||
|
- ACPI_CMPC=m
|
||||||
|
- SAMSUNG_Q10=m
|
||||||
|
- INTEL_SPEED_SELECT_INTERFACE=m
|
||||||
|
- CROS_EC_ISHTP=m
|
||||||
|
- WILCO_EC_EVENTS=m
|
||||||
|
- WILCO_EC_TELEMETRY=m
|
||||||
|
- Industrial I/O
|
||||||
|
- XILINX_XADC=n
|
||||||
|
- ADF4371=n
|
||||||
|
- DPS310=n
|
||||||
|
- LEDs
|
||||||
|
- LEDS_SPI_BYTE=m
|
||||||
|
- LEDS_TI_LMU_COMMON=m
|
||||||
|
- LEDS_LM3697=m
|
||||||
|
- LEDS_LM36274=m
|
||||||
|
- Other drivers
|
||||||
|
- MTD_HYPERBUS=m
|
||||||
|
- HBMC_AM654=m
|
||||||
|
- XILINX_SDFEC=n
|
||||||
|
- GPIO_XILINX=m
|
||||||
|
- WATCHDOG_OPEN_TIMEOUT=0
|
||||||
|
- MFD_CS47L15=y
|
||||||
|
- MFD_CS47L92=y
|
||||||
|
- MFD_ROHM_BD70528=n
|
||||||
|
- RTC_DRV_BD70528=m
|
||||||
|
- DW_EDMA=m
|
||||||
|
- DW_EDMA_PCIE=m
|
||||||
|
- COMMON_CLK_SI5341=m
|
||||||
|
- EXTCON_FSA9480=m
|
||||||
|
- NTB_MSI=y
|
||||||
|
- NTB_MSI_TEST=n
|
||||||
|
- RAS_CEC_DEBUG=n
|
||||||
|
- AL_FIC=n
|
||||||
|
- Virtualization
|
||||||
|
- VIRTIO_PMEM=m
|
||||||
|
- Security options
|
||||||
|
- KEYS_REQUEST_CACHE=y
|
||||||
|
- Kernel hardening options
|
||||||
|
- INIT_ON_ALLOC_DEFAULT_ON=n
|
||||||
|
- INIT_ON_FREE_DEFAULT_ON=n
|
||||||
|
- Cryptographic API
|
||||||
|
- CRYPTO_XXHASH=n
|
||||||
|
- CRYPTO_DEV_ATMEL_ECC=m
|
||||||
|
- CRYPTO_DEV_ATMEL_SHA204A=m
|
||||||
|
- Kernel hacking
|
||||||
|
- HEADERS_INSTALL=n
|
||||||
|
- REED_SOLOMON_TEST=n
|
||||||
|
- TEST_BLACKHOLE_DEV=n
|
||||||
|
- TEST_MEMINIT=n
|
||||||
|
- commit 0a6d0d9
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -11493,6 +12125,12 @@ Sat Jan 26 11:04:18 CET 2019 - jslaby@suse.cz
|
|||||||
mapped address (bnc#1012628).
|
mapped address (bnc#1012628).
|
||||||
- commit 34ae151
|
- commit 34ae151
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 24 13:06:05 CET 2019 - ptesarik@suse.cz
|
||||||
|
|
||||||
|
- Add product identifying information to VMCOREINFO (bsc#1123015).
|
||||||
|
- commit 68ca35e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -17,12 +17,12 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
|
|
||||||
%define srcversion 5.2
|
%define srcversion 5.3
|
||||||
%define patchversion 5.2.14
|
%define patchversion 5.3.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules none
|
%define compress_modules xz
|
||||||
%define livepatch %{nil}
|
%define livepatch livepatch%{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
|
|
||||||
@ -64,9 +64,9 @@ Name: kernel-kvmsmall
|
|||||||
Summary: The Small Developer Kernel for KVM
|
Summary: The Small Developer Kernel for KVM
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.2.14
|
Version: 5.3.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g7f85414
|
Release: <RELEASE>.ga541a6c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -171,10 +171,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-7f854145206e391dc3c013cd94af25a92c37e906
|
Provides: kernel-%build_flavor-base-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
Provides: kernel-srchash-7f854145206e391dc3c013cd94af25a92c37e906
|
Provides: kernel-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-7f854145206e391dc3c013cd94af25a92c37e906
|
Provides: %name-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
@ -250,7 +250,7 @@ Source113: patches.kabi.tar.bz2
|
|||||||
Source120: kabi.tar.bz2
|
Source120: kabi.tar.bz2
|
||||||
Source121: sysctl.tar.bz2
|
Source121: sysctl.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
ExclusiveArch: x86_64
|
ExclusiveArch: ppc64 ppc64le x86_64
|
||||||
%define kmp_target_cpu %_target_cpu
|
%define kmp_target_cpu %_target_cpu
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
# Only i386/default supports i586, mark other flavors' packages as i686
|
# Only i386/default supports i586, mark other flavors' packages as i686
|
||||||
@ -442,7 +442,7 @@ awk '
|
|||||||
subpackages=(
|
subpackages=(
|
||||||
base
|
base
|
||||||
%if %CONFIG_SUSE_KERNEL_SUPPORTED == "y"
|
%if %CONFIG_SUSE_KERNEL_SUPPORTED == "y"
|
||||||
cluster-md-kmp dlm-kmp gfs2-kmp kselftests-kmp ocfs2-kmp
|
cluster-md-kmp dlm-kmp gfs2-kmp kselftests-kmp ocfs2-kmp reiserfs-kmp
|
||||||
%endif
|
%endif
|
||||||
)
|
)
|
||||||
for package in "${subpackages[@]}"; do
|
for package in "${subpackages[@]}"; do
|
||||||
@ -1491,6 +1491,47 @@ rm -f "/var/run/rpm-$nvr-modules"
|
|||||||
%files -n ocfs2-kmp-%build_flavor -f ocfs2-kmp.files
|
%files -n ocfs2-kmp-%build_flavor -f ocfs2-kmp.files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
|
||||||
|
%package -n reiserfs-kmp-%build_flavor
|
||||||
|
Summary: Reiserfs kernel module
|
||||||
|
Group: System/Kernel
|
||||||
|
Requires: %name = %version-%source_rel
|
||||||
|
Provides: reiserfs-kmp = %version-%source_rel
|
||||||
|
Provides: multiversion(kernel)
|
||||||
|
# tell weak-modules2 to ignore this package
|
||||||
|
Provides: kmp_in_kernel
|
||||||
|
Requires(post): suse-module-tools >= 12.4
|
||||||
|
|
||||||
|
%description -n reiserfs-kmp-%build_flavor
|
||||||
|
The reiserfs file system is no longer supported in SLE15. This package
|
||||||
|
provides the reiserfs module for the installation system.
|
||||||
|
|
||||||
|
%post -n reiserfs-kmp-%build_flavor
|
||||||
|
wm2=/usr/lib/module-init-tools/weak-modules2
|
||||||
|
nvr=reiserfs-kmp-%build_flavor-%version-%release
|
||||||
|
if test -x "$wm2"; then
|
||||||
|
rpm -ql "$nvr" | INITRD_IN_POSTTRANS=1 /bin/bash -${-/e/} "$wm2" \
|
||||||
|
--add-kernel-modules %kernelrelease-%build_flavor
|
||||||
|
fi
|
||||||
|
|
||||||
|
%posttrans -n reiserfs-kmp-%build_flavor
|
||||||
|
%{?regenerate_initrd_posttrans}
|
||||||
|
|
||||||
|
%preun -n reiserfs-kmp-%build_flavor
|
||||||
|
nvr=reiserfs-kmp-%build_flavor-%version-%release
|
||||||
|
rpm -ql "$nvr" | grep '\.ko$' > "/var/run/rpm-$nvr-modules"
|
||||||
|
|
||||||
|
%postun -n reiserfs-kmp-%build_flavor
|
||||||
|
wm2=/usr/lib/module-init-tools/weak-modules2
|
||||||
|
nvr=reiserfs-kmp-%build_flavor-%version-%release
|
||||||
|
if test -x "$wm2"; then
|
||||||
|
/bin/bash -${-/e/} "$wm2" < "/var/run/rpm-$nvr-modules" \
|
||||||
|
--remove-kernel-modules %kernelrelease-%build_flavor
|
||||||
|
fi
|
||||||
|
rm -f "/var/run/rpm-$nvr-modules"
|
||||||
|
|
||||||
|
%files -n reiserfs-kmp-%build_flavor -f reiserfs-kmp.files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
|
||||||
%endif # %CONFIG_SUSE_KERNEL_SUPPORTED
|
%endif # %CONFIG_SUSE_KERNEL_SUPPORTED
|
||||||
%endif # %CONFIG_MODULES
|
%endif # %CONFIG_MODULES
|
||||||
|
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3 final
|
||||||
|
- Eliminated 3 patches
|
||||||
|
- Refresh configs
|
||||||
|
- NF_CONNTRACK_SLP is gone
|
||||||
|
- commit 6baef36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -5,6 +14,22 @@ Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
|||||||
writeback attempts (btrfs hangup).
|
writeback attempts (btrfs hangup).
|
||||||
- commit 7f85414
|
- commit 7f85414
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:15:38 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/netfilter-ip_conntrack_slp.patch (FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
This veteran out of tree patch is no longer needed since the userspace
|
||||||
|
conntrack helper (in conntrack-tools / conntrackd) has reached Factory.
|
||||||
|
- commit d6f0b71
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:14:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update and reenable
|
||||||
|
patches.suse/Revert-netfilter-conntrack-remove-helper-hook-again.patch
|
||||||
|
(FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
- commit 029452e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -186,6 +211,13 @@ Mon Sep 9 09:39:52 CEST 2019 - guillaume.gardet@arm.com
|
|||||||
Set requirements respectively to 30GB and 20GB.
|
Set requirements respectively to 30GB and 20GB.
|
||||||
- commit f84c163
|
- commit f84c163
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 9 06:52:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc8
|
||||||
|
- refresh armv6hl configs (IXP4xx drivers no longer visible)
|
||||||
|
- commit 3dea797
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -480,6 +512,36 @@ Tue Sep 3 12:47:56 CEST 2019 - mkubecek@suse.cz
|
|||||||
kernel performance teams confirmed that performance impact is acceptable.
|
kernel performance teams confirmed that performance impact is acceptable.
|
||||||
- commit d6e8aab
|
- commit d6e8aab
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 2 22:41:27 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc7
|
||||||
|
- Refresh configs
|
||||||
|
- IXP4xx SoC drivers not visible
|
||||||
|
- gcc 9.2.1
|
||||||
|
- commit 9bff5f9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 1 21:36:39 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: armv7hl: Enable cadence watchdog
|
||||||
|
CONFIG_CADENCE_WATCHDOG is required for Zynq-7000 based MIYR Zturn board.
|
||||||
|
- commit c4cbe5e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:35:20 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Update ARMv6 config files
|
||||||
|
- commit c17167d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:27:22 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Reenable ARMv7 config for Kernel 5.3
|
||||||
|
All modules plus errata's enabled. Reused other
|
||||||
|
values from x86_64 update.
|
||||||
|
- commit b1c627e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -763,6 +825,14 @@ Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
|||||||
- rxrpc: Fix local refcounting (bnc#1012628).
|
- rxrpc: Fix local refcounting (bnc#1012628).
|
||||||
- commit 6385110
|
- commit 6385110
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 15:36:42 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- mwifiex: Fix three heap overflow at
|
||||||
|
parsing element in cfg80211_ap_settings
|
||||||
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
|
- commit 528fd68
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -771,6 +841,31 @@ Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
|||||||
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
- commit 05e68fe
|
- commit 05e68fe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 13:30:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: mark more core networking modules supported
|
||||||
|
Two more netfilter modules and one more *_diag should be supported too.
|
||||||
|
- commit bee2dd8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 12:42:47 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update status of some networking core modules
|
||||||
|
This marks new networking modules which should be supported as such; it is
|
||||||
|
mostly netfilter and traffic control modules which have been following the
|
||||||
|
"support all of them" policy for some time.
|
||||||
|
- commit 65e1131
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 10:23:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: obsolete paths cleanup
|
||||||
|
Update paths for existing modules which were moved, clean up duplicate
|
||||||
|
entries and drop entries for modules which no longer exist (either not
|
||||||
|
built any more or built into the image now).
|
||||||
|
- commit 3bb142a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -789,12 +884,35 @@ Tue Aug 27 10:09:41 CEST 2019 - jslaby@suse.cz
|
|||||||
Update to the upstreamed patch.
|
Update to the upstreamed patch.
|
||||||
- commit bb236c2
|
- commit bb236c2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 16:12:29 CEST 2019 - jgross@suse.com
|
||||||
|
|
||||||
|
- usb: Introduce Xen pvUSB frontend (xen hcd) (fate#315712).
|
||||||
|
- Update config files.
|
||||||
|
- usb: Add Xen pvUSB protocol description (fate#315712).
|
||||||
|
- commit b32b2bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:48:01 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
|
- commit b08d3d5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
- commit 6f03484
|
- commit 6f03484
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:32:51 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15098,bsc#1146378).
|
||||||
|
- Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15099,bsc#1146368).
|
||||||
|
- commit 758e216
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -811,6 +929,19 @@ Mon Aug 26 09:39:32 CEST 2019 - bpoirier@suse.com
|
|||||||
CVE-2019-15504).
|
CVE-2019-15504).
|
||||||
- commit 5009555
|
- commit 5009555
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 09:24:08 CEST 2019 - bpoirier@suse.com
|
||||||
|
|
||||||
|
- Fix a double free bug in rsi_91x_deinit (bnc#1147116
|
||||||
|
CVE-2019-15504).
|
||||||
|
- commit 8ae43d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 25 21:49:44 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc6
|
||||||
|
- commit 2831011
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1052,6 +1183,49 @@ Thu Aug 22 23:37:43 CEST 2019 - msuchanek@suse.de
|
|||||||
- Parametrize kgraft vs livepatch.
|
- Parametrize kgraft vs livepatch.
|
||||||
- commit 16f6816
|
- commit 16f6816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 23:04:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: Enable livepatch.
|
||||||
|
- commit e001776
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 14:03:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: update from SLE15-SP2
|
||||||
|
In general, we want features and drivers from SLE also in openSUSE unless
|
||||||
|
we have a good reason not to. Enable most config options which were
|
||||||
|
disabled in master but enabled in SLE15-SP2 (inherited from SLE15-SP1).
|
||||||
|
- commit 769684a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 15:00:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: reorganize sections
|
||||||
|
With ~40 patches in master branch, we have accumulated way too many
|
||||||
|
sections in series.conf, some of them being very specific. While new SLE
|
||||||
|
and Leap branches are going to have more patches, vast majority of them is
|
||||||
|
going to end up in the sorted section (e.g. less than 1% of SLE15-SP1
|
||||||
|
patches are neither sorted nor stable baskports right now - and that
|
||||||
|
includes quite a few which would actually belong into the sorted section
|
||||||
|
but are left outside for historical reasons).
|
||||||
|
After the reorganization, series.conf is ordered like this:
|
||||||
|
- stable backports (patches.kernel.org/*)
|
||||||
|
- tweaks applied to vanilla (patches.rpmify/*)
|
||||||
|
- sorted section (not in master)
|
||||||
|
- unsorted patches expected to get into mainline soon
|
||||||
|
- permanent and longterm non-upstream patches
|
||||||
|
- kabi hacks (not in master)
|
||||||
|
This commit has no effect on expanded tree.
|
||||||
|
- commit 8ac1895
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 14:13:15 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: cleanup
|
||||||
|
Only whitespace and comments, no efect on expanded tree.
|
||||||
|
- commit bf21808
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1067,6 +1241,15 @@ Mon Aug 19 17:46:30 CEST 2019 - bp@suse.de
|
|||||||
Factory first!
|
Factory first!
|
||||||
- commit fc98fd1
|
- commit fc98fd1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 19 05:32:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc5
|
||||||
|
- Refresh configs
|
||||||
|
- RDMA_SIW available on i386 (=m)
|
||||||
|
- clean up unavailable options
|
||||||
|
- commit cadbe00
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1326,6 +1509,14 @@ Fri Aug 16 22:01:45 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 80c0ffe
|
- commit 80c0ffe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Revert "Workaround gcc regression on ppc64 (bko#204125)."
|
||||||
|
This reverts commit 8b84d1d46ff90146bb6ba5b760a54ddd87a1a680.
|
||||||
|
Works for me 5.3-rc4-65-g329120423947
|
||||||
|
- commit d8f9e6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
@ -1347,6 +1538,14 @@ Mon Aug 12 09:11:56 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1142926).
|
(bnc#1142926).
|
||||||
- commit a44175e
|
- commit a44175e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 11 22:47:14 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc4
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
- commit 5402233
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1450,12 +1649,37 @@ Fri Aug 9 18:14:50 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/mkspec: Make building DTBs optional.
|
- rpm/mkspec: Make building DTBs optional.
|
||||||
- commit 7c057c8
|
- commit 7c057c8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 17:39:36 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: fix supported modules depending on unsupported on non-x86_64 architectures
|
||||||
|
Some more "unsupported module needed by supported one" errors were reported
|
||||||
|
on aarch64 and ppc64le.
|
||||||
|
- commit 6b609de
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 14:44:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop obsolete entry for hyperv_fb
|
||||||
|
The module moved to a different directory, the obsolete entry causes
|
||||||
|
file conflict betwen kernel-default and kernel-default-extra.
|
||||||
|
- commit 6b112e5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- rpm/modflist: Simplify compression support.
|
- rpm/modflist: Simplify compression support.
|
||||||
- commit fd135a6
|
- commit fd135a6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 13:36:21 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: close with respect to dependencies
|
||||||
|
Modules which some supported module depends on must be supported as well.
|
||||||
|
Also drop obsolete entries for rtsx_pci and rtsx_usb which were moved
|
||||||
|
between 4.12 and 5.3.
|
||||||
|
- commit b781c36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -1467,6 +1691,46 @@ Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
|||||||
in addition to ".ko".
|
in addition to ".ko".
|
||||||
- commit 18fcdff
|
- commit 18fcdff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 12:08:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Bring back MODVERDIR to Makefile.modpost (bsc#1066369).
|
||||||
|
- commit 6cc69f5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 10:38:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort again
|
||||||
|
Make the order compatible with scripts/supported-conf-fixup (LC_ALL=C).
|
||||||
|
- commit 4a4b5dd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 08:28:37 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- supported.conf: Sort alphabetically, align comments.
|
||||||
|
- commit 5189766
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:32:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop extensions
|
||||||
|
To make things more consistent, drop all ".ko" extensions.
|
||||||
|
- commit 398461b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:00:48 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update patches.suse/supported-flag.
|
||||||
|
Fix ReST table.
|
||||||
|
- commit 0692bf4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 21:39:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Use upstream TAINT_AUX for TAINT_EXTERNAL_SUPPORT.
|
||||||
|
Refresh patches.suse/supported-flag.
|
||||||
|
- commit a4999e0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1481,6 +1745,56 @@ Thu Aug 8 15:31:02 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1139939).
|
(bnc#1139939).
|
||||||
- commit 8434c05
|
- commit 8434c05
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 14:35:08 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- rpm/kernel-obs-build.spec.in: add dm-crypt for building with cryptsetup
|
||||||
|
Co-Authored-By: Adam Spiers <aspiers@suse.com>
|
||||||
|
- commit 1756301
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 10:34:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries for all architectures
|
||||||
|
As list of built modules depends on architecture, we must also add entries
|
||||||
|
for modules which are not built (or do not even exist) on x86_64 but are
|
||||||
|
built on other architectures (aarch64, ppc64le, s390x).
|
||||||
|
- commit 8f74082
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:16:02 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries
|
||||||
|
Add all modules currently built but not listed in supported.conf.
|
||||||
|
Another update will be necessary once we replace configs inherited from
|
||||||
|
master with true SLE15-SP2 configs. This is also why entries for modules
|
||||||
|
not built are left in the file for now.
|
||||||
|
- commit 0f5033c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:01:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort
|
||||||
|
Also remove one commented out line.
|
||||||
|
- commit b539157
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:36:22 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: cleanup
|
||||||
|
Remove duplicate and shadowed entries.
|
||||||
|
- commit 25e91ec
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:21:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update from SLE15-SP1
|
||||||
|
Differences from current SLE15-SP1 supported.conf:
|
||||||
|
- f71808e_wdt and it87_wdt supported (jdelvare)
|
||||||
|
- bpfilter marked +base (tiwai, bsc#1106751)
|
||||||
|
- unified indentation
|
||||||
|
- commit 02162e4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1493,6 +1807,12 @@ Wed Aug 7 21:14:19 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
||||||
- commit af37821
|
- commit af37821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 7 18:49:38 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to 5.3-rc3
|
||||||
|
- commit f1f49f3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1500,6 +1820,9 @@ Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
|||||||
We already had it for armv6hl but were lacking it on arm64.
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
Add it on armv7hl for consistency while at it.
|
Add it on armv7hl for consistency while at it.
|
||||||
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
||||||
|
- config: Enable SENSORS_GPIO_FAN for all of Arm (boo#1144723)
|
||||||
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
|
Add it on armv7hl for consistency while at it.
|
||||||
- commit 71d4424
|
- commit 71d4424
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -1736,6 +2059,17 @@ Tue Aug 6 21:39:08 CEST 2019 - jslaby@suse.cz
|
|||||||
- ARM: riscpc: fix DMA (bnc#1012628).
|
- ARM: riscpc: fix DMA (bnc#1012628).
|
||||||
- commit a3e04b1
|
- commit a3e04b1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 5 07:15:46 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc3
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/supported-flag
|
||||||
|
- patches.suse/supported-flag-external
|
||||||
|
- Refresh configs
|
||||||
|
- commit 571863b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1770,6 +2104,13 @@ Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 187170c
|
- commit 187170c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 1 07:07:43 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: refresh x86_64/default
|
||||||
|
With HBMC_AM654 disabled, nothing selects MULTIPLEXER any more.
|
||||||
|
- commit 07a1a73
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||||
|
|
||||||
@ -2149,12 +2490,32 @@ Wed Jul 31 11:06:04 CEST 2019 - jslaby@suse.cz
|
|||||||
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
||||||
- commit b607c27
|
- commit b607c27
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 31 10:52:34 CEST 2019 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: CONFIG_HBMC_AM654=n
|
||||||
|
The TI AM654 is an ARM64 SoC, so disable the driver on all other
|
||||||
|
architectures.
|
||||||
|
- commit 042f63f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
||||||
|
|
||||||
- packaging: add support for riscv64
|
- packaging: add support for riscv64
|
||||||
- commit c2885ea
|
- commit c2885ea
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 28 22:20:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc2
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- patches.suse/dma-mapping-use-dma_get_mask-in-dma_addressing_limit.patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
- Config changes
|
||||||
|
- NF_TABLES_BRIDGE=m (was =y)
|
||||||
|
- commit fc5ebf3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -2958,12 +3319,25 @@ Fri Jul 26 10:47:45 CEST 2019 - jslaby@suse.cz
|
|||||||
- ath10k: Check tx_stats before use it (bnc#1012628).
|
- ath10k: Check tx_stats before use it (bnc#1012628).
|
||||||
- commit f5296b5
|
- commit f5296b5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 24 14:42:00 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- dma-mapping: use dma_get_mask in dma_addressing_limited
|
||||||
|
(https://lore.kernel.org/lkml/cda1952f-0265-e055-a3ce-237c59069a3f@suse.com/T/#u).
|
||||||
|
- commit c584343
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- scripts/arch-symbols: add missing link.
|
- scripts/arch-symbols: add missing link.
|
||||||
- commit ee7c635
|
- commit ee7c635
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 18:12:09 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: enable kernel module compression (bsc#1135854)
|
||||||
|
- commit b333e24
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -2972,12 +3346,46 @@ Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
|||||||
in config.sh, then mkspec will pass it to the spec file.
|
in config.sh, then mkspec will pass it to the spec file.
|
||||||
- commit cdf5806
|
- commit cdf5806
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 15:19:30 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Workaround gcc regression on ppc64 (bko#204125).
|
||||||
|
- commit 8b84d1d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 12:03:57 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config.conf: Add ppc64 kvmsmall config (bsc#1137361).
|
||||||
|
- Remove superfluous i2c drivers from ppc64 config
|
||||||
|
-CONFIG_I2C_ALGOPCA=m
|
||||||
|
-CONFIG_I2C_AMD8111=m
|
||||||
|
-CONFIG_I2C_CBUS_GPIO=m
|
||||||
|
-CONFIG_I2C_DESIGNWARE_CORE=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PLATFORM=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PCI=m
|
||||||
|
-CONFIG_I2C_OCORES=m
|
||||||
|
-CONFIG_I2C_PCA_PLATFORM=m
|
||||||
|
Can't get rid of i2c in kvmsmall anyway but at least the DW i2c is gone.
|
||||||
|
- commit 3d0102c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
||||||
- commit 72c928d
|
- commit 72c928d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 23:44:25 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: remove unnecessary drivers from kvmsmall
|
||||||
|
The initial merge was incomplete and needed revisiting, which didn't really
|
||||||
|
happen. Since then, new options have been added and not removed from
|
||||||
|
kvmsmall, leading to grow in size.
|
||||||
|
This commit uses the following blacklist:
|
||||||
|
_(BT|CHARGER|CHROMEOS|CROS|DVB|DW|EDAC|FPGA|GPIO|GNSS|HID|INFINIBAND|IR|JOYSTICK|LEDS|MFD|PINCTRL|REGULATOR|RTC|SENSORS|SND_SOC|STAGING|TOUCHSCREEN|VIDEO|XEN|XILINX)[_=]
|
||||||
|
... along with some manual removal of NET_VENDORs with no relevant drivers.
|
||||||
|
- commit e850d85
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -2993,6 +3401,230 @@ Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
|||||||
breaking any other branch. A more proper cleanup will follow.
|
breaking any other branch. A more proper cleanup will follow.
|
||||||
- commit c32f8e7
|
- commit c32f8e7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 12:18:06 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc1
|
||||||
|
- Eliminated 89 patches (83 stable, 6 other)
|
||||||
|
- ARM configs need update
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
|
||||||
|
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
patches.suse/rpm-kernel-config
|
||||||
|
patches.suse/supported-flag
|
||||||
|
patches.suse/vfs-add-super_operations-get_inode_dev
|
||||||
|
- replace patches.rpmify/BPF-UMH-do-not-detect-if-compiler-can-link-userspace.patch
|
||||||
|
with patches.rpmify/Kconfig-make-CONFIG_CC_CAN_LINK-always-true.patch
|
||||||
|
- New config options:
|
||||||
|
- General setup
|
||||||
|
- HEADER_TEST=y
|
||||||
|
- KERNEL_HEADER_TEST=y
|
||||||
|
- PREEMPT_LL=n
|
||||||
|
- UCLAMP_TASK=y
|
||||||
|
- UCLAMP_BUCKETS_COUNT=5
|
||||||
|
- Processor type and features
|
||||||
|
- ACRN_GUEST=y
|
||||||
|
- LEGACY_VSYSCALL_XONLY=y
|
||||||
|
- IO Schedulers
|
||||||
|
- BFQ_CGROUP_DEBUG=n (=y in */debug)
|
||||||
|
- Networking
|
||||||
|
- NFT_SYNPROXY=m
|
||||||
|
- NFT_BRIDGE_META=m
|
||||||
|
- NF_CONNTRACK_BRIDGE=m
|
||||||
|
- NET_ACT_MPLS=m
|
||||||
|
- NET_ACT_CTINFO=m
|
||||||
|
- NET_ACT_CT=m
|
||||||
|
- BT_HCIBTUSB_MTK=y
|
||||||
|
- GVE=m
|
||||||
|
- MLX5_FPGA_IPSEC=y
|
||||||
|
- MLX5_FPGA_TLS=y
|
||||||
|
- MLX5_TLS=y
|
||||||
|
- STMMAC_SELFTESTS=n
|
||||||
|
- XILINX_AXI_EMAC=m
|
||||||
|
- SFP=m
|
||||||
|
- NXP_TJA11XX_PHY=m
|
||||||
|
- PHY_MIXEL_MIPI_DPHY=m
|
||||||
|
- File systems
|
||||||
|
- UBIFS_FS_ZSTD=y
|
||||||
|
- SUNRPC_DISABLE_INSECURE_ENCTYPES=n
|
||||||
|
- CEPH_FS_SECURITY_LABEL=y
|
||||||
|
- Generic driver options
|
||||||
|
- FW_LOADER_COMPRESS=y
|
||||||
|
- Storage
|
||||||
|
- SCSI_FDOMAIN_PCI=m
|
||||||
|
- SCSI_FDOMAIN_ISA=n
|
||||||
|
- PCMCIA_FDOMAIN=n
|
||||||
|
- Input
|
||||||
|
- KEYBOARD_APPLESPI=m
|
||||||
|
- Power supply and hardware monitoring
|
||||||
|
- POWER_SUPPLY_HWMON=y
|
||||||
|
- CHARGER_WILCO=m
|
||||||
|
- SENSORS_IRPS5401=m
|
||||||
|
- SENSORS_PXE1610=m
|
||||||
|
- REGULATOR_ARIZONA_LDO1=m
|
||||||
|
- REGULATOR_ARIZONA_MICSUPP=m
|
||||||
|
- REGULATOR_SLG51000=m
|
||||||
|
- Multimedia
|
||||||
|
- DVB_USB_CXUSB_ANALOG=y
|
||||||
|
- VIDEO_TDA1997X=m
|
||||||
|
- VIDEO_TLV320AIC23B=m
|
||||||
|
- VIDEO_ADV7180=m
|
||||||
|
- VIDEO_ADV7183=m
|
||||||
|
- VIDEO_ADV7604=m
|
||||||
|
- VIDEO_ADV7604_CEC=y
|
||||||
|
- VIDEO_ADV7842=m
|
||||||
|
- VIDEO_ADV7842_CEC=y
|
||||||
|
- VIDEO_BT819=m
|
||||||
|
- VIDEO_BT856=m
|
||||||
|
- VIDEO_BT866=m
|
||||||
|
- VIDEO_KS0127=m
|
||||||
|
- VIDEO_ML86V7667=m
|
||||||
|
- VIDEO_SAA7110=m
|
||||||
|
- VIDEO_TC358743=m
|
||||||
|
- VIDEO_TC358743_CEC=y
|
||||||
|
- VIDEO_TVP514X=m
|
||||||
|
- VIDEO_TVP7002=m
|
||||||
|
- VIDEO_TW9910=m
|
||||||
|
- VIDEO_VPX3220=m
|
||||||
|
- VIDEO_SAA7185=m
|
||||||
|
- VIDEO_ADV7170=m
|
||||||
|
- VIDEO_ADV7175=m
|
||||||
|
- VIDEO_ADV7343=m
|
||||||
|
- VIDEO_ADV7393=m
|
||||||
|
- VIDEO_ADV7511=m
|
||||||
|
- VIDEO_ADV7511_CEC=y
|
||||||
|
- VIDEO_AD9389B=m
|
||||||
|
- VIDEO_AK881X=m
|
||||||
|
- VIDEO_THS8200=m
|
||||||
|
- VIDEO_IMX214=m
|
||||||
|
- VIDEO_IMX258=m
|
||||||
|
- VIDEO_IMX274=m
|
||||||
|
- VIDEO_IMX319=m
|
||||||
|
- VIDEO_IMX355=m
|
||||||
|
- VIDEO_OV2659=m
|
||||||
|
- VIDEO_OV2680=m
|
||||||
|
- VIDEO_OV2685=m
|
||||||
|
- VIDEO_OV5647=m
|
||||||
|
- VIDEO_OV6650=m
|
||||||
|
- VIDEO_OV5670=m
|
||||||
|
- VIDEO_OV5695=m
|
||||||
|
- VIDEO_OV7251=m
|
||||||
|
- VIDEO_OV772X=m
|
||||||
|
- VIDEO_OV7740=m
|
||||||
|
- VIDEO_OV8856=m
|
||||||
|
- VIDEO_OV9640=m
|
||||||
|
- VIDEO_OV9650=m
|
||||||
|
- VIDEO_OV13858=m
|
||||||
|
- VIDEO_VS6624=m
|
||||||
|
- VIDEO_MT9M001=m
|
||||||
|
- VIDEO_MT9M032=m
|
||||||
|
- VIDEO_MT9M111=m
|
||||||
|
- VIDEO_MT9P031=m
|
||||||
|
- VIDEO_MT9T001=m
|
||||||
|
- VIDEO_MT9T112=m
|
||||||
|
- VIDEO_MT9V032=m
|
||||||
|
- VIDEO_MT9V111=m
|
||||||
|
- VIDEO_SR030PC30=m
|
||||||
|
- VIDEO_NOON010PC30=m
|
||||||
|
- VIDEO_M5MOLS=m
|
||||||
|
- VIDEO_RJ54N1=m
|
||||||
|
- VIDEO_S5K6AA=m
|
||||||
|
- VIDEO_S5K6A3=m
|
||||||
|
- VIDEO_S5K4ECGX=m
|
||||||
|
- VIDEO_S5K5BAF=m
|
||||||
|
- VIDEO_SMIAPP=m
|
||||||
|
- VIDEO_ET8EK8=m
|
||||||
|
- VIDEO_S5C73M3=m
|
||||||
|
- VIDEO_AD5820=m
|
||||||
|
- VIDEO_AK7375=m
|
||||||
|
- VIDEO_DW9714=m
|
||||||
|
- VIDEO_DW9807_VCM=m
|
||||||
|
- VIDEO_ADP1653=m
|
||||||
|
- VIDEO_LM3560=m
|
||||||
|
- VIDEO_LM3646=m
|
||||||
|
- SDR_MAX2175=m
|
||||||
|
- VIDEO_THS7303=m
|
||||||
|
- VIDEO_I2C=m
|
||||||
|
- VIDEO_ST_MIPID02=n
|
||||||
|
- VIDEO_GS1662=m
|
||||||
|
- DVB_S5H1432=m
|
||||||
|
- DVB_DIB9000=m
|
||||||
|
- DVB_CXD2880=m
|
||||||
|
- DVB_MN88443X=m
|
||||||
|
- DVB_LNBH29=m
|
||||||
|
- DVB_LGS8GL5=m
|
||||||
|
- Graphics
|
||||||
|
- DRM_AMD_DC_DCN2_0=y
|
||||||
|
- DRM_AMD_DC_DSC_SUPPORT=y
|
||||||
|
- DRM_I915_FORCE_PROBE=""
|
||||||
|
- DRM_I915_DEBUG_MMIO=n
|
||||||
|
- DRM_I915_USERFAULT_AUTOSUSPEND=250
|
||||||
|
- DRM_I915_SPIN_REQUEST=5
|
||||||
|
- DRM_PANEL_OSD_OSD101T2587_53TS=m
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E63M0=m
|
||||||
|
- Sound
|
||||||
|
- SND_SOC_INTEL_CML_H=m
|
||||||
|
- SND_SOC_INTEL_CML_LP=m
|
||||||
|
- SND_SOC_INTEL_BYT_CHT_CX2072X_MACH=m
|
||||||
|
- SND_SOC_SOF_COMETLAKE_LP_SUPPORT=y
|
||||||
|
- SND_SOC_SOF_COMETLAKE_H_SUPPORT=y
|
||||||
|
- SND_SOC_CX2072X=m
|
||||||
|
- InfiniBand
|
||||||
|
- RDMA_SIW=m
|
||||||
|
- Platform specific drivers
|
||||||
|
- XIAOMI_WMI=m
|
||||||
|
- ACPI_CMPC=m
|
||||||
|
- SAMSUNG_Q10=m
|
||||||
|
- INTEL_SPEED_SELECT_INTERFACE=m
|
||||||
|
- CROS_EC_ISHTP=m
|
||||||
|
- WILCO_EC_EVENTS=m
|
||||||
|
- WILCO_EC_TELEMETRY=m
|
||||||
|
- Industrial I/O
|
||||||
|
- XILINX_XADC=n
|
||||||
|
- ADF4371=n
|
||||||
|
- DPS310=n
|
||||||
|
- LEDs
|
||||||
|
- LEDS_SPI_BYTE=m
|
||||||
|
- LEDS_TI_LMU_COMMON=m
|
||||||
|
- LEDS_LM3697=m
|
||||||
|
- LEDS_LM36274=m
|
||||||
|
- Other drivers
|
||||||
|
- MTD_HYPERBUS=m
|
||||||
|
- HBMC_AM654=m
|
||||||
|
- XILINX_SDFEC=n
|
||||||
|
- GPIO_XILINX=m
|
||||||
|
- WATCHDOG_OPEN_TIMEOUT=0
|
||||||
|
- MFD_CS47L15=y
|
||||||
|
- MFD_CS47L92=y
|
||||||
|
- MFD_ROHM_BD70528=n
|
||||||
|
- RTC_DRV_BD70528=m
|
||||||
|
- DW_EDMA=m
|
||||||
|
- DW_EDMA_PCIE=m
|
||||||
|
- COMMON_CLK_SI5341=m
|
||||||
|
- EXTCON_FSA9480=m
|
||||||
|
- NTB_MSI=y
|
||||||
|
- NTB_MSI_TEST=n
|
||||||
|
- RAS_CEC_DEBUG=n
|
||||||
|
- AL_FIC=n
|
||||||
|
- Virtualization
|
||||||
|
- VIRTIO_PMEM=m
|
||||||
|
- Security options
|
||||||
|
- KEYS_REQUEST_CACHE=y
|
||||||
|
- Kernel hardening options
|
||||||
|
- INIT_ON_ALLOC_DEFAULT_ON=n
|
||||||
|
- INIT_ON_FREE_DEFAULT_ON=n
|
||||||
|
- Cryptographic API
|
||||||
|
- CRYPTO_XXHASH=n
|
||||||
|
- CRYPTO_DEV_ATMEL_ECC=m
|
||||||
|
- CRYPTO_DEV_ATMEL_SHA204A=m
|
||||||
|
- Kernel hacking
|
||||||
|
- HEADERS_INSTALL=n
|
||||||
|
- REED_SOLOMON_TEST=n
|
||||||
|
- TEST_BLACKHOLE_DEV=n
|
||||||
|
- TEST_MEMINIT=n
|
||||||
|
- commit 0a6d0d9
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -11493,6 +12125,12 @@ Sat Jan 26 11:04:18 CET 2019 - jslaby@suse.cz
|
|||||||
mapped address (bnc#1012628).
|
mapped address (bnc#1012628).
|
||||||
- commit 34ae151
|
- commit 34ae151
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 24 13:06:05 CET 2019 - ptesarik@suse.cz
|
||||||
|
|
||||||
|
- Add product identifying information to VMCOREINFO (bsc#1123015).
|
||||||
|
- commit 68ca35e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -17,12 +17,12 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
|
|
||||||
%define srcversion 5.2
|
%define srcversion 5.3
|
||||||
%define patchversion 5.2.14
|
%define patchversion 5.3.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules none
|
%define compress_modules xz
|
||||||
%define livepatch %{nil}
|
%define livepatch livepatch%{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
|
|
||||||
@ -64,9 +64,9 @@ Name: kernel-lpae
|
|||||||
Summary: Kernel for LPAE enabled systems
|
Summary: Kernel for LPAE enabled systems
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.2.14
|
Version: 5.3.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g7f85414
|
Release: <RELEASE>.ga541a6c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -171,10 +171,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-7f854145206e391dc3c013cd94af25a92c37e906
|
Provides: kernel-%build_flavor-base-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
Provides: kernel-srchash-7f854145206e391dc3c013cd94af25a92c37e906
|
Provides: kernel-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-7f854145206e391dc3c013cd94af25a92c37e906
|
Provides: %name-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
@ -436,7 +436,7 @@ awk '
|
|||||||
subpackages=(
|
subpackages=(
|
||||||
base
|
base
|
||||||
%if %CONFIG_SUSE_KERNEL_SUPPORTED == "y"
|
%if %CONFIG_SUSE_KERNEL_SUPPORTED == "y"
|
||||||
cluster-md-kmp dlm-kmp gfs2-kmp kselftests-kmp ocfs2-kmp
|
cluster-md-kmp dlm-kmp gfs2-kmp kselftests-kmp ocfs2-kmp reiserfs-kmp
|
||||||
%endif
|
%endif
|
||||||
)
|
)
|
||||||
for package in "${subpackages[@]}"; do
|
for package in "${subpackages[@]}"; do
|
||||||
@ -1479,6 +1479,47 @@ rm -f "/var/run/rpm-$nvr-modules"
|
|||||||
%files -n ocfs2-kmp-%build_flavor -f ocfs2-kmp.files
|
%files -n ocfs2-kmp-%build_flavor -f ocfs2-kmp.files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
|
||||||
|
%package -n reiserfs-kmp-%build_flavor
|
||||||
|
Summary: Reiserfs kernel module
|
||||||
|
Group: System/Kernel
|
||||||
|
Requires: %name = %version-%source_rel
|
||||||
|
Provides: reiserfs-kmp = %version-%source_rel
|
||||||
|
Provides: multiversion(kernel)
|
||||||
|
# tell weak-modules2 to ignore this package
|
||||||
|
Provides: kmp_in_kernel
|
||||||
|
Requires(post): suse-module-tools >= 12.4
|
||||||
|
|
||||||
|
%description -n reiserfs-kmp-%build_flavor
|
||||||
|
The reiserfs file system is no longer supported in SLE15. This package
|
||||||
|
provides the reiserfs module for the installation system.
|
||||||
|
|
||||||
|
%post -n reiserfs-kmp-%build_flavor
|
||||||
|
wm2=/usr/lib/module-init-tools/weak-modules2
|
||||||
|
nvr=reiserfs-kmp-%build_flavor-%version-%release
|
||||||
|
if test -x "$wm2"; then
|
||||||
|
rpm -ql "$nvr" | INITRD_IN_POSTTRANS=1 /bin/bash -${-/e/} "$wm2" \
|
||||||
|
--add-kernel-modules %kernelrelease-%build_flavor
|
||||||
|
fi
|
||||||
|
|
||||||
|
%posttrans -n reiserfs-kmp-%build_flavor
|
||||||
|
%{?regenerate_initrd_posttrans}
|
||||||
|
|
||||||
|
%preun -n reiserfs-kmp-%build_flavor
|
||||||
|
nvr=reiserfs-kmp-%build_flavor-%version-%release
|
||||||
|
rpm -ql "$nvr" | grep '\.ko$' > "/var/run/rpm-$nvr-modules"
|
||||||
|
|
||||||
|
%postun -n reiserfs-kmp-%build_flavor
|
||||||
|
wm2=/usr/lib/module-init-tools/weak-modules2
|
||||||
|
nvr=reiserfs-kmp-%build_flavor-%version-%release
|
||||||
|
if test -x "$wm2"; then
|
||||||
|
/bin/bash -${-/e/} "$wm2" < "/var/run/rpm-$nvr-modules" \
|
||||||
|
--remove-kernel-modules %kernelrelease-%build_flavor
|
||||||
|
fi
|
||||||
|
rm -f "/var/run/rpm-$nvr-modules"
|
||||||
|
|
||||||
|
%files -n reiserfs-kmp-%build_flavor -f reiserfs-kmp.files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
|
||||||
%endif # %CONFIG_SUSE_KERNEL_SUPPORTED
|
%endif # %CONFIG_SUSE_KERNEL_SUPPORTED
|
||||||
%endif # %CONFIG_MODULES
|
%endif # %CONFIG_MODULES
|
||||||
|
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3 final
|
||||||
|
- Eliminated 3 patches
|
||||||
|
- Refresh configs
|
||||||
|
- NF_CONNTRACK_SLP is gone
|
||||||
|
- commit 6baef36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -5,6 +14,22 @@ Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
|||||||
writeback attempts (btrfs hangup).
|
writeback attempts (btrfs hangup).
|
||||||
- commit 7f85414
|
- commit 7f85414
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:15:38 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/netfilter-ip_conntrack_slp.patch (FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
This veteran out of tree patch is no longer needed since the userspace
|
||||||
|
conntrack helper (in conntrack-tools / conntrackd) has reached Factory.
|
||||||
|
- commit d6f0b71
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:14:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update and reenable
|
||||||
|
patches.suse/Revert-netfilter-conntrack-remove-helper-hook-again.patch
|
||||||
|
(FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
- commit 029452e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -186,6 +211,13 @@ Mon Sep 9 09:39:52 CEST 2019 - guillaume.gardet@arm.com
|
|||||||
Set requirements respectively to 30GB and 20GB.
|
Set requirements respectively to 30GB and 20GB.
|
||||||
- commit f84c163
|
- commit f84c163
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 9 06:52:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc8
|
||||||
|
- refresh armv6hl configs (IXP4xx drivers no longer visible)
|
||||||
|
- commit 3dea797
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -480,6 +512,36 @@ Tue Sep 3 12:47:56 CEST 2019 - mkubecek@suse.cz
|
|||||||
kernel performance teams confirmed that performance impact is acceptable.
|
kernel performance teams confirmed that performance impact is acceptable.
|
||||||
- commit d6e8aab
|
- commit d6e8aab
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 2 22:41:27 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc7
|
||||||
|
- Refresh configs
|
||||||
|
- IXP4xx SoC drivers not visible
|
||||||
|
- gcc 9.2.1
|
||||||
|
- commit 9bff5f9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 1 21:36:39 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: armv7hl: Enable cadence watchdog
|
||||||
|
CONFIG_CADENCE_WATCHDOG is required for Zynq-7000 based MIYR Zturn board.
|
||||||
|
- commit c4cbe5e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:35:20 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Update ARMv6 config files
|
||||||
|
- commit c17167d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:27:22 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Reenable ARMv7 config for Kernel 5.3
|
||||||
|
All modules plus errata's enabled. Reused other
|
||||||
|
values from x86_64 update.
|
||||||
|
- commit b1c627e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -763,6 +825,14 @@ Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
|||||||
- rxrpc: Fix local refcounting (bnc#1012628).
|
- rxrpc: Fix local refcounting (bnc#1012628).
|
||||||
- commit 6385110
|
- commit 6385110
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 15:36:42 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- mwifiex: Fix three heap overflow at
|
||||||
|
parsing element in cfg80211_ap_settings
|
||||||
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
|
- commit 528fd68
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -771,6 +841,31 @@ Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
|||||||
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
- commit 05e68fe
|
- commit 05e68fe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 13:30:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: mark more core networking modules supported
|
||||||
|
Two more netfilter modules and one more *_diag should be supported too.
|
||||||
|
- commit bee2dd8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 12:42:47 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update status of some networking core modules
|
||||||
|
This marks new networking modules which should be supported as such; it is
|
||||||
|
mostly netfilter and traffic control modules which have been following the
|
||||||
|
"support all of them" policy for some time.
|
||||||
|
- commit 65e1131
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 10:23:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: obsolete paths cleanup
|
||||||
|
Update paths for existing modules which were moved, clean up duplicate
|
||||||
|
entries and drop entries for modules which no longer exist (either not
|
||||||
|
built any more or built into the image now).
|
||||||
|
- commit 3bb142a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -789,12 +884,35 @@ Tue Aug 27 10:09:41 CEST 2019 - jslaby@suse.cz
|
|||||||
Update to the upstreamed patch.
|
Update to the upstreamed patch.
|
||||||
- commit bb236c2
|
- commit bb236c2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 16:12:29 CEST 2019 - jgross@suse.com
|
||||||
|
|
||||||
|
- usb: Introduce Xen pvUSB frontend (xen hcd) (fate#315712).
|
||||||
|
- Update config files.
|
||||||
|
- usb: Add Xen pvUSB protocol description (fate#315712).
|
||||||
|
- commit b32b2bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:48:01 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
|
- commit b08d3d5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
- commit 6f03484
|
- commit 6f03484
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:32:51 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15098,bsc#1146378).
|
||||||
|
- Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15099,bsc#1146368).
|
||||||
|
- commit 758e216
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -811,6 +929,19 @@ Mon Aug 26 09:39:32 CEST 2019 - bpoirier@suse.com
|
|||||||
CVE-2019-15504).
|
CVE-2019-15504).
|
||||||
- commit 5009555
|
- commit 5009555
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 09:24:08 CEST 2019 - bpoirier@suse.com
|
||||||
|
|
||||||
|
- Fix a double free bug in rsi_91x_deinit (bnc#1147116
|
||||||
|
CVE-2019-15504).
|
||||||
|
- commit 8ae43d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 25 21:49:44 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc6
|
||||||
|
- commit 2831011
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1052,6 +1183,49 @@ Thu Aug 22 23:37:43 CEST 2019 - msuchanek@suse.de
|
|||||||
- Parametrize kgraft vs livepatch.
|
- Parametrize kgraft vs livepatch.
|
||||||
- commit 16f6816
|
- commit 16f6816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 23:04:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: Enable livepatch.
|
||||||
|
- commit e001776
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 14:03:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: update from SLE15-SP2
|
||||||
|
In general, we want features and drivers from SLE also in openSUSE unless
|
||||||
|
we have a good reason not to. Enable most config options which were
|
||||||
|
disabled in master but enabled in SLE15-SP2 (inherited from SLE15-SP1).
|
||||||
|
- commit 769684a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 15:00:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: reorganize sections
|
||||||
|
With ~40 patches in master branch, we have accumulated way too many
|
||||||
|
sections in series.conf, some of them being very specific. While new SLE
|
||||||
|
and Leap branches are going to have more patches, vast majority of them is
|
||||||
|
going to end up in the sorted section (e.g. less than 1% of SLE15-SP1
|
||||||
|
patches are neither sorted nor stable baskports right now - and that
|
||||||
|
includes quite a few which would actually belong into the sorted section
|
||||||
|
but are left outside for historical reasons).
|
||||||
|
After the reorganization, series.conf is ordered like this:
|
||||||
|
- stable backports (patches.kernel.org/*)
|
||||||
|
- tweaks applied to vanilla (patches.rpmify/*)
|
||||||
|
- sorted section (not in master)
|
||||||
|
- unsorted patches expected to get into mainline soon
|
||||||
|
- permanent and longterm non-upstream patches
|
||||||
|
- kabi hacks (not in master)
|
||||||
|
This commit has no effect on expanded tree.
|
||||||
|
- commit 8ac1895
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 14:13:15 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: cleanup
|
||||||
|
Only whitespace and comments, no efect on expanded tree.
|
||||||
|
- commit bf21808
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1067,6 +1241,15 @@ Mon Aug 19 17:46:30 CEST 2019 - bp@suse.de
|
|||||||
Factory first!
|
Factory first!
|
||||||
- commit fc98fd1
|
- commit fc98fd1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 19 05:32:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc5
|
||||||
|
- Refresh configs
|
||||||
|
- RDMA_SIW available on i386 (=m)
|
||||||
|
- clean up unavailable options
|
||||||
|
- commit cadbe00
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1326,6 +1509,14 @@ Fri Aug 16 22:01:45 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 80c0ffe
|
- commit 80c0ffe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Revert "Workaround gcc regression on ppc64 (bko#204125)."
|
||||||
|
This reverts commit 8b84d1d46ff90146bb6ba5b760a54ddd87a1a680.
|
||||||
|
Works for me 5.3-rc4-65-g329120423947
|
||||||
|
- commit d8f9e6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
@ -1347,6 +1538,14 @@ Mon Aug 12 09:11:56 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1142926).
|
(bnc#1142926).
|
||||||
- commit a44175e
|
- commit a44175e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 11 22:47:14 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc4
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
- commit 5402233
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1450,12 +1649,37 @@ Fri Aug 9 18:14:50 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/mkspec: Make building DTBs optional.
|
- rpm/mkspec: Make building DTBs optional.
|
||||||
- commit 7c057c8
|
- commit 7c057c8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 17:39:36 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: fix supported modules depending on unsupported on non-x86_64 architectures
|
||||||
|
Some more "unsupported module needed by supported one" errors were reported
|
||||||
|
on aarch64 and ppc64le.
|
||||||
|
- commit 6b609de
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 14:44:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop obsolete entry for hyperv_fb
|
||||||
|
The module moved to a different directory, the obsolete entry causes
|
||||||
|
file conflict betwen kernel-default and kernel-default-extra.
|
||||||
|
- commit 6b112e5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- rpm/modflist: Simplify compression support.
|
- rpm/modflist: Simplify compression support.
|
||||||
- commit fd135a6
|
- commit fd135a6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 13:36:21 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: close with respect to dependencies
|
||||||
|
Modules which some supported module depends on must be supported as well.
|
||||||
|
Also drop obsolete entries for rtsx_pci and rtsx_usb which were moved
|
||||||
|
between 4.12 and 5.3.
|
||||||
|
- commit b781c36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -1467,6 +1691,46 @@ Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
|||||||
in addition to ".ko".
|
in addition to ".ko".
|
||||||
- commit 18fcdff
|
- commit 18fcdff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 12:08:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Bring back MODVERDIR to Makefile.modpost (bsc#1066369).
|
||||||
|
- commit 6cc69f5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 10:38:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort again
|
||||||
|
Make the order compatible with scripts/supported-conf-fixup (LC_ALL=C).
|
||||||
|
- commit 4a4b5dd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 08:28:37 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- supported.conf: Sort alphabetically, align comments.
|
||||||
|
- commit 5189766
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:32:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop extensions
|
||||||
|
To make things more consistent, drop all ".ko" extensions.
|
||||||
|
- commit 398461b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:00:48 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update patches.suse/supported-flag.
|
||||||
|
Fix ReST table.
|
||||||
|
- commit 0692bf4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 21:39:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Use upstream TAINT_AUX for TAINT_EXTERNAL_SUPPORT.
|
||||||
|
Refresh patches.suse/supported-flag.
|
||||||
|
- commit a4999e0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1481,6 +1745,56 @@ Thu Aug 8 15:31:02 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1139939).
|
(bnc#1139939).
|
||||||
- commit 8434c05
|
- commit 8434c05
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 14:35:08 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- rpm/kernel-obs-build.spec.in: add dm-crypt for building with cryptsetup
|
||||||
|
Co-Authored-By: Adam Spiers <aspiers@suse.com>
|
||||||
|
- commit 1756301
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 10:34:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries for all architectures
|
||||||
|
As list of built modules depends on architecture, we must also add entries
|
||||||
|
for modules which are not built (or do not even exist) on x86_64 but are
|
||||||
|
built on other architectures (aarch64, ppc64le, s390x).
|
||||||
|
- commit 8f74082
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:16:02 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries
|
||||||
|
Add all modules currently built but not listed in supported.conf.
|
||||||
|
Another update will be necessary once we replace configs inherited from
|
||||||
|
master with true SLE15-SP2 configs. This is also why entries for modules
|
||||||
|
not built are left in the file for now.
|
||||||
|
- commit 0f5033c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:01:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort
|
||||||
|
Also remove one commented out line.
|
||||||
|
- commit b539157
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:36:22 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: cleanup
|
||||||
|
Remove duplicate and shadowed entries.
|
||||||
|
- commit 25e91ec
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:21:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update from SLE15-SP1
|
||||||
|
Differences from current SLE15-SP1 supported.conf:
|
||||||
|
- f71808e_wdt and it87_wdt supported (jdelvare)
|
||||||
|
- bpfilter marked +base (tiwai, bsc#1106751)
|
||||||
|
- unified indentation
|
||||||
|
- commit 02162e4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1493,6 +1807,12 @@ Wed Aug 7 21:14:19 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
||||||
- commit af37821
|
- commit af37821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 7 18:49:38 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to 5.3-rc3
|
||||||
|
- commit f1f49f3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1500,6 +1820,9 @@ Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
|||||||
We already had it for armv6hl but were lacking it on arm64.
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
Add it on armv7hl for consistency while at it.
|
Add it on armv7hl for consistency while at it.
|
||||||
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
||||||
|
- config: Enable SENSORS_GPIO_FAN for all of Arm (boo#1144723)
|
||||||
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
|
Add it on armv7hl for consistency while at it.
|
||||||
- commit 71d4424
|
- commit 71d4424
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -1736,6 +2059,17 @@ Tue Aug 6 21:39:08 CEST 2019 - jslaby@suse.cz
|
|||||||
- ARM: riscpc: fix DMA (bnc#1012628).
|
- ARM: riscpc: fix DMA (bnc#1012628).
|
||||||
- commit a3e04b1
|
- commit a3e04b1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 5 07:15:46 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc3
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/supported-flag
|
||||||
|
- patches.suse/supported-flag-external
|
||||||
|
- Refresh configs
|
||||||
|
- commit 571863b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1770,6 +2104,13 @@ Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 187170c
|
- commit 187170c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 1 07:07:43 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: refresh x86_64/default
|
||||||
|
With HBMC_AM654 disabled, nothing selects MULTIPLEXER any more.
|
||||||
|
- commit 07a1a73
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||||
|
|
||||||
@ -2149,12 +2490,32 @@ Wed Jul 31 11:06:04 CEST 2019 - jslaby@suse.cz
|
|||||||
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
||||||
- commit b607c27
|
- commit b607c27
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 31 10:52:34 CEST 2019 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: CONFIG_HBMC_AM654=n
|
||||||
|
The TI AM654 is an ARM64 SoC, so disable the driver on all other
|
||||||
|
architectures.
|
||||||
|
- commit 042f63f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
||||||
|
|
||||||
- packaging: add support for riscv64
|
- packaging: add support for riscv64
|
||||||
- commit c2885ea
|
- commit c2885ea
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 28 22:20:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc2
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- patches.suse/dma-mapping-use-dma_get_mask-in-dma_addressing_limit.patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
- Config changes
|
||||||
|
- NF_TABLES_BRIDGE=m (was =y)
|
||||||
|
- commit fc5ebf3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -2958,12 +3319,25 @@ Fri Jul 26 10:47:45 CEST 2019 - jslaby@suse.cz
|
|||||||
- ath10k: Check tx_stats before use it (bnc#1012628).
|
- ath10k: Check tx_stats before use it (bnc#1012628).
|
||||||
- commit f5296b5
|
- commit f5296b5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 24 14:42:00 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- dma-mapping: use dma_get_mask in dma_addressing_limited
|
||||||
|
(https://lore.kernel.org/lkml/cda1952f-0265-e055-a3ce-237c59069a3f@suse.com/T/#u).
|
||||||
|
- commit c584343
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- scripts/arch-symbols: add missing link.
|
- scripts/arch-symbols: add missing link.
|
||||||
- commit ee7c635
|
- commit ee7c635
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 18:12:09 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: enable kernel module compression (bsc#1135854)
|
||||||
|
- commit b333e24
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -2972,12 +3346,46 @@ Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
|||||||
in config.sh, then mkspec will pass it to the spec file.
|
in config.sh, then mkspec will pass it to the spec file.
|
||||||
- commit cdf5806
|
- commit cdf5806
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 15:19:30 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Workaround gcc regression on ppc64 (bko#204125).
|
||||||
|
- commit 8b84d1d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 12:03:57 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config.conf: Add ppc64 kvmsmall config (bsc#1137361).
|
||||||
|
- Remove superfluous i2c drivers from ppc64 config
|
||||||
|
-CONFIG_I2C_ALGOPCA=m
|
||||||
|
-CONFIG_I2C_AMD8111=m
|
||||||
|
-CONFIG_I2C_CBUS_GPIO=m
|
||||||
|
-CONFIG_I2C_DESIGNWARE_CORE=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PLATFORM=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PCI=m
|
||||||
|
-CONFIG_I2C_OCORES=m
|
||||||
|
-CONFIG_I2C_PCA_PLATFORM=m
|
||||||
|
Can't get rid of i2c in kvmsmall anyway but at least the DW i2c is gone.
|
||||||
|
- commit 3d0102c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
||||||
- commit 72c928d
|
- commit 72c928d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 23:44:25 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: remove unnecessary drivers from kvmsmall
|
||||||
|
The initial merge was incomplete and needed revisiting, which didn't really
|
||||||
|
happen. Since then, new options have been added and not removed from
|
||||||
|
kvmsmall, leading to grow in size.
|
||||||
|
This commit uses the following blacklist:
|
||||||
|
_(BT|CHARGER|CHROMEOS|CROS|DVB|DW|EDAC|FPGA|GPIO|GNSS|HID|INFINIBAND|IR|JOYSTICK|LEDS|MFD|PINCTRL|REGULATOR|RTC|SENSORS|SND_SOC|STAGING|TOUCHSCREEN|VIDEO|XEN|XILINX)[_=]
|
||||||
|
... along with some manual removal of NET_VENDORs with no relevant drivers.
|
||||||
|
- commit e850d85
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -2993,6 +3401,230 @@ Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
|||||||
breaking any other branch. A more proper cleanup will follow.
|
breaking any other branch. A more proper cleanup will follow.
|
||||||
- commit c32f8e7
|
- commit c32f8e7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 12:18:06 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc1
|
||||||
|
- Eliminated 89 patches (83 stable, 6 other)
|
||||||
|
- ARM configs need update
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
|
||||||
|
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
patches.suse/rpm-kernel-config
|
||||||
|
patches.suse/supported-flag
|
||||||
|
patches.suse/vfs-add-super_operations-get_inode_dev
|
||||||
|
- replace patches.rpmify/BPF-UMH-do-not-detect-if-compiler-can-link-userspace.patch
|
||||||
|
with patches.rpmify/Kconfig-make-CONFIG_CC_CAN_LINK-always-true.patch
|
||||||
|
- New config options:
|
||||||
|
- General setup
|
||||||
|
- HEADER_TEST=y
|
||||||
|
- KERNEL_HEADER_TEST=y
|
||||||
|
- PREEMPT_LL=n
|
||||||
|
- UCLAMP_TASK=y
|
||||||
|
- UCLAMP_BUCKETS_COUNT=5
|
||||||
|
- Processor type and features
|
||||||
|
- ACRN_GUEST=y
|
||||||
|
- LEGACY_VSYSCALL_XONLY=y
|
||||||
|
- IO Schedulers
|
||||||
|
- BFQ_CGROUP_DEBUG=n (=y in */debug)
|
||||||
|
- Networking
|
||||||
|
- NFT_SYNPROXY=m
|
||||||
|
- NFT_BRIDGE_META=m
|
||||||
|
- NF_CONNTRACK_BRIDGE=m
|
||||||
|
- NET_ACT_MPLS=m
|
||||||
|
- NET_ACT_CTINFO=m
|
||||||
|
- NET_ACT_CT=m
|
||||||
|
- BT_HCIBTUSB_MTK=y
|
||||||
|
- GVE=m
|
||||||
|
- MLX5_FPGA_IPSEC=y
|
||||||
|
- MLX5_FPGA_TLS=y
|
||||||
|
- MLX5_TLS=y
|
||||||
|
- STMMAC_SELFTESTS=n
|
||||||
|
- XILINX_AXI_EMAC=m
|
||||||
|
- SFP=m
|
||||||
|
- NXP_TJA11XX_PHY=m
|
||||||
|
- PHY_MIXEL_MIPI_DPHY=m
|
||||||
|
- File systems
|
||||||
|
- UBIFS_FS_ZSTD=y
|
||||||
|
- SUNRPC_DISABLE_INSECURE_ENCTYPES=n
|
||||||
|
- CEPH_FS_SECURITY_LABEL=y
|
||||||
|
- Generic driver options
|
||||||
|
- FW_LOADER_COMPRESS=y
|
||||||
|
- Storage
|
||||||
|
- SCSI_FDOMAIN_PCI=m
|
||||||
|
- SCSI_FDOMAIN_ISA=n
|
||||||
|
- PCMCIA_FDOMAIN=n
|
||||||
|
- Input
|
||||||
|
- KEYBOARD_APPLESPI=m
|
||||||
|
- Power supply and hardware monitoring
|
||||||
|
- POWER_SUPPLY_HWMON=y
|
||||||
|
- CHARGER_WILCO=m
|
||||||
|
- SENSORS_IRPS5401=m
|
||||||
|
- SENSORS_PXE1610=m
|
||||||
|
- REGULATOR_ARIZONA_LDO1=m
|
||||||
|
- REGULATOR_ARIZONA_MICSUPP=m
|
||||||
|
- REGULATOR_SLG51000=m
|
||||||
|
- Multimedia
|
||||||
|
- DVB_USB_CXUSB_ANALOG=y
|
||||||
|
- VIDEO_TDA1997X=m
|
||||||
|
- VIDEO_TLV320AIC23B=m
|
||||||
|
- VIDEO_ADV7180=m
|
||||||
|
- VIDEO_ADV7183=m
|
||||||
|
- VIDEO_ADV7604=m
|
||||||
|
- VIDEO_ADV7604_CEC=y
|
||||||
|
- VIDEO_ADV7842=m
|
||||||
|
- VIDEO_ADV7842_CEC=y
|
||||||
|
- VIDEO_BT819=m
|
||||||
|
- VIDEO_BT856=m
|
||||||
|
- VIDEO_BT866=m
|
||||||
|
- VIDEO_KS0127=m
|
||||||
|
- VIDEO_ML86V7667=m
|
||||||
|
- VIDEO_SAA7110=m
|
||||||
|
- VIDEO_TC358743=m
|
||||||
|
- VIDEO_TC358743_CEC=y
|
||||||
|
- VIDEO_TVP514X=m
|
||||||
|
- VIDEO_TVP7002=m
|
||||||
|
- VIDEO_TW9910=m
|
||||||
|
- VIDEO_VPX3220=m
|
||||||
|
- VIDEO_SAA7185=m
|
||||||
|
- VIDEO_ADV7170=m
|
||||||
|
- VIDEO_ADV7175=m
|
||||||
|
- VIDEO_ADV7343=m
|
||||||
|
- VIDEO_ADV7393=m
|
||||||
|
- VIDEO_ADV7511=m
|
||||||
|
- VIDEO_ADV7511_CEC=y
|
||||||
|
- VIDEO_AD9389B=m
|
||||||
|
- VIDEO_AK881X=m
|
||||||
|
- VIDEO_THS8200=m
|
||||||
|
- VIDEO_IMX214=m
|
||||||
|
- VIDEO_IMX258=m
|
||||||
|
- VIDEO_IMX274=m
|
||||||
|
- VIDEO_IMX319=m
|
||||||
|
- VIDEO_IMX355=m
|
||||||
|
- VIDEO_OV2659=m
|
||||||
|
- VIDEO_OV2680=m
|
||||||
|
- VIDEO_OV2685=m
|
||||||
|
- VIDEO_OV5647=m
|
||||||
|
- VIDEO_OV6650=m
|
||||||
|
- VIDEO_OV5670=m
|
||||||
|
- VIDEO_OV5695=m
|
||||||
|
- VIDEO_OV7251=m
|
||||||
|
- VIDEO_OV772X=m
|
||||||
|
- VIDEO_OV7740=m
|
||||||
|
- VIDEO_OV8856=m
|
||||||
|
- VIDEO_OV9640=m
|
||||||
|
- VIDEO_OV9650=m
|
||||||
|
- VIDEO_OV13858=m
|
||||||
|
- VIDEO_VS6624=m
|
||||||
|
- VIDEO_MT9M001=m
|
||||||
|
- VIDEO_MT9M032=m
|
||||||
|
- VIDEO_MT9M111=m
|
||||||
|
- VIDEO_MT9P031=m
|
||||||
|
- VIDEO_MT9T001=m
|
||||||
|
- VIDEO_MT9T112=m
|
||||||
|
- VIDEO_MT9V032=m
|
||||||
|
- VIDEO_MT9V111=m
|
||||||
|
- VIDEO_SR030PC30=m
|
||||||
|
- VIDEO_NOON010PC30=m
|
||||||
|
- VIDEO_M5MOLS=m
|
||||||
|
- VIDEO_RJ54N1=m
|
||||||
|
- VIDEO_S5K6AA=m
|
||||||
|
- VIDEO_S5K6A3=m
|
||||||
|
- VIDEO_S5K4ECGX=m
|
||||||
|
- VIDEO_S5K5BAF=m
|
||||||
|
- VIDEO_SMIAPP=m
|
||||||
|
- VIDEO_ET8EK8=m
|
||||||
|
- VIDEO_S5C73M3=m
|
||||||
|
- VIDEO_AD5820=m
|
||||||
|
- VIDEO_AK7375=m
|
||||||
|
- VIDEO_DW9714=m
|
||||||
|
- VIDEO_DW9807_VCM=m
|
||||||
|
- VIDEO_ADP1653=m
|
||||||
|
- VIDEO_LM3560=m
|
||||||
|
- VIDEO_LM3646=m
|
||||||
|
- SDR_MAX2175=m
|
||||||
|
- VIDEO_THS7303=m
|
||||||
|
- VIDEO_I2C=m
|
||||||
|
- VIDEO_ST_MIPID02=n
|
||||||
|
- VIDEO_GS1662=m
|
||||||
|
- DVB_S5H1432=m
|
||||||
|
- DVB_DIB9000=m
|
||||||
|
- DVB_CXD2880=m
|
||||||
|
- DVB_MN88443X=m
|
||||||
|
- DVB_LNBH29=m
|
||||||
|
- DVB_LGS8GL5=m
|
||||||
|
- Graphics
|
||||||
|
- DRM_AMD_DC_DCN2_0=y
|
||||||
|
- DRM_AMD_DC_DSC_SUPPORT=y
|
||||||
|
- DRM_I915_FORCE_PROBE=""
|
||||||
|
- DRM_I915_DEBUG_MMIO=n
|
||||||
|
- DRM_I915_USERFAULT_AUTOSUSPEND=250
|
||||||
|
- DRM_I915_SPIN_REQUEST=5
|
||||||
|
- DRM_PANEL_OSD_OSD101T2587_53TS=m
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E63M0=m
|
||||||
|
- Sound
|
||||||
|
- SND_SOC_INTEL_CML_H=m
|
||||||
|
- SND_SOC_INTEL_CML_LP=m
|
||||||
|
- SND_SOC_INTEL_BYT_CHT_CX2072X_MACH=m
|
||||||
|
- SND_SOC_SOF_COMETLAKE_LP_SUPPORT=y
|
||||||
|
- SND_SOC_SOF_COMETLAKE_H_SUPPORT=y
|
||||||
|
- SND_SOC_CX2072X=m
|
||||||
|
- InfiniBand
|
||||||
|
- RDMA_SIW=m
|
||||||
|
- Platform specific drivers
|
||||||
|
- XIAOMI_WMI=m
|
||||||
|
- ACPI_CMPC=m
|
||||||
|
- SAMSUNG_Q10=m
|
||||||
|
- INTEL_SPEED_SELECT_INTERFACE=m
|
||||||
|
- CROS_EC_ISHTP=m
|
||||||
|
- WILCO_EC_EVENTS=m
|
||||||
|
- WILCO_EC_TELEMETRY=m
|
||||||
|
- Industrial I/O
|
||||||
|
- XILINX_XADC=n
|
||||||
|
- ADF4371=n
|
||||||
|
- DPS310=n
|
||||||
|
- LEDs
|
||||||
|
- LEDS_SPI_BYTE=m
|
||||||
|
- LEDS_TI_LMU_COMMON=m
|
||||||
|
- LEDS_LM3697=m
|
||||||
|
- LEDS_LM36274=m
|
||||||
|
- Other drivers
|
||||||
|
- MTD_HYPERBUS=m
|
||||||
|
- HBMC_AM654=m
|
||||||
|
- XILINX_SDFEC=n
|
||||||
|
- GPIO_XILINX=m
|
||||||
|
- WATCHDOG_OPEN_TIMEOUT=0
|
||||||
|
- MFD_CS47L15=y
|
||||||
|
- MFD_CS47L92=y
|
||||||
|
- MFD_ROHM_BD70528=n
|
||||||
|
- RTC_DRV_BD70528=m
|
||||||
|
- DW_EDMA=m
|
||||||
|
- DW_EDMA_PCIE=m
|
||||||
|
- COMMON_CLK_SI5341=m
|
||||||
|
- EXTCON_FSA9480=m
|
||||||
|
- NTB_MSI=y
|
||||||
|
- NTB_MSI_TEST=n
|
||||||
|
- RAS_CEC_DEBUG=n
|
||||||
|
- AL_FIC=n
|
||||||
|
- Virtualization
|
||||||
|
- VIRTIO_PMEM=m
|
||||||
|
- Security options
|
||||||
|
- KEYS_REQUEST_CACHE=y
|
||||||
|
- Kernel hardening options
|
||||||
|
- INIT_ON_ALLOC_DEFAULT_ON=n
|
||||||
|
- INIT_ON_FREE_DEFAULT_ON=n
|
||||||
|
- Cryptographic API
|
||||||
|
- CRYPTO_XXHASH=n
|
||||||
|
- CRYPTO_DEV_ATMEL_ECC=m
|
||||||
|
- CRYPTO_DEV_ATMEL_SHA204A=m
|
||||||
|
- Kernel hacking
|
||||||
|
- HEADERS_INSTALL=n
|
||||||
|
- REED_SOLOMON_TEST=n
|
||||||
|
- TEST_BLACKHOLE_DEV=n
|
||||||
|
- TEST_MEMINIT=n
|
||||||
|
- commit 0a6d0d9
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -11493,6 +12125,12 @@ Sat Jan 26 11:04:18 CET 2019 - jslaby@suse.cz
|
|||||||
mapped address (bnc#1012628).
|
mapped address (bnc#1012628).
|
||||||
- commit 34ae151
|
- commit 34ae151
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 24 13:06:05 CET 2019 - ptesarik@suse.cz
|
||||||
|
|
||||||
|
- Add product identifying information to VMCOREINFO (bsc#1123015).
|
||||||
|
- commit 68ca35e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#!BuildIgnore: post-build-checks
|
#!BuildIgnore: post-build-checks
|
||||||
|
|
||||||
%define patchversion 5.2.14
|
%define patchversion 5.3.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: kernel%kernel_flavor-srchash-7f854145206e391dc3c013cd94af25a92c37e906
|
BuildRequires: kernel%kernel_flavor-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
|
|
||||||
%if 0%{?rhel_version}
|
%if 0%{?rhel_version}
|
||||||
BuildRequires: kernel
|
BuildRequires: kernel
|
||||||
@ -54,7 +54,7 @@ BuildRequires: kernel
|
|||||||
|
|
||||||
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc64 ppc64le s390x x86_64
|
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc64 ppc64le s390x x86_64
|
||||||
%if 0%{?suse_version} < 1315
|
%if 0%{?suse_version} < 1315
|
||||||
# For SLE 11
|
# For SLE 11
|
||||||
BuildRequires: mkinitrd
|
BuildRequires: mkinitrd
|
||||||
BuildRequires: perl-Bootloader
|
BuildRequires: perl-Bootloader
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -64,9 +64,9 @@ BuildRequires: dracut
|
|||||||
Summary: package kernel and initrd for OBS VM builds
|
Summary: package kernel and initrd for OBS VM builds
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 5.2.14
|
Version: 5.3.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g7f85414
|
Release: <RELEASE>.ga541a6c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -74,7 +74,7 @@ Release: 0
|
|||||||
%description
|
%description
|
||||||
This package is repackaging already compiled kernels to make them usable
|
This package is repackaging already compiled kernels to make them usable
|
||||||
inside of Open Build Service (OBS) VM builds. An initrd with some basic
|
inside of Open Build Service (OBS) VM builds. An initrd with some basic
|
||||||
kernel modules is generated as well, but further kernel modules can be
|
kernel modules is generated as well, but further kernel modules can be
|
||||||
loaded during build when installing the kernel package.
|
loaded during build when installing the kernel package.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -116,7 +116,7 @@ echo "DefaultTasksAccounting=no" >> /etc/systemd/system.conf
|
|||||||
|
|
||||||
# a longer list to have them also available for qemu cross builds where x86_64 kernel runs in eg. arm env.
|
# a longer list to have them also available for qemu cross builds where x86_64 kernel runs in eg. arm env.
|
||||||
# this list of modules where available on build workers of build.opensuse.org, so we stay compatible.
|
# this list of modules where available on build workers of build.opensuse.org, so we stay compatible.
|
||||||
export KERNEL_MODULES="loop dm-mod dm-snapshot binfmt-misc fuse kqemu squashfs ext2 ext3 ext4 reiserfs btrfs xfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_mmio virtio_blk virtio_rng fat vfat nls_cp437 nls_iso8859-1 ibmvscsi sd_mod e1000 ibmveth"
|
export KERNEL_MODULES="loop dm-crypt dm-mod dm-snapshot binfmt-misc fuse kqemu squashfs ext2 ext3 ext4 reiserfs btrfs xfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_mmio virtio_blk virtio_rng fat vfat nls_cp437 nls_iso8859-1 ibmvscsi sd_mod e1000 ibmveth"
|
||||||
|
|
||||||
# manually load all modules to make sure they're available
|
# manually load all modules to make sure they're available
|
||||||
for i in $KERNEL_MODULES; do
|
for i in $KERNEL_MODULES; do
|
||||||
@ -141,7 +141,7 @@ ROOT=""
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} < 1315
|
%if 0%{?suse_version} && 0%{?suse_version} < 1315
|
||||||
# For SLE 11
|
# For SLE 11
|
||||||
/sbin/mkinitrd $ROOT \
|
/sbin/mkinitrd $ROOT \
|
||||||
-m "$KERNEL_MODULES" \
|
-m "$KERNEL_MODULES" \
|
||||||
-k /boot/%{kernel_name}-*-default -M /boot/System.map-*-default -i /tmp/initrd.kvm -B
|
-k /boot/%{kernel_name}-*-default -M /boot/System.map-*-default -i /tmp/initrd.kvm -B
|
||||||
|
@ -54,7 +54,7 @@ BuildRequires: kernel
|
|||||||
|
|
||||||
ExclusiveArch: @ARCHS@
|
ExclusiveArch: @ARCHS@
|
||||||
%if 0%{?suse_version} < 1315
|
%if 0%{?suse_version} < 1315
|
||||||
# For SLE 11
|
# For SLE 11
|
||||||
BuildRequires: mkinitrd
|
BuildRequires: mkinitrd
|
||||||
BuildRequires: perl-Bootloader
|
BuildRequires: perl-Bootloader
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -74,7 +74,7 @@ Release: @RELEASE@
|
|||||||
%description
|
%description
|
||||||
This package is repackaging already compiled kernels to make them usable
|
This package is repackaging already compiled kernels to make them usable
|
||||||
inside of Open Build Service (OBS) VM builds. An initrd with some basic
|
inside of Open Build Service (OBS) VM builds. An initrd with some basic
|
||||||
kernel modules is generated as well, but further kernel modules can be
|
kernel modules is generated as well, but further kernel modules can be
|
||||||
loaded during build when installing the kernel package.
|
loaded during build when installing the kernel package.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -116,7 +116,7 @@ echo "DefaultTasksAccounting=no" >> /etc/systemd/system.conf
|
|||||||
|
|
||||||
# a longer list to have them also available for qemu cross builds where x86_64 kernel runs in eg. arm env.
|
# a longer list to have them also available for qemu cross builds where x86_64 kernel runs in eg. arm env.
|
||||||
# this list of modules where available on build workers of build.opensuse.org, so we stay compatible.
|
# this list of modules where available on build workers of build.opensuse.org, so we stay compatible.
|
||||||
export KERNEL_MODULES="loop dm-mod dm-snapshot binfmt-misc fuse kqemu squashfs ext2 ext3 ext4 reiserfs btrfs xfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_mmio virtio_blk virtio_rng fat vfat nls_cp437 nls_iso8859-1 ibmvscsi sd_mod e1000 ibmveth"
|
export KERNEL_MODULES="loop dm-crypt dm-mod dm-snapshot binfmt-misc fuse kqemu squashfs ext2 ext3 ext4 reiserfs btrfs xfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_mmio virtio_blk virtio_rng fat vfat nls_cp437 nls_iso8859-1 ibmvscsi sd_mod e1000 ibmveth"
|
||||||
|
|
||||||
# manually load all modules to make sure they're available
|
# manually load all modules to make sure they're available
|
||||||
for i in $KERNEL_MODULES; do
|
for i in $KERNEL_MODULES; do
|
||||||
@ -141,7 +141,7 @@ ROOT=""
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} < 1315
|
%if 0%{?suse_version} && 0%{?suse_version} < 1315
|
||||||
# For SLE 11
|
# For SLE 11
|
||||||
/sbin/mkinitrd $ROOT \
|
/sbin/mkinitrd $ROOT \
|
||||||
-m "$KERNEL_MODULES" \
|
-m "$KERNEL_MODULES" \
|
||||||
-k /boot/%{kernel_name}-*-default -M /boot/System.map-*-default -i /tmp/initrd.kvm -B
|
-k /boot/%{kernel_name}-*-default -M /boot/System.map-*-default -i /tmp/initrd.kvm -B
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3 final
|
||||||
|
- Eliminated 3 patches
|
||||||
|
- Refresh configs
|
||||||
|
- NF_CONNTRACK_SLP is gone
|
||||||
|
- commit 6baef36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -5,6 +14,22 @@ Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
|||||||
writeback attempts (btrfs hangup).
|
writeback attempts (btrfs hangup).
|
||||||
- commit 7f85414
|
- commit 7f85414
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:15:38 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/netfilter-ip_conntrack_slp.patch (FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
This veteran out of tree patch is no longer needed since the userspace
|
||||||
|
conntrack helper (in conntrack-tools / conntrackd) has reached Factory.
|
||||||
|
- commit d6f0b71
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:14:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update and reenable
|
||||||
|
patches.suse/Revert-netfilter-conntrack-remove-helper-hook-again.patch
|
||||||
|
(FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
- commit 029452e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -186,6 +211,13 @@ Mon Sep 9 09:39:52 CEST 2019 - guillaume.gardet@arm.com
|
|||||||
Set requirements respectively to 30GB and 20GB.
|
Set requirements respectively to 30GB and 20GB.
|
||||||
- commit f84c163
|
- commit f84c163
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 9 06:52:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc8
|
||||||
|
- refresh armv6hl configs (IXP4xx drivers no longer visible)
|
||||||
|
- commit 3dea797
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -480,6 +512,36 @@ Tue Sep 3 12:47:56 CEST 2019 - mkubecek@suse.cz
|
|||||||
kernel performance teams confirmed that performance impact is acceptable.
|
kernel performance teams confirmed that performance impact is acceptable.
|
||||||
- commit d6e8aab
|
- commit d6e8aab
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 2 22:41:27 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc7
|
||||||
|
- Refresh configs
|
||||||
|
- IXP4xx SoC drivers not visible
|
||||||
|
- gcc 9.2.1
|
||||||
|
- commit 9bff5f9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 1 21:36:39 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: armv7hl: Enable cadence watchdog
|
||||||
|
CONFIG_CADENCE_WATCHDOG is required for Zynq-7000 based MIYR Zturn board.
|
||||||
|
- commit c4cbe5e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:35:20 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Update ARMv6 config files
|
||||||
|
- commit c17167d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:27:22 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Reenable ARMv7 config for Kernel 5.3
|
||||||
|
All modules plus errata's enabled. Reused other
|
||||||
|
values from x86_64 update.
|
||||||
|
- commit b1c627e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -763,6 +825,14 @@ Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
|||||||
- rxrpc: Fix local refcounting (bnc#1012628).
|
- rxrpc: Fix local refcounting (bnc#1012628).
|
||||||
- commit 6385110
|
- commit 6385110
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 15:36:42 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- mwifiex: Fix three heap overflow at
|
||||||
|
parsing element in cfg80211_ap_settings
|
||||||
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
|
- commit 528fd68
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -771,6 +841,31 @@ Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
|||||||
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
- commit 05e68fe
|
- commit 05e68fe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 13:30:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: mark more core networking modules supported
|
||||||
|
Two more netfilter modules and one more *_diag should be supported too.
|
||||||
|
- commit bee2dd8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 12:42:47 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update status of some networking core modules
|
||||||
|
This marks new networking modules which should be supported as such; it is
|
||||||
|
mostly netfilter and traffic control modules which have been following the
|
||||||
|
"support all of them" policy for some time.
|
||||||
|
- commit 65e1131
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 10:23:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: obsolete paths cleanup
|
||||||
|
Update paths for existing modules which were moved, clean up duplicate
|
||||||
|
entries and drop entries for modules which no longer exist (either not
|
||||||
|
built any more or built into the image now).
|
||||||
|
- commit 3bb142a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -789,12 +884,35 @@ Tue Aug 27 10:09:41 CEST 2019 - jslaby@suse.cz
|
|||||||
Update to the upstreamed patch.
|
Update to the upstreamed patch.
|
||||||
- commit bb236c2
|
- commit bb236c2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 16:12:29 CEST 2019 - jgross@suse.com
|
||||||
|
|
||||||
|
- usb: Introduce Xen pvUSB frontend (xen hcd) (fate#315712).
|
||||||
|
- Update config files.
|
||||||
|
- usb: Add Xen pvUSB protocol description (fate#315712).
|
||||||
|
- commit b32b2bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:48:01 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
|
- commit b08d3d5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
- commit 6f03484
|
- commit 6f03484
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:32:51 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15098,bsc#1146378).
|
||||||
|
- Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15099,bsc#1146368).
|
||||||
|
- commit 758e216
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -811,6 +929,19 @@ Mon Aug 26 09:39:32 CEST 2019 - bpoirier@suse.com
|
|||||||
CVE-2019-15504).
|
CVE-2019-15504).
|
||||||
- commit 5009555
|
- commit 5009555
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 09:24:08 CEST 2019 - bpoirier@suse.com
|
||||||
|
|
||||||
|
- Fix a double free bug in rsi_91x_deinit (bnc#1147116
|
||||||
|
CVE-2019-15504).
|
||||||
|
- commit 8ae43d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 25 21:49:44 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc6
|
||||||
|
- commit 2831011
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1052,6 +1183,49 @@ Thu Aug 22 23:37:43 CEST 2019 - msuchanek@suse.de
|
|||||||
- Parametrize kgraft vs livepatch.
|
- Parametrize kgraft vs livepatch.
|
||||||
- commit 16f6816
|
- commit 16f6816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 23:04:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: Enable livepatch.
|
||||||
|
- commit e001776
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 14:03:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: update from SLE15-SP2
|
||||||
|
In general, we want features and drivers from SLE also in openSUSE unless
|
||||||
|
we have a good reason not to. Enable most config options which were
|
||||||
|
disabled in master but enabled in SLE15-SP2 (inherited from SLE15-SP1).
|
||||||
|
- commit 769684a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 15:00:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: reorganize sections
|
||||||
|
With ~40 patches in master branch, we have accumulated way too many
|
||||||
|
sections in series.conf, some of them being very specific. While new SLE
|
||||||
|
and Leap branches are going to have more patches, vast majority of them is
|
||||||
|
going to end up in the sorted section (e.g. less than 1% of SLE15-SP1
|
||||||
|
patches are neither sorted nor stable baskports right now - and that
|
||||||
|
includes quite a few which would actually belong into the sorted section
|
||||||
|
but are left outside for historical reasons).
|
||||||
|
After the reorganization, series.conf is ordered like this:
|
||||||
|
- stable backports (patches.kernel.org/*)
|
||||||
|
- tweaks applied to vanilla (patches.rpmify/*)
|
||||||
|
- sorted section (not in master)
|
||||||
|
- unsorted patches expected to get into mainline soon
|
||||||
|
- permanent and longterm non-upstream patches
|
||||||
|
- kabi hacks (not in master)
|
||||||
|
This commit has no effect on expanded tree.
|
||||||
|
- commit 8ac1895
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 14:13:15 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: cleanup
|
||||||
|
Only whitespace and comments, no efect on expanded tree.
|
||||||
|
- commit bf21808
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1067,6 +1241,15 @@ Mon Aug 19 17:46:30 CEST 2019 - bp@suse.de
|
|||||||
Factory first!
|
Factory first!
|
||||||
- commit fc98fd1
|
- commit fc98fd1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 19 05:32:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc5
|
||||||
|
- Refresh configs
|
||||||
|
- RDMA_SIW available on i386 (=m)
|
||||||
|
- clean up unavailable options
|
||||||
|
- commit cadbe00
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1326,6 +1509,14 @@ Fri Aug 16 22:01:45 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 80c0ffe
|
- commit 80c0ffe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Revert "Workaround gcc regression on ppc64 (bko#204125)."
|
||||||
|
This reverts commit 8b84d1d46ff90146bb6ba5b760a54ddd87a1a680.
|
||||||
|
Works for me 5.3-rc4-65-g329120423947
|
||||||
|
- commit d8f9e6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
@ -1347,6 +1538,14 @@ Mon Aug 12 09:11:56 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1142926).
|
(bnc#1142926).
|
||||||
- commit a44175e
|
- commit a44175e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 11 22:47:14 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc4
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
- commit 5402233
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1450,12 +1649,37 @@ Fri Aug 9 18:14:50 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/mkspec: Make building DTBs optional.
|
- rpm/mkspec: Make building DTBs optional.
|
||||||
- commit 7c057c8
|
- commit 7c057c8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 17:39:36 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: fix supported modules depending on unsupported on non-x86_64 architectures
|
||||||
|
Some more "unsupported module needed by supported one" errors were reported
|
||||||
|
on aarch64 and ppc64le.
|
||||||
|
- commit 6b609de
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 14:44:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop obsolete entry for hyperv_fb
|
||||||
|
The module moved to a different directory, the obsolete entry causes
|
||||||
|
file conflict betwen kernel-default and kernel-default-extra.
|
||||||
|
- commit 6b112e5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- rpm/modflist: Simplify compression support.
|
- rpm/modflist: Simplify compression support.
|
||||||
- commit fd135a6
|
- commit fd135a6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 13:36:21 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: close with respect to dependencies
|
||||||
|
Modules which some supported module depends on must be supported as well.
|
||||||
|
Also drop obsolete entries for rtsx_pci and rtsx_usb which were moved
|
||||||
|
between 4.12 and 5.3.
|
||||||
|
- commit b781c36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -1467,6 +1691,46 @@ Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
|||||||
in addition to ".ko".
|
in addition to ".ko".
|
||||||
- commit 18fcdff
|
- commit 18fcdff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 12:08:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Bring back MODVERDIR to Makefile.modpost (bsc#1066369).
|
||||||
|
- commit 6cc69f5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 10:38:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort again
|
||||||
|
Make the order compatible with scripts/supported-conf-fixup (LC_ALL=C).
|
||||||
|
- commit 4a4b5dd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 08:28:37 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- supported.conf: Sort alphabetically, align comments.
|
||||||
|
- commit 5189766
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:32:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop extensions
|
||||||
|
To make things more consistent, drop all ".ko" extensions.
|
||||||
|
- commit 398461b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:00:48 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update patches.suse/supported-flag.
|
||||||
|
Fix ReST table.
|
||||||
|
- commit 0692bf4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 21:39:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Use upstream TAINT_AUX for TAINT_EXTERNAL_SUPPORT.
|
||||||
|
Refresh patches.suse/supported-flag.
|
||||||
|
- commit a4999e0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1481,6 +1745,56 @@ Thu Aug 8 15:31:02 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1139939).
|
(bnc#1139939).
|
||||||
- commit 8434c05
|
- commit 8434c05
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 14:35:08 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- rpm/kernel-obs-build.spec.in: add dm-crypt for building with cryptsetup
|
||||||
|
Co-Authored-By: Adam Spiers <aspiers@suse.com>
|
||||||
|
- commit 1756301
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 10:34:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries for all architectures
|
||||||
|
As list of built modules depends on architecture, we must also add entries
|
||||||
|
for modules which are not built (or do not even exist) on x86_64 but are
|
||||||
|
built on other architectures (aarch64, ppc64le, s390x).
|
||||||
|
- commit 8f74082
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:16:02 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries
|
||||||
|
Add all modules currently built but not listed in supported.conf.
|
||||||
|
Another update will be necessary once we replace configs inherited from
|
||||||
|
master with true SLE15-SP2 configs. This is also why entries for modules
|
||||||
|
not built are left in the file for now.
|
||||||
|
- commit 0f5033c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:01:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort
|
||||||
|
Also remove one commented out line.
|
||||||
|
- commit b539157
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:36:22 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: cleanup
|
||||||
|
Remove duplicate and shadowed entries.
|
||||||
|
- commit 25e91ec
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:21:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update from SLE15-SP1
|
||||||
|
Differences from current SLE15-SP1 supported.conf:
|
||||||
|
- f71808e_wdt and it87_wdt supported (jdelvare)
|
||||||
|
- bpfilter marked +base (tiwai, bsc#1106751)
|
||||||
|
- unified indentation
|
||||||
|
- commit 02162e4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1493,6 +1807,12 @@ Wed Aug 7 21:14:19 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
||||||
- commit af37821
|
- commit af37821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 7 18:49:38 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to 5.3-rc3
|
||||||
|
- commit f1f49f3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1500,6 +1820,9 @@ Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
|||||||
We already had it for armv6hl but were lacking it on arm64.
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
Add it on armv7hl for consistency while at it.
|
Add it on armv7hl for consistency while at it.
|
||||||
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
||||||
|
- config: Enable SENSORS_GPIO_FAN for all of Arm (boo#1144723)
|
||||||
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
|
Add it on armv7hl for consistency while at it.
|
||||||
- commit 71d4424
|
- commit 71d4424
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -1736,6 +2059,17 @@ Tue Aug 6 21:39:08 CEST 2019 - jslaby@suse.cz
|
|||||||
- ARM: riscpc: fix DMA (bnc#1012628).
|
- ARM: riscpc: fix DMA (bnc#1012628).
|
||||||
- commit a3e04b1
|
- commit a3e04b1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 5 07:15:46 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc3
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/supported-flag
|
||||||
|
- patches.suse/supported-flag-external
|
||||||
|
- Refresh configs
|
||||||
|
- commit 571863b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1770,6 +2104,13 @@ Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 187170c
|
- commit 187170c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 1 07:07:43 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: refresh x86_64/default
|
||||||
|
With HBMC_AM654 disabled, nothing selects MULTIPLEXER any more.
|
||||||
|
- commit 07a1a73
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||||
|
|
||||||
@ -2149,12 +2490,32 @@ Wed Jul 31 11:06:04 CEST 2019 - jslaby@suse.cz
|
|||||||
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
||||||
- commit b607c27
|
- commit b607c27
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 31 10:52:34 CEST 2019 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: CONFIG_HBMC_AM654=n
|
||||||
|
The TI AM654 is an ARM64 SoC, so disable the driver on all other
|
||||||
|
architectures.
|
||||||
|
- commit 042f63f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
||||||
|
|
||||||
- packaging: add support for riscv64
|
- packaging: add support for riscv64
|
||||||
- commit c2885ea
|
- commit c2885ea
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 28 22:20:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc2
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- patches.suse/dma-mapping-use-dma_get_mask-in-dma_addressing_limit.patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
- Config changes
|
||||||
|
- NF_TABLES_BRIDGE=m (was =y)
|
||||||
|
- commit fc5ebf3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -2958,12 +3319,25 @@ Fri Jul 26 10:47:45 CEST 2019 - jslaby@suse.cz
|
|||||||
- ath10k: Check tx_stats before use it (bnc#1012628).
|
- ath10k: Check tx_stats before use it (bnc#1012628).
|
||||||
- commit f5296b5
|
- commit f5296b5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 24 14:42:00 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- dma-mapping: use dma_get_mask in dma_addressing_limited
|
||||||
|
(https://lore.kernel.org/lkml/cda1952f-0265-e055-a3ce-237c59069a3f@suse.com/T/#u).
|
||||||
|
- commit c584343
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- scripts/arch-symbols: add missing link.
|
- scripts/arch-symbols: add missing link.
|
||||||
- commit ee7c635
|
- commit ee7c635
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 18:12:09 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: enable kernel module compression (bsc#1135854)
|
||||||
|
- commit b333e24
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -2972,12 +3346,46 @@ Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
|||||||
in config.sh, then mkspec will pass it to the spec file.
|
in config.sh, then mkspec will pass it to the spec file.
|
||||||
- commit cdf5806
|
- commit cdf5806
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 15:19:30 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Workaround gcc regression on ppc64 (bko#204125).
|
||||||
|
- commit 8b84d1d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 12:03:57 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config.conf: Add ppc64 kvmsmall config (bsc#1137361).
|
||||||
|
- Remove superfluous i2c drivers from ppc64 config
|
||||||
|
-CONFIG_I2C_ALGOPCA=m
|
||||||
|
-CONFIG_I2C_AMD8111=m
|
||||||
|
-CONFIG_I2C_CBUS_GPIO=m
|
||||||
|
-CONFIG_I2C_DESIGNWARE_CORE=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PLATFORM=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PCI=m
|
||||||
|
-CONFIG_I2C_OCORES=m
|
||||||
|
-CONFIG_I2C_PCA_PLATFORM=m
|
||||||
|
Can't get rid of i2c in kvmsmall anyway but at least the DW i2c is gone.
|
||||||
|
- commit 3d0102c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
||||||
- commit 72c928d
|
- commit 72c928d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 23:44:25 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: remove unnecessary drivers from kvmsmall
|
||||||
|
The initial merge was incomplete and needed revisiting, which didn't really
|
||||||
|
happen. Since then, new options have been added and not removed from
|
||||||
|
kvmsmall, leading to grow in size.
|
||||||
|
This commit uses the following blacklist:
|
||||||
|
_(BT|CHARGER|CHROMEOS|CROS|DVB|DW|EDAC|FPGA|GPIO|GNSS|HID|INFINIBAND|IR|JOYSTICK|LEDS|MFD|PINCTRL|REGULATOR|RTC|SENSORS|SND_SOC|STAGING|TOUCHSCREEN|VIDEO|XEN|XILINX)[_=]
|
||||||
|
... along with some manual removal of NET_VENDORs with no relevant drivers.
|
||||||
|
- commit e850d85
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -2993,6 +3401,230 @@ Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
|||||||
breaking any other branch. A more proper cleanup will follow.
|
breaking any other branch. A more proper cleanup will follow.
|
||||||
- commit c32f8e7
|
- commit c32f8e7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 12:18:06 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc1
|
||||||
|
- Eliminated 89 patches (83 stable, 6 other)
|
||||||
|
- ARM configs need update
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
|
||||||
|
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
patches.suse/rpm-kernel-config
|
||||||
|
patches.suse/supported-flag
|
||||||
|
patches.suse/vfs-add-super_operations-get_inode_dev
|
||||||
|
- replace patches.rpmify/BPF-UMH-do-not-detect-if-compiler-can-link-userspace.patch
|
||||||
|
with patches.rpmify/Kconfig-make-CONFIG_CC_CAN_LINK-always-true.patch
|
||||||
|
- New config options:
|
||||||
|
- General setup
|
||||||
|
- HEADER_TEST=y
|
||||||
|
- KERNEL_HEADER_TEST=y
|
||||||
|
- PREEMPT_LL=n
|
||||||
|
- UCLAMP_TASK=y
|
||||||
|
- UCLAMP_BUCKETS_COUNT=5
|
||||||
|
- Processor type and features
|
||||||
|
- ACRN_GUEST=y
|
||||||
|
- LEGACY_VSYSCALL_XONLY=y
|
||||||
|
- IO Schedulers
|
||||||
|
- BFQ_CGROUP_DEBUG=n (=y in */debug)
|
||||||
|
- Networking
|
||||||
|
- NFT_SYNPROXY=m
|
||||||
|
- NFT_BRIDGE_META=m
|
||||||
|
- NF_CONNTRACK_BRIDGE=m
|
||||||
|
- NET_ACT_MPLS=m
|
||||||
|
- NET_ACT_CTINFO=m
|
||||||
|
- NET_ACT_CT=m
|
||||||
|
- BT_HCIBTUSB_MTK=y
|
||||||
|
- GVE=m
|
||||||
|
- MLX5_FPGA_IPSEC=y
|
||||||
|
- MLX5_FPGA_TLS=y
|
||||||
|
- MLX5_TLS=y
|
||||||
|
- STMMAC_SELFTESTS=n
|
||||||
|
- XILINX_AXI_EMAC=m
|
||||||
|
- SFP=m
|
||||||
|
- NXP_TJA11XX_PHY=m
|
||||||
|
- PHY_MIXEL_MIPI_DPHY=m
|
||||||
|
- File systems
|
||||||
|
- UBIFS_FS_ZSTD=y
|
||||||
|
- SUNRPC_DISABLE_INSECURE_ENCTYPES=n
|
||||||
|
- CEPH_FS_SECURITY_LABEL=y
|
||||||
|
- Generic driver options
|
||||||
|
- FW_LOADER_COMPRESS=y
|
||||||
|
- Storage
|
||||||
|
- SCSI_FDOMAIN_PCI=m
|
||||||
|
- SCSI_FDOMAIN_ISA=n
|
||||||
|
- PCMCIA_FDOMAIN=n
|
||||||
|
- Input
|
||||||
|
- KEYBOARD_APPLESPI=m
|
||||||
|
- Power supply and hardware monitoring
|
||||||
|
- POWER_SUPPLY_HWMON=y
|
||||||
|
- CHARGER_WILCO=m
|
||||||
|
- SENSORS_IRPS5401=m
|
||||||
|
- SENSORS_PXE1610=m
|
||||||
|
- REGULATOR_ARIZONA_LDO1=m
|
||||||
|
- REGULATOR_ARIZONA_MICSUPP=m
|
||||||
|
- REGULATOR_SLG51000=m
|
||||||
|
- Multimedia
|
||||||
|
- DVB_USB_CXUSB_ANALOG=y
|
||||||
|
- VIDEO_TDA1997X=m
|
||||||
|
- VIDEO_TLV320AIC23B=m
|
||||||
|
- VIDEO_ADV7180=m
|
||||||
|
- VIDEO_ADV7183=m
|
||||||
|
- VIDEO_ADV7604=m
|
||||||
|
- VIDEO_ADV7604_CEC=y
|
||||||
|
- VIDEO_ADV7842=m
|
||||||
|
- VIDEO_ADV7842_CEC=y
|
||||||
|
- VIDEO_BT819=m
|
||||||
|
- VIDEO_BT856=m
|
||||||
|
- VIDEO_BT866=m
|
||||||
|
- VIDEO_KS0127=m
|
||||||
|
- VIDEO_ML86V7667=m
|
||||||
|
- VIDEO_SAA7110=m
|
||||||
|
- VIDEO_TC358743=m
|
||||||
|
- VIDEO_TC358743_CEC=y
|
||||||
|
- VIDEO_TVP514X=m
|
||||||
|
- VIDEO_TVP7002=m
|
||||||
|
- VIDEO_TW9910=m
|
||||||
|
- VIDEO_VPX3220=m
|
||||||
|
- VIDEO_SAA7185=m
|
||||||
|
- VIDEO_ADV7170=m
|
||||||
|
- VIDEO_ADV7175=m
|
||||||
|
- VIDEO_ADV7343=m
|
||||||
|
- VIDEO_ADV7393=m
|
||||||
|
- VIDEO_ADV7511=m
|
||||||
|
- VIDEO_ADV7511_CEC=y
|
||||||
|
- VIDEO_AD9389B=m
|
||||||
|
- VIDEO_AK881X=m
|
||||||
|
- VIDEO_THS8200=m
|
||||||
|
- VIDEO_IMX214=m
|
||||||
|
- VIDEO_IMX258=m
|
||||||
|
- VIDEO_IMX274=m
|
||||||
|
- VIDEO_IMX319=m
|
||||||
|
- VIDEO_IMX355=m
|
||||||
|
- VIDEO_OV2659=m
|
||||||
|
- VIDEO_OV2680=m
|
||||||
|
- VIDEO_OV2685=m
|
||||||
|
- VIDEO_OV5647=m
|
||||||
|
- VIDEO_OV6650=m
|
||||||
|
- VIDEO_OV5670=m
|
||||||
|
- VIDEO_OV5695=m
|
||||||
|
- VIDEO_OV7251=m
|
||||||
|
- VIDEO_OV772X=m
|
||||||
|
- VIDEO_OV7740=m
|
||||||
|
- VIDEO_OV8856=m
|
||||||
|
- VIDEO_OV9640=m
|
||||||
|
- VIDEO_OV9650=m
|
||||||
|
- VIDEO_OV13858=m
|
||||||
|
- VIDEO_VS6624=m
|
||||||
|
- VIDEO_MT9M001=m
|
||||||
|
- VIDEO_MT9M032=m
|
||||||
|
- VIDEO_MT9M111=m
|
||||||
|
- VIDEO_MT9P031=m
|
||||||
|
- VIDEO_MT9T001=m
|
||||||
|
- VIDEO_MT9T112=m
|
||||||
|
- VIDEO_MT9V032=m
|
||||||
|
- VIDEO_MT9V111=m
|
||||||
|
- VIDEO_SR030PC30=m
|
||||||
|
- VIDEO_NOON010PC30=m
|
||||||
|
- VIDEO_M5MOLS=m
|
||||||
|
- VIDEO_RJ54N1=m
|
||||||
|
- VIDEO_S5K6AA=m
|
||||||
|
- VIDEO_S5K6A3=m
|
||||||
|
- VIDEO_S5K4ECGX=m
|
||||||
|
- VIDEO_S5K5BAF=m
|
||||||
|
- VIDEO_SMIAPP=m
|
||||||
|
- VIDEO_ET8EK8=m
|
||||||
|
- VIDEO_S5C73M3=m
|
||||||
|
- VIDEO_AD5820=m
|
||||||
|
- VIDEO_AK7375=m
|
||||||
|
- VIDEO_DW9714=m
|
||||||
|
- VIDEO_DW9807_VCM=m
|
||||||
|
- VIDEO_ADP1653=m
|
||||||
|
- VIDEO_LM3560=m
|
||||||
|
- VIDEO_LM3646=m
|
||||||
|
- SDR_MAX2175=m
|
||||||
|
- VIDEO_THS7303=m
|
||||||
|
- VIDEO_I2C=m
|
||||||
|
- VIDEO_ST_MIPID02=n
|
||||||
|
- VIDEO_GS1662=m
|
||||||
|
- DVB_S5H1432=m
|
||||||
|
- DVB_DIB9000=m
|
||||||
|
- DVB_CXD2880=m
|
||||||
|
- DVB_MN88443X=m
|
||||||
|
- DVB_LNBH29=m
|
||||||
|
- DVB_LGS8GL5=m
|
||||||
|
- Graphics
|
||||||
|
- DRM_AMD_DC_DCN2_0=y
|
||||||
|
- DRM_AMD_DC_DSC_SUPPORT=y
|
||||||
|
- DRM_I915_FORCE_PROBE=""
|
||||||
|
- DRM_I915_DEBUG_MMIO=n
|
||||||
|
- DRM_I915_USERFAULT_AUTOSUSPEND=250
|
||||||
|
- DRM_I915_SPIN_REQUEST=5
|
||||||
|
- DRM_PANEL_OSD_OSD101T2587_53TS=m
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E63M0=m
|
||||||
|
- Sound
|
||||||
|
- SND_SOC_INTEL_CML_H=m
|
||||||
|
- SND_SOC_INTEL_CML_LP=m
|
||||||
|
- SND_SOC_INTEL_BYT_CHT_CX2072X_MACH=m
|
||||||
|
- SND_SOC_SOF_COMETLAKE_LP_SUPPORT=y
|
||||||
|
- SND_SOC_SOF_COMETLAKE_H_SUPPORT=y
|
||||||
|
- SND_SOC_CX2072X=m
|
||||||
|
- InfiniBand
|
||||||
|
- RDMA_SIW=m
|
||||||
|
- Platform specific drivers
|
||||||
|
- XIAOMI_WMI=m
|
||||||
|
- ACPI_CMPC=m
|
||||||
|
- SAMSUNG_Q10=m
|
||||||
|
- INTEL_SPEED_SELECT_INTERFACE=m
|
||||||
|
- CROS_EC_ISHTP=m
|
||||||
|
- WILCO_EC_EVENTS=m
|
||||||
|
- WILCO_EC_TELEMETRY=m
|
||||||
|
- Industrial I/O
|
||||||
|
- XILINX_XADC=n
|
||||||
|
- ADF4371=n
|
||||||
|
- DPS310=n
|
||||||
|
- LEDs
|
||||||
|
- LEDS_SPI_BYTE=m
|
||||||
|
- LEDS_TI_LMU_COMMON=m
|
||||||
|
- LEDS_LM3697=m
|
||||||
|
- LEDS_LM36274=m
|
||||||
|
- Other drivers
|
||||||
|
- MTD_HYPERBUS=m
|
||||||
|
- HBMC_AM654=m
|
||||||
|
- XILINX_SDFEC=n
|
||||||
|
- GPIO_XILINX=m
|
||||||
|
- WATCHDOG_OPEN_TIMEOUT=0
|
||||||
|
- MFD_CS47L15=y
|
||||||
|
- MFD_CS47L92=y
|
||||||
|
- MFD_ROHM_BD70528=n
|
||||||
|
- RTC_DRV_BD70528=m
|
||||||
|
- DW_EDMA=m
|
||||||
|
- DW_EDMA_PCIE=m
|
||||||
|
- COMMON_CLK_SI5341=m
|
||||||
|
- EXTCON_FSA9480=m
|
||||||
|
- NTB_MSI=y
|
||||||
|
- NTB_MSI_TEST=n
|
||||||
|
- RAS_CEC_DEBUG=n
|
||||||
|
- AL_FIC=n
|
||||||
|
- Virtualization
|
||||||
|
- VIRTIO_PMEM=m
|
||||||
|
- Security options
|
||||||
|
- KEYS_REQUEST_CACHE=y
|
||||||
|
- Kernel hardening options
|
||||||
|
- INIT_ON_ALLOC_DEFAULT_ON=n
|
||||||
|
- INIT_ON_FREE_DEFAULT_ON=n
|
||||||
|
- Cryptographic API
|
||||||
|
- CRYPTO_XXHASH=n
|
||||||
|
- CRYPTO_DEV_ATMEL_ECC=m
|
||||||
|
- CRYPTO_DEV_ATMEL_SHA204A=m
|
||||||
|
- Kernel hacking
|
||||||
|
- HEADERS_INSTALL=n
|
||||||
|
- REED_SOLOMON_TEST=n
|
||||||
|
- TEST_BLACKHOLE_DEV=n
|
||||||
|
- TEST_MEMINIT=n
|
||||||
|
- commit 0a6d0d9
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -11493,6 +12125,12 @@ Sat Jan 26 11:04:18 CET 2019 - jslaby@suse.cz
|
|||||||
mapped address (bnc#1012628).
|
mapped address (bnc#1012628).
|
||||||
- commit 34ae151
|
- commit 34ae151
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 24 13:06:05 CET 2019 - ptesarik@suse.cz
|
||||||
|
|
||||||
|
- Add product identifying information to VMCOREINFO (bsc#1123015).
|
||||||
|
- commit 68ca35e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
# needsrootforbuild
|
# needsrootforbuild
|
||||||
|
|
||||||
|
|
||||||
%define patchversion 5.2.14
|
%define patchversion 5.3.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Summary: Basic QA tests for the kernel
|
Summary: Basic QA tests for the kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 5.2.14
|
Version: 5.3.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g7f85414
|
Release: <RELEASE>.ga541a6c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3 final
|
||||||
|
- Eliminated 3 patches
|
||||||
|
- Refresh configs
|
||||||
|
- NF_CONNTRACK_SLP is gone
|
||||||
|
- commit 6baef36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -5,6 +14,22 @@ Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
|||||||
writeback attempts (btrfs hangup).
|
writeback attempts (btrfs hangup).
|
||||||
- commit 7f85414
|
- commit 7f85414
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:15:38 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/netfilter-ip_conntrack_slp.patch (FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
This veteran out of tree patch is no longer needed since the userspace
|
||||||
|
conntrack helper (in conntrack-tools / conntrackd) has reached Factory.
|
||||||
|
- commit d6f0b71
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:14:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update and reenable
|
||||||
|
patches.suse/Revert-netfilter-conntrack-remove-helper-hook-again.patch
|
||||||
|
(FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
- commit 029452e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -186,6 +211,13 @@ Mon Sep 9 09:39:52 CEST 2019 - guillaume.gardet@arm.com
|
|||||||
Set requirements respectively to 30GB and 20GB.
|
Set requirements respectively to 30GB and 20GB.
|
||||||
- commit f84c163
|
- commit f84c163
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 9 06:52:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc8
|
||||||
|
- refresh armv6hl configs (IXP4xx drivers no longer visible)
|
||||||
|
- commit 3dea797
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -480,6 +512,36 @@ Tue Sep 3 12:47:56 CEST 2019 - mkubecek@suse.cz
|
|||||||
kernel performance teams confirmed that performance impact is acceptable.
|
kernel performance teams confirmed that performance impact is acceptable.
|
||||||
- commit d6e8aab
|
- commit d6e8aab
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 2 22:41:27 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc7
|
||||||
|
- Refresh configs
|
||||||
|
- IXP4xx SoC drivers not visible
|
||||||
|
- gcc 9.2.1
|
||||||
|
- commit 9bff5f9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 1 21:36:39 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: armv7hl: Enable cadence watchdog
|
||||||
|
CONFIG_CADENCE_WATCHDOG is required for Zynq-7000 based MIYR Zturn board.
|
||||||
|
- commit c4cbe5e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:35:20 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Update ARMv6 config files
|
||||||
|
- commit c17167d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:27:22 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Reenable ARMv7 config for Kernel 5.3
|
||||||
|
All modules plus errata's enabled. Reused other
|
||||||
|
values from x86_64 update.
|
||||||
|
- commit b1c627e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -763,6 +825,14 @@ Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
|||||||
- rxrpc: Fix local refcounting (bnc#1012628).
|
- rxrpc: Fix local refcounting (bnc#1012628).
|
||||||
- commit 6385110
|
- commit 6385110
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 15:36:42 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- mwifiex: Fix three heap overflow at
|
||||||
|
parsing element in cfg80211_ap_settings
|
||||||
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
|
- commit 528fd68
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -771,6 +841,31 @@ Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
|||||||
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
- commit 05e68fe
|
- commit 05e68fe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 13:30:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: mark more core networking modules supported
|
||||||
|
Two more netfilter modules and one more *_diag should be supported too.
|
||||||
|
- commit bee2dd8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 12:42:47 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update status of some networking core modules
|
||||||
|
This marks new networking modules which should be supported as such; it is
|
||||||
|
mostly netfilter and traffic control modules which have been following the
|
||||||
|
"support all of them" policy for some time.
|
||||||
|
- commit 65e1131
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 10:23:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: obsolete paths cleanup
|
||||||
|
Update paths for existing modules which were moved, clean up duplicate
|
||||||
|
entries and drop entries for modules which no longer exist (either not
|
||||||
|
built any more or built into the image now).
|
||||||
|
- commit 3bb142a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -789,12 +884,35 @@ Tue Aug 27 10:09:41 CEST 2019 - jslaby@suse.cz
|
|||||||
Update to the upstreamed patch.
|
Update to the upstreamed patch.
|
||||||
- commit bb236c2
|
- commit bb236c2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 16:12:29 CEST 2019 - jgross@suse.com
|
||||||
|
|
||||||
|
- usb: Introduce Xen pvUSB frontend (xen hcd) (fate#315712).
|
||||||
|
- Update config files.
|
||||||
|
- usb: Add Xen pvUSB protocol description (fate#315712).
|
||||||
|
- commit b32b2bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:48:01 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
|
- commit b08d3d5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
- commit 6f03484
|
- commit 6f03484
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:32:51 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15098,bsc#1146378).
|
||||||
|
- Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15099,bsc#1146368).
|
||||||
|
- commit 758e216
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -811,6 +929,19 @@ Mon Aug 26 09:39:32 CEST 2019 - bpoirier@suse.com
|
|||||||
CVE-2019-15504).
|
CVE-2019-15504).
|
||||||
- commit 5009555
|
- commit 5009555
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 09:24:08 CEST 2019 - bpoirier@suse.com
|
||||||
|
|
||||||
|
- Fix a double free bug in rsi_91x_deinit (bnc#1147116
|
||||||
|
CVE-2019-15504).
|
||||||
|
- commit 8ae43d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 25 21:49:44 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc6
|
||||||
|
- commit 2831011
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1052,6 +1183,49 @@ Thu Aug 22 23:37:43 CEST 2019 - msuchanek@suse.de
|
|||||||
- Parametrize kgraft vs livepatch.
|
- Parametrize kgraft vs livepatch.
|
||||||
- commit 16f6816
|
- commit 16f6816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 23:04:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: Enable livepatch.
|
||||||
|
- commit e001776
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 14:03:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: update from SLE15-SP2
|
||||||
|
In general, we want features and drivers from SLE also in openSUSE unless
|
||||||
|
we have a good reason not to. Enable most config options which were
|
||||||
|
disabled in master but enabled in SLE15-SP2 (inherited from SLE15-SP1).
|
||||||
|
- commit 769684a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 15:00:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: reorganize sections
|
||||||
|
With ~40 patches in master branch, we have accumulated way too many
|
||||||
|
sections in series.conf, some of them being very specific. While new SLE
|
||||||
|
and Leap branches are going to have more patches, vast majority of them is
|
||||||
|
going to end up in the sorted section (e.g. less than 1% of SLE15-SP1
|
||||||
|
patches are neither sorted nor stable baskports right now - and that
|
||||||
|
includes quite a few which would actually belong into the sorted section
|
||||||
|
but are left outside for historical reasons).
|
||||||
|
After the reorganization, series.conf is ordered like this:
|
||||||
|
- stable backports (patches.kernel.org/*)
|
||||||
|
- tweaks applied to vanilla (patches.rpmify/*)
|
||||||
|
- sorted section (not in master)
|
||||||
|
- unsorted patches expected to get into mainline soon
|
||||||
|
- permanent and longterm non-upstream patches
|
||||||
|
- kabi hacks (not in master)
|
||||||
|
This commit has no effect on expanded tree.
|
||||||
|
- commit 8ac1895
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 14:13:15 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: cleanup
|
||||||
|
Only whitespace and comments, no efect on expanded tree.
|
||||||
|
- commit bf21808
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1067,6 +1241,15 @@ Mon Aug 19 17:46:30 CEST 2019 - bp@suse.de
|
|||||||
Factory first!
|
Factory first!
|
||||||
- commit fc98fd1
|
- commit fc98fd1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 19 05:32:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc5
|
||||||
|
- Refresh configs
|
||||||
|
- RDMA_SIW available on i386 (=m)
|
||||||
|
- clean up unavailable options
|
||||||
|
- commit cadbe00
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1326,6 +1509,14 @@ Fri Aug 16 22:01:45 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 80c0ffe
|
- commit 80c0ffe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Revert "Workaround gcc regression on ppc64 (bko#204125)."
|
||||||
|
This reverts commit 8b84d1d46ff90146bb6ba5b760a54ddd87a1a680.
|
||||||
|
Works for me 5.3-rc4-65-g329120423947
|
||||||
|
- commit d8f9e6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
@ -1347,6 +1538,14 @@ Mon Aug 12 09:11:56 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1142926).
|
(bnc#1142926).
|
||||||
- commit a44175e
|
- commit a44175e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 11 22:47:14 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc4
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
- commit 5402233
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1450,12 +1649,37 @@ Fri Aug 9 18:14:50 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/mkspec: Make building DTBs optional.
|
- rpm/mkspec: Make building DTBs optional.
|
||||||
- commit 7c057c8
|
- commit 7c057c8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 17:39:36 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: fix supported modules depending on unsupported on non-x86_64 architectures
|
||||||
|
Some more "unsupported module needed by supported one" errors were reported
|
||||||
|
on aarch64 and ppc64le.
|
||||||
|
- commit 6b609de
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 14:44:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop obsolete entry for hyperv_fb
|
||||||
|
The module moved to a different directory, the obsolete entry causes
|
||||||
|
file conflict betwen kernel-default and kernel-default-extra.
|
||||||
|
- commit 6b112e5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- rpm/modflist: Simplify compression support.
|
- rpm/modflist: Simplify compression support.
|
||||||
- commit fd135a6
|
- commit fd135a6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 13:36:21 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: close with respect to dependencies
|
||||||
|
Modules which some supported module depends on must be supported as well.
|
||||||
|
Also drop obsolete entries for rtsx_pci and rtsx_usb which were moved
|
||||||
|
between 4.12 and 5.3.
|
||||||
|
- commit b781c36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -1467,6 +1691,46 @@ Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
|||||||
in addition to ".ko".
|
in addition to ".ko".
|
||||||
- commit 18fcdff
|
- commit 18fcdff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 12:08:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Bring back MODVERDIR to Makefile.modpost (bsc#1066369).
|
||||||
|
- commit 6cc69f5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 10:38:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort again
|
||||||
|
Make the order compatible with scripts/supported-conf-fixup (LC_ALL=C).
|
||||||
|
- commit 4a4b5dd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 08:28:37 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- supported.conf: Sort alphabetically, align comments.
|
||||||
|
- commit 5189766
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:32:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop extensions
|
||||||
|
To make things more consistent, drop all ".ko" extensions.
|
||||||
|
- commit 398461b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:00:48 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update patches.suse/supported-flag.
|
||||||
|
Fix ReST table.
|
||||||
|
- commit 0692bf4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 21:39:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Use upstream TAINT_AUX for TAINT_EXTERNAL_SUPPORT.
|
||||||
|
Refresh patches.suse/supported-flag.
|
||||||
|
- commit a4999e0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1481,6 +1745,56 @@ Thu Aug 8 15:31:02 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1139939).
|
(bnc#1139939).
|
||||||
- commit 8434c05
|
- commit 8434c05
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 14:35:08 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- rpm/kernel-obs-build.spec.in: add dm-crypt for building with cryptsetup
|
||||||
|
Co-Authored-By: Adam Spiers <aspiers@suse.com>
|
||||||
|
- commit 1756301
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 10:34:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries for all architectures
|
||||||
|
As list of built modules depends on architecture, we must also add entries
|
||||||
|
for modules which are not built (or do not even exist) on x86_64 but are
|
||||||
|
built on other architectures (aarch64, ppc64le, s390x).
|
||||||
|
- commit 8f74082
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:16:02 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries
|
||||||
|
Add all modules currently built but not listed in supported.conf.
|
||||||
|
Another update will be necessary once we replace configs inherited from
|
||||||
|
master with true SLE15-SP2 configs. This is also why entries for modules
|
||||||
|
not built are left in the file for now.
|
||||||
|
- commit 0f5033c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:01:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort
|
||||||
|
Also remove one commented out line.
|
||||||
|
- commit b539157
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:36:22 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: cleanup
|
||||||
|
Remove duplicate and shadowed entries.
|
||||||
|
- commit 25e91ec
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:21:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update from SLE15-SP1
|
||||||
|
Differences from current SLE15-SP1 supported.conf:
|
||||||
|
- f71808e_wdt and it87_wdt supported (jdelvare)
|
||||||
|
- bpfilter marked +base (tiwai, bsc#1106751)
|
||||||
|
- unified indentation
|
||||||
|
- commit 02162e4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1493,6 +1807,12 @@ Wed Aug 7 21:14:19 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
||||||
- commit af37821
|
- commit af37821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 7 18:49:38 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to 5.3-rc3
|
||||||
|
- commit f1f49f3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1500,6 +1820,9 @@ Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
|||||||
We already had it for armv6hl but were lacking it on arm64.
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
Add it on armv7hl for consistency while at it.
|
Add it on armv7hl for consistency while at it.
|
||||||
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
||||||
|
- config: Enable SENSORS_GPIO_FAN for all of Arm (boo#1144723)
|
||||||
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
|
Add it on armv7hl for consistency while at it.
|
||||||
- commit 71d4424
|
- commit 71d4424
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -1736,6 +2059,17 @@ Tue Aug 6 21:39:08 CEST 2019 - jslaby@suse.cz
|
|||||||
- ARM: riscpc: fix DMA (bnc#1012628).
|
- ARM: riscpc: fix DMA (bnc#1012628).
|
||||||
- commit a3e04b1
|
- commit a3e04b1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 5 07:15:46 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc3
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/supported-flag
|
||||||
|
- patches.suse/supported-flag-external
|
||||||
|
- Refresh configs
|
||||||
|
- commit 571863b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1770,6 +2104,13 @@ Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 187170c
|
- commit 187170c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 1 07:07:43 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: refresh x86_64/default
|
||||||
|
With HBMC_AM654 disabled, nothing selects MULTIPLEXER any more.
|
||||||
|
- commit 07a1a73
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||||
|
|
||||||
@ -2149,12 +2490,32 @@ Wed Jul 31 11:06:04 CEST 2019 - jslaby@suse.cz
|
|||||||
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
||||||
- commit b607c27
|
- commit b607c27
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 31 10:52:34 CEST 2019 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: CONFIG_HBMC_AM654=n
|
||||||
|
The TI AM654 is an ARM64 SoC, so disable the driver on all other
|
||||||
|
architectures.
|
||||||
|
- commit 042f63f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
||||||
|
|
||||||
- packaging: add support for riscv64
|
- packaging: add support for riscv64
|
||||||
- commit c2885ea
|
- commit c2885ea
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 28 22:20:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc2
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- patches.suse/dma-mapping-use-dma_get_mask-in-dma_addressing_limit.patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
- Config changes
|
||||||
|
- NF_TABLES_BRIDGE=m (was =y)
|
||||||
|
- commit fc5ebf3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -2958,12 +3319,25 @@ Fri Jul 26 10:47:45 CEST 2019 - jslaby@suse.cz
|
|||||||
- ath10k: Check tx_stats before use it (bnc#1012628).
|
- ath10k: Check tx_stats before use it (bnc#1012628).
|
||||||
- commit f5296b5
|
- commit f5296b5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 24 14:42:00 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- dma-mapping: use dma_get_mask in dma_addressing_limited
|
||||||
|
(https://lore.kernel.org/lkml/cda1952f-0265-e055-a3ce-237c59069a3f@suse.com/T/#u).
|
||||||
|
- commit c584343
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- scripts/arch-symbols: add missing link.
|
- scripts/arch-symbols: add missing link.
|
||||||
- commit ee7c635
|
- commit ee7c635
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 18:12:09 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: enable kernel module compression (bsc#1135854)
|
||||||
|
- commit b333e24
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -2972,12 +3346,46 @@ Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
|||||||
in config.sh, then mkspec will pass it to the spec file.
|
in config.sh, then mkspec will pass it to the spec file.
|
||||||
- commit cdf5806
|
- commit cdf5806
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 15:19:30 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Workaround gcc regression on ppc64 (bko#204125).
|
||||||
|
- commit 8b84d1d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 12:03:57 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config.conf: Add ppc64 kvmsmall config (bsc#1137361).
|
||||||
|
- Remove superfluous i2c drivers from ppc64 config
|
||||||
|
-CONFIG_I2C_ALGOPCA=m
|
||||||
|
-CONFIG_I2C_AMD8111=m
|
||||||
|
-CONFIG_I2C_CBUS_GPIO=m
|
||||||
|
-CONFIG_I2C_DESIGNWARE_CORE=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PLATFORM=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PCI=m
|
||||||
|
-CONFIG_I2C_OCORES=m
|
||||||
|
-CONFIG_I2C_PCA_PLATFORM=m
|
||||||
|
Can't get rid of i2c in kvmsmall anyway but at least the DW i2c is gone.
|
||||||
|
- commit 3d0102c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
||||||
- commit 72c928d
|
- commit 72c928d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 23:44:25 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: remove unnecessary drivers from kvmsmall
|
||||||
|
The initial merge was incomplete and needed revisiting, which didn't really
|
||||||
|
happen. Since then, new options have been added and not removed from
|
||||||
|
kvmsmall, leading to grow in size.
|
||||||
|
This commit uses the following blacklist:
|
||||||
|
_(BT|CHARGER|CHROMEOS|CROS|DVB|DW|EDAC|FPGA|GPIO|GNSS|HID|INFINIBAND|IR|JOYSTICK|LEDS|MFD|PINCTRL|REGULATOR|RTC|SENSORS|SND_SOC|STAGING|TOUCHSCREEN|VIDEO|XEN|XILINX)[_=]
|
||||||
|
... along with some manual removal of NET_VENDORs with no relevant drivers.
|
||||||
|
- commit e850d85
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -2993,6 +3401,230 @@ Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
|||||||
breaking any other branch. A more proper cleanup will follow.
|
breaking any other branch. A more proper cleanup will follow.
|
||||||
- commit c32f8e7
|
- commit c32f8e7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 12:18:06 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc1
|
||||||
|
- Eliminated 89 patches (83 stable, 6 other)
|
||||||
|
- ARM configs need update
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
|
||||||
|
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
patches.suse/rpm-kernel-config
|
||||||
|
patches.suse/supported-flag
|
||||||
|
patches.suse/vfs-add-super_operations-get_inode_dev
|
||||||
|
- replace patches.rpmify/BPF-UMH-do-not-detect-if-compiler-can-link-userspace.patch
|
||||||
|
with patches.rpmify/Kconfig-make-CONFIG_CC_CAN_LINK-always-true.patch
|
||||||
|
- New config options:
|
||||||
|
- General setup
|
||||||
|
- HEADER_TEST=y
|
||||||
|
- KERNEL_HEADER_TEST=y
|
||||||
|
- PREEMPT_LL=n
|
||||||
|
- UCLAMP_TASK=y
|
||||||
|
- UCLAMP_BUCKETS_COUNT=5
|
||||||
|
- Processor type and features
|
||||||
|
- ACRN_GUEST=y
|
||||||
|
- LEGACY_VSYSCALL_XONLY=y
|
||||||
|
- IO Schedulers
|
||||||
|
- BFQ_CGROUP_DEBUG=n (=y in */debug)
|
||||||
|
- Networking
|
||||||
|
- NFT_SYNPROXY=m
|
||||||
|
- NFT_BRIDGE_META=m
|
||||||
|
- NF_CONNTRACK_BRIDGE=m
|
||||||
|
- NET_ACT_MPLS=m
|
||||||
|
- NET_ACT_CTINFO=m
|
||||||
|
- NET_ACT_CT=m
|
||||||
|
- BT_HCIBTUSB_MTK=y
|
||||||
|
- GVE=m
|
||||||
|
- MLX5_FPGA_IPSEC=y
|
||||||
|
- MLX5_FPGA_TLS=y
|
||||||
|
- MLX5_TLS=y
|
||||||
|
- STMMAC_SELFTESTS=n
|
||||||
|
- XILINX_AXI_EMAC=m
|
||||||
|
- SFP=m
|
||||||
|
- NXP_TJA11XX_PHY=m
|
||||||
|
- PHY_MIXEL_MIPI_DPHY=m
|
||||||
|
- File systems
|
||||||
|
- UBIFS_FS_ZSTD=y
|
||||||
|
- SUNRPC_DISABLE_INSECURE_ENCTYPES=n
|
||||||
|
- CEPH_FS_SECURITY_LABEL=y
|
||||||
|
- Generic driver options
|
||||||
|
- FW_LOADER_COMPRESS=y
|
||||||
|
- Storage
|
||||||
|
- SCSI_FDOMAIN_PCI=m
|
||||||
|
- SCSI_FDOMAIN_ISA=n
|
||||||
|
- PCMCIA_FDOMAIN=n
|
||||||
|
- Input
|
||||||
|
- KEYBOARD_APPLESPI=m
|
||||||
|
- Power supply and hardware monitoring
|
||||||
|
- POWER_SUPPLY_HWMON=y
|
||||||
|
- CHARGER_WILCO=m
|
||||||
|
- SENSORS_IRPS5401=m
|
||||||
|
- SENSORS_PXE1610=m
|
||||||
|
- REGULATOR_ARIZONA_LDO1=m
|
||||||
|
- REGULATOR_ARIZONA_MICSUPP=m
|
||||||
|
- REGULATOR_SLG51000=m
|
||||||
|
- Multimedia
|
||||||
|
- DVB_USB_CXUSB_ANALOG=y
|
||||||
|
- VIDEO_TDA1997X=m
|
||||||
|
- VIDEO_TLV320AIC23B=m
|
||||||
|
- VIDEO_ADV7180=m
|
||||||
|
- VIDEO_ADV7183=m
|
||||||
|
- VIDEO_ADV7604=m
|
||||||
|
- VIDEO_ADV7604_CEC=y
|
||||||
|
- VIDEO_ADV7842=m
|
||||||
|
- VIDEO_ADV7842_CEC=y
|
||||||
|
- VIDEO_BT819=m
|
||||||
|
- VIDEO_BT856=m
|
||||||
|
- VIDEO_BT866=m
|
||||||
|
- VIDEO_KS0127=m
|
||||||
|
- VIDEO_ML86V7667=m
|
||||||
|
- VIDEO_SAA7110=m
|
||||||
|
- VIDEO_TC358743=m
|
||||||
|
- VIDEO_TC358743_CEC=y
|
||||||
|
- VIDEO_TVP514X=m
|
||||||
|
- VIDEO_TVP7002=m
|
||||||
|
- VIDEO_TW9910=m
|
||||||
|
- VIDEO_VPX3220=m
|
||||||
|
- VIDEO_SAA7185=m
|
||||||
|
- VIDEO_ADV7170=m
|
||||||
|
- VIDEO_ADV7175=m
|
||||||
|
- VIDEO_ADV7343=m
|
||||||
|
- VIDEO_ADV7393=m
|
||||||
|
- VIDEO_ADV7511=m
|
||||||
|
- VIDEO_ADV7511_CEC=y
|
||||||
|
- VIDEO_AD9389B=m
|
||||||
|
- VIDEO_AK881X=m
|
||||||
|
- VIDEO_THS8200=m
|
||||||
|
- VIDEO_IMX214=m
|
||||||
|
- VIDEO_IMX258=m
|
||||||
|
- VIDEO_IMX274=m
|
||||||
|
- VIDEO_IMX319=m
|
||||||
|
- VIDEO_IMX355=m
|
||||||
|
- VIDEO_OV2659=m
|
||||||
|
- VIDEO_OV2680=m
|
||||||
|
- VIDEO_OV2685=m
|
||||||
|
- VIDEO_OV5647=m
|
||||||
|
- VIDEO_OV6650=m
|
||||||
|
- VIDEO_OV5670=m
|
||||||
|
- VIDEO_OV5695=m
|
||||||
|
- VIDEO_OV7251=m
|
||||||
|
- VIDEO_OV772X=m
|
||||||
|
- VIDEO_OV7740=m
|
||||||
|
- VIDEO_OV8856=m
|
||||||
|
- VIDEO_OV9640=m
|
||||||
|
- VIDEO_OV9650=m
|
||||||
|
- VIDEO_OV13858=m
|
||||||
|
- VIDEO_VS6624=m
|
||||||
|
- VIDEO_MT9M001=m
|
||||||
|
- VIDEO_MT9M032=m
|
||||||
|
- VIDEO_MT9M111=m
|
||||||
|
- VIDEO_MT9P031=m
|
||||||
|
- VIDEO_MT9T001=m
|
||||||
|
- VIDEO_MT9T112=m
|
||||||
|
- VIDEO_MT9V032=m
|
||||||
|
- VIDEO_MT9V111=m
|
||||||
|
- VIDEO_SR030PC30=m
|
||||||
|
- VIDEO_NOON010PC30=m
|
||||||
|
- VIDEO_M5MOLS=m
|
||||||
|
- VIDEO_RJ54N1=m
|
||||||
|
- VIDEO_S5K6AA=m
|
||||||
|
- VIDEO_S5K6A3=m
|
||||||
|
- VIDEO_S5K4ECGX=m
|
||||||
|
- VIDEO_S5K5BAF=m
|
||||||
|
- VIDEO_SMIAPP=m
|
||||||
|
- VIDEO_ET8EK8=m
|
||||||
|
- VIDEO_S5C73M3=m
|
||||||
|
- VIDEO_AD5820=m
|
||||||
|
- VIDEO_AK7375=m
|
||||||
|
- VIDEO_DW9714=m
|
||||||
|
- VIDEO_DW9807_VCM=m
|
||||||
|
- VIDEO_ADP1653=m
|
||||||
|
- VIDEO_LM3560=m
|
||||||
|
- VIDEO_LM3646=m
|
||||||
|
- SDR_MAX2175=m
|
||||||
|
- VIDEO_THS7303=m
|
||||||
|
- VIDEO_I2C=m
|
||||||
|
- VIDEO_ST_MIPID02=n
|
||||||
|
- VIDEO_GS1662=m
|
||||||
|
- DVB_S5H1432=m
|
||||||
|
- DVB_DIB9000=m
|
||||||
|
- DVB_CXD2880=m
|
||||||
|
- DVB_MN88443X=m
|
||||||
|
- DVB_LNBH29=m
|
||||||
|
- DVB_LGS8GL5=m
|
||||||
|
- Graphics
|
||||||
|
- DRM_AMD_DC_DCN2_0=y
|
||||||
|
- DRM_AMD_DC_DSC_SUPPORT=y
|
||||||
|
- DRM_I915_FORCE_PROBE=""
|
||||||
|
- DRM_I915_DEBUG_MMIO=n
|
||||||
|
- DRM_I915_USERFAULT_AUTOSUSPEND=250
|
||||||
|
- DRM_I915_SPIN_REQUEST=5
|
||||||
|
- DRM_PANEL_OSD_OSD101T2587_53TS=m
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E63M0=m
|
||||||
|
- Sound
|
||||||
|
- SND_SOC_INTEL_CML_H=m
|
||||||
|
- SND_SOC_INTEL_CML_LP=m
|
||||||
|
- SND_SOC_INTEL_BYT_CHT_CX2072X_MACH=m
|
||||||
|
- SND_SOC_SOF_COMETLAKE_LP_SUPPORT=y
|
||||||
|
- SND_SOC_SOF_COMETLAKE_H_SUPPORT=y
|
||||||
|
- SND_SOC_CX2072X=m
|
||||||
|
- InfiniBand
|
||||||
|
- RDMA_SIW=m
|
||||||
|
- Platform specific drivers
|
||||||
|
- XIAOMI_WMI=m
|
||||||
|
- ACPI_CMPC=m
|
||||||
|
- SAMSUNG_Q10=m
|
||||||
|
- INTEL_SPEED_SELECT_INTERFACE=m
|
||||||
|
- CROS_EC_ISHTP=m
|
||||||
|
- WILCO_EC_EVENTS=m
|
||||||
|
- WILCO_EC_TELEMETRY=m
|
||||||
|
- Industrial I/O
|
||||||
|
- XILINX_XADC=n
|
||||||
|
- ADF4371=n
|
||||||
|
- DPS310=n
|
||||||
|
- LEDs
|
||||||
|
- LEDS_SPI_BYTE=m
|
||||||
|
- LEDS_TI_LMU_COMMON=m
|
||||||
|
- LEDS_LM3697=m
|
||||||
|
- LEDS_LM36274=m
|
||||||
|
- Other drivers
|
||||||
|
- MTD_HYPERBUS=m
|
||||||
|
- HBMC_AM654=m
|
||||||
|
- XILINX_SDFEC=n
|
||||||
|
- GPIO_XILINX=m
|
||||||
|
- WATCHDOG_OPEN_TIMEOUT=0
|
||||||
|
- MFD_CS47L15=y
|
||||||
|
- MFD_CS47L92=y
|
||||||
|
- MFD_ROHM_BD70528=n
|
||||||
|
- RTC_DRV_BD70528=m
|
||||||
|
- DW_EDMA=m
|
||||||
|
- DW_EDMA_PCIE=m
|
||||||
|
- COMMON_CLK_SI5341=m
|
||||||
|
- EXTCON_FSA9480=m
|
||||||
|
- NTB_MSI=y
|
||||||
|
- NTB_MSI_TEST=n
|
||||||
|
- RAS_CEC_DEBUG=n
|
||||||
|
- AL_FIC=n
|
||||||
|
- Virtualization
|
||||||
|
- VIRTIO_PMEM=m
|
||||||
|
- Security options
|
||||||
|
- KEYS_REQUEST_CACHE=y
|
||||||
|
- Kernel hardening options
|
||||||
|
- INIT_ON_ALLOC_DEFAULT_ON=n
|
||||||
|
- INIT_ON_FREE_DEFAULT_ON=n
|
||||||
|
- Cryptographic API
|
||||||
|
- CRYPTO_XXHASH=n
|
||||||
|
- CRYPTO_DEV_ATMEL_ECC=m
|
||||||
|
- CRYPTO_DEV_ATMEL_SHA204A=m
|
||||||
|
- Kernel hacking
|
||||||
|
- HEADERS_INSTALL=n
|
||||||
|
- REED_SOLOMON_TEST=n
|
||||||
|
- TEST_BLACKHOLE_DEV=n
|
||||||
|
- TEST_MEMINIT=n
|
||||||
|
- commit 0a6d0d9
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -11493,6 +12125,12 @@ Sat Jan 26 11:04:18 CET 2019 - jslaby@suse.cz
|
|||||||
mapped address (bnc#1012628).
|
mapped address (bnc#1012628).
|
||||||
- commit 34ae151
|
- commit 34ae151
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 24 13:06:05 CET 2019 - ptesarik@suse.cz
|
||||||
|
|
||||||
|
- Add product identifying information to VMCOREINFO (bsc#1123015).
|
||||||
|
- commit 68ca35e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -17,12 +17,12 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
|
|
||||||
%define srcversion 5.2
|
%define srcversion 5.3
|
||||||
%define patchversion 5.2.14
|
%define patchversion 5.3.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules none
|
%define compress_modules xz
|
||||||
%define livepatch %{nil}
|
%define livepatch livepatch%{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
|
|
||||||
@ -64,9 +64,9 @@ Name: kernel-pae
|
|||||||
Summary: Kernel with PAE Support
|
Summary: Kernel with PAE Support
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.2.14
|
Version: 5.3.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g7f85414
|
Release: <RELEASE>.ga541a6c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -171,10 +171,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-7f854145206e391dc3c013cd94af25a92c37e906
|
Provides: kernel-%build_flavor-base-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
Provides: kernel-srchash-7f854145206e391dc3c013cd94af25a92c37e906
|
Provides: kernel-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-7f854145206e391dc3c013cd94af25a92c37e906
|
Provides: %name-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Provides: kernel-bigsmp = 2.6.17
|
Provides: kernel-bigsmp = 2.6.17
|
||||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||||
@ -464,7 +464,7 @@ awk '
|
|||||||
subpackages=(
|
subpackages=(
|
||||||
base
|
base
|
||||||
%if %CONFIG_SUSE_KERNEL_SUPPORTED == "y"
|
%if %CONFIG_SUSE_KERNEL_SUPPORTED == "y"
|
||||||
cluster-md-kmp dlm-kmp gfs2-kmp kselftests-kmp ocfs2-kmp
|
cluster-md-kmp dlm-kmp gfs2-kmp kselftests-kmp ocfs2-kmp reiserfs-kmp
|
||||||
%endif
|
%endif
|
||||||
)
|
)
|
||||||
for package in "${subpackages[@]}"; do
|
for package in "${subpackages[@]}"; do
|
||||||
@ -1533,6 +1533,47 @@ rm -f "/var/run/rpm-$nvr-modules"
|
|||||||
%files -n ocfs2-kmp-%build_flavor -f ocfs2-kmp.files
|
%files -n ocfs2-kmp-%build_flavor -f ocfs2-kmp.files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
|
||||||
|
%package -n reiserfs-kmp-%build_flavor
|
||||||
|
Summary: Reiserfs kernel module
|
||||||
|
Group: System/Kernel
|
||||||
|
Requires: %name = %version-%source_rel
|
||||||
|
Provides: reiserfs-kmp = %version-%source_rel
|
||||||
|
Provides: multiversion(kernel)
|
||||||
|
# tell weak-modules2 to ignore this package
|
||||||
|
Provides: kmp_in_kernel
|
||||||
|
Requires(post): suse-module-tools >= 12.4
|
||||||
|
|
||||||
|
%description -n reiserfs-kmp-%build_flavor
|
||||||
|
The reiserfs file system is no longer supported in SLE15. This package
|
||||||
|
provides the reiserfs module for the installation system.
|
||||||
|
|
||||||
|
%post -n reiserfs-kmp-%build_flavor
|
||||||
|
wm2=/usr/lib/module-init-tools/weak-modules2
|
||||||
|
nvr=reiserfs-kmp-%build_flavor-%version-%release
|
||||||
|
if test -x "$wm2"; then
|
||||||
|
rpm -ql "$nvr" | INITRD_IN_POSTTRANS=1 /bin/bash -${-/e/} "$wm2" \
|
||||||
|
--add-kernel-modules %kernelrelease-%build_flavor
|
||||||
|
fi
|
||||||
|
|
||||||
|
%posttrans -n reiserfs-kmp-%build_flavor
|
||||||
|
%{?regenerate_initrd_posttrans}
|
||||||
|
|
||||||
|
%preun -n reiserfs-kmp-%build_flavor
|
||||||
|
nvr=reiserfs-kmp-%build_flavor-%version-%release
|
||||||
|
rpm -ql "$nvr" | grep '\.ko$' > "/var/run/rpm-$nvr-modules"
|
||||||
|
|
||||||
|
%postun -n reiserfs-kmp-%build_flavor
|
||||||
|
wm2=/usr/lib/module-init-tools/weak-modules2
|
||||||
|
nvr=reiserfs-kmp-%build_flavor-%version-%release
|
||||||
|
if test -x "$wm2"; then
|
||||||
|
/bin/bash -${-/e/} "$wm2" < "/var/run/rpm-$nvr-modules" \
|
||||||
|
--remove-kernel-modules %kernelrelease-%build_flavor
|
||||||
|
fi
|
||||||
|
rm -f "/var/run/rpm-$nvr-modules"
|
||||||
|
|
||||||
|
%files -n reiserfs-kmp-%build_flavor -f reiserfs-kmp.files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
|
||||||
%endif # %CONFIG_SUSE_KERNEL_SUPPORTED
|
%endif # %CONFIG_SUSE_KERNEL_SUPPORTED
|
||||||
%endif # %CONFIG_MODULES
|
%endif # %CONFIG_MODULES
|
||||||
|
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3 final
|
||||||
|
- Eliminated 3 patches
|
||||||
|
- Refresh configs
|
||||||
|
- NF_CONNTRACK_SLP is gone
|
||||||
|
- commit 6baef36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -5,6 +14,22 @@ Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
|||||||
writeback attempts (btrfs hangup).
|
writeback attempts (btrfs hangup).
|
||||||
- commit 7f85414
|
- commit 7f85414
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:15:38 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/netfilter-ip_conntrack_slp.patch (FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
This veteran out of tree patch is no longer needed since the userspace
|
||||||
|
conntrack helper (in conntrack-tools / conntrackd) has reached Factory.
|
||||||
|
- commit d6f0b71
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:14:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update and reenable
|
||||||
|
patches.suse/Revert-netfilter-conntrack-remove-helper-hook-again.patch
|
||||||
|
(FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
- commit 029452e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -186,6 +211,13 @@ Mon Sep 9 09:39:52 CEST 2019 - guillaume.gardet@arm.com
|
|||||||
Set requirements respectively to 30GB and 20GB.
|
Set requirements respectively to 30GB and 20GB.
|
||||||
- commit f84c163
|
- commit f84c163
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 9 06:52:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc8
|
||||||
|
- refresh armv6hl configs (IXP4xx drivers no longer visible)
|
||||||
|
- commit 3dea797
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -480,6 +512,36 @@ Tue Sep 3 12:47:56 CEST 2019 - mkubecek@suse.cz
|
|||||||
kernel performance teams confirmed that performance impact is acceptable.
|
kernel performance teams confirmed that performance impact is acceptable.
|
||||||
- commit d6e8aab
|
- commit d6e8aab
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 2 22:41:27 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc7
|
||||||
|
- Refresh configs
|
||||||
|
- IXP4xx SoC drivers not visible
|
||||||
|
- gcc 9.2.1
|
||||||
|
- commit 9bff5f9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 1 21:36:39 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: armv7hl: Enable cadence watchdog
|
||||||
|
CONFIG_CADENCE_WATCHDOG is required for Zynq-7000 based MIYR Zturn board.
|
||||||
|
- commit c4cbe5e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:35:20 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Update ARMv6 config files
|
||||||
|
- commit c17167d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:27:22 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Reenable ARMv7 config for Kernel 5.3
|
||||||
|
All modules plus errata's enabled. Reused other
|
||||||
|
values from x86_64 update.
|
||||||
|
- commit b1c627e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -763,6 +825,14 @@ Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
|||||||
- rxrpc: Fix local refcounting (bnc#1012628).
|
- rxrpc: Fix local refcounting (bnc#1012628).
|
||||||
- commit 6385110
|
- commit 6385110
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 15:36:42 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- mwifiex: Fix three heap overflow at
|
||||||
|
parsing element in cfg80211_ap_settings
|
||||||
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
|
- commit 528fd68
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -771,6 +841,31 @@ Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
|||||||
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
- commit 05e68fe
|
- commit 05e68fe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 13:30:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: mark more core networking modules supported
|
||||||
|
Two more netfilter modules and one more *_diag should be supported too.
|
||||||
|
- commit bee2dd8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 12:42:47 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update status of some networking core modules
|
||||||
|
This marks new networking modules which should be supported as such; it is
|
||||||
|
mostly netfilter and traffic control modules which have been following the
|
||||||
|
"support all of them" policy for some time.
|
||||||
|
- commit 65e1131
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 10:23:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: obsolete paths cleanup
|
||||||
|
Update paths for existing modules which were moved, clean up duplicate
|
||||||
|
entries and drop entries for modules which no longer exist (either not
|
||||||
|
built any more or built into the image now).
|
||||||
|
- commit 3bb142a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -789,12 +884,35 @@ Tue Aug 27 10:09:41 CEST 2019 - jslaby@suse.cz
|
|||||||
Update to the upstreamed patch.
|
Update to the upstreamed patch.
|
||||||
- commit bb236c2
|
- commit bb236c2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 16:12:29 CEST 2019 - jgross@suse.com
|
||||||
|
|
||||||
|
- usb: Introduce Xen pvUSB frontend (xen hcd) (fate#315712).
|
||||||
|
- Update config files.
|
||||||
|
- usb: Add Xen pvUSB protocol description (fate#315712).
|
||||||
|
- commit b32b2bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:48:01 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
|
- commit b08d3d5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
- commit 6f03484
|
- commit 6f03484
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:32:51 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15098,bsc#1146378).
|
||||||
|
- Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15099,bsc#1146368).
|
||||||
|
- commit 758e216
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -811,6 +929,19 @@ Mon Aug 26 09:39:32 CEST 2019 - bpoirier@suse.com
|
|||||||
CVE-2019-15504).
|
CVE-2019-15504).
|
||||||
- commit 5009555
|
- commit 5009555
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 09:24:08 CEST 2019 - bpoirier@suse.com
|
||||||
|
|
||||||
|
- Fix a double free bug in rsi_91x_deinit (bnc#1147116
|
||||||
|
CVE-2019-15504).
|
||||||
|
- commit 8ae43d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 25 21:49:44 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc6
|
||||||
|
- commit 2831011
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1052,6 +1183,49 @@ Thu Aug 22 23:37:43 CEST 2019 - msuchanek@suse.de
|
|||||||
- Parametrize kgraft vs livepatch.
|
- Parametrize kgraft vs livepatch.
|
||||||
- commit 16f6816
|
- commit 16f6816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 23:04:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: Enable livepatch.
|
||||||
|
- commit e001776
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 14:03:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: update from SLE15-SP2
|
||||||
|
In general, we want features and drivers from SLE also in openSUSE unless
|
||||||
|
we have a good reason not to. Enable most config options which were
|
||||||
|
disabled in master but enabled in SLE15-SP2 (inherited from SLE15-SP1).
|
||||||
|
- commit 769684a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 15:00:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: reorganize sections
|
||||||
|
With ~40 patches in master branch, we have accumulated way too many
|
||||||
|
sections in series.conf, some of them being very specific. While new SLE
|
||||||
|
and Leap branches are going to have more patches, vast majority of them is
|
||||||
|
going to end up in the sorted section (e.g. less than 1% of SLE15-SP1
|
||||||
|
patches are neither sorted nor stable baskports right now - and that
|
||||||
|
includes quite a few which would actually belong into the sorted section
|
||||||
|
but are left outside for historical reasons).
|
||||||
|
After the reorganization, series.conf is ordered like this:
|
||||||
|
- stable backports (patches.kernel.org/*)
|
||||||
|
- tweaks applied to vanilla (patches.rpmify/*)
|
||||||
|
- sorted section (not in master)
|
||||||
|
- unsorted patches expected to get into mainline soon
|
||||||
|
- permanent and longterm non-upstream patches
|
||||||
|
- kabi hacks (not in master)
|
||||||
|
This commit has no effect on expanded tree.
|
||||||
|
- commit 8ac1895
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 14:13:15 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: cleanup
|
||||||
|
Only whitespace and comments, no efect on expanded tree.
|
||||||
|
- commit bf21808
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1067,6 +1241,15 @@ Mon Aug 19 17:46:30 CEST 2019 - bp@suse.de
|
|||||||
Factory first!
|
Factory first!
|
||||||
- commit fc98fd1
|
- commit fc98fd1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 19 05:32:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc5
|
||||||
|
- Refresh configs
|
||||||
|
- RDMA_SIW available on i386 (=m)
|
||||||
|
- clean up unavailable options
|
||||||
|
- commit cadbe00
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1326,6 +1509,14 @@ Fri Aug 16 22:01:45 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 80c0ffe
|
- commit 80c0ffe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Revert "Workaround gcc regression on ppc64 (bko#204125)."
|
||||||
|
This reverts commit 8b84d1d46ff90146bb6ba5b760a54ddd87a1a680.
|
||||||
|
Works for me 5.3-rc4-65-g329120423947
|
||||||
|
- commit d8f9e6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
@ -1347,6 +1538,14 @@ Mon Aug 12 09:11:56 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1142926).
|
(bnc#1142926).
|
||||||
- commit a44175e
|
- commit a44175e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 11 22:47:14 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc4
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
- commit 5402233
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1450,12 +1649,37 @@ Fri Aug 9 18:14:50 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/mkspec: Make building DTBs optional.
|
- rpm/mkspec: Make building DTBs optional.
|
||||||
- commit 7c057c8
|
- commit 7c057c8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 17:39:36 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: fix supported modules depending on unsupported on non-x86_64 architectures
|
||||||
|
Some more "unsupported module needed by supported one" errors were reported
|
||||||
|
on aarch64 and ppc64le.
|
||||||
|
- commit 6b609de
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 14:44:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop obsolete entry for hyperv_fb
|
||||||
|
The module moved to a different directory, the obsolete entry causes
|
||||||
|
file conflict betwen kernel-default and kernel-default-extra.
|
||||||
|
- commit 6b112e5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- rpm/modflist: Simplify compression support.
|
- rpm/modflist: Simplify compression support.
|
||||||
- commit fd135a6
|
- commit fd135a6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 13:36:21 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: close with respect to dependencies
|
||||||
|
Modules which some supported module depends on must be supported as well.
|
||||||
|
Also drop obsolete entries for rtsx_pci and rtsx_usb which were moved
|
||||||
|
between 4.12 and 5.3.
|
||||||
|
- commit b781c36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -1467,6 +1691,46 @@ Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
|||||||
in addition to ".ko".
|
in addition to ".ko".
|
||||||
- commit 18fcdff
|
- commit 18fcdff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 12:08:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Bring back MODVERDIR to Makefile.modpost (bsc#1066369).
|
||||||
|
- commit 6cc69f5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 10:38:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort again
|
||||||
|
Make the order compatible with scripts/supported-conf-fixup (LC_ALL=C).
|
||||||
|
- commit 4a4b5dd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 08:28:37 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- supported.conf: Sort alphabetically, align comments.
|
||||||
|
- commit 5189766
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:32:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop extensions
|
||||||
|
To make things more consistent, drop all ".ko" extensions.
|
||||||
|
- commit 398461b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:00:48 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update patches.suse/supported-flag.
|
||||||
|
Fix ReST table.
|
||||||
|
- commit 0692bf4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 21:39:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Use upstream TAINT_AUX for TAINT_EXTERNAL_SUPPORT.
|
||||||
|
Refresh patches.suse/supported-flag.
|
||||||
|
- commit a4999e0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1481,6 +1745,56 @@ Thu Aug 8 15:31:02 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1139939).
|
(bnc#1139939).
|
||||||
- commit 8434c05
|
- commit 8434c05
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 14:35:08 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- rpm/kernel-obs-build.spec.in: add dm-crypt for building with cryptsetup
|
||||||
|
Co-Authored-By: Adam Spiers <aspiers@suse.com>
|
||||||
|
- commit 1756301
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 10:34:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries for all architectures
|
||||||
|
As list of built modules depends on architecture, we must also add entries
|
||||||
|
for modules which are not built (or do not even exist) on x86_64 but are
|
||||||
|
built on other architectures (aarch64, ppc64le, s390x).
|
||||||
|
- commit 8f74082
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:16:02 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries
|
||||||
|
Add all modules currently built but not listed in supported.conf.
|
||||||
|
Another update will be necessary once we replace configs inherited from
|
||||||
|
master with true SLE15-SP2 configs. This is also why entries for modules
|
||||||
|
not built are left in the file for now.
|
||||||
|
- commit 0f5033c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:01:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort
|
||||||
|
Also remove one commented out line.
|
||||||
|
- commit b539157
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:36:22 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: cleanup
|
||||||
|
Remove duplicate and shadowed entries.
|
||||||
|
- commit 25e91ec
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:21:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update from SLE15-SP1
|
||||||
|
Differences from current SLE15-SP1 supported.conf:
|
||||||
|
- f71808e_wdt and it87_wdt supported (jdelvare)
|
||||||
|
- bpfilter marked +base (tiwai, bsc#1106751)
|
||||||
|
- unified indentation
|
||||||
|
- commit 02162e4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1493,6 +1807,12 @@ Wed Aug 7 21:14:19 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
||||||
- commit af37821
|
- commit af37821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 7 18:49:38 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to 5.3-rc3
|
||||||
|
- commit f1f49f3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1500,6 +1820,9 @@ Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
|||||||
We already had it for armv6hl but were lacking it on arm64.
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
Add it on armv7hl for consistency while at it.
|
Add it on armv7hl for consistency while at it.
|
||||||
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
||||||
|
- config: Enable SENSORS_GPIO_FAN for all of Arm (boo#1144723)
|
||||||
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
|
Add it on armv7hl for consistency while at it.
|
||||||
- commit 71d4424
|
- commit 71d4424
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -1736,6 +2059,17 @@ Tue Aug 6 21:39:08 CEST 2019 - jslaby@suse.cz
|
|||||||
- ARM: riscpc: fix DMA (bnc#1012628).
|
- ARM: riscpc: fix DMA (bnc#1012628).
|
||||||
- commit a3e04b1
|
- commit a3e04b1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 5 07:15:46 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc3
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/supported-flag
|
||||||
|
- patches.suse/supported-flag-external
|
||||||
|
- Refresh configs
|
||||||
|
- commit 571863b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1770,6 +2104,13 @@ Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 187170c
|
- commit 187170c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 1 07:07:43 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: refresh x86_64/default
|
||||||
|
With HBMC_AM654 disabled, nothing selects MULTIPLEXER any more.
|
||||||
|
- commit 07a1a73
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||||
|
|
||||||
@ -2149,12 +2490,32 @@ Wed Jul 31 11:06:04 CEST 2019 - jslaby@suse.cz
|
|||||||
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
||||||
- commit b607c27
|
- commit b607c27
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 31 10:52:34 CEST 2019 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: CONFIG_HBMC_AM654=n
|
||||||
|
The TI AM654 is an ARM64 SoC, so disable the driver on all other
|
||||||
|
architectures.
|
||||||
|
- commit 042f63f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
||||||
|
|
||||||
- packaging: add support for riscv64
|
- packaging: add support for riscv64
|
||||||
- commit c2885ea
|
- commit c2885ea
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 28 22:20:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc2
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- patches.suse/dma-mapping-use-dma_get_mask-in-dma_addressing_limit.patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
- Config changes
|
||||||
|
- NF_TABLES_BRIDGE=m (was =y)
|
||||||
|
- commit fc5ebf3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -2958,12 +3319,25 @@ Fri Jul 26 10:47:45 CEST 2019 - jslaby@suse.cz
|
|||||||
- ath10k: Check tx_stats before use it (bnc#1012628).
|
- ath10k: Check tx_stats before use it (bnc#1012628).
|
||||||
- commit f5296b5
|
- commit f5296b5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 24 14:42:00 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- dma-mapping: use dma_get_mask in dma_addressing_limited
|
||||||
|
(https://lore.kernel.org/lkml/cda1952f-0265-e055-a3ce-237c59069a3f@suse.com/T/#u).
|
||||||
|
- commit c584343
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- scripts/arch-symbols: add missing link.
|
- scripts/arch-symbols: add missing link.
|
||||||
- commit ee7c635
|
- commit ee7c635
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 18:12:09 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: enable kernel module compression (bsc#1135854)
|
||||||
|
- commit b333e24
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -2972,12 +3346,46 @@ Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
|||||||
in config.sh, then mkspec will pass it to the spec file.
|
in config.sh, then mkspec will pass it to the spec file.
|
||||||
- commit cdf5806
|
- commit cdf5806
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 15:19:30 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Workaround gcc regression on ppc64 (bko#204125).
|
||||||
|
- commit 8b84d1d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 12:03:57 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config.conf: Add ppc64 kvmsmall config (bsc#1137361).
|
||||||
|
- Remove superfluous i2c drivers from ppc64 config
|
||||||
|
-CONFIG_I2C_ALGOPCA=m
|
||||||
|
-CONFIG_I2C_AMD8111=m
|
||||||
|
-CONFIG_I2C_CBUS_GPIO=m
|
||||||
|
-CONFIG_I2C_DESIGNWARE_CORE=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PLATFORM=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PCI=m
|
||||||
|
-CONFIG_I2C_OCORES=m
|
||||||
|
-CONFIG_I2C_PCA_PLATFORM=m
|
||||||
|
Can't get rid of i2c in kvmsmall anyway but at least the DW i2c is gone.
|
||||||
|
- commit 3d0102c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
||||||
- commit 72c928d
|
- commit 72c928d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 23:44:25 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: remove unnecessary drivers from kvmsmall
|
||||||
|
The initial merge was incomplete and needed revisiting, which didn't really
|
||||||
|
happen. Since then, new options have been added and not removed from
|
||||||
|
kvmsmall, leading to grow in size.
|
||||||
|
This commit uses the following blacklist:
|
||||||
|
_(BT|CHARGER|CHROMEOS|CROS|DVB|DW|EDAC|FPGA|GPIO|GNSS|HID|INFINIBAND|IR|JOYSTICK|LEDS|MFD|PINCTRL|REGULATOR|RTC|SENSORS|SND_SOC|STAGING|TOUCHSCREEN|VIDEO|XEN|XILINX)[_=]
|
||||||
|
... along with some manual removal of NET_VENDORs with no relevant drivers.
|
||||||
|
- commit e850d85
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -2993,6 +3401,230 @@ Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
|||||||
breaking any other branch. A more proper cleanup will follow.
|
breaking any other branch. A more proper cleanup will follow.
|
||||||
- commit c32f8e7
|
- commit c32f8e7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 12:18:06 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc1
|
||||||
|
- Eliminated 89 patches (83 stable, 6 other)
|
||||||
|
- ARM configs need update
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
|
||||||
|
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
patches.suse/rpm-kernel-config
|
||||||
|
patches.suse/supported-flag
|
||||||
|
patches.suse/vfs-add-super_operations-get_inode_dev
|
||||||
|
- replace patches.rpmify/BPF-UMH-do-not-detect-if-compiler-can-link-userspace.patch
|
||||||
|
with patches.rpmify/Kconfig-make-CONFIG_CC_CAN_LINK-always-true.patch
|
||||||
|
- New config options:
|
||||||
|
- General setup
|
||||||
|
- HEADER_TEST=y
|
||||||
|
- KERNEL_HEADER_TEST=y
|
||||||
|
- PREEMPT_LL=n
|
||||||
|
- UCLAMP_TASK=y
|
||||||
|
- UCLAMP_BUCKETS_COUNT=5
|
||||||
|
- Processor type and features
|
||||||
|
- ACRN_GUEST=y
|
||||||
|
- LEGACY_VSYSCALL_XONLY=y
|
||||||
|
- IO Schedulers
|
||||||
|
- BFQ_CGROUP_DEBUG=n (=y in */debug)
|
||||||
|
- Networking
|
||||||
|
- NFT_SYNPROXY=m
|
||||||
|
- NFT_BRIDGE_META=m
|
||||||
|
- NF_CONNTRACK_BRIDGE=m
|
||||||
|
- NET_ACT_MPLS=m
|
||||||
|
- NET_ACT_CTINFO=m
|
||||||
|
- NET_ACT_CT=m
|
||||||
|
- BT_HCIBTUSB_MTK=y
|
||||||
|
- GVE=m
|
||||||
|
- MLX5_FPGA_IPSEC=y
|
||||||
|
- MLX5_FPGA_TLS=y
|
||||||
|
- MLX5_TLS=y
|
||||||
|
- STMMAC_SELFTESTS=n
|
||||||
|
- XILINX_AXI_EMAC=m
|
||||||
|
- SFP=m
|
||||||
|
- NXP_TJA11XX_PHY=m
|
||||||
|
- PHY_MIXEL_MIPI_DPHY=m
|
||||||
|
- File systems
|
||||||
|
- UBIFS_FS_ZSTD=y
|
||||||
|
- SUNRPC_DISABLE_INSECURE_ENCTYPES=n
|
||||||
|
- CEPH_FS_SECURITY_LABEL=y
|
||||||
|
- Generic driver options
|
||||||
|
- FW_LOADER_COMPRESS=y
|
||||||
|
- Storage
|
||||||
|
- SCSI_FDOMAIN_PCI=m
|
||||||
|
- SCSI_FDOMAIN_ISA=n
|
||||||
|
- PCMCIA_FDOMAIN=n
|
||||||
|
- Input
|
||||||
|
- KEYBOARD_APPLESPI=m
|
||||||
|
- Power supply and hardware monitoring
|
||||||
|
- POWER_SUPPLY_HWMON=y
|
||||||
|
- CHARGER_WILCO=m
|
||||||
|
- SENSORS_IRPS5401=m
|
||||||
|
- SENSORS_PXE1610=m
|
||||||
|
- REGULATOR_ARIZONA_LDO1=m
|
||||||
|
- REGULATOR_ARIZONA_MICSUPP=m
|
||||||
|
- REGULATOR_SLG51000=m
|
||||||
|
- Multimedia
|
||||||
|
- DVB_USB_CXUSB_ANALOG=y
|
||||||
|
- VIDEO_TDA1997X=m
|
||||||
|
- VIDEO_TLV320AIC23B=m
|
||||||
|
- VIDEO_ADV7180=m
|
||||||
|
- VIDEO_ADV7183=m
|
||||||
|
- VIDEO_ADV7604=m
|
||||||
|
- VIDEO_ADV7604_CEC=y
|
||||||
|
- VIDEO_ADV7842=m
|
||||||
|
- VIDEO_ADV7842_CEC=y
|
||||||
|
- VIDEO_BT819=m
|
||||||
|
- VIDEO_BT856=m
|
||||||
|
- VIDEO_BT866=m
|
||||||
|
- VIDEO_KS0127=m
|
||||||
|
- VIDEO_ML86V7667=m
|
||||||
|
- VIDEO_SAA7110=m
|
||||||
|
- VIDEO_TC358743=m
|
||||||
|
- VIDEO_TC358743_CEC=y
|
||||||
|
- VIDEO_TVP514X=m
|
||||||
|
- VIDEO_TVP7002=m
|
||||||
|
- VIDEO_TW9910=m
|
||||||
|
- VIDEO_VPX3220=m
|
||||||
|
- VIDEO_SAA7185=m
|
||||||
|
- VIDEO_ADV7170=m
|
||||||
|
- VIDEO_ADV7175=m
|
||||||
|
- VIDEO_ADV7343=m
|
||||||
|
- VIDEO_ADV7393=m
|
||||||
|
- VIDEO_ADV7511=m
|
||||||
|
- VIDEO_ADV7511_CEC=y
|
||||||
|
- VIDEO_AD9389B=m
|
||||||
|
- VIDEO_AK881X=m
|
||||||
|
- VIDEO_THS8200=m
|
||||||
|
- VIDEO_IMX214=m
|
||||||
|
- VIDEO_IMX258=m
|
||||||
|
- VIDEO_IMX274=m
|
||||||
|
- VIDEO_IMX319=m
|
||||||
|
- VIDEO_IMX355=m
|
||||||
|
- VIDEO_OV2659=m
|
||||||
|
- VIDEO_OV2680=m
|
||||||
|
- VIDEO_OV2685=m
|
||||||
|
- VIDEO_OV5647=m
|
||||||
|
- VIDEO_OV6650=m
|
||||||
|
- VIDEO_OV5670=m
|
||||||
|
- VIDEO_OV5695=m
|
||||||
|
- VIDEO_OV7251=m
|
||||||
|
- VIDEO_OV772X=m
|
||||||
|
- VIDEO_OV7740=m
|
||||||
|
- VIDEO_OV8856=m
|
||||||
|
- VIDEO_OV9640=m
|
||||||
|
- VIDEO_OV9650=m
|
||||||
|
- VIDEO_OV13858=m
|
||||||
|
- VIDEO_VS6624=m
|
||||||
|
- VIDEO_MT9M001=m
|
||||||
|
- VIDEO_MT9M032=m
|
||||||
|
- VIDEO_MT9M111=m
|
||||||
|
- VIDEO_MT9P031=m
|
||||||
|
- VIDEO_MT9T001=m
|
||||||
|
- VIDEO_MT9T112=m
|
||||||
|
- VIDEO_MT9V032=m
|
||||||
|
- VIDEO_MT9V111=m
|
||||||
|
- VIDEO_SR030PC30=m
|
||||||
|
- VIDEO_NOON010PC30=m
|
||||||
|
- VIDEO_M5MOLS=m
|
||||||
|
- VIDEO_RJ54N1=m
|
||||||
|
- VIDEO_S5K6AA=m
|
||||||
|
- VIDEO_S5K6A3=m
|
||||||
|
- VIDEO_S5K4ECGX=m
|
||||||
|
- VIDEO_S5K5BAF=m
|
||||||
|
- VIDEO_SMIAPP=m
|
||||||
|
- VIDEO_ET8EK8=m
|
||||||
|
- VIDEO_S5C73M3=m
|
||||||
|
- VIDEO_AD5820=m
|
||||||
|
- VIDEO_AK7375=m
|
||||||
|
- VIDEO_DW9714=m
|
||||||
|
- VIDEO_DW9807_VCM=m
|
||||||
|
- VIDEO_ADP1653=m
|
||||||
|
- VIDEO_LM3560=m
|
||||||
|
- VIDEO_LM3646=m
|
||||||
|
- SDR_MAX2175=m
|
||||||
|
- VIDEO_THS7303=m
|
||||||
|
- VIDEO_I2C=m
|
||||||
|
- VIDEO_ST_MIPID02=n
|
||||||
|
- VIDEO_GS1662=m
|
||||||
|
- DVB_S5H1432=m
|
||||||
|
- DVB_DIB9000=m
|
||||||
|
- DVB_CXD2880=m
|
||||||
|
- DVB_MN88443X=m
|
||||||
|
- DVB_LNBH29=m
|
||||||
|
- DVB_LGS8GL5=m
|
||||||
|
- Graphics
|
||||||
|
- DRM_AMD_DC_DCN2_0=y
|
||||||
|
- DRM_AMD_DC_DSC_SUPPORT=y
|
||||||
|
- DRM_I915_FORCE_PROBE=""
|
||||||
|
- DRM_I915_DEBUG_MMIO=n
|
||||||
|
- DRM_I915_USERFAULT_AUTOSUSPEND=250
|
||||||
|
- DRM_I915_SPIN_REQUEST=5
|
||||||
|
- DRM_PANEL_OSD_OSD101T2587_53TS=m
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E63M0=m
|
||||||
|
- Sound
|
||||||
|
- SND_SOC_INTEL_CML_H=m
|
||||||
|
- SND_SOC_INTEL_CML_LP=m
|
||||||
|
- SND_SOC_INTEL_BYT_CHT_CX2072X_MACH=m
|
||||||
|
- SND_SOC_SOF_COMETLAKE_LP_SUPPORT=y
|
||||||
|
- SND_SOC_SOF_COMETLAKE_H_SUPPORT=y
|
||||||
|
- SND_SOC_CX2072X=m
|
||||||
|
- InfiniBand
|
||||||
|
- RDMA_SIW=m
|
||||||
|
- Platform specific drivers
|
||||||
|
- XIAOMI_WMI=m
|
||||||
|
- ACPI_CMPC=m
|
||||||
|
- SAMSUNG_Q10=m
|
||||||
|
- INTEL_SPEED_SELECT_INTERFACE=m
|
||||||
|
- CROS_EC_ISHTP=m
|
||||||
|
- WILCO_EC_EVENTS=m
|
||||||
|
- WILCO_EC_TELEMETRY=m
|
||||||
|
- Industrial I/O
|
||||||
|
- XILINX_XADC=n
|
||||||
|
- ADF4371=n
|
||||||
|
- DPS310=n
|
||||||
|
- LEDs
|
||||||
|
- LEDS_SPI_BYTE=m
|
||||||
|
- LEDS_TI_LMU_COMMON=m
|
||||||
|
- LEDS_LM3697=m
|
||||||
|
- LEDS_LM36274=m
|
||||||
|
- Other drivers
|
||||||
|
- MTD_HYPERBUS=m
|
||||||
|
- HBMC_AM654=m
|
||||||
|
- XILINX_SDFEC=n
|
||||||
|
- GPIO_XILINX=m
|
||||||
|
- WATCHDOG_OPEN_TIMEOUT=0
|
||||||
|
- MFD_CS47L15=y
|
||||||
|
- MFD_CS47L92=y
|
||||||
|
- MFD_ROHM_BD70528=n
|
||||||
|
- RTC_DRV_BD70528=m
|
||||||
|
- DW_EDMA=m
|
||||||
|
- DW_EDMA_PCIE=m
|
||||||
|
- COMMON_CLK_SI5341=m
|
||||||
|
- EXTCON_FSA9480=m
|
||||||
|
- NTB_MSI=y
|
||||||
|
- NTB_MSI_TEST=n
|
||||||
|
- RAS_CEC_DEBUG=n
|
||||||
|
- AL_FIC=n
|
||||||
|
- Virtualization
|
||||||
|
- VIRTIO_PMEM=m
|
||||||
|
- Security options
|
||||||
|
- KEYS_REQUEST_CACHE=y
|
||||||
|
- Kernel hardening options
|
||||||
|
- INIT_ON_ALLOC_DEFAULT_ON=n
|
||||||
|
- INIT_ON_FREE_DEFAULT_ON=n
|
||||||
|
- Cryptographic API
|
||||||
|
- CRYPTO_XXHASH=n
|
||||||
|
- CRYPTO_DEV_ATMEL_ECC=m
|
||||||
|
- CRYPTO_DEV_ATMEL_SHA204A=m
|
||||||
|
- Kernel hacking
|
||||||
|
- HEADERS_INSTALL=n
|
||||||
|
- REED_SOLOMON_TEST=n
|
||||||
|
- TEST_BLACKHOLE_DEV=n
|
||||||
|
- TEST_MEMINIT=n
|
||||||
|
- commit 0a6d0d9
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -11493,6 +12125,12 @@ Sat Jan 26 11:04:18 CET 2019 - jslaby@suse.cz
|
|||||||
mapped address (bnc#1012628).
|
mapped address (bnc#1012628).
|
||||||
- commit 34ae151
|
- commit 34ae151
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 24 13:06:05 CET 2019 - ptesarik@suse.cz
|
||||||
|
|
||||||
|
- Add product identifying information to VMCOREINFO (bsc#1123015).
|
||||||
|
- commit 68ca35e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
# icecream 0
|
# icecream 0
|
||||||
|
|
||||||
|
|
||||||
%define srcversion 5.2
|
%define srcversion 5.3
|
||||||
%define patchversion 5.2.14
|
%define patchversion 5.3.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -30,9 +30,9 @@ Name: kernel-source
|
|||||||
Summary: The Linux Kernel Sources
|
Summary: The Linux Kernel Sources
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Version: 5.2.14
|
Version: 5.3.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g7f85414
|
Release: <RELEASE>.ga541a6c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -43,7 +43,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: sed
|
BuildRequires: sed
|
||||||
Requires(post): coreutils sed
|
Requires(post): coreutils sed
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
Provides: %name-srchash-7f854145206e391dc3c013cd94af25a92c37e906
|
Provides: %name-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
Provides: linux
|
Provides: linux
|
||||||
Provides: multiversion(kernel)
|
Provides: multiversion(kernel)
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3 final
|
||||||
|
- Eliminated 3 patches
|
||||||
|
- Refresh configs
|
||||||
|
- NF_CONNTRACK_SLP is gone
|
||||||
|
- commit 6baef36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -5,6 +14,22 @@ Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
|||||||
writeback attempts (btrfs hangup).
|
writeback attempts (btrfs hangup).
|
||||||
- commit 7f85414
|
- commit 7f85414
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:15:38 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/netfilter-ip_conntrack_slp.patch (FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
This veteran out of tree patch is no longer needed since the userspace
|
||||||
|
conntrack helper (in conntrack-tools / conntrackd) has reached Factory.
|
||||||
|
- commit d6f0b71
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:14:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update and reenable
|
||||||
|
patches.suse/Revert-netfilter-conntrack-remove-helper-hook-again.patch
|
||||||
|
(FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
- commit 029452e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -186,6 +211,13 @@ Mon Sep 9 09:39:52 CEST 2019 - guillaume.gardet@arm.com
|
|||||||
Set requirements respectively to 30GB and 20GB.
|
Set requirements respectively to 30GB and 20GB.
|
||||||
- commit f84c163
|
- commit f84c163
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 9 06:52:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc8
|
||||||
|
- refresh armv6hl configs (IXP4xx drivers no longer visible)
|
||||||
|
- commit 3dea797
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -480,6 +512,36 @@ Tue Sep 3 12:47:56 CEST 2019 - mkubecek@suse.cz
|
|||||||
kernel performance teams confirmed that performance impact is acceptable.
|
kernel performance teams confirmed that performance impact is acceptable.
|
||||||
- commit d6e8aab
|
- commit d6e8aab
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 2 22:41:27 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc7
|
||||||
|
- Refresh configs
|
||||||
|
- IXP4xx SoC drivers not visible
|
||||||
|
- gcc 9.2.1
|
||||||
|
- commit 9bff5f9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 1 21:36:39 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: armv7hl: Enable cadence watchdog
|
||||||
|
CONFIG_CADENCE_WATCHDOG is required for Zynq-7000 based MIYR Zturn board.
|
||||||
|
- commit c4cbe5e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:35:20 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Update ARMv6 config files
|
||||||
|
- commit c17167d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:27:22 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Reenable ARMv7 config for Kernel 5.3
|
||||||
|
All modules plus errata's enabled. Reused other
|
||||||
|
values from x86_64 update.
|
||||||
|
- commit b1c627e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -763,6 +825,14 @@ Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
|||||||
- rxrpc: Fix local refcounting (bnc#1012628).
|
- rxrpc: Fix local refcounting (bnc#1012628).
|
||||||
- commit 6385110
|
- commit 6385110
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 15:36:42 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- mwifiex: Fix three heap overflow at
|
||||||
|
parsing element in cfg80211_ap_settings
|
||||||
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
|
- commit 528fd68
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -771,6 +841,31 @@ Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
|||||||
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
- commit 05e68fe
|
- commit 05e68fe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 13:30:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: mark more core networking modules supported
|
||||||
|
Two more netfilter modules and one more *_diag should be supported too.
|
||||||
|
- commit bee2dd8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 12:42:47 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update status of some networking core modules
|
||||||
|
This marks new networking modules which should be supported as such; it is
|
||||||
|
mostly netfilter and traffic control modules which have been following the
|
||||||
|
"support all of them" policy for some time.
|
||||||
|
- commit 65e1131
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 10:23:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: obsolete paths cleanup
|
||||||
|
Update paths for existing modules which were moved, clean up duplicate
|
||||||
|
entries and drop entries for modules which no longer exist (either not
|
||||||
|
built any more or built into the image now).
|
||||||
|
- commit 3bb142a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -789,12 +884,35 @@ Tue Aug 27 10:09:41 CEST 2019 - jslaby@suse.cz
|
|||||||
Update to the upstreamed patch.
|
Update to the upstreamed patch.
|
||||||
- commit bb236c2
|
- commit bb236c2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 16:12:29 CEST 2019 - jgross@suse.com
|
||||||
|
|
||||||
|
- usb: Introduce Xen pvUSB frontend (xen hcd) (fate#315712).
|
||||||
|
- Update config files.
|
||||||
|
- usb: Add Xen pvUSB protocol description (fate#315712).
|
||||||
|
- commit b32b2bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:48:01 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
|
- commit b08d3d5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
- commit 6f03484
|
- commit 6f03484
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:32:51 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15098,bsc#1146378).
|
||||||
|
- Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15099,bsc#1146368).
|
||||||
|
- commit 758e216
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -811,6 +929,19 @@ Mon Aug 26 09:39:32 CEST 2019 - bpoirier@suse.com
|
|||||||
CVE-2019-15504).
|
CVE-2019-15504).
|
||||||
- commit 5009555
|
- commit 5009555
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 09:24:08 CEST 2019 - bpoirier@suse.com
|
||||||
|
|
||||||
|
- Fix a double free bug in rsi_91x_deinit (bnc#1147116
|
||||||
|
CVE-2019-15504).
|
||||||
|
- commit 8ae43d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 25 21:49:44 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc6
|
||||||
|
- commit 2831011
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1052,6 +1183,49 @@ Thu Aug 22 23:37:43 CEST 2019 - msuchanek@suse.de
|
|||||||
- Parametrize kgraft vs livepatch.
|
- Parametrize kgraft vs livepatch.
|
||||||
- commit 16f6816
|
- commit 16f6816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 23:04:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: Enable livepatch.
|
||||||
|
- commit e001776
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 14:03:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: update from SLE15-SP2
|
||||||
|
In general, we want features and drivers from SLE also in openSUSE unless
|
||||||
|
we have a good reason not to. Enable most config options which were
|
||||||
|
disabled in master but enabled in SLE15-SP2 (inherited from SLE15-SP1).
|
||||||
|
- commit 769684a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 15:00:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: reorganize sections
|
||||||
|
With ~40 patches in master branch, we have accumulated way too many
|
||||||
|
sections in series.conf, some of them being very specific. While new SLE
|
||||||
|
and Leap branches are going to have more patches, vast majority of them is
|
||||||
|
going to end up in the sorted section (e.g. less than 1% of SLE15-SP1
|
||||||
|
patches are neither sorted nor stable baskports right now - and that
|
||||||
|
includes quite a few which would actually belong into the sorted section
|
||||||
|
but are left outside for historical reasons).
|
||||||
|
After the reorganization, series.conf is ordered like this:
|
||||||
|
- stable backports (patches.kernel.org/*)
|
||||||
|
- tweaks applied to vanilla (patches.rpmify/*)
|
||||||
|
- sorted section (not in master)
|
||||||
|
- unsorted patches expected to get into mainline soon
|
||||||
|
- permanent and longterm non-upstream patches
|
||||||
|
- kabi hacks (not in master)
|
||||||
|
This commit has no effect on expanded tree.
|
||||||
|
- commit 8ac1895
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 14:13:15 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: cleanup
|
||||||
|
Only whitespace and comments, no efect on expanded tree.
|
||||||
|
- commit bf21808
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1067,6 +1241,15 @@ Mon Aug 19 17:46:30 CEST 2019 - bp@suse.de
|
|||||||
Factory first!
|
Factory first!
|
||||||
- commit fc98fd1
|
- commit fc98fd1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 19 05:32:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc5
|
||||||
|
- Refresh configs
|
||||||
|
- RDMA_SIW available on i386 (=m)
|
||||||
|
- clean up unavailable options
|
||||||
|
- commit cadbe00
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1326,6 +1509,14 @@ Fri Aug 16 22:01:45 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 80c0ffe
|
- commit 80c0ffe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Revert "Workaround gcc regression on ppc64 (bko#204125)."
|
||||||
|
This reverts commit 8b84d1d46ff90146bb6ba5b760a54ddd87a1a680.
|
||||||
|
Works for me 5.3-rc4-65-g329120423947
|
||||||
|
- commit d8f9e6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
@ -1347,6 +1538,14 @@ Mon Aug 12 09:11:56 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1142926).
|
(bnc#1142926).
|
||||||
- commit a44175e
|
- commit a44175e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 11 22:47:14 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc4
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
- commit 5402233
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1450,12 +1649,37 @@ Fri Aug 9 18:14:50 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/mkspec: Make building DTBs optional.
|
- rpm/mkspec: Make building DTBs optional.
|
||||||
- commit 7c057c8
|
- commit 7c057c8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 17:39:36 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: fix supported modules depending on unsupported on non-x86_64 architectures
|
||||||
|
Some more "unsupported module needed by supported one" errors were reported
|
||||||
|
on aarch64 and ppc64le.
|
||||||
|
- commit 6b609de
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 14:44:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop obsolete entry for hyperv_fb
|
||||||
|
The module moved to a different directory, the obsolete entry causes
|
||||||
|
file conflict betwen kernel-default and kernel-default-extra.
|
||||||
|
- commit 6b112e5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- rpm/modflist: Simplify compression support.
|
- rpm/modflist: Simplify compression support.
|
||||||
- commit fd135a6
|
- commit fd135a6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 13:36:21 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: close with respect to dependencies
|
||||||
|
Modules which some supported module depends on must be supported as well.
|
||||||
|
Also drop obsolete entries for rtsx_pci and rtsx_usb which were moved
|
||||||
|
between 4.12 and 5.3.
|
||||||
|
- commit b781c36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -1467,6 +1691,46 @@ Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
|||||||
in addition to ".ko".
|
in addition to ".ko".
|
||||||
- commit 18fcdff
|
- commit 18fcdff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 12:08:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Bring back MODVERDIR to Makefile.modpost (bsc#1066369).
|
||||||
|
- commit 6cc69f5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 10:38:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort again
|
||||||
|
Make the order compatible with scripts/supported-conf-fixup (LC_ALL=C).
|
||||||
|
- commit 4a4b5dd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 08:28:37 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- supported.conf: Sort alphabetically, align comments.
|
||||||
|
- commit 5189766
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:32:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop extensions
|
||||||
|
To make things more consistent, drop all ".ko" extensions.
|
||||||
|
- commit 398461b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:00:48 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update patches.suse/supported-flag.
|
||||||
|
Fix ReST table.
|
||||||
|
- commit 0692bf4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 21:39:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Use upstream TAINT_AUX for TAINT_EXTERNAL_SUPPORT.
|
||||||
|
Refresh patches.suse/supported-flag.
|
||||||
|
- commit a4999e0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1481,6 +1745,56 @@ Thu Aug 8 15:31:02 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1139939).
|
(bnc#1139939).
|
||||||
- commit 8434c05
|
- commit 8434c05
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 14:35:08 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- rpm/kernel-obs-build.spec.in: add dm-crypt for building with cryptsetup
|
||||||
|
Co-Authored-By: Adam Spiers <aspiers@suse.com>
|
||||||
|
- commit 1756301
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 10:34:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries for all architectures
|
||||||
|
As list of built modules depends on architecture, we must also add entries
|
||||||
|
for modules which are not built (or do not even exist) on x86_64 but are
|
||||||
|
built on other architectures (aarch64, ppc64le, s390x).
|
||||||
|
- commit 8f74082
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:16:02 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries
|
||||||
|
Add all modules currently built but not listed in supported.conf.
|
||||||
|
Another update will be necessary once we replace configs inherited from
|
||||||
|
master with true SLE15-SP2 configs. This is also why entries for modules
|
||||||
|
not built are left in the file for now.
|
||||||
|
- commit 0f5033c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:01:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort
|
||||||
|
Also remove one commented out line.
|
||||||
|
- commit b539157
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:36:22 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: cleanup
|
||||||
|
Remove duplicate and shadowed entries.
|
||||||
|
- commit 25e91ec
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:21:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update from SLE15-SP1
|
||||||
|
Differences from current SLE15-SP1 supported.conf:
|
||||||
|
- f71808e_wdt and it87_wdt supported (jdelvare)
|
||||||
|
- bpfilter marked +base (tiwai, bsc#1106751)
|
||||||
|
- unified indentation
|
||||||
|
- commit 02162e4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1493,6 +1807,12 @@ Wed Aug 7 21:14:19 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
||||||
- commit af37821
|
- commit af37821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 7 18:49:38 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to 5.3-rc3
|
||||||
|
- commit f1f49f3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1500,6 +1820,9 @@ Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
|||||||
We already had it for armv6hl but were lacking it on arm64.
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
Add it on armv7hl for consistency while at it.
|
Add it on armv7hl for consistency while at it.
|
||||||
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
||||||
|
- config: Enable SENSORS_GPIO_FAN for all of Arm (boo#1144723)
|
||||||
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
|
Add it on armv7hl for consistency while at it.
|
||||||
- commit 71d4424
|
- commit 71d4424
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -1736,6 +2059,17 @@ Tue Aug 6 21:39:08 CEST 2019 - jslaby@suse.cz
|
|||||||
- ARM: riscpc: fix DMA (bnc#1012628).
|
- ARM: riscpc: fix DMA (bnc#1012628).
|
||||||
- commit a3e04b1
|
- commit a3e04b1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 5 07:15:46 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc3
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/supported-flag
|
||||||
|
- patches.suse/supported-flag-external
|
||||||
|
- Refresh configs
|
||||||
|
- commit 571863b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1770,6 +2104,13 @@ Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 187170c
|
- commit 187170c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 1 07:07:43 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: refresh x86_64/default
|
||||||
|
With HBMC_AM654 disabled, nothing selects MULTIPLEXER any more.
|
||||||
|
- commit 07a1a73
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||||
|
|
||||||
@ -2149,12 +2490,32 @@ Wed Jul 31 11:06:04 CEST 2019 - jslaby@suse.cz
|
|||||||
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
||||||
- commit b607c27
|
- commit b607c27
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 31 10:52:34 CEST 2019 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: CONFIG_HBMC_AM654=n
|
||||||
|
The TI AM654 is an ARM64 SoC, so disable the driver on all other
|
||||||
|
architectures.
|
||||||
|
- commit 042f63f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
||||||
|
|
||||||
- packaging: add support for riscv64
|
- packaging: add support for riscv64
|
||||||
- commit c2885ea
|
- commit c2885ea
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 28 22:20:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc2
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- patches.suse/dma-mapping-use-dma_get_mask-in-dma_addressing_limit.patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
- Config changes
|
||||||
|
- NF_TABLES_BRIDGE=m (was =y)
|
||||||
|
- commit fc5ebf3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -2958,12 +3319,25 @@ Fri Jul 26 10:47:45 CEST 2019 - jslaby@suse.cz
|
|||||||
- ath10k: Check tx_stats before use it (bnc#1012628).
|
- ath10k: Check tx_stats before use it (bnc#1012628).
|
||||||
- commit f5296b5
|
- commit f5296b5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 24 14:42:00 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- dma-mapping: use dma_get_mask in dma_addressing_limited
|
||||||
|
(https://lore.kernel.org/lkml/cda1952f-0265-e055-a3ce-237c59069a3f@suse.com/T/#u).
|
||||||
|
- commit c584343
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- scripts/arch-symbols: add missing link.
|
- scripts/arch-symbols: add missing link.
|
||||||
- commit ee7c635
|
- commit ee7c635
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 18:12:09 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: enable kernel module compression (bsc#1135854)
|
||||||
|
- commit b333e24
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -2972,12 +3346,46 @@ Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
|||||||
in config.sh, then mkspec will pass it to the spec file.
|
in config.sh, then mkspec will pass it to the spec file.
|
||||||
- commit cdf5806
|
- commit cdf5806
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 15:19:30 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Workaround gcc regression on ppc64 (bko#204125).
|
||||||
|
- commit 8b84d1d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 12:03:57 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config.conf: Add ppc64 kvmsmall config (bsc#1137361).
|
||||||
|
- Remove superfluous i2c drivers from ppc64 config
|
||||||
|
-CONFIG_I2C_ALGOPCA=m
|
||||||
|
-CONFIG_I2C_AMD8111=m
|
||||||
|
-CONFIG_I2C_CBUS_GPIO=m
|
||||||
|
-CONFIG_I2C_DESIGNWARE_CORE=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PLATFORM=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PCI=m
|
||||||
|
-CONFIG_I2C_OCORES=m
|
||||||
|
-CONFIG_I2C_PCA_PLATFORM=m
|
||||||
|
Can't get rid of i2c in kvmsmall anyway but at least the DW i2c is gone.
|
||||||
|
- commit 3d0102c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
||||||
- commit 72c928d
|
- commit 72c928d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 23:44:25 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: remove unnecessary drivers from kvmsmall
|
||||||
|
The initial merge was incomplete and needed revisiting, which didn't really
|
||||||
|
happen. Since then, new options have been added and not removed from
|
||||||
|
kvmsmall, leading to grow in size.
|
||||||
|
This commit uses the following blacklist:
|
||||||
|
_(BT|CHARGER|CHROMEOS|CROS|DVB|DW|EDAC|FPGA|GPIO|GNSS|HID|INFINIBAND|IR|JOYSTICK|LEDS|MFD|PINCTRL|REGULATOR|RTC|SENSORS|SND_SOC|STAGING|TOUCHSCREEN|VIDEO|XEN|XILINX)[_=]
|
||||||
|
... along with some manual removal of NET_VENDORs with no relevant drivers.
|
||||||
|
- commit e850d85
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -2993,6 +3401,230 @@ Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
|||||||
breaking any other branch. A more proper cleanup will follow.
|
breaking any other branch. A more proper cleanup will follow.
|
||||||
- commit c32f8e7
|
- commit c32f8e7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 12:18:06 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc1
|
||||||
|
- Eliminated 89 patches (83 stable, 6 other)
|
||||||
|
- ARM configs need update
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
|
||||||
|
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
patches.suse/rpm-kernel-config
|
||||||
|
patches.suse/supported-flag
|
||||||
|
patches.suse/vfs-add-super_operations-get_inode_dev
|
||||||
|
- replace patches.rpmify/BPF-UMH-do-not-detect-if-compiler-can-link-userspace.patch
|
||||||
|
with patches.rpmify/Kconfig-make-CONFIG_CC_CAN_LINK-always-true.patch
|
||||||
|
- New config options:
|
||||||
|
- General setup
|
||||||
|
- HEADER_TEST=y
|
||||||
|
- KERNEL_HEADER_TEST=y
|
||||||
|
- PREEMPT_LL=n
|
||||||
|
- UCLAMP_TASK=y
|
||||||
|
- UCLAMP_BUCKETS_COUNT=5
|
||||||
|
- Processor type and features
|
||||||
|
- ACRN_GUEST=y
|
||||||
|
- LEGACY_VSYSCALL_XONLY=y
|
||||||
|
- IO Schedulers
|
||||||
|
- BFQ_CGROUP_DEBUG=n (=y in */debug)
|
||||||
|
- Networking
|
||||||
|
- NFT_SYNPROXY=m
|
||||||
|
- NFT_BRIDGE_META=m
|
||||||
|
- NF_CONNTRACK_BRIDGE=m
|
||||||
|
- NET_ACT_MPLS=m
|
||||||
|
- NET_ACT_CTINFO=m
|
||||||
|
- NET_ACT_CT=m
|
||||||
|
- BT_HCIBTUSB_MTK=y
|
||||||
|
- GVE=m
|
||||||
|
- MLX5_FPGA_IPSEC=y
|
||||||
|
- MLX5_FPGA_TLS=y
|
||||||
|
- MLX5_TLS=y
|
||||||
|
- STMMAC_SELFTESTS=n
|
||||||
|
- XILINX_AXI_EMAC=m
|
||||||
|
- SFP=m
|
||||||
|
- NXP_TJA11XX_PHY=m
|
||||||
|
- PHY_MIXEL_MIPI_DPHY=m
|
||||||
|
- File systems
|
||||||
|
- UBIFS_FS_ZSTD=y
|
||||||
|
- SUNRPC_DISABLE_INSECURE_ENCTYPES=n
|
||||||
|
- CEPH_FS_SECURITY_LABEL=y
|
||||||
|
- Generic driver options
|
||||||
|
- FW_LOADER_COMPRESS=y
|
||||||
|
- Storage
|
||||||
|
- SCSI_FDOMAIN_PCI=m
|
||||||
|
- SCSI_FDOMAIN_ISA=n
|
||||||
|
- PCMCIA_FDOMAIN=n
|
||||||
|
- Input
|
||||||
|
- KEYBOARD_APPLESPI=m
|
||||||
|
- Power supply and hardware monitoring
|
||||||
|
- POWER_SUPPLY_HWMON=y
|
||||||
|
- CHARGER_WILCO=m
|
||||||
|
- SENSORS_IRPS5401=m
|
||||||
|
- SENSORS_PXE1610=m
|
||||||
|
- REGULATOR_ARIZONA_LDO1=m
|
||||||
|
- REGULATOR_ARIZONA_MICSUPP=m
|
||||||
|
- REGULATOR_SLG51000=m
|
||||||
|
- Multimedia
|
||||||
|
- DVB_USB_CXUSB_ANALOG=y
|
||||||
|
- VIDEO_TDA1997X=m
|
||||||
|
- VIDEO_TLV320AIC23B=m
|
||||||
|
- VIDEO_ADV7180=m
|
||||||
|
- VIDEO_ADV7183=m
|
||||||
|
- VIDEO_ADV7604=m
|
||||||
|
- VIDEO_ADV7604_CEC=y
|
||||||
|
- VIDEO_ADV7842=m
|
||||||
|
- VIDEO_ADV7842_CEC=y
|
||||||
|
- VIDEO_BT819=m
|
||||||
|
- VIDEO_BT856=m
|
||||||
|
- VIDEO_BT866=m
|
||||||
|
- VIDEO_KS0127=m
|
||||||
|
- VIDEO_ML86V7667=m
|
||||||
|
- VIDEO_SAA7110=m
|
||||||
|
- VIDEO_TC358743=m
|
||||||
|
- VIDEO_TC358743_CEC=y
|
||||||
|
- VIDEO_TVP514X=m
|
||||||
|
- VIDEO_TVP7002=m
|
||||||
|
- VIDEO_TW9910=m
|
||||||
|
- VIDEO_VPX3220=m
|
||||||
|
- VIDEO_SAA7185=m
|
||||||
|
- VIDEO_ADV7170=m
|
||||||
|
- VIDEO_ADV7175=m
|
||||||
|
- VIDEO_ADV7343=m
|
||||||
|
- VIDEO_ADV7393=m
|
||||||
|
- VIDEO_ADV7511=m
|
||||||
|
- VIDEO_ADV7511_CEC=y
|
||||||
|
- VIDEO_AD9389B=m
|
||||||
|
- VIDEO_AK881X=m
|
||||||
|
- VIDEO_THS8200=m
|
||||||
|
- VIDEO_IMX214=m
|
||||||
|
- VIDEO_IMX258=m
|
||||||
|
- VIDEO_IMX274=m
|
||||||
|
- VIDEO_IMX319=m
|
||||||
|
- VIDEO_IMX355=m
|
||||||
|
- VIDEO_OV2659=m
|
||||||
|
- VIDEO_OV2680=m
|
||||||
|
- VIDEO_OV2685=m
|
||||||
|
- VIDEO_OV5647=m
|
||||||
|
- VIDEO_OV6650=m
|
||||||
|
- VIDEO_OV5670=m
|
||||||
|
- VIDEO_OV5695=m
|
||||||
|
- VIDEO_OV7251=m
|
||||||
|
- VIDEO_OV772X=m
|
||||||
|
- VIDEO_OV7740=m
|
||||||
|
- VIDEO_OV8856=m
|
||||||
|
- VIDEO_OV9640=m
|
||||||
|
- VIDEO_OV9650=m
|
||||||
|
- VIDEO_OV13858=m
|
||||||
|
- VIDEO_VS6624=m
|
||||||
|
- VIDEO_MT9M001=m
|
||||||
|
- VIDEO_MT9M032=m
|
||||||
|
- VIDEO_MT9M111=m
|
||||||
|
- VIDEO_MT9P031=m
|
||||||
|
- VIDEO_MT9T001=m
|
||||||
|
- VIDEO_MT9T112=m
|
||||||
|
- VIDEO_MT9V032=m
|
||||||
|
- VIDEO_MT9V111=m
|
||||||
|
- VIDEO_SR030PC30=m
|
||||||
|
- VIDEO_NOON010PC30=m
|
||||||
|
- VIDEO_M5MOLS=m
|
||||||
|
- VIDEO_RJ54N1=m
|
||||||
|
- VIDEO_S5K6AA=m
|
||||||
|
- VIDEO_S5K6A3=m
|
||||||
|
- VIDEO_S5K4ECGX=m
|
||||||
|
- VIDEO_S5K5BAF=m
|
||||||
|
- VIDEO_SMIAPP=m
|
||||||
|
- VIDEO_ET8EK8=m
|
||||||
|
- VIDEO_S5C73M3=m
|
||||||
|
- VIDEO_AD5820=m
|
||||||
|
- VIDEO_AK7375=m
|
||||||
|
- VIDEO_DW9714=m
|
||||||
|
- VIDEO_DW9807_VCM=m
|
||||||
|
- VIDEO_ADP1653=m
|
||||||
|
- VIDEO_LM3560=m
|
||||||
|
- VIDEO_LM3646=m
|
||||||
|
- SDR_MAX2175=m
|
||||||
|
- VIDEO_THS7303=m
|
||||||
|
- VIDEO_I2C=m
|
||||||
|
- VIDEO_ST_MIPID02=n
|
||||||
|
- VIDEO_GS1662=m
|
||||||
|
- DVB_S5H1432=m
|
||||||
|
- DVB_DIB9000=m
|
||||||
|
- DVB_CXD2880=m
|
||||||
|
- DVB_MN88443X=m
|
||||||
|
- DVB_LNBH29=m
|
||||||
|
- DVB_LGS8GL5=m
|
||||||
|
- Graphics
|
||||||
|
- DRM_AMD_DC_DCN2_0=y
|
||||||
|
- DRM_AMD_DC_DSC_SUPPORT=y
|
||||||
|
- DRM_I915_FORCE_PROBE=""
|
||||||
|
- DRM_I915_DEBUG_MMIO=n
|
||||||
|
- DRM_I915_USERFAULT_AUTOSUSPEND=250
|
||||||
|
- DRM_I915_SPIN_REQUEST=5
|
||||||
|
- DRM_PANEL_OSD_OSD101T2587_53TS=m
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E63M0=m
|
||||||
|
- Sound
|
||||||
|
- SND_SOC_INTEL_CML_H=m
|
||||||
|
- SND_SOC_INTEL_CML_LP=m
|
||||||
|
- SND_SOC_INTEL_BYT_CHT_CX2072X_MACH=m
|
||||||
|
- SND_SOC_SOF_COMETLAKE_LP_SUPPORT=y
|
||||||
|
- SND_SOC_SOF_COMETLAKE_H_SUPPORT=y
|
||||||
|
- SND_SOC_CX2072X=m
|
||||||
|
- InfiniBand
|
||||||
|
- RDMA_SIW=m
|
||||||
|
- Platform specific drivers
|
||||||
|
- XIAOMI_WMI=m
|
||||||
|
- ACPI_CMPC=m
|
||||||
|
- SAMSUNG_Q10=m
|
||||||
|
- INTEL_SPEED_SELECT_INTERFACE=m
|
||||||
|
- CROS_EC_ISHTP=m
|
||||||
|
- WILCO_EC_EVENTS=m
|
||||||
|
- WILCO_EC_TELEMETRY=m
|
||||||
|
- Industrial I/O
|
||||||
|
- XILINX_XADC=n
|
||||||
|
- ADF4371=n
|
||||||
|
- DPS310=n
|
||||||
|
- LEDs
|
||||||
|
- LEDS_SPI_BYTE=m
|
||||||
|
- LEDS_TI_LMU_COMMON=m
|
||||||
|
- LEDS_LM3697=m
|
||||||
|
- LEDS_LM36274=m
|
||||||
|
- Other drivers
|
||||||
|
- MTD_HYPERBUS=m
|
||||||
|
- HBMC_AM654=m
|
||||||
|
- XILINX_SDFEC=n
|
||||||
|
- GPIO_XILINX=m
|
||||||
|
- WATCHDOG_OPEN_TIMEOUT=0
|
||||||
|
- MFD_CS47L15=y
|
||||||
|
- MFD_CS47L92=y
|
||||||
|
- MFD_ROHM_BD70528=n
|
||||||
|
- RTC_DRV_BD70528=m
|
||||||
|
- DW_EDMA=m
|
||||||
|
- DW_EDMA_PCIE=m
|
||||||
|
- COMMON_CLK_SI5341=m
|
||||||
|
- EXTCON_FSA9480=m
|
||||||
|
- NTB_MSI=y
|
||||||
|
- NTB_MSI_TEST=n
|
||||||
|
- RAS_CEC_DEBUG=n
|
||||||
|
- AL_FIC=n
|
||||||
|
- Virtualization
|
||||||
|
- VIRTIO_PMEM=m
|
||||||
|
- Security options
|
||||||
|
- KEYS_REQUEST_CACHE=y
|
||||||
|
- Kernel hardening options
|
||||||
|
- INIT_ON_ALLOC_DEFAULT_ON=n
|
||||||
|
- INIT_ON_FREE_DEFAULT_ON=n
|
||||||
|
- Cryptographic API
|
||||||
|
- CRYPTO_XXHASH=n
|
||||||
|
- CRYPTO_DEV_ATMEL_ECC=m
|
||||||
|
- CRYPTO_DEV_ATMEL_SHA204A=m
|
||||||
|
- Kernel hacking
|
||||||
|
- HEADERS_INSTALL=n
|
||||||
|
- REED_SOLOMON_TEST=n
|
||||||
|
- TEST_BLACKHOLE_DEV=n
|
||||||
|
- TEST_MEMINIT=n
|
||||||
|
- commit 0a6d0d9
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -11493,6 +12125,12 @@ Sat Jan 26 11:04:18 CET 2019 - jslaby@suse.cz
|
|||||||
mapped address (bnc#1012628).
|
mapped address (bnc#1012628).
|
||||||
- commit 34ae151
|
- commit 34ae151
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 24 13:06:05 CET 2019 - ptesarik@suse.cz
|
||||||
|
|
||||||
|
- Add product identifying information to VMCOREINFO (bsc#1123015).
|
||||||
|
- commit 68ca35e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
|||||||
Summary: Kernel Symbol Versions (modversions)
|
Summary: Kernel Symbol Versions (modversions)
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Version: 5.2.14
|
Version: 5.3.0
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g7f85414
|
Release: <RELEASE>.ga541a6c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -52,7 +52,7 @@ Requires: kernel-pae-devel = %version-%source_rel
|
|||||||
%endif
|
%endif
|
||||||
Requires: pesign-obs-integration
|
Requires: pesign-obs-integration
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
Provides: %name-srchash-7f854145206e391dc3c013cd94af25a92c37e906
|
Provides: %name-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
Provides: multiversion(kernel)
|
Provides: multiversion(kernel)
|
||||||
Source: README.KSYMS
|
Source: README.KSYMS
|
||||||
Requires: kernel-devel%variant = %version-%source_rel
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3 final
|
||||||
|
- Eliminated 3 patches
|
||||||
|
- Refresh configs
|
||||||
|
- NF_CONNTRACK_SLP is gone
|
||||||
|
- commit 6baef36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -5,6 +14,22 @@ Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
|||||||
writeback attempts (btrfs hangup).
|
writeback attempts (btrfs hangup).
|
||||||
- commit 7f85414
|
- commit 7f85414
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:15:38 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/netfilter-ip_conntrack_slp.patch (FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
This veteran out of tree patch is no longer needed since the userspace
|
||||||
|
conntrack helper (in conntrack-tools / conntrackd) has reached Factory.
|
||||||
|
- commit d6f0b71
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:14:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update and reenable
|
||||||
|
patches.suse/Revert-netfilter-conntrack-remove-helper-hook-again.patch
|
||||||
|
(FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
- commit 029452e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -186,6 +211,13 @@ Mon Sep 9 09:39:52 CEST 2019 - guillaume.gardet@arm.com
|
|||||||
Set requirements respectively to 30GB and 20GB.
|
Set requirements respectively to 30GB and 20GB.
|
||||||
- commit f84c163
|
- commit f84c163
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 9 06:52:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc8
|
||||||
|
- refresh armv6hl configs (IXP4xx drivers no longer visible)
|
||||||
|
- commit 3dea797
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -480,6 +512,36 @@ Tue Sep 3 12:47:56 CEST 2019 - mkubecek@suse.cz
|
|||||||
kernel performance teams confirmed that performance impact is acceptable.
|
kernel performance teams confirmed that performance impact is acceptable.
|
||||||
- commit d6e8aab
|
- commit d6e8aab
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 2 22:41:27 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc7
|
||||||
|
- Refresh configs
|
||||||
|
- IXP4xx SoC drivers not visible
|
||||||
|
- gcc 9.2.1
|
||||||
|
- commit 9bff5f9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 1 21:36:39 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: armv7hl: Enable cadence watchdog
|
||||||
|
CONFIG_CADENCE_WATCHDOG is required for Zynq-7000 based MIYR Zturn board.
|
||||||
|
- commit c4cbe5e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:35:20 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Update ARMv6 config files
|
||||||
|
- commit c17167d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:27:22 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Reenable ARMv7 config for Kernel 5.3
|
||||||
|
All modules plus errata's enabled. Reused other
|
||||||
|
values from x86_64 update.
|
||||||
|
- commit b1c627e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -763,6 +825,14 @@ Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
|||||||
- rxrpc: Fix local refcounting (bnc#1012628).
|
- rxrpc: Fix local refcounting (bnc#1012628).
|
||||||
- commit 6385110
|
- commit 6385110
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 15:36:42 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- mwifiex: Fix three heap overflow at
|
||||||
|
parsing element in cfg80211_ap_settings
|
||||||
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
|
- commit 528fd68
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -771,6 +841,31 @@ Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
|||||||
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
- commit 05e68fe
|
- commit 05e68fe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 13:30:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: mark more core networking modules supported
|
||||||
|
Two more netfilter modules and one more *_diag should be supported too.
|
||||||
|
- commit bee2dd8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 12:42:47 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update status of some networking core modules
|
||||||
|
This marks new networking modules which should be supported as such; it is
|
||||||
|
mostly netfilter and traffic control modules which have been following the
|
||||||
|
"support all of them" policy for some time.
|
||||||
|
- commit 65e1131
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 10:23:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: obsolete paths cleanup
|
||||||
|
Update paths for existing modules which were moved, clean up duplicate
|
||||||
|
entries and drop entries for modules which no longer exist (either not
|
||||||
|
built any more or built into the image now).
|
||||||
|
- commit 3bb142a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -789,12 +884,35 @@ Tue Aug 27 10:09:41 CEST 2019 - jslaby@suse.cz
|
|||||||
Update to the upstreamed patch.
|
Update to the upstreamed patch.
|
||||||
- commit bb236c2
|
- commit bb236c2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 16:12:29 CEST 2019 - jgross@suse.com
|
||||||
|
|
||||||
|
- usb: Introduce Xen pvUSB frontend (xen hcd) (fate#315712).
|
||||||
|
- Update config files.
|
||||||
|
- usb: Add Xen pvUSB protocol description (fate#315712).
|
||||||
|
- commit b32b2bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:48:01 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
|
- commit b08d3d5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
- commit 6f03484
|
- commit 6f03484
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:32:51 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15098,bsc#1146378).
|
||||||
|
- Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15099,bsc#1146368).
|
||||||
|
- commit 758e216
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -811,6 +929,19 @@ Mon Aug 26 09:39:32 CEST 2019 - bpoirier@suse.com
|
|||||||
CVE-2019-15504).
|
CVE-2019-15504).
|
||||||
- commit 5009555
|
- commit 5009555
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 09:24:08 CEST 2019 - bpoirier@suse.com
|
||||||
|
|
||||||
|
- Fix a double free bug in rsi_91x_deinit (bnc#1147116
|
||||||
|
CVE-2019-15504).
|
||||||
|
- commit 8ae43d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 25 21:49:44 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc6
|
||||||
|
- commit 2831011
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1052,6 +1183,49 @@ Thu Aug 22 23:37:43 CEST 2019 - msuchanek@suse.de
|
|||||||
- Parametrize kgraft vs livepatch.
|
- Parametrize kgraft vs livepatch.
|
||||||
- commit 16f6816
|
- commit 16f6816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 23:04:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: Enable livepatch.
|
||||||
|
- commit e001776
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 14:03:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: update from SLE15-SP2
|
||||||
|
In general, we want features and drivers from SLE also in openSUSE unless
|
||||||
|
we have a good reason not to. Enable most config options which were
|
||||||
|
disabled in master but enabled in SLE15-SP2 (inherited from SLE15-SP1).
|
||||||
|
- commit 769684a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 15:00:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: reorganize sections
|
||||||
|
With ~40 patches in master branch, we have accumulated way too many
|
||||||
|
sections in series.conf, some of them being very specific. While new SLE
|
||||||
|
and Leap branches are going to have more patches, vast majority of them is
|
||||||
|
going to end up in the sorted section (e.g. less than 1% of SLE15-SP1
|
||||||
|
patches are neither sorted nor stable baskports right now - and that
|
||||||
|
includes quite a few which would actually belong into the sorted section
|
||||||
|
but are left outside for historical reasons).
|
||||||
|
After the reorganization, series.conf is ordered like this:
|
||||||
|
- stable backports (patches.kernel.org/*)
|
||||||
|
- tweaks applied to vanilla (patches.rpmify/*)
|
||||||
|
- sorted section (not in master)
|
||||||
|
- unsorted patches expected to get into mainline soon
|
||||||
|
- permanent and longterm non-upstream patches
|
||||||
|
- kabi hacks (not in master)
|
||||||
|
This commit has no effect on expanded tree.
|
||||||
|
- commit 8ac1895
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 14:13:15 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: cleanup
|
||||||
|
Only whitespace and comments, no efect on expanded tree.
|
||||||
|
- commit bf21808
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1067,6 +1241,15 @@ Mon Aug 19 17:46:30 CEST 2019 - bp@suse.de
|
|||||||
Factory first!
|
Factory first!
|
||||||
- commit fc98fd1
|
- commit fc98fd1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 19 05:32:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc5
|
||||||
|
- Refresh configs
|
||||||
|
- RDMA_SIW available on i386 (=m)
|
||||||
|
- clean up unavailable options
|
||||||
|
- commit cadbe00
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1326,6 +1509,14 @@ Fri Aug 16 22:01:45 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 80c0ffe
|
- commit 80c0ffe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Revert "Workaround gcc regression on ppc64 (bko#204125)."
|
||||||
|
This reverts commit 8b84d1d46ff90146bb6ba5b760a54ddd87a1a680.
|
||||||
|
Works for me 5.3-rc4-65-g329120423947
|
||||||
|
- commit d8f9e6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
@ -1347,6 +1538,14 @@ Mon Aug 12 09:11:56 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1142926).
|
(bnc#1142926).
|
||||||
- commit a44175e
|
- commit a44175e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 11 22:47:14 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc4
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
- commit 5402233
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1450,12 +1649,37 @@ Fri Aug 9 18:14:50 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/mkspec: Make building DTBs optional.
|
- rpm/mkspec: Make building DTBs optional.
|
||||||
- commit 7c057c8
|
- commit 7c057c8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 17:39:36 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: fix supported modules depending on unsupported on non-x86_64 architectures
|
||||||
|
Some more "unsupported module needed by supported one" errors were reported
|
||||||
|
on aarch64 and ppc64le.
|
||||||
|
- commit 6b609de
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 14:44:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop obsolete entry for hyperv_fb
|
||||||
|
The module moved to a different directory, the obsolete entry causes
|
||||||
|
file conflict betwen kernel-default and kernel-default-extra.
|
||||||
|
- commit 6b112e5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- rpm/modflist: Simplify compression support.
|
- rpm/modflist: Simplify compression support.
|
||||||
- commit fd135a6
|
- commit fd135a6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 13:36:21 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: close with respect to dependencies
|
||||||
|
Modules which some supported module depends on must be supported as well.
|
||||||
|
Also drop obsolete entries for rtsx_pci and rtsx_usb which were moved
|
||||||
|
between 4.12 and 5.3.
|
||||||
|
- commit b781c36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -1467,6 +1691,46 @@ Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
|||||||
in addition to ".ko".
|
in addition to ".ko".
|
||||||
- commit 18fcdff
|
- commit 18fcdff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 12:08:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Bring back MODVERDIR to Makefile.modpost (bsc#1066369).
|
||||||
|
- commit 6cc69f5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 10:38:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort again
|
||||||
|
Make the order compatible with scripts/supported-conf-fixup (LC_ALL=C).
|
||||||
|
- commit 4a4b5dd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 08:28:37 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- supported.conf: Sort alphabetically, align comments.
|
||||||
|
- commit 5189766
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:32:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop extensions
|
||||||
|
To make things more consistent, drop all ".ko" extensions.
|
||||||
|
- commit 398461b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:00:48 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update patches.suse/supported-flag.
|
||||||
|
Fix ReST table.
|
||||||
|
- commit 0692bf4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 21:39:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Use upstream TAINT_AUX for TAINT_EXTERNAL_SUPPORT.
|
||||||
|
Refresh patches.suse/supported-flag.
|
||||||
|
- commit a4999e0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1481,6 +1745,56 @@ Thu Aug 8 15:31:02 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1139939).
|
(bnc#1139939).
|
||||||
- commit 8434c05
|
- commit 8434c05
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 14:35:08 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- rpm/kernel-obs-build.spec.in: add dm-crypt for building with cryptsetup
|
||||||
|
Co-Authored-By: Adam Spiers <aspiers@suse.com>
|
||||||
|
- commit 1756301
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 10:34:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries for all architectures
|
||||||
|
As list of built modules depends on architecture, we must also add entries
|
||||||
|
for modules which are not built (or do not even exist) on x86_64 but are
|
||||||
|
built on other architectures (aarch64, ppc64le, s390x).
|
||||||
|
- commit 8f74082
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:16:02 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries
|
||||||
|
Add all modules currently built but not listed in supported.conf.
|
||||||
|
Another update will be necessary once we replace configs inherited from
|
||||||
|
master with true SLE15-SP2 configs. This is also why entries for modules
|
||||||
|
not built are left in the file for now.
|
||||||
|
- commit 0f5033c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:01:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort
|
||||||
|
Also remove one commented out line.
|
||||||
|
- commit b539157
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:36:22 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: cleanup
|
||||||
|
Remove duplicate and shadowed entries.
|
||||||
|
- commit 25e91ec
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:21:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update from SLE15-SP1
|
||||||
|
Differences from current SLE15-SP1 supported.conf:
|
||||||
|
- f71808e_wdt and it87_wdt supported (jdelvare)
|
||||||
|
- bpfilter marked +base (tiwai, bsc#1106751)
|
||||||
|
- unified indentation
|
||||||
|
- commit 02162e4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1493,6 +1807,12 @@ Wed Aug 7 21:14:19 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
||||||
- commit af37821
|
- commit af37821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 7 18:49:38 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to 5.3-rc3
|
||||||
|
- commit f1f49f3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1500,6 +1820,9 @@ Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
|||||||
We already had it for armv6hl but were lacking it on arm64.
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
Add it on armv7hl for consistency while at it.
|
Add it on armv7hl for consistency while at it.
|
||||||
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
||||||
|
- config: Enable SENSORS_GPIO_FAN for all of Arm (boo#1144723)
|
||||||
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
|
Add it on armv7hl for consistency while at it.
|
||||||
- commit 71d4424
|
- commit 71d4424
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -1736,6 +2059,17 @@ Tue Aug 6 21:39:08 CEST 2019 - jslaby@suse.cz
|
|||||||
- ARM: riscpc: fix DMA (bnc#1012628).
|
- ARM: riscpc: fix DMA (bnc#1012628).
|
||||||
- commit a3e04b1
|
- commit a3e04b1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 5 07:15:46 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc3
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/supported-flag
|
||||||
|
- patches.suse/supported-flag-external
|
||||||
|
- Refresh configs
|
||||||
|
- commit 571863b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1770,6 +2104,13 @@ Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 187170c
|
- commit 187170c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 1 07:07:43 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: refresh x86_64/default
|
||||||
|
With HBMC_AM654 disabled, nothing selects MULTIPLEXER any more.
|
||||||
|
- commit 07a1a73
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||||
|
|
||||||
@ -2149,12 +2490,32 @@ Wed Jul 31 11:06:04 CEST 2019 - jslaby@suse.cz
|
|||||||
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
||||||
- commit b607c27
|
- commit b607c27
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 31 10:52:34 CEST 2019 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: CONFIG_HBMC_AM654=n
|
||||||
|
The TI AM654 is an ARM64 SoC, so disable the driver on all other
|
||||||
|
architectures.
|
||||||
|
- commit 042f63f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
||||||
|
|
||||||
- packaging: add support for riscv64
|
- packaging: add support for riscv64
|
||||||
- commit c2885ea
|
- commit c2885ea
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 28 22:20:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc2
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- patches.suse/dma-mapping-use-dma_get_mask-in-dma_addressing_limit.patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
- Config changes
|
||||||
|
- NF_TABLES_BRIDGE=m (was =y)
|
||||||
|
- commit fc5ebf3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -2958,12 +3319,25 @@ Fri Jul 26 10:47:45 CEST 2019 - jslaby@suse.cz
|
|||||||
- ath10k: Check tx_stats before use it (bnc#1012628).
|
- ath10k: Check tx_stats before use it (bnc#1012628).
|
||||||
- commit f5296b5
|
- commit f5296b5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 24 14:42:00 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- dma-mapping: use dma_get_mask in dma_addressing_limited
|
||||||
|
(https://lore.kernel.org/lkml/cda1952f-0265-e055-a3ce-237c59069a3f@suse.com/T/#u).
|
||||||
|
- commit c584343
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- scripts/arch-symbols: add missing link.
|
- scripts/arch-symbols: add missing link.
|
||||||
- commit ee7c635
|
- commit ee7c635
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 18:12:09 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: enable kernel module compression (bsc#1135854)
|
||||||
|
- commit b333e24
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -2972,12 +3346,46 @@ Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
|||||||
in config.sh, then mkspec will pass it to the spec file.
|
in config.sh, then mkspec will pass it to the spec file.
|
||||||
- commit cdf5806
|
- commit cdf5806
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 15:19:30 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Workaround gcc regression on ppc64 (bko#204125).
|
||||||
|
- commit 8b84d1d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 12:03:57 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config.conf: Add ppc64 kvmsmall config (bsc#1137361).
|
||||||
|
- Remove superfluous i2c drivers from ppc64 config
|
||||||
|
-CONFIG_I2C_ALGOPCA=m
|
||||||
|
-CONFIG_I2C_AMD8111=m
|
||||||
|
-CONFIG_I2C_CBUS_GPIO=m
|
||||||
|
-CONFIG_I2C_DESIGNWARE_CORE=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PLATFORM=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PCI=m
|
||||||
|
-CONFIG_I2C_OCORES=m
|
||||||
|
-CONFIG_I2C_PCA_PLATFORM=m
|
||||||
|
Can't get rid of i2c in kvmsmall anyway but at least the DW i2c is gone.
|
||||||
|
- commit 3d0102c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
||||||
- commit 72c928d
|
- commit 72c928d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 23:44:25 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: remove unnecessary drivers from kvmsmall
|
||||||
|
The initial merge was incomplete and needed revisiting, which didn't really
|
||||||
|
happen. Since then, new options have been added and not removed from
|
||||||
|
kvmsmall, leading to grow in size.
|
||||||
|
This commit uses the following blacklist:
|
||||||
|
_(BT|CHARGER|CHROMEOS|CROS|DVB|DW|EDAC|FPGA|GPIO|GNSS|HID|INFINIBAND|IR|JOYSTICK|LEDS|MFD|PINCTRL|REGULATOR|RTC|SENSORS|SND_SOC|STAGING|TOUCHSCREEN|VIDEO|XEN|XILINX)[_=]
|
||||||
|
... along with some manual removal of NET_VENDORs with no relevant drivers.
|
||||||
|
- commit e850d85
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -2993,6 +3401,230 @@ Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
|||||||
breaking any other branch. A more proper cleanup will follow.
|
breaking any other branch. A more proper cleanup will follow.
|
||||||
- commit c32f8e7
|
- commit c32f8e7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 12:18:06 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc1
|
||||||
|
- Eliminated 89 patches (83 stable, 6 other)
|
||||||
|
- ARM configs need update
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
|
||||||
|
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
patches.suse/rpm-kernel-config
|
||||||
|
patches.suse/supported-flag
|
||||||
|
patches.suse/vfs-add-super_operations-get_inode_dev
|
||||||
|
- replace patches.rpmify/BPF-UMH-do-not-detect-if-compiler-can-link-userspace.patch
|
||||||
|
with patches.rpmify/Kconfig-make-CONFIG_CC_CAN_LINK-always-true.patch
|
||||||
|
- New config options:
|
||||||
|
- General setup
|
||||||
|
- HEADER_TEST=y
|
||||||
|
- KERNEL_HEADER_TEST=y
|
||||||
|
- PREEMPT_LL=n
|
||||||
|
- UCLAMP_TASK=y
|
||||||
|
- UCLAMP_BUCKETS_COUNT=5
|
||||||
|
- Processor type and features
|
||||||
|
- ACRN_GUEST=y
|
||||||
|
- LEGACY_VSYSCALL_XONLY=y
|
||||||
|
- IO Schedulers
|
||||||
|
- BFQ_CGROUP_DEBUG=n (=y in */debug)
|
||||||
|
- Networking
|
||||||
|
- NFT_SYNPROXY=m
|
||||||
|
- NFT_BRIDGE_META=m
|
||||||
|
- NF_CONNTRACK_BRIDGE=m
|
||||||
|
- NET_ACT_MPLS=m
|
||||||
|
- NET_ACT_CTINFO=m
|
||||||
|
- NET_ACT_CT=m
|
||||||
|
- BT_HCIBTUSB_MTK=y
|
||||||
|
- GVE=m
|
||||||
|
- MLX5_FPGA_IPSEC=y
|
||||||
|
- MLX5_FPGA_TLS=y
|
||||||
|
- MLX5_TLS=y
|
||||||
|
- STMMAC_SELFTESTS=n
|
||||||
|
- XILINX_AXI_EMAC=m
|
||||||
|
- SFP=m
|
||||||
|
- NXP_TJA11XX_PHY=m
|
||||||
|
- PHY_MIXEL_MIPI_DPHY=m
|
||||||
|
- File systems
|
||||||
|
- UBIFS_FS_ZSTD=y
|
||||||
|
- SUNRPC_DISABLE_INSECURE_ENCTYPES=n
|
||||||
|
- CEPH_FS_SECURITY_LABEL=y
|
||||||
|
- Generic driver options
|
||||||
|
- FW_LOADER_COMPRESS=y
|
||||||
|
- Storage
|
||||||
|
- SCSI_FDOMAIN_PCI=m
|
||||||
|
- SCSI_FDOMAIN_ISA=n
|
||||||
|
- PCMCIA_FDOMAIN=n
|
||||||
|
- Input
|
||||||
|
- KEYBOARD_APPLESPI=m
|
||||||
|
- Power supply and hardware monitoring
|
||||||
|
- POWER_SUPPLY_HWMON=y
|
||||||
|
- CHARGER_WILCO=m
|
||||||
|
- SENSORS_IRPS5401=m
|
||||||
|
- SENSORS_PXE1610=m
|
||||||
|
- REGULATOR_ARIZONA_LDO1=m
|
||||||
|
- REGULATOR_ARIZONA_MICSUPP=m
|
||||||
|
- REGULATOR_SLG51000=m
|
||||||
|
- Multimedia
|
||||||
|
- DVB_USB_CXUSB_ANALOG=y
|
||||||
|
- VIDEO_TDA1997X=m
|
||||||
|
- VIDEO_TLV320AIC23B=m
|
||||||
|
- VIDEO_ADV7180=m
|
||||||
|
- VIDEO_ADV7183=m
|
||||||
|
- VIDEO_ADV7604=m
|
||||||
|
- VIDEO_ADV7604_CEC=y
|
||||||
|
- VIDEO_ADV7842=m
|
||||||
|
- VIDEO_ADV7842_CEC=y
|
||||||
|
- VIDEO_BT819=m
|
||||||
|
- VIDEO_BT856=m
|
||||||
|
- VIDEO_BT866=m
|
||||||
|
- VIDEO_KS0127=m
|
||||||
|
- VIDEO_ML86V7667=m
|
||||||
|
- VIDEO_SAA7110=m
|
||||||
|
- VIDEO_TC358743=m
|
||||||
|
- VIDEO_TC358743_CEC=y
|
||||||
|
- VIDEO_TVP514X=m
|
||||||
|
- VIDEO_TVP7002=m
|
||||||
|
- VIDEO_TW9910=m
|
||||||
|
- VIDEO_VPX3220=m
|
||||||
|
- VIDEO_SAA7185=m
|
||||||
|
- VIDEO_ADV7170=m
|
||||||
|
- VIDEO_ADV7175=m
|
||||||
|
- VIDEO_ADV7343=m
|
||||||
|
- VIDEO_ADV7393=m
|
||||||
|
- VIDEO_ADV7511=m
|
||||||
|
- VIDEO_ADV7511_CEC=y
|
||||||
|
- VIDEO_AD9389B=m
|
||||||
|
- VIDEO_AK881X=m
|
||||||
|
- VIDEO_THS8200=m
|
||||||
|
- VIDEO_IMX214=m
|
||||||
|
- VIDEO_IMX258=m
|
||||||
|
- VIDEO_IMX274=m
|
||||||
|
- VIDEO_IMX319=m
|
||||||
|
- VIDEO_IMX355=m
|
||||||
|
- VIDEO_OV2659=m
|
||||||
|
- VIDEO_OV2680=m
|
||||||
|
- VIDEO_OV2685=m
|
||||||
|
- VIDEO_OV5647=m
|
||||||
|
- VIDEO_OV6650=m
|
||||||
|
- VIDEO_OV5670=m
|
||||||
|
- VIDEO_OV5695=m
|
||||||
|
- VIDEO_OV7251=m
|
||||||
|
- VIDEO_OV772X=m
|
||||||
|
- VIDEO_OV7740=m
|
||||||
|
- VIDEO_OV8856=m
|
||||||
|
- VIDEO_OV9640=m
|
||||||
|
- VIDEO_OV9650=m
|
||||||
|
- VIDEO_OV13858=m
|
||||||
|
- VIDEO_VS6624=m
|
||||||
|
- VIDEO_MT9M001=m
|
||||||
|
- VIDEO_MT9M032=m
|
||||||
|
- VIDEO_MT9M111=m
|
||||||
|
- VIDEO_MT9P031=m
|
||||||
|
- VIDEO_MT9T001=m
|
||||||
|
- VIDEO_MT9T112=m
|
||||||
|
- VIDEO_MT9V032=m
|
||||||
|
- VIDEO_MT9V111=m
|
||||||
|
- VIDEO_SR030PC30=m
|
||||||
|
- VIDEO_NOON010PC30=m
|
||||||
|
- VIDEO_M5MOLS=m
|
||||||
|
- VIDEO_RJ54N1=m
|
||||||
|
- VIDEO_S5K6AA=m
|
||||||
|
- VIDEO_S5K6A3=m
|
||||||
|
- VIDEO_S5K4ECGX=m
|
||||||
|
- VIDEO_S5K5BAF=m
|
||||||
|
- VIDEO_SMIAPP=m
|
||||||
|
- VIDEO_ET8EK8=m
|
||||||
|
- VIDEO_S5C73M3=m
|
||||||
|
- VIDEO_AD5820=m
|
||||||
|
- VIDEO_AK7375=m
|
||||||
|
- VIDEO_DW9714=m
|
||||||
|
- VIDEO_DW9807_VCM=m
|
||||||
|
- VIDEO_ADP1653=m
|
||||||
|
- VIDEO_LM3560=m
|
||||||
|
- VIDEO_LM3646=m
|
||||||
|
- SDR_MAX2175=m
|
||||||
|
- VIDEO_THS7303=m
|
||||||
|
- VIDEO_I2C=m
|
||||||
|
- VIDEO_ST_MIPID02=n
|
||||||
|
- VIDEO_GS1662=m
|
||||||
|
- DVB_S5H1432=m
|
||||||
|
- DVB_DIB9000=m
|
||||||
|
- DVB_CXD2880=m
|
||||||
|
- DVB_MN88443X=m
|
||||||
|
- DVB_LNBH29=m
|
||||||
|
- DVB_LGS8GL5=m
|
||||||
|
- Graphics
|
||||||
|
- DRM_AMD_DC_DCN2_0=y
|
||||||
|
- DRM_AMD_DC_DSC_SUPPORT=y
|
||||||
|
- DRM_I915_FORCE_PROBE=""
|
||||||
|
- DRM_I915_DEBUG_MMIO=n
|
||||||
|
- DRM_I915_USERFAULT_AUTOSUSPEND=250
|
||||||
|
- DRM_I915_SPIN_REQUEST=5
|
||||||
|
- DRM_PANEL_OSD_OSD101T2587_53TS=m
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E63M0=m
|
||||||
|
- Sound
|
||||||
|
- SND_SOC_INTEL_CML_H=m
|
||||||
|
- SND_SOC_INTEL_CML_LP=m
|
||||||
|
- SND_SOC_INTEL_BYT_CHT_CX2072X_MACH=m
|
||||||
|
- SND_SOC_SOF_COMETLAKE_LP_SUPPORT=y
|
||||||
|
- SND_SOC_SOF_COMETLAKE_H_SUPPORT=y
|
||||||
|
- SND_SOC_CX2072X=m
|
||||||
|
- InfiniBand
|
||||||
|
- RDMA_SIW=m
|
||||||
|
- Platform specific drivers
|
||||||
|
- XIAOMI_WMI=m
|
||||||
|
- ACPI_CMPC=m
|
||||||
|
- SAMSUNG_Q10=m
|
||||||
|
- INTEL_SPEED_SELECT_INTERFACE=m
|
||||||
|
- CROS_EC_ISHTP=m
|
||||||
|
- WILCO_EC_EVENTS=m
|
||||||
|
- WILCO_EC_TELEMETRY=m
|
||||||
|
- Industrial I/O
|
||||||
|
- XILINX_XADC=n
|
||||||
|
- ADF4371=n
|
||||||
|
- DPS310=n
|
||||||
|
- LEDs
|
||||||
|
- LEDS_SPI_BYTE=m
|
||||||
|
- LEDS_TI_LMU_COMMON=m
|
||||||
|
- LEDS_LM3697=m
|
||||||
|
- LEDS_LM36274=m
|
||||||
|
- Other drivers
|
||||||
|
- MTD_HYPERBUS=m
|
||||||
|
- HBMC_AM654=m
|
||||||
|
- XILINX_SDFEC=n
|
||||||
|
- GPIO_XILINX=m
|
||||||
|
- WATCHDOG_OPEN_TIMEOUT=0
|
||||||
|
- MFD_CS47L15=y
|
||||||
|
- MFD_CS47L92=y
|
||||||
|
- MFD_ROHM_BD70528=n
|
||||||
|
- RTC_DRV_BD70528=m
|
||||||
|
- DW_EDMA=m
|
||||||
|
- DW_EDMA_PCIE=m
|
||||||
|
- COMMON_CLK_SI5341=m
|
||||||
|
- EXTCON_FSA9480=m
|
||||||
|
- NTB_MSI=y
|
||||||
|
- NTB_MSI_TEST=n
|
||||||
|
- RAS_CEC_DEBUG=n
|
||||||
|
- AL_FIC=n
|
||||||
|
- Virtualization
|
||||||
|
- VIRTIO_PMEM=m
|
||||||
|
- Security options
|
||||||
|
- KEYS_REQUEST_CACHE=y
|
||||||
|
- Kernel hardening options
|
||||||
|
- INIT_ON_ALLOC_DEFAULT_ON=n
|
||||||
|
- INIT_ON_FREE_DEFAULT_ON=n
|
||||||
|
- Cryptographic API
|
||||||
|
- CRYPTO_XXHASH=n
|
||||||
|
- CRYPTO_DEV_ATMEL_ECC=m
|
||||||
|
- CRYPTO_DEV_ATMEL_SHA204A=m
|
||||||
|
- Kernel hacking
|
||||||
|
- HEADERS_INSTALL=n
|
||||||
|
- REED_SOLOMON_TEST=n
|
||||||
|
- TEST_BLACKHOLE_DEV=n
|
||||||
|
- TEST_MEMINIT=n
|
||||||
|
- commit 0a6d0d9
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -11493,6 +12125,12 @@ Sat Jan 26 11:04:18 CET 2019 - jslaby@suse.cz
|
|||||||
mapped address (bnc#1012628).
|
mapped address (bnc#1012628).
|
||||||
- commit 34ae151
|
- commit 34ae151
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 24 13:06:05 CET 2019 - ptesarik@suse.cz
|
||||||
|
|
||||||
|
- Add product identifying information to VMCOREINFO (bsc#1123015).
|
||||||
|
- commit 68ca35e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -17,12 +17,12 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
|
|
||||||
%define srcversion 5.2
|
%define srcversion 5.3
|
||||||
%define patchversion 5.2.14
|
%define patchversion 5.3.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules none
|
%define compress_modules xz
|
||||||
%define livepatch %{nil}
|
%define livepatch livepatch%{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
|
|
||||||
@ -64,9 +64,9 @@ Name: kernel-vanilla
|
|||||||
Summary: The Standard Kernel - without any SUSE patches
|
Summary: The Standard Kernel - without any SUSE patches
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.2.14
|
Version: 5.3.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g7f85414
|
Release: <RELEASE>.ga541a6c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -171,10 +171,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-7f854145206e391dc3c013cd94af25a92c37e906
|
Provides: kernel-%build_flavor-base-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
Provides: kernel-srchash-7f854145206e391dc3c013cd94af25a92c37e906
|
Provides: kernel-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-7f854145206e391dc3c013cd94af25a92c37e906
|
Provides: %name-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
@ -435,7 +435,7 @@ awk '
|
|||||||
subpackages=(
|
subpackages=(
|
||||||
base
|
base
|
||||||
%if %CONFIG_SUSE_KERNEL_SUPPORTED == "y"
|
%if %CONFIG_SUSE_KERNEL_SUPPORTED == "y"
|
||||||
cluster-md-kmp dlm-kmp gfs2-kmp kselftests-kmp ocfs2-kmp
|
cluster-md-kmp dlm-kmp gfs2-kmp kselftests-kmp ocfs2-kmp reiserfs-kmp
|
||||||
%endif
|
%endif
|
||||||
)
|
)
|
||||||
for package in "${subpackages[@]}"; do
|
for package in "${subpackages[@]}"; do
|
||||||
@ -1477,6 +1477,47 @@ rm -f "/var/run/rpm-$nvr-modules"
|
|||||||
%files -n ocfs2-kmp-%build_flavor -f ocfs2-kmp.files
|
%files -n ocfs2-kmp-%build_flavor -f ocfs2-kmp.files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
|
||||||
|
%package -n reiserfs-kmp-%build_flavor
|
||||||
|
Summary: Reiserfs kernel module
|
||||||
|
Group: System/Kernel
|
||||||
|
Requires: %name = %version-%source_rel
|
||||||
|
Provides: reiserfs-kmp = %version-%source_rel
|
||||||
|
Provides: multiversion(kernel)
|
||||||
|
# tell weak-modules2 to ignore this package
|
||||||
|
Provides: kmp_in_kernel
|
||||||
|
Requires(post): suse-module-tools >= 12.4
|
||||||
|
|
||||||
|
%description -n reiserfs-kmp-%build_flavor
|
||||||
|
The reiserfs file system is no longer supported in SLE15. This package
|
||||||
|
provides the reiserfs module for the installation system.
|
||||||
|
|
||||||
|
%post -n reiserfs-kmp-%build_flavor
|
||||||
|
wm2=/usr/lib/module-init-tools/weak-modules2
|
||||||
|
nvr=reiserfs-kmp-%build_flavor-%version-%release
|
||||||
|
if test -x "$wm2"; then
|
||||||
|
rpm -ql "$nvr" | INITRD_IN_POSTTRANS=1 /bin/bash -${-/e/} "$wm2" \
|
||||||
|
--add-kernel-modules %kernelrelease-%build_flavor
|
||||||
|
fi
|
||||||
|
|
||||||
|
%posttrans -n reiserfs-kmp-%build_flavor
|
||||||
|
%{?regenerate_initrd_posttrans}
|
||||||
|
|
||||||
|
%preun -n reiserfs-kmp-%build_flavor
|
||||||
|
nvr=reiserfs-kmp-%build_flavor-%version-%release
|
||||||
|
rpm -ql "$nvr" | grep '\.ko$' > "/var/run/rpm-$nvr-modules"
|
||||||
|
|
||||||
|
%postun -n reiserfs-kmp-%build_flavor
|
||||||
|
wm2=/usr/lib/module-init-tools/weak-modules2
|
||||||
|
nvr=reiserfs-kmp-%build_flavor-%version-%release
|
||||||
|
if test -x "$wm2"; then
|
||||||
|
/bin/bash -${-/e/} "$wm2" < "/var/run/rpm-$nvr-modules" \
|
||||||
|
--remove-kernel-modules %kernelrelease-%build_flavor
|
||||||
|
fi
|
||||||
|
rm -f "/var/run/rpm-$nvr-modules"
|
||||||
|
|
||||||
|
%files -n reiserfs-kmp-%build_flavor -f reiserfs-kmp.files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
|
||||||
%endif # %CONFIG_SUSE_KERNEL_SUPPORTED
|
%endif # %CONFIG_SUSE_KERNEL_SUPPORTED
|
||||||
%endif # %CONFIG_MODULES
|
%endif # %CONFIG_MODULES
|
||||||
|
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3 final
|
||||||
|
- Eliminated 3 patches
|
||||||
|
- Refresh configs
|
||||||
|
- NF_CONNTRACK_SLP is gone
|
||||||
|
- commit 6baef36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -5,6 +14,22 @@ Fri Sep 13 13:31:46 CEST 2019 - jslaby@suse.cz
|
|||||||
writeback attempts (btrfs hangup).
|
writeback attempts (btrfs hangup).
|
||||||
- commit 7f85414
|
- commit 7f85414
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:15:38 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Delete patches.suse/netfilter-ip_conntrack_slp.patch (FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
This veteran out of tree patch is no longer needed since the userspace
|
||||||
|
conntrack helper (in conntrack-tools / conntrackd) has reached Factory.
|
||||||
|
- commit d6f0b71
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 14:14:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update and reenable
|
||||||
|
patches.suse/Revert-netfilter-conntrack-remove-helper-hook-again.patch
|
||||||
|
(FATE#324143 jsc#SLE-8944 bsc#1127886).
|
||||||
|
- commit 029452e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
Tue Sep 10 12:23:11 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -186,6 +211,13 @@ Mon Sep 9 09:39:52 CEST 2019 - guillaume.gardet@arm.com
|
|||||||
Set requirements respectively to 30GB and 20GB.
|
Set requirements respectively to 30GB and 20GB.
|
||||||
- commit f84c163
|
- commit f84c163
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 9 06:52:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc8
|
||||||
|
- refresh armv6hl configs (IXP4xx drivers no longer visible)
|
||||||
|
- commit 3dea797
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
Mon Sep 9 06:49:29 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -480,6 +512,36 @@ Tue Sep 3 12:47:56 CEST 2019 - mkubecek@suse.cz
|
|||||||
kernel performance teams confirmed that performance impact is acceptable.
|
kernel performance teams confirmed that performance impact is acceptable.
|
||||||
- commit d6e8aab
|
- commit d6e8aab
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 2 22:41:27 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc7
|
||||||
|
- Refresh configs
|
||||||
|
- IXP4xx SoC drivers not visible
|
||||||
|
- gcc 9.2.1
|
||||||
|
- commit 9bff5f9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 1 21:36:39 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: armv7hl: Enable cadence watchdog
|
||||||
|
CONFIG_CADENCE_WATCHDOG is required for Zynq-7000 based MIYR Zturn board.
|
||||||
|
- commit c4cbe5e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:35:20 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Update ARMv6 config files
|
||||||
|
- commit c17167d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 11:27:22 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- config.conf: Reenable ARMv7 config for Kernel 5.3
|
||||||
|
All modules plus errata's enabled. Reused other
|
||||||
|
values from x86_64 update.
|
||||||
|
- commit b1c627e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -763,6 +825,14 @@ Thu Aug 29 08:41:19 CEST 2019 - jslaby@suse.cz
|
|||||||
- rxrpc: Fix local refcounting (bnc#1012628).
|
- rxrpc: Fix local refcounting (bnc#1012628).
|
||||||
- commit 6385110
|
- commit 6385110
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 15:36:42 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- mwifiex: Fix three heap overflow at
|
||||||
|
parsing element in cfg80211_ap_settings
|
||||||
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
|
- commit 528fd68
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -771,6 +841,31 @@ Wed Aug 28 15:34:11 CEST 2019 - tiwai@suse.de
|
|||||||
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
(CVE-2019-14814,bsc#1146512,CVE-2019-14815,bsc#1146514,CVE-2019-14816,bsc#1146516).
|
||||||
- commit 05e68fe
|
- commit 05e68fe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 13:30:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: mark more core networking modules supported
|
||||||
|
Two more netfilter modules and one more *_diag should be supported too.
|
||||||
|
- commit bee2dd8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 12:42:47 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update status of some networking core modules
|
||||||
|
This marks new networking modules which should be supported as such; it is
|
||||||
|
mostly netfilter and traffic control modules which have been following the
|
||||||
|
"support all of them" policy for some time.
|
||||||
|
- commit 65e1131
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 10:23:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: obsolete paths cleanup
|
||||||
|
Update paths for existing modules which were moved, clean up duplicate
|
||||||
|
entries and drop entries for modules which no longer exist (either not
|
||||||
|
built any more or built into the image now).
|
||||||
|
- commit 3bb142a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
Tue Aug 27 14:20:52 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -789,12 +884,35 @@ Tue Aug 27 10:09:41 CEST 2019 - jslaby@suse.cz
|
|||||||
Update to the upstreamed patch.
|
Update to the upstreamed patch.
|
||||||
- commit bb236c2
|
- commit bb236c2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 16:12:29 CEST 2019 - jgross@suse.com
|
||||||
|
|
||||||
|
- usb: Introduce Xen pvUSB frontend (xen hcd) (fate#315712).
|
||||||
|
- Update config files.
|
||||||
|
- usb: Add Xen pvUSB protocol description (fate#315712).
|
||||||
|
- commit b32b2bd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:48:01 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
|
- commit b08d3d5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:47:18 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
- Update reference for ath6kl fix (CVE-2019-15290,bsc#1146543).
|
||||||
- commit 6f03484
|
- commit 6f03484
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 11:32:51 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15098,bsc#1146378).
|
||||||
|
- Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe
|
||||||
|
(CVE-2019-15099,bsc#1146368).
|
||||||
|
- commit 758e216
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
Mon Aug 26 11:31:19 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -811,6 +929,19 @@ Mon Aug 26 09:39:32 CEST 2019 - bpoirier@suse.com
|
|||||||
CVE-2019-15504).
|
CVE-2019-15504).
|
||||||
- commit 5009555
|
- commit 5009555
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 09:24:08 CEST 2019 - bpoirier@suse.com
|
||||||
|
|
||||||
|
- Fix a double free bug in rsi_91x_deinit (bnc#1147116
|
||||||
|
CVE-2019-15504).
|
||||||
|
- commit 8ae43d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 25 21:49:44 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc6
|
||||||
|
- commit 2831011
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
Sun Aug 25 19:33:34 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1052,6 +1183,49 @@ Thu Aug 22 23:37:43 CEST 2019 - msuchanek@suse.de
|
|||||||
- Parametrize kgraft vs livepatch.
|
- Parametrize kgraft vs livepatch.
|
||||||
- commit 16f6816
|
- commit 16f6816
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 23:04:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: Enable livepatch.
|
||||||
|
- commit e001776
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 14:03:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: update from SLE15-SP2
|
||||||
|
In general, we want features and drivers from SLE also in openSUSE unless
|
||||||
|
we have a good reason not to. Enable most config options which were
|
||||||
|
disabled in master but enabled in SLE15-SP2 (inherited from SLE15-SP1).
|
||||||
|
- commit 769684a
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 15:00:01 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: reorganize sections
|
||||||
|
With ~40 patches in master branch, we have accumulated way too many
|
||||||
|
sections in series.conf, some of them being very specific. While new SLE
|
||||||
|
and Leap branches are going to have more patches, vast majority of them is
|
||||||
|
going to end up in the sorted section (e.g. less than 1% of SLE15-SP1
|
||||||
|
patches are neither sorted nor stable baskports right now - and that
|
||||||
|
includes quite a few which would actually belong into the sorted section
|
||||||
|
but are left outside for historical reasons).
|
||||||
|
After the reorganization, series.conf is ordered like this:
|
||||||
|
- stable backports (patches.kernel.org/*)
|
||||||
|
- tweaks applied to vanilla (patches.rpmify/*)
|
||||||
|
- sorted section (not in master)
|
||||||
|
- unsorted patches expected to get into mainline soon
|
||||||
|
- permanent and longterm non-upstream patches
|
||||||
|
- kabi hacks (not in master)
|
||||||
|
This commit has no effect on expanded tree.
|
||||||
|
- commit 8ac1895
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 14:13:15 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- series.conf: cleanup
|
||||||
|
Only whitespace and comments, no efect on expanded tree.
|
||||||
|
- commit bf21808
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
Wed Aug 21 09:09:00 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1067,6 +1241,15 @@ Mon Aug 19 17:46:30 CEST 2019 - bp@suse.de
|
|||||||
Factory first!
|
Factory first!
|
||||||
- commit fc98fd1
|
- commit fc98fd1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 19 05:32:32 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc5
|
||||||
|
- Refresh configs
|
||||||
|
- RDMA_SIW available on i386 (=m)
|
||||||
|
- clean up unavailable options
|
||||||
|
- commit cadbe00
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
Sun Aug 18 18:10:36 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1326,6 +1509,14 @@ Fri Aug 16 22:01:45 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 80c0ffe
|
- commit 80c0ffe
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Revert "Workaround gcc regression on ppc64 (bko#204125)."
|
||||||
|
This reverts commit 8b84d1d46ff90146bb6ba5b760a54ddd87a1a680.
|
||||||
|
Works for me 5.3-rc4-65-g329120423947
|
||||||
|
- commit d8f9e6c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
@ -1347,6 +1538,14 @@ Mon Aug 12 09:11:56 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1142926).
|
(bnc#1142926).
|
||||||
- commit a44175e
|
- commit a44175e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 11 22:47:14 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc4
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
- commit 5402233
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
Fri Aug 9 19:51:51 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1450,12 +1649,37 @@ Fri Aug 9 18:14:50 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/mkspec: Make building DTBs optional.
|
- rpm/mkspec: Make building DTBs optional.
|
||||||
- commit 7c057c8
|
- commit 7c057c8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 17:39:36 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: fix supported modules depending on unsupported on non-x86_64 architectures
|
||||||
|
Some more "unsupported module needed by supported one" errors were reported
|
||||||
|
on aarch64 and ppc64le.
|
||||||
|
- commit 6b609de
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 14:44:04 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop obsolete entry for hyperv_fb
|
||||||
|
The module moved to a different directory, the obsolete entry causes
|
||||||
|
file conflict betwen kernel-default and kernel-default-extra.
|
||||||
|
- commit 6b112e5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
Fri Aug 9 13:42:51 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- rpm/modflist: Simplify compression support.
|
- rpm/modflist: Simplify compression support.
|
||||||
- commit fd135a6
|
- commit fd135a6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 13:36:21 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: close with respect to dependencies
|
||||||
|
Modules which some supported module depends on must be supported as well.
|
||||||
|
Also drop obsolete entries for rtsx_pci and rtsx_usb which were moved
|
||||||
|
between 4.12 and 5.3.
|
||||||
|
- commit b781c36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -1467,6 +1691,46 @@ Fri Aug 9 13:33:49 CEST 2019 - mkubecek@suse.cz
|
|||||||
in addition to ".ko".
|
in addition to ".ko".
|
||||||
- commit 18fcdff
|
- commit 18fcdff
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 12:08:16 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Bring back MODVERDIR to Makefile.modpost (bsc#1066369).
|
||||||
|
- commit 6cc69f5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 10:38:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort again
|
||||||
|
Make the order compatible with scripts/supported-conf-fixup (LC_ALL=C).
|
||||||
|
- commit 4a4b5dd
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 08:28:37 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- supported.conf: Sort alphabetically, align comments.
|
||||||
|
- commit 5189766
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:32:49 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: drop extensions
|
||||||
|
To make things more consistent, drop all ".ko" extensions.
|
||||||
|
- commit 398461b
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 07:00:48 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update patches.suse/supported-flag.
|
||||||
|
Fix ReST table.
|
||||||
|
- commit 0692bf4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 21:39:50 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Use upstream TAINT_AUX for TAINT_EXTERNAL_SUPPORT.
|
||||||
|
Refresh patches.suse/supported-flag.
|
||||||
|
- commit a4999e0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
Thu Aug 8 20:01:30 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1481,6 +1745,56 @@ Thu Aug 8 15:31:02 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1139939).
|
(bnc#1139939).
|
||||||
- commit 8434c05
|
- commit 8434c05
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 14:35:08 CEST 2019 - dmueller@suse.com
|
||||||
|
|
||||||
|
- rpm/kernel-obs-build.spec.in: add dm-crypt for building with cryptsetup
|
||||||
|
Co-Authored-By: Adam Spiers <aspiers@suse.com>
|
||||||
|
- commit 1756301
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 10:34:56 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries for all architectures
|
||||||
|
As list of built modules depends on architecture, we must also add entries
|
||||||
|
for modules which are not built (or do not even exist) on x86_64 but are
|
||||||
|
built on other architectures (aarch64, ppc64le, s390x).
|
||||||
|
- commit 8f74082
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:16:02 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: add missing entries
|
||||||
|
Add all modules currently built but not listed in supported.conf.
|
||||||
|
Another update will be necessary once we replace configs inherited from
|
||||||
|
master with true SLE15-SP2 configs. This is also why entries for modules
|
||||||
|
not built are left in the file for now.
|
||||||
|
- commit 0f5033c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 08:01:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: sort
|
||||||
|
Also remove one commented out line.
|
||||||
|
- commit b539157
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:36:22 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: cleanup
|
||||||
|
Remove duplicate and shadowed entries.
|
||||||
|
- commit 25e91ec
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 07:21:05 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- supported.conf: update from SLE15-SP1
|
||||||
|
Differences from current SLE15-SP1 supported.conf:
|
||||||
|
- f71808e_wdt and it87_wdt supported (jdelvare)
|
||||||
|
- bpfilter marked +base (tiwai, bsc#1106751)
|
||||||
|
- unified indentation
|
||||||
|
- commit 02162e4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
Wed Aug 7 21:34:48 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -1493,6 +1807,12 @@ Wed Aug 7 21:14:19 CEST 2019 - msuchanek@suse.de
|
|||||||
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
- rpm/kernel-binary.spec.in: support partial rt debug config.
|
||||||
- commit af37821
|
- commit af37821
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 7 18:49:38 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
|
- config: arm64: Update to 5.3-rc3
|
||||||
|
- commit f1f49f3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
||||||
|
|
||||||
@ -1500,6 +1820,9 @@ Wed Aug 7 17:55:06 CEST 2019 - afaerber@suse.de
|
|||||||
We already had it for armv6hl but were lacking it on arm64.
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
Add it on armv7hl for consistency while at it.
|
Add it on armv7hl for consistency while at it.
|
||||||
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
(cherry picked from commit 607ebebd5af841d77de8908dbc8abb1fd7cdda4f)
|
||||||
|
- config: Enable SENSORS_GPIO_FAN for all of Arm (boo#1144723)
|
||||||
|
We already had it for armv6hl but were lacking it on arm64.
|
||||||
|
Add it on armv7hl for consistency while at it.
|
||||||
- commit 71d4424
|
- commit 71d4424
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -1736,6 +2059,17 @@ Tue Aug 6 21:39:08 CEST 2019 - jslaby@suse.cz
|
|||||||
- ARM: riscpc: fix DMA (bnc#1012628).
|
- ARM: riscpc: fix DMA (bnc#1012628).
|
||||||
- commit a3e04b1
|
- commit a3e04b1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 5 07:15:46 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc3
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/supported-flag
|
||||||
|
- patches.suse/supported-flag-external
|
||||||
|
- Refresh configs
|
||||||
|
- commit 571863b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -1770,6 +2104,13 @@ Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
|||||||
(bnc#1012628).
|
(bnc#1012628).
|
||||||
- commit 187170c
|
- commit 187170c
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 1 07:07:43 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- config: refresh x86_64/default
|
||||||
|
With HBMC_AM654 disabled, nothing selects MULTIPLEXER any more.
|
||||||
|
- commit 07a1a73
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||||
|
|
||||||
@ -2149,12 +2490,32 @@ Wed Jul 31 11:06:04 CEST 2019 - jslaby@suse.cz
|
|||||||
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
- regulator: 88pm800: fix warning same module names (bnc#1012628).
|
||||||
- commit b607c27
|
- commit b607c27
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 31 10:52:34 CEST 2019 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: CONFIG_HBMC_AM654=n
|
||||||
|
The TI AM654 is an ARM64 SoC, so disable the driver on all other
|
||||||
|
architectures.
|
||||||
|
- commit 042f63f
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
Tue Jul 30 18:10:55 CEST 2019 - schwab@suse.de
|
||||||
|
|
||||||
- packaging: add support for riscv64
|
- packaging: add support for riscv64
|
||||||
- commit c2885ea
|
- commit c2885ea
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 28 22:20:13 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc2
|
||||||
|
- Eliminated 1 patch
|
||||||
|
- patches.suse/dma-mapping-use-dma_get_mask-in-dma_addressing_limit.patch
|
||||||
|
- Refresh
|
||||||
|
- patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
- Config changes
|
||||||
|
- NF_TABLES_BRIDGE=m (was =y)
|
||||||
|
- commit fc5ebf3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
Sun Jul 28 09:25:17 CEST 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
@ -2958,12 +3319,25 @@ Fri Jul 26 10:47:45 CEST 2019 - jslaby@suse.cz
|
|||||||
- ath10k: Check tx_stats before use it (bnc#1012628).
|
- ath10k: Check tx_stats before use it (bnc#1012628).
|
||||||
- commit f5296b5
|
- commit f5296b5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 24 14:42:00 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- dma-mapping: use dma_get_mask in dma_addressing_limited
|
||||||
|
(https://lore.kernel.org/lkml/cda1952f-0265-e055-a3ce-237c59069a3f@suse.com/T/#u).
|
||||||
|
- commit c584343
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
Wed Jul 24 13:00:28 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
- scripts/arch-symbols: add missing link.
|
- scripts/arch-symbols: add missing link.
|
||||||
- commit ee7c635
|
- commit ee7c635
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 18:12:09 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- rpm/config.sh: enable kernel module compression (bsc#1135854)
|
||||||
|
- commit b333e24
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
@ -2972,12 +3346,46 @@ Tue Jul 23 17:48:41 CEST 2019 - tiwai@suse.de
|
|||||||
in config.sh, then mkspec will pass it to the spec file.
|
in config.sh, then mkspec will pass it to the spec file.
|
||||||
- commit cdf5806
|
- commit cdf5806
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 15:19:30 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- Workaround gcc regression on ppc64 (bko#204125).
|
||||||
|
- commit 8b84d1d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 12:03:57 CEST 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config.conf: Add ppc64 kvmsmall config (bsc#1137361).
|
||||||
|
- Remove superfluous i2c drivers from ppc64 config
|
||||||
|
-CONFIG_I2C_ALGOPCA=m
|
||||||
|
-CONFIG_I2C_AMD8111=m
|
||||||
|
-CONFIG_I2C_CBUS_GPIO=m
|
||||||
|
-CONFIG_I2C_DESIGNWARE_CORE=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PLATFORM=y
|
||||||
|
-CONFIG_I2C_DESIGNWARE_PCI=m
|
||||||
|
-CONFIG_I2C_OCORES=m
|
||||||
|
-CONFIG_I2C_PCA_PLATFORM=m
|
||||||
|
Can't get rid of i2c in kvmsmall anyway but at least the DW i2c is gone.
|
||||||
|
- commit 3d0102c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
Tue Jul 23 00:11:24 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
- config: enable PPPoE for kvmsmall (bsc#1133945).
|
||||||
- commit 72c928d
|
- commit 72c928d
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 23:44:25 CEST 2019 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: remove unnecessary drivers from kvmsmall
|
||||||
|
The initial merge was incomplete and needed revisiting, which didn't really
|
||||||
|
happen. Since then, new options have been added and not removed from
|
||||||
|
kvmsmall, leading to grow in size.
|
||||||
|
This commit uses the following blacklist:
|
||||||
|
_(BT|CHARGER|CHROMEOS|CROS|DVB|DW|EDAC|FPGA|GPIO|GNSS|HID|INFINIBAND|IR|JOYSTICK|LEDS|MFD|PINCTRL|REGULATOR|RTC|SENSORS|SND_SOC|STAGING|TOUCHSCREEN|VIDEO|XEN|XILINX)[_=]
|
||||||
|
... along with some manual removal of NET_VENDORs with no relevant drivers.
|
||||||
|
- commit e850d85
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -2993,6 +3401,230 @@ Mon Jul 22 16:43:10 CEST 2019 - mkubecek@suse.cz
|
|||||||
breaking any other branch. A more proper cleanup will follow.
|
breaking any other branch. A more proper cleanup will follow.
|
||||||
- commit c32f8e7
|
- commit c32f8e7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 12:18:06 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.3-rc1
|
||||||
|
- Eliminated 89 patches (83 stable, 6 other)
|
||||||
|
- ARM configs need update
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
|
||||||
|
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
||||||
|
patches.suse/netfilter-ip_conntrack_slp.patch
|
||||||
|
patches.suse/rpm-kernel-config
|
||||||
|
patches.suse/supported-flag
|
||||||
|
patches.suse/vfs-add-super_operations-get_inode_dev
|
||||||
|
- replace patches.rpmify/BPF-UMH-do-not-detect-if-compiler-can-link-userspace.patch
|
||||||
|
with patches.rpmify/Kconfig-make-CONFIG_CC_CAN_LINK-always-true.patch
|
||||||
|
- New config options:
|
||||||
|
- General setup
|
||||||
|
- HEADER_TEST=y
|
||||||
|
- KERNEL_HEADER_TEST=y
|
||||||
|
- PREEMPT_LL=n
|
||||||
|
- UCLAMP_TASK=y
|
||||||
|
- UCLAMP_BUCKETS_COUNT=5
|
||||||
|
- Processor type and features
|
||||||
|
- ACRN_GUEST=y
|
||||||
|
- LEGACY_VSYSCALL_XONLY=y
|
||||||
|
- IO Schedulers
|
||||||
|
- BFQ_CGROUP_DEBUG=n (=y in */debug)
|
||||||
|
- Networking
|
||||||
|
- NFT_SYNPROXY=m
|
||||||
|
- NFT_BRIDGE_META=m
|
||||||
|
- NF_CONNTRACK_BRIDGE=m
|
||||||
|
- NET_ACT_MPLS=m
|
||||||
|
- NET_ACT_CTINFO=m
|
||||||
|
- NET_ACT_CT=m
|
||||||
|
- BT_HCIBTUSB_MTK=y
|
||||||
|
- GVE=m
|
||||||
|
- MLX5_FPGA_IPSEC=y
|
||||||
|
- MLX5_FPGA_TLS=y
|
||||||
|
- MLX5_TLS=y
|
||||||
|
- STMMAC_SELFTESTS=n
|
||||||
|
- XILINX_AXI_EMAC=m
|
||||||
|
- SFP=m
|
||||||
|
- NXP_TJA11XX_PHY=m
|
||||||
|
- PHY_MIXEL_MIPI_DPHY=m
|
||||||
|
- File systems
|
||||||
|
- UBIFS_FS_ZSTD=y
|
||||||
|
- SUNRPC_DISABLE_INSECURE_ENCTYPES=n
|
||||||
|
- CEPH_FS_SECURITY_LABEL=y
|
||||||
|
- Generic driver options
|
||||||
|
- FW_LOADER_COMPRESS=y
|
||||||
|
- Storage
|
||||||
|
- SCSI_FDOMAIN_PCI=m
|
||||||
|
- SCSI_FDOMAIN_ISA=n
|
||||||
|
- PCMCIA_FDOMAIN=n
|
||||||
|
- Input
|
||||||
|
- KEYBOARD_APPLESPI=m
|
||||||
|
- Power supply and hardware monitoring
|
||||||
|
- POWER_SUPPLY_HWMON=y
|
||||||
|
- CHARGER_WILCO=m
|
||||||
|
- SENSORS_IRPS5401=m
|
||||||
|
- SENSORS_PXE1610=m
|
||||||
|
- REGULATOR_ARIZONA_LDO1=m
|
||||||
|
- REGULATOR_ARIZONA_MICSUPP=m
|
||||||
|
- REGULATOR_SLG51000=m
|
||||||
|
- Multimedia
|
||||||
|
- DVB_USB_CXUSB_ANALOG=y
|
||||||
|
- VIDEO_TDA1997X=m
|
||||||
|
- VIDEO_TLV320AIC23B=m
|
||||||
|
- VIDEO_ADV7180=m
|
||||||
|
- VIDEO_ADV7183=m
|
||||||
|
- VIDEO_ADV7604=m
|
||||||
|
- VIDEO_ADV7604_CEC=y
|
||||||
|
- VIDEO_ADV7842=m
|
||||||
|
- VIDEO_ADV7842_CEC=y
|
||||||
|
- VIDEO_BT819=m
|
||||||
|
- VIDEO_BT856=m
|
||||||
|
- VIDEO_BT866=m
|
||||||
|
- VIDEO_KS0127=m
|
||||||
|
- VIDEO_ML86V7667=m
|
||||||
|
- VIDEO_SAA7110=m
|
||||||
|
- VIDEO_TC358743=m
|
||||||
|
- VIDEO_TC358743_CEC=y
|
||||||
|
- VIDEO_TVP514X=m
|
||||||
|
- VIDEO_TVP7002=m
|
||||||
|
- VIDEO_TW9910=m
|
||||||
|
- VIDEO_VPX3220=m
|
||||||
|
- VIDEO_SAA7185=m
|
||||||
|
- VIDEO_ADV7170=m
|
||||||
|
- VIDEO_ADV7175=m
|
||||||
|
- VIDEO_ADV7343=m
|
||||||
|
- VIDEO_ADV7393=m
|
||||||
|
- VIDEO_ADV7511=m
|
||||||
|
- VIDEO_ADV7511_CEC=y
|
||||||
|
- VIDEO_AD9389B=m
|
||||||
|
- VIDEO_AK881X=m
|
||||||
|
- VIDEO_THS8200=m
|
||||||
|
- VIDEO_IMX214=m
|
||||||
|
- VIDEO_IMX258=m
|
||||||
|
- VIDEO_IMX274=m
|
||||||
|
- VIDEO_IMX319=m
|
||||||
|
- VIDEO_IMX355=m
|
||||||
|
- VIDEO_OV2659=m
|
||||||
|
- VIDEO_OV2680=m
|
||||||
|
- VIDEO_OV2685=m
|
||||||
|
- VIDEO_OV5647=m
|
||||||
|
- VIDEO_OV6650=m
|
||||||
|
- VIDEO_OV5670=m
|
||||||
|
- VIDEO_OV5695=m
|
||||||
|
- VIDEO_OV7251=m
|
||||||
|
- VIDEO_OV772X=m
|
||||||
|
- VIDEO_OV7740=m
|
||||||
|
- VIDEO_OV8856=m
|
||||||
|
- VIDEO_OV9640=m
|
||||||
|
- VIDEO_OV9650=m
|
||||||
|
- VIDEO_OV13858=m
|
||||||
|
- VIDEO_VS6624=m
|
||||||
|
- VIDEO_MT9M001=m
|
||||||
|
- VIDEO_MT9M032=m
|
||||||
|
- VIDEO_MT9M111=m
|
||||||
|
- VIDEO_MT9P031=m
|
||||||
|
- VIDEO_MT9T001=m
|
||||||
|
- VIDEO_MT9T112=m
|
||||||
|
- VIDEO_MT9V032=m
|
||||||
|
- VIDEO_MT9V111=m
|
||||||
|
- VIDEO_SR030PC30=m
|
||||||
|
- VIDEO_NOON010PC30=m
|
||||||
|
- VIDEO_M5MOLS=m
|
||||||
|
- VIDEO_RJ54N1=m
|
||||||
|
- VIDEO_S5K6AA=m
|
||||||
|
- VIDEO_S5K6A3=m
|
||||||
|
- VIDEO_S5K4ECGX=m
|
||||||
|
- VIDEO_S5K5BAF=m
|
||||||
|
- VIDEO_SMIAPP=m
|
||||||
|
- VIDEO_ET8EK8=m
|
||||||
|
- VIDEO_S5C73M3=m
|
||||||
|
- VIDEO_AD5820=m
|
||||||
|
- VIDEO_AK7375=m
|
||||||
|
- VIDEO_DW9714=m
|
||||||
|
- VIDEO_DW9807_VCM=m
|
||||||
|
- VIDEO_ADP1653=m
|
||||||
|
- VIDEO_LM3560=m
|
||||||
|
- VIDEO_LM3646=m
|
||||||
|
- SDR_MAX2175=m
|
||||||
|
- VIDEO_THS7303=m
|
||||||
|
- VIDEO_I2C=m
|
||||||
|
- VIDEO_ST_MIPID02=n
|
||||||
|
- VIDEO_GS1662=m
|
||||||
|
- DVB_S5H1432=m
|
||||||
|
- DVB_DIB9000=m
|
||||||
|
- DVB_CXD2880=m
|
||||||
|
- DVB_MN88443X=m
|
||||||
|
- DVB_LNBH29=m
|
||||||
|
- DVB_LGS8GL5=m
|
||||||
|
- Graphics
|
||||||
|
- DRM_AMD_DC_DCN2_0=y
|
||||||
|
- DRM_AMD_DC_DSC_SUPPORT=y
|
||||||
|
- DRM_I915_FORCE_PROBE=""
|
||||||
|
- DRM_I915_DEBUG_MMIO=n
|
||||||
|
- DRM_I915_USERFAULT_AUTOSUSPEND=250
|
||||||
|
- DRM_I915_SPIN_REQUEST=5
|
||||||
|
- DRM_PANEL_OSD_OSD101T2587_53TS=m
|
||||||
|
- DRM_PANEL_SAMSUNG_S6E63M0=m
|
||||||
|
- Sound
|
||||||
|
- SND_SOC_INTEL_CML_H=m
|
||||||
|
- SND_SOC_INTEL_CML_LP=m
|
||||||
|
- SND_SOC_INTEL_BYT_CHT_CX2072X_MACH=m
|
||||||
|
- SND_SOC_SOF_COMETLAKE_LP_SUPPORT=y
|
||||||
|
- SND_SOC_SOF_COMETLAKE_H_SUPPORT=y
|
||||||
|
- SND_SOC_CX2072X=m
|
||||||
|
- InfiniBand
|
||||||
|
- RDMA_SIW=m
|
||||||
|
- Platform specific drivers
|
||||||
|
- XIAOMI_WMI=m
|
||||||
|
- ACPI_CMPC=m
|
||||||
|
- SAMSUNG_Q10=m
|
||||||
|
- INTEL_SPEED_SELECT_INTERFACE=m
|
||||||
|
- CROS_EC_ISHTP=m
|
||||||
|
- WILCO_EC_EVENTS=m
|
||||||
|
- WILCO_EC_TELEMETRY=m
|
||||||
|
- Industrial I/O
|
||||||
|
- XILINX_XADC=n
|
||||||
|
- ADF4371=n
|
||||||
|
- DPS310=n
|
||||||
|
- LEDs
|
||||||
|
- LEDS_SPI_BYTE=m
|
||||||
|
- LEDS_TI_LMU_COMMON=m
|
||||||
|
- LEDS_LM3697=m
|
||||||
|
- LEDS_LM36274=m
|
||||||
|
- Other drivers
|
||||||
|
- MTD_HYPERBUS=m
|
||||||
|
- HBMC_AM654=m
|
||||||
|
- XILINX_SDFEC=n
|
||||||
|
- GPIO_XILINX=m
|
||||||
|
- WATCHDOG_OPEN_TIMEOUT=0
|
||||||
|
- MFD_CS47L15=y
|
||||||
|
- MFD_CS47L92=y
|
||||||
|
- MFD_ROHM_BD70528=n
|
||||||
|
- RTC_DRV_BD70528=m
|
||||||
|
- DW_EDMA=m
|
||||||
|
- DW_EDMA_PCIE=m
|
||||||
|
- COMMON_CLK_SI5341=m
|
||||||
|
- EXTCON_FSA9480=m
|
||||||
|
- NTB_MSI=y
|
||||||
|
- NTB_MSI_TEST=n
|
||||||
|
- RAS_CEC_DEBUG=n
|
||||||
|
- AL_FIC=n
|
||||||
|
- Virtualization
|
||||||
|
- VIRTIO_PMEM=m
|
||||||
|
- Security options
|
||||||
|
- KEYS_REQUEST_CACHE=y
|
||||||
|
- Kernel hardening options
|
||||||
|
- INIT_ON_ALLOC_DEFAULT_ON=n
|
||||||
|
- INIT_ON_FREE_DEFAULT_ON=n
|
||||||
|
- Cryptographic API
|
||||||
|
- CRYPTO_XXHASH=n
|
||||||
|
- CRYPTO_DEV_ATMEL_ECC=m
|
||||||
|
- CRYPTO_DEV_ATMEL_SHA204A=m
|
||||||
|
- Kernel hacking
|
||||||
|
- HEADERS_INSTALL=n
|
||||||
|
- REED_SOLOMON_TEST=n
|
||||||
|
- TEST_BLACKHOLE_DEV=n
|
||||||
|
- TEST_MEMINIT=n
|
||||||
|
- commit 0a6d0d9
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
Sun Jul 21 19:42:03 CEST 2019 - mkubecek@suse.cz
|
||||||
|
|
||||||
@ -11493,6 +12125,12 @@ Sat Jan 26 11:04:18 CET 2019 - jslaby@suse.cz
|
|||||||
mapped address (bnc#1012628).
|
mapped address (bnc#1012628).
|
||||||
- commit 34ae151
|
- commit 34ae151
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 24 13:06:05 CET 2019 - ptesarik@suse.cz
|
||||||
|
|
||||||
|
- Add product identifying information to VMCOREINFO (bsc#1123015).
|
||||||
|
- commit 68ca35e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
Thu Jan 24 11:12:41 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -17,12 +17,12 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
|
|
||||||
%define srcversion 5.2
|
%define srcversion 5.3
|
||||||
%define patchversion 5.2.14
|
%define patchversion 5.3.0
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules none
|
%define compress_modules xz
|
||||||
%define livepatch %{nil}
|
%define livepatch livepatch%{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
|
|
||||||
@ -64,9 +64,9 @@ Name: kernel-zfcpdump
|
|||||||
Summary: The IBM System Z zfcpdump Kernel
|
Summary: The IBM System Z zfcpdump Kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.2.14
|
Version: 5.3.0
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g7f85414
|
Release: <RELEASE>.ga541a6c
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -171,10 +171,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-7f854145206e391dc3c013cd94af25a92c37e906
|
Provides: kernel-%build_flavor-base-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
Provides: kernel-srchash-7f854145206e391dc3c013cd94af25a92c37e906
|
Provides: kernel-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-7f854145206e391dc3c013cd94af25a92c37e906
|
Provides: %name-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
@ -438,7 +438,7 @@ awk '
|
|||||||
subpackages=(
|
subpackages=(
|
||||||
base
|
base
|
||||||
%if %CONFIG_SUSE_KERNEL_SUPPORTED == "y"
|
%if %CONFIG_SUSE_KERNEL_SUPPORTED == "y"
|
||||||
cluster-md-kmp dlm-kmp gfs2-kmp kselftests-kmp ocfs2-kmp
|
cluster-md-kmp dlm-kmp gfs2-kmp kselftests-kmp ocfs2-kmp reiserfs-kmp
|
||||||
%endif
|
%endif
|
||||||
)
|
)
|
||||||
for package in "${subpackages[@]}"; do
|
for package in "${subpackages[@]}"; do
|
||||||
@ -1483,6 +1483,47 @@ rm -f "/var/run/rpm-$nvr-modules"
|
|||||||
%files -n ocfs2-kmp-%build_flavor -f ocfs2-kmp.files
|
%files -n ocfs2-kmp-%build_flavor -f ocfs2-kmp.files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
|
||||||
|
%package -n reiserfs-kmp-%build_flavor
|
||||||
|
Summary: Reiserfs kernel module
|
||||||
|
Group: System/Kernel
|
||||||
|
Requires: %name = %version-%source_rel
|
||||||
|
Provides: reiserfs-kmp = %version-%source_rel
|
||||||
|
Provides: multiversion(kernel)
|
||||||
|
# tell weak-modules2 to ignore this package
|
||||||
|
Provides: kmp_in_kernel
|
||||||
|
Requires(post): suse-module-tools >= 12.4
|
||||||
|
|
||||||
|
%description -n reiserfs-kmp-%build_flavor
|
||||||
|
The reiserfs file system is no longer supported in SLE15. This package
|
||||||
|
provides the reiserfs module for the installation system.
|
||||||
|
|
||||||
|
%post -n reiserfs-kmp-%build_flavor
|
||||||
|
wm2=/usr/lib/module-init-tools/weak-modules2
|
||||||
|
nvr=reiserfs-kmp-%build_flavor-%version-%release
|
||||||
|
if test -x "$wm2"; then
|
||||||
|
rpm -ql "$nvr" | INITRD_IN_POSTTRANS=1 /bin/bash -${-/e/} "$wm2" \
|
||||||
|
--add-kernel-modules %kernelrelease-%build_flavor
|
||||||
|
fi
|
||||||
|
|
||||||
|
%posttrans -n reiserfs-kmp-%build_flavor
|
||||||
|
%{?regenerate_initrd_posttrans}
|
||||||
|
|
||||||
|
%preun -n reiserfs-kmp-%build_flavor
|
||||||
|
nvr=reiserfs-kmp-%build_flavor-%version-%release
|
||||||
|
rpm -ql "$nvr" | grep '\.ko$' > "/var/run/rpm-$nvr-modules"
|
||||||
|
|
||||||
|
%postun -n reiserfs-kmp-%build_flavor
|
||||||
|
wm2=/usr/lib/module-init-tools/weak-modules2
|
||||||
|
nvr=reiserfs-kmp-%build_flavor-%version-%release
|
||||||
|
if test -x "$wm2"; then
|
||||||
|
/bin/bash -${-/e/} "$wm2" < "/var/run/rpm-$nvr-modules" \
|
||||||
|
--remove-kernel-modules %kernelrelease-%build_flavor
|
||||||
|
fi
|
||||||
|
rm -f "/var/run/rpm-$nvr-modules"
|
||||||
|
|
||||||
|
%files -n reiserfs-kmp-%build_flavor -f reiserfs-kmp.files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
|
||||||
%endif # %CONFIG_SUSE_KERNEL_SUPPORTED
|
%endif # %CONFIG_SUSE_KERNEL_SUPPORTED
|
||||||
%endif # %CONFIG_MODULES
|
%endif # %CONFIG_MODULES
|
||||||
|
|
||||||
|
3
linux-5.3.tar.xz
Normal file
3
linux-5.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:55a74bd143071d7d05b4187eb6d68be0c7871501d4b832dc7f52b9776a2c6321
|
||||||
|
size 111555860
|
BIN
patches.kernel.org.tar.bz2
(Stored with Git LFS)
BIN
patches.kernel.org.tar.bz2
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d69a18f6be6521c23fe611459418cb56138f461b78804681e80b9f58d30ba85a
|
oid sha256:c5af68797f9e5d9e099d576db95ac3201565f4c169fee15ca694bfd7f9fb7d1c
|
||||||
size 4943
|
size 4883
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:1d718ccbc651205a666e0d8092ab6ac97f5fa456f4befc827e43880553ecd3f7
|
oid sha256:656b7b3e511e02ba59360429722f2d40c992556babbb5385317430aa8218e823
|
||||||
size 54766
|
size 54131
|
||||||
|
2083
series.conf
2083
series.conf
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,3 @@
|
|||||||
2019-09-13 11:31:46 +0000
|
2019-09-16 06:42:44 +0000
|
||||||
GIT Revision: 7f854145206e391dc3c013cd94af25a92c37e906
|
GIT Revision: a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||||
GIT Branch: stable
|
GIT Branch: stable
|
||||||
|
3997
supported.conf
3997
supported.conf
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user