All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev
Subject: [stable:linux-4.19.y 2425/5220] ld.lld: error: drivers/nvme/host/pci.o: contains a compressed section, but zlib is not available
Date: Wed, 15 Feb 2023 11:56:55 +0800	[thread overview]
Message-ID: <202302151140.0kk4LFIP-lkp@intel.com> (raw)

Hi Greg,

FYI, the error/warning was bisected to this commit, please ignore it if it's irrelevant.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.19.y
head:   53b696f0584acce2e90db69272a2a11aab138370
commit: 455431805699e91c2fd66b7fe43db27643d9b3fd [2425/5220] lightnvm: disable the subsystem
config: x86_64-rhel-8.3-rust (https://download.01.org/0day-ci/archive/20230215/202302151140.0kk4LFIP-lkp@intel.com/config)
compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project f28c006a5895fc0e329fe15fead81e37457cb1d1)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/?id=455431805699e91c2fd66b7fe43db27643d9b3fd
        git remote add stable https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
        git fetch --no-tags stable linux-4.19.y
        git checkout 455431805699e91c2fd66b7fe43db27643d9b3fd
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 olddefconfig
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/nvme/

If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202302151140.0kk4LFIP-lkp@intel.com/

All errors (new ones prefixed by >>):

>> ld.lld: error: drivers/nvme/host/pci.o: contains a compressed section, but zlib is not available
>> ld.lld: error: drivers/nvme/host/pci.o: contains a compressed section, but zlib is not available
>> ld.lld: error: drivers/nvme/host/pci.o: contains a compressed section, but zlib is not available
>> ld.lld: error: drivers/nvme/host/pci.o: contains a compressed section, but zlib is not available
>> ld.lld: error: drivers/nvme/host/pci.o: contains a compressed section, but zlib is not available
>> ld.lld: error: drivers/nvme/host/pci.o: contains a compressed section, but zlib is not available
>> ld.lld: error: drivers/nvme/host/pci.o: contains a compressed section, but zlib is not available
--
   ld.lld: error: drivers/nvme/host/core.o: contains a compressed section, but zlib is not available
   ld.lld: error: drivers/nvme/host/core.o: contains a compressed section, but zlib is not available
   ld.lld: error: drivers/nvme/host/core.o: contains a compressed section, but zlib is not available
   ld.lld: error: drivers/nvme/host/core.o: contains a compressed section, but zlib is not available
   ld.lld: error: drivers/nvme/host/core.o: contains a compressed section, but zlib is not available
   ld.lld: error: drivers/nvme/host/core.o: contains a compressed section, but zlib is not available
   ld.lld: error: drivers/nvme/host/core.o: contains a compressed section, but zlib is not available
   ld.lld: error: drivers/nvme/host/trace.o: contains a compressed section, but zlib is not available
   ld.lld: error: drivers/nvme/host/trace.o: contains a compressed section, but zlib is not available
   ld.lld: error: drivers/nvme/host/trace.o: contains a compressed section, but zlib is not available
   ld.lld: error: drivers/nvme/host/trace.o: contains a compressed section, but zlib is not available
   ld.lld: error: drivers/nvme/host/trace.o: contains a compressed section, but zlib is not available
   ld.lld: error: drivers/nvme/host/trace.o: contains a compressed section, but zlib is not available
   ld.lld: error: drivers/nvme/host/trace.o: contains a compressed section, but zlib is not available
>> ld.lld: error: drivers/nvme/host/multipath.o: contains a compressed section, but zlib is not available
>> ld.lld: error: drivers/nvme/host/multipath.o: contains a compressed section, but zlib is not available
>> ld.lld: error: drivers/nvme/host/multipath.o: contains a compressed section, but zlib is not available
>> ld.lld: error: drivers/nvme/host/multipath.o: contains a compressed section, but zlib is not available
>> ld.lld: error: drivers/nvme/host/multipath.o: contains a compressed section, but zlib is not available
>> ld.lld: error: drivers/nvme/host/multipath.o: contains a compressed section, but zlib is not available
   ld.lld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors)

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

                 reply	other threads:[~2023-02-15  3:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202302151140.0kk4LFIP-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=llvm@lists.linux.dev \
    --cc=oe-kbuild-all@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.