=== asac_ is now known as asac === _Nicke_ is now known as Nicke === cropalato_ is now known as cropalato [12:35] guys [12:35] can anyone take a quick look at https://bugs.launchpad.net/ubuntu/+source/powertop/+bug/326142 [12:35] ? [12:35] Malone bug 326142 in powertop "FATAL: Module cpufreq_stats not found." [Undecided,New] [12:35] just trying to be sure, if it was simply removed from the kernel loaded modules [14:41] rtg: got a minute? [16:31] *sigh* [16:31] nowhere can I find code to write the system clock back to the hardware clock [16:31] there's a patch on lkml, but only for NTP [16:37] Keybuk: I thought hwclock did that? [16:37] it does, if you remember to run it [16:38] it seems to be one of those things that the kernel doesn't do "just because" [16:38] Ah, clever. [16:38] to counter-point, the kernel _does_ set the system block from the hardware clock [16:38] and does maintain the system clock across a suspend/resume [16:39] Keybuk: What about this bit? http://lxr.linux.no/linux+v2.6.28.3/kernel/time/ntp.c#L224 [16:48] that's NTP-specific [16:50] unless I'm reading this wrong [16:50] doesn't the kernel use NTP internally? [16:50] at least, I thought I recall discussions about heading in that direction, but I may be on crack [16:51] how does it get to the NTP servers? [16:53] kernel/time/ntp.c seems to be simply the implementation of adjtimex() [21:12] Hi, is the deprecation of /proc/bus/usb documented anywhere in the upstream kernel?