git: f291fa658efd..17b2ae0b24d4 - vendor/openzfs/master - vendor branch updated

2022-01-22 Thread Martin Matuska
The branch vendor/openzfs/master has been updated by mm: URL: https://cgit.FreeBSD.org/src/log/?id=f291fa658efd..17b2ae0b24d4 2300621dc745 systemd: add weekly and monthly scrub timers f6a0dac84af2 zfs list: Allow more fields in ZFS_ITER_SIMPLE mode 92a9e8c61813 FreeBSD: Provide correct file gener

Re: git: 02ea6033020e - main - LinuxKPI: Allow spin_lock_irqsave to be called within a critical section

2022-01-22 Thread Hans Petter Selasky
On 1/19/22 23:02, Vladimir Kondratyev wrote: On 19.01.2022 12:50, Hans Petter Selasky wrote: On 1/18/22 22:35, Vladimir Kondratyev wrote: Any ideas how to avoid it in a generic way? Hi, On a non-SMP system this will lead to deadlock. Is it possible you can pre-lock this spin lock earlier,

git: 889c60500d30 - main - ip_mroute: release epoch lock if mrouter is not configured

2022-01-22 Thread Wojciech Macek
The branch main has been updated by wma: URL: https://cgit.FreeBSD.org/src/commit/?id=889c60500d30c8fd3cbf597fd73d5cd90f5fc7e7 commit 889c60500d30c8fd3cbf597fd73d5cd90f5fc7e7 Author: Wojciech Macek AuthorDate: 2022-01-22 10:47:39 + Commit: Wojciech Macek CommitDate: 2022-01-22 10:4

Re: git: 02ea6033020e - main - LinuxKPI: Allow spin_lock_irqsave to be called within a critical section

2022-01-22 Thread Vladimir Kondratyev
On 22.01.2022 12:49, Hans Petter Selasky wrote: On 1/19/22 23:02, Vladimir Kondratyev wrote: On 19.01.2022 12:50, Hans Petter Selasky wrote: On 1/18/22 22:35, Vladimir Kondratyev wrote: Any ideas how to avoid it in a generic way? Hi, On a non-SMP system this will lead to deadlock. Is it p

git: f89afaa148f1 - main - port_conflicts_check.lua: revert commit 82bfeeff10da

2022-01-22 Thread Stefan Eßer
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/src/commit/?id=f89afaa148f183964ffdf708910d1c2e2f19d274 commit f89afaa148f183964ffdf708910d1c2e2f19d274 Author: Stefan Eßer AuthorDate: 2022-01-22 12:08:15 + Commit: Stefan Eßer CommitDate: 2022-01-22 12:08:15 +0

Re: git: 889c60500d30 - main - ip_mroute: release epoch lock if mrouter is not configured

2022-01-22 Thread Kristof Provost
I think there’s an early return in ip_mroiter_done() that doesn’t unlock as well. I’m also unsure if epoch provides the protection you’re looking for. Kristof (On mobile, so short and no code pointers) > On 22 Jan 2022, at 11:49, Wojciech Macek wrote: > > The branch main has been updated b

git: 0daa28057c6c - main - ip_mroute: add unlock in early-exit

2022-01-22 Thread Wojciech Macek
The branch main has been updated by wma: URL: https://cgit.FreeBSD.org/src/commit/?id=0daa28057c6c323f8def0a1c78fadb789b63fd27 commit 0daa28057c6c323f8def0a1c78fadb789b63fd27 Author: Wojciech Macek AuthorDate: 2022-01-22 13:47:47 + Commit: Wojciech Macek CommitDate: 2022-01-22 13:4

git: 3de96d664aaa - main - vm_pageout_scans: correct detection of active object

2022-01-22 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=3de96d664aaaf8e3fb1ca4fc4bd864d2cf734b24 commit 3de96d664aaaf8e3fb1ca4fc4bd864d2cf734b24 Author: Konstantin Belousov AuthorDate: 2022-01-16 20:18:21 + Commit: Konstantin Belousov CommitDate: 2022-

git: 55a0aa21628a - main - p_candebug(), p_cansee(): always allow for curproc

2022-01-22 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=55a0aa21628ad7b3bd8d6a42e51d79867d8996a9 commit 55a0aa21628ad7b3bd8d6a42e51d79867d8996a9 Author: Konstantin Belousov AuthorDate: 2022-01-21 15:29:17 + Commit: Konstantin Belousov CommitDate: 2022-

git: fe6db7270819 - main - Add security.bsd.allow_ptrace sysctl

2022-01-22 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=fe6db727081936c43250f97a4ff4b9de20eb0091 commit fe6db727081936c43250f97a4ff4b9de20eb0091 Author: Konstantin Belousov AuthorDate: 2022-01-21 21:52:35 + Commit: Konstantin Belousov CommitDate: 2022-

git: a393644ecbf0 - main - ptrace(2): document policies affecting access to the facility

2022-01-22 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=a393644ecbf05e27d613426cea524e1672aa339d commit a393644ecbf05e27d613426cea524e1672aa339d Author: Konstantin Belousov AuthorDate: 2022-01-21 23:26:23 + Commit: Konstantin Belousov CommitDate: 2022-

git: 2075d00fabb6 - main - hwpmc: drop 0x before %p printf format string

2022-01-22 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=2075d00fabb6d6a76c4829b9e027a496f04262b0 commit 2075d00fabb6d6a76c4829b9e027a496f04262b0 Author: Ed Maste AuthorDate: 2022-01-17 01:27:15 + Commit: Ed Maste CommitDate: 2022-01-22 18:39:05 +000

git: 6f6fbfa3a835 - main - Remove quotes around Makefile .error/.warn/.info strings

2022-01-22 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=6f6fbfa3a83578332f5605a97108ef28d6726c29 commit 6f6fbfa3a83578332f5605a97108ef28d6726c29 Author: Ed Maste AuthorDate: 2022-01-15 21:20:24 + Commit: Ed Maste CommitDate: 2022-01-22 19:03:07 +000

git: c8ddc214cf76 - stable/13 - LinuxKPI: Import some linux/rbtree.h functions from OpenBSD

2022-01-22 Thread Vladimir Kondratyev
The branch stable/13 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=c8ddc214cf76785e99358a92700f68c148d63365 commit c8ddc214cf76785e99358a92700f68c148d63365 Author: Vladimir Kondratyev AuthorDate: 2021-11-05 11:43:31 + Commit: Vladimir Kondratyev CommitDate:

git: 10cb54117ee2 - stable/13 - LinuxKPI: Implement interval_tree

2022-01-22 Thread Vladimir Kondratyev
The branch stable/13 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=10cb54117ee26ec57b6ba3b551a2212ffdbb06ac commit 10cb54117ee26ec57b6ba3b551a2212ffdbb06ac Author: Vladimir Kondratyev AuthorDate: 2021-11-06 10:07:02 + Commit: Vladimir Kondratyev CommitDate:

git: e2cc6a467ffc - stable/13 - LinuxKPI: Add clflush argument type conversion wrapper

2022-01-22 Thread Vladimir Kondratyev
The branch stable/13 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=e2cc6a467ffceba665f2a47e698ed840bb5f2ef3 commit e2cc6a467ffceba665f2a47e698ed840bb5f2ef3 Author: Vladimir Kondratyev AuthorDate: 2021-11-15 14:48:17 + Commit: Vladimir Kondratyev CommitDate:

git: b3407b54d386 - stable/13 - LinuxKPI: Implement clflush_cache_range()

2022-01-22 Thread Vladimir Kondratyev
The branch stable/13 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=b3407b54d38697cae7d6707d828c785e0cf92852 commit b3407b54d38697cae7d6707d828c785e0cf92852 Author: Vladimir Kondratyev AuthorDate: 2021-11-15 15:06:50 + Commit: Vladimir Kondratyev CommitDate:

git: bc3e9499ca5b - stable/13 - LinuxKPI: Implement dev_driver_string()

2022-01-22 Thread Vladimir Kondratyev
The branch stable/13 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=bc3e9499ca5bcff65884c41ce73bfe67db531d8a commit bc3e9499ca5bcff65884c41ce73bfe67db531d8a Author: Vladimir Kondratyev AuthorDate: 2021-11-15 15:09:14 + Commit: Vladimir Kondratyev CommitDate:

git: b30c7948546b - stable/13 - LinuxKPI: Implement kstrtoull

2022-01-22 Thread Vladimir Kondratyev
The branch stable/13 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=b30c7948546bed2f4f6e3a0f5c5dc0337ce06acf commit b30c7948546bed2f4f6e3a0f5c5dc0337ce06acf Author: Vladimir Kondratyev AuthorDate: 2021-11-23 08:32:38 + Commit: Vladimir Kondratyev CommitDate:

git: 9e736b8b8a1e - stable/13 - LinuxKPI: Implement default sysfs kobject attribute operations

2022-01-22 Thread Vladimir Kondratyev
The branch stable/13 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=9e736b8b8a1ec017a4c977385a3e2a33e4b54670 commit 9e736b8b8a1ec017a4c977385a3e2a33e4b54670 Author: Vladimir Kondratyev AuthorDate: 2021-11-23 09:09:42 + Commit: Vladimir Kondratyev CommitDate:

git: 8dc3f129c4c7 - stable/13 - LinuxKPI: Add support for XA_FLAGS_ALLOC1 xarray flag

2022-01-22 Thread Vladimir Kondratyev
The branch stable/13 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=8dc3f129c4c7bf980bf744d7fa0aa2cb79c7234e commit 8dc3f129c4c7bf980bf744d7fa0aa2cb79c7234e Author: Vladimir Kondratyev AuthorDate: 2021-11-24 00:05:40 + Commit: Vladimir Kondratyev CommitDate:

git: 1cf90ce2414d - stable/13 - LinuxKPI: Make lockdep*_pin_lock macros useable for drm-kmod

2022-01-22 Thread Vladimir Kondratyev
The branch stable/13 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=1cf90ce2414d8c9c1c0cecaae9484a57951c1123 commit 1cf90ce2414d8c9c1c0cecaae9484a57951c1123 Author: Vladimir Kondratyev AuthorDate: 2021-12-03 13:38:19 + Commit: Vladimir Kondratyev CommitDate:

git: 6fda5ef279db - stable/13 - LinuxKPI: Add stdarg.h proxy header

2022-01-22 Thread Vladimir Kondratyev
The branch stable/13 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=6fda5ef279dbfd829185677e970168d765de6bd7 commit 6fda5ef279dbfd829185677e970168d765de6bd7 Author: Vladimir Kondratyev AuthorDate: 2021-12-04 10:00:53 + Commit: Vladimir Kondratyev CommitDate:

git: b4f5d92c8849 - stable/13 - LinuxKPI: Implement smp_*mb barriers with atomic_thread_fence_*

2022-01-22 Thread Vladimir Kondratyev
The branch stable/13 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=b4f5d92c88496e45bf7353e12120205c1c720565 commit b4f5d92c88496e45bf7353e12120205c1c720565 Author: Vladimir Kondratyev AuthorDate: 2021-07-04 14:13:09 + Commit: Vladimir Kondratyev CommitDate:

git: df10d8c66781 - stable/13 - LinuxKPI: Add some typical header pollution

2022-01-22 Thread Vladimir Kondratyev
The branch stable/13 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=df10d8c66781b4190fb1f03faafa247b1576fb8e commit df10d8c66781b4190fb1f03faafa247b1576fb8e Author: Vladimir Kondratyev AuthorDate: 2021-12-04 10:00:53 + Commit: Vladimir Kondratyev CommitDate:

git: d93c8a4d5a3f - stable/13 - LinuxKPI: Convert schedule() to inlined function

2022-01-22 Thread Vladimir Kondratyev
The branch stable/13 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=d93c8a4d5a3fb47fc0d1d9bbd752df5128a2809b commit d93c8a4d5a3fb47fc0d1d9bbd752df5128a2809b Author: Vladimir Kondratyev AuthorDate: 2021-12-03 15:12:50 + Commit: Vladimir Kondratyev CommitDate:

git: a692caea30d0 - stable/13 - LinuxKPI: Move kfree_async() functionality in to kfree()

2022-01-22 Thread Vladimir Kondratyev
The branch stable/13 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=a692caea30d08c0627d4ee924589f625efbefd73 commit a692caea30d08c0627d4ee924589f625efbefd73 Author: Vladimir Kondratyev AuthorDate: 2021-11-15 13:53:02 + Commit: Vladimir Kondratyev CommitDate:

git: 1e467a609aa9 - stable/13 - LinuxKPI: Import linux/jump_label.h

2022-01-22 Thread Vladimir Kondratyev
The branch stable/13 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=1e467a609aa9598c0777ecaaac8da05ed43a37c5 commit 1e467a609aa9598c0777ecaaac8da05ed43a37c5 Author: Vladimir Kondratyev AuthorDate: 2021-12-06 07:59:49 + Commit: Vladimir Kondratyev CommitDate:

git: b42bc4d602ff - stable/13 - LinuxKPI: Add static_cpu_has() implementation

2022-01-22 Thread Vladimir Kondratyev
The branch stable/13 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=b42bc4d602fff9f29e9b249f2b6f1961d12185fd commit b42bc4d602fff9f29e9b249f2b6f1961d12185fd Author: Vladimir Kondratyev AuthorDate: 2021-12-06 10:18:03 + Commit: Vladimir Kondratyev CommitDate:

git: 0576a1c27778 - stable/13 - LinuxKPI: Implement efi_enabled(EFI_BOOT)

2022-01-22 Thread Vladimir Kondratyev
The branch stable/13 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=0576a1c2777885a31260f0f5b8895a3e3e088096 commit 0576a1c2777885a31260f0f5b8895a3e3e088096 Author: Vladimir Kondratyev AuthorDate: 2021-12-06 10:14:36 + Commit: Vladimir Kondratyev CommitDate:

git: 64a0cd9aaea2 - stable/13 - LinuxKPI: Add linux/capability.h header

2022-01-22 Thread Vladimir Kondratyev
The branch stable/13 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=64a0cd9aaea2a0074cfb7759cb898f8e93bf515c commit 64a0cd9aaea2a0074cfb7759cb898f8e93bf515c Author: Vladimir Kondratyev AuthorDate: 2021-12-08 21:04:31 + Commit: Vladimir Kondratyev CommitDate:

git: 272f8b9c280b - stable/13 - LinuxKPI: Add readx_poll_timeout wrapper

2022-01-22 Thread Vladimir Kondratyev
The branch stable/13 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=272f8b9c280b1e3d554cf62091ed113e1a932eb3 commit 272f8b9c280b1e3d554cf62091ed113e1a932eb3 Author: Vladimir Kondratyev AuthorDate: 2021-12-06 20:32:51 + Commit: Vladimir Kondratyev CommitDate:

git: 2d0694b95350 - stable/13 - LinuxKPI: Constantly use _LINUXKPI_ prefix in include guards

2022-01-22 Thread Vladimir Kondratyev
The branch stable/13 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=2d0694b9535060abcf376a7ec407093f0cd6d059 commit 2d0694b9535060abcf376a7ec407093f0cd6d059 Author: Vladimir Kondratyev AuthorDate: 2021-12-19 10:42:42 + Commit: Vladimir Kondratyev CommitDate:

git: 2db63c396d37 - stable/13 - LinuxKPI: Import linux/ratelimit.h

2022-01-22 Thread Vladimir Kondratyev
The branch stable/13 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=2db63c396d37dd9a18ba640ec76cc09085deacb8 commit 2db63c396d37dd9a18ba640ec76cc09085deacb8 Author: Vladimir Kondratyev AuthorDate: 2021-12-08 21:05:56 + Commit: Vladimir Kondratyev CommitDate:

git: 2d90567415d5 - stable/13 - LinuxKPI: Import MTRR support functions from drm-kmod

2022-01-22 Thread Vladimir Kondratyev
The branch stable/13 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=2d90567415d5b67c86df09eaeda30c40fa3483cc commit 2d90567415d5b67c86df09eaeda30c40fa3483cc Author: Vladimir Kondratyev AuthorDate: 2021-12-08 21:12:51 + Commit: Vladimir Kondratyev CommitDate:

git: ba0f2d780717 - stable/13 - LinuxKPI: Add sort() wrapper.

2022-01-22 Thread Vladimir Kondratyev
The branch stable/13 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=ba0f2d7807176f330f1fd08bf1e5a992b2f0d618 commit ba0f2d7807176f330f1fd08bf1e5a992b2f0d618 Author: Vladimir Kondratyev AuthorDate: 2021-12-25 09:15:07 + Commit: Vladimir Kondratyev CommitDate:

git: dee0854a009c - stable/13 - Bump __FreeBSD_version for LinuxKPI changes

2022-01-22 Thread Vladimir Kondratyev
The branch stable/13 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=dee0854a009cde7dcdb16ba39754237737022c8a commit dee0854a009cde7dcdb16ba39754237737022c8a Author: Vladimir Kondratyev AuthorDate: 2022-01-11 07:36:14 + Commit: Vladimir Kondratyev CommitDate:

git: ef743744f0f4 - stable/13 - LinuxKPI: Use negative bit field size to trigger BUILD_BUG_ON_ZERO

2022-01-22 Thread Vladimir Kondratyev
The branch stable/13 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=ef743744f0f4e06956fb785ed16cdc547758fefb commit ef743744f0f4e06956fb785ed16cdc547758fefb Author: Vladimir Kondratyev AuthorDate: 2021-12-25 18:42:15 + Commit: Vladimir Kondratyev CommitDate:

git: 028a372fe265 - main - gdb(4): Do not use run length encoding for 3-symbol repetitions

2022-01-22 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=028a372fe2658ccf72ed481b9e942b28a59cb178 commit 028a372fe2658ccf72ed481b9e942b28a59cb178 Author: Michał Górny AuthorDate: 2022-01-10 03:03:46 + Commit: Ed Maste CommitDate: 2022-01-22 19:46:06

git: 55358ee0b1ba - main - Make date headers in ObsoleteFiles.inc a little more consistent

2022-01-22 Thread Dimitry Andric
The branch main has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=55358ee0b1ba9816b30f30dd0717bff49f8deaaa commit 55358ee0b1ba9816b30f30dd0717bff49f8deaaa Author: Dimitry Andric AuthorDate: 2022-01-22 20:04:23 + Commit: Dimitry Andric CommitDate: 2022-01-22 20:0

git: 3c3df3660072 - main - Sort SRCS in libcxxrt's Makefile, and use += to list sources

2022-01-22 Thread Dimitry Andric
The branch main has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=3c3df3660072cd50b44aa72cbe23b0ec3341aa26 commit 3c3df3660072cd50b44aa72cbe23b0ec3341aa26 Author: Dimitry Andric AuthorDate: 2022-01-22 20:08:55 + Commit: Dimitry Andric CommitDate: 2022-01-22 20:0

git: e92ffd9b6268 - main - zfs: merge openzfs/zfs@17b2ae0b2 (master) into main

2022-01-22 Thread Martin Matuska
The branch main has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=e92ffd9b626833ebdbf2742c8ffddc6cd94b963e commit e92ffd9b626833ebdbf2742c8ffddc6cd94b963e Merge: 3c3df3660072 17b2ae0b24d4 Author: Martin Matuska AuthorDate: 2022-01-22 22:05:15 + Commit: Martin Matu