All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lakshmi Ramasubramanian <nramas@linux.microsoft.com>
To: Mimi Zohar <zohar@linux.ibm.com>,
	James.Bottomley@HansenPartnership.com,
	linux-integrity@vger.kernel.org
Cc: dhowells@redhat.com, arnd@arndb.de, matthewgarrett@google.com,
	sashal@kernel.org, linux-kernel@vger.kernel.org,
	keyrings@vger.kernel.org
Subject: Re: [PATCH v8 0/3] IMA: Deferred measurement of keys
Date: Thu, 09 Jan 2020 16:47:49 +0000	[thread overview]
Message-ID: <259affae-d579-d7b8-7fff-ff6ef440ac29@linux.microsoft.com> (raw)
In-Reply-To: <1578546442.5147.37.camel@linux.ibm.com>

On 1/8/20 9:07 PM, Mimi Zohar wrote:

> On Wed, 2020-01-08 at 18:43 -0800, Lakshmi Ramasubramanian wrote:
> 
>> Changelog:
>>
>>    v8
>>
>>    => Rebased the changes to linux-next
>>    => Need to apply the following patch first
>>    https://lore.kernel.org/linux-integrity/20200108160508.5938-1-nramas@linux.microsoft.com/
> 
> Unless you made some other changes, the previous version of this patch
> set is already in next-integrity-testing.  There's no reason to re-
> post these patches again, and definitely not against linux-next.
> 
> Mimi
> 

The change was to integrate the changes from the patch for the CONFIG issue:

https://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git/commit/?h=next-integrity-testing&idPa2506e069fc71f4be1bbcc2c5534bf58ed94ab

The following commit needs to be updated to use the new config 
CONFIG_IMA_MEASURE_ASYMMETRIC_KEYS instead of 
CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE

https://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git/commit/?h=next-integrity-testing&idá64a1695a5705c24c897b0bc7e9b97abb0830c8

Please let me know if I can clone next-integrity-testing and make the 
above update. I'll post the updated patch today.

thanks,
  -lakshmi

WARNING: multiple messages have this Message-ID (diff)
From: Lakshmi Ramasubramanian <nramas@linux.microsoft.com>
To: Mimi Zohar <zohar@linux.ibm.com>,
	James.Bottomley@HansenPartnership.com,
	linux-integrity@vger.kernel.org
Cc: dhowells@redhat.com, arnd@arndb.de, matthewgarrett@google.com,
	sashal@kernel.org, linux-kernel@vger.kernel.org,
	keyrings@vger.kernel.org
Subject: Re: [PATCH v8 0/3] IMA: Deferred measurement of keys
Date: Thu, 9 Jan 2020 08:47:49 -0800	[thread overview]
Message-ID: <259affae-d579-d7b8-7fff-ff6ef440ac29@linux.microsoft.com> (raw)
In-Reply-To: <1578546442.5147.37.camel@linux.ibm.com>

On 1/8/20 9:07 PM, Mimi Zohar wrote:

> On Wed, 2020-01-08 at 18:43 -0800, Lakshmi Ramasubramanian wrote:
> 
>> Changelog:
>>
>>    v8
>>
>>    => Rebased the changes to linux-next
>>    => Need to apply the following patch first
>>    https://lore.kernel.org/linux-integrity/20200108160508.5938-1-nramas@linux.microsoft.com/
> 
> Unless you made some other changes, the previous version of this patch
> set is already in next-integrity-testing.  There's no reason to re-
> post these patches again, and definitely not against linux-next.
> 
> Mimi
> 

The change was to integrate the changes from the patch for the CONFIG issue:

https://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git/commit/?h=next-integrity-testing&id=50a2506e069fc71f4be1bbcc2c5534bf58ed94ab

The following commit needs to be updated to use the new config 
CONFIG_IMA_MEASURE_ASYMMETRIC_KEYS instead of 
CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE

https://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git/commit/?h=next-integrity-testing&id=e164a1695a5705c24c897b0bc7e9b97abb0830c8

Please let me know if I can clone next-integrity-testing and make the 
above update. I'll post the updated patch today.

thanks,
  -lakshmi

  reply	other threads:[~2020-01-09 16:47 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-09  2:42 [PATCH v8 0/3] IMA: Deferred measurement of keys Lakshmi Ramasubramanian
2020-01-09  2:42 ` Lakshmi Ramasubramanian
2020-01-09  2:42 ` [PATCH v8 1/3] IMA: Define workqueue for early boot key measurements Lakshmi Ramasubramanian
2020-01-09  2:42   ` Lakshmi Ramasubramanian
2020-01-09  2:42 ` [PATCH v8 2/3] IMA: Call workqueue functions to measure queued keys Lakshmi Ramasubramanian
2020-01-09  2:42   ` Lakshmi Ramasubramanian
2020-01-09  2:42 ` [PATCH v8 3/3] IMA: Defined timer to free " Lakshmi Ramasubramanian
2020-01-09  2:42   ` Lakshmi Ramasubramanian
2020-01-09  2:43 ` [PATCH v8 0/3] IMA: Deferred measurement of keys Lakshmi Ramasubramanian
2020-01-09  2:43   ` Lakshmi Ramasubramanian
2020-01-09  2:43   ` [PATCH v8 1/3] IMA: Define workqueue for early boot key measurements Lakshmi Ramasubramanian
2020-01-09  2:43     ` Lakshmi Ramasubramanian
2020-01-09  2:43   ` [PATCH v8 2/3] IMA: Call workqueue functions to measure queued keys Lakshmi Ramasubramanian
2020-01-09  2:43     ` Lakshmi Ramasubramanian
2020-01-09  2:43   ` [PATCH v8 3/3] IMA: Defined timer to free " Lakshmi Ramasubramanian
2020-01-09  2:43     ` Lakshmi Ramasubramanian
2020-01-09  5:07   ` [PATCH v8 0/3] IMA: Deferred measurement of keys Mimi Zohar
2020-01-09  5:07     ` Mimi Zohar
2020-01-09 16:47     ` Lakshmi Ramasubramanian [this message]
2020-01-09 16:47       ` Lakshmi Ramasubramanian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=259affae-d579-d7b8-7fff-ff6ef440ac29@linux.microsoft.com \
    --to=nramas@linux.microsoft.com \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=arnd@arndb.de \
    --cc=dhowells@redhat.com \
    --cc=keyrings@vger.kernel.org \
    --cc=linux-integrity@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=matthewgarrett@google.com \
    --cc=sashal@kernel.org \
    --cc=zohar@linux.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.