From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 238B82FFF90 for ; Fri, 1 May 2026 10:11:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777630318; cv=none; b=Ak7UY6E42iKdb6nOcQZ5J+66dBn4OVT8ZmYxfBh5kpRbtXr1erG22QvBxWD79iT19mb5axoFwfk6xb02uJH02pdwUQbe7myzAaBzxuWrfGK4sC+F6h1vIy6+UsDDE1FWuZBLOAW5xa7DW/81qoLpsZyDEgBkT82uF55lRfsEUmM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777630318; c=relaxed/simple; bh=8LsYmmPW4HC1jOtOwpgcXJSncU6zAKjTVlj4fTdxM7g=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=hotPqpOdKTtP3k1/VK6NYXY9ILkeZSumg+kUrxE28pmWGsBcauFfCL7D0aHMyqR4rj9KMZNSbfklK3lg0pIvNLu0/oPx+t12w2tQgzkesm4taJgw/4FQMmCzoXzwSwdsjt8L4kUiYjo8+IfOSZy3GSeCYncYKb/UWwlAUfDK01M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=npK9hDSH; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="npK9hDSH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 86218C2BCB4; Fri, 1 May 2026 10:11:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1777630318; bh=8LsYmmPW4HC1jOtOwpgcXJSncU6zAKjTVlj4fTdxM7g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=npK9hDSH5xIFQtWSlLX113XQF534nSdD1bHdAFCX9kwpST3gzRHXAS64ciFIcoTxs TZLLyFxMnsNwoQH6B9SuS+7rhRxp3w7Jfr+FZIcXIfw+yWPMhyN1cP4gY4QfSPvXTe d61UjMXhMCTuia0poMZsUsGi5q2Gv6UKp1C4cOUg= Date: Fri, 1 May 2026 12:11:55 +0200 From: Greg Kroah-Hartman To: Cris Jacob Maamor Cc: Mike Rapoport , Pasha Tatashin , Pratyush Yadav , Alexander Graf , Andrew Morton , Dan Carpenter , kexec@lists.infradead.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH RFC 1/5] kexec: handover: add helper to check preserved page ranges Message-ID: <2026050114-glazing-bankbook-28bc@gregkh> References: <20260501094637.38650-1-crisjacobmaamor@gmail.com> <20260501094637.38650-2-crisjacobmaamor@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260501094637.38650-2-crisjacobmaamor@gmail.com> On Fri, May 01, 2026 at 05:46:33PM +0800, Cris Jacob Maamor wrote: > Signed-off-by: Cris Jacob Maamor For obvious reasons, we can't take patches without any changelog text (nor do you want us to.) And when a pathc is "RFC", what specific comments are you asking for? Why don't you feel this is good enough to take now? thanks, greg k-h