Context Switching is Broken

Herman Swartz herman_swartz at yahoo.com
Thu Jun 10 19:26:47 EDT 2010


Yes, the kernel has the functions, because the kernel uses them in it's operation. The glibc needs to implement these calls to the kernel. Do I have that right?

Herman



----- Original Message ----
From: Russell King - ARM Linux <linux at arm.linux.org.uk>
To: Martin Guy <martinwguy at gmail.com>
Cc: Herman Swartz <herman_swartz at yahoo.com>; Will Deacon <will.deacon at arm.com>; linux-arm-kernel at lists.infradead.org
Sent: Thu, June 10, 2010 6:59:30 PM
Subject: Re: Context Switching is Broken

On Thu, Jun 10, 2010 at 10:29:12PM +0100, Martin Guy wrote:
> While context switching works fine - any Unix system would have a hard
> time working without it - these four esoteric system calls are not
> implemented in the ARM port of Linux. If you'd like to modify the
> linux source code to implement them, I'm sure the community would be
> happy to review the patches for inclusion in the next version of the
> kernel.

If you read what I said:

"I believe for glibc, these are simply unimplemented on ARM, and linking
a program which uses makecontext with glibc would result in the linker
issuing:"

These calls are nothing to do with the kernel.  They're a subject purely
for glibc.  So there's no modification to the Linux kernel source code
which could effect their implementation.



      



More information about the linux-arm-kernel mailing list