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 X-Spam-Level: X-Spam-Status: No, score=-3.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7F2D0C282C3 for ; Thu, 24 Jan 2019 17:50:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 39A0E218AF for ; Thu, 24 Jan 2019 17:50:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548352237; bh=BL7jJQKpVCrU70/ZQMYmi15G9JCcNvsmQ6DAlGOLApQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=V1lMf/YZg4xcmntBmNjZxGB5DyAU1ZijOTPDiXvbhJfPBdXKWuRSE1eg2x19En/LO BhlpS0Ufd/KOLsqGbA4+paKI9xBBPoFD9ZfdtzMn84kM+AH41EOgahgVixPj3fUF1F h4F+89WCIM71wAtrOl3obYGc/+vx6PxXVM7aMN8s= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728217AbfAXRug (ORCPT ); Thu, 24 Jan 2019 12:50:36 -0500 Received: from mail.kernel.org ([198.145.29.99]:34228 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728130AbfAXRug (ORCPT ); Thu, 24 Jan 2019 12:50:36 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A01EC218A6; Thu, 24 Jan 2019 17:50:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548352236; bh=BL7jJQKpVCrU70/ZQMYmi15G9JCcNvsmQ6DAlGOLApQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sSljl63GGwTaSkXN2mhydvIRvAKAKKbJ9gmaq+QXgvcAPg/AZy02eeVCb2h7zFzup Gy6T5UKNPx4TsIi2XFcOTO4HI3VdjSoMAF2TcITbpQRO5SELWSsWFYmc8Xb6pEF2Se WuKS7YHs42f3YrwK1jtX3Knl6P4gyEqjvKuoBwjQ= Date: Thu, 24 Jan 2019 18:50:33 +0100 From: Greg KH To: Luciano Coelho Cc: Avraham Stern , Emmanuel Grumbach , stable@vger.kernel.org Subject: Re: [PATCH 4.19] iwlwifi: mvm: Send LQ command as async when necessary Message-ID: <20190124175033.GA7484@kroah.com> References: <20190122115031.15770-1-emmanuel.grumbach@intel.com> <5a31d628cb46c48aca6d6a78241e9ea4e21db3b9.camel@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5a31d628cb46c48aca6d6a78241e9ea4e21db3b9.camel@intel.com> User-Agent: Mutt/1.11.2 (2019-01-07) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Jan 24, 2019 at 10:47:12AM +0200, Luciano Coelho wrote: > Hi Greg, > > This patch fixes a few bugs reported in bugzilla, about scheduling > while atomic. There were at least 4 reports[1], so it seems to be a > common occurrence. > > The patch looks large, but it's basically just a new boolean been > passed around in order to decide whether we send a message > synchronously or not. > > Is it possible to queue it for 4.19.y? > > [1] https://bugzilla.kernel.org/show_bug.cgi?id=200991 > https://bugzilla.kernel.org/show_bug.cgi?id=202219 > https://bugzilla.kernel.org/show_bug.cgi?id=201297 > https://bugzilla.kernel.org/show_bug.cgi?id=201355 Now queued up, thanks. Note, apis that add "booleans" to them are horrid, good luck maintaining that mess :( greg k-h