Re: [PATCH] x86/uaccess: Remove redundant likely/unlikely annotations

2020-05-29 Thread Randy Dunlap
it. It only affects > linux-next. > > ---8<--- > > From: Josh Poimboeuf > Subject: [PATCH] x86/uaccess: Remove redundant likely/unlikely annotations > > Since user_access_begin() already has an unlikely() annotation for its > access_ok() check, "if (likely(

[PATCH] x86/uaccess: Remove redundant likely/unlikely annotations

2020-05-29 Thread Josh Poimboeuf
> > propagated. > > > > So just remove the outer likelys? > > That fixes it. Ack! If there are no objections to the patch, I can add it to my objtool-core branch unless anybody else wants to take it. It only affects linux-next. ---8<--- From: Josh Poimboeuf Subject: [P