Masami HIRAMATSU

Results 22 issues of Masami HIRAMATSU

Since some SoCs and boards do not hae extra asm/arch/gpio.h, introduce CONFIG_GPIO_EXTRA_HEADER instead of adding !define(CONFIG_ARCH_XXXX) in asm/gpio.h. Signed-off-by: Masami Hiramatsu Please do not submit a Pull Request via github....

With recent kernel, --arch arm doesn't work (no output) Even with ermine-breeder testrun, there is no output. We have to fix it. How to reproduce: ``` cd mincs ./ermine-breeder build...

Capsh is a great tool to drop capabilities for preventing jailbreak from chroot. However, it hardcodes /bin/bash to run(in chrooted rootfs), thus we can not run containers which don't have...

Currently --um mode doesn't work on ubuntu 16.04, but works on Fedora25. Investigation shows that it fails to handle SIGSEGV on vmalloc pages. I've checked that sigaction is correctly set...

Use [OCF](https://github.com/opencontainers/specs) config file to configure runtime and container image. This will change marten's behavior.

There should be a test script for bash completion. At least finding the script error.

P1

For example, resourced has "restart-resourced". Cro3 can store these restart commands in .cro3 directory.

I saw below warning. ``` + cros-workon-octopus start chromeos-base/resourced cros-workon-octopus is deprecated, use `cros workon --board octopus` instead. ``` it should be replaced by `cros-workon --board $BOARD`.

P2

`make check` fails with the errors below. ``` cargo check Checking cro3 v0.1.2 (/work/cro3) error[E0432]: unresolved import `cro3::util::cro3_paths` --> src/cmd/servo.rs:33:17 | 33 | use cro3::util::cro3_paths::cro3_dir; | ^^^^^^^^^^ could not find...

P1

Recently we changed the recommended branch to `stable` https://chromium.googlesource.com/chromiumos/docs/+/HEAD/developer_guide.md#sync-to-stable

P2