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.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,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 8AE05C28CC3 for ; Tue, 4 Jun 2019 14:46:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5AD7424983 for ; Tue, 4 Jun 2019 14:46:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559659582; bh=fYS98lka5+1xJUYuJk8ZF9fHmswmiKdzos/aceIuW9E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=tnD2lx8IEUFwfqc7kEUHAO8tuGlmT+n8HDYuNtxu2/ivR8O5XfF3cQ1MQfELNMwu6 ZKWM3Ne5kPgaD1SGjwlAWClhrDIQ54uJk7hot8TBvIaltJSEYW6jfr6BmvfmDillnp UjIPLEhouTAzaoO1ao65IIVUlQQSkoxfBsPxTpWk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727204AbfFDOqV (ORCPT ); Tue, 4 Jun 2019 10:46:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:56680 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727809AbfFDOqV (ORCPT ); Tue, 4 Jun 2019 10:46:21 -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 6FA5924A66; Tue, 4 Jun 2019 14:46:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559659580; bh=fYS98lka5+1xJUYuJk8ZF9fHmswmiKdzos/aceIuW9E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=y0H6tYbdMUOG/X4Y2fXnu2mEcvJuWvUdMzHgFUa8+XN/+9+dd493Slg3Fm2YyJF2j 99h3GMWpShB3G4/DVqN8kitIViJmiG5Tily1uYk9gKFgDWoK1xiLrrU9sPHcpzsi0P zQ9BafxH3LSfKKG2pdaJMLThOQroqVsf5RfW6VtA= Date: Tue, 4 Jun 2019 16:45:54 +0200 From: Greg Kroah-Hartman To: Ben Hutchings Cc: Sasha Levin , stable Subject: Re: [4.9] Security fixes Message-ID: <20190604144554.GA22987@kroah.com> References: <1559217157.2631.17.camel@codethink.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1559217157.2631.17.camel@codethink.co.uk> User-Agent: Mutt/1.12.0 (2019-05-25) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, May 30, 2019 at 12:52:37PM +0100, Ben Hutchings wrote: > I've attached the following fixes to 4.9, as an mbox: > > - brcmfmac: add length checks in scheduled scan result handler > - brcmfmac: assure SSID length from firmware is limited > - brcmfmac: add subtype check for event handling in data path > - binder: Replace "%p" with "%pK" for stable > - binder: replace "%p" with "%pK" > - fs: prevent page refcount overflow in pipe_buf_get > - mm, gup: remove broken VM_BUG_ON_PAGE compound check for hugepages > - mm, gup: ensure real head page is ref-counted when using hugepages > - mm: prevent get_user_pages() from overflowing page refcount > - mm: make page ref count overflow check tighter and more explicit > - coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping > > The first two "mm, gup" commits might not be strictly security fixes > but the next one depends on them. All now queued up, thanks! greg k-h