From patchwork Sat Nov 27 13:35:15 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4858 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4J1Xfv5mWDz3wsg for ; Sat, 27 Nov 2021 13:35:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4J1Xfv3cTcz1Cf; Sat, 27 Nov 2021 13:35:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4J1Xfv3GRpz2ytd; Sat, 27 Nov 2021 13:35:19 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4J1Xft6pkzz2y3q for ; Sat, 27 Nov 2021 13:35:18 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4J1Xft47yPzbB; Sat, 27 Nov 2021 13:35:18 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1638020118; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=3NmGJ9aloxnEuXAFDC7Y+tLKQGSrO5m1CUD7J3hIgBk=; b=JIw2CwQ7azby/0BV0fENXSVMIhrUCz51VgB7PuU9xSzHY0A4igrA/TiAibIMtPwUh0YnpD OPR3yKMcmjNL6JCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1638020118; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=3NmGJ9aloxnEuXAFDC7Y+tLKQGSrO5m1CUD7J3hIgBk=; b=oPz6l71vrszXQRxsmn/m1TbuPQ2oOur49vB2D/NQuB4J38nHPps7Sp/9eD6ExaldmOBG57 1hSUuvpfa84fTcIneFFqSH2TkPUak6TuR23MtteYODjDILrvpBqSMERAxcjnr1SeaqOmJ1 FDL7y5n1OCaPkhI6iWKv/Aia2CDWJRXmp6lDk78tJEaC621c7kU/NNNjShgSoQWycrZy/2 mBs2w75dDQ93T88Fc0mRA2iEawD6nI7daHJ9qRj28lmRxbjs7DnhEc5aORNCstedHoYyQ8 co3oDOf3En0NcZKhP5iYMK1jrfZ+4iG7+bhSWq3u8hZ8ZPg1Z+v+Rdlqi6z88Q== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] ethtool: Update to version 5.15 Date: Sat, 27 Nov 2021 14:35:15 +0100 Message-Id: <20211127133515.3522196-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - 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 Reviewed-by: Michael Tremer --- 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)