From mboxrd@z Thu Jan 1 00:00:00 1970 From: Baoquan He Date: Wed, 13 Apr 2022 10:47:49 +0800 Subject: [PATCH v2 0/2] x86/kexec: fix memory leak of elf header buffer In-Reply-To: <20220412192734.fcda8988d189c8e2e2830b03@linux-foundation.org> References: <20220223113225.63106-1-bhe@redhat.com> <20220412192734.fcda8988d189c8e2e2830b03@linux-foundation.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kexec@lists.infradead.org On 04/12/22 at 07:27pm, Andrew Morton wrote: > On Thu, 31 Mar 2022 19:32:17 +0800 Baoquan He wrote: > > > Hi Andrew, > > > > On 02/23/22 at 07:32pm, Baoquan He wrote: > > > The memory leak is reported by kmemleak detector, has been existing > > > for very long time. It casue much memory loss on large machine > > > with huge memory hotplug which will trigger kdump kernel reloading > > > many times, with kexec_file_load interface. > > > > Could you merge these two patches? Or should I ping x86 maintainers to > > take them? > > Ah, sorry, I tend to fall asleep if there's "x86" in the subject. > Poking a sleeping Andrew is always the right thing to do. Shall look > at them. Thanks, Andrew. Since it's also MM related, so ping you and x86 maintainers to see who can help pick them.