From: Paul E. McKenney Date: Fri, 21 Nov 2014 22:19:26 +0000 (-0800) Subject: rcutorture: Use unsigned for Reader Batch computations X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~166^2^2^6~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b80da42c02bc731ab38b6a37da5366abe26717f;p=pandora-kernel.git rcutorture: Use unsigned for Reader Batch computations The counter returned by the various ->completed functions is subject to overflow, which means that subtracting two such counters might result in overflow, which invokes undefined behavior in the C standard. This commit therefore changes these functions and variables to unsigned to avoid this undefined behavior. Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed