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 3CFB3158094 for ; Thu, 7 Jul 2022 17:29:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41748E0DE3; Thu, 7 Jul 2022 17:29:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0AF38E0DE3 for ; Thu, 7 Jul 2022 17:29: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 36356340DCC for ; Thu, 7 Jul 2022 17:29:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85CF84ED for ; Thu, 7 Jul 2022 17:29: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: <1657214957.72d4da40b59f7f9b0c3e8c862379301f1c2b5a4a.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:5.18 commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 0000_README 1950_cifs-fix-minor-compile-warning.patch 5021_BMQ-and-PDS-gentoo-defaults.patch X-VCS-Directories: / X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 72d4da40b59f7f9b0c3e8c862379301f1c2b5a4a X-VCS-Branch: 5.18 Date: Thu, 7 Jul 2022 17:29: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: 8f3be38b-2a1f-4328-9e00-b2cf3b6820f7 X-Archives-Hash: 0d5f64164c69b6ede023967ceef927a7 commit: 72d4da40b59f7f9b0c3e8c862379301f1c2b5a4a Author: Mike Pagano gentoo org> AuthorDate: Thu Jul 7 17:29:17 2022 +0000 Commit: Mike Pagano gentoo org> CommitDate: Thu Jul 7 17:29:17 2022 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=72d4da40 Removal of redundant patch, minor clean-up for BMQ defaults Removed: 1950_cifs-fix-minor-compile-warning.patch Signed-off-by: Mike Pagano gentoo.org> 0000_README | 4 ---- 1950_cifs-fix-minor-compile-warning.patch | 33 ------------------------------- 5021_BMQ-and-PDS-gentoo-defaults.patch | 9 +++++---- 3 files changed, 5 insertions(+), 41 deletions(-) diff --git a/0000_README b/0000_README index 557264e1..30a7b58d 100644 --- a/0000_README +++ b/0000_README @@ -95,10 +95,6 @@ Patch: 1700_sparc-address-warray-bound-warnings.patch From: https://github.com/KSPP/linux/issues/109 Desc: Address -Warray-bounds warnings -Patch: 1950_cifs-fix-minor-compile-warning.patch -From: https://git.kernel.org/ -Desc: cifs: fix minor compile warning - Patch: 2000_BT-Check-key-sizes-only-if-Secure-Simple-Pairing-enabled.patch From: https://lore.kernel.org/linux-bluetooth/20190522070540.48895-1-marcel@holtmann.org/raw Desc: Bluetooth: Check key sizes only when Secure Simple Pairing is enabled. See bug #686758 diff --git a/1950_cifs-fix-minor-compile-warning.patch b/1950_cifs-fix-minor-compile-warning.patch deleted file mode 100644 index 65787238..00000000 --- a/1950_cifs-fix-minor-compile-warning.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 93ed91c020aa4f021600a633f1f87790a5e50b91 Mon Sep 17 00:00:00 2001 -From: Steve French -Date: Sun, 22 May 2022 21:25:24 -0500 -Subject: cifs: fix minor compile warning - -Add ifdef around nodfs variable from patch: - "cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was set" -which is unused when CONFIG_DFS_UPCALL is not set. - -Signed-off-by: Steve French ---- - fs/cifs/connect.c | 2 ++ - 1 file changed, 2 insertions(+) - -(limited to 'fs/cifs/connect.c') - -diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c -index 44dc66f21d832..0b08693d1af8f 100644 ---- a/fs/cifs/connect.c -+++ b/fs/cifs/connect.c -@@ -3433,7 +3433,9 @@ static int is_path_remote(struct mount_ctx *mnt_ctx) - struct cifs_tcon *tcon = mnt_ctx->tcon; - struct smb3_fs_context *ctx = mnt_ctx->fs_ctx; - char *full_path; -+#ifdef CONFIG_CIFS_DFS_UPCALL - bool nodfs = cifs_sb->mnt_cifs_flags & CIFS_MOUNT_NO_DFS; -+#endif - - if (!server->ops->is_path_accessible) - return -EOPNOTSUPP; --- -cgit 1.2.3-1.el7 - diff --git a/5021_BMQ-and-PDS-gentoo-defaults.patch b/5021_BMQ-and-PDS-gentoo-defaults.patch index 7a71c6b6..6b2049da 100644 --- a/5021_BMQ-and-PDS-gentoo-defaults.patch +++ b/5021_BMQ-and-PDS-gentoo-defaults.patch @@ -1,7 +1,7 @@ ---- a/init/Kconfig 2021-04-27 07:38:30.556467045 -0400 -+++ b/init/Kconfig 2021-04-27 07:39:32.956412800 -0400 -@@ -780,8 +780,9 @@ config GENERIC_SCHED_CLOCK - menu "Scheduler features" +--- a/init/Kconfig 2022-07-07 13:22:00.698439887 -0400 ++++ b/init/Kconfig 2022-07-07 13:23:45.152333576 -0400 +@@ -874,8 +874,9 @@ config UCLAMP_BUCKETS_COUNT + If in doubt, use the default value. menuconfig SCHED_ALT + depends on X86_64 @@ -10,3 +10,4 @@ + default n help This feature enable alternative CPU scheduler" +