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.7 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=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 0CEABC12002 for ; Sat, 17 Jul 2021 00:30:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DCA9261400 for ; Sat, 17 Jul 2021 00:30:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231501AbhGQAdB (ORCPT ); Fri, 16 Jul 2021 20:33:01 -0400 Received: from mail.kernel.org ([198.145.29.99]:53302 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229578AbhGQAdA (ORCPT ); Fri, 16 Jul 2021 20:33:00 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id A32A1613D3; Sat, 17 Jul 2021 00:30:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1626481804; bh=iEl1F49DkJamZWF2l2lBRCrT87c4u8/I4sAKzn1uYLs=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=HbjikwL/FlekWo98zgTsS4S5LhojLEWQFFh3Vr/+JvGfFQGw+5a/k+y4X5BSi1PMa 4sLvORRUhSImweMNgz03vfeOvKBYLfTrB/JZJvJ9LqJUYjZe/8ITAjNFomLPpi4aYm 6/C5J8tk+27po854+TWjpk5xX8Ggy5YxNQcrP/vmBm5sY/6CQceUlUQbb5Ts4uVuiD DBwy6026yura7nnt6WP+hmVpWuaeeBXWdgbr+DfgmSIsSwLA49P/vhyBolU8FVjFwg BQQZhOwTc/kfCkW961X1aesNvaoSt8n5Zw3HujVOVG8DTge/7Xr/K2xGFPNmbdgzxr I9p7P0Z8mPOAQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH next] bonding: fix build issue From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162648180460.17758.2471470773813764931.git-patchwork-notify@kernel.org> Date: Sat, 17 Jul 2021 00:30:04 +0000 References: <20210716230941.2502248-1-maheshb@google.com> In-Reply-To: <20210716230941.2502248-1-maheshb@google.com> To: Mahesh Bandewar Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org, mahesh@bandewar.net, ap420073@gmail.com, jay.vosburgh@canonical.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net.git (refs/heads/master): On Fri, 16 Jul 2021 16:09:41 -0700 you wrote: > The commit 9a5605505d9c (" bonding: Add struct bond_ipesc to manage SA") is causing > following build error when XFRM is not selected in kernel config. > > lld: error: undefined symbol: xfrm_dev_state_flush > >>> referenced by bond_main.c:3453 (drivers/net/bonding/bond_main.c:3453) > >>> net/bonding/bond_main.o:(bond_netdev_event) in archive drivers/built-in.a > > [...] Here is the summary with links: - [next] bonding: fix build issue https://git.kernel.org/netdev/net/c/5b69874f74cc You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html