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, Mar 19, 3:16 AM
Unknown Object (File)
Sat, Feb 28, 11:32 PM
Unknown Object (File)
Feb 21 2026, 12:18 AM
Unknown Object (File)
Feb 20 2026, 11:31 PM
Unknown Object (File)
Feb 19 2026, 8:54 AM
Unknown Object (File)
Feb 17 2026, 4:37 AM
Unknown Object (File)
Feb 15 2026, 7:50 AM
Unknown Object (File)
Feb 8 2026, 9:43 AM
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.