I meant this patch fixes the wrong/old values here, in the LinuxKPI. For example, IEEE80211_HT_OP_MODE_PROTECTION_NONHT_MIXED should have a value 3, not the old 0x02.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Feb 6 2024
Feb 5 2024
Feb 2 2024
Feb 1 2024
Good catch!
Jan 31 2024
This patch also fixes the wrong/old values used in sys/compat/linuxkpi/common/include/linux/ieee80211.h. thanks
Jan 29 2024
I see two "MFC after" in the summary section, and the summary section seems to contain two parts that it looks you are going to split this patch into two when you MFC it. Am I understanding correctly? Are you going to manually MFC the two parts?
Jan 24 2024
Jan 23 2024
By the way, I forgot to ask, is it also helpful to add IEEE80211_LOCK_ASSERT in lkpi_iv_update_bss()?
Jan 22 2024
Jan 19 2024
Jan 17 2024
Jan 10 2024
I think this patch as a fix is targeting 271979#c28. If I am right, I will use the reproduce method to test this patch. thanks
Jan 8 2024
Good catch!
Jan 5 2024
Jan 3 2024
Jan 2 2024
Thanks for reminding me this so that I can make the right change of 93b7818226cf in MFC.
Dec 21 2023
Thanks for the reminder.
Dec 19 2023
Looks good to me now. Thanks for the update.
Dec 18 2023
This is committed in https://cgit.freebsd.org/src/commit/?id=93b7818226cf5270646725805b4a8c17a1ad3761
Dec 15 2023
Dec 14 2023
Sorry, not sure how this is missing in my radar. Please allow one day or two to finish my review.
Dec 13 2023
Tested in Emulab.net. Looks good to me.
code update with successful test
Dec 9 2023
In D42765#979657, @imp wrote:/rescue/tar is a requirement. What's wrong with that? the whole bug is because someone tried to grab the wrong image to start with and there's going to be way more than just this one detail wrong with the running system.
Dec 7 2023
I think I have tested this method of separating packet processing and free before. But I want to make sure it is performing as expected. I will give my comment after testing.
Dec 5 2023
remove debug echo
code update based on review comment
Dec 4 2023
Add Reviewed by: carlavilla
Nov 24 2023
add reviewer fernape
Nov 1 2023
Assuming the channel input will be supported later, I accept this change.
Oct 30 2023
Oct 28 2023
Oct 17 2023
Oct 12 2023
Oct 11 2023
Oct 2 2023
My understanding too here is that CTLFLAG_NOFETCH is not used, and so is CTLFLAG_NEEDGIANT not needed.
Sep 28 2023
Click the the section of "5. Community Questions" from the "Table of Contents" (in your web page link below) does not jump to that section. Other links from the "Table of Contents" work. Please consider if this requires update.
Sep 25 2023
Please consider resolving the problems in my comments.
Sep 22 2023
In D41894#955747, @asomers wrote:If the caller provides insufficient space for the entire structure, will the kernel fail the ioctl or copy as much as it can? It looks to me like it will do the latter. That also provides backwards compatibility, as long as we don't move or delete fields. @tuexen do you accept @glebius's suggestion to directly commit to stable/14? I would like to do that because it improves the Rust story. The Rust community still has not accepted that some APIs change between versions, like 64-bit inodes. Pushing the tcp_info compatibility break to FreeBSD 15 instead of 14 will give Rust some more time to come to terms.
Sep 21 2023
Sep 20 2023
Sep 18 2023
Sep 15 2023
Sep 11 2023
Sep 8 2023
Correct a rare case when log_buf is NULL, which is returned by alq_getn().
Sep 7 2023
In D41715#952053, @rscheff wrote:In D41715#950701, @cc wrote:Thanks for having a plan to sync-up with rfc9438, which is released recently in Aug 2023 and obsoletes rfc8312.
The jump is from pre-8312 to rfc9438. I will roll at least one update with all the comments changing from 8312bis-draft-15 to rfc9438, but really some regression / performance testing of this patch would be needed. Maybe some servers can run this as patches cc_cubic and statistical data collected (Lawrence may be delighted too ... )
Sep 5 2023
Kindly remind of this change review. No need to rebase.
Sep 4 2023
Thanks for having a plan to sync-up with rfc9438, which is released recently in Aug 2023 and obsoletes rfc8312.
Sep 2 2023
Sep 1 2023
Aug 24 2023
Renew my approval after the re-base.
Jul 25 2023
adds back snprintf() with buffer length check
Jul 18 2023
Jul 16 2023
Also please add an additional test for out of window seq number test:
your existing "with a lower (not acceptable) sequence number is silently ignored", and + "with a higher than window (not acceptable) sequence number is silently ignored"
Also please add an additional test for out of window seq number test:
your existing "with a lower (not acceptable) sequence number is silently ignored", and + "with a higher than window (not acceptable) sequence number is silently ignored"
Jul 12 2023
Would you please elaborate the corresponding specification in RFC5961 and RFC9293?
Jul 2 2023
Jul 1 2023
Jun 30 2023
Thanks for the explanation.
Mentioning r343646 make this review easier. Thanks!