From: kernel test robot <lkp@intel.com>
To: Nick Terrell <nickrterrell@gmail.com>,
Herbert Xu <herbert@gondor.apana.org.au>
Cc: kbuild-all@lists.01.org, linux-crypto@vger.kernel.org,
linux-btrfs@vger.kernel.org,
squashfs-devel@lists.sourceforge.net,
linux-f2fs-devel@lists.sourceforge.net,
linux-kernel@vger.kernel.org, Kernel Team <Kernel-team@fb.com>,
Nick Terrell <nickrterrell@gmail.com>,
Chris Mason <chris.mason@fusionio.com>,
Petr Malat <oss@malat.biz>
Subject: Re: [PATCH v5 3/9] lib: zstd: Upgrade to latest upstream zstd version 1.4.6
Date: Fri, 13 Nov 2020 17:36:12 +0800 [thread overview]
Message-ID: <202011131736.Qnsn76p4-lkp@intel.com> (raw)
In-Reply-To: <20201103060535.8460-4-nickrterrell@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1132 bytes --]
Hi Nick,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on cryptodev/master]
[also build test WARNING on kdave/for-next f2fs/dev-test linus/master v5.10-rc3 next-20201112]
[cannot apply to crypto/master]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url: https://github.com/0day-ci/linux/commits/Nick-Terrell/lib-zstd-Add-zstd-compatibility-wrapper/20201103-150617
base: https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master
config: powerpc-randconfig-c004-20201103 (attached as .config)
compiler: powerpc-linux-gcc (GCC) 9.3.0
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
"coccinelle warnings: (new ones prefixed by >>)"
>> lib/zstd/compress/zstd_compress.c:3248:24-25: Unneeded semicolon
Please review and possibly fold the followup patch.
---
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: 44292 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v5 3/9] lib: zstd: Upgrade to latest upstream zstd version 1.4.6
Date: Fri, 13 Nov 2020 17:36:12 +0800 [thread overview]
Message-ID: <202011131736.Qnsn76p4-lkp@intel.com> (raw)
In-Reply-To: <20201103060535.8460-4-nickrterrell@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1162 bytes --]
Hi Nick,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on cryptodev/master]
[also build test WARNING on kdave/for-next f2fs/dev-test linus/master v5.10-rc3 next-20201112]
[cannot apply to crypto/master]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url: https://github.com/0day-ci/linux/commits/Nick-Terrell/lib-zstd-Add-zstd-compatibility-wrapper/20201103-150617
base: https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master
config: powerpc-randconfig-c004-20201103 (attached as .config)
compiler: powerpc-linux-gcc (GCC) 9.3.0
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
"coccinelle warnings: (new ones prefixed by >>)"
>> lib/zstd/compress/zstd_compress.c:3248:24-25: Unneeded semicolon
Please review and possibly fold the followup patch.
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 44292 bytes --]
next prev parent reply other threads:[~2020-11-13 9:36 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-03 6:05 [GIT PULL][PATCH v5 0/9] Update to zstd-1.4.6 Nick Terrell
2020-11-03 6:05 ` [f2fs-dev] " Nick Terrell
2020-11-03 6:05 ` [PATCH v5 1/9] lib: zstd: Add zstd compatibility wrapper Nick Terrell
2020-11-03 6:05 ` [f2fs-dev] " Nick Terrell
2020-11-06 18:38 ` Christoph Hellwig
2020-11-06 18:38 ` [f2fs-dev] " Christoph Hellwig
2020-11-09 19:01 ` Chris Mason
2020-11-09 19:01 ` [f2fs-dev] " Chris Mason via Linux-f2fs-devel
2020-11-10 15:25 ` David Sterba
2020-11-10 15:25 ` [f2fs-dev] " David Sterba
2020-11-10 19:33 ` Nick Terrell
2020-11-10 19:33 ` [f2fs-dev] " Nick Terrell via Linux-f2fs-devel
2020-11-10 18:39 ` Christoph Hellwig
2020-11-10 18:39 ` [f2fs-dev] " Christoph Hellwig
2020-11-10 19:24 ` Chris Mason
2020-11-10 19:24 ` [f2fs-dev] " Chris Mason via Linux-f2fs-devel
2020-11-16 16:52 ` Christoph Hellwig
2020-11-16 16:52 ` [f2fs-dev] " Christoph Hellwig
2020-11-10 20:38 ` Nick Terrell
2020-11-10 20:38 ` [f2fs-dev] " Nick Terrell via Linux-f2fs-devel
2020-11-03 6:05 ` [PATCH v5 2/9] lib: zstd: Add decompress_sources.h for decompress_unzstd Nick Terrell
2020-11-03 6:05 ` [f2fs-dev] " Nick Terrell
2020-11-03 6:05 ` [f2fs-dev] [PATCH v5 3/9] lib: zstd: Upgrade to latest upstream zstd version 1.4.6 Nick Terrell
2020-11-03 6:05 ` Nick Terrell
2020-11-13 9:36 ` kernel test robot [this message]
2020-11-13 9:36 ` kernel test robot
2020-11-13 9:36 ` [PATCH] lib: zstd: fix semicolon.cocci warnings kernel test robot
2020-11-13 9:36 ` kernel test robot
2020-11-13 9:36 ` [f2fs-dev] " kernel test robot
2020-11-14 23:06 ` [PATCH v5 3/9] lib: zstd: Upgrade to latest upstream zstd version 1.4.6 kernel test robot
2020-11-14 23:06 ` kernel test robot
2020-11-03 6:05 ` [PATCH v5 4/9] crypto: zstd: Switch to zstd-1.4.6 API Nick Terrell
2020-11-03 6:05 ` [f2fs-dev] " Nick Terrell
2020-11-03 6:05 ` [PATCH v5 5/9] btrfs: zstd: Switch to the " Nick Terrell
2020-11-03 6:05 ` [f2fs-dev] " Nick Terrell
2020-11-06 17:10 ` Josef Bacik
2020-11-06 17:10 ` [f2fs-dev] " Josef Bacik
2020-11-06 18:36 ` Nick Terrell
2020-11-06 18:36 ` [f2fs-dev] " Nick Terrell via Linux-f2fs-devel
2020-11-03 6:05 ` [PATCH v5 6/9] f2fs: " Nick Terrell
2020-11-03 6:05 ` [f2fs-dev] " Nick Terrell
2020-11-03 6:05 ` [PATCH v5 7/9] squashfs: " Nick Terrell
2020-11-03 6:05 ` [f2fs-dev] " Nick Terrell
2020-11-03 6:05 ` [PATCH v5 8/9] lib: unzstd: " Nick Terrell
2020-11-03 6:05 ` [f2fs-dev] " Nick Terrell
2020-11-03 6:05 ` [PATCH v5 9/9] lib: zstd: Remove zstd compatibility wrapper Nick Terrell
2020-11-03 6:05 ` [f2fs-dev] " Nick Terrell
2020-11-06 17:15 ` [GIT PULL][PATCH v5 0/9] Update to zstd-1.4.6 Josef Bacik
2020-11-06 17:15 ` [f2fs-dev] " Josef Bacik
2020-11-06 18:51 ` Nick Terrell
2020-11-06 18:51 ` [f2fs-dev] " Nick Terrell via Linux-f2fs-devel
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=202011131736.Qnsn76p4-lkp@intel.com \
--to=lkp@intel.com \
--cc=Kernel-team@fb.com \
--cc=chris.mason@fusionio.com \
--cc=herbert@gondor.apana.org.au \
--cc=kbuild-all@lists.01.org \
--cc=linux-btrfs@vger.kernel.org \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-f2fs-devel@lists.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
--cc=nickrterrell@gmail.com \
--cc=oss@malat.biz \
--cc=squashfs-devel@lists.sourceforge.net \
/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.