From patchwork Sun Jan 14 01:27:54 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 98613 Return-path: Envelope-to: mchehab@infradead.org Delivery-date: Sun, 14 Jan 2024 01:28:53 +0000 Received: from bombadil.infradead.org [198.137.202.133] by coco.lan with IMAP (fetchmail-6.4.37) for (single-drop); Sun, 14 Jan 2024 02:29:26 +0100 (CET) Received: from am.mirrors.kernel.org ([147.75.80.249]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rOpIy-0062e1-1p for mchehab@infradead.org; Sun, 14 Jan 2024 01:28:53 +0000 Received: from smtp.subspace.kernel.org (wormhole.subspace.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by am.mirrors.kernel.org (Postfix) with ESMTPS id F358F1F21D72 for ; Sun, 14 Jan 2024 01:28:12 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 2306A811; Sun, 14 Jan 2024 01:28:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="gK2jf0Q9" X-Original-To: linux-media@vger.kernel.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B8EC37E9 for ; Sun, 14 Jan 2024 01:28:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0A4D2C433C7; Sun, 14 Jan 2024 01:28:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1705195685; bh=mRWMV6DXOmIyKIEPrsw/RN5E91S0KtOhE0j7NVko5tQ=; h=From:To:Cc:Subject:Date:From; b=gK2jf0Q92Lw9T7ek+tiIkXhC8cr9u+3ZdpvvEzYD9LfsO5qnut1WLxaaCtP70VqQp dP24unMp2l5ac2uWBRG85upUSq1mjN/xub7V72cznMvpqCW4kRGhyPlt8SmC0n2QVh 1g3yiqBehGVo+HYwYhCU53Z3R3wpTpgl1zEt8Siec2efEPCf4FN1v9Y5o3Iv5TIdLe h++K9OQEoTYKpW8Ze1SLqO1C1EXi1bO5+FDAczFyx6OwLVf3W1/xkZoZ5ABfFCdQAU QKzBxUK0884ormowvVjw+nq8Bvly+iyZC2zoYB0NkBEqO01AjmpvDZEUb9zt9C5ZMT nwvP3DF10ey1w== Received: from mchehab by mail.kernel.org with local (Exim 4.96.2) (envelope-from ) id 1rOpIA-00A8B0-1h; Sun, 14 Jan 2024 02:28:02 +0100 From: Mauro Carvalho Chehab To: linux-media@vger.kernel.org Cc: Mauro Carvalho Chehab Subject: [PATCH] [PATCH][TEST] This is just a test patch. Please ignore Date: Sun, 14 Jan 2024 02:27:54 +0100 Message-ID: <20240114012754.2414683-1-mchehab@kernel.org> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240113_172852_882734_1C582342 X-CRM114-Status: GOOD ( 11.16 ) X-Spam-Score: -3.7 (---) 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: This do-nothing patch is just to check if patchwork is properly handling patches after its migration to version 3.0. PLEASE IGNORE. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/test-drivers/vivid/vivid-core.c | 2 ++ 1 file changed, 2 insertions(+) Content analysis details: (-3.7 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [147.75.80.249 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 -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager -0.2 DKIMWL_WL_HIGH DKIMwl.org - High trust sender This do-nothing patch is just to check if patchwork is properly handling patches after its migration to version 3.0. PLEASE IGNORE. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/test-drivers/vivid/vivid-core.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/test-drivers/vivid/vivid-core.c b/drivers/media/test-drivers/vivid/vivid-core.c index 159c72cbb5bf..035fceba9dff 100644 --- a/drivers/media/test-drivers/vivid/vivid-core.c +++ b/drivers/media/test-drivers/vivid/vivid-core.c @@ -5,6 +5,8 @@ * Copyright 2014 Cisco Systems, Inc. and/or its affiliates. All rights reserved. */ +/* TEST patch - please ignore */ + #include #include #include