alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* Re: linux-next: Tree for Sep 15 (drivers/mfd/cs42l43.o)
       [not found] <20230915120127.1bc03420@canb.auug.org.au>
@ 2023-09-15 19:20 ` Randy Dunlap
  2023-09-18 14:40   ` Lee Jones
  0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2023-09-15 19:20 UTC (permalink / raw)
  To: Stephen Rothwell, Linux Next Mailing List
  Cc: Linux Kernel Mailing List, James Schulman, David Rhodes,
	Richard Fitzgerald, ALSA Development Mailing List, Lee Jones

[-- Attachment #1: Type: text/plain, Size: 738 bytes --]



On 9/14/23 19:01, Stephen Rothwell wrote:
> Hi all,
> 
> Changes since 20230914:
> 
> The btrfs tree gained a conflist against the mm tree.
> 
> The device-mapper tree gained a build failure so I used the version
> from next-20230914.
> 
> The kspp tree lost its build failure.
> 
> Non-merge commits (relative to Linus' tree): 5026
>  2501 files changed, 391711 insertions(+), 34318 deletions(-)
> 
> ----------------------------------------------------------------------------
> 

on arm64:

aarch64-linux-ld: drivers/mfd/cs42l43.o: in function `cs42l43_boot_work':
cs42l43.c:(.text+0x19d4): undefined reference to `devm_regmap_add_irq_chip'

Using GCC 13.2.0 from kernel.org crosstools.

Full randconfig file is attached.

-- 
~Randy

[-- Attachment #2: arm64-cs42l43-devm-regmap-config.gz --]
[-- Type: application/gzip, Size: 25394 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: linux-next: Tree for Sep 15 (drivers/mfd/cs42l43.o)
  2023-09-15 19:20 ` linux-next: Tree for Sep 15 (drivers/mfd/cs42l43.o) Randy Dunlap
@ 2023-09-18 14:40   ` Lee Jones
  2023-09-18 19:25     ` Randy Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Lee Jones @ 2023-09-18 14:40 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Stephen Rothwell, Linux Next Mailing List,
	Linux Kernel Mailing List, James Schulman, David Rhodes,
	Richard Fitzgerald, ALSA Development Mailing List

On Fri, 15 Sep 2023, Randy Dunlap wrote:

> 
> 
> On 9/14/23 19:01, Stephen Rothwell wrote:
> > Hi all,
> > 
> > Changes since 20230914:
> > 
> > The btrfs tree gained a conflist against the mm tree.
> > 
> > The device-mapper tree gained a build failure so I used the version
> > from next-20230914.
> > 
> > The kspp tree lost its build failure.
> > 
> > Non-merge commits (relative to Linus' tree): 5026
> >  2501 files changed, 391711 insertions(+), 34318 deletions(-)
> > 
> > ----------------------------------------------------------------------------
> > 
> 
> on arm64:
> 
> aarch64-linux-ld: drivers/mfd/cs42l43.o: in function `cs42l43_boot_work':
> cs42l43.c:(.text+0x19d4): undefined reference to `devm_regmap_add_irq_chip'
> 
> Using GCC 13.2.0 from kernel.org crosstools.
> 
> Full randconfig file is attached.

Who is the intended consumer of this report?

Are you planning on following up with a patch?

-- 
Lee Jones [李琼斯]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: linux-next: Tree for Sep 15 (drivers/mfd/cs42l43.o)
  2023-09-18 14:40   ` Lee Jones
@ 2023-09-18 19:25     ` Randy Dunlap
  2023-09-19 14:21       ` Lee Jones
  0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2023-09-18 19:25 UTC (permalink / raw)
  To: Lee Jones, Charles Keepax
  Cc: Stephen Rothwell, Linux Next Mailing List,
	Linux Kernel Mailing List, James Schulman, David Rhodes,
	Richard Fitzgerald, ALSA Development Mailing List



On 9/18/23 07:40, Lee Jones wrote:
> On Fri, 15 Sep 2023, Randy Dunlap wrote:
> 
>>
>>
>> On 9/14/23 19:01, Stephen Rothwell wrote:
>>> Hi all,
>>>
>>> Changes since 20230914:
>>>
>>> The btrfs tree gained a conflist against the mm tree.
>>>
>>> The device-mapper tree gained a build failure so I used the version
>>> from next-20230914.
>>>
>>> The kspp tree lost its build failure.
>>>
>>> Non-merge commits (relative to Linus' tree): 5026
>>>  2501 files changed, 391711 insertions(+), 34318 deletions(-)
>>>
>>> ----------------------------------------------------------------------------
>>>
>>
>> on arm64:
>>
>> aarch64-linux-ld: drivers/mfd/cs42l43.o: in function `cs42l43_boot_work':
>> cs42l43.c:(.text+0x19d4): undefined reference to `devm_regmap_add_irq_chip'
>>
>> Using GCC 13.2.0 from kernel.org crosstools.
>>
>> Full randconfig file is attached.
> 
> Who is the intended consumer of this report?
> 

I Cc-ed the driver maintainers and the subsystem maintainer.
However, I missed Cc-ing the person who git blame identifies
for this patch. (added now)

> Are you planning on following up with a patch?

Sure, I will do that.

thanks.
-- 
~Randy

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: linux-next: Tree for Sep 15 (drivers/mfd/cs42l43.o)
  2023-09-18 19:25     ` Randy Dunlap
@ 2023-09-19 14:21       ` Lee Jones
  0 siblings, 0 replies; 4+ messages in thread
From: Lee Jones @ 2023-09-19 14:21 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Charles Keepax, Stephen Rothwell, Linux Next Mailing List,
	Linux Kernel Mailing List, James Schulman, David Rhodes,
	Richard Fitzgerald, ALSA Development Mailing List

On Mon, 18 Sep 2023, Randy Dunlap wrote:

> 
> 
> On 9/18/23 07:40, Lee Jones wrote:
> > On Fri, 15 Sep 2023, Randy Dunlap wrote:
> > 
> >>
> >>
> >> On 9/14/23 19:01, Stephen Rothwell wrote:
> >>> Hi all,
> >>>
> >>> Changes since 20230914:
> >>>
> >>> The btrfs tree gained a conflist against the mm tree.
> >>>
> >>> The device-mapper tree gained a build failure so I used the version
> >>> from next-20230914.
> >>>
> >>> The kspp tree lost its build failure.
> >>>
> >>> Non-merge commits (relative to Linus' tree): 5026
> >>>  2501 files changed, 391711 insertions(+), 34318 deletions(-)
> >>>
> >>> ----------------------------------------------------------------------------
> >>>
> >>
> >> on arm64:
> >>
> >> aarch64-linux-ld: drivers/mfd/cs42l43.o: in function `cs42l43_boot_work':
> >> cs42l43.c:(.text+0x19d4): undefined reference to `devm_regmap_add_irq_chip'
> >>
> >> Using GCC 13.2.0 from kernel.org crosstools.
> >>
> >> Full randconfig file is attached.
> > 
> > Who is the intended consumer of this report?
> > 
> 
> I Cc-ed the driver maintainers and the subsystem maintainer.
> However, I missed Cc-ing the person who git blame identifies
> for this patch. (added now)
> 
> > Are you planning on following up with a patch?
> 
> Sure, I will do that.

Thanks for considering it.  Thanks again for actually doing it.

And sorry that a fix (that I hadn't yet seen) was already on the list.

-- 
Lee Jones [李琼斯]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-09-19 14:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20230915120127.1bc03420@canb.auug.org.au>
2023-09-15 19:20 ` linux-next: Tree for Sep 15 (drivers/mfd/cs42l43.o) Randy Dunlap
2023-09-18 14:40   ` Lee Jones
2023-09-18 19:25     ` Randy Dunlap
2023-09-19 14:21       ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).