All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@digeo.com>
To: Con Kolivas <conman@kolivas.net>,
	James Morris <jmorris@intercode.com.au>
Cc: linux kernel mailing list <linux-kernel@vger.kernel.org>
Subject: Re: 2.5.47-mm3
Date: Fri, 15 Nov 2002 16:00:30 -0800	[thread overview]
Message-ID: <3DD58A9E.2580F85D@digeo.com> (raw)
In-Reply-To: 200211161015.56003.conman@kolivas.net

Con Kolivas wrote:
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
(yuk)

> I dont have anything crypto enabled in the config
> 
> In file included from include/net/xfrm.h:6,
>                  from net/core/skbuff.c:61:
> include/linux/crypto.h: In function `crypto_tfm_alg_modname':
> include/linux/crypto.h:202: dereferencing pointer to incomplete type
> include/linux/crypto.h:205: warning: control reaches end of non-void function
> make[2]: *** [net/core/skbuff.o] Error 1
> make[1]: *** [net/core] Error 2
> make: *** [net] Error 2

Looks like you have CONFIG_MODULES=n, but crypto_tfm_alg_modname()
is unconditionally accessing module->name.

Suggest you enable modules, and set all your drivers to "y".

  reply	other threads:[~2002-11-15 23:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-15 23:15 2.5.47-mm3 Con Kolivas
2002-11-16  0:00 ` Andrew Morton [this message]
2002-11-16  6:01   ` 2.5.47-mm3 James Morris
  -- strict thread matches above, loose matches on Subject: below --
2002-11-15  8:07 2.5.47-mm3 Andrew Morton
2002-11-15  8:07 ` 2.5.47-mm3 Andrew Morton

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=3DD58A9E.2580F85D@digeo.com \
    --to=akpm@digeo.com \
    --cc=conman@kolivas.net \
    --cc=jmorris@intercode.com.au \
    --cc=linux-kernel@vger.kernel.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.
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.