Displaying 5 results from an estimated 5 matches for "stellar2_v1".
2020 Jul 27
3
[PATCH] Add syscall wrappers required by libkeyutils
...klibc
would avoid klibc specific modifications of such software.
Are there reasons for NOT providing the syscall() function in klibc? Who is
able to implement syscall() for klibc?
regards
Christian
________________________________
[http://assets.arri.com/media/sign/2020-04-03-E-mail-signature-Stellar2_V1.jpg] <https://microsites.arri.com/stellar/>
Get all the latest information from www.arri.com<https://www.arri.com/>, Facebook<https://www.facebook.com/TeamARRI>, Twitter<https://twitter.com/ARRIChannel>, Instagram<https://instagram.com/arri> and YouTube<https://www...
2020 Jul 08
1
Request to merge branch sysconf into master
...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
________________________________
[http://assets.arri.com/media/sign/2020-04-03-E-mail-signature-Stellar2_V1.jpg] <https://microsites.arri.com/stellar/>
Get all the latest information from www.arri.com<https://www.arri.com/>, Facebook<https://www.facebook.com/TeamARRI>, Twitter<https://twitter.com/ARRIChannel>, Instagram<https://instagram.com/arri> and YouTube<https://www...
2020 Jul 27
0
[PATCH] Add syscall wrappers required by libkeyutils
...of such software.
>
>Are there reasons for NOT providing the syscall() function in klibc?
>Who is
>able to implement syscall() for klibc?
>
>regards
>Christian
>
>
>
>________________________________
>[http://assets.arri.com/media/sign/2020-04-03-E-mail-signature-Stellar2_V1.jpg]
><https://microsites.arri.com/stellar/>
>
>Get all the latest information from
>www.arri.com<https://www.arri.com/>,
>Facebook<https://www.facebook.com/TeamARRI>,
>Twitter<https://twitter.com/ARRIChannel>,
>Instagram<https://instagram.com/arri>...
2020 Jul 28
2
[PATCH] Add syscall wrappers required by libkeyutils
On 2020-07-27 19:20, hpa at zytor.com wrote:
>
> I'm not so sure they have dealt with it in the sense of having it work on all architectures. *Most* of the problems are related to the shifting the arguments by one, which can cause a bunch of problems, especially if it means the arguments spill to memory. However, I have absolutely no idea how to correctly implement syscall(3) on s390
2020 Jul 08
2
[PATCH] Add syscall wrappers required by libkeyutils
libkeyutils is used by the keyctl command which is required 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>
---