2021-06-02 04:22:44

by Randy Dunlap

[permalink] [raw]
Subject: Re: mmotm 2021-06-01-19-57 uploaded (xillybus)

On 6/1/21 7:58 PM, [email protected] wrote:
> The mm-of-the-moment snapshot 2021-06-01-19-57 has been uploaded to
>
> https://www.ozlabs.org/~akpm/mmotm/
>
> mmotm-readme.txt says
>
> README for mm-of-the-moment:
>
> https://www.ozlabs.org/~akpm/mmotm/
>
> This is a snapshot of my -mm patch queue. Uploaded at random hopefully
> more than once a week.
>
> You will need quilt to apply these patches to the latest Linus release (5.x
> or 5.x-rcY). The series file is in broken-out.tar.gz and is duplicated in
> https://ozlabs.org/~akpm/mmotm/series
>
> The file broken-out.tar.gz contains two datestamp files: .DATE and
> .DATE-yyyy-mm-dd-hh-mm-ss. Both contain the string yyyy-mm-dd-hh-mm-ss,
> followed by the base kernel version against which this patch series is to
> be applied.

(on i386)

CONFIG_XILLYBUS_CLASS=y
CONFIG_XILLYBUS=m
CONFIG_XILLYUSB=y

ERROR: modpost: "xillybus_cleanup_chrdev" [drivers/char/xillybus/xillybus_core.ko] undefined!
ERROR: modpost: "xillybus_init_chrdev" [drivers/char/xillybus/xillybus_core.ko] undefined!
ERROR: modpost: "xillybus_find_inode" [drivers/char/xillybus/xillybus_core.ko] undefined!


Full randconfig file is attached.

--
~Randy
Reported-by: Randy Dunlap <[email protected]>


Attachments:
config-r9701.gz (39.25 kB)

2021-06-02 08:06:12

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: mmotm 2021-06-01-19-57 uploaded (xillybus)

On Tue, Jun 01, 2021 at 09:03:56PM -0700, Randy Dunlap wrote:
> On 6/1/21 7:58 PM, [email protected] wrote:
> > The mm-of-the-moment snapshot 2021-06-01-19-57 has been uploaded to
> >
> > https://www.ozlabs.org/~akpm/mmotm/
> >
> > mmotm-readme.txt says
> >
> > README for mm-of-the-moment:
> >
> > https://www.ozlabs.org/~akpm/mmotm/
> >
> > This is a snapshot of my -mm patch queue. Uploaded at random hopefully
> > more than once a week.
> >
> > You will need quilt to apply these patches to the latest Linus release (5.x
> > or 5.x-rcY). The series file is in broken-out.tar.gz and is duplicated in
> > https://ozlabs.org/~akpm/mmotm/series
> >
> > The file broken-out.tar.gz contains two datestamp files: .DATE and
> > .DATE-yyyy-mm-dd-hh-mm-ss. Both contain the string yyyy-mm-dd-hh-mm-ss,
> > followed by the base kernel version against which this patch series is to
> > be applied.
>
> (on i386)
>
> CONFIG_XILLYBUS_CLASS=y
> CONFIG_XILLYBUS=m
> CONFIG_XILLYUSB=y
>
> ERROR: modpost: "xillybus_cleanup_chrdev" [drivers/char/xillybus/xillybus_core.ko] undefined!
> ERROR: modpost: "xillybus_init_chrdev" [drivers/char/xillybus/xillybus_core.ko] undefined!
> ERROR: modpost: "xillybus_find_inode" [drivers/char/xillybus/xillybus_core.ko] undefined!
>
>
> Full randconfig file is attached.

Sorry about that, I have a fix in my inbox for this that I will push out
later today...

greg k-h

2021-06-03 10:44:15

by Eli Billauer

[permalink] [raw]
Subject: Re: mmotm 2021-06-01-19-57 uploaded (xillybus)

On 02/06/21 08:00, Greg Kroah-Hartman wrote:
>> (on i386)
>> >
>> > CONFIG_XILLYBUS_CLASS=y
>> > CONFIG_XILLYBUS=m
>> > CONFIG_XILLYUSB=y
>> >
>> > ERROR: modpost: "xillybus_cleanup_chrdev" [drivers/char/xillybus/xillybus_core.ko] undefined!
>> > ERROR: modpost: "xillybus_init_chrdev" [drivers/char/xillybus/xillybus_core.ko] undefined!
>> > ERROR: modpost: "xillybus_find_inode" [drivers/char/xillybus/xillybus_core.ko] undefined!
>> >
>> >
>> > Full randconfig file is attached.
>>
> Sorry about that, I have a fix in my inbox for this that I will push out
> later today...
>
For the record, this is the said pending patch:

https://lkml.org/lkml/2021/5/28/245

I've tested this issue, and can confirm the compilation problem and that
the patch fixes it.

Regards,
Eli

2021-06-03 12:15:48

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: mmotm 2021-06-01-19-57 uploaded (xillybus)

On Thu, Jun 03, 2021 at 01:40:09PM +0300, Eli Billauer wrote:
> On 02/06/21 08:00, Greg Kroah-Hartman wrote:
> > > (on i386)
> > > > > CONFIG_XILLYBUS_CLASS=y
> > > > CONFIG_XILLYBUS=m
> > > > CONFIG_XILLYUSB=y
> > > > > ERROR: modpost: "xillybus_cleanup_chrdev"
> > > [drivers/char/xillybus/xillybus_core.ko] undefined!
> > > > ERROR: modpost: "xillybus_init_chrdev" [drivers/char/xillybus/xillybus_core.ko] undefined!
> > > > ERROR: modpost: "xillybus_find_inode" [drivers/char/xillybus/xillybus_core.ko] undefined!
> > > > > > Full randconfig file is attached.
> > Sorry about that, I have a fix in my inbox for this that I will push out
> > later today...
> For the record, this is the said pending patch:
>
> https://lkml.org/lkml/2021/5/28/245
>
> I've tested this issue, and can confirm the compilation problem and that the
> patch fixes it.

Now queued up, thanks.

greg k-h