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 09BD0C3DA7D for ; Tue, 3 Jan 2023 07:39:03 +0000 (UTC) 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:From:Cc:To :Subject: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=Wa6TL1F/jYWHu77WoObLvsskFmA2OYujufNZsDHBaHE=; b=pVKev5y/DdVZs7 UcrEfDvIUu5x/nFcoSTk3k+VE0RMwbtj7YulcfBkA1P37breuZUoT7ITQsaBdC/ufDm8DQFygv4rP 3VmjlKFtb2r88KNZB8IGEbpLDohYY/KlycHM5LRA2xCDQE7IpScO0LDRt3xmd2UPkVjUUsJnXegwT JS4kISgPOltiAywujxYdlj/h7L7qTL6B+GQzOOLDblXSvk9QEG9gcQRv5s7TEYWnnsKhTCElsyhQ7 wEzSInXAx1Ts3V1DP2B7TzwZUonmn4iVoZy84xkx9lhTshzxLtV/EPqdnmtQE1jWkYgUzvFzXZytz FPGElYKrtOI5dH615WLg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pCbsx-00HUo1-8d; Tue, 03 Jan 2023 07:38:59 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pCbqd-00HU86-VH for linux-snps-arc@lists.infradead.org; Tue, 03 Jan 2023 07:36:39 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id EAE39B80E15; Tue, 3 Jan 2023 07:36:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 587D9C433EF; Tue, 3 Jan 2023 07:36:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1672731392; bh=We8YovPZ2nI+Fgz0rvsu2sDYpnNLWdkWpGiPY8Zs6oY=; h=Subject:To:Cc:From:Date:From; b=iXsvIaRSpjLz/jbAL4nWEtBpr+CCGJTSe+usd9rQYBh/A2/Lrynca9a+BiJIVHjFz rLYcmby7p4961diFl/SCFZRVIqBvJ8OLhU0sgtIAi8uIbNS4Gky/BmvZ7c4hgfK27E XJqRl533++cKHSgknbRSJhOchvAWr0IkcP49mqI8= Subject: Patch "arc: add support for TIF_NOTIFY_SIGNAL" has been added to the 5.10-stable tree To: axboe@kernel.dk,gregkh@linuxfoundation.org,linux-snps-arc@lists.infradead.org,vgupta@synopsys.com Cc: From: Date: Tue, 03 Jan 2023 08:36:24 +0100 Message-ID: <167273138442184@kroah.com> MIME-Version: 1.0 X-stable: commit X-Patchwork-Hint: ignore X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230102_233637_614588_BB8894F7 X-CRM114-Status: GOOD ( 17.46 ) X-BeenThere: linux-snps-arc@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux on Synopsys ARC Processors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-snps-arc" Errors-To: linux-snps-arc-bounces+linux-snps-arc=archiver.kernel.org@lists.infradead.org This is a note to let you know that I've just added the patch titled arc: add support for TIF_NOTIFY_SIGNAL to the 5.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: arc-add-support-for-tif_notify_signal.patch and it can be found in the queue-5.10 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let know about it. >From b71f35bd26a9b588d59894e542c48b4360be52fc Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 12 Oct 2020 07:15:37 -0600 Subject: arc: add support for TIF_NOTIFY_SIGNAL From: Jens Axboe [ Upstream commit 53855e12588743ea128ee31f913d1c6e2f1d32c8 ] Wire up TIF_NOTIFY_SIGNAL handling for arc. Cc: linux-snps-arc@lists.infradead.org Acked-by: Vineet Gupta Signed-off-by: Jens Axboe Signed-off-by: Greg Kroah-Hartman --- arch/arc/include/asm/thread_info.h | 4 +++- arch/arc/kernel/entry.S | 3 ++- arch/arc/kernel/signal.c | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) --- a/arch/arc/include/asm/thread_info.h +++ b/arch/arc/include/asm/thread_info.h @@ -79,6 +79,7 @@ static inline __attribute_const__ struct #define TIF_SIGPENDING 2 /* signal pending */ #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ #define TIF_SYSCALL_AUDIT 4 /* syscall auditing active */ +#define TIF_NOTIFY_SIGNAL 5 /* signal notifications exist */ #define TIF_SYSCALL_TRACE 15 /* syscall trace active */ /* true if poll_idle() is polling TIF_NEED_RESCHED */ @@ -89,11 +90,12 @@ static inline __attribute_const__ struct #define _TIF_SIGPENDING (1<