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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,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 19F5DC433E1 for ; Mon, 8 Jun 2020 20:41:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E342020760 for ; Mon, 8 Jun 2020 20:41:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1591648878; bh=aWtKGePgMHp5Uf78wSoC37IKkjEb4ALq/l82/RagfLM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=B+UJeXmlgefzOfdwETcRyPaJfg2tww+ySXI8VdW4vovZUo4PgUJmxeexDHgKO4Rsp SyuN539FeE/dvOiuUTmzlv61tPWKt8XISCXAkch1HORu7cPAOu+3HRlyMSZa2GHMBI 2oUuMolgHzJw1pS77iqWt87w7hW62ebBbdjQWgwE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726730AbgFHUlR (ORCPT ); Mon, 8 Jun 2020 16:41:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:59432 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726606AbgFHUlQ (ORCPT ); Mon, 8 Jun 2020 16:41:16 -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 E4E07206D5; Mon, 8 Jun 2020 20:41:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1591648876; bh=aWtKGePgMHp5Uf78wSoC37IKkjEb4ALq/l82/RagfLM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=16vs7TcUoDAjVp24MmudMDDnJeujwEX5oU/mB2RMDO65z6YG3C0QX/jSU2p7pwmKA Jg2Jg63Y/VW0F87PBymOCy8GuCLno7VYci4rqi5HUaGFCJ7oZYeBXcWTMaS3YsBhcE rjC1AaM6F0cXXcGBf92kTRWsYGmntMkoPZM4/Chc= Date: Mon, 8 Jun 2020 16:41:14 -0400 From: Sasha Levin To: gregkh@linuxfoundation.org Cc: m.othacehe@gmail.com, Jonathan.Cameron@huawei.com, Stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] iio: vcnl4000: Fix i2c swapped word reading." failed to apply to 4.14-stable tree Message-ID: <20200608204114.GS1407771@sasha-vm> References: <1591619056246224@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <1591619056246224@kroah.com> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Jun 08, 2020 at 02:24:16PM +0200, gregkh@linuxfoundation.org wrote: > >The patch below does not apply to the 4.14-stable tree. >If someone wants it applied there, or to any other stable or longterm >tree, then please email the backport, including the original git commit >id to . > >thanks, > >greg k-h > >------------------ original commit in Linus's tree ------------------ > >>From 18dfb5326370991c81a6d1ed6d1aeee055cb8c05 Mon Sep 17 00:00:00 2001 >From: Mathieu Othacehe >Date: Sun, 3 May 2020 11:29:55 +0200 >Subject: [PATCH] iio: vcnl4000: Fix i2c swapped word reading. > >The bytes returned by the i2c reading need to be swapped >unconditionally. Otherwise, on be16 platforms, an incorrect value will be >returned. > >Taking the slow path via next merge window as its been around a while >and we have a patch set dependent on this which would be held up. > >Fixes: 62a1efb9f868 ("iio: add vcnl4000 combined ALS and proximity sensor") >Signed-off-by: Mathieu Othacehe >Cc: >Signed-off-by: Jonathan Cameron There were some context conflicts due to renaming of the lock (and it not existing on 4.4). I've fixed it and queued for 4.14-4.4. -- Thanks, Sasha