Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-19514

When kallsyms_lookup_name() is unavailable fallback to alternatives

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • Lustre 2.18.0
    • None
    • None
    • 3
    • 9223372036854775807

      Breaking Lustre because of missing kallsyms_lookup_name() isn't really workable.

      There needs to be suitable alternatives for:
      alloc_workqueue_attrs() / alloc_workqueue_attrs() ... nice but not critical

      vfree_atomic() – not needed from v4.10? vfree will call vfree_atomic() when in_interrupt() is true.

      Unfortunately we have no way to detect this via configure (aside from guessing based on kernel version).

      So just copy the kernel implementation into Luster instead?

            stancheff Shaun Tancheff
            stancheff Shaun Tancheff
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: