Re: git: 31ec8b6407fd - main - sys/netinet6: Implement RFC 7217

2025-09-21 Thread Herbert J. Skuhra
On Mon, 22 Sep 2025 02:26:12 +0200, Guido Falsi wrote: > > On 9/22/25 01:00, Gleb Smirnoff wrote: > > On Sun, Sep 21, 2025 at 09:17:15PM +0200, Guido Falsi wrote: > > G> > Is struct nd_ifinfo something that is used as argument to ioctl(2)? > > G> > If so, then adding counter_u64_t into it is not c

git: 0143af8499ca - main - Revert "ifconfig: Display the IFCAP_NV capability without netlink"

2025-09-21 Thread Zhenlei Huang
The branch main has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=0143af8499cacfe5787ad3902a714bbdab4c8b28 commit 0143af8499cacfe5787ad3902a714bbdab4c8b28 Author: Zhenlei Huang AuthorDate: 2025-09-22 04:45:48 + Commit: Zhenlei Huang CommitDate: 2025-09-22 04:51

Re: git: 31ec8b6407fd - main - sys/netinet6: Implement RFC 7217

2025-09-21 Thread Guido Falsi
On 9/22/25 01:00, Gleb Smirnoff wrote: On Sun, Sep 21, 2025 at 09:17:15PM +0200, Guido Falsi wrote: G> > Is struct nd_ifinfo something that is used as argument to ioctl(2)? G> > If so, then adding counter_u64_t into it is not correct. G> > G> > I would suggest to not revert the change as a whole,

Re: git: 31ec8b6407fd - main - sys/netinet6: Implement RFC 7217

2025-09-21 Thread Gleb Smirnoff
On Sun, Sep 21, 2025 at 09:17:15PM +0200, Guido Falsi wrote: G> > Is struct nd_ifinfo something that is used as argument to ioctl(2)? G> > If so, then adding counter_u64_t into it is not correct. G> > G> > I would suggest to not revert the change as a whole, but remove the G> > counter only and br

git: 52c4b76d1dd3 - main - crypto/openssl: fix importing new versions from pristine trees

2025-09-21 Thread Enji Cooper
The branch main has been updated by ngie: URL: https://cgit.FreeBSD.org/src/commit/?id=52c4b76d1dd385fbe33b78172e39a10749b83d13 commit 52c4b76d1dd385fbe33b78172e39a10749b83d13 Author: Enji Cooper AuthorDate: 2025-09-17 05:57:32 + Commit: Enji Cooper CommitDate: 2025-09-21 22:36:24

Re: git: 31ec8b6407fd - main - sys/netinet6: Implement RFC 7217

2025-09-21 Thread Guido Falsi
On 9/21/25 20:56, Gleb Smirnoff wrote: On Sun, Sep 21, 2025 at 06:02:24PM +0200, Guido Falsi wrote: G> A C program would have included the system include and noticed the change, G> but this software has hardcoded the struct in go code and requires G> patching. G> G> I'm attaching a simple patch f

Re: git: 785edcc2af5a - main - net80211: convert the rest of the native net80211 drivers to SEQNO_OFFLOAD

2025-09-21 Thread Adrian Chadd
On Sun, 21 Sept 2025 at 11:09, Gleb Smirnoff wrote: > On Sun, Sep 21, 2025 at 10:24:05AM -0700, Adrian Chadd wrote: > A> hi! > A> > A> ok, please try: https://reviews.freebsd.org/D52664 > A> > A> that should bring the explicit sequence number assignment back for all > A> iwm(4) NICs, even if firm

Re: git: 31ec8b6407fd - main - sys/netinet6: Implement RFC 7217

2025-09-21 Thread Gleb Smirnoff
On Sun, Sep 21, 2025 at 06:02:24PM +0200, Guido Falsi wrote: G> A C program would have included the system include and noticed the change, G> but this software has hardcoded the struct in go code and requires G> patching. G> G> I'm attaching a simple patch for the ports tree for this port, it comp

git: 5e49712ca8fe - main - iwm: assign sequence numbers even if we ask the firmware to override

2025-09-21 Thread Adrian Chadd
The branch main has been updated by adrian: URL: https://cgit.FreeBSD.org/src/commit/?id=5e49712ca8fef53262f2f6769c119f27e0e175ee commit 5e49712ca8fef53262f2f6769c119f27e0e175ee Author: Adrian Chadd AuthorDate: 2025-09-21 17:21:34 + Commit: Adrian Chadd CommitDate: 2025-09-21 18:30

Re: git: 785edcc2af5a - main - net80211: convert the rest of the native net80211 drivers to SEQNO_OFFLOAD

2025-09-21 Thread Gleb Smirnoff
On Sun, Sep 21, 2025 at 10:24:05AM -0700, Adrian Chadd wrote: A> hi! A> A> ok, please try: https://reviews.freebsd.org/D52664 A> A> that should bring the explicit sequence number assignment back for all A> iwm(4) NICs, even if firmware then overrides it. Yes, applying that on top of unmodified m

git: 522455887078 - main - iwx: re-add sequence numbers for non-AMPDU, preserving previous behaviour

2025-09-21 Thread Adrian Chadd
The branch main has been updated by adrian: URL: https://cgit.FreeBSD.org/src/commit/?id=52245588707851f3175551bf3934e206ca2b6ad7 commit 52245588707851f3175551bf3934e206ca2b6ad7 Author: Adrian Chadd AuthorDate: 2025-09-21 01:55:00 + Commit: Adrian Chadd CommitDate: 2025-09-21 17:47

Re: git: 785edcc2af5a - main - net80211: convert the rest of the native net80211 drivers to SEQNO_OFFLOAD

2025-09-21 Thread Adrian Chadd
hi! ok, please try: https://reviews.freebsd.org/D52664 that should bring the explicit sequence number assignment back for all iwm(4) NICs, even if firmware then overrides it. -adrian On Sun, 21 Sept 2025 at 10:18, Adrian Chadd wrote: > oh wait this is on iwm, not iwx? interesting! > > Ok,

Re: git: 785edcc2af5a - main - net80211: convert the rest of the native net80211 drivers to SEQNO_OFFLOAD

2025-09-21 Thread Adrian Chadd
oh wait this is on iwm, not iwx? interesting! Ok, lemme go do the same thing to sequence numbers and iwm. stay tuned. -a

Re: git: 785edcc2af5a - main - net80211: convert the rest of the native net80211 drivers to SEQNO_OFFLOAD

2025-09-21 Thread Adrian Chadd
On Sun, 21 Sept 2025 at 01:29, Gleb Smirnoff wrote: > Hi, > > On Sat, Sep 20, 2025 at 12:47:38AM +, Adrian Chadd wrote: > A> commit 785edcc2af5ae32c24f5caf5b9552f62bdae33ee > A> Author: Adrian Chadd > A> AuthorDate: 2025-06-10 04:22:10 + > A> Commit: Adrian Chadd > A> CommitDa

git: 595acb29a35f - main - ifconfig: Display the IFCAP_HWSTATS capability without netlink

2025-09-21 Thread Zhenlei Huang
The branch main has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=595acb29a35f36a4fc08b89d3a476f16c1d108b4 commit 595acb29a35f36a4fc08b89d3a476f16c1d108b4 Author: Zhenlei Huang AuthorDate: 2025-09-21 16:47:45 + Commit: Zhenlei Huang CommitDate: 2025-09-21 16:47

git: 0c1684dd456e - main - ifconfig: Display the IFCAP_NV capability without netlink

2025-09-21 Thread Zhenlei Huang
The branch main has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=0c1684dd456e3df306b359b04e61f9f2048d9ff2 commit 0c1684dd456e3df306b359b04e61f9f2048d9ff2 Author: Zhenlei Huang AuthorDate: 2025-09-21 16:47:45 + Commit: Zhenlei Huang CommitDate: 2025-09-21 16:47

Re: git: 31ec8b6407fd - main - sys/netinet6: Implement RFC 7217

2025-09-21 Thread Herbert J. Skuhra
On Sun, 21 Sep 2025 18:02:24 +0200, Guido Falsi wrote: > > Yes, I now see recompiling would not have helped in this case. > > A C program would have included the system include and noticed the > change, but this software has hardcoded the struct in go code and > requires patching. > > I'm attac

Re: git: 31ec8b6407fd - main - sys/netinet6: Implement RFC 7217

2025-09-21 Thread Guido Falsi
On 9/21/25 13:49, Herbert J. Skuhra wrote: On Sun, 21 Sep 2025 12:44:42 +0200, Guido Falsi wrote: On 9/21/25 11:58, Guido Falsi wrote: On 9/21/25 00:17, Herbert J. Skuhra wrote: On Sat, 20 Sep 2025 14:31:52 +0200, Guido Falsi wrote: The branch main has been updated by madpilot: URL: https

git: 2b8bfdcad1f4 - main - Revert ".cirrus.yml: Reenable CI with pre-commit CI scripts"

2025-09-21 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=2b8bfdcad1f46076eaf40938634538fbcb13cb1c commit 2b8bfdcad1f46076eaf40938634538fbcb13cb1c Author: Ed Maste AuthorDate: 2025-09-19 14:09:48 + Commit: Ed Maste CommitDate: 2025-09-21 13:34:30 +000

Re: git: 31ec8b6407fd - main - sys/netinet6: Implement RFC 7217

2025-09-21 Thread Guido Falsi
On 9/21/25 11:58, Guido Falsi wrote: On 9/21/25 00:17, Herbert J. Skuhra wrote: On Sat, 20 Sep 2025 14:31:52 +0200, Guido Falsi wrote: The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/src/commit/? id=31ec8b6407fdd5a87d70265762457c67ce618283 commit 31ec8b6407fdd5a

git: 66e7f048f0c8 - main - moused(8): Start moused with devd

2025-09-21 Thread Vladimir Kondratyev
The branch main has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=66e7f048f0c8e9e726738fadd9dc819bfda3cbfe commit 66e7f048f0c8e9e726738fadd9dc819bfda3cbfe Author: Vladimir Kondratyev AuthorDate: 2025-09-21 13:14:49 + Commit: Vladimir Kondratyev CommitDate: 2025

git: 1335bf5ce1c9 - main - moused(8): Add command line option to restrict interface type

2025-09-21 Thread Vladimir Kondratyev
The branch main has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=1335bf5ce1c9f0bf15c1fbed502f49e5a4950e32 commit 1335bf5ce1c9f0bf15c1fbed502f49e5a4950e32 Author: Vladimir Kondratyev AuthorDate: 2025-09-21 13:14:48 + Commit: Vladimir Kondratyev CommitDate: 2025

Re: git: 31ec8b6407fd - main - sys/netinet6: Implement RFC 7217

2025-09-21 Thread Herbert J. Skuhra
On Sun, 21 Sep 2025 12:44:42 +0200, Guido Falsi wrote: > > On 9/21/25 11:58, Guido Falsi wrote: > > On 9/21/25 00:17, Herbert J. Skuhra wrote: > >> On Sat, 20 Sep 2025 14:31:52 +0200, Guido Falsi wrote: > >>> > >>> The branch main has been updated by madpilot: > >>> > >>> URL: https://cgit.Free

Re: git: 31ec8b6407fd - main - sys/netinet6: Implement RFC 7217

2025-09-21 Thread Guido Falsi
On 9/21/25 00:17, Herbert J. Skuhra wrote: On Sat, 20 Sep 2025 14:31:52 +0200, Guido Falsi wrote: The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/src/commit/?id=31ec8b6407fdd5a87d70265762457c67ce618283 commit 31ec8b6407fdd5a87d70265762457c67ce618283 Author: Gu

git: 6ef1bf8f3460 - main - stress2: Do not follow symbolic links

2025-09-21 Thread Peter Holm
The branch main has been updated by pho: URL: https://cgit.FreeBSD.org/src/commit/?id=6ef1bf8f34605c1ffce1e5643e95213a9943c7df commit 6ef1bf8f34605c1ffce1e5643e95213a9943c7df Author: Peter Holm AuthorDate: 2025-09-21 09:12:46 + Commit: Peter Holm CommitDate: 2025-09-21 09:12:46 +00

git: b1442e6b8d34 - main - stress2: Limit disk usage to avoid a disk full message

2025-09-21 Thread Peter Holm
The branch main has been updated by pho: URL: https://cgit.FreeBSD.org/src/commit/?id=b1442e6b8d34971d3311e08dc72cafc6649c27db commit b1442e6b8d34971d3311e08dc72cafc6649c27db Author: Peter Holm AuthorDate: 2025-09-21 09:14:07 + Commit: Peter Holm CommitDate: 2025-09-21 09:14:07 +00

Re: git: 785edcc2af5a - main - net80211: convert the rest of the native net80211 drivers to SEQNO_OFFLOAD

2025-09-21 Thread Gleb Smirnoff
Hi, On Sat, Sep 20, 2025 at 12:47:38AM +, Adrian Chadd wrote: A> commit 785edcc2af5ae32c24f5caf5b9552f62bdae33ee A> Author: Adrian Chadd A> AuthorDate: 2025-06-10 04:22:10 + A> Commit: Adrian Chadd A> CommitDate: 2025-09-20 00:42:45 + A> A> net80211: convert the rest o