Fix kernel oops on boot due to bug in i2c driver.
https://github.com/NixOS/nixpkgs/issues/60126 https://lkml.org/lkml/2019/4/24/1123 The patch should be removed in the next round of stable releases because the fix should be included. (cherry picked from commit 1e8a0805890fbb1cce1aa751296c82342b0cae7e)
This commit is contained in:
@@ -57,4 +57,8 @@ rec {
|
||||
sha256 = "1l8xq02rd7vakxg52xm9g4zng0ald866rpgm8kjlh88mwwyjkrwv";
|
||||
};
|
||||
};
|
||||
|
||||
# Fix kernel OOPS on boot: https://github.com/NixOS/nixpkgs/issues/60126
|
||||
# Remove with the next release.
|
||||
i2c-oops = { name = "i2c-oops"; patch = ./i2c-oops.patch; };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user