Results 3 issues of l-0-l

Kernel entry point -> First steps in the start_kernel > You can see the definition of the init_task and it initialized by the INIT_TASK macro. This macro is from [include/linux/init_task.h](https://github.com/torvalds/linux/blob/16f73eb02d7e1765ccab3d2018e0bd98eb93d973/include/linux/init_task.h)...

init
info-need-update

Fixes #XX **Description** **Other information** **Checklist:** - [x] My pull request has a descriptive title (not a vague title like `Update index.md`). - [x] My pull request targets the `master`...

There is no specific function to change only the `atime` for links. It could be nice if `set_times` was public, as this may be the only function you need. But...