All of lore.kernel.org
 help / color / mirror / Atom feed
From: james.p.freyensee@intel.com (Jay Freyensee)
Subject: Compiling the latest linux-nvme kernel
Date: Wed, 16 Jul 2014 16:28:52 -0700	[thread overview]
Message-ID: <53C70AB4.9030407@intel.com> (raw)

Has anyone tried compiling the latest linux-nvme kernel (last change 
6/28/14 looks like)?  It appears the module tree is broken.

What I usually do to try out the latest code on this tree is take a 
distro .config default (in my case, Ubuntu 14.04) and use that as a 
starting .config default, then allow a kernel build use whatever default 
selections are not described in that .config before starting the compile.

These two modules are 'm' by default in my .config process and break:

obj-$(CONFIG_IP_NF_TARGET_ECN) += ipt_ECN.o
obj-$(CONFIG_NETFILTER_XT_MARK) += xt_mark.o

For ipt_ECN, it appears someone did work on a computer that is not 
upper-case specific (i.e., Mac or Windows) because the compile problems 
appear to be upper-lowercase problems.  Turning CONFIG_IP_NF_TARGET_ECN 
to 'n' is pretty simple and allows me to move on.

xt_mark break I haven't quite figured out what is going on- just setting 
CONFIG_NETFILTER_XT_MARK to 'n' does not work; it looks like it gets 
reset to 'm' so I think there is some dependency somewhere I haven't 
figured out yet.

Anyways, if anyone has stumbled upon this problem and already has a 
solution I'd be happy to hear it.

Thanks!

                 reply	other threads:[~2014-07-16 23:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=53C70AB4.9030407@intel.com \
    --to=james.p.freyensee@intel.com \
    /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.
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.