lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Y2uYsdwTf9NgzEfD@nanopsycho>
Date:   Wed, 9 Nov 2022 13:10:25 +0100
From:   Jiri Pirko <jiri@...nulli.us>
To:     netdev@...r.kernel.org
Cc:     dsahern@...il.com, kuba@...nel.org, moshe@...dia.com,
        saeedm@...dia.com
Subject: Re: [patch iproute2-next 2/2] devlink: get devlink port for ifname
 using RTNL get link command

Mon, Nov 07, 2022 at 05:53:48PM CET, jiri@...nulli.us wrote:
>@@ -838,11 +915,18 @@ static void ifname_map_init(struct dl *dl)
> 	INIT_LIST_HEAD(&dl->ifname_map_list);
> }
> 
>-static int ifname_map_load(struct dl *dl)
>+static int ifname_map_load(struct dl *dl, const char *ifname)
> {
> 	struct nlmsghdr *nlh;
> 	int err;
> 
>+	err = ifname_map_rtnl_init(dl, ifname);

Ah, I found a bug and the fix for it conflicts with this hunk. Please
drop this, I will send the bugfix first and then will send this again,
rebased.

Sorry for the mess!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ