lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <202602092349.6Xa61Ocr-lkp@intel.com>
Date: Mon, 09 Feb 2026 23:26:26 +0800
From: kernel test robot <lkp@...el.com>
To: Xianwei Zhao <xianwei.zhao@...ogic.com>
Cc: oe-kbuild-all@...ts.linux.dev, linux-kernel@...r.kernel.org,
 Mark Brown <broonie@...nel.org>
Subject: Error: Invalid compression type

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   05f7e89ab9731565d8a62e3b5d1ec206485eeb0b
commit: 6b6e03106163458716c47df2baa9ad08ed4ddb0e spi: amlogic: fix spifc build error
date:   4 months ago
config: sh-randconfig-r063-20260209 (https://download.01.org/0day-ci/archive/20260209/202602092349.6Xa61Ocr-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 9.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260209/202602092349.6Xa61Ocr-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@...el.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202602092349.6Xa61Ocr-lkp@intel.com/

All errors (new ones prefixed by >>):

>> Error: Invalid compression type
   Usage: /usr/bin/mkimage [-T type] -l image
   -l ==> list image header information
   -T ==> parse image file as 'type'
   -q ==> quiet
   /usr/bin/mkimage [-x] -A arch -O os -T type -C comp -a addr -e ep -n name -d data_file[:data_file...] image
   -A ==> set architecture to 'arch'
   -O ==> set operating system to 'os'
   -T ==> set image type to 'type'
   -C ==> set compression type 'comp'
   -a ==> set load address to 'addr' (hex)
   -e ==> set entry point to 'ep' (hex)
   -n ==> set image name to 'name'
   -R ==> set second image name to 'name'
   -d ==> use image data from 'datafile'
   -x ==> set XIP (execute in place)
   -s ==> create an image with no data
   -v ==> verbose
   /usr/bin/mkimage [-D dtc_options] [-f fit-image.its|-f auto|-f auto-conf|-F] [-b <dtb> [-b <dtb>]] [-E] [-B size] [-i <ramdisk.cpio.gz>] fit-image
   <dtb> file is used with -f auto, it may occur multiple times.
   -D => set all options for device tree compiler
   -f => input filename for FIT source
   -i => input filename for ramdisk file
   -E => place data outside of the FIT structure
   -B => align size in hex for FIT structure and header
   -b => append the device tree binary to the FIT
   -t => update the timestamp in the FIT
   Signing / verified boot options: [-k keydir] [-K dtb] [ -c <comment>] [-p addr] [-r] [-N engine]
   -k => set directory containing private keys
   -K => write public keys to this .dtb file
   -g => set key name hint
   -G => use this signing key (in lieu of -k)
   -c => add comment in signature node
   -F => re-sign existing FIT image
   -p => place external data at a static position
   -r => mark keys used as 'required' in dtb
   -N => openssl engine to use for signing
   -o => algorithm to use for signing
   /usr/bin/mkimage -V ==> print version information and exit
   Use '-T list' to see a list of available image types
   Long options are available; read the man page for details

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ