search for: d3279c7

Displaying 2 results from an estimated 2 matches for "d3279c7".

Did you mean: d32767
2011 Jul 26
0
[PATCH] add support for kexec_load()
...;jay4mail at gmail.com> Signed-off-by: Andrea Adami <andrea.adami at gmail.com> Signed-off-by: maximilian attems <max at stro.at> --- usr/klibc/SYSCALLS.def | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def index d3279c7..be1f9bc 100644 --- a/usr/klibc/SYSCALLS.def +++ b/usr/klibc/SYSCALLS.def @@ -248,6 +248,7 @@ long delete_module(const char *, unsigned int); int reboot::__reboot(int, int, int, void *); int syslog::klogctl(int, char *, int); int sysinfo(struct sysinfo *); +long kexec_load(void *, unsigned long,...
2011 Jul 19
4
[PATCH v1 0/2] Support dropping of capabilities from early userspace.
This patchset applies to klibc mainline. As is it will probably collide with Maximilian's recent patch to rename run-init to switch_root posted last week. To boot an untrusted environment with certain capabilities locked out, we'd like to be able to drop the capabilities up front from early userspace, before we actually transition onto the root volume. This patchset implements this by