public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [RFC][PATCH 0/4] Kernel module autoload
@ 2018-03-06 12:40 Alexander Smirnov
  2018-03-06 12:40 ` [PATCH 1/4] kernel/module: Add AUTOLOAD option Alexander Smirnov
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Alexander Smirnov @ 2018-03-06 12:40 UTC (permalink / raw)
  To: isar-users; +Cc: Alexander Smirnov

Hi all,

this series makes possible to set kernel module to be loaded
automatically on boot.

This feature is now used in automatic smoke test.

With best regards,
Alex

Alexander Smirnov (4):
  kernel/module: Add AUTOLOAD option
  example-module: Do not return error on init
  example-module: Enable autoload
  vm_smoke_test: Add check for kernel module

 .../example-module/example-module.bb               |  2 ++
 .../example-module/files/src/example-module.c      |  2 +-
 .../linux-module/files/debian/control              |  2 +-
 meta/recipes-kernel/linux-module/module.inc        |  7 ++++++
 scripts/vm_smoke_test                              | 27 ++++++++++++++++++----
 5 files changed, 33 insertions(+), 7 deletions(-)

-- 
2.1.4


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

end of thread, other threads:[~2018-09-12 13:15 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-06 12:40 [RFC][PATCH 0/4] Kernel module autoload Alexander Smirnov
2018-03-06 12:40 ` [PATCH 1/4] kernel/module: Add AUTOLOAD option Alexander Smirnov
2018-03-06 12:59   ` Jan Kiszka
2018-03-07  7:19   ` Jan Kiszka
2018-03-07  7:36     ` Alexander Smirnov
2018-03-07  7:39       ` Jan Kiszka
2018-03-07  8:13         ` Alexander Smirnov
2018-03-07 10:46   ` [PATCH v3 " Alexander Smirnov
2018-09-12 13:15     ` Henning Schild
2018-03-06 12:40 ` [PATCH 2/4] example-module: Do not return error on init Alexander Smirnov
2018-03-06 12:58   ` Jan Kiszka
2018-03-06 15:40   ` [PATCH v2 " Alexander Smirnov
2018-03-06 15:56     ` Jan Kiszka
2018-03-06 16:26       ` Alexander Smirnov
2018-03-06 12:40 ` [PATCH 3/4] example-module: Enable autoload Alexander Smirnov
2018-03-06 12:40 ` [PATCH 4/4] vm_smoke_test: Add check for kernel module Alexander Smirnov
2018-03-07 10:47   ` [PATCH v2 " Alexander Smirnov
2018-03-09  8:49     ` Henning Schild

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox