From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C58AFC433F5 for ; Fri, 24 Sep 2021 16:01:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A8BB160E9C for ; Fri, 24 Sep 2021 16:01:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347265AbhIXQDU (ORCPT ); Fri, 24 Sep 2021 12:03:20 -0400 Received: from mail.kernel.org ([198.145.29.99]:57306 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347228AbhIXQDU (ORCPT ); Fri, 24 Sep 2021 12:03:20 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id B6727600D4; Fri, 24 Sep 2021 16:01:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1632499307; bh=L/bOQ4I0y7hs6p+M5gHO4oUS1NWTYsNTk7NsdHnk5Mc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NmqhXaEBMERQ257Vq5vgPsXMO0ysiMp3iSh5/ZrPOIlQxp0EQygPQ7LEnDxSoL4Tc K/0x44wkuSpJcieUmYAltOPO7D7/5BOFeCpxsuLtqK6tioJxmP0GFDam0ryASQcuyx 3Ip68KYMJSrgLUHG2HYzQYoEoYWeLEoZDl4ysE50= Date: Fri, 24 Sep 2021 18:01:44 +0200 From: Greg Kroah-Hartman To: Rui Miguel Silva Cc: stable@vger.kernel.org Subject: Re: [PATCH 2/3] usb: isp1760: do not sleep in field register poll Message-ID: References: <20210727100516.4190681-1-rui.silva@linaro.org> <20210727100516.4190681-3-rui.silva@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Sep 24, 2021 at 04:35:40PM +0100, Rui Miguel Silva wrote: > Hi Greg, > forgot to ask you, can you please merge this one to stable #5.14.y? > At the time I was not sure if it was getting in final 5.14 or not. > > It applies clean on top of 5.14.7. > And without it, it triggers BUG sleep in atomic checks. > > upstream commit: > 41f673183862a1 usb: isp1760: do not sleep in field register poll > https://lore.kernel.org/r/20210727100516.4190681-3-rui.silva@linaro.org > > fixes tag: > Fixes: 1da9e1c06873 ("usb: isp1760: move to regmap for register access") Sure, will queue it up after this next round of stable kernels are released in a few days. thanks, greg k-h