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
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
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,
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
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
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
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
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
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
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
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
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,
oh wait this is on iwm, not iwx? interesting!
Ok, lemme go do the same thing to sequence numbers and iwm. stay tuned.
-a
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
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
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
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
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
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
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
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
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
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
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
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
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
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
27 matches
Mail list logo