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 X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8A53BC433F5 for ; Fri, 10 Sep 2021 09:45:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 706FE611B0 for ; Fri, 10 Sep 2021 09:45:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231991AbhIJJq6 (ORCPT ); Fri, 10 Sep 2021 05:46:58 -0400 Received: from mail.kernel.org ([198.145.29.99]:46842 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231916AbhIJJq6 (ORCPT ); Fri, 10 Sep 2021 05:46:58 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id C3758610C7; Fri, 10 Sep 2021 09:45:45 +0000 (UTC) Date: Fri, 10 Sep 2021 10:45:42 +0100 From: Catalin Marinas To: Shameerali Kolothum Thodi Cc: Will Deacon , "linux-arm-kernel@lists.infradead.org" , "kernel-team@android.com" , Marc Zyngier , Jade Alglave , "kvmarm@lists.cs.columbia.edu" , "linux-arch@vger.kernel.org" , Jonathan Cameron Subject: Re: [PATCH 0/4] Fix racing TLBI with ASID/VMID reallocation Message-ID: References: <20210806113109.2475-1-will@kernel.org> <753ff5ea79d54db0af83d195adcfa2b1@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <753ff5ea79d54db0af83d195adcfa2b1@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-arch@vger.kernel.org On Fri, Sep 10, 2021 at 09:06:31AM +0000, Shameerali Kolothum Thodi wrote: > > [2] https://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/kernel-tla.git/commit/ > > I am going through the ASID TLA+ model and in the above commit, it appears that the > different ASID check(=> ActiveAsid(c1) # ActiveAsid(c2)) for the Invariant > UniqueASIDActiveTask is now removed. > > Just wondering why that is not relevant anymore? It's still relevant. I probably deleted it by mistake, I'll add it back now. Thanks for carefully looking at this commit. -- Catalin