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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_PASS 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 A7606C04AB4 for ; Tue, 14 May 2019 23:28:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 68D762070D for ; Tue, 14 May 2019 23:28:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557876489; bh=3/dwgweO5R6Zr/Zcf42HM77VpNjlNoiThq+jL61khWk=; h=Subject:To:References:From:Date:In-Reply-To:List-ID:From; b=X4D59uoNG2GMSEms8/fRoJiYf+G3EJt8Fo30EPH1TOlZBBofxOTJ+5Z9R4TVL/z64 4wukYSMQgXKjhouvBF1Q7/SJN/SKDzpD8RXiT2LEhOtYhJrcCxi6aAliM+Z/IhxOfO zCOfuddHVgtZwdborj2i4L6y9tKBjlaLjX1PxjYk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726715AbfENX2I (ORCPT ); Tue, 14 May 2019 19:28:08 -0400 Received: from mail-io1-f66.google.com ([209.85.166.66]:37035 "EHLO mail-io1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726148AbfENX2H (ORCPT ); Tue, 14 May 2019 19:28:07 -0400 Received: by mail-io1-f66.google.com with SMTP id u2so709191ioc.4 for ; Tue, 14 May 2019 16:28:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=PEWMkfmiiBSBnbjhPEAnr8oUdpufWyy7C9WAOLcQYo0=; b=d3Oty2mN7LM3/hZCoBfg5ncA4cLbcZ6XhDDnXUwCLW31XsjVHcGcuZmSaryrZVGowE ZAJ4k8C73NhUTQf35GzODjoB7GagVLZUIWmn+O2+J8HJmo+FtcZZiDipmt+3dGdGABBC 5HaPeYXK8jMP0iUkp6EKYAHr1WNHYMRAmVi5A= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=PEWMkfmiiBSBnbjhPEAnr8oUdpufWyy7C9WAOLcQYo0=; b=MgGvAsmVh4KZ5kzxnk4WQLdwCnLcu4nQVFbCx2RPIvVZ3mdOkMn5m7hlgzCtBq8bHs VYojFKrBHAWQtna6b1wZOVR4lwizSPb/ACiHciEyxDFecAB8rxvGn97HXVvMLI40pELA zN7NhxXE970EVGm/7VjMpSN91AoAJpBcsA9i29ARGRqs0+SomVe4RFPyc9fEjsujQ/jl GqPUNs4ZB6GFKtaXjCF5pZn0UhLqa3xrZyEJQgevTlWnWoMy3MgO3PQ51s3nmlTmMgPB HqfPHUTtnOfUt5gaYrhyn06MdSjrpCk/fm55nIbc4wQpKN19qpMmV/qLHyj2Fa1FqmGd 5JnQ== X-Gm-Message-State: APjAAAWTIW5clj0miEM+hXXChkB1hsVCWDVt5CAAaXJoahwDKnhIDZLS EkbSxFpGaUlX485vuS5hVYCkcQ== X-Google-Smtp-Source: APXvYqxbYdrRQliIomq9oh+c//y4r0onHsnA1fBxzuMpcwjfPiY/s1nQky3BOP8N5vFE98ZTX8z63Q== X-Received: by 2002:a6b:5117:: with SMTP id f23mr20875211iob.263.1557876486723; Tue, 14 May 2019 16:28:06 -0700 (PDT) Received: from [192.168.1.112] (c-24-9-64-241.hsd1.co.comcast.net. [24.9.64.241]) by smtp.gmail.com with ESMTPSA id q72sm250021ita.26.2019.05.14.16.28.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 14 May 2019 16:28:06 -0700 (PDT) Subject: Re: [PATCH] selftests: drivers: Create .gitignore to include /dma-buf/udmabuf To: Kelsey Skunberg , shuah@kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kernel-mentees@lists.linuxfoundation.org, Shuah Khan References: <20190512050452.4720-1-skunberg.kelsey@gmail.com> From: Shuah Khan Message-ID: <12ba7acd-6181-7925-5231-35b9dae4971f@linuxfoundation.org> Date: Tue, 14 May 2019 17:28:05 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190512050452.4720-1-skunberg.kelsey@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 5/11/19 11:04 PM, Kelsey Skunberg wrote: > Create /selftests/drivers/.gitignore which holds the following file name > created after compiling: > Thanks for the patch. Ran into the same relative path WARN from checkpatch for the commit log. Fixed it and applied. thanks, -- Shuah