From patchwork Tue Jan 11 22:23:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Beichler X-Patchwork-Id: 1578811 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=RlSi5cju; dkim=fail reason="signature verification failed" header.d=uni-rostock.de header.i=@uni-rostock.de header.a=ed25519-sha256 header.s=itmze header.b=gXMd2WOC; dkim=fail reason="signature verification failed" (1024-bit key; secure) header.d=uni-rostock.de header.i=@uni-rostock.de header.a=rsa-sha256 header.s=itmz header.b=hS11vuXS; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-um-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4JYQGh6fK6z9s0r for ; Wed, 12 Jan 2022 09:24:28 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=neP9GENPME8Zm5MVADmsEGQdKPhlhfvD1WiV1ao0DEw=; b=RlSi5cjuADnl2m NdRXVKw6+P/r/QaplqpUdxRjQZ2KZFDbATjIwItIfU8B6LD2TWsAq/537YqhBUsrt9k3M9tw7iZ3K UwBePKvVIANuWXUQQkOIS4SBR/L6MI9aOVK0xqDcftbRnAIP0HZjxVSrMOEErwyTChKgERRg0wUV9 16+H9+s+J3nakYhHo5NUlx8EPJ+khKx0cDfwokd6TDijjWIDQNdM85jW+CeqtqjUiwG5uFbXwIyvK Zc9SdYSX803OrxlcOKDLoaAsNtN1q5MlJ1TQy+SdZvvSwx3nVVUQaD4mCbiT49I9PojacbGQkFr9g vepWi4xlqo/cKI3rXT5g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n7PYw-000LoL-10; Tue, 11 Jan 2022 22:24:18 +0000 Received: from mx1.uni-rostock.de ([139.30.22.71]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n7PYs-000Lmg-FX for linux-um@lists.infradead.org; Tue, 11 Jan 2022 22:24:16 +0000 DKIM-Signature: v=1; c=relaxed/relaxed; d=uni-rostock.de; s=itmze; t=1641939850; bh=IAh7VU2Gkazp79uYG+fTcN5f34huyPCK3e0lnHU6aJo=; h= "Subject:Subject:From:From:Date:Date:ReplyTo:ReplyTo:Cc:Cc:Message-Id:Message-Id"; a=ed25519-sha256; b= gXMd2WOCC7nLWEI7G/5WvnbXThp7Ut0DaDPRNTb/L5VtszMtuWP10W84nNZ33+j2DslA5frZm4mMmvUpgwY2Ag== DKIM-Signature: v=1; c=relaxed/relaxed; d=uni-rostock.de; s=itmz; t=1641939850; bh=IAh7VU2Gkazp79uYG+fTcN5f34huyPCK3e0lnHU6aJo=; h= "Subject:Subject:From:From:Date:Date:ReplyTo:ReplyTo:Cc:Cc:Message-Id:Message-Id"; a=rsa-sha256; b= hS11vuXSGo0+GMhNHR5k0mCklRNul+Mk9QUwTX2TcRkwCKFTw4i8Z0ofE6Q1+koLFxL/O/qSUFYQvS7c0/3wQ5xoEvAqCc6ifFNll0bxPFW9GkkxlSuWRIUEk9/j8vHFts7wiz0Neh8CHojExIJ9ALl0zjbjo5SvL70Etr+8Ow8= Received: from 139.30.22.83 by mx1.uni-rostock.de (Tls12, Aes256, Sha384, DiffieHellmanEllipticKey384); Tue, 11 Jan 2022 22:24:09 GMT Received: from meshdev.amd.e-technik.uni-rostock.de (139.30.202.104) by email3.uni-rostock.de (139.30.22.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.15; Tue, 11 Jan 2022 23:24:09 +0100 From: Benjamin Beichler To: Jeff Dike , Richard Weinberger , Anton Ivanov CC: Benjamin Beichler , , Subject: [PATCH] um: add generated capflags.c to gitignore Date: Tue, 11 Jan 2022 22:23:53 +0000 Message-ID: <20220111222353.1501350-1-benjamin.beichler@uni-rostock.de> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Originating-IP: [139.30.202.104] X-ClientProxiedBy: email3.uni-rostock.de (139.30.22.83) To email3.uni-rostock.de (139.30.22.83) X-TM-SNTS-SMTP: 662BD3255006C5AFA92FAB0F0DA8B68E75A66599E4E034722F26D9699A81144B2002:8 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220111_142414_850665_21DB8326 X-CRM114-Status: UNSURE ( 6.27 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.5 (--) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Signed-off-by: Benjamin Beichler --- arch/um/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/um/.gitignore b/arch/um/.gitignore index 6323e5571887..8168b3bc08b8 100644 --- a/arch/um/.gitignore +++ b/arch/um/.gitignore @@ -2,3 +2,4 @@ kernel/config.c kernel/config.tmp kernel/ [...] Content analysis details: (-2.5 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [139.30.22.71 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from envelope-from domain X-BeenThere: linux-um@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-um" Errors-To: linux-um-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org Signed-off-by: Benjamin Beichler Acked-By: Anton Ivanov --- arch/um/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/um/.gitignore b/arch/um/.gitignore index 6323e5571887..8168b3bc08b8 100644 --- a/arch/um/.gitignore +++ b/arch/um/.gitignore @@ -2,3 +2,4 @@ kernel/config.c kernel/config.tmp kernel/vmlinux.lds +capflags.c \ No newline at end of file