Page MenuHomeFreeBSD

Contributor Reviews (src)Project
ActivePublic

Recent Activity

Today

minsoochoo0122_proton.me requested changes to D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..

Thanks, here are some reviews:

Mon, May 18, 1:33 AM · Contributor Reviews (src)

Yesterday

ziaee added inline comments to D44458: intelhfi - Intel TD/HFI driver - Part6: Add intelhfi's man file & Makefile..
Sun, May 17, 6:03 PM · Contributor Reviews (src)
minsoochoo0122_proton.me requested changes to D44458: intelhfi - Intel TD/HFI driver - Part6: Add intelhfi's man file & Makefile..
Sun, May 17, 5:41 PM · Contributor Reviews (src)
temcbun_gmail.com added a comment to D55632: sh.1: Cross-reference signal(3).

Is signal(3) the right reference? C code had better use sigaction(2) instead, or the list might be moved to a new signal(7) page?

Sun, May 17, 2:47 PM · Contributor Reviews (src), manpages, docs
jilles added a comment to D55632: sh.1: Cross-reference signal(3).

Is signal(3) the right reference? C code had better use sigaction(2) instead, or the list might be moved to a new signal(7) page?

Sun, May 17, 2:28 PM · Contributor Reviews (src), manpages, docs
koinec_yahoo.co.jp updated the diff for D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..
  • Modify the core with the highest performance to register its capacity value as 1024.
  • Modify the priority of registering capacity and score providers in HMP(4) to 40.
Sun, May 17, 11:04 AM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44458: intelhfi - Intel TD/HFI driver - Part6: Add intelhfi's man file & Makefile..
  • Fix and improvement related to HMP(4) support
Sun, May 17, 10:20 AM · Contributor Reviews (src)

Fri, May 15

temcbun_gmail.com added a comment to D56648: users.7: Standard user account names.
In D56648#1303053, @tembun_bk.ru wrote:

Can we have it in 15.1? I guess it would be reasonable, since we already have groups(7) there. They look better together.

I actually did not merge groups.7 into 15.1. This was my mistake. Let me see if I can address that.

Fri, May 15, 9:59 AM · Contributor Reviews (src), manpages, docs

Mon, May 11

minsoochoo0122_proton.me added a comment to D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..

As you pointed out, the P-cores are #0-7 and #18-21, but the value for #18-21 is higher. Upon investigation, this appears to be due to it being a "Favored Core."
While I haven't yet confirmed this description in Intel SDM, my web research suggests that Intel designates cores with particularly superior semiconductor performance as "Favored Cores" in its CPUs.
To prioritize the use of these cores over other P-cores, a slightly higher capacity is set, as shown in the log above.

Mon, May 11, 11:06 PM · Contributor Reviews (src)
koinec_yahoo.co.jp attached a referenced file: F156246234: HMP_log_NUC13Pro_Corei7_1370p.txt.
Mon, May 11, 9:28 PM · Contributor Reviews (src)
koinec_yahoo.co.jp added a comment to D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..
  • All cores have similar perf/eff scores, which is good because it means all cores are doing similar work. Just want to verify that this is a expected result.
Mon, May 11, 9:28 PM · Contributor Reviews (src)
koinec_yahoo.co.jp added a comment to D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..

Thank you very much for checking it.
I'm glad to hear that there wasn't a major misunderstanding regarding the use of HMP(4).

Mon, May 11, 9:04 PM · Contributor Reviews (src)
minsoochoo0122_proton.me added inline comments to D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..
Mon, May 11, 2:14 PM · Contributor Reviews (src)

Sun, May 10

minsoochoo0122_proton.me added a comment to D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..

I have two questions from the log file:

  • All cores have similar perf/eff scores, which is good because it means all cores are doing similar work. Just want to verify that this is a expected result.
  • Capacities should be scaled to 1024, the max one being 1024. But another issue see is that although this cpu has 6 P cores, 8 E cores, and 2 LP-E cores (22 threads in total), the capacity output doesn't match that classification.
Sun, May 10, 8:13 PM · Contributor Reviews (src)
minsoochoo0122_proton.me updated subscribers of D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..

I suggest keeping intelhfi sysctls even though we have hmp for the following reasons:

  • Someone might want to debug hardware by reading values directly from the driver.
  • Some people might not want to have HMP enabled in their kernel (e.g. they think hybrid scheduling is premature) but still want to observe values reported by intelhfi.
Sun, May 10, 2:47 PM · Contributor Reviews (src)
koinec_yahoo.co.jp added a comment to D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..

<Additional Information: Other Notes>

Sun, May 10, 12:46 PM · Contributor Reviews (src)
koinec_yahoo.co.jp attached a referenced file: F156070883: HMP_log_ClawA1M_Ultra7_155h.txt.
Sun, May 10, 12:31 PM · Contributor Reviews (src)
koinec_yahoo.co.jp added a comment to D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..

After much consideration, the capacity of hmp(4) now stores the High Performance score value obtained from Intel HWP.

Sun, May 10, 12:30 PM · Contributor Reviews (src)
koinec_yahoo.co.jp updated the diff for D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..

I've modified intelhfi(4) to store the score value in hmp(4) (https://reviews.freebsd.org/D56547), which was created by Minsoo.
I apologize for the delay; please review it.

Sun, May 10, 12:07 PM · Contributor Reviews (src)
koinec_yahoo.co.jp abandoned D44455: intelhfi - Intel TD/HFI driver - Part3: Add CPU core performance/efficiency score variable to SMP's cpu_group struct..

Since the acquired score is stored in DPCPU using HMP(4), this Part 3 patch is no longer necessary. Therefore, please withdraw it.

Sun, May 10, 11:23 AM · Contributor Reviews (src)

Fri, May 8

ziaee added a comment to D56648: users.7: Standard user account names.
In D56648#1303053, @tembun_bk.ru wrote:

Can we have it in 15.1? I guess it would be reasonable, since we already have groups(7) there. They look better together.

Fri, May 8, 12:32 PM · Contributor Reviews (src), manpages, docs
temcbun_gmail.com added a comment to D56648: users.7: Standard user account names.

Can we have it in 15.1? I guess it would be reasonable, since we already have groups(7) there. They look better together.

Fri, May 8, 8:38 AM · Contributor Reviews (src), manpages, docs

Fri, May 1

kib added a comment to D56661: interpreter.7: Interpreter script execution.

I recommend you to read the latest fexecve(2) man page, where it discusses /dev/fd in relation to the scripts.

Fri, May 1, 10:02 AM · Contributor Reviews (src), manpages, docs
temcbun_gmail.com updated the diff for D56661: interpreter.7: Interpreter script execution.

Address @kib's comments:

Fri, May 1, 9:00 AM · Contributor Reviews (src), manpages, docs

Thu, Apr 30

mhorne closed D56659: debug.sh.8: Add FILES section.
Thu, Apr 30, 1:50 PM · Contributor Reviews (src), manpages, docs

Tue, Apr 28

temcbun_gmail.com updated the diff for D56648: users.7: Standard user account names.

Reference users.7 in intro.7.

Tue, Apr 28, 4:06 PM · Contributor Reviews (src), manpages, docs
kib added a comment to D56661: interpreter.7: Interpreter script execution.

Stopped there, will wait for all comments processed.

Tue, Apr 28, 12:21 AM · Contributor Reviews (src), manpages, docs

Mon, Apr 27

mhorne accepted D56659: debug.sh.8: Add FILES section.
Mon, Apr 27, 1:37 PM · Contributor Reviews (src), manpages, docs
temcbun_gmail.com added a comment to D56661: interpreter.7: Interpreter script execution.

The #! mechanism is already described (more briefly) in lib/libsys/execve.2 lines 73...100. That duplication is certainly undesirable.

I don't really have an opinion whether the text in lib/libsys/execve.2 needs to be extended or moved to a new page share/man/man7/script.7.

Mon, Apr 27, 1:32 PM · Contributor Reviews (src), manpages, docs
temcbun_gmail.com added inline comments to D56661: interpreter.7: Interpreter script execution.
Mon, Apr 27, 1:18 PM · Contributor Reviews (src), manpages, docs
jilles added a comment to D56661: interpreter.7: Interpreter script execution.

The #! mechanism is already described (more briefly) in lib/libsys/execve.2 lines 73...100. That duplication is certainly undesirable.

Mon, Apr 27, 1:03 PM · Contributor Reviews (src), manpages, docs
temcbun_gmail.com requested review of D56661: interpreter.7: Interpreter script execution.
Mon, Apr 27, 12:49 PM · Contributor Reviews (src), manpages, docs
temcbun_gmail.com updated the diff for D56648: users.7: Standard user account names.

Forgot to include users.7 in MAN variable in Makefile.

Mon, Apr 27, 12:33 PM · Contributor Reviews (src), manpages, docs
temcbun_gmail.com added inline comments to D56648: users.7: Standard user account names.
Mon, Apr 27, 11:19 AM · Contributor Reviews (src), manpages, docs
temcbun_gmail.com requested review of D56659: debug.sh.8: Add FILES section.
Mon, Apr 27, 9:13 AM · Contributor Reviews (src), manpages, docs

Sun, Apr 26

temcbun_gmail.com requested review of D56648: users.7: Standard user account names.
Sun, Apr 26, 8:27 PM · Contributor Reviews (src), manpages, docs

Tue, Apr 21

temcbun_gmail.com closed D56512: newgrp.1: Fix typo in .Dd.
Tue, Apr 21, 1:31 PM · Contributor Reviews (src), manpages, docs
temcbun_gmail.com added a comment to D56512: newgrp.1: Fix typo in .Dd.

Based on the original submission it is not a typo (D48877). It took one year for the merge to happen. I suggest just to leave it as is.

Tue, Apr 21, 1:30 PM · Contributor Reviews (src), manpages, docs
mhorne added a comment to D56512: newgrp.1: Fix typo in .Dd.

Based on the original submission it is not a typo (D48877). It took one year for the merge to happen. I suggest just to leave it as is.

Tue, Apr 21, 1:28 PM · Contributor Reviews (src), manpages, docs
minsoochoo0122_proton.me accepted D56512: newgrp.1: Fix typo in .Dd.

LGTM

Tue, Apr 21, 11:37 AM · Contributor Reviews (src), manpages, docs
minsoochoo0122_proton.me abandoned D54830: sched_ule: mark scheduler interface functions as weak symbols.
Tue, Apr 21, 10:16 AM · Contributor Reviews (src)

Sun, Apr 19

temcbun_gmail.com requested review of D56512: newgrp.1: Fix typo in .Dd.
Sun, Apr 19, 12:55 PM · Contributor Reviews (src), manpages, docs

Apr 13 2026

ziaee closed D56090: timeout.1: Document non-POSIX options.
Apr 13 2026, 7:54 PM · Contributor Reviews (src), manpages, docs
ziaee accepted D56090: timeout.1: Document non-POSIX options.

Thanks for doing this, and sorry again for the backtracking.

Apr 13 2026, 1:14 AM · Contributor Reviews (src), manpages, docs

Apr 11 2026

temcbun_gmail.com updated the diff for D56090: timeout.1: Document non-POSIX options.

Use recommended wording for non-standard options.

Apr 11 2026, 8:04 PM · Contributor Reviews (src), manpages, docs
temcbun_gmail.com added a comment to D56090: timeout.1: Document non-POSIX options.

Sorry to backtrack here (and to let this slip for a while), but I did a deeper dive in preparation for merging this. Looking at our utilities that are specified in POSIX.1-2024:

xargs:
options are non-standard FreeBSD extensions which may not be available on other operating systems.

ls:
are non-standard extensions.

what:
The -q option is a non-standard FreeBSD extension which may not be available on other operating systems.

cut:
The -w flag is an extension to the specification.

pax:
operations are extensions to the POSIX standard.

date:
With the exception of the -u option, all options are extensions to the standard.

patch:
The flags [-BCEFfstVvxz] and [--posix] are extensions to that specification.

env:
options are non-standard extensions supported by FreeBSD, but which may not be available on other operating systems.

find:
are extensions to IEEE Std 1003.1-2001 (“POSIX.1”).

Looking at GNU coreutils (which doesn't provide STANDARDS or COMPATIBILITY sections), they also have both long-options and -v.

The extended documentation for the mdoc language suggests we use are extensions to that specification..

https://mandoc.bsd.lv/mdoc/style/standards.html

Apr 11 2026, 8:01 PM · Contributor Reviews (src), manpages, docs

Apr 10 2026

ziaee added a comment to D56090: timeout.1: Document non-POSIX options.

Sorry to backtrack here (and to let this slip for a while), but I did a deeper dive in preparation for merging this. Looking at our utilities that are specified in POSIX.1-2024:

xargs:
options are non-standard FreeBSD extensions which may not be available on other operating systems.
Apr 10 2026, 7:16 PM · Contributor Reviews (src), manpages, docs

Apr 5 2026

minsoochoo0122_proton.me added a comment to D44455: intelhfi - Intel TD/HFI driver - Part3: Add CPU core performance/efficiency score variable to SMP's cpu_group struct..

Regarding the modification to save the acquired score values ​​from struct cpu_group to pcpu, I'd like to use the HMP (https://reviews.freebsd.org/D54674) API rather than creating a new, intelhfi's specific variable in pcpu for saving the values.
Are there any problems with this approach? If so, please let me know.

Apr 5 2026, 12:47 PM · Contributor Reviews (src)
koinec_yahoo.co.jp added a comment to D44455: intelhfi - Intel TD/HFI driver - Part3: Add CPU core performance/efficiency score variable to SMP's cpu_group struct..

Thank you all for your comments.

Apr 5 2026, 12:20 PM · Contributor Reviews (src)
minsoochoo0122_proton.me requested changes to D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..
Apr 5 2026, 4:02 AM · Contributor Reviews (src)