commit a0fc296bc493980916e4712b5997eab568daa22d
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1039
This commit is contained in:
parent
ba2a01fd58
commit
0cab52fa65
@ -6,6 +6,7 @@
|
|||||||
<package>kernel-debug</package>
|
<package>kernel-debug</package>
|
||||||
<package>kernel-default</package>
|
<package>kernel-default</package>
|
||||||
<package>kernel-kvmsmall</package>
|
<package>kernel-kvmsmall</package>
|
||||||
|
<package>kernel-lpae</package>
|
||||||
<package>kernel-pae</package>
|
<package>kernel-pae</package>
|
||||||
<package>kernel-vanilla</package>
|
<package>kernel-vanilla</package>
|
||||||
<package>kernel-zfcpdump</package>
|
<package>kernel-zfcpdump</package>
|
||||||
@ -56,6 +57,7 @@
|
|||||||
<package>kernel-debug</package>
|
<package>kernel-debug</package>
|
||||||
<package>kernel-default</package>
|
<package>kernel-default</package>
|
||||||
<package>kernel-kvmsmall</package>
|
<package>kernel-kvmsmall</package>
|
||||||
|
<package>kernel-lpae</package>
|
||||||
<package>kernel-pae</package>
|
<package>kernel-pae</package>
|
||||||
<package>kernel-vanilla</package>
|
<package>kernel-vanilla</package>
|
||||||
<package>kernel-zfcpdump</package>
|
<package>kernel-zfcpdump</package>
|
||||||
@ -79,6 +81,7 @@
|
|||||||
<package>kernel-debug</package>
|
<package>kernel-debug</package>
|
||||||
<package>kernel-default</package>
|
<package>kernel-default</package>
|
||||||
<package>kernel-kvmsmall</package>
|
<package>kernel-kvmsmall</package>
|
||||||
|
<package>kernel-lpae</package>
|
||||||
<package>kernel-pae</package>
|
<package>kernel-pae</package>
|
||||||
<package>kernel-vanilla</package>
|
<package>kernel-vanilla</package>
|
||||||
<package>kernel-zfcpdump</package>
|
<package>kernel-zfcpdump</package>
|
||||||
@ -98,6 +101,7 @@
|
|||||||
<package>kernel-debug</package>
|
<package>kernel-debug</package>
|
||||||
<package>kernel-default</package>
|
<package>kernel-default</package>
|
||||||
<package>kernel-kvmsmall</package>
|
<package>kernel-kvmsmall</package>
|
||||||
|
<package>kernel-lpae</package>
|
||||||
<package>kernel-pae</package>
|
<package>kernel-pae</package>
|
||||||
<package>kernel-vanilla</package>
|
<package>kernel-vanilla</package>
|
||||||
<package>kernel-zfcpdump</package>
|
<package>kernel-zfcpdump</package>
|
||||||
@ -117,6 +121,7 @@
|
|||||||
<package>kernel-debug</package>
|
<package>kernel-debug</package>
|
||||||
<package>kernel-default</package>
|
<package>kernel-default</package>
|
||||||
<package>kernel-kvmsmall</package>
|
<package>kernel-kvmsmall</package>
|
||||||
|
<package>kernel-lpae</package>
|
||||||
<package>kernel-pae</package>
|
<package>kernel-pae</package>
|
||||||
<package>kernel-vanilla</package>
|
<package>kernel-vanilla</package>
|
||||||
<package>kernel-zfcpdump</package>
|
<package>kernel-zfcpdump</package>
|
||||||
|
10
config.conf
10
config.conf
@ -28,11 +28,11 @@
|
|||||||
+ppc64le ppc64le/vanilla
|
+ppc64le ppc64le/vanilla
|
||||||
|
|
||||||
# ARM architectures
|
# ARM architectures
|
||||||
+armv6hl -!needs_updating armv6hl/default
|
+armv6hl armv6hl/default
|
||||||
+armv6hl -!needs_updating armv6hl/vanilla
|
+armv6hl armv6hl/vanilla
|
||||||
+armv7hl -!needs_updating armv7hl/default
|
+armv7hl armv7hl/default
|
||||||
+armv7hl -!needs_updating armv7hl/vanilla
|
+armv7hl armv7hl/vanilla
|
||||||
+armv7hl -!needs_updating armv7hl/lpae
|
+armv7hl armv7hl/lpae
|
||||||
+arm64 arm64/default
|
+arm64 arm64/default
|
||||||
+arm64 arm64/64kb
|
+arm64 arm64/64kb
|
||||||
+arm64 arm64/vanilla
|
+arm64 arm64/vanilla
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:8c6d9d030e5fa43678a4a03de2bdeebfd290d49c7d6bf24ef7d7b5de064b0f6e
|
oid sha256:63f893b022ce8b93d6b694198f65a1072460284e932e583fe43d3fb7e2458833
|
||||||
size 189387
|
size 189247
|
||||||
|
@ -1,3 +1,95 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:45:44 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config: disable BPFILTER_UMH on arm (bsc#1127188).
|
||||||
|
- commit a705565
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:12:59 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.0.3 (bnc#1012628).
|
||||||
|
- drm: Block fb changes for async plane updates (bnc#1012628).
|
||||||
|
- It's wrong to add len to sector_nr in raid10 reshape twice
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Fix memory corruption (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable headset MIC of Acer TravelMate
|
||||||
|
X514-51T with ALC255 (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek - Reduce click noise on Dell Precision 5820
|
||||||
|
headphone (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with
|
||||||
|
ALC294 (bnc#1012628).
|
||||||
|
- ALSA: hda - add more quirks for HP Z2 G4 and HP Z240
|
||||||
|
(bnc#1012628).
|
||||||
|
- ALSA: hda: Extend i915 component bind timeout (bnc#1012628).
|
||||||
|
- ALSA: firewire-motu: fix construction of PCM frame for capture
|
||||||
|
direction (bnc#1012628).
|
||||||
|
- ALSA: bebob: use more identical mod_alias for Saffire Pro 10
|
||||||
|
I/O against Liquid Saffire 56 (bnc#1012628).
|
||||||
|
- perf/x86: Fixup typo in stub functions (bnc#1012628).
|
||||||
|
- f2fs: wait on atomic writes to count F2FS_CP_WB_DATA
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: sched: flower: insert new filter to idr after setting
|
||||||
|
its mask (bnc#1012628).
|
||||||
|
- vsock/virtio: fix kernel panic from
|
||||||
|
virtio_transport_reset_no_sock (bnc#1012628).
|
||||||
|
- net: hns3: fix to stop multiple HNS reset due to the AER changes
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA
|
||||||
|
ports (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix qp mtt size calculation (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix locking in SRIOV mode when switching between
|
||||||
|
events and polling (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix reset flow when in command polling mode
|
||||||
|
(bnc#1012628).
|
||||||
|
- vxlan: test dev->flags & IFF_UP before calling
|
||||||
|
gro_cells_receive() (bnc#1012628).
|
||||||
|
- vxlan: Fix GRO cells race condition between receive and link
|
||||||
|
delete (bnc#1012628).
|
||||||
|
- tcp: handle inet_csk_reqsk_queue_add() failures (bnc#1012628).
|
||||||
|
- tcp: Don't access TCP_SKB_CB before initializing it
|
||||||
|
(bnc#1012628).
|
||||||
|
- tcp: do not report TCP_CM_INQ of 0 for closed connections
|
||||||
|
(bnc#1012628).
|
||||||
|
- sctp: remove sched init from sctp_stream_init (bnc#1012628).
|
||||||
|
- rxrpc: Fix client call queueing, waiting for channel
|
||||||
|
(bnc#1012628).
|
||||||
|
- route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to
|
||||||
|
fix a race (bnc#1012628).
|
||||||
|
- ravb: Decrease TxFIFO depth of Q3 and Q2 to one (bnc#1012628).
|
||||||
|
- pptp: dst_release sk_dst_cache in pptp_sock_destruct
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/x25: reset state in x25_connect() (bnc#1012628).
|
||||||
|
- net/x25: fix use-after-free in x25_device_event() (bnc#1012628).
|
||||||
|
- net: sit: fix UBSAN Undefined behaviour in check_6rd
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/hsr: fix possible crash in add_timer() (bnc#1012628).
|
||||||
|
- net: hsr: fix memory leak in hsr_dev_finalize() (bnc#1012628).
|
||||||
|
- net: hns3: add dma_rmb() for rx description (bnc#1012628).
|
||||||
|
- lan743x: Fix TX Stall Issue (bnc#1012628).
|
||||||
|
- lan743x: Fix RX Kernel Panic (bnc#1012628).
|
||||||
|
- l2tp: fix infoleak in l2tp_ip6_recvmsg() (bnc#1012628).
|
||||||
|
- ipv4/route: fail early when inet dev is missing (bnc#1012628).
|
||||||
|
- gro_cells: make sure device is up in gro_cells_receive()
|
||||||
|
(bnc#1012628).
|
||||||
|
- fou, fou6: avoid uninit-value in gue_err() and gue6_err()
|
||||||
|
(bnc#1012628).
|
||||||
|
- connector: fix unsafe usage of ->real_parent (bnc#1012628).
|
||||||
|
- commit 843d1cc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 16:44:16 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v5.0.2
|
||||||
|
- commit a2d3030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 12:01:12 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v5.0.2
|
||||||
|
- commit 70aaed6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.0
|
%define srcversion 5.0
|
||||||
%define patchversion 5.0.2
|
%define patchversion 5.0.3
|
||||||
%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.0.2
|
Version: 5.0.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g018878b
|
Release: <RELEASE>.ga0fc296
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,95 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:45:44 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config: disable BPFILTER_UMH on arm (bsc#1127188).
|
||||||
|
- commit a705565
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:12:59 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.0.3 (bnc#1012628).
|
||||||
|
- drm: Block fb changes for async plane updates (bnc#1012628).
|
||||||
|
- It's wrong to add len to sector_nr in raid10 reshape twice
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Fix memory corruption (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable headset MIC of Acer TravelMate
|
||||||
|
X514-51T with ALC255 (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek - Reduce click noise on Dell Precision 5820
|
||||||
|
headphone (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with
|
||||||
|
ALC294 (bnc#1012628).
|
||||||
|
- ALSA: hda - add more quirks for HP Z2 G4 and HP Z240
|
||||||
|
(bnc#1012628).
|
||||||
|
- ALSA: hda: Extend i915 component bind timeout (bnc#1012628).
|
||||||
|
- ALSA: firewire-motu: fix construction of PCM frame for capture
|
||||||
|
direction (bnc#1012628).
|
||||||
|
- ALSA: bebob: use more identical mod_alias for Saffire Pro 10
|
||||||
|
I/O against Liquid Saffire 56 (bnc#1012628).
|
||||||
|
- perf/x86: Fixup typo in stub functions (bnc#1012628).
|
||||||
|
- f2fs: wait on atomic writes to count F2FS_CP_WB_DATA
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: sched: flower: insert new filter to idr after setting
|
||||||
|
its mask (bnc#1012628).
|
||||||
|
- vsock/virtio: fix kernel panic from
|
||||||
|
virtio_transport_reset_no_sock (bnc#1012628).
|
||||||
|
- net: hns3: fix to stop multiple HNS reset due to the AER changes
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA
|
||||||
|
ports (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix qp mtt size calculation (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix locking in SRIOV mode when switching between
|
||||||
|
events and polling (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix reset flow when in command polling mode
|
||||||
|
(bnc#1012628).
|
||||||
|
- vxlan: test dev->flags & IFF_UP before calling
|
||||||
|
gro_cells_receive() (bnc#1012628).
|
||||||
|
- vxlan: Fix GRO cells race condition between receive and link
|
||||||
|
delete (bnc#1012628).
|
||||||
|
- tcp: handle inet_csk_reqsk_queue_add() failures (bnc#1012628).
|
||||||
|
- tcp: Don't access TCP_SKB_CB before initializing it
|
||||||
|
(bnc#1012628).
|
||||||
|
- tcp: do not report TCP_CM_INQ of 0 for closed connections
|
||||||
|
(bnc#1012628).
|
||||||
|
- sctp: remove sched init from sctp_stream_init (bnc#1012628).
|
||||||
|
- rxrpc: Fix client call queueing, waiting for channel
|
||||||
|
(bnc#1012628).
|
||||||
|
- route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to
|
||||||
|
fix a race (bnc#1012628).
|
||||||
|
- ravb: Decrease TxFIFO depth of Q3 and Q2 to one (bnc#1012628).
|
||||||
|
- pptp: dst_release sk_dst_cache in pptp_sock_destruct
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/x25: reset state in x25_connect() (bnc#1012628).
|
||||||
|
- net/x25: fix use-after-free in x25_device_event() (bnc#1012628).
|
||||||
|
- net: sit: fix UBSAN Undefined behaviour in check_6rd
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/hsr: fix possible crash in add_timer() (bnc#1012628).
|
||||||
|
- net: hsr: fix memory leak in hsr_dev_finalize() (bnc#1012628).
|
||||||
|
- net: hns3: add dma_rmb() for rx description (bnc#1012628).
|
||||||
|
- lan743x: Fix TX Stall Issue (bnc#1012628).
|
||||||
|
- lan743x: Fix RX Kernel Panic (bnc#1012628).
|
||||||
|
- l2tp: fix infoleak in l2tp_ip6_recvmsg() (bnc#1012628).
|
||||||
|
- ipv4/route: fail early when inet dev is missing (bnc#1012628).
|
||||||
|
- gro_cells: make sure device is up in gro_cells_receive()
|
||||||
|
(bnc#1012628).
|
||||||
|
- fou, fou6: avoid uninit-value in gue_err() and gue6_err()
|
||||||
|
(bnc#1012628).
|
||||||
|
- connector: fix unsafe usage of ->real_parent (bnc#1012628).
|
||||||
|
- commit 843d1cc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 16:44:16 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v5.0.2
|
||||||
|
- commit a2d3030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 12:01:12 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v5.0.2
|
||||||
|
- commit 70aaed6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.0
|
%define srcversion 5.0
|
||||||
%define patchversion 5.0.2
|
%define patchversion 5.0.3
|
||||||
%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.0.2
|
Version: 5.0.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g018878b
|
Release: <RELEASE>.ga0fc296
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,95 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:45:44 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config: disable BPFILTER_UMH on arm (bsc#1127188).
|
||||||
|
- commit a705565
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:12:59 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.0.3 (bnc#1012628).
|
||||||
|
- drm: Block fb changes for async plane updates (bnc#1012628).
|
||||||
|
- It's wrong to add len to sector_nr in raid10 reshape twice
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Fix memory corruption (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable headset MIC of Acer TravelMate
|
||||||
|
X514-51T with ALC255 (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek - Reduce click noise on Dell Precision 5820
|
||||||
|
headphone (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with
|
||||||
|
ALC294 (bnc#1012628).
|
||||||
|
- ALSA: hda - add more quirks for HP Z2 G4 and HP Z240
|
||||||
|
(bnc#1012628).
|
||||||
|
- ALSA: hda: Extend i915 component bind timeout (bnc#1012628).
|
||||||
|
- ALSA: firewire-motu: fix construction of PCM frame for capture
|
||||||
|
direction (bnc#1012628).
|
||||||
|
- ALSA: bebob: use more identical mod_alias for Saffire Pro 10
|
||||||
|
I/O against Liquid Saffire 56 (bnc#1012628).
|
||||||
|
- perf/x86: Fixup typo in stub functions (bnc#1012628).
|
||||||
|
- f2fs: wait on atomic writes to count F2FS_CP_WB_DATA
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: sched: flower: insert new filter to idr after setting
|
||||||
|
its mask (bnc#1012628).
|
||||||
|
- vsock/virtio: fix kernel panic from
|
||||||
|
virtio_transport_reset_no_sock (bnc#1012628).
|
||||||
|
- net: hns3: fix to stop multiple HNS reset due to the AER changes
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA
|
||||||
|
ports (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix qp mtt size calculation (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix locking in SRIOV mode when switching between
|
||||||
|
events and polling (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix reset flow when in command polling mode
|
||||||
|
(bnc#1012628).
|
||||||
|
- vxlan: test dev->flags & IFF_UP before calling
|
||||||
|
gro_cells_receive() (bnc#1012628).
|
||||||
|
- vxlan: Fix GRO cells race condition between receive and link
|
||||||
|
delete (bnc#1012628).
|
||||||
|
- tcp: handle inet_csk_reqsk_queue_add() failures (bnc#1012628).
|
||||||
|
- tcp: Don't access TCP_SKB_CB before initializing it
|
||||||
|
(bnc#1012628).
|
||||||
|
- tcp: do not report TCP_CM_INQ of 0 for closed connections
|
||||||
|
(bnc#1012628).
|
||||||
|
- sctp: remove sched init from sctp_stream_init (bnc#1012628).
|
||||||
|
- rxrpc: Fix client call queueing, waiting for channel
|
||||||
|
(bnc#1012628).
|
||||||
|
- route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to
|
||||||
|
fix a race (bnc#1012628).
|
||||||
|
- ravb: Decrease TxFIFO depth of Q3 and Q2 to one (bnc#1012628).
|
||||||
|
- pptp: dst_release sk_dst_cache in pptp_sock_destruct
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/x25: reset state in x25_connect() (bnc#1012628).
|
||||||
|
- net/x25: fix use-after-free in x25_device_event() (bnc#1012628).
|
||||||
|
- net: sit: fix UBSAN Undefined behaviour in check_6rd
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/hsr: fix possible crash in add_timer() (bnc#1012628).
|
||||||
|
- net: hsr: fix memory leak in hsr_dev_finalize() (bnc#1012628).
|
||||||
|
- net: hns3: add dma_rmb() for rx description (bnc#1012628).
|
||||||
|
- lan743x: Fix TX Stall Issue (bnc#1012628).
|
||||||
|
- lan743x: Fix RX Kernel Panic (bnc#1012628).
|
||||||
|
- l2tp: fix infoleak in l2tp_ip6_recvmsg() (bnc#1012628).
|
||||||
|
- ipv4/route: fail early when inet dev is missing (bnc#1012628).
|
||||||
|
- gro_cells: make sure device is up in gro_cells_receive()
|
||||||
|
(bnc#1012628).
|
||||||
|
- fou, fou6: avoid uninit-value in gue_err() and gue6_err()
|
||||||
|
(bnc#1012628).
|
||||||
|
- connector: fix unsafe usage of ->real_parent (bnc#1012628).
|
||||||
|
- commit 843d1cc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 16:44:16 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v5.0.2
|
||||||
|
- commit a2d3030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 12:01:12 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v5.0.2
|
||||||
|
- commit 70aaed6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.0
|
%define srcversion 5.0
|
||||||
%define patchversion 5.0.2
|
%define patchversion 5.0.3
|
||||||
%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.0.2
|
Version: 5.0.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g018878b
|
Release: <RELEASE>.ga0fc296
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,95 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:45:44 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config: disable BPFILTER_UMH on arm (bsc#1127188).
|
||||||
|
- commit a705565
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:12:59 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.0.3 (bnc#1012628).
|
||||||
|
- drm: Block fb changes for async plane updates (bnc#1012628).
|
||||||
|
- It's wrong to add len to sector_nr in raid10 reshape twice
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Fix memory corruption (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable headset MIC of Acer TravelMate
|
||||||
|
X514-51T with ALC255 (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek - Reduce click noise on Dell Precision 5820
|
||||||
|
headphone (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with
|
||||||
|
ALC294 (bnc#1012628).
|
||||||
|
- ALSA: hda - add more quirks for HP Z2 G4 and HP Z240
|
||||||
|
(bnc#1012628).
|
||||||
|
- ALSA: hda: Extend i915 component bind timeout (bnc#1012628).
|
||||||
|
- ALSA: firewire-motu: fix construction of PCM frame for capture
|
||||||
|
direction (bnc#1012628).
|
||||||
|
- ALSA: bebob: use more identical mod_alias for Saffire Pro 10
|
||||||
|
I/O against Liquid Saffire 56 (bnc#1012628).
|
||||||
|
- perf/x86: Fixup typo in stub functions (bnc#1012628).
|
||||||
|
- f2fs: wait on atomic writes to count F2FS_CP_WB_DATA
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: sched: flower: insert new filter to idr after setting
|
||||||
|
its mask (bnc#1012628).
|
||||||
|
- vsock/virtio: fix kernel panic from
|
||||||
|
virtio_transport_reset_no_sock (bnc#1012628).
|
||||||
|
- net: hns3: fix to stop multiple HNS reset due to the AER changes
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA
|
||||||
|
ports (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix qp mtt size calculation (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix locking in SRIOV mode when switching between
|
||||||
|
events and polling (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix reset flow when in command polling mode
|
||||||
|
(bnc#1012628).
|
||||||
|
- vxlan: test dev->flags & IFF_UP before calling
|
||||||
|
gro_cells_receive() (bnc#1012628).
|
||||||
|
- vxlan: Fix GRO cells race condition between receive and link
|
||||||
|
delete (bnc#1012628).
|
||||||
|
- tcp: handle inet_csk_reqsk_queue_add() failures (bnc#1012628).
|
||||||
|
- tcp: Don't access TCP_SKB_CB before initializing it
|
||||||
|
(bnc#1012628).
|
||||||
|
- tcp: do not report TCP_CM_INQ of 0 for closed connections
|
||||||
|
(bnc#1012628).
|
||||||
|
- sctp: remove sched init from sctp_stream_init (bnc#1012628).
|
||||||
|
- rxrpc: Fix client call queueing, waiting for channel
|
||||||
|
(bnc#1012628).
|
||||||
|
- route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to
|
||||||
|
fix a race (bnc#1012628).
|
||||||
|
- ravb: Decrease TxFIFO depth of Q3 and Q2 to one (bnc#1012628).
|
||||||
|
- pptp: dst_release sk_dst_cache in pptp_sock_destruct
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/x25: reset state in x25_connect() (bnc#1012628).
|
||||||
|
- net/x25: fix use-after-free in x25_device_event() (bnc#1012628).
|
||||||
|
- net: sit: fix UBSAN Undefined behaviour in check_6rd
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/hsr: fix possible crash in add_timer() (bnc#1012628).
|
||||||
|
- net: hsr: fix memory leak in hsr_dev_finalize() (bnc#1012628).
|
||||||
|
- net: hns3: add dma_rmb() for rx description (bnc#1012628).
|
||||||
|
- lan743x: Fix TX Stall Issue (bnc#1012628).
|
||||||
|
- lan743x: Fix RX Kernel Panic (bnc#1012628).
|
||||||
|
- l2tp: fix infoleak in l2tp_ip6_recvmsg() (bnc#1012628).
|
||||||
|
- ipv4/route: fail early when inet dev is missing (bnc#1012628).
|
||||||
|
- gro_cells: make sure device is up in gro_cells_receive()
|
||||||
|
(bnc#1012628).
|
||||||
|
- fou, fou6: avoid uninit-value in gue_err() and gue6_err()
|
||||||
|
(bnc#1012628).
|
||||||
|
- connector: fix unsafe usage of ->real_parent (bnc#1012628).
|
||||||
|
- commit 843d1cc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 16:44:16 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v5.0.2
|
||||||
|
- commit a2d3030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 12:01:12 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v5.0.2
|
||||||
|
- commit 70aaed6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.0
|
%define srcversion 5.0
|
||||||
%define patchversion 5.0.2
|
%define patchversion 5.0.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -62,9 +62,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.0.2
|
Version: 5.0.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g018878b
|
Release: <RELEASE>.ga0fc296
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -169,10 +169,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-018878b257ecdc5e269780c1a27ecb1ade8d48f2
|
Provides: kernel-%build_flavor-base-srchash-a0fc296bc493980916e4712b5997eab568daa22d
|
||||||
Provides: kernel-srchash-018878b257ecdc5e269780c1a27ecb1ade8d48f2
|
Provides: kernel-srchash-a0fc296bc493980916e4712b5997eab568daa22d
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-018878b257ecdc5e269780c1a27ecb1ade8d48f2
|
Provides: %name-srchash-a0fc296bc493980916e4712b5997eab568daa22d
|
||||||
%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
|
||||||
|
@ -1,3 +1,95 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:45:44 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config: disable BPFILTER_UMH on arm (bsc#1127188).
|
||||||
|
- commit a705565
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:12:59 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.0.3 (bnc#1012628).
|
||||||
|
- drm: Block fb changes for async plane updates (bnc#1012628).
|
||||||
|
- It's wrong to add len to sector_nr in raid10 reshape twice
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Fix memory corruption (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable headset MIC of Acer TravelMate
|
||||||
|
X514-51T with ALC255 (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek - Reduce click noise on Dell Precision 5820
|
||||||
|
headphone (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with
|
||||||
|
ALC294 (bnc#1012628).
|
||||||
|
- ALSA: hda - add more quirks for HP Z2 G4 and HP Z240
|
||||||
|
(bnc#1012628).
|
||||||
|
- ALSA: hda: Extend i915 component bind timeout (bnc#1012628).
|
||||||
|
- ALSA: firewire-motu: fix construction of PCM frame for capture
|
||||||
|
direction (bnc#1012628).
|
||||||
|
- ALSA: bebob: use more identical mod_alias for Saffire Pro 10
|
||||||
|
I/O against Liquid Saffire 56 (bnc#1012628).
|
||||||
|
- perf/x86: Fixup typo in stub functions (bnc#1012628).
|
||||||
|
- f2fs: wait on atomic writes to count F2FS_CP_WB_DATA
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: sched: flower: insert new filter to idr after setting
|
||||||
|
its mask (bnc#1012628).
|
||||||
|
- vsock/virtio: fix kernel panic from
|
||||||
|
virtio_transport_reset_no_sock (bnc#1012628).
|
||||||
|
- net: hns3: fix to stop multiple HNS reset due to the AER changes
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA
|
||||||
|
ports (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix qp mtt size calculation (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix locking in SRIOV mode when switching between
|
||||||
|
events and polling (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix reset flow when in command polling mode
|
||||||
|
(bnc#1012628).
|
||||||
|
- vxlan: test dev->flags & IFF_UP before calling
|
||||||
|
gro_cells_receive() (bnc#1012628).
|
||||||
|
- vxlan: Fix GRO cells race condition between receive and link
|
||||||
|
delete (bnc#1012628).
|
||||||
|
- tcp: handle inet_csk_reqsk_queue_add() failures (bnc#1012628).
|
||||||
|
- tcp: Don't access TCP_SKB_CB before initializing it
|
||||||
|
(bnc#1012628).
|
||||||
|
- tcp: do not report TCP_CM_INQ of 0 for closed connections
|
||||||
|
(bnc#1012628).
|
||||||
|
- sctp: remove sched init from sctp_stream_init (bnc#1012628).
|
||||||
|
- rxrpc: Fix client call queueing, waiting for channel
|
||||||
|
(bnc#1012628).
|
||||||
|
- route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to
|
||||||
|
fix a race (bnc#1012628).
|
||||||
|
- ravb: Decrease TxFIFO depth of Q3 and Q2 to one (bnc#1012628).
|
||||||
|
- pptp: dst_release sk_dst_cache in pptp_sock_destruct
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/x25: reset state in x25_connect() (bnc#1012628).
|
||||||
|
- net/x25: fix use-after-free in x25_device_event() (bnc#1012628).
|
||||||
|
- net: sit: fix UBSAN Undefined behaviour in check_6rd
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/hsr: fix possible crash in add_timer() (bnc#1012628).
|
||||||
|
- net: hsr: fix memory leak in hsr_dev_finalize() (bnc#1012628).
|
||||||
|
- net: hns3: add dma_rmb() for rx description (bnc#1012628).
|
||||||
|
- lan743x: Fix TX Stall Issue (bnc#1012628).
|
||||||
|
- lan743x: Fix RX Kernel Panic (bnc#1012628).
|
||||||
|
- l2tp: fix infoleak in l2tp_ip6_recvmsg() (bnc#1012628).
|
||||||
|
- ipv4/route: fail early when inet dev is missing (bnc#1012628).
|
||||||
|
- gro_cells: make sure device is up in gro_cells_receive()
|
||||||
|
(bnc#1012628).
|
||||||
|
- fou, fou6: avoid uninit-value in gue_err() and gue6_err()
|
||||||
|
(bnc#1012628).
|
||||||
|
- connector: fix unsafe usage of ->real_parent (bnc#1012628).
|
||||||
|
- commit 843d1cc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 16:44:16 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v5.0.2
|
||||||
|
- commit a2d3030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 12:01:12 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v5.0.2
|
||||||
|
- commit 70aaed6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.0
|
%define srcversion 5.0
|
||||||
%define patchversion 5.0.2
|
%define patchversion 5.0.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -62,9 +62,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.0.2
|
Version: 5.0.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g018878b
|
Release: <RELEASE>.ga0fc296
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -169,10 +169,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-018878b257ecdc5e269780c1a27ecb1ade8d48f2
|
Provides: kernel-%build_flavor-base-srchash-a0fc296bc493980916e4712b5997eab568daa22d
|
||||||
Provides: kernel-srchash-018878b257ecdc5e269780c1a27ecb1ade8d48f2
|
Provides: kernel-srchash-a0fc296bc493980916e4712b5997eab568daa22d
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-018878b257ecdc5e269780c1a27ecb1ade8d48f2
|
Provides: %name-srchash-a0fc296bc493980916e4712b5997eab568daa22d
|
||||||
%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
|
||||||
|
@ -1,3 +1,95 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:45:44 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config: disable BPFILTER_UMH on arm (bsc#1127188).
|
||||||
|
- commit a705565
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:12:59 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.0.3 (bnc#1012628).
|
||||||
|
- drm: Block fb changes for async plane updates (bnc#1012628).
|
||||||
|
- It's wrong to add len to sector_nr in raid10 reshape twice
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Fix memory corruption (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable headset MIC of Acer TravelMate
|
||||||
|
X514-51T with ALC255 (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek - Reduce click noise on Dell Precision 5820
|
||||||
|
headphone (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with
|
||||||
|
ALC294 (bnc#1012628).
|
||||||
|
- ALSA: hda - add more quirks for HP Z2 G4 and HP Z240
|
||||||
|
(bnc#1012628).
|
||||||
|
- ALSA: hda: Extend i915 component bind timeout (bnc#1012628).
|
||||||
|
- ALSA: firewire-motu: fix construction of PCM frame for capture
|
||||||
|
direction (bnc#1012628).
|
||||||
|
- ALSA: bebob: use more identical mod_alias for Saffire Pro 10
|
||||||
|
I/O against Liquid Saffire 56 (bnc#1012628).
|
||||||
|
- perf/x86: Fixup typo in stub functions (bnc#1012628).
|
||||||
|
- f2fs: wait on atomic writes to count F2FS_CP_WB_DATA
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: sched: flower: insert new filter to idr after setting
|
||||||
|
its mask (bnc#1012628).
|
||||||
|
- vsock/virtio: fix kernel panic from
|
||||||
|
virtio_transport_reset_no_sock (bnc#1012628).
|
||||||
|
- net: hns3: fix to stop multiple HNS reset due to the AER changes
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA
|
||||||
|
ports (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix qp mtt size calculation (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix locking in SRIOV mode when switching between
|
||||||
|
events and polling (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix reset flow when in command polling mode
|
||||||
|
(bnc#1012628).
|
||||||
|
- vxlan: test dev->flags & IFF_UP before calling
|
||||||
|
gro_cells_receive() (bnc#1012628).
|
||||||
|
- vxlan: Fix GRO cells race condition between receive and link
|
||||||
|
delete (bnc#1012628).
|
||||||
|
- tcp: handle inet_csk_reqsk_queue_add() failures (bnc#1012628).
|
||||||
|
- tcp: Don't access TCP_SKB_CB before initializing it
|
||||||
|
(bnc#1012628).
|
||||||
|
- tcp: do not report TCP_CM_INQ of 0 for closed connections
|
||||||
|
(bnc#1012628).
|
||||||
|
- sctp: remove sched init from sctp_stream_init (bnc#1012628).
|
||||||
|
- rxrpc: Fix client call queueing, waiting for channel
|
||||||
|
(bnc#1012628).
|
||||||
|
- route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to
|
||||||
|
fix a race (bnc#1012628).
|
||||||
|
- ravb: Decrease TxFIFO depth of Q3 and Q2 to one (bnc#1012628).
|
||||||
|
- pptp: dst_release sk_dst_cache in pptp_sock_destruct
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/x25: reset state in x25_connect() (bnc#1012628).
|
||||||
|
- net/x25: fix use-after-free in x25_device_event() (bnc#1012628).
|
||||||
|
- net: sit: fix UBSAN Undefined behaviour in check_6rd
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/hsr: fix possible crash in add_timer() (bnc#1012628).
|
||||||
|
- net: hsr: fix memory leak in hsr_dev_finalize() (bnc#1012628).
|
||||||
|
- net: hns3: add dma_rmb() for rx description (bnc#1012628).
|
||||||
|
- lan743x: Fix TX Stall Issue (bnc#1012628).
|
||||||
|
- lan743x: Fix RX Kernel Panic (bnc#1012628).
|
||||||
|
- l2tp: fix infoleak in l2tp_ip6_recvmsg() (bnc#1012628).
|
||||||
|
- ipv4/route: fail early when inet dev is missing (bnc#1012628).
|
||||||
|
- gro_cells: make sure device is up in gro_cells_receive()
|
||||||
|
(bnc#1012628).
|
||||||
|
- fou, fou6: avoid uninit-value in gue_err() and gue6_err()
|
||||||
|
(bnc#1012628).
|
||||||
|
- connector: fix unsafe usage of ->real_parent (bnc#1012628).
|
||||||
|
- commit 843d1cc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 16:44:16 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v5.0.2
|
||||||
|
- commit a2d3030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 12:01:12 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v5.0.2
|
||||||
|
- commit 70aaed6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.0
|
%define srcversion 5.0
|
||||||
%define patchversion 5.0.2
|
%define patchversion 5.0.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -62,9 +62,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.0.2
|
Version: 5.0.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g018878b
|
Release: <RELEASE>.ga0fc296
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -169,10 +169,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-018878b257ecdc5e269780c1a27ecb1ade8d48f2
|
Provides: kernel-%build_flavor-base-srchash-a0fc296bc493980916e4712b5997eab568daa22d
|
||||||
Provides: kernel-srchash-018878b257ecdc5e269780c1a27ecb1ade8d48f2
|
Provides: kernel-srchash-a0fc296bc493980916e4712b5997eab568daa22d
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-018878b257ecdc5e269780c1a27ecb1ade8d48f2
|
Provides: %name-srchash-a0fc296bc493980916e4712b5997eab568daa22d
|
||||||
%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
|
||||||
@ -300,7 +300,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: aarch64 %ix86 ppc64 ppc64le s390x x86_64
|
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc64 ppc64le s390x 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
|
||||||
|
@ -1,3 +1,95 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:45:44 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config: disable BPFILTER_UMH on arm (bsc#1127188).
|
||||||
|
- commit a705565
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:12:59 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.0.3 (bnc#1012628).
|
||||||
|
- drm: Block fb changes for async plane updates (bnc#1012628).
|
||||||
|
- It's wrong to add len to sector_nr in raid10 reshape twice
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Fix memory corruption (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable headset MIC of Acer TravelMate
|
||||||
|
X514-51T with ALC255 (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek - Reduce click noise on Dell Precision 5820
|
||||||
|
headphone (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with
|
||||||
|
ALC294 (bnc#1012628).
|
||||||
|
- ALSA: hda - add more quirks for HP Z2 G4 and HP Z240
|
||||||
|
(bnc#1012628).
|
||||||
|
- ALSA: hda: Extend i915 component bind timeout (bnc#1012628).
|
||||||
|
- ALSA: firewire-motu: fix construction of PCM frame for capture
|
||||||
|
direction (bnc#1012628).
|
||||||
|
- ALSA: bebob: use more identical mod_alias for Saffire Pro 10
|
||||||
|
I/O against Liquid Saffire 56 (bnc#1012628).
|
||||||
|
- perf/x86: Fixup typo in stub functions (bnc#1012628).
|
||||||
|
- f2fs: wait on atomic writes to count F2FS_CP_WB_DATA
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: sched: flower: insert new filter to idr after setting
|
||||||
|
its mask (bnc#1012628).
|
||||||
|
- vsock/virtio: fix kernel panic from
|
||||||
|
virtio_transport_reset_no_sock (bnc#1012628).
|
||||||
|
- net: hns3: fix to stop multiple HNS reset due to the AER changes
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA
|
||||||
|
ports (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix qp mtt size calculation (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix locking in SRIOV mode when switching between
|
||||||
|
events and polling (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix reset flow when in command polling mode
|
||||||
|
(bnc#1012628).
|
||||||
|
- vxlan: test dev->flags & IFF_UP before calling
|
||||||
|
gro_cells_receive() (bnc#1012628).
|
||||||
|
- vxlan: Fix GRO cells race condition between receive and link
|
||||||
|
delete (bnc#1012628).
|
||||||
|
- tcp: handle inet_csk_reqsk_queue_add() failures (bnc#1012628).
|
||||||
|
- tcp: Don't access TCP_SKB_CB before initializing it
|
||||||
|
(bnc#1012628).
|
||||||
|
- tcp: do not report TCP_CM_INQ of 0 for closed connections
|
||||||
|
(bnc#1012628).
|
||||||
|
- sctp: remove sched init from sctp_stream_init (bnc#1012628).
|
||||||
|
- rxrpc: Fix client call queueing, waiting for channel
|
||||||
|
(bnc#1012628).
|
||||||
|
- route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to
|
||||||
|
fix a race (bnc#1012628).
|
||||||
|
- ravb: Decrease TxFIFO depth of Q3 and Q2 to one (bnc#1012628).
|
||||||
|
- pptp: dst_release sk_dst_cache in pptp_sock_destruct
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/x25: reset state in x25_connect() (bnc#1012628).
|
||||||
|
- net/x25: fix use-after-free in x25_device_event() (bnc#1012628).
|
||||||
|
- net: sit: fix UBSAN Undefined behaviour in check_6rd
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/hsr: fix possible crash in add_timer() (bnc#1012628).
|
||||||
|
- net: hsr: fix memory leak in hsr_dev_finalize() (bnc#1012628).
|
||||||
|
- net: hns3: add dma_rmb() for rx description (bnc#1012628).
|
||||||
|
- lan743x: Fix TX Stall Issue (bnc#1012628).
|
||||||
|
- lan743x: Fix RX Kernel Panic (bnc#1012628).
|
||||||
|
- l2tp: fix infoleak in l2tp_ip6_recvmsg() (bnc#1012628).
|
||||||
|
- ipv4/route: fail early when inet dev is missing (bnc#1012628).
|
||||||
|
- gro_cells: make sure device is up in gro_cells_receive()
|
||||||
|
(bnc#1012628).
|
||||||
|
- fou, fou6: avoid uninit-value in gue_err() and gue6_err()
|
||||||
|
(bnc#1012628).
|
||||||
|
- connector: fix unsafe usage of ->real_parent (bnc#1012628).
|
||||||
|
- commit 843d1cc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 16:44:16 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v5.0.2
|
||||||
|
- commit a2d3030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 12:01:12 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v5.0.2
|
||||||
|
- commit 70aaed6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.0
|
%define srcversion 5.0
|
||||||
%define patchversion 5.0.2
|
%define patchversion 5.0.3
|
||||||
%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.0.2
|
Version: 5.0.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g018878b
|
Release: <RELEASE>.ga0fc296
|
||||||
%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-018878b257ecdc5e269780c1a27ecb1ade8d48f2
|
Provides: %name-srchash-a0fc296bc493980916e4712b5997eab568daa22d
|
||||||
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,95 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:45:44 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config: disable BPFILTER_UMH on arm (bsc#1127188).
|
||||||
|
- commit a705565
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:12:59 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.0.3 (bnc#1012628).
|
||||||
|
- drm: Block fb changes for async plane updates (bnc#1012628).
|
||||||
|
- It's wrong to add len to sector_nr in raid10 reshape twice
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Fix memory corruption (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable headset MIC of Acer TravelMate
|
||||||
|
X514-51T with ALC255 (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek - Reduce click noise on Dell Precision 5820
|
||||||
|
headphone (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with
|
||||||
|
ALC294 (bnc#1012628).
|
||||||
|
- ALSA: hda - add more quirks for HP Z2 G4 and HP Z240
|
||||||
|
(bnc#1012628).
|
||||||
|
- ALSA: hda: Extend i915 component bind timeout (bnc#1012628).
|
||||||
|
- ALSA: firewire-motu: fix construction of PCM frame for capture
|
||||||
|
direction (bnc#1012628).
|
||||||
|
- ALSA: bebob: use more identical mod_alias for Saffire Pro 10
|
||||||
|
I/O against Liquid Saffire 56 (bnc#1012628).
|
||||||
|
- perf/x86: Fixup typo in stub functions (bnc#1012628).
|
||||||
|
- f2fs: wait on atomic writes to count F2FS_CP_WB_DATA
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: sched: flower: insert new filter to idr after setting
|
||||||
|
its mask (bnc#1012628).
|
||||||
|
- vsock/virtio: fix kernel panic from
|
||||||
|
virtio_transport_reset_no_sock (bnc#1012628).
|
||||||
|
- net: hns3: fix to stop multiple HNS reset due to the AER changes
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA
|
||||||
|
ports (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix qp mtt size calculation (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix locking in SRIOV mode when switching between
|
||||||
|
events and polling (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix reset flow when in command polling mode
|
||||||
|
(bnc#1012628).
|
||||||
|
- vxlan: test dev->flags & IFF_UP before calling
|
||||||
|
gro_cells_receive() (bnc#1012628).
|
||||||
|
- vxlan: Fix GRO cells race condition between receive and link
|
||||||
|
delete (bnc#1012628).
|
||||||
|
- tcp: handle inet_csk_reqsk_queue_add() failures (bnc#1012628).
|
||||||
|
- tcp: Don't access TCP_SKB_CB before initializing it
|
||||||
|
(bnc#1012628).
|
||||||
|
- tcp: do not report TCP_CM_INQ of 0 for closed connections
|
||||||
|
(bnc#1012628).
|
||||||
|
- sctp: remove sched init from sctp_stream_init (bnc#1012628).
|
||||||
|
- rxrpc: Fix client call queueing, waiting for channel
|
||||||
|
(bnc#1012628).
|
||||||
|
- route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to
|
||||||
|
fix a race (bnc#1012628).
|
||||||
|
- ravb: Decrease TxFIFO depth of Q3 and Q2 to one (bnc#1012628).
|
||||||
|
- pptp: dst_release sk_dst_cache in pptp_sock_destruct
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/x25: reset state in x25_connect() (bnc#1012628).
|
||||||
|
- net/x25: fix use-after-free in x25_device_event() (bnc#1012628).
|
||||||
|
- net: sit: fix UBSAN Undefined behaviour in check_6rd
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/hsr: fix possible crash in add_timer() (bnc#1012628).
|
||||||
|
- net: hsr: fix memory leak in hsr_dev_finalize() (bnc#1012628).
|
||||||
|
- net: hns3: add dma_rmb() for rx description (bnc#1012628).
|
||||||
|
- lan743x: Fix TX Stall Issue (bnc#1012628).
|
||||||
|
- lan743x: Fix RX Kernel Panic (bnc#1012628).
|
||||||
|
- l2tp: fix infoleak in l2tp_ip6_recvmsg() (bnc#1012628).
|
||||||
|
- ipv4/route: fail early when inet dev is missing (bnc#1012628).
|
||||||
|
- gro_cells: make sure device is up in gro_cells_receive()
|
||||||
|
(bnc#1012628).
|
||||||
|
- fou, fou6: avoid uninit-value in gue_err() and gue6_err()
|
||||||
|
(bnc#1012628).
|
||||||
|
- connector: fix unsafe usage of ->real_parent (bnc#1012628).
|
||||||
|
- commit 843d1cc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 16:44:16 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v5.0.2
|
||||||
|
- commit a2d3030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 12:01:12 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v5.0.2
|
||||||
|
- commit 70aaed6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.0
|
%define srcversion 5.0
|
||||||
%define patchversion 5.0.2
|
%define patchversion 5.0.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -62,9 +62,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.0.2
|
Version: 5.0.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g018878b
|
Release: <RELEASE>.ga0fc296
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -169,10 +169,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-018878b257ecdc5e269780c1a27ecb1ade8d48f2
|
Provides: kernel-%build_flavor-base-srchash-a0fc296bc493980916e4712b5997eab568daa22d
|
||||||
Provides: kernel-srchash-018878b257ecdc5e269780c1a27ecb1ade8d48f2
|
Provides: kernel-srchash-a0fc296bc493980916e4712b5997eab568daa22d
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-018878b257ecdc5e269780c1a27ecb1ade8d48f2
|
Provides: %name-srchash-a0fc296bc493980916e4712b5997eab568daa22d
|
||||||
%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
|
||||||
|
70883
kernel-lpae.changes
Normal file
70883
kernel-lpae.changes
Normal file
File diff suppressed because it is too large
Load Diff
1463
kernel-lpae.spec
Normal file
1463
kernel-lpae.spec
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,95 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:45:44 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config: disable BPFILTER_UMH on arm (bsc#1127188).
|
||||||
|
- commit a705565
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:12:59 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.0.3 (bnc#1012628).
|
||||||
|
- drm: Block fb changes for async plane updates (bnc#1012628).
|
||||||
|
- It's wrong to add len to sector_nr in raid10 reshape twice
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Fix memory corruption (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable headset MIC of Acer TravelMate
|
||||||
|
X514-51T with ALC255 (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek - Reduce click noise on Dell Precision 5820
|
||||||
|
headphone (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with
|
||||||
|
ALC294 (bnc#1012628).
|
||||||
|
- ALSA: hda - add more quirks for HP Z2 G4 and HP Z240
|
||||||
|
(bnc#1012628).
|
||||||
|
- ALSA: hda: Extend i915 component bind timeout (bnc#1012628).
|
||||||
|
- ALSA: firewire-motu: fix construction of PCM frame for capture
|
||||||
|
direction (bnc#1012628).
|
||||||
|
- ALSA: bebob: use more identical mod_alias for Saffire Pro 10
|
||||||
|
I/O against Liquid Saffire 56 (bnc#1012628).
|
||||||
|
- perf/x86: Fixup typo in stub functions (bnc#1012628).
|
||||||
|
- f2fs: wait on atomic writes to count F2FS_CP_WB_DATA
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: sched: flower: insert new filter to idr after setting
|
||||||
|
its mask (bnc#1012628).
|
||||||
|
- vsock/virtio: fix kernel panic from
|
||||||
|
virtio_transport_reset_no_sock (bnc#1012628).
|
||||||
|
- net: hns3: fix to stop multiple HNS reset due to the AER changes
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA
|
||||||
|
ports (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix qp mtt size calculation (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix locking in SRIOV mode when switching between
|
||||||
|
events and polling (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix reset flow when in command polling mode
|
||||||
|
(bnc#1012628).
|
||||||
|
- vxlan: test dev->flags & IFF_UP before calling
|
||||||
|
gro_cells_receive() (bnc#1012628).
|
||||||
|
- vxlan: Fix GRO cells race condition between receive and link
|
||||||
|
delete (bnc#1012628).
|
||||||
|
- tcp: handle inet_csk_reqsk_queue_add() failures (bnc#1012628).
|
||||||
|
- tcp: Don't access TCP_SKB_CB before initializing it
|
||||||
|
(bnc#1012628).
|
||||||
|
- tcp: do not report TCP_CM_INQ of 0 for closed connections
|
||||||
|
(bnc#1012628).
|
||||||
|
- sctp: remove sched init from sctp_stream_init (bnc#1012628).
|
||||||
|
- rxrpc: Fix client call queueing, waiting for channel
|
||||||
|
(bnc#1012628).
|
||||||
|
- route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to
|
||||||
|
fix a race (bnc#1012628).
|
||||||
|
- ravb: Decrease TxFIFO depth of Q3 and Q2 to one (bnc#1012628).
|
||||||
|
- pptp: dst_release sk_dst_cache in pptp_sock_destruct
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/x25: reset state in x25_connect() (bnc#1012628).
|
||||||
|
- net/x25: fix use-after-free in x25_device_event() (bnc#1012628).
|
||||||
|
- net: sit: fix UBSAN Undefined behaviour in check_6rd
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/hsr: fix possible crash in add_timer() (bnc#1012628).
|
||||||
|
- net: hsr: fix memory leak in hsr_dev_finalize() (bnc#1012628).
|
||||||
|
- net: hns3: add dma_rmb() for rx description (bnc#1012628).
|
||||||
|
- lan743x: Fix TX Stall Issue (bnc#1012628).
|
||||||
|
- lan743x: Fix RX Kernel Panic (bnc#1012628).
|
||||||
|
- l2tp: fix infoleak in l2tp_ip6_recvmsg() (bnc#1012628).
|
||||||
|
- ipv4/route: fail early when inet dev is missing (bnc#1012628).
|
||||||
|
- gro_cells: make sure device is up in gro_cells_receive()
|
||||||
|
(bnc#1012628).
|
||||||
|
- fou, fou6: avoid uninit-value in gue_err() and gue6_err()
|
||||||
|
(bnc#1012628).
|
||||||
|
- connector: fix unsafe usage of ->real_parent (bnc#1012628).
|
||||||
|
- commit 843d1cc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 16:44:16 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v5.0.2
|
||||||
|
- commit a2d3030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 12:01:12 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v5.0.2
|
||||||
|
- commit 70aaed6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#!BuildIgnore: post-build-checks
|
#!BuildIgnore: post-build-checks
|
||||||
|
|
||||||
%define patchversion 5.0.2
|
%define patchversion 5.0.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -45,14 +45,14 @@ BuildRequires: util-linux
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: kernel%kernel_flavor-srchash-018878b257ecdc5e269780c1a27ecb1ade8d48f2
|
BuildRequires: kernel%kernel_flavor-srchash-a0fc296bc493980916e4712b5997eab568daa22d
|
||||||
|
|
||||||
%if 0%{?rhel_version}
|
%if 0%{?rhel_version}
|
||||||
BuildRequires: kernel
|
BuildRequires: kernel
|
||||||
%define kernel_flavor ""
|
%define kernel_flavor ""
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
ExclusiveArch: aarch64 %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
|
||||||
@ -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.0.2
|
Version: 5.0.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g018878b
|
Release: <RELEASE>.ga0fc296
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,95 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:45:44 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config: disable BPFILTER_UMH on arm (bsc#1127188).
|
||||||
|
- commit a705565
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:12:59 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.0.3 (bnc#1012628).
|
||||||
|
- drm: Block fb changes for async plane updates (bnc#1012628).
|
||||||
|
- It's wrong to add len to sector_nr in raid10 reshape twice
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Fix memory corruption (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable headset MIC of Acer TravelMate
|
||||||
|
X514-51T with ALC255 (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek - Reduce click noise on Dell Precision 5820
|
||||||
|
headphone (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with
|
||||||
|
ALC294 (bnc#1012628).
|
||||||
|
- ALSA: hda - add more quirks for HP Z2 G4 and HP Z240
|
||||||
|
(bnc#1012628).
|
||||||
|
- ALSA: hda: Extend i915 component bind timeout (bnc#1012628).
|
||||||
|
- ALSA: firewire-motu: fix construction of PCM frame for capture
|
||||||
|
direction (bnc#1012628).
|
||||||
|
- ALSA: bebob: use more identical mod_alias for Saffire Pro 10
|
||||||
|
I/O against Liquid Saffire 56 (bnc#1012628).
|
||||||
|
- perf/x86: Fixup typo in stub functions (bnc#1012628).
|
||||||
|
- f2fs: wait on atomic writes to count F2FS_CP_WB_DATA
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: sched: flower: insert new filter to idr after setting
|
||||||
|
its mask (bnc#1012628).
|
||||||
|
- vsock/virtio: fix kernel panic from
|
||||||
|
virtio_transport_reset_no_sock (bnc#1012628).
|
||||||
|
- net: hns3: fix to stop multiple HNS reset due to the AER changes
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA
|
||||||
|
ports (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix qp mtt size calculation (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix locking in SRIOV mode when switching between
|
||||||
|
events and polling (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix reset flow when in command polling mode
|
||||||
|
(bnc#1012628).
|
||||||
|
- vxlan: test dev->flags & IFF_UP before calling
|
||||||
|
gro_cells_receive() (bnc#1012628).
|
||||||
|
- vxlan: Fix GRO cells race condition between receive and link
|
||||||
|
delete (bnc#1012628).
|
||||||
|
- tcp: handle inet_csk_reqsk_queue_add() failures (bnc#1012628).
|
||||||
|
- tcp: Don't access TCP_SKB_CB before initializing it
|
||||||
|
(bnc#1012628).
|
||||||
|
- tcp: do not report TCP_CM_INQ of 0 for closed connections
|
||||||
|
(bnc#1012628).
|
||||||
|
- sctp: remove sched init from sctp_stream_init (bnc#1012628).
|
||||||
|
- rxrpc: Fix client call queueing, waiting for channel
|
||||||
|
(bnc#1012628).
|
||||||
|
- route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to
|
||||||
|
fix a race (bnc#1012628).
|
||||||
|
- ravb: Decrease TxFIFO depth of Q3 and Q2 to one (bnc#1012628).
|
||||||
|
- pptp: dst_release sk_dst_cache in pptp_sock_destruct
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/x25: reset state in x25_connect() (bnc#1012628).
|
||||||
|
- net/x25: fix use-after-free in x25_device_event() (bnc#1012628).
|
||||||
|
- net: sit: fix UBSAN Undefined behaviour in check_6rd
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/hsr: fix possible crash in add_timer() (bnc#1012628).
|
||||||
|
- net: hsr: fix memory leak in hsr_dev_finalize() (bnc#1012628).
|
||||||
|
- net: hns3: add dma_rmb() for rx description (bnc#1012628).
|
||||||
|
- lan743x: Fix TX Stall Issue (bnc#1012628).
|
||||||
|
- lan743x: Fix RX Kernel Panic (bnc#1012628).
|
||||||
|
- l2tp: fix infoleak in l2tp_ip6_recvmsg() (bnc#1012628).
|
||||||
|
- ipv4/route: fail early when inet dev is missing (bnc#1012628).
|
||||||
|
- gro_cells: make sure device is up in gro_cells_receive()
|
||||||
|
(bnc#1012628).
|
||||||
|
- fou, fou6: avoid uninit-value in gue_err() and gue6_err()
|
||||||
|
(bnc#1012628).
|
||||||
|
- connector: fix unsafe usage of ->real_parent (bnc#1012628).
|
||||||
|
- commit 843d1cc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 16:44:16 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v5.0.2
|
||||||
|
- commit a2d3030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 12:01:12 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v5.0.2
|
||||||
|
- commit 70aaed6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
# needsrootforbuild
|
# needsrootforbuild
|
||||||
|
|
||||||
|
|
||||||
%define patchversion 5.0.2
|
%define patchversion 5.0.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -28,7 +28,7 @@ BuildRequires: kernel-default
|
|||||||
# here as well to avoid that qa and build package build parallel
|
# here as well to avoid that qa and build package build parallel
|
||||||
BuildRequires: kernel-obs-build
|
BuildRequires: kernel-obs-build
|
||||||
BuildRequires: modutils
|
BuildRequires: modutils
|
||||||
ExclusiveArch: aarch64 %ix86 ppc64 ppc64le s390x x86_64
|
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc64 ppc64le s390x x86_64
|
||||||
%if 0%{?suse_version} < 1200
|
%if 0%{?suse_version} < 1200
|
||||||
# for SLE 11
|
# for SLE 11
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -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.0.2
|
Version: 5.0.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g018878b
|
Release: <RELEASE>.ga0fc296
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,95 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:45:44 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config: disable BPFILTER_UMH on arm (bsc#1127188).
|
||||||
|
- commit a705565
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:12:59 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.0.3 (bnc#1012628).
|
||||||
|
- drm: Block fb changes for async plane updates (bnc#1012628).
|
||||||
|
- It's wrong to add len to sector_nr in raid10 reshape twice
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Fix memory corruption (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable headset MIC of Acer TravelMate
|
||||||
|
X514-51T with ALC255 (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek - Reduce click noise on Dell Precision 5820
|
||||||
|
headphone (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with
|
||||||
|
ALC294 (bnc#1012628).
|
||||||
|
- ALSA: hda - add more quirks for HP Z2 G4 and HP Z240
|
||||||
|
(bnc#1012628).
|
||||||
|
- ALSA: hda: Extend i915 component bind timeout (bnc#1012628).
|
||||||
|
- ALSA: firewire-motu: fix construction of PCM frame for capture
|
||||||
|
direction (bnc#1012628).
|
||||||
|
- ALSA: bebob: use more identical mod_alias for Saffire Pro 10
|
||||||
|
I/O against Liquid Saffire 56 (bnc#1012628).
|
||||||
|
- perf/x86: Fixup typo in stub functions (bnc#1012628).
|
||||||
|
- f2fs: wait on atomic writes to count F2FS_CP_WB_DATA
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: sched: flower: insert new filter to idr after setting
|
||||||
|
its mask (bnc#1012628).
|
||||||
|
- vsock/virtio: fix kernel panic from
|
||||||
|
virtio_transport_reset_no_sock (bnc#1012628).
|
||||||
|
- net: hns3: fix to stop multiple HNS reset due to the AER changes
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA
|
||||||
|
ports (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix qp mtt size calculation (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix locking in SRIOV mode when switching between
|
||||||
|
events and polling (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix reset flow when in command polling mode
|
||||||
|
(bnc#1012628).
|
||||||
|
- vxlan: test dev->flags & IFF_UP before calling
|
||||||
|
gro_cells_receive() (bnc#1012628).
|
||||||
|
- vxlan: Fix GRO cells race condition between receive and link
|
||||||
|
delete (bnc#1012628).
|
||||||
|
- tcp: handle inet_csk_reqsk_queue_add() failures (bnc#1012628).
|
||||||
|
- tcp: Don't access TCP_SKB_CB before initializing it
|
||||||
|
(bnc#1012628).
|
||||||
|
- tcp: do not report TCP_CM_INQ of 0 for closed connections
|
||||||
|
(bnc#1012628).
|
||||||
|
- sctp: remove sched init from sctp_stream_init (bnc#1012628).
|
||||||
|
- rxrpc: Fix client call queueing, waiting for channel
|
||||||
|
(bnc#1012628).
|
||||||
|
- route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to
|
||||||
|
fix a race (bnc#1012628).
|
||||||
|
- ravb: Decrease TxFIFO depth of Q3 and Q2 to one (bnc#1012628).
|
||||||
|
- pptp: dst_release sk_dst_cache in pptp_sock_destruct
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/x25: reset state in x25_connect() (bnc#1012628).
|
||||||
|
- net/x25: fix use-after-free in x25_device_event() (bnc#1012628).
|
||||||
|
- net: sit: fix UBSAN Undefined behaviour in check_6rd
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/hsr: fix possible crash in add_timer() (bnc#1012628).
|
||||||
|
- net: hsr: fix memory leak in hsr_dev_finalize() (bnc#1012628).
|
||||||
|
- net: hns3: add dma_rmb() for rx description (bnc#1012628).
|
||||||
|
- lan743x: Fix TX Stall Issue (bnc#1012628).
|
||||||
|
- lan743x: Fix RX Kernel Panic (bnc#1012628).
|
||||||
|
- l2tp: fix infoleak in l2tp_ip6_recvmsg() (bnc#1012628).
|
||||||
|
- ipv4/route: fail early when inet dev is missing (bnc#1012628).
|
||||||
|
- gro_cells: make sure device is up in gro_cells_receive()
|
||||||
|
(bnc#1012628).
|
||||||
|
- fou, fou6: avoid uninit-value in gue_err() and gue6_err()
|
||||||
|
(bnc#1012628).
|
||||||
|
- connector: fix unsafe usage of ->real_parent (bnc#1012628).
|
||||||
|
- commit 843d1cc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 16:44:16 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v5.0.2
|
||||||
|
- commit a2d3030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 12:01:12 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v5.0.2
|
||||||
|
- commit 70aaed6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.0
|
%define srcversion 5.0
|
||||||
%define patchversion 5.0.2
|
%define patchversion 5.0.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -62,9 +62,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.0.2
|
Version: 5.0.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g018878b
|
Release: <RELEASE>.ga0fc296
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -169,10 +169,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-018878b257ecdc5e269780c1a27ecb1ade8d48f2
|
Provides: kernel-%build_flavor-base-srchash-a0fc296bc493980916e4712b5997eab568daa22d
|
||||||
Provides: kernel-srchash-018878b257ecdc5e269780c1a27ecb1ade8d48f2
|
Provides: kernel-srchash-a0fc296bc493980916e4712b5997eab568daa22d
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-018878b257ecdc5e269780c1a27ecb1ade8d48f2
|
Provides: %name-srchash-a0fc296bc493980916e4712b5997eab568daa22d
|
||||||
%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
|
||||||
|
@ -1,3 +1,95 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:45:44 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config: disable BPFILTER_UMH on arm (bsc#1127188).
|
||||||
|
- commit a705565
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:12:59 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.0.3 (bnc#1012628).
|
||||||
|
- drm: Block fb changes for async plane updates (bnc#1012628).
|
||||||
|
- It's wrong to add len to sector_nr in raid10 reshape twice
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Fix memory corruption (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable headset MIC of Acer TravelMate
|
||||||
|
X514-51T with ALC255 (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek - Reduce click noise on Dell Precision 5820
|
||||||
|
headphone (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with
|
||||||
|
ALC294 (bnc#1012628).
|
||||||
|
- ALSA: hda - add more quirks for HP Z2 G4 and HP Z240
|
||||||
|
(bnc#1012628).
|
||||||
|
- ALSA: hda: Extend i915 component bind timeout (bnc#1012628).
|
||||||
|
- ALSA: firewire-motu: fix construction of PCM frame for capture
|
||||||
|
direction (bnc#1012628).
|
||||||
|
- ALSA: bebob: use more identical mod_alias for Saffire Pro 10
|
||||||
|
I/O against Liquid Saffire 56 (bnc#1012628).
|
||||||
|
- perf/x86: Fixup typo in stub functions (bnc#1012628).
|
||||||
|
- f2fs: wait on atomic writes to count F2FS_CP_WB_DATA
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: sched: flower: insert new filter to idr after setting
|
||||||
|
its mask (bnc#1012628).
|
||||||
|
- vsock/virtio: fix kernel panic from
|
||||||
|
virtio_transport_reset_no_sock (bnc#1012628).
|
||||||
|
- net: hns3: fix to stop multiple HNS reset due to the AER changes
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA
|
||||||
|
ports (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix qp mtt size calculation (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix locking in SRIOV mode when switching between
|
||||||
|
events and polling (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix reset flow when in command polling mode
|
||||||
|
(bnc#1012628).
|
||||||
|
- vxlan: test dev->flags & IFF_UP before calling
|
||||||
|
gro_cells_receive() (bnc#1012628).
|
||||||
|
- vxlan: Fix GRO cells race condition between receive and link
|
||||||
|
delete (bnc#1012628).
|
||||||
|
- tcp: handle inet_csk_reqsk_queue_add() failures (bnc#1012628).
|
||||||
|
- tcp: Don't access TCP_SKB_CB before initializing it
|
||||||
|
(bnc#1012628).
|
||||||
|
- tcp: do not report TCP_CM_INQ of 0 for closed connections
|
||||||
|
(bnc#1012628).
|
||||||
|
- sctp: remove sched init from sctp_stream_init (bnc#1012628).
|
||||||
|
- rxrpc: Fix client call queueing, waiting for channel
|
||||||
|
(bnc#1012628).
|
||||||
|
- route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to
|
||||||
|
fix a race (bnc#1012628).
|
||||||
|
- ravb: Decrease TxFIFO depth of Q3 and Q2 to one (bnc#1012628).
|
||||||
|
- pptp: dst_release sk_dst_cache in pptp_sock_destruct
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/x25: reset state in x25_connect() (bnc#1012628).
|
||||||
|
- net/x25: fix use-after-free in x25_device_event() (bnc#1012628).
|
||||||
|
- net: sit: fix UBSAN Undefined behaviour in check_6rd
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/hsr: fix possible crash in add_timer() (bnc#1012628).
|
||||||
|
- net: hsr: fix memory leak in hsr_dev_finalize() (bnc#1012628).
|
||||||
|
- net: hns3: add dma_rmb() for rx description (bnc#1012628).
|
||||||
|
- lan743x: Fix TX Stall Issue (bnc#1012628).
|
||||||
|
- lan743x: Fix RX Kernel Panic (bnc#1012628).
|
||||||
|
- l2tp: fix infoleak in l2tp_ip6_recvmsg() (bnc#1012628).
|
||||||
|
- ipv4/route: fail early when inet dev is missing (bnc#1012628).
|
||||||
|
- gro_cells: make sure device is up in gro_cells_receive()
|
||||||
|
(bnc#1012628).
|
||||||
|
- fou, fou6: avoid uninit-value in gue_err() and gue6_err()
|
||||||
|
(bnc#1012628).
|
||||||
|
- connector: fix unsafe usage of ->real_parent (bnc#1012628).
|
||||||
|
- commit 843d1cc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 16:44:16 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v5.0.2
|
||||||
|
- commit a2d3030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 12:01:12 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v5.0.2
|
||||||
|
- commit 70aaed6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.0
|
%define srcversion 5.0
|
||||||
%define patchversion 5.0.2
|
%define patchversion 5.0.3
|
||||||
%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.0.2
|
Version: 5.0.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g018878b
|
Release: <RELEASE>.ga0fc296
|
||||||
%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-018878b257ecdc5e269780c1a27ecb1ade8d48f2
|
Provides: %name-srchash-a0fc296bc493980916e4712b5997eab568daa22d
|
||||||
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,95 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:45:44 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config: disable BPFILTER_UMH on arm (bsc#1127188).
|
||||||
|
- commit a705565
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:12:59 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.0.3 (bnc#1012628).
|
||||||
|
- drm: Block fb changes for async plane updates (bnc#1012628).
|
||||||
|
- It's wrong to add len to sector_nr in raid10 reshape twice
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Fix memory corruption (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable headset MIC of Acer TravelMate
|
||||||
|
X514-51T with ALC255 (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek - Reduce click noise on Dell Precision 5820
|
||||||
|
headphone (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with
|
||||||
|
ALC294 (bnc#1012628).
|
||||||
|
- ALSA: hda - add more quirks for HP Z2 G4 and HP Z240
|
||||||
|
(bnc#1012628).
|
||||||
|
- ALSA: hda: Extend i915 component bind timeout (bnc#1012628).
|
||||||
|
- ALSA: firewire-motu: fix construction of PCM frame for capture
|
||||||
|
direction (bnc#1012628).
|
||||||
|
- ALSA: bebob: use more identical mod_alias for Saffire Pro 10
|
||||||
|
I/O against Liquid Saffire 56 (bnc#1012628).
|
||||||
|
- perf/x86: Fixup typo in stub functions (bnc#1012628).
|
||||||
|
- f2fs: wait on atomic writes to count F2FS_CP_WB_DATA
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: sched: flower: insert new filter to idr after setting
|
||||||
|
its mask (bnc#1012628).
|
||||||
|
- vsock/virtio: fix kernel panic from
|
||||||
|
virtio_transport_reset_no_sock (bnc#1012628).
|
||||||
|
- net: hns3: fix to stop multiple HNS reset due to the AER changes
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA
|
||||||
|
ports (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix qp mtt size calculation (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix locking in SRIOV mode when switching between
|
||||||
|
events and polling (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix reset flow when in command polling mode
|
||||||
|
(bnc#1012628).
|
||||||
|
- vxlan: test dev->flags & IFF_UP before calling
|
||||||
|
gro_cells_receive() (bnc#1012628).
|
||||||
|
- vxlan: Fix GRO cells race condition between receive and link
|
||||||
|
delete (bnc#1012628).
|
||||||
|
- tcp: handle inet_csk_reqsk_queue_add() failures (bnc#1012628).
|
||||||
|
- tcp: Don't access TCP_SKB_CB before initializing it
|
||||||
|
(bnc#1012628).
|
||||||
|
- tcp: do not report TCP_CM_INQ of 0 for closed connections
|
||||||
|
(bnc#1012628).
|
||||||
|
- sctp: remove sched init from sctp_stream_init (bnc#1012628).
|
||||||
|
- rxrpc: Fix client call queueing, waiting for channel
|
||||||
|
(bnc#1012628).
|
||||||
|
- route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to
|
||||||
|
fix a race (bnc#1012628).
|
||||||
|
- ravb: Decrease TxFIFO depth of Q3 and Q2 to one (bnc#1012628).
|
||||||
|
- pptp: dst_release sk_dst_cache in pptp_sock_destruct
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/x25: reset state in x25_connect() (bnc#1012628).
|
||||||
|
- net/x25: fix use-after-free in x25_device_event() (bnc#1012628).
|
||||||
|
- net: sit: fix UBSAN Undefined behaviour in check_6rd
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/hsr: fix possible crash in add_timer() (bnc#1012628).
|
||||||
|
- net: hsr: fix memory leak in hsr_dev_finalize() (bnc#1012628).
|
||||||
|
- net: hns3: add dma_rmb() for rx description (bnc#1012628).
|
||||||
|
- lan743x: Fix TX Stall Issue (bnc#1012628).
|
||||||
|
- lan743x: Fix RX Kernel Panic (bnc#1012628).
|
||||||
|
- l2tp: fix infoleak in l2tp_ip6_recvmsg() (bnc#1012628).
|
||||||
|
- ipv4/route: fail early when inet dev is missing (bnc#1012628).
|
||||||
|
- gro_cells: make sure device is up in gro_cells_receive()
|
||||||
|
(bnc#1012628).
|
||||||
|
- fou, fou6: avoid uninit-value in gue_err() and gue6_err()
|
||||||
|
(bnc#1012628).
|
||||||
|
- connector: fix unsafe usage of ->real_parent (bnc#1012628).
|
||||||
|
- commit 843d1cc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 16:44:16 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v5.0.2
|
||||||
|
- commit a2d3030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 12:01:12 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v5.0.2
|
||||||
|
- commit 70aaed6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -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.0.2
|
Version: 5.0.3
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g018878b
|
Release: <RELEASE>.ga0fc296
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -41,9 +41,12 @@ BuildRequires: coreutils
|
|||||||
%ifarch aarch64
|
%ifarch aarch64
|
||||||
Requires: kernel-64kb-devel = %version-%source_rel
|
Requires: kernel-64kb-devel = %version-%source_rel
|
||||||
%endif
|
%endif
|
||||||
%ifarch aarch64 %ix86 ppc64 ppc64le s390x x86_64
|
%ifarch aarch64 armv6hl armv7hl %ix86 ppc64 ppc64le s390x x86_64
|
||||||
Requires: kernel-default-devel = %version-%source_rel
|
Requires: kernel-default-devel = %version-%source_rel
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch armv7hl
|
||||||
|
Requires: kernel-lpae-devel = %version-%source_rel
|
||||||
|
%endif
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Requires: kernel-pae-devel = %version-%source_rel
|
Requires: kernel-pae-devel = %version-%source_rel
|
||||||
%endif
|
%endif
|
||||||
@ -52,12 +55,12 @@ Requires: kernel-zfcpdump-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-018878b257ecdc5e269780c1a27ecb1ade8d48f2
|
Provides: %name-srchash-a0fc296bc493980916e4712b5997eab568daa22d
|
||||||
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
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
ExclusiveArch: %ix86 aarch64 ppc64 ppc64le s390x x86_64
|
ExclusiveArch: %ix86 aarch64 armv6hl armv7hl ppc64 ppc64le s390x x86_64
|
||||||
Prefix: /usr/src
|
Prefix: /usr/src
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -1,3 +1,95 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:45:44 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config: disable BPFILTER_UMH on arm (bsc#1127188).
|
||||||
|
- commit a705565
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:12:59 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.0.3 (bnc#1012628).
|
||||||
|
- drm: Block fb changes for async plane updates (bnc#1012628).
|
||||||
|
- It's wrong to add len to sector_nr in raid10 reshape twice
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Fix memory corruption (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable headset MIC of Acer TravelMate
|
||||||
|
X514-51T with ALC255 (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek - Reduce click noise on Dell Precision 5820
|
||||||
|
headphone (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with
|
||||||
|
ALC294 (bnc#1012628).
|
||||||
|
- ALSA: hda - add more quirks for HP Z2 G4 and HP Z240
|
||||||
|
(bnc#1012628).
|
||||||
|
- ALSA: hda: Extend i915 component bind timeout (bnc#1012628).
|
||||||
|
- ALSA: firewire-motu: fix construction of PCM frame for capture
|
||||||
|
direction (bnc#1012628).
|
||||||
|
- ALSA: bebob: use more identical mod_alias for Saffire Pro 10
|
||||||
|
I/O against Liquid Saffire 56 (bnc#1012628).
|
||||||
|
- perf/x86: Fixup typo in stub functions (bnc#1012628).
|
||||||
|
- f2fs: wait on atomic writes to count F2FS_CP_WB_DATA
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: sched: flower: insert new filter to idr after setting
|
||||||
|
its mask (bnc#1012628).
|
||||||
|
- vsock/virtio: fix kernel panic from
|
||||||
|
virtio_transport_reset_no_sock (bnc#1012628).
|
||||||
|
- net: hns3: fix to stop multiple HNS reset due to the AER changes
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA
|
||||||
|
ports (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix qp mtt size calculation (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix locking in SRIOV mode when switching between
|
||||||
|
events and polling (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix reset flow when in command polling mode
|
||||||
|
(bnc#1012628).
|
||||||
|
- vxlan: test dev->flags & IFF_UP before calling
|
||||||
|
gro_cells_receive() (bnc#1012628).
|
||||||
|
- vxlan: Fix GRO cells race condition between receive and link
|
||||||
|
delete (bnc#1012628).
|
||||||
|
- tcp: handle inet_csk_reqsk_queue_add() failures (bnc#1012628).
|
||||||
|
- tcp: Don't access TCP_SKB_CB before initializing it
|
||||||
|
(bnc#1012628).
|
||||||
|
- tcp: do not report TCP_CM_INQ of 0 for closed connections
|
||||||
|
(bnc#1012628).
|
||||||
|
- sctp: remove sched init from sctp_stream_init (bnc#1012628).
|
||||||
|
- rxrpc: Fix client call queueing, waiting for channel
|
||||||
|
(bnc#1012628).
|
||||||
|
- route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to
|
||||||
|
fix a race (bnc#1012628).
|
||||||
|
- ravb: Decrease TxFIFO depth of Q3 and Q2 to one (bnc#1012628).
|
||||||
|
- pptp: dst_release sk_dst_cache in pptp_sock_destruct
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/x25: reset state in x25_connect() (bnc#1012628).
|
||||||
|
- net/x25: fix use-after-free in x25_device_event() (bnc#1012628).
|
||||||
|
- net: sit: fix UBSAN Undefined behaviour in check_6rd
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/hsr: fix possible crash in add_timer() (bnc#1012628).
|
||||||
|
- net: hsr: fix memory leak in hsr_dev_finalize() (bnc#1012628).
|
||||||
|
- net: hns3: add dma_rmb() for rx description (bnc#1012628).
|
||||||
|
- lan743x: Fix TX Stall Issue (bnc#1012628).
|
||||||
|
- lan743x: Fix RX Kernel Panic (bnc#1012628).
|
||||||
|
- l2tp: fix infoleak in l2tp_ip6_recvmsg() (bnc#1012628).
|
||||||
|
- ipv4/route: fail early when inet dev is missing (bnc#1012628).
|
||||||
|
- gro_cells: make sure device is up in gro_cells_receive()
|
||||||
|
(bnc#1012628).
|
||||||
|
- fou, fou6: avoid uninit-value in gue_err() and gue6_err()
|
||||||
|
(bnc#1012628).
|
||||||
|
- connector: fix unsafe usage of ->real_parent (bnc#1012628).
|
||||||
|
- commit 843d1cc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 16:44:16 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v5.0.2
|
||||||
|
- commit a2d3030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 12:01:12 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v5.0.2
|
||||||
|
- commit 70aaed6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.0
|
%define srcversion 5.0
|
||||||
%define patchversion 5.0.2
|
%define patchversion 5.0.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -62,9 +62,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.0.2
|
Version: 5.0.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g018878b
|
Release: <RELEASE>.ga0fc296
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -169,10 +169,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-018878b257ecdc5e269780c1a27ecb1ade8d48f2
|
Provides: kernel-%build_flavor-base-srchash-a0fc296bc493980916e4712b5997eab568daa22d
|
||||||
Provides: kernel-srchash-018878b257ecdc5e269780c1a27ecb1ade8d48f2
|
Provides: kernel-srchash-a0fc296bc493980916e4712b5997eab568daa22d
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-018878b257ecdc5e269780c1a27ecb1ade8d48f2
|
Provides: %name-srchash-a0fc296bc493980916e4712b5997eab568daa22d
|
||||||
%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
|
||||||
@ -248,7 +248,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: aarch64 %ix86 ppc64 ppc64le s390x x86_64
|
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc64 ppc64le s390x 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
|
||||||
|
@ -1,3 +1,95 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:45:44 CET 2019 - msuchanek@suse.de
|
||||||
|
|
||||||
|
- config: disable BPFILTER_UMH on arm (bsc#1127188).
|
||||||
|
- commit a705565
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 19:12:59 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.0.3 (bnc#1012628).
|
||||||
|
- drm: Block fb changes for async plane updates (bnc#1012628).
|
||||||
|
- It's wrong to add len to sector_nr in raid10 reshape twice
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
|
||||||
|
(bnc#1012628).
|
||||||
|
- perf/x86/intel: Fix memory corruption (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable headset MIC of Acer TravelMate
|
||||||
|
X514-51T with ALC255 (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek - Reduce click noise on Dell Precision 5820
|
||||||
|
headphone (bnc#1012628).
|
||||||
|
- ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with
|
||||||
|
ALC294 (bnc#1012628).
|
||||||
|
- ALSA: hda - add more quirks for HP Z2 G4 and HP Z240
|
||||||
|
(bnc#1012628).
|
||||||
|
- ALSA: hda: Extend i915 component bind timeout (bnc#1012628).
|
||||||
|
- ALSA: firewire-motu: fix construction of PCM frame for capture
|
||||||
|
direction (bnc#1012628).
|
||||||
|
- ALSA: bebob: use more identical mod_alias for Saffire Pro 10
|
||||||
|
I/O against Liquid Saffire 56 (bnc#1012628).
|
||||||
|
- perf/x86: Fixup typo in stub functions (bnc#1012628).
|
||||||
|
- f2fs: wait on atomic writes to count F2FS_CP_WB_DATA
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: sched: flower: insert new filter to idr after setting
|
||||||
|
its mask (bnc#1012628).
|
||||||
|
- vsock/virtio: fix kernel panic from
|
||||||
|
virtio_transport_reset_no_sock (bnc#1012628).
|
||||||
|
- net: hns3: fix to stop multiple HNS reset due to the AER changes
|
||||||
|
(bnc#1012628).
|
||||||
|
- net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA
|
||||||
|
ports (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix qp mtt size calculation (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix locking in SRIOV mode when switching between
|
||||||
|
events and polling (bnc#1012628).
|
||||||
|
- net/mlx4_core: Fix reset flow when in command polling mode
|
||||||
|
(bnc#1012628).
|
||||||
|
- vxlan: test dev->flags & IFF_UP before calling
|
||||||
|
gro_cells_receive() (bnc#1012628).
|
||||||
|
- vxlan: Fix GRO cells race condition between receive and link
|
||||||
|
delete (bnc#1012628).
|
||||||
|
- tcp: handle inet_csk_reqsk_queue_add() failures (bnc#1012628).
|
||||||
|
- tcp: Don't access TCP_SKB_CB before initializing it
|
||||||
|
(bnc#1012628).
|
||||||
|
- tcp: do not report TCP_CM_INQ of 0 for closed connections
|
||||||
|
(bnc#1012628).
|
||||||
|
- sctp: remove sched init from sctp_stream_init (bnc#1012628).
|
||||||
|
- rxrpc: Fix client call queueing, waiting for channel
|
||||||
|
(bnc#1012628).
|
||||||
|
- route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to
|
||||||
|
fix a race (bnc#1012628).
|
||||||
|
- ravb: Decrease TxFIFO depth of Q3 and Q2 to one (bnc#1012628).
|
||||||
|
- pptp: dst_release sk_dst_cache in pptp_sock_destruct
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/x25: reset state in x25_connect() (bnc#1012628).
|
||||||
|
- net/x25: fix use-after-free in x25_device_event() (bnc#1012628).
|
||||||
|
- net: sit: fix UBSAN Undefined behaviour in check_6rd
|
||||||
|
(bnc#1012628).
|
||||||
|
- net/hsr: fix possible crash in add_timer() (bnc#1012628).
|
||||||
|
- net: hsr: fix memory leak in hsr_dev_finalize() (bnc#1012628).
|
||||||
|
- net: hns3: add dma_rmb() for rx description (bnc#1012628).
|
||||||
|
- lan743x: Fix TX Stall Issue (bnc#1012628).
|
||||||
|
- lan743x: Fix RX Kernel Panic (bnc#1012628).
|
||||||
|
- l2tp: fix infoleak in l2tp_ip6_recvmsg() (bnc#1012628).
|
||||||
|
- ipv4/route: fail early when inet dev is missing (bnc#1012628).
|
||||||
|
- gro_cells: make sure device is up in gro_cells_receive()
|
||||||
|
(bnc#1012628).
|
||||||
|
- fou, fou6: avoid uninit-value in gue_err() and gue6_err()
|
||||||
|
(bnc#1012628).
|
||||||
|
- connector: fix unsafe usage of ->real_parent (bnc#1012628).
|
||||||
|
- commit 843d1cc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 16:44:16 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv6hl: Update to v5.0.2
|
||||||
|
- commit a2d3030
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 12:01:12 CET 2019 - yousaf.kaukab@suse.com
|
||||||
|
|
||||||
|
- config: armv7hl: Update to v5.0.2
|
||||||
|
- commit 70aaed6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
Mon Mar 18 07:50:55 CET 2019 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.0
|
%define srcversion 5.0
|
||||||
%define patchversion 5.0.2
|
%define patchversion 5.0.3
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -62,9 +62,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.0.2
|
Version: 5.0.3
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g018878b
|
Release: <RELEASE>.ga0fc296
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -169,10 +169,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-018878b257ecdc5e269780c1a27ecb1ade8d48f2
|
Provides: kernel-%build_flavor-base-srchash-a0fc296bc493980916e4712b5997eab568daa22d
|
||||||
Provides: kernel-srchash-018878b257ecdc5e269780c1a27ecb1ade8d48f2
|
Provides: kernel-srchash-a0fc296bc493980916e4712b5997eab568daa22d
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-018878b257ecdc5e269780c1a27ecb1ade8d48f2
|
Provides: %name-srchash-a0fc296bc493980916e4712b5997eab568daa22d
|
||||||
%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
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:318eab64c40d658214d3bba11202553ff3f7fb6c2f0846293b5cdd5938d90eab
|
oid sha256:437b141a6499159f5a7282d5eb4b2be055f8e862ccce44d7464e8759c31a2e43
|
||||||
size 108245396
|
size 105235152
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:1821c0440e267efa52844a5a4290be94cac1de7bf282a97cfd8786c8c042f63b
|
oid sha256:8875c742c6014b7b4109b8628ee8d230e9c241f538dd84f6f54d0d6f3876c950
|
||||||
size 63715
|
size 101488
|
||||||
|
44
series.conf
44
series.conf
@ -100,6 +100,50 @@
|
|||||||
patches.kernel.org/5.0.2-024-x86-Add-TSX-Force-Abort-CPUID-MSR.patch
|
patches.kernel.org/5.0.2-024-x86-Add-TSX-Force-Abort-CPUID-MSR.patch
|
||||||
patches.kernel.org/5.0.2-025-perf-x86-intel-Implement-support-for-TSX-Force-.patch
|
patches.kernel.org/5.0.2-025-perf-x86-intel-Implement-support-for-TSX-Force-.patch
|
||||||
patches.kernel.org/5.0.2-026-Linux-5.0.2.patch
|
patches.kernel.org/5.0.2-026-Linux-5.0.2.patch
|
||||||
|
patches.kernel.org/5.0.3-001-connector-fix-unsafe-usage-of-real_parent.patch
|
||||||
|
patches.kernel.org/5.0.3-002-fou-fou6-avoid-uninit-value-in-gue_err-and-gue6.patch
|
||||||
|
patches.kernel.org/5.0.3-003-gro_cells-make-sure-device-is-up-in-gro_cells_r.patch
|
||||||
|
patches.kernel.org/5.0.3-004-ipv4-route-fail-early-when-inet-dev-is-missing.patch
|
||||||
|
patches.kernel.org/5.0.3-005-l2tp-fix-infoleak-in-l2tp_ip6_recvmsg.patch
|
||||||
|
patches.kernel.org/5.0.3-006-lan743x-Fix-RX-Kernel-Panic.patch
|
||||||
|
patches.kernel.org/5.0.3-007-lan743x-Fix-TX-Stall-Issue.patch
|
||||||
|
patches.kernel.org/5.0.3-008-net-hns3-add-dma_rmb-for-rx-description.patch
|
||||||
|
patches.kernel.org/5.0.3-009-net-hsr-fix-memory-leak-in-hsr_dev_finalize.patch
|
||||||
|
patches.kernel.org/5.0.3-010-net-hsr-fix-possible-crash-in-add_timer.patch
|
||||||
|
patches.kernel.org/5.0.3-011-net-sit-fix-UBSAN-Undefined-behaviour-in-check_.patch
|
||||||
|
patches.kernel.org/5.0.3-012-net-x25-fix-use-after-free-in-x25_device_event.patch
|
||||||
|
patches.kernel.org/5.0.3-013-net-x25-reset-state-in-x25_connect.patch
|
||||||
|
patches.kernel.org/5.0.3-014-pptp-dst_release-sk_dst_cache-in-pptp_sock_dest.patch
|
||||||
|
patches.kernel.org/5.0.3-015-ravb-Decrease-TxFIFO-depth-of-Q3-and-Q2-to-one.patch
|
||||||
|
patches.kernel.org/5.0.3-016-route-set-the-deleted-fnhe-fnhe_daddr-to-0-in-i.patch
|
||||||
|
patches.kernel.org/5.0.3-017-rxrpc-Fix-client-call-queueing-waiting-for-chan.patch
|
||||||
|
patches.kernel.org/5.0.3-018-sctp-remove-sched-init-from-sctp_stream_init.patch
|
||||||
|
patches.kernel.org/5.0.3-019-tcp-do-not-report-TCP_CM_INQ-of-0-for-closed-co.patch
|
||||||
|
patches.kernel.org/5.0.3-020-tcp-Don-t-access-TCP_SKB_CB-before-initializing.patch
|
||||||
|
patches.kernel.org/5.0.3-021-tcp-handle-inet_csk_reqsk_queue_add-failures.patch
|
||||||
|
patches.kernel.org/5.0.3-022-vxlan-Fix-GRO-cells-race-condition-between-rece.patch
|
||||||
|
patches.kernel.org/5.0.3-023-vxlan-test-dev-flags-IFF_UP-before-calling-gro_.patch
|
||||||
|
patches.kernel.org/5.0.3-024-net-mlx4_core-Fix-reset-flow-when-in-command-po.patch
|
||||||
|
patches.kernel.org/5.0.3-025-net-mlx4_core-Fix-locking-in-SRIOV-mode-when-sw.patch
|
||||||
|
patches.kernel.org/5.0.3-026-net-mlx4_core-Fix-qp-mtt-size-calculation.patch
|
||||||
|
patches.kernel.org/5.0.3-027-net-dsa-mv88e6xxx-Set-correct-interface-mode-fo.patch
|
||||||
|
patches.kernel.org/5.0.3-028-net-hns3-fix-to-stop-multiple-HNS-reset-due-to-.patch
|
||||||
|
patches.kernel.org/5.0.3-029-vsock-virtio-fix-kernel-panic-from-virtio_trans.patch
|
||||||
|
patches.kernel.org/5.0.3-030-net-sched-flower-insert-new-filter-to-idr-after.patch
|
||||||
|
patches.kernel.org/5.0.3-031-f2fs-wait-on-atomic-writes-to-count-F2FS_CP_WB_.patch
|
||||||
|
patches.kernel.org/5.0.3-032-perf-x86-Fixup-typo-in-stub-functions.patch
|
||||||
|
patches.kernel.org/5.0.3-033-ALSA-bebob-use-more-identical-mod_alias-for-Saf.patch
|
||||||
|
patches.kernel.org/5.0.3-034-ALSA-firewire-motu-fix-construction-of-PCM-fram.patch
|
||||||
|
patches.kernel.org/5.0.3-035-ALSA-hda-Extend-i915-component-bind-timeout.patch
|
||||||
|
patches.kernel.org/5.0.3-036-ALSA-hda-add-more-quirks-for-HP-Z2-G4-and-HP-Z2.patch
|
||||||
|
patches.kernel.org/5.0.3-037-ALSA-hda-realtek-Enable-audio-jacks-of-ASUS-UX3.patch
|
||||||
|
patches.kernel.org/5.0.3-038-ALSA-hda-realtek-Reduce-click-noise-on-Dell-Pre.patch
|
||||||
|
patches.kernel.org/5.0.3-039-ALSA-hda-realtek-Enable-headset-MIC-of-Acer-Tra.patch
|
||||||
|
patches.kernel.org/5.0.3-040-perf-x86-intel-Fix-memory-corruption.patch
|
||||||
|
patches.kernel.org/5.0.3-041-perf-x86-intel-Make-dev_attr_allow_tsx_force_ab.patch
|
||||||
|
patches.kernel.org/5.0.3-042-It-s-wrong-to-add-len-to-sector_nr-in-raid10-re.patch
|
||||||
|
patches.kernel.org/5.0.3-043-drm-Block-fb-changes-for-async-plane-updates.patch
|
||||||
|
patches.kernel.org/5.0.3-044-Linux-5.0.3.patch
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Build fixes that apply to the vanilla kernel too.
|
# Build fixes that apply to the vanilla kernel too.
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2019-03-18 06:50:55 +0000
|
2019-03-19 19:12:55 +0000
|
||||||
GIT Revision: 018878b257ecdc5e269780c1a27ecb1ade8d48f2
|
GIT Revision: a0fc296bc493980916e4712b5997eab568daa22d
|
||||||
GIT Branch: stable
|
GIT Branch: stable
|
||||||
|
Loading…
Reference in New Issue
Block a user