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 3084BC33CB1 for ; Wed, 15 Jan 2020 15:06:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 03B4A222C3 for ; Wed, 15 Jan 2020 15:06:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579100795; bh=nmcQ4INQ0vr/EuJwiCwf353BYx2T8xs8cdyU/nH2zlI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=xTLAH/A7lgV7MiXCRlvx4gX+qPJ48gePrNQX/CIwopAaPRF44Ejtjz3X1c5aP0AhA TCarFvBGZWRNL/jHtNCVxfNJCkVRJGtkVkntT+J/UIn5ezFeMHRAOoNH3cRByjQLAu cftOs1QP2c6sdIsIli6WfusnmNNT0DMQQsHmLdCI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726165AbgAOPGe (ORCPT ); Wed, 15 Jan 2020 10:06:34 -0500 Received: from mail.kernel.org ([198.145.29.99]:44248 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726132AbgAOPGe (ORCPT ); Wed, 15 Jan 2020 10:06:34 -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 6A81B2187F; Wed, 15 Jan 2020 15:06:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579100794; bh=nmcQ4INQ0vr/EuJwiCwf353BYx2T8xs8cdyU/nH2zlI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Dw/oxCVt0RnqgpqYxmBXu/gk4R227oHrtiA5nDasUyT9jgJ8Cw8ZcZoUjY/QSL+1k V2EmqquMUkOQFXVzaKcwrijnxKJPdJdL52wlFJNLriq5l6lBreAtGnkc1JgpWstC+Q 1BXuXSU+2G26j6DINuyuEGQke5ml4OBfsoB7VhGY= Date: Wed, 15 Jan 2020 16:06:31 +0100 From: Greg Kroah-Hartman To: Ben Hutchings Cc: Sasha Levin , stable Subject: Re: [4.4-stable] Mostly security fixes Message-ID: <20200115150631.GA3740793@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Jan 14, 2020 at 09:11:20PM +0000, Ben Hutchings wrote: > Some more fixes that required backporting for 4.4. All these fixes > are related to CVEs though some of them don't seem to have any security > impact. That's a nice way of saying "these CVEs are crap" :) Anyway, thanks for digging through them all, that's a thankless job. All now queued up for this, 4.9, and 4.14 mboxes that you sent. greg k-h