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 7C26939023A for ; Thu, 12 Mar 2026 16:18:05 +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=1773332285; cv=none; b=Jz31sg9Zw5yDsAeToMtYDba6tYHNCUEsxeLuu3Aum7/9B4bP7xOBJn7OkxobzKVOOWBpBIi9ZKNLm9dcWEbXr8e6BlUHHsXXuc5+Nf4fympqNWechOgogqpAEVZ4HtJH2XMeNhNXVH0/LouxGJ9hgtUNHgtaSMhtsBGW6RPcS8Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773332285; c=relaxed/simple; bh=9aDhjOigL7tYYsWcsq6290598xav89KKBwOignR3TsU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=p4tDmC86LSIjEP18Hkip00pxip8c1KTMv3X53qNbqW8hYmZupVR2WlWQT+UhAz43vEBJp0jS8cIsT3wHBrAJa7RCeEX0afDJXsyG9oh97F1zlzuGgQiVqFZnwUad/N4wW1wcODl+Y9nZImQ2ul9WisPk1nGIwy8sMOlHDM0jWp8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=JR4fq5ey; 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="JR4fq5ey" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B9F6CC4CEF7; Thu, 12 Mar 2026 16:18:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773332285; bh=9aDhjOigL7tYYsWcsq6290598xav89KKBwOignR3TsU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JR4fq5ey+rkrl42f8bTNCih0k4suiLD3rhGCe5CaADR2yCeiTLNLx4GkxQXgTyu8o spccig8j7j6D1GH2FFsP//yuaJiSow5CXNeN0dv7br8TbEXK3f/RE2JMmeFXqf5UD+ i0+sDclWL56hy8NE9sigfV+gZDaRMSPHbLj8PbfgDaNfeI3RproqznpBet0J3a0Fby YvUnaFCvM9YTcPHUmckr1rhKLcCqFCtY0Q3jr/dfduHb81ei8jJXEIfar98VajlwU4 By24JEmRJQAscmxF+y3ezqte4BIJcr80OKtkD4Os2MAxxpMFVxCjk5A5EYjgJVJTsS Fik6r6HrOCo/w== Date: Thu, 12 Mar 2026 18:17:57 +0200 From: Mike Rapoport To: Breno Leitao Cc: Alexander Graf , Pasha Tatashin , Pratyush Yadav , linux-kernel@vger.kernel.org, kexec@lists.infradead.org, linux-mm@kvack.org, usamaarif642@gmail.com, SeongJae Park , kernel-team@meta.com Subject: Re: [PATCH v8 4/6] kho: fix kho_in_debugfs_init() to handle non-FDT blobs Message-ID: References: <20260309-kho-v8-0-c3abcf4ac750@debian.org> <20260309-kho-v8-4-c3abcf4ac750@debian.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: Hi Breno, On Thu, Mar 12, 2026 at 04:11:54AM -0700, Breno Leitao wrote: > Hello Mike, > > As this is my first contribution to KHO, could you please let me know > which tree these patches typically go through? KHO patches go via mm tree. > Thanks, > --breno -- Sincerely yours, Mike.