Page MenuHomeFreeBSD

kdump: Decode linux_clone syscall flags
ClosedPublic

Authored by dchagin on May 18 2023, 6:50 PM.
Referenced Files
Unknown Object (File)
Sat, Feb 21, 12:18 AM
Unknown Object (File)
Fri, Feb 20, 11:31 PM
Unknown Object (File)
Thu, Feb 19, 8:54 AM
Unknown Object (File)
Tue, Feb 17, 4:37 AM
Unknown Object (File)
Sun, Feb 15, 7:50 AM
Unknown Object (File)
Sun, Feb 8, 9:43 AM
Unknown Object (File)
Sat, Feb 7, 9:22 PM
Unknown Object (File)
Fri, Jan 30, 7:32 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.