2002-10-31 02:23:05

by John Levon

[permalink] [raw]
Subject: 2.5.45 CONFIG_INET=n broken due to secpath_put()


core/skbuff.c:__kfree_skb() tries to do secpath_put(), which
calls __secpath_destroy(), which is only built when CONFIG_INET=y

regards
john

--
""All the people we like are We, and everyone else is They."
- Kipling


2002-10-31 03:15:22

by David Miller

[permalink] [raw]
Subject: Re: 2.5.45 CONFIG_INET=n broken due to secpath_put()

On Wed, 2002-10-30 at 18:29, John Levon wrote:
> core/skbuff.c:__kfree_skb() tries to do secpath_put(), which
> calls __secpath_destroy(), which is only built when CONFIG_INET=y

Once the IPSEC work dies down we'll figure out how to split things
out with config options and fix bugs like this one.

So just use CONFIG_INET=y for another week.