[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8FC1CDA2-F58F-4D23-BB76-7BDDE56ADB58@vmware.com>
Date: Mon, 29 Jul 2019 20:10:57 +0000
From: Matt Helsley <mhelsley@...are.com>
To: Josh Poimboeuf <jpoimboe@...hat.com>
CC: LKML <linux-kernel@...r.kernel.org>,
Ingo Molnar <mingo@...nel.org>,
Peter Zijlstra <peterz@...radead.org>,
Steven Rostedt <rostedt@...dmis.org>
Subject: Re: [PATCH v3 09/13] objtool: Prepare to merge recordmcount
> On Jul 28, 2019, at 10:48 AM, Josh Poimboeuf <jpoimboe@...hat.com> wrote:
>
> On Wed, Jul 24, 2019 at 02:05:03PM -0700, Matt Helsley wrote:
>> Move recordmcount into the objtool directory. We keep this step separate
>> so changes which turn recordmcount into a subcommand of objtool don't
>> get obscured.
>>
>> Signed-off-by: Matt Helsley <mhelsley@...are.com>
>> ---
>> scripts/.gitignore | 1 -
>> scripts/Makefile | 1 -
>> scripts/Makefile.build | 11 ++++++-----
>> tools/objtool/.gitignore | 1 +
>> tools/objtool/Build | 2 ++
>> tools/objtool/Makefile | 13 ++++++++++++-
>> {scripts => tools/objtool}/recordmcount.c | 0
>> {scripts => tools/objtool}/recordmcount.h | 0
>> {scripts => tools/objtool}/recordmcount.pl | 0
>> 9 files changed, 21 insertions(+), 8 deletions(-)
>> rename {scripts => tools/objtool}/recordmcount.c (100%)
>> rename {scripts => tools/objtool}/recordmcount.h (100%)
>> rename {scripts => tools/objtool}/recordmcount.pl (100%)
>
> According to "git grep recordmcount" there are a few documentation files
> which reference recordmcount and recordmount.pl in their old locations.
>
> And they'll probably need updating again for the next patch as well.
Excellent point. I’ll integrate those changes and resend.
Cheers,
-Matt
Powered by blists - more mailing lists