From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AE63CC433E0 for ; Thu, 21 May 2020 05:46:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 85414207D8 for ; Thu, 21 May 2020 05:46:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590039962; bh=U+kTXEwz+HBnRIKf6SIVXQYenrgzNh6i7xcNHTV5HgU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=PaaqpOj3sW778XKkXBr9Q/9B2w/SUxghyheKgNCgJDcbme5T0L5bLXxKiXsACbu1r jQrRF4FtZpTUkmYJbEHIAfmtXM6XJ8bbqKEpEVR68TWSelaqeiKyxrn0WIxtb4Zom5 tk0oo+5mXzpMLGVFrozWWn3Wb2K2Pg4lP6yripIo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726790AbgEUFqC (ORCPT ); Thu, 21 May 2020 01:46:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:45822 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726506AbgEUFqC (ORCPT ); Thu, 21 May 2020 01:46:02 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 511902070A; Thu, 21 May 2020 05:46:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590039961; bh=U+kTXEwz+HBnRIKf6SIVXQYenrgzNh6i7xcNHTV5HgU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=L70e1SpLnZTHYT1MH3CDp5z4IRtigyf64M20BHz58mm3UXzj9qPv37lrjB5hRMZUO p+DJ+0cXLi9/obB5UUjcFDAAkrqekSh4L6LK3e6JpVZNC2mP5JviDiMUlPw9pMR+qO dsumzIg3QdA4cBUUrcuikB5OkFhth/i/IJJVczg0= Date: Thu, 21 May 2020 07:45:59 +0200 From: Greg Kroah-Hartman To: Ben Hutchings Cc: Sasha Levin , stable Subject: Re: [4.9-stable] watchdog: Fix the race between the release of watchdog_core_data and cdev Message-ID: <20200521054559.GB2295294@kroah.com> References: <21124d783a72aa3292502100b1558ddf8f873b97.camel@codethink.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <21124d783a72aa3292502100b1558ddf8f873b97.camel@codethink.co.uk> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, May 20, 2020 at 09:15:57PM +0100, Ben Hutchings wrote: > On Wed, 2020-05-20 at 21:10 +0100, Ben Hutchings wrote: > > Please queue up the attached backport of commit 2351c88f8296 "watchdog: > > Fix the race between the release of watchdog_core_data and cdev" for > > 4.14. > > And here's the corresponding version for 4.9. Both now queued up, thanks. greg k-h