lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20141120084900.10c8a2f5@gandalf.local.home>
Date:	Thu, 20 Nov 2014 08:49:00 -0500
From:	Steven Rostedt <rostedt@...dmis.org>
To:	Byungchul Park <byungchul.park@....com>
Cc:	Namhyung Kim <namhyung@...nel.org>, mingo@...hat.com,
	linux-kernel@...r.kernel.org, seungho1.park@....com,
	jolsa@...hat.com
Subject: Re: [PATCH v5 2/2] tracing: add additional marks to signal very
 large time

On Thu, 20 Nov 2014 15:38:46 +0900
Byungchul Park <byungchul.park@....com> wrote:


> > I think it's impossible since it's always true that 'd >= 0'.
> > 
> 
> If someone won't define "MARK(0ULL, ' ')", then i think it can happen. :)
> 

Actually, remove the "MARK(0ULL, ' ')" and keep the return value as is.
But clean it up a little like this:

	return (i == size) ? ' ' : mark[i].sym;

Notice the space between "size)" and "?"

-- Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ