linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* iio/accel/kxsd9_i2c: no license, taints kernel
@ 2017-11-11 18:53 Randy Dunlap
  2017-11-11 19:21 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2017-11-11 18:53 UTC (permalink / raw)
  To: Jonathan Cameron, Linus Walleij, linux-iio; +Cc: LKML

[44583.951806] kxsd9_i2c: module license 'unspecified' taints kernel.
[44583.951931] kxsd9_i2c: Unknown symbol __devm_regmap_init_i2c (err 0)

__devm_regmap_i2c() is EXPORT_SYMBOL_GPL(), so a non-compatible license
cannot use it.

-- 
~Randy

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: iio/accel/kxsd9_i2c: no license, taints kernel
  2017-11-11 18:53 iio/accel/kxsd9_i2c: no license, taints kernel Randy Dunlap
@ 2017-11-11 19:21 ` Randy Dunlap
  2017-11-13 10:22   ` Linus Walleij
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2017-11-11 19:21 UTC (permalink / raw)
  To: Jonathan Cameron, Linus Walleij, linux-iio; +Cc: LKML

On 11/11/17 10:53, Randy Dunlap wrote:
> [44583.951806] kxsd9_i2c: module license 'unspecified' taints kernel.
> [44583.951931] kxsd9_i2c: Unknown symbol __devm_regmap_init_i2c (err 0)
> 
> __devm_regmap_i2c() is EXPORT_SYMBOL_GPL(), so a non-compatible license
> cannot use it.
> 


and iio/adc/qcom-vadc-common.c:

qcom_vadc_common: module license 'unspecified' taints kernel.


-- 
~Randy

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: iio/accel/kxsd9_i2c: no license, taints kernel
  2017-11-11 19:21 ` Randy Dunlap
@ 2017-11-13 10:22   ` Linus Walleij
  0 siblings, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2017-11-13 10:22 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Jonathan Cameron, linux-iio, LKML

On Sat, Nov 11, 2017 at 8:21 PM, Randy Dunlap <rdunlap@infradead.org> wrote:
> On 11/11/17 10:53, Randy Dunlap wrote:
>> [44583.951806] kxsd9_i2c: module license 'unspecified' taints kernel.
>> [44583.951931] kxsd9_i2c: Unknown symbol __devm_regmap_init_i2c (err 0)
>>
>> __devm_regmap_i2c() is EXPORT_SYMBOL_GPL(), so a non-compatible license
>> cannot use it.
>>
>
>
> and iio/adc/qcom-vadc-common.c:
>
> qcom_vadc_common: module license 'unspecified' taints kernel.

I wrote these, I will send a patch.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-11-13 10:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-11 18:53 iio/accel/kxsd9_i2c: no license, taints kernel Randy Dunlap
2017-11-11 19:21 ` Randy Dunlap
2017-11-13 10:22   ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).