On Tue, 9 Aug 2016 14:41:36 -0700 Tom Herbert <t...@herbertland.com> wrote:
> Signed-off-by: Tom Herbert <t...@herbertland.com> > --- > ip/Makefile | 2 +- > ip/ip.c | 3 +- > ip/ip_common.h | 1 + > ip/ipila.c | 268 > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 272 insertions(+), 2 deletions(-) > create mode 100644 ip/ipila.c You didn't fix this warning. ipila.c: In function ‘ila_parse_opt.constprop’: ipila.c:205:2: warning: ‘locator_match’ may be used uninitialized in this function [-Wmaybe-uninitialized] addattr64(n, 1024, ILA_ATTR_LOCATOR_MATCH, locator_match); Please send a followup patch for this.