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,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 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 07A1EC5B578 for ; Wed, 3 Jul 2019 22:45:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C8363218A0 for ; Wed, 3 Jul 2019 22:45:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562193933; bh=roUPOwnfv8OnIk/SPlgOJqDs/8VdDdiWpv+VltJNB4E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=K3QkVUqjHoDj6IBAo45w7l+00rF8WIWljsU3aP7IWLzpRf5aXTc3s3vSHFkR5r/WU vsC2Ma8jwxcDWfBq6bu5qCLTXjb9jZCkSHB4MlSNy9dHs9C9Up5CiEbYlJ1jQDpJKr sstPJTmiwzK/DWrKfuTSiQbtSnxRD576YTMqU+TE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727056AbfGCWpd (ORCPT ); Wed, 3 Jul 2019 18:45:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:45062 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726821AbfGCWpd (ORCPT ); Wed, 3 Jul 2019 18:45:33 -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 005FC21882; Wed, 3 Jul 2019 22:45:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562193932; bh=roUPOwnfv8OnIk/SPlgOJqDs/8VdDdiWpv+VltJNB4E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=l1c9iahUAHDTdjeP2SKf0hsTb6yO5g72zyVOEUkRUNxu0eCA9d4TuERYImpetO+M5 OOxMOF8+AmWxyKUsaXJWD6naAcp2ysIreLboSTUszUoq4oTQU/GeTx+QC51BCwa6fy BcUbGzu4BFWBZLA3eV/K20NV7/xIv9DtIf2zYElw= Date: Wed, 3 Jul 2019 18:45:30 -0400 From: Sasha Levin To: Arnd Bergmann Cc: "4.4.y backports" , gregkh Subject: Re: [STABLE-4.9] proposed backports Message-ID: <20190703224530.GC10104@sasha-vm> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Jul 03, 2019 at 10:43:40PM +0200, Arnd Bergmann wrote: >On Wed, Jul 3, 2019 at 10:31 PM Arnd Bergmann wrote: >> >> Here is a similar list for 4.9, from >> https://kernelci.org/build/stable-rc/branch/linux-4.9.y/kernel/v4.9.184-66-g79155cd391a8/ > >On 4.14, I can only see one missing patch in >https://kernelci.org/build/stable-rc/branch/linux-4.14.y/kernel/v4.14.132-2-g69aa9e7d0127/ > >02eec6c9fc0c ("MIPS: netlogic: xlr: Remove erroneous check in nlm_fmn_send()") Queued this up, thanks! -- Thanks, Sasha