]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blob - student/strnape1/index.mdwn
Merge branch 'master' of rtime:edu/osp-wiki
[edu/osp-wiki.git] / student / strnape1 / index.mdwn
1 [[!meta title="Strnad Petr"]]
2
3 **Project name and homepage:** [KernelJanitors - FunctionBalancing](http://kernelnewbies.org/KernelJanitors/Todo/FunctionBalancing)
4
5 Assignment
6 ======
7
8 Find unmatched function calls in kernel and match them with their respective counterpart. For example ioremap() function call maps bus memory into CPU space, which needs to be freed afterwards by iounmap().
9 This can be easily done by implementing Coccinelle scripts to find unmatched calls.
10
11 Links documenting the results of my work
12 ======
13
14 Here, I'll add links similar to the examples below and describe what
15 is being linked.
16
17 * [My communication with developers in a public mailing list archive](http://groups.google.com/group/comp.os.minix/browse_thread/thread/e3df794a2bce97da/2194d253268b0a1b?#2194d253268b0a1b)
18 * [Version control repository with the actual state of my work](http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=summary)
19 * [My commit in the project repository](http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ea90002b0fa7bdee86ec22eba1d951f30bf043a6)
20 * [Additional supporting material](http://lwn.net/Articles/385586/)
21
22 Presentation
23 ==========
24
25 * [[Presentation of the aim of my work in PDF or OpenDocument format (upload it as an *Attachment* to this page)|prezentace1.pdf]]
26 * [[Presentation of the results of my work|prezentace2.pdf]]
27
28 Ohloh
29 =====
30 <a href='https://www.ohloh.net/accounts/239955?ref=Detailed' target='_top'>
31 <img alt='Ohloh profile for Petr Strnad' border='0' height='35' src='https://www.ohloh.net/accounts/239955/widgets/account_detailed.gif' width='230' />
32 </a>