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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT autolearn=ham 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 62107C43381 for ; Thu, 21 Feb 2019 11:39:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 300282148D for ; Thu, 21 Feb 2019 11:39:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550749181; bh=NrSk1rQ6eVacYNFPmfmpiaCpq7lLMhkGk+VtnjQXTNc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=sunATadD6vhu+PytS8fn9zR5GSbQg9GdC/fXyihQdmKn2JvR6LSniokggrfOQO6IZ rUqWfcv1yMyHay0OyFTkLGvqJ61S5kCyMAcqXp/JCGjBZf7jcP97bkb7tlSjw3iDl7 jUvsRvPRFztP4YiR5FpMQs5j1hxHBXvO7Aj7J4Mo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725385AbfBULjk (ORCPT ); Thu, 21 Feb 2019 06:39:40 -0500 Received: from mail.kernel.org ([198.145.29.99]:53212 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726647AbfBULjk (ORCPT ); Thu, 21 Feb 2019 06:39:40 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.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 85FB22086C; Thu, 21 Feb 2019 11:39:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550749180; bh=NrSk1rQ6eVacYNFPmfmpiaCpq7lLMhkGk+VtnjQXTNc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=T59kZoKAE3ts+m29lwFQDug8oMwGgis+OypIfhrnQfD1HAaIAxOp3OIt/oPFs+8uF PVv4Xu4Dp0YL49wRV7cuPusa94eo7Z6awDiDN/VWJqXlqFzctVb9rKJWLaaEvMxzmP iE7kPxVrbYb8rL4R/kWoMMysfHv/0ORPQPnJWBrk= Date: Thu, 21 Feb 2019 12:39:36 +0100 From: Greg Kroah-Hartman To: Sasha Levin Cc: Sudip Mukherjee , stable@vger.kernel.org, Wei Yongjun , Guenter Roeck Subject: Re: request for 4.14-stable: 07bd14ccc304 ("hwmon: (lm80) Fix missing unlock on error in set_fan_div()") Message-ID: <20190221113936.GA10737@kroah.com> References: <20190219215525.tldji4ywlql3rmnl@debian> <20190221040049.GZ10616@sasha-vm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190221040049.GZ10616@sasha-vm> User-Agent: Mutt/1.11.3 (2019-02-01) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Feb 20, 2019 at 11:00:49PM -0500, Sasha Levin wrote: > On Tue, Feb 19, 2019 at 09:55:25PM +0000, Sudip Mukherjee wrote: > > Hi Greg, > > > > This was not marked for stable but the commit which it fixes is in > > stable. > > Please apply to your queue of 4.14-stable. > > Queued, thank you. You added this to 4.4.y, 4.9.y, and 4.20.y queues, but forgot 4.19.y and 3.18.y. Any specific reason? thanks, greg k-h