From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:49280 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750893AbdHaF6O (ORCPT ); Thu, 31 Aug 2017 01:58:14 -0400 Date: Thu, 31 Aug 2017 07:58:18 +0200 From: Greg KH To: Miles Chen Cc: stable@vger.kernel.org Subject: Re: backport a patch for Linux 3.18 Message-ID: <20170831055818.GA23168@kroah.com> References: <1504064056.30912.21.camel@mtkswgap22> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1504064056.30912.21.camel@mtkswgap22> Sender: stable-owner@vger.kernel.org List-ID: On Wed, Aug 30, 2017 at 11:34:16AM +0800, Miles Chen wrote: > Hi reviewers, > > I suggest to backport a commit to Linux 3.18 stable tree. > Reason: KASAN reports a out-of-bound write issue when a large size > allocation is made from drivers through user-space. > > > commit: 67a2e213e7e937c41c52ab5bc46bf3f4de469f6e > subject: mm: cma: fix incorrect type conversion for size during dma > allocation > kernel version to apply to: Linux 3.18 Now applied, along with a number of other cma fixes that 3.18 really should have as well (that were dependancies of this patch in order to apply "cleanly".) thanks, greg k-h