imq / linuximq

Pseudo-driver for the intermediate queue device.

Home Page:https://imq.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing declare of MODULE_LICENSE in imq.ko

gnif opened this issue · comments

imq.ko is mising the declare MODULE_LICENSE("GPL") which prevents it from accessing the exported methods in xt_IMQ.

which patch you use?

Sorry, it was 3.18 with imq configured as a module.

For reference, fixed in 0312a53