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 01986E7B5E5 for ; Wed, 4 Oct 2023 10:09:28 +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-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=+DTdblZsA6SsDevq5vaWdPI8k8+NBxmNnjqRah2NrUw=; b=kKm8qjKLTUXFVZzwePBh2XS3AA P0tWCk6uVyBkNIBONRhTyFxIufoEn34aY+8mQZOrwKABDnO/+je6OdUvVyxQ92R9gk7IdbtKmawSW 0NIVZnaqMDYeWOEZ7ZwMH3a8V4nT7Vbqt0To068Fmxg+297D2ZA//p5aCLmScgwQ831VsR+HeWIQI 3yd4LFRhhqmS/1vXftDfhS83443oYw7ej/uwvLN1ZTp2Gx2/YuhLtLgo6PzebQQoP9lXJTLno8y98 /bWt+JygLCSLUZBDsUSuJCUGa+FcqYwghQmzvyP40oxTfPWNoi4cbhwgYcCGwxVqhriIRCB3S4t6I 1dW7Iidg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qnyoM-00HBZ3-2I; Wed, 04 Oct 2023 10:08:58 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qnyoJ-00HBWw-3A for linux-arm-kernel@lists.infradead.org; Wed, 04 Oct 2023 10:08:57 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id DD532612C5; Wed, 4 Oct 2023 10:08:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 61011C433C8; Wed, 4 Oct 2023 10:08:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696414130; bh=ziJwjYvWmDrx/OZW30jWykdrY4rTHf3r4/nycmHupnY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AA1PigxVcMFjdOwjlC/ZxO4N9pjUxDEi22309Fg2ONAiEFRubviYO9ijs4WFQID+o C8b74s55iQYzUvFimJL0OCSOkb+SI6HLOHjj0OA3tyuvheiciNbFjKQydZXojNViW6 0QhQh95Taok7G9ZXVCsUdpzOsswki5TxGJ25zCGvAFhZ03+EkOpNbk3v4zLfMfKzRZ N7+CS3vId1EXUuImzOUtN2e79D4b09vutpnpYjcEUnb/OiYhT4Ly0ivDd5HKzm2W2E 5r+LkuQnz9dVy5v+w37S+x8eg19CcopCvKqs/LOcRwnoPVjjN2cwETRyONpbw4MjHr O8zweqAxnmGGQ== Date: Wed, 4 Oct 2023 06:08:49 -0400 From: Sasha Levin To: Nicolin Chen Cc: stable@vger.kernel.org, will@kernel.org, robin.murphy@arm.com, joro@8bytes.org, jgg@nvidia.com, jean-philippe@linaro.org, baolu.lu@linux.intel.com, apopple@nvidia.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, iommu@lists.linux.dev Subject: Re: [PATCH][6.5, 6.1, 5.15] iommu/arm-smmu-v3: Fix soft lockup triggered by arm_smmu_mm_invalidate_range Message-ID: References: <20231003233549.33678-1-nicolinc@nvidia.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231003233549.33678-1-nicolinc@nvidia.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231004_030856_066318_0113E16F X-CRM114-Status: UNSURE ( 6.37 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Oct 03, 2023 at 04:35:49PM -0700, Nicolin Chen wrote: >commit d5afb4b47e13161b3f33904d45110f9e6463bad6 upstream. Queued up, thanks! We don't need the addition of a stable tag here as the bot suggests, it's just being silly... -- Thanks, Sasha _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel