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 8B6523A6B6C; Fri, 27 Mar 2026 10:12:19 +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=1774606339; cv=none; b=LwxWiXbJzy5sc9LjhQt4Ze4hAFrfses34c4u/fh9FhpYT6Fthoyy4z+oDF9zLJaNddBdNZ/iDA/Vg2wzl825RiBNY0rsISIg7HWhUn/6D5cSrE9a0iJMPFRVDfp05JAGHA67B0QCLu0SOezGN5ZALbHmoADuq45ua7ipk58o2ac= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774606339; c=relaxed/simple; bh=/sBlDAuD+k0xiaI00BMG8cbz3yQl8lhd2eBMiuzWDEw=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=H3GOTQeVYd14C3jaY4fkAscCUuAjwwUo5+U7Dxe5OO4MnNJlofXCvLQvvHA71u7nskc8urVgwOjDEF5AGqo78WFgHJDrddabw4vIiygRc9UBird51OpHo6I5iE2aegbqhLEDFV3L1d5xdoqKiY+iIkRPxqWBgSCPjxyLyhoJuA0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=cn7VUUnc; 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="cn7VUUnc" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E6F08C19423; Fri, 27 Mar 2026 10:12:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1774606339; bh=/sBlDAuD+k0xiaI00BMG8cbz3yQl8lhd2eBMiuzWDEw=; h=From:To:Cc:Subject:Date:From; b=cn7VUUnc1i/pW1bYvRLIUVJ0/hLspYWhIoGI2Y4f1f7Es67jmpczos39BTGcXDveR yKzvONjRUuA3mp3WU2ksJhrNuJuNJ4WGAxC05iFTL92Qhg+n03Vp4LjlU0JyFf/MJv DXkjdhOhrTvpDEfeBmCutgkx2giLp6SQqcrhDLeg= 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.12.79 Date: Fri, 27 Mar 2026 11:11:54 +0100 Message-ID: <2026032708-voting-grafted-04f0@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.12.79 kernel. Only users that could not build the 6.12.78 release on the LoongArch platform need to upgrade, this fixes a regression that was introduced in the last release accidentally. The updated 6.12.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.12.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 +- arch/loongarch/kernel/machine_kexec.c | 22 ---------------------- 2 files changed, 1 insertion(+), 23 deletions(-) Greg Kroah-Hartman (1): Linux 6.12.79 Huacai Chen (1): Revert "LoongArch: Add machine_kexec_mask_interrupts() implementation"