From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:41411 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754237AbcCGW7x (ORCPT ); Mon, 7 Mar 2016 17:59:53 -0500 Date: Mon, 7 Mar 2016 14:59:52 -0800 From: Greg KH To: Michel =?iso-8859-1?Q?D=E4nzer?= Cc: alexander.deucher@amd.com, christian.koenig@amd.com, stable@vger.kernel.org Subject: Re: [PATCH] drm/amdgpu: Use drm_calloc_large for VM page_tables array Message-ID: <20160307225952.GC25867@kroah.com> References: <1456860006102194@kroah.com> <1457337948-28441-1-git-send-email-michel@daenzer.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1457337948-28441-1-git-send-email-michel@daenzer.net> Sender: stable-owner@vger.kernel.org List-ID: On Mon, Mar 07, 2016 at 05:05:48PM +0900, Michel D�nzer wrote: > From: Michel D�nzer > > It can be big, depending on the VM address space size, which is tunable > via the vm_size module parameter. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93721 > Reviewed-by: Christian K�nig > Signed-off-by: Michel D�nzer > Signed-off-by: Alex Deucher > (Cherry picked from commit 9571e1d84042f5670df9fabdcbe7dd5da3abe43e) > --- > > Here's a backport of this fix to the 4.4 tree. Compile tested only (but > only one context line is different from the original change). thanks for the backport, now applied. greg k-h