Page MenuHomeFreeBSD

LinuxKPI: add devcoredump.h
ClosedPublic

Authored by bz on May 24 2021, 6:19 PM.
Tags
None
Referenced Files
F125820052: D30423.id89854.diff
Tue, Aug 12, 8:42 AM
Unknown Object (File)
Mon, Aug 11, 7:08 PM
Unknown Object (File)
Sun, Aug 10, 6:57 AM
Unknown Object (File)
Sat, Aug 9, 1:04 AM
Unknown Object (File)
Fri, Aug 8, 12:33 PM
Unknown Object (File)
Thu, Aug 7, 5:23 AM
Unknown Object (File)
Tue, Aug 5, 9:43 PM
Unknown Object (File)
Jul 5 2025, 5:59 PM

Details

Summary

Add linux/devcoredump.h with stub implementation of dev_coredumpv()
and dev_coredumpsg() which only free the passed in SG table.

Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
Reviewed by:
Differential Revision:

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bz requested review of this revision.May 24 2021, 6:19 PM
hselasky added inline comments.
sys/compat/linuxkpi/common/include/linux/devcoredump.h
41

__inline -> inline

These functions are always inline ??

bz marked an inline comment as done.May 24 2021, 9:41 PM
bz added inline comments.
sys/compat/linuxkpi/common/include/linux/devcoredump.h
41

I'll change the inline. Not sure I understand the question. I don't think putting them into a C file makes sense (at least not until someone actually implements the dump parts) [if that is what you meant].

bz marked an inline comment as done.

s/__inline/inline/g

This revision is now accepted and ready to land.May 25 2021, 7:40 AM
This revision was automatically updated to reflect the committed changes.