All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Carlier <devnexen@gmail.com>
To: vkoul@kernel.org
Cc: kelvin.cao@microchip.com, logang@deltatee.com,
	Frank.Li@kernel.org, dmaengine@vger.kernel.org,
	linux-kernel@vger.kernel.org, David Carlier <devnexen@gmail.com>
Subject: Re: [PATCH] dmaengine: switchtec-dma: fix FIELD_GET misuse when programming SE threshold
Date: Thu, 21 May 2026 22:22:11 +0100	[thread overview]
Message-ID: <20260521212211.21942-1-devnexen@gmail.com> (raw)
In-Reply-To: <20260317083252.13224-1-devnexen@gmail.com>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 416 bytes --]

Hi Vinod,

Following up on this one-line fix. The bug is still present in
linux-next as of next-20260521 at drivers/dma/switchtec_dma.c:1102 —
FIELD_GET extracts a zero from the 9-bit thresh value against the
bits 23-31 mask, so the SE threshold field is never actually written.

Original posting:
https://lore.kernel.org/dmaengine/20260317083252.13224-1-devnexen@gmail.com/

Thanks,
David

      parent reply	other threads:[~2026-05-21 21:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-17  8:32 [PATCH] dmaengine: switchtec-dma: fix FIELD_GET misuse when programming SE threshold David Carlier
2026-03-27 17:00 ` Logan Gunthorpe
2026-03-30 15:03 ` Frank Li
2026-05-21 21:22 ` David Carlier [this message]

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=20260521212211.21942-1-devnexen@gmail.com \
    --to=devnexen@gmail.com \
    --cc=Frank.Li@kernel.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=kelvin.cao@microchip.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=logang@deltatee.com \
    --cc=vkoul@kernel.org \
    /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.