O estudo de estruturas de dados envolve mais do que esse nome indica, pois não se pode pensar em estruturas de dados sem pensar em algoritmos. É como se um não vivesse sem o outro. Não faz nenhum sentido termos estrutura de dados sem um algoritmo pra manipulá-las e entregar um resultado, da mesma forma que não podemos ter um algoritmo que não manipula dados, como somar, subtrair, comparar...
Já faz um tempo que não escrevo sobre esse assunto mas, antes tarde do que nunca.
Hello, in this tutorial, I'll show you how to run xfstests on a custom kernel. I needed to do this because I made a change to the fs subsystem and needed to understand how to run the tests after that change. Since it was a difficult task, I decided to repeat it a few times to understand how to do it and be able to teach you step by step. Also, I'd like to remind everyone not to make the same mistake I did by not properly testing a change made to the kernel. Don't just test build and boot.
The LKMP is a mentorship program that aims to train new contributors to the Linux Kernel. This program is offered by the Linux Foundation and is mentored by an expert on the subject, usually a well-known maintainer in the community. In my case, the mentor was Shuah Khan, the first female kernel developer to become Linux Foundation fellow. We had weekly meetings on Wednesdays, and in these meetings Shuah answered the mentees' questions and give us tips on where we could make contributions. It was a very cool experience. Shuah is a very kind and helpful person, and getting to know people in the community has been a great experience. More details about the program and how to participate can be found on the official LKMP wiki.