25 Jun, 2020

1 commit


05 Jun, 2020

1 commit

  • This has no code changes, but the typo is clearly getting copy/pasted,
    so better to avoid this now and fix the typo. IS_ENABLED() takes full
    names, and must have the "CONFIG_" prefix.

    Reported-by: Joe Perches
    Link: https://lore.kernel.org/lkml/b08611018fdb6d88757c6008a5c02fa0e07b32fb.camel@perches.com
    Signed-off-by: Kees Cook
    Reviewed-by: Chris Wilson
    Signed-off-by: Chris Wilson
    Link: https://patchwork.freedesktop.org/patch/msgid/202006050718.9D4FCFC2E@keescook

    Kees Cook
     

10 Apr, 2020

1 commit


20 Aug, 2019

2 commits

  • Exercise the dma-fence API exported to drivers.

    Signed-off-by: Chris Wilson
    Cc: Daniel Vetter
    Acked-by: Daniel Vetter
    Link: https://patchwork.freedesktop.org/patch/msgid/20190819095928.32091-2-chris@chris-wilson.co.uk

    Chris Wilson
     
  • In light of recent review slip ups, the absence of a suite of tests for
    dma-buf became apparent. Given the current plethora of testing
    frameworks, opt for one already in use by Intel's CI and so allow easy
    hook up into igt.

    We introduce a new module that when loaded will execute the list of
    selftests and their subtest. The names of the selftests are put into the
    modinfo as parameters so that igt can identify each, and run them
    independently, principally for ease of error reporting.

    Signed-off-by: Chris Wilson
    Cc: Daniel Vetter
    Cc: Tomi Sarvela
    Acked-by: Daniel Vetter
    Link: https://patchwork.freedesktop.org/patch/msgid/20190819095928.32091-1-chris@chris-wilson.co.uk

    Chris Wilson