Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modinfo: module name is malformed #541

Open
moetayuko opened this issue Feb 2, 2025 · 1 comment
Open

modinfo: module name is malformed #541

moetayuko opened this issue Feb 2, 2025 · 1 comment

Comments

@moetayuko
Copy link

❯ ./toybox-x86_64 modinfo vendor_dlkm/lib/modules/rmnet_core.ko
filename:       vendor_dlkm/lib/modules/rmnet_core.ko
license:        GPL v2
depends:        rmnet_mem,rmnet_ctl,qmi_helpers,ipam
name:           %s len=%u

name:           rmnet_core
name:           %s len=%u", __get_str(dev_name), REC->len
vermagic:       6.6.30-android15-8-o-4k SMP preempt mod_unload modversions aarch64
❯ modinfo vendor_dlkm/lib/modules/rmnet_core.ko
filename:       /home/foo/bar/vendor_dlkm/lib/modules/rmnet_core.ko

license:        GPL v2
vermagic:       6.6.30-android15-8-o-4k SMP preempt mod_unload modversions aarch64
name:           rmnet_core
depends:        rmnet_mem,rmnet_ctl,qmi_helpers,ipam

rmnet_core.zip

@landley
Copy link
Owner

landley commented Feb 3, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants