~registry/kmod/master

Viewing all changes in revision 1177.

  • Committer: Lucas De Marchi
  • Author(s): Yauheni Kaliuta
  • Date: 2019-11-07 07:17:06 UTC
  • Revision ID: git-v1:52a0ba82e1ad180f9f91920db70a758fac49466a
modprobe: ignore builtin module on recursive removing

If there are built-in dependencies and any of them is built-in in
the kernel, modprobe -r fails with

modprobe: FATAL: Module module_name is builtin.

It makes sense to ignore such dependencies for the case when
removing is called for non-top level module.

Example: cifs module, it declares bunch of softdeps and the first
one fails on some kernel configs:

modprobe: FATAL: Module gcm is builtin.

Signed-off-by: Yauheni Kaliuta <yauheni.kaliuta@redhat.com>

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: