search for: teamarri

Displaying 5 results from an estimated 5 matches for "teamarri".

2020 Jul 27
3
[PATCH] Add syscall wrappers required by libkeyutils
...? 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.youtube.com/user/ARRIChannel>. Arnold & Richter Cine Technik GmbH & Co. Betriebs KG Sitz: M?nchen - Registergericht: Amtsgericht M?nchen - Handelsregisternummer: H...
2020 Jul 08
1
Request to merge branch sysconf into master
.... 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.youtube.com/user/ARRIChannel>. Arnold & Richter Cine Technik GmbH & Co. Betriebs KG Sitz: M?nchen - Registergericht: Amtsgericht M?nchen - Handelsregisternummer: H...
2020 Jul 27
0
[PATCH] Add syscall wrappers required by libkeyutils
...;________________________________ >[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.youtube.com/user/ARRIChannel>. > >Arnold & Richter Cine Technik GmbH & Co. Betriebs KG >Sitz: M?nchen - Registergericht: Amtsgericht M?nchen -...
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> ---