From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 36650158089 for ; Sat, 23 Sep 2023 11:06:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8021E2BC02A; Sat, 23 Sep 2023 11:06:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B6D62BC02A for ; Sat, 23 Sep 2023 11:06:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B13F33D3C7 for ; Sat, 23 Sep 2023 11:06:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBFB611BC for ; Sat, 23 Sep 2023 11:06:44 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1695467184.2ee3cdde869666f49ee1b4aad3035e4bec2c8cb5.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:6.5 commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 0000_README X-VCS-Directories: / X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 2ee3cdde869666f49ee1b4aad3035e4bec2c8cb5 X-VCS-Branch: 6.5 Date: Sat, 23 Sep 2023 11:06:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 475e389d-2df3-4e1c-85c9-f40f068b8f0a X-Archives-Hash: 4dad8974384f911170a431ce31482ac8 commit: 2ee3cdde869666f49ee1b4aad3035e4bec2c8cb5 Author: Mike Pagano gentoo org> AuthorDate: Sat Sep 23 11:06:24 2023 +0000 Commit: Mike Pagano gentoo org> CommitDate: Sat Sep 23 11:06:24 2023 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=2ee3cdde Remove redundant patch Removed: 1515_selinux-fix-handling-of-empty-opts.patch Signed-off-by: Mike Pagano gentoo.org> 0000_README | 4 ---- 1 file changed, 4 deletions(-) diff --git a/0000_README b/0000_README index a2ae7329..46cf8e96 100644 --- a/0000_README +++ b/0000_README @@ -71,10 +71,6 @@ Patch: 1510_fs-enable-link-security-restrictions-by-default.patch From: http://sources.debian.net/src/linux/3.16.7-ckt4-3/debian/patches/debian/fs-enable-link-security-restrictions-by-default.patch/ Desc: Enable link security restrictions by default. -Patch: 1515_selinux-fix-handling-of-empty-opts.patch -From: https://www.spinics.net/lists/linux-fsdevel/msg249428.html -Desc: selinux: fix handling of empty opts in selinux_fs_context_submount() - Patch: 1700_sparc-address-warray-bound-warnings.patch From: https://github.com/KSPP/linux/issues/109 Desc: Address -Warray-bounds warnings