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 BAA9647A0B5; Fri, 27 Feb 2026 21:24: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=1772227464; cv=none; b=BTnyKqDGdvAkWURAnnUMO8yNUYy0OyVKTL4SaHFQOnaAVlnluuH3Xzl1F/5d7QkBbUW4YzFxz81opG2Rcqc9SGo2dFRph5zaMLqsa2CaB4OWtTQaMCiDlXne0RA1lrthAv6hvBrzjyhcdCCo0Z3BJ2swaj2IasrPuCXTQ/g2eQI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772227464; c=relaxed/simple; bh=N6AKhx4ApN9hnwC8xecRGhsQr3ociLO3hosZ31dJiuM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=KF6UDC4GNb/tmhcyqC5bFTZxNKfTTvrpL0eLYu+OtJSsJf2kDptnDJasFlnu+ztDwFGdXsyJmOJaTmwAQmse7UjX6pfvACMEDxGIkLiZbBJbCezagw9V+X7BIo4APBPLBEP+Ayj7u+Ads7EnclUycTw3kn+7U4ITHZxnjOETuRw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=nNb+4huz; 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="nNb+4huz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 14D5FC19425; Fri, 27 Feb 2026 21:24:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1772227464; bh=N6AKhx4ApN9hnwC8xecRGhsQr3ociLO3hosZ31dJiuM=; h=From:To:Cc:Subject:Date:From; b=nNb+4huz1p5OWdouR9wx892xGAl52uESLnUhNr6+gXtBUStMGYS0bCklc0HUT+WFN yRkKTxkzrhDcVrIeK7aDuMRh/+De6NZ5ra7MS2hOsKZ4YFInmkwyBifj3qA25Nz8MZ jGOYH3kl8GaapazXImA3ne0x825pfQitFD7rzO2Y= 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.15 Date: Fri, 27 Feb 2026 16:24:08 -0500 Message-ID: <2026022738-doornail-childlike-10e2@gregkh> X-Mailer: git-send-email 2.53.0 Precedence: bulk X-Mailing-List: stable@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.15 kernel. All users of netfiler using the 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 +- include/net/netfilter/nf_tables.h | 2 ++ net/netfilter/nf_tables_api.c | 3 ++- net/netfilter/nft_set_pipapo.c | 2 ++ 4 files changed, 7 insertions(+), 2 deletions(-) Greg Kroah-Hartman (1): Linux 6.18.15 Pablo Neira Ayuso (1): netfilter: nf_tables: add .abort_skip_removal flag for set types