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 5, 12:02 AM
Unknown Object (File)
Oct 5 2024, 1:33 AM
Unknown Object (File)
Oct 5 2024, 1:27 AM
Unknown Object (File)
Oct 4 2024, 11:16 PM
Unknown Object (File)
Oct 2 2024, 12:10 PM
Unknown Object (File)
Sep 24 2024, 4:25 PM
Unknown Object (File)
Sep 17 2024, 11:56 AM
Unknown Object (File)
Sep 17 2024, 8:34 AM
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.