All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <202112310650.TDDinvVT-lkp@intel.com>

diff --git a/a/1.txt b/N1/1.txt
index 4719f2f..d6a4759 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,8 +1,29 @@
+CC: kbuild-all(a)lists.01.org
+In-Reply-To: <20211229041405.45921-4-hsiangkao@linux.alibaba.com>
+References: <20211229041405.45921-4-hsiangkao@linux.alibaba.com>
+TO: Gao Xiang <hsiangkao@linux.alibaba.com>
+TO: linux-erofs(a)lists.ozlabs.org
+TO: Chao Yu <yuchao0@huawei.com>, Chao Yu <chao@kernel.org>
+TO: Liu Bo <bo.liu@linux.alibaba.com>
+CC: LKML <linux-kernel@vger.kernel.org>
+CC: Gao Xiang <hsiangkao@linux.alibaba.com>
+
 Hi Gao,
 
+I love your patch! Perhaps something to improve:
+
+[auto build test WARNING on xiang-erofs/dev-test]
+[also build test WARNING on next-20211224]
+[cannot apply to v5.16-rc7]
+[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/Gao-Xiang/erofs-get-rid-of-erofs_get_meta_page/20211229-121538
 base:   https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git dev-test
-config: x86_64-randconfig-m001-20211230 (https://download.01.org/0day-ci/archive/20211231/202112310650.TDDinvVT-lkp@intel.com/config)
+:::::: branch date: 2 days ago
+:::::: commit date: 2 days ago
+config: x86_64-randconfig-m001-20211230 (https://download.01.org/0day-ci/archive/20211231/202112310650.TDDinvVT-lkp(a)intel.com/config)
 compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
 
 If you fix the issue, kindly add following tag as appropriate
@@ -14,6 +35,9 @@ fs/erofs/super.c:153 erofs_read_metadata() warn: possible memory leak of 'buffer
 
 vim +/buffer +153 fs/erofs/super.c
 
+5efe5137f05bbb drivers/staging/erofs/super.c Gao Xiang 2019-06-13  125  
+14373711dd54be fs/erofs/super.c              Gao Xiang 2021-03-29  126  #ifdef CONFIG_EROFS_FS_ZIP
+14373711dd54be fs/erofs/super.c              Gao Xiang 2021-03-29  127  /* read variable-sized metadata, offset will be aligned by 4-byte */
 6477e408d41152 fs/erofs/super.c              Gao Xiang 2021-12-29  128  static void *erofs_read_metadata(struct super_block *sb, struct erofs_buf *buf,
 14373711dd54be fs/erofs/super.c              Gao Xiang 2021-03-29  129  				 erofs_off_t *offset, int *lengthp)
 14373711dd54be fs/erofs/super.c              Gao Xiang 2021-03-29  130  {
@@ -40,14 +64,12 @@ vim +/buffer +153 fs/erofs/super.c
 6477e408d41152 fs/erofs/super.c              Gao Xiang 2021-12-29  151  					 EROFS_KMAP);
 6477e408d41152 fs/erofs/super.c              Gao Xiang 2021-12-29  152  		if (IS_ERR(ptr))
 6477e408d41152 fs/erofs/super.c              Gao Xiang 2021-12-29 @153  			return ptr;
-
-"buffer" not freed on error path.
-
 14373711dd54be fs/erofs/super.c              Gao Xiang 2021-03-29  154  		memcpy(buffer + i, ptr + erofs_blkoff(*offset), cnt);
 14373711dd54be fs/erofs/super.c              Gao Xiang 2021-03-29  155  		*offset += cnt;
 14373711dd54be fs/erofs/super.c              Gao Xiang 2021-03-29  156  	}
 14373711dd54be fs/erofs/super.c              Gao Xiang 2021-03-29  157  	return buffer;
 14373711dd54be fs/erofs/super.c              Gao Xiang 2021-03-29  158  }
+14373711dd54be fs/erofs/super.c              Gao Xiang 2021-03-29  159  
 
 ---
 0-DAY CI Kernel Test Service, Intel Corporation
diff --git a/a/content_digest b/N1/content_digest
index f4694da..54d4bd7 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,24 +1,35 @@
- "ref\020211229041405.45921-4-hsiangkao@linux.alibaba.com\0"
- "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
+ "From\0kernel test robot <lkp@intel.com>\0"
  "Subject\0Re: [PATCH 3/5] erofs: use meta buffers for super operations\0"
- "Date\0Thu, 6 Jan 2022 18:08:48 +0300\0"
- "To\0kbuild@lists.01.org"
-  Gao Xiang <hsiangkao@linux.alibaba.com>
-  linux-erofs@lists.ozlabs.org
-  Chao Yu <yuchao0@huawei.com>
-  Chao Yu <chao@kernel.org>
- " Liu Bo <bo.liu@linux.alibaba.com>\0"
- "Cc\0Gao Xiang <hsiangkao@linux.alibaba.com>"
-  kbuild-all@lists.01.org
-  lkp@intel.com
- " LKML <linux-kernel@vger.kernel.org>\0"
- "\00:1\0"
+ "Date\0Fri, 31 Dec 2021 06:49:58 +0800\0"
+ "To\0kbuild@lists.01.org\0"
+ "\01:1\0"
  "b\0"
+ "CC: kbuild-all(a)lists.01.org\n"
+ "In-Reply-To: <20211229041405.45921-4-hsiangkao@linux.alibaba.com>\n"
+ "References: <20211229041405.45921-4-hsiangkao@linux.alibaba.com>\n"
+ "TO: Gao Xiang <hsiangkao@linux.alibaba.com>\n"
+ "TO: linux-erofs(a)lists.ozlabs.org\n"
+ "TO: Chao Yu <yuchao0@huawei.com>, Chao Yu <chao@kernel.org>\n"
+ "TO: Liu Bo <bo.liu@linux.alibaba.com>\n"
+ "CC: LKML <linux-kernel@vger.kernel.org>\n"
+ "CC: Gao Xiang <hsiangkao@linux.alibaba.com>\n"
+ "\n"
  "Hi Gao,\n"
  "\n"
+ "I love your patch! Perhaps something to improve:\n"
+ "\n"
+ "[auto build test WARNING on xiang-erofs/dev-test]\n"
+ "[also build test WARNING on next-20211224]\n"
+ "[cannot apply to v5.16-rc7]\n"
+ "[If your patch is applied to the wrong git tree, kindly drop us a note.\n"
+ "And when submitting patch, we suggest to use '--base' as documented in\n"
+ "https://git-scm.com/docs/git-format-patch]\n"
+ "\n"
  "url:    https://github.com/0day-ci/linux/commits/Gao-Xiang/erofs-get-rid-of-erofs_get_meta_page/20211229-121538\n"
  "base:   https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git dev-test\n"
- "config: x86_64-randconfig-m001-20211230 (https://download.01.org/0day-ci/archive/20211231/202112310650.TDDinvVT-lkp@intel.com/config)\n"
+ ":::::: branch date: 2 days ago\n"
+ ":::::: commit date: 2 days ago\n"
+ "config: x86_64-randconfig-m001-20211230 (https://download.01.org/0day-ci/archive/20211231/202112310650.TDDinvVT-lkp(a)intel.com/config)\n"
  "compiler: gcc-9 (Debian 9.3.0-22) 9.3.0\n"
  "\n"
  "If you fix the issue, kindly add following tag as appropriate\n"
@@ -30,6 +41,9 @@
  "\n"
  "vim +/buffer +153 fs/erofs/super.c\n"
  "\n"
+ "5efe5137f05bbb drivers/staging/erofs/super.c Gao Xiang 2019-06-13  125  \n"
+ "14373711dd54be fs/erofs/super.c              Gao Xiang 2021-03-29  126  #ifdef CONFIG_EROFS_FS_ZIP\n"
+ "14373711dd54be fs/erofs/super.c              Gao Xiang 2021-03-29  127  /* read variable-sized metadata, offset will be aligned by 4-byte */\n"
  "6477e408d41152 fs/erofs/super.c              Gao Xiang 2021-12-29  128  static void *erofs_read_metadata(struct super_block *sb, struct erofs_buf *buf,\n"
  "14373711dd54be fs/erofs/super.c              Gao Xiang 2021-03-29  129  \t\t\t\t erofs_off_t *offset, int *lengthp)\n"
  "14373711dd54be fs/erofs/super.c              Gao Xiang 2021-03-29  130  {\n"
@@ -56,17 +70,15 @@
  "6477e408d41152 fs/erofs/super.c              Gao Xiang 2021-12-29  151  \t\t\t\t\t EROFS_KMAP);\n"
  "6477e408d41152 fs/erofs/super.c              Gao Xiang 2021-12-29  152  \t\tif (IS_ERR(ptr))\n"
  "6477e408d41152 fs/erofs/super.c              Gao Xiang 2021-12-29 @153  \t\t\treturn ptr;\n"
- "\n"
- "\"buffer\" not freed on error path.\n"
- "\n"
  "14373711dd54be fs/erofs/super.c              Gao Xiang 2021-03-29  154  \t\tmemcpy(buffer + i, ptr + erofs_blkoff(*offset), cnt);\n"
  "14373711dd54be fs/erofs/super.c              Gao Xiang 2021-03-29  155  \t\t*offset += cnt;\n"
  "14373711dd54be fs/erofs/super.c              Gao Xiang 2021-03-29  156  \t}\n"
  "14373711dd54be fs/erofs/super.c              Gao Xiang 2021-03-29  157  \treturn buffer;\n"
  "14373711dd54be fs/erofs/super.c              Gao Xiang 2021-03-29  158  }\n"
+ "14373711dd54be fs/erofs/super.c              Gao Xiang 2021-03-29  159  \n"
  "\n"
  "---\n"
  "0-DAY CI Kernel Test Service, Intel Corporation\n"
  https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
 
-3dff0a42e88811b2bc24ca70339bb4834799f79e73111c2e7445da8d7d0021fa
+87c37f3195135c38f138cb1003e2739c8744bf9c86ef027ce522776a8a495eff

diff --git a/a/1.txt b/N2/1.txt
index 4719f2f..0ba566d 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -2,7 +2,7 @@ Hi Gao,
 
 url:    https://github.com/0day-ci/linux/commits/Gao-Xiang/erofs-get-rid-of-erofs_get_meta_page/20211229-121538
 base:   https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git dev-test
-config: x86_64-randconfig-m001-20211230 (https://download.01.org/0day-ci/archive/20211231/202112310650.TDDinvVT-lkp@intel.com/config)
+config: x86_64-randconfig-m001-20211230 (https://download.01.org/0day-ci/archive/20211231/202112310650.TDDinvVT-lkp(a)intel.com/config)
 compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
 
 If you fix the issue, kindly add following tag as appropriate
diff --git a/a/content_digest b/N2/content_digest
index f4694da..d7696f5 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,24 +1,15 @@
  "ref\020211229041405.45921-4-hsiangkao@linux.alibaba.com\0"
  "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0Re: [PATCH 3/5] erofs: use meta buffers for super operations\0"
- "Date\0Thu, 6 Jan 2022 18:08:48 +0300\0"
- "To\0kbuild@lists.01.org"
-  Gao Xiang <hsiangkao@linux.alibaba.com>
-  linux-erofs@lists.ozlabs.org
-  Chao Yu <yuchao0@huawei.com>
-  Chao Yu <chao@kernel.org>
- " Liu Bo <bo.liu@linux.alibaba.com>\0"
- "Cc\0Gao Xiang <hsiangkao@linux.alibaba.com>"
-  kbuild-all@lists.01.org
-  lkp@intel.com
- " LKML <linux-kernel@vger.kernel.org>\0"
- "\00:1\0"
+ "Date\0Thu, 06 Jan 2022 18:08:48 +0300\0"
+ "To\0kbuild-all@lists.01.org\0"
+ "\01:1\0"
  "b\0"
  "Hi Gao,\n"
  "\n"
  "url:    https://github.com/0day-ci/linux/commits/Gao-Xiang/erofs-get-rid-of-erofs_get_meta_page/20211229-121538\n"
  "base:   https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git dev-test\n"
- "config: x86_64-randconfig-m001-20211230 (https://download.01.org/0day-ci/archive/20211231/202112310650.TDDinvVT-lkp@intel.com/config)\n"
+ "config: x86_64-randconfig-m001-20211230 (https://download.01.org/0day-ci/archive/20211231/202112310650.TDDinvVT-lkp(a)intel.com/config)\n"
  "compiler: gcc-9 (Debian 9.3.0-22) 9.3.0\n"
  "\n"
  "If you fix the issue, kindly add following tag as appropriate\n"
@@ -69,4 +60,4 @@
  "0-DAY CI Kernel Test Service, Intel Corporation\n"
  https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
 
-3dff0a42e88811b2bc24ca70339bb4834799f79e73111c2e7445da8d7d0021fa
+bdeb8de2d1430113af56978403c0d682185abc971280af9f19dc52cf49354af6

diff --git a/a/content_digest b/N3/content_digest
index f4694da..c0c4bae 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -8,10 +8,10 @@
   Chao Yu <yuchao0@huawei.com>
   Chao Yu <chao@kernel.org>
  " Liu Bo <bo.liu@linux.alibaba.com>\0"
- "Cc\0Gao Xiang <hsiangkao@linux.alibaba.com>"
+ "Cc\0lkp@intel.com"
   kbuild-all@lists.01.org
-  lkp@intel.com
- " LKML <linux-kernel@vger.kernel.org>\0"
+  LKML <linux-kernel@vger.kernel.org>
+ " Gao Xiang <hsiangkao@linux.alibaba.com>\0"
  "\00:1\0"
  "b\0"
  "Hi Gao,\n"
@@ -69,4 +69,4 @@
  "0-DAY CI Kernel Test Service, Intel Corporation\n"
  https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
 
-3dff0a42e88811b2bc24ca70339bb4834799f79e73111c2e7445da8d7d0021fa
+30156bafec7b7a311836b6941c1ca6f479a34fa55e24ed2d37b7fcc892549f60

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.