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

diff --git a/a/1.txt b/N1/1.txt
index 83b5644..f558b89 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,10 +1,25 @@
+CC: kbuild-all(a)lists.01.org
+BCC: lkp(a)intel.com
+In-Reply-To: <20220708100633.18896-1-pablo@netfilter.org>
+References: <20220708100633.18896-1-pablo@netfilter.org>
+TO: Pablo Neira Ayuso <pablo@netfilter.org>
+TO: netfilter-devel(a)vger.kernel.org
+
 Hi Pablo,
 
+I love your patch! Perhaps something to improve:
+
+[auto build test WARNING on nf/master]
+[also build test WARNING on linus/master v5.19-rc5 next-20220708]
+[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#_base_tree_information]
 
 url:    https://github.com/intel-lab-lkp/linux/commits/Pablo-Neira-Ayuso/netfilter-nf_tables-release-element-key-when-parser-fails/20220708-180911
 base:   https://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git master
-config: x86_64-rhel-8.3-kselftests (https://download.01.org/0day-ci/archive/20220710/202207100802.TRaePFrj-lkp@intel.com/config)
+:::::: branch date: 2 days ago
+:::::: commit date: 2 days ago
+config: x86_64-rhel-8.3-kselftests (https://download.01.org/0day-ci/archive/20220710/202207100802.TRaePFrj-lkp(a)intel.com/config)
 compiler: gcc-11 (Debian 11.3.0-3) 11.3.0
 
 If you fix the issue, kindly add following tag where applicable
@@ -16,6 +31,7 @@ net/netfilter/nf_tables_api.c:6254 nft_del_setelem() warn: passing zero to 'PTR_
 
 vim +/PTR_ERR +6254 net/netfilter/nf_tables_api.c
 
+591054469b3eef Pablo Neira Ayuso 2017-05-15  6202  
 60319eb1ca351a Pablo Neira Ayuso 2014-04-04  6203  static int nft_del_setelem(struct nft_ctx *ctx, struct nft_set *set,
 20a69341f2d00c Patrick McHardy   2013-10-11  6204  			   const struct nlattr *attr)
 20a69341f2d00c Patrick McHardy   2013-10-11  6205  {
@@ -68,9 +84,6 @@ aaa31047a6d25d Pablo Neira Ayuso 2021-04-27  6238  	}
 33758c891479ea Vasily Averin     2022-03-24  6252  				      GFP_KERNEL_ACCOUNT);
 0973c5bfbf138f Pablo Neira Ayuso 2022-07-08  6253  	if (elem.priv == NULL) {
 0973c5bfbf138f Pablo Neira Ayuso 2022-07-08 @6254  		err = PTR_ERR(elem.priv);
-
-err = -ENOMEM;?
-
 0973c5bfbf138f Pablo Neira Ayuso 2022-07-08  6255  		goto fail_elem_key_end;
 0973c5bfbf138f Pablo Neira Ayuso 2022-07-08  6256  	}
 3971ca14350062 Pablo Neira Ayuso 2016-04-12  6257  
@@ -103,6 +116,7 @@ cc02e457bb86f7 Patrick McHardy   2015-03-25  6277  	kfree(trans);
 0973c5bfbf138f Pablo Neira Ayuso 2022-07-08  6284  
 20a69341f2d00c Patrick McHardy   2013-10-11  6285  	return err;
 20a69341f2d00c Patrick McHardy   2013-10-11  6286  }
+20a69341f2d00c Patrick McHardy   2013-10-11  6287  
 
 -- 
 0-DAY CI Kernel Test Service
diff --git a/a/content_digest b/N1/content_digest
index 5deafd7..12120ec 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,21 +1,31 @@
- "ref\020220708100633.18896-1-pablo@netfilter.org\0"
- "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
+ "From\0kernel test robot <lkp@intel.com>\0"
  "Subject\0Re: [PATCH nf, v2 1/2] netfilter: nf_tables: release element key when parser fails\0"
- "Date\0Tue, 12 Jul 2022 15:44:58 +0300\0"
- "To\0kbuild@lists.01.org"
-  Pablo Neira Ayuso <pablo@netfilter.org>
- " netfilter-devel@vger.kernel.org\0"
- "Cc\0lkp@intel.com"
- " kbuild-all@lists.01.org\0"
- "\00:1\0"
+ "Date\0Sun, 10 Jul 2022 08:52:17 +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: <20220708100633.18896-1-pablo@netfilter.org>\n"
+ "References: <20220708100633.18896-1-pablo@netfilter.org>\n"
+ "TO: Pablo Neira Ayuso <pablo@netfilter.org>\n"
+ "TO: netfilter-devel(a)vger.kernel.org\n"
+ "\n"
  "Hi Pablo,\n"
  "\n"
+ "I love your patch! Perhaps something to improve:\n"
+ "\n"
+ "[auto build test WARNING on nf/master]\n"
+ "[also build test WARNING on linus/master v5.19-rc5 next-20220708]\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#_base_tree_information]\n"
  "\n"
  "url:    https://github.com/intel-lab-lkp/linux/commits/Pablo-Neira-Ayuso/netfilter-nf_tables-release-element-key-when-parser-fails/20220708-180911\n"
  "base:   https://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git master\n"
- "config: x86_64-rhel-8.3-kselftests (https://download.01.org/0day-ci/archive/20220710/202207100802.TRaePFrj-lkp@intel.com/config)\n"
+ ":::::: branch date: 2 days ago\n"
+ ":::::: commit date: 2 days ago\n"
+ "config: x86_64-rhel-8.3-kselftests (https://download.01.org/0day-ci/archive/20220710/202207100802.TRaePFrj-lkp(a)intel.com/config)\n"
  "compiler: gcc-11 (Debian 11.3.0-3) 11.3.0\n"
  "\n"
  "If you fix the issue, kindly add following tag where applicable\n"
@@ -27,6 +37,7 @@
  "\n"
  "vim +/PTR_ERR +6254 net/netfilter/nf_tables_api.c\n"
  "\n"
+ "591054469b3eef Pablo Neira Ayuso 2017-05-15  6202  \n"
  "60319eb1ca351a Pablo Neira Ayuso 2014-04-04  6203  static int nft_del_setelem(struct nft_ctx *ctx, struct nft_set *set,\n"
  "20a69341f2d00c Patrick McHardy   2013-10-11  6204  \t\t\t   const struct nlattr *attr)\n"
  "20a69341f2d00c Patrick McHardy   2013-10-11  6205  {\n"
@@ -79,9 +90,6 @@
  "33758c891479ea Vasily Averin     2022-03-24  6252  \t\t\t\t      GFP_KERNEL_ACCOUNT);\n"
  "0973c5bfbf138f Pablo Neira Ayuso 2022-07-08  6253  \tif (elem.priv == NULL) {\n"
  "0973c5bfbf138f Pablo Neira Ayuso 2022-07-08 @6254  \t\terr = PTR_ERR(elem.priv);\n"
- "\n"
- "err = -ENOMEM;?\n"
- "\n"
  "0973c5bfbf138f Pablo Neira Ayuso 2022-07-08  6255  \t\tgoto fail_elem_key_end;\n"
  "0973c5bfbf138f Pablo Neira Ayuso 2022-07-08  6256  \t}\n"
  "3971ca14350062 Pablo Neira Ayuso 2016-04-12  6257  \n"
@@ -114,9 +122,10 @@
  "0973c5bfbf138f Pablo Neira Ayuso 2022-07-08  6284  \n"
  "20a69341f2d00c Patrick McHardy   2013-10-11  6285  \treturn err;\n"
  "20a69341f2d00c Patrick McHardy   2013-10-11  6286  }\n"
+ "20a69341f2d00c Patrick McHardy   2013-10-11  6287  \n"
  "\n"
  "-- \n"
  "0-DAY CI Kernel Test Service\n"
  https://01.org/lkp
 
-8fc20e00d018eb8e3b79347be75893fc83cb50c5fc64f3b23e1199656dba68a1
+a98007b31f9c7a8d581578023f6f37689a631cc87c04455ebe4155405628fb52

diff --git a/a/1.txt b/N2/1.txt
index 83b5644..bc99567 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -4,7 +4,7 @@ https://git-scm.com/docs/git-format-patch#_base_tree_information]
 
 url:    https://github.com/intel-lab-lkp/linux/commits/Pablo-Neira-Ayuso/netfilter-nf_tables-release-element-key-when-parser-fails/20220708-180911
 base:   https://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git master
-config: x86_64-rhel-8.3-kselftests (https://download.01.org/0day-ci/archive/20220710/202207100802.TRaePFrj-lkp@intel.com/config)
+config: x86_64-rhel-8.3-kselftests (https://download.01.org/0day-ci/archive/20220710/202207100802.TRaePFrj-lkp(a)intel.com/config)
 compiler: gcc-11 (Debian 11.3.0-3) 11.3.0
 
 If you fix the issue, kindly add following tag where applicable
diff --git a/a/content_digest b/N2/content_digest
index 5deafd7..87f4389 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,12 +2,8 @@
  "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0Re: [PATCH nf, v2 1/2] netfilter: nf_tables: release element key when parser fails\0"
  "Date\0Tue, 12 Jul 2022 15:44:58 +0300\0"
- "To\0kbuild@lists.01.org"
-  Pablo Neira Ayuso <pablo@netfilter.org>
- " netfilter-devel@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 Pablo,\n"
  "\n"
@@ -15,7 +11,7 @@
  "\n"
  "url:    https://github.com/intel-lab-lkp/linux/commits/Pablo-Neira-Ayuso/netfilter-nf_tables-release-element-key-when-parser-fails/20220708-180911\n"
  "base:   https://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git master\n"
- "config: x86_64-rhel-8.3-kselftests (https://download.01.org/0day-ci/archive/20220710/202207100802.TRaePFrj-lkp@intel.com/config)\n"
+ "config: x86_64-rhel-8.3-kselftests (https://download.01.org/0day-ci/archive/20220710/202207100802.TRaePFrj-lkp(a)intel.com/config)\n"
  "compiler: gcc-11 (Debian 11.3.0-3) 11.3.0\n"
  "\n"
  "If you fix the issue, kindly add following tag where applicable\n"
@@ -119,4 +115,4 @@
  "0-DAY CI Kernel Test Service\n"
  https://01.org/lkp
 
-8fc20e00d018eb8e3b79347be75893fc83cb50c5fc64f3b23e1199656dba68a1
+44c4d253cca50ed9e22687928477efa98ebcf037d6a581f2d6282de6c5b26c10

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.