From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:38570 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726027AbeKZJbN (ORCPT ); Mon, 26 Nov 2018 04:31:13 -0500 Received: from pps.filterd (m0098419.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id wAPMYLS9137931 for ; Sun, 25 Nov 2018 17:39:02 -0500 Received: from e17.ny.us.ibm.com (e17.ny.us.ibm.com [129.33.205.207]) by mx0b-001b2d01.pphosted.com with ESMTP id 2nyn6k7wmd-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sun, 25 Nov 2018 17:39:02 -0500 Received: from localhost by e17.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sun, 25 Nov 2018 22:39:02 -0000 Date: Sun, 25 Nov 2018 14:39:01 -0800 From: "Paul E. McKenney" Subject: Re: [PATCH 0/3] Employ new scheme for code snippets (cont.) Reply-To: paulmck@linux.ibm.com References: <1c49a5ed-290f-f81c-a768-b2d5d2450b43@gmail.com> <20181125170159.GB4170@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Message-Id: <20181125223901.GF4170@linux.ibm.com> Sender: perfbook-owner@vger.kernel.org List-ID: To: Akira Yokosawa Cc: perfbook@vger.kernel.org On Mon, Nov 26, 2018 at 07:07:12AM +0900, Akira Yokosawa wrote: > On 2018/11/25 09:01:59 -0800, Paul E. McKenney wrote: > > On Sun, Nov 25, 2018 at 11:44:41PM +0900, Akira Yokosawa wrote: > >> >From 4ebe85f38ed5f0e003847854b64bc8773bec8ebb Mon Sep 17 00:00:00 2001 > >> From: Akira Yokosawa > >> Date: Sun, 25 Nov 2018 23:30:16 +0900 > >> Subject: [PATCH 0/3] Employ new scheme (cont.) > >> > >> Hi Paul, > >> > >> This is a set of patches to further apply the new scheme for snippets in > >> chapters "owned" and "defer". Further updates in "defer" will be submitted > >> shortly. > > > > Good stuff, applied, thank you! > > > > I also fixed a filename typo (my fault, not yours) > > Well, it was *my* typo in 2/3 of the patch set. (There was no mention > of the file name.) True enough. My typo was instead leaving it out completely. > Thank you for catching it! And you! ;-) Thanx, Paul > Akira > > > and expanded a bit > > on the topic of mechanical reference counting. > > > > Thanx, Paul > > > >> Thanks, Akira > >> -- > >> Akira Yokosawa (3): > >> owned: Employ new snippet scheme > >> defer: Employ new snippet scheme for route_seq.c > >> defer: Employ new scheme for snippets of route_refcnt.c > >> > >> CodeSamples/defer/route_refcnt.c | 67 +++++++++-------- > >> CodeSamples/defer/route_seq.c | 42 +++++------ > >> defer/defer.tex | 76 ++++---------------- > >> defer/refcnt.tex | 152 +++++++++------------------------------ > >> owned/owned.tex | 19 ++--- > >> 5 files changed, 115 insertions(+), 241 deletions(-) > >> > >> -- > >> 2.7.4 > >> > > >