Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75 [separate aarch64 panic for zpool import]

2023-04-07 Thread Mark Millard
On Apr 7, 2023, at 16:29, Kyle Evans wrote: > On Fri, Apr 7, 2023 at 4:54 PM Mateusz Guzik wrote: >> >> On 4/7/23, Mark Millard wrote: >>> On Apr 7, 2023, at 14:26, Mateusz Guzik wrote: >>> On 4/7/23, Mateusz Guzik wrote: > can you try with this: > > diff --git > a/sys

git: 182b21d46276 - main - openzfs: adopt to the new vn_lock_pair() interface

2023-04-07 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=182b21d4627655ff95f9ecd8a8e1066184391f16 commit 182b21d4627655ff95f9ecd8a8e1066184391f16 Author: Konstantin Belousov AuthorDate: 2023-04-07 23:37:20 + Commit: Konstantin Belousov CommitDate: 2023-

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75 [separate aarch64 panic for zpool import]

2023-04-07 Thread Kyle Evans
On Fri, Apr 7, 2023 at 4:54 PM Mateusz Guzik wrote: > > On 4/7/23, Mark Millard wrote: > > On Apr 7, 2023, at 14:26, Mateusz Guzik wrote: > > > >> On 4/7/23, Mateusz Guzik wrote: > >>> can you try with this: > >>> > >>> diff --git > >>> a/sys/contrib/openzfs/include/os/linux/kernel/linux/simd_a

git: bb24eaea4982 - main - vn_lock_pair(): allow to request shared locking

2023-04-07 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=bb24eaea498268572aa140c35c02e02884cdf930 commit bb24eaea498268572aa140c35c02e02884cdf930 Author: Konstantin Belousov AuthorDate: 2023-04-06 04:11:08 + Commit: Konstantin Belousov CommitDate: 2023-

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75 [separate aarch64 panic for zpool import]

2023-04-07 Thread Mateusz Guzik
On 4/7/23, Mark Millard wrote: > On Apr 7, 2023, at 14:26, Mateusz Guzik wrote: > >> On 4/7/23, Mateusz Guzik wrote: >>> can you try with this: >>> >>> diff --git >>> a/sys/contrib/openzfs/include/os/linux/kernel/linux/simd_aarch64.h >>> b/sys/contrib/openzfs/include/os/linux/kernel/linux/simd_a

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75 [separate aarch64 panic for zpool import]

2023-04-07 Thread Mark Millard
On Apr 7, 2023, at 14:26, Mateusz Guzik wrote: > On 4/7/23, Mateusz Guzik wrote: >> can you try with this: >> >> diff --git >> a/sys/contrib/openzfs/include/os/linux/kernel/linux/simd_aarch64.h >> b/sys/contrib/openzfs/include/os/linux/kernel/linux/simd_aarch64.h >> index 16276b08c759..e1bca9ef

git: d6e24901349d - main - zfs: disable kernel fpu usage on arm and aarc64

2023-04-07 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=d6e24901349dc34a2f8040d67730eb2d510073ab commit d6e24901349dc34a2f8040d67730eb2d510073ab Author: Mateusz Guzik AuthorDate: 2023-04-07 21:44:49 + Commit: Mateusz Guzik CommitDate: 2023-04-07 21:44:

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75 [separate aarch64 panic for zpool import]

2023-04-07 Thread Mateusz Guzik
On 4/7/23, Mateusz Guzik wrote: > can you try with this: > > diff --git > a/sys/contrib/openzfs/include/os/linux/kernel/linux/simd_aarch64.h > b/sys/contrib/openzfs/include/os/linux/kernel/linux/simd_aarch64.h > index 16276b08c759..e1bca9ef140a 100644 > --- a/sys/contrib/openzfs/include/os/linux/k

Re: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75 [separate aarch64 panic for zpool import]

2023-04-07 Thread Mateusz Guzik
can you try with this: diff --git a/sys/contrib/openzfs/include/os/linux/kernel/linux/simd_aarch64.h b/sys/contrib/openzfs/include/os/linux/kernel/linux/simd_aarch64.h index 16276b08c759..e1bca9ef140a 100644 --- a/sys/contrib/openzfs/include/os/linux/kernel/linux/simd_aarch64.h +++ b/sys/contrib/o

RE: git: 2a58b312b62f - main - zfs: merge openzfs/zfs@431083f75 [separate aarch64 panic for zpool import]

2023-04-07 Thread Mark Millard
Turns out that as of this commit aarch64 (Cortex-A72 and Cortex-A57 examples reported) gets the following even when no zfs media is present (UFS boot): # zpool import x0: f0fa9168 (ucom_cons_softc + efbf1bb8) x1: ff90 ($d.1 + afa318) x2: ff900400 ($d.1 + afa718) x3:

git: 02e6e8d21894 - main - vfs: extend vn_printf with vop vector

2023-04-07 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=02e6e8d21894b2888fe16fa1c530a93b8578f89e commit 02e6e8d21894b2888fe16fa1c530a93b8578f89e Author: Mateusz Guzik AuthorDate: 2023-04-07 20:14:15 + Commit: Mateusz Guzik CommitDate: 2023-04-07 20:39:

git: 26b964875014 - main - vfs: more informative panic for missing fplookup ops

2023-04-07 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=26b964875014a0d61f765428b1cb2768917f693c commit 26b964875014a0d61f765428b1cb2768917f693c Author: Mateusz Guzik AuthorDate: 2023-04-07 19:48:33 + Commit: Mateusz Guzik CommitDate: 2023-04-07 20:39:

git: 4032c388146b - main - ufs: add missing vop_fplookup ops to fifo vectors

2023-04-07 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=4032c388146b75f828d9d86f6603529f3fe84044 commit 4032c388146b75f828d9d86f6603529f3fe84044 Author: Mateusz Guzik AuthorDate: 2023-04-07 20:05:58 + Commit: Mateusz Guzik CommitDate: 2023-04-07 20:39:

git: 4adb28c0abfa - main - nfscl: Fix support for doing Null RPCs

2023-04-07 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=4adb28c0abfa3b8d076c7249f61a093c6eb9dac2 commit 4adb28c0abfa3b8d076c7249f61a093c6eb9dac2 Author: Rick Macklem AuthorDate: 2023-04-07 19:57:26 + Commit: Rick Macklem CommitDate: 2023-04-07 19:

git: ff2f1f691cdb - main - nfsd: Add support for the SP4_MACH_CRED case in ExchangeID

2023-04-07 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=ff2f1f691cdb376be70b9579d2f9c91b06ac839d commit ff2f1f691cdb376be70b9579d2f9c91b06ac839d Author: Rick Macklem AuthorDate: 2023-04-07 19:49:23 + Commit: Rick Macklem CommitDate: 2023-04-07 19:

git: 66fbc19fbd7c - main - tcp: pass tcpcb in the tfb_tcp_ctloutput() method instead of inpcb

2023-04-07 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=66fbc19fbd7c75fae619ead787d90242d96cc002 commit 66fbc19fbd7c75fae619ead787d90242d96cc002 Author: Gleb Smirnoff AuthorDate: 2023-04-07 19:18:10 + Commit: Gleb Smirnoff CommitDate: 2023-04-07 19

git: 35bc0bcc5192 - main - tcp: reduce argument list to functions that pass a segment

2023-04-07 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=35bc0bcc5192c68412de9fbf76201d602dd219ca commit 35bc0bcc5192c68412de9fbf76201d602dd219ca Author: Gleb Smirnoff AuthorDate: 2023-04-07 19:18:05 + Commit: Gleb Smirnoff CommitDate: 2023-04-07 19

git: de4368dd84a0 - main - tcp: retire tfb_tcp_hpts_do_segment()

2023-04-07 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=de4368dd84a0b3eec8069489e212b1c951f4bb4b commit de4368dd84a0b3eec8069489e212b1c951f4bb4b Author: Gleb Smirnoff AuthorDate: 2023-04-07 19:18:02 + Commit: Gleb Smirnoff CommitDate: 2023-04-07 19

git: 5e2e3615d91f - main - netinet tests: test carp source MAC address

2023-04-07 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=5e2e3615d91f9c0c688987915ff5c8de23c22bde commit 5e2e3615d91f9c0c688987915ff5c8de23c22bde Author: Kristof Provost AuthorDate: 2023-04-06 16:10:27 + Commit: Kristof Provost CommitDate: 2023-04-07 15:

git: 20be1b4fc4b7 - main - zfs: try to fallback early if can't do optimized copy

2023-04-07 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=20be1b4fc4b72f10d5f9411e5bbde0f46a98be5b commit 20be1b4fc4b72f10d5f9411e5bbde0f46a98be5b Author: Mateusz Guzik AuthorDate: 2023-04-05 20:42:28 + Commit: Mateusz Guzik CommitDate: 2023-04-07 15:47:

git: d012836fb616 - main - zfs: fix up EXDEV handling for clone_range

2023-04-07 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=d012836fb61654942c9d573c8e0f9def598d4ae2 commit d012836fb61654942c9d573c8e0f9def598d4ae2 Author: Mateusz Guzik AuthorDate: 2023-04-05 20:27:12 + Commit: Mateusz Guzik CommitDate: 2023-04-07 15:46:

git: 2d3614fb132b - main - bridge: Log MAC address port flapping

2023-04-07 Thread Zhenlei Huang
The branch main has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=2d3614fb132b1cb8efd1e0accdd0c98ce6893efa commit 2d3614fb132b1cb8efd1e0accdd0c98ce6893efa Author: Zhenlei Huang AuthorDate: 2023-04-07 14:25:41 + Commit: Zhenlei Huang CommitDate: 2023-04-07 14:25

git: 09e5e3d59860 - main - ifconfig: Fix configuring if_bridge with additional operating parameters

2023-04-07 Thread Zhenlei Huang
The branch main has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=09e5e3d598604167c1fb05e5cd0f41ed83314517 commit 09e5e3d598604167c1fb05e5cd0f41ed83314517 Author: Zhenlei Huang AuthorDate: 2023-04-07 14:25:41 + Commit: Zhenlei Huang CommitDate: 2023-04-07 14:25

git: 945f9a7cc9dc - main - tcp: misc cleanup of options for rack as well as socket option logging.

2023-04-07 Thread Randall Stewart
The branch main has been updated by rrs: URL: https://cgit.FreeBSD.org/src/commit/?id=945f9a7cc9dcc071bfcc702748fbbb11087ae773 commit 945f9a7cc9dcc071bfcc702748fbbb11087ae773 Author: Randall Stewart AuthorDate: 2023-04-07 14:15:29 + Commit: Randall Stewart CommitDate: 2023-04-07 14