From: Mathieu Othacehe <othacehe@gnu.org>
To: Leo Famulari <leo@famulari.name>
Cc: 42686@debbugs.gnu.org
Subject: [bug#42686] Update to linux-libre 5.7
Date: Mon, 03 Aug 2020 10:08:41 +0200 [thread overview]
Message-ID: <878sewup6e.fsf@gnu.org> (raw)
In-Reply-To: <20200802224356.GA4714@jasmine.lan> (Leo Famulari's message of "Sun, 2 Aug 2020 18:43:56 -0400")
Hey Leo,
> The attached patch updates our default kernel to linux-libre 5.7.
>
> Among other things, this will bring in-kernel WireGuard support,
> multipath TCP, and USB4 (Thunderbolt).
>
> I tested on x86_64 bare-metal and virtualized i686.
>
> I'd like to push this as a "kernel-updates" branch and let Cuirass build
> it. In the past, we always did this so that nobody had to build it
> themselves. CI admins, can we do this? I don't have another way to test
> for ARM platforms.
Nice! Adding a new branch to the CI will only allow us to know if this
builds for armhf-linux and aarch64-linux architectures. You should be
able to do that on your machine with the following commands:
guix build -s armhf-linux linux-libre
guix build -s aarch64-linux linux-libre
but you need to setup qemu-binfmt first. It would also be nice to test
cross-compilation this way:
guix build -t arm-linux-gnueabihf linux-libre
guix build -t aarch64-linux-gnu linux-libre
> * Enable the compressed cache for swap pages by default? (ZSWAP_DEFAULT_ON)
>
> Should we enable this? It seems useful and the compression algorithms
> are known to be very fast. Are there any downsides?
There's at least Archlinux that is enabling it by default[1], but using LZ4
algorithm instead of the default LZO. No strong opinion otherwise.
> * Enable the DMA-BUF userland memory heaps? This options creates per
> heap chardevs in /dev/dma_heap/ which allows userspace to allocate
> dma-bufs that can be shared between drivers. (DMABUF_HEAPS)
>
> I don't really know what that means.
I think it's targeting embedded devices mainly, but it can't hurt to
enable it.
>
> * Should USB4 (Thunderbolt) be built-in? Or a module?
I would say a module, like most other device drivers.
Thanks,
Mathieu
[1]: https://github.com/archlinux/svntogit-packages/blob/packages/linux/trunk/config#L1044
next prev parent reply other threads:[~2020-08-03 8:09 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-02 22:43 [bug#42686] Update to linux-libre 5.7 Leo Famulari
2020-08-03 8:08 ` Mathieu Othacehe [this message]
2020-08-03 17:42 ` Leo Famulari
2020-08-03 21:00 ` Ricardo Wurmus
2020-08-03 21:55 ` Leo Famulari
2020-08-04 10:04 ` Ricardo Wurmus
2020-08-05 17:25 ` Leo Famulari
2020-08-04 10:36 ` Danny Milosavljevic
2020-08-05 17:24 ` Leo Famulari
2020-08-05 17:27 ` bug#42686: " Leo Famulari
2020-08-06 7:35 ` [bug#42686] " Mathieu Othacehe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878sewup6e.fsf@gnu.org \
--to=othacehe@gnu.org \
--cc=42686@debbugs.gnu.org \
--cc=leo@famulari.name \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.