On Mon, Nov 16, 2015 at 08:03:57AM -0000, Martin Pitt wrote:
> It's still in siphash, due to a similar problem with the out argument:

> 0x2a02a9e8 in siphash24_finalize (out=0x2a065229 "", state=0xbefff970) at 
> src/basic/siphash24.c:182
> 182             *(le64_t*)out = htole64(state->v0 ^ state->v1 ^ state->v2  ^ 
> state->v3);

> I'll follow up on the upstream PR.

That is a bug in siphash24, but the only place where an unaligned 'out'
argument is passed to siphash24_finalize() in practice is the test case, so
that's not urgent to fix.

But certainly, siphash24_finalize() needs to be fixed either by changing the
argument to uint64_t* or by handling unaligned buffers.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1512323

Title:
  devices on devel-proposed/ubuntu do not boot with systemd 227-2ubuntu1

Status in Canonical System Image:
  Confirmed
Status in android package in Ubuntu:
  Triaged
Status in systemd package in Ubuntu:
  Fix Released

Bug description:
  Last known good build: mako devel-proposed/ubuntu r336

  Affects builds from devel-proposed/ubuntu starting from first Xenial
  build.

  Test Case:
  Boot in fastboot mode and flash with:
  $ ubuntu-device-flash -v touch --channel=ubuntu-touch/devel-proposed/ubuntu 
--bootstrap
  or 
  upgrade from 336 to latest devel-proposed image

  Actual Result
  During a successful flashing operation of a device from fastboot, it boots 
once into recovery, then reboots and a rotating Ubuntu logo is displayed while 
the devices is being flashed.
  With this issue, on the second stage of the flash the phone is stuck on the 
vendor's logo (google or bq) and the rotating ubuntu logo is never displayed.

  Same problem on krillin devel-proposed/krillin.en 235

  Workaround:
  Boot into recovery, mount the system partition and downgrade systemd to 
225-1ubuntu9

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1512323/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to