commit 730812f3821d2615098bae3d5729948f123be98f
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1000
This commit is contained in:
parent
cc846c8026
commit
56b0f8c541
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 7 08:16:45 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.20.7 (bnc#1012628).
|
||||
- drm/msm/gpu: fix building without debugfs (bnc#1012628).
|
||||
- ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulation
|
||||
(bnc#1012628).
|
||||
- ipvlan, l3mdev: fix broken l3s mode wrt local routes
|
||||
(bnc#1012628).
|
||||
- l2tp: copy 4 more bytes to linear part if necessary
|
||||
(bnc#1012628).
|
||||
- l2tp: fix reading optional fields of L2TPv3 (bnc#1012628).
|
||||
- net: ip_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- net: ip_gre: use erspan key field for tunnel lookup
|
||||
(bnc#1012628).
|
||||
- net/ipv6: don't return positive numbers when nothing was dumped
|
||||
(bnc#1012628).
|
||||
- net/mlx4_core: Add masking for a few queries on HCA caps
|
||||
(bnc#1012628).
|
||||
- netrom: switch to sock timer API (bnc#1012628).
|
||||
- net/rose: fix NULL ax25_cb kernel panic (bnc#1012628).
|
||||
- net: set default network namespace in init_dummy_netdev()
|
||||
(bnc#1012628).
|
||||
- ravb: expand rx descriptor data to accommodate hw checksum
|
||||
(bnc#1012628).
|
||||
- sctp: improve the events for sctp stream reset (bnc#1012628).
|
||||
- tun: move the call to tun_set_real_num_queues (bnc#1012628).
|
||||
- ucc_geth: Reset BQL queue when stopping device (bnc#1012628).
|
||||
- vhost: fix OOB in get_rx_bufs() (bnc#1012628).
|
||||
- net: ip6_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- sctp: improve the events for sctp stream adding (bnc#1012628).
|
||||
- net/mlx5e: Allow MAC invalidation while spoofchk is ON
|
||||
(bnc#1012628).
|
||||
- ip6mr: Fix notifiers call on mroute_clean_tables()
|
||||
(bnc#1012628).
|
||||
- Revert "net/mlx5e: E-Switch, Initialize eswitch only if eswitch
|
||||
manager" (bnc#1012628).
|
||||
- sctp: set chunk transport correctly when it's a new asoc
|
||||
(bnc#1012628).
|
||||
- sctp: set flow sport from saddr only when it's 0 (bnc#1012628).
|
||||
- net: tls: Fix deadlock in free_resources tx (bnc#1012628).
|
||||
- net: tls: Save iv in tls_rec for async crypto requests
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't enable NAPI when interface is down
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't call free_old_xmit_skbs for xdp_frames
|
||||
(bnc#1012628).
|
||||
- virtio_net: Fix not restoring real_num_rx_queues (bnc#1012628).
|
||||
- virtio_net: Fix out of bounds access of sq (bnc#1012628).
|
||||
- virtio_net: Don't process redirected XDP frames when XDP is
|
||||
disabled (bnc#1012628).
|
||||
- virtio_net: Use xdp_return_frame to free xdp_frames on
|
||||
destroying vqs (bnc#1012628).
|
||||
- virtio_net: Differentiate sk_buff and xdp_frame on freeing
|
||||
(bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a socket to an
|
||||
address (bnc#1012628).
|
||||
- CIFS: Do not count -ENODATA as failure for query directory
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix possible oops and memory leaks in async IO
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix trace command logging for SMB2 reads and writes
|
||||
(bnc#1012628).
|
||||
- CIFS: fix use-after-free of the lease keys (bnc#1012628).
|
||||
- CIFS: Do not consider -ENODATA as stat failure for reads
|
||||
(bnc#1012628).
|
||||
- fs/dcache: Fix incorrect nr_dentry_unused accounting in
|
||||
shrink_dcache_sb() (bnc#1012628).
|
||||
- iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()
|
||||
(bnc#1012628).
|
||||
- selftests/seccomp: Enhance per-arch ptrace syscall skip tests
|
||||
(bnc#1012628).
|
||||
- NFS: Fix up return value on fatal errors in
|
||||
nfs_page_async_flush() (bnc#1012628).
|
||||
- ARM: cns3xxx: Fix writing to wrong PCI config registers after
|
||||
alignment (bnc#1012628).
|
||||
- arm64: kaslr: ensure randomized quantities are clean also when
|
||||
kaslr is off (bnc#1012628).
|
||||
- arm64: Do not issue IPIs for user executable ptes (bnc#1012628).
|
||||
- arm64: hyp-stub: Forbid kprobing of the hyp-stub (bnc#1012628).
|
||||
- arm64: hibernate: Clean the __hyp_text to PoC after resume
|
||||
(bnc#1012628).
|
||||
- gpio: altera-a10sr: Set proper output level for direction_output
|
||||
(bnc#1012628).
|
||||
- gpiolib: fix line event timestamps for nested irqs
|
||||
(bnc#1012628).
|
||||
- gpio: pcf857x: Fix interrupts on multiple instances
|
||||
(bnc#1012628).
|
||||
- gpio: sprd: Fix the incorrect data register (bnc#1012628).
|
||||
- gpio: sprd: Fix incorrect irq type setting for the async EIC
|
||||
(bnc#1012628).
|
||||
- gfs2: Revert "Fix loop in gfs2_rbm_find" (bnc#1012628).
|
||||
- mmc: bcm2835: Fix DMA channel leak on probe error (bnc#1012628).
|
||||
- mmc: mediatek: fix incorrect register setting of
|
||||
hs400_cmd_int_delay (bnc#1012628).
|
||||
- ALSA: usb-audio: Add Opus #3 to quirks for native DSD support
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek - Fixed hp_pin no value (bnc#1012628).
|
||||
- ALSA: pcm: Fix tight loop of OSS capture stream (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs upon device disassociation (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociate
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Remove overly conservative VM_EXEC flag check
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Add limit test for RC/UC send via loopback
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Map 0x35 to KEY_SCREENLOCK
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Drop mapping of 0x33 and 0x34 scan
|
||||
codes (bnc#1012628).
|
||||
- Btrfs: fix deadlock when allocating tree block during leaf/node
|
||||
split (bnc#1012628).
|
||||
- btrfs: On error always free subvol_name in btrfs_mount
|
||||
(bnc#1012628).
|
||||
- kernel/exit.c: release ptraced tasks before zap_pid_ns_processes
|
||||
(bnc#1012628).
|
||||
- mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAIT
|
||||
(bnc#1012628).
|
||||
- oom, oom_reaper: do not enqueue same task twice (bnc#1012628).
|
||||
- mm,memory_hotplug: fix scan_movable_pages() for gigantic
|
||||
hugepages (bnc#1012628).
|
||||
- mm, oom: fix use-after-free in oom_kill_process (bnc#1012628).
|
||||
- mm: hwpoison: use do_send_sig_info() instead of force_sig()
|
||||
(bnc#1012628).
|
||||
- mm: migrate: don't rely on __PageMovable() of newpage after
|
||||
unlocking it (bnc#1012628).
|
||||
- of: overlay: add tests to validate kfrees from overlay removal
|
||||
(bnc#1012628).
|
||||
- of: overlay: add missing of_node_get() in __of_attach_node_sysfs
|
||||
(bnc#1012628).
|
||||
- of: overlay: use prop add changeset entry for property in new
|
||||
nodes (bnc#1012628).
|
||||
- of: overlay: do not duplicate properties from overlay for new
|
||||
nodes (bnc#1012628).
|
||||
- md/raid5: fix 'out of memory' during raid cache recovery
|
||||
(bnc#1012628).
|
||||
- cifs: Always resolve hostname before reconnecting (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch.
|
||||
- commit 730812f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 31 08:37:50 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 4.20
|
||||
%define patchversion 4.20.6
|
||||
%define patchversion 4.20.7
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols})
|
||||
|
||||
Name: dtb-aarch64
|
||||
Version: 4.20.6
|
||||
Version: 4.20.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g463cfd2
|
||||
Release: <RELEASE>.g730812f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 7 08:16:45 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.20.7 (bnc#1012628).
|
||||
- drm/msm/gpu: fix building without debugfs (bnc#1012628).
|
||||
- ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulation
|
||||
(bnc#1012628).
|
||||
- ipvlan, l3mdev: fix broken l3s mode wrt local routes
|
||||
(bnc#1012628).
|
||||
- l2tp: copy 4 more bytes to linear part if necessary
|
||||
(bnc#1012628).
|
||||
- l2tp: fix reading optional fields of L2TPv3 (bnc#1012628).
|
||||
- net: ip_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- net: ip_gre: use erspan key field for tunnel lookup
|
||||
(bnc#1012628).
|
||||
- net/ipv6: don't return positive numbers when nothing was dumped
|
||||
(bnc#1012628).
|
||||
- net/mlx4_core: Add masking for a few queries on HCA caps
|
||||
(bnc#1012628).
|
||||
- netrom: switch to sock timer API (bnc#1012628).
|
||||
- net/rose: fix NULL ax25_cb kernel panic (bnc#1012628).
|
||||
- net: set default network namespace in init_dummy_netdev()
|
||||
(bnc#1012628).
|
||||
- ravb: expand rx descriptor data to accommodate hw checksum
|
||||
(bnc#1012628).
|
||||
- sctp: improve the events for sctp stream reset (bnc#1012628).
|
||||
- tun: move the call to tun_set_real_num_queues (bnc#1012628).
|
||||
- ucc_geth: Reset BQL queue when stopping device (bnc#1012628).
|
||||
- vhost: fix OOB in get_rx_bufs() (bnc#1012628).
|
||||
- net: ip6_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- sctp: improve the events for sctp stream adding (bnc#1012628).
|
||||
- net/mlx5e: Allow MAC invalidation while spoofchk is ON
|
||||
(bnc#1012628).
|
||||
- ip6mr: Fix notifiers call on mroute_clean_tables()
|
||||
(bnc#1012628).
|
||||
- Revert "net/mlx5e: E-Switch, Initialize eswitch only if eswitch
|
||||
manager" (bnc#1012628).
|
||||
- sctp: set chunk transport correctly when it's a new asoc
|
||||
(bnc#1012628).
|
||||
- sctp: set flow sport from saddr only when it's 0 (bnc#1012628).
|
||||
- net: tls: Fix deadlock in free_resources tx (bnc#1012628).
|
||||
- net: tls: Save iv in tls_rec for async crypto requests
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't enable NAPI when interface is down
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't call free_old_xmit_skbs for xdp_frames
|
||||
(bnc#1012628).
|
||||
- virtio_net: Fix not restoring real_num_rx_queues (bnc#1012628).
|
||||
- virtio_net: Fix out of bounds access of sq (bnc#1012628).
|
||||
- virtio_net: Don't process redirected XDP frames when XDP is
|
||||
disabled (bnc#1012628).
|
||||
- virtio_net: Use xdp_return_frame to free xdp_frames on
|
||||
destroying vqs (bnc#1012628).
|
||||
- virtio_net: Differentiate sk_buff and xdp_frame on freeing
|
||||
(bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a socket to an
|
||||
address (bnc#1012628).
|
||||
- CIFS: Do not count -ENODATA as failure for query directory
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix possible oops and memory leaks in async IO
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix trace command logging for SMB2 reads and writes
|
||||
(bnc#1012628).
|
||||
- CIFS: fix use-after-free of the lease keys (bnc#1012628).
|
||||
- CIFS: Do not consider -ENODATA as stat failure for reads
|
||||
(bnc#1012628).
|
||||
- fs/dcache: Fix incorrect nr_dentry_unused accounting in
|
||||
shrink_dcache_sb() (bnc#1012628).
|
||||
- iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()
|
||||
(bnc#1012628).
|
||||
- selftests/seccomp: Enhance per-arch ptrace syscall skip tests
|
||||
(bnc#1012628).
|
||||
- NFS: Fix up return value on fatal errors in
|
||||
nfs_page_async_flush() (bnc#1012628).
|
||||
- ARM: cns3xxx: Fix writing to wrong PCI config registers after
|
||||
alignment (bnc#1012628).
|
||||
- arm64: kaslr: ensure randomized quantities are clean also when
|
||||
kaslr is off (bnc#1012628).
|
||||
- arm64: Do not issue IPIs for user executable ptes (bnc#1012628).
|
||||
- arm64: hyp-stub: Forbid kprobing of the hyp-stub (bnc#1012628).
|
||||
- arm64: hibernate: Clean the __hyp_text to PoC after resume
|
||||
(bnc#1012628).
|
||||
- gpio: altera-a10sr: Set proper output level for direction_output
|
||||
(bnc#1012628).
|
||||
- gpiolib: fix line event timestamps for nested irqs
|
||||
(bnc#1012628).
|
||||
- gpio: pcf857x: Fix interrupts on multiple instances
|
||||
(bnc#1012628).
|
||||
- gpio: sprd: Fix the incorrect data register (bnc#1012628).
|
||||
- gpio: sprd: Fix incorrect irq type setting for the async EIC
|
||||
(bnc#1012628).
|
||||
- gfs2: Revert "Fix loop in gfs2_rbm_find" (bnc#1012628).
|
||||
- mmc: bcm2835: Fix DMA channel leak on probe error (bnc#1012628).
|
||||
- mmc: mediatek: fix incorrect register setting of
|
||||
hs400_cmd_int_delay (bnc#1012628).
|
||||
- ALSA: usb-audio: Add Opus #3 to quirks for native DSD support
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek - Fixed hp_pin no value (bnc#1012628).
|
||||
- ALSA: pcm: Fix tight loop of OSS capture stream (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs upon device disassociation (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociate
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Remove overly conservative VM_EXEC flag check
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Add limit test for RC/UC send via loopback
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Map 0x35 to KEY_SCREENLOCK
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Drop mapping of 0x33 and 0x34 scan
|
||||
codes (bnc#1012628).
|
||||
- Btrfs: fix deadlock when allocating tree block during leaf/node
|
||||
split (bnc#1012628).
|
||||
- btrfs: On error always free subvol_name in btrfs_mount
|
||||
(bnc#1012628).
|
||||
- kernel/exit.c: release ptraced tasks before zap_pid_ns_processes
|
||||
(bnc#1012628).
|
||||
- mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAIT
|
||||
(bnc#1012628).
|
||||
- oom, oom_reaper: do not enqueue same task twice (bnc#1012628).
|
||||
- mm,memory_hotplug: fix scan_movable_pages() for gigantic
|
||||
hugepages (bnc#1012628).
|
||||
- mm, oom: fix use-after-free in oom_kill_process (bnc#1012628).
|
||||
- mm: hwpoison: use do_send_sig_info() instead of force_sig()
|
||||
(bnc#1012628).
|
||||
- mm: migrate: don't rely on __PageMovable() of newpage after
|
||||
unlocking it (bnc#1012628).
|
||||
- of: overlay: add tests to validate kfrees from overlay removal
|
||||
(bnc#1012628).
|
||||
- of: overlay: add missing of_node_get() in __of_attach_node_sysfs
|
||||
(bnc#1012628).
|
||||
- of: overlay: use prop add changeset entry for property in new
|
||||
nodes (bnc#1012628).
|
||||
- of: overlay: do not duplicate properties from overlay for new
|
||||
nodes (bnc#1012628).
|
||||
- md/raid5: fix 'out of memory' during raid cache recovery
|
||||
(bnc#1012628).
|
||||
- cifs: Always resolve hostname before reconnecting (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch.
|
||||
- commit 730812f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 31 08:37:50 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 4.20
|
||||
%define patchversion 4.20.6
|
||||
%define patchversion 4.20.7
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols})
|
||||
|
||||
Name: dtb-armv6l
|
||||
Version: 4.20.6
|
||||
Version: 4.20.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g463cfd2
|
||||
Release: <RELEASE>.g730812f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 7 08:16:45 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.20.7 (bnc#1012628).
|
||||
- drm/msm/gpu: fix building without debugfs (bnc#1012628).
|
||||
- ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulation
|
||||
(bnc#1012628).
|
||||
- ipvlan, l3mdev: fix broken l3s mode wrt local routes
|
||||
(bnc#1012628).
|
||||
- l2tp: copy 4 more bytes to linear part if necessary
|
||||
(bnc#1012628).
|
||||
- l2tp: fix reading optional fields of L2TPv3 (bnc#1012628).
|
||||
- net: ip_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- net: ip_gre: use erspan key field for tunnel lookup
|
||||
(bnc#1012628).
|
||||
- net/ipv6: don't return positive numbers when nothing was dumped
|
||||
(bnc#1012628).
|
||||
- net/mlx4_core: Add masking for a few queries on HCA caps
|
||||
(bnc#1012628).
|
||||
- netrom: switch to sock timer API (bnc#1012628).
|
||||
- net/rose: fix NULL ax25_cb kernel panic (bnc#1012628).
|
||||
- net: set default network namespace in init_dummy_netdev()
|
||||
(bnc#1012628).
|
||||
- ravb: expand rx descriptor data to accommodate hw checksum
|
||||
(bnc#1012628).
|
||||
- sctp: improve the events for sctp stream reset (bnc#1012628).
|
||||
- tun: move the call to tun_set_real_num_queues (bnc#1012628).
|
||||
- ucc_geth: Reset BQL queue when stopping device (bnc#1012628).
|
||||
- vhost: fix OOB in get_rx_bufs() (bnc#1012628).
|
||||
- net: ip6_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- sctp: improve the events for sctp stream adding (bnc#1012628).
|
||||
- net/mlx5e: Allow MAC invalidation while spoofchk is ON
|
||||
(bnc#1012628).
|
||||
- ip6mr: Fix notifiers call on mroute_clean_tables()
|
||||
(bnc#1012628).
|
||||
- Revert "net/mlx5e: E-Switch, Initialize eswitch only if eswitch
|
||||
manager" (bnc#1012628).
|
||||
- sctp: set chunk transport correctly when it's a new asoc
|
||||
(bnc#1012628).
|
||||
- sctp: set flow sport from saddr only when it's 0 (bnc#1012628).
|
||||
- net: tls: Fix deadlock in free_resources tx (bnc#1012628).
|
||||
- net: tls: Save iv in tls_rec for async crypto requests
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't enable NAPI when interface is down
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't call free_old_xmit_skbs for xdp_frames
|
||||
(bnc#1012628).
|
||||
- virtio_net: Fix not restoring real_num_rx_queues (bnc#1012628).
|
||||
- virtio_net: Fix out of bounds access of sq (bnc#1012628).
|
||||
- virtio_net: Don't process redirected XDP frames when XDP is
|
||||
disabled (bnc#1012628).
|
||||
- virtio_net: Use xdp_return_frame to free xdp_frames on
|
||||
destroying vqs (bnc#1012628).
|
||||
- virtio_net: Differentiate sk_buff and xdp_frame on freeing
|
||||
(bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a socket to an
|
||||
address (bnc#1012628).
|
||||
- CIFS: Do not count -ENODATA as failure for query directory
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix possible oops and memory leaks in async IO
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix trace command logging for SMB2 reads and writes
|
||||
(bnc#1012628).
|
||||
- CIFS: fix use-after-free of the lease keys (bnc#1012628).
|
||||
- CIFS: Do not consider -ENODATA as stat failure for reads
|
||||
(bnc#1012628).
|
||||
- fs/dcache: Fix incorrect nr_dentry_unused accounting in
|
||||
shrink_dcache_sb() (bnc#1012628).
|
||||
- iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()
|
||||
(bnc#1012628).
|
||||
- selftests/seccomp: Enhance per-arch ptrace syscall skip tests
|
||||
(bnc#1012628).
|
||||
- NFS: Fix up return value on fatal errors in
|
||||
nfs_page_async_flush() (bnc#1012628).
|
||||
- ARM: cns3xxx: Fix writing to wrong PCI config registers after
|
||||
alignment (bnc#1012628).
|
||||
- arm64: kaslr: ensure randomized quantities are clean also when
|
||||
kaslr is off (bnc#1012628).
|
||||
- arm64: Do not issue IPIs for user executable ptes (bnc#1012628).
|
||||
- arm64: hyp-stub: Forbid kprobing of the hyp-stub (bnc#1012628).
|
||||
- arm64: hibernate: Clean the __hyp_text to PoC after resume
|
||||
(bnc#1012628).
|
||||
- gpio: altera-a10sr: Set proper output level for direction_output
|
||||
(bnc#1012628).
|
||||
- gpiolib: fix line event timestamps for nested irqs
|
||||
(bnc#1012628).
|
||||
- gpio: pcf857x: Fix interrupts on multiple instances
|
||||
(bnc#1012628).
|
||||
- gpio: sprd: Fix the incorrect data register (bnc#1012628).
|
||||
- gpio: sprd: Fix incorrect irq type setting for the async EIC
|
||||
(bnc#1012628).
|
||||
- gfs2: Revert "Fix loop in gfs2_rbm_find" (bnc#1012628).
|
||||
- mmc: bcm2835: Fix DMA channel leak on probe error (bnc#1012628).
|
||||
- mmc: mediatek: fix incorrect register setting of
|
||||
hs400_cmd_int_delay (bnc#1012628).
|
||||
- ALSA: usb-audio: Add Opus #3 to quirks for native DSD support
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek - Fixed hp_pin no value (bnc#1012628).
|
||||
- ALSA: pcm: Fix tight loop of OSS capture stream (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs upon device disassociation (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociate
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Remove overly conservative VM_EXEC flag check
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Add limit test for RC/UC send via loopback
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Map 0x35 to KEY_SCREENLOCK
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Drop mapping of 0x33 and 0x34 scan
|
||||
codes (bnc#1012628).
|
||||
- Btrfs: fix deadlock when allocating tree block during leaf/node
|
||||
split (bnc#1012628).
|
||||
- btrfs: On error always free subvol_name in btrfs_mount
|
||||
(bnc#1012628).
|
||||
- kernel/exit.c: release ptraced tasks before zap_pid_ns_processes
|
||||
(bnc#1012628).
|
||||
- mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAIT
|
||||
(bnc#1012628).
|
||||
- oom, oom_reaper: do not enqueue same task twice (bnc#1012628).
|
||||
- mm,memory_hotplug: fix scan_movable_pages() for gigantic
|
||||
hugepages (bnc#1012628).
|
||||
- mm, oom: fix use-after-free in oom_kill_process (bnc#1012628).
|
||||
- mm: hwpoison: use do_send_sig_info() instead of force_sig()
|
||||
(bnc#1012628).
|
||||
- mm: migrate: don't rely on __PageMovable() of newpage after
|
||||
unlocking it (bnc#1012628).
|
||||
- of: overlay: add tests to validate kfrees from overlay removal
|
||||
(bnc#1012628).
|
||||
- of: overlay: add missing of_node_get() in __of_attach_node_sysfs
|
||||
(bnc#1012628).
|
||||
- of: overlay: use prop add changeset entry for property in new
|
||||
nodes (bnc#1012628).
|
||||
- of: overlay: do not duplicate properties from overlay for new
|
||||
nodes (bnc#1012628).
|
||||
- md/raid5: fix 'out of memory' during raid cache recovery
|
||||
(bnc#1012628).
|
||||
- cifs: Always resolve hostname before reconnecting (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch.
|
||||
- commit 730812f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 31 08:37:50 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 4.20
|
||||
%define patchversion 4.20.6
|
||||
%define patchversion 4.20.7
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols})
|
||||
|
||||
Name: dtb-armv7l
|
||||
Version: 4.20.6
|
||||
Version: 4.20.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g463cfd2
|
||||
Release: <RELEASE>.g730812f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 7 08:16:45 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.20.7 (bnc#1012628).
|
||||
- drm/msm/gpu: fix building without debugfs (bnc#1012628).
|
||||
- ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulation
|
||||
(bnc#1012628).
|
||||
- ipvlan, l3mdev: fix broken l3s mode wrt local routes
|
||||
(bnc#1012628).
|
||||
- l2tp: copy 4 more bytes to linear part if necessary
|
||||
(bnc#1012628).
|
||||
- l2tp: fix reading optional fields of L2TPv3 (bnc#1012628).
|
||||
- net: ip_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- net: ip_gre: use erspan key field for tunnel lookup
|
||||
(bnc#1012628).
|
||||
- net/ipv6: don't return positive numbers when nothing was dumped
|
||||
(bnc#1012628).
|
||||
- net/mlx4_core: Add masking for a few queries on HCA caps
|
||||
(bnc#1012628).
|
||||
- netrom: switch to sock timer API (bnc#1012628).
|
||||
- net/rose: fix NULL ax25_cb kernel panic (bnc#1012628).
|
||||
- net: set default network namespace in init_dummy_netdev()
|
||||
(bnc#1012628).
|
||||
- ravb: expand rx descriptor data to accommodate hw checksum
|
||||
(bnc#1012628).
|
||||
- sctp: improve the events for sctp stream reset (bnc#1012628).
|
||||
- tun: move the call to tun_set_real_num_queues (bnc#1012628).
|
||||
- ucc_geth: Reset BQL queue when stopping device (bnc#1012628).
|
||||
- vhost: fix OOB in get_rx_bufs() (bnc#1012628).
|
||||
- net: ip6_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- sctp: improve the events for sctp stream adding (bnc#1012628).
|
||||
- net/mlx5e: Allow MAC invalidation while spoofchk is ON
|
||||
(bnc#1012628).
|
||||
- ip6mr: Fix notifiers call on mroute_clean_tables()
|
||||
(bnc#1012628).
|
||||
- Revert "net/mlx5e: E-Switch, Initialize eswitch only if eswitch
|
||||
manager" (bnc#1012628).
|
||||
- sctp: set chunk transport correctly when it's a new asoc
|
||||
(bnc#1012628).
|
||||
- sctp: set flow sport from saddr only when it's 0 (bnc#1012628).
|
||||
- net: tls: Fix deadlock in free_resources tx (bnc#1012628).
|
||||
- net: tls: Save iv in tls_rec for async crypto requests
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't enable NAPI when interface is down
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't call free_old_xmit_skbs for xdp_frames
|
||||
(bnc#1012628).
|
||||
- virtio_net: Fix not restoring real_num_rx_queues (bnc#1012628).
|
||||
- virtio_net: Fix out of bounds access of sq (bnc#1012628).
|
||||
- virtio_net: Don't process redirected XDP frames when XDP is
|
||||
disabled (bnc#1012628).
|
||||
- virtio_net: Use xdp_return_frame to free xdp_frames on
|
||||
destroying vqs (bnc#1012628).
|
||||
- virtio_net: Differentiate sk_buff and xdp_frame on freeing
|
||||
(bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a socket to an
|
||||
address (bnc#1012628).
|
||||
- CIFS: Do not count -ENODATA as failure for query directory
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix possible oops and memory leaks in async IO
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix trace command logging for SMB2 reads and writes
|
||||
(bnc#1012628).
|
||||
- CIFS: fix use-after-free of the lease keys (bnc#1012628).
|
||||
- CIFS: Do not consider -ENODATA as stat failure for reads
|
||||
(bnc#1012628).
|
||||
- fs/dcache: Fix incorrect nr_dentry_unused accounting in
|
||||
shrink_dcache_sb() (bnc#1012628).
|
||||
- iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()
|
||||
(bnc#1012628).
|
||||
- selftests/seccomp: Enhance per-arch ptrace syscall skip tests
|
||||
(bnc#1012628).
|
||||
- NFS: Fix up return value on fatal errors in
|
||||
nfs_page_async_flush() (bnc#1012628).
|
||||
- ARM: cns3xxx: Fix writing to wrong PCI config registers after
|
||||
alignment (bnc#1012628).
|
||||
- arm64: kaslr: ensure randomized quantities are clean also when
|
||||
kaslr is off (bnc#1012628).
|
||||
- arm64: Do not issue IPIs for user executable ptes (bnc#1012628).
|
||||
- arm64: hyp-stub: Forbid kprobing of the hyp-stub (bnc#1012628).
|
||||
- arm64: hibernate: Clean the __hyp_text to PoC after resume
|
||||
(bnc#1012628).
|
||||
- gpio: altera-a10sr: Set proper output level for direction_output
|
||||
(bnc#1012628).
|
||||
- gpiolib: fix line event timestamps for nested irqs
|
||||
(bnc#1012628).
|
||||
- gpio: pcf857x: Fix interrupts on multiple instances
|
||||
(bnc#1012628).
|
||||
- gpio: sprd: Fix the incorrect data register (bnc#1012628).
|
||||
- gpio: sprd: Fix incorrect irq type setting for the async EIC
|
||||
(bnc#1012628).
|
||||
- gfs2: Revert "Fix loop in gfs2_rbm_find" (bnc#1012628).
|
||||
- mmc: bcm2835: Fix DMA channel leak on probe error (bnc#1012628).
|
||||
- mmc: mediatek: fix incorrect register setting of
|
||||
hs400_cmd_int_delay (bnc#1012628).
|
||||
- ALSA: usb-audio: Add Opus #3 to quirks for native DSD support
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek - Fixed hp_pin no value (bnc#1012628).
|
||||
- ALSA: pcm: Fix tight loop of OSS capture stream (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs upon device disassociation (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociate
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Remove overly conservative VM_EXEC flag check
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Add limit test for RC/UC send via loopback
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Map 0x35 to KEY_SCREENLOCK
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Drop mapping of 0x33 and 0x34 scan
|
||||
codes (bnc#1012628).
|
||||
- Btrfs: fix deadlock when allocating tree block during leaf/node
|
||||
split (bnc#1012628).
|
||||
- btrfs: On error always free subvol_name in btrfs_mount
|
||||
(bnc#1012628).
|
||||
- kernel/exit.c: release ptraced tasks before zap_pid_ns_processes
|
||||
(bnc#1012628).
|
||||
- mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAIT
|
||||
(bnc#1012628).
|
||||
- oom, oom_reaper: do not enqueue same task twice (bnc#1012628).
|
||||
- mm,memory_hotplug: fix scan_movable_pages() for gigantic
|
||||
hugepages (bnc#1012628).
|
||||
- mm, oom: fix use-after-free in oom_kill_process (bnc#1012628).
|
||||
- mm: hwpoison: use do_send_sig_info() instead of force_sig()
|
||||
(bnc#1012628).
|
||||
- mm: migrate: don't rely on __PageMovable() of newpage after
|
||||
unlocking it (bnc#1012628).
|
||||
- of: overlay: add tests to validate kfrees from overlay removal
|
||||
(bnc#1012628).
|
||||
- of: overlay: add missing of_node_get() in __of_attach_node_sysfs
|
||||
(bnc#1012628).
|
||||
- of: overlay: use prop add changeset entry for property in new
|
||||
nodes (bnc#1012628).
|
||||
- of: overlay: do not duplicate properties from overlay for new
|
||||
nodes (bnc#1012628).
|
||||
- md/raid5: fix 'out of memory' during raid cache recovery
|
||||
(bnc#1012628).
|
||||
- cifs: Always resolve hostname before reconnecting (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch.
|
||||
- commit 730812f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 31 08:37:50 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 4.20
|
||||
%define patchversion 4.20.6
|
||||
%define patchversion 4.20.7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -58,9 +58,9 @@ Name: kernel-64kb
|
||||
Summary: Kernel with 64kb PAGE_SIZE
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.20.6
|
||||
Version: 4.20.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g463cfd2
|
||||
Release: <RELEASE>.g730812f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -165,10 +165,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-%build_flavor-base-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
Provides: kernel-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: %name-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
@ -1133,8 +1133,8 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-%build_flavor-base-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
Provides: kernel-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
|
||||
%obsolete_rebuilds %name-base
|
||||
%ifarch %ix86
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 7 08:16:45 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.20.7 (bnc#1012628).
|
||||
- drm/msm/gpu: fix building without debugfs (bnc#1012628).
|
||||
- ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulation
|
||||
(bnc#1012628).
|
||||
- ipvlan, l3mdev: fix broken l3s mode wrt local routes
|
||||
(bnc#1012628).
|
||||
- l2tp: copy 4 more bytes to linear part if necessary
|
||||
(bnc#1012628).
|
||||
- l2tp: fix reading optional fields of L2TPv3 (bnc#1012628).
|
||||
- net: ip_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- net: ip_gre: use erspan key field for tunnel lookup
|
||||
(bnc#1012628).
|
||||
- net/ipv6: don't return positive numbers when nothing was dumped
|
||||
(bnc#1012628).
|
||||
- net/mlx4_core: Add masking for a few queries on HCA caps
|
||||
(bnc#1012628).
|
||||
- netrom: switch to sock timer API (bnc#1012628).
|
||||
- net/rose: fix NULL ax25_cb kernel panic (bnc#1012628).
|
||||
- net: set default network namespace in init_dummy_netdev()
|
||||
(bnc#1012628).
|
||||
- ravb: expand rx descriptor data to accommodate hw checksum
|
||||
(bnc#1012628).
|
||||
- sctp: improve the events for sctp stream reset (bnc#1012628).
|
||||
- tun: move the call to tun_set_real_num_queues (bnc#1012628).
|
||||
- ucc_geth: Reset BQL queue when stopping device (bnc#1012628).
|
||||
- vhost: fix OOB in get_rx_bufs() (bnc#1012628).
|
||||
- net: ip6_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- sctp: improve the events for sctp stream adding (bnc#1012628).
|
||||
- net/mlx5e: Allow MAC invalidation while spoofchk is ON
|
||||
(bnc#1012628).
|
||||
- ip6mr: Fix notifiers call on mroute_clean_tables()
|
||||
(bnc#1012628).
|
||||
- Revert "net/mlx5e: E-Switch, Initialize eswitch only if eswitch
|
||||
manager" (bnc#1012628).
|
||||
- sctp: set chunk transport correctly when it's a new asoc
|
||||
(bnc#1012628).
|
||||
- sctp: set flow sport from saddr only when it's 0 (bnc#1012628).
|
||||
- net: tls: Fix deadlock in free_resources tx (bnc#1012628).
|
||||
- net: tls: Save iv in tls_rec for async crypto requests
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't enable NAPI when interface is down
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't call free_old_xmit_skbs for xdp_frames
|
||||
(bnc#1012628).
|
||||
- virtio_net: Fix not restoring real_num_rx_queues (bnc#1012628).
|
||||
- virtio_net: Fix out of bounds access of sq (bnc#1012628).
|
||||
- virtio_net: Don't process redirected XDP frames when XDP is
|
||||
disabled (bnc#1012628).
|
||||
- virtio_net: Use xdp_return_frame to free xdp_frames on
|
||||
destroying vqs (bnc#1012628).
|
||||
- virtio_net: Differentiate sk_buff and xdp_frame on freeing
|
||||
(bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a socket to an
|
||||
address (bnc#1012628).
|
||||
- CIFS: Do not count -ENODATA as failure for query directory
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix possible oops and memory leaks in async IO
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix trace command logging for SMB2 reads and writes
|
||||
(bnc#1012628).
|
||||
- CIFS: fix use-after-free of the lease keys (bnc#1012628).
|
||||
- CIFS: Do not consider -ENODATA as stat failure for reads
|
||||
(bnc#1012628).
|
||||
- fs/dcache: Fix incorrect nr_dentry_unused accounting in
|
||||
shrink_dcache_sb() (bnc#1012628).
|
||||
- iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()
|
||||
(bnc#1012628).
|
||||
- selftests/seccomp: Enhance per-arch ptrace syscall skip tests
|
||||
(bnc#1012628).
|
||||
- NFS: Fix up return value on fatal errors in
|
||||
nfs_page_async_flush() (bnc#1012628).
|
||||
- ARM: cns3xxx: Fix writing to wrong PCI config registers after
|
||||
alignment (bnc#1012628).
|
||||
- arm64: kaslr: ensure randomized quantities are clean also when
|
||||
kaslr is off (bnc#1012628).
|
||||
- arm64: Do not issue IPIs for user executable ptes (bnc#1012628).
|
||||
- arm64: hyp-stub: Forbid kprobing of the hyp-stub (bnc#1012628).
|
||||
- arm64: hibernate: Clean the __hyp_text to PoC after resume
|
||||
(bnc#1012628).
|
||||
- gpio: altera-a10sr: Set proper output level for direction_output
|
||||
(bnc#1012628).
|
||||
- gpiolib: fix line event timestamps for nested irqs
|
||||
(bnc#1012628).
|
||||
- gpio: pcf857x: Fix interrupts on multiple instances
|
||||
(bnc#1012628).
|
||||
- gpio: sprd: Fix the incorrect data register (bnc#1012628).
|
||||
- gpio: sprd: Fix incorrect irq type setting for the async EIC
|
||||
(bnc#1012628).
|
||||
- gfs2: Revert "Fix loop in gfs2_rbm_find" (bnc#1012628).
|
||||
- mmc: bcm2835: Fix DMA channel leak on probe error (bnc#1012628).
|
||||
- mmc: mediatek: fix incorrect register setting of
|
||||
hs400_cmd_int_delay (bnc#1012628).
|
||||
- ALSA: usb-audio: Add Opus #3 to quirks for native DSD support
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek - Fixed hp_pin no value (bnc#1012628).
|
||||
- ALSA: pcm: Fix tight loop of OSS capture stream (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs upon device disassociation (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociate
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Remove overly conservative VM_EXEC flag check
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Add limit test for RC/UC send via loopback
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Map 0x35 to KEY_SCREENLOCK
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Drop mapping of 0x33 and 0x34 scan
|
||||
codes (bnc#1012628).
|
||||
- Btrfs: fix deadlock when allocating tree block during leaf/node
|
||||
split (bnc#1012628).
|
||||
- btrfs: On error always free subvol_name in btrfs_mount
|
||||
(bnc#1012628).
|
||||
- kernel/exit.c: release ptraced tasks before zap_pid_ns_processes
|
||||
(bnc#1012628).
|
||||
- mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAIT
|
||||
(bnc#1012628).
|
||||
- oom, oom_reaper: do not enqueue same task twice (bnc#1012628).
|
||||
- mm,memory_hotplug: fix scan_movable_pages() for gigantic
|
||||
hugepages (bnc#1012628).
|
||||
- mm, oom: fix use-after-free in oom_kill_process (bnc#1012628).
|
||||
- mm: hwpoison: use do_send_sig_info() instead of force_sig()
|
||||
(bnc#1012628).
|
||||
- mm: migrate: don't rely on __PageMovable() of newpage after
|
||||
unlocking it (bnc#1012628).
|
||||
- of: overlay: add tests to validate kfrees from overlay removal
|
||||
(bnc#1012628).
|
||||
- of: overlay: add missing of_node_get() in __of_attach_node_sysfs
|
||||
(bnc#1012628).
|
||||
- of: overlay: use prop add changeset entry for property in new
|
||||
nodes (bnc#1012628).
|
||||
- of: overlay: do not duplicate properties from overlay for new
|
||||
nodes (bnc#1012628).
|
||||
- md/raid5: fix 'out of memory' during raid cache recovery
|
||||
(bnc#1012628).
|
||||
- cifs: Always resolve hostname before reconnecting (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch.
|
||||
- commit 730812f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 31 08:37:50 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 4.20
|
||||
%define patchversion 4.20.6
|
||||
%define patchversion 4.20.7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -58,9 +58,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.20.6
|
||||
Version: 4.20.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g463cfd2
|
||||
Release: <RELEASE>.g730812f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -165,10 +165,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-%build_flavor-base-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
Provides: kernel-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: %name-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
@ -1139,8 +1139,8 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-%build_flavor-base-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
Provides: kernel-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump-base = 2.6.28
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 7 08:16:45 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.20.7 (bnc#1012628).
|
||||
- drm/msm/gpu: fix building without debugfs (bnc#1012628).
|
||||
- ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulation
|
||||
(bnc#1012628).
|
||||
- ipvlan, l3mdev: fix broken l3s mode wrt local routes
|
||||
(bnc#1012628).
|
||||
- l2tp: copy 4 more bytes to linear part if necessary
|
||||
(bnc#1012628).
|
||||
- l2tp: fix reading optional fields of L2TPv3 (bnc#1012628).
|
||||
- net: ip_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- net: ip_gre: use erspan key field for tunnel lookup
|
||||
(bnc#1012628).
|
||||
- net/ipv6: don't return positive numbers when nothing was dumped
|
||||
(bnc#1012628).
|
||||
- net/mlx4_core: Add masking for a few queries on HCA caps
|
||||
(bnc#1012628).
|
||||
- netrom: switch to sock timer API (bnc#1012628).
|
||||
- net/rose: fix NULL ax25_cb kernel panic (bnc#1012628).
|
||||
- net: set default network namespace in init_dummy_netdev()
|
||||
(bnc#1012628).
|
||||
- ravb: expand rx descriptor data to accommodate hw checksum
|
||||
(bnc#1012628).
|
||||
- sctp: improve the events for sctp stream reset (bnc#1012628).
|
||||
- tun: move the call to tun_set_real_num_queues (bnc#1012628).
|
||||
- ucc_geth: Reset BQL queue when stopping device (bnc#1012628).
|
||||
- vhost: fix OOB in get_rx_bufs() (bnc#1012628).
|
||||
- net: ip6_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- sctp: improve the events for sctp stream adding (bnc#1012628).
|
||||
- net/mlx5e: Allow MAC invalidation while spoofchk is ON
|
||||
(bnc#1012628).
|
||||
- ip6mr: Fix notifiers call on mroute_clean_tables()
|
||||
(bnc#1012628).
|
||||
- Revert "net/mlx5e: E-Switch, Initialize eswitch only if eswitch
|
||||
manager" (bnc#1012628).
|
||||
- sctp: set chunk transport correctly when it's a new asoc
|
||||
(bnc#1012628).
|
||||
- sctp: set flow sport from saddr only when it's 0 (bnc#1012628).
|
||||
- net: tls: Fix deadlock in free_resources tx (bnc#1012628).
|
||||
- net: tls: Save iv in tls_rec for async crypto requests
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't enable NAPI when interface is down
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't call free_old_xmit_skbs for xdp_frames
|
||||
(bnc#1012628).
|
||||
- virtio_net: Fix not restoring real_num_rx_queues (bnc#1012628).
|
||||
- virtio_net: Fix out of bounds access of sq (bnc#1012628).
|
||||
- virtio_net: Don't process redirected XDP frames when XDP is
|
||||
disabled (bnc#1012628).
|
||||
- virtio_net: Use xdp_return_frame to free xdp_frames on
|
||||
destroying vqs (bnc#1012628).
|
||||
- virtio_net: Differentiate sk_buff and xdp_frame on freeing
|
||||
(bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a socket to an
|
||||
address (bnc#1012628).
|
||||
- CIFS: Do not count -ENODATA as failure for query directory
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix possible oops and memory leaks in async IO
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix trace command logging for SMB2 reads and writes
|
||||
(bnc#1012628).
|
||||
- CIFS: fix use-after-free of the lease keys (bnc#1012628).
|
||||
- CIFS: Do not consider -ENODATA as stat failure for reads
|
||||
(bnc#1012628).
|
||||
- fs/dcache: Fix incorrect nr_dentry_unused accounting in
|
||||
shrink_dcache_sb() (bnc#1012628).
|
||||
- iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()
|
||||
(bnc#1012628).
|
||||
- selftests/seccomp: Enhance per-arch ptrace syscall skip tests
|
||||
(bnc#1012628).
|
||||
- NFS: Fix up return value on fatal errors in
|
||||
nfs_page_async_flush() (bnc#1012628).
|
||||
- ARM: cns3xxx: Fix writing to wrong PCI config registers after
|
||||
alignment (bnc#1012628).
|
||||
- arm64: kaslr: ensure randomized quantities are clean also when
|
||||
kaslr is off (bnc#1012628).
|
||||
- arm64: Do not issue IPIs for user executable ptes (bnc#1012628).
|
||||
- arm64: hyp-stub: Forbid kprobing of the hyp-stub (bnc#1012628).
|
||||
- arm64: hibernate: Clean the __hyp_text to PoC after resume
|
||||
(bnc#1012628).
|
||||
- gpio: altera-a10sr: Set proper output level for direction_output
|
||||
(bnc#1012628).
|
||||
- gpiolib: fix line event timestamps for nested irqs
|
||||
(bnc#1012628).
|
||||
- gpio: pcf857x: Fix interrupts on multiple instances
|
||||
(bnc#1012628).
|
||||
- gpio: sprd: Fix the incorrect data register (bnc#1012628).
|
||||
- gpio: sprd: Fix incorrect irq type setting for the async EIC
|
||||
(bnc#1012628).
|
||||
- gfs2: Revert "Fix loop in gfs2_rbm_find" (bnc#1012628).
|
||||
- mmc: bcm2835: Fix DMA channel leak on probe error (bnc#1012628).
|
||||
- mmc: mediatek: fix incorrect register setting of
|
||||
hs400_cmd_int_delay (bnc#1012628).
|
||||
- ALSA: usb-audio: Add Opus #3 to quirks for native DSD support
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek - Fixed hp_pin no value (bnc#1012628).
|
||||
- ALSA: pcm: Fix tight loop of OSS capture stream (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs upon device disassociation (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociate
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Remove overly conservative VM_EXEC flag check
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Add limit test for RC/UC send via loopback
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Map 0x35 to KEY_SCREENLOCK
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Drop mapping of 0x33 and 0x34 scan
|
||||
codes (bnc#1012628).
|
||||
- Btrfs: fix deadlock when allocating tree block during leaf/node
|
||||
split (bnc#1012628).
|
||||
- btrfs: On error always free subvol_name in btrfs_mount
|
||||
(bnc#1012628).
|
||||
- kernel/exit.c: release ptraced tasks before zap_pid_ns_processes
|
||||
(bnc#1012628).
|
||||
- mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAIT
|
||||
(bnc#1012628).
|
||||
- oom, oom_reaper: do not enqueue same task twice (bnc#1012628).
|
||||
- mm,memory_hotplug: fix scan_movable_pages() for gigantic
|
||||
hugepages (bnc#1012628).
|
||||
- mm, oom: fix use-after-free in oom_kill_process (bnc#1012628).
|
||||
- mm: hwpoison: use do_send_sig_info() instead of force_sig()
|
||||
(bnc#1012628).
|
||||
- mm: migrate: don't rely on __PageMovable() of newpage after
|
||||
unlocking it (bnc#1012628).
|
||||
- of: overlay: add tests to validate kfrees from overlay removal
|
||||
(bnc#1012628).
|
||||
- of: overlay: add missing of_node_get() in __of_attach_node_sysfs
|
||||
(bnc#1012628).
|
||||
- of: overlay: use prop add changeset entry for property in new
|
||||
nodes (bnc#1012628).
|
||||
- of: overlay: do not duplicate properties from overlay for new
|
||||
nodes (bnc#1012628).
|
||||
- md/raid5: fix 'out of memory' during raid cache recovery
|
||||
(bnc#1012628).
|
||||
- cifs: Always resolve hostname before reconnecting (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch.
|
||||
- commit 730812f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 31 08:37:50 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 4.20
|
||||
%define patchversion 4.20.6
|
||||
%define patchversion 4.20.7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -58,9 +58,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.20.6
|
||||
Version: 4.20.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g463cfd2
|
||||
Release: <RELEASE>.g730812f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -165,10 +165,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-%build_flavor-base-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
Provides: kernel-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: %name-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
@ -1182,8 +1182,8 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-%build_flavor-base-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
Provides: kernel-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
|
||||
%ifarch %ix86
|
||||
Provides: kernel-trace-base = 3.13
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 7 08:16:45 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.20.7 (bnc#1012628).
|
||||
- drm/msm/gpu: fix building without debugfs (bnc#1012628).
|
||||
- ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulation
|
||||
(bnc#1012628).
|
||||
- ipvlan, l3mdev: fix broken l3s mode wrt local routes
|
||||
(bnc#1012628).
|
||||
- l2tp: copy 4 more bytes to linear part if necessary
|
||||
(bnc#1012628).
|
||||
- l2tp: fix reading optional fields of L2TPv3 (bnc#1012628).
|
||||
- net: ip_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- net: ip_gre: use erspan key field for tunnel lookup
|
||||
(bnc#1012628).
|
||||
- net/ipv6: don't return positive numbers when nothing was dumped
|
||||
(bnc#1012628).
|
||||
- net/mlx4_core: Add masking for a few queries on HCA caps
|
||||
(bnc#1012628).
|
||||
- netrom: switch to sock timer API (bnc#1012628).
|
||||
- net/rose: fix NULL ax25_cb kernel panic (bnc#1012628).
|
||||
- net: set default network namespace in init_dummy_netdev()
|
||||
(bnc#1012628).
|
||||
- ravb: expand rx descriptor data to accommodate hw checksum
|
||||
(bnc#1012628).
|
||||
- sctp: improve the events for sctp stream reset (bnc#1012628).
|
||||
- tun: move the call to tun_set_real_num_queues (bnc#1012628).
|
||||
- ucc_geth: Reset BQL queue when stopping device (bnc#1012628).
|
||||
- vhost: fix OOB in get_rx_bufs() (bnc#1012628).
|
||||
- net: ip6_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- sctp: improve the events for sctp stream adding (bnc#1012628).
|
||||
- net/mlx5e: Allow MAC invalidation while spoofchk is ON
|
||||
(bnc#1012628).
|
||||
- ip6mr: Fix notifiers call on mroute_clean_tables()
|
||||
(bnc#1012628).
|
||||
- Revert "net/mlx5e: E-Switch, Initialize eswitch only if eswitch
|
||||
manager" (bnc#1012628).
|
||||
- sctp: set chunk transport correctly when it's a new asoc
|
||||
(bnc#1012628).
|
||||
- sctp: set flow sport from saddr only when it's 0 (bnc#1012628).
|
||||
- net: tls: Fix deadlock in free_resources tx (bnc#1012628).
|
||||
- net: tls: Save iv in tls_rec for async crypto requests
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't enable NAPI when interface is down
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't call free_old_xmit_skbs for xdp_frames
|
||||
(bnc#1012628).
|
||||
- virtio_net: Fix not restoring real_num_rx_queues (bnc#1012628).
|
||||
- virtio_net: Fix out of bounds access of sq (bnc#1012628).
|
||||
- virtio_net: Don't process redirected XDP frames when XDP is
|
||||
disabled (bnc#1012628).
|
||||
- virtio_net: Use xdp_return_frame to free xdp_frames on
|
||||
destroying vqs (bnc#1012628).
|
||||
- virtio_net: Differentiate sk_buff and xdp_frame on freeing
|
||||
(bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a socket to an
|
||||
address (bnc#1012628).
|
||||
- CIFS: Do not count -ENODATA as failure for query directory
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix possible oops and memory leaks in async IO
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix trace command logging for SMB2 reads and writes
|
||||
(bnc#1012628).
|
||||
- CIFS: fix use-after-free of the lease keys (bnc#1012628).
|
||||
- CIFS: Do not consider -ENODATA as stat failure for reads
|
||||
(bnc#1012628).
|
||||
- fs/dcache: Fix incorrect nr_dentry_unused accounting in
|
||||
shrink_dcache_sb() (bnc#1012628).
|
||||
- iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()
|
||||
(bnc#1012628).
|
||||
- selftests/seccomp: Enhance per-arch ptrace syscall skip tests
|
||||
(bnc#1012628).
|
||||
- NFS: Fix up return value on fatal errors in
|
||||
nfs_page_async_flush() (bnc#1012628).
|
||||
- ARM: cns3xxx: Fix writing to wrong PCI config registers after
|
||||
alignment (bnc#1012628).
|
||||
- arm64: kaslr: ensure randomized quantities are clean also when
|
||||
kaslr is off (bnc#1012628).
|
||||
- arm64: Do not issue IPIs for user executable ptes (bnc#1012628).
|
||||
- arm64: hyp-stub: Forbid kprobing of the hyp-stub (bnc#1012628).
|
||||
- arm64: hibernate: Clean the __hyp_text to PoC after resume
|
||||
(bnc#1012628).
|
||||
- gpio: altera-a10sr: Set proper output level for direction_output
|
||||
(bnc#1012628).
|
||||
- gpiolib: fix line event timestamps for nested irqs
|
||||
(bnc#1012628).
|
||||
- gpio: pcf857x: Fix interrupts on multiple instances
|
||||
(bnc#1012628).
|
||||
- gpio: sprd: Fix the incorrect data register (bnc#1012628).
|
||||
- gpio: sprd: Fix incorrect irq type setting for the async EIC
|
||||
(bnc#1012628).
|
||||
- gfs2: Revert "Fix loop in gfs2_rbm_find" (bnc#1012628).
|
||||
- mmc: bcm2835: Fix DMA channel leak on probe error (bnc#1012628).
|
||||
- mmc: mediatek: fix incorrect register setting of
|
||||
hs400_cmd_int_delay (bnc#1012628).
|
||||
- ALSA: usb-audio: Add Opus #3 to quirks for native DSD support
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek - Fixed hp_pin no value (bnc#1012628).
|
||||
- ALSA: pcm: Fix tight loop of OSS capture stream (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs upon device disassociation (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociate
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Remove overly conservative VM_EXEC flag check
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Add limit test for RC/UC send via loopback
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Map 0x35 to KEY_SCREENLOCK
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Drop mapping of 0x33 and 0x34 scan
|
||||
codes (bnc#1012628).
|
||||
- Btrfs: fix deadlock when allocating tree block during leaf/node
|
||||
split (bnc#1012628).
|
||||
- btrfs: On error always free subvol_name in btrfs_mount
|
||||
(bnc#1012628).
|
||||
- kernel/exit.c: release ptraced tasks before zap_pid_ns_processes
|
||||
(bnc#1012628).
|
||||
- mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAIT
|
||||
(bnc#1012628).
|
||||
- oom, oom_reaper: do not enqueue same task twice (bnc#1012628).
|
||||
- mm,memory_hotplug: fix scan_movable_pages() for gigantic
|
||||
hugepages (bnc#1012628).
|
||||
- mm, oom: fix use-after-free in oom_kill_process (bnc#1012628).
|
||||
- mm: hwpoison: use do_send_sig_info() instead of force_sig()
|
||||
(bnc#1012628).
|
||||
- mm: migrate: don't rely on __PageMovable() of newpage after
|
||||
unlocking it (bnc#1012628).
|
||||
- of: overlay: add tests to validate kfrees from overlay removal
|
||||
(bnc#1012628).
|
||||
- of: overlay: add missing of_node_get() in __of_attach_node_sysfs
|
||||
(bnc#1012628).
|
||||
- of: overlay: use prop add changeset entry for property in new
|
||||
nodes (bnc#1012628).
|
||||
- of: overlay: do not duplicate properties from overlay for new
|
||||
nodes (bnc#1012628).
|
||||
- md/raid5: fix 'out of memory' during raid cache recovery
|
||||
(bnc#1012628).
|
||||
- cifs: Always resolve hostname before reconnecting (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch.
|
||||
- commit 730812f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 31 08:37:50 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 4.20
|
||||
%define patchversion 4.20.6
|
||||
%define patchversion 4.20.7
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -31,9 +31,9 @@ Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
License: GPL-2.0
|
||||
Group: Documentation/Man
|
||||
Version: 4.20.6
|
||||
Version: 4.20.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g463cfd2
|
||||
Release: <RELEASE>.g730812f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -63,7 +63,7 @@ BuildRequires: texlive-zapfding
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: %name-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 7 08:16:45 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.20.7 (bnc#1012628).
|
||||
- drm/msm/gpu: fix building without debugfs (bnc#1012628).
|
||||
- ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulation
|
||||
(bnc#1012628).
|
||||
- ipvlan, l3mdev: fix broken l3s mode wrt local routes
|
||||
(bnc#1012628).
|
||||
- l2tp: copy 4 more bytes to linear part if necessary
|
||||
(bnc#1012628).
|
||||
- l2tp: fix reading optional fields of L2TPv3 (bnc#1012628).
|
||||
- net: ip_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- net: ip_gre: use erspan key field for tunnel lookup
|
||||
(bnc#1012628).
|
||||
- net/ipv6: don't return positive numbers when nothing was dumped
|
||||
(bnc#1012628).
|
||||
- net/mlx4_core: Add masking for a few queries on HCA caps
|
||||
(bnc#1012628).
|
||||
- netrom: switch to sock timer API (bnc#1012628).
|
||||
- net/rose: fix NULL ax25_cb kernel panic (bnc#1012628).
|
||||
- net: set default network namespace in init_dummy_netdev()
|
||||
(bnc#1012628).
|
||||
- ravb: expand rx descriptor data to accommodate hw checksum
|
||||
(bnc#1012628).
|
||||
- sctp: improve the events for sctp stream reset (bnc#1012628).
|
||||
- tun: move the call to tun_set_real_num_queues (bnc#1012628).
|
||||
- ucc_geth: Reset BQL queue when stopping device (bnc#1012628).
|
||||
- vhost: fix OOB in get_rx_bufs() (bnc#1012628).
|
||||
- net: ip6_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- sctp: improve the events for sctp stream adding (bnc#1012628).
|
||||
- net/mlx5e: Allow MAC invalidation while spoofchk is ON
|
||||
(bnc#1012628).
|
||||
- ip6mr: Fix notifiers call on mroute_clean_tables()
|
||||
(bnc#1012628).
|
||||
- Revert "net/mlx5e: E-Switch, Initialize eswitch only if eswitch
|
||||
manager" (bnc#1012628).
|
||||
- sctp: set chunk transport correctly when it's a new asoc
|
||||
(bnc#1012628).
|
||||
- sctp: set flow sport from saddr only when it's 0 (bnc#1012628).
|
||||
- net: tls: Fix deadlock in free_resources tx (bnc#1012628).
|
||||
- net: tls: Save iv in tls_rec for async crypto requests
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't enable NAPI when interface is down
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't call free_old_xmit_skbs for xdp_frames
|
||||
(bnc#1012628).
|
||||
- virtio_net: Fix not restoring real_num_rx_queues (bnc#1012628).
|
||||
- virtio_net: Fix out of bounds access of sq (bnc#1012628).
|
||||
- virtio_net: Don't process redirected XDP frames when XDP is
|
||||
disabled (bnc#1012628).
|
||||
- virtio_net: Use xdp_return_frame to free xdp_frames on
|
||||
destroying vqs (bnc#1012628).
|
||||
- virtio_net: Differentiate sk_buff and xdp_frame on freeing
|
||||
(bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a socket to an
|
||||
address (bnc#1012628).
|
||||
- CIFS: Do not count -ENODATA as failure for query directory
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix possible oops and memory leaks in async IO
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix trace command logging for SMB2 reads and writes
|
||||
(bnc#1012628).
|
||||
- CIFS: fix use-after-free of the lease keys (bnc#1012628).
|
||||
- CIFS: Do not consider -ENODATA as stat failure for reads
|
||||
(bnc#1012628).
|
||||
- fs/dcache: Fix incorrect nr_dentry_unused accounting in
|
||||
shrink_dcache_sb() (bnc#1012628).
|
||||
- iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()
|
||||
(bnc#1012628).
|
||||
- selftests/seccomp: Enhance per-arch ptrace syscall skip tests
|
||||
(bnc#1012628).
|
||||
- NFS: Fix up return value on fatal errors in
|
||||
nfs_page_async_flush() (bnc#1012628).
|
||||
- ARM: cns3xxx: Fix writing to wrong PCI config registers after
|
||||
alignment (bnc#1012628).
|
||||
- arm64: kaslr: ensure randomized quantities are clean also when
|
||||
kaslr is off (bnc#1012628).
|
||||
- arm64: Do not issue IPIs for user executable ptes (bnc#1012628).
|
||||
- arm64: hyp-stub: Forbid kprobing of the hyp-stub (bnc#1012628).
|
||||
- arm64: hibernate: Clean the __hyp_text to PoC after resume
|
||||
(bnc#1012628).
|
||||
- gpio: altera-a10sr: Set proper output level for direction_output
|
||||
(bnc#1012628).
|
||||
- gpiolib: fix line event timestamps for nested irqs
|
||||
(bnc#1012628).
|
||||
- gpio: pcf857x: Fix interrupts on multiple instances
|
||||
(bnc#1012628).
|
||||
- gpio: sprd: Fix the incorrect data register (bnc#1012628).
|
||||
- gpio: sprd: Fix incorrect irq type setting for the async EIC
|
||||
(bnc#1012628).
|
||||
- gfs2: Revert "Fix loop in gfs2_rbm_find" (bnc#1012628).
|
||||
- mmc: bcm2835: Fix DMA channel leak on probe error (bnc#1012628).
|
||||
- mmc: mediatek: fix incorrect register setting of
|
||||
hs400_cmd_int_delay (bnc#1012628).
|
||||
- ALSA: usb-audio: Add Opus #3 to quirks for native DSD support
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek - Fixed hp_pin no value (bnc#1012628).
|
||||
- ALSA: pcm: Fix tight loop of OSS capture stream (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs upon device disassociation (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociate
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Remove overly conservative VM_EXEC flag check
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Add limit test for RC/UC send via loopback
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Map 0x35 to KEY_SCREENLOCK
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Drop mapping of 0x33 and 0x34 scan
|
||||
codes (bnc#1012628).
|
||||
- Btrfs: fix deadlock when allocating tree block during leaf/node
|
||||
split (bnc#1012628).
|
||||
- btrfs: On error always free subvol_name in btrfs_mount
|
||||
(bnc#1012628).
|
||||
- kernel/exit.c: release ptraced tasks before zap_pid_ns_processes
|
||||
(bnc#1012628).
|
||||
- mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAIT
|
||||
(bnc#1012628).
|
||||
- oom, oom_reaper: do not enqueue same task twice (bnc#1012628).
|
||||
- mm,memory_hotplug: fix scan_movable_pages() for gigantic
|
||||
hugepages (bnc#1012628).
|
||||
- mm, oom: fix use-after-free in oom_kill_process (bnc#1012628).
|
||||
- mm: hwpoison: use do_send_sig_info() instead of force_sig()
|
||||
(bnc#1012628).
|
||||
- mm: migrate: don't rely on __PageMovable() of newpage after
|
||||
unlocking it (bnc#1012628).
|
||||
- of: overlay: add tests to validate kfrees from overlay removal
|
||||
(bnc#1012628).
|
||||
- of: overlay: add missing of_node_get() in __of_attach_node_sysfs
|
||||
(bnc#1012628).
|
||||
- of: overlay: use prop add changeset entry for property in new
|
||||
nodes (bnc#1012628).
|
||||
- of: overlay: do not duplicate properties from overlay for new
|
||||
nodes (bnc#1012628).
|
||||
- md/raid5: fix 'out of memory' during raid cache recovery
|
||||
(bnc#1012628).
|
||||
- cifs: Always resolve hostname before reconnecting (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch.
|
||||
- commit 730812f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 31 08:37:50 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 4.20
|
||||
%define patchversion 4.20.6
|
||||
%define patchversion 4.20.7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -58,9 +58,9 @@ Name: kernel-kvmsmall
|
||||
Summary: The Small Developer Kernel for KVM
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.20.6
|
||||
Version: 4.20.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g463cfd2
|
||||
Release: <RELEASE>.g730812f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -165,10 +165,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-%build_flavor-base-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
Provides: kernel-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: %name-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
@ -1137,8 +1137,8 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-%build_flavor-base-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
Provides: kernel-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
|
||||
%obsolete_rebuilds %name-base
|
||||
%ifarch %ix86
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 7 08:16:45 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.20.7 (bnc#1012628).
|
||||
- drm/msm/gpu: fix building without debugfs (bnc#1012628).
|
||||
- ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulation
|
||||
(bnc#1012628).
|
||||
- ipvlan, l3mdev: fix broken l3s mode wrt local routes
|
||||
(bnc#1012628).
|
||||
- l2tp: copy 4 more bytes to linear part if necessary
|
||||
(bnc#1012628).
|
||||
- l2tp: fix reading optional fields of L2TPv3 (bnc#1012628).
|
||||
- net: ip_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- net: ip_gre: use erspan key field for tunnel lookup
|
||||
(bnc#1012628).
|
||||
- net/ipv6: don't return positive numbers when nothing was dumped
|
||||
(bnc#1012628).
|
||||
- net/mlx4_core: Add masking for a few queries on HCA caps
|
||||
(bnc#1012628).
|
||||
- netrom: switch to sock timer API (bnc#1012628).
|
||||
- net/rose: fix NULL ax25_cb kernel panic (bnc#1012628).
|
||||
- net: set default network namespace in init_dummy_netdev()
|
||||
(bnc#1012628).
|
||||
- ravb: expand rx descriptor data to accommodate hw checksum
|
||||
(bnc#1012628).
|
||||
- sctp: improve the events for sctp stream reset (bnc#1012628).
|
||||
- tun: move the call to tun_set_real_num_queues (bnc#1012628).
|
||||
- ucc_geth: Reset BQL queue when stopping device (bnc#1012628).
|
||||
- vhost: fix OOB in get_rx_bufs() (bnc#1012628).
|
||||
- net: ip6_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- sctp: improve the events for sctp stream adding (bnc#1012628).
|
||||
- net/mlx5e: Allow MAC invalidation while spoofchk is ON
|
||||
(bnc#1012628).
|
||||
- ip6mr: Fix notifiers call on mroute_clean_tables()
|
||||
(bnc#1012628).
|
||||
- Revert "net/mlx5e: E-Switch, Initialize eswitch only if eswitch
|
||||
manager" (bnc#1012628).
|
||||
- sctp: set chunk transport correctly when it's a new asoc
|
||||
(bnc#1012628).
|
||||
- sctp: set flow sport from saddr only when it's 0 (bnc#1012628).
|
||||
- net: tls: Fix deadlock in free_resources tx (bnc#1012628).
|
||||
- net: tls: Save iv in tls_rec for async crypto requests
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't enable NAPI when interface is down
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't call free_old_xmit_skbs for xdp_frames
|
||||
(bnc#1012628).
|
||||
- virtio_net: Fix not restoring real_num_rx_queues (bnc#1012628).
|
||||
- virtio_net: Fix out of bounds access of sq (bnc#1012628).
|
||||
- virtio_net: Don't process redirected XDP frames when XDP is
|
||||
disabled (bnc#1012628).
|
||||
- virtio_net: Use xdp_return_frame to free xdp_frames on
|
||||
destroying vqs (bnc#1012628).
|
||||
- virtio_net: Differentiate sk_buff and xdp_frame on freeing
|
||||
(bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a socket to an
|
||||
address (bnc#1012628).
|
||||
- CIFS: Do not count -ENODATA as failure for query directory
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix possible oops and memory leaks in async IO
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix trace command logging for SMB2 reads and writes
|
||||
(bnc#1012628).
|
||||
- CIFS: fix use-after-free of the lease keys (bnc#1012628).
|
||||
- CIFS: Do not consider -ENODATA as stat failure for reads
|
||||
(bnc#1012628).
|
||||
- fs/dcache: Fix incorrect nr_dentry_unused accounting in
|
||||
shrink_dcache_sb() (bnc#1012628).
|
||||
- iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()
|
||||
(bnc#1012628).
|
||||
- selftests/seccomp: Enhance per-arch ptrace syscall skip tests
|
||||
(bnc#1012628).
|
||||
- NFS: Fix up return value on fatal errors in
|
||||
nfs_page_async_flush() (bnc#1012628).
|
||||
- ARM: cns3xxx: Fix writing to wrong PCI config registers after
|
||||
alignment (bnc#1012628).
|
||||
- arm64: kaslr: ensure randomized quantities are clean also when
|
||||
kaslr is off (bnc#1012628).
|
||||
- arm64: Do not issue IPIs for user executable ptes (bnc#1012628).
|
||||
- arm64: hyp-stub: Forbid kprobing of the hyp-stub (bnc#1012628).
|
||||
- arm64: hibernate: Clean the __hyp_text to PoC after resume
|
||||
(bnc#1012628).
|
||||
- gpio: altera-a10sr: Set proper output level for direction_output
|
||||
(bnc#1012628).
|
||||
- gpiolib: fix line event timestamps for nested irqs
|
||||
(bnc#1012628).
|
||||
- gpio: pcf857x: Fix interrupts on multiple instances
|
||||
(bnc#1012628).
|
||||
- gpio: sprd: Fix the incorrect data register (bnc#1012628).
|
||||
- gpio: sprd: Fix incorrect irq type setting for the async EIC
|
||||
(bnc#1012628).
|
||||
- gfs2: Revert "Fix loop in gfs2_rbm_find" (bnc#1012628).
|
||||
- mmc: bcm2835: Fix DMA channel leak on probe error (bnc#1012628).
|
||||
- mmc: mediatek: fix incorrect register setting of
|
||||
hs400_cmd_int_delay (bnc#1012628).
|
||||
- ALSA: usb-audio: Add Opus #3 to quirks for native DSD support
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek - Fixed hp_pin no value (bnc#1012628).
|
||||
- ALSA: pcm: Fix tight loop of OSS capture stream (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs upon device disassociation (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociate
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Remove overly conservative VM_EXEC flag check
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Add limit test for RC/UC send via loopback
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Map 0x35 to KEY_SCREENLOCK
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Drop mapping of 0x33 and 0x34 scan
|
||||
codes (bnc#1012628).
|
||||
- Btrfs: fix deadlock when allocating tree block during leaf/node
|
||||
split (bnc#1012628).
|
||||
- btrfs: On error always free subvol_name in btrfs_mount
|
||||
(bnc#1012628).
|
||||
- kernel/exit.c: release ptraced tasks before zap_pid_ns_processes
|
||||
(bnc#1012628).
|
||||
- mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAIT
|
||||
(bnc#1012628).
|
||||
- oom, oom_reaper: do not enqueue same task twice (bnc#1012628).
|
||||
- mm,memory_hotplug: fix scan_movable_pages() for gigantic
|
||||
hugepages (bnc#1012628).
|
||||
- mm, oom: fix use-after-free in oom_kill_process (bnc#1012628).
|
||||
- mm: hwpoison: use do_send_sig_info() instead of force_sig()
|
||||
(bnc#1012628).
|
||||
- mm: migrate: don't rely on __PageMovable() of newpage after
|
||||
unlocking it (bnc#1012628).
|
||||
- of: overlay: add tests to validate kfrees from overlay removal
|
||||
(bnc#1012628).
|
||||
- of: overlay: add missing of_node_get() in __of_attach_node_sysfs
|
||||
(bnc#1012628).
|
||||
- of: overlay: use prop add changeset entry for property in new
|
||||
nodes (bnc#1012628).
|
||||
- of: overlay: do not duplicate properties from overlay for new
|
||||
nodes (bnc#1012628).
|
||||
- md/raid5: fix 'out of memory' during raid cache recovery
|
||||
(bnc#1012628).
|
||||
- cifs: Always resolve hostname before reconnecting (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch.
|
||||
- commit 730812f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 31 08:37:50 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 4.20
|
||||
%define patchversion 4.20.6
|
||||
%define patchversion 4.20.7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -58,9 +58,9 @@ Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.20.6
|
||||
Version: 4.20.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g463cfd2
|
||||
Release: <RELEASE>.g730812f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -165,10 +165,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-%build_flavor-base-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
Provides: kernel-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: %name-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
@ -1131,8 +1131,8 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-%build_flavor-base-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
Provides: kernel-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
|
||||
%obsolete_rebuilds %name-base
|
||||
%ifarch %ix86
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 7 08:16:45 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.20.7 (bnc#1012628).
|
||||
- drm/msm/gpu: fix building without debugfs (bnc#1012628).
|
||||
- ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulation
|
||||
(bnc#1012628).
|
||||
- ipvlan, l3mdev: fix broken l3s mode wrt local routes
|
||||
(bnc#1012628).
|
||||
- l2tp: copy 4 more bytes to linear part if necessary
|
||||
(bnc#1012628).
|
||||
- l2tp: fix reading optional fields of L2TPv3 (bnc#1012628).
|
||||
- net: ip_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- net: ip_gre: use erspan key field for tunnel lookup
|
||||
(bnc#1012628).
|
||||
- net/ipv6: don't return positive numbers when nothing was dumped
|
||||
(bnc#1012628).
|
||||
- net/mlx4_core: Add masking for a few queries on HCA caps
|
||||
(bnc#1012628).
|
||||
- netrom: switch to sock timer API (bnc#1012628).
|
||||
- net/rose: fix NULL ax25_cb kernel panic (bnc#1012628).
|
||||
- net: set default network namespace in init_dummy_netdev()
|
||||
(bnc#1012628).
|
||||
- ravb: expand rx descriptor data to accommodate hw checksum
|
||||
(bnc#1012628).
|
||||
- sctp: improve the events for sctp stream reset (bnc#1012628).
|
||||
- tun: move the call to tun_set_real_num_queues (bnc#1012628).
|
||||
- ucc_geth: Reset BQL queue when stopping device (bnc#1012628).
|
||||
- vhost: fix OOB in get_rx_bufs() (bnc#1012628).
|
||||
- net: ip6_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- sctp: improve the events for sctp stream adding (bnc#1012628).
|
||||
- net/mlx5e: Allow MAC invalidation while spoofchk is ON
|
||||
(bnc#1012628).
|
||||
- ip6mr: Fix notifiers call on mroute_clean_tables()
|
||||
(bnc#1012628).
|
||||
- Revert "net/mlx5e: E-Switch, Initialize eswitch only if eswitch
|
||||
manager" (bnc#1012628).
|
||||
- sctp: set chunk transport correctly when it's a new asoc
|
||||
(bnc#1012628).
|
||||
- sctp: set flow sport from saddr only when it's 0 (bnc#1012628).
|
||||
- net: tls: Fix deadlock in free_resources tx (bnc#1012628).
|
||||
- net: tls: Save iv in tls_rec for async crypto requests
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't enable NAPI when interface is down
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't call free_old_xmit_skbs for xdp_frames
|
||||
(bnc#1012628).
|
||||
- virtio_net: Fix not restoring real_num_rx_queues (bnc#1012628).
|
||||
- virtio_net: Fix out of bounds access of sq (bnc#1012628).
|
||||
- virtio_net: Don't process redirected XDP frames when XDP is
|
||||
disabled (bnc#1012628).
|
||||
- virtio_net: Use xdp_return_frame to free xdp_frames on
|
||||
destroying vqs (bnc#1012628).
|
||||
- virtio_net: Differentiate sk_buff and xdp_frame on freeing
|
||||
(bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a socket to an
|
||||
address (bnc#1012628).
|
||||
- CIFS: Do not count -ENODATA as failure for query directory
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix possible oops and memory leaks in async IO
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix trace command logging for SMB2 reads and writes
|
||||
(bnc#1012628).
|
||||
- CIFS: fix use-after-free of the lease keys (bnc#1012628).
|
||||
- CIFS: Do not consider -ENODATA as stat failure for reads
|
||||
(bnc#1012628).
|
||||
- fs/dcache: Fix incorrect nr_dentry_unused accounting in
|
||||
shrink_dcache_sb() (bnc#1012628).
|
||||
- iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()
|
||||
(bnc#1012628).
|
||||
- selftests/seccomp: Enhance per-arch ptrace syscall skip tests
|
||||
(bnc#1012628).
|
||||
- NFS: Fix up return value on fatal errors in
|
||||
nfs_page_async_flush() (bnc#1012628).
|
||||
- ARM: cns3xxx: Fix writing to wrong PCI config registers after
|
||||
alignment (bnc#1012628).
|
||||
- arm64: kaslr: ensure randomized quantities are clean also when
|
||||
kaslr is off (bnc#1012628).
|
||||
- arm64: Do not issue IPIs for user executable ptes (bnc#1012628).
|
||||
- arm64: hyp-stub: Forbid kprobing of the hyp-stub (bnc#1012628).
|
||||
- arm64: hibernate: Clean the __hyp_text to PoC after resume
|
||||
(bnc#1012628).
|
||||
- gpio: altera-a10sr: Set proper output level for direction_output
|
||||
(bnc#1012628).
|
||||
- gpiolib: fix line event timestamps for nested irqs
|
||||
(bnc#1012628).
|
||||
- gpio: pcf857x: Fix interrupts on multiple instances
|
||||
(bnc#1012628).
|
||||
- gpio: sprd: Fix the incorrect data register (bnc#1012628).
|
||||
- gpio: sprd: Fix incorrect irq type setting for the async EIC
|
||||
(bnc#1012628).
|
||||
- gfs2: Revert "Fix loop in gfs2_rbm_find" (bnc#1012628).
|
||||
- mmc: bcm2835: Fix DMA channel leak on probe error (bnc#1012628).
|
||||
- mmc: mediatek: fix incorrect register setting of
|
||||
hs400_cmd_int_delay (bnc#1012628).
|
||||
- ALSA: usb-audio: Add Opus #3 to quirks for native DSD support
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek - Fixed hp_pin no value (bnc#1012628).
|
||||
- ALSA: pcm: Fix tight loop of OSS capture stream (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs upon device disassociation (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociate
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Remove overly conservative VM_EXEC flag check
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Add limit test for RC/UC send via loopback
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Map 0x35 to KEY_SCREENLOCK
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Drop mapping of 0x33 and 0x34 scan
|
||||
codes (bnc#1012628).
|
||||
- Btrfs: fix deadlock when allocating tree block during leaf/node
|
||||
split (bnc#1012628).
|
||||
- btrfs: On error always free subvol_name in btrfs_mount
|
||||
(bnc#1012628).
|
||||
- kernel/exit.c: release ptraced tasks before zap_pid_ns_processes
|
||||
(bnc#1012628).
|
||||
- mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAIT
|
||||
(bnc#1012628).
|
||||
- oom, oom_reaper: do not enqueue same task twice (bnc#1012628).
|
||||
- mm,memory_hotplug: fix scan_movable_pages() for gigantic
|
||||
hugepages (bnc#1012628).
|
||||
- mm, oom: fix use-after-free in oom_kill_process (bnc#1012628).
|
||||
- mm: hwpoison: use do_send_sig_info() instead of force_sig()
|
||||
(bnc#1012628).
|
||||
- mm: migrate: don't rely on __PageMovable() of newpage after
|
||||
unlocking it (bnc#1012628).
|
||||
- of: overlay: add tests to validate kfrees from overlay removal
|
||||
(bnc#1012628).
|
||||
- of: overlay: add missing of_node_get() in __of_attach_node_sysfs
|
||||
(bnc#1012628).
|
||||
- of: overlay: use prop add changeset entry for property in new
|
||||
nodes (bnc#1012628).
|
||||
- of: overlay: do not duplicate properties from overlay for new
|
||||
nodes (bnc#1012628).
|
||||
- md/raid5: fix 'out of memory' during raid cache recovery
|
||||
(bnc#1012628).
|
||||
- cifs: Always resolve hostname before reconnecting (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch.
|
||||
- commit 730812f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 31 08:37:50 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 4.20.6
|
||||
%define patchversion 4.20.7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
BuildRequires: kernel%kernel_flavor-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
|
||||
%if 0%{?rhel_version}
|
||||
BuildRequires: kernel
|
||||
@ -64,9 +64,9 @@ BuildRequires: dracut
|
||||
Summary: package kernel and initrd for OBS VM builds
|
||||
License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 4.20.6
|
||||
Version: 4.20.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g463cfd2
|
||||
Release: <RELEASE>.g730812f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 7 08:16:45 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.20.7 (bnc#1012628).
|
||||
- drm/msm/gpu: fix building without debugfs (bnc#1012628).
|
||||
- ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulation
|
||||
(bnc#1012628).
|
||||
- ipvlan, l3mdev: fix broken l3s mode wrt local routes
|
||||
(bnc#1012628).
|
||||
- l2tp: copy 4 more bytes to linear part if necessary
|
||||
(bnc#1012628).
|
||||
- l2tp: fix reading optional fields of L2TPv3 (bnc#1012628).
|
||||
- net: ip_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- net: ip_gre: use erspan key field for tunnel lookup
|
||||
(bnc#1012628).
|
||||
- net/ipv6: don't return positive numbers when nothing was dumped
|
||||
(bnc#1012628).
|
||||
- net/mlx4_core: Add masking for a few queries on HCA caps
|
||||
(bnc#1012628).
|
||||
- netrom: switch to sock timer API (bnc#1012628).
|
||||
- net/rose: fix NULL ax25_cb kernel panic (bnc#1012628).
|
||||
- net: set default network namespace in init_dummy_netdev()
|
||||
(bnc#1012628).
|
||||
- ravb: expand rx descriptor data to accommodate hw checksum
|
||||
(bnc#1012628).
|
||||
- sctp: improve the events for sctp stream reset (bnc#1012628).
|
||||
- tun: move the call to tun_set_real_num_queues (bnc#1012628).
|
||||
- ucc_geth: Reset BQL queue when stopping device (bnc#1012628).
|
||||
- vhost: fix OOB in get_rx_bufs() (bnc#1012628).
|
||||
- net: ip6_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- sctp: improve the events for sctp stream adding (bnc#1012628).
|
||||
- net/mlx5e: Allow MAC invalidation while spoofchk is ON
|
||||
(bnc#1012628).
|
||||
- ip6mr: Fix notifiers call on mroute_clean_tables()
|
||||
(bnc#1012628).
|
||||
- Revert "net/mlx5e: E-Switch, Initialize eswitch only if eswitch
|
||||
manager" (bnc#1012628).
|
||||
- sctp: set chunk transport correctly when it's a new asoc
|
||||
(bnc#1012628).
|
||||
- sctp: set flow sport from saddr only when it's 0 (bnc#1012628).
|
||||
- net: tls: Fix deadlock in free_resources tx (bnc#1012628).
|
||||
- net: tls: Save iv in tls_rec for async crypto requests
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't enable NAPI when interface is down
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't call free_old_xmit_skbs for xdp_frames
|
||||
(bnc#1012628).
|
||||
- virtio_net: Fix not restoring real_num_rx_queues (bnc#1012628).
|
||||
- virtio_net: Fix out of bounds access of sq (bnc#1012628).
|
||||
- virtio_net: Don't process redirected XDP frames when XDP is
|
||||
disabled (bnc#1012628).
|
||||
- virtio_net: Use xdp_return_frame to free xdp_frames on
|
||||
destroying vqs (bnc#1012628).
|
||||
- virtio_net: Differentiate sk_buff and xdp_frame on freeing
|
||||
(bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a socket to an
|
||||
address (bnc#1012628).
|
||||
- CIFS: Do not count -ENODATA as failure for query directory
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix possible oops and memory leaks in async IO
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix trace command logging for SMB2 reads and writes
|
||||
(bnc#1012628).
|
||||
- CIFS: fix use-after-free of the lease keys (bnc#1012628).
|
||||
- CIFS: Do not consider -ENODATA as stat failure for reads
|
||||
(bnc#1012628).
|
||||
- fs/dcache: Fix incorrect nr_dentry_unused accounting in
|
||||
shrink_dcache_sb() (bnc#1012628).
|
||||
- iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()
|
||||
(bnc#1012628).
|
||||
- selftests/seccomp: Enhance per-arch ptrace syscall skip tests
|
||||
(bnc#1012628).
|
||||
- NFS: Fix up return value on fatal errors in
|
||||
nfs_page_async_flush() (bnc#1012628).
|
||||
- ARM: cns3xxx: Fix writing to wrong PCI config registers after
|
||||
alignment (bnc#1012628).
|
||||
- arm64: kaslr: ensure randomized quantities are clean also when
|
||||
kaslr is off (bnc#1012628).
|
||||
- arm64: Do not issue IPIs for user executable ptes (bnc#1012628).
|
||||
- arm64: hyp-stub: Forbid kprobing of the hyp-stub (bnc#1012628).
|
||||
- arm64: hibernate: Clean the __hyp_text to PoC after resume
|
||||
(bnc#1012628).
|
||||
- gpio: altera-a10sr: Set proper output level for direction_output
|
||||
(bnc#1012628).
|
||||
- gpiolib: fix line event timestamps for nested irqs
|
||||
(bnc#1012628).
|
||||
- gpio: pcf857x: Fix interrupts on multiple instances
|
||||
(bnc#1012628).
|
||||
- gpio: sprd: Fix the incorrect data register (bnc#1012628).
|
||||
- gpio: sprd: Fix incorrect irq type setting for the async EIC
|
||||
(bnc#1012628).
|
||||
- gfs2: Revert "Fix loop in gfs2_rbm_find" (bnc#1012628).
|
||||
- mmc: bcm2835: Fix DMA channel leak on probe error (bnc#1012628).
|
||||
- mmc: mediatek: fix incorrect register setting of
|
||||
hs400_cmd_int_delay (bnc#1012628).
|
||||
- ALSA: usb-audio: Add Opus #3 to quirks for native DSD support
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek - Fixed hp_pin no value (bnc#1012628).
|
||||
- ALSA: pcm: Fix tight loop of OSS capture stream (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs upon device disassociation (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociate
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Remove overly conservative VM_EXEC flag check
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Add limit test for RC/UC send via loopback
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Map 0x35 to KEY_SCREENLOCK
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Drop mapping of 0x33 and 0x34 scan
|
||||
codes (bnc#1012628).
|
||||
- Btrfs: fix deadlock when allocating tree block during leaf/node
|
||||
split (bnc#1012628).
|
||||
- btrfs: On error always free subvol_name in btrfs_mount
|
||||
(bnc#1012628).
|
||||
- kernel/exit.c: release ptraced tasks before zap_pid_ns_processes
|
||||
(bnc#1012628).
|
||||
- mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAIT
|
||||
(bnc#1012628).
|
||||
- oom, oom_reaper: do not enqueue same task twice (bnc#1012628).
|
||||
- mm,memory_hotplug: fix scan_movable_pages() for gigantic
|
||||
hugepages (bnc#1012628).
|
||||
- mm, oom: fix use-after-free in oom_kill_process (bnc#1012628).
|
||||
- mm: hwpoison: use do_send_sig_info() instead of force_sig()
|
||||
(bnc#1012628).
|
||||
- mm: migrate: don't rely on __PageMovable() of newpage after
|
||||
unlocking it (bnc#1012628).
|
||||
- of: overlay: add tests to validate kfrees from overlay removal
|
||||
(bnc#1012628).
|
||||
- of: overlay: add missing of_node_get() in __of_attach_node_sysfs
|
||||
(bnc#1012628).
|
||||
- of: overlay: use prop add changeset entry for property in new
|
||||
nodes (bnc#1012628).
|
||||
- of: overlay: do not duplicate properties from overlay for new
|
||||
nodes (bnc#1012628).
|
||||
- md/raid5: fix 'out of memory' during raid cache recovery
|
||||
(bnc#1012628).
|
||||
- cifs: Always resolve hostname before reconnecting (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch.
|
||||
- commit 730812f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 31 08:37:50 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 4.20.6
|
||||
%define patchversion 4.20.7
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Basic QA tests for the kernel
|
||||
License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 4.20.6
|
||||
Version: 4.20.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g463cfd2
|
||||
Release: <RELEASE>.g730812f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 7 08:16:45 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.20.7 (bnc#1012628).
|
||||
- drm/msm/gpu: fix building without debugfs (bnc#1012628).
|
||||
- ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulation
|
||||
(bnc#1012628).
|
||||
- ipvlan, l3mdev: fix broken l3s mode wrt local routes
|
||||
(bnc#1012628).
|
||||
- l2tp: copy 4 more bytes to linear part if necessary
|
||||
(bnc#1012628).
|
||||
- l2tp: fix reading optional fields of L2TPv3 (bnc#1012628).
|
||||
- net: ip_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- net: ip_gre: use erspan key field for tunnel lookup
|
||||
(bnc#1012628).
|
||||
- net/ipv6: don't return positive numbers when nothing was dumped
|
||||
(bnc#1012628).
|
||||
- net/mlx4_core: Add masking for a few queries on HCA caps
|
||||
(bnc#1012628).
|
||||
- netrom: switch to sock timer API (bnc#1012628).
|
||||
- net/rose: fix NULL ax25_cb kernel panic (bnc#1012628).
|
||||
- net: set default network namespace in init_dummy_netdev()
|
||||
(bnc#1012628).
|
||||
- ravb: expand rx descriptor data to accommodate hw checksum
|
||||
(bnc#1012628).
|
||||
- sctp: improve the events for sctp stream reset (bnc#1012628).
|
||||
- tun: move the call to tun_set_real_num_queues (bnc#1012628).
|
||||
- ucc_geth: Reset BQL queue when stopping device (bnc#1012628).
|
||||
- vhost: fix OOB in get_rx_bufs() (bnc#1012628).
|
||||
- net: ip6_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- sctp: improve the events for sctp stream adding (bnc#1012628).
|
||||
- net/mlx5e: Allow MAC invalidation while spoofchk is ON
|
||||
(bnc#1012628).
|
||||
- ip6mr: Fix notifiers call on mroute_clean_tables()
|
||||
(bnc#1012628).
|
||||
- Revert "net/mlx5e: E-Switch, Initialize eswitch only if eswitch
|
||||
manager" (bnc#1012628).
|
||||
- sctp: set chunk transport correctly when it's a new asoc
|
||||
(bnc#1012628).
|
||||
- sctp: set flow sport from saddr only when it's 0 (bnc#1012628).
|
||||
- net: tls: Fix deadlock in free_resources tx (bnc#1012628).
|
||||
- net: tls: Save iv in tls_rec for async crypto requests
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't enable NAPI when interface is down
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't call free_old_xmit_skbs for xdp_frames
|
||||
(bnc#1012628).
|
||||
- virtio_net: Fix not restoring real_num_rx_queues (bnc#1012628).
|
||||
- virtio_net: Fix out of bounds access of sq (bnc#1012628).
|
||||
- virtio_net: Don't process redirected XDP frames when XDP is
|
||||
disabled (bnc#1012628).
|
||||
- virtio_net: Use xdp_return_frame to free xdp_frames on
|
||||
destroying vqs (bnc#1012628).
|
||||
- virtio_net: Differentiate sk_buff and xdp_frame on freeing
|
||||
(bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a socket to an
|
||||
address (bnc#1012628).
|
||||
- CIFS: Do not count -ENODATA as failure for query directory
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix possible oops and memory leaks in async IO
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix trace command logging for SMB2 reads and writes
|
||||
(bnc#1012628).
|
||||
- CIFS: fix use-after-free of the lease keys (bnc#1012628).
|
||||
- CIFS: Do not consider -ENODATA as stat failure for reads
|
||||
(bnc#1012628).
|
||||
- fs/dcache: Fix incorrect nr_dentry_unused accounting in
|
||||
shrink_dcache_sb() (bnc#1012628).
|
||||
- iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()
|
||||
(bnc#1012628).
|
||||
- selftests/seccomp: Enhance per-arch ptrace syscall skip tests
|
||||
(bnc#1012628).
|
||||
- NFS: Fix up return value on fatal errors in
|
||||
nfs_page_async_flush() (bnc#1012628).
|
||||
- ARM: cns3xxx: Fix writing to wrong PCI config registers after
|
||||
alignment (bnc#1012628).
|
||||
- arm64: kaslr: ensure randomized quantities are clean also when
|
||||
kaslr is off (bnc#1012628).
|
||||
- arm64: Do not issue IPIs for user executable ptes (bnc#1012628).
|
||||
- arm64: hyp-stub: Forbid kprobing of the hyp-stub (bnc#1012628).
|
||||
- arm64: hibernate: Clean the __hyp_text to PoC after resume
|
||||
(bnc#1012628).
|
||||
- gpio: altera-a10sr: Set proper output level for direction_output
|
||||
(bnc#1012628).
|
||||
- gpiolib: fix line event timestamps for nested irqs
|
||||
(bnc#1012628).
|
||||
- gpio: pcf857x: Fix interrupts on multiple instances
|
||||
(bnc#1012628).
|
||||
- gpio: sprd: Fix the incorrect data register (bnc#1012628).
|
||||
- gpio: sprd: Fix incorrect irq type setting for the async EIC
|
||||
(bnc#1012628).
|
||||
- gfs2: Revert "Fix loop in gfs2_rbm_find" (bnc#1012628).
|
||||
- mmc: bcm2835: Fix DMA channel leak on probe error (bnc#1012628).
|
||||
- mmc: mediatek: fix incorrect register setting of
|
||||
hs400_cmd_int_delay (bnc#1012628).
|
||||
- ALSA: usb-audio: Add Opus #3 to quirks for native DSD support
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek - Fixed hp_pin no value (bnc#1012628).
|
||||
- ALSA: pcm: Fix tight loop of OSS capture stream (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs upon device disassociation (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociate
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Remove overly conservative VM_EXEC flag check
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Add limit test for RC/UC send via loopback
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Map 0x35 to KEY_SCREENLOCK
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Drop mapping of 0x33 and 0x34 scan
|
||||
codes (bnc#1012628).
|
||||
- Btrfs: fix deadlock when allocating tree block during leaf/node
|
||||
split (bnc#1012628).
|
||||
- btrfs: On error always free subvol_name in btrfs_mount
|
||||
(bnc#1012628).
|
||||
- kernel/exit.c: release ptraced tasks before zap_pid_ns_processes
|
||||
(bnc#1012628).
|
||||
- mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAIT
|
||||
(bnc#1012628).
|
||||
- oom, oom_reaper: do not enqueue same task twice (bnc#1012628).
|
||||
- mm,memory_hotplug: fix scan_movable_pages() for gigantic
|
||||
hugepages (bnc#1012628).
|
||||
- mm, oom: fix use-after-free in oom_kill_process (bnc#1012628).
|
||||
- mm: hwpoison: use do_send_sig_info() instead of force_sig()
|
||||
(bnc#1012628).
|
||||
- mm: migrate: don't rely on __PageMovable() of newpage after
|
||||
unlocking it (bnc#1012628).
|
||||
- of: overlay: add tests to validate kfrees from overlay removal
|
||||
(bnc#1012628).
|
||||
- of: overlay: add missing of_node_get() in __of_attach_node_sysfs
|
||||
(bnc#1012628).
|
||||
- of: overlay: use prop add changeset entry for property in new
|
||||
nodes (bnc#1012628).
|
||||
- of: overlay: do not duplicate properties from overlay for new
|
||||
nodes (bnc#1012628).
|
||||
- md/raid5: fix 'out of memory' during raid cache recovery
|
||||
(bnc#1012628).
|
||||
- cifs: Always resolve hostname before reconnecting (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch.
|
||||
- commit 730812f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 31 08:37:50 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 4.20
|
||||
%define patchversion 4.20.6
|
||||
%define patchversion 4.20.7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -58,9 +58,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.20.6
|
||||
Version: 4.20.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g463cfd2
|
||||
Release: <RELEASE>.g730812f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -165,10 +165,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-%build_flavor-base-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
Provides: kernel-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: %name-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
@ -1159,8 +1159,8 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-%build_flavor-base-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
Provides: kernel-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
|
||||
%ifarch %ix86
|
||||
Provides: kernel-vmi-base = 2.6.38
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 7 08:16:45 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.20.7 (bnc#1012628).
|
||||
- drm/msm/gpu: fix building without debugfs (bnc#1012628).
|
||||
- ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulation
|
||||
(bnc#1012628).
|
||||
- ipvlan, l3mdev: fix broken l3s mode wrt local routes
|
||||
(bnc#1012628).
|
||||
- l2tp: copy 4 more bytes to linear part if necessary
|
||||
(bnc#1012628).
|
||||
- l2tp: fix reading optional fields of L2TPv3 (bnc#1012628).
|
||||
- net: ip_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- net: ip_gre: use erspan key field for tunnel lookup
|
||||
(bnc#1012628).
|
||||
- net/ipv6: don't return positive numbers when nothing was dumped
|
||||
(bnc#1012628).
|
||||
- net/mlx4_core: Add masking for a few queries on HCA caps
|
||||
(bnc#1012628).
|
||||
- netrom: switch to sock timer API (bnc#1012628).
|
||||
- net/rose: fix NULL ax25_cb kernel panic (bnc#1012628).
|
||||
- net: set default network namespace in init_dummy_netdev()
|
||||
(bnc#1012628).
|
||||
- ravb: expand rx descriptor data to accommodate hw checksum
|
||||
(bnc#1012628).
|
||||
- sctp: improve the events for sctp stream reset (bnc#1012628).
|
||||
- tun: move the call to tun_set_real_num_queues (bnc#1012628).
|
||||
- ucc_geth: Reset BQL queue when stopping device (bnc#1012628).
|
||||
- vhost: fix OOB in get_rx_bufs() (bnc#1012628).
|
||||
- net: ip6_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- sctp: improve the events for sctp stream adding (bnc#1012628).
|
||||
- net/mlx5e: Allow MAC invalidation while spoofchk is ON
|
||||
(bnc#1012628).
|
||||
- ip6mr: Fix notifiers call on mroute_clean_tables()
|
||||
(bnc#1012628).
|
||||
- Revert "net/mlx5e: E-Switch, Initialize eswitch only if eswitch
|
||||
manager" (bnc#1012628).
|
||||
- sctp: set chunk transport correctly when it's a new asoc
|
||||
(bnc#1012628).
|
||||
- sctp: set flow sport from saddr only when it's 0 (bnc#1012628).
|
||||
- net: tls: Fix deadlock in free_resources tx (bnc#1012628).
|
||||
- net: tls: Save iv in tls_rec for async crypto requests
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't enable NAPI when interface is down
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't call free_old_xmit_skbs for xdp_frames
|
||||
(bnc#1012628).
|
||||
- virtio_net: Fix not restoring real_num_rx_queues (bnc#1012628).
|
||||
- virtio_net: Fix out of bounds access of sq (bnc#1012628).
|
||||
- virtio_net: Don't process redirected XDP frames when XDP is
|
||||
disabled (bnc#1012628).
|
||||
- virtio_net: Use xdp_return_frame to free xdp_frames on
|
||||
destroying vqs (bnc#1012628).
|
||||
- virtio_net: Differentiate sk_buff and xdp_frame on freeing
|
||||
(bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a socket to an
|
||||
address (bnc#1012628).
|
||||
- CIFS: Do not count -ENODATA as failure for query directory
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix possible oops and memory leaks in async IO
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix trace command logging for SMB2 reads and writes
|
||||
(bnc#1012628).
|
||||
- CIFS: fix use-after-free of the lease keys (bnc#1012628).
|
||||
- CIFS: Do not consider -ENODATA as stat failure for reads
|
||||
(bnc#1012628).
|
||||
- fs/dcache: Fix incorrect nr_dentry_unused accounting in
|
||||
shrink_dcache_sb() (bnc#1012628).
|
||||
- iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()
|
||||
(bnc#1012628).
|
||||
- selftests/seccomp: Enhance per-arch ptrace syscall skip tests
|
||||
(bnc#1012628).
|
||||
- NFS: Fix up return value on fatal errors in
|
||||
nfs_page_async_flush() (bnc#1012628).
|
||||
- ARM: cns3xxx: Fix writing to wrong PCI config registers after
|
||||
alignment (bnc#1012628).
|
||||
- arm64: kaslr: ensure randomized quantities are clean also when
|
||||
kaslr is off (bnc#1012628).
|
||||
- arm64: Do not issue IPIs for user executable ptes (bnc#1012628).
|
||||
- arm64: hyp-stub: Forbid kprobing of the hyp-stub (bnc#1012628).
|
||||
- arm64: hibernate: Clean the __hyp_text to PoC after resume
|
||||
(bnc#1012628).
|
||||
- gpio: altera-a10sr: Set proper output level for direction_output
|
||||
(bnc#1012628).
|
||||
- gpiolib: fix line event timestamps for nested irqs
|
||||
(bnc#1012628).
|
||||
- gpio: pcf857x: Fix interrupts on multiple instances
|
||||
(bnc#1012628).
|
||||
- gpio: sprd: Fix the incorrect data register (bnc#1012628).
|
||||
- gpio: sprd: Fix incorrect irq type setting for the async EIC
|
||||
(bnc#1012628).
|
||||
- gfs2: Revert "Fix loop in gfs2_rbm_find" (bnc#1012628).
|
||||
- mmc: bcm2835: Fix DMA channel leak on probe error (bnc#1012628).
|
||||
- mmc: mediatek: fix incorrect register setting of
|
||||
hs400_cmd_int_delay (bnc#1012628).
|
||||
- ALSA: usb-audio: Add Opus #3 to quirks for native DSD support
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek - Fixed hp_pin no value (bnc#1012628).
|
||||
- ALSA: pcm: Fix tight loop of OSS capture stream (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs upon device disassociation (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociate
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Remove overly conservative VM_EXEC flag check
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Add limit test for RC/UC send via loopback
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Map 0x35 to KEY_SCREENLOCK
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Drop mapping of 0x33 and 0x34 scan
|
||||
codes (bnc#1012628).
|
||||
- Btrfs: fix deadlock when allocating tree block during leaf/node
|
||||
split (bnc#1012628).
|
||||
- btrfs: On error always free subvol_name in btrfs_mount
|
||||
(bnc#1012628).
|
||||
- kernel/exit.c: release ptraced tasks before zap_pid_ns_processes
|
||||
(bnc#1012628).
|
||||
- mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAIT
|
||||
(bnc#1012628).
|
||||
- oom, oom_reaper: do not enqueue same task twice (bnc#1012628).
|
||||
- mm,memory_hotplug: fix scan_movable_pages() for gigantic
|
||||
hugepages (bnc#1012628).
|
||||
- mm, oom: fix use-after-free in oom_kill_process (bnc#1012628).
|
||||
- mm: hwpoison: use do_send_sig_info() instead of force_sig()
|
||||
(bnc#1012628).
|
||||
- mm: migrate: don't rely on __PageMovable() of newpage after
|
||||
unlocking it (bnc#1012628).
|
||||
- of: overlay: add tests to validate kfrees from overlay removal
|
||||
(bnc#1012628).
|
||||
- of: overlay: add missing of_node_get() in __of_attach_node_sysfs
|
||||
(bnc#1012628).
|
||||
- of: overlay: use prop add changeset entry for property in new
|
||||
nodes (bnc#1012628).
|
||||
- of: overlay: do not duplicate properties from overlay for new
|
||||
nodes (bnc#1012628).
|
||||
- md/raid5: fix 'out of memory' during raid cache recovery
|
||||
(bnc#1012628).
|
||||
- cifs: Always resolve hostname before reconnecting (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch.
|
||||
- commit 730812f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 31 08:37:50 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 4.20
|
||||
%define patchversion 4.20.6
|
||||
%define patchversion 4.20.7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -30,9 +30,9 @@ Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 4.20.6
|
||||
Version: 4.20.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g463cfd2
|
||||
Release: <RELEASE>.g730812f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -43,7 +43,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: %name-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 7 08:16:45 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.20.7 (bnc#1012628).
|
||||
- drm/msm/gpu: fix building without debugfs (bnc#1012628).
|
||||
- ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulation
|
||||
(bnc#1012628).
|
||||
- ipvlan, l3mdev: fix broken l3s mode wrt local routes
|
||||
(bnc#1012628).
|
||||
- l2tp: copy 4 more bytes to linear part if necessary
|
||||
(bnc#1012628).
|
||||
- l2tp: fix reading optional fields of L2TPv3 (bnc#1012628).
|
||||
- net: ip_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- net: ip_gre: use erspan key field for tunnel lookup
|
||||
(bnc#1012628).
|
||||
- net/ipv6: don't return positive numbers when nothing was dumped
|
||||
(bnc#1012628).
|
||||
- net/mlx4_core: Add masking for a few queries on HCA caps
|
||||
(bnc#1012628).
|
||||
- netrom: switch to sock timer API (bnc#1012628).
|
||||
- net/rose: fix NULL ax25_cb kernel panic (bnc#1012628).
|
||||
- net: set default network namespace in init_dummy_netdev()
|
||||
(bnc#1012628).
|
||||
- ravb: expand rx descriptor data to accommodate hw checksum
|
||||
(bnc#1012628).
|
||||
- sctp: improve the events for sctp stream reset (bnc#1012628).
|
||||
- tun: move the call to tun_set_real_num_queues (bnc#1012628).
|
||||
- ucc_geth: Reset BQL queue when stopping device (bnc#1012628).
|
||||
- vhost: fix OOB in get_rx_bufs() (bnc#1012628).
|
||||
- net: ip6_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- sctp: improve the events for sctp stream adding (bnc#1012628).
|
||||
- net/mlx5e: Allow MAC invalidation while spoofchk is ON
|
||||
(bnc#1012628).
|
||||
- ip6mr: Fix notifiers call on mroute_clean_tables()
|
||||
(bnc#1012628).
|
||||
- Revert "net/mlx5e: E-Switch, Initialize eswitch only if eswitch
|
||||
manager" (bnc#1012628).
|
||||
- sctp: set chunk transport correctly when it's a new asoc
|
||||
(bnc#1012628).
|
||||
- sctp: set flow sport from saddr only when it's 0 (bnc#1012628).
|
||||
- net: tls: Fix deadlock in free_resources tx (bnc#1012628).
|
||||
- net: tls: Save iv in tls_rec for async crypto requests
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't enable NAPI when interface is down
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't call free_old_xmit_skbs for xdp_frames
|
||||
(bnc#1012628).
|
||||
- virtio_net: Fix not restoring real_num_rx_queues (bnc#1012628).
|
||||
- virtio_net: Fix out of bounds access of sq (bnc#1012628).
|
||||
- virtio_net: Don't process redirected XDP frames when XDP is
|
||||
disabled (bnc#1012628).
|
||||
- virtio_net: Use xdp_return_frame to free xdp_frames on
|
||||
destroying vqs (bnc#1012628).
|
||||
- virtio_net: Differentiate sk_buff and xdp_frame on freeing
|
||||
(bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a socket to an
|
||||
address (bnc#1012628).
|
||||
- CIFS: Do not count -ENODATA as failure for query directory
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix possible oops and memory leaks in async IO
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix trace command logging for SMB2 reads and writes
|
||||
(bnc#1012628).
|
||||
- CIFS: fix use-after-free of the lease keys (bnc#1012628).
|
||||
- CIFS: Do not consider -ENODATA as stat failure for reads
|
||||
(bnc#1012628).
|
||||
- fs/dcache: Fix incorrect nr_dentry_unused accounting in
|
||||
shrink_dcache_sb() (bnc#1012628).
|
||||
- iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()
|
||||
(bnc#1012628).
|
||||
- selftests/seccomp: Enhance per-arch ptrace syscall skip tests
|
||||
(bnc#1012628).
|
||||
- NFS: Fix up return value on fatal errors in
|
||||
nfs_page_async_flush() (bnc#1012628).
|
||||
- ARM: cns3xxx: Fix writing to wrong PCI config registers after
|
||||
alignment (bnc#1012628).
|
||||
- arm64: kaslr: ensure randomized quantities are clean also when
|
||||
kaslr is off (bnc#1012628).
|
||||
- arm64: Do not issue IPIs for user executable ptes (bnc#1012628).
|
||||
- arm64: hyp-stub: Forbid kprobing of the hyp-stub (bnc#1012628).
|
||||
- arm64: hibernate: Clean the __hyp_text to PoC after resume
|
||||
(bnc#1012628).
|
||||
- gpio: altera-a10sr: Set proper output level for direction_output
|
||||
(bnc#1012628).
|
||||
- gpiolib: fix line event timestamps for nested irqs
|
||||
(bnc#1012628).
|
||||
- gpio: pcf857x: Fix interrupts on multiple instances
|
||||
(bnc#1012628).
|
||||
- gpio: sprd: Fix the incorrect data register (bnc#1012628).
|
||||
- gpio: sprd: Fix incorrect irq type setting for the async EIC
|
||||
(bnc#1012628).
|
||||
- gfs2: Revert "Fix loop in gfs2_rbm_find" (bnc#1012628).
|
||||
- mmc: bcm2835: Fix DMA channel leak on probe error (bnc#1012628).
|
||||
- mmc: mediatek: fix incorrect register setting of
|
||||
hs400_cmd_int_delay (bnc#1012628).
|
||||
- ALSA: usb-audio: Add Opus #3 to quirks for native DSD support
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek - Fixed hp_pin no value (bnc#1012628).
|
||||
- ALSA: pcm: Fix tight loop of OSS capture stream (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs upon device disassociation (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociate
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Remove overly conservative VM_EXEC flag check
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Add limit test for RC/UC send via loopback
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Map 0x35 to KEY_SCREENLOCK
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Drop mapping of 0x33 and 0x34 scan
|
||||
codes (bnc#1012628).
|
||||
- Btrfs: fix deadlock when allocating tree block during leaf/node
|
||||
split (bnc#1012628).
|
||||
- btrfs: On error always free subvol_name in btrfs_mount
|
||||
(bnc#1012628).
|
||||
- kernel/exit.c: release ptraced tasks before zap_pid_ns_processes
|
||||
(bnc#1012628).
|
||||
- mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAIT
|
||||
(bnc#1012628).
|
||||
- oom, oom_reaper: do not enqueue same task twice (bnc#1012628).
|
||||
- mm,memory_hotplug: fix scan_movable_pages() for gigantic
|
||||
hugepages (bnc#1012628).
|
||||
- mm, oom: fix use-after-free in oom_kill_process (bnc#1012628).
|
||||
- mm: hwpoison: use do_send_sig_info() instead of force_sig()
|
||||
(bnc#1012628).
|
||||
- mm: migrate: don't rely on __PageMovable() of newpage after
|
||||
unlocking it (bnc#1012628).
|
||||
- of: overlay: add tests to validate kfrees from overlay removal
|
||||
(bnc#1012628).
|
||||
- of: overlay: add missing of_node_get() in __of_attach_node_sysfs
|
||||
(bnc#1012628).
|
||||
- of: overlay: use prop add changeset entry for property in new
|
||||
nodes (bnc#1012628).
|
||||
- of: overlay: do not duplicate properties from overlay for new
|
||||
nodes (bnc#1012628).
|
||||
- md/raid5: fix 'out of memory' during raid cache recovery
|
||||
(bnc#1012628).
|
||||
- cifs: Always resolve hostname before reconnecting (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch.
|
||||
- commit 730812f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 31 08:37:50 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 4.20.6
|
||||
Version: 4.20.7
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g463cfd2
|
||||
Release: <RELEASE>.g730812f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -55,7 +55,7 @@ Requires: kernel-zfcpdump-devel = %version-%source_rel
|
||||
%endif
|
||||
Requires: pesign-obs-integration
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: %name-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 7 08:16:45 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.20.7 (bnc#1012628).
|
||||
- drm/msm/gpu: fix building without debugfs (bnc#1012628).
|
||||
- ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulation
|
||||
(bnc#1012628).
|
||||
- ipvlan, l3mdev: fix broken l3s mode wrt local routes
|
||||
(bnc#1012628).
|
||||
- l2tp: copy 4 more bytes to linear part if necessary
|
||||
(bnc#1012628).
|
||||
- l2tp: fix reading optional fields of L2TPv3 (bnc#1012628).
|
||||
- net: ip_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- net: ip_gre: use erspan key field for tunnel lookup
|
||||
(bnc#1012628).
|
||||
- net/ipv6: don't return positive numbers when nothing was dumped
|
||||
(bnc#1012628).
|
||||
- net/mlx4_core: Add masking for a few queries on HCA caps
|
||||
(bnc#1012628).
|
||||
- netrom: switch to sock timer API (bnc#1012628).
|
||||
- net/rose: fix NULL ax25_cb kernel panic (bnc#1012628).
|
||||
- net: set default network namespace in init_dummy_netdev()
|
||||
(bnc#1012628).
|
||||
- ravb: expand rx descriptor data to accommodate hw checksum
|
||||
(bnc#1012628).
|
||||
- sctp: improve the events for sctp stream reset (bnc#1012628).
|
||||
- tun: move the call to tun_set_real_num_queues (bnc#1012628).
|
||||
- ucc_geth: Reset BQL queue when stopping device (bnc#1012628).
|
||||
- vhost: fix OOB in get_rx_bufs() (bnc#1012628).
|
||||
- net: ip6_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- sctp: improve the events for sctp stream adding (bnc#1012628).
|
||||
- net/mlx5e: Allow MAC invalidation while spoofchk is ON
|
||||
(bnc#1012628).
|
||||
- ip6mr: Fix notifiers call on mroute_clean_tables()
|
||||
(bnc#1012628).
|
||||
- Revert "net/mlx5e: E-Switch, Initialize eswitch only if eswitch
|
||||
manager" (bnc#1012628).
|
||||
- sctp: set chunk transport correctly when it's a new asoc
|
||||
(bnc#1012628).
|
||||
- sctp: set flow sport from saddr only when it's 0 (bnc#1012628).
|
||||
- net: tls: Fix deadlock in free_resources tx (bnc#1012628).
|
||||
- net: tls: Save iv in tls_rec for async crypto requests
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't enable NAPI when interface is down
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't call free_old_xmit_skbs for xdp_frames
|
||||
(bnc#1012628).
|
||||
- virtio_net: Fix not restoring real_num_rx_queues (bnc#1012628).
|
||||
- virtio_net: Fix out of bounds access of sq (bnc#1012628).
|
||||
- virtio_net: Don't process redirected XDP frames when XDP is
|
||||
disabled (bnc#1012628).
|
||||
- virtio_net: Use xdp_return_frame to free xdp_frames on
|
||||
destroying vqs (bnc#1012628).
|
||||
- virtio_net: Differentiate sk_buff and xdp_frame on freeing
|
||||
(bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a socket to an
|
||||
address (bnc#1012628).
|
||||
- CIFS: Do not count -ENODATA as failure for query directory
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix possible oops and memory leaks in async IO
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix trace command logging for SMB2 reads and writes
|
||||
(bnc#1012628).
|
||||
- CIFS: fix use-after-free of the lease keys (bnc#1012628).
|
||||
- CIFS: Do not consider -ENODATA as stat failure for reads
|
||||
(bnc#1012628).
|
||||
- fs/dcache: Fix incorrect nr_dentry_unused accounting in
|
||||
shrink_dcache_sb() (bnc#1012628).
|
||||
- iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()
|
||||
(bnc#1012628).
|
||||
- selftests/seccomp: Enhance per-arch ptrace syscall skip tests
|
||||
(bnc#1012628).
|
||||
- NFS: Fix up return value on fatal errors in
|
||||
nfs_page_async_flush() (bnc#1012628).
|
||||
- ARM: cns3xxx: Fix writing to wrong PCI config registers after
|
||||
alignment (bnc#1012628).
|
||||
- arm64: kaslr: ensure randomized quantities are clean also when
|
||||
kaslr is off (bnc#1012628).
|
||||
- arm64: Do not issue IPIs for user executable ptes (bnc#1012628).
|
||||
- arm64: hyp-stub: Forbid kprobing of the hyp-stub (bnc#1012628).
|
||||
- arm64: hibernate: Clean the __hyp_text to PoC after resume
|
||||
(bnc#1012628).
|
||||
- gpio: altera-a10sr: Set proper output level for direction_output
|
||||
(bnc#1012628).
|
||||
- gpiolib: fix line event timestamps for nested irqs
|
||||
(bnc#1012628).
|
||||
- gpio: pcf857x: Fix interrupts on multiple instances
|
||||
(bnc#1012628).
|
||||
- gpio: sprd: Fix the incorrect data register (bnc#1012628).
|
||||
- gpio: sprd: Fix incorrect irq type setting for the async EIC
|
||||
(bnc#1012628).
|
||||
- gfs2: Revert "Fix loop in gfs2_rbm_find" (bnc#1012628).
|
||||
- mmc: bcm2835: Fix DMA channel leak on probe error (bnc#1012628).
|
||||
- mmc: mediatek: fix incorrect register setting of
|
||||
hs400_cmd_int_delay (bnc#1012628).
|
||||
- ALSA: usb-audio: Add Opus #3 to quirks for native DSD support
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek - Fixed hp_pin no value (bnc#1012628).
|
||||
- ALSA: pcm: Fix tight loop of OSS capture stream (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs upon device disassociation (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociate
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Remove overly conservative VM_EXEC flag check
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Add limit test for RC/UC send via loopback
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Map 0x35 to KEY_SCREENLOCK
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Drop mapping of 0x33 and 0x34 scan
|
||||
codes (bnc#1012628).
|
||||
- Btrfs: fix deadlock when allocating tree block during leaf/node
|
||||
split (bnc#1012628).
|
||||
- btrfs: On error always free subvol_name in btrfs_mount
|
||||
(bnc#1012628).
|
||||
- kernel/exit.c: release ptraced tasks before zap_pid_ns_processes
|
||||
(bnc#1012628).
|
||||
- mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAIT
|
||||
(bnc#1012628).
|
||||
- oom, oom_reaper: do not enqueue same task twice (bnc#1012628).
|
||||
- mm,memory_hotplug: fix scan_movable_pages() for gigantic
|
||||
hugepages (bnc#1012628).
|
||||
- mm, oom: fix use-after-free in oom_kill_process (bnc#1012628).
|
||||
- mm: hwpoison: use do_send_sig_info() instead of force_sig()
|
||||
(bnc#1012628).
|
||||
- mm: migrate: don't rely on __PageMovable() of newpage after
|
||||
unlocking it (bnc#1012628).
|
||||
- of: overlay: add tests to validate kfrees from overlay removal
|
||||
(bnc#1012628).
|
||||
- of: overlay: add missing of_node_get() in __of_attach_node_sysfs
|
||||
(bnc#1012628).
|
||||
- of: overlay: use prop add changeset entry for property in new
|
||||
nodes (bnc#1012628).
|
||||
- of: overlay: do not duplicate properties from overlay for new
|
||||
nodes (bnc#1012628).
|
||||
- md/raid5: fix 'out of memory' during raid cache recovery
|
||||
(bnc#1012628).
|
||||
- cifs: Always resolve hostname before reconnecting (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch.
|
||||
- commit 730812f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 31 08:37:50 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 4.20
|
||||
%define patchversion 4.20.6
|
||||
%define patchversion 4.20.7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -58,9 +58,9 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.20.6
|
||||
Version: 4.20.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g463cfd2
|
||||
Release: <RELEASE>.g730812f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -165,10 +165,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-%build_flavor-base-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
Provides: kernel-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: %name-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
@ -1130,8 +1130,8 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-%build_flavor-base-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
Provides: kernel-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
|
||||
%obsolete_rebuilds %name-base
|
||||
%ifarch %ix86
|
||||
|
@ -1,3 +1,144 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 7 08:16:45 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.20.7 (bnc#1012628).
|
||||
- drm/msm/gpu: fix building without debugfs (bnc#1012628).
|
||||
- ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulation
|
||||
(bnc#1012628).
|
||||
- ipvlan, l3mdev: fix broken l3s mode wrt local routes
|
||||
(bnc#1012628).
|
||||
- l2tp: copy 4 more bytes to linear part if necessary
|
||||
(bnc#1012628).
|
||||
- l2tp: fix reading optional fields of L2TPv3 (bnc#1012628).
|
||||
- net: ip_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- net: ip_gre: use erspan key field for tunnel lookup
|
||||
(bnc#1012628).
|
||||
- net/ipv6: don't return positive numbers when nothing was dumped
|
||||
(bnc#1012628).
|
||||
- net/mlx4_core: Add masking for a few queries on HCA caps
|
||||
(bnc#1012628).
|
||||
- netrom: switch to sock timer API (bnc#1012628).
|
||||
- net/rose: fix NULL ax25_cb kernel panic (bnc#1012628).
|
||||
- net: set default network namespace in init_dummy_netdev()
|
||||
(bnc#1012628).
|
||||
- ravb: expand rx descriptor data to accommodate hw checksum
|
||||
(bnc#1012628).
|
||||
- sctp: improve the events for sctp stream reset (bnc#1012628).
|
||||
- tun: move the call to tun_set_real_num_queues (bnc#1012628).
|
||||
- ucc_geth: Reset BQL queue when stopping device (bnc#1012628).
|
||||
- vhost: fix OOB in get_rx_bufs() (bnc#1012628).
|
||||
- net: ip6_gre: always reports o_key to userspace (bnc#1012628).
|
||||
- sctp: improve the events for sctp stream adding (bnc#1012628).
|
||||
- net/mlx5e: Allow MAC invalidation while spoofchk is ON
|
||||
(bnc#1012628).
|
||||
- ip6mr: Fix notifiers call on mroute_clean_tables()
|
||||
(bnc#1012628).
|
||||
- Revert "net/mlx5e: E-Switch, Initialize eswitch only if eswitch
|
||||
manager" (bnc#1012628).
|
||||
- sctp: set chunk transport correctly when it's a new asoc
|
||||
(bnc#1012628).
|
||||
- sctp: set flow sport from saddr only when it's 0 (bnc#1012628).
|
||||
- net: tls: Fix deadlock in free_resources tx (bnc#1012628).
|
||||
- net: tls: Save iv in tls_rec for async crypto requests
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't enable NAPI when interface is down
|
||||
(bnc#1012628).
|
||||
- virtio_net: Don't call free_old_xmit_skbs for xdp_frames
|
||||
(bnc#1012628).
|
||||
- virtio_net: Fix not restoring real_num_rx_queues (bnc#1012628).
|
||||
- virtio_net: Fix out of bounds access of sq (bnc#1012628).
|
||||
- virtio_net: Don't process redirected XDP frames when XDP is
|
||||
disabled (bnc#1012628).
|
||||
- virtio_net: Use xdp_return_frame to free xdp_frames on
|
||||
destroying vqs (bnc#1012628).
|
||||
- virtio_net: Differentiate sk_buff and xdp_frame on freeing
|
||||
(bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a socket to an
|
||||
address (bnc#1012628).
|
||||
- CIFS: Do not count -ENODATA as failure for query directory
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix possible oops and memory leaks in async IO
|
||||
(bnc#1012628).
|
||||
- CIFS: Fix trace command logging for SMB2 reads and writes
|
||||
(bnc#1012628).
|
||||
- CIFS: fix use-after-free of the lease keys (bnc#1012628).
|
||||
- CIFS: Do not consider -ENODATA as stat failure for reads
|
||||
(bnc#1012628).
|
||||
- fs/dcache: Fix incorrect nr_dentry_unused accounting in
|
||||
shrink_dcache_sb() (bnc#1012628).
|
||||
- iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()
|
||||
(bnc#1012628).
|
||||
- selftests/seccomp: Enhance per-arch ptrace syscall skip tests
|
||||
(bnc#1012628).
|
||||
- NFS: Fix up return value on fatal errors in
|
||||
nfs_page_async_flush() (bnc#1012628).
|
||||
- ARM: cns3xxx: Fix writing to wrong PCI config registers after
|
||||
alignment (bnc#1012628).
|
||||
- arm64: kaslr: ensure randomized quantities are clean also when
|
||||
kaslr is off (bnc#1012628).
|
||||
- arm64: Do not issue IPIs for user executable ptes (bnc#1012628).
|
||||
- arm64: hyp-stub: Forbid kprobing of the hyp-stub (bnc#1012628).
|
||||
- arm64: hibernate: Clean the __hyp_text to PoC after resume
|
||||
(bnc#1012628).
|
||||
- gpio: altera-a10sr: Set proper output level for direction_output
|
||||
(bnc#1012628).
|
||||
- gpiolib: fix line event timestamps for nested irqs
|
||||
(bnc#1012628).
|
||||
- gpio: pcf857x: Fix interrupts on multiple instances
|
||||
(bnc#1012628).
|
||||
- gpio: sprd: Fix the incorrect data register (bnc#1012628).
|
||||
- gpio: sprd: Fix incorrect irq type setting for the async EIC
|
||||
(bnc#1012628).
|
||||
- gfs2: Revert "Fix loop in gfs2_rbm_find" (bnc#1012628).
|
||||
- mmc: bcm2835: Fix DMA channel leak on probe error (bnc#1012628).
|
||||
- mmc: mediatek: fix incorrect register setting of
|
||||
hs400_cmd_int_delay (bnc#1012628).
|
||||
- ALSA: usb-audio: Add Opus #3 to quirks for native DSD support
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/realtek - Fixed hp_pin no value (bnc#1012628).
|
||||
- ALSA: pcm: Fix tight loop of OSS capture stream (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs upon device disassociation (bnc#1012628).
|
||||
- IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociate
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Remove overly conservative VM_EXEC flag check
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Add limit test for RC/UC send via loopback
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Map 0x35 to KEY_SCREENLOCK
|
||||
(bnc#1012628).
|
||||
- platform/x86: asus-nb-wmi: Drop mapping of 0x33 and 0x34 scan
|
||||
codes (bnc#1012628).
|
||||
- Btrfs: fix deadlock when allocating tree block during leaf/node
|
||||
split (bnc#1012628).
|
||||
- btrfs: On error always free subvol_name in btrfs_mount
|
||||
(bnc#1012628).
|
||||
- kernel/exit.c: release ptraced tasks before zap_pid_ns_processes
|
||||
(bnc#1012628).
|
||||
- mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAIT
|
||||
(bnc#1012628).
|
||||
- oom, oom_reaper: do not enqueue same task twice (bnc#1012628).
|
||||
- mm,memory_hotplug: fix scan_movable_pages() for gigantic
|
||||
hugepages (bnc#1012628).
|
||||
- mm, oom: fix use-after-free in oom_kill_process (bnc#1012628).
|
||||
- mm: hwpoison: use do_send_sig_info() instead of force_sig()
|
||||
(bnc#1012628).
|
||||
- mm: migrate: don't rely on __PageMovable() of newpage after
|
||||
unlocking it (bnc#1012628).
|
||||
- of: overlay: add tests to validate kfrees from overlay removal
|
||||
(bnc#1012628).
|
||||
- of: overlay: add missing of_node_get() in __of_attach_node_sysfs
|
||||
(bnc#1012628).
|
||||
- of: overlay: use prop add changeset entry for property in new
|
||||
nodes (bnc#1012628).
|
||||
- of: overlay: do not duplicate properties from overlay for new
|
||||
nodes (bnc#1012628).
|
||||
- md/raid5: fix 'out of memory' during raid cache recovery
|
||||
(bnc#1012628).
|
||||
- cifs: Always resolve hostname before reconnecting (bnc#1012628).
|
||||
- Refresh
|
||||
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch.
|
||||
- commit 730812f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 31 08:37:50 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 4.20
|
||||
%define patchversion 4.20.6
|
||||
%define patchversion 4.20.7
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -58,9 +58,9 @@ Name: kernel-zfcpdump
|
||||
Summary: The IBM System Z zfcpdump Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.20.6
|
||||
Version: 4.20.7
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g463cfd2
|
||||
Release: <RELEASE>.g730812f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -165,10 +165,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-%build_flavor-base-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
Provides: kernel-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: %name-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
@ -1133,8 +1133,8 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-srchash = 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
Provides: kernel-%build_flavor-base-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
Provides: kernel-srchash = 730812f3821d2615098bae3d5729948f123be98f
|
||||
|
||||
%obsolete_rebuilds %name-base
|
||||
%ifarch %ix86
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65a519aabc79a653f098553fa40ca039b950f65c80436c0fbe6635f111654138
|
||||
size 512377
|
||||
oid sha256:1be7270ce9487c05606e1323ba65cd110bd40c68227ee3d0690a377e56844474
|
||||
size 571435
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:823e0261156072cca4d4ffffe7441537dafc736114f1b0361a1fbb8cdc8377e2
|
||||
size 58949
|
||||
oid sha256:6e3f62804d99f7a52cf728e26e480dbbe6d08a5c1e384f79cc4f210f0b8c3314
|
||||
size 58896
|
||||
|
81
series.conf
81
series.conf
@ -656,6 +656,87 @@
|
||||
patches.kernel.org/4.20.6-117-ide-fix-a-typo-in-the-settings-proc-file-name.patch
|
||||
patches.kernel.org/4.20.6-118-Input-input_event-fix-the-CONFIG_SPARC64-mixup.patch
|
||||
patches.kernel.org/4.20.6-119-Linux-4.20.6.patch
|
||||
patches.kernel.org/4.20.7-001-drm-msm-gpu-fix-building-without-debugfs.patch
|
||||
patches.kernel.org/4.20.7-002-ipv6-sr-clear-IP6CB-skb-on-SRH-ip4ip6-encapsul.patch
|
||||
patches.kernel.org/4.20.7-003-ipvlan-l3mdev-fix-broken-l3s-mode-wrt-local-ro.patch
|
||||
patches.kernel.org/4.20.7-004-l2tp-copy-4-more-bytes-to-linear-part-if-neces.patch
|
||||
patches.kernel.org/4.20.7-005-l2tp-fix-reading-optional-fields-of-L2TPv3.patch
|
||||
patches.kernel.org/4.20.7-006-net-ip_gre-always-reports-o_key-to-userspace.patch
|
||||
patches.kernel.org/4.20.7-007-net-ip_gre-use-erspan-key-field-for-tunnel-loo.patch
|
||||
patches.kernel.org/4.20.7-008-net-ipv6-don-t-return-positive-numbers-when-no.patch
|
||||
patches.kernel.org/4.20.7-009-net-mlx4_core-Add-masking-for-a-few-queries-on.patch
|
||||
patches.kernel.org/4.20.7-010-netrom-switch-to-sock-timer-API.patch
|
||||
patches.kernel.org/4.20.7-011-net-rose-fix-NULL-ax25_cb-kernel-panic.patch
|
||||
patches.kernel.org/4.20.7-012-net-set-default-network-namespace-in-init_dumm.patch
|
||||
patches.kernel.org/4.20.7-013-ravb-expand-rx-descriptor-data-to-accommodate-.patch
|
||||
patches.kernel.org/4.20.7-014-sctp-improve-the-events-for-sctp-stream-reset.patch
|
||||
patches.kernel.org/4.20.7-015-tun-move-the-call-to-tun_set_real_num_queues.patch
|
||||
patches.kernel.org/4.20.7-016-ucc_geth-Reset-BQL-queue-when-stopping-device.patch
|
||||
patches.kernel.org/4.20.7-017-vhost-fix-OOB-in-get_rx_bufs.patch
|
||||
patches.kernel.org/4.20.7-018-net-ip6_gre-always-reports-o_key-to-userspace.patch
|
||||
patches.kernel.org/4.20.7-019-sctp-improve-the-events-for-sctp-stream-adding.patch
|
||||
patches.kernel.org/4.20.7-020-net-mlx5e-Allow-MAC-invalidation-while-spoofch.patch
|
||||
patches.kernel.org/4.20.7-021-ip6mr-Fix-notifiers-call-on-mroute_clean_table.patch
|
||||
patches.kernel.org/4.20.7-022-Revert-net-mlx5e-E-Switch-Initialize-eswitch-o.patch
|
||||
patches.kernel.org/4.20.7-023-sctp-set-chunk-transport-correctly-when-it-s-a.patch
|
||||
patches.kernel.org/4.20.7-024-sctp-set-flow-sport-from-saddr-only-when-it-s-.patch
|
||||
patches.kernel.org/4.20.7-025-net-tls-Fix-deadlock-in-free_resources-tx.patch
|
||||
patches.kernel.org/4.20.7-026-net-tls-Save-iv-in-tls_rec-for-async-crypto-re.patch
|
||||
patches.kernel.org/4.20.7-027-virtio_net-Don-t-enable-NAPI-when-interface-is.patch
|
||||
patches.kernel.org/4.20.7-028-virtio_net-Don-t-call-free_old_xmit_skbs-for-x.patch
|
||||
patches.kernel.org/4.20.7-029-virtio_net-Fix-not-restoring-real_num_rx_queue.patch
|
||||
patches.kernel.org/4.20.7-030-virtio_net-Fix-out-of-bounds-access-of-sq.patch
|
||||
patches.kernel.org/4.20.7-031-virtio_net-Don-t-process-redirected-XDP-frames.patch
|
||||
patches.kernel.org/4.20.7-032-virtio_net-Use-xdp_return_frame-to-free-xdp_fr.patch
|
||||
patches.kernel.org/4.20.7-033-virtio_net-Differentiate-sk_buff-and-xdp_frame.patch
|
||||
patches.kernel.org/4.20.7-034-ipv6-Consider-sk_bound_dev_if-when-binding-a-s.patch
|
||||
patches.kernel.org/4.20.7-035-CIFS-Do-not-count-ENODATA-as-failure-for-query.patch
|
||||
patches.kernel.org/4.20.7-036-CIFS-Fix-possible-oops-and-memory-leaks-in-asy.patch
|
||||
patches.kernel.org/4.20.7-037-CIFS-Fix-trace-command-logging-for-SMB2-reads-.patch
|
||||
patches.kernel.org/4.20.7-038-CIFS-fix-use-after-free-of-the-lease-keys.patch
|
||||
patches.kernel.org/4.20.7-039-CIFS-Do-not-consider-ENODATA-as-stat-failure-f.patch
|
||||
patches.kernel.org/4.20.7-040-fs-dcache-Fix-incorrect-nr_dentry_unused-accou.patch
|
||||
patches.kernel.org/4.20.7-041-iommu-vt-d-Fix-memory-leak-in-intel_iommu_put_.patch
|
||||
patches.kernel.org/4.20.7-042-selftests-seccomp-Enhance-per-arch-ptrace-sysc.patch
|
||||
patches.kernel.org/4.20.7-043-NFS-Fix-up-return-value-on-fatal-errors-in-nfs.patch
|
||||
patches.kernel.org/4.20.7-044-ARM-cns3xxx-Fix-writing-to-wrong-PCI-config-re.patch
|
||||
patches.kernel.org/4.20.7-045-arm64-kaslr-ensure-randomized-quantities-are-c.patch
|
||||
patches.kernel.org/4.20.7-046-arm64-Do-not-issue-IPIs-for-user-executable-pt.patch
|
||||
patches.kernel.org/4.20.7-047-arm64-hyp-stub-Forbid-kprobing-of-the-hyp-stub.patch
|
||||
patches.kernel.org/4.20.7-048-arm64-hibernate-Clean-the-__hyp_text-to-PoC-af.patch
|
||||
patches.kernel.org/4.20.7-049-gpio-altera-a10sr-Set-proper-output-level-for-.patch
|
||||
patches.kernel.org/4.20.7-050-gpiolib-fix-line-event-timestamps-for-nested-i.patch
|
||||
patches.kernel.org/4.20.7-051-gpio-pcf857x-Fix-interrupts-on-multiple-instan.patch
|
||||
patches.kernel.org/4.20.7-052-gpio-sprd-Fix-the-incorrect-data-register.patch
|
||||
patches.kernel.org/4.20.7-053-gpio-sprd-Fix-incorrect-irq-type-setting-for-t.patch
|
||||
patches.kernel.org/4.20.7-054-gfs2-Revert-Fix-loop-in-gfs2_rbm_find.patch
|
||||
patches.kernel.org/4.20.7-055-mmc-bcm2835-Fix-DMA-channel-leak-on-probe-erro.patch
|
||||
patches.kernel.org/4.20.7-056-mmc-mediatek-fix-incorrect-register-setting-of.patch
|
||||
patches.kernel.org/4.20.7-057-ALSA-usb-audio-Add-Opus-3-to-quirks-for-native.patch
|
||||
patches.kernel.org/4.20.7-058-ALSA-hda-realtek-Fixed-hp_pin-no-value.patch
|
||||
patches.kernel.org/4.20.7-059-ALSA-pcm-Fix-tight-loop-of-OSS-capture-stream.patch
|
||||
patches.kernel.org/4.20.7-060-IB-uverbs-Fix-OOPs-upon-device-disassociation.patch
|
||||
patches.kernel.org/4.20.7-061-IB-uverbs-Fix-OOPs-in-uverbs_user_mmap_disasso.patch
|
||||
patches.kernel.org/4.20.7-062-IB-hfi1-Remove-overly-conservative-VM_EXEC-fla.patch
|
||||
patches.kernel.org/4.20.7-063-IB-hfi1-Add-limit-test-for-RC-UC-send-via-loop.patch
|
||||
patches.kernel.org/4.20.7-064-platform-x86-asus-nb-wmi-Map-0x35-to-KEY_SCREE.patch
|
||||
patches.kernel.org/4.20.7-065-platform-x86-asus-nb-wmi-Drop-mapping-of-0x33-.patch
|
||||
patches.kernel.org/4.20.7-066-Btrfs-fix-deadlock-when-allocating-tree-block-.patch
|
||||
patches.kernel.org/4.20.7-067-btrfs-On-error-always-free-subvol_name-in-btrf.patch
|
||||
patches.kernel.org/4.20.7-068-kernel-exit.c-release-ptraced-tasks-before-zap.patch
|
||||
patches.kernel.org/4.20.7-069-mm-hugetlb.c-teach-follow_hugetlb_page-to-hand.patch
|
||||
patches.kernel.org/4.20.7-070-oom-oom_reaper-do-not-enqueue-same-task-twice.patch
|
||||
patches.kernel.org/4.20.7-071-mm-memory_hotplug-fix-scan_movable_pages-for-g.patch
|
||||
patches.kernel.org/4.20.7-072-mm-oom-fix-use-after-free-in-oom_kill_process.patch
|
||||
patches.kernel.org/4.20.7-073-mm-hwpoison-use-do_send_sig_info-instead-of-fo.patch
|
||||
patches.kernel.org/4.20.7-074-mm-migrate-don-t-rely-on-__PageMovable-of-newp.patch
|
||||
patches.kernel.org/4.20.7-075-of-overlay-add-tests-to-validate-kfrees-from-o.patch
|
||||
patches.kernel.org/4.20.7-076-of-overlay-add-missing-of_node_get-in-__of_att.patch
|
||||
patches.kernel.org/4.20.7-077-of-overlay-use-prop-add-changeset-entry-for-pr.patch
|
||||
patches.kernel.org/4.20.7-078-of-overlay-do-not-duplicate-properties-from-ov.patch
|
||||
patches.kernel.org/4.20.7-079-md-raid5-fix-out-of-memory-during-raid-cache-r.patch
|
||||
patches.kernel.org/4.20.7-080-cifs-Always-resolve-hostname-before-reconnecti.patch
|
||||
patches.kernel.org/4.20.7-081-Linux-4.20.7.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
|
@ -1,3 +1,3 @@
|
||||
2019-01-31 07:37:50 +0000
|
||||
GIT Revision: 463cfd25c84819224a0a6dc800d8214af111d5ea
|
||||
2019-02-07 07:16:45 +0000
|
||||
GIT Revision: 730812f3821d2615098bae3d5729948f123be98f
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user