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 024DDC43381 for ; Thu, 21 Feb 2019 11:39:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C528B2148D for ; Thu, 21 Feb 2019 11:39:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550749197; bh=Iiznov1bDD1Z0VQpOLhV5H9TOIOQmzYiXcCIlcIWpbc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=N7f2HPDE447qu4HPyPWhVrWtxE4YrbCTVQCHtyzQam4ejJX15x4Z5dg7Egm5ou92X ZLgjDIfDatGrj2hlL3EANN83kB1WYvJ7DaxB1VoEEeZ46tjkHaQAWfs27i8/i3z5x/ 7qvzpTMx6K8GGcWg9EUCgLUxN2dle8Xzi0DODMsI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726677AbfBULj5 (ORCPT ); Thu, 21 Feb 2019 06:39:57 -0500 Received: from mail.kernel.org ([198.145.29.99]:53392 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726647AbfBULj5 (ORCPT ); Thu, 21 Feb 2019 06:39:57 -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 3907D2147A; Thu, 21 Feb 2019 11:39:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550749196; bh=Iiznov1bDD1Z0VQpOLhV5H9TOIOQmzYiXcCIlcIWpbc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sal9FYT+1AKnnV3DHLsqBvqzWaLWs/J4dhUfQpfqn6CXAVlC7j6JY+ozbk4uF4dTQ cDbG0AUnR/xVyclJEWQ60D4pgWUs484heFJbdl6nlD3uXS6Jzj7VQqvDSIqPqvA/uN QhMm4CM1TdCtecUK7EULKl/M06kwrD7KgCQj3QMc= Date: Thu, 21 Feb 2019 12:39:53 +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: <20190221113953.GB10737@kroah.com> References: <20190219215525.tldji4ywlql3rmnl@debian> <20190221040049.GZ10616@sasha-vm> <20190221113936.GA10737@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190221113936.GA10737@kroah.com> 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 Thu, Feb 21, 2019 at 12:39:36PM +0100, Greg Kroah-Hartman wrote: > 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? You also added it to 4.14.y, missed that one.