Page MenuHomeFreeBSD

kdump: Decode linux_clone syscall flags
ClosedPublic

Authored by dchagin on May 18 2023, 6:50 PM.
Referenced Files
Unknown Object (File)
Thu, Aug 14, 11:05 PM
Unknown Object (File)
Sat, Aug 2, 8:46 PM
Unknown Object (File)
Jun 22 2025, 7:27 AM
Unknown Object (File)
Jun 20 2025, 12:08 PM
Unknown Object (File)
Jun 16 2025, 3:38 AM
Unknown Object (File)
Jun 15 2025, 10:23 AM
Unknown Object (File)
Jun 10 2025, 10:10 PM
Unknown Object (File)
Jun 10 2025, 6:42 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 51541
Build 48432: arc lint + arc unit

Event Timeline

emaste added inline comments.
usr.bin/kdump/linux.c
200

FWIW most (but not all) existing cases seem to follow the pattern

		c = ',';
		ip++;
		narg--;

(i.e., setting 'c' first)

This revision is now accepted and ready to land.May 19 2023, 2:23 PM
This revision was automatically updated to reflect the committed changes.