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

When kallsyms_lookup_name() is unavailable fallback to alternatives

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Medium
    • None
    • None
    • None
    • 3
    • 9223372036854775807

    Description

      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?

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated: