Skip to content
  1. Apr 05, 2023
  2. Apr 04, 2023
  3. Mar 16, 2023
    • Douglas Raillard's avatar
      lisa._kmod: Enable KBUILD_MODPOST_WARN=1 · 7b2567b8
      Douglas Raillard authored
      FIX
      
      Module building fails with modpost error due to undefined symbols unless
      KBUILD_MODPOST_WARN=1 is enabled, which turns the errors into warnings.
      This is because modpost cannot know the list of symbols if
      Module.symvers is missing, which is the case since we don't have a built
      Image to work with.
      7b2567b8
    • Douglas Raillard's avatar
      lisa.trace: Fix TxtEventParser regex for named ring buffer · a2e4a3f7
      Douglas Raillard authored
      FIX
      
      Using named ring buffer in ftrace makes trace-cmd report display the
      name of the buffer at the beginning of each event. Adjust the parsing
      regex to ignore it.
      a2e4a3f7
  4. Mar 14, 2023
  5. Mar 13, 2023
Loading