All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <cover.1633353468.git.naveennaidu479@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index f89c1fb..55c2682 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -36,15 +36,22 @@ PATCH 8:
 Thanks,
 Naveen Naidu
 
+Changelog
+=========
+
+v2:
+  Apologies for the mistake, I forgot to cc the linux-pci mailing list.
+  Resent the email with cc to linux-pci.
+
 Naveen Naidu (8):
- [PATCH 1/8] PCI/AER: Remove ID from aer_agent_string[]
- [PATCH 2/8] PCI: Cleanup struct aer_err_info
- [PATCH 3/8] PCI/DPC: Initialize info->id in dpc_process_error()
- [PATCH 4/8] PCI/DPC: Use pci_aer_clear_status() in dpc_process_error()
- [PATCH 5/8] PCI/DPC: Converge EDR and DPC Path of clearing AER registers
- [PATCH 6/8] PCI/AER: Clear error device AER registers in aer_irq()
- [PATCH 7/8] PCI/ERR: Remove redundant clearing of AER register in pcie_do_recovery()
- [PATCH 8/8] PCI/AER: Include DEVCTL in aer_print_error()
+ [PATCH v2 1/8] PCI/AER: Remove ID from aer_agent_string[]
+ [PATCH v2 2/8] PCI: Cleanup struct aer_err_info
+ [PATCH v2 3/8] PCI/DPC: Initialize info->id in dpc_process_error()
+ [PATCH v2 4/8] PCI/DPC: Use pci_aer_clear_status() in dpc_process_error()
+ [PATCH v2 5/8] PCI/DPC: Converge EDR and DPC Path of clearing AER registers
+ [PATCH v2 6/8] PCI/AER: Clear error device AER registers in aer_irq()
+ [PATCH v2 7/8] PCI/ERR: Remove redundant clearing of AER register in pcie_do_recovery()
+ [PATCH v2 8/8] PCI/AER: Include DEVCTL in aer_print_error()
 
  drivers/pci/pci.h      |  23 +++-
  drivers/pci/pcie/aer.c | 265 ++++++++++++++++++++++++++++-------------
diff --git a/a/content_digest b/N1/content_digest
index f38d135..7a22eee 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,12 +1,13 @@
  "From\0Naveen Naidu <naveennaidu479@gmail.com>\0"
- "Subject\0[PATCH 0/8] Fix long standing AER Error Handling Issues\0"
- "Date\0Mon,  4 Oct 2021 19:22:35 +0530\0"
+ "Subject\0[PATCH v2 0/8] Fix long standing AER Error Handling Issues\0"
+ "Date\0Mon,  4 Oct 2021 19:36:26 +0530\0"
  "To\0bhelgaas@google.com"
   ruscur@russell.cc
  " oohall@gmail.com\0"
- "Cc\0linuxppc-dev@lists.ozlabs.org"
-  linux-kernel-mentees@lists.linuxfoundation.org
- " linux-kernel@vger.kernel.org\0"
+ "Cc\0linux-pci@vger.kernel.org"
+  linux-kernel@vger.kernel.org
+  linuxppc-dev@lists.ozlabs.org
+ " linux-kernel-mentees@lists.linuxfoundation.org\0"
  "\00:1\0"
  "b\0"
  "This patch series aims at fixing some of the AER error handling issues\n"
@@ -47,15 +48,22 @@
  "Thanks,\n"
  "Naveen Naidu\n"
  "\n"
+ "Changelog\n"
+ "=========\n"
+ "\n"
+ "v2:\n"
+ "  Apologies for the mistake, I forgot to cc the linux-pci mailing list.\n"
+ "  Resent the email with cc to linux-pci.\n"
+ "\n"
  "Naveen Naidu (8):\n"
- " [PATCH 1/8] PCI/AER: Remove ID from aer_agent_string[]\n"
- " [PATCH 2/8] PCI: Cleanup struct aer_err_info\n"
- " [PATCH 3/8] PCI/DPC: Initialize info->id in dpc_process_error()\n"
- " [PATCH 4/8] PCI/DPC: Use pci_aer_clear_status() in dpc_process_error()\n"
- " [PATCH 5/8] PCI/DPC: Converge EDR and DPC Path of clearing AER registers\n"
- " [PATCH 6/8] PCI/AER: Clear error device AER registers in aer_irq()\n"
- " [PATCH 7/8] PCI/ERR: Remove redundant clearing of AER register in pcie_do_recovery()\n"
- " [PATCH 8/8] PCI/AER: Include DEVCTL in aer_print_error()\n"
+ " [PATCH v2 1/8] PCI/AER: Remove ID from aer_agent_string[]\n"
+ " [PATCH v2 2/8] PCI: Cleanup struct aer_err_info\n"
+ " [PATCH v2 3/8] PCI/DPC: Initialize info->id in dpc_process_error()\n"
+ " [PATCH v2 4/8] PCI/DPC: Use pci_aer_clear_status() in dpc_process_error()\n"
+ " [PATCH v2 5/8] PCI/DPC: Converge EDR and DPC Path of clearing AER registers\n"
+ " [PATCH v2 6/8] PCI/AER: Clear error device AER registers in aer_irq()\n"
+ " [PATCH v2 7/8] PCI/ERR: Remove redundant clearing of AER register in pcie_do_recovery()\n"
+ " [PATCH v2 8/8] PCI/AER: Include DEVCTL in aer_print_error()\n"
  "\n"
  " drivers/pci/pci.h      |  23 +++-\n"
  " drivers/pci/pcie/aer.c | 265 ++++++++++++++++++++++++++++-------------\n"
@@ -71,4 +79,4 @@
  "Linux-kernel-mentees@lists.linuxfoundation.org\n"
  https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees
 
-2ec8ad9e6a0b7875ae21ee4c9bc2682a11b3d056d7438e032370fcd6ba437ab2
+66485dae23f6b64572a10da7c623a67305be4ac0ffacb465c08e5c7296a6fb20

diff --git a/a/1.txt b/N2/1.txt
index f89c1fb..50a2e04 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -36,15 +36,22 @@ PATCH 8:
 Thanks,
 Naveen Naidu
 
+Changelog
+=========
+
+v2:
+  Apologies for the mistake, I forgot to cc the linux-pci mailing list.
+  Resent the email with cc to linux-pci.
+
 Naveen Naidu (8):
- [PATCH 1/8] PCI/AER: Remove ID from aer_agent_string[]
- [PATCH 2/8] PCI: Cleanup struct aer_err_info
- [PATCH 3/8] PCI/DPC: Initialize info->id in dpc_process_error()
- [PATCH 4/8] PCI/DPC: Use pci_aer_clear_status() in dpc_process_error()
- [PATCH 5/8] PCI/DPC: Converge EDR and DPC Path of clearing AER registers
- [PATCH 6/8] PCI/AER: Clear error device AER registers in aer_irq()
- [PATCH 7/8] PCI/ERR: Remove redundant clearing of AER register in pcie_do_recovery()
- [PATCH 8/8] PCI/AER: Include DEVCTL in aer_print_error()
+ [PATCH v2 1/8] PCI/AER: Remove ID from aer_agent_string[]
+ [PATCH v2 2/8] PCI: Cleanup struct aer_err_info
+ [PATCH v2 3/8] PCI/DPC: Initialize info->id in dpc_process_error()
+ [PATCH v2 4/8] PCI/DPC: Use pci_aer_clear_status() in dpc_process_error()
+ [PATCH v2 5/8] PCI/DPC: Converge EDR and DPC Path of clearing AER registers
+ [PATCH v2 6/8] PCI/AER: Clear error device AER registers in aer_irq()
+ [PATCH v2 7/8] PCI/ERR: Remove redundant clearing of AER register in pcie_do_recovery()
+ [PATCH v2 8/8] PCI/AER: Include DEVCTL in aer_print_error()
 
  drivers/pci/pci.h      |  23 +++-
  drivers/pci/pcie/aer.c | 265 ++++++++++++++++++++++++++++-------------
@@ -54,8 +61,3 @@ Naveen Naidu (8):
 
 -- 
 2.25.1
-
-_______________________________________________
-Linux-kernel-mentees mailing list
-Linux-kernel-mentees@lists.linuxfoundation.org
-https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees
diff --git a/a/content_digest b/N2/content_digest
index f38d135..a98cdc6 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,12 +1,15 @@
  "From\0Naveen Naidu <naveennaidu479@gmail.com>\0"
- "Subject\0[PATCH 0/8] Fix long standing AER Error Handling Issues\0"
- "Date\0Mon,  4 Oct 2021 19:22:35 +0530\0"
+ "Subject\0[PATCH v2 0/8] Fix long standing AER Error Handling Issues\0"
+ "Date\0Mon,  4 Oct 2021 19:36:26 +0530\0"
  "To\0bhelgaas@google.com"
   ruscur@russell.cc
  " oohall@gmail.com\0"
- "Cc\0linuxppc-dev@lists.ozlabs.org"
+ "Cc\0Naveen Naidu <naveennaidu479@gmail.com>"
   linux-kernel-mentees@lists.linuxfoundation.org
- " linux-kernel@vger.kernel.org\0"
+  skhan@linuxfoundation.org
+  linux-kernel@vger.kernel.org
+  linuxppc-dev@lists.ozlabs.org
+ " linux-pci@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "This patch series aims at fixing some of the AER error handling issues\n"
@@ -47,15 +50,22 @@
  "Thanks,\n"
  "Naveen Naidu\n"
  "\n"
+ "Changelog\n"
+ "=========\n"
+ "\n"
+ "v2:\n"
+ "  Apologies for the mistake, I forgot to cc the linux-pci mailing list.\n"
+ "  Resent the email with cc to linux-pci.\n"
+ "\n"
  "Naveen Naidu (8):\n"
- " [PATCH 1/8] PCI/AER: Remove ID from aer_agent_string[]\n"
- " [PATCH 2/8] PCI: Cleanup struct aer_err_info\n"
- " [PATCH 3/8] PCI/DPC: Initialize info->id in dpc_process_error()\n"
- " [PATCH 4/8] PCI/DPC: Use pci_aer_clear_status() in dpc_process_error()\n"
- " [PATCH 5/8] PCI/DPC: Converge EDR and DPC Path of clearing AER registers\n"
- " [PATCH 6/8] PCI/AER: Clear error device AER registers in aer_irq()\n"
- " [PATCH 7/8] PCI/ERR: Remove redundant clearing of AER register in pcie_do_recovery()\n"
- " [PATCH 8/8] PCI/AER: Include DEVCTL in aer_print_error()\n"
+ " [PATCH v2 1/8] PCI/AER: Remove ID from aer_agent_string[]\n"
+ " [PATCH v2 2/8] PCI: Cleanup struct aer_err_info\n"
+ " [PATCH v2 3/8] PCI/DPC: Initialize info->id in dpc_process_error()\n"
+ " [PATCH v2 4/8] PCI/DPC: Use pci_aer_clear_status() in dpc_process_error()\n"
+ " [PATCH v2 5/8] PCI/DPC: Converge EDR and DPC Path of clearing AER registers\n"
+ " [PATCH v2 6/8] PCI/AER: Clear error device AER registers in aer_irq()\n"
+ " [PATCH v2 7/8] PCI/ERR: Remove redundant clearing of AER register in pcie_do_recovery()\n"
+ " [PATCH v2 8/8] PCI/AER: Include DEVCTL in aer_print_error()\n"
  "\n"
  " drivers/pci/pci.h      |  23 +++-\n"
  " drivers/pci/pcie/aer.c | 265 ++++++++++++++++++++++++++++-------------\n"
@@ -64,11 +74,6 @@
  " 4 files changed, 207 insertions(+), 99 deletions(-)\n"
  "\n"
  "-- \n"
- "2.25.1\n"
- "\n"
- "_______________________________________________\n"
- "Linux-kernel-mentees mailing list\n"
- "Linux-kernel-mentees@lists.linuxfoundation.org\n"
- https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees
+ 2.25.1
 
-2ec8ad9e6a0b7875ae21ee4c9bc2682a11b3d056d7438e032370fcd6ba437ab2
+69af8e0a06e5068d38f52a8096071f01050f39c795ad0133e3518c918ae4e385

diff --git a/a/1.txt b/N3/1.txt
index f89c1fb..ee5dcd6 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -54,8 +54,3 @@ Naveen Naidu (8):
 
 -- 
 2.25.1
-
-_______________________________________________
-Linux-kernel-mentees mailing list
-Linux-kernel-mentees@lists.linuxfoundation.org
-https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees
diff --git a/a/content_digest b/N3/content_digest
index f38d135..df7b802 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -4,9 +4,11 @@
  "To\0bhelgaas@google.com"
   ruscur@russell.cc
  " oohall@gmail.com\0"
- "Cc\0linuxppc-dev@lists.ozlabs.org"
+ "Cc\0Naveen Naidu <naveennaidu479@gmail.com>"
+  linuxppc-dev@lists.ozlabs.org
   linux-kernel-mentees@lists.linuxfoundation.org
- " linux-kernel@vger.kernel.org\0"
+  linux-kernel@vger.kernel.org
+ " skhan@linuxfoundation.org\0"
  "\00:1\0"
  "b\0"
  "This patch series aims at fixing some of the AER error handling issues\n"
@@ -64,11 +66,6 @@
  " 4 files changed, 207 insertions(+), 99 deletions(-)\n"
  "\n"
  "-- \n"
- "2.25.1\n"
- "\n"
- "_______________________________________________\n"
- "Linux-kernel-mentees mailing list\n"
- "Linux-kernel-mentees@lists.linuxfoundation.org\n"
- https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees
+ 2.25.1
 
-2ec8ad9e6a0b7875ae21ee4c9bc2682a11b3d056d7438e032370fcd6ba437ab2
+a6757a55f055231e6f2da3483e4c2b699fd59f833d8278015faab128592f52ad

diff --git a/a/1.txt b/N4/1.txt
index f89c1fb..50a2e04 100644
--- a/a/1.txt
+++ b/N4/1.txt
@@ -36,15 +36,22 @@ PATCH 8:
 Thanks,
 Naveen Naidu
 
+Changelog
+=========
+
+v2:
+  Apologies for the mistake, I forgot to cc the linux-pci mailing list.
+  Resent the email with cc to linux-pci.
+
 Naveen Naidu (8):
- [PATCH 1/8] PCI/AER: Remove ID from aer_agent_string[]
- [PATCH 2/8] PCI: Cleanup struct aer_err_info
- [PATCH 3/8] PCI/DPC: Initialize info->id in dpc_process_error()
- [PATCH 4/8] PCI/DPC: Use pci_aer_clear_status() in dpc_process_error()
- [PATCH 5/8] PCI/DPC: Converge EDR and DPC Path of clearing AER registers
- [PATCH 6/8] PCI/AER: Clear error device AER registers in aer_irq()
- [PATCH 7/8] PCI/ERR: Remove redundant clearing of AER register in pcie_do_recovery()
- [PATCH 8/8] PCI/AER: Include DEVCTL in aer_print_error()
+ [PATCH v2 1/8] PCI/AER: Remove ID from aer_agent_string[]
+ [PATCH v2 2/8] PCI: Cleanup struct aer_err_info
+ [PATCH v2 3/8] PCI/DPC: Initialize info->id in dpc_process_error()
+ [PATCH v2 4/8] PCI/DPC: Use pci_aer_clear_status() in dpc_process_error()
+ [PATCH v2 5/8] PCI/DPC: Converge EDR and DPC Path of clearing AER registers
+ [PATCH v2 6/8] PCI/AER: Clear error device AER registers in aer_irq()
+ [PATCH v2 7/8] PCI/ERR: Remove redundant clearing of AER register in pcie_do_recovery()
+ [PATCH v2 8/8] PCI/AER: Include DEVCTL in aer_print_error()
 
  drivers/pci/pci.h      |  23 +++-
  drivers/pci/pcie/aer.c | 265 ++++++++++++++++++++++++++++-------------
@@ -54,8 +61,3 @@ Naveen Naidu (8):
 
 -- 
 2.25.1
-
-_______________________________________________
-Linux-kernel-mentees mailing list
-Linux-kernel-mentees@lists.linuxfoundation.org
-https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees
diff --git a/a/content_digest b/N4/content_digest
index f38d135..baf7c2d 100644
--- a/a/content_digest
+++ b/N4/content_digest
@@ -1,12 +1,15 @@
  "From\0Naveen Naidu <naveennaidu479@gmail.com>\0"
- "Subject\0[PATCH 0/8] Fix long standing AER Error Handling Issues\0"
- "Date\0Mon,  4 Oct 2021 19:22:35 +0530\0"
+ "Subject\0[PATCH v2 0/8] Fix long standing AER Error Handling Issues\0"
+ "Date\0Mon,  4 Oct 2021 19:36:26 +0530\0"
  "To\0bhelgaas@google.com"
   ruscur@russell.cc
  " oohall@gmail.com\0"
- "Cc\0linuxppc-dev@lists.ozlabs.org"
-  linux-kernel-mentees@lists.linuxfoundation.org
- " linux-kernel@vger.kernel.org\0"
+ "Cc\0linux-pci@vger.kernel.org"
+  linux-kernel@vger.kernel.org
+  Naveen Naidu <naveennaidu479@gmail.com>
+  skhan@linuxfoundation.org
+  linuxppc-dev@lists.ozlabs.org
+ " linux-kernel-mentees@lists.linuxfoundation.org\0"
  "\00:1\0"
  "b\0"
  "This patch series aims at fixing some of the AER error handling issues\n"
@@ -47,15 +50,22 @@
  "Thanks,\n"
  "Naveen Naidu\n"
  "\n"
+ "Changelog\n"
+ "=========\n"
+ "\n"
+ "v2:\n"
+ "  Apologies for the mistake, I forgot to cc the linux-pci mailing list.\n"
+ "  Resent the email with cc to linux-pci.\n"
+ "\n"
  "Naveen Naidu (8):\n"
- " [PATCH 1/8] PCI/AER: Remove ID from aer_agent_string[]\n"
- " [PATCH 2/8] PCI: Cleanup struct aer_err_info\n"
- " [PATCH 3/8] PCI/DPC: Initialize info->id in dpc_process_error()\n"
- " [PATCH 4/8] PCI/DPC: Use pci_aer_clear_status() in dpc_process_error()\n"
- " [PATCH 5/8] PCI/DPC: Converge EDR and DPC Path of clearing AER registers\n"
- " [PATCH 6/8] PCI/AER: Clear error device AER registers in aer_irq()\n"
- " [PATCH 7/8] PCI/ERR: Remove redundant clearing of AER register in pcie_do_recovery()\n"
- " [PATCH 8/8] PCI/AER: Include DEVCTL in aer_print_error()\n"
+ " [PATCH v2 1/8] PCI/AER: Remove ID from aer_agent_string[]\n"
+ " [PATCH v2 2/8] PCI: Cleanup struct aer_err_info\n"
+ " [PATCH v2 3/8] PCI/DPC: Initialize info->id in dpc_process_error()\n"
+ " [PATCH v2 4/8] PCI/DPC: Use pci_aer_clear_status() in dpc_process_error()\n"
+ " [PATCH v2 5/8] PCI/DPC: Converge EDR and DPC Path of clearing AER registers\n"
+ " [PATCH v2 6/8] PCI/AER: Clear error device AER registers in aer_irq()\n"
+ " [PATCH v2 7/8] PCI/ERR: Remove redundant clearing of AER register in pcie_do_recovery()\n"
+ " [PATCH v2 8/8] PCI/AER: Include DEVCTL in aer_print_error()\n"
  "\n"
  " drivers/pci/pci.h      |  23 +++-\n"
  " drivers/pci/pcie/aer.c | 265 ++++++++++++++++++++++++++++-------------\n"
@@ -64,11 +74,6 @@
  " 4 files changed, 207 insertions(+), 99 deletions(-)\n"
  "\n"
  "-- \n"
- "2.25.1\n"
- "\n"
- "_______________________________________________\n"
- "Linux-kernel-mentees mailing list\n"
- "Linux-kernel-mentees@lists.linuxfoundation.org\n"
- https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees
+ 2.25.1
 
-2ec8ad9e6a0b7875ae21ee4c9bc2682a11b3d056d7438e032370fcd6ba437ab2
+a9f613eaf470a2bd36c1d3279c48f1eacc8974d8f60d2877a5ed825949cb0743

diff --git a/a/1.txt b/N5/1.txt
index f89c1fb..ee5dcd6 100644
--- a/a/1.txt
+++ b/N5/1.txt
@@ -54,8 +54,3 @@ Naveen Naidu (8):
 
 -- 
 2.25.1
-
-_______________________________________________
-Linux-kernel-mentees mailing list
-Linux-kernel-mentees@lists.linuxfoundation.org
-https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees
diff --git a/a/content_digest b/N5/content_digest
index f38d135..e3c3c07 100644
--- a/a/content_digest
+++ b/N5/content_digest
@@ -4,9 +4,11 @@
  "To\0bhelgaas@google.com"
   ruscur@russell.cc
  " oohall@gmail.com\0"
- "Cc\0linuxppc-dev@lists.ozlabs.org"
+ "Cc\0Naveen Naidu <naveennaidu479@gmail.com>"
   linux-kernel-mentees@lists.linuxfoundation.org
- " linux-kernel@vger.kernel.org\0"
+  skhan@linuxfoundation.org
+  linux-kernel@vger.kernel.org
+ " linuxppc-dev@lists.ozlabs.org\0"
  "\00:1\0"
  "b\0"
  "This patch series aims at fixing some of the AER error handling issues\n"
@@ -64,11 +66,6 @@
  " 4 files changed, 207 insertions(+), 99 deletions(-)\n"
  "\n"
  "-- \n"
- "2.25.1\n"
- "\n"
- "_______________________________________________\n"
- "Linux-kernel-mentees mailing list\n"
- "Linux-kernel-mentees@lists.linuxfoundation.org\n"
- https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees
+ 2.25.1
 
-2ec8ad9e6a0b7875ae21ee4c9bc2682a11b3d056d7438e032370fcd6ba437ab2
+61f1b89e79dfeb2d0b8709628b995a84afa70c8211cd9e877b0baaceab4bb797

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.