mbox series

[v3,0/4] Fix some issues about kmod

Message ID 1587386035-5188-1-git-send-email-yangtiezhu@loongson.cn
Headers show
Series Fix some issues about kmod | expand

Message

Tiezhu Yang April 20, 2020, 12:33 p.m. UTC
v3:
  - use the quotes with correct format in the commit message of patch 4/4,
    sorry for that

Tiezhu Yang (4):
  selftests: kmod: Use variable NAME in kmod_test_0001()
  kmod: Remove redundant "be an" in the comment
  kmod: Return directly if module name is empty in request_module()
  test_kmod: Avoid potential double free in trigger_config_run_type()

 kernel/kmod.c                        | 10 +++++++---
 lib/test_kmod.c                      |  2 +-
 tools/testing/selftests/kmod/kmod.sh |  4 ++--
 3 files changed, 10 insertions(+), 6 deletions(-)