LearningLinuxKernel icon indicating copy to clipboard operation
LearningLinuxKernel copied to clipboard

Linux内核之旅开源社区实验代码管理

Results 2 LearningLinuxKernel issues
Sort by recently updated
recently updated
newest added

兄弟,rbtree.c中exit函数,释放的有点。。尴尬。。 static void __exit my_exit(void) { struct mytype *data; struct rb_node *node; printk("The rbtree kernel is exiting!\n"); for (node = rb_first(&mytree); node; ) { data = rb_entry(node, struct mytype, node);...

大家可以把自己平时学习Linux内核的实验代码按分类提交PR。