Re: svn commit: r306337 - head/sys/kern

2016-10-04 Thread Lohith Bellad
Hi Gleb and Hiren, > On Oct 4, 2016, at 1:59 PM, Hiren Panchasara wrote: > > + Lohith > > On 10/04/16 at 01:53P, Gleb Smirnoff wrote: >> Hiren, >> >> On Mon, Sep 26, 2016 at 10:13:58AM +, Hiren Panchasara wrote: >> H> Author: hiren >> H> Date: Mon Sep 26 10:13:58 2016 >> H> New Revision:

Re: svn commit: r306337 - head/sys/kern

2016-10-04 Thread Hiren Panchasara
+ Lohith On 10/04/16 at 01:53P, Gleb Smirnoff wrote: > Hiren, > > On Mon, Sep 26, 2016 at 10:13:58AM +, Hiren Panchasara wrote: > H> Author: hiren > H> Date: Mon Sep 26 10:13:58 2016 > H> New Revision: 306337 > H> URL: https://svnweb.freebsd.org/changeset/base/306337 > H> > H> Log: > H>

Re: svn commit: r306337 - head/sys/kern

2016-10-04 Thread Gleb Smirnoff
Hiren, On Mon, Sep 26, 2016 at 10:13:58AM +, Hiren Panchasara wrote: H> Author: hiren H> Date: Mon Sep 26 10:13:58 2016 H> New Revision: 306337 H> URL: https://svnweb.freebsd.org/changeset/base/306337 H> H> Log: H> In sendit(), if mp->msg_control is present, then in sockargs() we are all

Re: svn commit: r306337 - head/sys/kern

2016-09-27 Thread lohith bellad
Hi Bruce and Hiren, This is regarding the following commit, which led to kernel panic!!! https://svnweb.freebsd.org/base?view=revision&revision=306337 Discussion thread regarding the kernel panic, https://lists.freebsd.org/pipermail/svn-src-head/2016-September/092110.html Thanks a lot for the

Re: svn commit: r306337 - head/sys/kern

2016-09-26 Thread Cy Schubert
In message <20160926155212.gi96...@strugglingcoder.info>, Hiren Panchasara writ es: > > --G3juXO9GfR42w+sw > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > On 09/26/16 at 10:18P, Bruce Evans wrote: > > On Mon, 26 Sep 2016, Bruce Evans wrote: > > > > Thanks Bruce fo

Re: svn commit: r306337 - head/sys/kern

2016-09-26 Thread Hiren Panchasara
On 09/26/16 at 10:18P, Bruce Evans wrote: > On Mon, 26 Sep 2016, Bruce Evans wrote: > Thanks Bruce for your inputs. I've reverted this change with r306348 for now as there was a panic reported with this. I do not have time to deal with it for at least a few days. I'll try to get back to it. If you

Re: svn commit: r306337 - head/sys/kern

2016-09-26 Thread Bruce Evans
On Mon, 26 Sep 2016, Bruce Evans wrote: On Mon, 26 Sep 2016, Hiren Panchasara wrote: Author: hiren Date: Mon Sep 26 10:13:58 2016 New Revision: 306337 URL: https://svnweb.freebsd.org/changeset/base/306337 Log: In sendit(), if mp->msg_control is present, then in sockargs() we are allocating

Re: svn commit: r306337 - head/sys/kern

2016-09-26 Thread Bruce Evans
On Mon, 26 Sep 2016, Hiren Panchasara wrote: Author: hiren Date: Mon Sep 26 10:13:58 2016 New Revision: 306337 URL: https://svnweb.freebsd.org/changeset/base/306337 Log: In sendit(), if mp->msg_control is present, then in sockargs() we are allocating mbuf to store mp->msg_control. Later in k

svn commit: r306337 - head/sys/kern

2016-09-26 Thread Hiren Panchasara
Author: hiren Date: Mon Sep 26 10:13:58 2016 New Revision: 306337 URL: https://svnweb.freebsd.org/changeset/base/306337 Log: In sendit(), if mp->msg_control is present, then in sockargs() we are allocating mbuf to store mp->msg_control. Later in kern_sendit(), call to getsock_cap(), will ch