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

diff --git a/a/1.txt b/N1/1.txt
index ec89ca0..51e9a3c 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -2,7 +2,7 @@ tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git maste
 head:   c9e6606c7fe92b50a02ce51dda82586ebdf99b48
 commit: 919067cc845f323a80b6fe987b64238bd82d309e net: add CONFIG_PCPU_DEV_REFCNT
 date:   10 months ago
-config: mips-randconfig-r002-20220105 (https://download.01.org/0day-ci/archive/20220105/202201051937.PF3UZQy3-lkp@intel.com/config)
+config: mips-randconfig-r002-20220105 (https://download.01.org/0day-ci/archive/20220105/202201051937.PF3UZQy3-lkp(a)intel.com/config)
 compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project d5b6e30ed3acad794dd0aec400e617daffc6cc3d)
 reproduce (this is a W=1 build):
         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
@@ -46,34 +46,34 @@ All warnings (new ones prefixed by >>):
 
 vim +/ip6gre_tnl_addr_conflict +861 net/ipv6/ip6_gre.c
 
-c12b395a46646b xeb@mail.ru 2012-08-10  846  
-c12b395a46646b xeb@mail.ru 2012-08-10  847  /**
+c12b395a46646b xeb(a)mail.ru 2012-08-10  846  
+c12b395a46646b xeb(a)mail.ru 2012-08-10  847  /**
 7ccbdff13e8df6 Sun Lianwen 2018-05-03  848   * ip6gre_tnl_addr_conflict - compare packet addresses to tunnel's own
-c12b395a46646b xeb@mail.ru 2012-08-10  849   *   @t: the outgoing tunnel device
-c12b395a46646b xeb@mail.ru 2012-08-10  850   *   @hdr: IPv6 header from the incoming packet
-c12b395a46646b xeb@mail.ru 2012-08-10  851   *
-c12b395a46646b xeb@mail.ru 2012-08-10  852   * Description:
-c12b395a46646b xeb@mail.ru 2012-08-10  853   *   Avoid trivial tunneling loop by checking that tunnel exit-point
-c12b395a46646b xeb@mail.ru 2012-08-10  854   *   doesn't match source of incoming packet.
-c12b395a46646b xeb@mail.ru 2012-08-10  855   *
-c12b395a46646b xeb@mail.ru 2012-08-10  856   * Return:
-c12b395a46646b xeb@mail.ru 2012-08-10  857   *   1 if conflict,
-c12b395a46646b xeb@mail.ru 2012-08-10  858   *   0 else
-c12b395a46646b xeb@mail.ru 2012-08-10  859   **/
-c12b395a46646b xeb@mail.ru 2012-08-10  860  
-c12b395a46646b xeb@mail.ru 2012-08-10 @861  static inline bool ip6gre_tnl_addr_conflict(const struct ip6_tnl *t,
-c12b395a46646b xeb@mail.ru 2012-08-10  862  	const struct ipv6hdr *hdr)
-c12b395a46646b xeb@mail.ru 2012-08-10  863  {
-c12b395a46646b xeb@mail.ru 2012-08-10  864  	return ipv6_addr_equal(&t->parms.raddr, &hdr->saddr);
-c12b395a46646b xeb@mail.ru 2012-08-10  865  }
-c12b395a46646b xeb@mail.ru 2012-08-10  866  
+c12b395a46646b xeb(a)mail.ru 2012-08-10  849   *   @t: the outgoing tunnel device
+c12b395a46646b xeb(a)mail.ru 2012-08-10  850   *   @hdr: IPv6 header from the incoming packet
+c12b395a46646b xeb(a)mail.ru 2012-08-10  851   *
+c12b395a46646b xeb(a)mail.ru 2012-08-10  852   * Description:
+c12b395a46646b xeb(a)mail.ru 2012-08-10  853   *   Avoid trivial tunneling loop by checking that tunnel exit-point
+c12b395a46646b xeb(a)mail.ru 2012-08-10  854   *   doesn't match source of incoming packet.
+c12b395a46646b xeb(a)mail.ru 2012-08-10  855   *
+c12b395a46646b xeb(a)mail.ru 2012-08-10  856   * Return:
+c12b395a46646b xeb(a)mail.ru 2012-08-10  857   *   1 if conflict,
+c12b395a46646b xeb(a)mail.ru 2012-08-10  858   *   0 else
+c12b395a46646b xeb(a)mail.ru 2012-08-10  859   **/
+c12b395a46646b xeb(a)mail.ru 2012-08-10  860  
+c12b395a46646b xeb(a)mail.ru 2012-08-10 @861  static inline bool ip6gre_tnl_addr_conflict(const struct ip6_tnl *t,
+c12b395a46646b xeb(a)mail.ru 2012-08-10  862  	const struct ipv6hdr *hdr)
+c12b395a46646b xeb(a)mail.ru 2012-08-10  863  {
+c12b395a46646b xeb(a)mail.ru 2012-08-10  864  	return ipv6_addr_equal(&t->parms.raddr, &hdr->saddr);
+c12b395a46646b xeb(a)mail.ru 2012-08-10  865  }
+c12b395a46646b xeb(a)mail.ru 2012-08-10  866  
 
 :::::: The code at line 861 was first introduced by commit
 :::::: c12b395a46646bab69089ce7016ac78177f6001f gre: Support GRE over IPv6
 
-:::::: TO: xeb@mail.ru <xeb@mail.ru>
+:::::: TO: xeb(a)mail.ru <xeb@mail.ru>
 :::::: CC: David S. Miller <davem@davemloft.net>
 
 ---
 0-DAY CI Kernel Test Service, Intel Corporation
-https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
+https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
diff --git a/a/content_digest b/N1/content_digest
index a4e8c57..0da168e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,17 +1,14 @@
  "From\0kernel test robot <lkp@intel.com>\0"
  "Subject\0net/ipv6/ip6_gre.c:861:20: warning: unused function 'ip6gre_tnl_addr_conflict'\0"
- "Date\0Wed, 5 Jan 2022 20:03:55 +0800\0"
- "To\0Eric Dumazet <edumazet@google.com>\0"
- "Cc\0llvm@lists.linux.dev"
-  kbuild-all@lists.01.org
- " linux-kernel@vger.kernel.org\0"
- "\00:1\0"
+ "Date\0Wed, 05 Jan 2022 20:03:55 +0800\0"
+ "To\0kbuild-all@lists.01.org\0"
+ "\01:1\0"
  "b\0"
  "tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master\n"
  "head:   c9e6606c7fe92b50a02ce51dda82586ebdf99b48\n"
  "commit: 919067cc845f323a80b6fe987b64238bd82d309e net: add CONFIG_PCPU_DEV_REFCNT\n"
  "date:   10 months ago\n"
- "config: mips-randconfig-r002-20220105 (https://download.01.org/0day-ci/archive/20220105/202201051937.PF3UZQy3-lkp@intel.com/config)\n"
+ "config: mips-randconfig-r002-20220105 (https://download.01.org/0day-ci/archive/20220105/202201051937.PF3UZQy3-lkp(a)intel.com/config)\n"
  "compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project d5b6e30ed3acad794dd0aec400e617daffc6cc3d)\n"
  "reproduce (this is a W=1 build):\n"
  "        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross\n"
@@ -55,36 +52,36 @@
  "\n"
  "vim +/ip6gre_tnl_addr_conflict +861 net/ipv6/ip6_gre.c\n"
  "\n"
- "c12b395a46646b xeb@mail.ru 2012-08-10  846  \n"
- "c12b395a46646b xeb@mail.ru 2012-08-10  847  /**\n"
+ "c12b395a46646b xeb(a)mail.ru 2012-08-10  846  \n"
+ "c12b395a46646b xeb(a)mail.ru 2012-08-10  847  /**\n"
  "7ccbdff13e8df6 Sun Lianwen 2018-05-03  848   * ip6gre_tnl_addr_conflict - compare packet addresses to tunnel's own\n"
- "c12b395a46646b xeb@mail.ru 2012-08-10  849   *   @t: the outgoing tunnel device\n"
- "c12b395a46646b xeb@mail.ru 2012-08-10  850   *   @hdr: IPv6 header from the incoming packet\n"
- "c12b395a46646b xeb@mail.ru 2012-08-10  851   *\n"
- "c12b395a46646b xeb@mail.ru 2012-08-10  852   * Description:\n"
- "c12b395a46646b xeb@mail.ru 2012-08-10  853   *   Avoid trivial tunneling loop by checking that tunnel exit-point\n"
- "c12b395a46646b xeb@mail.ru 2012-08-10  854   *   doesn't match source of incoming packet.\n"
- "c12b395a46646b xeb@mail.ru 2012-08-10  855   *\n"
- "c12b395a46646b xeb@mail.ru 2012-08-10  856   * Return:\n"
- "c12b395a46646b xeb@mail.ru 2012-08-10  857   *   1 if conflict,\n"
- "c12b395a46646b xeb@mail.ru 2012-08-10  858   *   0 else\n"
- "c12b395a46646b xeb@mail.ru 2012-08-10  859   **/\n"
- "c12b395a46646b xeb@mail.ru 2012-08-10  860  \n"
- "c12b395a46646b xeb@mail.ru 2012-08-10 @861  static inline bool ip6gre_tnl_addr_conflict(const struct ip6_tnl *t,\n"
- "c12b395a46646b xeb@mail.ru 2012-08-10  862  \tconst struct ipv6hdr *hdr)\n"
- "c12b395a46646b xeb@mail.ru 2012-08-10  863  {\n"
- "c12b395a46646b xeb@mail.ru 2012-08-10  864  \treturn ipv6_addr_equal(&t->parms.raddr, &hdr->saddr);\n"
- "c12b395a46646b xeb@mail.ru 2012-08-10  865  }\n"
- "c12b395a46646b xeb@mail.ru 2012-08-10  866  \n"
+ "c12b395a46646b xeb(a)mail.ru 2012-08-10  849   *   @t: the outgoing tunnel device\n"
+ "c12b395a46646b xeb(a)mail.ru 2012-08-10  850   *   @hdr: IPv6 header from the incoming packet\n"
+ "c12b395a46646b xeb(a)mail.ru 2012-08-10  851   *\n"
+ "c12b395a46646b xeb(a)mail.ru 2012-08-10  852   * Description:\n"
+ "c12b395a46646b xeb(a)mail.ru 2012-08-10  853   *   Avoid trivial tunneling loop by checking that tunnel exit-point\n"
+ "c12b395a46646b xeb(a)mail.ru 2012-08-10  854   *   doesn't match source of incoming packet.\n"
+ "c12b395a46646b xeb(a)mail.ru 2012-08-10  855   *\n"
+ "c12b395a46646b xeb(a)mail.ru 2012-08-10  856   * Return:\n"
+ "c12b395a46646b xeb(a)mail.ru 2012-08-10  857   *   1 if conflict,\n"
+ "c12b395a46646b xeb(a)mail.ru 2012-08-10  858   *   0 else\n"
+ "c12b395a46646b xeb(a)mail.ru 2012-08-10  859   **/\n"
+ "c12b395a46646b xeb(a)mail.ru 2012-08-10  860  \n"
+ "c12b395a46646b xeb(a)mail.ru 2012-08-10 @861  static inline bool ip6gre_tnl_addr_conflict(const struct ip6_tnl *t,\n"
+ "c12b395a46646b xeb(a)mail.ru 2012-08-10  862  \tconst struct ipv6hdr *hdr)\n"
+ "c12b395a46646b xeb(a)mail.ru 2012-08-10  863  {\n"
+ "c12b395a46646b xeb(a)mail.ru 2012-08-10  864  \treturn ipv6_addr_equal(&t->parms.raddr, &hdr->saddr);\n"
+ "c12b395a46646b xeb(a)mail.ru 2012-08-10  865  }\n"
+ "c12b395a46646b xeb(a)mail.ru 2012-08-10  866  \n"
  "\n"
  ":::::: The code at line 861 was first introduced by commit\n"
  ":::::: c12b395a46646bab69089ce7016ac78177f6001f gre: Support GRE over IPv6\n"
  "\n"
- ":::::: TO: xeb@mail.ru <xeb@mail.ru>\n"
+ ":::::: TO: xeb(a)mail.ru <xeb@mail.ru>\n"
  ":::::: CC: David S. Miller <davem@davemloft.net>\n"
  "\n"
  "---\n"
  "0-DAY CI Kernel Test Service, Intel Corporation\n"
- https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
+ https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
 
-32de456358da2d9cac749752549ffe4fa39fc58ddbfbbc7d457445bd07e0c1d4
+f87ffb64634f128226c0fc4a50d04346d098fd1916e16d09f5be8cfd92de5fb8

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.