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 164F43E0228 for ; Tue, 14 Apr 2026 14:02:51 +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=1776175372; cv=none; b=XlJwE994O+Xda4nsUjXvpfPlSrWKZaxCLl80AAQs4iC64GyZAQ8aT+FyE12zX4qzSPSqzSvUD6oYaxXqo6xTHBBFagLlmmH2ial4fJCwRCbMWxape69uXaOlDGwK/4qw5GX0V3w2Ad25Xi1MRmGI7VleajI+BQICSulZqJBN15M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776175372; c=relaxed/simple; bh=x7XJtLqXh17ZcImOlaVLyo5LTdL3i1fbBepv/qg5ZPk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=G9JoxyI3/mls59QAx0HK12Dz+NBuSzDOKJuxxTwItCzTUE7Suu8ZUCQ4HbPJ7qp+SA+HEn6a3SK5mBOAjayQVujBSq0Vhx0Y5KzTP9B17A5RiTXSoAiSd43moaGdN58Suvu1w9OSmHQju/7gyr5XwV8T0M6LCFmcqk/oFoT4ruo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nMGh5aJ9; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="nMGh5aJ9" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D4C38C2BCB0; Tue, 14 Apr 2026 14:02:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776175371; bh=x7XJtLqXh17ZcImOlaVLyo5LTdL3i1fbBepv/qg5ZPk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nMGh5aJ9U11ND7fOu9C/bNwMLWIVbpAAaBVR/PGX4KZH7Fta8xBVgm9YdoX7tW+AH Smw23T2oFCr6Pk/Ad1UGEdyCfJKCbmJOba+z7+onL+UJzEvsZ1YeQe3KOn6J8cl1gv nGYMXhtpHtG06H000JrCqAvF55rTzyOZCwwyeUzIUnDrnfuG4s+p8Wd2XOzUMKuPWs TiTmdGrikAJd58xtG99dwzYxNH0FHBPVTHMS7BKclCHeSl3lS+i6K/VH9rwloDbi8R 0I0GrIkHf2RQTohrjoPmULxhO4xT26PXX7syMEQMd5X7ohRx4/zVFjDha96OtAq6X4 JH9ahcyxcN3lA== Date: Tue, 14 Apr 2026 17:02:45 +0300 From: Mike Rapoport To: Pratyush Yadav Cc: Andrew Morton , Baoquan He , Pasha Tatashin , Alexander Graf , "David Hildenbrand (Arm)" , kexec@lists.infradead.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] MAINTAINERS: update KHO and LIVE UPDATE entries Message-ID: References: <20260414121752.1912847-1-pratyush@kernel.org> 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: <20260414121752.1912847-1-pratyush@kernel.org> On Tue, Apr 14, 2026 at 12:17:17PM +0000, Pratyush Yadav wrote: > From: "Pratyush Yadav (Google)" > > Hi, > > This series contains some updates for the Kexec Handover (KHO) and Live > update entries. Patch 1 updates the maintainers list and adds the > liveupdate tree. Patches 2 and 3 clean up stale files in the list. > > Regards, > Pratyush Yadav > > Pratyush Yadav (Google) (3): > MAINTAINERS: update KHO and LIVE UPDATE maintainers > MAINTAINERS: drop include/linux/kho/abi/ from KHO > MAINTAINERS: drop include/linux/liveupdate from LIVE UPDATE > > CREDITS | 4 ++++ > MAINTAINERS | 10 +++++----- > 2 files changed, 9 insertions(+), 5 deletions(-) For the series Acked-by: Mike Rapoport (Microsoft) -- Sincerely yours, Mike.