Received: by 2002:a25:b323:0:0:0:0:0 with SMTP id l35csp1014515ybj; Fri, 20 Sep 2019 03:47:37 -0700 (PDT) X-Google-Smtp-Source: APXvYqzP6vdvQwtDJ2wJAVq3Ux3dGUrrPE+KKz7KKRLzv0CCozT4ZQBHyeL+VLJ7/UjcaFxI0jpM X-Received: by 2002:aa7:dd8e:: with SMTP id g14mr18339270edv.233.1568976457253; Fri, 20 Sep 2019 03:47:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568976457; cv=none; d=google.com; s=arc-20160816; b=LliqTUI13Pydl+sjVxzOPaGifYkxNtPIfLdIjp1UYw8XgUhMKpqGSzmwX2IgYMMYvc bQTx1DXEkWRxr6SCGhOA59rSIPiNOGy1I8ioZS69pE88Qm0UWOOvryJ9bEW34rg2lwUg C31dj34WQsuLEWXQpxcvx4YAkTJIxf8LNuUUcixPPcz0kZiY5OrmAejZPjK9fhrvIsGL DMDckow5/Y/S2k3Qhr/6RLlbey1+PIdumkVBcUNKLZGwbXYU2bGanD5hbTwJf79kjw6a NFD65F99+j14iaXe6XqBVgsWuvcBP91noxn3rvtYGosvEjKCxISJJXUsGWTnMO52zo1Z VMBQ== 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=iwukgivPhr0AWODPXs9nJwxlZBnNkat2y/kzZDx+EW8=; b=zpJ3sCT8tmo+8HWazgPu0XeMmeA/irntv+inStjWiocmUhmx8t8WB2yOdq1NxvsapZ EpPBQloHLeX8c3jBaw/mTLZYdlhF+fh4Ng3Fk5hMuB7dHv+uwEL/iO+RnGd/f7UtSX6X 1wFf3aq9etwFJK3Pu/uxiO08rTiAY8Ex+pa9A16hl+0znEVt1w+mpT/cUz65RLTYzvG9 Z/RWMZrS6Gu0HC4AUNuy+8MLouMrRyG2BJxJeLRnQSac/9+sMbtlYeWyMDskMRB1IFqk yHet1pGKE8lhBioPTLtnuawxk2OOopIfgI6vQZ5P+OYm90JA91s+Qe4AqB80W0ly/hsm N6IA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=xSYLAtWr; 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 t16si1098466edd.269.2019.09.20.03.47.14; Fri, 20 Sep 2019 03:47:37 -0700 (PDT) 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=xSYLAtWr; 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 S1732604AbfISWNy (ORCPT + 99 others); Thu, 19 Sep 2019 18:13:54 -0400 Received: from mail.kernel.org ([198.145.29.99]:53098 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732518AbfISWNw (ORCPT ); Thu, 19 Sep 2019 18:13:52 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.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 12A7F21928; Thu, 19 Sep 2019 22:13:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568931230; bh=/cJb+htfQAkNd+2fIa/5w62fEqY+y7eBmbzaphFs5TM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=xSYLAtWrP3HnOPrXZBKjZS0yN2EwWsjC++t0ecyxJQSTVczllOld55iSHifDGPZms DOt3w1f2hhb7qTv0nH2JifaZWkpSSbSE2TyKeJIcb4/bEhMgvGj/osxJZJWx3ceoyj K5sNIqS6jnZDhjhlb8j/MnySGUJb1r7lMVAhd1Bs= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Masami Hiramatsu , Arnaldo Carvalho de Melo , Peter Zijlstra , Will Deacon , Catalin Marinas , Marc Zyngier , Sasha Levin Subject: [PATCH 4.19 51/79] kallsyms: Dont let kallsyms_lookup_size_offset() fail on retrieving the first symbol Date: Fri, 20 Sep 2019 00:03:36 +0200 Message-Id: <20190919214811.975668286@linuxfoundation.org> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20190919214807.612593061@linuxfoundation.org> References: <20190919214807.612593061@linuxfoundation.org> User-Agent: quilt/0.66 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 From: Marc Zyngier [ Upstream commit 2a1a3fa0f29270583f0e6e3100d609e09697add1 ] An arm64 kernel configured with CONFIG_KPROBES=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set CONFIG_KALLSYMS_BASE_RELATIVE=y reports the following kprobe failure: [ 0.032677] kprobes: failed to populate blacklist: -22 [ 0.033376] Please take care of using kprobes. It appears that kprobe fails to retrieve the symbol at address 0xffff000010081000, despite this symbol being in System.map: ffff000010081000 T __exception_text_start This symbol is part of the first group of aliases in the kallsyms_offsets array (symbol names generated using ugly hacks in scripts/kallsyms.c): kallsyms_offsets: .long 0x1000 // do_undefinstr .long 0x1000 // efi_header_end .long 0x1000 // _stext .long 0x1000 // __exception_text_start .long 0x12b0 // do_cp15instr Looking at the implementation of get_symbol_pos(), it returns the lowest index for aliasing symbols. In this case, it return 0. But kallsyms_lookup_size_offset() considers 0 as a failure, which is obviously wrong (there is definitely a valid symbol living there). In turn, the kprobe blacklisting stops abruptly, hence the original error. A CONFIG_KALLSYMS_ALL kernel wouldn't fail as there is always some random symbols at the beginning of this array, which are never looked up via kallsyms_lookup_size_offset. Fix it by considering that get_symbol_pos() is always successful (which is consistent with the other uses of this function). Fixes: ffc5089196446 ("[PATCH] Create kallsyms_lookup_size_offset()") Reviewed-by: Masami Hiramatsu Cc: Arnaldo Carvalho de Melo Cc: Peter Zijlstra Cc: Will Deacon Cc: Catalin Marinas Signed-off-by: Marc Zyngier Signed-off-by: Will Deacon Signed-off-by: Sasha Levin --- kernel/kallsyms.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kernel/kallsyms.c b/kernel/kallsyms.c index 02a0b01380d8e..ed87dac8378cc 100644 --- a/kernel/kallsyms.c +++ b/kernel/kallsyms.c @@ -262,8 +262,10 @@ int kallsyms_lookup_size_offset(unsigned long addr, unsigned long *symbolsize, { char namebuf[KSYM_NAME_LEN]; - if (is_ksym_addr(addr)) - return !!get_symbol_pos(addr, symbolsize, offset); + if (is_ksym_addr(addr)) { + get_symbol_pos(addr, symbolsize, offset); + return 1; + } return !!module_address_lookup(addr, symbolsize, offset, NULL, namebuf) || !!__bpf_address_lookup(addr, symbolsize, offset, namebuf); } -- 2.20.1