From: Vitaly Kuznetsov <vkuznets@redhat.com>
To: Arvind Sankar <nivedita@alum.mit.edu>
Cc: x86@kernel.org, Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@redhat.com>, Borislav Petkov <bp@alien8.de>,
"H. Peter Anvin" <hpa@zytor.com>, Joerg Roedel <jroedel@suse.de>,
Arvind Sankar <nivedita@alum.mit.edu>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] x86/boot/compressed/64: Drop the now-unused finalize_identity_maps()
Date: Fri, 13 Nov 2020 16:39:07 +0100 [thread overview]
Message-ID: <87361dw9k4.fsf@vitty.brq.redhat.com> (raw)
In-Reply-To: <20201113151342.GA618063@rani.riverdale.lan>
Arvind Sankar <nivedita@alum.mit.edu> writes:
> On Fri, Nov 13, 2020 at 04:08:10PM +0100, Vitaly Kuznetsov wrote:
>> Since commit 8570978ea030 ("x86/boot/compressed/64: Don't pre-map memory in
>> KASLR code") finalize_identity_maps() has no users, drop it.
>>
>> Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
>> ---
>> arch/x86/boot/compressed/ident_map_64.c | 10 ----------
>> 1 file changed, 10 deletions(-)
>>
>> diff --git a/arch/x86/boot/compressed/ident_map_64.c b/arch/x86/boot/compressed/ident_map_64.c
>> index a5e5db6ada3c..6bf20223dc0f 100644
>> --- a/arch/x86/boot/compressed/ident_map_64.c
>> +++ b/arch/x86/boot/compressed/ident_map_64.c
>> @@ -167,16 +167,6 @@ void initialize_identity_maps(void *rmode)
>> write_cr3(top_level_pgt);
>> }
>>
>> -/*
>> - * This switches the page tables to the new level4 that has been built
>> - * via calls to add_identity_map() above. If booted via startup_32(),
>> - * this is effectively a no-op.
>> - */
>> -void finalize_identity_maps(void)
>> -{
>> - write_cr3(top_level_pgt);
>> -}
>> -
>> static pte_t *split_large_pmd(struct x86_mapping_info *info,
>> pmd_t *pmdp, unsigned long __address)
>> {
>> --
>> 2.26.2
>>
>
> I had sent this and another unused removal last month:
> https://lore.kernel.org/lkml/20201005151208.2212886-1-nivedita@alum.mit.edu/
>
Ah, no problem, let this serve as a gentle ping to the maintainers then)
--
Vitaly
prev parent reply other threads:[~2020-11-13 15:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-13 15:08 Vitaly Kuznetsov
2020-11-13 15:13 ` Arvind Sankar
2020-11-13 15:39 ` Vitaly Kuznetsov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87361dw9k4.fsf@vitty.brq.redhat.com \
--to=vkuznets@redhat.com \
--cc=bp@alien8.de \
--cc=hpa@zytor.com \
--cc=jroedel@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=nivedita@alum.mit.edu \
--cc=tglx@linutronix.de \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome