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 C53F3C004C9 for ; Tue, 7 May 2019 06:25:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 95D46206A3 for ; Tue, 7 May 2019 06:25:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557210338; bh=Lm+3NIFYAha+3pRon6rJxHuJRotFY+6JAjwRZn/1j2Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=j2Q+69JX8G4soeic6/O/seaGBvLBmCNd3Ba4JtDN6yy5TerQFBMwA9yhBkc+yQQ6u 2/zfGy/o03/vr9vVW4r02NSu0p7xGmya/5SF7HvmGS4es8fYMrvbuLC3uAEyJ6njxL /1uWfLzW/zLkUuELfneMKXeKQNkD6pk2iLhWvR+w= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725858AbfEGGZi (ORCPT ); Tue, 7 May 2019 02:25:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:53928 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725839AbfEGGZi (ORCPT ); Tue, 7 May 2019 02:25:38 -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 DA3A6206A3; Tue, 7 May 2019 06:25:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557210337; bh=Lm+3NIFYAha+3pRon6rJxHuJRotFY+6JAjwRZn/1j2Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=a1CxuUp8f3Eb9XFMg4LHFkuVPgLYqgNMUrftyZGfPAhjjhT8egbO4a7wQsHBjdrTk qoVLrb6Qcn5hnUqCvWxMeWIgC0wTaacuzkQ56QdW3b27500SoEI1gsrXXqcadzQ1Vq TS5wMHVVBuZx70lwgQKTKFAftUVFVZNUS/oF0yn4= Date: Tue, 7 May 2019 08:25:35 +0200 From: Greg KH To: Ingo Molnar Cc: stable kernel team Subject: Re: [PATCH] genirq: Prevent use-after-free and work list corruption] Message-ID: <20190507062535.GA21061@kroah.com> References: <20190507060708.GA75860@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190507060708.GA75860@gmail.com> 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 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. greg k-h