public inbox for linux-sound@vger.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Mark Brown <broonie@kernel.org>
Cc: Takashi Iwai <tiwai@suse.de>, Paul Menzel <pmenzel@molgen.mpg.de>,
	Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
	linux-sound@vger.kernel.org, linux-kselftest@vger.kernel.org
Subject: Re: testing/selftests/alsa/mixer-test: 10 failures on Dell XPS 13 9360
Date: Fri, 31 May 2024 20:06:14 +0200	[thread overview]
Message-ID: <878qzp97qh.wl-tiwai@suse.de> (raw)
In-Reply-To: <21f73368-5db6-49a1-b8b7-9b06e698327a@sirena.org.uk>

On Fri, 31 May 2024 18:03:52 +0200,
Mark Brown wrote:
> 
> On Fri, May 31, 2024 at 05:17:43PM +0200, Takashi Iwai wrote:
> > On Fri, 31 May 2024 07:50:33 +0200,
> 
> > >     not ok 5 write_invalid.0.40
> > >     not ok 201 write_invalid.0.12
> > >     not ok 208 write_invalid.0.11
> > >     not ok 264 write_invalid.0.3
> > >     not ok 271 write_invalid.0.2
> > >     not ok 278 write_invalid.0.1
> > >     not ok 285 write_invalid.0.0
> 
> > Through a quick look, those are no real "failures".  It'd be more
> > preferable if the driver returns an error for invalid values, but
> > currently it's up to drivers how to deal with them, and some accept as
> > is but with correction of the values internally.  They are shown as
> > "skips" in the summary above you showed, after all.
> 
> I would say these are all bugs, they show the driver not correcting the
> value and allowing users to read back out of range values that were
> written.  Even if the driver is accepting out of range values I'd expect
> it to transform them somehow when storing, the program will accept a
> mismatched read when testing this case but it will complain if the read
> value is not valid according to the control's info.

Ideally, yeah.  But it's a whack-a-mole game, and my gut feeling is
that it'd be better to enable the input validation globally, something
like below.


Takashi

--- a/sound/core/Kconfig
+++ b/sound/core/Kconfig
@@ -219,7 +219,8 @@ config SND_PCM_XRUN_DEBUG
 	  the process or driver which causes the scheduling gaps.
 
 config SND_CTL_INPUT_VALIDATION
-	bool "Validate input data to control API"
+	bool "Validate input data to control API" if EXPERT
+	default y
 	help
 	  Say Y to enable the additional validation for the input data to
 	  each control element, including the value range checks.


  reply	other threads:[~2024-05-31 18:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-31  5:50 testing/selftests/alsa/mixer-test: 10 failures on Dell XPS 13 9360 Paul Menzel
2024-05-31 15:17 ` Takashi Iwai
2024-05-31 15:25   ` Paul Menzel
2024-05-31 16:03   ` Mark Brown
2024-05-31 18:06     ` Takashi Iwai [this message]
2024-06-03 11:38       ` Mark Brown
2024-06-14 11:33         ` Takashi Iwai
2024-06-14 11:42           ` Jaroslav Kysela
2024-06-14 12:38             ` 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=878qzp97qh.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=broonie@kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=perex@perex.cz \
    --cc=pmenzel@molgen.mpg.de \
    --cc=tiwai@suse.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