All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Cryolitia PukNgae via B4 Relay
	<devnull+cryolitia.uniontech.com@kernel.org>,
	Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
	Jonathan Corbet <corbet@lwn.net>
Cc: oe-kbuild-all@lists.linux.dev, Mingcong Bai <jeffbai@aosc.io>,
	Kexy Biscuit <kexybiscuit@aosc.io>,
	Nie Cheng <niecheng1@uniontech.com>,
	Zhan Jun <zhanjun@uniontech.com>,
	Feng Yuan <fengyuan@uniontech.com>,
	qaqland <anguoli@uniontech.com>,
	kernel@uniontech.com, linux-sound@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org,
	Cryolitia PukNgae <cryolitia@uniontech.com>
Subject: Re: [PATCH v5 3/4] ALSA: usb-audio: make param quirk_flags change-able in runtime
Date: Sat, 27 Sep 2025 19:13:49 +0800	[thread overview]
Message-ID: <202509271834.cL5PYMND-lkp@intel.com> (raw)
In-Reply-To: <20250925-sound-v5-3-2593586ff350@uniontech.com>

Hi Cryolitia,

kernel test robot noticed the following build warnings:

[auto build test WARNING on 4c421c40c8b30ab7aae1edc7f7e294fcd33fc186]

url:    https://github.com/intel-lab-lkp/linux/commits/Cryolitia-PukNgae-via-B4-Relay/ALSA-usb-audio-add-two-way-convert-between-name-and-bit-for-QUIRK_FLAG_/20250925-173635
base:   4c421c40c8b30ab7aae1edc7f7e294fcd33fc186
patch link:    https://lore.kernel.org/r/20250925-sound-v5-3-2593586ff350%40uniontech.com
patch subject: [PATCH v5 3/4] ALSA: usb-audio: make param quirk_flags change-able in runtime
config: arm64-randconfig-r132-20250927 (https://download.01.org/0day-ci/archive/20250927/202509271834.cL5PYMND-lkp@intel.com/config)
compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project cafc064fc7a96b3979a023ddae1da2b499d6c954)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250927/202509271834.cL5PYMND-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202509271834.cL5PYMND-lkp@intel.com/

sparse warnings: (new ones prefixed by >>)
>> sound/usb/card.c:112:1: sparse: sparse: symbol 'quirk_flags_mutex' was not declared. Should it be static?

vim +/quirk_flags_mutex +112 sound/usb/card.c

   110	
   111	/* protects quirk_flags */
 > 112	DEFINE_MUTEX(quirk_flags_mutex);
   113	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

  parent reply	other threads:[~2025-09-27 11:14 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-25  9:25 [PATCH v5 0/4] ALSA: usb-audio: improve module param quirk_flags Cryolitia PukNgae
2025-09-25  9:25 ` Cryolitia PukNgae via B4 Relay
2025-09-25  9:25 ` [PATCH v5 1/4] ALSA: usb-audio: add two-way convert between name and bit for QUIRK_FLAG_* Cryolitia PukNgae
2025-09-25  9:25   ` Cryolitia PukNgae via B4 Relay
2025-09-27  9:24   ` Takashi Iwai
2025-09-25  9:25 ` [PATCH v5 2/4] ALSA: usb-audio: improve module param quirk_flags Cryolitia PukNgae
2025-09-25  9:25   ` Cryolitia PukNgae via B4 Relay
2025-09-27  9:30   ` Takashi Iwai
2025-09-25  9:25 ` [PATCH v5 3/4] ALSA: usb-audio: make param quirk_flags change-able in runtime Cryolitia PukNgae
2025-09-25  9:25   ` Cryolitia PukNgae via B4 Relay
2025-09-27  9:32   ` Takashi Iwai
2025-09-27 11:13   ` kernel test robot [this message]
2025-09-25  9:25 ` [PATCH v5 4/4] ALSA: doc: add docs about improved quirk_flags in snd-usb-audio Cryolitia PukNgae
2025-09-25  9:25   ` Cryolitia PukNgae via B4 Relay
2025-09-27  9:21 ` [PATCH v5 0/4] ALSA: usb-audio: improve module param quirk_flags Takashi Iwai

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=202509271834.cL5PYMND-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=anguoli@uniontech.com \
    --cc=corbet@lwn.net \
    --cc=cryolitia@uniontech.com \
    --cc=devnull+cryolitia.uniontech.com@kernel.org \
    --cc=fengyuan@uniontech.com \
    --cc=jeffbai@aosc.io \
    --cc=kernel@uniontech.com \
    --cc=kexybiscuit@aosc.io \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=niecheng1@uniontech.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=perex@perex.cz \
    --cc=tiwai@suse.com \
    --cc=zhanjun@uniontech.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.