From: Ralf Baechle <ralf@linux-mips.org>
To: Michal Hocko <mhocko@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
LKML <linux-kernel@vger.kernel.org>,
Michal Hocko <mhocko@suse.com>,
David Howells <dhowells@redhat.com>,
Ingo Molnar <mingo@kernel.org>, Jeff Dike <jdike@addtoit.com>,
linux-mips@linux-mips.org, linux-sh@vger.kernel.org,
Richard Weinberger <richard@nod.at>,
Rich Felker <dalias@libc.org>,
uclinux-h8-devel@lists.sourceforge.jp,
Yoshinori Sato <ysato@users.sourceforge.jp>
Subject: Re: [PATCH] mm, arch: remove empty_bad_page*
Date: Thu, 5 Oct 2017 12:02:53 +0200 [thread overview]
Message-ID: <20171005100253.GD31821@linux-mips.org> (raw)
In-Reply-To: <20171004150045.30755-1-mhocko@kernel.org>
On Wed, Oct 04, 2017 at 05:00:45PM +0200, Michal Hocko wrote:
> From: Michal Hocko <mhocko@suse.com>
>
> empty_bad_page and empty_bad_pte_table seems to be a relict from old
> days which is not used by any code for a long time. I have tried to find
> when exactly but this is not really all that straightforward due to many
> code movements - traces disappear around 2.4 times.
>
> Anyway no code really references neither empty_bad_page nor
> empty_bad_pte_table. We only allocate the storage which is not used by
> anybody so remove them.
>
> Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
> Cc: Ralf Baechle <ralf@linux-mips.org>
> Cc: David Howells <dhowells@redhat.com>
> Cc: Rich Felker <dalias@libc.org>
> Cc: Jeff Dike <jdike@addtoit.com>
> Cc: Richard Weinberger <richard@nod.at>
> Cc: Ingo Molnar <mingo@kernel.org>
> Cc: <uclinux-h8-devel@lists.sourceforge.jp>
> Cc: <linux-mips@linux-mips.org>
> Cc: <linux-sh@vger.kernel.org>
> Signed-off-by: Michal Hocko <mhocko@suse.com>
On MIPS the empty_bad_page_table definition was deleted in 2549fa57708d
("Small cleanups including deletion of two variables 4k each ...") in the
MIPS git tree on 2003-07-29, so
Acked-by: Ralf Baechle <ralf@linus-mips.org>
for getting rid of the rest a mere 14 years later.
Thanks,
Ralf
WARNING: multiple messages have this Message-ID (diff)
From: Ralf Baechle <ralf@linux-mips.org>
To: Michal Hocko <mhocko@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
LKML <linux-kernel@vger.kernel.org>,
Michal Hocko <mhocko@suse.com>,
David Howells <dhowells@redhat.com>,
Ingo Molnar <mingo@kernel.org>, Jeff Dike <jdike@addtoit.com>,
linux-mips@linux-mips.org, linux-sh@vger.kernel.org,
Richard Weinberger <richard@nod.at>,
Rich Felker <dalias@libc.org>,
uclinux-h8-devel@lists.sourceforge.jp,
Yoshinori Sato <ysato@users.sourceforge.jp>
Subject: Re: [PATCH] mm, arch: remove empty_bad_page*
Date: Thu, 05 Oct 2017 10:02:53 +0000 [thread overview]
Message-ID: <20171005100253.GD31821@linux-mips.org> (raw)
In-Reply-To: <20171004150045.30755-1-mhocko@kernel.org>
On Wed, Oct 04, 2017 at 05:00:45PM +0200, Michal Hocko wrote:
> From: Michal Hocko <mhocko@suse.com>
>
> empty_bad_page and empty_bad_pte_table seems to be a relict from old
> days which is not used by any code for a long time. I have tried to find
> when exactly but this is not really all that straightforward due to many
> code movements - traces disappear around 2.4 times.
>
> Anyway no code really references neither empty_bad_page nor
> empty_bad_pte_table. We only allocate the storage which is not used by
> anybody so remove them.
>
> Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
> Cc: Ralf Baechle <ralf@linux-mips.org>
> Cc: David Howells <dhowells@redhat.com>
> Cc: Rich Felker <dalias@libc.org>
> Cc: Jeff Dike <jdike@addtoit.com>
> Cc: Richard Weinberger <richard@nod.at>
> Cc: Ingo Molnar <mingo@kernel.org>
> Cc: <uclinux-h8-devel@lists.sourceforge.jp>
> Cc: <linux-mips@linux-mips.org>
> Cc: <linux-sh@vger.kernel.org>
> Signed-off-by: Michal Hocko <mhocko@suse.com>
On MIPS the empty_bad_page_table definition was deleted in 2549fa57708d
("Small cleanups including deletion of two variables 4k each ...") in the
MIPS git tree on 2003-07-29, so
Acked-by: Ralf Baechle <ralf@linus-mips.org>
for getting rid of the rest a mere 14 years later.
Thanks,
Ralf
next prev parent reply other threads:[~2017-10-05 10:03 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-04 15:00 [PATCH] mm, arch: remove empty_bad_page* Michal Hocko
2017-10-04 15:00 ` Michal Hocko
2017-10-05 7:58 ` Ingo Molnar
2017-10-05 7:58 ` Ingo Molnar
2017-10-05 10:02 ` Ralf Baechle [this message]
2017-10-05 10:02 ` Ralf Baechle
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=20171005100253.GD31821@linux-mips.org \
--to=ralf@linux-mips.org \
--cc=akpm@linux-foundation.org \
--cc=dalias@libc.org \
--cc=dhowells@redhat.com \
--cc=jdike@addtoit.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=linux-sh@vger.kernel.org \
--cc=mhocko@kernel.org \
--cc=mhocko@suse.com \
--cc=mingo@kernel.org \
--cc=richard@nod.at \
--cc=uclinux-h8-devel@lists.sourceforge.jp \
--cc=ysato@users.sourceforge.jp \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.