All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, iommu@lists.linux.dev
Subject: [GIT PULL] dma-mapping fixes for Linux 6.8
Date: Thu, 18 Jan 2024 08:30:44 +0100	[thread overview]
Message-ID: <ZajTpGRSCJkhPEKk@infradead.org> (raw)

The following changes since commit b07bc2347672cc8c7293c64499f1488278c5ca3d:

  dma-mapping: clear dev->dma_mem to NULL after freeing it (2023-12-15 12:32:45 +0100)

are available in the Git repository at:

  git.infradead.org:public_git/dma-mapping.git tags/dma-mapping-6.8-2024-01-18

for you to fetch changes up to 7c65aa3cc072cee76f577262fbe381a111a98774:

  dma-debug: fix kernel-doc warnings (2024-01-15 08:20:39 +0100)

----------------------------------------------------------------
dma-mapping fixes for Linux 6.8

 - fix kerneldoc warnings (Randy Dunlap)
 - better bounds checking in swiotlb (ZhangPeng)

----------------------------------------------------------------
Randy Dunlap (1):
      dma-debug: fix kernel-doc warnings

ZhangPeng (1):
      swiotlb: check alloc_size before the allocation of a new memory pool

 kernel/dma/debug.c   | 3 ++-
 kernel/dma/swiotlb.c | 3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

             reply	other threads:[~2024-01-18  7:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-18  7:30 Christoph Hellwig [this message]
2024-01-19  0:52 ` [GIT PULL] dma-mapping fixes for Linux 6.8 Linus Torvalds
2024-01-19  1:08   ` 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=ZajTpGRSCJkhPEKk@infradead.org \
    --to=hch@infradead.org \
    --cc=iommu@lists.linux.dev \
    --cc=linux-kernel@vger.kernel.org \
    --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.