Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Enforce Shared State Signing when optionsset
@ 2019-07-30 13:16 Joshua Lock
  2019-07-30 13:16 ` [PATCH v2 1/3] sstate: fix log message Joshua Lock
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Joshua Lock @ 2019-07-30 13:16 UTC (permalink / raw)
  To: openembedded-core@lists.openembedded.org

There are 2 surprising behaviours in the current shared state signing
implementation which this pull request addresses:
1) when signature verification is enabled a failure to verify doesn't prevent
   the shared state object from being used. A warning is printed and the
   unsigned shared state object is used to accelerate the task.
2) when signing is enabled the taskhash doesn't change and any existing,
   unsigned, shared state objects will not be signed. This is particularly
   problematic when combined with 1.

Please review the following changes for suitability for inclusion. If you have
any objections or suggestions for improvement, please respond to the patches. If
you agree with the changes, please provide your Acked-by.

Changes since v1:
* removed spurious Python subclass class and handling of an error condition that
  couldn't occur

The following changes since commit 835f7eac0610325e906591cd81890bebe8627580:

  meta/lib/oeqa: Test for bootimg-biosplusefi Source (2019-07-23 22:26:28 +0100)

are available in the Git repository at:

  https://github.com/joshuagl/poky joshuagl/signed-sstate2
  https://github.com/joshuagl/poky/tree/joshuagl/signed-sstate2

Joshua Lock (3):
  sstate: fix log message
  classes/sstate: don't use unsigned sstate when verification enabled
  classes/sstate: regenerate sstate when signing enabled

 meta/classes/sstate.bbclass | 25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

-- 
2.21.0



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-07-30 13:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-30 13:16 [PATCH v2 0/3] Enforce Shared State Signing when optionsset Joshua Lock
2019-07-30 13:16 ` [PATCH v2 1/3] sstate: fix log message Joshua Lock
2019-07-30 13:16 ` [PATCH v2 2/3] classes/sstate: don't use unsigned sstate when verification enabled Joshua Lock
2019-07-30 13:16 ` [PATCH v2 3/3] classes/sstate: regenerate sstate when signing enabled Joshua Lock
2019-07-30 13:31 ` ✗ patchtest: failure for Enforce Shared State Signing when optionsset Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox