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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 6A5E5C433E0 for ; Thu, 21 May 2020 23:36:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3A49720814 for ; Thu, 21 May 2020 23:36:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590104192; bh=Bk1t+3feU+20ydiOpYXpQJjGjHTQrzFOr4sofrjmx8o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=qXrUDlddZtBjjPwBLnnsg7aTaAneMlx2eqEaEcZ2g0JZ9la75J6XaWeWE0wHmQb9C zgWoAxDqbCRCaVCYg75LGMRcxYCQ63HSY3QYsOg9wJOyJe0hu62acO5FEwGoEtjLtB cYwbqBF5jqVEKefYi+QQ1wR6MMvaPETkCRGGxiWg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729287AbgEUXgb (ORCPT ); Thu, 21 May 2020 19:36:31 -0400 Received: from mail.kernel.org ([198.145.29.99]:44614 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729211AbgEUXgb (ORCPT ); Thu, 21 May 2020 19:36:31 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 19CB4207D8; Thu, 21 May 2020 23:36:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590104191; bh=Bk1t+3feU+20ydiOpYXpQJjGjHTQrzFOr4sofrjmx8o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Z/tz8bRA32xQQ2Z2tljeqGH458NTJyvQVkpPPW5HxUTuTYzliQn422ZucziyS5ZYd PzcQ/IJlIva4gDFOABfvoQoTORqSXj7oj2Leid0V2PcJh5SCiHmaiuaynJyn+KgLKT S+QlDAfEGYf4JHIWPwH9fVOpxaBXYr45/4xSCggk= Date: Thu, 21 May 2020 19:36:30 -0400 From: Sasha Levin To: Ben Hutchings Cc: Greg Kroah-Hartman , Sasha Levin , stable Subject: Re: [4.4] Security fixes Message-ID: <20200521233630.GJ33628@sasha-vm> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, May 21, 2020 at 11:20:01PM +0100, Ben Hutchings wrote: >I've backported fixes for I²C and media controller devices, dealing >with the lifetime of related cdev and struct device instances and some >similar race conditions. Fixing the lifetime issue for watchdog >devices looks impractical for 4.4, as it depends on a big refactoring >in 4.5. > >All but one of these are already included in or queued for the later >stable branches. You dropped the I²C lifetime fix for 4.9, but I hope >my previous replies persuaded you that it is valid. Ignore what I said in my previous mail, I've backed out my changes and took yours, thanks! -- Thanks, Sasha