diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-05-21 07:40:38 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-05-21 07:40:38 +0000 |
commit | 1405c4a2c66b956950ad7eb2821db451cb1cb643 (patch) | |
tree | e599a03117695e65f3f38ede1c9a60d445548d71 /chapter01/changelog.xml | |
parent | aabe1face46e8f5f2aad19c297fe29a400b65755 (diff) |
Fix kernel crash when using STACK_PROTECTOR_STRONG=y
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11852 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r-- | chapter01/changelog.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 48d90c77e..01a215550 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,16 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2020-05-21</para> + <itemizedlist> + <listitem> + <para>[pierre] - Fix a crash at early boot when using + CONFIG_STACK_PROTECTOR_STRONG=y in kernel configuration.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2020-05-16</para> <itemizedlist> <listitem> |