From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:41021 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751997AbdGaP5a (ORCPT ); Mon, 31 Jul 2017 11:57:30 -0400 Received: from pps.filterd (m0098394.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id v6VFrprj018453 for ; Mon, 31 Jul 2017 11:57:30 -0400 Received: from e19.ny.us.ibm.com (e19.ny.us.ibm.com [129.33.205.209]) by mx0a-001b2d01.pphosted.com with ESMTP id 2c22gxruxk-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 31 Jul 2017 11:57:29 -0400 Received: from localhost by e19.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 31 Jul 2017 11:57:28 -0400 Date: Mon, 31 Jul 2017 08:57:28 -0700 From: "Paul E. McKenney" Subject: Re: [PATCH v2 0/8] Add style guide Reply-To: paulmck@linux.vnet.ibm.com References: <26a47dec-a9a0-87e6-88c8-b9ba82c477d5@gmail.com> <11d41e53-5367-1149-8064-8808696a2c33@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <11d41e53-5367-1149-8064-8808696a2c33@gmail.com> Message-Id: <20170731155728.GF3730@linux.vnet.ibm.com> Sender: perfbook-owner@vger.kernel.org List-ID: To: Akira Yokosawa Cc: perfbook@vger.kernel.org On Mon, Jul 31, 2017 at 11:43:41PM +0900, Akira Yokosawa wrote: > >From e35b5bc0c56f255caee91054f05a5dd7b824b5fa Mon Sep 17 00:00:00 2001 > From: Akira Yokosawa > Date: Mon, 31 Jul 2017 23:20:57 +0900 > Subject: [PATCH v2 0/8] Add style guide > > Hi Paul, > > This is the respin I mentioned earlier. > Patch #2 has a few more changes from v1 to modify strings of package name. > Other than that, the end result should be the same as v1. > > Note on the status of the floatrow package: > > Current version v0.3b was revised 2009/08/02. > There has been no update since. > I'm not sure if upstreaming is possible. Thank you for the quick respin! 3/8 and 7/8 haven't made it here yet, will look at this once they appear. Thanx, Paul > Thanks, Akira > -- > Akira Yokosawa (8): > Localize floatrow.sty as floatrowpf.sty > Apply workaround to floatrowpf.sty > Define 'listing' environment for style guide > styleguide: Add listing environment examples > Disable 'floatrow' layout in manually aligned code snippets > styleguide: Add example of grouping code snippets > styleguide: Add example of preferred table layout using 'booktabs' > styleguide: Tweak layout of 'Limitation' table > > appendix/styleguide/hello.c | 9 + > appendix/styleguide/styleguide.tex | 177 ++++- > defer/rcuusage.tex | 6 +- > floatrowpf.sty | 1482 ++++++++++++++++++++++++++++++++++++ > howto/howto.tex | 4 +- > perfbook.tex | 4 + > 6 files changed, 1668 insertions(+), 14 deletions(-) > create mode 100644 appendix/styleguide/hello.c > create mode 100644 floatrowpf.sty > > -- > 2.7.4 > >