- update upstream references in post-5.6 patches

OBS-URL: https://build.opensuse.org/package/show/network:utilities/ethtool?expand=0&rev=95
This commit is contained in:
Michal Kubeček 2020-05-15 20:14:47 +00:00 committed by Git OBS Bridge
parent c048623ce3
commit c03953a30f
5 changed files with 18 additions and 5 deletions

View File

@ -1,5 +1,14 @@
-------------------------------------------------------------------
Tue May 12 21:27:12 UTC 2020 - Michal Kubeček <mkubecek@suse.cz>
Fri May 15 20:12:57 UTC 2020 - Michal Kubecek <mkubecek@suse.cz>
- update upstream references:
features-accept-long-legacy-flag-names-when-setting-.patch
netlink-show-netlink-error-even-without-extack.patch
netlink-use-genetlink-ops-information-to-decide-abou.patch
refactor-interface-between-ioctl-and-netlink-code.patch
-------------------------------------------------------------------
Tue May 12 21:27:12 UTC 2020 - Michal Kubecek <mkubecek@suse.cz>
- add fixes and improvements originally intended for 5.6:
netlink-show-netlink-error-even-without-extack.patch

View File

@ -1,7 +1,8 @@
From: Michal Kubecek <mkubecek@suse.cz>
Date: Mon, 13 Apr 2020 11:46:42 +0200
Subject: features: accept long legacy flag names when setting features
Patch-mainline: Submitted - 2020-04-13 - http://lkml.kernel.org/r/20200413212120.7D775E0FAD@unicorn.suse.cz
Patch-mainline: v5.7
Git-commit: 4b1fa2c2d250441f83b90f9410cd6ce7d879c2fe
The legacy feature flags have long names (e.g. "generic-receive-offload")
and short names (e.g. "gro"). While "ethtool -k" shows only long names,

View File

@ -1,7 +1,8 @@
From: Michal Kubecek <mkubecek@suse.cz>
Date: Tue, 10 Mar 2020 13:24:55 +0100
Subject: netlink: show netlink error even without extack
Patch-mainline: Submitted - 2020-03-30 - http://lkml.kernel.org/r/20200330073305.CC634E0FC6@unicorn.suse.cz
Patch-mainline: v5.7
Git-commit: 684f3e6c31bd096ef50725267957e0423b7932c6
Even if the NLMSG_ERROR message has no extack (NLM_F_ACK_TLVS not set, i.e.
no error/warning message and bad attribute offset), we still want to

View File

@ -1,7 +1,8 @@
From: Michal Kubecek <mkubecek@suse.cz>
Date: Mon, 13 Apr 2020 17:39:32 +0200
Subject: netlink: use genetlink ops information to decide about fallback
Patch-mainline: Submitted - 2020-04-29 - http://lkml.kernel.org/r/8a495e43783170906ce3bf0213bc1dd7eca0e5c8.1588112572.git.mkubecek@suse.cz
Patch-mainline: v5.7
Git-commit: 6c19c0d559c80824383c5f0e2dc229878d9b19f5
Currently ethtool falls back to ioctl when netlink socket initialization
fails or if netlink request fails with -EOPNOTSUPP (and we do not know that

View File

@ -1,7 +1,8 @@
From: Michal Kubecek <mkubecek@suse.cz>
Date: Mon, 13 Apr 2020 13:04:42 +0200
Subject: refactor interface between ioctl and netlink code
Patch-mainline: Submitted - 2020-04-29 - http://lkml.kernel.org/r/cb6ec48745c0626a6ca14fdc0c22f11a6578d648.1588112572.git.mkubecek@suse.cz
Patch-mainline: v5.7
Git-commit: ab88f37fa432eea925306b442ac283daf71d8791
Move netlink related code from main() to separate handlers in netlink code.
Improve the logic of fallback to ioctl and improve error messages when