From mboxrd@z Thu Jan 1 00:00:00 1970 Reply-To: kernel-hardening@lists.openwall.com Date: Thu, 12 Jan 2017 08:37:46 +0100 From: Greg KH Message-ID: <20170112073746.GA23596@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [kernel-hardening] New to KSPP, would like to contribute To: kernel-hardening@lists.openwall.com Cc: Kees Cook List-ID: On Thu, Jan 12, 2017 at 09:01:05AM +0530, Kaiwan N Billimoria wrote: > Okay, thanks, I see it better now :) > > Forgive my silly qs:  > so as I understand it, the objective is to start merging in some of the grsec > code into mainline, yes? So, which kernel do we work on? the latest rc or do I > work on the one where the above patch applies (i.e. 4.8.17)? You can't go back in time and get stuff merged into an old patch, so always work on the latest kernel tree. Use linux-next so you don't end up duplicating any effort that people have already done. I suggest reading Documentation/development_process/ as a summary of how all of this works. thanks, greg k-h