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 0D1E7C43381 for ; Fri, 8 Mar 2019 12:38:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 73D4020851 for ; Fri, 8 Mar 2019 12:38:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1552048714; bh=5jcAc7cHbWviyTyPM3RLKweUln9AzLaVgqDcITPXAlA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=wKBb3/P0/qY8NJ8WAKeV2wBTp4dZwXIRO443xbnaGtt9wnrw3e7xWDYiKVq3LtT3e W9tQb55QuUyENknzDtjk7B4ZzI761G57MBwYEaabK4mtWtAI6r/KRlRFoYEL5oAsBF jQ2W6Caevn/MqtzWbBnLH3qb1UKncirWMTy7FjHI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726340AbfCHMid (ORCPT ); Fri, 8 Mar 2019 07:38:33 -0500 Received: from mail.kernel.org ([198.145.29.99]:46212 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726249AbfCHMid (ORCPT ); Fri, 8 Mar 2019 07:38:33 -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 9633B20851; Fri, 8 Mar 2019 12:38:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1552048713; bh=5jcAc7cHbWviyTyPM3RLKweUln9AzLaVgqDcITPXAlA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KpwT7v6a6R004cHBP858JeCj5cveEwtFZIQejCdMnXvRbD77dMwqS+ZqmnB8wdyW3 ROMir9Z4NwkBXRQQlgn+7hJACTI4NEf3zkkUPZHymXwB2hM2NLEToOjvu0P5z156f5 0JYkgJ+EPdLMS00762N6AUce6jewce1RM8N/WwMM= Date: Fri, 8 Mar 2019 13:38:30 +0100 From: Greg KH To: Shengjing Zhu Cc: stable@vger.kernel.org Subject: Re: Backport 7fbe078(vhost/vsock: fix vhost vsock cid hashing inconsistent) Message-ID: <20190308123830.GB13818@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.3 (2019-02-01) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Mar 06, 2019 at 12:32:35AM +0800, Shengjing Zhu wrote: > commit 7fbe078c37aba3088359c9256c1a1d0c3e39ee81 upstream(vhost/vsock: > fix vhost vsock cid hashing inconsistent) fixes > 834e772c8db0c6a275d75315d90aba4ebbb1e249(vhost/vsock: fix > use-after-free in network stack callers) > > Please backport 7fbe078 to 4.9, 4.14, 4.19, 4.20, since 834e772 was > applied there. It does not apply to those trees, can you please provide a properly backported version that I can use? thanks, greg k-h