From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 64D2DC10F15 for ; Tue, 23 Apr 2024 11:25:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type: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=Puom3o0JDkiZIFarbwt9DAJoDSO5gjgxzhiu11+oa54=; b=Ys6RQACwdPXWfqn5fTwdacmAxd 4irF0NjK/lqjE3CweuJBm5JsLetMAH9gw5zqJyaIZ5PKohCUla0L/c/bzValOETldjoe7Ybm78RnS weOGY4r5L/PupNKuJBZKTh9I5reNBEA39EqWC3dmn0EdVxLVBwWvVMEaGVXBmDhahciYywynVri6j 0dBeq9RpHyeRKCbtxnKtbAZS91WDel0FZaxj7adX39k43lgCwB2Svj6OVcpGsF9lNXh/tnokTYFdV OvHduLSdwCwUSFeyN3F0mAKA0L2gGRMytUcLlx/CbBcD+602lBo2y+SRgNoEg25V+9kVO0OlRjqJq EB7TOYNg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rzEH6-0000000H5H4-1HgI; Tue, 23 Apr 2024 11:25:24 +0000 Received: from out0-205.mail.aliyun.com ([140.205.0.205]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rzEH1-0000000H5BZ-26nX for linux-um@lists.infradead.org; Tue, 23 Apr 2024 11:25:21 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antgroup.com; s=default; t=1713871514; h=From:To:Subject:Date:Message-Id:MIME-Version:Content-Type; bh=Puom3o0JDkiZIFarbwt9DAJoDSO5gjgxzhiu11+oa54=; b=XryUCEBeNLYDLIBty1Y39tqCWB71pRj29u+Bp8GnpIfmA7SHE3LgWbHtJAig5wfuK5nejo8/1oqpgo7fi7uJRf0SkZ5xZ7nlPsBipzcQSEHERKO5KMxZGQUMuvVgpWmcgzTiO6G4IPhxh8U+YmnwFEQOFkTVXQLjr/I0cpYihV8= X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R821e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018047192;MF=tiwei.btw@antgroup.com;NM=1;PH=DS;RN=6;SR=0;TI=SMTPD_---.XJTUYfJ_1713871506; Received: from ubuntu..(mailfrom:tiwei.btw@antgroup.com fp:SMTPD_---.XJTUYfJ_1713871506) by smtp.aliyun-inc.com; Tue, 23 Apr 2024 19:25:12 +0800 From: "Tiwei Bie" To: richard@nod.at, anton.ivanov@cambridgegreys.com, johannes@sipsolutions.net Cc: , , "Tiwei Bie" Subject: [PATCH 0/7] um: A follow-up series of -Wmissing-prototypes fixes Date: Tue, 23 Apr 2024 19:24:50 +0800 Message-Id: <20240423112457.2409319-1-tiwei.btw@antgroup.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240423_042520_447039_BB69A591 X-CRM114-Status: UNSURE ( 6.39 ) X-CRM114-Notice: Please train this message. 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+linux-um=archiver.kernel.org@lists.infradead.org This is a follow-up series built on top of below series: https://lore.kernel.org/linux-um/20240306101925.1088870-1-tiwei.btw@antgroup.com/ Tiwei Bie (7): um: Fix -Wmissing-prototypes warnings for (rt_)sigreturn um: Fix the -Wmissing-prototypes warning for __switch_mm um: Fix the -Wmissing-prototypes warning for get_thread_reg um: Fix the declaration of kasan_map_memory um: Add an internal header shared among the user code um: Fix -Wmissing-prototypes warnings for __vdso_* um: Remove unused do_get_thread_area function arch/um/include/asm/kasan.h | 1 - arch/um/include/asm/mmu.h | 2 -- arch/um/include/asm/processor-generic.h | 1 - arch/um/include/shared/kern_util.h | 2 ++ arch/um/include/shared/skas/mm_id.h | 2 ++ arch/um/os-Linux/internal.h | 20 ++++++++++++++++++++ arch/um/os-Linux/main.c | 2 -- arch/um/os-Linux/mem.c | 1 + arch/um/os-Linux/skas/mem.c | 2 -- arch/um/os-Linux/start_up.c | 2 -- arch/um/scripts/Makefile.rules | 3 ++- arch/x86/um/shared/sysdep/archsetjmp.h | 7 +++++++ arch/x86/um/signal.c | 5 +++-- arch/x86/um/tls_32.c | 17 ----------------- arch/x86/um/vdso/um_vdso.c | 10 ++++++++-- 15 files changed, 45 insertions(+), 32 deletions(-) create mode 100644 arch/um/os-Linux/internal.h -- 2.34.1