From 022112f44e2dfd74274827bbd6e13886de47188b Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 10 May 2020 12:12:04 +0300 Subject: update --- docs/index.html | 16 ++++++---------- docs/index.txt | 19 ++++++++----------- docs/news.html | 6 ++++++ docs/news.txt | 9 +++++++++ docs/news.xml | 11 ++++++++++- docs/rss.xml | 2 +- index/20200510.news | 5 +++++ src/index.md | 19 ++++++++----------- src/news.md | 9 +++++++++ 9 files changed, 62 insertions(+), 34 deletions(-) create mode 100644 index/20200510.news diff --git a/docs/index.html b/docs/index.html index 0cc63d3..023b381 100644 --- a/docs/index.html +++ b/docs/index.html @@ -71,6 +71,12 @@ some other system supervision technique along with your own init scripts.

RSS Feed | See all news

+

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.

+

Apr 27 2020

A new rootfs tarball has been released! You can @@ -100,16 +106,6 @@ 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.

View Page Source
diff --git a/docs/index.txt b/docs/index.txt index 3a934f3..7402761 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -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 . - -**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/docs/news.html b/docs/news.html index a88dbfb..01d3b10 100644 --- a/docs/news.html +++ b/docs/news.html @@ -16,6 +16,12 @@ wiki installation
+

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.

+

Apr 27 2020

A new rootfs tarball has been released! You can diff --git a/docs/news.txt b/docs/news.txt index 763a71e..10133d7 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -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 ----------- diff --git a/docs/news.xml b/docs/news.xml index 3269147..7071128 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -9,7 +9,16 @@ a simple busybox linux distribution https://carbslinux.org -May Fri 2020 01:00 +May Sun 2020 09:00 + +20200510.news +Sun, 10 May 2020 +Cem Keylan +https://carbslinux.org/index.html +<p>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 +<a href="https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/patch/?id=f670269a42bfdd2c83a1118cc3d1b475547eac22">patch</a> to your kernel sources.</p> + 20200427.news Mon, 27 Apr 2020 diff --git a/docs/rss.xml b/docs/rss.xml index 75c6249..9d756f2 100644 --- a/docs/rss.xml +++ b/docs/rss.xml @@ -9,7 +9,7 @@ a simple busybox linux distribution https://carbslinux.org -May Fri 2020 01:00 +May Sun 2020 09:00 The Relation of Carbs and KISS Fri, 08 May 2020 diff --git a/index/20200510.news b/index/20200510.news new file mode 100644 index 0000000..8c47fa2 --- /dev/null +++ b/index/20200510.news @@ -0,0 +1,5 @@ +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 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 . - -**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 ----------- -- cgit v1.2.3