On Thu, Nov 14, 2019 at 01:35:11PM -0700, David Ahern wrote: > On 11/14/19 6:31 AM, Leon Romanovsky wrote: > > diff --git a/ip/ipaddress.c b/ip/ipaddress.c > > index b72eb7a1..ed72d0bd 100644 > > --- a/ip/ipaddress.c > > +++ b/ip/ipaddress.c > > @@ -484,6 +484,29 @@ static void print_vfinfo(FILE *fp, struct ifinfomsg *ifi, struct rtattr *vfinfo) > > vf_spoofchk->setting); > > } > > > > +#define GUID_STR_LEN 24 > > + if (vf[IFLA_VF_IB_NODE_GUID]) { > > + char buf[GUID_STR_LEN]; > > buf should be declared with SPRINT_BUF; see other users of ll_addr_n2a. > And, print_vfinfo already has b1 declared so you do not need a new one; > just change buf to b1. Thanks, I posted v1. https://lore.kernel.org/linux-rdma/20191115152155.246821-1-leon@xxxxxxxxxx