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, Oct 2, 12:10 PM
Unknown Object (File)
Tue, Sep 24, 4:25 PM
Unknown Object (File)
Tue, Sep 17, 11:56 AM
Unknown Object (File)
Tue, Sep 17, 8:34 AM
Unknown Object (File)
Tue, Sep 17, 5:15 AM
Unknown Object (File)
Tue, Sep 17, 2:20 AM
Unknown Object (File)
Sat, Sep 7, 12:36 PM
Unknown Object (File)
Aug 28 2024, 7:32 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.