···176176 Management" code will be disabled if you say Y here.177177178178 See also <file:Documentation/admin-guide/lockup-watchdogs.rst> and the SMP-HOWTO179179- available at <http://www.tldp.org/docs.html#howto>.179179+ available at <https://www.tldp.org/docs.html#howto>.180180181181 If you don't know what to do here, say N.182182
+4
arch/sparc/boot/piggyback.c
···154154 offset -= LOOKBACK;155155 /* skip a.out header */156156 offset += AOUT_TEXT_OFFSET;157157+ if (offset < 0) {158158+ errno = -EINVAL;159159+ die("Calculated a negative offset, probably elftoaout generated an invalid image. Did you use a recent elftoaout ?");160160+ }157161 if (lseek(kernelfd, offset, SEEK_SET) < 0)158162 die("lseek");159163 if (read(kernelfd, buffer, BUFSIZE) != BUFSIZE)
+1-1
arch/sparc/include/asm/backoff.h
···1818 *1919 * When we spin, we try to use an operation that will cause the2020 * current cpu strand to block, and therefore make the core fully2121- * available to any other other runnable strands. There are two2121+ * available to any other runnable strands. There are two2222 * options, based upon cpu capabilities.2323 *2424 * On all cpus prior to SPARC-T4 we do three dummy reads of the