All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Ingo Molnar <mingo@elte.hu>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH] x86: export pv_lock_ops non-GPL
Date: Thu, 21 Aug 2008 09:25:49 -0700	[thread overview]
Message-ID: <48AD970D.40209@goop.org> (raw)
In-Reply-To: <20080821091051.GA1683@elte.hu>

Ingo Molnar wrote:
> uhm, why is this even a question? All of this stuff is so deep inside 
> the guts of the kernel ... so nope - if then we want to change the 
> others to _GPL exports as well, just to make sure nobody gets funny 
> ideas.

pv_lock_ops gets accessed by inline functions which get inlined into
modules.  They should never directly access it, but the generated code
will.  _spin_lock() is in exactly the same situation.

    J


      parent reply	other threads:[~2008-08-21 16:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-20 18:31 [PATCH] x86: export pv_lock_ops non-GPL Jeremy Fitzhardinge
2008-08-21  9:10 ` Ingo Molnar
2008-08-21 10:42   ` Ingo Molnar
2008-08-21 16:25   ` Jeremy Fitzhardinge [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=48AD970D.40209@goop.org \
    --to=jeremy@goop.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=torvalds@linux-foundation.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.