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, May 14, 4:35 AM
Unknown Object (File)
Tue, May 12, 9:34 PM
Unknown Object (File)
Sun, May 3, 10:07 PM
Unknown Object (File)
Wed, Apr 29, 1:57 AM
Unknown Object (File)
Wed, Apr 22, 9:58 AM
Unknown Object (File)
Mon, Apr 20, 7:27 PM
Unknown Object (File)
Sun, Apr 19, 11:03 AM
Unknown Object (File)
Fri, Apr 17, 11:30 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.