[PATCH v2 1/4] [RFC] fs/trampfd: Implement the trampoline file descriptor API

2020-09-22 Thread madvenka
From: "Madhavan T. Venkataraman" Introduction Dynamic code is used in many different user applications. Dynamic code is often generated at runtime. Dynamic code can also just be a pre-defined sequence of machine instructions in a data buffer. Examples of dynamic code are trampolines

[PATCH v2 1/4] [RFC] fs/trampfd: Implement the trampoline file descriptor API

2020-09-16 Thread madvenka
From: "Madhavan T. Venkataraman" Introduction Dynamic code is used in many different user applications. Dynamic code is often generated at runtime. Dynamic code can also just be a pre-defined sequence of machine instructions in a data buffer. Examples of dynamic code are trampolines