| 1: | What's the difference between the Big Kernel Lock (BLK) and a normal spinlock? |
| 2: | What init script allows you to add extra security features to the Linux kernel? |
| 3: | What initializes the data structure for kernel page management? |
| 4: | What percentage of pages must be dirty to trigger a background writeback of dirty pages to disk? What percentage triggers a dedicated writeback? |
| 5: | Why is rest_init() not an __init function? |