commit e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=869
This commit is contained in:
parent
fe64820ec3
commit
1d7116b47b
@ -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
|
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 4.17
|
%define srcversion 4.17
|
||||||
%define patchversion 4.17.0
|
%define patchversion 4.17.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -29,9 +29,9 @@
|
|||||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols})
|
%(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
|
Name: dtb-aarch64
|
||||||
Version: 4.17.0
|
Version: 4.17.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g3bb90e7
|
Release: <RELEASE>.ge721478
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -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
|
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 4.17
|
%define srcversion 4.17
|
||||||
%define patchversion 4.17.0
|
%define patchversion 4.17.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -29,9 +29,9 @@
|
|||||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols})
|
%(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
|
Name: dtb-armv6l
|
||||||
Version: 4.17.0
|
Version: 4.17.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g3bb90e7
|
Release: <RELEASE>.ge721478
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -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
|
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 4.17
|
%define srcversion 4.17
|
||||||
%define patchversion 4.17.0
|
%define patchversion 4.17.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -29,9 +29,9 @@
|
|||||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols})
|
%(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
|
Name: dtb-armv7l
|
||||||
Version: 4.17.0
|
Version: 4.17.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g3bb90e7
|
Release: <RELEASE>.ge721478
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -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
|
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 4.17
|
%define srcversion 4.17
|
||||||
%define patchversion 4.17.0
|
%define patchversion 4.17.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -58,9 +58,9 @@ Name: kernel-64kb
|
|||||||
Summary: Kernel with 64kb PAGE_SIZE
|
Summary: Kernel with 64kb PAGE_SIZE
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 4.17.0
|
Version: 4.17.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g3bb90e7
|
Release: <RELEASE>.ge721478
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -165,10 +165,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: %name-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
@ -1094,8 +1094,8 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
|
|
||||||
%obsolete_rebuilds %name-base
|
%obsolete_rebuilds %name-base
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
|
@ -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
|
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 4.17
|
%define srcversion 4.17
|
||||||
%define patchversion 4.17.0
|
%define patchversion 4.17.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -58,9 +58,9 @@ Name: kernel-debug
|
|||||||
Summary: A Debug Version of the Kernel
|
Summary: A Debug Version of the Kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 4.17.0
|
Version: 4.17.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g3bb90e7
|
Release: <RELEASE>.ge721478
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -165,10 +165,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: %name-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Provides: kernel-kdump = 2.6.28
|
Provides: kernel-kdump = 2.6.28
|
||||||
Obsoletes: kernel-kdump <= 2.6.28
|
Obsoletes: kernel-kdump <= 2.6.28
|
||||||
@ -1100,8 +1100,8 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
|
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Provides: kernel-kdump-base = 2.6.28
|
Provides: kernel-kdump-base = 2.6.28
|
||||||
|
@ -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
|
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 4.17
|
%define srcversion 4.17
|
||||||
%define patchversion 4.17.0
|
%define patchversion 4.17.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -58,9 +58,9 @@ Name: kernel-default
|
|||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 4.17.0
|
Version: 4.17.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g3bb90e7
|
Release: <RELEASE>.ge721478
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -165,10 +165,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: %name-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Provides: kernel-smp = 2.6.17
|
Provides: kernel-smp = 2.6.17
|
||||||
Obsoletes: kernel-smp <= 2.6.17
|
Obsoletes: kernel-smp <= 2.6.17
|
||||||
@ -1143,8 +1143,8 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
|
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Provides: kernel-trace-base = 3.13
|
Provides: kernel-trace-base = 3.13
|
||||||
|
@ -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
|
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 4.17
|
%define srcversion 4.17
|
||||||
%define patchversion 4.17.0
|
%define patchversion 4.17.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -31,9 +31,9 @@ Name: kernel-docs
|
|||||||
Summary: Kernel Documentation
|
Summary: Kernel Documentation
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Documentation/Man
|
Group: Documentation/Man
|
||||||
Version: 4.17.0
|
Version: 4.17.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g3bb90e7
|
Release: <RELEASE>.ge721478
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -63,7 +63,7 @@ BuildRequires: texlive-zapfding
|
|||||||
%endif
|
%endif
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
Provides: %name-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: %name-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
||||||
|
@ -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
|
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 4.17
|
%define srcversion 4.17
|
||||||
%define patchversion 4.17.0
|
%define patchversion 4.17.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -58,9 +58,9 @@ Name: kernel-kvmsmall
|
|||||||
Summary: The Small Developer Kernel for KVM
|
Summary: The Small Developer Kernel for KVM
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 4.17.0
|
Version: 4.17.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g3bb90e7
|
Release: <RELEASE>.ge721478
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -165,10 +165,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: %name-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
@ -1098,8 +1098,8 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
|
|
||||||
%obsolete_rebuilds %name-base
|
%obsolete_rebuilds %name-base
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
|
@ -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
|
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 4.17
|
%define srcversion 4.17
|
||||||
%define patchversion 4.17.0
|
%define patchversion 4.17.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -58,9 +58,9 @@ Name: kernel-lpae
|
|||||||
Summary: Kernel for LPAE enabled systems
|
Summary: Kernel for LPAE enabled systems
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 4.17.0
|
Version: 4.17.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g3bb90e7
|
Release: <RELEASE>.ge721478
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -165,10 +165,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: %name-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
@ -1092,8 +1092,8 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
|
|
||||||
%obsolete_rebuilds %name-base
|
%obsolete_rebuilds %name-base
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
|
@ -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
|
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#!BuildIgnore: post-build-checks
|
#!BuildIgnore: post-build-checks
|
||||||
|
|
||||||
%define patchversion 4.17.0
|
%define patchversion 4.17.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: kernel%kernel_flavor-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
BuildRequires: kernel%kernel_flavor-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
|
|
||||||
%if 0%{?rhel_version}
|
%if 0%{?rhel_version}
|
||||||
BuildRequires: kernel
|
BuildRequires: kernel
|
||||||
@ -64,9 +64,9 @@ BuildRequires: dracut
|
|||||||
Summary: package kernel and initrd for OBS VM builds
|
Summary: package kernel and initrd for OBS VM builds
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 4.17.0
|
Version: 4.17.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g3bb90e7
|
Release: <RELEASE>.ge721478
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -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
|
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
# needsrootforbuild
|
# needsrootforbuild
|
||||||
|
|
||||||
|
|
||||||
%define patchversion 4.17.0
|
%define patchversion 4.17.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Summary: Basic QA tests for the kernel
|
Summary: Basic QA tests for the kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 4.17.0
|
Version: 4.17.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g3bb90e7
|
Release: <RELEASE>.ge721478
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -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
|
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 4.17
|
%define srcversion 4.17
|
||||||
%define patchversion 4.17.0
|
%define patchversion 4.17.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -58,9 +58,9 @@ Name: kernel-pae
|
|||||||
Summary: Kernel with PAE Support
|
Summary: Kernel with PAE Support
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 4.17.0
|
Version: 4.17.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g3bb90e7
|
Release: <RELEASE>.ge721478
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -165,10 +165,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: %name-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Provides: kernel-bigsmp = 2.6.17
|
Provides: kernel-bigsmp = 2.6.17
|
||||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||||
@ -1120,8 +1120,8 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
|
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Provides: kernel-vmi-base = 2.6.38
|
Provides: kernel-vmi-base = 2.6.38
|
||||||
|
@ -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
|
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 4.17
|
%define srcversion 4.17
|
||||||
%define patchversion 4.17.0
|
%define patchversion 4.17.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -30,9 +30,9 @@ Name: kernel-source
|
|||||||
Summary: The Linux Kernel Sources
|
Summary: The Linux Kernel Sources
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Version: 4.17.0
|
Version: 4.17.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g3bb90e7
|
Release: <RELEASE>.ge721478
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -43,7 +43,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: sed
|
BuildRequires: sed
|
||||||
Requires(post): coreutils sed
|
Requires(post): coreutils sed
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
Provides: %name-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: %name-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
Provides: linux
|
Provides: linux
|
||||||
Provides: multiversion(kernel)
|
Provides: multiversion(kernel)
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
||||||
|
@ -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
|
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
|||||||
Summary: Kernel Symbol Versions (modversions)
|
Summary: Kernel Symbol Versions (modversions)
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Version: 4.17.0
|
Version: 4.17.1
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g3bb90e7
|
Release: <RELEASE>.ge721478
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -55,7 +55,7 @@ Requires: kernel-zfcpdump-devel = %version-%source_rel
|
|||||||
%endif
|
%endif
|
||||||
Requires: pesign-obs-integration
|
Requires: pesign-obs-integration
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
Provides: %name-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: %name-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
Provides: multiversion(kernel)
|
Provides: multiversion(kernel)
|
||||||
Source: README.KSYMS
|
Source: README.KSYMS
|
||||||
Requires: kernel-devel%variant = %version-%source_rel
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
|
@ -1,3 +1,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
|
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 4.17
|
%define srcversion 4.17
|
||||||
%define patchversion 4.17.0
|
%define patchversion 4.17.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -58,9 +58,9 @@ Name: kernel-syzkaller
|
|||||||
Summary: Kernel used for fuzzing by syzkaller
|
Summary: Kernel used for fuzzing by syzkaller
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 4.17.0
|
Version: 4.17.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g3bb90e7
|
Release: <RELEASE>.ge721478
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -165,10 +165,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: %name-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
@ -1093,8 +1093,8 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
|
|
||||||
%obsolete_rebuilds %name-base
|
%obsolete_rebuilds %name-base
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
|
@ -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
|
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 4.17
|
%define srcversion 4.17
|
||||||
%define patchversion 4.17.0
|
%define patchversion 4.17.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -58,9 +58,9 @@ Name: kernel-vanilla
|
|||||||
Summary: The Standard Kernel - without any SUSE patches
|
Summary: The Standard Kernel - without any SUSE patches
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 4.17.0
|
Version: 4.17.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g3bb90e7
|
Release: <RELEASE>.ge721478
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -165,10 +165,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: %name-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
@ -1091,8 +1091,8 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
|
|
||||||
%obsolete_rebuilds %name-base
|
%obsolete_rebuilds %name-base
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
|
@ -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
|
Fri Jun 8 11:42:06 CEST 2018 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 4.17
|
%define srcversion 4.17
|
||||||
%define patchversion 4.17.0
|
%define patchversion 4.17.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -58,9 +58,9 @@ Name: kernel-zfcpdump
|
|||||||
Summary: The IBM System Z zfcpdump Kernel
|
Summary: The IBM System Z zfcpdump Kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 4.17.0
|
Version: 4.17.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g3bb90e7
|
Release: <RELEASE>.ge721478
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -165,10 +165,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: %name-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
@ -1094,8 +1094,8 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-%build_flavor-base-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
Provides: kernel-srchash = 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
Provides: kernel-srchash = e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
|
|
||||||
%obsolete_rebuilds %name-base
|
%obsolete_rebuilds %name-base
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:7c461b066df826c39c50b5924257fd4fd7d12d215ee3af1ec8d253a03d85a598
|
oid sha256:b24df73b95cde9431a56ee952363c49c7358eec93e7dca455f0c127585f8433d
|
||||||
size 733014
|
size 16690
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:243c2237b5b0b8ad5c2facb320ad61b8e9457ace33d42fc4890c5dc40b6ca6e3
|
oid sha256:bef1c50791603f087ed08c74fa04427adad230ab3bc667c1f00b5ce1285eacd6
|
||||||
size 69350
|
size 70386
|
||||||
|
18
series.conf
18
series.conf
@ -27,6 +27,22 @@
|
|||||||
# DO NOT MODIFY THEM!
|
# DO NOT MODIFY THEM!
|
||||||
# Send separate patches upstream if you find a problem...
|
# 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.
|
# Build fixes that apply to the vanilla kernel too.
|
||||||
@ -204,7 +220,6 @@
|
|||||||
########################################################
|
########################################################
|
||||||
# Networking Core
|
# Networking Core
|
||||||
########################################################
|
########################################################
|
||||||
patches.suse/ipv6-omit-traffic-class-when-calculating-flow-hash.patch
|
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Netfilter
|
# Netfilter
|
||||||
@ -353,6 +368,7 @@
|
|||||||
########################################################
|
########################################################
|
||||||
# Other driver fixes
|
# Other driver fixes
|
||||||
########################################################
|
########################################################
|
||||||
|
patches.suse/mtd-spi-nor-intel-spi-Fix-atomic-sequence-handling
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Other drivers we have added to the tree
|
# Other drivers we have added to the tree
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2018-06-08 13:51:59 +0200
|
2018-06-12 11:55:31 +0200
|
||||||
GIT Revision: 3bb90e7ecb1a33d45ba940357e27805d05d23d5b
|
GIT Revision: e72147839652fcf7a4ceb7b84c93c9f7a6f393ba
|
||||||
GIT Branch: stable
|
GIT Branch: stable
|
||||||
|
Loading…
Reference in New Issue
Block a user