* [PATCH] ethtool: Update to version 5.15
@ 2021-11-27 13:35 Adolf Belka
2021-11-28 12:02 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2021-11-27 13:35 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2764 bytes --]
- Update from 5.13 to 5.15
- Update of rootfile not required
- Changelog
Release version 5.15 Michal Kubecek
update UAPI header copies Michal Kubecek
netlink: settings: Correct duplicate condition Bastian Germann
Merge branch 'review/module-fixes-2-v2' Michal Kubecek
sff-8636: Remove extra blank lines Ido Schimmel
sff-8636: Convert if statement to switch-case Ido Schimmel
sff-8636: Fix incorrect function name Ido Schimmel
sff-8636: Remove incorrect comment Ido Schimmel
cmis: Correct comment Ido Schimmel
cmis: Fix wrong define name Ido Schimmel
cmis: Fix CLEI code parsing Ido Schimmel
Merge branch 'review/module-fixes' into master Michal Kubecek
netlink: eeprom: Fix compilation when pretty dump is disabled Ido Schimmel
ethtool: Fix compilation warning when pretty dump is disabled Ido Schimmel
netlink: eeprom: Fallback to IOCTL when a complete hex/raw dump is requested Ido Schimmel
cmis: Fix invalid memory access in IOCTL path Ido Schimmel
sff-8636: Fix parsing of Page 03h in IOCTL path Ido Schimmel
Merge branch 'next' into master Michal Kubecek
Release version 5.14 Michal Kubecek
netlink: settings: add netlink support for coalesce cqe mode parameter Yufeng Mo
pretty: update message descriptions for coalescing Michal Kubecek
netlink: settings: add two link extended substates of bad signal integrity Guangbin Huang
update UAPI header copies Michal Kubecek
pretty: add message descriptions for PHC virtual clocks Michal Kubecek
pretty: add message descriptions for FEC stats Michal Kubecek
pretty: reorder to match enum values Michal Kubecek
update UAPI header copies Michal Kubecek
cmdline: skip dummy args entry in find_option() Michal Kubecek
Merge branch 'review/nojson-fail' into master Michal Kubecek
ethtool: return error if command does not support --json Jakub Kicinski
ethtool: use dummy args[] entry for no-args case Jakub Kicinski
ethtool: remove questionable goto Jakub Kicinski
Remove trailing newline in perror messages Jules Maselbas
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
lfs/ethtool | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/ethtool b/lfs/ethtool
index d7655d173..22126f4ab 100644
--- a/lfs/ethtool
+++ b/lfs/ethtool
@@ -24,7 +24,7 @@
include Config
-VER = 5.13
+VER = 5.15
THISAPP = ethtool-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 940bd6c330b9ebafaf40b3b428e56754
+$(DL_FILE)_MD5 = 967f92926a453d3eb9bf41f73223f173
install : $(TARGET)
--
2.34.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ethtool: Update to version 5.15
2021-11-27 13:35 [PATCH] ethtool: Update to version 5.15 Adolf Belka
@ 2021-11-28 12:02 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2021-11-28 12:02 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2993 bytes --]
Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
> On 27 Nov 2021, at 13:35, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>
> - Update from 5.13 to 5.15
> - Update of rootfile not required
> - Changelog
> Release version 5.15 Michal Kubecek
> update UAPI header copies Michal Kubecek
> netlink: settings: Correct duplicate condition Bastian Germann
> Merge branch 'review/module-fixes-2-v2' Michal Kubecek
> sff-8636: Remove extra blank lines Ido Schimmel
> sff-8636: Convert if statement to switch-case Ido Schimmel
> sff-8636: Fix incorrect function name Ido Schimmel
> sff-8636: Remove incorrect comment Ido Schimmel
> cmis: Correct comment Ido Schimmel
> cmis: Fix wrong define name Ido Schimmel
> cmis: Fix CLEI code parsing Ido Schimmel
> Merge branch 'review/module-fixes' into master Michal Kubecek
> netlink: eeprom: Fix compilation when pretty dump is disabled Ido Schimmel
> ethtool: Fix compilation warning when pretty dump is disabled Ido Schimmel
> netlink: eeprom: Fallback to IOCTL when a complete hex/raw dump is requested Ido Schimmel
> cmis: Fix invalid memory access in IOCTL path Ido Schimmel
> sff-8636: Fix parsing of Page 03h in IOCTL path Ido Schimmel
> Merge branch 'next' into master Michal Kubecek
> Release version 5.14 Michal Kubecek
> netlink: settings: add netlink support for coalesce cqe mode parameter Yufeng Mo
> pretty: update message descriptions for coalescing Michal Kubecek
> netlink: settings: add two link extended substates of bad signal integrity Guangbin Huang
> update UAPI header copies Michal Kubecek
> pretty: add message descriptions for PHC virtual clocks Michal Kubecek
> pretty: add message descriptions for FEC stats Michal Kubecek
> pretty: reorder to match enum values Michal Kubecek
> update UAPI header copies Michal Kubecek
> cmdline: skip dummy args entry in find_option() Michal Kubecek
> Merge branch 'review/nojson-fail' into master Michal Kubecek
> ethtool: return error if command does not support --json Jakub Kicinski
> ethtool: use dummy args[] entry for no-args case Jakub Kicinski
> ethtool: remove questionable goto Jakub Kicinski
> Remove trailing newline in perror messages Jules Maselbas
>
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> lfs/ethtool | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lfs/ethtool b/lfs/ethtool
> index d7655d173..22126f4ab 100644
> --- a/lfs/ethtool
> +++ b/lfs/ethtool
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 5.13
> +VER = 5.15
>
> THISAPP = ethtool-$(VER)
> DL_FILE = $(THISAPP).tar.xz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = 940bd6c330b9ebafaf40b3b428e56754
> +$(DL_FILE)_MD5 = 967f92926a453d3eb9bf41f73223f173
>
> install : $(TARGET)
>
> --
> 2.34.0
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-28 12:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-27 13:35 [PATCH] ethtool: Update to version 5.15 Adolf Belka
2021-11-28 12:02 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox