Page MenuHomeFreeBSD

kdump: Decode linux_clone syscall flags
ClosedPublic

Authored by dchagin on May 18 2023, 6:50 PM.
Referenced Files
Unknown Object (File)
Sun, Apr 19, 11:03 AM
Unknown Object (File)
Fri, Apr 17, 11:30 PM
Unknown Object (File)
Sat, Apr 11, 5:21 AM
Unknown Object (File)
Thu, Apr 9, 11:31 PM
Unknown Object (File)
Thu, Apr 9, 11:24 PM
Unknown Object (File)
Fri, Mar 27, 9:55 PM
Unknown Object (File)
Mar 19 2026, 3:16 AM
Unknown Object (File)
Feb 28 2026, 11:32 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.