aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-10 12:12:04 +0300
committerCem Keylan <cem@ckyln.com>2020-05-10 12:12:04 +0300
commit022112f44e2dfd74274827bbd6e13886de47188b (patch)
tree8917e6b529b72432c30e3a332a34dca5d155582d /src
parentfd96fb22b064afee03ec6047117b294f6357cd5b (diff)
downloadwebsite-022112f44e2dfd74274827bbd6e13886de47188b.tar.gz
update
Diffstat (limited to 'src')
-rw-r--r--src/index.md19
-rw-r--r--src/news.md9
2 files changed, 17 insertions, 11 deletions
diff --git a/src/index.md b/src/index.md
index 3a934f3..7402761 100644
--- a/src/index.md
+++ b/src/index.md
@@ -56,6 +56,14 @@ News
[RSS Feed](/news.xml) | [See all news](/news.html)
+### May 10 2020
+
+A GCC 10.1.0 change causes a kernel panic for kernels built
+with GCC 10.1. This issue can be resolved by applying this
+[patch] to your kernel sources.
+
+[patch]: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/patch/?id=f670269a42bfdd2c83a1118cc3d1b475547eac22
+
### Apr 27 2020
A new rootfs tarball has been released! You can
@@ -85,14 +93,3 @@ repository directory.
git remote set-url origin https://github.com/CarbsLinux/repository
-
-### Feb 18 2020
-
-A new tarball is released. It can be found on <https://dl.carbslinux.org>.
-
-**edit:** I have removed the tarball because of a bootstrapping issue.
-I will be re-adding it later today.
-
-**edit 2:** I have added a tarball (20200219) to reflect my recent
-changes on Busybox.
-
diff --git a/src/news.md b/src/news.md
index 763a71e..10133d7 100644
--- a/src/news.md
+++ b/src/news.md
@@ -1,4 +1,13 @@
+May 10 2020
+-----------
+
+A GCC 10.1.0 change causes a kernel panic for kernels built
+with GCC 10.1. This issue can be resolved by applying this
+[patch] to your kernel sources.
+
+[patch]: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/patch/?id=f670269a42bfdd2c83a1118cc3d1b475547eac22
+
Apr 27 2020
-----------