emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58016: closed ([PATCH] gnu: linux-libre: Support zram on all kernels


From: GNU bug Tracking System
Subject: bug#58016: closed ([PATCH] gnu: linux-libre: Support zram on all kernels.)
Date: Thu, 06 Oct 2022 06:51:02 +0000

Your message dated Thu, 6 Oct 2022 09:50:35 +0300
with message-id <Yz56uxY9W//HPTsC@3900XT>
and subject line Re: bug#58016: [PATCH] gnu: linux-libre: Support zram on all 
kernels.
has caused the debbugs.gnu.org bug report #58016,
regarding [PATCH] gnu: linux-libre: Support zram on all kernels.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
58016: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58016
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: linux-libre: Support zram on all kernels. Date: Fri, 23 Sep 2022 09:08:32 +0300
* gnu/packages/linux.scm (%default-extra-linux-options): Add config
options to add zram support.
---

Currently we only have zram support in our kernel .conf files, this adds
it to all the linux-libre-<arch>-generic kernels, and any other ones I
may have forgotten about.

---
 gnu/packages/linux.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 306c18e398..18f8efe2f2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -695,6 +695,10 @@ (define %default-extra-linux-options
     ("CONFIG_PROC_PID_CPUSET" . #t)
     ;; Allow disk encryption by default
     ("CONFIG_DM_CRYPT" . m)
+    ;; Support zram on all kernel configs
+    ("CONFIG_ZSWAP" . #t)
+    ("CONFIG_ZSMALLOC" . #t)
+    ("CONFIG_ZRAM" . m)
     ;; Modules required for initrd:
     ("CONFIG_NET_9P" . m)
     ("CONFIG_NET_9P_VIRTIO" . m)

base-commit: 2e8b4f9bfa00489fd3acff305837a79af236e183
-- 
2.37.3




--- End Message ---
--- Begin Message --- Subject: Re: bug#58016: [PATCH] gnu: linux-libre: Support zram on all kernels. Date: Thu, 6 Oct 2022 09:50:35 +0300
On Tue, Oct 04, 2022 at 09:47:34AM +0200, Ludovic Courtès wrote:
> Hi,
> 
> Efraim Flashner <efraim@flashner.co.il> skribis:
> 
> > * gnu/packages/linux.scm (%default-extra-linux-options): Add config
> > options to add zram support.
> > ---
> >
> > Currently we only have zram support in our kernel .conf files, this adds
> > it to all the linux-libre-<arch>-generic kernels, and any other ones I
> > may have forgotten about.
> 
> Sounds reasonable to me, thanks!
> 
> Ludo’.

Thanks! Patch pushed.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]