From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:48102 "EHLO mx0b-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932407AbeCLVDf (ORCPT ); Mon, 12 Mar 2018 17:03:35 -0400 Subject: Re: [PATCH bpf-next v4 1/2] bpf: extend stackmap to save binary_build_id+offset instead of address To: Song Liu , , , , References: <20180312203957.2025833-1-songliubraving@fb.com> <20180312203957.2025833-2-songliubraving@fb.com> CC: , , From: Alexei Starovoitov Message-ID: <97bb9fff-beda-6ace-8ed2-57f1f2de8c69@fb.com> Date: Mon, 12 Mar 2018 14:00:17 -0700 MIME-Version: 1.0 In-Reply-To: <20180312203957.2025833-2-songliubraving@fb.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: On 3/12/18 1:39 PM, Song Liu wrote: > + page = find_get_page(vma->vm_file->f_mapping, 0); did you test it with config_debug_atomic_sleep ? it should have complained...