Re: Kqueue races causing crashes

2016-06-14 Thread Eric Badger
Oops, I don't think my attachment worked. This should do the trick: https://drive.google.com/open?id=0B8Lj3D-GnaCcS0taVVNlQktQRkk ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe,

Kqueue races causing crashes

2016-06-14 Thread Eric Badger
Hi there, There seems to be some racy code in kern_event.c which is causing me to run into some crashes. I’ve attached the test program used to generate these crashes (build it and run the “go” script). They were produced in a VM with 4 cores on 11 Alpha 3 (and originally 10.3). The crashes

Re: mergemaster internally using make [for example] vs. WITH_META_MODE?

2016-06-14 Thread Mark Millard
On 2016-Jun-14, at 6:48 PM, Bryan Drewery wrote: > On 6/14/2016 5:13 PM, Mark Millard wrote: >>> The targets (at top-level) that META_MODE is applied to is a whitelist >>> now after r301887. So it's safe to always pass it when building from >>> the top-level. If it's an unsupported target it

Re: 11.0 -r301815 to -r310873 using WITH_META_MODE=yes : an empty filename failure

2016-06-14 Thread Bryan Drewery
On 6/13/2016 7:26 PM, Mark Millard wrote: > [The following is after the svnltie update -r301873 /usr/src .] > > For the following in a amd64 rebuild on amd64 (a WITH_META_MODE=yes > buidlworld buidlkernel just after a without meta mode buildworld buildkernel > [no install]). . . > >> # more

Re: mergemaster internally using make [for example] vs. WITH_META_MODE?

2016-06-14 Thread Bryan Drewery
On 6/14/2016 5:13 PM, Mark Millard wrote: >> The targets (at top-level) that META_MODE is applied to is a whitelist >> now after r301887. So it's safe to always pass it when building from >> the top-level. If it's an unsupported target it will internally disable >> META_MODE. > So

Re: [CFT] ypldap testing against OpenLDAP and Microsoft Active Directory

2016-06-14 Thread David Wolfskill
On Tue, Jun 14, 2016 at 05:17:19PM -0700, Chris H wrote: > ... > Honestly, I think the best way to motivate people to do the right thing(tm) > Would be to remove Yellow Pages from the tree, entirely. :-) > It's been dead for *years*, and as you say, isn't safe, anyway.. > "Safe" for what,

Re: [CFT] ypldap testing against OpenLDAP and Microsoft Active Directory

2016-06-14 Thread Marcelo Araujo
2016-06-15 8:17 GMT+08:00 Chris H : > On Thu, 9 Jun 2016 17:55:58 +0800 Marcelo Araujo > wrote > > > Hey, > > > > Thanks for the CFT Craig. > > > > 2016-06-09 14:41 GMT+08:00 Xin Li : > > > > > > > > > > > On 6/8/16 23:10,

Re: [CFT] ypldap testing against OpenLDAP and Microsoft Active Directory

2016-06-14 Thread Chris H
On Thu, 9 Jun 2016 17:55:58 +0800 Marcelo Araujo wrote > Hey, > > Thanks for the CFT Craig. > > 2016-06-09 14:41 GMT+08:00 Xin Li : > > > > > > > On 6/8/16 23:10, Craig Rodrigues wrote: > > > Hi, > > > > > > I have worked with Marcelo Araujo to

Re: mergemaster internally using make [for example] vs. WITH_META_MODE?

2016-06-14 Thread Mark Millard
On 2016-Jun-14, at 9:25 AM, Bryan Drewery wrote: > On 6/13/2016 4:31 PM, Mark Millard wrote: >> On 2016-Jun-13, at 3:27 PM, Bryan Drewery wrote: >> >>> On 6/11/2016 7:28 PM, Mark Millard wrote: mergemaster [as an example] has code like: > # grep -i make /usr/sbin/mergemaster |

Re: pkg base

2016-06-14 Thread Glen Barber
On Tue, Jun 14, 2016 at 03:46:13PM -0700, Pete Wright wrote: > hi there - i have a question regarding pkg base. > > is it possible to only have "make packages" package specific files rather > than all 700-odd files that compose the base system? specifically, i'd like > to only create new kernel

pkg base

2016-06-14 Thread Pete Wright
hi there - i have a question regarding pkg base. is it possible to only have "make packages" package specific files rather than all 700-odd files that compose the base system? specifically, i'd like to only create new kernel packages as I'm helping test the updated i915kms stuff. not having

FreeBSD_HEAD_i386 - Build #3391 - Fixed

2016-06-14 Thread jenkins-admin
FreeBSD_HEAD_i386 - Build #3391 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3391/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3391/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3391/console Change summaries:

Re: HWPMC on SkyLake

2016-06-14 Thread Matthew Macy
I think rrs@ may have done it.Randall? On Tue, 14 Jun 2016 08:06:55 -0700 Doug Rabson wrote Did you get any feedback on this? I would like to be able to use hwpmc but my desktop is a recent skylake and I also get the 'hwpc_core: unknown

Re: [CFT] ypldap testing against OpenLDAP and Microsoft Active Directory

2016-06-14 Thread Eric van Gyzen
On 06/ 9/16 05:49 PM, Matthew Seaman wrote: > On 09/06/2016 18:34, Craig Rodrigues wrote: >> There is still value to ypldap as it is now, and getting feedback from >> users (especially Active Directory) would be very useful. >> If someone could document a configuration which uses IPSEC or OpenSSH

Re: FreeBSD_HEAD_i386 - Build #3390 - Failure

2016-06-14 Thread Bryan Drewery
On 6/14/2016 10:16 AM, jenkins-ad...@freebsd.org wrote: > make: "/usr/src/Makefile" line 222: Malformed conditional (${MK_META_MODE} == > "yes") Fixed. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

FreeBSD_HEAD_i386 - Build #3390 - Failure

2016-06-14 Thread jenkins-admin
FreeBSD_HEAD_i386 - Build #3390 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3390/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3390/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/3390/console Change summaries:

Re: 11.0 -r301815 to -r310873 using WITH_META_MODE=yes : an empty filename failure

2016-06-14 Thread Simon J. Gerraty
Bryan Drewery wrote: > I think my point is getting lost. With the new missing-meta feature, if > Yet, via meta_oodate, if there is already a .meta file and .OODATE is > used and has an empty source list then $.OODATE is forced to be .ALLSRC: Ah yes forgot about that.

Re: WITH_META_MODE vs. delete-old and delete-old-libs

2016-06-14 Thread Bryan Drewery
On 6/13/2016 2:52 PM, Bryan Drewery wrote: > On 6/13/2016 2:51 PM, Ngie Cooper wrote: >> On Mon, Jun 13, 2016 at 2:12 PM, Mark Millard wrote: >>> I've been using the following script to run my make commands for amd64 >>> builds (as an example): >>> # more

Re: mergemaster internally using make [for example] vs. WITH_META_MODE?

2016-06-14 Thread Bryan Drewery
On 6/13/2016 4:31 PM, Mark Millard wrote: > On 2016-Jun-13, at 3:27 PM, Bryan Drewery wrote: > >> On 6/11/2016 7:28 PM, Mark Millard wrote: >>> mergemaster [as an example] has code like: >>> # grep -i make /usr/sbin/mergemaster | more >>> . . . MM_MAKE="make

Re: 11.0 -r301139: WITH_META_MODE=yes vs. "sh: ./make_keys: Exec format error"? [still true of -r301815]

2016-06-14 Thread Bryan Drewery
On 6/11/2016 9:55 PM, Mark Millard wrote: > Doing cleanworld instead of "-j 5 buildworld buildkernel" and then retrying > "-j 5 buildworld buildkernel" resulted in the same sort of thing but for > maketab instead: This is fixed after r301884. You'll need to clean the objdir for usr.bin/awk at

Re: 11.0 -r301815 to -r310873 using WITH_META_MODE=yes : an empty filename failure

2016-06-14 Thread Simon J. Gerraty
Bryan Drewery wrote: > Actually it does seem to be meta-missing bug since $? (.OODATE) is empty > and yet it is requiring a .meta file. As I said; .meta files and targets that use $? (.OODATE) are fundamentally incompatible. Such a target will not work correctly, if

Re: 11.0 -r301815 to -r310873 using WITH_META_MODE=yes : an empty filename failure

2016-06-14 Thread Bryan Drewery
On 6/13/2016 8:18 PM, Simon J. Gerraty wrote: > Bryan Drewery wrote: ${_FIRM}: ${.CURDIR}/../../../../contrib/dev/drm2/radeonkmsfw/${_FIRM}.uu uudecode -p $? > ${.TARGET} > Targets like this that use $? or ${.OODATE} are a bad fit with META mode. > > If

Re: 11.0 -r301815 to -r310873 using WITH_META_MODE=yes : an empty filename failure

2016-06-14 Thread Simon J. Gerraty
Bryan Drewery wrote: > The problem is missing-meta requiring a .meta file here. The $?/.OODATE > comparison exception is only used meta_oodate() if there is already a > .meta file, not for the new missing .meta logic. Even if there is already a .meta file, if meta_oodate

Re: HWPMC on SkyLake

2016-06-14 Thread Larry Rosenman
I have not. On 2016-06-14 10:06, Doug Rabson wrote: > Did you get any feedback on this? I would like to be able to use hwpmc but my > desktop is a recent skylake and I also get the 'hwpc_core: unknown PMC > architecture: 4' error. > > CPU: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz

Re: HWPMC on SkyLake

2016-06-14 Thread Doug Rabson
Did you get any feedback on this? I would like to be able to use hwpmc but my desktop is a recent skylake and I also get the 'hwpc_core: unknown PMC architecture: 4' error. CPU: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz (4008.14-MHz K8-class CPU) Origin="GenuineIntel" Id=0x506e3 Family=0x6

Re: rtwn connection stops working on CURRENT

2016-06-14 Thread Andriy Voskoboinyk
Tue, 14 Jun 2016 08:24:01 +0300 було написано Marcus von Appen : Hi! Try attached patch (adds some busdma synchronization, unloads data instead of descriptor in rtwn_tx_done() and improves watchdog logic for a bit). Hi, I'm running into a somewhat weird issue with the

Battery status indicates discharging when it is fully charged and connected to power source

2016-06-14 Thread Anders Bolt-Evensen
Hello! Over the last months I've had a "problem" regarding battery status on my laptop which has been running FreeBSD CURRENT in order to have a working Intel driver (Haswell). My problem/question is that when I boot the laptop with a fully charged battery and it is still connected to a

Re: libpam.so lost in update to 11.0-ALPHA3

2016-06-14 Thread Ben Woods
On Tuesday, 14 June 2016, Pavel Timofeev wrote: > > 14 июня 2016 г. 10:37 пользователь "Ben Woods" > написал: > > > > On 14 June 2016 at 09:11, René Ladan