cregit-Linux how code gets into the kernel

Release 4.15 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);

#endif /* _LIVEPATCH_TRANSITION_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Josh Poimboeuf5498.18%150.00%
Greg Kroah-Hartman11.82%150.00%
Total55100.00%2100.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.