svn commit: r366783 - in head/sys: kern sys

2020-10-17 Thread Mateusz Guzik
Author: mjg Date: Sat Oct 17 08:47:08 2020 New Revision: 366783 URL: https://svnweb.freebsd.org/changeset/base/366783 Log: vfs: annotate mountlist_mtx with __exclusive_cache_line Modified: head/sys/kern/vfs_mount.c head/sys/sys/mount.h Modified: head/sys/kern/vfs_mount.c ==

svn commit: r366784 - head/sys/kern

2020-10-17 Thread Mateusz Guzik
Author: mjg Date: Sat Oct 17 08:48:32 2020 New Revision: 366784 URL: https://svnweb.freebsd.org/changeset/base/366784 Log: cache: remove entries before trying to add new ones, not after Should allow positive entries to replace negative ones in case the cache is full. Modified: head/sys

svn commit: r366785 - head/sys/kern

2020-10-17 Thread Mateusz Guzik
Author: mjg Date: Sat Oct 17 08:48:58 2020 New Revision: 366785 URL: https://svnweb.freebsd.org/changeset/base/366785 Log: cache: rework parts of negative entry management - declutter sysctl vfs.cache by moving relevant entries into vfs.cache.neg - add a little more parallelism to evict

svn commit: r366786 - stable/12/usr.sbin/cxgbetool

2020-10-17 Thread Gordon Bergling
Author: gbe (doc committer) Date: Sat Oct 17 09:45:05 2020 New Revision: 366786 URL: https://svnweb.freebsd.org/changeset/base/366786 Log: MFC r366616: cxgbetool(8): Remove dublicate word 'whether' Modified: stable/12/usr.sbin/cxgbetool/cxgbetool.8 Directory Properties: stable/12/ (props

svn commit: r366787 - stable/12/share/man/man4

2020-10-17 Thread Gordon Bergling
Author: gbe (doc committer) Date: Sat Oct 17 09:47:56 2020 New Revision: 366787 URL: https://svnweb.freebsd.org/changeset/base/366787 Log: MFC r366609: dtrace_audit(4): Fix a typo - asynchonously -> asynchronously Modified: stable/12/share/man/man4/dtrace_audit.4 Directory Properties:

svn commit: r366788 - stable/12/usr.sbin/pnfsdsfile

2020-10-17 Thread Gordon Bergling
Author: gbe (doc committer) Date: Sat Oct 17 09:48:56 2020 New Revision: 366788 URL: https://svnweb.freebsd.org/changeset/base/366788 Log: MFC r366617: pnfsdsfile(8): Remove dublicate word 'the' Modified: stable/12/usr.sbin/pnfsdsfile/pnfsdsfile.8 Directory Properties: stable/12/ (props c

svn commit: r366789 - stable/12/share/man/man3

2020-10-17 Thread Gordon Bergling
Author: gbe (doc committer) Date: Sat Oct 17 09:50:12 2020 New Revision: 366789 URL: https://svnweb.freebsd.org/changeset/base/366789 Log: MFC r366610: sigevent(3): Fix a typo - asychronous -> asynchronous Modified: stable/12/share/man/man3/sigevent.3 Directory Properties: stable/12/

svn commit: r366790 - stable/12/usr.bin/cpuset

2020-10-17 Thread Gordon Bergling
Author: gbe (doc committer) Date: Sat Oct 17 09:51:17 2020 New Revision: 366790 URL: https://svnweb.freebsd.org/changeset/base/366790 Log: MFC r366611: cpuset(1): Fix a typo - 'at at' -> 'at a' Modified: stable/12/usr.bin/cpuset/cpuset.1 Directory Properties: stable/12/ (props change

Re: svn commit: r366372 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf

2020-10-17 Thread Alexander V . Chernikov
___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r366372 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf

2020-10-17 Thread Hans Petter Selasky
On 2020-10-17 13:27, Alexander V. Chernikov wrote: 02.10.2020, 19:26, "Emmanuel Vadot" : Author: manu Date: Fri Oct 2 18:26:41 2020 New Revision: 366372 URL: https://svnweb.freebsd.org/changeset/base/366372 Log: linuxkpi: Add backlight support Add backl

Re: svn commit: r366372 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf

2020-10-17 Thread Alexander V . Chernikov
___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

svn commit: r366792 - head/sys/kern

2020-10-17 Thread Mateusz Guzik
Author: mjg Date: Sat Oct 17 13:04:46 2020 New Revision: 366792 URL: https://svnweb.freebsd.org/changeset/base/366792 Log: cache: factor negative lookup out of cache_fplookup_next Modified: head/sys/kern/vfs_cache.c Modified: head/sys/kern/vfs_cache.c

svn commit: r366791 - head/sys/kern

2020-10-17 Thread Mateusz Guzik
Author: mjg Date: Sat Oct 17 13:04:25 2020 New Revision: 366791 URL: https://svnweb.freebsd.org/changeset/base/366791 Log: cache: avoid smr in cache_neg_evict in favoro of the already held bucket lock Modified: head/sys/kern/vfs_cache.c Modified: head/sys/kern/vfs_cache.c ===

svn commit: r366793 - head/sys/kern

2020-10-17 Thread Mateusz Guzik
Author: mjg Date: Sat Oct 17 13:06:29 2020 New Revision: 366793 URL: https://svnweb.freebsd.org/changeset/base/366793 Log: cache: erwork sysctl vfs.cache tree Split everything into neg, debug, param and stat categories. The legacy nchstats sysctl (queried e.g., by systat) remains untou

Re: svn commit: r366372 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf

2020-10-17 Thread Hans Petter Selasky
On 2020-10-17 14:34, Alexander V. Chernikov wrote: 17.10.2020, 12:32, "Hans Petter Selasky" : On 2020-10-17 13:27, Alexander V. Chernikov wrote: 02.10.2020, 19:26, "Emmanuel Vadot" mailto:m...@freebsd.org>>: Author: manu Date: Fri Oct 2 18:26:41

Re: svn commit: r366372 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf

2020-10-17 Thread Alexander V . Chernikov
___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r366372 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf

2020-10-17 Thread Warner Losh
On Sat, Oct 17, 2020, 10:11 AM Alexander V. Chernikov wrote: > 17.10.2020, 14:07, "Hans Petter Selasky" : > > On 2020-10-17 14:34, Alexander V. Chernikov wrote: > > 17.10.2020, 12:32, "Hans Petter Selasky" : > > On 2020-10-17 13:27, Alexander V. Chernikov wrote: > > 02.10.2020,

svn commit: r366794 - head/sys/riscv/riscv

2020-10-17 Thread Mitchell Horne
Author: mhorne Date: Sat Oct 17 17:31:06 2020 New Revision: 366794 URL: https://svnweb.freebsd.org/changeset/base/366794 Log: riscv: zero reserved PTE bits for L2 PTEs As was done for L3 PTEs in r362853, mask out the reserved bits when extracting the physical address from an L2 PTE. Futur

Re: svn commit: r366372 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf

2020-10-17 Thread Sean Bruno
On 2020-10-17 05:27, Alexander V. Chernikov wrote: > 02.10.2020, 19:26, "Emmanuel Vadot" : > > Author: manu > Date: Fri Oct 2 18:26:41 2020 > New Revision: 366372 > URL: https://svnweb.freebsd.org/changeset/base/366372 > > Log: >   linuxkpi: Add backlight support >  

svn commit: r366795 - head/sys/netinet

2020-10-17 Thread Alexander V. Chernikov
Author: melifaro Date: Sat Oct 17 20:33:09 2020 New Revision: 366795 URL: https://svnweb.freebsd.org/changeset/base/366795 Log: Fix sleepq_add panic happening with too wide net epoch in mcast control. PR: 250413 Reported by: Christopher Hall Reviewed by: ae Differential R

Re: svn commit: r366372 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf

2020-10-17 Thread Hans Petter Selasky
On 2020-10-17 22:14, Sean Bruno wrote: On 2020-10-17 05:27, Alexander V. Chernikov wrote: 02.10.2020, 19:26, "Emmanuel Vadot" : Author: manu Date: Fri Oct 2 18:26:41 2020 New Revision: 366372 URL: https://svnweb.freebsd.org/changeset/base/366372 Log:   linuxkpi: A

Re: svn commit: r366372 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf

2020-10-17 Thread Bjoern A. Zeeb
On 17 Oct 2020, at 20:14, Sean Bruno wrote: On 2020-10-17 05:27, Alexander V. Chernikov wrote: 02.10.2020, 19:26, "Emmanuel Vadot" : Author: manu Date: Fri Oct 2 18:26:41 2020 New Revision: 366372 URL: https://svnweb.freebsd.org/changeset/base/366372 Log:   linuxkpi: A

Re: svn commit: r366372 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf

2020-10-17 Thread Sean Bruno
>> Same buildfailure with GENERIC-NODEBUG. > > Seems different. > > >> https://people.freebsd.org/~sbruno/backlight.txt > > HEAD with which version of the drm port/package? > > /bz sbruno@alice:~ % pkg info |grep kmod drm-current-kmod-4.16.g20200320 DRM modules for the linuxkpi-based KMS com

Re: svn commit: r366372 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf

2020-10-17 Thread Bjoern A. Zeeb
On 17 Oct 2020, at 20:48, Sean Bruno wrote: Same buildfailure with GENERIC-NODEBUG. Seems different. https://people.freebsd.org/~sbruno/backlight.txt HEAD with which version of the drm port/package? /bz sbruno@alice:~ % pkg info |grep kmod drm-current-kmod-4.16.g20200320 DRM modules fo

svn commit: r366796 - head/sys/kern

2020-10-17 Thread Mateusz Guzik
Author: mjg Date: Sat Oct 17 21:22:40 2020 New Revision: 366796 URL: https://svnweb.freebsd.org/changeset/base/366796 Log: cache: don't automatically evict negative entries if usage is low The previous scheme only looked at negative entry count in relation to the total count, leading to t

svn commit: r366797 - head/sys/kern

2020-10-17 Thread Mateusz Guzik
Author: mjg Date: Sat Oct 17 21:30:46 2020 New Revision: 366797 URL: https://svnweb.freebsd.org/changeset/base/366797 Log: cache: shorten names of debug stats Modified: head/sys/kern/vfs_cache.c Modified: head/sys/kern/vfs_cache.c =

Re: svn commit: r366372 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf

2020-10-17 Thread Sean Bruno
>> sbruno@alice:~ % pkg info |grep kmod >> drm-current-kmod-4.16.g20200320 DRM modules for the linuxkpi-based KMS >> components >> drm-kmod-g20190710 Metaport of DRM modules for the >> linuxkpi-based KMS components >> gpu-firmware-kmod-g20200503    Firmware modules for the linuxkpi-base

svn commit: r366798 - head/sys/kern

2020-10-17 Thread Bjoern A. Zeeb
Author: bz Date: Sat Oct 17 22:47:08 2020 New Revision: 366798 URL: https://svnweb.freebsd.org/changeset/base/366798 Log: ddb: add show sysinit command Add a show sysinit command to ddb (similar to show vnet_sysinit) which proved to be helpful to debug some ordering issues on early-mid ke

Trouver des nouveaux clients

2020-10-17 Thread l...@aproximeo.fr
Bonjour, Pour votre information, vous pouvez gratuitement trouver plein de nouveaux clients en vous inscrivant sur la 1ère plateforme de proximité en cliquant ici . Plus d'infos en cliquant ici

svn commit: r366799 - head/sys/dev/extres/clk

2020-10-17 Thread Bjoern A. Zeeb
Author: bz Date: Sat Oct 17 23:42:33 2020 New Revision: 366799 URL: https://svnweb.freebsd.org/changeset/base/366799 Log: clk: fix indentation Just fix indentation of an if() clause. No functional changes intended. MFC after:3 days Modified: head/sys/dev/extres/clk/clk.c Modi

svn commit: r366800 - in head: sbin/ifconfig sys/net80211

2020-10-17 Thread Bjoern A. Zeeb
Author: bz Date: Sun Oct 18 00:27:20 2020 New Revision: 366800 URL: https://svnweb.freebsd.org/changeset/base/366800 Log: net80211: update for (more) VHT160 support Implement two macros IEEE80211_VHTCAP_SUPP_CHAN_WIDTH_IS_160MHZ() and its 80+80 counter part to check in vhtcaps for appropr

svn commit: r366801 - stable/12/contrib/tzdata

2020-10-17 Thread Philip Paeps
Author: philip Date: Sun Oct 18 01:09:55 2020 New Revision: 366801 URL: https://svnweb.freebsd.org/changeset/base/366801 Log: MFC r366779: Import tzdata 2020c Modified: stable/12/contrib/tzdata/Makefile stable/12/contrib/tzdata/NEWS stable/12/contrib/tzdata/australasia stable/12/contrib

svn commit: r366802 - stable/11/contrib/tzdata

2020-10-17 Thread Philip Paeps
Author: philip Date: Sun Oct 18 01:10:06 2020 New Revision: 366802 URL: https://svnweb.freebsd.org/changeset/base/366802 Log: MFC r366779: Import tzdata 2020c Modified: stable/11/contrib/tzdata/Makefile stable/11/contrib/tzdata/NEWS stable/11/contrib/tzdata/australasia stable/11/contrib

svn commit: r366803 - stable/12/sbin/nvmecontrol

2020-10-17 Thread Alexander Motin
Author: mav Date: Sun Oct 18 01:13:41 2020 New Revision: 366803 URL: https://svnweb.freebsd.org/changeset/base/366803 Log: MFC r366730: Fix nvmecontrol logpage -i parameter. Modified: stable/12/sbin/nvmecontrol/logpage.c Directory Properties: stable/12/ (props changed) Modified: stable/1

svn commit: r366804 - stable/10/usr.bin/calendar/calendars

2020-10-17 Thread Greg Lehey
Author: grog Date: Sun Oct 18 01:57:49 2020 New Revision: 366804 URL: https://svnweb.freebsd.org/changeset/base/366804 Log: Correct location and date of the Boston Shoemakers' organization, which significantly predated the USA. Reference: http://www.famousdaily.com/history/boston-shoemak

svn commit: r366805 - head/usr.bin/calendar/calendars

2020-10-17 Thread Greg Lehey
Author: grog Date: Sun Oct 18 03:01:26 2020 New Revision: 366805 URL: https://svnweb.freebsd.org/changeset/base/366805 Log: Correct location and date of the Boston Shoemakers' organization, which significantly predated the USA. Reference: http://www.famousdaily.com/history/boston-shoemak

Re: svn commit: r366804 - stable/10/usr.bin/calendar/calendars

2020-10-17 Thread Greg 'groggy' Lehey
On Sunday, 18 October 2020 at 1:57:50 +, Greg Lehey wrote: > Author: grog > > Log: > Correct location and date of the Boston Shoemakers' organization, > ... > > Modified: > stable/10/usr.bin/calendar/calendars/calendar.history Ugh. Wrong branch. Please ignore. I've committed to head.