cregit-Linux how code gets into the kernel

Release 4.18 tools/lib/lockdep/tests/unlock_balance.c

// SPDX-License-Identifier: GPL-2.0
#include <liblockdep/mutex.h>


void main(void) { pthread_mutex_t a; pthread_mutex_init(&a, NULL); pthread_mutex_lock(&a); pthread_mutex_unlock(&a); pthread_mutex_unlock(&a); }

Contributors

PersonTokensPropCommitsCommitProp
Sasha Levin36100.00%1100.00%
Total36100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Sasha Levin3997.50%150.00%
Greg Kroah-Hartman12.50%150.00%
Total40100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.