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=-17.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 230ECC433FE for ; Tue, 21 Sep 2021 10:10:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0C6CB61038 for ; Tue, 21 Sep 2021 10:10:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231844AbhIUKL5 (ORCPT ); Tue, 21 Sep 2021 06:11:57 -0400 Received: from mail.kernel.org ([198.145.29.99]:47118 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231582AbhIUKLh (ORCPT ); Tue, 21 Sep 2021 06:11:37 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 1F36861211; Tue, 21 Sep 2021 10:10:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1632219009; bh=/BgXw0KCObeSD5sbMtCxH+FGLUzYf/qLCOTZiZ59IPk=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=kyz2PyI/M9iUSiTJUabUAnNL52P4WZ9Y3Kra+vTItDz2VUeA0IX/fxqW0OqDfyy9f V9g9BFGaktLzwU7DMjOewUOAQXk33XKGgy3f+t1otvvE5NNbDorPtjALPxNHDPqVe0 GGr/QKRh3gOb/nqHzqSgbPuq8JH/S6QH5HIiORLGctNwcya7rdHqH8VIoYYZqNcga+ wXsGoS6KulHqzU9KP1WrO8dkME4h256bpzoXM3y8sN4UXKw07PUYcSjwF8RUAQMEIR TJ/e7Od4l8Y1ioqmh/S/YA+OG03o5N+oXm3d3Hxw7EsNAQ5Thqhjgz9QCjj5wD+imn DPFsMqn7bSJPg== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH -next] net/ipv4/syncookies.c: remove superfluous header files from syncookies.c From: patchwork-bot+netdevbpf@kernel.org Message-Id: <163221900908.14288.338705490079379500.git-patchwork-notify@kernel.org> Date: Tue, 21 Sep 2021 10:10:09 +0000 References: <20210920141549.29643-1-liumh1@shanghaitech.edu.cn> In-Reply-To: <20210920141549.29643-1-liumh1@shanghaitech.edu.cn> To: Mianhan Liu Cc: edumazet@google.com, davem@davemloft.net, yoshfuji@linux-ipv6.org, dsahern@kernel.org, kuba@kernel.org, netdev@vger.kernel.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 Mon, 20 Sep 2021 22:15:49 +0800 you wrote: > syncookies.c hasn't use any macro or function declared in slab.h and random.h, > Thus, these files can be removed from syncookies.c safely without > affecting the compilation of the net module. > > Signed-off-by: Mianhan Liu > > > [...] Here is the summary with links: - [-next] net/ipv4/syncookies.c: remove superfluous header files from syncookies.c https://git.kernel.org/netdev/net-next/c/c595b120ebab You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html