2006-07-21から1日間の記事一覧

Keynote

http://www.linuxsymposium.org/2006/view_abstract.php?content_key=104

Problem Solving With Systemtap

http://www.linuxsymposium.org/2006/view_abstract.php?content_key=17 I thought that kprobes is quite cool and imagined that systemtap was just a interface on the top of that. But it isn't. It provide the environment, including it's own scri…

Improving the Approach to Linux Performance Analysis

http://www.linuxsymposium.org/2006/view_abstract.php?content_key=199 Unfortunately I missed it....this is also in the kprobes/SystemTAP family.

Dark Arts Revealed: How to read Kernel Oopses and More

http://www.linuxsymposium.org/2006/view_abstract.php?content_key=16 It's highly suggestive. Some of them are what I've experienced, others are quite unfamilier. His talk is based on his practical daily work.

Practical Kernel Debugging with Kprobes

http://www.linuxsymposium.org/2006/view_abstract.php?content_key=132 http://www-users.cs.umn.edu/~boutcher/kprobes/ http://relayfs.sourceforge.net/examples.html#kleak_kprobes http://www.redhat.com/magazine/005mar05/features/kprobes/

Debugging Linux kernel using Kdump

"Kdump" is one of the most attractive keywords in OLS 2006 for me, the others are "Kprobe" and "SystemTap" at the practical point. http://www.linuxsymposium.org/2006/view_abstract.php?content_key=159 http://lse.sourceforge.net/kdump/ http:…

Reverse Engineering USB Drivers for Compatibility

http://www.linuxmontreal.com/projects/usb/reveng/ It's fun. Finally he made ethereal can capture usb packets and analyze them. It's a sort of hacker's work literaly.

Why Userspace Sucks - (Or, 101 Really Dumb Things Your App Shouldn't Do)

First off, the title is really provocative;) and it gathered lots of hackers. For my implression, this is the most entertained session. Dave Jones is a really funny guy, he made the audience laugh several times and communicated with them v…

A Step by Step Introduction to Writing (or Undestanding) a Linux Filesystem

http://www.linuxsymposium.org/2006/view_abstract.php?content_key=252 I don't think that I will implement the real filesystem by myself, but as for virtual filesystem, this tuturial can be useful for the starting point. http://pserver.samba…

kboot - A Boot Loader Based on Kexec

http://www.linuxsymposium.org/2006/view_abstract.php?content_key=114 It is exactly a proof-of-concept as written in the abstruct and made me think about what the bootloader should be. http://kboot.sourceforge.net/