From patchwork Sun Jun 19 23:29:25 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuniyuki Iwashima X-Patchwork-Id: 12886874 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2E2CBC433EF for ; Sun, 19 Jun 2022 23:30:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234031AbiFSXaJ (ORCPT ); Sun, 19 Jun 2022 19:30:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42532 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231928AbiFSXaI (ORCPT ); Sun, 19 Jun 2022 19:30:08 -0400 Received: from smtp-fw-80007.amazon.com (smtp-fw-80007.amazon.com [99.78.197.218]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E626C64E8 for ; Sun, 19 Jun 2022 16:30:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1655681407; x=1687217407; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=t7AlYIum/a9+GUx51g3WLnVjff9r80BRhL/PotZnZLk=; b=a763ugN9I2Ycs6fTwqK8tVSAM6CT+fYNN/22+TPzJbd+HxhGQn8ZI8Kb 02JQfJYF9wQD+YkMh7xrGsakg1zxm4BV/9xhP2Vox7HE3RymhDu135hmQ JCW4aBxmotjrbgPFWqRhrYPsZsXE6r/DK5+5wWs9nZZPg1QMpSya8GIyV E=; X-IronPort-AV: E=Sophos;i="5.92,306,1650931200"; d="scan'208";a="99448265" Received: from pdx4-co-svc-p1-lb2-vlan2.amazon.com (HELO email-inbound-relay-iad-1e-b69ea591.us-east-1.amazon.com) ([10.25.36.210]) by smtp-border-fw-80007.pdx80.corp.amazon.com with ESMTP; 19 Jun 2022 23:29:52 +0000 Received: from EX13MTAUWB001.ant.amazon.com (iad12-ws-svc-p26-lb9-vlan2.iad.amazon.com [10.40.163.34]) by email-inbound-relay-iad-1e-b69ea591.us-east-1.amazon.com (Postfix) with ESMTPS id 348EAC0913; Sun, 19 Jun 2022 23:29:50 +0000 (UTC) Received: from EX13D04ANC001.ant.amazon.com (10.43.157.89) by EX13MTAUWB001.ant.amazon.com (10.43.161.249) with Microsoft SMTP Server (TLS) id 15.0.1497.36; Sun, 19 Jun 2022 23:29:50 +0000 Received: from 88665a182662.ant.amazon.com (10.43.162.133) by EX13D04ANC001.ant.amazon.com (10.43.157.89) with Microsoft SMTP Server (TLS) id 15.0.1497.36; Sun, 19 Jun 2022 23:29:49 +0000 From: Kuniyuki Iwashima To: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni CC: Kuniyuki Iwashima , Kuniyuki Iwashima , Subject: [PATCH v1 net-next 0/2] raw: Fix nits of RCU conversion series. Date: Sun, 19 Jun 2022 16:29:25 -0700 Message-ID: <20220619232927.54259-1-kuniyu@amazon.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-Originating-IP: [10.43.162.133] X-ClientProxiedBy: EX13D05UWB003.ant.amazon.com (10.43.161.26) To EX13D04ANC001.ant.amazon.com (10.43.157.89) Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org The first patch fixes a build error by commit ba44f8182ec2 ("raw: use more conventional iterators"), but it does not land in the net tree, so this series is targeted to net-next. The second patch replaces some hlist functions with sk's helper macros. Kuniyuki Iwashima (2): raw: Fix mixed declarations error in raw_icmp_error(). raw: Use helpers for the hlist_nulls variant. net/ipv4/raw.c | 10 +++++----- net/ipv4/raw_diag.c | 4 ++-- net/ipv6/raw.c | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-)