commit e72147839652fcf7a4ceb7b84c93c9f7a6f393ba

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=869
This commit is contained in:
Jiri Slaby 2018-06-12 10:06:39 +00:00 committed by Git OBS Bridge
parent fe64820ec3
commit 1d7116b47b
38 changed files with 751 additions and 106 deletions

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Jun 12 11:38:53 CEST 2018 - jslaby@suse.cz
- Linux 4.17.1 (bnc#1012628).
- netfilter: nf_flow_table: attach dst to skbs (bnc#1012628).
- bnx2x: use the right constant (bnc#1012628).
- ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table
succeeds (bnc#1012628).
- ipv6: omit traffic class when calculating flow hash (bnc#1012628
bsc#1095042).
- l2tp: fix refcount leakage on PPPoL2TP sockets (bnc#1012628).
- netdev-FAQ: clarify DaveM's position for stable backports
(bnc#1012628).
- net: metrics: add proper netlink validation (bnc#1012628).
- net/packet: refine check for priv area size (bnc#1012628).
- rtnetlink: validate attributes in do_setlink() (bnc#1012628).
- sctp: not allow transport timeout value less than HZ/5 for
hb_timer (bnc#1012628).
- team: use netdev_features_t instead of u32 (bnc#1012628).
- vrf: check the original netdevice for generating redirect
(bnc#1012628).
- net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
(bnc#1012628).
- ipmr: fix error path when ipmr_new_table fails (bnc#1012628).
- PCI: hv: Do not wait forever on a device that has disappeared
(bnc#1012628).
- Delete
patches.suse/ipv6-omit-traffic-class-when-calculating-flow-hash.patch.
- commit 17c8abe
-------------------------------------------------------------------
Fri Jun 8 15:42:50 CEST 2018 - tiwai@suse.de
- mtd: spi-nor: intel-spi: Fix atomic sequence handling
(bsc#1073836).
- commit c31c53d
-------------------------------------------------------------------
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 4.17
%define patchversion 4.17.0
%define patchversion 4.17.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -29,9 +29,9 @@
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols})
Name: dtb-aarch64
Version: 4.17.0
Version: 4.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g3bb90e7
Release: <RELEASE>.ge721478
%else
Release: 0
%endif

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Jun 12 11:38:53 CEST 2018 - jslaby@suse.cz
- Linux 4.17.1 (bnc#1012628).
- netfilter: nf_flow_table: attach dst to skbs (bnc#1012628).
- bnx2x: use the right constant (bnc#1012628).
- ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table
succeeds (bnc#1012628).
- ipv6: omit traffic class when calculating flow hash (bnc#1012628
bsc#1095042).
- l2tp: fix refcount leakage on PPPoL2TP sockets (bnc#1012628).
- netdev-FAQ: clarify DaveM's position for stable backports
(bnc#1012628).
- net: metrics: add proper netlink validation (bnc#1012628).
- net/packet: refine check for priv area size (bnc#1012628).
- rtnetlink: validate attributes in do_setlink() (bnc#1012628).
- sctp: not allow transport timeout value less than HZ/5 for
hb_timer (bnc#1012628).
- team: use netdev_features_t instead of u32 (bnc#1012628).
- vrf: check the original netdevice for generating redirect
(bnc#1012628).
- net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
(bnc#1012628).
- ipmr: fix error path when ipmr_new_table fails (bnc#1012628).
- PCI: hv: Do not wait forever on a device that has disappeared
(bnc#1012628).
- Delete
patches.suse/ipv6-omit-traffic-class-when-calculating-flow-hash.patch.
- commit 17c8abe
-------------------------------------------------------------------
Fri Jun 8 15:42:50 CEST 2018 - tiwai@suse.de
- mtd: spi-nor: intel-spi: Fix atomic sequence handling
(bsc#1073836).
- commit c31c53d
-------------------------------------------------------------------
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 4.17
%define patchversion 4.17.0
%define patchversion 4.17.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -29,9 +29,9 @@
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols})
Name: dtb-armv6l
Version: 4.17.0
Version: 4.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g3bb90e7
Release: <RELEASE>.ge721478
%else
Release: 0
%endif

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Jun 12 11:38:53 CEST 2018 - jslaby@suse.cz
- Linux 4.17.1 (bnc#1012628).
- netfilter: nf_flow_table: attach dst to skbs (bnc#1012628).
- bnx2x: use the right constant (bnc#1012628).
- ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table
succeeds (bnc#1012628).
- ipv6: omit traffic class when calculating flow hash (bnc#1012628
bsc#1095042).
- l2tp: fix refcount leakage on PPPoL2TP sockets (bnc#1012628).
- netdev-FAQ: clarify DaveM's position for stable backports
(bnc#1012628).
- net: metrics: add proper netlink validation (bnc#1012628).
- net/packet: refine check for priv area size (bnc#1012628).
- rtnetlink: validate attributes in do_setlink() (bnc#1012628).
- sctp: not allow transport timeout value less than HZ/5 for
hb_timer (bnc#1012628).
- team: use netdev_features_t instead of u32 (bnc#1012628).
- vrf: check the original netdevice for generating redirect
(bnc#1012628).
- net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
(bnc#1012628).
- ipmr: fix error path when ipmr_new_table fails (bnc#1012628).
- PCI: hv: Do not wait forever on a device that has disappeared
(bnc#1012628).
- Delete
patches.suse/ipv6-omit-traffic-class-when-calculating-flow-hash.patch.
- commit 17c8abe
-------------------------------------------------------------------
Fri Jun 8 15:42:50 CEST 2018 - tiwai@suse.de
- mtd: spi-nor: intel-spi: Fix atomic sequence handling
(bsc#1073836).
- commit c31c53d
-------------------------------------------------------------------
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 4.17
%define patchversion 4.17.0
%define patchversion 4.17.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -29,9 +29,9 @@
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols})
Name: dtb-armv7l
Version: 4.17.0
Version: 4.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g3bb90e7
Release: <RELEASE>.ge721478
%else
Release: 0
%endif

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Jun 12 11:38:53 CEST 2018 - jslaby@suse.cz
- Linux 4.17.1 (bnc#1012628).
- netfilter: nf_flow_table: attach dst to skbs (bnc#1012628).
- bnx2x: use the right constant (bnc#1012628).
- ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table
succeeds (bnc#1012628).
- ipv6: omit traffic class when calculating flow hash (bnc#1012628
bsc#1095042).
- l2tp: fix refcount leakage on PPPoL2TP sockets (bnc#1012628).
- netdev-FAQ: clarify DaveM's position for stable backports
(bnc#1012628).
- net: metrics: add proper netlink validation (bnc#1012628).
- net/packet: refine check for priv area size (bnc#1012628).
- rtnetlink: validate attributes in do_setlink() (bnc#1012628).
- sctp: not allow transport timeout value less than HZ/5 for
hb_timer (bnc#1012628).
- team: use netdev_features_t instead of u32 (bnc#1012628).
- vrf: check the original netdevice for generating redirect
(bnc#1012628).
- net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
(bnc#1012628).
- ipmr: fix error path when ipmr_new_table fails (bnc#1012628).
- PCI: hv: Do not wait forever on a device that has disappeared
(bnc#1012628).
- Delete
patches.suse/ipv6-omit-traffic-class-when-calculating-flow-hash.patch.
- commit 17c8abe
-------------------------------------------------------------------
Fri Jun 8 15:42:50 CEST 2018 - tiwai@suse.de
- mtd: spi-nor: intel-spi: Fix atomic sequence handling
(bsc#1073836).
- commit c31c53d
-------------------------------------------------------------------
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 4.17
%define patchversion 4.17.0
%define patchversion 4.17.1
%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.17.0
Version: 4.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g3bb90e7
Release: <RELEASE>.ge721478
%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 = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
# END COMMON DEPS
Provides: %name-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: %name-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
%obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
Source2: source-post.sh
@ -1094,8 +1094,8 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
%obsolete_rebuilds %name-base
%ifarch %ix86

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Jun 12 11:38:53 CEST 2018 - jslaby@suse.cz
- Linux 4.17.1 (bnc#1012628).
- netfilter: nf_flow_table: attach dst to skbs (bnc#1012628).
- bnx2x: use the right constant (bnc#1012628).
- ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table
succeeds (bnc#1012628).
- ipv6: omit traffic class when calculating flow hash (bnc#1012628
bsc#1095042).
- l2tp: fix refcount leakage on PPPoL2TP sockets (bnc#1012628).
- netdev-FAQ: clarify DaveM's position for stable backports
(bnc#1012628).
- net: metrics: add proper netlink validation (bnc#1012628).
- net/packet: refine check for priv area size (bnc#1012628).
- rtnetlink: validate attributes in do_setlink() (bnc#1012628).
- sctp: not allow transport timeout value less than HZ/5 for
hb_timer (bnc#1012628).
- team: use netdev_features_t instead of u32 (bnc#1012628).
- vrf: check the original netdevice for generating redirect
(bnc#1012628).
- net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
(bnc#1012628).
- ipmr: fix error path when ipmr_new_table fails (bnc#1012628).
- PCI: hv: Do not wait forever on a device that has disappeared
(bnc#1012628).
- Delete
patches.suse/ipv6-omit-traffic-class-when-calculating-flow-hash.patch.
- commit 17c8abe
-------------------------------------------------------------------
Fri Jun 8 15:42:50 CEST 2018 - tiwai@suse.de
- mtd: spi-nor: intel-spi: Fix atomic sequence handling
(bsc#1073836).
- commit c31c53d
-------------------------------------------------------------------
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 4.17
%define patchversion 4.17.0
%define patchversion 4.17.1
%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.17.0
Version: 4.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g3bb90e7
Release: <RELEASE>.ge721478
%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 = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
# END COMMON DEPS
Provides: %name-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: %name-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
%ifarch ppc64
Provides: kernel-kdump = 2.6.28
Obsoletes: kernel-kdump <= 2.6.28
@ -1100,8 +1100,8 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
%ifarch ppc64
Provides: kernel-kdump-base = 2.6.28

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Jun 12 11:38:53 CEST 2018 - jslaby@suse.cz
- Linux 4.17.1 (bnc#1012628).
- netfilter: nf_flow_table: attach dst to skbs (bnc#1012628).
- bnx2x: use the right constant (bnc#1012628).
- ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table
succeeds (bnc#1012628).
- ipv6: omit traffic class when calculating flow hash (bnc#1012628
bsc#1095042).
- l2tp: fix refcount leakage on PPPoL2TP sockets (bnc#1012628).
- netdev-FAQ: clarify DaveM's position for stable backports
(bnc#1012628).
- net: metrics: add proper netlink validation (bnc#1012628).
- net/packet: refine check for priv area size (bnc#1012628).
- rtnetlink: validate attributes in do_setlink() (bnc#1012628).
- sctp: not allow transport timeout value less than HZ/5 for
hb_timer (bnc#1012628).
- team: use netdev_features_t instead of u32 (bnc#1012628).
- vrf: check the original netdevice for generating redirect
(bnc#1012628).
- net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
(bnc#1012628).
- ipmr: fix error path when ipmr_new_table fails (bnc#1012628).
- PCI: hv: Do not wait forever on a device that has disappeared
(bnc#1012628).
- Delete
patches.suse/ipv6-omit-traffic-class-when-calculating-flow-hash.patch.
- commit 17c8abe
-------------------------------------------------------------------
Fri Jun 8 15:42:50 CEST 2018 - tiwai@suse.de
- mtd: spi-nor: intel-spi: Fix atomic sequence handling
(bsc#1073836).
- commit c31c53d
-------------------------------------------------------------------
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 4.17
%define patchversion 4.17.0
%define patchversion 4.17.1
%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.17.0
Version: 4.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g3bb90e7
Release: <RELEASE>.ge721478
%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 = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
# END COMMON DEPS
Provides: %name-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: %name-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
%ifarch %ix86
Provides: kernel-smp = 2.6.17
Obsoletes: kernel-smp <= 2.6.17
@ -1143,8 +1143,8 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
%ifarch %ix86
Provides: kernel-trace-base = 3.13

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Jun 12 11:38:53 CEST 2018 - jslaby@suse.cz
- Linux 4.17.1 (bnc#1012628).
- netfilter: nf_flow_table: attach dst to skbs (bnc#1012628).
- bnx2x: use the right constant (bnc#1012628).
- ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table
succeeds (bnc#1012628).
- ipv6: omit traffic class when calculating flow hash (bnc#1012628
bsc#1095042).
- l2tp: fix refcount leakage on PPPoL2TP sockets (bnc#1012628).
- netdev-FAQ: clarify DaveM's position for stable backports
(bnc#1012628).
- net: metrics: add proper netlink validation (bnc#1012628).
- net/packet: refine check for priv area size (bnc#1012628).
- rtnetlink: validate attributes in do_setlink() (bnc#1012628).
- sctp: not allow transport timeout value less than HZ/5 for
hb_timer (bnc#1012628).
- team: use netdev_features_t instead of u32 (bnc#1012628).
- vrf: check the original netdevice for generating redirect
(bnc#1012628).
- net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
(bnc#1012628).
- ipmr: fix error path when ipmr_new_table fails (bnc#1012628).
- PCI: hv: Do not wait forever on a device that has disappeared
(bnc#1012628).
- Delete
patches.suse/ipv6-omit-traffic-class-when-calculating-flow-hash.patch.
- commit 17c8abe
-------------------------------------------------------------------
Fri Jun 8 15:42:50 CEST 2018 - tiwai@suse.de
- mtd: spi-nor: intel-spi: Fix atomic sequence handling
(bsc#1073836).
- commit c31c53d
-------------------------------------------------------------------
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz

View File

@ -17,7 +17,7 @@
%define srcversion 4.17
%define patchversion 4.17.0
%define patchversion 4.17.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -31,9 +31,9 @@ Name: kernel-docs
Summary: Kernel Documentation
License: GPL-2.0
Group: Documentation/Man
Version: 4.17.0
Version: 4.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g3bb90e7
Release: <RELEASE>.ge721478
%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 = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: %name-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Jun 12 11:38:53 CEST 2018 - jslaby@suse.cz
- Linux 4.17.1 (bnc#1012628).
- netfilter: nf_flow_table: attach dst to skbs (bnc#1012628).
- bnx2x: use the right constant (bnc#1012628).
- ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table
succeeds (bnc#1012628).
- ipv6: omit traffic class when calculating flow hash (bnc#1012628
bsc#1095042).
- l2tp: fix refcount leakage on PPPoL2TP sockets (bnc#1012628).
- netdev-FAQ: clarify DaveM's position for stable backports
(bnc#1012628).
- net: metrics: add proper netlink validation (bnc#1012628).
- net/packet: refine check for priv area size (bnc#1012628).
- rtnetlink: validate attributes in do_setlink() (bnc#1012628).
- sctp: not allow transport timeout value less than HZ/5 for
hb_timer (bnc#1012628).
- team: use netdev_features_t instead of u32 (bnc#1012628).
- vrf: check the original netdevice for generating redirect
(bnc#1012628).
- net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
(bnc#1012628).
- ipmr: fix error path when ipmr_new_table fails (bnc#1012628).
- PCI: hv: Do not wait forever on a device that has disappeared
(bnc#1012628).
- Delete
patches.suse/ipv6-omit-traffic-class-when-calculating-flow-hash.patch.
- commit 17c8abe
-------------------------------------------------------------------
Fri Jun 8 15:42:50 CEST 2018 - tiwai@suse.de
- mtd: spi-nor: intel-spi: Fix atomic sequence handling
(bsc#1073836).
- commit c31c53d
-------------------------------------------------------------------
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 4.17
%define patchversion 4.17.0
%define patchversion 4.17.1
%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.17.0
Version: 4.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g3bb90e7
Release: <RELEASE>.ge721478
%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 = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
# END COMMON DEPS
Provides: %name-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: %name-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
%obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
Source2: source-post.sh
@ -1098,8 +1098,8 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
%obsolete_rebuilds %name-base
%ifarch %ix86

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Jun 12 11:38:53 CEST 2018 - jslaby@suse.cz
- Linux 4.17.1 (bnc#1012628).
- netfilter: nf_flow_table: attach dst to skbs (bnc#1012628).
- bnx2x: use the right constant (bnc#1012628).
- ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table
succeeds (bnc#1012628).
- ipv6: omit traffic class when calculating flow hash (bnc#1012628
bsc#1095042).
- l2tp: fix refcount leakage on PPPoL2TP sockets (bnc#1012628).
- netdev-FAQ: clarify DaveM's position for stable backports
(bnc#1012628).
- net: metrics: add proper netlink validation (bnc#1012628).
- net/packet: refine check for priv area size (bnc#1012628).
- rtnetlink: validate attributes in do_setlink() (bnc#1012628).
- sctp: not allow transport timeout value less than HZ/5 for
hb_timer (bnc#1012628).
- team: use netdev_features_t instead of u32 (bnc#1012628).
- vrf: check the original netdevice for generating redirect
(bnc#1012628).
- net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
(bnc#1012628).
- ipmr: fix error path when ipmr_new_table fails (bnc#1012628).
- PCI: hv: Do not wait forever on a device that has disappeared
(bnc#1012628).
- Delete
patches.suse/ipv6-omit-traffic-class-when-calculating-flow-hash.patch.
- commit 17c8abe
-------------------------------------------------------------------
Fri Jun 8 15:42:50 CEST 2018 - tiwai@suse.de
- mtd: spi-nor: intel-spi: Fix atomic sequence handling
(bsc#1073836).
- commit c31c53d
-------------------------------------------------------------------
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 4.17
%define patchversion 4.17.0
%define patchversion 4.17.1
%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.17.0
Version: 4.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g3bb90e7
Release: <RELEASE>.ge721478
%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 = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
# END COMMON DEPS
Provides: %name-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: %name-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
%obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
Source2: source-post.sh
@ -1092,8 +1092,8 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
%obsolete_rebuilds %name-base
%ifarch %ix86

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Jun 12 11:38:53 CEST 2018 - jslaby@suse.cz
- Linux 4.17.1 (bnc#1012628).
- netfilter: nf_flow_table: attach dst to skbs (bnc#1012628).
- bnx2x: use the right constant (bnc#1012628).
- ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table
succeeds (bnc#1012628).
- ipv6: omit traffic class when calculating flow hash (bnc#1012628
bsc#1095042).
- l2tp: fix refcount leakage on PPPoL2TP sockets (bnc#1012628).
- netdev-FAQ: clarify DaveM's position for stable backports
(bnc#1012628).
- net: metrics: add proper netlink validation (bnc#1012628).
- net/packet: refine check for priv area size (bnc#1012628).
- rtnetlink: validate attributes in do_setlink() (bnc#1012628).
- sctp: not allow transport timeout value less than HZ/5 for
hb_timer (bnc#1012628).
- team: use netdev_features_t instead of u32 (bnc#1012628).
- vrf: check the original netdevice for generating redirect
(bnc#1012628).
- net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
(bnc#1012628).
- ipmr: fix error path when ipmr_new_table fails (bnc#1012628).
- PCI: hv: Do not wait forever on a device that has disappeared
(bnc#1012628).
- Delete
patches.suse/ipv6-omit-traffic-class-when-calculating-flow-hash.patch.
- commit 17c8abe
-------------------------------------------------------------------
Fri Jun 8 15:42:50 CEST 2018 - tiwai@suse.de
- mtd: spi-nor: intel-spi: Fix atomic sequence handling
(bsc#1073836).
- commit c31c53d
-------------------------------------------------------------------
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz

View File

@ -19,7 +19,7 @@
#!BuildIgnore: post-build-checks
%define patchversion 4.17.0
%define patchversion 4.17.1
%define variant %{nil}
%define vanilla_only 0
@ -45,7 +45,7 @@ BuildRequires: util-linux
%endif
%endif
%endif
BuildRequires: kernel%kernel_flavor-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
BuildRequires: kernel%kernel_flavor-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
%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.17.0
Version: 4.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g3bb90e7
Release: <RELEASE>.ge721478
%else
Release: 0
%endif

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Jun 12 11:38:53 CEST 2018 - jslaby@suse.cz
- Linux 4.17.1 (bnc#1012628).
- netfilter: nf_flow_table: attach dst to skbs (bnc#1012628).
- bnx2x: use the right constant (bnc#1012628).
- ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table
succeeds (bnc#1012628).
- ipv6: omit traffic class when calculating flow hash (bnc#1012628
bsc#1095042).
- l2tp: fix refcount leakage on PPPoL2TP sockets (bnc#1012628).
- netdev-FAQ: clarify DaveM's position for stable backports
(bnc#1012628).
- net: metrics: add proper netlink validation (bnc#1012628).
- net/packet: refine check for priv area size (bnc#1012628).
- rtnetlink: validate attributes in do_setlink() (bnc#1012628).
- sctp: not allow transport timeout value less than HZ/5 for
hb_timer (bnc#1012628).
- team: use netdev_features_t instead of u32 (bnc#1012628).
- vrf: check the original netdevice for generating redirect
(bnc#1012628).
- net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
(bnc#1012628).
- ipmr: fix error path when ipmr_new_table fails (bnc#1012628).
- PCI: hv: Do not wait forever on a device that has disappeared
(bnc#1012628).
- Delete
patches.suse/ipv6-omit-traffic-class-when-calculating-flow-hash.patch.
- commit 17c8abe
-------------------------------------------------------------------
Fri Jun 8 15:42:50 CEST 2018 - tiwai@suse.de
- mtd: spi-nor: intel-spi: Fix atomic sequence handling
(bsc#1073836).
- commit c31c53d
-------------------------------------------------------------------
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz

View File

@ -17,7 +17,7 @@
# needsrootforbuild
%define patchversion 4.17.0
%define patchversion 4.17.1
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Basic QA tests for the kernel
License: GPL-2.0
Group: SLES
Version: 4.17.0
Version: 4.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g3bb90e7
Release: <RELEASE>.ge721478
%else
Release: 0
%endif

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Jun 12 11:38:53 CEST 2018 - jslaby@suse.cz
- Linux 4.17.1 (bnc#1012628).
- netfilter: nf_flow_table: attach dst to skbs (bnc#1012628).
- bnx2x: use the right constant (bnc#1012628).
- ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table
succeeds (bnc#1012628).
- ipv6: omit traffic class when calculating flow hash (bnc#1012628
bsc#1095042).
- l2tp: fix refcount leakage on PPPoL2TP sockets (bnc#1012628).
- netdev-FAQ: clarify DaveM's position for stable backports
(bnc#1012628).
- net: metrics: add proper netlink validation (bnc#1012628).
- net/packet: refine check for priv area size (bnc#1012628).
- rtnetlink: validate attributes in do_setlink() (bnc#1012628).
- sctp: not allow transport timeout value less than HZ/5 for
hb_timer (bnc#1012628).
- team: use netdev_features_t instead of u32 (bnc#1012628).
- vrf: check the original netdevice for generating redirect
(bnc#1012628).
- net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
(bnc#1012628).
- ipmr: fix error path when ipmr_new_table fails (bnc#1012628).
- PCI: hv: Do not wait forever on a device that has disappeared
(bnc#1012628).
- Delete
patches.suse/ipv6-omit-traffic-class-when-calculating-flow-hash.patch.
- commit 17c8abe
-------------------------------------------------------------------
Fri Jun 8 15:42:50 CEST 2018 - tiwai@suse.de
- mtd: spi-nor: intel-spi: Fix atomic sequence handling
(bsc#1073836).
- commit c31c53d
-------------------------------------------------------------------
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 4.17
%define patchversion 4.17.0
%define patchversion 4.17.1
%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.17.0
Version: 4.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g3bb90e7
Release: <RELEASE>.ge721478
%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 = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
# END COMMON DEPS
Provides: %name-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: %name-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
%ifarch %ix86
Provides: kernel-bigsmp = 2.6.17
Obsoletes: kernel-bigsmp <= 2.6.17
@ -1120,8 +1120,8 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
%ifarch %ix86
Provides: kernel-vmi-base = 2.6.38

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Jun 12 11:38:53 CEST 2018 - jslaby@suse.cz
- Linux 4.17.1 (bnc#1012628).
- netfilter: nf_flow_table: attach dst to skbs (bnc#1012628).
- bnx2x: use the right constant (bnc#1012628).
- ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table
succeeds (bnc#1012628).
- ipv6: omit traffic class when calculating flow hash (bnc#1012628
bsc#1095042).
- l2tp: fix refcount leakage on PPPoL2TP sockets (bnc#1012628).
- netdev-FAQ: clarify DaveM's position for stable backports
(bnc#1012628).
- net: metrics: add proper netlink validation (bnc#1012628).
- net/packet: refine check for priv area size (bnc#1012628).
- rtnetlink: validate attributes in do_setlink() (bnc#1012628).
- sctp: not allow transport timeout value less than HZ/5 for
hb_timer (bnc#1012628).
- team: use netdev_features_t instead of u32 (bnc#1012628).
- vrf: check the original netdevice for generating redirect
(bnc#1012628).
- net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
(bnc#1012628).
- ipmr: fix error path when ipmr_new_table fails (bnc#1012628).
- PCI: hv: Do not wait forever on a device that has disappeared
(bnc#1012628).
- Delete
patches.suse/ipv6-omit-traffic-class-when-calculating-flow-hash.patch.
- commit 17c8abe
-------------------------------------------------------------------
Fri Jun 8 15:42:50 CEST 2018 - tiwai@suse.de
- mtd: spi-nor: intel-spi: Fix atomic sequence handling
(bsc#1073836).
- commit c31c53d
-------------------------------------------------------------------
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 4.17
%define patchversion 4.17.0
%define patchversion 4.17.1
%define variant %{nil}
%define vanilla_only 0
@ -30,9 +30,9 @@ Name: kernel-source
Summary: The Linux Kernel Sources
License: GPL-2.0
Group: Development/Sources
Version: 4.17.0
Version: 4.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g3bb90e7
Release: <RELEASE>.ge721478
%else
Release: 0
%endif
@ -43,7 +43,7 @@ BuildRequires: fdupes
BuildRequires: sed
Requires(post): coreutils sed
Provides: %name = %version-%source_rel
Provides: %name-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: %name-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
Provides: linux
Provides: multiversion(kernel)
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Jun 12 11:38:53 CEST 2018 - jslaby@suse.cz
- Linux 4.17.1 (bnc#1012628).
- netfilter: nf_flow_table: attach dst to skbs (bnc#1012628).
- bnx2x: use the right constant (bnc#1012628).
- ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table
succeeds (bnc#1012628).
- ipv6: omit traffic class when calculating flow hash (bnc#1012628
bsc#1095042).
- l2tp: fix refcount leakage on PPPoL2TP sockets (bnc#1012628).
- netdev-FAQ: clarify DaveM's position for stable backports
(bnc#1012628).
- net: metrics: add proper netlink validation (bnc#1012628).
- net/packet: refine check for priv area size (bnc#1012628).
- rtnetlink: validate attributes in do_setlink() (bnc#1012628).
- sctp: not allow transport timeout value less than HZ/5 for
hb_timer (bnc#1012628).
- team: use netdev_features_t instead of u32 (bnc#1012628).
- vrf: check the original netdevice for generating redirect
(bnc#1012628).
- net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
(bnc#1012628).
- ipmr: fix error path when ipmr_new_table fails (bnc#1012628).
- PCI: hv: Do not wait forever on a device that has disappeared
(bnc#1012628).
- Delete
patches.suse/ipv6-omit-traffic-class-when-calculating-flow-hash.patch.
- commit 17c8abe
-------------------------------------------------------------------
Fri Jun 8 15:42:50 CEST 2018 - tiwai@suse.de
- mtd: spi-nor: intel-spi: Fix atomic sequence handling
(bsc#1073836).
- commit c31c53d
-------------------------------------------------------------------
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz

View File

@ -24,10 +24,10 @@ Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
License: GPL-2.0
Group: Development/Sources
Version: 4.17.0
Version: 4.17.1
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.g3bb90e7
Release: <RELEASE>.ge721478
%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 = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: %name-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
Provides: multiversion(kernel)
Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Jun 12 11:38:53 CEST 2018 - jslaby@suse.cz
- Linux 4.17.1 (bnc#1012628).
- netfilter: nf_flow_table: attach dst to skbs (bnc#1012628).
- bnx2x: use the right constant (bnc#1012628).
- ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table
succeeds (bnc#1012628).
- ipv6: omit traffic class when calculating flow hash (bnc#1012628
bsc#1095042).
- l2tp: fix refcount leakage on PPPoL2TP sockets (bnc#1012628).
- netdev-FAQ: clarify DaveM's position for stable backports
(bnc#1012628).
- net: metrics: add proper netlink validation (bnc#1012628).
- net/packet: refine check for priv area size (bnc#1012628).
- rtnetlink: validate attributes in do_setlink() (bnc#1012628).
- sctp: not allow transport timeout value less than HZ/5 for
hb_timer (bnc#1012628).
- team: use netdev_features_t instead of u32 (bnc#1012628).
- vrf: check the original netdevice for generating redirect
(bnc#1012628).
- net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
(bnc#1012628).
- ipmr: fix error path when ipmr_new_table fails (bnc#1012628).
- PCI: hv: Do not wait forever on a device that has disappeared
(bnc#1012628).
- Delete
patches.suse/ipv6-omit-traffic-class-when-calculating-flow-hash.patch.
- commit 17c8abe
-------------------------------------------------------------------
Fri Jun 8 15:42:50 CEST 2018 - tiwai@suse.de
- mtd: spi-nor: intel-spi: Fix atomic sequence handling
(bsc#1073836).
- commit c31c53d
-------------------------------------------------------------------
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 4.17
%define patchversion 4.17.0
%define patchversion 4.17.1
%define variant %{nil}
%define vanilla_only 0
@ -58,9 +58,9 @@ Name: kernel-syzkaller
Summary: Kernel used for fuzzing by syzkaller
License: GPL-2.0
Group: System/Kernel
Version: 4.17.0
Version: 4.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g3bb90e7
Release: <RELEASE>.ge721478
%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 = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
# END COMMON DEPS
Provides: %name-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: %name-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
%obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
Source2: source-post.sh
@ -1093,8 +1093,8 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
%obsolete_rebuilds %name-base
%ifarch %ix86

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Jun 12 11:38:53 CEST 2018 - jslaby@suse.cz
- Linux 4.17.1 (bnc#1012628).
- netfilter: nf_flow_table: attach dst to skbs (bnc#1012628).
- bnx2x: use the right constant (bnc#1012628).
- ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table
succeeds (bnc#1012628).
- ipv6: omit traffic class when calculating flow hash (bnc#1012628
bsc#1095042).
- l2tp: fix refcount leakage on PPPoL2TP sockets (bnc#1012628).
- netdev-FAQ: clarify DaveM's position for stable backports
(bnc#1012628).
- net: metrics: add proper netlink validation (bnc#1012628).
- net/packet: refine check for priv area size (bnc#1012628).
- rtnetlink: validate attributes in do_setlink() (bnc#1012628).
- sctp: not allow transport timeout value less than HZ/5 for
hb_timer (bnc#1012628).
- team: use netdev_features_t instead of u32 (bnc#1012628).
- vrf: check the original netdevice for generating redirect
(bnc#1012628).
- net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
(bnc#1012628).
- ipmr: fix error path when ipmr_new_table fails (bnc#1012628).
- PCI: hv: Do not wait forever on a device that has disappeared
(bnc#1012628).
- Delete
patches.suse/ipv6-omit-traffic-class-when-calculating-flow-hash.patch.
- commit 17c8abe
-------------------------------------------------------------------
Fri Jun 8 15:42:50 CEST 2018 - tiwai@suse.de
- mtd: spi-nor: intel-spi: Fix atomic sequence handling
(bsc#1073836).
- commit c31c53d
-------------------------------------------------------------------
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 4.17
%define patchversion 4.17.0
%define patchversion 4.17.1
%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.17.0
Version: 4.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g3bb90e7
Release: <RELEASE>.ge721478
%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 = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
# END COMMON DEPS
Provides: %name-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: %name-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
%obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
Source2: source-post.sh
@ -1091,8 +1091,8 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
%obsolete_rebuilds %name-base
%ifarch %ix86

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Jun 12 11:38:53 CEST 2018 - jslaby@suse.cz
- Linux 4.17.1 (bnc#1012628).
- netfilter: nf_flow_table: attach dst to skbs (bnc#1012628).
- bnx2x: use the right constant (bnc#1012628).
- ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table
succeeds (bnc#1012628).
- ipv6: omit traffic class when calculating flow hash (bnc#1012628
bsc#1095042).
- l2tp: fix refcount leakage on PPPoL2TP sockets (bnc#1012628).
- netdev-FAQ: clarify DaveM's position for stable backports
(bnc#1012628).
- net: metrics: add proper netlink validation (bnc#1012628).
- net/packet: refine check for priv area size (bnc#1012628).
- rtnetlink: validate attributes in do_setlink() (bnc#1012628).
- sctp: not allow transport timeout value less than HZ/5 for
hb_timer (bnc#1012628).
- team: use netdev_features_t instead of u32 (bnc#1012628).
- vrf: check the original netdevice for generating redirect
(bnc#1012628).
- net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
(bnc#1012628).
- ipmr: fix error path when ipmr_new_table fails (bnc#1012628).
- PCI: hv: Do not wait forever on a device that has disappeared
(bnc#1012628).
- Delete
patches.suse/ipv6-omit-traffic-class-when-calculating-flow-hash.patch.
- commit 17c8abe
-------------------------------------------------------------------
Fri Jun 8 15:42:50 CEST 2018 - tiwai@suse.de
- mtd: spi-nor: intel-spi: Fix atomic sequence handling
(bsc#1073836).
- commit c31c53d
-------------------------------------------------------------------
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 4.17
%define patchversion 4.17.0
%define patchversion 4.17.1
%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.17.0
Version: 4.17.1
%if 0%{?is_kotd}
Release: <RELEASE>.g3bb90e7
Release: <RELEASE>.ge721478
%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 = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
# END COMMON DEPS
Provides: %name-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: %name-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
%obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
Source2: source-post.sh
@ -1094,8 +1094,8 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
%obsolete_rebuilds %name-base
%ifarch %ix86

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c461b066df826c39c50b5924257fd4fd7d12d215ee3af1ec8d253a03d85a598
size 733014
oid sha256:b24df73b95cde9431a56ee952363c49c7358eec93e7dca455f0c127585f8433d
size 16690

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:243c2237b5b0b8ad5c2facb320ad61b8e9457ace33d42fc4890c5dc40b6ca6e3
size 69350
oid sha256:bef1c50791603f087ed08c74fa04427adad230ab3bc667c1f00b5ce1285eacd6
size 70386

View File

@ -27,6 +27,22 @@
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/4.17.1-001-netfilter-nf_flow_table-attach-dst-to-skbs.patch
patches.kernel.org/4.17.1-002-bnx2x-use-the-right-constant.patch
patches.kernel.org/4.17.1-003-ip6mr-only-set-ip6mr_table-from-setsockopt-whe.patch
patches.kernel.org/4.17.1-004-ipv6-omit-traffic-class-when-calculating-flow-.patch
patches.kernel.org/4.17.1-005-l2tp-fix-refcount-leakage-on-PPPoL2TP-sockets.patch
patches.kernel.org/4.17.1-006-netdev-FAQ-clarify-DaveM-s-position-for-stable.patch
patches.kernel.org/4.17.1-007-net-metrics-add-proper-netlink-validation.patch
patches.kernel.org/4.17.1-008-net-packet-refine-check-for-priv-area-size.patch
patches.kernel.org/4.17.1-009-rtnetlink-validate-attributes-in-do_setlink.patch
patches.kernel.org/4.17.1-010-sctp-not-allow-transport-timeout-value-less-th.patch
patches.kernel.org/4.17.1-011-team-use-netdev_features_t-instead-of-u32.patch
patches.kernel.org/4.17.1-012-vrf-check-the-original-netdevice-for-generatin.patch
patches.kernel.org/4.17.1-013-net-dsa-b53-Fix-for-brcm-tag-issue-in-Cygnus-S.patch
patches.kernel.org/4.17.1-014-ipmr-fix-error-path-when-ipmr_new_table-fails.patch
patches.kernel.org/4.17.1-015-PCI-hv-Do-not-wait-forever-on-a-device-that-ha.patch
patches.kernel.org/4.17.1-016-Linux-4.17.1.patch
########################################################
# Build fixes that apply to the vanilla kernel too.
@ -204,7 +220,6 @@
########################################################
# Networking Core
########################################################
patches.suse/ipv6-omit-traffic-class-when-calculating-flow-hash.patch
########################################################
# Netfilter
@ -353,6 +368,7 @@
########################################################
# Other driver fixes
########################################################
patches.suse/mtd-spi-nor-intel-spi-Fix-atomic-sequence-handling
########################################################
# Other drivers we have added to the tree

View File

@ -1,3 +1,3 @@
2018-06-08 13:51:59 +0200
GIT Revision: 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
2018-06-12 11:55:31 +0200
GIT Revision: e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
GIT Branch: stable