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 05E973A9D9E; Tue, 20 Jan 2026 11:20:46 +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=1768908047; cv=none; b=XMSD0oGypnyJPys98mcyTDtg63yOHVL17VchCTUP97cGpVPS/Fi3Tbe7mC6TJRCI3lJiBjDcm02TBrjsUoLu58xUqr5s18Tbx5MEqmPAJyv0nTkejKkkMe/kqbd8Pmc9qvCPxpuVbBLWVuH1ihSzotbsT4MGBAPO0XYlGB5xZHQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768908047; c=relaxed/simple; bh=MCy+C7PhBFnx90O7nwNt2hL19D1Yf1zFlGj4XzO4PIo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ndSXF53TH3bqjjBxZNf0Za41VM5mAx5Unv0YDf/gtEnCNF4WfR6TGtQBkPRaGsTdZWE2J6ROO4YiGFnChLgjXxItMY4YR7VdWzIYq0nBwXXpF7C1/A9cL3jAN9Zt/geeYBiqIbs6NjhngQ097iQjuBuYCrm4bWVfMeoJHtOUGYs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=gUcU5e00; 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="gUcU5e00" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EC53CC16AAE; Tue, 20 Jan 2026 11:20:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768908046; bh=MCy+C7PhBFnx90O7nwNt2hL19D1Yf1zFlGj4XzO4PIo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gUcU5e00PvOoMAR+XDNvXvwxuqCrsFk3h6IC2EkmddVR+mEQC8KYbZ1PMd9JtKVlL xsw21tUWxCvDG1BnPp8CAu01YKkMvIHntcX+hueiV7OPl21FsnT0IEBJahJdBBZFue 6J6BW9W33XniODuuBvKgXo8BY+TIfOjKenyU83b0Zkx3J3rmcCLDMBzTmPLd8znl03 N2cqTYvp5IoRcapVU5kSx+AtZLjvNThMslkYa79J780ElxmsbCrdf+HXNiLTZ5H+SS WROknbhYxTjNYLyoQmn0mQv1vJ1IzinTUSHu+DJDO8jORoSDHnQyvfCTzOSkRRGEQ5 LRRrEcrrAWFCA== Date: Tue, 20 Jan 2026 12:20:41 +0100 From: Christian Brauner To: Andy Shevchenko Cc: Petr Mladek , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Al Viro , Jan Kara , Steven Rostedt , Rasmus Villemoes , Sergey Senozhatsky , Andrew Morton , David Disseldorp Subject: Re: [PATCH v1 0/4] initramfs: get rid of custom hex2bin() Message-ID: <20260120-umleiten-gehackt-abb27d77dd73@brauner> References: <20260119204151.1447503-1-andriy.shevchenko@linux.intel.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=utf-8 Content-Disposition: inline In-Reply-To: <20260119204151.1447503-1-andriy.shevchenko@linux.intel.com> > Here is the refactoring to show that. This is assumed to go via PRINTK > tree. No, initramfs is maintained by the VFS and we already carry other patches. If you want the kstrtox changes to go another route then I will take the first two changes in a stable branch that can be merged. > > I have tested this on x86, but I believe the same result will be > on big-endian CPUs (I deduced that from how strtox() works). Did you rerun the kunit tests the original change was part of or did you do some custom testing?