Page MenuHomeFreeBSD

kdump: Decode linux_clone syscall flags
ClosedPublic

Authored by dchagin on May 18 2023, 6:50 PM.
Referenced Files
Unknown Object (File)
Wed, Jul 22, 11:22 AM
Unknown Object (File)
Wed, Jun 24, 7:09 AM
Unknown Object (File)
Jun 22 2026, 10:59 AM
Unknown Object (File)
Jun 16 2026, 6:19 PM
Unknown Object (File)
Jun 15 2026, 12:10 PM
Unknown Object (File)
Jun 1 2026, 6:27 AM
Unknown Object (File)
May 29 2026, 12:37 PM
Unknown Object (File)
May 17 2026, 1:19 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.