svn commit: r365830 - head/sys/geom/part

2020-09-16 Thread Eugene Grosbein
Author: eugen Date: Thu Sep 17 04:39:39 2020 New Revision: 365830 URL: https://svnweb.freebsd.org/changeset/base/365830 Log: geom_part: make it possible recovering broken GPT after some LBAs cut off This is followup to r365477. If pre-formatted device has GPT and a partition covering

svn commit: r365829 - head

2020-09-16 Thread Kyle Evans
Author: kevans Date: Thu Sep 17 02:18:21 2020 New Revision: 365829 URL: https://svnweb.freebsd.org/changeset/base/365829 Log: installworld: run `certctl rehash` after installation completes This was originally introduced back in r360833, and subsequently reverted because it was broken

svn commit: r365826 - head/sys/kern

2020-09-16 Thread Konstantin Belousov
Author: kib Date: Thu Sep 17 00:07:15 2020 New Revision: 365826 URL: https://svnweb.freebsd.org/changeset/base/365826 Log: Put calls to check_pgrp_jobc() in fixjobc_kill() under INVARIANTS. Reported by: Michael Butler Sponsored by: The FreeBSD Foundation MFC after:1 week

svn commit: r365815 - head/sys/kern

2020-09-16 Thread Konstantin Belousov
Author: kib Date: Wed Sep 16 21:49:19 2020 New Revision: 365815 URL: https://svnweb.freebsd.org/changeset/base/365815 Log: Add check_pgrp_jobc() calls into process exit path. Both before and after job control adjustments. Tested by:pho Sponsored by: The FreeBSD Foundation MFC

svn commit: r365814 - head/sys/kern

2020-09-16 Thread Konstantin Belousov
Author: kib Date: Wed Sep 16 21:46:57 2020 New Revision: 365814 URL: https://svnweb.freebsd.org/changeset/base/365814 Log: Fix fixjobc+orhpanage. Orphans affect job control state, we must account for them when changing pg_jobc. Instead of p_pptr, use proc_realparent() to get parent

svn commit: r365813 - head/sys/kern

2020-09-16 Thread Konstantin Belousov
Author: kib Date: Wed Sep 16 21:40:32 2020 New Revision: 365813 URL: https://svnweb.freebsd.org/changeset/base/365813 Log: Assert that P_TREE_GRPEXITED is set only once. Tested by:pho Sponsored by: The FreeBSD Foundation MFC after:1 week Differential revision:

svn commit: r365812 - head/sys/kern

2020-09-16 Thread Konstantin Belousov
Author: kib Date: Wed Sep 16 21:38:24 2020 New Revision: 365812 URL: https://svnweb.freebsd.org/changeset/base/365812 Log: proc_realparent: if p_oppid does not match pid of the current parent for non-orphaned process, return reaper instead of init. Tested by:pho Sponsored by: The

svn commit: r365811 - head/sys/kern

2020-09-16 Thread Konstantin Belousov
Author: kib Date: Wed Sep 16 21:34:18 2020 New Revision: 365811 URL: https://svnweb.freebsd.org/changeset/base/365811 Log: Improve ddb 'show pgrpdump' command. Use ddb pager. Make lines more compact. Eliminate unneeded casts. Print more job-control related info when reporting process

svn commit: r365810 - head/sys/fs/tmpfs

2020-09-16 Thread Konstantin Belousov
Author: kib Date: Wed Sep 16 21:28:18 2020 New Revision: 365810 URL: https://svnweb.freebsd.org/changeset/base/365810 Log: tmpfs: restore atime updates for reads from page cache. Split TMPFS_NODE_ACCCESSED bit into dedicated byte that can be updated atomically without locks or (locked)

svn commit: r365809 - head/sys/fs/tmpfs

2020-09-16 Thread Konstantin Belousov
Author: kib Date: Wed Sep 16 21:24:34 2020 New Revision: 365809 URL: https://svnweb.freebsd.org/changeset/base/365809 Log: Style. Sponsored by: The FreeBSD Foundation MFC after:3 days Modified: head/sys/fs/tmpfs/tmpfs_subr.c head/sys/fs/tmpfs/tmpfs_vnops.c Modified:

svn commit: r365807 - in head: contrib/llvm-project/clang/include/clang/AST contrib/llvm-project/clang/include/clang/Basic contrib/llvm-project/clang/lib/AST contrib/llvm-project/clang/lib/Basic co...

2020-09-16 Thread Dimitry Andric
Author: dim Date: Wed Sep 16 16:58:29 2020 New Revision: 365807 URL: https://svnweb.freebsd.org/changeset/base/365807 Log: Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp release/11.x llvmorg-11.0.0-rc2-91-g6e042866c30. MFC after:6 weeks X-MFC-With:

svn commit: r365801 - head/sys/net

2020-09-16 Thread Mitchell Horne
Author: mhorne Date: Wed Sep 16 14:45:16 2020 New Revision: 365801 URL: https://svnweb.freebsd.org/changeset/base/365801 Log: if_media: definitions for 40GE LM4 ethernet media type Reviewed by: erj Sponsored by: NetApp, Inc. Sponsored by: Klara, Inc. Differential Revision:

svn commit: r365796 - head/sys/conf

2020-09-16 Thread Mark Johnston
Author: markj Date: Wed Sep 16 13:51:47 2020 New Revision: 365796 URL: https://svnweb.freebsd.org/changeset/base/365796 Log: Move PLTs to the beginning of amd64 kernel modules. As with .text, the aim is to ensure that executable sections are segregated from the rest, to avoid creation of

svn commit: r365793 - head/contrib/netbsd-tests/fs/tmpfs

2020-09-16 Thread Li-Wen Hsu
Author: lwhsu Date: Wed Sep 16 09:58:15 2020 New Revision: 365793 URL: https://svnweb.freebsd.org/changeset/base/365793 Log: Temporarily skip sys.fs.tmpfs.times_test.{empty,non_empty} in CI PR: 249362 Sponsored by: The FreeBSD Foundation Modified:

svn commit: r365791 - head/share/misc

2020-09-16 Thread Baptiste Daroussin
Author: bapt Date: Wed Sep 16 07:30:18 2020 New Revision: 365791 URL: https://svnweb.freebsd.org/changeset/base/365791 Log: Update to 2020.08.19 MFC after:3 days Modified: head/share/misc/pci_vendors Modified: head/share/misc/pci_vendors

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

2020-09-16 Thread Warner Losh
Author: imp Date: Wed Sep 16 06:02:30 2020 New Revision: 365790 URL: https://svnweb.freebsd.org/changeset/base/365790 Log: Use standard bool type, instead of non-standard boolean_t Modified: head/sys/kern/subr_bus.c head/sys/sys/devctl.h Modified: head/sys/kern/subr_bus.c