From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751493AbbCTNN1 (ORCPT ); Fri, 20 Mar 2015 09:13:27 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:36035 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750916AbbCTNNZ (ORCPT ); Fri, 20 Mar 2015 09:13:25 -0400 Date: Fri, 20 Mar 2015 16:13:10 +0300 From: Dan Carpenter To: Quentin Lambert Cc: Forest Bond , Greg Kroah-Hartman , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH v2] staging: vt6655: remove deprecated use of pci api Message-ID: <20150320131310.GX10964@mwanda> References: <1426856800-10920-1-git-send-email-lambert.quentin@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426856800-10920-1-git-send-email-lambert.quentin@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: userv0021.oracle.com [156.151.31.71] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Use the --in-reply-to option. There were no responses to the first version of this email so Greg is going to apply that one. (I guess it's still possible that someone will reply to it now, I suppose). > --- > Changes since v1: > - Replaces GFP_ATOMIC by GFP_KERNEL since no lock is taken before calling > this function This information about the locking should go in the commit message and not under the cut-off. regards, dan carpenter