From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg Kroah-Hartman) Date: Fri, 7 Oct 2016 16:44:12 +0200 Subject: [PATCH 1/4] staging/vchi: Convert to current get_user_pages() arguments. In-Reply-To: <20161003185209.27733-2-eric@anholt.net> References: <20161003185209.27733-1-eric@anholt.net> <20161003185209.27733-2-eric@anholt.net> Message-ID: <20161007144412.GA27514@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Oct 03, 2016 at 11:52:06AM -0700, Eric Anholt wrote: > Signed-off-by: Eric Anholt In the future, it's good to put at least some changelog text in here. I normally do not accept patches without it. But I'll take these two. thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756920AbcJGOq4 (ORCPT ); Fri, 7 Oct 2016 10:46:56 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58296 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755945AbcJGOoj (ORCPT ); Fri, 7 Oct 2016 10:44:39 -0400 Date: Fri, 7 Oct 2016 16:44:12 +0200 From: Greg Kroah-Hartman To: Eric Anholt Cc: linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Stephen Warren , Lee Jones , bcm-kernel-feedback-list@broadcom.com, Dom Cobley Subject: Re: [PATCH 1/4] staging/vchi: Convert to current get_user_pages() arguments. Message-ID: <20161007144412.GA27514@kroah.com> References: <20161003185209.27733-1-eric@anholt.net> <20161003185209.27733-2-eric@anholt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161003185209.27733-2-eric@anholt.net> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 03, 2016 at 11:52:06AM -0700, Eric Anholt wrote: > Signed-off-by: Eric Anholt In the future, it's good to put at least some changelog text in here. I normally do not accept patches without it. But I'll take these two. thanks, greg k-h