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=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,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 6FF63C55178 for ; Sat, 7 Nov 2020 15:27:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1E03B2087E for ; Sat, 7 Nov 2020 15:27:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604762831; bh=6Bq8EHuIomKuRGgfa0yZE8F54A0Q+B1436WODP+gmb8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=jJpIutw9Sr/b0i2K3HYN5Ll6ESIpzYsUtl0gNFKzcv3vS+zvRIwN7H2bH7VzvaS7P UVrY9Vl7UVv+a4xeINymZn9dB3ZpMlUYU3wLJaKHBOSWWoGYAUdH1xN/Ii7/L2UK2C gIQcoJ0J3OuwiK1bNmrcfBD7FjICjI5QF7kAs3cg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727084AbgKGP1K (ORCPT ); Sat, 7 Nov 2020 10:27:10 -0500 Received: from mail.kernel.org ([198.145.29.99]:44338 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726060AbgKGP1K (ORCPT ); Sat, 7 Nov 2020 10:27:10 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (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 58656206DB; Sat, 7 Nov 2020 15:27:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604762829; bh=6Bq8EHuIomKuRGgfa0yZE8F54A0Q+B1436WODP+gmb8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=urUtYz0IGkZqgUO+3r5uOHIKcM57dW0mvpqAqtrRUrqpVt6gsuNKz6O2QFQ4iBTsb Pfuuoj+h5iBPXvNKEVkPziuwsZ09Y9hY1zbBu3OMtSg8LanY6zYCjZN5Bvjc4/npy5 u3e3zoeIrxMqC4yuOPoqGrQpcWj2eIaBfs11mgFk= Date: Sat, 7 Nov 2020 16:27:14 +0100 From: Greg Kroah-Hartman To: Ben Hutchings Cc: Sasha Levin , stable , Luis Chamberlain , Jens Axboe , linux-btrfs@vger.kernel.org Subject: Re: [4.19] Security fixes (blktrace, btrfs) Message-ID: <20201107152714.GA71608@kroah.com> References: <9b242dcfb11f8d2106c4f8efe72b982d70b351c3.camel@codethink.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9b242dcfb11f8d2106c4f8efe72b982d70b351c3.camel@codethink.co.uk> Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Sat, Nov 07, 2020 at 12:13:24AM +0000, Ben Hutchings wrote: > Here are backports of some fixes to the 4.19 stable branch. > > I tested the blktrace fix with the script referenced in the commit > message. > > I tested the btrfs changes with the reproducers for CVE-2019-19039, > CVE-2019-19377, and CVE-2019-19816, and checked for regressions with > xfstests. Thanks so much for these, all now queued up. greg k-h