From: Gianluca Gennari <gennarone@gmail.com>
To: Chris Rankin <rankincj@yahoo.com>
Cc: linux-media@vger.kernel.org
Subject: Re: [PATCH] em28xx: pre-allocate DVB isoc transfer buffers
Date: Mon, 20 Feb 2012 01:18:25 +0100 [thread overview]
Message-ID: <4F419151.40907@gmail.com> (raw)
In-Reply-To: <4F4189EB.6020202@yahoo.com>
Il 20/02/2012 00:46, Chris Rankin ha scritto:
> Gianluca,
>
> One quick comment about your patch; I've noticed that you've declared
> two new "GPL only" symbols:
>
> EXPORT_SYMBOL_GPL(em28xx_capture_start);
> EXPORT_SYMBOL_GPL(em28xx_alloc_isoc);
>
> I'm not sure what the exact policy is with GPL symbols, but I do know
> what Al Viro posted recently on the subject:
>
> http://thread.gmane.org/gmane.linux.file-systems/61372
>
> Do we really need EXPORT_SYMBOL_GPL() here?
>
> Cheers,
> Chris
>
Hi Chris,
thanks for the comment.
The two new symbols are used in place of the old em28xx_init_isoc and
em28xx_uninit_isoc in two different modules (em28xx and em28xx-dvb).
Since the old symbols are exported through EXPORT_SYMBOL_GPL(), I did
the same with the new ones.
This choice should not break any non-GPL module, as this symbols are
meant to be used only in the em28xx* modules, just like the old ones.
Regards,
Gianluca
next prev parent reply other threads:[~2012-02-20 0:18 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-13 17:59 [PATCH] em28xx: pre-allocate DVB isoc transfer buffers Gianluca Gennari
2012-02-19 23:46 ` Chris Rankin
2012-02-20 0:18 ` Gianluca Gennari [this message]
2012-03-16 0:25 ` Andy Furniss
2012-03-16 1:38 ` Gianluca Gennari
2012-03-16 1:38 ` Gianluca Gennari
2012-03-16 10:16 ` Andy Furniss
2012-03-16 15:05 ` Andy Furniss
2012-03-16 15:39 ` Gianluca Gennari
2012-03-16 15:51 ` Andy Furniss
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=4F419151.40907@gmail.com \
--to=gennarone@gmail.com \
--cc=linux-media@vger.kernel.org \
--cc=rankincj@yahoo.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.