On 3/5/21 2:46 PM, Greg KH wrote: > On Fri, Mar 05, 2021 at 02:30:51PM +0800, Jeffle Xu wrote: >> Similar to commit a4c8dd9c2d09 ("dm table: fix iterate_devices based >> device capability checks"), fix NO_SG_MERGE capability check and invert >> logic of the corresponding iterate_devices_callout_fn so that all >> devices' NO_SG_MERGE capabilities are properly checked. >> >> Signed-off-by: Jeffle Xu <jefflexu@xxxxxxxxxxxxxxxxx> >> Fixes: 200612ec33e5 ("dm table: propagate QUEUE_FLAG_NO_SG_MERGE") >> --- >> drivers/md/dm-table.c | 12 ++++++------ >> 1 file changed, 6 insertions(+), 6 deletions(-) > > What is the git commit id of this patch in Linus's tree? > > thanks, > > greg k-h > The code this patch fixes, i.e., commit 200612ec33e5 ("dm table: propagate QUEUE_FLAG_NO_SG_MERGE"), was removed since commit 2705c93742e9 ("block: kill QUEUE_FLAG_NO_SG_MERGE") in v5.1. Thus the code base doesn't exist in the latest master branch. -- Thanks, Jeffle