Driver review checklist for mucse PMD

Mark items with:
    ✔ passed
    ✘ Failed

Basic hygiene
    ✘ Look at CI results in patchwork; notify submitter if any failures
    ✔ Merge cleanly with git am; look for missing newline at EOF etc
    ✘ Run checkpatches; warnings are ok, but look more carefully.
    ✘ Run check-git-log; often get some minor warnings that are ok
    ✔ Run check-symbol-maps.sh
    ✔ Run check-doc-vs-code
    ✔ Run check-spdk-tag

Builds
    ✘ Normal Gcc build; make sure driver is built!
    ✘ Use latest experimental Gcc 15 to catch new warnings
    ✘ Clang build using current version (clang-19)
    ✘ Doc build

Rest of checklist skipped, not worth running with these kind of failures

Reply via email to