|
Message-ID: <20200422221732.wmih73qrdh4fksog@treble> Date: Wed, 22 Apr 2020 17:17:32 -0500 From: Josh Poimboeuf <jpoimboe@...hat.com> To: Kristen Carlson Accardi <kristen@...ux.intel.com> Cc: keescook@...omium.org, tglx@...utronix.de, mingo@...hat.com, bp@...en8.de, hpa@...or.com, Peter Zijlstra <peterz@...radead.org>, arjan@...ux.intel.com, x86@...nel.org, linux-kernel@...r.kernel.org, kernel-hardening@...ts.openwall.com, rick.p.edgecomb@...el.com Subject: Re: [PATCH 1/9] objtool: do not assume order of parent/child functions On Wed, Apr 15, 2020 at 02:04:43PM -0700, Kristen Carlson Accardi wrote: > If a .cold function is examined prior to it's parent, the link > to the parent/child function can be overwritten when the parent > is examined. Only update pfunc and cfunc if they were previously > nil to prevent this from happening. > > Signed-off-by: Kristen Carlson Accardi <kristen@...ux.intel.com> > Acked-by: Josh Poimboeuf <jpoimboe@...hat.com> Hi Kristen, I grabbed this one and it will be merged into the -tip tree soon. Thanks! -- Josh
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.