search for: enotrecoverable

Displaying 3 results from an estimated 3 matches for "enotrecoverable".

2006 May 01
2
klibc: s390 errno...
I'm trying to do a full rebase (history clean) of the klibc kernel tree, and came across the following changesets between klibc 1.3.12 and .16: --- a/usr/klibc/arch/s390/syscall.c +++ b/usr/klibc/arch/s390/syscall.c @@ -11,6 +11,6 @@ long int __syscall_common(long int err) { if ((unsigned long)(err) < (unsigned long)(-125)) return err; - errno = err; +
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...ration Canceled" ENOKEY (126) => "Required key not available" EKEYEXPIRED (127) => "Key has expired" EKEYREVOKED (128) => "Key has been revoked" EKEYREJECTED (129) => "Key was rejected by service" EOWNERDEAD (130) => "Owner died" ENOTRECOVERABLE (131) => "State not recoverable" ERFKILL (132) => "Operation not possible due to RF-kill" EHWPOISON (133) => "Memory page has hardware error" closing asm-generic/errno.h EDEADLOCK (58) => "File locking deadlock error" closing asm/errno.h closing l...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote: > > > Find attached two patches I have in order to build klibc 2.0.2 > against kernel 3.8.13 > We had to introduce those patches when going from kernel 3.6 to kernel 3.7 > Hope it helps. > those patches are wrong and again very brittle. just use the way it is described in `make help': A) cd ~/src/linux