linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] Fix some issues about kmod
@ 2020-04-21  7:05 Tiezhu Yang
  2020-04-21  7:05 ` [PATCH v4 1/4] selftests: kmod: Use variable NAME in kmod_test_0001() Tiezhu Yang
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Tiezhu Yang @ 2020-04-21  7:05 UTC (permalink / raw)
  To: Luis Chamberlain, Shuah Khan, Andrew Morton, Jessica Yu
  Cc: linux-kselftest, linux-kernel, Markus Elfring, Xuefeng Li

v4:
  - update the commit message with application of patch 3/4

v3:
  - use the quotes with correct format in the commit message of patch 4/4,
    sorry for that

v2:
  - update the commit message to explain the detailed reason of patch 3/4
  - add this cover letter

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(-)

-- 
2.1.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-06-10  2:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-21  7:05 [PATCH v4 0/4] Fix some issues about kmod Tiezhu Yang
2020-04-21  7:05 ` [PATCH v4 1/4] selftests: kmod: Use variable NAME in kmod_test_0001() Tiezhu Yang
2020-04-21  7:05 ` [PATCH v4 2/4] kmod: Remove redundant "be an" in the comment Tiezhu Yang
2020-04-21  7:05 ` [PATCH v4 3/4] kmod: Return directly if module name is empty in request_module() Tiezhu Yang
2020-04-22  8:32   ` Luis Chamberlain
2020-04-21  7:05 ` [PATCH v4 4/4] test_kmod: Avoid potential double free in trigger_config_run_type() Tiezhu Yang
2020-05-11 12:59 ` [PATCH v4 0/4] Fix some issues about kmod Tiezhu Yang
2020-05-11 18:28   ` Luis Chamberlain
2020-06-10  2:33     ` Luis Chamberlain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).