On Tue, Sep 29, 2020 at 12:53 AM Florian Weimer wrote: > > * H. J. Lu via Libc-alpha: > > > Here is the updated patch. Does it address your concerns? > > “git am” fails to apply it for me: > > Applying: x86: Initialize CPU info via IFUNC relocation [BZ 26203] > error: corrupt patch at line 41 > Patch failed at 0001 x86: Initialize CPU info via IFUNC relocation [BZ 26203] > > The patch program does not like it, either: > > patching file sysdeps/i386/dl-machine.h > patching file sysdeps/x86/cacheinfo.c > patch: **** malformed patch at line 73: @@ -770,6 +769,8 @@ init_cacheinfo (void) > > I don't think it's the Red Hat mail system that's at fault this time. 8-/ > Here is the updated patch with the correct commit log. Thanks. -- H.J.