[02:02] I figured out my ipv6 problem, it seems the bridge multicast snooping behavior changed recently? [02:02] when it changed I haven't figured out yet [05:54] brocktice, changed in what way (if you know), i wonder if it got fixed, i think it has been suspect for some time === amitk_ is now known as amitk === retoaded is now known as retoad === retoad is now known as leworks === leworks is now known as retoaded === JanC is now known as Guest24635 === JanC_ is now known as JanC [12:09] hi again. [12:10] i asked some things related to debugging. and i'll ask again. [12:11] if someone debugged ubuntu 16.0.4 lts before , it can help me. [12:12] i'll wait here if you know something , you can write to board and i notice. [12:13] a lot of people have debugged a lot of things, but you haven't really given them anything to work with to know if they know [12:13] if you have a specific question i would ask that [12:15] okay one minute i'll write my question in details. [12:18] my host machine is x86-64 kali linux and my guest machine is ubuntu 16.0.4 lts. [12:18] i use virtual box as emulator. [12:18] i use kgdb for debugging. [12:18] if i put breakpoint anywhere , virtual machine doesnt stop. [12:18] i guess i wrote question in details . i hope i didnt write something wrong. [12:19] those are good details, lets someone reading think about if this is somethign they know about [12:41] sforshee, good morning. We would like to have this patch on 4.4 kernel. Is this something you would grab automatically with the 4.4 rebase, or, should we ask explicit? https://patchwork.ozlabs.org/patch/779346/ [12:42] hello, what is your plan for the .12 kernel in artful? [12:42] weeks, days? [12:42] just to know for virtualbox [12:43] smb, ^ [12:43] LocutusOfBorg, we're stuggling to get 4.11 to pass things, so i would say not days [12:43] * smb claims to know nutting about artful states [12:43] smb, the 4.4 thing [12:44] wonderful [12:44] in the meanwhile somebody will release the new vbox then [12:44] and I'll ask you to sync patches [12:45] leitao, Either to ask for it or if that goes upstream stable it comes over time [12:46] smb, right, I will raise a bug then. Thanks! [12:46] smb, if i am reading this right, greg applied it today stables [12:46] apw, oh maybe... I have not looked there today [12:47] * smb pulls upstream stable [12:47] leitao: we apply all of Greg's stable updates, so yes we will get it automatically [12:49] sforshee, right, so, just waiting is enough now? [12:49] since the patch is already on greg's tree. [12:49] leitao: waiting is enough unless the stable hasn't been released and you need it right away [12:49] leitao, So yes, it looks to be in the queue right now [12:51] So maybe releases next week and then could make it into the next sru cycle after the current one. so roughly applied in 3 weeks and release in 6. If life does not present us with more emergencies [12:53] sforshee, smb: right. Let's follow the usual process then, and we wait the rebase to grab the patch. thank you! [12:55] smb, sforshee: What about 4.8 kernel? This patch is needed for 4.8 kernel also. [12:56] leitao, for 4.8 we would need a request/bug report as ther eis no upstream stable any more [12:56] smb, ok, I will raise it then. Thanks! [13:14] btw , i'm new graduated and how can i find job related to kernel hacker/developper ? because my country is so poor for that. [15:10] xkern, how are you connecting kgdb to your virtual machine? [15:11] last time I used kgdb I used two separate machines, and connected them via serial and network. [15:11] xkern how are you setting your breakpoints? [15:15] xkern something you might try is to try solving some bugs on https://bugzilla.kernel.org/ or https://bugs.launchpad.net/ubuntu/+source/linux this is not an easy profession to break into. [15:25] good luck xkern... Unfortunately I haven't used kgdb in quite some time.. [15:35] installed ubuntu kernel version is 4.8.0-36 generic on my pc. [15:35] i want to download same version from kernel.org but i didnt find. [15:43] xkern, that is an ubuntu specific version number it will not be at kernel.org [15:44] how can i find it ? [15:45] that by the way is a very out of date version of 4.8 kernel [15:46] if i download 4.8 from kernel.org, then is it problem for debugging ? i guess my debugging problem is based version. [15:46] because of that i want to download correct version for debugging. [15:47] xkern, yes the kernel.org 4.8 is rather different from what is in our kernel [15:48] hmm [15:48] if you want the debug information you likely want the ddeb's from ddeb.ubuntu.com [15:48] the primary source for any release is in our public git repositories [15:48] https://wiki.ubuntu.com/Kernel/SourceCode as all the details [15:57] thanks apw