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=-5.7 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS, URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham 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 8BEF8C43381 for ; Sun, 17 Feb 2019 18:21:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4ADC22184A for ; Sun, 17 Feb 2019 18:21:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550427713; bh=VvzlygKk0dGbA7S9N9Iz21MWSEQ8D/6iMhz+YUwm/y0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=IE9Yb939+4rMLhY1h1MUyn5oHFUvCEzl0A/nA9wlbrVVR4g48ugxJj+iDa1J19RZt LHM6pjMXKE8GaDobHtg4jPCtEBnTYtqPE/i7Dc4kM1rYh9PEIxt5GgvRXUN0Xz3n21 1rhXl5y7yUaKh7/xxTrpwnkh8YiBN4Ykt2V7U3g4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725774AbfBQSVw (ORCPT ); Sun, 17 Feb 2019 13:21:52 -0500 Received: from mail.kernel.org ([198.145.29.99]:36864 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725771AbfBQSVw (ORCPT ); Sun, 17 Feb 2019 13:21:52 -0500 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 DFDF9217F5; Sun, 17 Feb 2019 18:21:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550427712; bh=VvzlygKk0dGbA7S9N9Iz21MWSEQ8D/6iMhz+YUwm/y0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=0r0uJ4hIZEWYKIY2UfNIjxb1ABz3YZgAuwIj894nn0viYyJxgIUaG8XnqVthVtNtc iN9yPvKmHI5JZ0qgggKG1OAuG2AQBuDAP8UTA7WRBsmXwPxpMDo+BO9hRjPvKODoSz +sCzKHvpeZH5xoC100r6p2wQ+mTHQqyAf1QFTyUs= Date: Sun, 17 Feb 2019 13:21:50 -0500 From: Sasha Levin To: Linus Walleij Cc: Greg Kroah-Hartman , stable@vger.kernel.org, openwrt-devel@lists.openwrt.org, "David S . Miller" , Hauke Mehrtens Subject: Re: [PATCH v2] uapi/if_ether.h: prevent redefinition of struct ethhdr Message-ID: <20190217182150.GI10616@sasha-vm> References: <20190214131800.8760-1-linus.walleij@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20190214131800.8760-1-linus.walleij@linaro.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Feb 14, 2019 at 02:18:00PM +0100, Linus Walleij wrote: >From: Hauke Mehrtens > >commit 6926e041a8920c8ec27e4e155efa760aa01551fd upstream. > >Musl provides its own ethhdr struct definition. Add a guard to prevent >its definition of the appropriate musl header has already been included. > >glibc does not implement this header, but when glibc will implement this >they can just define __UAPI_DEF_ETHHDR 0 to make it work with the >kernel. > >Signed-off-by: Hauke Mehrtens >Signed-off-by: David S. Miller >Signed-off-by: Linus Walleij Queued up, thank you. -- Thanks, Sasha