Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751226AbcJAHKz (ORCPT ); Sat, 1 Oct 2016 03:10:55 -0400 Received: from tex.lwn.net ([70.33.254.29]:33278 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750768AbcJAHKy (ORCPT ); Sat, 1 Oct 2016 03:10:54 -0400 Date: Sat, 1 Oct 2016 01:10:44 -0600 From: Jonathan Corbet To: Shuah Khan Cc: mmarek@suse.com, akpm@linux-foundation.org, keescook@chromium.org, dan.j.williams@intel.com, mingo@kernel.org, paulmck@linux.vnet.ibm.com, jpoimboe@redhat.com, tj@kernel.org, aryabinin@virtuozzo.com, nikolay@cumulusnetworks.com, dvyukov@google.com, rostedt@goodmis.org, olof@lixom.net, arnd@arndb.de, hans.verkuil@cisco.com, nab@linux-iscsi.org, mchehab@kernel.org, broonie@kernel.org, tglx@linutronix.de, ecree@solarflare.com, davem@davemloft.net, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-spi@vger.kernel.org Subject: Re: [PATCH 0/2] Moving runnable code from Documentation (last 2 patches) Message-ID: <20161001011044.70aefa33@lwn.net> In-Reply-To: <0f5557aa-23ad-c37c-6d97-13789c0b5726@osg.samsung.com> References: <0f5557aa-23ad-c37c-6d97-13789c0b5726@osg.samsung.com> Organization: LWN.net X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 795 Lines: 27 On Fri, 30 Sep 2016 07:57:51 -0600 Shuah Khan wrote: > > This patch series contains the last 2 patches to complete moving runnable > > code from Documentation to selftests, samples, and tools. > > > > The first patch moves blackfin gptimers-example to samples and removes > > CONFIG_BUILD_DOCSRC. > > > > The second one updates 00-INDEX files under Documentation to reflect the > > move of runnable code from Documentation. > > > > Shuah Khan (2): > > samples: move blackfin gptimers-example from Documentation > > Doc: update 00-INDEX files to reflect the runnable code move > > > > Hi Jon and Michal, > > Do these patches look good to you? I can get these into 4.9-rc1 > with your Ack. Seems good to me. Acked-by: Jonathan Corbet jon