* Re: linux-next: Tree for Oct 27 (drivers/cache/ax45mp_cache.o) [not found] <20231027180429.5f718601@canb.auug.org.au> @ 2023-10-30 5:12 ` Randy Dunlap 2023-10-30 5:17 ` Randy Dunlap 0 siblings, 1 reply; 3+ messages in thread From: Randy Dunlap @ 2023-10-30 5:12 UTC (permalink / raw) To: Stephen Rothwell, Linux Next Mailing List Cc: Linux Kernel Mailing List, linux-riscv, Conor Dooley, Lad Prabhakar [-- Attachment #1: Type: text/plain, Size: 324 bytes --] On 10/27/23 00:04, Stephen Rothwell wrote: > Hi all, > > Changes since 20231026: > on riscv32: riscv32-linux-ld: drivers/cache/ax45mp_cache.o: in function `ax45mp_cache_init': ax45mp_cache.c:(.init.text+0xe4): undefined reference to `riscv_noncoherent_register_cache_ops' Full randconfig file is attached. -- ~Randy [-- Attachment #2: config-r9763.gz --] [-- Type: application/gzip, Size: 33908 bytes --] [-- Attachment #3: Type: text/plain, Size: 161 bytes --] _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: linux-next: Tree for Oct 27 (drivers/cache/ax45mp_cache.o) 2023-10-30 5:12 ` linux-next: Tree for Oct 27 (drivers/cache/ax45mp_cache.o) Randy Dunlap @ 2023-10-30 5:17 ` Randy Dunlap 2023-10-30 11:09 ` Conor Dooley 0 siblings, 1 reply; 3+ messages in thread From: Randy Dunlap @ 2023-10-30 5:17 UTC (permalink / raw) To: Stephen Rothwell, Linux Next Mailing List Cc: Linux Kernel Mailing List, linux-riscv, Conor Dooley, Lad Prabhakar [-- Attachment #1: Type: text/plain, Size: 1576 bytes --] On 10/29/23 22:12, Randy Dunlap wrote: > > > On 10/27/23 00:04, Stephen Rothwell wrote: >> Hi all, >> >> Changes since 20231026: >> > > on riscv32: > > riscv32-linux-ld: drivers/cache/ax45mp_cache.o: in function `ax45mp_cache_init': > ax45mp_cache.c:(.init.text+0xe4): undefined reference to `riscv_noncoherent_register_cache_ops' > > Full randconfig file is attached. > or with a different config file: iscv32-linux-ld: arch/riscv/mm/pmem.o:(.text+0xa): undefined reference to `noncoherent_cache_ops' riscv32-linux-ld: arch/riscv/mm/pmem.o:(.text+0xe): undefined reference to `noncoherent_cache_ops' riscv32-linux-ld: arch/riscv/mm/pmem.o: in function `.L6': pmem.c:(.text+0x8a): undefined reference to `noncoherent_cache_ops' riscv32-linux-ld: pmem.c:(.text+0x8e): undefined reference to `noncoherent_cache_ops' riscv32-linux-ld: drivers/cache/ax45mp_cache.o: in function `.L26': ax45mp_cache.c:(.init.text+0xd8): undefined reference to `riscv_noncoherent_register_cache_ops' and that randconfig file is attached. I also have this one on riscv64: riscv64-linux-ld: arch/riscv/mm/pmem.o: in function `arch_wb_cache_pmem': pmem.c:(.text+0x20): undefined reference to `noncoherent_cache_ops' riscv64-linux-ld: arch/riscv/mm/pmem.o: in function `arch_invalidate_pmem': pmem.c:(.text+0xcc): undefined reference to `noncoherent_cache_ops' riscv64-linux-ld: drivers/cache/ax45mp_cache.o: in function `.L30': ax45mp_cache.c:(.init.text+0x174): undefined reference to `riscv_noncoherent_register_cache_ops' LMK if anyone wants the .config file for that one. -- ~Randy [-- Attachment #2: config-r9764.gz --] [-- Type: application/gzip, Size: 27954 bytes --] [-- Attachment #3: Type: text/plain, Size: 161 bytes --] _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: linux-next: Tree for Oct 27 (drivers/cache/ax45mp_cache.o) 2023-10-30 5:17 ` Randy Dunlap @ 2023-10-30 11:09 ` Conor Dooley 0 siblings, 0 replies; 3+ messages in thread From: Conor Dooley @ 2023-10-30 11:09 UTC (permalink / raw) To: Randy Dunlap Cc: Stephen Rothwell, Linux Next Mailing List, Linux Kernel Mailing List, linux-riscv, Lad Prabhakar [-- Attachment #1.1: Type: text/plain, Size: 1963 bytes --] On Sun, Oct 29, 2023 at 10:17:35PM -0700, Randy Dunlap wrote: > > > On 10/29/23 22:12, Randy Dunlap wrote: > > > > > > On 10/27/23 00:04, Stephen Rothwell wrote: > >> Hi all, > >> > >> Changes since 20231026: > >> > > > > on riscv32: > > > > riscv32-linux-ld: drivers/cache/ax45mp_cache.o: in function `ax45mp_cache_init': > > ax45mp_cache.c:(.init.text+0xe4): undefined reference to `riscv_noncoherent_register_cache_ops' > > > > Full randconfig file is attached. > > > > or with a different config file: > > iscv32-linux-ld: arch/riscv/mm/pmem.o:(.text+0xa): undefined reference to `noncoherent_cache_ops' > riscv32-linux-ld: arch/riscv/mm/pmem.o:(.text+0xe): undefined reference to `noncoherent_cache_ops' > riscv32-linux-ld: arch/riscv/mm/pmem.o: in function `.L6': > pmem.c:(.text+0x8a): undefined reference to `noncoherent_cache_ops' > riscv32-linux-ld: pmem.c:(.text+0x8e): undefined reference to `noncoherent_cache_ops' > riscv32-linux-ld: drivers/cache/ax45mp_cache.o: in function `.L26': > ax45mp_cache.c:(.init.text+0xd8): undefined reference to `riscv_noncoherent_register_cache_ops' > > and that randconfig file is attached. > > I also have this one on riscv64: > > riscv64-linux-ld: arch/riscv/mm/pmem.o: in function `arch_wb_cache_pmem': > pmem.c:(.text+0x20): undefined reference to `noncoherent_cache_ops' > riscv64-linux-ld: arch/riscv/mm/pmem.o: in function `arch_invalidate_pmem': > pmem.c:(.text+0xcc): undefined reference to `noncoherent_cache_ops' > riscv64-linux-ld: drivers/cache/ax45mp_cache.o: in function `.L30': > ax45mp_cache.c:(.init.text+0x174): undefined reference to `riscv_noncoherent_register_cache_ops' > > LMK if anyone wants the .config file for that one. I think Christoph has already posted a fix for that one: https://lore.kernel.org/all/20231028155101.1039049-1-hch@lst.de/ I'll look at the other one, if Prabhakar doesn't beat me to it. Cheers, Conor. [-- Attachment #1.2: signature.asc --] [-- Type: application/pgp-signature, Size: 228 bytes --] [-- Attachment #2: Type: text/plain, Size: 161 bytes --] _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-10-30 11:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20231027180429.5f718601@canb.auug.org.au>
2023-10-30 5:12 ` linux-next: Tree for Oct 27 (drivers/cache/ax45mp_cache.o) Randy Dunlap
2023-10-30 5:17 ` Randy Dunlap
2023-10-30 11:09 ` Conor Dooley
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox