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 421C740FD99 for ; Mon, 13 Jul 2026 13:30:14 +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=1783949415; cv=none; b=A4iBLdVc4pisb/1KScthkkEyyrToejKTS4KvRhIvOLFzVowhMFRJebOlsGUo2OGiUnUakN/edPNl8a2PdWALnPqpzkhjmA3RYuU29KXLu9BKQozAR4mbE/PqDYYJ64TuzGrAXR78l2fZ4sGORp5zj6z3yvkVOYIvsHmWQkNVAJo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783949415; c=relaxed/simple; bh=Is/hgNLWWU5wU+h/1tBqk7cr4vr6y9vBBNBGZAX0DII=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=SDSHqmGsEyq/5d7ITw9olitokaB4PtBB59uvZIXhvVOSjW8dbndLK8TkYSf4VGoG3sZziCAy1wLgngWK1wBf11UuOj23jnvBc3lzueJM6Bg3/xwT3+lWc6JspOUPwYBzxXUJDVkRZRK3203E5P7UDdrkUlyIAl8BlguYX8YT8w0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Q5iUkvZY; 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="Q5iUkvZY" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E13F81F000E9; Mon, 13 Jul 2026 13:30:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783949414; bh=y55nI1Ok7fM+U8y9cIFWgGXKnToo2A+uyePQEWytnVE=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=Q5iUkvZYqzjlyItBZSQs72cXBEFcBC6KauNPN4HaVAXqDyVYB7tuRnW/mEh3pKo6V Kt6AOxKbG9WUHR+epF5/U97YkpkB452SpIB6HQU3PVgmqlQ1NZSl0/2MRydlLhBGzW 41dJnT3F7lHEgwLb/4E0dPTRvd4AXULvqZ3gp93nvs+jX2MmIGwFcnN9rUpLLHIng7 oRGcpJGaPD1/btt0cDsll+Ylyyay3qlvg1BtQW5XLLcnMiud+NNedHt+qdDBmzNgaF 8cjGJiIHQ5pChSfr3+1oJ2Y3v/tVXhzkb98cZ0yOYvhqfZ++dzZzIQkH3t2zOFf4K7 G+N0e0uhg+57Q== Date: Mon, 13 Jul 2026 16:30:06 +0300 From: Mike Rapoport To: Pratyush Yadav Cc: Andrew Morton , Baoquan He , Pasha Tatashin , 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 Message-ID: References: <20260704112509.3717884-1-lgs201920130244@gmail.com> <178392639372.255896.15219634537212682820.b4-ty@b4> <2vxz7bmzkqot.fsf@kernel.org> 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 In-Reply-To: <2vxz7bmzkqot.fsf@kernel.org> On Mon, Jul 13, 2026 at 02:41:06PM +0200, Pratyush Yadav wrote: > 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? Yep, thanks for the reminder. > -- > Regards, > Pratyush Yadav -- Sincerely yours, Mike.