[09:23] hello [09:23] my applications are freezing at times , totally [09:23] like a second delay before it works [09:31] Atluxity, ? [09:31] ampelbein_, ? === ampelbein_ is now known as Ampelbein === PaulW2U_ is now known as PaulW2U === wylde is now known as Guest51778 === wylde_ is now known as wylde [22:06] Following https://wiki.ubuntu.com/Kernel/KernelBisection I'm trying to bisect from kernel v3.9.11-saucy to kernel v3.10-rc1-saucy. With git I can find the tag v3.10-rc1, but not the tag for v3.9.11. How do I find that? [23:13] e11bits: I'm not sure the bisection you propose actually makes sense [23:13] You need to consider the branching structure of the history you're going to bisect over [23:14] In this case, 3.9.11 is going to be quite some way down a 3.9.x branch which diverged from the main line of development [23:15] So the bisection you suggest could be likened to starting at the top two points of a V [23:16] It would probably be more productive to bisect between 3.9 and 3.10-rc1 which would reasonably closely approximate bisecting along a straight line of history [23:17] (But if you did need to find the stable release tags for some other reason, they're in the upstream linux-stable.git repository)