From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Rutland Date: Fri, 20 Jan 2017 11:17:47 +0000 Subject: Re: [PATCH] mm: add arch-independent testcases for RODATA Message-Id: <20170120111747.GB18576@leverpostej> List-Id: References: <20170119145114.GA19772@pjb1027-Latitude-E5410> <20170119155701.GA24654@leverpostej> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: park jinbum Cc: hpa@zytor.com, x86@kernel.org, akpm@linuxfoundation.org, keescook@chromium.org, linux-mm@kvack.org, arjan@linux.intel.com, mingo@redhat.com, tglx@linutronix.de, linux@armlinux.org.uk, kernel-janitors@vger.kernel.org, kernel-hardening@lists.openwall.com, labbott@redhat.com, linux-kernel@vger.kernel.org On Fri, Jan 20, 2017 at 03:49:46PM +0900, park jinbum wrote: > Where is the best place for common test file in general?? > > kernel/rodata_test.c > include/rodata_test.h => Is it fine?? I had assumed you would use mm/rodata_test.c, as you do in this patch (i.e. a *new* common file). That seems fine to me. Thanks, Mark.