Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2069063imu; Thu, 10 Jan 2019 07:48:51 -0800 (PST) X-Google-Smtp-Source: ALg8bN5aYAj3J0KVFu0ID9eV0b1211EqGWqMeNkIKUIGvlcBti/762GNMFwMeotu5NU4y1EQo2Eh X-Received: by 2002:a63:1766:: with SMTP id 38mr9621877pgx.299.1547135331842; Thu, 10 Jan 2019 07:48:51 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547135331; cv=none; d=google.com; s=arc-20160816; b=pjgft0LR6aLohAsUGv+ET4dlexVJVgbtOt62WWoZS0/Thpb70Y68znY2rL5NekW+hY 02T0aMMXeRKH63aC4zmJ5uUBSa2ng+XYAxG09/kEO8IQOP1/DnPUz8CENIdNlotbSNzA eOojlVJSXZZAW5NTEgldlFPq32+LT8yKAJ9FHhary3YmBVQBb9D+nSOmERvxZ0B7/4QY aW0sR0HanIAS19x0ZitaluDaNJ+0gWzaJOhSHajq7kwrelDnW4NTu8pEVmeB4gy1aTNd sC/EoQr14dgdwF0kWxdY2yBLa/34JTAMoWdkNHAHlCo8gXtYB2K1kV35CsLcGz7LcnfK ecNA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:in-reply-to :subject:cc:to:from:date; bh=iZUj7IO3SRPHtZOfxSKWEx+nAnK+qWCtfHN6ONFUiL4=; b=JvodlVRvN5h+iQgSuQTDEYu2W2YQX6K79YFhyKPhWite/mtmiXWMk6jP9KnLsCEC6+ DS3DpoHoSeU6V35zuJ9koGedAxVEeXxrI8QeM4gu4ajqLHK4RGQ+RNKhnKqK3lENn/lt HvDVWjlrQeOXcxszQOyTnZwVvZZN655YYAOmeCS3dr2t46aoSx6QxXV7VmjbaSyrzGV7 9351SDrMpU34dlkJSD5A70XnAQ/DHAuQkDmgBaD61radVaM361SuhMl9t+jQWZ3tooGD KRsPvBV9rhFt+FUt21vAm1MBj9KJDpYczWaY0F2+y7tqpUn5/GNZFPrdESqV1SgxcU1D j/KA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q7si74027908pfa.99.2019.01.10.07.48.35; Thu, 10 Jan 2019 07:48:51 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729106AbfAJPr1 (ORCPT + 99 others); Thu, 10 Jan 2019 10:47:27 -0500 Received: from iolanthe.rowland.org ([192.131.102.54]:35418 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1728196AbfAJPr1 (ORCPT ); Thu, 10 Jan 2019 10:47:27 -0500 Received: (qmail 13609 invoked by uid 2102); 10 Jan 2019 10:47:26 -0500 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 10 Jan 2019 10:47:26 -0500 Date: Thu, 10 Jan 2019 10:47:26 -0500 (EST) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: "Paul E. McKenney" cc: linux-kernel@vger.kernel.org, , , , , , , , , , , , Subject: Re: [PATCH RFC memory-model 0/6] LKMM updates In-Reply-To: <20190109210706.GA27268@linux.ibm.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 9 Jan 2019, Paul E. McKenney wrote: > Hello! > > This series contains updates for the Linux-kernel memory model: > > 1-3. Add SRCU support, courtesy of Alan Stern. > > 4. Update README for adding of SRCU support. > > 5. Update memory-barriers.txt on enforcing heavy ordering for > port-I/O accesses, courtesy of Will Deacon. This one needs > an ack, preferably by someone from Intel. Matthew Wilcox > posted some feedback from an Intel manual here, which might > be considered to be a close substitute, but... ;-) > > http://lkml.kernel.org/r/20181127192234.GF10377@bombadil.infradead.org > > 6. Update Documentation/explanation.txt to include SRCU support, > courtesy of Alan Stern. > > 7. Dynamically check SRCU lock-to-unlock matching, courtesy of > Luc Maranget. This needs an ack. Does this one still need an ack? If so, you may apply mine. Alan