Jenkins build became unstable: FreeBSD_HEAD-tests2 #702

2015-02-15 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: Suspend/resume on i915 stop working between r278348 and r278741.

2015-02-15 Thread Ranjan1018 .
Hi, the bug was introduced in r278473. Suspend/resume works again if I disable the x2APIC support with hw.x2apic_enable=0 in /boot/loader.conf, tested in r278473 and r278741. Regards, Maurizio 2015-02-15 2:03 GMT+01:00 Adrian Chadd : > Hi, > > Can you narrow it down a little further please? That

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

2015-02-15 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: process checkpoint and migration support?

2015-02-15 Thread Nikolay Denev
On Sat, Feb 14, 2015 at 1:53 AM, Luigi Rizzo wrote: > Do we have any support for process checkpoint and migration on FreeBSD? I > have found some code from 2010 at code.google.com/p/processmigration which > works by forcing a core dump. I wonder how difficult it would be to extend > it to do incr

Re: Suspend/resume on i915 stop working between r278348 and r278741.

2015-02-15 Thread Konstantin Belousov
On Sun, Feb 15, 2015 at 03:37:17PM +0100, Ranjan1018 . wrote: > Hi, > the bug was introduced in r278473. Suspend/resume works again if I disable > the x2APIC support with hw.x2apic_enable=0 in /boot/loader.conf, tested in > r278473 and r278741. So how it is related to i915 ? Try the patch. diff

Re: Suspend/resume on i915 stop working between r278348 and r278741.

2015-02-15 Thread Gleb Smirnoff
On Sat, Feb 14, 2015 at 10:31:18PM +0100, Ranjan1018 . wrote: R> Just updated my Samsung Ativ Book 2, running 11-CURRENT, from r278348 to R> r278741. R> Now suspend via ‘acpiconf -s3’ does not work: the LCD stay dark, the R> keyboard doesn't react when pressing CapsLock and I have to switch the R>

Re: Suspend/resume on i915 stop working between r278348 and r278741.

2015-02-15 Thread Ranjan1018 .
2015-02-15 16:11 GMT+01:00 Konstantin Belousov : > On Sun, Feb 15, 2015 at 03:37:17PM +0100, Ranjan1018 . wrote: > > Hi, > > the bug was introduced in r278473. Suspend/resume works again if I > disable > > the x2APIC support with hw.x2apic_enable=0 in /boot/loader.conf, tested > in > > r278473 and

Re: Suspend/resume on i915 stop working between r278348 and r278741.

2015-02-15 Thread Gleb Smirnoff
On Sun, Feb 15, 2015 at 07:45:44PM +0100, Ranjan1018 . wrote: R> > On Sun, Feb 15, 2015 at 03:37:17PM +0100, Ranjan1018 . wrote: R> > > Hi, R> > > the bug was introduced in r278473. Suspend/resume works again if I R> > disable R> > > the x2APIC support with hw.x2apic_enable=0 in /boot/loader.conf,

Re: Suspend/resume on i915 stop working between r278348 and r278741.

2015-02-15 Thread Konstantin Belousov
On Sun, Feb 15, 2015 at 07:45:44PM +0100, Ranjan1018 . wrote: > > Unfortunately does not work for me. Tested with r278803. Does your machine resume if you boot with hw.x2apic_enable set to 0 from the loader prompt ? Confirm that x2apic is disabled after tunable frobbing, with sysctl hw.apic.x2ap

Re: Suspend/resume on i915 stop working between r278348 and r278741.

2015-02-15 Thread Gleb Smirnoff
On Sun, Feb 15, 2015 at 08:59:56PM +0200, Konstantin Belousov wrote: K> On Sun, Feb 15, 2015 at 07:45:44PM +0100, Ranjan1018 . wrote: K> > K> > Unfortunately does not work for me. Tested with r278803. K> K> Does your machine resume if you boot with hw.x2apic_enable set to 0 K> from the loader pro

Re: Suspend/resume on i915 stop working between r278348 and r278741.

2015-02-15 Thread Ranjan1018 .
2015-02-15 19:59 GMT+01:00 Konstantin Belousov : > On Sun, Feb 15, 2015 at 07:45:44PM +0100, Ranjan1018 . wrote: > > > > Unfortunately does not work for me. Tested with r278803. > > Does your machine resume if you boot with hw.x2apic_enable set to 0 > from the loader prompt ? Yes. I have added to

Jenkins build became unstable: FreeBSD_HEAD-tests2 #705

2015-02-15 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"

Pluggable frame buffer devices

2015-02-15 Thread Hans Petter Selasky
Hi, I've added support for USB display link adapters to FreeBSD-11-current, but the kernel panics once "vt_fb_attach(info)" is called from "fbd_register(struct fb_info* info)" when the USB device is plugged or udl.ko is loaded. Is this a known issue? REF: https://svnweb.freebsd.org/base/head

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

2015-02-15 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"

Build failed in Jenkins: FreeBSD_HEAD #2386

2015-02-15 Thread jenkins-admin
See Changes: [glebius] Update the pf fragment handling code to closer match recent OpenBSD. That partially fixes IPv6 fragment handling. Thanks to Kristof for working on that. Submitted by: Kristof Provost Tested by: