From patchwork Tue Jul 28 06:36:40 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Hellwig X-Patchwork-Id: 1337566 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=infradead.org header.i=@infradead.org header.a=rsa-sha256 header.s=casper.20170209 header.b=IbCkYqtm; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BG6R73ckYz9sTj for ; Tue, 28 Jul 2020 16:37:07 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727905AbgG1GhB (ORCPT ); Tue, 28 Jul 2020 02:37:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47172 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726846AbgG1GhA (ORCPT ); Tue, 28 Jul 2020 02:37:00 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 580D7C061794 for ; Mon, 27 Jul 2020 23:37:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=0SU9KSJHS41rnmPJ873SKoJIqeS2DLG4z1bZc3w4rEY=; b=IbCkYqtmV5nwy8roGzmmDZfl2l iZETqE6X0WyccQ7lYMJP0wFzxo8G7xFKLMycpHQSPG9/8h+22BIycWrY2bZc3wr84LI0SlL4NQQtG mUDYvD6Cr4eBAbpDZyp6QTOahWUHIJGrhWFB01r3FNCW1FejxzuCsViLFKRHa1el9RVW03dIms4RQ cjTAFJm6etvI65IMf+oY0xFPpmwbvvvKfdmEUV1YHbrIgVGOtq0JI9dmqCQY2TG2/U+ldLtLtjPXp 6/tJ8djlFzJP5KALXKLqhMPXORWeHYs3EjkJu2x0U3GuY13JgofZf8+TtEaao4lHnV6luZrKZvAU4 JPnq5y8g==; Received: from [2001:4bb8:180:6102:7902:553b:654a:8555] (helo=localhost) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1k0JEF-0006ji-5D; Tue, 28 Jul 2020 06:36:48 +0000 From: Christoph Hellwig To: "David S. Miller" Cc: Jan Engelhardt , Ido Schimmel , "Jason A. Donenfeld" , David Laight , netdev@vger.kernel.org Subject: [PATCH 1/4] netfilter: arp_tables: restore a SPDX identifier Date: Tue, 28 Jul 2020 08:36:40 +0200 Message-Id: <20200728063643.396100-2-hch@lst.de> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200728063643.396100-1-hch@lst.de> References: <20200728063643.396100-1-hch@lst.de> MIME-Version: 1.0 X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org This was accidentally removed in an unrelated commit. Fixes: c2f12630c60f ("netfilter: switch nf_setsockopt to sockptr_t") Signed-off-by: Christoph Hellwig --- net/ipv4/netfilter/arp_tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv4/netfilter/arp_tables.c b/net/ipv4/netfilter/arp_tables.c index f5b26ef1782001..9a1567dbc022b6 100644 --- a/net/ipv4/netfilter/arp_tables.c +++ b/net/ipv4/netfilter/arp_tables.c @@ -1,4 +1,4 @@ - +// SPDX-License-Identifier: GPL-2.0-only /* * Packet matching code for ARP packets. *