From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 6DE333A7850; Thu, 30 Apr 2026 09:45:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777542324; cv=none; b=jc6XfsL/SsPsyOR7yhmnQB+j7GRC+VN/byVqnTAqRqa1MTmuB6X8NTeca4c7+kpSSSNonWcKUQyb7Se1thYPb8Pgug7L6yeX8FQgoqhFdJKaD1NSiLvdYc0pJxPUveiFdR/Dzx7KQQ3NnAF6Xqrh8nJxyC6R3YloUJZRyodTiG0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777542324; c=relaxed/simple; bh=ZXXa0cqqk1m7WBB40gBSDZH8jpLtOAZTYlgy9/Lsr5U=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=tC0JpV5XtWkpLoYuYVx17oV0KhirlZTCiMGW9gePOQLLhFyjYHuugiRqJiRgDRXdv8feoA0swgEP/cXre4OU6+GJu2xyOOWQfxN8JjllpCFzglhuNlD114KLV71V0gLpXxa+BJbN3L7aiGecT7yIMIzi2CQJhVdcKRQ7EgGu0Fc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=n4b0mW2N; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="n4b0mW2N" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A3046C2BCB3; Thu, 30 Apr 2026 09:45:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1777542324; bh=ZXXa0cqqk1m7WBB40gBSDZH8jpLtOAZTYlgy9/Lsr5U=; h=From:To:Cc:Subject:Date:From; b=n4b0mW2N4OZCTvWbOV5VCDkWvu2TqZTA/SpWuEH7mzHpHk4Yzo6mupJYbSjEK1lFY nqrVB1lCRWlk9BRRuwO/lWZkD9OB/TaRNMbmGmDJ2iejOvAdupSRjcYzO1jxucZ0e8 IyqE4eqTKzhvQd8iI0CRMLNIVLSrBPLYqSKKzyo8= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, torvalds@linux-foundation.org, stable@vger.kernel.org Cc: lwn@lwn.net, jslaby@suse.cz, Greg Kroah-Hartman Subject: Linux 6.18.26 Date: Thu, 30 Apr 2026 11:44:42 +0200 Message-ID: <2026043013-dingbat-underline-1169@gregkh> X-Mailer: git-send-email 2.54.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit I'm announcing the release of the 6.18.26 kernel. Only users of Xen in the 6.18 kernel series must upgrade. The updated 6.18.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.18.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Makefile | 2 +- drivers/xen/privcmd.c | 7 +++++++ drivers/xen/sys-hypervisor.c | 8 ++++++-- 3 files changed, 14 insertions(+), 3 deletions(-) Greg Kroah-Hartman (1): Linux 6.18.26 Juergen Gross (2): xen/privcmd: fix double free via VMA splitting Buffer overflow in drivers/xen/sys-hypervisor.c