From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (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 DC33830F537; Mon, 24 Nov 2025 14:27:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763994450; cv=none; b=Fr834mz9vgfW0nZSwqQzKRoTfYxjynrCOgr0tV28gML/cGPKmPvzvlE6H6bXA3zesK5SemHM8ntkN/FoeL8tSypuXp5KCTl1UGmUre7M66uX28gN9Ro7GDSuYJWxp7nl3nkkGTak++ucnRnXBxXW+OPw/MNSBJxUX+GqsP5+zEA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763994450; c=relaxed/simple; bh=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=B9xaIXdFOYioE6sbtG9TaB0O1/D91T2WVop81qOnmDZLDRVSjrhf7vbmFmNsizIlPMIffbgUwGZlfswA2HISdUrYcZIYD6jE8stL4EeBJVNz1YELyfSj7CRk0NyZxulkuLEtFAEbQ0cvS8XRhm6hdSDz44vh/3iQ3kNZJQ5Llxw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id 8789768BFE; Mon, 24 Nov 2025 15:27:23 +0100 (CET) Date: Mon, 24 Nov 2025 15:27:23 +0100 From: Christoph Hellwig To: Askar Safin Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Linus Torvalds , Greg Kroah-Hartman , Christian Brauner , Al Viro , Jan Kara , Christoph Hellwig , Jens Axboe , Andy Shevchenko , Aleksa Sarai , Thomas =?iso-8859-1?Q?Wei=DFschuh?= , Julian Stecklina , Gao Xiang , Art Nikpal , Andrew Morton , Alexander Graf , Rob Landley , Lennart Poettering , linux-arch@vger.kernel.org, linux-block@vger.kernel.org, initramfs@vger.kernel.org, linux-api@vger.kernel.org, linux-doc@vger.kernel.org, Michal Simek , Luis Chamberlain , Kees Cook , Thorsten Blum , Heiko Carstens , Arnd Bergmann , Dave Young , Christophe Leroy , Krzysztof Kozlowski , Borislav Petkov , Jessica Clarke , Nicolas Schichan , David Disseldorp , patches@lists.linux.dev Subject: Re: [PATCH v4 2/3] initrd: remove deprecated code path (linuxrc) Message-ID: <20251124142723.GB16938@lst.de> References: <20251119222407.3333257-1-safinaskar@gmail.com> <20251119222407.3333257-3-safinaskar@gmail.com> Precedence: bulk X-Mailing-List: linux-api@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: <20251119222407.3333257-3-safinaskar@gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig