From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 E8EBE234964; Thu, 21 May 2026 01:56:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779328590; cv=none; b=fIfzziBSFCK//Pv1ioS7jTA3gudcGUPrcREAB401w+UF/V5DTeTjN2bsBBLu1BwSB1cbFQCwHUcDIa+pwq0icZ7udeM7BiYHrMnVkhNycUvZBeGtwTknyeXs/UkWmBPaVXWgXzgpHanXQncR3x4vk63PgRwhlAccdBR8IS44iP0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779328590; c=relaxed/simple; bh=Xq+oayIoghIbwqV0ZhTC/NlI+RjO8Ta+rFOp5kHRJmU=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=AVMHY61Em5rDCwS+T4NVMjxBlAfwZbCV1YWCkoFMtQ17FMntwEvjSLv8uPVW7o0384N7P3t2AIbgbrRzHW/SrTN6WTZ7s/rykYTRIKcDf5CKtZn9FvfNJnx/G9iAsrtqIfhyr+qsLBeajExEEqaVmOoI/S/aTIHcfM/DsMVLHTU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=N4ppQ1a3; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="N4ppQ1a3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2DB1A1F000E9; Thu, 21 May 2026 01:56:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779328589; bh=Q3HW2AI414iLaJB/mOyx74kIg0KtlFPdIzdQn3kLba0=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=N4ppQ1a3FnAUvRijadlj3/k6nfK4ufiMWMO3/VU58kknj0lqCf2+hm7VIIJhJF+wh EX3KTpXZP8184d0uqtZrPokbH0sEz6yzCwDoeRLOrk8QyThVD6+rIH1tS9z1Z9dbec W2PGuB18uyyWdi37wYEPDxVb82nFn5+d9eP/7tBC510y/OMS0uJMBqQ1pQox+/TgGs h+Ji+d29wNqhr/IVurl3VWRMECy3r90xxkImOFXNWL05x8VYjNWLCsAEl/kybURtUW ZpV+ZSCfD7WQNod3UDR4CacF/+JGjXmt362TM3JZp5GcbjtQ8Z7HkFwqPX+pEt4wTw G49M78ovEBA0Q== Date: Wed, 20 May 2026 18:56:28 -0700 From: Jakub Kicinski To: Rosen Penev Cc: netdev@vger.kernel.org, Andrew Lunn , "David S. Miller" , Eric Dumazet , Paolo Abeni , Joe Perches , open list Subject: Re: [PATCH net] net: fec_mpc52xx: Fix resource size format Message-ID: <20260520185628.5dcb3a1b@kernel.org> In-Reply-To: References: <20260518044047.1002235-1-rosenp@gmail.com> <20260520170607.27cdf572@kernel.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 20 May 2026 17:42:37 -0700 Rosen Penev wrote: > > Not on 64-bit x86 builds apparently. Please provide more details > > on which platform and compiler you see a warning and the warning. > 64-bit powerpc. How would this driver be built on x86? Hm, CI did rebuild a bunch of fec objects when this patch was applied. But looking closer indeed not this exact file.