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 2B5D8C433EF for ; Thu, 27 Jan 2022 18:33:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239300AbiA0SdH (ORCPT ); Thu, 27 Jan 2022 13:33:07 -0500 Received: from ms.lwn.net ([45.79.88.28]:52008 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232362AbiA0SdF (ORCPT ); Thu, 27 Jan 2022 13:33:05 -0500 Received: from localhost (unknown [IPv6:2601:281:8300:104d::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id E380137C; Thu, 27 Jan 2022 18:33:04 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net E380137C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1643308385; bh=wU1Vu5D+dAN0l9EXg3C/zuxBucv9lbkAhwlKPeVKzzg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=lgUAy+WPRqbFyCgsy+OnBeV3VrLdA8XJH2j60ROycI9bEdr0vBuYNhdVuWTHtgur3 lrdq91v3/1Ib5gG3L9DZvaQdyF4uga5ulaIOrqJ0zpWKTKO8p7qOKJ+6t6f2CwcQx2 +fnEWj9ZkShNX9ISSZPPaIqJsiMFo/V0B0OOyr358HnZgbCN01Jf7fPStLkj6zqwSv ZHh5Dt2Iyl3jS/SNzTvo1F+eYoOiRrOIrJeLP0hVPYfiO5v339e717X7cxvqZxgjV+ 2cLuINC4eBQPt4j93chdTfQ8ivjHxeKFdEF9TuFPfA0duojCCxeFqD8r0WMWn2dh3G joH0JSE/GoMkQ== From: Jonathan Corbet To: Nicolas Saenz Julienne , tglx@linutronix.de, mark.rutland@arm.com, paulmck@kernel.org Cc: rostedt@goodmis.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, rcu@vger.kernel.org, peterz@infradead.org, mtosatti@redhat.com, frederic@kernel.org, Nicolas Saenz Julienne Subject: Re: [PATCH v4 1/2] Documentation: Fill the gaps about entry/noinstr constraints In-Reply-To: <20220110105044.94423-1-nsaenzju@redhat.com> References: <20220110105044.94423-1-nsaenzju@redhat.com> Date: Thu, 27 Jan 2022 11:33:36 -0700 Message-ID: <877dalrptr.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Nicolas Saenz Julienne writes: > From: Thomas Gleixner > > The entry/exit handling for exceptions, interrupts, syscalls and KVM is > not really documented except for some comments. > > Fill the gaps. > > Signed-off-by: Thomas Gleixner Co-developed-by: Nicolas Saenz Julienne > Signed-off-by: Nicolas Saenz Julienne > Reviewed-by: Mark Rutland > Reviewed-by: Paul E. McKenney > Both patches applied, thanks. jon