~mvo/snapd/+git/snapd-mvo:arm-illegal

Last commit made on 2019-01-30
Get this branch:
git clone -b arm-illegal https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
arm-illegal
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

904f5b1... by Michael Vogt

tests: update smoke/sandbox test for armhf

While running the beta validation on the armhf I noticed that the
behaviour of illegal syscalls is different from the other arches
we have. Most arches just give ENOSYS in errno. However on armhf
the process is killed with SIGILL.

This PR updates the test to account for that.

2ada43e... by Maciej Borzecki

Merge pull request #6394 from sergiocazzolato/tests-fix-logs-daemon-notify

tests: iterate getting journal logs to support delay on boards on daemon-notify test

9fb9a17... by Paweł Stołowski

Merge pull request #6440 from sparkiegeek/patch-1

cmd/snap: fix typo in cmd_wait.go

5027f64... by Maciej Borzecki

Merge pull request #6437 from bboozzoo/bboozzoo/improve-channel-parsing

snap/channel: improve channel parsing

cecb02a... by Maciej Borzecki

Merge remote-tracking branch 'origin/master' into pull/6440

6a05658... by "John R. Lenton" <email address hidden>

Merge pull request #6443 from chipaca/pids-are-signed

daemon, polkit: pid_t is signed

e9e9c05... by Maciej Borzecki

Merge pull request #6333 from bboozzoo/bboozzoo/snap-connections-api-endpoint

daemon: introduce /v2/connections snapd API endpoint

a819ae7... by John Lenton

daemon, polkit: pid_t is signed

We were using uint32 for pids in daemon and polkit, when they're
actually signed. This would be mostly transparent to snapd, but could
lead to spurious denials from polkit in some situations.

740eec8... by Michael Vogt

Merge pull request #6389 from chipaca/snap-info-refactor-1

cmd/snap: small refactor of cmd_info's channel handling

f5fa0ca... by Michael Vogt

Merge pull request #6400 from chipaca/store-unresponsive

overlord/snapstate: use an ad-hoc error when no results