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=-7.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT autolearn=unavailable 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 A9633C43612 for ; Tue, 8 Jan 2019 17:56:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 73948218A3 for ; Tue, 8 Jan 2019 17:56:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1546970204; bh=G00cuVepFfSJIZLHIh1YFKFXEHCJsfzflk8KMHnW6UU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=QnCApPHqHFRKmxLqrzaoknpzXyU9verjtDaEe0CSOXLlFgXobh+VDC/+csJ1IukTA YvgDfww/jkRVt+JV+u7m8HMCUTAZ4Z7PPzKYoRGLkQrvxWPd/Gghf+EblSj/cl3lbC TjWL6Mjdc0hZeJ19o8EUCrlmuYZTqDO1qI+xrU64= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729239AbfAHR4n (ORCPT ); Tue, 8 Jan 2019 12:56:43 -0500 Received: from mail.kernel.org ([198.145.29.99]:43630 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728940AbfAHR4n (ORCPT ); Tue, 8 Jan 2019 12:56:43 -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 7F4092064C; Tue, 8 Jan 2019 17:56:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1546970203; bh=G00cuVepFfSJIZLHIh1YFKFXEHCJsfzflk8KMHnW6UU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Kj7eNWJwbz7Xy2FZJPs2XDkxefemDhNvkRrzM9SvA+lup0GAPuMWBoc/XIJJoE2jB aT8ttpIYhr6ob+ZUhLx9KbfHn2BRnYJx1fqUbf749TxBCv7sHdoSY/YNaa6f6ltENP yA2IYrjPm2NqOeHZriNfz8CjmUcXP/TUB9oQyQAk= Date: Tue, 8 Jan 2019 18:56:40 +0100 From: Greg Kroah-Hartman To: Guenter Roeck 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 4.19 000/170] 4.19.14-stable review Message-ID: <20190108175640.GA2461@kroah.com> References: <20190107104452.953560660@linuxfoundation.org> <20190108172503.GA28031@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20190108172503.GA28031@roeck-us.net> User-Agent: Mutt/1.11.2 (2019-01-07) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 08, 2019 at 09:25:03AM -0800, Guenter Roeck wrote: > On Mon, Jan 07, 2019 at 01:30:27PM +0100, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.19.14 release. > > There are 170 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 Wed Jan 9 10:43:54 UTC 2019. > > Anything received after that time might be too late. > > > > Still (for v4.19.13-171-gc68ce175c3b8): > > arch/powerpc/kernel/signal_64.c: In function ‘sys_rt_sigreturn’: > arch/powerpc/kernel/signal_64.c:761:21: error: ‘msr’ undeclared > > AFAICS commit 5c784c8414fba ("powerpc/tm: Remove msr_tm_active()") is missing. Breno on this thread just said that this patch should not be applied, and another one will be submitted upstream instead to solve the problem correctly and then we can backport it. So we can live with this build issue for now. thanks, greg k-h