/srv/irclogs.ubuntu.com/2014/07/25/#ubuntu-kernel.txt

bjfmnaser, are you still there?00:14
mnaseryes hi bjf 00:14
bjfmnaser, yeah that one is hitting us hard00:14
mnaserbjf: http://puu.sh/apMOE/81afd2ddc9.png00:15
mnaserguess when i turned it off..00:15
bjfmnaser, here's the deal. we should be releasing 14.04.1 today and 12.04.5 on aug. 700:15
bjfmnaser, we will have a kernel with the ksm fix built and ready to be released to updates on aug. 800:16
mnaserbjf: that sounds awesome to hear, i'm on 12.04 with trusty lts enablement kernel00:16
mnaserso i'll be looking forward for that00:16
bjfmnaser, ok, we'll roll that out on the same day00:17
bjfmnaser, check with me next week. it might be in -proposed00:17
mnaserbjf: thank you so much for this, i will do so, i'm subscribed to the bug as well00:18
mnaserfeel free to ping anytime here00:18
bjfmnaser, my plan right now is to upload it on tuesday00:18
bjfmnaser, it will take a little to work through the system and we can't impact the .5 release00:18
mnaseri understand that, disabling ksm was a life saver (not that much of a dependency on it)00:19
mnaserso i can live with it until then00:19
bjfack00:19
mnaseranyways, gotta head out to gym, thanks for your time and info bjf :-)00:19
bjfnp00:19
pcarrierhi! I can't fetch from git://kernel.ubuntu.com/ubuntu/ubuntu-quantal.git: "fatal: remote error: access denied or repository not exported: /ubuntu/ubuntu-quantal.git"01:06
pcarrierany idea?01:06
TJ-pcarrier: yes; it has moved to the archive since it is EOL01:31
pcarrierTJ-: thanks! for reference, ubuntu-archive/ instead of ubuntu/01:32
TJ-pcarrier: Indeed :)01:33
=== shuduo_afk is now known as shuduo
diwichi,10:18
diwicis there a macro like KERNEL_VERSION() that also includes the ubuntu version?10:18
diwice g, if I want different code for 3.13.0-24 and 3.13.0-3210:18
apwdiwic, in recent kernels there is an UBUNTU_something_ABI10:31
diwicapw, okay, so I'm looking for something like LINUX_VERSION_CODE >= KERNEL_VERSION(3.13.0-24)10:32
diwicor -30 in this case10:33
diwicapw, can one do comparison >= on the UBUNTU_something_ABI symbol?10:33
apwdiwic, it is just hte 24 in that case10:42
apwi guess one could do like 10:42
apw(LINUX_VERSION_CODE * 1000) + UBUNTU_SOMETHING_ABI >= KERNLE_VERSION(3.13.0) * 1000 + 2410:43
ogra_thats a french kernel ... 10:43
ogra_kern le 10:43
ogra_:)10:44
diwicle kern10:44
apwit is indeed10:44
brendand'kern. le version 3.13'10:44
diwicapw, hmm, what's "something"? I thought it resolved to the version, like UBUNTU_24_ABI or something.10:44
apw#define UTS_UBUNTU_RELEASE_ABI $(abinum)10:46
apwno it is that10:46
apwi think you want like:10:47
apw#define UBUNTU_VERSION(a,b,c,d) ((KERNEL_VERSION((a),(b),(c)) * 1000) + (d))10:48
apwand use that10:49
apwand if you paired that with10:49
apw#ifndef UTS_UBUNTU_RELEASE_ABI10:49
apw#define UTS_UBUNTU_RELEASE_ABI 010:49
apw#endif10:49
apwyou could use it with normal code too10:49
apwnormal versions10:49
diwicapw, ok, thanks!10:50
apwplus10:50
apw#define UBUNTU_VERSION_CODE ((KERNEL_VERSION_CODE * 1000) + UTS_UBUNTU_RELEASE_ABI)10:51
apwand i think you would have a winner10:51
apwit is possible some of these should come with the kernel as it were10:51
diwicyup, sounds like a nice improvement indeed if UBUNTU_VERSION and UBUNTU_VERSION_CODE were already there10:52
apwi'll poke rtg about it when he wakens11:00
=== psivaa is now known as psivaa-afk
=== psivaa-afk is now known as psivaa
xeviousWill dmsetup remove flush any buffers for the device prior to removing it, or should sync be run manually? If I do need to sync manually, would `blockdev --flushbufs /dev/mapper/name` accomplish what I need? For reference, I'm concerned because of this: http://www.redhat.com/archives/dm-devel/2012-January/msg00082.html Has this been patched in recent versions of Device Mapper? If so, which version?15:26
YoungSoohello16:07
ProfessorKaos64I saw the report that kernel 3.13.0-32 was released, but when I go to upgrade, it is held back. Is there a dependency I am missing?22:53
=== Kaloz_ is now known as Kaloz

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!