From: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
To: Ashwin Chaugule <ashwin.chaugule@linaro.org>
Cc: "viresh.kumar@linaro.org" <viresh.kumar@linaro.org>,
"linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>,
"rjw@rjwysocki.net" <rjw@rjwysocki.net>
Subject: Re: cppc_cpufreq
Date: Sat, 09 Apr 2016 14:28:49 -0700 [thread overview]
Message-ID: <1460237329.4491.12.camel@linux.intel.com> (raw)
In-Reply-To: <CAJ5Y-eaenct_KmZqGQsMdCeabdQqZBbzi9VCmOZHJ=snLy8XsA@mail.gmail.com>
On Fri, 2016-04-08 at 11:08 -0400, Ashwin Chaugule wrote:
> On 7 April 2016 at 19:50, Pandruvada, Srinivas
> <srinivas.pandruvada@intel.com> wrote:
> > Hi Ashwin,
> >
> > I didn't see in the cppc_cpufreq.c
> >
> > MODULE_LICENSE()
> >
> > Is it intentional?
>
> Not intentional. Doesn't the absence of this default to GPLv2? or is
> it required that the license be explicitly stated?
>
You are using symbols exported using EXPORT_SYMBOL_GPL
I get following error during insmod:
[ 33.400861] cppc_cpufreq: module verification failed: signature
and/or required key missing - tainting kernel
[ 33.400890] cppc_cpufreq: Unknown symbol cpufreq_register_driver
(err 0)
[ 33.400901] cppc_cpufreq: Unknown symbol cppc_get_perf_ctrs (err 0)
[ 33.400914] cppc_cpufreq: Unknown symbol acpi_get_psd_map (err 0)
[ 33.400924] cppc_cpufreq: Unknown symbol cpufreq_freq_transition_end
(err 0)
[ 33.400935] cppc_cpufreq: Unknown symbol cppc_get_perf_caps (err 0)
[ 33.400945] cppc_cpufreq: Unknown symbol
cpufreq_freq_transition_begin (err 0)
[ 33.400954] cppc_cpufreq: Unknown symbol cppc_set_perf (err 0)
I had to add MODULE_LICENSE(GPL).
Thanks,
Srinivas
>
> Thanks,
> Ashwin.
next prev parent reply other threads:[~2016-04-09 21:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-07 23:50 cppc_cpufreq Pandruvada, Srinivas
2016-04-08 15:08 ` cppc_cpufreq Ashwin Chaugule
2016-04-09 21:28 ` Srinivas Pandruvada [this message]
2016-04-11 14:53 ` cppc_cpufreq Ashwin Chaugule
2016-04-11 16:05 ` cppc_cpufreq Srinivas Pandruvada
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=1460237329.4491.12.camel@linux.intel.com \
--to=srinivas.pandruvada@linux.intel.com \
--cc=ashwin.chaugule@linaro.org \
--cc=linux-pm@vger.kernel.org \
--cc=rjw@rjwysocki.net \
--cc=viresh.kumar@linaro.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.