Page MenuHomeFreeBSD
Feed Search

Aug 25 2022

jfree updated the diff for D35883: LinuxKPI drm-kmod debugfs support.

Fixed function parameter list indentation

Aug 25 2022, 4:08 PM · linuxkpi
jfree updated the diff for D35883: LinuxKPI drm-kmod debugfs support.

Updated diff per markj@'s review and comments

Aug 25 2022, 4:00 PM · linuxkpi

Aug 24 2022

markj added inline comments to D35883: LinuxKPI drm-kmod debugfs support.
Aug 24 2022, 4:14 PM · linuxkpi

Aug 22 2022

jfree added a reviewer for D35883: LinuxKPI drm-kmod debugfs support: markj.
Aug 22 2022, 12:10 AM · linuxkpi

Aug 21 2022

jfree updated the diff for D35883: LinuxKPI drm-kmod debugfs support.

Return positive values in lindebugfs.c so pseudofs vnops does not get confused.

Aug 21 2022, 2:21 PM · linuxkpi

Aug 11 2022

jfree updated the diff for D35883: LinuxKPI drm-kmod debugfs support.

Added manual page for lindebugfs

Aug 11 2022, 6:57 PM · linuxkpi

Aug 9 2022

dsl added a watcher for linuxkpi: dsl.
Aug 9 2022, 7:49 PM

Jul 26 2022

jfree updated the diff for D35883: LinuxKPI drm-kmod debugfs support.

Minor modifications to lindebugfs.c

Jul 26 2022, 11:59 PM · linuxkpi
jfree updated the diff for D35883: LinuxKPI drm-kmod debugfs support.
  • Moved static inline functions out of debugfs.h and into lindebugfs.c.
  • Removed unnecessary functions from debugfs.h.
  • Generated diff with -U999999 flag.
Jul 26 2022, 9:01 PM · linuxkpi
emaste added a comment to D35883: LinuxKPI drm-kmod debugfs support.

@jfree if you generate another diff to update this review please include full context, e.g. git diff -U999999 or git show -U999999

Jul 26 2022, 2:36 PM · linuxkpi

Jul 23 2022

lwhsu added a reviewer for D35883: LinuxKPI drm-kmod debugfs support: Linux Emulation.
Jul 23 2022, 7:10 PM · linuxkpi
jfree updated the diff for D35883: LinuxKPI drm-kmod debugfs support.

Added parenthesis around return values per FreeBSD kernel style guide

Jul 23 2022, 5:56 PM · linuxkpi
hselasky added inline comments to D35883: LinuxKPI drm-kmod debugfs support.
Jul 23 2022, 4:17 PM · linuxkpi
jrm added a reviewer for D35883: LinuxKPI drm-kmod debugfs support: bz.
Jul 23 2022, 1:21 PM · linuxkpi
jfree requested review of D35883: LinuxKPI drm-kmod debugfs support.
Jul 23 2022, 1:55 AM · linuxkpi

Apr 15 2022

hselasky added inline comments to D34252: LinuxKPI: add proper support for charp module parameters.
Apr 15 2022, 5:26 PM · linuxkpi
val_packett.cool updated the diff for D34252: LinuxKPI: add proper support for charp module parameters.
  • rebase
  • add SYSUNINIT for deallocating the strings
  • remove useless null check (kfree supports null)
Apr 15 2022, 2:03 PM · linuxkpi
val_packett.cool added inline comments to D34252: LinuxKPI: add proper support for charp module parameters.
Apr 15 2022, 11:00 AM · linuxkpi

Apr 2 2022

minsoochoo0122_proton.me added a member for linuxkpi: minsoochoo0122_proton.me.
Apr 2 2022, 1:37 AM
minsoochoo0122_proton.me removed a watcher for linuxkpi: minsoochoo0122_proton.me.
Apr 2 2022, 1:37 AM

Apr 1 2022

minsoochoo0122_proton.me added a watcher for linuxkpi: minsoochoo0122_proton.me.
Apr 1 2022, 10:18 PM

Feb 22 2022

wulf added inline comments to D34252: LinuxKPI: add proper support for charp module parameters.
Feb 22 2022, 9:00 AM · linuxkpi

Feb 13 2022

val_packett.cool added inline comments to D34252: LinuxKPI: add proper support for charp module parameters.
Feb 13 2022, 11:40 PM · linuxkpi
val_packett.cool updated the diff for D34252: LinuxKPI: add proper support for charp module parameters.

Switch to sx lock

Feb 13 2022, 11:37 PM · linuxkpi
val_packett.cool updated the diff for D34252: LinuxKPI: add proper support for charp module parameters.

Use the linuxkpi allocator

Feb 13 2022, 10:56 PM · linuxkpi
wulf added a comment to D34252: LinuxKPI: add proper support for charp module parameters.

It looks that sx lock suits our needs better than rw here.

Feb 13 2022, 10:49 PM · linuxkpi
wulf added inline comments to D34252: LinuxKPI: add proper support for charp module parameters.
Feb 13 2022, 10:48 PM · linuxkpi

Feb 11 2022

hselasky added inline comments to D34252: LinuxKPI: add proper support for charp module parameters.
Feb 11 2022, 11:57 PM · linuxkpi
val_packett.cool updated the diff for D34252: LinuxKPI: add proper support for charp module parameters.

add missing + 1 for strlen

Feb 11 2022, 4:58 PM · linuxkpi
val_packett.cool updated the summary of D34252: LinuxKPI: add proper support for charp module parameters.
Feb 11 2022, 4:56 PM · linuxkpi
val_packett.cool added a comment to D34248: LinuxKPI: return an address string in pci_name.

format-patch w/o 9999 context: P538

Feb 11 2022, 3:47 PM · linuxkpi
bz accepted D34248: LinuxKPI: return an address string in pci_name.
Feb 11 2022, 3:37 PM · linuxkpi
hselasky accepted D34248: LinuxKPI: return an address string in pci_name.
Feb 11 2022, 3:35 PM · linuxkpi
val_packett.cool updated the diff for D34248: LinuxKPI: return an address string in pci_name.

Fix format (more %02d), move the new field to the end of the struct

Feb 11 2022, 3:34 PM · linuxkpi
bz added inline comments to D34248: LinuxKPI: return an address string in pci_name.
Feb 11 2022, 3:27 PM · linuxkpi
hselasky added a comment to D34248: LinuxKPI: return an address string in pci_name.

I think GFP_KERNEL doesn't fail, see the definition.
GFP_ATOMIC can fail.

Feb 11 2022, 3:25 PM · linuxkpi
val_packett.cool added inline comments to D34248: LinuxKPI: return an address string in pci_name.
Feb 11 2022, 3:18 PM · linuxkpi
bz accepted D34248: LinuxKPI: return an address string in pci_name.

I am fine with this; iwlwifi only uses the output as informational in dumping and nowhere else and none of my other drivers I was checking do use it.

Feb 11 2022, 3:04 PM · linuxkpi
manu accepted D34248: LinuxKPI: return an address string in pci_name.
Feb 11 2022, 2:55 PM · linuxkpi
val_packett.cool updated the diff for D34248: LinuxKPI: return an address string in pci_name.

Fix style

Feb 11 2022, 2:39 PM · linuxkpi
hselasky added a comment to D34248: LinuxKPI: return an address string in pci_name.

Looks good.

Feb 11 2022, 2:23 PM · linuxkpi
val_packett.cool changed the repository for D34248: LinuxKPI: return an address string in pci_name from rS FreeBSD src repository - subversion to rG FreeBSD src repository.
Feb 11 2022, 2:21 PM · linuxkpi
val_packett.cool updated the summary of D34248: LinuxKPI: return an address string in pci_name.
Feb 11 2022, 2:21 PM · linuxkpi

Nov 2 2021

hselasky closed D30174: linuxkpi: add sysctl to suppress WARN_ON stack traces, defaulting to off.
Nov 2 2021, 3:54 PM · linuxkpi

Jul 15 2021

nc closed D31131: libkern: import strnstr from libc.
Jul 15 2021, 12:56 AM · linuxkpi
nc accepted D31131: libkern: import strnstr from libc.

Sorry for the delay. It looks good to me also.

Jul 15 2021, 12:55 AM · linuxkpi

Jul 10 2021

bz accepted D31131: libkern: import strnstr from libc.

I had to do this last year at some point for a local tree. Seems good.

Jul 10 2021, 4:55 PM · linuxkpi
hselasky accepted D31131: libkern: import strnstr from libc.
Jul 10 2021, 4:53 PM · linuxkpi
val_packett.cool edited reviewers for D31131: libkern: import strnstr from libc, added: hselasky, cem; removed: linuxkpi.
Jul 10 2021, 4:01 PM · linuxkpi

Jun 9 2021

emaste closed D30673: LinuxKPI: add fault_flag_allow_retry_first.
Jun 9 2021, 11:13 PM · linuxkpi

Jun 7 2021

nc accepted D30673: LinuxKPI: add fault_flag_allow_retry_first.

LGTM.

Jun 7 2021, 11:41 PM · linuxkpi
val_packett.cool added a reviewer for D30673: LinuxKPI: add fault_flag_allow_retry_first: nc.
Jun 7 2021, 10:32 PM · linuxkpi
bz accepted D30673: LinuxKPI: add fault_flag_allow_retry_first.
Jun 7 2021, 5:32 PM · linuxkpi
hselasky accepted D30673: LinuxKPI: add fault_flag_allow_retry_first.
Jun 7 2021, 5:23 PM · linuxkpi
val_packett.cool updated the diff for D30673: LinuxKPI: add fault_flag_allow_retry_first.
Jun 7 2021, 5:15 PM · linuxkpi
emaste closed D30672: LinuxKPI: add pr_err_once.
Jun 7 2021, 2:32 PM · linuxkpi
hselasky added inline comments to D30673: LinuxKPI: add fault_flag_allow_retry_first.
Jun 7 2021, 2:30 PM · linuxkpi
emaste accepted D30672: LinuxKPI: add pr_err_once.
Jun 7 2021, 2:29 PM · linuxkpi
hselasky accepted D30672: LinuxKPI: add pr_err_once.
Jun 7 2021, 2:27 PM · linuxkpi
val_packett.cool added reviewers for D30673: LinuxKPI: add fault_flag_allow_retry_first: Contributor Reviews (src), linuxkpi, hselasky.
Jun 7 2021, 2:26 PM · linuxkpi
val_packett.cool added reviewers for D30672: LinuxKPI: add pr_err_once: Contributor Reviews (src), linuxkpi, hselasky.
Jun 7 2021, 2:26 PM · linuxkpi

May 28 2021

ygy removed a member for linuxkpi: ygy.
May 28 2021, 5:17 PM

May 25 2021

ygy added a member for linuxkpi: ygy.
May 25 2021, 8:03 PM

May 12 2021

bz accepted D30174: linuxkpi: add sysctl to suppress WARN_ON stack traces, defaulting to off.
May 12 2021, 11:58 AM · linuxkpi
hselasky accepted D30174: linuxkpi: add sysctl to suppress WARN_ON stack traces, defaulting to off.
May 12 2021, 7:45 AM · linuxkpi
jakehfreebsd_gmail.com added a comment to D30174: linuxkpi: add sysctl to suppress WARN_ON stack traces, defaulting to off.

Apologies; it appears I misread @emaste 's message. Yes, a general sysctl seems like a good idea. Apologies for any confusion.

May 12 2021, 4:54 AM · linuxkpi

May 11 2021

val_packett.cool updated the diff for D30174: linuxkpi: add sysctl to suppress WARN_ON stack traces, defaulting to off.
May 11 2021, 10:23 PM · linuxkpi
val_packett.cool updated the diff for D30174: linuxkpi: add sysctl to suppress WARN_ON stack traces, defaulting to off.
May 11 2021, 10:20 PM · linuxkpi
val_packett.cool added a comment to D30174: linuxkpi: add sysctl to suppress WARN_ON stack traces, defaulting to off.

Personally, I would support a sysctl for enabling these warning traces, as they could still be useful debugging tools in the right hands.

May 11 2021, 10:11 PM · linuxkpi
jakehfreebsd_gmail.com added a comment to D30174: linuxkpi: add sysctl to suppress WARN_ON stack traces, defaulting to off.

Personally, I would support a sysctl for enabling these warning traces, as they could still be useful debugging tools in the right hands.

May 11 2021, 4:13 AM · linuxkpi

May 8 2021

emaste added a comment to D30174: linuxkpi: add sysctl to suppress WARN_ON stack traces, defaulting to off.

I wonder if we should have a sysctl to enable warning stack dumps, e.g. from subr_witness.c

#if defined(DDB) || defined(KDB)
/*
 * When DDB or KDB is enabled and witness_trace is 1, it will cause the system
 * to print a stack trace:
 *      - a lock hierarchy violation occurs
 *      - locks are held when going to sleep.
 */
int     witness_trace = 1;
SYSCTL_INT(_debug_witness, OID_AUTO, trace, CTLFLAG_RWTUN, &witness_trace, 0, "");
#endif /* DDB || KDB */
May 8 2021, 3:55 PM · linuxkpi
hselasky accepted D30174: linuxkpi: add sysctl to suppress WARN_ON stack traces, defaulting to off.

Looks good!

May 8 2021, 3:25 PM · linuxkpi
val_packett.cool requested review of D30174: linuxkpi: add sysctl to suppress WARN_ON stack traces, defaulting to off.
May 8 2021, 10:41 AM · linuxkpi

Mar 10 2021

hselasky added a member for linuxkpi: hselasky.
Mar 10 2021, 7:31 PM

Jan 12 2021

manu closed D28061: linuxkpi: add kernel_fpu_begin/kernel_fpu_end.
Jan 12 2021, 11:43 AM · linuxkpi
manu accepted D28061: linuxkpi: add kernel_fpu_begin/kernel_fpu_end.

Thanks, will comit this today.

Jan 12 2021, 11:02 AM · linuxkpi

Jan 9 2021

hselasky accepted D28061: linuxkpi: add kernel_fpu_begin/kernel_fpu_end.

Looks good!

Jan 9 2021, 5:09 PM · linuxkpi
val_packett.cool added a comment to D28061: linuxkpi: add kernel_fpu_begin/kernel_fpu_end.

Done. It booted and I used it now for about 15 min. without any in the face issue.
Do you need any logs or sth. ?

Jan 9 2021, 4:35 PM · linuxkpi
daniel.piecebypiece_yahoo.com added a comment to D28061: linuxkpi: add kernel_fpu_begin/kernel_fpu_end.

> - ensure you have the latest src tree from https://cgit.freebsd.org/src/ in /usr/src

Jan 9 2021, 3:33 PM · linuxkpi
val_packett.cool added a comment to D28061: linuxkpi: add kernel_fpu_begin/kernel_fpu_end.

How does the test plan look like ?

Jan 9 2021, 2:57 PM · linuxkpi
daniel.piecebypiece_yahoo.com added a comment to D28061: linuxkpi: add kernel_fpu_begin/kernel_fpu_end.

HI, I have a Navi10 card (5700XT) + AMD 5950X.
If that setup is suitable I would give it try ?

Jan 9 2021, 2:34 PM · linuxkpi
val_packett.cool requested review of D28061: linuxkpi: add kernel_fpu_begin/kernel_fpu_end.
Jan 9 2021, 1:52 PM · linuxkpi

Oct 31 2020

bdragon added a watcher for linuxkpi: bdragon.
Oct 31 2020, 7:20 PM

Oct 7 2020

val_packett.cool added a member for linuxkpi: val_packett.cool.
Oct 7 2020, 9:46 PM

Oct 5 2020

tcberner added a watcher for linuxkpi: tcberner.
Oct 5 2020, 6:12 PM
zeising added a member for linuxkpi: zeising.
Oct 5 2020, 6:12 PM

Oct 4 2020

hselasky closed D26657: linuxkpi: populate the acquire context field of a ww_mutex.
Oct 4 2020, 5:24 PM · linuxkpi
manu accepted D26657: linuxkpi: populate the acquire context field of a ww_mutex.
Oct 4 2020, 2:45 PM · linuxkpi
bz accepted D26657: linuxkpi: populate the acquire context field of a ww_mutex.

Looks okay to me as well. The two minor things may be ignored.

Oct 4 2020, 2:41 PM · linuxkpi
hselasky accepted D26657: linuxkpi: populate the acquire context field of a ww_mutex.

Looks good. You need someone to commit this?

Oct 4 2020, 2:21 PM · linuxkpi
val_packett.cool requested review of D26657: linuxkpi: populate the acquire context field of a ww_mutex.
Oct 4 2020, 1:50 PM · linuxkpi

Oct 1 2020

manu added a member for linuxkpi: manu.
Oct 1 2020, 2:02 PM
emaste added a member for linuxkpi: emaste.
Oct 1 2020, 2:01 PM
bz added a member for linuxkpi: bz.
Oct 1 2020, 1:58 PM
emaste created linuxkpi.
Oct 1 2020, 1:55 PM