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 1D479C433F5 for ; Thu, 27 Jan 2022 18:34:25 +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:References :In-Reply-To:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=23NTkW5sx/tic4t5CGykq7ACVm8Omp0DFJFPI43b4SA=; b=EThYXLxjcu2wtW oIQx6W9WcU5NF43VZ++tdEaFtSNRYmK7iFXtaXM0jrr5nU2VfA6F7b1eJGoJ3164S422imvaBtKgq IRQf0ppwhHdr4Q8nd9wjXWs7QNXWVhkOTY8SvpDPrNPFZFgk4GrrsQWIghIqUvqRPmDuZYd6zbNde eoYa6z12PLBiXsIMhGSIowBZsbU9uxgZvjwx/4L0DQi/y6/ecp66W65/h0xqHwlbn2FSyEJnsuumA 7ex3F8Y5hsuTXuTHDVuaK4JHT9mfv/x/uedvhwtoKEoYVH8TKBl2rYn4UXB2ND1seZc3kxveRL0R2 RIgccSaqIlaMvT1ntBhA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nD9a4-00GqRo-4C; Thu, 27 Jan 2022 18:33:12 +0000 Received: from ms.lwn.net ([2600:3c01:e000:3a1::42]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nD9a0-00GqQV-CG for linux-arm-kernel@lists.infradead.org; Thu, 27 Jan 2022 18:33:09 +0000 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220127_103308_439615_4871513D X-CRM114-Status: GOOD ( 10.34 ) 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel