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=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 2B3E7C2D0A3 for ; Mon, 9 Nov 2020 17:45:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C635520639 for ; Mon, 9 Nov 2020 17:45:09 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="Q2jVLdxB" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732262AbgKIRpI (ORCPT ); Mon, 9 Nov 2020 12:45:08 -0500 Received: from mail.kernel.org ([198.145.29.99]:44312 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730115AbgKIRpI (ORCPT ); Mon, 9 Nov 2020 12:45:08 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (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 052E120639; Mon, 9 Nov 2020 17:45:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604943906; bh=pFovQDkBetMXt5TJD5tInvTeE/kZOpZNdk59x2W8Bjw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Q2jVLdxBYXLUzBZoY+TFQGGKvRcomWylJy0DRHVWJuvS4FZ0Dzki13tScmNSfyiWa K2dQ0k7ox8mR8DskVYc0VV/5nlbRwlN1bG2sbYIdX2GcLV6V0RM7yJqnmIlHgHQjCP jhW5jhARyL7wt6mBIuuqz6jvkIOa/iZOnRgTE0ks= Date: Mon, 9 Nov 2020 18:46:05 +0100 From: Greg Kroah-Hartman To: Frankie Chang Cc: Todd Kjos , Joel Fernandes , Martijn Coenen , Arve =?iso-8859-1?B?SGr4bm5lduVn?= , Christian Brauner , linux-kernel@vger.kernel.org, wsd_upstream@mediatek.com, Jian-Min Liu Subject: Re: binder: add transaction latency tracer Message-ID: <20201109174605.GA2426739@kroah.com> References: <1602781377-4278-1-git-send-email-Frankie.Chang@mediatek.com> <1603987737-2763-1-git-send-email-Frankie.Chang@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1603987737-2763-1-git-send-email-Frankie.Chang@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 30, 2020 at 12:08:54AM +0800, Frankie Chang wrote: > Change from v11: > - rebase. This whole patch set is sent with DOS line-ends, which makes git really unhappy when it tries to apply it, as rightfully, it doesn't know how to convert things. Please resend this patch series as a plain-text patch series. Perhaps using git send-email? Something is converting these patches to an odd encoding which makes them not able to be applied. Try sending them to yourself first, and seeing if you can apply them from the messages directly, and if so, then resend them. thanks, greg k-h