Skip to content
  1. Apr 06, 2022
  2. Apr 05, 2022
  3. Apr 01, 2022
  4. Mar 31, 2022
  5. Mar 30, 2022
  6. Mar 07, 2022
  7. Mar 04, 2022
    • Douglas Raillard's avatar
      doc: Fix broken matplotlib docstring xref · 627f7656
      Douglas Raillard authored
      FIX
      
      Ignore warnings of broken matplotlib's xref when building the
      documentation, as they seem to have all started failing:
      
      https://github.com/matplotlib/matplotlib/issues/22601
      627f7656
    • Douglas Raillard's avatar
      doc/setup.rst: Fix manual kmod setup instruction · 4cf7b86d
      Douglas Raillard authored
      FIX
      
      Do not refer to lisa/_assets/ anymore, refer to tools/kmodules/. This is
      critical in ensuring lisa/_assets/ stays read-only with a pristine
      content. Failure to do so leads to old artifacts (notably vmlinux.h)
      being reused when they should not, as files mtime is lost when building
      the module from Python code.
      
      Since lisa/ folder is expected to be readonly anyway, redirect the user
      to tools/kmodules where symlinks to specific source files are
      established, rather than a blanket symlink for the whole folder.
      4cf7b86d
    • Douglas Raillard's avatar
      tools/kmodules/: Make a symlink per file · de6b61c7
      Douglas Raillard authored
      FIX
      
      Instead of a blanket symlink to lisa/_assets/kmodules/, create a
      specific symlink per file. This avoids sharing the actual folder with
      lisa/_assets/kmodules.
      
      This separate is critical to ensuring the build of kmodules from
      lisa._kmod is reliable, since files mtimes are lost when building from
      Python, and out-of-date build artifacts can therefore sometimes be
      reused.
      de6b61c7
  8. Feb 24, 2022
Loading