Linux Test Project
 help / color / mirror / Atom feed
From: linuxtestproject.agent@gmail.com
To: Andrea Cervesato <andrea.cervesato@suse.de>
Cc: ltp@lists.linux.it
Subject: Re: [LTP] fw_load: Modernize ltp_fw_load kernel module
Date: Wed, 10 Jun 2026 13:27:48 +0000	[thread overview]
Message-ID: <20260610132748.4098-1-linuxtestproject.agent@gmail.com> (raw)
In-Reply-To: <20260610-fw_load-v1-1-df9d38315e38@suse.com>

Hi Andrea,

On Wed, 10 Jun 2026, Andrea Cervesato wrote:
> fw_load: Modernize ltp_fw_load kernel module

--- [PATCH 1/3] ---

> diff --git a/testcases/kernel/firmware/fw_load_kernel/Makefile
> b/testcases/kernel/firmware/fw_load_kernel/Makefile
> --- a/testcases/kernel/firmware/fw_load_kernel/Makefile
> +++ b/testcases/kernel/firmware/fw_load_kernel/Makefile
>  # Copyright (c) 2013 Oracle and/or its affiliates. All Rights Reserved.
> +# Copyright (c) Linux Test Project, 2026
> +# SPDX-License-Identifier: GPL-2.0-or-later

The SPDX tag must be the first line of the Makefile, before the
Copyright lines.

--- [PATCH 2/3] ---

> diff --git a/testcases/kernel/firmware/fw_load/fw_load.h
> b/testcases/kernel/firmware/fw_load/fw_load.h
> +#ifndef FW_LOAD_H
> +
> +#define MNAME_KO "ltp_fw_load.ko"

Missing `#define FW_LOAD_H` after the `#ifndef`. Without it the
include guard is non-functional.

Verdict: Needs revision

---
Note:

The agent can sometimes produce false positives although often its
findings are genuine. If you find issues with the review, please
comment this email or ignore the suggestions.

Regards,
LTP AI Reviewer

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

  reply	other threads:[~2026-06-10 13:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-10 12:51 [LTP] [PATCH 0/3] Rewrite fw_load test using new API Andrea Cervesato
2026-06-10 12:51 ` [LTP] [PATCH 1/3] fw_load: Modernize ltp_fw_load kernel module Andrea Cervesato
2026-06-10 13:27   ` linuxtestproject.agent [this message]
2026-06-10 12:51 ` [LTP] [PATCH 2/3] firmware/fw_load: rewrite firmware loading test using new LTP API Andrea Cervesato
2026-06-10 12:51 ` [LTP] [PATCH 3/3] firmware/fw_load: add fw_load02 for custom firmware path Andrea Cervesato
  -- strict thread matches above, loose matches on Subject: below --
2026-06-10 13:50 [LTP] [PATCH v2 1/3] fw_load: Modernize ltp_fw_load kernel module Andrea Cervesato
2026-06-10 17:03 ` [LTP] " linuxtestproject.agent
2026-06-10 17:07 [LTP] [PATCH v3 1/3] " Andrea Cervesato
2026-06-10 19:44 ` [LTP] " linuxtestproject.agent
2026-06-11 13:44 [LTP] [PATCH v6 1/4] " Andrea Cervesato
2026-06-11 14:44 ` [LTP] " linuxtestproject.agent
2026-06-15 12:12 [LTP] [PATCH v7 1/4] " Andrea Cervesato
2026-06-15 13:21 ` [LTP] " linuxtestproject.agent

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=20260610132748.4098-1-linuxtestproject.agent@gmail.com \
    --to=linuxtestproject.agent@gmail.com \
    --cc=andrea.cervesato@suse.de \
    --cc=ltp@lists.linux.it \
    /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