Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965118AbdGTLKP (ORCPT ); Thu, 20 Jul 2017 07:10:15 -0400 Received: from ozlabs.org ([103.22.144.67]:44383 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936067AbdGTLKM (ORCPT ); Thu, 20 Jul 2017 07:10:12 -0400 From: Michael Ellerman To: Logan Gunthorpe , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-ntb@googlegroups.com, linux-crypto@vger.kernel.org Cc: Arnd Bergmann , Greg Kroah-Hartman , Horia =?utf-8?Q?Geant=C4=83?= , Stephen Bates , Benjamin Herrenschmidt , Paul Mackerras , Nicholas Piggin , Suresh Warrier , "Oliver O'Halloran" Subject: Re: [PATCH v4 1/5] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs In-Reply-To: <15b6ea7d-5817-c0cd-aee4-c8a52d8808f9@deltatee.com> References: <20170718165528.7383-1-logang@deltatee.com> <20170718165528.7383-2-logang@deltatee.com> <87iniphsug.fsf@concordia.ellerman.id.au> <15b6ea7d-5817-c0cd-aee4-c8a52d8808f9@deltatee.com> User-Agent: Notmuch/0.21 (https://notmuchmail.org) Date: Thu, 20 Jul 2017 21:10:09 +1000 Message-ID: <87pocvgy9a.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 422 Lines: 13 Logan Gunthorpe writes: > On 18/07/17 11:57 PM, Michael Ellerman wrote: >> Seems fair enough, have you tested it at all? > > It's only been compile tested and the kbuild robot has beat up on it a bit. OK. I don't think I see any way it can break anything, so feel free to merge it, it'll get boot testing on powerpc once it's in linux-next. Acked-by: Michael Ellerman cheers