All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20200930071151.GA1152145@PWN>

diff --git a/a/1.txt b/N1/1.txt
index f5ceebf..487f15a 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -160,7 +160,7 @@ I see, that will also make handling built-in fonts much easier!
 > 
 > I think for vc_date->vc_font we might need a multi-step approach:
 > - first add a new helper function which sets the font for a vc using
-> an uapi console_font struct (and probably hard-coded assumes cnt =
+> an uapi console_font struct (and probably hard-coded assumes cnt ==
 > 256.
 
 But user fonts may have a charcount different to 256... But yes I'll try
@@ -229,3 +229,8 @@ Sure, I'll start from this, then cleaning up these dummy functions, then
 `vc_data`. Thank you for the insights!
 
 Peilin Ye
+
+_______________________________________________
+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/N1/content_digest
index 08a9256..c0f8154 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -6,12 +6,11 @@
  "ref\020200929123420.GA1143575@PWN\0"
  "ref\0CAKMK7uFY2zv0adjKJ_ORVFT7Zzwn075MaU0rEU7_FuqENLR=UA@mail.gmail.com\0"
  "From\0Peilin Ye <yepeilin.cs@gmail.com>\0"
- "Subject\0Re: [PATCH 0/3] Prevent out-of-bounds access for built-in font data buffers\0"
- "Date\0Wed, 30 Sep 2020 07:11:51 +0000\0"
+ "Subject\0Re: [Linux-kernel-mentees] [PATCH 0/3] Prevent out-of-bounds access for built-in font data buffers\0"
+ "Date\0Wed, 30 Sep 2020 03:11:51 -0400\0"
  "To\0Daniel Vetter <daniel@ffwll.ch>\0"
  "Cc\0Linux Fbdev development list <linux-fbdev@vger.kernel.org>"
   Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
-  Greg Kroah-Hartman <gregkh@linuxfoundation.org>
   syzkaller-bugs <syzkaller-bugs@googlegroups.com>
   Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
   dri-devel <dri-devel@lists.freedesktop.org>
@@ -181,7 +180,7 @@
  "> \n"
  "> I think for vc_date->vc_font we might need a multi-step approach:\n"
  "> - first add a new helper function which sets the font for a vc using\n"
- "> an uapi console_font struct (and probably hard-coded assumes cnt =\n"
+ "> an uapi console_font struct (and probably hard-coded assumes cnt ==\n"
  "> 256.\n"
  "\n"
  "But user fonts may have a charcount different to 256... But yes I'll try\n"
@@ -249,6 +248,11 @@
  "Sure, I'll start from this, then cleaning up these dummy functions, then\n"
  "`vc_data`. Thank you for the insights!\n"
  "\n"
- Peilin Ye
+ "Peilin Ye\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
 
-8cb937d70102b21ca8e974cc68e24eeb8247d6d270cdd225852be9a096ccee6f
+af4d7f911e7fed29e272cd8baefaf23d1388dc1fc3e11e9feeac0c234a821245

diff --git a/a/1.txt b/N2/1.txt
index f5ceebf..5f545d6 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -160,7 +160,7 @@ I see, that will also make handling built-in fonts much easier!
 > 
 > I think for vc_date->vc_font we might need a multi-step approach:
 > - first add a new helper function which sets the font for a vc using
-> an uapi console_font struct (and probably hard-coded assumes cnt =
+> an uapi console_font struct (and probably hard-coded assumes cnt ==
 > 256.
 
 But user fonts may have a charcount different to 256... But yes I'll try
@@ -229,3 +229,8 @@ Sure, I'll start from this, then cleaning up these dummy functions, then
 `vc_data`. Thank you for the insights!
 
 Peilin Ye
+
+_______________________________________________
+dri-devel mailing list
+dri-devel@lists.freedesktop.org
+https://lists.freedesktop.org/mailman/listinfo/dri-devel
diff --git a/a/content_digest b/N2/content_digest
index 08a9256..4420957 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -7,7 +7,7 @@
  "ref\0CAKMK7uFY2zv0adjKJ_ORVFT7Zzwn075MaU0rEU7_FuqENLR=UA@mail.gmail.com\0"
  "From\0Peilin Ye <yepeilin.cs@gmail.com>\0"
  "Subject\0Re: [PATCH 0/3] Prevent out-of-bounds access for built-in font data buffers\0"
- "Date\0Wed, 30 Sep 2020 07:11:51 +0000\0"
+ "Date\0Wed, 30 Sep 2020 03:11:51 -0400\0"
  "To\0Daniel Vetter <daniel@ffwll.ch>\0"
  "Cc\0Linux Fbdev development list <linux-fbdev@vger.kernel.org>"
   Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
@@ -181,7 +181,7 @@
  "> \n"
  "> I think for vc_date->vc_font we might need a multi-step approach:\n"
  "> - first add a new helper function which sets the font for a vc using\n"
- "> an uapi console_font struct (and probably hard-coded assumes cnt =\n"
+ "> an uapi console_font struct (and probably hard-coded assumes cnt ==\n"
  "> 256.\n"
  "\n"
  "But user fonts may have a charcount different to 256... But yes I'll try\n"
@@ -249,6 +249,11 @@
  "Sure, I'll start from this, then cleaning up these dummy functions, then\n"
  "`vc_data`. Thank you for the insights!\n"
  "\n"
- Peilin Ye
+ "Peilin Ye\n"
+ "\n"
+ "_______________________________________________\n"
+ "dri-devel mailing list\n"
+ "dri-devel@lists.freedesktop.org\n"
+ https://lists.freedesktop.org/mailman/listinfo/dri-devel
 
-8cb937d70102b21ca8e974cc68e24eeb8247d6d270cdd225852be9a096ccee6f
+d40a025133c422b311d8c5ccd1dded80ea3dfe220379ccf80e170ee7766944fd

diff --git a/a/1.txt b/N3/1.txt
index f5ceebf..7d68635 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -160,7 +160,7 @@ I see, that will also make handling built-in fonts much easier!
 > 
 > I think for vc_date->vc_font we might need a multi-step approach:
 > - first add a new helper function which sets the font for a vc using
-> an uapi console_font struct (and probably hard-coded assumes cnt =
+> an uapi console_font struct (and probably hard-coded assumes cnt ==
 > 256.
 
 But user fonts may have a charcount different to 256... But yes I'll try
diff --git a/a/content_digest b/N3/content_digest
index 08a9256..56990ca 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -7,16 +7,16 @@
  "ref\0CAKMK7uFY2zv0adjKJ_ORVFT7Zzwn075MaU0rEU7_FuqENLR=UA@mail.gmail.com\0"
  "From\0Peilin Ye <yepeilin.cs@gmail.com>\0"
  "Subject\0Re: [PATCH 0/3] Prevent out-of-bounds access for built-in font data buffers\0"
- "Date\0Wed, 30 Sep 2020 07:11:51 +0000\0"
+ "Date\0Wed, 30 Sep 2020 03:11:51 -0400\0"
  "To\0Daniel Vetter <daniel@ffwll.ch>\0"
- "Cc\0Linux Fbdev development list <linux-fbdev@vger.kernel.org>"
-  Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
+ "Cc\0Jiri Slaby <jirislaby@kernel.org>"
   Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-  syzkaller-bugs <syzkaller-bugs@googlegroups.com>
-  Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
+  Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
   dri-devel <dri-devel@lists.freedesktop.org>
-  Jiri Slaby <jirislaby@kernel.org>
- " linux-kernel-mentees@lists.linuxfoundation.org\0"
+  Linux Fbdev development list <linux-fbdev@vger.kernel.org>
+  linux-kernel-mentees@lists.linuxfoundation.org
+  syzkaller-bugs <syzkaller-bugs@googlegroups.com>
+ " Linux Kernel Mailing List <linux-kernel@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "On Tue, Sep 29, 2020 at 04:38:49PM +0200, Daniel Vetter wrote:\n"
@@ -181,7 +181,7 @@
  "> \n"
  "> I think for vc_date->vc_font we might need a multi-step approach:\n"
  "> - first add a new helper function which sets the font for a vc using\n"
- "> an uapi console_font struct (and probably hard-coded assumes cnt =\n"
+ "> an uapi console_font struct (and probably hard-coded assumes cnt ==\n"
  "> 256.\n"
  "\n"
  "But user fonts may have a charcount different to 256... But yes I'll try\n"
@@ -251,4 +251,4 @@
  "\n"
  Peilin Ye
 
-8cb937d70102b21ca8e974cc68e24eeb8247d6d270cdd225852be9a096ccee6f
+14f84a323630100aa34a0dadd6c1e7fb420821a16c0f9fce62e2dfeb782afd89

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.