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.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, 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 25631C6783C for ; Fri, 12 Oct 2018 15:15:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C5B5F20835 for ; Fri, 12 Oct 2018 15:15:11 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="RFI3an8L" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C5B5F20835 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=roeck-us.net Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729080AbeJLWsF (ORCPT ); Fri, 12 Oct 2018 18:48:05 -0400 Received: from mail-pg1-f196.google.com ([209.85.215.196]:42099 "EHLO mail-pg1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728804AbeJLWsF (ORCPT ); Fri, 12 Oct 2018 18:48:05 -0400 Received: by mail-pg1-f196.google.com with SMTP id i4-v6so5979927pgq.9; Fri, 12 Oct 2018 08:15:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=8Jf8mbEPCp+RopOAvnT0YEpEzncJlSyge8QrQS3XyGs=; b=RFI3an8L73aoFvFdwSRADE/ICVuAFW/rkocftiUHnrcynITM/ECg5pXmFwvENKi7jR xJfWjAWiLYrGv1CHrEqEpov9m7hmqiW9asXt593IklRZMeLKMoHuaXkd9Nrdt67jha6t onlERTX4iwt16iv6ld334Tat80ZPO/6C5MZrVWO9kl54TZ74A8U8n2dZPjlfsvC8JsWb v68ELdLHa5pb2n4DwOmCdtYgG+AG/GMmSuq/4rd75hxy70g2MbjuEuptCCgy9x4J75VF T1iv+dRV4kdRAgZWzYp7Od0w35MfhxDwb+zLQRJQf53hwUI7l2MQka3rPF+1MDPBZrgh Bbxg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=8Jf8mbEPCp+RopOAvnT0YEpEzncJlSyge8QrQS3XyGs=; b=JV0H6IkATrxDEMuzJcClvYwvVoHzzOt6YwgzNiSQiB4WI0BiMHPp5vZvBp91GIWyE3 NIfeQx4eRTYuYvRNMz2RoyIztwgycO0HAKjxPpFUZaL5nqLHmbHw2BcdVx/6PT6wYcBX YJf4I4xsrQFyl2HlUPc9ipLb1Idi+4UIlwr5jgl4QQoXDW3vsBItso29IRQw/IYTP09g z541CiAGeaYLP5QwQsKyuwZfp29PHr3YwgNIrH7ToyZ48jpTSXvTd+KrqPZ5gh7/nZED QnQ1oXwGB1WVhnphJTeB9OZxKq8VLnoly1L/oOB6TyiF4x8Ls1Q88JJC2hnTOjJ8vIMO LJUA== X-Gm-Message-State: ABuFfoiSJpFQsdDj//Cer0O6BP9yQ8YJ6AXgsXIDBjuRLLzox0aWef6S PiFeQbCAZ7h1gRkX/q0Bx2iDsIfr X-Google-Smtp-Source: ACcGV62Ac+i0D+KVbuBcd+0RN7AG33g6IpquDqCiP8nWakwTsq2NniH0hHNIZGdq/Bl9LAkiYQlD4w== X-Received: by 2002:a63:4b44:: with SMTP id k4-v6mr5862687pgl.51.1539357309150; Fri, 12 Oct 2018 08:15:09 -0700 (PDT) Received: from localhost (108-223-40-66.lightspeed.sntcca.sbcglobal.net. [108.223.40.66]) by smtp.gmail.com with ESMTPSA id c124-v6sm2611069pfa.119.2018.10.12.08.15.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 12 Oct 2018 08:15:08 -0700 (PDT) Date: Fri, 12 Oct 2018 08:15:06 -0700 From: Guenter Roeck To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: Re: [PATCH 3.18 000/120] 3.18.124-stable review Message-ID: <20181012151506.GA17468@roeck-us.net> References: <20181011152549.500488630@linuxfoundation.org> <9b2c52e4-56ce-37a3-b515-a6ff831fe17e@roeck-us.net> <20181012133704.GB3706@kroah.com> <10e12992-7e33-9569-5a4f-2a8124d3aae4@roeck-us.net> <20181012142110.GA10817@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181012142110.GA10817@kroah.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 12, 2018 at 04:21:10PM +0200, Greg Kroah-Hartman wrote: > On Fri, Oct 12, 2018 at 07:06:13AM -0700, Guenter Roeck wrote: > > On 10/12/2018 06:37 AM, Greg Kroah-Hartman wrote: > > > On Fri, Oct 12, 2018 at 05:19:16AM -0700, Guenter Roeck wrote: > > > > On 10/11/2018 08:33 AM, Greg Kroah-Hartman wrote: > > > > > This is the start of the stable review cycle for the 3.18.124 release. > > > > > There are 120 patches in this series, all will be posted as a response > > > > > to this one. If anyone has any issues with these being applied, please > > > > > let me know. > > > > > > > > > > Responses should be made by Sat Oct 13 15:25:29 UTC 2018. > > > > > Anything received after that time might be too late. > > > > > > > > > > > > > [preliminary] > > > > > > > > arm:allmodconfig: > > > > > > > > drivers/mtd/spi-nor/fsl-quadspi.c: In function 'fsl_qspi_init_lut': > > > > drivers/mtd/spi-nor/fsl-quadspi.c:170:5: error: 'LUT_0' undeclared > > > > > > That is really odd in that there are no patches that touch this file, > > > and I do not even see "LUT_0" anywhere in the 3.18.y tree. > > > > > > > Bisect: > > > > > > # bad: [8c4ca12b60ea371a32db58cf78b6cb4e2ba4515c] Linux 3.18.124-rc1 > > # good: [921b2fed6a79439ef1609ef4af0ada5cccb3555c] Linux 3.18.123 > > git bisect start 'HEAD' 'v3.18.123' > > # good: [aed5b0190528303a3f4d319f95d7e38c94ca32ab] USB: remove LPM management from usb_driver_claim_interface() > > git bisect good aed5b0190528303a3f4d319f95d7e38c94ca32ab > > # good: [10441f560c0ad0aeed00402088d71d4d299d6537] r8169: Clear RTL_FLAG_TASK_*_PENDING when clearing RTL_FLAG_TASK_ENABLED > > git bisect good 10441f560c0ad0aeed00402088d71d4d299d6537 > > # bad: [0661a919177560337d962f43daa46dde2fa4d89e] mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keys > > git bisect bad 0661a919177560337d962f43daa46dde2fa4d89e > > # good: [d4b130cc92bbef445de4ffe4ecd068935375d591] ocfs2: fix locking for res->tracking and dlm->tracking_list > > git bisect good d4b130cc92bbef445de4ffe4ecd068935375d591 > > # bad: [1f002a3e6d7250a62966399bd91eeec308c0b756] fbdev/omapfb: fix omapfb_memory_read infoleak > > git bisect bad 1f002a3e6d7250a62966399bd91eeec308c0b756 > > # bad: [5396a79f029d54c1e02409335c7dfde43c55e4a4] Make file credentials available to the seqfile interfaces > > git bisect bad 5396a79f029d54c1e02409335c7dfde43c55e4a4 > > # good: [7da4d144b6922e94aad8c0d405e4cc63a44b8ec5] dm thin metadata: fix __udivdi3 undefined on 32-bit > > git bisect good 7da4d144b6922e94aad8c0d405e4cc63a44b8ec5 > > # first bad commit: [5396a79f029d54c1e02409335c7dfde43c55e4a4] Make file credentials available to the seqfile interfaces > > > > ... and reverting that patch fixes the problem. No idea why; maybe because of include > > file changes. > > That patch _adds_ two .h files to be included in > include/linux/seq_file.h, not removes any. > > Ugh, that's a mess. > > I've seen the LUT_0 thing show up a long time ago due to some other odd > arm thing. But I don't remember how it was ever resolved. Maybe I'll > just let this one go and see if anyone notices :) > See commit 04850c4d8613127a9b488321c0ad83bff7519311. I'll check if it applies and fixes the problem, and let you know. Guenter