Page MenuHomeFreeBSD

kdump: Decode linux_clone syscall flags
ClosedPublic

Authored by dchagin on May 18 2023, 6:50 PM.
Referenced Files
Unknown Object (File)
Tue, Nov 11, 5:44 AM
Unknown Object (File)
Tue, Nov 11, 4:22 AM
Unknown Object (File)
Sat, Nov 8, 11:55 PM
Unknown Object (File)
Thu, Oct 30, 2:05 AM
Unknown Object (File)
Thu, Oct 30, 2:05 AM
Unknown Object (File)
Thu, Oct 30, 2:04 AM
Unknown Object (File)
Sat, Oct 25, 11:08 PM
Unknown Object (File)
Sat, Oct 25, 12:25 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.