Page MenuHomeFreeBSD

LinuxKPI: add devcoredump.h
ClosedPublic

Authored by bz on May 24 2021, 6:19 PM.
Tags
None
Referenced Files
F140955050: D30423.diff
Tue, Dec 30, 1:58 AM
Unknown Object (File)
Fri, Dec 26, 2:39 AM
Unknown Object (File)
Mon, Dec 15, 10:32 PM
Unknown Object (File)
Sun, Dec 14, 4:40 PM
Unknown Object (File)
Nov 29 2025, 5:07 AM
Unknown Object (File)
Nov 27 2025, 12:59 PM
Unknown Object (File)
Nov 19 2025, 6:24 PM
Unknown Object (File)
Nov 18 2025, 11:32 AM

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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 39419
Build 36308: arc lint + arc unit

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.