all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Danny Milosavljevic <dannym@scratchpost.org>
To: Mark H Weaver <mhw@netris.org>
Cc: guix-devel@gnu.org
Subject: Re: Linux-libre-4.15 and the NVMe module
Date: Tue, 30 Jan 2018 12:07:29 +0100	[thread overview]
Message-ID: <20180130120729.38fbaaed@scratchpost.org> (raw)
In-Reply-To: <87fu6obvfa.fsf@netris.org>

Hi Mark,

On Mon, 29 Jan 2018 09:18:17 -0500
Mark H Weaver <mhw@netris.org> wrote:

> Unfortunately, it seems that in linux-libre-4.15, we must now have
> CONFIG_BLK_DEV_NVME=y (built-in) if we wish to keep CONFIG_NVM=y
> (Open-Channel SSD target support), which we've had enabled in our kernel
> configurations since 4.4.  CONFIG_NVM cannot be made modular, and in
> 4.15 it now depends on CONFIG_BLK_DEV_NVME=y.

I wonder whether that's a regression or on purpose...

> Since I don't see a nice way in our current 'base-initrd' implementation
> to conditionally include "nvme.ko" depending on the kernel
> configuration, I simply removed "nvme.ko" from the list of modules, and
> changed all of our kernel configurations to have CONFIG_BLK_DEV_NVME=y.

I think that's fine for the time being.

That said, it would be nice if we extended our base-initrd implementation to
take a list of modules to try to copy, and to skip each which doesn't exist.

It would make the initrds more reusable and I don't see a downside if we
supported both this new list of modules and the existing list of modules.

> While I was at it, I updated our older kernel configurations to the
> current point releases, using "make oldconfig".  My main motivation for
> doing this was to explicitly show in our config files that we've enabled
> the mitigations for meltdown and spectre.

Good idea.

      parent reply	other threads:[~2018-01-30 11:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-29 14:18 Linux-libre-4.15 and the NVMe module Mark H Weaver
2018-01-29 17:09 ` ng0
2018-01-30 10:12 ` Mark H Weaver
2018-01-31 13:37   ` Ludovic Courtès
2018-01-30 11:07 ` Danny Milosavljevic [this message]

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=20180130120729.38fbaaed@scratchpost.org \
    --to=dannym@scratchpost.org \
    --cc=guix-devel@gnu.org \
    --cc=mhw@netris.org \
    /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.