From patchwork Thu Nov 23 11:05:00 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 1867718 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.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=idGlAZQU; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=M9YhBGVo; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org; envelope-from=linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=patchwork.ozlabs.org) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4SbZzh2M9pz1yR8 for ; Thu, 23 Nov 2023 22:06:08 +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=bxyL+Tm+JQSAcVxd+Hg1Y+NBhl+wFI9igcqC3JO3Xbo=; b=idGlAZQUezys4n RS+H45KGiDuPiq+O9WMGNdLx52jjkYQVaV7e1+rI+hp5leulz7dvj3HuDAGozWVF62OmnrbwxmLJC 8Jp+nK0Q3nr9c2cLcsE3wjs9sA6fJPVwp4HVS26RUswrNppal3mcMshKRSu+z8hk9OQ13q1AwFgDH u5BENvVVBy4KNhagVZYwCN+JOCad4stuFZ4JYwaP17SKe6HQqthmkG7Q3Jl74wOj43RZuXj5eH2i+ e/pSWBDkH+Ye2NitGLNHx5hfOn3rYyPch5pUUwGn0yGgEJL3tdSAAbT26V1hssnmae+mc27FDiySb YPpracLiye44seQR4xMw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r67WT-004Sei-22; Thu, 23 Nov 2023 11:05:29 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1r67WQ-004Scq-1m for linux-mtd@lists.infradead.org; Thu, 23 Nov 2023 11:05:28 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 79F28CE274E; Thu, 23 Nov 2023 11:05:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A2C85C433C7; Thu, 23 Nov 2023 11:05:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1700737521; bh=kmSnZk3RczC2wW7hFftznkdHr9ZkDg70PDOUA+ZVjaE=; h=From:To:Cc:Subject:Date:From; b=M9YhBGVoZhY2hbzM62ATfyVt/7tQ/oQ/qZpdbJ2qea36LpolKDbmowhX0AC5g7lLk sieaJZf1+aJIe6RlnZFwpUWbe/PNidPyvX1032SN/Lwqzuba5orpijIZqVQRxHnO8W LRftkoW7bXxIrXatQbuFQGzAdw2elNRJIxC3rIjn2qQVQcfC9JkzCiX6xGNFCITeE3 AOg4JIWtddSPTOo6FzQGoFztM6o4Hy4i/nts34VgnTPpGB8h4PDw8YDdN3d0w6RELS lnxhloqHqGtyXUCmF3Imyl4OpgK7uvUX4NtIedFziLAPEYOAuGarmedGM1FejKTB+G xC85zbozSZrPA== From: Arnd Bergmann To: Andrew Morton Cc: Arnd Bergmann , "David S. Miller" , David Woodhouse , Dinh Nguyen , Greg Kroah-Hartman , Ivan Kokshaysky , John Paul Adrian Glaubitz , Michael Ellerman , Masahiro Yamada , Matt Turner , Nathan Chancellor , Nicolas Schier , Peter Zijlstra , Rich Felker , Richard Henderson , Richard Weinberger , Stephen Rothwell , Thomas Bogendoerfer , Tudor Ambarus , Yoshinori Sato , linux-arch@vger.kernel.org, linux-alpha@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org, linux-mtd@lists.infradead.org, linux-sh@vger.kernel.org, linux-usb@vger.kernel.org, sparclinux@vger.kernel.org, x86@kernel.org Subject: [PATCH v3 0/6] Treewide: enable -Wmissing-prototypes Date: Thu, 23 Nov 2023 12:05:00 +0100 Message-Id: <20231123110506.707903-1-arnd@kernel.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231123_030527_045914_AB79A643 X-CRM114-Status: GOOD ( 19.33 ) X-Spam-Score: -2.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: From: Arnd Bergmann Hi Andrew, I think all other patches I have sent for -Wmissing-prototypes have made it into linux-next by now, these ones either got an Ack from the respective maintainers, or never got a reply. I just merged a [...] Content analysis details: (-2.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 [145.40.73.55 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 -0.2 DKIMWL_WL_HIGH DKIMwl.org - High trust sender X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-mtd" Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org From: Arnd Bergmann Hi Andrew, I think all other patches I have sent for -Wmissing-prototypes have made it into linux-next by now, these ones either got an Ack from the respective maintainers, or never got a reply. I just merged a few patches from my previous series into the asm-generic tree, these are not in linux-next today but should be for the next next. I also resent the powerpc patches to make sure they get merged soon. Can you pick these six up into -mm for v6.8? Quoting from my description to patch 6/6: "At this point, there are five architectures with a number of known regressions: alpha, nios2, mips, sh and sparc. In the previous version of this patch, I had turned off the missing prototype warnings for the 15 architectures that still had issues, but since there are only five left, I think we can leave the rest to the maintainers (Cc'd here) as well." The series is also likely to cause occasional build regressions on linux-next as developers add new code that misses prototypes. Hopefully this should be resolved by the time the patches make it into a release and everyone gets the warnings right away. Arnd Arnd Bergmann (6): ida: make 'ida_dump' static jffs2: mark __jffs2_dbg_superblock_counts() static sched: fair: move unused stub functions to header x86: sta2x11: include header for sta2x11_get_instance() prototype usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() static Makefile.extrawarn: turn on missing-prototypes globally arch/x86/pci/sta2x11-fixup.c | 1 + drivers/usb/host/fsl-mph-dr-of.c | 2 +- fs/jffs2/debug.c | 2 +- kernel/sched/fair.c | 13 ------------- kernel/sched/sched.h | 11 +++++++++++ lib/test_ida.c | 2 +- scripts/Makefile.extrawarn | 4 ++-- 7 files changed, 17 insertions(+), 18 deletions(-)