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=-12.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,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 37A52C43387 for ; Thu, 10 Jan 2019 13:55:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 09C912173B for ; Thu, 10 Jan 2019 13:55:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547128500; bh=3zKZGwrgAiTkjZHn1B6Ej1/CApU/7xbhhjRJXGfLASE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Fin4nD9jwWoQLqNGnrg8E90DGxADyLhdLXrkloM7pUEBiMqaHamcyI+3yWlZ9l68S 5GuyXJrdtLXECkMcioSACMXo74kYkKZoTHZPCY0tnSYcvRSShReA4w3aUF2bWamnWu jznXj7jVA2T1KZIDvP40GKgSpETVCaiRp87H2z+Q= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728987AbfAJNy6 (ORCPT ); Thu, 10 Jan 2019 08:54:58 -0500 Received: from mail.kernel.org ([198.145.29.99]:50510 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728978AbfAJNy6 (ORCPT ); Thu, 10 Jan 2019 08:54:58 -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 7807120879; Thu, 10 Jan 2019 13:54:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547128497; bh=3zKZGwrgAiTkjZHn1B6Ej1/CApU/7xbhhjRJXGfLASE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=d05gWJ6Wfmn9r+61cYrvtXryd7oDWyifvyP6RBiNVVFMk2yYNgRSu966ywYcz+YDh puwYX0NK6pmyJqOSADulLxmNImY9fBLt4X0jFQ73C7CCUhGxn7czPYgsT/Nenfbs3Z zM7iA3dfTQLlc1GNy7LaMB0p6WzEFS8ysBgi+c0k= Date: Thu, 10 Jan 2019 14:54:55 +0100 From: Greg KH To: Mihai Carabas Cc: stable@vger.kernel.org Subject: Re: genirq/affinity: missing fix from the stable branch 4.14.y Message-ID: <20190110135455.GA10140@kroah.com> References: <0c6bef1c-8715-8f56-b20a-ce8c19e4086a@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0c6bef1c-8715-8f56-b20a-ce8c19e4086a@oracle.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 Wed, Jan 09, 2019 at 10:42:29AM +0200, Mihai Carabas wrote: > Hello, > > Is there any reason why the fix with commit id > 0211e12dd0a5385ecffd3557bc570dbad7fcf245 [1] was not backported to the > stable branch 4.14.y? > > Thank you, > Mihai Carabas > > [1] https://github.com/torvalds/linux/commit/0211e12dd0a5385ecffd3557bc570dbad7fcf245 Odd, no one noticed it! Thanks for the fix, now queued up. greg k-h