cregit-Linux how code gets into the kernel

Release 4.16 kernel/livepatch/transition.h

Directory: kernel/livepatch
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LIVEPATCH_TRANSITION_H

#define _LIVEPATCH_TRANSITION_H

#include <linux/livepatch.h>

extern struct klp_patch *klp_transition_patch;

void klp_init_transition(struct klp_patch *patch, int state);
void klp_cancel_transition(void);
void klp_start_transition(void);
void klp_try_complete_transition(void);
void klp_reverse_transition(void);
void klp_send_signals(void);
void klp_force_transition(void);

#endif /* _LIVEPATCH_TRANSITION_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Josh Poimboeuf5480.60%125.00%
Miroslav Benes1217.91%250.00%
Greg Kroah-Hartman11.49%125.00%
Total67100.00%4100.00%
Directory: kernel/livepatch
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.