diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2022-10-04 22:09:33 -0500 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2022-10-04 22:09:33 -0500 |
commit | 8921ba4bae26e713fa6ef7585ff0e6ab3669f8a4 (patch) | |
tree | dfad834671a7568800a8d33dc62b4c91b60abbc3 /packages.ent | |
parent | 3bac16dcd4ed6941c1a07612b8897b5ab23eca1e (diff) |
Emergency kernel update
Update to Linux-5.19.13
If you are using a laptop with an Intel GPU, it's imperative that you
update immediately if you are running Linux-5.19.12. Failure to upgrade
may result in permanent damage to the LCD display on your laptop.
The root cause of this is improper backporting of bugfixes for the i915
DRM driver in the kernel.
Diffstat (limited to 'packages.ent')
-rw-r--r-- | packages.ent | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages.ent b/packages.ent index 54b57537f..d7fb9fa2d 100644 --- a/packages.ent +++ b/packages.ent @@ -424,12 +424,12 @@ <!ENTITY linux-major-version "5"> <!ENTITY linux-minor-version "19"> -<!ENTITY linux-patch-version "12"> +<!ENTITY linux-patch-version "13"> <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> -<!ENTITY linux-size "128,599 KB"> +<!ENTITY linux-size "128,568 KB"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> -<!ENTITY linux-md5 "6a8c953d04986027b033bc92185745bf"> +<!ENTITY linux-md5 "fd9538870c56a39ec8a7c1d6abf0b43a"> <!ENTITY linux-home "https://www.kernel.org/"> <!-- measured for 5.13.4 / gcc-11.1.0 on x86_64 : minimum is allnoconfig rounded down to allow for ongoing cleanups, |