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 1, 12:59 AM
Unknown Object (File)
Fri, Sep 26, 7:34 PM
Unknown Object (File)
Fri, Sep 26, 1:21 AM
Unknown Object (File)
Thu, Sep 25, 4:54 PM
Unknown Object (File)
Thu, Sep 25, 2:19 PM
Unknown Object (File)
Thu, Sep 25, 1:58 PM
Unknown Object (File)
Thu, Sep 25, 1:51 PM
Unknown Object (File)
Sat, Sep 20, 11:05 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.