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 04108C433F5 for ; Wed, 8 Sep 2021 16:00:30 +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 95DE860EE6 for ; Wed, 8 Sep 2021 16:00:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 95DE860EE6 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 1mNzzC-0005xU-Vh; Wed, 08 Sep 2021 11:59:42 -0400 Received: from mail-4319.protonmail.ch ([185.70.43.19]) by shelob.surriel.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mNzzA-0005x8-OF for kernelnewbies@kernelnewbies.org; Wed, 08 Sep 2021 11:59:40 -0400 Date: Wed, 08 Sep 2021 15:59:36 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1631116777; bh=I+zYHNRpDTVQdNIaOuRy2hIwhRq/9xHbz/qL09ZZB/k=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=taEv9o8dhKlj011q/+lIfN3jVbv7QZYJBVN561Fsu5hQ8Ff9PRVy1kb0MGNG0eqij IKOGuTbXCv/FE1gbCocQ37xe3pZ8F7rP3wZgFwg/QXSbxcZ6sJQVxQMLK+DyP1jVPl vNkHthxbVd7VQ/m/wnmbxCcTLE3MzZ5X9vQ7YHkg= To: Greg KH From: Lafan Mining Subject: Re: Kernel upstream compile error at drivers/staging/media Message-ID: 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 12:50, Greg KH wrote: > Please update your kernel version, this should already be fixed. It's not. There have been sent several patches already to fix this issue. Here are 2 of them: 1. https://lkml.org/lkml/2021/9/5/146 2. https://lore.kernel.org/lkml/20210802143820.1150099-1-arnd@kernel.org/ And no one of them has been applied yet. Here is the log of the file input_system.c: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/log/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/input_system.c The latest commit was made on 2021-07-22 which actually break the build. Thank you! _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies