From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 C3F371A285 for ; Sun, 2 Aug 2026 07:46:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785656812; cv=none; b=Xh8lJjsQNvUr55zCjSppsd2WzN8EzwND0mDxmGo4bZuNkHWMQPhLnEGofzi3f+WOAK7aBY6G/Lg1WhurFS+ql3LFhAvtiYg7EA5Q+Wo4k/gtN7oYC2t43VgH5FSjqo3R8zB0crLKTcBgXQuzFUi0bz9QzOBoaMfi1faPYwyA+7U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785656812; c=relaxed/simple; bh=ZbTa+pfyhzhV5YyTOWRo31rsbxn3GEhAiSytG3WocLA=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=nGq17hdKNPzMDrJJuXEClSNyyBpZqwUjeacnFabbWUqTvtDh1Nzco3Gz3yT+ctsp480xQ9OPya2LEva5TsGRV7Zsm888g3UOE9PUzq8phf0Gb8423vbryi+KLHnIbzLaUkJyXff4H1k30OybEwGoolBrQP49yX8GHCeEltTwhyU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Qlh4XR7L; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Qlh4XR7L" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6EB151F00AC4; Sun, 2 Aug 2026 07:46:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785656811; bh=ysy4uw5G72/TPWGnjoJFh/KMlDOxWXuEvUwRofiUS1I=; h=Date:From:To:Cc:Subject; b=Qlh4XR7Lxxs0S83srMyDxYVik676IznZil5OzmWVlZU7utCUfce6DoAYBnkiIujcm OkynjN99KET248aJTNSYsYrkvp/npajOh/XFFWHHnCffRJ5tAdkWatVzH6uth/OrjH 8YncQdaULYjzIp7AA1ZgLLKAl3gsKXZtNbgz3miTneK4vgOeDoP/YPqF4Nhm777ib9 uYA3GFYZDfzOMv6h7a/y58kjkL205e72CrHWu0FCvfFr1GFstokSPSMFRBuGigD1UY IUbFu3S+1Z4erNMUZZ6uT6ZJEcrjoOgJ7uW1ZQ1wF+qVgDV7I/3OMF97O+uG+jDELd 7AuMNO3rwGDsw== Date: Sun, 2 Aug 2026 09:46:46 +0200 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Peter Zijlstra , Arnaldo Carvalho de Melo , Jiri Olsa , Alexander Shishkin , Mark Rutland , Namhyung Kim Subject: [GIT PULL] uprobes fix Message-ID: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Linus, Please pull the latest perf/urgent Git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf-urgent-2026-08-02 for you to fetch changes up to cc679d7a6303e84d769f2afcde1fc51c51f127cd: - Fix uretprobes race that can crash the kernel (Breno Leitao) Thanks, Ingo ------------------> Breno Leitao (1): uprobes: Fix NULL pointer dereference in hprobe_expire() kernel/events/uprobes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)