Jenkins build is back to stable : FreeBSD_HEAD-tests2 #362

2014-12-02 Thread jenkins-admin
See ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Jenkins build became unstable: FreeBSD_HEAD-tests2 #361

2014-12-02 Thread jenkins-admin
See ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: witness and modules.

2014-12-02 Thread Julian Elischer
On 12/3/14, 12:24 AM, Warner Losh wrote: On Dec 1, 2014, at 10:08 PM, Julian Elischer wrote: On 12/1/14, 11:39 PM, John Baldwin wrote: On Friday, November 28, 2014 11:08:35 PM Julian Elischer wrote: Do we need to compile all modules with witness definitions when linking with a kernel compiled

Re: compiling failed with RSS enabled

2014-12-02 Thread Eric L. Camachat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 12/02/2014 07:30, Adrian Chadd wrote: > Ugh! > > please file a bug and I'll go take a look at the code soon. > > Thanks! > > > -a Someone already did: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195518 Eric -BEGIN PGP SIGNATURE

Re: witness and modules.

2014-12-02 Thread Julian Elischer
On 12/3/14, 12:24 AM, Warner Losh wrote: On Dec 1, 2014, at 10:08 PM, Julian Elischer wrote: On 12/1/14, 11:39 PM, John Baldwin wrote: On Friday, November 28, 2014 11:08:35 PM Julian Elischer wrote: Do we need to compile all modules with witness definitions when linking with a kernel compiled

Re: External toolchain support

2014-12-02 Thread Baptiste Daroussin
On Tue, Dec 02, 2014 at 09:23:00AM -0700, Warner Losh wrote: > > > On Dec 2, 2014, at 1:31 AM, Baptiste Daroussin wrote: > > > > On Mon, Dec 01, 2014 at 10:05:29PM -0700, Warner Losh wrote: > >> > >>> On Nov 29, 2014, at 8:04 AM, Baptiste Daroussin wrote: > >>> > >>> Hi all, > >>> > >>> It i

Re: witness and modules.

2014-12-02 Thread Warner Losh
> On Dec 1, 2014, at 10:08 PM, Julian Elischer wrote: > > On 12/1/14, 11:39 PM, John Baldwin wrote: >> On Friday, November 28, 2014 11:08:35 PM Julian Elischer wrote: >>> Do we need to compile all modules with witness definitions when >>> linking with a kernel compiled with witness? >>> This was

Re: External toolchain support

2014-12-02 Thread Warner Losh
> On Dec 2, 2014, at 1:31 AM, Baptiste Daroussin wrote: > > On Mon, Dec 01, 2014 at 10:05:29PM -0700, Warner Losh wrote: >> >>> On Nov 29, 2014, at 8:04 AM, Baptiste Daroussin wrote: >>> >>> Hi all, >>> >>> It is now possible to use an external toolchain to build the kernel and base >>> (tes

Re: compiling failed with RSS enabled

2014-12-02 Thread Adrian Chadd
Ugh! please file a bug and I'll go take a look at the code soon. Thanks! -a On 1 December 2014 at 22:21, Eric L. Camachat wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > current failed to compile due to queues uninitialized at line 2883 in > if_igb.c. > from the context I gues

Re: Intel i915 GPU hung

2014-12-02 Thread Ivan Klymenko
В Tue, 2 Dec 2014 18:51:53 +0900 "Lundberg, Johannes" пишет: > Waking up an old thread here but I thought I'd share what I've > learned. > > I think I found out what caused both tearing and crashing when I used > OpenGL. > Since I changed from using xcompmgr to compton with following options >

Re: Intel i915 GPU hung

2014-12-02 Thread Lundberg, Johannes
Waking up an old thread here but I thought I'd share what I've learned. I think I found out what caused both tearing and crashing when I used OpenGL. Since I changed from using xcompmgr to compton with following options compton --backend glx --vsync opengl-swc --paint-on-overlay --glx-no-stencil

Re: External toolchain support

2014-12-02 Thread Baptiste Daroussin
On Mon, Dec 01, 2014 at 10:05:29PM -0700, Warner Losh wrote: > > > On Nov 29, 2014, at 8:04 AM, Baptiste Daroussin wrote: > > > > Hi all, > > > > It is now possible to use an external toolchain to build the kernel and base > > (tested with gcc 4.9.1 and latest binutils) > > > > Of course a lot