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.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,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 C5FF2C43381 for ; Thu, 14 Feb 2019 12:45:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 86843222D4 for ; Thu, 14 Feb 2019 12:45:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550148305; bh=X7b0dWXlz16HpDbCOb00T3lIPkYz6+uTP1f4fZ+rEq0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Ow7fcrhrYNlQrURNFbFmNNgUJSaULsA17YP12aHlcUcL3ljM9vQ22NtcMDEJJN1Sm B7s/Cghl396sryQvuYA3+652B5dQeFDKtuwumvaBYUB5ystQ//7HNBpStDXODvoZwu UUALyn1yYR+nrnd2oWeaRd66S4EJS7rBEAQ+Y2H4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388565AbfBNMpF (ORCPT ); Thu, 14 Feb 2019 07:45:05 -0500 Received: from mail.kernel.org ([198.145.29.99]:38786 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388522AbfBNMpF (ORCPT ); Thu, 14 Feb 2019 07:45:05 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (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 048B1218FF; Thu, 14 Feb 2019 12:45:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550148304; bh=X7b0dWXlz16HpDbCOb00T3lIPkYz6+uTP1f4fZ+rEq0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Sld8FpaUN8vFiAxJqdNoVbRPkt7EAVbWAiq66r4NFnlPkgQ4x541LasC0R70mz5wk SOefXSF4MYPh8uIi4wG2L/+PgEC8uMdbZTuwWjdxMXCmy3qOiWBzzS1COzi0HNtBUp Q708xj0VcM4RLNOqin7x9eBYLD+bn8yMhFYtSEZg= Date: Thu, 14 Feb 2019 13:45:01 +0100 From: Greg Kroah-Hartman To: Linus Walleij Cc: stable@vger.kernel.org, openwrt-devel@lists.openwrt.org, "David S . Miller" , Hauke Mehrtens Subject: Re: [PATCH] uapi/if_ether.h: prevent redefinition of struct ethhdr Message-ID: <20190214124501.GD17978@kroah.com> References: <20190214122720.27172-1-linus.walleij@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190214122720.27172-1-linus.walleij@linaro.org> User-Agent: Mutt/1.11.3 (2019-02-01) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Feb 14, 2019 at 01:27:20PM +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 > --- > - This is upstream in v4.15 > - This should be applied for stable v4.14.y and v4.9.y Sounds good, but do you also want to sign off on it? :) thanks, greg k-h