01/11/2018 14:53, Neil Horman: > On Wed, Oct 31, 2018 at 04:08:18PM +0100, Thomas Monjalon wrote: > > 31/10/2018 16:03, Neil Horman: > > > On Wed, Oct 31, 2018 at 10:20:46AM -0400, Cody Doucette wrote: > > > > Thanks for the suggestion. It looks like > > > > 49bcce138374458d1edd1c50d8e5726959108ef4 is already in my tree. I tried > > > > applying and checking again anyway and it seems that the error is still > > > > present. > > > > > > > Thats not a commit in the upstream tree, I've no idea what patch you are > > > referring to > > > > Yes it is in the tree, in 18.11-rc1. > > > Got it now, thanks. > > So this actually looks to be a new bug, and I'm not sure how it got in there. > The awk match to close the in_map section isn't triggering on this patch set, > which is very odd, as Its been working. The match is ^(map) which should be ok > (allbeit perl regex syntax), which I thought awk supported. That said, it > certainly doesn't seem to be matching now.
All these regex things are painful sometimes :) > I've got a patch posted to you which replaces this with a traditional > character > class match [^map], and thats working with this patch set. OK, I'll check it, thanks.