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=-2.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,T_DKIMWL_WL_HIGH, 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 CEC02C04AB1 for ; Thu, 9 May 2019 08:31:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 96C1B208C3 for ; Thu, 9 May 2019 08:31:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557390660; bh=ZWC9HUSg0GsRn5dMGP8oFG/5WfKEOsB37vf9vwmzwNU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=yXrU+XhvIbX/Cd5V/RUoFh8lk5dAilIpLlXFPPBfFUWI2vnM9bO67d/iuso5/m4h3 NniaSPVbZ6B7GoDxKeYHCkH0JDSAm0jMvBvtvlnYW+w/y4nXhtcWiGmcNeelNYcS/D ZY807wk4bt4yK/n+AvnzSd/ar8bvM+3EByrajZpQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725992AbfEIIbA (ORCPT ); Thu, 9 May 2019 04:31:00 -0400 Received: from mail.kernel.org ([198.145.29.99]:33988 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725991AbfEIIbA (ORCPT ); Thu, 9 May 2019 04:31:00 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.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 BF434208C3; Thu, 9 May 2019 08:30:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557390659; bh=ZWC9HUSg0GsRn5dMGP8oFG/5WfKEOsB37vf9vwmzwNU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=B1QdDFn/Sqpo7gStzBl0yF4T8on/a+uPsUtw0e40aWhFCmMHjXWTv/jy+bBeGcnQX AZlHw3r+e66wh4MJ2Ef0LqMMzMQfutiSQ/j4r/pJQIwleLiU+eS+27ciRjGmxOJp/l V6TgOoeuxJFwXIQBFV9SaYcYCRPRqfrUv3qVfqZE= Date: Thu, 9 May 2019 10:30:56 +0200 From: Greg KH To: Sasha Levin Cc: Ingo Molnar , stable kernel team Subject: Re: [PATCH] genirq: Prevent use-after-free and work list corruption] Message-ID: <20190509083056.GA335@kroah.com> References: <20190507060708.GA75860@gmail.com> <20190507062535.GA21061@kroah.com> <20190509005237.GP1747@sasha-vm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190509005237.GP1747@sasha-vm> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, May 08, 2019 at 08:52:37PM -0400, Sasha Levin wrote: > On Tue, May 07, 2019 at 08:25:35AM +0200, Greg KH wrote: > > On Tue, May 07, 2019 at 08:07:08AM +0200, Ingo Molnar wrote: > > > > > > Hi Greg, > > > > > > We forgot to mark 59c39840f5abf4a71e1 for -stable, please apply. It > > > should apply cleanly all the way back to v3.0. > > > > Thanks, will do for the next round of releases after this one. > > I've queued it for all branches. You forgot the 5.1.y branch :( Now added there too, thanks. greg k-h