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=-5.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, 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 8D1EFC433EF for ; Wed, 8 Sep 2021 10:37:06 +0000 (UTC) Received: from shelob.surriel.com (shelob.surriel.com [96.67.55.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 41F696113A for ; Wed, 8 Sep 2021 10:37:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 41F696113A Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=protonmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kernelnewbies.org Received: from localhost ([::1] helo=shelob.surriel.com) by shelob.surriel.com with esmtp (Exim 4.94.2) (envelope-from ) id 1mNuwW-0003Tn-G9; Wed, 08 Sep 2021 06:36:36 -0400 Received: from mail-40130.protonmail.ch ([185.70.40.130]) by shelob.surriel.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mNuwU-0003TG-61 for kernelnewbies@kernelnewbies.org; Wed, 08 Sep 2021 06:36:34 -0400 Date: Wed, 08 Sep 2021 10:36:30 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1631097391; bh=3uyKYKs3sL1aBwruWbI72XKeciYTm7VFI764DQjaeuU=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=Nz2ICtVMGKpBEoPbfC25Zs7gjcmRD6bGYtQ42u8f7l+0z8cfJezz31Fl6rNt7nnBz Pp0zUE6JaqtlJgMFbfrkrPF5f9AYmF5i/wLSDzlW1aQMDRuGvBXKcGEy+Q0x5Qu+Nu c/IlrOFK5rNGpNx6U7bzjpOzO6PiiHRBTNJLHMso= To: Greg KH From: Lafan Mining Subject: Re: Kernel upstream compile error at drivers/staging/media Message-ID: <1_34Jj-vAlpA-4PKjrP--A_gq8eF3vvmzwZcx6FHb-n1r84p-o004Ryu8lva3NOU751pnteVquTIOMluqM9RbcLlS8xfbnEVuoPDRFmKNJk=@protonmail.com> In-Reply-To: References: MIME-Version: 1.0 Cc: "kernelnewbies@kernelnewbies.org" X-BeenThere: kernelnewbies@kernelnewbies.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Learn about the Linux kernel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Lafan Mining Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: kernelnewbies-bounces@kernelnewbies.org On Wednesday, September 8th, 2021 at 1:06 PM, Greg KH wrote: > What exactly is the tree you are pulling from? Here is my output of the clone repo $ git remote show origin * remote origin Fetch URL: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git Push URL: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git HEAD branch: master Remote branch: master tracked Local branch configured for 'git pull': master merges with remote master Local ref configured for 'git push': master pushes to master (up to date) which seems to be correct. The latest commit to master was dated 7th September. Here is the top fragment of the git log: commit ac08b1c68d1b1ed3cebb218fc3ea2c07484eb07d (HEAD -> master, origin/master, origin/HEAD) Merge: b339ec9c229a 742a4c49a82a Author: Linus Torvalds Date: Tue Sep 7 19:13:42 2021 -0700 Thank you! _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies