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

diff --git a/a/1.txt b/N1/1.txt
index 4f2197c..3336552 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,8 +1,25 @@
+CC: kbuild-all(a)lists.01.org
+BCC: lkp(a)intel.com
+In-Reply-To: <1e09cf20ca9309f2b9daf57136c3e2c1b22f94f6.1652682383.git.wqu(a)suse.com>
+References: <1e09cf20ca9309f2b9daf57136c3e2c1b22f94f6.1652682383.git.wqu@suse.com>
+TO: Qu Wenruo <wqu@suse.com>
+TO: linux-btrfs(a)vger.kernel.org
+
 Hi Qu,
 
-url:    https://github.com/intel-lab-lkp/linux/commits/Qu-Wenruo/btrfs-prevent-remounting-to-v1-space-cache-for-subpage-mount/20220516-142802 
-base:   https://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git  for-next
-config: i386-randconfig-m021-20220516 (https://download.01.org/0day-ci/archive/20220517/202205172208.qdyoDwJs-lkp@intel.com/config )
+Thank you for the patch! Perhaps something to improve:
+
+[auto build test WARNING on kdave/for-next]
+[also build test WARNING on v5.18-rc7 next-20220517]
+[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/intel-lab-lkp/linux/commits/Qu-Wenruo/btrfs-prevent-remounting-to-v1-space-cache-for-subpage-mount/20220516-142802
+base:   https://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-next
+:::::: branch date: 32 hours ago
+:::::: commit date: 32 hours ago
+config: i386-randconfig-m021-20220516 (https://download.01.org/0day-ci/archive/20220517/202205172208.qdyoDwJs-lkp(a)intel.com/config)
 compiler: gcc-11 (Debian 11.2.0-20) 11.2.0
 
 If you fix the issue, kindly add following tag as appropriate
@@ -14,6 +31,7 @@ fs/btrfs/super.c:1994 btrfs_remount() warn: missing error code 'ret'
 
 vim +/ret +1994 fs/btrfs/super.c
 
+dc81cdc58ad2f4 Miao Xie           2013-02-20  1958  
 c146afad2c7fea Yan Zheng          2008-11-12  1959  static int btrfs_remount(struct super_block *sb, int *flags, char *data)
 c146afad2c7fea Yan Zheng          2008-11-12  1960  {
 815745cf3e4668 Al Viro            2011-11-17  1961  	struct btrfs_fs_info *fs_info = btrfs_sb(sb);
@@ -50,9 +68,6 @@ fd847878aa1f3c Qu Wenruo          2022-05-16  1991  		btrfs_warn(fs_info,
 fd847878aa1f3c Qu Wenruo          2022-05-16  1992  	"v1 space cache is not supported for page size %lu with sectorsize %u",
 fd847878aa1f3c Qu Wenruo          2022-05-16  1993  			   PAGE_SIZE, fs_info->sectorsize);
 fd847878aa1f3c Qu Wenruo          2022-05-16 @1994  		goto restore;
-
-Set an error code on this path?
-
 fd847878aa1f3c Qu Wenruo          2022-05-16  1995  	}
 f42a34b2f10c41 Miao Xie           2013-04-11  1996  	btrfs_remount_begin(fs_info, old_opts, *flags);
 0d2450abfa359f Sergei Trofimovich 2012-04-24  1997  	btrfs_resize_thread_pool(fs_info,
@@ -76,9 +91,6 @@ c55a4319c4f2c3 Boris Burkov       2021-02-23  2001  	    (bool)btrfs_fs_compat_r
 2838d255cb9b85 Boris Burkov       2020-11-18  2015  
 1751e8a6cb935e Linus Torvalds     2017-11-27  2016  	if ((bool)(*flags & SB_RDONLY) == sb_rdonly(sb))
 dc81cdc58ad2f4 Miao Xie           2013-02-20  2017  		goto out;
-
-This looks like a success path so that's fine.
-
 c146afad2c7fea Yan Zheng          2008-11-12  2018  
 1751e8a6cb935e Linus Torvalds     2017-11-27  2019  	if (*flags & SB_RDONLY) {
 8dabb7420f014a Stefan Behrens     2012-11-06  2020  		/*
@@ -216,10 +228,8 @@ dc81cdc58ad2f4 Miao Xie           2013-02-20  2150  	btrfs_remount_cleanup(fs_in
 88c4703f00a9e8 Johannes Thumshirn 2020-07-23  2152  
 49b25e0540904b Jeff Mahoney       2012-03-01  2153  	return ret;
 c146afad2c7fea Yan Zheng          2008-11-12  2154  }
+c146afad2c7fea Yan Zheng          2008-11-12  2155  
 
 -- 
 0-DAY CI Kernel Test Service
-https://01.org/lkp 
-_______________________________________________
-kbuild mailing list -- kbuild@lists.01.org
-To unsubscribe send an email to kbuild-leave@lists.01.org
+https://01.org/lkp
diff --git a/a/content_digest b/N1/content_digest
index 80e8d44..7a7888e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,19 +1,31 @@
- "ref\01e09cf20ca9309f2b9daf57136c3e2c1b22f94f6.1652682383.git.wqu@suse.com\0"
- "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
- "Subject\0[kbuild] Re: [PATCH] btrfs: prevent remounting to v1 space cache for subpage mount\0"
- "Date\0Wed, 18 May 2022 07:58:43 +0300\0"
- "To\0kbuild@lists.01.org"
-  Qu Wenruo <wqu@suse.com>
- " linux-btrfs@vger.kernel.org\0"
- "Cc\0lkp@intel.com"
- " kbuild-all@lists.01.org\0"
- "\00:1\0"
+ "From\0kernel test robot <lkp@intel.com>\0"
+ "Subject\0Re: [PATCH] btrfs: prevent remounting to v1 space cache for subpage mount\0"
+ "Date\0Tue, 17 May 2022 22:38:29 +0800\0"
+ "To\0kbuild@lists.01.org\0"
+ "\01:1\0"
  "b\0"
+ "CC: kbuild-all(a)lists.01.org\n"
+ "BCC: lkp(a)intel.com\n"
+ "In-Reply-To: <1e09cf20ca9309f2b9daf57136c3e2c1b22f94f6.1652682383.git.wqu(a)suse.com>\n"
+ "References: <1e09cf20ca9309f2b9daf57136c3e2c1b22f94f6.1652682383.git.wqu@suse.com>\n"
+ "TO: Qu Wenruo <wqu@suse.com>\n"
+ "TO: linux-btrfs(a)vger.kernel.org\n"
+ "\n"
  "Hi Qu,\n"
  "\n"
- "url:    https://github.com/intel-lab-lkp/linux/commits/Qu-Wenruo/btrfs-prevent-remounting-to-v1-space-cache-for-subpage-mount/20220516-142802 \n"
- "base:   https://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git  for-next\n"
- "config: i386-randconfig-m021-20220516 (https://download.01.org/0day-ci/archive/20220517/202205172208.qdyoDwJs-lkp@intel.com/config )\n"
+ "Thank you for the patch! Perhaps something to improve:\n"
+ "\n"
+ "[auto build test WARNING on kdave/for-next]\n"
+ "[also build test WARNING on v5.18-rc7 next-20220517]\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/intel-lab-lkp/linux/commits/Qu-Wenruo/btrfs-prevent-remounting-to-v1-space-cache-for-subpage-mount/20220516-142802\n"
+ "base:   https://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-next\n"
+ ":::::: branch date: 32 hours ago\n"
+ ":::::: commit date: 32 hours ago\n"
+ "config: i386-randconfig-m021-20220516 (https://download.01.org/0day-ci/archive/20220517/202205172208.qdyoDwJs-lkp(a)intel.com/config)\n"
  "compiler: gcc-11 (Debian 11.2.0-20) 11.2.0\n"
  "\n"
  "If you fix the issue, kindly add following tag as appropriate\n"
@@ -25,6 +37,7 @@
  "\n"
  "vim +/ret +1994 fs/btrfs/super.c\n"
  "\n"
+ "dc81cdc58ad2f4 Miao Xie           2013-02-20  1958  \n"
  "c146afad2c7fea Yan Zheng          2008-11-12  1959  static int btrfs_remount(struct super_block *sb, int *flags, char *data)\n"
  "c146afad2c7fea Yan Zheng          2008-11-12  1960  {\n"
  "815745cf3e4668 Al Viro            2011-11-17  1961  \tstruct btrfs_fs_info *fs_info = btrfs_sb(sb);\n"
@@ -61,9 +74,6 @@
  "fd847878aa1f3c Qu Wenruo          2022-05-16  1992  \t\"v1 space cache is not supported for page size %lu with sectorsize %u\",\n"
  "fd847878aa1f3c Qu Wenruo          2022-05-16  1993  \t\t\t   PAGE_SIZE, fs_info->sectorsize);\n"
  "fd847878aa1f3c Qu Wenruo          2022-05-16 @1994  \t\tgoto restore;\n"
- "\n"
- "Set an error code on this path?\n"
- "\n"
  "fd847878aa1f3c Qu Wenruo          2022-05-16  1995  \t}\n"
  "f42a34b2f10c41 Miao Xie           2013-04-11  1996  \tbtrfs_remount_begin(fs_info, old_opts, *flags);\n"
  "0d2450abfa359f Sergei Trofimovich 2012-04-24  1997  \tbtrfs_resize_thread_pool(fs_info,\n"
@@ -87,9 +97,6 @@
  "2838d255cb9b85 Boris Burkov       2020-11-18  2015  \n"
  "1751e8a6cb935e Linus Torvalds     2017-11-27  2016  \tif ((bool)(*flags & SB_RDONLY) == sb_rdonly(sb))\n"
  "dc81cdc58ad2f4 Miao Xie           2013-02-20  2017  \t\tgoto out;\n"
- "\n"
- "This looks like a success path so that's fine.\n"
- "\n"
  "c146afad2c7fea Yan Zheng          2008-11-12  2018  \n"
  "1751e8a6cb935e Linus Torvalds     2017-11-27  2019  \tif (*flags & SB_RDONLY) {\n"
  "8dabb7420f014a Stefan Behrens     2012-11-06  2020  \t\t/*\n"
@@ -227,12 +234,10 @@
  "88c4703f00a9e8 Johannes Thumshirn 2020-07-23  2152  \n"
  "49b25e0540904b Jeff Mahoney       2012-03-01  2153  \treturn ret;\n"
  "c146afad2c7fea Yan Zheng          2008-11-12  2154  }\n"
+ "c146afad2c7fea Yan Zheng          2008-11-12  2155  \n"
  "\n"
  "-- \n"
  "0-DAY CI Kernel Test Service\n"
- "https://01.org/lkp \n"
- "_______________________________________________\n"
- "kbuild mailing list -- kbuild@lists.01.org\n"
- To unsubscribe send an email to kbuild-leave@lists.01.org
+ https://01.org/lkp
 
-d60f31ac6d61d16ff0346e91f5a876f2f04ce396732a5263d3e1258768a89b1e
+a8ac286953c28c69ddeaff15e85bdf8d77772b0d24fb08ada2fc17ade6fdb74e

diff --git a/a/1.txt b/N2/1.txt
index 4f2197c..c7ab29a 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -2,7 +2,7 @@ Hi Qu,
 
 url:    https://github.com/intel-lab-lkp/linux/commits/Qu-Wenruo/btrfs-prevent-remounting-to-v1-space-cache-for-subpage-mount/20220516-142802 
 base:   https://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git  for-next
-config: i386-randconfig-m021-20220516 (https://download.01.org/0day-ci/archive/20220517/202205172208.qdyoDwJs-lkp@intel.com/config )
+config: i386-randconfig-m021-20220516 (https://download.01.org/0day-ci/archive/20220517/202205172208.qdyoDwJs-lkp(a)intel.com/config )
 compiler: gcc-11 (Debian 11.2.0-20) 11.2.0
 
 If you fix the issue, kindly add following tag as appropriate
@@ -221,5 +221,5 @@ c146afad2c7fea Yan Zheng          2008-11-12  2154  }
 0-DAY CI Kernel Test Service
 https://01.org/lkp 
 _______________________________________________
-kbuild mailing list -- kbuild@lists.01.org
-To unsubscribe send an email to kbuild-leave@lists.01.org
+kbuild mailing list -- kbuild(a)lists.01.org
+To unsubscribe send an email to kbuild-leave(a)lists.01.org
diff --git a/a/content_digest b/N2/content_digest
index 80e8d44..0885fe4 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,18 +2,14 @@
  "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0[kbuild] Re: [PATCH] btrfs: prevent remounting to v1 space cache for subpage mount\0"
  "Date\0Wed, 18 May 2022 07:58:43 +0300\0"
- "To\0kbuild@lists.01.org"
-  Qu Wenruo <wqu@suse.com>
- " linux-btrfs@vger.kernel.org\0"
- "Cc\0lkp@intel.com"
- " kbuild-all@lists.01.org\0"
- "\00:1\0"
+ "To\0kbuild-all@lists.01.org\0"
+ "\01:1\0"
  "b\0"
  "Hi Qu,\n"
  "\n"
  "url:    https://github.com/intel-lab-lkp/linux/commits/Qu-Wenruo/btrfs-prevent-remounting-to-v1-space-cache-for-subpage-mount/20220516-142802 \n"
  "base:   https://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git  for-next\n"
- "config: i386-randconfig-m021-20220516 (https://download.01.org/0day-ci/archive/20220517/202205172208.qdyoDwJs-lkp@intel.com/config )\n"
+ "config: i386-randconfig-m021-20220516 (https://download.01.org/0day-ci/archive/20220517/202205172208.qdyoDwJs-lkp(a)intel.com/config )\n"
  "compiler: gcc-11 (Debian 11.2.0-20) 11.2.0\n"
  "\n"
  "If you fix the issue, kindly add following tag as appropriate\n"
@@ -232,7 +228,7 @@
  "0-DAY CI Kernel Test Service\n"
  "https://01.org/lkp \n"
  "_______________________________________________\n"
- "kbuild mailing list -- kbuild@lists.01.org\n"
- To unsubscribe send an email to kbuild-leave@lists.01.org
+ "kbuild mailing list -- kbuild(a)lists.01.org\n"
+ To unsubscribe send an email to kbuild-leave(a)lists.01.org
 
-d60f31ac6d61d16ff0346e91f5a876f2f04ce396732a5263d3e1258768a89b1e
+daf5da49b47ba502e4e169f79f53669fd6c60eb8a52845e694cf18a600a55d13

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.