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] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 11 Aug 2020 10:25:30 +0300
From:   Leon Romanovsky <leonro@...dia.com>
To:     Stephen Hemminger <stephen@...workplumber.org>,
        David Ahern <dsahern@...il.com>
Cc:     Doug Ledford <dledford@...hat.com>,
        Jason Gunthorpe <jgg@...dia.com>,
        linux-netdev <netdev@...r.kernel.org>,
        RDMA mailing list <linux-rdma@...r.kernel.org>
Subject: Re: [PATCH iproute2-rc] rdma: Fix owner name for the kernel resources

On Tue, Aug 11, 2020 at 09:33:04AM +0300, Leon Romanovsky wrote:
> From: Leon Romanovsky <leonro@...dia.com>
>
> Owner of kernel resources is printed in different format than user
> resources to easy with the reader by simply looking on the name.
> The kernel owner will have "[ ]" around the name.
>
> Before this change:
> [leonro@vm ~]$ rdma res show qp
> link rocep0s9/1 lqpn 1 type GSI state RTS sq-psn 58 comm ib_core
>
> After this change:
> [leonro@vm ~]$ rdma res show qp
> link rocep0s9/1 lqpn 1 type GSI state RTS sq-psn 58 comm [ib_core]
>
> Fixes: b0a688a542cd ("rdma: Rewrite custom JSON and prints logic to use common API")
> Signed-off-by: Leon Romanovsky <leonro@...dia.com>
> ---
>  rdma/res.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Please drop this patch, I'll send another version with extra fix.

Thanks

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ