linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Kernel failing to build on 32-bit powerpc
@ 2025-10-16 19:03 John Paul Adrian Glaubitz
  2025-10-17  6:49 ` Christophe Leroy
  0 siblings, 1 reply; 3+ messages in thread
From: John Paul Adrian Glaubitz @ 2025-10-16 19:03 UTC (permalink / raw)
  To: debian-powerpc; +Cc: linuxppc-dev

Hi,

could someone investigate the following build failure on powerpc [1], please?

In file included from /build/reproducible-path/linux-6.16.12/kernel/sched/build_policy.c:64:
/build/reproducible-path/linux-6.16.12/kernel/sched/ext_idle.c: In function ‘is_bpf_migration_disabled’:
/build/reproducible-path/linux-6.16.12/kernel/sched/ext_idle.c:893:14: error: ‘const struct task_struct’ has no member named ‘migration_disabled’
  893 |         if (p->migration_disabled == 1)
      |              ^~
/build/reproducible-path/linux-6.16.12/kernel/sched/ext_idle.c:896:25: error: ‘const struct task_struct’ has no member named ‘migration_disabled’
  896 |                 return p->migration_disabled;
      |                         ^~

Thanks,
Adrian

> [1] https://buildd.debian.org/status/fetch.php?pkg=linux&arch=powerpc&ver=6.16.12-2&stamp=1760639059&raw=0

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer
`. `'   Physicist
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


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

* Re: Kernel failing to build on 32-bit powerpc
  2025-10-16 19:03 Kernel failing to build on 32-bit powerpc John Paul Adrian Glaubitz
@ 2025-10-17  6:49 ` Christophe Leroy
  2025-10-17  7:25   ` Greg Kroah-Hartman
  0 siblings, 1 reply; 3+ messages in thread
From: Christophe Leroy @ 2025-10-17  6:49 UTC (permalink / raw)
  To: John Paul Adrian Glaubitz, debian-powerpc
  Cc: linuxppc-dev, linux-stable, Greg Kroah-Hartman

Hi,

Le 16/10/2025 à 21:03, John Paul Adrian Glaubitz a écrit :
> Hi,
> 
> could someone investigate the following build failure on powerpc [1], please?
> 
> In file included from /build/reproducible-path/linux-6.16.12/kernel/sched/build_policy.c:64:
> /build/reproducible-path/linux-6.16.12/kernel/sched/ext_idle.c: In function ‘is_bpf_migration_disabled’:
> /build/reproducible-path/linux-6.16.12/kernel/sched/ext_idle.c:893:14: error: ‘const struct task_struct’ has no member named ‘migration_disabled’
>    893 |         if (p->migration_disabled == 1)
>        |              ^~
> /build/reproducible-path/linux-6.16.12/kernel/sched/ext_idle.c:896:25: error: ‘const struct task_struct’ has no member named ‘migration_disabled’
>    896 |                 return p->migration_disabled;
>        |                         ^~
> 

I guess 6.16.12 is missing commit cac5cefbade9 ("sched/smp: Make SMP 
unconditional")

Christophe


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

* Re: Kernel failing to build on 32-bit powerpc
  2025-10-17  6:49 ` Christophe Leroy
@ 2025-10-17  7:25   ` Greg Kroah-Hartman
  0 siblings, 0 replies; 3+ messages in thread
From: Greg Kroah-Hartman @ 2025-10-17  7:25 UTC (permalink / raw)
  To: Christophe Leroy
  Cc: John Paul Adrian Glaubitz, debian-powerpc, linuxppc-dev,
	linux-stable

On Fri, Oct 17, 2025 at 08:49:06AM +0200, Christophe Leroy wrote:
> Hi,
> 
> Le 16/10/2025 à 21:03, John Paul Adrian Glaubitz a écrit :
> > Hi,
> > 
> > could someone investigate the following build failure on powerpc [1], please?
> > 
> > In file included from /build/reproducible-path/linux-6.16.12/kernel/sched/build_policy.c:64:
> > /build/reproducible-path/linux-6.16.12/kernel/sched/ext_idle.c: In function ‘is_bpf_migration_disabled’:
> > /build/reproducible-path/linux-6.16.12/kernel/sched/ext_idle.c:893:14: error: ‘const struct task_struct’ has no member named ‘migration_disabled’
> >    893 |         if (p->migration_disabled == 1)
> >        |              ^~
> > /build/reproducible-path/linux-6.16.12/kernel/sched/ext_idle.c:896:25: error: ‘const struct task_struct’ has no member named ‘migration_disabled’
> >    896 |                 return p->migration_disabled;
> >        |                         ^~
> > 
> 
> I guess 6.16.12 is missing commit cac5cefbade9 ("sched/smp: Make SMP
> unconditional")

6.16 is now end-of-life, so not much we can do there, sorry.

greg k-h


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

end of thread, other threads:[~2025-10-17  7:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-16 19:03 Kernel failing to build on 32-bit powerpc John Paul Adrian Glaubitz
2025-10-17  6:49 ` Christophe Leroy
2025-10-17  7:25   ` Greg Kroah-Hartman

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).