Re: [PATCH] lkdtm: Fix targets for objcopy usage

2016-08-02 Thread Kees Cook
On Tue, Aug 2, 2016 at 2:50 AM, Mark Rutland wrote: > On Mon, Aug 01, 2016 at 02:25:48PM -0700, Kees Cook wrote: >> On Fri, Jul 29, 2016 at 2:37 AM, Mark Rutland wrote: >> > Hi, >> > >> > On Thu, Jul 28, 2016 at 07:30:39PM -0700, Kees Cook wrote: >> >> The targets for lkdtm's objcopy were missing

Re: [PATCH] lkdtm: Fix targets for objcopy usage

2016-08-02 Thread Mark Rutland
On Mon, Aug 01, 2016 at 02:25:48PM -0700, Kees Cook wrote: > On Fri, Jul 29, 2016 at 2:37 AM, Mark Rutland wrote: > > Hi, > > > > On Thu, Jul 28, 2016 at 07:30:39PM -0700, Kees Cook wrote: > >> The targets for lkdtm's objcopy were missing which caused them to always > >> be rebuilt. This corrects

Re: [PATCH] lkdtm: Fix targets for objcopy usage

2016-08-01 Thread Kees Cook
On Fri, Jul 29, 2016 at 2:37 AM, Mark Rutland wrote: > Hi, > > On Thu, Jul 28, 2016 at 07:30:39PM -0700, Kees Cook wrote: >> The targets for lkdtm's objcopy were missing which caused them to always >> be rebuilt. This corrects the problem. >> >> Additionally, commit f8fa70f392fa ("arm64: localise

Re: [PATCH] lkdtm: Fix targets for objcopy usage

2016-07-29 Thread Mark Rutland
Hi, On Thu, Jul 28, 2016 at 07:30:39PM -0700, Kees Cook wrote: > The targets for lkdtm's objcopy were missing which caused them to always > be rebuilt. This corrects the problem. > > Additionally, commit f8fa70f392fa ("arm64: localise Image objcopy flags") > has landed now, so this removes the wo

[PATCH] lkdtm: Fix targets for objcopy usage

2016-07-28 Thread Kees Cook
The targets for lkdtm's objcopy were missing which caused them to always be rebuilt. This corrects the problem. Additionally, commit f8fa70f392fa ("arm64: localise Image objcopy flags") has landed now, so this removes the work-around for the global OBJCOPY flag setting. Reported-by: Linus Torvald