[DTrace-devel] [PATCH 2/6] dtprobed: stop malloc making syscalls in the DOF parser child

Nick Alcock nick.alcock at oracle.com
Thu May 25 21:24:45 UTC 2023


On 23 May 2023, Steven Sistare spake thusly:

> A few whitespace warnings applying this and the next patch:

Ugh. Thanks, cc-mode. Fixed.

(Annoyingly, git diff doesn't highlight these even though git apply
thinks they're 'errors'. Consistency!)

> Applying: dtprobed: stop malloc making syscalls in the DOF parser child
> /home/ssistare/dtrace-utils/.git/rebase-apply/patch:121: new blank line at EOF.

Fixed.

> warning: 1 line adds whitespace errors.
> Applying: dtprobed: support DOF > 64KiB
> /home/ssistare/dtrace-utils/.git/rebase-apply/patch:224: new blank line at EOF.
> +
> warning: 1 line adds whitespace errors.

Unfixable: this one is in an .r file, and DTrace actually emits that
trailing blank line so we have to have it in the .r or the comparison
fails.

-- 
NULL && (void)



More information about the DTrace-devel mailing list