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.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,T_DKIMWL_WL_HIGH,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 B002EC04AB6 for ; Mon, 3 Jun 2019 09:00:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 85DD827DE6 for ; Mon, 3 Jun 2019 09:00:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559552405; bh=YU/kGCvnHzGvuwgj2PIJXhxGrd1kecu0ZqYiqlXfByc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=YSgBFj6M63jrcvlLotLIwncryRBh23Af+wgV/MgqJss7Pct+cRUtCfoLhTz83VomM y6OyayKqT+2u+e2mhC1UYuyxS4ek/OicIeExvTq5WYO46HVP6WYOmNIq7ObR0Ov0Q6 XnO6U9uC+sa2l8fEUuaW4RyHcR7Mh6AiEjVGWE5g= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727869AbfFCJAF (ORCPT ); Mon, 3 Jun 2019 05:00:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:41050 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727868AbfFCJAE (ORCPT ); Mon, 3 Jun 2019 05:00:04 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.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 D1DA427DE1; Mon, 3 Jun 2019 09:00:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559552404; bh=YU/kGCvnHzGvuwgj2PIJXhxGrd1kecu0ZqYiqlXfByc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uvzBnwFiZ9giTdZRjiQ3spRxkYLiXo6TQfStvWeSMOgOpBdDuJwdbp3OLVAU2A5hN IW/PaqtMZSsVFxIjBBmZC9DyyHbrrrD2TPZ3XbamQXTJg+bTD73VMICqWm+DCEUism GHQQvqR9a1d4zuAShRBqoDWWqhevE7XVptPb3gWE= Date: Mon, 3 Jun 2019 11:00:02 +0200 From: Greg KH To: Joakim Tjernlund Cc: "stable@vger.kernel.org" Subject: Re: "tipc: fix modprobe tipc failed after switch order of device registration" broke firefox Message-ID: <20190603090002.GA8096@kroah.com> References: <1b1dba03a69d70553827a972fa7058562dcd13be.camel@infinera.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1b1dba03a69d70553827a972fa7058562dcd13be.camel@infinera.com> User-Agent: Mutt/1.12.0 (2019-05-25) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Jun 03, 2019 at 08:01:31AM +0000, Joakim Tjernlund wrote: > Commit https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-4.14.y&id=af4af68df3e48f49a03c2213b8e438ac47143135 > broke stable 4.14/4.19 > Upstream reverted that commit and replaced it with a new version: > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/net/tipc/core.c?id=526f5b851a96566803ee4bee60d0a34df56c77f8 I have no idea how this broke firefox, odd. Anyway, I think I've now fixed this all up, should be in the next stable releases, thanks. greg k-h