On Thu, 16 Feb 2023 at 08:34, Tobias Waldekranz <[email protected]> wrote: > > Allow a slice of an existing block device to be mapped to a > blkmap. This means that filesystems that are not stored at exact > partition boundaries can be accessed by remapping a slice of the > existing device to a blkmap device. > > Signed-off-by: Tobias Waldekranz <[email protected]> > --- > drivers/block/blkmap.c | 71 ++++++++++++++++++++++++++++++++++++++++++ > include/blkmap.h | 13 ++++++++ > 2 files changed, 84 insertions(+)
Reviewed-by: Simon Glass <[email protected]>

