All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@fb.com>
To: <torvalds@linuxfoundation.org>
Cc: <linux-kernel@vger.kernel.org>, <linux-block@vger.kernel.org>
Subject: [GIT PULL] IO fixes for 4.7-rc
Date: Thu, 7 Jul 2016 12:26:36 -0600	[thread overview]
Message-ID: <20160707182636.GA8567@kernel.dk> (raw)

Hi Linus,

Three small fixes that have been queued up and tested for this series.
This pull request contains:

- A bug fix for xen-blkfront from Bob Liu, fixing an issue with
  incomplete requests during migration.

- A fix for an ancient issue in retrieving the IO priority of a
  different PID than self, preventing that task from going away while we
  access it. From Omar.

- A writeback fix from Tahsin, fixing a case where we'd call ihold()
  with a zero ref count inode.

Please pull!


  git://git.kernel.dk/linux-block.git for-linus


----------------------------------------------------------------
Bob Liu (1):
      xen-blkfront: save uncompleted reqs in blkfront_resume()

Jens Axboe (1):
      Merge branch 'stable/for-jens-4.7' of git://git.kernel.org/.../konrad/xen into for-linus

Omar Sandoval (1):
      block: fix use-after-free in sys_ioprio_get()

Tahsin Erdogan (1):
      writeback: inode cgroup wb switch should not call ihold()

 block/ioprio.c               |  2 +
 drivers/block/xen-blkfront.c | 91 +++++++++++++++++++-------------------------
 fs/fs-writeback.c            |  2 +-
 3 files changed, 43 insertions(+), 52 deletions(-)

-- 
Jens Axboe


                 reply	other threads:[~2016-07-07 18:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160707182636.GA8567@kernel.dk \
    --to=axboe@fb.com \
    --cc=linux-block@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.