On Fri, 2017-04-21 at 20:40 -0500, Bryant G. Ly wrote: > This adds initial PGR support for just TCMU, since tcmu doesn't > have the necessary IT_NEXUS info to process PGR in userspace, > so have those commands be processed in kernel. > > HA support is not available yet, we will work on it if this patch > is acceptable. > > Signed-off-by: Bryant G. Ly <bryantly@xxxxxxxxxxxxxxxxxx> > --- > drivers/target/target_core_configfs.c | 10 ++++----- > drivers/target/target_core_device.c | 38 +++++++++++++++++++++++++++++++++++ > drivers/target/target_core_pr.c | 2 +- > drivers/target/target_core_pscsi.c | 3 ++- > include/target/target_core_backend.h | 1 + > 5 files changed, 47 insertions(+), 7 deletions(-) Applied. Thanks alot for adding the target_cmd_size_check() into passthrough_parse_cdb(), btw. :)