summary refs log tree commit diff
path: root/pkgs/os-specific/linux/chromium-os/default.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-05-14 13:07:42 +0000
committerAlyssa Ross <hi@alyssa.is>2020-05-14 13:07:42 +0000
commitc5c894f4f357344c411b8419b14ee9cb61e020fa (patch)
treefa1aedc875cecdf4e9ca0de2c264c1f4d96cab64 /pkgs/os-specific/linux/chromium-os/default.nix
parent83116eba4cae0941297950ccec9c6bac908fc7f4 (diff)
downloadnixpkgs-c5c894f4f357344c411b8419b14ee9cb61e020fa.tar
nixpkgs-c5c894f4f357344c411b8419b14ee9cb61e020fa.tar.gz
nixpkgs-c5c894f4f357344c411b8419b14ee9cb61e020fa.tar.bz2
nixpkgs-c5c894f4f357344c411b8419b14ee9cb61e020fa.tar.lz
nixpkgs-c5c894f4f357344c411b8419b14ee9cb61e020fa.tar.xz
nixpkgs-c5c894f4f357344c411b8419b14ee9cb61e020fa.tar.zst
nixpkgs-c5c894f4f357344c411b8419b14ee9cb61e020fa.zip
chromiumOSPackages.sommelier: fix log spam
Previously, sommelier would output many lines per second saying:

> Failed to send message to virtwl: Success

This made it extremely annoying to use the serial console, and
very difficult to see other log output.

This was happening because Sommelier's check for the return value of
the VIRTWL_IOCTL_SEND ioctl was inverted from what it should be.
That is, the failure message was printed only on success.  If there
actually was an error, no error message would be outputted.

The upstream patch I've added here is a bit vague that this was the
problem, but it does fix the issue.
Diffstat (limited to 'pkgs/os-specific/linux/chromium-os/default.nix')
0 files changed, 0 insertions, 0 deletions