== Highlights == * Found and fixed a few bugs in persistent_ram and pstore, the fixes are already merged; * Consolidated persistent_ram and ramoops, added ECC suppport for ramoops. This is now called 'a generic pstore RAM backend'. So persistent_ram is moved out of staging/android/ directory, and is considered useful for the rest of (i.e. non-Android) world. The backend will handle dmesg, console and tracing messages. The consolidation patches are already in linux-next, and I guess they're heading v3.5. * Sent out a bunch of patches that add console support for pstore (this is ram_console replacement). This is probably v3.6 material. * Started looking into adding tracing support to pstore. * Got a somewhat intense comments on the vmevents subsystem. The bad news is that, according to the comments, vmevent is in not a good shape: it is not generic enough to make -mm folks happy. But the good news is that -mm folks finally looked at the code itself, and we know (to some degree) what is exactly wrong with it. So, hurrah! * Not much progress on AOSP and ulmkd integration. Just built Android images to work with on my current laptop, but so far didn't look into build system itself.
== Plans == * Continue work on tracing support for pstore. * Resume work on vmevents, have some patches ready by the end of this week.