From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] iproute2: Update to version 5.17.0 Date: Wed, 06 Apr 2022 17:08:51 +0000 Message-ID: <71c43cd4-3077-8d69-e68e-face33fb015d@ipfire.org> In-Reply-To: <20220406130556.4955-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8895398024345122380==" List-Id: --===============8895398024345122380== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from 5.16.0 to 5.17.0 > - Update of rootfile not required > - Changelog > v5.17.0 > ip/geneve: add support for IFLA_GENEVE_INNER_PROTO_INHERIT > Merge branch 'gtp-netdev' into next > f_flower: Implement gtp options support > ip: GTP support in ip link Wojciech > man: bridge: document per-port mcast_router settings > bridge: support for controlling mcast_router per port > Update kernel headers > vdpa: Update man page with added support to configure max vq pair > link_xfrm: if_id must be non zero > testsuite: link xfrm delete no if_id test > vdpa: Support reading device features > vdpa: Support for configuring max VQ pairs for a device > vdpa: Allow for printing negotiated features of a device > vdpa: Remove unsupported command line option > Makefile: move HAVE_MNL check to top-level Makefile > Merge branch 'bridge-broadcast-flooding' into next > Merge branch 'main' into next > man: ip-link: whitespace fixes to odd line breaks mid sentence > man: ip-link: mention bridge port's default mcast_flood state > man: ip-link: document new bcast_flood flag on bridge ports > ip: iplink_bridge_slave: support for broadcast flooding > man: bridge: add missing closing " in bridge show mdb > man: bridge: document new bcast_flood flag for bridge ports > bridge: support for controlling flooding of broadcast per port > rdma: make RES_PID and RES_KERN_NAME alternative to each other > uapi: update vdpa.h > ipaddress: remove 'label' compatibility with Linux-2.0 net aliases > lib/fs: fix memory leak in get_task_name() > ip/batadv: allow to specify RA when creating link > Import batman_adv.h header from last kernel sync point > uapi: update magic.h > Revert "configure: Allow command line override of toolchain" > tc: separate action print for filter and action dump > rdma: Fix the logic to print unsigned int. > Revert "rdma: Fix res_print_uint() and add res_print_u64()" > Merge branch 'libbpf-fixups' into next > bpf: Remove use of bpf_create_map_xattr > bpf: Export bpf syscall wrapper > bpf_glue: Remove use of bpf_load_program from libbpf > rdma: Fix res_print_uint() and add res_print_u64() > uapi: update to xfrm.h > ss: display advertised TCP receive window and out-of-order counter > Merge branch 'link-layer-protocols' into next > tc: bash-completion: Add profinet and ethercat to procotol completion list > lib: add profinet and ethercat as link layer protocol names > Merge branch '802.1X-locked-bridge-ports' into next > man8/ip-link.8: add locked port feature description and cmd syntax > man8/bridge.8: add locked port feature description and cmd syntax > ip: iplink_bridge_slave: add locked port flag support > bridge: link: add command to set port in locked mode > Update kernel headers > configure: Allow command line override of toolchain > mptcp: add port support for setting flags > mptcp: add fullmesh support for setting flags > mptcp: add fullmesh check for adding address > bond: add ns_ip6_target option > Merge branch 'main' into next > devlink: Remove strtouint8_t in favor of get_u8 > devlink: Remove strtouint16_t in favor of get_u16 > devlink: Remove strtouint32_t in favor of get_u32 > devlink: Remove strtouint64_t in favor of get_u64 > Update kernel headers > f_flower: fix indentation for enc_key_id and u32 > bridge: Remove vlan listing from `bridge link` > bridge: Fix error string typo > lnstat: fix strdup leak in -w argument parsing > iplink_can: print_usage: typo fix, add missing spaces > dcb: Fix error reporting when accessing "dcb app" > tc: fix duplicate fall-through > libnetlink: fix socket leak in rtnl_open_byproto() > tc_util: Fix parsing action control with space and slash > tunnel: Fix missing space after local/remote print > Merge branch 'ioam-insert-freq' into next > Update documentation > Add support for the IOAM insertion frequency > Update kernel headers > iplink: add ip-link documentation > iplink: add gro_max_size attribute handling > tc: u32: add json support in `print_raw`, `print_ipv4`, `print_ipv6` > tc: u32: add support for json output > iprule: Allow option dsfield in 'ip rule show' > tc/f_flower: fix indentation > tc_util: fix breakage from clang changes > tc: add skip_hw and skip_sw to control action offload > ss: use freecon() instead of free() when appropriate > man: Fix a typo in the flag documentation of ip address > dcb: app: Add missing "dcb app show dev X default-prio" > Merge branch 'clang-compile' into next > json_print: suppress clang format warning > libbpf: fix clang warning about format non-literal > tunnel: fix clang warning > tipc: fix clang warning about empty format string > can: fix clang warning > ipl2tp: fix clang warning > tc_util: fix clang warning in print_masked_type > flower: fix clang warnings > netem: fix clang warnings > utils: add format attribute > tc: add format attribute to tc_print_rate > Merge branch 'main' into next > uapi: update kernel headers from 5.17-rc1 > tc/action: print error to stderr > mptcp: add id check for deleting address > dcb: Rewrite array-formatting code to not cause warnings with Clang > f_flower: fix checkpatch warnings > netem: fix checkpatch warnings > Merge branch 'main' into next > lib: fix ax25.h include for musl > uapi: add missing virtio headers > uapi: add missing rose and ax25 files > q_cake: allow changing to diffserv3 > iplink_can: add ctrlmode_{supported,_static} to the "--details --json" out= put > Update kernel headers > Merge branch 'rdma-clang-compile' into next > rdma: Don't allocate sparse array > rdma: Limit copy data by the destination size >=20 > Signed-off-by: Adolf Belka > --- > lfs/iproute2 | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/iproute2 b/lfs/iproute2 > index 7cfcecd44..489db23c2 100644 > --- a/lfs/iproute2 > +++ b/lfs/iproute2 > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 5.16.0 > +VER =3D 5.17.0 > =20 > THISAPP =3D iproute2-$(VER) > DL_FILE =3D $(THISAPP).tar.xz > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D 370068ccb02b0f3cb77b662509279872af676f2bdd03b92a01a2= 27ed08d70d8fd0545667a04250c76dbae92ccec094d8b8749e272eb9a0acaccbe421cea6b1d5 > +$(DL_FILE)_BLAKE2 =3D 4310829ebbde7fd21ecc28856deddabfa93f26bf7937b3ef3c0e= 05e4e0bf925a9b167334efaefe3e275d196e7370a290679739ae8d8397dc6511f4da25dfd459 > =20 > install : $(TARGET) > =20 --===============8895398024345122380==--