I'm currently working on a module of linux kernel for univeristy. As part of the assignment I have to iterate over all the children of the current processes (to check the value of a custom field I added) , using the children list in it's task_struct.
Are zombie process's still on that list? If yes, can I somehow ignore them while iterating?
Thank you
You can check the task_struct's item
state