On Fri, Oct 27, 2023 at 01:19:57PM -0700, Avichal Rakesh wrote: > BUG_ON(video->req_size); > + BUG_ON(!list_empty(&video->ureqs)); Again, please do not add new BUG_ON() lines, the existing ones need to be removed as well, but you can do that in later changes. I can't take changes that add new ones, sorry. thanks, greg k-h