Re: svn commit: r289834 - head/sys/x86/x86

2015-11-07 Thread Oliver Pinter
On Mon, Nov 2, 2015 at 6:02 PM, Roger Pau Monné wrote: > El 02/11/15 a les 17.41, Oliver Pinter ha escrit: >> Okay, the server survived a full buildworld + installer generation >> with the new patch. > > Thanks for the heads up! I will wait a couple more days and then commit

Re: svn commit: r289834 - head/sys/x86/x86

2015-11-02 Thread Oliver Pinter
On 11/2/15, Roger Pau Monné wrote: > El 29/10/15 a les 22.48, Oliver Pinter ha escrit: >> Yes, at next week I have time for the test. Please ping me again at >> Monday. > > Ping :). Pong. :) I now stared a new build with the patch, so I will report back 1-2 hours from now. >

Re: svn commit: r289834 - head/sys/x86/x86

2015-11-02 Thread Roger Pau Monné
El 29/10/15 a les 22.48, Oliver Pinter ha escrit: > Yes, at next week I have time for the test. Please ping me again at > Monday. Ping :). ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To

Re: svn commit: r289834 - head/sys/x86/x86

2015-11-02 Thread Oliver Pinter
On Mon, Nov 2, 2015 at 2:44 PM, Oliver Pinter wrote: > On 11/2/15, Roger Pau Monné wrote: >> El 29/10/15 a les 22.48, Oliver Pinter ha escrit: >>> Yes, at next week I have time for the test. Please ping me again at >>> Monday. >> >> Ping :). >

Re: svn commit: r289834 - head/sys/x86/x86

2015-11-02 Thread Oliver Pinter
On Mon, Nov 2, 2015 at 4:06 PM, Oliver Pinter wrote: > On Mon, Nov 2, 2015 at 2:44 PM, Oliver Pinter > wrote: >> On 11/2/15, Roger Pau Monné wrote: >>> El 29/10/15 a les 22.48, Oliver Pinter ha escrit: Yes,

Re: svn commit: r289834 - head/sys/x86/x86

2015-11-02 Thread Roger Pau Monné
El 02/11/15 a les 17.41, Oliver Pinter ha escrit: > Okay, the server survived a full buildworld + installer generation > with the new patch. Thanks for the heads up! I will wait a couple more days and then commit it. Roger. ___ svn-src-head@freebsd.org

Re: svn commit: r289834 - head/sys/x86/x86

2015-10-29 Thread Roger Pau Monné
El 26/10/15 a les 15.24, Oliver Pinter ha escrit: > On 10/26/15, Adrian Chadd wrote: >> Hi, >> >> I'll take a photo of it when it breaks next. >> >> Would you mind reverting it for now until we can figure it out? > > btw, this was the two kernel panic what I got: > >

Re: svn commit: r289834 - head/sys/x86/x86

2015-10-29 Thread Oliver Pinter
Yes, at next week I have time for the test. Please ping me again at Monday. On Thursday, October 29, 2015, Roger Pau Monné wrote: > El 26/10/15 a les 15.24, Oliver Pinter ha escrit: > > On 10/26/15, Adrian Chadd > wrote: > >> Hi, > >> >

Re: svn commit: r289834 - head/sys/x86/x86

2015-10-26 Thread Adrian Chadd
Hi, I'll take a photo of it when it breaks next. Would you mind reverting it for now until we can figure it out? -adrian On 26 October 2015 at 05:53, Oliver Pinter wrote: > Hi Roger! > > On 10/26/15, Roger Pau Monné wrote: >> El 26/10/15

Re: svn commit: r289834 - head/sys/x86/x86

2015-10-26 Thread Oliver Pinter
On 10/26/15, Adrian Chadd wrote: > Hi, > > I'll take a photo of it when it breaks next. > > Would you mind reverting it for now until we can figure it out? btw, this was the two kernel panic what I got: Fatal trap 12: page fault while in kernel mode cpuid = 11; apic id =

Re: svn commit: r289834 - head/sys/x86/x86

2015-10-26 Thread Roger Pau Monné
El 26/10/15 a les 13.24, Adrian Chadd ha escrit: > Hi, > > I've started seeing panics on -head with ATA code doing a dmamap load > -> panic. I'll test by reverting this patch and see what happens, but > when it /does/ happen I can't get a crashdump, so debugging will be > less easy. > > Has

Re: svn commit: r289834 - head/sys/x86/x86

2015-10-26 Thread Oliver Pinter
Hi Roger! On 10/26/15, Roger Pau Monné wrote: > El 26/10/15 a les 13.24, Adrian Chadd ha escrit: >> Hi, >> >> I've started seeing panics on -head with ATA code doing a dmamap load >> -> panic. I'll test by reverting this patch and see what happens, but >> when it /does/

Re: svn commit: r289834 - head/sys/x86/x86

2015-10-26 Thread Adrian Chadd
Hi, I've started seeing panics on -head with ATA code doing a dmamap load -> panic. I'll test by reverting this patch and see what happens, but when it /does/ happen I can't get a crashdump, so debugging will be less easy. Has anyone else seen this? -a On 23 October 2015 at 08:46, Roger Pau

svn commit: r289834 - head/sys/x86/x86

2015-10-23 Thread Roger Pau Monné
Author: royger Date: Fri Oct 23 15:39:59 2015 New Revision: 289834 URL: https://svnweb.freebsd.org/changeset/base/289834 Log: x86/dma_bounce: rework _bus_dmamap_load_ma implementation The implementation of bus_dmamap_load_ma_triv currently calls _bus_dmamap_load_phys on each page that is

Re: svn commit: r289834 - head/sys/x86/x86

2015-10-23 Thread Roger Pau Monné
El 23/10/15 a les 17.39, Roger Pau Monné ha escrit: > Author: royger > Date: Fri Oct 23 15:39:59 2015 > New Revision: 289834 > URL: https://svnweb.freebsd.org/changeset/base/289834 > > Log: > x86/dma_bounce: rework _bus_dmamap_load_ma implementation > > The implementation of