On Fri, May 1, 2020 at 3:07 AM Josh Poimboeuf <jpoim...@redhat.com> wrote: > > On Thu, Apr 30, 2020 at 04:05:07PM +0200, Arnd Bergmann wrote: > > lib/strncpy_from_user.o: warning: objtool: strncpy_from_user()+0x133: call > > to do_strncpy_from_user() with UACCESS enabled > > lib/strnlen_user.o: warning: objtool: strnlen_user()+0x122: call to > > do_strnlen_user() with UACCESS enabled > > Does this fix it?
Yes, it does. Thanks! Arnd