Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp3524827ybg; Mon, 28 Oct 2019 14:19:49 -0700 (PDT) X-Google-Smtp-Source: APXvYqxIMMjivDQ1mJ1wMYP/XmiJgE9c2zYxTQooCd0q/AoOj613CckPjnhG6PYsausic14A+Ey6 X-Received: by 2002:a50:f781:: with SMTP id h1mr5094905edn.9.1572297589803; Mon, 28 Oct 2019 14:19:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572297589; cv=none; d=google.com; s=arc-20160816; b=WxyyA8f7VKmrd47lsN0tnXJSf7f/MKEeu+DHWERA+Q4fHcW7GSHgXkdRaX4sDP+9yb HgRkxMNbOgNE1sk9YD2F1fVZg3WiUw6h+rHEbthoo68+uKHhsAA/z4Wk8YjnThk+SwFL DGRjEnPIOBuIyaR+zC2T5J6agZTzdnrMXgD5fFnl0T52JY8LlgTrf8orTfWfjL7EoXYr c+PYGEWwh2dA2bjLk7IqYDBHDDPEb+TLl2ZACmCzBNc7+ZUqXfmKK6IDdLiQIPCco8h/ qCQvM3cvAY9eYxw8+rxXohp2vewSOGISqgU9W/ymQsIy0ey5ixTcS4+FBOVWiem451rx Ib+A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=P2XfHqCM+4bUhSqrUfSAEwlmeQmR1lmIEEE4oRchsOQ=; b=0lj4/+ccsm8Ekvtin1aRkYTjfvwcrjvkcQ3MswIgJFgvJLQFRcdxmTRb6Hrnnc7k7C TYZKGiG/pl7hMmnmUh9AnTQTtI6HY6i/oqbQclO3gbIqPbcFiBRIvW0rworfTsJWJ9ee X7J/9puHRzFBF8SxEOeGOE1HepWw5rxacJel/R00uoOir1oZWHJNbwp++6G8VzyGYyvy eify6hTXuaF03+hNd0V79I5gB+0kyNWypsHVLT8MoE7zlQXIHZX3MDxZ+k98i/koRZVr pmRb8WLO4Ac75JLc/FD8ZzdciUySSXME37qIqtt5DgtMwhc34ajaaHx/amN2GnEDvC+Z yJyQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s2si6891601ejj.327.2019.10.28.14.19.25; Mon, 28 Oct 2019 14:19:49 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391078AbfJ1QhE (ORCPT + 99 others); Mon, 28 Oct 2019 12:37:04 -0400 Received: from mx2.suse.de ([195.135.220.15]:43482 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729420AbfJ1QhD (ORCPT ); Mon, 28 Oct 2019 12:37:03 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 8042CAD08; Mon, 28 Oct 2019 16:37:02 +0000 (UTC) Date: Mon, 28 Oct 2019 09:35:37 -0700 From: Davidlohr Bueso To: Greg KH Cc: eric@anholt.net, wahrenst@gmx.net, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: vc04_services: replace g_free_fragments_mutex with spinlock Message-ID: <20191028163537.b2pspgdl6ceevcxv@linux-p48b> References: <20191027221530.12080-1-dave@stgolabs.net> <20191028155354.s3bgq2wazwlh32km@linux-p48b> <20191028162412.GA321492@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20191028162412.GA321492@kroah.com> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 28 Oct 2019, Greg KH wrote: >This is obviously not in a format I can apply it in :( What are you talking about? I sent you the original patch, then Cc'ed the drivers mailing list. So you still have a patch you can apply... this is quite a common way of doing things (Ccing for future references to someone or another ml). I don't understand why you are hairsplitting over this patch. Thanks, Davidlohr