From: "Ding, Shenghao" <shenghao-ding@ti.com>
To: Mario Limonciello <superm1@gmail.com>,
"linux-firmware@kernel.org" <linux-firmware@kernel.org>
Cc: "Xu, Baojun" <baojun.xu@ti.com>,
"derekjohn.clark@gmail.com" <derekjohn.clark@gmail.com>,
"13916275206@139.com" <13916275206@139.com>,
"romangg@manjaro.org" <romangg@manjaro.org>,
"linux-sound@vger.kernel.org" <linux-sound@vger.kernel.org>,
"Chen, Robin" <robinchen@ti.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"Yi, Ken" <k-yi@ti.com>, "philm@manjaro.org" <philm@manjaro.org>,
"jlobue10@gmail.com" <jlobue10@gmail.com>,
"luke@ljones.dev" <luke@ljones.dev>,
"antheas.dk@gmail.com" <antheas.dk@gmail.com>
Subject: RE: [EXTERNAL] Re: [PATCH v1] Upload dsp firmware for ASUS laptop 1EB30 & 1EB31 and Update WHENCE for both
Date: Thu, 10 Oct 2024 11:29:02 +0000 [thread overview]
Message-ID: <7e138a1c8b6d4ace8c759bb2266216da@ti.com> (raw)
In-Reply-To: <d1941b10-0549-4a0e-a3fe-a8d7c50c175b@gmail.com>
Hi Mario
Thanks for review, I met some trouble on "make check". Kindly do me a favor.
The detail is inline.
> -----Original Message-----
> From: Mario Limonciello <superm1@gmail.com>
> Sent: Thursday, October 10, 2024 11:06 AM
> To: Ding, Shenghao <shenghao-ding@ti.com>; linux-firmware@kernel.org
> Cc: Xu, Baojun <baojun.xu@ti.com>; derekjohn.clark@gmail.com;
> 13916275206@139.com; romangg@manjaro.org; linux-sound@vger.kernel.org;
> Chen, Robin <robinchen@ti.com>; linux-kernel@vger.kernel.org; Yi, Ken <k-
> yi@ti.com>; Navada Kanyana, Mukund <navada@ti.com>; philm@manjaro.org;
> jlobue10@gmail.com; luke@ljones.dev; antheas.dk@gmail.com
> Subject: [EXTERNAL] Re: [PATCH v1] Upload dsp firmware for ASUS laptop
> 1EB30 & 1EB31 and Update WHENCE for both
>
>
> On 10/9/24 05:18, Shenghao Ding wrote:
> > Signed-off-by: Shenghao Ding <shenghao-ding@ti.com>
> > ---
> > WHENCE | 4 ++++
> > ti/tas2781/TAS2XXX2234.bin | Bin
> > 2 files changed, 4 insertions(+)
> > mode change 100644 => 100755 ti/tas2781/TAS2XXX2234.bin
> >
> > diff --git a/WHENCE b/WHENCE
> > index a9c8bb5..00096eb 100644
> > --- a/WHENCE
> > +++ b/WHENCE
> > @@ -7487,6 +7487,8 @@ Originates from
> Hello,
>
> I tried to process this into a MR on Gitlab and it failed CI.
>
> https://urldefense.com/v3/__https://gitlab.com/kernel-firmware/linux-
> firmware/-
> /merge_requests/311__;!!G3vK!T_f_IGXhtmSFR7P6UYZ14805X_k8seqk3G5386
> 2lXRJssIwKLs1Hegcn8NKMnqC9UGSPGCZ_lYOpoDo$
>
> Please run 'make check' before submitting.
Although TAS2XXX1EB30.bin and TAS2XXX1EB31.bin are both in ti/tas2781, yet it reported "does not exist".
I have no idea why the file is there while report "does not exist". After I removed the newly-merged, no such report.
Following is the log.
root@LAPTOP-70RJ5B8Q:/usr/local/src/fw_new# make check
Check that executables have shebangs.....................................Passed
Forbid new submodules....................................................Passed
Check Yaml...............................................................Passed
Check for broken symlinks............................(no files to check)Skipped
Detect Destroyed Symlinks................................................Passed
shellcheck...............................................................Passed
black....................................................................Passed
markdownlint.............................................................Failed
- hook id: markdownlint
- exit code: 1
internal/modules/cjs/loader.js:818
throw err;
^
Error: Cannot find module 'node:fs'
Require stack:
- /root/.cache/pre-commit/repoxl59c0uz/node_env-system/lib/node_modules/markdownlint-cli/markdownlint.js
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
at Function.Module._load (internal/modules/cjs/loader.js:667:27)
at Module.require (internal/modules/cjs/loader.js:887:19)
at require (internal/modules/cjs/helpers.js:85:18)
at Object.<anonymous> (/root/.cache/pre-commit/repoxl59c0uz/node_env-system/lib/node_modules/markdownlint-cli/markdownlint.js:5:12)
at Module._compile (internal/modules/cjs/loader.js:999:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
at Module.load (internal/modules/cjs/loader.js:863:32)
at Function.Module._load (internal/modules/cjs/loader.js:708:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/root/.cache/pre-commit/repoxl59c0uz/node_env-system/lib/node_modules/markdownlint-cli/markdownlint.js'
]
}
Check whence.............................................................Failed
- hook id: check-whence
- exit code: 1
E: ti/tas2781/TAS2XXX1EB30.bin listed in WHENCE does not exist
E: ti/tas2781/TAS2XXX1EB31.bin listed in WHENCE does not exist
E: target ti/tas2781/TAS2XXX1EB30.bin of link TAS2XXX1EB30.bin in WHENCE does not exist
E: target ti/tas2781/TAS2XXX1EB31.bin of link TAS2XXX1EB31.bin in WHENCE does not exist
make: *** [Makefile:10: check] Error 1
root@LAPTOP-70RJ5B8Q:/usr/local/src/fw_new# ls ti/tas2781/TAS2XXX1* -al
-rw-r--r-- 1 root root 35220 Sep 28 21:54 ti/tas2781/TAS2XXX1EB30.bin
-rw-r--r-- 1 root root 35220 Sep 28 21:55 ti/tas2781/TAS2XXX1EB31.bin
root@LAPTOP-70RJ5B8Q:/usr/local/src/fw_new#
>
> Thanks,
next prev parent reply other threads:[~2024-10-10 11:29 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-09 10:18 [PATCH v1] Upload dsp firmware for ASUS laptop 1EB30 & 1EB31 and Update WHENCE for both Shenghao Ding
2024-10-10 3:06 ` Mario Limonciello
2024-10-10 11:29 ` Ding, Shenghao [this message]
2024-10-10 13:30 ` [EXTERNAL] " Mario Limonciello
2024-10-10 13:39 ` Mario Limonciello
2024-10-10 13:52 ` Antheas Kapenekakis
2024-10-11 9:23 ` Ding, Shenghao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7e138a1c8b6d4ace8c759bb2266216da@ti.com \
--to=shenghao-ding@ti.com \
--cc=13916275206@139.com \
--cc=antheas.dk@gmail.com \
--cc=baojun.xu@ti.com \
--cc=derekjohn.clark@gmail.com \
--cc=jlobue10@gmail.com \
--cc=k-yi@ti.com \
--cc=linux-firmware@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=luke@ljones.dev \
--cc=philm@manjaro.org \
--cc=robinchen@ti.com \
--cc=romangg@manjaro.org \
--cc=superm1@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox