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=-0.8 required=3.0 tests=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 B85A7C33CB1 for ; Wed, 15 Jan 2020 14:58:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8C0DD2084D for ; Wed, 15 Jan 2020 14:58:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579100281; bh=q6ELm/Vl9XcAEhYUcCxIkQJDRaRPF3X14OaCOhTSKUE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=NlTLg2e77i2hMbsQu3aXzgOR3b2dstf8aF3uNf+ZPqPmXMIdvafk3oOXQSWLPB3NL 7A7vG5GzBJGrFChvXMNdwAkIUePz4U4kSy5KuNqJ55HiSbUuV7Q3ireX7u5fuIDhK7 djJmBY7zTAwmaBhRD0KYjRIStw7px5KA6ItlNaPA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729011AbgAOO6B (ORCPT ); Wed, 15 Jan 2020 09:58:01 -0500 Received: from mail.kernel.org ([198.145.29.99]:34058 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728931AbgAOO6B (ORCPT ); Wed, 15 Jan 2020 09:58:01 -0500 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 C2E6824679; Wed, 15 Jan 2020 14:57:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579100280; bh=q6ELm/Vl9XcAEhYUcCxIkQJDRaRPF3X14OaCOhTSKUE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LubY2qrl2wQ/9xZ1VeF+zvkaFRdxoAjqbT6cxHAfzCZgC7LqCobAWeNWfPPQ44RGI pBRgPp4T8Zj4Ub7B0P8V1CLfzMdQGgNPLALenFB0RbQkO0X5KcxN8LUktyN69xIbQ+ V6of7npsqgS1TZEtEU5q/DTEnx7Z4ua+TNstKAaI= Date: Wed, 15 Jan 2020 15:57:57 +0100 From: Greg Kroah-Hartman To: Ben Hutchings Cc: Sasha Levin , stable Subject: Re: [4.19-stable] Mostly securit y fixes Message-ID: <20200115145757.GA3724440@kroah.com> References: <1eaa745218d25ab3c5c61361ae0d9b0601f1d99f.camel@codethink.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1eaa745218d25ab3c5c61361ae0d9b0601f1d99f.camel@codethink.co.uk> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Jan 14, 2020 at 02:47:31PM +0000, Ben Hutchings wrote: > Some more fixes that required backporting for 4.19. All these fixes > are related to CVEs though some of them don't seem to have any security > impact. All now queued up, many thanks for these. greg k-h