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.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,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 06500C04A6B for ; Thu, 9 May 2019 01:02:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CA8B420449 for ; Thu, 9 May 2019 01:02:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557363741; bh=gQIeq5M85t31GzmaN73GDCkT8GVmIEOY7wKJFnpbdmU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=yk7L2rkwS2lRWCCoFfTjHWxRYdJLf/H107AhExLNToiwnifD+xjPYi0jM6g0cKPcN 24jwZBxQk/b5PgqaPVMNdIAFqd7hoH3q6adjccJJ8lYLnXM2v1OwIJZxKLhRe5tZAL 1HiS7yioQZkGsa5/u6KdYjYkQbCbQ9i5RPerRK9g= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725922AbfEIBCU (ORCPT ); Wed, 8 May 2019 21:02:20 -0400 Received: from mail.kernel.org ([198.145.29.99]:51996 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725832AbfEIBCU (ORCPT ); Wed, 8 May 2019 21:02:20 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 09517214AF; Thu, 9 May 2019 00:52:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557363159; bh=gQIeq5M85t31GzmaN73GDCkT8GVmIEOY7wKJFnpbdmU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LEXigFUI9tcY8j0SuPx5JioRaR9zUIDDMRV9oQWF523rpYWb2XWDGE5dEifU6z61C /JQU7UtixvPc3aaTsjum5B0AyaI8ksZ0sq3EeIo1+FTc3OkM+MhInECinE0k/S6KBI A9U7v9k3H0Fv+ujQU3UW3RLT6CCfpQmL/hlE7uFg= Date: Wed, 8 May 2019 20:52:37 -0400 From: Sasha Levin To: Greg KH Cc: Ingo Molnar , stable kernel team Subject: Re: [PATCH] genirq: Prevent use-after-free and work list corruption] Message-ID: <20190509005237.GP1747@sasha-vm> References: <20190507060708.GA75860@gmail.com> <20190507062535.GA21061@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20190507062535.GA21061@kroah.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org 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. -- Thanks, Sasha