On Wed, Jan 12, 2022 at 11:18:20AM -0800, Junio C Hamano wrote: > <rsbecker@xxxxxxxxxxxxx> writes: > > > diff --git a/config.mak.uname b/config.mak.uname > > index a3a779327f..9b3e9bff5f 100644 > > --- a/config.mak.uname > > +++ b/config.mak.uname > > @@ -576,6 +576,7 @@ ifeq ($(uname_S),NONSTOP_KERNEL) > > NO_SETENV = YesPlease > > NO_UNSETENV = YesPlease > > NO_MKDTEMP = YesPlease > > + NO_UNCOMPRESS2 = YesPlease > > # Currently libiconv-1.9.1. > > OLD_ICONV = UnfortunatelyYes > > NO_REGEX = NeedsStartEnd > > > > Could we get that into rc1? > > Sure, with an appliable patch that is properly signed off. I'm happy to attach my s-o-b to the below as well (and in general, that it's safe to assume my sign-off is provided to everything I post to the list, unless I explicitly say otherwise), since I originally suggested the diff. Thanks, Taylor