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

SUSE 15 SP2 client build fix

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • Lustre 2.14.0
    • None
    • None
    • 3
    • 9223372036854775807

    Description

      SUSE 15 SP2 kernel is based on 5.3.18

      This linux kernel change v5.2-rc4-45-g051f278e9d81

      KBUILD_SRC := $(abs_srctree)
         to
      building_out_of_srctree := 1

      breaks module building post configuration.

      While embedded in autoMakefile.am is:

       .... $(if $$(KBUILD_SRC),-Iinclude2 -I$$(srctree)/include) ...
      This should now be
       .... $(if $$(KBUILDSRC)$$(building_out_of_srctree),-Iinclude2 -I$$(srctree)/include) ...

      To cover both pre and post 5.3 kernels.

       

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: