[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100204.202235.186522102.davem@davemloft.net>
Date: Thu, 04 Feb 2010 20:22:35 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: fw@...len.de
Cc: netdev@...r.kernel.org
Subject: Re: [RFC] xfrm: x86_64 CONFIG_COMPAT support
From: Florian Westphal <fw@...len.de>
Date: Fri, 5 Feb 2010 02:47:44 +0100
> Unfortunately, the MSG_COMPAT flag seems to get lost along
> the way, so this uses x86_64 is_compat_task() for now.
You can't use is_compat_task() for this. The current
execution context is not always the same as who is
going to get the message.
This is particularly the case for broadcast events, and
key manager event sending.
The wireless folks have their netlink bits working with
compat programs, you should go see how it works there.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists