linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Error: Invalid compression type
@ 2020-04-01  3:28 kbuild test robot
  2020-04-01  8:08 ` [kbuild-all] " Rong Chen
  0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2020-04-01  3:28 UTC (permalink / raw)
  To: Sukadev Bhattiprolu; +Cc: kbuild-all, linux-kernel, Michael Ellerman

[-- Attachment #1: Type: text/plain, Size: 1966 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   b3aa112d57b704441143d84b0475fb633a750035
commit: 493a55f1e7724dee5e71bc726d5b819292094587 powerpc/xmon: Fix compile error in print_insn* functions
date:   10 weeks ago
config: powerpc-randconfig-a001-20200401 (attached as .config)
compiler: powerpc-linux-gcc (GCC) 9.3.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 493a55f1e7724dee5e71bc726d5b819292094587
        # save the attached .config to linux build tree
        GCC_VERSION=9.3.0 make.cross ARCH=powerpc 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> Error: Invalid compression type
   Usage: /usr/bin/mkimage -l image
   -l ==> list image header information
   /usr/bin/mkimage -A arch -O os -T type -C comp -a addr -e ep -n name -d 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)
   ==> set entry point to 'ep' (hex)
   ==> set image name to 'name'-d ==> use image data from 'datafile'
   -x ==> set XIP (execute in place)
   /usr/bin/mkimage [-D dtc_options] [-f fit-image.its|-f auto|-F] [-b <dtb> [-b <dtb>]] [-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
   Signing / verified boot not supported (CONFIG_FIT_SIGNATURE undefined)
   /usr/bin/mkimage -V ==> print version information and exit
   Use '-T list' to see a list of available image types

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 27949 bytes --]

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

* Re: [kbuild-all] Error: Invalid compression type
  2020-04-01  3:28 Error: Invalid compression type kbuild test robot
@ 2020-04-01  8:08 ` Rong Chen
  0 siblings, 0 replies; 2+ messages in thread
From: Rong Chen @ 2020-04-01  8:08 UTC (permalink / raw)
  To: kbuild test robot, Sukadev Bhattiprolu
  Cc: kbuild-all, linux-kernel, Michael Ellerman



On 4/1/20 11:28 AM, kbuild test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   b3aa112d57b704441143d84b0475fb633a750035
> commit: 493a55f1e7724dee5e71bc726d5b819292094587 powerpc/xmon: Fix compile error in print_insn* functions
> date:   10 weeks ago
> config: powerpc-randconfig-a001-20200401 (attached as .config)
> compiler: powerpc-linux-gcc (GCC) 9.3.0
> reproduce:
>          wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>          chmod +x ~/bin/make.cross
>          git checkout 493a55f1e7724dee5e71bc726d5b819292094587
>          # save the attached .config to linux build tree
>          GCC_VERSION=9.3.0 make.cross ARCH=powerpc
>
> If you fix the issue, kindly add following tag
> Reported-by: kbuild test robot <lkp@intel.com>
>
> All errors (new ones prefixed by >>):
>
>>> Error: Invalid compression type

Please ignore this report, the error is from mkimage: 
https://github.com/u-boot/u-boot/blob/master/tools/mkimage.c#L178

Best Regards,
Rong Chen

>     Usage: /usr/bin/mkimage -l image
>     -l ==> list image header information
>     /usr/bin/mkimage -A arch -O os -T type -C comp -a addr -e ep -n name -d 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)
>     ==> set entry point to 'ep' (hex)
>     ==> set image name to 'name'-d ==> use image data from 'datafile'
>     -x ==> set XIP (execute in place)
>     /usr/bin/mkimage [-D dtc_options] [-f fit-image.its|-f auto|-F] [-b <dtb> [-b <dtb>]] [-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
>     Signing / verified boot not supported (CONFIG_FIT_SIGNATURE undefined)
>     /usr/bin/mkimage -V ==> print version information and exit
>     Use '-T list' to see a list of available image types
>
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation
> https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
>
> _______________________________________________
> kbuild-all mailing list -- kbuild-all@lists.01.org
> To unsubscribe send an email to kbuild-all-leave@lists.01.org


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

end of thread, other threads:[~2020-04-01  8:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-01  3:28 Error: Invalid compression type kbuild test robot
2020-04-01  8:08 ` [kbuild-all] " Rong Chen

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