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

diff --git a/a/1.txt b/N1/1.txt
index 9769c83..7f7dfa6 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,13 +1,6 @@
-CC: kbuild-all(a)lists.01.org
-BCC: lkp(a)intel.com
-CC: linux-kernel(a)vger.kernel.org
-TO: Krzysztof Kozlowski <krzk@kernel.org>
-
 tree:   https://github.com/krzk/linux n/qcom-ufs-opp-v2
 head:   bf7d30c9329c87f06dff42b303a9bcfd2e1f54eb
 commit: be46c855d54f763bfb95424e5204fe7496e2ee5f [14/16] PM: opp: allow control of multiple clocks
-:::::: branch date: 3 days ago
-:::::: commit date: 3 days ago
 config: i386-randconfig-m021 (https://download.01.org/0day-ci/archive/20220415/202204150900.qnJMf3Gu-lkp(a)intel.com/config)
 compiler: gcc-11 (Debian 11.2.0-19) 11.2.0
 
@@ -25,18 +18,6 @@ drivers/opp/core.c:2884 dev_pm_opp_adjust_voltage() warn: passing a valid pointe
 
 vim +/ret +1215 drivers/opp/core.c
 
-386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1143  
-386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1144  /**
-386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1145   * dev_pm_opp_set_rate() - Configure new OPP based on frequency
-386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1146   * @dev:	 device for which we do this operation
-386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1147   * @target_freq: frequency to achieve
-386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1148   *
-386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1149   * This configures the power-supplies to the levels specified by the OPP
-386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1150   * corresponding to the target_freq, and programs the clock to a value <=
-386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1151   * target_freq, as rounded by clk_round_rate(). Device wanting to run@fmax
-386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1152   * provided by the opp, should have already rounded to the target OPP's
-386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1153   * frequency.
-386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1154   */
 386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1155  int dev_pm_opp_set_rate(struct device *dev, unsigned long target_freq)
 386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1156  {
 386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1157  	struct opp_table *opp_table;
@@ -63,6 +44,9 @@ be46c855d54f76 drivers/opp/core.c            Krzysztof Kozlowski 2022-04-05  117
 be46c855d54f76 drivers/opp/core.c            Krzysztof Kozlowski 2022-04-05  1178  				ret = _generic_set_opp_clk_only(dev,
 be46c855d54f76 drivers/opp/core.c            Krzysztof Kozlowski 2022-04-05  1179  								opp_table->clks[0],
 be46c855d54f76 drivers/opp/core.c            Krzysztof Kozlowski 2022-04-05  1180  								target_freq);
+
+"ret" not initialized on else path.
+
 386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1181  			goto put_opp_table;
 386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1182  		}
 386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1183  
@@ -99,14 +83,6 @@ be46c855d54f76 drivers/opp/core.c            Krzysztof Kozlowski 2022-04-05  120
 5b650b388844f2 drivers/base/power/opp/core.c Viresh Kumar        2017-01-23  1214  	dev_pm_opp_put_opp_table(opp_table);
 052c6f19141dd1 drivers/base/power/opp/core.c Viresh Kumar        2017-01-23 @1215  	return ret;
 6a0712f6f199e7 drivers/base/power/opp/core.c Viresh Kumar        2016-02-09  1216  }
-6a0712f6f199e7 drivers/base/power/opp/core.c Viresh Kumar        2016-02-09  1217  EXPORT_SYMBOL_GPL(dev_pm_opp_set_rate);
-6a0712f6f199e7 drivers/base/power/opp/core.c Viresh Kumar        2016-02-09  1218  
-
-:::::: The code at line 1215 was first introduced by commit
-:::::: 052c6f19141dd13f266cc465fde6f38ddc93d5fb PM / OPP: Move away from RCU locking
-
-:::::: TO: Viresh Kumar <viresh.kumar@linaro.org>
-:::::: CC: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
 
 -- 
 0-DAY CI Kernel Test Service
diff --git a/a/content_digest b/N1/content_digest
index 197f33a..00f7aa0 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,19 +1,12 @@
- "From\0kernel test robot <lkp@intel.com>\0"
+ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0[krzk-github:n/qcom-ufs-opp-v2 14/16] drivers/opp/core.c:1215 dev_pm_opp_set_rate() error: uninitialized symbol 'ret'.\0"
- "Date\0Fri, 15 Apr 2022 09:34:09 +0800\0"
- "To\0kbuild@lists.01.org\0"
+ "Date\0Fri, 15 Apr 2022 09:45:47 +0300\0"
+ "To\0kbuild-all@lists.01.org\0"
  "\01:1\0"
  "b\0"
- "CC: kbuild-all(a)lists.01.org\n"
- "BCC: lkp(a)intel.com\n"
- "CC: linux-kernel(a)vger.kernel.org\n"
- "TO: Krzysztof Kozlowski <krzk@kernel.org>\n"
- "\n"
  "tree:   https://github.com/krzk/linux n/qcom-ufs-opp-v2\n"
  "head:   bf7d30c9329c87f06dff42b303a9bcfd2e1f54eb\n"
  "commit: be46c855d54f763bfb95424e5204fe7496e2ee5f [14/16] PM: opp: allow control of multiple clocks\n"
- ":::::: branch date: 3 days ago\n"
- ":::::: commit date: 3 days ago\n"
  "config: i386-randconfig-m021 (https://download.01.org/0day-ci/archive/20220415/202204150900.qnJMf3Gu-lkp(a)intel.com/config)\n"
  "compiler: gcc-11 (Debian 11.2.0-19) 11.2.0\n"
  "\n"
@@ -31,18 +24,6 @@
  "\n"
  "vim +/ret +1215 drivers/opp/core.c\n"
  "\n"
- "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1143  \n"
- "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1144  /**\n"
- "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1145   * dev_pm_opp_set_rate() - Configure new OPP based on frequency\n"
- "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1146   * @dev:\t device for which we do this operation\n"
- "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1147   * @target_freq: frequency to achieve\n"
- "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1148   *\n"
- "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1149   * This configures the power-supplies to the levels specified by the OPP\n"
- "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1150   * corresponding to the target_freq, and programs the clock to a value <=\n"
- "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1151   * target_freq, as rounded by clk_round_rate(). Device wanting to run@fmax\n"
- "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1152   * provided by the opp, should have already rounded to the target OPP's\n"
- "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1153   * frequency.\n"
- "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1154   */\n"
  "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1155  int dev_pm_opp_set_rate(struct device *dev, unsigned long target_freq)\n"
  "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1156  {\n"
  "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1157  \tstruct opp_table *opp_table;\n"
@@ -69,6 +50,9 @@
  "be46c855d54f76 drivers/opp/core.c            Krzysztof Kozlowski 2022-04-05  1178  \t\t\t\tret = _generic_set_opp_clk_only(dev,\n"
  "be46c855d54f76 drivers/opp/core.c            Krzysztof Kozlowski 2022-04-05  1179  \t\t\t\t\t\t\t\topp_table->clks[0],\n"
  "be46c855d54f76 drivers/opp/core.c            Krzysztof Kozlowski 2022-04-05  1180  \t\t\t\t\t\t\t\ttarget_freq);\n"
+ "\n"
+ "\"ret\" not initialized on else path.\n"
+ "\n"
  "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1181  \t\t\tgoto put_opp_table;\n"
  "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1182  \t\t}\n"
  "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1183  \n"
@@ -105,17 +89,9 @@
  "5b650b388844f2 drivers/base/power/opp/core.c Viresh Kumar        2017-01-23  1214  \tdev_pm_opp_put_opp_table(opp_table);\n"
  "052c6f19141dd1 drivers/base/power/opp/core.c Viresh Kumar        2017-01-23 @1215  \treturn ret;\n"
  "6a0712f6f199e7 drivers/base/power/opp/core.c Viresh Kumar        2016-02-09  1216  }\n"
- "6a0712f6f199e7 drivers/base/power/opp/core.c Viresh Kumar        2016-02-09  1217  EXPORT_SYMBOL_GPL(dev_pm_opp_set_rate);\n"
- "6a0712f6f199e7 drivers/base/power/opp/core.c Viresh Kumar        2016-02-09  1218  \n"
- "\n"
- ":::::: The code at line 1215 was first introduced by commit\n"
- ":::::: 052c6f19141dd13f266cc465fde6f38ddc93d5fb PM / OPP: Move away from RCU locking\n"
- "\n"
- ":::::: TO: Viresh Kumar <viresh.kumar@linaro.org>\n"
- ":::::: CC: Rafael J. Wysocki <rafael.j.wysocki@intel.com>\n"
  "\n"
  "-- \n"
  "0-DAY CI Kernel Test Service\n"
  https://01.org/lkp
 
-19197a8100a07c152bb91a02cf77206c0b0e72368e853bbecf651444356c0f31
+438d771c182edd43a45b8470abb6f2a3f3cb6b40f142fc81ce1fee5320448b20

diff --git a/a/1.txt b/N2/1.txt
index 9769c83..47be525 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,14 +1,7 @@
-CC: kbuild-all(a)lists.01.org
-BCC: lkp(a)intel.com
-CC: linux-kernel(a)vger.kernel.org
-TO: Krzysztof Kozlowski <krzk@kernel.org>
-
 tree:   https://github.com/krzk/linux n/qcom-ufs-opp-v2
 head:   bf7d30c9329c87f06dff42b303a9bcfd2e1f54eb
 commit: be46c855d54f763bfb95424e5204fe7496e2ee5f [14/16] PM: opp: allow control of multiple clocks
-:::::: branch date: 3 days ago
-:::::: commit date: 3 days ago
-config: i386-randconfig-m021 (https://download.01.org/0day-ci/archive/20220415/202204150900.qnJMf3Gu-lkp(a)intel.com/config)
+config: i386-randconfig-m021 (https://download.01.org/0day-ci/archive/20220415/202204150900.qnJMf3Gu-lkp@intel.com/config)
 compiler: gcc-11 (Debian 11.2.0-19) 11.2.0
 
 If you fix the issue, kindly add following tag as appropriate
@@ -25,18 +18,6 @@ drivers/opp/core.c:2884 dev_pm_opp_adjust_voltage() warn: passing a valid pointe
 
 vim +/ret +1215 drivers/opp/core.c
 
-386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1143  
-386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1144  /**
-386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1145   * dev_pm_opp_set_rate() - Configure new OPP based on frequency
-386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1146   * @dev:	 device for which we do this operation
-386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1147   * @target_freq: frequency to achieve
-386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1148   *
-386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1149   * This configures the power-supplies to the levels specified by the OPP
-386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1150   * corresponding to the target_freq, and programs the clock to a value <=
-386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1151   * target_freq, as rounded by clk_round_rate(). Device wanting to run@fmax
-386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1152   * provided by the opp, should have already rounded to the target OPP's
-386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1153   * frequency.
-386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1154   */
 386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1155  int dev_pm_opp_set_rate(struct device *dev, unsigned long target_freq)
 386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1156  {
 386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1157  	struct opp_table *opp_table;
@@ -63,6 +44,9 @@ be46c855d54f76 drivers/opp/core.c            Krzysztof Kozlowski 2022-04-05  117
 be46c855d54f76 drivers/opp/core.c            Krzysztof Kozlowski 2022-04-05  1178  				ret = _generic_set_opp_clk_only(dev,
 be46c855d54f76 drivers/opp/core.c            Krzysztof Kozlowski 2022-04-05  1179  								opp_table->clks[0],
 be46c855d54f76 drivers/opp/core.c            Krzysztof Kozlowski 2022-04-05  1180  								target_freq);
+
+"ret" not initialized on else path.
+
 386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1181  			goto put_opp_table;
 386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1182  		}
 386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1183  
@@ -99,14 +83,6 @@ be46c855d54f76 drivers/opp/core.c            Krzysztof Kozlowski 2022-04-05  120
 5b650b388844f2 drivers/base/power/opp/core.c Viresh Kumar        2017-01-23  1214  	dev_pm_opp_put_opp_table(opp_table);
 052c6f19141dd1 drivers/base/power/opp/core.c Viresh Kumar        2017-01-23 @1215  	return ret;
 6a0712f6f199e7 drivers/base/power/opp/core.c Viresh Kumar        2016-02-09  1216  }
-6a0712f6f199e7 drivers/base/power/opp/core.c Viresh Kumar        2016-02-09  1217  EXPORT_SYMBOL_GPL(dev_pm_opp_set_rate);
-6a0712f6f199e7 drivers/base/power/opp/core.c Viresh Kumar        2016-02-09  1218  
-
-:::::: The code at line 1215 was first introduced by commit
-:::::: 052c6f19141dd13f266cc465fde6f38ddc93d5fb PM / OPP: Move away from RCU locking
-
-:::::: TO: Viresh Kumar <viresh.kumar@linaro.org>
-:::::: CC: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
 
 -- 
 0-DAY CI Kernel Test Service
diff --git a/a/content_digest b/N2/content_digest
index 197f33a..e13ac17 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,20 +1,17 @@
- "From\0kernel test robot <lkp@intel.com>\0"
+ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0[krzk-github:n/qcom-ufs-opp-v2 14/16] drivers/opp/core.c:1215 dev_pm_opp_set_rate() error: uninitialized symbol 'ret'.\0"
- "Date\0Fri, 15 Apr 2022 09:34:09 +0800\0"
- "To\0kbuild@lists.01.org\0"
- "\01:1\0"
+ "Date\0Fri, 15 Apr 2022 09:45:47 +0300\0"
+ "To\0kbuild@lists.01.org"
+ " Krzysztof Kozlowski <krzk@kernel.org>\0"
+ "Cc\0lkp@intel.com"
+  kbuild-all@lists.01.org
+ " linux-kernel@vger.kernel.org\0"
+ "\00:1\0"
  "b\0"
- "CC: kbuild-all(a)lists.01.org\n"
- "BCC: lkp(a)intel.com\n"
- "CC: linux-kernel(a)vger.kernel.org\n"
- "TO: Krzysztof Kozlowski <krzk@kernel.org>\n"
- "\n"
  "tree:   https://github.com/krzk/linux n/qcom-ufs-opp-v2\n"
  "head:   bf7d30c9329c87f06dff42b303a9bcfd2e1f54eb\n"
  "commit: be46c855d54f763bfb95424e5204fe7496e2ee5f [14/16] PM: opp: allow control of multiple clocks\n"
- ":::::: branch date: 3 days ago\n"
- ":::::: commit date: 3 days ago\n"
- "config: i386-randconfig-m021 (https://download.01.org/0day-ci/archive/20220415/202204150900.qnJMf3Gu-lkp(a)intel.com/config)\n"
+ "config: i386-randconfig-m021 (https://download.01.org/0day-ci/archive/20220415/202204150900.qnJMf3Gu-lkp@intel.com/config)\n"
  "compiler: gcc-11 (Debian 11.2.0-19) 11.2.0\n"
  "\n"
  "If you fix the issue, kindly add following tag as appropriate\n"
@@ -31,18 +28,6 @@
  "\n"
  "vim +/ret +1215 drivers/opp/core.c\n"
  "\n"
- "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1143  \n"
- "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1144  /**\n"
- "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1145   * dev_pm_opp_set_rate() - Configure new OPP based on frequency\n"
- "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1146   * @dev:\t device for which we do this operation\n"
- "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1147   * @target_freq: frequency to achieve\n"
- "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1148   *\n"
- "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1149   * This configures the power-supplies to the levels specified by the OPP\n"
- "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1150   * corresponding to the target_freq, and programs the clock to a value <=\n"
- "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1151   * target_freq, as rounded by clk_round_rate(). Device wanting to run@fmax\n"
- "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1152   * provided by the opp, should have already rounded to the target OPP's\n"
- "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1153   * frequency.\n"
- "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1154   */\n"
  "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1155  int dev_pm_opp_set_rate(struct device *dev, unsigned long target_freq)\n"
  "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1156  {\n"
  "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1157  \tstruct opp_table *opp_table;\n"
@@ -69,6 +54,9 @@
  "be46c855d54f76 drivers/opp/core.c            Krzysztof Kozlowski 2022-04-05  1178  \t\t\t\tret = _generic_set_opp_clk_only(dev,\n"
  "be46c855d54f76 drivers/opp/core.c            Krzysztof Kozlowski 2022-04-05  1179  \t\t\t\t\t\t\t\topp_table->clks[0],\n"
  "be46c855d54f76 drivers/opp/core.c            Krzysztof Kozlowski 2022-04-05  1180  \t\t\t\t\t\t\t\ttarget_freq);\n"
+ "\n"
+ "\"ret\" not initialized on else path.\n"
+ "\n"
  "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1181  \t\t\tgoto put_opp_table;\n"
  "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1182  \t\t}\n"
  "386ba854d9f316 drivers/opp/core.c            Viresh Kumar        2021-01-21  1183  \n"
@@ -105,17 +93,9 @@
  "5b650b388844f2 drivers/base/power/opp/core.c Viresh Kumar        2017-01-23  1214  \tdev_pm_opp_put_opp_table(opp_table);\n"
  "052c6f19141dd1 drivers/base/power/opp/core.c Viresh Kumar        2017-01-23 @1215  \treturn ret;\n"
  "6a0712f6f199e7 drivers/base/power/opp/core.c Viresh Kumar        2016-02-09  1216  }\n"
- "6a0712f6f199e7 drivers/base/power/opp/core.c Viresh Kumar        2016-02-09  1217  EXPORT_SYMBOL_GPL(dev_pm_opp_set_rate);\n"
- "6a0712f6f199e7 drivers/base/power/opp/core.c Viresh Kumar        2016-02-09  1218  \n"
- "\n"
- ":::::: The code at line 1215 was first introduced by commit\n"
- ":::::: 052c6f19141dd13f266cc465fde6f38ddc93d5fb PM / OPP: Move away from RCU locking\n"
- "\n"
- ":::::: TO: Viresh Kumar <viresh.kumar@linaro.org>\n"
- ":::::: CC: Rafael J. Wysocki <rafael.j.wysocki@intel.com>\n"
  "\n"
  "-- \n"
  "0-DAY CI Kernel Test Service\n"
  https://01.org/lkp
 
-19197a8100a07c152bb91a02cf77206c0b0e72368e853bbecf651444356c0f31
+ff00d22790b0ba3aaf168c10b93454b297dc4572d9041e8d89b3fa9dd16f2cd1

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.