Re: svn commit: r360233 - in head: contrib/jemalloc . . . : This partially breaks a 2-socket 32-bit powerpc (old PowerMac G4) based on head -r360311

2020-05-10 Thread Mark Millard
[A new kind of experiment and partial results.] Given the zero'ed memory page(s) that for some of the example contexts include a page that should not be changing after initialization in my context (jemalloc global variables), I have attempted the following for such examples: A) Run gdb B) Attach

Re: ${COMPILER_VERSION} < 40300

2020-05-10 Thread Eric van Gyzen
If I were to clean up obsolete ${COMPILER_VERSION} tests in the tree, which ones should I keep?  I would probably confine it to head, so I could prune quite a few. Thanks for the feedback, everyone. If you're interested: https://reviews.freebsd.org/D24802 Eric ___

drm drivers project report (week of May 4th)

2020-05-10 Thread Emmanuel Vadot
Hello all, This is the first report for this project of updating our drm drivers as it started this week. I've started this week by cleaning our drm-v5.0 port comparing it with Linux as the less diff we have, the easiest it is to apply the patches from Linux. One commit was made to base lin

multimedia/vlc playback: blackness

2020-05-10 Thread Graham Perrin
A few weeks ago, VLC ceased to show video. I hear the audio track but there's blackness. Debug log, for brief playback of a silent screen recording: I tried resetting preferences, no improvement. Any other suggestions? TIA

HEADS-UP: obsolete GNU as 2.17.50 retirement for FreeBSD 13, expected 2020-05-31

2020-05-10 Thread Ed Maste
All architectures supported by FreeBSD now using Clang and lld, and tools from obsolete GNU binutils 2.17.50 have been retired one by one - most recently objdump, in r360698. There is one binutil tool left: GNU as. I plan to disable it at the end of the month, and then remove all of binutils some w

Re: CHANGE_PV_LIST_LOCK_TO_PHYS is not correct when !NUMA ?

2020-05-10 Thread Konstantin Belousov
On Sun, May 10, 2020 at 01:02:45PM +0300, Andriy Gapon wrote: > On 09/05/2020 19:50, Konstantin Belousov wrote: > > On Sat, May 09, 2020 at 07:16:27PM +0300, Andriy Gapon wrote: > >> On 09/05/2020 19:13, Konstantin Belousov wrote: > >>> On Sat, May 09, 2020 at 06:52:24PM +0300, Andriy Gapon wrote:

Re: CHANGE_PV_LIST_LOCK_TO_PHYS is not correct when !NUMA ?

2020-05-10 Thread Andriy Gapon
On 09/05/2020 19:50, Konstantin Belousov wrote: > On Sat, May 09, 2020 at 07:16:27PM +0300, Andriy Gapon wrote: >> On 09/05/2020 19:13, Konstantin Belousov wrote: >>> On Sat, May 09, 2020 at 06:52:24PM +0300, Andriy Gapon wrote: I tried this change: diff --git a/sys/amd64/amd64/pmap.c b/s