~snappy-dev/snapd/+git/snapd-pawel:timings-base

Last commit made on 2019-03-11
Get this branch:
git clone -b timings-base https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
timings-base
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

e0337ad... by Paweł Stołowski

Renamed Timing to Span and Start to StartSpan. Store start/stop times on the root timings.

272dfe3... by Paweł Stołowski

Merge branch 'master' into timings-base

5a569f1... by Samuele Pedroni

cmd/snap-confine: call sc_should_use_normal_mode once

Historically snap-confine used two modes of operation. Initially on core
systems snap-confine would unshare the mount namespace and preform some
alterations but would otherwise run with the contents of the initial
mount namesapce. On classic systems snap-confine would pivot into the
base snap (core) and perform some more alterations.

With the introduction of multiple boot bases, per-snap bases some of
that logic seems rusty. To make it less confusing what is going on
reduce the number of places that determine if legacy (sans-pivot) or
normal mode (with pivot) to exactly one.

There is more cleanup that can be done but it will require making the
invocation structure something we can pass around to more functions.
This will be attempted in subsequent patches.

aef600d... by Zygmunt Krynicki

Merge branch 'master' into tweak/refactor-sc-main-3

ad26fdd... by Michael Vogt

Merge pull request #6572 from zyga/tweak/refactor-sc-main-2

cmd/snap-confine: populate enter_non_classic_execution_environment

ebeeb63... by Paweł Stołowski

Minor cleanups.

9bcd425... by Paweł Stołowski

Merge branch 'master' into timings-base

c15994f... by Zygmunt Krynicki

Merge branch 'master' into tweak/refactor-sc-main-3

700164c... by Zygmunt Krynicki

Merge branch 'master' into tweak/refactor-sc-main-2

e3e3878... by "John R. Lenton" <email address hidden>

Merge pull request #6532 from chipaca/blob-api

daemon: allow downloading snaps blobs via .../file