Re: [PATCH] x86/kexec: prefer _THIS_IP_ to current_text_addr

2018-08-21 Thread Nick Desaulniers
On Tue, Aug 21, 2018 at 5:40 AM Eric W. Biederman wrote: > > Linus Torvalds writes: > > > On Mon, Aug 20, 2018 at 10:58 AM Nick Desaulniers > > wrote: > >> > >> + akpm, Linus > >> > >> Bumping for review. > > > > Ugh. I am not personally a huge fan of this endless "fix up one at a time". > > >

Re: [PATCH] x86/kexec: prefer _THIS_IP_ to current_text_addr

2018-08-21 Thread Eric W. Biederman
Linus Torvalds writes: > On Mon, Aug 20, 2018 at 10:58 AM Nick Desaulniers > wrote: >> >> + akpm, Linus >> >> Bumping for review. > > Ugh. I am not personally a huge fan of this endless "fix up one at a time". > > Just do a patch that removes current_text_addr() entirely and be done > with it,

Re: [PATCH] x86/kexec: prefer _THIS_IP_ to current_text_addr

2018-08-20 Thread Linus Torvalds
On Mon, Aug 20, 2018 at 10:58 AM Nick Desaulniers wrote: > > + akpm, Linus > > Bumping for review. Ugh. I am not personally a huge fan of this endless "fix up one at a time". Just do a patch that removes current_text_addr() entirely and be done with it, if that's what we want the end result to

Re: [PATCH] x86/kexec: prefer _THIS_IP_ to current_text_addr

2018-08-20 Thread Nick Desaulniers
+ akpm, Linus Bumping for review. On Mon, Aug 13, 2018 at 2:32 PM Nick Desaulniers wrote: > > + Simon (kexec) > > bumping for review. > On Wed, Aug 8, 2018 at 4:06 PM Nick Desaulniers > wrote: > > > > bumping for review > > On Wed, Aug 1, 2018 at 2:08 PM Nick Desaulniers > > wrote: > > > >

Re: [PATCH] x86/kexec: prefer _THIS_IP_ to current_text_addr

2018-08-13 Thread Nick Desaulniers
+ Simon (kexec) bumping for review. On Wed, Aug 8, 2018 at 4:06 PM Nick Desaulniers wrote: > > bumping for review > On Wed, Aug 1, 2018 at 2:08 PM Nick Desaulniers > wrote: > > > > As part of the effort to reduce the code duplication between _THIS_IP_ > > and current_text_addr(), let's

Re: [PATCH] x86/kexec: prefer _THIS_IP_ to current_text_addr

2018-08-08 Thread Nick Desaulniers
bumping for review On Wed, Aug 1, 2018 at 2:08 PM Nick Desaulniers wrote: > > As part of the effort to reduce the code duplication between _THIS_IP_ > and current_text_addr(), let's consolidate callers of > current_text_addr() to use _THIS_IP_. > > Signed-off-by: Nick Desaulniers > --- >