[PATCH v2 0/1] module: fix early stop for load module function

Hector Cao posted 1 patch 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260430132418.275842-1-hector.cao@canonical.com
util/module.c | 51 ++++++++++++++++++++++++++++++++++-----------------
1 file changed, 34 insertions(+), 17 deletions(-)
[PATCH v2 0/1] module: fix early stop for load module function
Posted by Hector Cao 1 month ago
Hello,

please find the v2 submission for fixing the early stop
of module loading function.

v2:
* better management of the error (errp) to avoid assert
  on reuse
* set rv return code to -1 to stay compliant with the
  load_module() API specification in case the module load fails.

Hector Cao (1):
  module: fix early stop for load module function

 util/module.c | 51 ++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 34 insertions(+), 17 deletions(-)

-- 
2.43.0