From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756016AbdDGMwk (ORCPT ); Fri, 7 Apr 2017 08:52:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55306 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754988AbdDGMwc (ORCPT ); Fri, 7 Apr 2017 08:52:32 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 7EE5A18E3C7 Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=dhowells@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 7EE5A18E3C7 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: <149141141298.29162.5612793122429261720.stgit@warthog.procyon.org.uk> <149141147489.29162.566616944109123278.stgit@warthog.procyon.org.uk> To: Linus Walleij Cc: dhowells@redhat.com, "linux-kernel@vger.kernel.org" , Alexandre Courbot , One Thousand Gnomes , Greg KH , William Breathitt Gray , "linux-gpio@vger.kernel.org" , linux-security-module@vger.kernel.org, keyrings@vger.kernel.org Subject: Re: [PATCH 08/38] Annotate hardware config module parameters in drivers/gpio/ MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <31466.1491569547.1@warthog.procyon.org.uk> Date: Fri, 07 Apr 2017 13:52:27 +0100 Message-ID: <31467.1491569547@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Fri, 07 Apr 2017 12:52:31 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus Walleij wrote: > I see that I don't have this symbol in my tree so I guess the patch > series adds it and this patch needs to follow it. Yep. Patch #1 adds it. David