* [GIT PULL] Fixes for 5.5-rc1
@ 2019-11-30 2:52 Jens Axboe
0 siblings, 0 replies; only message in thread
From: Jens Axboe @ 2019-11-30 2:52 UTC (permalink / raw)
To: Linus Torvalds; +Cc: io-uring
Hi Linus,
Wasn't going to send this one off so soon, but unfortunately one of the
fixes from the previous pull broke the build on some archs. So I'm
sending this sooner rather than later. This pull request contains:
- Add highmem.h include for io_uring, because of the kmap() additions
from last round. For some reason the build bot didn't spot this even
though it sat for days.
- Three minor ';' removals
- Add support for the Beurer CD-on-a-chip device
- Make io_uring work on MMU less archs
Please pull!
git://git.kernel.dk/linux-block.git tags/for-linus-20191129
----------------------------------------------------------------
Diego Elio Pettenò (2):
cdrom: respect device capabilities during opening action
sr_vendor: support Beurer GL50 evo CD-on-a-chip devices.
Jens Axboe (1):
io_uring: fix missing kmap() declaration on powerpc
Roman Penyaev (1):
io_uring: add mapping support for NOMMU archs
zhengbin (3):
drbd: Remove unneeded semicolon
block: sunvdc: Remove unneeded semicolon
ataflop: Remove unneeded semicolon
drivers/block/ataflop.c | 2 +-
drivers/block/drbd/drbd_req.c | 2 +-
drivers/block/sunvdc.c | 2 +-
drivers/cdrom/cdrom.c | 12 ++++++++-
drivers/scsi/sr_vendor.c | 18 ++++++++++++++
fs/io_uring.c | 58 ++++++++++++++++++++++++++++++++++++++-----
6 files changed, 84 insertions(+), 10 deletions(-)
--
Jens Axboe
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-11-30 2:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-30 2:52 [GIT PULL] Fixes for 5.5-rc1 Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox