How to initialize the new attributes in process control block.

masoud hematpour mashemat at gmail.com
Sun May 15 13:38:52 EDT 2016


Hi,

It is interesting. I have the same problem.

Thank you,

On Sat, May 14, 2016 at 11:16 AM, Youcun Liu <liuyoucun1993 at gmail.com>
wrote:

> Dear all,
>
> I am now working on building my own linux kernel and I want to add a new
> attribute into the process control block. Then I will feed some data to the
> new attribute from a user application. Finally I want to use the date to
> improve the some original kernel algorithm(e.g process schduling).
>
> I tried to initialize the new attribute directly in the 'task_struct',
> obviously, it failed. So I decide to initialize the new attribute at the
> very beginning, but I do not know how. Besides, I have trouble in finding
> out which function can help me feed data to the new attribute.
>
> Could you please give me some suggestions and help? Thanks a lot.
>
> Best regards,
> Youcun Liu
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20160515/31836487/attachment.html 


More information about the Kernelnewbies mailing list