From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-174.mta1.migadu.com (out-174.mta1.migadu.com [95.215.58.174]) (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 9736E4A07 for ; Tue, 28 Apr 2026 21:49:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.174 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777412988; cv=none; b=O9i168LvdSKbuZw7/5y3KSxtEJq1uRxaMqW8V3d1pUdsdyVwIAnVVZq+r7coi80LfAkmvNZCEYAUj3SzjzChnjr0bIoj9RJH3FMJUa022qdyFnT6sxpXVc6hkfZHQD97eGU6NUaRYzLVFDhK5JxnzlLxcPzKOyokBu/DAXqP0/A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777412988; c=relaxed/simple; bh=QJ5YrGLEhlSOG+izOzJb+sjqr2gfHmqvBjyP/bJA534=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=E6Rsl/lrConYUdtOxFLH5u9g4PdxR64rnR1f0dPNLTNbyYkWGVuv5DiL1ZY5qD1fxR0Q/8C3rMXhRlOHj1BbbOe7VONNsTEVNrpJ2G8/hp9zy5m/Yerqj9dXcUhFYh6IBtOlElfVy7GKZ/JmINb/+yqZjFOX/40G0Z1ErKJMuV0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=nQEvw8nF; arc=none smtp.client-ip=95.215.58.174 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="nQEvw8nF" Date: Wed, 29 Apr 2026 05:49:36 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1777412984; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=YO8DkX4BQLo0qf2zzoV3t73Rm71Vx7qEdeREgZLXBlk=; b=nQEvw8nF5HSnRGiA9kb9Csd6Q0No4q1j3Di66Y6DatYTT3LLrEyG1q0Lp/bTO93G27TIqA ODKFseniSSDyO5dHAPbGQgbC2+j1AqCcs0g40YAgQ+wM7SFQRwHlShK3YGNehgC589WLFq YwGFwj6X6YVwy3/+GStxWdbvYyYb1Rg= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Baoquan He To: Mike Rapoport Cc: Andrew Morton , Pasha Tatashin , Pratyush Yadav , Dave Young , kexec@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] MAINTAINERS: update KEXEC, KDUMP and LIVE UPDATE Message-ID: References: <20260428124833.1903302-1-rppt@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: <20260428124833.1903302-1-rppt@kernel.org> X-Migadu-Flow: FLOW_OUT On 04/28/26 at 03:48pm, Mike Rapoport wrote: > From: "Mike Rapoport (Microsoft)" > > Hi, > > KHO and LiveUpdate team is going to pick kdump and kexec patches to > their tree at > > https://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux.git > > Update MAINTAINERS to reflect this change and add kexec@ list to LIVE > UPDATE entry. > > Mike Rapoport (Microsoft) (2): > MAINTAINERS: add tree for KDUMP and KEXEC > MAINTAINERS: add kexec@ list to LIVE UPDATE ENTRY > > MAINTAINERS | 3 +++ > 1 file changed, 3 insertions(+) Ack the series: Acked-by: Baoquan He