From patchwork Wed Mar 10 12:07:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 3939 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 4DwW6Y0wKfz3xGH for ; Wed, 10 Mar 2021 12:07:33 +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 4DwW6X5mt5z2MK; Wed, 10 Mar 2021 12:07:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4DwW6X5Bj5z2y0p; Wed, 10 Mar 2021 12:07:32 +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 4DwW6X0gg9z2xbW for ; Wed, 10 Mar 2021 12:07:32 +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 4DwW6V6Fh3z2MK; Wed, 10 Mar 2021 12:07:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1615378050; 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=q7IYEoeLqrA9djJ7WQhn940M3x/ABvqUfEiko2+7oFU=; b=uwf55TWRvO4no5HQ6+bhMny28GBl8fXFG52Mknc9Tt7HyzUZNM2goJvvV25T+2XP/mkN/E D/PrWQI9xwA45CCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1615378050; 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=q7IYEoeLqrA9djJ7WQhn940M3x/ABvqUfEiko2+7oFU=; b=qPpgItQuNd+hUZj8pTiM+qRUmlxE8UfjMCEykExOy2FIgzD9XqfsP54xtnfZI4JbZco3ek E7Abo/wQ5H1YnLGUCc8tu1N0yL/1Y5j5WptGneIM+PNjA06C1JEsYYGueLwKANNIGN3lNB fCgumdnVfNViMvupwOEIU6A8aGeVRHL2/m64SnNz9Pu4SL1GcHZrDXNWYy4gsu09d2UKCI gpnlZ05LNpZNQBwf2FfqrVrJPSAVGWD5ijLpLF91OzZNsdvi9GjLAzxh3+ErB92BfhQTcU l6S+OXpWj+Gf9X7YlWRPv1TqKPC6BuITtN6AOPTPdD7X413Gs1T9Mk0CpZ57tQ== From: "Adolf Belka (ipfire)" To: development@lists.ipfire.org Subject: [PATCH] iproute2: Update to 5.11.0 Date: Wed, 10 Mar 2021 13:07:29 +0100 Message-Id: <20210310120729.4306-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 iproute2 from 5.10.0 to 5.11.0 - Updated rootfile - Changelog extracted from commits lib/fs: Fix single return points for get_cgroup2_* Andrea Claudi lib/fs: avoid double call to mkdir on make_path() Andrea Claudi lib/bpf: Fix and simplify bpf_mnt_check_target() Andrea Claudi lib/namespace: fix ip -all netns return code Andrea Claudi ip: lwtunnel: seg6: bail out if table ids are invalid Andrea Claudi tc: m_gate: use SPRINT_BUF when needed Andrea Claudi man8/bridge.8: be explicit that "flood" is an egress setting Vladimir Oltean man8/bridge.8: explain self vs master for "bridge fdb add" Vladimir Oltean man8/bridge.8: fix which one of self/master is default for "bridge fdb" Vladimir Oltean man8/bridge.8: explain what a local FDB entry is Vladimir Oltean man8/bridge.8: document that "local" is default for "bridge fdb add" Vladimir Oltean man8/bridge.8: document the "permanent" flag for "bridge fdb add" Vladimir Oltean rdma: Fix statistics bind/unbing argument handling Ido Kalir uapi: pick up rpl.h fix Stephen Hemminger iproute: force rtm_dst_len to 32/128 Luca Boccassi ss: Add clarification about host conditions with multiple familes to man Thayne McCombs Add documentation of ss filter to man page Thayne McCombs iplink: print warning for missing VF data Edwin Peer ss: do not emit warn while dumping MPTCP on old kernels Paolo Abeni man: tc-taprio.8: document the full offload feature Vladimir Oltean iplink_bareudp: cleanup help message and man page Guillaume Nault vrf: fix ip vrf exec with libbpf Luca Boccassi vrf: print BPF log buffer if bpf_program_load fails Luca Boccassi build: Fix link errors on some systems Roi Dayan tc: flower: fix json output with mpls lse Guillaume Nault dcb: Change --Netns/-N to --netns/-n Petr Machata dcb: Plug a leaking DCB socket buffer Petr Machata dcb: Set values with RTM_SETDCB type Petr Machata uapi: update if_link.h from upstream Stephen Hemminger include: uapi: Carry dcbnl.h Petr Machata uapi: update kernel headers to 5.11 pre rc1 Signed-off-by: Adolf Belka (ipfire) --- config/rootfiles/common/iproute2 | 5 +++++ lfs/iproute2 | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iproute2 index 9be1212f6..8600559a5 100644 --- a/config/rootfiles/common/iproute2 +++ b/config/rootfiles/common/iproute2 @@ -41,6 +41,11 @@ usr/share/bash-completion/completions/tc #usr/share/man/man8/arpd.8 #usr/share/man/man8/bridge.8 #usr/share/man/man8/ctstat.8 +#usr/share/man/man8/dcb-buffer.8 +#usr/share/man/man8/dcb-ets.8 +#usr/share/man/man8/dcb-maxrate.8 +#usr/share/man/man8/dcb-pfc.8 +#usr/share/man/man8/dcb.8 #usr/share/man/man8/devlink-dev.8 #usr/share/man/man8/devlink-dpipe.8 #usr/share/man/man8/devlink-health.8 diff --git a/lfs/iproute2 b/lfs/iproute2 index 27e246d23..4b55d355e 100644 --- a/lfs/iproute2 +++ b/lfs/iproute2 @@ -24,7 +24,7 @@ include Config -VER = 5.10.0 +VER = 5.11.0 THISAPP = iproute2-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 19ffea480a21e600453776b7225f3319 +$(DL_FILE)_MD5 = a3c6b09590c0bd120f0ab0b6e36187a8 install : $(TARGET)