All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Sakamoto <o-takashi@sakamocchi.jp>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org,
	linux1394-devel@lists.sourceforge.net, fourier.thomas@gmail.com,
	christophe.jaillet@wanadoo.fr
Subject: [GIT PULL] firewire fixes for v6.19-rc3
Date: Sun, 28 Dec 2025 21:38:37 +0900	[thread overview]
Message-ID: <20251228123837.GA128998@workstation.local> (raw)

Hi Linus,

The following changes since commit 9448598b22c50c8a5bb77a9103e2d49f134c9578:

  Linux 6.19-rc2 (2025-12-21 15:52:04 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git tags/firewire-fixes-6.19-rc3

for you to fetch changes up to c48c0fd0e19684b6ecdb4108a429e3a4e73f5e21:

  firewire: nosy: Fix dma_free_coherent() size (2025-12-26 22:04:03 +0900)

----------------------------------------------------------------
firewire fixes for 6.19-rc3

A fix for PCI driver for Texas Instruments PCILyx series. The driver had
a bug where it allocated a DMA-coherent buffer of 16 KB but released it
using PAGE_SIZE. This disproportion was reported in 2020, but the fix was
never merged. It is finally resolved.

----------------------------------------------------------------
Thomas Fourier (1):
      firewire: nosy: Fix dma_free_coherent() size

 drivers/firewire/nosy.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


Regards

Takashi Sakamoto

             reply	other threads:[~2025-12-28 12:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-28 12:38 Takashi Sakamoto [this message]
2025-12-29  2:34 ` [GIT PULL] firewire fixes for v6.19-rc3 pr-tracker-bot

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=20251228123837.GA128998@workstation.local \
    --to=o-takashi@sakamocchi.jp \
    --cc=christophe.jaillet@wanadoo.fr \
    --cc=fourier.thomas@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux1394-devel@lists.sourceforge.net \
    --cc=torvalds@linux-foundation.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.