diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-10 12:22:45 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-10 12:22:45 +0300 |
commit | 5fae9b4431cfbb725a681737f58fb7a0b7fe2b5b (patch) | |
tree | 647542abb5b28797c0d64f2cf3ad995de1aef1df /core | |
parent | 568eeb806c0547fb0b0b2c3508aa336cc3fc7b46 (diff) | |
download | repository-5fae9b4431cfbb725a681737f58fb7a0b7fe2b5b.tar.gz |
gcc: add message for the kernel related bug
Diffstat (limited to 'core')
-rw-r--r-- | core/gcc/message | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/core/gcc/message b/core/gcc/message new file mode 100644 index 00000000..175ae95e --- /dev/null +++ b/core/gcc/message @@ -0,0 +1,11 @@ +[1;31mCRITICAL[m[1m + +A bug in GCC 10.1.0 causes kernels built with GCC 10 to +kernel panic in the second boot stage. This issue can be +resolved by applying the following patch. + +https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/patch/?id=f670269a42bfdd2c83a1118cc3d1b475547eac22 + +You can also visit https://carbslinux.org for a link to the +patch. +[m |