From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B24D09476 for ; Fri, 17 Jan 2025 00:48:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.129.124 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737074941; cv=none; b=mThKrI/BKHQoReuFXFf0cMBw7/WHMXPkY6KVm4NyFDf12pa5ffz8DD51GTpYZTtkCznrZkjeG+untqCqvnw2nyhV16gMrlVDmS4FCk7t81KB7DgiHYKj+z+Wdr6J80JdGdZjXg5DOyLWNuFXyJNf3IPbwiHgje/+Yh7RDvMbflo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737074941; c=relaxed/simple; bh=PF6tlMEavHU5JyIqtCZ3BQcgF+SKnhZPsWkxhlHwyOo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=UO2Q80RVh/CVuNJF9gQ9beUex1lNRx46eHaBTyXe3UFMFAh//zHOwAHO9APpRMmIPkBenqEXzZmeiwATfYgMUYIYp16ne93bSYJ76pzgMS+hCs44O26wlww0y9OVW9YbLF1N4vGA88Ehed/imx0zF0ITTwS9j1kOKt7aXNHb2V4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=cus8BiHG; arc=none smtp.client-ip=170.10.129.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="cus8BiHG" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1737074938; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=PF6tlMEavHU5JyIqtCZ3BQcgF+SKnhZPsWkxhlHwyOo=; b=cus8BiHGrjPWtIxHXR8DR++CyFa+d9QVGZSCQvJ0kKi6h5mO3SyVisT08zM4BuMUcNEKMg GOEX/gHIeFZR+ZsQjGh/gu0m8CySSoVMbHD/PZW59h39JHFLmXaAZ1To2rZb3z0Nx5juEb Vra5E75figa2j2h7jHRho0TaPoOJ8Bc= Received: from mx-prod-mc-02.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-391-hcMJTcvlPp2U_qsRdLVCyw-1; Thu, 16 Jan 2025 19:48:52 -0500 X-MC-Unique: hcMJTcvlPp2U_qsRdLVCyw-1 X-Mimecast-MFC-AGG-ID: hcMJTcvlPp2U_qsRdLVCyw Received: from mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-02.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 6167919560A1; Fri, 17 Jan 2025 00:48:49 +0000 (UTC) Received: from dhcp-27-174.brq.redhat.com (unknown [10.45.224.118]) by mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with SMTP id 2A7AB195608A; Fri, 17 Jan 2025 00:48:40 +0000 (UTC) Received: by dhcp-27-174.brq.redhat.com (nbSMTP-1.00) for uid 1000 oleg@redhat.com; Fri, 17 Jan 2025 01:48:24 +0100 (CET) Date: Fri, 17 Jan 2025 01:48:15 +0100 From: Oleg Nesterov To: Eyal Birger Cc: Alexei Starovoitov , Jiri Olsa , Aleksa Sarai , Masami Hiramatsu , linux-kernel , linux-trace-kernel , BPF-dev-list , Song Liu , Yonghong Song , John Fastabend , Peter Zijlstra , Thomas Gleixner , Borislav Petkov , X86 ML , Linux API , Andrii Nakryiko , Daniel Borkmann , Alexei Starovoitov , Andrii Nakryiko , "rostedt@goodmis.org" , rafi@rbk.io, Shmulik Ladkani Subject: Re: Crash when attaching uretprobes to processes running in Docker Message-ID: <20250117004814.GA2610@redhat.com> References: <20250115150607.GA11980@redhat.com> <20250115184011.GA21801@redhat.com> <20250115190304.GB21801@redhat.com> <20250116143956.GD21801@redhat.com> <20250116153044.GF21801@redhat.com> Precedence: bulk X-Mailing-List: linux-api@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-Scanned-By: MIMEDefang 3.0 on 10.30.177.15 On 01/16, Eyal Birger wrote: > > Will do. If it's ok I'll put you in a "Suggested-by" tag (or > co-developed - as you see fit). Heh ;) thanks Eyal but I don't care at all. This doesn't matter. What does matter is that you have found/investigated the problem. So if you agree with this change, just send the patch and I'll send my acked-by in reply. Thanks ;) Oleg.