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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 C400DC433E0 for ; Mon, 29 Jun 2020 21:31:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A05CE20786 for ; Mon, 29 Jun 2020 21:31:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593466306; bh=ILQjlYAH/ccZmwRZd7e5A9LesmTYOlW7IzZBgk8SVbE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=snzVeFWcP6rI3/ud6RazD3ueQoXRtN37DgJ6sCmaTL/nDlhHz4BmJJyy9T+W6iclu NzQnXqyu8Ev2WzImFxo2Q6puDdzQLt2XS3FkpWrX2DY5URtFZIZ9o0U2VNBRsCIL0L rJTExGQ3aMwPfCsZE69tzcd5iloYr5Vt4FZ4UFUw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729478AbgF2Vbp (ORCPT ); Mon, 29 Jun 2020 17:31:45 -0400 Received: from mail.kernel.org ([198.145.29.99]:60648 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728767AbgF2SlM (ORCPT ); Mon, 29 Jun 2020 14:41:12 -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 80E1C23D20; Mon, 29 Jun 2020 14:15:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593440142; bh=ILQjlYAH/ccZmwRZd7e5A9LesmTYOlW7IzZBgk8SVbE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=R6mb0AWIZ3l55/ZJrv6RyX2eaHlcg5P6PREFPoq85FaasYKONtlROVAeg3ACVzErp LrR2FUHc2P0FJY6dXb3svkZb+bpQha1ol9Yy0pMATgSpX+Ke3YqjLU1nGgFzmzINk/ N9VMASlE7a2jI7tKe0xvVlmr82UVHyHRR4U7LwGM= Date: Mon, 29 Jun 2020 10:15:41 -0400 From: Sasha Levin To: yishache@amazon.com Cc: gregkh@linuxfoundation.org, stable@vger.kernel.org Subject: Re: Request for inclusion on linux-4.14.y and linux-5.4.y Message-ID: <20200629141541.GQ1931@sasha-vm> References: <20200625225935.16844-1-yishache@amazon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20200625225935.16844-1-yishache@amazon.com> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Jun 25, 2020 at 10:59:34PM +0000, yishache@amazon.com wrote: >Hello Greg, > >Can you please consider including the following patch in the stable linux-4.14.y and stable linux-5.4.y branch? > >This is to fix CVE-2020-12655 > >d0c7feaf87678371c2c09b3709400be416b2dc62(xfs: add agf freeblocks verify in xfs_agf_verify) I've queued it for 5.4-4.9, thanks! -- Thanks, Sasha