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.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,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 E2D3FC43381 for ; Thu, 28 Mar 2019 21:51:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B2AE42184E for ; Thu, 28 Mar 2019 21:51:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553809913; bh=VZscpTcOaPuxFqOoQFZwLwCO4LOOEc7l0tV3OLh/ggw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=MK1mlpBkjq2M1qH1xUG21YTdn0tThbILVeXJwNcUa50l4nRwfhaZgnQ7zyT43K/Dz z3c5ElpkMXNiOHDN+NOJKW6YQ5E5HwzRSCsymUOZgaJHTixtjcM+DAWgKjGPcyQHbd +acLZBs+6zBB51V3jAAGraz4jzAofpvQZtRDzuKE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727238AbfC1Vvx (ORCPT ); Thu, 28 Mar 2019 17:51:53 -0400 Received: from mail.kernel.org ([198.145.29.99]:56048 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726294AbfC1Vvw (ORCPT ); Thu, 28 Mar 2019 17:51:52 -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 D1CCD2184E; Thu, 28 Mar 2019 21:51:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553809912; bh=VZscpTcOaPuxFqOoQFZwLwCO4LOOEc7l0tV3OLh/ggw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2AWoOR0J+pSMCYd8wyJ3S49wh8t5c7oYSw2k6jkmfbo8726/RRcAyn609wDl/TwXd e7tfWWpj8SmeV3TfLhN7g/jOLqZNReCIevHfOX5yDD/mvchbOrql+RjAg5i7DfqDot KFmU4OHg1z95sGhUD038tOsZn/im67hNvai1gLLk= Date: Thu, 28 Mar 2019 22:51:49 +0100 From: Greg KH To: David Miller Cc: stable@vger.kernel.org Subject: Re: [PATCHES] Networking Message-ID: <20190328215149.GA21581@kroah.com> References: <20190328.122407.1125989210145347163.davem@davemloft.net> <20190328205525.GA566@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190328205525.GA566@kroah.com> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Mar 28, 2019 at 09:55:25PM +0100, Greg KH wrote: > On Thu, Mar 28, 2019 at 12:24:07PM -0700, David Miller wrote: > > > > Please queue up the following networking bug fixes for v4.19 and v5.0 > > -stable, respectively. > > Now queued up, thanks. Hm, looks like the tun patch needs a call to rcu_read_unlock() in the error path. Should I drop that patch for now until a fix hits Linus's tree, or just leave it as-is for now and take the fix later? thanks, greg k-h