Re: [PATCH v4 00/15] Habana Labs kernel driver

From: Oded Gabbay
Date: Thu Feb 14 2019 - 04:59:12 EST


On Thu, Feb 14, 2019 at 9:13 AM Oded Gabbay <oded.gabbay@xxxxxxxxx> wrote:
>
> On Thu, Feb 14, 2019 at 9:11 AM Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
> >
> > On Mon, Feb 11, 2019 at 05:17:36PM +0200, Oded Gabbay wrote:
> > > Hello,
> > > This is v4 of the Habana Labs kernel driver patch-set. It contains fixes
> > > according to reviews done on v3, mainly for the command buffer, sysfs and MMU
> > > patches. In addition, patch 2/15 was reduced in size from 4.3MB to 1.4MB.
> > >
> > > The patch-set is rebased on v5.0-rc6.
> > >
> > > Link to v3 cover letter: https://lkml.org/lkml/2019/2/4/1033
> > >
> > > Link to v2 cover letter: https://lkml.org/lkml/2019/1/30/1003
> > >
> > > Link to v1 cover letter: https://lwn.net/Articles/777342/
> > >
> > > I would appricate any feedback, question and/or review.
> >
> > There's been some 0-day bot feedback on some of these patches now that I
> > put them in my -testing branch. So I'm going to drop the patch series
> > from there now and wait for a v5 of the series that hopefully will have
> > those issues fixed :)
> >
Hi Greg,
I looked at the 4 warnings I received from your emails, and they all
appear in i386 architecture.
I don't want to support 32-bit kernel and I don't intend to support it.
Can we just specify in kconfig that we don't support it, and then you
won't get these warnings ?
I initially set in kconfig to support only x86_64, and you told me
(and you were right) not to limit to that. But I do think I would like
to disable the driver on i386.

Thanks,
Oded


> > thanks,
> >
> > greg k-h
>
> Sure, np.
> Thanks,
> Oded