Page MenuHomeFreeBSD

LinuxKPI: add devcoredump.h
ClosedPublic

Authored by bz on May 24 2021, 6:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 5:34 AM
Unknown Object (File)
Dec 14 2023, 10:25 PM
Unknown Object (File)
Dec 13 2023, 4:04 AM
Unknown Object (File)
Nov 30 2023, 7:05 AM
Unknown Object (File)
Aug 17 2023, 1:19 PM
Unknown Object (File)
Apr 5 2023, 8:23 AM
Unknown Object (File)
Apr 5 2023, 8:18 AM
Unknown Object (File)
Apr 5 2023, 8:18 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.