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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7E442C83F10 for ; Thu, 31 Aug 2023 11:13:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237990AbjHaLNF (ORCPT ); Thu, 31 Aug 2023 07:13:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59168 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343542AbjHaLNF (ORCPT ); Thu, 31 Aug 2023 07:13:05 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8CD69E65 for ; Thu, 31 Aug 2023 04:12:44 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (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 ams.source.kernel.org (Postfix) with ESMTPS id 45C95B82268 for ; Thu, 31 Aug 2023 11:12:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8D772C433C7; Thu, 31 Aug 2023 11:12:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1693480361; bh=KpuLK/03RAIYUdVo9RDUm/nZ2LWJ0Z+YveultQagbpE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=N6fxkk8+CKWM6TAk7KpZlU8u96DzZfLWrxfgBCerBvUcZFlemO64vntxXFSQI0MFW 5CUtlsx2jW1bkHgBCHlltRx7MbkF29Ac53V0C0L3kR/5EtzZLGpUuJBbBkDQ+oKFLs 08HdJynnaubQ0AeuzQuvMl16eJuPY28xwGdLA7fM= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Helge Deller Subject: [PATCH 6.4 8/9] parisc: sys_parisc: parisc_personality() is called from asm code Date: Thu, 31 Aug 2023 13:11:35 +0200 Message-ID: <20230831111128.068427699@linuxfoundation.org> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20230831111127.667900990@linuxfoundation.org> References: <20230831111127.667900990@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org 6.4-stable review patch. If anyone has any objections, please let me know. ------------------ From: Helge Deller commit b5d89408b9fb21258f7c371d6d48a674f60f7181 upstream. Signed-off-by: Helge Deller Signed-off-by: Greg Kroah-Hartman --- arch/parisc/kernel/sys_parisc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/arch/parisc/kernel/sys_parisc.c +++ b/arch/parisc/kernel/sys_parisc.c @@ -24,6 +24,7 @@ #include #include #include +#include /* * Construct an artificial page offset for the mapping based on the physical @@ -339,7 +340,7 @@ asmlinkage long parisc_fallocate(int fd, ((u64)lenhi << 32) | lenlo); } -long parisc_personality(unsigned long personality) +asmlinkage long parisc_personality(unsigned long personality) { long err;