Sun, Apr 5
Thank you all for your comments.
I think I'm not qualified for MFV: someone with trust (= commit bit) in the community should take this work instead.
Thu, Apr 2
Wed, Apr 1
After some considerations, I decided to abandon this revision based on the fact that kgdb(1) is a port and not in the base system. This means that if there is a need for this script, it should be provided via ports not through the base system. Also, I haven't heard any voice that wants this so it seems I'm trying to solve a problem that doesn't exist for now.
Tue, Mar 31
Mon, Mar 30
Sun, Mar 29
Thank you for letting me know the results of discussion on the implementation policy. I understand the policy.
I will start working on the revisions now, but given my current situation, I think it will take several months. Please give me some time.
Thank you for all your feedback and advice!
I have made the following corrections.
- Fix the driver name from uppercase to lowercase
Thu, Mar 26
Move non-POSIX options block in the STANDARDS section.
Thanks for the patch! The mdoc(7) manual explains that it's important to use standardized sections wherever possible to reinforce the idea that people can jump directly to the relevant section. The COMPATIBILITY section is a GNU-ism. Please put this in the STANDARDS section. Other than that, looks good to me!
Looks good to me. Thank you.
Mon, Mar 23
After talk with other FreeBSD dev at AsiaBSDCon, we concluded that score should be stored in pcpu structure, not in cpu_group for the following reasons:
Sun, Mar 22
LGTM, although we need approval from committer.
LGTM
Sat, Mar 21
Rebase current src-tree.
- Rebase current src-tree.
Thu, Mar 19
Could you rebase main?
Could you rebase main?
Mon, Mar 16
Sat, Mar 14
- Remove the unnecessary inclusion of opt_sched.h.
- Modify the code to output an error (#error) if a required SMP kernel configuration option is not defined.
- Restore the NULL check for the handler function pointer in the lapic_handle_thermal(), which was mistakenly deleted.
- Fix an issue with the registration order of instance ptr. and handler function ptr. within the lapic_enable_thermal().
Fri, Mar 13
Superseded by D55838
Mar 4 2026
refer to previous commit msg, just added /usr/share/firmware as another path in firmware_path[MAXPATHLEN]
used strchr(3) in try_binary_file() instead of manual parsing
ensured proper checking in try_binary_file(), and added a default for firmware_path in /stand/defaults/loader.conf
also removed TUNABLE_STR because CTLFLAG_RWTUN already sets it
A couple of small suggestions, and one question that needs to be answered.
Mar 3 2026
Mar 1 2026
Can we enable/disable the whole module when one or both of HMP and SMP aren't enabled? I don't see why we need to build this driver when HMP and SMP don't exist.
Generated with U99999 for full context.
can you either use git arc to update this patch, or generate the diff with -U99999 please? I need a little more context to review it.
Modify to load and store handler function pointers using atomic(9) functions.
