NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/59608 CVS commit: [netbsd-11] src/sys/compat/linux/common
The following reply was made to PR kern/59608; it has been noted by GNATS.
From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/59608 CVS commit: [netbsd-11] src/sys/compat/linux/common
Date: Thu, 9 Oct 2025 09:28:42 +0000
Module Name: src
Committed By: martin
Date: Thu Oct 9 09:28:42 UTC 2025
Modified Files:
src/sys/compat/linux/common [netbsd-11]: linux_sched.c linux_sched.h
Log Message:
Pull up following revision(s) (requested by christos in ticket #49):
sys/compat/linux/common/linux_sched.h: revision 1.12
sys/compat/linux/common/linux_sched.c: revision 1.84
sys/compat/linux/common/linux_sched.c: revision 1.85
PR/59608: csaba mate: fix stack address and ignore sysvsem flag. makes
the
latest jvm work again.
cl_args.stack_size is uint64_t (all architectures), on ILP32 (void *)
is 32 bits, as is (intptr_t). 32 bits added to 64 bits --> 64 bits,
which gcc complains about converting to a pointer. Add yet another
cast.
Should fix ILP32 builds (eg: i386)
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.83.2.1 src/sys/compat/linux/common/linux_sched.c
cvs rdiff -u -r1.11 -r1.11.2.1 src/sys/compat/linux/common/linux_sched.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index