From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D2C4FC6369E for ; Wed, 18 Nov 2020 17:53:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7395224906 for ; Wed, 18 Nov 2020 17:53:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="0jVdy6qu" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728162AbgKRRxA (ORCPT ); Wed, 18 Nov 2020 12:53:00 -0500 Received: from mail.kernel.org ([198.145.29.99]:33452 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726310AbgKRRxA (ORCPT ); Wed, 18 Nov 2020 12:53:00 -0500 Received: from kicinski-fedora-PC1C0HJN.hsd1.ca.comcast.net (unknown [163.114.132.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6B0E224903; Wed, 18 Nov 2020 17:52:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1605721979; bh=EDqoGlQelT4gtKuEWrwQXFVJ1Vwq7G3OajEem2L4Ee4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=0jVdy6qu931VA+n8siOthUNSJyOlHY3mMoAibxL5hjEF9DxxWUhgayu4iJy950a8i gpTTgYrelCu3VJEsdQi6g/GjED7DSas3wyWqIL5Xq1HbDPhEO/HoIi6gcI9J4T2i/+ LX7eWakaNJvU3Ulwdnojwpg2gyjJ8f75hLDVmzOs= Date: Wed, 18 Nov 2020 09:52:58 -0800 From: Jakub Kicinski To: Claudiu Manoil Cc: netdev@vger.kernel.org, "David S . Miller" Subject: Re: [PATCH net-next 0/2] enetc: Clean endianness warnings up Message-ID: <20201118095258.4f129839@kicinski-fedora-PC1C0HJN.hsd1.ca.comcast.net> In-Reply-To: <20201117182004.27389-1-claudiu.manoil@nxp.com> References: <20201117182004.27389-1-claudiu.manoil@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, 17 Nov 2020 20:20:02 +0200 Claudiu Manoil wrote: > Cleanup patches to address the outstanding endianness issues > in the driver reported by sparse. Build bot says this doesn't apply to net-next, could you double check?