From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 031507C for ; Wed, 21 Sep 2022 09:49:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663753766; x=1695289766; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=g+ycbsDZhHfXkdCOof/o/4T49/1Rwk3h7cJgpX3bUcY=; b=NRu8UJjSMN/YBDFeKYea5MUtGux3A73W58e6m6HmAQmqubqS6WPgGbek qqwSzWEuL3kdstMTZq5vZX/1Yij7/Qe51bK6QcEIN/0Kxd4VbxgS+FObK hi3OnlflU9arkWE7bXCo8upKBwxPnKGorqKKS4KcRNBeAgXiam7idoueX 6uZn8cyQKclMLIDPpAedi73n2IZ6Tp93qDh1ROffC9ak0VKkWfIkda3eH LyFQSJ06pzvKqwAwoyislmtLqqWfXTZpW8vo8UOor3eG4H4RdS50+IuQO LNmNjSJSEl6WHh8R6HcN43upN0gh2FoHlPzzNYtqcQivJhZEyTdgiTHjx w==; X-IronPort-AV: E=McAfee;i="6500,9779,10476"; a="326267985" X-IronPort-AV: E=Sophos;i="5.93,333,1654585200"; d="scan'208";a="326267985" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Sep 2022 02:49:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,333,1654585200"; d="scan'208";a="744890039" Received: from lkp-server01.sh.intel.com (HELO c0a60f19fe7e) ([10.239.97.150]) by orsmga004.jf.intel.com with ESMTP; 21 Sep 2022 02:49:20 -0700 Received: from kbuild by c0a60f19fe7e with local (Exim 4.96) (envelope-from ) id 1oawLz-0003UN-0V; Wed, 21 Sep 2022 09:49:15 +0000 Date: Wed, 21 Sep 2022 17:48:40 +0800 From: kernel test robot To: Jammy Huang , eajames@linux.ibm.com, mchehab@kernel.org, joel@jms.id.au, andrew@aj.id.au, linux-media@vger.kernel.org, openbmc@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org, hverkuil-cisco@xs4all.nl, ezequiel@vanguardiasur.com.ar, nicolas.dufresne@collabora.com, stanimir.varbanov@linaro.org, laurent.pinchart@ideasonboard.com, sakari.ailus@linux.intel.com, ribalda@chromium.org Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org Subject: Re: [PATCH v9 3/4] media: aspeed: Support aspeed mode to reduce compressed data Message-ID: <202209211741.XHu8zd6f-lkp@intel.com> References: <20220921025112.13150-4-jammy_huang@aspeedtech.com> Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220921025112.13150-4-jammy_huang@aspeedtech.com> Hi Jammy, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on media-tree/master] [also build test WARNING on next-20220920] [cannot apply to linus/master v6.0-rc6] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Jammy-Huang/add-aspeed-jpeg-support-for-aspeed-video/20220921-105350 base: git://linuxtv.org/media_tree.git master config: arm-multi_v5_defconfig (https://download.01.org/0day-ci/archive/20220921/202209211741.XHu8zd6f-lkp@intel.com/config) compiler: clang version 16.0.0 (https://github.com/llvm/llvm-project 791a7ae1ba3efd6bca96338e10ffde557ba83920) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # install arm cross compiling tool for clang build # apt-get install binutils-arm-linux-gnueabi # https://github.com/intel-lab-lkp/linux/commit/99c2bf6f1dccc310cb9b2d9916292766f00ffb4f git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Jammy-Huang/add-aspeed-jpeg-support-for-aspeed-video/20220921-105350 git checkout 99c2bf6f1dccc310cb9b2d9916292766f00ffb4f # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash drivers/media/platform/aspeed/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/media/platform/aspeed/aspeed-video.c:487:27: warning: unused variable 'compress_scheme_str' [-Wunused-const-variable] static const char * const compress_scheme_str[] = {"DCT Only", ^ In file included from drivers/media/platform/aspeed/aspeed-video.c:24: In file included from include/linux/videodev2.h:61: include/uapi/linux/videodev2.h:1776:2: warning: field within 'struct v4l2_ext_control' is less aligned than 'union v4l2_ext_control::(anonymous at include/uapi/linux/videodev2.h:1776:2)' and is usually due to 'struct v4l2_ext_control' being packed, which can lead to unaligned accesses [-Wunaligned-access] union { ^ 2 warnings generated. vim +/compress_scheme_str +487 drivers/media/platform/aspeed/aspeed-video.c 486 > 487 static const char * const compress_scheme_str[] = {"DCT Only", 488 "DCT VQ mix 2-color", "DCT VQ mix 4-color"}; 489 static const char * const format_str[] = {"Standard JPEG", 490 "Aspeed JPEG"}; 491 -- 0-DAY CI Kernel Test Service https://01.org/lkp 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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C05F5ECAAD8 for ; Wed, 21 Sep 2022 09:51:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=T1t5/+qZx6HqJeC7uOBQa5gQyrZG/ZNXi8F4rurxRFA=; b=mRcWWHZgRx85LK 4iWVnzIiDSDXtZsCn8ItifhVMLPLAFFxpW/Xf15H9GZjOowzQ0yYghJjF0akppWTRQBpsDQildSxe 0OJQ96Lb2u3PFy8SxTW9hAlKdTIgT7ke5kIqS2DDG2CQWCJGVgplcfFsLzBs8s3i0XfgzbT5RroV2 V8ZwQKCWU7QgFoimOOSRVhWIGGM6SH9EY5x8cRP6M9S4Rt8f3y2zP0A5z2drZEcaMsQrHa9Q/E/z/ ychdAGqP6DT4PjUbfBsV5LOM/TawmrdJsdTs7sI3aT/+brXQAlwlPWRNS0kjQW2iAehJSxJQsDK5q m5d6VnhQE1k6Wg8Ao9rQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oawMZ-00Ac0U-8f; Wed, 21 Sep 2022 09:49:52 +0000 Received: from mga04.intel.com ([192.55.52.120]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oawMC-00Abl6-GH for linux-arm-kernel@lists.infradead.org; Wed, 21 Sep 2022 09:49:35 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663753768; x=1695289768; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=g+ycbsDZhHfXkdCOof/o/4T49/1Rwk3h7cJgpX3bUcY=; b=SZtv/xE8L4mNWxyv7/IQqn5rUoyeew+Tc687PARk1jIp6diijV6KEZcU 1IyEHYIvVwOimbho36z7huc5vt/auUfwX8O4Hen0/j92NKtfzp6BhSKZ9 AJxJ34AYYz5I+iMqQdOwzoWaeHXPf7Ia8BqhdCVlQ+eXJ5qaMMmBwfC1j ec1glwchvvTbr2oK1cJQ6oIAAwGmBWRy5RyNYdaofeez81N6mdRVKOqwY cab3bYA0bvqzSPHT48PhJWTv3Z7jr2+xn5WormBDXl9v+xL+/WzlCKEg+ yJQqHrYQR5JMNxmKN7E8Ybiv2bTW3s/Pbc5SkIOzMG11UDJHxf8xJhsp+ w==; X-IronPort-AV: E=McAfee;i="6500,9779,10476"; a="298674970" X-IronPort-AV: E=Sophos;i="5.93,333,1654585200"; d="scan'208";a="298674970" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Sep 2022 02:49:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,333,1654585200"; d="scan'208";a="744890039" Received: from lkp-server01.sh.intel.com (HELO c0a60f19fe7e) ([10.239.97.150]) by orsmga004.jf.intel.com with ESMTP; 21 Sep 2022 02:49:20 -0700 Received: from kbuild by c0a60f19fe7e with local (Exim 4.96) (envelope-from ) id 1oawLz-0003UN-0V; Wed, 21 Sep 2022 09:49:15 +0000 Date: Wed, 21 Sep 2022 17:48:40 +0800 From: kernel test robot To: Jammy Huang , eajames@linux.ibm.com, mchehab@kernel.org, joel@jms.id.au, andrew@aj.id.au, linux-media@vger.kernel.org, openbmc@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org, hverkuil-cisco@xs4all.nl, ezequiel@vanguardiasur.com.ar, nicolas.dufresne@collabora.com, stanimir.varbanov@linaro.org, laurent.pinchart@ideasonboard.com, sakari.ailus@linux.intel.com, ribalda@chromium.org Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org Subject: Re: [PATCH v9 3/4] media: aspeed: Support aspeed mode to reduce compressed data Message-ID: <202209211741.XHu8zd6f-lkp@intel.com> References: <20220921025112.13150-4-jammy_huang@aspeedtech.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220921025112.13150-4-jammy_huang@aspeedtech.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220921_024928_618153_694B40E8 X-CRM114-Status: GOOD ( 14.04 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Jammy, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on media-tree/master] [also build test WARNING on next-20220920] [cannot apply to linus/master v6.0-rc6] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Jammy-Huang/add-aspeed-jpeg-support-for-aspeed-video/20220921-105350 base: git://linuxtv.org/media_tree.git master config: arm-multi_v5_defconfig (https://download.01.org/0day-ci/archive/20220921/202209211741.XHu8zd6f-lkp@intel.com/config) compiler: clang version 16.0.0 (https://github.com/llvm/llvm-project 791a7ae1ba3efd6bca96338e10ffde557ba83920) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # install arm cross compiling tool for clang build # apt-get install binutils-arm-linux-gnueabi # https://github.com/intel-lab-lkp/linux/commit/99c2bf6f1dccc310cb9b2d9916292766f00ffb4f git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Jammy-Huang/add-aspeed-jpeg-support-for-aspeed-video/20220921-105350 git checkout 99c2bf6f1dccc310cb9b2d9916292766f00ffb4f # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash drivers/media/platform/aspeed/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/media/platform/aspeed/aspeed-video.c:487:27: warning: unused variable 'compress_scheme_str' [-Wunused-const-variable] static const char * const compress_scheme_str[] = {"DCT Only", ^ In file included from drivers/media/platform/aspeed/aspeed-video.c:24: In file included from include/linux/videodev2.h:61: include/uapi/linux/videodev2.h:1776:2: warning: field within 'struct v4l2_ext_control' is less aligned than 'union v4l2_ext_control::(anonymous at include/uapi/linux/videodev2.h:1776:2)' and is usually due to 'struct v4l2_ext_control' being packed, which can lead to unaligned accesses [-Wunaligned-access] union { ^ 2 warnings generated. vim +/compress_scheme_str +487 drivers/media/platform/aspeed/aspeed-video.c 486 > 487 static const char * const compress_scheme_str[] = {"DCT Only", 488 "DCT VQ mix 2-color", "DCT VQ mix 4-color"}; 489 static const char * const format_str[] = {"Standard JPEG", 490 "Aspeed JPEG"}; 491 -- 0-DAY CI Kernel Test Service https://01.org/lkp _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel