All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20171019002412.GA14493@localhost.localdomain>

diff --git a/a/1.txt b/N1/1.txt
index bf7b8d5..4cc5cde 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -4,7 +4,7 @@ On Tue, Oct 17, 2017 at 10:02:50AM +0200, Geert Uytterhoeven wrote:
 > CC iommu
 > 
 > On Tue, Oct 17, 2017 at 9:30 AM, Yoshihiro Shimoda
-> <yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org> wrote:
+> <yoshihiro.shimoda.uh@renesas.com> wrote:
 > > Since the commit de3ee99b097d ("mmc: Delete bounce buffer handling")
 > > deletes the bounce buffer handling, a request data size will be referred
 > > to max_{req,seg}_size instead of MMC_QUEUE_BOUNCESZ (64k bytes).
@@ -18,8 +18,8 @@ On Tue, Oct 17, 2017 at 10:02:50AM +0200, Geert Uytterhoeven wrote:
 > > So, this patch fixes the issue to set max_blk_count to 512. Then,
 > > the max_{req,seg}_size will be set to 256k bytes.
 > >
-> > Reported-by: Dirk Behme <dirk.behme-V5te9oGctAVWk0Htik3J/w@public.gmane.org>
-> > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
+> > Reported-by: Dirk Behme <dirk.behme@de.bosch.com>
+> > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
 > 
 > Thanks for your patch!
 > 
diff --git a/a/content_digest b/N1/content_digest
index 4d71e01..a5f1abd 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,16 +1,16 @@
  "ref\01508225421-25405-1-git-send-email-yoshihiro.shimoda.uh@renesas.com\0"
  "ref\01508225421-25405-2-git-send-email-yoshihiro.shimoda.uh@renesas.com\0"
  "ref\0CAMuHMdXyY-gvQGn2UxhUDsdhdWUMmTA80z73PF14otvcKuTMaw@mail.gmail.com\0"
- "ref\0CAMuHMdXyY-gvQGn2UxhUDsdhdWUMmTA80z73PF14otvcKuTMaw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org\0"
- "From\0Konrad Rzeszutek Wilk <konrad-Gq0aWv8utHQdnm+yROfE0A@public.gmane.org>\0"
+ "From\0Konrad Rzeszutek Wilk <konrad@darnok.org>\0"
  "Subject\0Re: [PATCH 1/2] mmc: renesas_sdhi: fix swiotlb buffer is full\0"
  "Date\0Wed, 18 Oct 2017 20:24:14 -0400\0"
- "To\0Geert Uytterhoeven <geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>\0"
- "Cc\0Ulf Hansson <ulf.hansson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>"
-  Linux MMC List <linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
-  Linux-Renesas <linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
-  Wolfram Sang <wsa+renesas-jBu1N2QxHDJrcw3mvpCnnVaTQe2KTcn/@public.gmane.org>
- " iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org\0"
+ "To\0Geert Uytterhoeven <geert@linux-m68k.org>\0"
+ "Cc\0Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>"
+  Linux-Renesas <linux-renesas-soc@vger.kernel.org>
+  Wolfram Sang <wsa+renesas@sang-engineering.com>
+  Ulf Hansson <ulf.hansson@linaro.org>
+  Linux MMC List <linux-mmc@vger.kernel.org>
+ " iommu@lists.linux-foundation.org\0"
  "\00:1\0"
  "b\0"
  "On Tue, Oct 17, 2017 at 10:02:50AM +0200, Geert Uytterhoeven wrote:\n"
@@ -19,7 +19,7 @@
  "> CC iommu\n"
  "> \n"
  "> On Tue, Oct 17, 2017 at 9:30 AM, Yoshihiro Shimoda\n"
- "> <yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org> wrote:\n"
+ "> <yoshihiro.shimoda.uh@renesas.com> wrote:\n"
  "> > Since the commit de3ee99b097d (\"mmc: Delete bounce buffer handling\")\n"
  "> > deletes the bounce buffer handling, a request data size will be referred\n"
  "> > to max_{req,seg}_size instead of MMC_QUEUE_BOUNCESZ (64k bytes).\n"
@@ -33,8 +33,8 @@
  "> > So, this patch fixes the issue to set max_blk_count to 512. Then,\n"
  "> > the max_{req,seg}_size will be set to 256k bytes.\n"
  "> >\n"
- "> > Reported-by: Dirk Behme <dirk.behme-V5te9oGctAVWk0Htik3J/w@public.gmane.org>\n"
- "> > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>\n"
+ "> > Reported-by: Dirk Behme <dirk.behme@de.bosch.com>\n"
+ "> > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>\n"
  "> \n"
  "> Thanks for your patch!\n"
  "> \n"
@@ -61,4 +61,4 @@
  "\n"
  Yes. See 7453c549f5f6485c0d79cad7844870dcc7d1b34d, aka swiotlb_max_segment
 
-7edbdbf3bd042d72c78a19a568693ca0b489b7f9aa436b9a930917c695482372
+bfc2d9d0e668f6ed9be00475ffbd774e41507d460ef772da25a926115a5436a8

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.