Re: [PATCH v2] console: Don't prefer first registered if DT specifies stdout-path

2016-10-16 Thread Andreas Schwab
On Aug 09 2016, Paul Burton wrote: > Fix this by not automatically preferring the first registered console if > one is specified by the device tree. This allows consoles to be > registered but not enabled, and once the driver for the console selected > by stdout-path calls of_console_check() the

Re: [PATCH kernel v2 1/2] powerpc/iommu: Stop using @current in mm_iommu_xxx

2016-10-16 Thread David Gibson
On Thu, Oct 13, 2016 at 05:00:01PM +1100, Alexey Kardashevskiy wrote: > On 13/10/16 13:25, David Gibson wrote: > > On Wed, Oct 12, 2016 at 03:58:27PM +1100, Alexey Kardashevskiy wrote: > >> In some situations the userspace memory context may live longer than > >> the userspace process itself so if

Re: [PATCH kernel 14/15] vfio/spapr_tce: Export container API for external users

2016-10-16 Thread Alexey Kardashevskiy
So far I got one question, below. On 23/09/16 17:12, David Gibson wrote: > On Wed, Sep 21, 2016 at 04:56:52PM +1000, Alexey Kardashevskiy wrote: >> On 07/09/16 19:09, Alexey Kardashevskiy wrote: >>> On 29/08/16 23:27, David Gibson wrote: On Mon, Aug 29, 2016 at 04:35:15PM +1000, Alexey Karda