diff for duplicates of <4FAE595A.6010605@bfs.de> diff --git a/a/1.txt b/N1/1.txt index 4d1809a..5545410 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,7 +1,7 @@ Am 12.05.2012 12:59, schrieb Dan Carpenter: -> fault_reason = ARRAY_SIZE(irq_remap_fault_reasons) + 0x20 - 0x20 is one +> fault_reason == ARRAY_SIZE(irq_remap_fault_reasons) + 0x20 - 0x20 is one > past the end of the array. > > Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> @@ -10,7 +10,8 @@ Am 12.05.2012 12:59, schrieb Dan Carpenter: > index 5ef65cf..9390f3f 100644 > --- a/drivers/iommu/dmar.c > +++ b/drivers/iommu/dmar.c -> @@ -1057,7 +1057,7 @@ static const char *irq_remap_fault_reasons[] > +> @@ -1057,7 +1057,7 @@ static const char *irq_remap_fault_reasons[] = +> > const char *dmar_get_fault_reason(u8 fault_reason, int *fault_type) > { > - if (fault_reason >= 0x20 && (fault_reason <= 0x20 + diff --git a/a/content_digest b/N1/content_digest index db8c2dd..8f6553e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020120512105935.GA19472@elgon.mountain\0" "From\0walter harms <wharms@bfs.de>\0" "Subject\0Re: [patch] iommu: off by one in dmar_get_fault_reason()\0" - "Date\0Sat, 12 May 2012 12:36:42 +0000\0" + "Date\0Sat, 12 May 2012 14:36:42 +0200\0" "To\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Cc\0Suresh Siddha <suresh.b.siddha@intel.com>" Ingo Molnar <mingo@elte.hu> @@ -15,7 +15,7 @@ "\n" "\n" "Am 12.05.2012 12:59, schrieb Dan Carpenter:\n" - "> fault_reason = ARRAY_SIZE(irq_remap_fault_reasons) + 0x20 - 0x20 is one\n" + "> fault_reason == ARRAY_SIZE(irq_remap_fault_reasons) + 0x20 - 0x20 is one\n" "> past the end of the array.\n" "> \n" "> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>\n" @@ -24,7 +24,8 @@ "> index 5ef65cf..9390f3f 100644\n" "> --- a/drivers/iommu/dmar.c\n" "> +++ b/drivers/iommu/dmar.c\n" - "> @@ -1057,7 +1057,7 @@ static const char *irq_remap_fault_reasons[] > \n" + "> @@ -1057,7 +1057,7 @@ static const char *irq_remap_fault_reasons[] =\n" + "> \n" "> const char *dmar_get_fault_reason(u8 fault_reason, int *fault_type)\n" "> {\n" "> -\tif (fault_reason >= 0x20 && (fault_reason <= 0x20 +\n" @@ -39,4 +40,4 @@ "re,\n" wh -1db07f8c4913dcf20c9a641e2bd9a02cd012999967136ae0966397cbd88ffb1f +3b2032f531831ae2e1da2a907b0445ac62663e425f9461750d81c5e3cda8990e
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.