stable-rc linux-6.6.y: Queues: tinyconfig: undefined reference to `irq_work_queue'

2024-10-25 Thread Naresh Kamboju
Most of the tinyconfigs are failing on stable-rc linux-6.6.y. Build errors: -- aarch64-linux-gnu-ld: kernel/task_work.o: in function `task_work_add': task_work.c:(.text+0x190): undefined reference to `irq_work_queue' task_work.c:(.text+0x190): relocation truncated to fit: R_AARCH64_CAL

Re: stable-rc linux-6.6.y: Queues: tinyconfig: undefined reference to `irq_work_queue'

2024-10-24 Thread Sebastian Andrzej Siewior
On 2024-10-24 22:56:53 [+0530], Naresh Kamboju wrote: > On Thu, 24 Oct 2024 at 20:11, Naresh Kamboju > wrote: > > > > Most of the tinyconfigs are failing on stable-rc linux-6.6.y. > > > > Build errors: > > -- > > aarch64-linux-gnu-ld: kernel/task_work.o: in function `task_work_add': >

Re: stable-rc linux-6.6.y: Queues: tinyconfig: undefined reference to `irq_work_queue'

2024-10-24 Thread Naresh Kamboju
On Thu, 24 Oct 2024 at 20:11, Naresh Kamboju wrote: > > Most of the tinyconfigs are failing on stable-rc linux-6.6.y. > > Build errors: > -- > aarch64-linux-gnu-ld: kernel/task_work.o: in function `task_work_add': > task_work.c:(.text+0x190): undefined reference to `irq_work_queue' > t