All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <c8a630f0-2745-3c3c-3e2f-e6515d39f75d@kernel.dk>

diff --git a/a/1.txt b/N1/1.txt
index 42ff58a..b2beee6 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -3,9 +3,9 @@ On 04/20/2017 04:05 PM, Stephen  Bates wrote:
 >> You can, but it won't do much good since v3 is already applied. Any
 >> further changes must be incremental.
 > 
-> BTW getting a compile error from the Kyber code in for-4.12/block due to the fact we now return a signed from the bucket function…
+> BTW getting a compile error from the Kyber code in for-4.12/block due to the fact we now return a signed from the bucket function?
 > 
-> batesste@ubuntu64-batesste:~/kernel/linux$ make -j 2 all
+> batesste at ubuntu64-batesste:~/kernel/linux$ make -j 2 all
 >   CHK     include/config/kernel.release
 >   CHK     include/generated/uapi/linux/version.h
 >   CHK     include/generated/utsrelease.h
@@ -15,14 +15,14 @@ On 04/20/2017 04:05 PM, Stephen  Bates wrote:
 >   CALL    scripts/checksyscalls.sh
 >   CHK     include/generated/compile.h
 >   CC      block/kyber-iosched.o
-> block/kyber-iosched.c: In function ‘kyber_queue_data_alloc’:
-> block/kyber-iosched.c:295:57: error: passing argument 2 of ‘blk_stat_alloc_callback’ from incompatible pointer type [-Werror=incompatible-pointer-types]
+> block/kyber-iosched.c: In function ?kyber_queue_data_alloc?:
+> block/kyber-iosched.c:295:57: error: passing argument 2 of ?blk_stat_alloc_callback? from incompatible pointer type [-Werror=incompatible-pointer-types]
 >   kqd->cb = blk_stat_alloc_callback(kyber_stat_timer_fn, rq_sched_domain,
 >                                                          ^
 > In file included from block/blk-mq.h:4:0,
 >                  from block/blk.h:6,
 >                  from block/kyber-iosched.c:27:
-> block/blk-stat.h:138:1: note: expected ‘int (*)(const struct request *)’ but argument is of type ‘unsigned int (*)(const struct request *)’
+> block/blk-stat.h:138:1: note: expected ?int (*)(const struct request *)? but argument is of type ?unsigned int (*)(const struct request *)?
 >  blk_stat_alloc_callback(void (*timer_fn)(struct blk_stat_callback *),
 >  ^
 >   CC      block/compat_ioctl.o
diff --git a/a/content_digest b/N1/content_digest
index fa82c05..44686e9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -13,15 +13,9 @@
  "ref\0F8C6A572-C589-4FF9-8DB2-66D6CC045EA1@raithlin.com\0"
  "ref\016225338-232a-ef39-0b9d-1281e0a66367@kernel.dk\0"
  "ref\0F1D4091B-6AA1-46D0-A99E-0A891DE4939E@raithlin.com\0"
- "From\0Jens Axboe <axboe@kernel.dk>\0"
- "Subject\0Re: [PATCH v3 2/2] blk-mq: Add a polling specific stats function\0"
+ "From\0axboe@kernel.dk (Jens Axboe)\0"
+ "Subject\0[PATCH v3 2/2] blk-mq: Add a polling specific stats function\0"
  "Date\0Thu, 20 Apr 2017 16:06:42 -0600\0"
- "To\0Stephen Bates <sbates@raithlin.com>"
- " Omar Sandoval <osandov@osandov.com>\0"
- "Cc\0linux-block@vger.kernel.org <linux-block@vger.kernel.org>"
-  linux-nvme@lists.infradead.org <linux-nvme@lists.infradead.org>
-  Damien.LeMoal@wdc.com <Damien.LeMoal@wdc.com>
- " sagi@grimberg.me <sagi@grimberg.me>\0"
  "\00:1\0"
  "b\0"
  "On 04/20/2017 04:05 PM, Stephen  Bates wrote:\n"
@@ -29,9 +23,9 @@
  ">> You can, but it won't do much good since v3 is already applied. Any\n"
  ">> further changes must be incremental.\n"
  "> \n"
- "> BTW getting a compile error from the Kyber code in for-4.12/block due to the fact we now return a signed from the bucket function\342\200\246\n"
+ "> BTW getting a compile error from the Kyber code in for-4.12/block due to the fact we now return a signed from the bucket function?\n"
  "> \n"
- "> batesste@ubuntu64-batesste:~/kernel/linux$ make -j 2 all\n"
+ "> batesste at ubuntu64-batesste:~/kernel/linux$ make -j 2 all\n"
  ">   CHK     include/config/kernel.release\n"
  ">   CHK     include/generated/uapi/linux/version.h\n"
  ">   CHK     include/generated/utsrelease.h\n"
@@ -41,14 +35,14 @@
  ">   CALL    scripts/checksyscalls.sh\n"
  ">   CHK     include/generated/compile.h\n"
  ">   CC      block/kyber-iosched.o\n"
- "> block/kyber-iosched.c: In function \342\200\230kyber_queue_data_alloc\342\200\231:\n"
- "> block/kyber-iosched.c:295:57: error: passing argument 2 of \342\200\230blk_stat_alloc_callback\342\200\231 from incompatible pointer type [-Werror=incompatible-pointer-types]\n"
+ "> block/kyber-iosched.c: In function ?kyber_queue_data_alloc?:\n"
+ "> block/kyber-iosched.c:295:57: error: passing argument 2 of ?blk_stat_alloc_callback? from incompatible pointer type [-Werror=incompatible-pointer-types]\n"
  ">   kqd->cb = blk_stat_alloc_callback(kyber_stat_timer_fn, rq_sched_domain,\n"
  ">                                                          ^\n"
  "> In file included from block/blk-mq.h:4:0,\n"
  ">                  from block/blk.h:6,\n"
  ">                  from block/kyber-iosched.c:27:\n"
- "> block/blk-stat.h:138:1: note: expected \342\200\230int (*)(const struct request *)\342\200\231 but argument is of type \342\200\230unsigned int (*)(const struct request *)\342\200\231\n"
+ "> block/blk-stat.h:138:1: note: expected ?int (*)(const struct request *)? but argument is of type ?unsigned int (*)(const struct request *)?\n"
  ">  blk_stat_alloc_callback(void (*timer_fn)(struct blk_stat_callback *),\n"
  ">  ^\n"
  ">   CC      block/compat_ioctl.o\n"
@@ -60,4 +54,4 @@
  "-- \n"
  Jens Axboe
 
-d7fbce5d49557bc28d548b719b3d1217465de7c5d2d0ad792cb387d977ce7740
+5263bd0c3b525653beb5255be262e6a7a8be25a3450f123e2d753f2d2911a410

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.