From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02a.mail.t-online.hu ([84.2.40.7]:54471 "EHLO mail02a.mail.t-online.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752150Ab0AOQ74 (ORCPT ); Fri, 15 Jan 2010 11:59:56 -0500 Message-ID: <4B509C90.10305@freemail.hu> Date: Fri, 15 Jan 2010 17:49:20 +0100 From: =?UTF-8?B?TsOpbWV0aCBNw6FydG9u?= MIME-Version: 1.0 Subject: SmPL scripts into build environment? (was: Changelog quality) References: <4B502C6B.7000802@s5r6.in-berlin.de> <20100115.005445.263291449.davem@davemloft.net> <20100115.012233.202457727.davem@davemloft.net> <84144f021001150149u3b784d26g1822be6c5c3ecbf@mail.gmail.com> <20100115110845.GB28625@sirena.org.uk> <20100115133933.GB21188@rakim.wolfsonmicro.main> In-Reply-To: <20100115133933.GB21188@rakim.wolfsonmicro.main> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Michal Marek , linux-kbuild@vger.kernel.org Cc: Mark Brown , Julia Lawall , Pekka Enberg , David Miller , stefanr@s5r6.in-berlin.de, adi@hexapodia.org, david.vrabel@csr.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, cocci@diku.dk, Andrew Morton , Nicolas Palix Hi Marek, there was a discussion about patches which are generated using the tool called spatch. In the changelog the SmPL script was usually included, see http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git&a=search&h=HEAD&st=commit&s=%3Csmpl%3E . It is useful to store the SmPL scripts because they may find problems in the newcoming code also. In order to run a "check" the spatch tool and the SmPL is also necessary. There was an idea to place the used SmPL scripts under the Linux kernel source tree so it can move from the changelog but still remain for later use. The "check" could be run similar to the tools checkpatch, sparse or lockdep. What do you think where the SmPL scripts can be placed? What do you think the best way would be to introduce some check like this in the build environment? Regards, Márton Németh