/srv/irclogs.ubuntu.com/2016/01/05/#ubuntu-kernel.txt

=== shuduo is now known as shuduo-afk
dsmythiescycliam: That link you gave yesterday 22:08 UTC does not work. It says the page has been removed.16:13
dsmythiesDoes anybody know why the Ubuntu mainline PPA ( http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D ) has not had kernel 4.4-rc8 added? Typically it follows kernel.org by an hour or two, but not this week.16:16
cristian_cuhm16:17
apwdsmythies, odd16:17
apwdsmythies, ok i have found a bad builder in the pool which has been junking its results, doh16:48
apwdsmythies, it should be resolved now and the lost results requeued, so they will come out in due course16:49
dsmythiesapw: O.K. thanks for looking into it. (Myself, I am O.K. because I compile myself. However, I know others have been looking for the pre-compiled one.)16:54
gpiccolihello, sorry to bother. I want to know the URL to Git-clone the latest alpha/beta version of Ubuntu 16.04 kernel17:14
gpiccoliThanks in advance!17:14
cycliamdsmythies: thanks for the heads up. here's that snippet again. http://pastie.org/1067176017:20
cycliamThe only hit for the error message on Google is a link to another pastebin made 7 days ago. Any pointers?17:20
kamalgpiccoli, http://kernel.ubuntu.com/git/ubuntu/ubuntu-xenial.git/17:22
kamalgpiccoli, git clone git://kernel.ubuntu.com/ubuntu/ubuntu-xenial.git17:22
gpiccolikamal, thanks very much!!17:22
gpiccoliDo you know which tag corresponds to the alpha 1 kamal?17:22
kamalgpiccoli, hmmm.  that's a good question.17:24
gpiccolihehehe17:25
kamalapw, rtg, where's the mapping between distro alpha/beta versions and kernel versions, as gpiccoli is asking here?  ^^17:25
gpiccoliit's not fundamental for my work, it's more a curiosity. I never understood why there are no Ubuntu-alpha1 tag or something17:25
gpiccoliThe map is always so hard to figure17:25
kamalapw, rtg, why don't we tag those?17:25
gpiccolithanks for the help kamal!17:26
apwkamal, we don't for sure, the only way to find out is the manifest of the A1 image17:26
kamalapw, we would certainly tag them "after the fact" ... we should.17:27
gpiccoliapw, what info do I need to look in the manifest? 17:27
gpiccoliit's already a great hint to make the map easier to figure17:27
kamalapw, because downloading, extracting, and parsing the image seems like an awful lot of work17:27
apwgpiccoli, heh not sure17:27
gpiccoliouch lol17:28
apwkamal, indeed do feel free to create some kind of tag, though we should be careful of tooling assuming Ubuntu-* formats17:28
apwkamal, the release kernel would also be nice, though that is clearly in -release17:28
kamalgpiccoli, the manifest would have the package names and versions, right?  i.e. linux-image-generic (some version number)17:28
gpiccolikamal: ok, so if installing the distro, we can check it via uname? 17:29
gpiccoliI noticed some confusions in the past, like 3.19.0-33 and in git we have only -31 and -3717:29
kamalgpiccoli, oh, sure if you've actually got it installed, uname will tell.   git should certainly have a tag for every version we've ever released17:30
gpiccoligreat kamal, thanks very much! =)17:32
gpiccoliThanks apw too17:32
kamalgpiccoli, happy to help17:32
gpiccoli=]17:33
apwgpiccoli, you should never find git with only -31 and -37, unless htis is a rebase tree and you didn't say git fetch --tags origin17:33
apwso you miss some of the interviening tags17:33
kamal2497037 (tag: Ubuntu-3.19.0-33.38) UBUNTU: Ubuntu-3.19.0-33.3817:34
kamal^ looks okay to me :-)17:34
gpiccoliok, my fault them. Probably i got confused with that .17:34
gpiccoli3.19.0-X.Y17:34
gpiccolikamal, apw: what this .Y means?17:34
kamalgpiccoli, its mostly historical ... almost always, we increment both X and Y for each release, but in some circumstances ...17:35
apwgpiccoli, that is nominally an upload numvber within the series17:35
kamalwhen we only need to apply a very small number of patches, and the stars line up right, we will only increment Y.17:36
kamalupshot: don't worry about it ... consider the whole version number to be a discreet entity.17:36
kamalgpiccoli, notice that uname -a does also show you the Y value, but strangely, its after the "#" i.e.17:37
kamalLinux fourier 3.13.0-73-generic #116-Ubuntu SMP Fri Dec 4 15:31:30 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux17:37
kamalthe corresponding tag would be e.g.   "Ubuntu-3.13.0-73.116"    (the 116 there is the Y)17:38
gpiccoliwow, what a nice info kamal17:38
gpiccoliThanks very much both of you for the help17:38
apwthere is also /proc/version_signature which has the real versions iirc17:39
gpiccoliNow I figured how to do the mapping between Ubuntu version and git tag =)17:39
gpiccoliGreat apw, ty17:39
gpiccoliWill use this new "toolset" in my work =)17:39
dsmythieskamal, I have only ever understood the number after the # to be the build number. I.E. for this:17:48
dsmythiesLinux s15 4.4.0-rc7-stock #143 SMP Mon Dec 28 08:08:16 PST 2015 x86_64 x86_64 x86_64 GNU/Linux17:48
dsmythiesI have done 143 kernel compiles since the last time I started from a brand new git pull.17:49
apwdsmythies, right that is the kernel build number in the kernel makefile sense, we abuse that to indicate the upload number and whether it was built on a buildd or not17:49
dsmythiesapw, O.K. thanks. 17:50
dsmythiesapw, the kernel 4.4-rc8 directory has appeared ( http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.4-rc8-wily/ ), but all the builds failed. Was that what you expected? It seems odd for so late in the release candidate cycle, where changes are supposed to be minimal. My build on Sunday night completed fine, but I do not compile via the same method (or so I think).17:55
apwdsmythies, no, that is a different failure due to a lack of tools on a new builder, grr, fixed and rerunning17:56
ricotzapw, hi, just a curious question while xenial will target 4.4, are there going to be immediate unstable ppa builds of 4.5+ for xenial18:08
rtgricotz, I'll have a 4.5 based build around 4.5-rc2. However, it will be targeted for Y as soon as the release opens for business.18:13
apwricotz, the unstable ppa on ~canonical-kernel-team you mean?  that is for test builds of the next kernel for the next series before it appears, typically in xenial 18:13
ricotzrtg, alright, good, I feared that this gets stalled due focus on xenial18:15
ricotzapw, yes, that one, using those seems more appropriate than the mainline builds18:15
kamaldsmythies, fyi, those v4.4-rc8 builds just completed successfully18:18
ricotzkamal, hi, for how long will the utopic-lts-kernel (3.16) on trusty receive updates?18:20
kamalricotz, until August 2016, per https://wiki.ubuntu.com/Kernel/Support18:26
kamalricotz, after April 2016, it will be "CVE/Critical fixes only" though18:26
ricotzkamal, ah thanks, I should bookmark that wiki page :)18:28
dsmythieskamal, thanks. I see them (the kernel 4.4-rc8) completed builds.19:20
* apw goes and beats on the instructions for building a builder19:20
=== jdstrand_ is now known as jdstrand

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