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 068B43ED3AF for ; Mon, 13 Jul 2026 12:41:09 +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=1783946470; cv=none; b=jhnrwy7pOR9xBUHjuWHRgtSzhRb5YE9y4ZQegPgbyrEl+llXM0etAegVvddQofMAYYcWs1W4uzEFS1Il1vTNr4OK3MgqxSJTBj3YroeprUZrf0sKaQtWsPRLWoIR5K5AwSvB5aZdX0cwrO6h9cYLt8uA1gSItx6PM/aMdNUCgpc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783946470; c=relaxed/simple; bh=vD48BWG0QJ1UXsPKVF87zGfWf/zUxZLqz3ZAYBLJ8BU=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=iuO56lxLcjZwwNrTrJyRNOJUpwI69miTuz1dSESrgoIl3E8daXIFMD68Zav1qRuKSrmPogSOFMwDsVUNfdGGws/vn6YvyXc65r7MtdT5y717MmJj0LwkhT0PeVSvmTKZ7jKW4Tx5DiXSW4sd8HLwpGE/Ahai1SPBZxzSpQbYAY8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=f9VlSb/y; 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="f9VlSb/y" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C09651F000E9; Mon, 13 Jul 2026 12:41:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783946469; bh=uYOLvNQwyjuDQz0kxSpG+czfIhSiXVB9VKd60+XoBlI=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=f9VlSb/yKVCNAwNbwptRjNCr7yjYG9vIFALhSWW1ywfFZx2rPQ3CoxpzH6zMcyZbY zZ4qZE7YcbamEoHIl9rc49AvWS7jnr8eWvJmAXrHX4aeZ4EkUVTXu9mehpnYAf9ONi N95zeraAnr8n2tKQ6G0PsPQBiocrUKjVo0JV//ZfoUrxgPjWWcSL6sijn+T30lsbYR 3VgKWIFxxhs5p214IZzhhRQ9e0FhJ0sfP3ljJk4k7HJcgYVoOOmIVs7OA7C2FGCX1H 57ppH2CzmvYsRJJD+xp19lCDeOgzx+1Iy1aJvqy1sPKr5SGwKPcCCxpO+U552PhcaH 9iZFrldTpYogQ== From: Pratyush Yadav To: Mike Rapoport Cc: Andrew Morton , Baoquan He , Pasha Tatashin , Pratyush Yadav , Dave Young , Coiby Xu , kexec@lists.infradead.org, linux-kernel@vger.kernel.org, Guangshuo Li Subject: Re: [PATCH v2] crash_dump: release keyring reference at the correct time In-Reply-To: <178392639372.255896.15219634537212682820.b4-ty@b4> (Mike Rapoport's message of "Mon, 13 Jul 2026 10:06:33 +0300") References: <20260704112509.3717884-1-lgs201920130244@gmail.com> <178392639372.255896.15219634537212682820.b4-ty@b4> Date: Mon, 13 Jul 2026 14:41:06 +0200 Message-ID: <2vxz7bmzkqot.fsf@kernel.org> User-Agent: Gnus/5.13 (Gnus v5.13) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Hi Mike, On Mon, Jul 13 2026, Mike Rapoport wrote: > On Sat, 04 Jul 2026 19:25:09 +0800, Guangshuo Li wrote: >> crash_dump: release keyring reference at the correct time > > Applied to kexec-fixes branch of liveupdate/linux.git tree, thanks! > > [1/1] crash_dump: release keyring reference at the correct time > commit: ada2e5a44e99113e08ad9b7b71396c6c572204da > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux > branch: kexec-fixes For me kexec-fixes points to v7.2-rc1 still. Did you forget to push? -- Regards, Pratyush Yadav