Re: IWM(7260), no connect

2016-07-31 Thread Larry Rosenman
Even with that reverted, I'm still having iffy connections. Current code: FreeBSD pita 12.0-CURRENT FreeBSD 12.0-CURRENT #4 r303597M: Sun Jul 31 16:02:39 CDT 2016 root@pita:/usr/obj/usr/src/sys/IWM-DEBUG amd64 121 121 Current diff to that SVN Rev: Index: sys/dev/iwm/if_iwm.c

Re: IWM(7260), no connect

2016-07-31 Thread Larry Rosenman
I recompiled security/wpa_supplicant and seem to be able to get associated. I'm not sure what is going on. Any suggestions? On Sun, Jul 31, 2016 at 08:36:47PM -0500, Larry Rosenman wrote: > Even with that reverted, I'm still having iffy connections. > > Current code: > > FreeBSD pita

Jenkins build is back to stable : FreeBSD_HEAD #511

2016-07-31 Thread jenkins-admin
See ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Jenkins build is back to normal : FreeBSD_HEAD_sparc64 #185

2016-07-31 Thread jenkins-admin
See ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: EFI boot: can we make loader.efi work as BOOT{x64, aa64, arm, ia32}.efi?

2016-07-31 Thread Nathan Whitehorn
On 07/30/16 23:20, Xin Li wrote: Hi, I finally got some time to explore the UEFI boot process (kudos to everyone who made this work!) and getting myself familiarize with the basics. One quick question -- Is there some technical restriction that prevents us from merging boot1.efi and

[PATCH] randomized delay in locking primitives, take 2

2016-07-31 Thread Mateusz Guzik
The patch can be found inline below and also here: https://people.freebsd.org/~mjg/lock_backoff_complete.diff The previous version of the patch was posted here: https://lists.freebsd.org/pipermail/freebsd-current/2016-July/062320.html This time around instead of a total hack I have something of

Re: [PATCH] randomized delay in locking primitives, take 2

2016-07-31 Thread Konstantin Belousov
On Sun, Jul 31, 2016 at 11:57:06AM +0200, Mateusz Guzik wrote: > The patch can be found inline below and also here: > https://people.freebsd.org/~mjg/lock_backoff_complete.diff > > The previous version of the patch was posted here: >

EFI boot: can we make loader.efi work as BOOT{x64, aa64, arm, ia32}.efi?

2016-07-31 Thread Xin Li
Hi, I finally got some time to explore the UEFI boot process (kudos to everyone who made this work!) and getting myself familiarize with the basics. One quick question -- Is there some technical restriction that prevents us from merging boot1.efi and loader.efi into one binary? Cheers,

Re: EARLY_AP_STARTUP hangs during boot

2016-07-31 Thread Gary Jennejohn
On Sat, 30 Jul 2016 12:03:59 -0700 John Baldwin wrote: > On Saturday, July 30, 2016 09:44:22 AM Gary Jennejohn wrote: > > On Fri, 29 Jul 2016 13:17:42 -0700 > > John Baldwin wrote: > > > > > On Thursday, July 28, 2016 12:31:31 AM Gary Jennejohn wrote: >

Re: [PATCH] randomized delay in locking primitives, take 2

2016-07-31 Thread Adrian Chadd
Hi, Did you test on any 1, 2, 4, 8 cpu machines? just to see if there are any performance degredations on lower count CPUs? Also, yeah, the MOD operator in each loop could get spendy on older CPUs (eg my MIPS CPUs, older ARM stuff, etc.) Is it possible to achieve much the same autotuning with

Re: [PATCH] randomized delay in locking primitives, take 2

2016-07-31 Thread Mateusz Guzik
On Sun, Jul 31, 2016 at 01:49:28PM +0300, Konstantin Belousov wrote: [snip] After an irc discussion, the following was produced (also available at: https://people.freebsd.org/~mjg/lock_backoff_complete4.diff): Differences: - uint64_t usage was converted to u_int (also see r303584) - currently

Jenkins build became unstable: FreeBSD_HEAD #513

2016-07-31 Thread jenkins-admin
See ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

BSD grep dumps core

2016-07-31 Thread Steve Kargl
Script started on Sun Jul 31 08:30:56 2016 troutmask:sgk[200] cd gcc/gcc7 troutmask:sgk[201] svn status ? 7.diff ? decl.c.diff ? gcc/fortran/old ? gcc/fortran/pr38351.diff ? gcc/fortran/pr41922.diff ? gcc/fortran/pr69860.diff ? trans-decl.c.diff ?

Re: resolvconf needs @RESTARTCMD@ to be replaced after r303062

2016-07-31 Thread Pedro Giffuni
On 07/31/16 11:56, Guy Yur wrote: On Sun, Jul 31, 2016 at 5:46 AM, Pedro Giffuni wrote: Index: sbin/resolvconf/Makefile === --- sbin/resolvconf/Makefile(revision 303557) +++ sbin/resolvconf/Makefile

Re: EFI boot: can we make loader.efi work as BOOT{x64, aa64, arm, ia32}.efi?

2016-07-31 Thread Andrew Turner
On Sat, 30 Jul 2016 23:20:55 -0700 Xin Li wrote: > Hi, > > I finally got some time to explore the UEFI boot process (kudos to > everyone who made this work!) and getting myself familiarize with the > basics. > > One quick question -- Is there some technical restriction

Re: [PATCH] randomized delay in locking primitives, take 2

2016-07-31 Thread Mateusz Guzik
On Sun, Jul 31, 2016 at 07:03:08AM -0700, Adrian Chadd wrote: > Hi, > > Did you test on any 1, 2, 4, 8 cpu machines? just to see if there are > any performance degredations on lower count CPUs? > I did not test on machines which physically that few cpus, but I did test the impact on

Re: resolvconf needs @RESTARTCMD@ to be replaced after r303062

2016-07-31 Thread Guy Yur
On Sun, Jul 31, 2016 at 5:46 AM, Pedro Giffuni wrote: > > >>> Index: sbin/resolvconf/Makefile >>> === >>> --- sbin/resolvconf/Makefile(revision 303557) >>> +++ sbin/resolvconf/Makefile(working copy) >>> @@

Re: release name

2016-07-31 Thread Kurt Jaeger
Hi! > Could somebody, please, explain this: > Am I right to assume that CURRENT or "head" release number is now > 12.0? Yes. > For in that case I'll have to reduild the ports in case of > upgrading my system to the current head, right? Because my current > system was build well before the

Jenkins build is back to stable : FreeBSD_HEAD #514

2016-07-31 Thread jenkins-admin
See ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

release name

2016-07-31 Thread Kostya Berger
Could somebody, please, explain this: Am I right to assume that CURRENT or "head" release number is now 12.0?For in that case I'll have to reduild the ports in case of upgrading my system to the current head, right?Because my current system was build well before the 11.0-alpfha releases statred

Re: EARLY_AP_STARTUP hangs during boot

2016-07-31 Thread John Baldwin
On Sunday, July 31, 2016 11:29:14 AM Gary Jennejohn wrote: > On Sat, 30 Jul 2016 12:03:59 -0700 > John Baldwin wrote: > > > On Saturday, July 30, 2016 09:44:22 AM Gary Jennejohn wrote: > > > On Fri, 29 Jul 2016 13:17:42 -0700 > > > John Baldwin wrote: > > >

Re: [PATCH] randomized delay in locking primitives, take 2

2016-07-31 Thread K. Macy
On Sun, Jul 31, 2016 at 7:03 AM, Adrian Chadd wrote: > Hi, > > Did you test on any 1, 2, 4, 8 cpu machines? just to see if there are > any performance degredations on lower count CPUs? The adaptive spinning path will never run on a uniprocessor. Except for potential

Re: ACPI errors when booting laptop

2016-07-31 Thread K. Macy
Have you checked for BIOS updates? The BIOS on recent Skylake laptops have been a running disaster. At least the Dell XPS laptops had ACPI errors be fixed by an update. -M On Sat, Jul 30, 2016 at 10:43 PM, Ben Woods wrote: > Hi everyone, > > I get the following ACPI errors