diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2023-06-01 14:23:31 -0700 |
---|---|---|
committer | Luis Chamberlain <mcgrof@kernel.org> | 2023-06-01 14:36:46 -0700 |
commit | fadb74f9f2f609238070c7ca1b04933dc9400e4a (patch) | |
tree | 9f93bf862f5c7a460cc947b1e0dba20f45a70603 /scripts/generate_rust_analyzer.py | |
parent | db3e33dd8bd956f165436afdbdbf1c653fb3c8e6 (diff) |
module/decompress: Fix error checking on zstd decompression
While implementing support for in-kernel decompression in kmod,
finit_module() was returning a very suspicious value:
finit_module(3, "", MODULE_INIT_COMPRESSED_FILE) = 18446744072717407296
It turns out the check for module_get_next_page() failing is wrong,
and hence the decompression was not really taking place. Invert
the condition to fix it.
Fixes: 169a58ad824d ("module/decompress: Support zstd in-kernel decompression")
Cc: stable@kernel.org
Cc: Luis Chamberlain <mcgrof@kernel.org>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions