Lind-Project / native_client

native_client trusted code base
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

remove lkm #142

Closed yizhuoliang closed 1 year ago

yizhuoliang commented 1 year ago

Description

Very simple changes, just removing any code involves loadable kernel modules. Most of the LKM related code are depend on the value of use_lkm, so I deleted the code being only executed when use_lkm is true, and only keep the code being executed when use_lkm is false. Besides, just remove the checkForLKM() function and it's reference.

Type of change

rennergade commented 1 year ago

@yizhuoliang I know this is a pretty self-explanatory PR but your description should be a bit more than what you added here.

justyoyo123 commented 1 year ago

I agree with Nick that a more comprehensive explanation as to why these changes were necessary would be helpful. However, the changes themselves look good to me.