[ Sasha's backport helper bot ]
Hi,
✅ All tests passed successfully. No issues detected. No action required from the submitter.
The upstream commit SHA1 provided is correct: 736b005b413a172670711ee17cab3c8ccab83223
WARNING: Author mismatch between patch and upstream commit: Backport author: Jared Holzmanjholzman@nvidia.com Commit author: Ming Leiming.lei@redhat.com
Note: The patch differs from the upstream commit: --- 1: 736b005b413a1 ! 1: 4115ef18a9595 ublk: remove __ublk_quiesce_dev() @@ Metadata ## Commit message ## ublk: remove __ublk_quiesce_dev()
+ [ Upstream commit 736b005b413a172670711ee17cab3c8ccab83223 ] + Remove __ublk_quiesce_dev() and open code for updating device state as QUIESCED.
@@ drivers/block/ublk_drv.c: struct ublk_params_header { static void ublk_stop_dev_unlocked(struct ublk_device *ub); static void ublk_abort_queue(struct ublk_device *ub, struct ublk_queue *ubq); -static void __ublk_quiesce_dev(struct ublk_device *ub); - static inline struct request *__ublk_check_and_get_req(struct ublk_device *ub, - struct ublk_queue *ubq, int tag, size_t offset); + static inline unsigned int ublk_req_build_flags(struct request *req); + static inline struct ublksrv_io_desc *ublk_get_iod(struct ublk_queue *ubq, @@ drivers/block/ublk_drv.c: static int ublk_ch_release(struct inode *inode, struct file *filp) ublk_stop_dev_unlocked(ub); } else { ---
Results of testing on various branches:
| Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-5.4.y | Success | Success |