From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 163958F61 for ; Thu, 31 Aug 2023 11:12:42 +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 Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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;