Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp2738980imj; Mon, 11 Feb 2019 07:46:20 -0800 (PST) X-Google-Smtp-Source: AHgI3IZSREG/TZdXjbCqJmIYwP65XR9MiuaTMtvlVBZQpJ+J6iHcbDno5Fpf68H6UIdnHJqfM9Lb X-Received: by 2002:a62:5687:: with SMTP id h7mr3515017pfj.198.1549899980091; Mon, 11 Feb 2019 07:46:20 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549899980; cv=none; d=google.com; s=arc-20160816; b=gZDDC/OZtniTPT/EDkMwbwenVElMiFUXu7/+8CJnuW5L4+gWYLcx5zeJAd8iWSwBe6 DsjSQUTjrNdrF/THktyPWI2tGb7BL0ms+0S7AtGdjrrNFCyRGsSg8Vjh6ngy8tq+GVtg pwkcm2VvMa5EaRuTYvfeI18BUcw92rfUSPOtuUSK/2MD8BT4DX1nYL6byzuDJnKmbhc6 +o/TFp0E6e/IUZi9ndPc6eG6QX9IANgMWggKT7fddJYF1EuNubnmZM4p9wSbJFrEn9W+ BjVGkI51VsLKvf9yiBVGKDlmPskg5FJv7lGY6FFGgEzA6Z/+6RhCQd29OD71bJE90pVD /DEw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=RVxfCY4XG/3odRriJtET17EDoWlq56GSazni9xF4mpc=; b=a11JcBY+O0D58kN58OMUfhth6+UTDO3Vq0GntQ5aiLQhMayYNOR8q1kI0AFylXB4bk kYyb+uGSW0Woz3TeixCzN3hYg2anbZ307AR0jNWdyc2IutnP0C4sxgVCheML3ufY+bZT v5Zgu9F8I4TXwoqgxlxwo4df4fkYBFP24KjIzdnHVcLPdfDFVRW6q6VnX4gzw92ayCn7 ObvjO2k3pwl3aVWyKjbnqllWreIVvyq0qWlREPHnC6OJuBHbC+VDLF2zITPvvzWsrZkb taA3iaUo0MVUeb3m2MrNsQrkA4VWgzDY9SFF/brmJIXFG3XZ8fa1QTCLh4ksV2v/9wK+ 5rUg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=Q7H+zrvN; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e63si9877618pgc.239.2019.02.11.07.46.03; Mon, 11 Feb 2019 07:46:20 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=Q7H+zrvN; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732761AbfBKPpF (ORCPT + 99 others); Mon, 11 Feb 2019 10:45:05 -0500 Received: from mail.kernel.org ([198.145.29.99]:56408 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732744AbfBKOnx (ORCPT ); Mon, 11 Feb 2019 09:43:53 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B569B206BA; Mon, 11 Feb 2019 14:43:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549896233; bh=IxCrc7PbCNczko9ZZtIIgWesD/wJh+U1NF5xehBROEI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Q7H+zrvN6Yalhk1X/QyV96XzQHIRkA0T8o1H5zZgWWroGCE+6bsnsXJxuyThWtF1u WAz/L9EHOixRo0goalYSKMDMuoEw2J08NOQGqBh/OAggYdoK3kk8NpIng4x9ETyR5o Ig9LXS+GS2ZyEFlNdVIJiOLu29hDESlzxLMqWWq0= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Dan Carpenter , "Steven Rostedt (VMware)" , Sasha Levin Subject: [PATCH 4.19 116/313] tracing: Have trace_stack nr_entries compare not be so subtle Date: Mon, 11 Feb 2019 15:16:36 +0100 Message-Id: <20190211141901.601656547@linuxfoundation.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190211141852.749630980@linuxfoundation.org> References: <20190211141852.749630980@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.19-stable review patch. If anyone has any objections, please let me know. ------------------ [ Upstream commit ca16b0fbb05242f18da9d810c07d3882ffed831c ] Dan Carpenter reviewed the trace_stack.c code and figured he found an off by one bug. "From reviewing the code, it seems possible for stack_trace_max.nr_entries to be set to .max_entries and in that case we would be reading one element beyond the end of the stack_dump_trace[] array. If it's not set to .max_entries then the bug doesn't affect runtime." Although it looks to be the case, it is not. Because we have: static unsigned long stack_dump_trace[STACK_TRACE_ENTRIES+1] = { [0 ... (STACK_TRACE_ENTRIES)] = ULONG_MAX }; struct stack_trace stack_trace_max = { .max_entries = STACK_TRACE_ENTRIES - 1, .entries = &stack_dump_trace[0], }; And: stack_trace_max.nr_entries = x; for (; x < i; x++) stack_dump_trace[x] = ULONG_MAX; Even if nr_entries equals max_entries, indexing with it into the stack_dump_trace[] array will not overflow the array. But if it is the case, the second part of the conditional that tests stack_dump_trace[nr_entries] to ULONG_MAX will always be true. By applying Dan's patch, it removes the subtle aspect of it and makes the if conditional slightly more efficient. Link: http://lkml.kernel.org/r/20180620110758.crunhd5bfep7zuiz@kili.mountain Signed-off-by: Dan Carpenter Signed-off-by: Steven Rostedt (VMware) Signed-off-by: Sasha Levin --- kernel/trace/trace_stack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/trace/trace_stack.c b/kernel/trace/trace_stack.c index 4237eba4ef20..6e3edd745c68 100644 --- a/kernel/trace/trace_stack.c +++ b/kernel/trace/trace_stack.c @@ -286,7 +286,7 @@ __next(struct seq_file *m, loff_t *pos) { long n = *pos - 1; - if (n > stack_trace_max.nr_entries || stack_dump_trace[n] == ULONG_MAX) + if (n >= stack_trace_max.nr_entries || stack_dump_trace[n] == ULONG_MAX) return NULL; m->private = (void *)n; -- 2.19.1