]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
libata: fix ata_pio_sector for CONFIG_HIGHMEM
authorChristoph Hellwig <hch@lst.de>
Fri, 9 Jul 2021 13:02:37 +0000 (15:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Aug 2021 11:21:04 +0000 (13:21 +0200)
commite30a88f1f5783b1014fb1b8d9dd3f0004bee075e
tree6f93203c40f8906aab8630ba8a6b9a37b7946e8c
parenta2671d96a3c7384c6335cb7fe7be8f9142214694
libata: fix ata_pio_sector for CONFIG_HIGHMEM

[ Upstream commit ecef6a9effe49e8e2635c839020b9833b71e934c ]

Data transfers are not required to be block aligned in memory, so they
span two pages.  Fix this by splitting the call to >sff_data_xfer into
two for that case.

This has been broken since the initial libata import before the damn
of git, but was uncovered by the legacy ide driver removal.

Reported-by: kernel test robot <oliver.sang@intel.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20210709130237.3730959-1-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/ata/libata-sff.c