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.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,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 2CEB7CA9EC0 for ; Mon, 28 Oct 2019 16:37:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0A06420717 for ; Mon, 28 Oct 2019 16:37:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391101AbfJ1QhE (ORCPT ); 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