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=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 07D6DC4708F for ; Wed, 2 Jun 2021 00:10:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E11CD613BD for ; Wed, 2 Jun 2021 00:10:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235463AbhFBAML (ORCPT ); Tue, 1 Jun 2021 20:12:11 -0400 Received: from mail.kernel.org ([198.145.29.99]:56096 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235296AbhFBALu (ORCPT ); Tue, 1 Jun 2021 20:11:50 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 7E16E613E7; Wed, 2 Jun 2021 00:10:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1622592608; bh=SyFNUV2l6tmGkPboaz4rroWwDLleamp7lPyj+ufFBp4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=hMi/62+26cGvHnljDHuZD5x0W4LJfeyuMxfOPCm7vbLWuvoTpWNkkDrdrAlsEcf4T v2djqhzX+MlAdxtPChLrl6bParQj93WukxjNkXV5EXeQxs8T4rJPfAV8P7No2/Jp4R NgDLaCuHS/EtDfUsw4jMdOgiO7hznUBY7Y00W8yfgNtLX8HA1epG55RRudW9JtVP72 mXbtzwRxDjZFef7+QRZKP2S+eQ/GQD4pgZbokwRqY25gKS1JpKg3rxOKOB1ES9MJrQ Ts6MpjCNYY2pqlR8M0cMGRaabRGYzQ36XumiEcK9YKvPuF0T3v6NJCbkG3N8qfprg2 h390ifS4Qwiow== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next 1/1] net: stmmac: enable platform specific safety features From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162259260848.22595.3435009042583708673.git-patchwork-notify@kernel.org> Date: Wed, 02 Jun 2021 00:10:08 +0000 References: <20210601135235.1058841-1-vee.khee.wong@linux.intel.com> In-Reply-To: <20210601135235.1058841-1-vee.khee.wong@linux.intel.com> To: Wong Vee Khee Cc: peppe.cavallaro@st.com, alexandre.torgue@foss.st.com, joabreu@synopsys.com, davem@davemloft.net, kuba@kernel.org, mcoquelin.stm32@gmail.com, netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 1 Jun 2021 21:52:35 +0800 you wrote: > On Intel platforms, not all safety features are enabled on the hardware. > The current implementation enable all safety features by default. This > will cause mass error and warning printouts after the module is loaded. > > Introduce platform specific safety features flag to enable or disable > each safety features. > > [...] Here is the summary with links: - [net-next,1/1] net: stmmac: enable platform specific safety features https://git.kernel.org/netdev/net-next/c/5ac712dcdfef You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html