search for: ceggers

Displaying 10 results from an estimated 10 matches for "ceggers".

Did you mean: eggers
2010 Aug 05
3
[PATCH 08/14] Nested Virtualization: efer
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Einsteinring 24, 85609 Dornach b. Muenchen Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen, HRB Nr. 43632 _______________________________________________ Xen-devel mailing list
2020 Jul 28
2
[PATCH] Add syscall wrappers required by libkeyutils
On Mon, 2020-07-27 at 05:46 -0700, hpa at zytor.com wrote: > On July 27, 2020 2:43:36 AM PDT, Christian Eggers <ceggers at arri.de> wrote: > > On Saturday, 25 July 2020, 23:36:33 CEST, Ben Hutchings wrote: > > > On Wed, 2020-07-08 at 08:37 +0200, Christian Eggers wrote: > > > > ... > > > > libkeyutils usually invokes syscall() directly. As syscall() is not > > > &gt...
2020 Jul 08
2
[PATCH] Add syscall wrappers required by libkeyutils
...equired for loading keys into the kernel (e.g. for mounting an authenticated UBIFS as root file system). libkeyutils usually invokes syscall() directly. As syscall() is not provided by klibc, libkeyutils has to be slightly modified for using the klibc wrappers. Signed-off-by: Christian Eggers <ceggers at arri.de> --- usr/klibc/SYSCALLS.def | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def index 461d9bf6..67056a2c 100644 --- a/usr/klibc/SYSCALLS.def +++ b/usr/klibc/SYSCALLS.def @@ -274,6 +274,9 @@ int reboot::__reboot(int, int, int, void *)...
2020 Jul 27
3
[PATCH] Add syscall wrappers required by libkeyutils
On Saturday, 25 July 2020, 23:36:33 CEST, Ben Hutchings wrote: > On Wed, 2020-07-08 at 08:37 +0200, Christian Eggers wrote: > > ... > > libkeyutils usually invokes syscall() directly. As syscall() is not > > provided by klibc, libkeyutils has to be slightly modified for using the > > klibc wrappers. > > Wouldn't it be more useful for klibc to implement
2020 Jul 25
0
[PATCH] Add syscall wrappers required by libkeyutils
...). > > libkeyutils usually invokes syscall() directly. As syscall() is not > provided by klibc, libkeyutils has to be slightly modified for using the > klibc wrappers. Wouldn't it be more useful for klibc to implement syscall() then? Ben. > Signed-off-by: Christian Eggers <ceggers at arri.de> > --- > usr/klibc/SYSCALLS.def | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def > index 461d9bf6..67056a2c 100644 > --- a/usr/klibc/SYSCALLS.def > +++ b/usr/klibc/SYSCALLS.def > @@ -274,6 +274,9 @...
2020 Jul 28
0
[PATCH] Add syscall wrappers required by libkeyutils
On July 27, 2020 6:36:27 PM PDT, Ben Hutchings <ben at decadent.org.uk> wrote: >On Mon, 2020-07-27 at 05:46 -0700, hpa at zytor.com wrote: >> On July 27, 2020 2:43:36 AM PDT, Christian Eggers <ceggers at arri.de> >wrote: >> > On Saturday, 25 July 2020, 23:36:33 CEST, Ben Hutchings wrote: >> > > On Wed, 2020-07-08 at 08:37 +0200, Christian Eggers wrote: >> > > > ... >> > > > libkeyutils usually invokes syscall() directly. As syscall() is &g...
2020 Jul 27
0
[PATCH] Add syscall wrappers required by libkeyutils
On July 27, 2020 2:43:36 AM PDT, Christian Eggers <ceggers at arri.de> wrote: >On Saturday, 25 July 2020, 23:36:33 CEST, Ben Hutchings wrote: >> On Wed, 2020-07-08 at 08:37 +0200, Christian Eggers wrote: >> > ... >> > libkeyutils usually invokes syscall() directly. As syscall() is not >> > provided by klibc, libkeyuti...
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
...ger@de.ibm.com> Christian Borntraeger <borntraeger@de.ibm.com> # on s390x Christian Daudt <csd@broadcom.com> Christian Dietrich <christian.dietrich@informatik.uni-erlangen.de> Christian Dietrich<christian.dietrich@informatik.uni-erlangen.de> Christian Eggers <ceggers@gmx.de> Christian Eggers <christian.eggers@kathrein.de> Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com> Christian Engelmayer <christian.engelmayer@frequentis.com> Christian Gieseler <christiangieseler@yahoo.de> Christian Gmeiner <christian.gmeiner@gmail.com&...
2013 Aug 29
0
[linux-linus test] 18844: regressions - FAIL
...ger@de.ibm.com> Christian Borntraeger <borntraeger@de.ibm.com> # on s390x Christian Daudt <csd@broadcom.com> Christian Dietrich <christian.dietrich@informatik.uni-erlangen.de> Christian Dietrich<christian.dietrich@informatik.uni-erlangen.de> Christian Eggers <ceggers@gmx.de> Christian Eggers <christian.eggers@kathrein.de> Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com> Christian Engelmayer <christian.engelmayer@frequentis.com> Christian Gieseler <christiangieseler@yahoo.de> Christian Gmeiner <christian.gmeiner@gmail.com&...
2020 Jul 08
1
Request to merge branch sysconf into master
The sysconf branch only contains a single commit: [klibc] Framework and trivial implementation of sysconf(3) The sysconf() function is required by libkcapi. I use libkcapi in my klibc based initramfs in order to decrypt the file system key for my rootfs. Can somebody merge this commit into master? After that I would like to send further patches required by libkcapi. regards Christian