LTP TODO--------Write more syscall tests~~~~~~~~~~~~~~~~~~~~~~~~Syscalls and new syscall flags are added to Linux kernel each development cycleand LTP still falls behind. Unfortunately there is no single place that wouldstore comprehensive list of syscalls, but there are a few places to look at:One of the options would be looking at changes in man-pages git[1] in man2/directory to find out newly documented functionality.Another good source of information are kernel pages in LWN[2] weeklyeditions.Then there is linux-api mailing list[3] where changes in kernel userspace APIshould be discussed.[1] http://git.kernel.org/cgit/docs/man-pages/man-pages.git[2] http://lwn.net[3] http://dir.gmane.org/gmane.linux.kernel.apiRewrite old and add new controller testcases~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~We already started working on this with rewriting cgroup_fj testcases andnewly added pids testcases. Have a look at testcases/kernel/controllers/.Shell tests cleanups~~~~~~~~~~~~~~~~~~~~There are numerous testcases written in shell that does not follow single styleand use the broken-by-design binaries from tools/apicmds. These should becleaned up and fixed to use the test.sh test library. These include most oftests in testcases/commands/ for example.