jwboyer pushed to kernel (f22). "Refresh from git tree"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 29 11:02:34 UTC 2015


>From 90c43481e77da89a5c3eed59e683ee64f76577cc Mon Sep 17 00:00:00 2001
From: Josh Boyer <jwboyer at fedoraproject.org>
Date: Wed, 29 Apr 2015 07:02:09 -0400
Subject: Refresh from git tree


diff --git a/Kbuild-Add-an-option-to-enable-GCC-VTA.patch b/Kbuild-Add-an-option-to-enable-GCC-VTA.patch
index 5b1357c..94c9313 100644
--- a/Kbuild-Add-an-option-to-enable-GCC-VTA.patch
+++ b/Kbuild-Add-an-option-to-enable-GCC-VTA.patch
@@ -43,7 +43,7 @@ Signed-off-by: Josh Stone <jistone at redhat.com>
  2 files changed, 21 insertions(+), 1 deletion(-)
 
 diff --git a/Makefile b/Makefile
-index fbd43bfe4445..4bc89d2a3508 100644
+index f499cd2f5738..9c4ef4809f28 100644
 --- a/Makefile
 +++ b/Makefile
 @@ -706,7 +706,11 @@ KBUILD_CFLAGS	+= -fomit-frame-pointer
diff --git a/blk-loop-avoid-too-many-pending-per-work-IO.patch b/blk-loop-avoid-too-many-pending-per-work-IO.patch
index 044f2e3..d2ae72a 100644
--- a/blk-loop-avoid-too-many-pending-per-work-IO.patch
+++ b/blk-loop-avoid-too-many-pending-per-work-IO.patch
@@ -1,3 +1,7 @@
+From: Ming Lei <ming.lei at canonical.com>
+Date: Tue, 28 Apr 2015 14:40:49 -0400
+Subject: [PATCH] blk: loop: avoid too many pending work IO
+
 If there are too many pending per work I/O, too many
 high priority work thread can be generated so that
 system performance can be effected.
@@ -32,10 +36,10 @@ Signed-off-by: Ming Lei <ming.lei at canonical.com>
  2 files changed, 19 insertions(+), 2 deletions(-)
 
 diff --git a/drivers/block/loop.c b/drivers/block/loop.c
-index d7173cb..4db0301 100644
+index d1f168b73634..453bceec22f9 100644
 --- a/drivers/block/loop.c
 +++ b/drivers/block/loop.c
-@@ -1425,13 +1425,24 @@ static int loop_queue_rq(struct blk_mq_hw_ctx *hctx,
+@@ -1477,13 +1477,24 @@ static int loop_queue_rq(struct blk_mq_hw_ctx *hctx,
  		const struct blk_mq_queue_data *bd)
  {
  	struct loop_cmd *cmd = blk_mq_rq_to_pdu(bd->rq);
@@ -62,7 +66,7 @@ index d7173cb..4db0301 100644
  		spin_lock_irq(&lo->lo_lock);
  		if (lo->write_started)
  			need_sched = false;
-@@ -1443,6 +1454,8 @@ static int loop_queue_rq(struct blk_mq_hw_ctx *hctx,
+@@ -1495,6 +1506,8 @@ static int loop_queue_rq(struct blk_mq_hw_ctx *hctx,
  		if (need_sched)
  			queue_work(loop_wq, &lo->write_work);
  	} else {
@@ -71,7 +75,7 @@ index d7173cb..4db0301 100644
  		queue_work(loop_wq, &cmd->read_work);
  	}
  
-@@ -1467,6 +1480,8 @@ static void loop_handle_cmd(struct loop_cmd *cmd)
+@@ -1519,6 +1532,8 @@ static void loop_handle_cmd(struct loop_cmd *cmd)
  	if (ret)
  		cmd->rq->errors = -EIO;
  	blk_mq_complete_request(cmd->rq);
@@ -81,7 +85,7 @@ index d7173cb..4db0301 100644
  
  static void loop_queue_write_work(struct work_struct *work)
 diff --git a/drivers/block/loop.h b/drivers/block/loop.h
-index 301c27f..eb855f5 100644
+index 301c27f8323f..eb855f57a62d 100644
 --- a/drivers/block/loop.h
 +++ b/drivers/block/loop.h
 @@ -57,6 +57,7 @@ struct loop_device {
@@ -101,4 +105,5 @@ index 301c27f..eb855f5 100644
  };
  
 -- 
-1.9.1
+2.1.0
+
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/kernel.git/commit/?h=f22&id=90c43481e77da89a5c3eed59e683ee64f76577cc


More information about the scm-commits mailing list