From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753624AbbJSNJN (ORCPT ); Mon, 19 Oct 2015 09:09:13 -0400 Received: from mout.kundenserver.de ([212.227.17.24]:50050 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753494AbbJSNJJ (ORCPT ); Mon, 19 Oct 2015 09:09:09 -0400 From: Arnd Bergmann To: Eric Auger Cc: eric.auger@st.com, alex.williamson@redhat.com, b.reynal@virtualopensystems.com, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, christoffer.dall@linaro.org, linux-kernel@vger.kernel.org, patches@linaro.org Subject: Re: [PATCH 0/4] VFIO platform reset module rework Date: Mon, 19 Oct 2015 15:08:50 +0200 Message-ID: <5564303.6Ntpr32PW1@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1445184015-24414-1-git-send-email-eric.auger@linaro.org> References: <1445184015-24414-1-git-send-email-eric.auger@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:O5qQVMq/msv1CvNf+MxkO+RXh4FS+U3lYvKcQ97qqzXVC8pUxvq vsC0daeRd7+0tB9ZWDvXgs3mtStcTWA/RmGsQkYwWVJ8HolXKb3f1knGJQyWTX4PDiE4dst PetQIzvVfYDOyPEGh1tIt9SYe3WBnIN0tECZfhc63S7dytX3AKTeJi+kBU8L+oJMPD6vncT nbeQu2vaBf8yWqR/fEcCw== X-UI-Out-Filterresults: notjunk:1;V01:K0:WjhWVosHguw=:XZ2tIUeeUWSpPw3LyVyMpU DFsT7Oqk9fh82zv4CAwg/kle7DgvpFLzH1/M7gtbVrbMPbF2k+KBgGbug5NtfGtKdoj7iYqOv ejYy7QqwQMDxNnHhdJPD8L9mfpncndy7ErCaea+Hf2VKtiVgnKeicN/0r3K9uS65bzutMt7Ql MaLlRjGu4r3zaIymHtdp9jXMTs6rWRJJd/3OtUJ16hGyhoCrPfTpX648ri+wjvKum3JyBoxmp iqvp18KxVArXR+2WRKCmSUppq8vD8zHupQ710+Q5lrmd/HdQzt6qIhsy1+CVNTLIIUHsGH7uX XjcXhR3NC38RWmAPwvfxkCd5helDtLuAVnj8u31eSQpHVBt5JqmR1YN2YvF7DbX097r59nm1X UB2jbtXpV9fS/yE3RywPJhJ2HsCoNsu900TLrUsVwSOKgzdYimzBCNi+GE9WlvvSCGxKrJH4R pVpdndbLiUOhKoBjHg3BZgJF0oGmmYyzSJIxNOVxIUKTHg41HFNoMvpoFcQS6tSvpYcv5R1ub YLdVGhi2CHHo8LSBZTMoI9Q/oaDszYyxkTpAqlMQjx0iAulxRGH726H1WftKkGWS0jE1GFz3n FHHR16DnmnZi1p5xZPPCuHe29fET/P7WgnEWVE7DlrkVv+o95lQ+y7J9FIB8dw7qFG5hLNJfq lkj86rL1gb5vzUrAcJRA4+smqdMTrET+DgIDqtwWXHu/Jdvi9oLvHo8QZWqlJyOr2XWlheUWC /av7MxG0xhnqRPVK Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sunday 18 October 2015 18:00:11 Eric Auger wrote: > This series fixes the current implementation by getting rid of the > usage of __symbol_get which caused a compilation issue with > CONFIG_MODULES disabled. On top of this, the usage of MODULE_ALIAS makes > possible to add a new reset module without being obliged to update the > framework. The new implementation relies on the reset module registering > its reset function to the vfio-platform driver. > > The series is available at > > https://git.linaro.org/people/eric.auger/linux.git/shortlog/refs/heads/v4.3-rc5-rework-xgbe-v2 > > Looks good for the most part, just a few comments on coding style for patches 1 and 2. Arnd