All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] dma-mapping updates for Linux 6.7
@ 2023-10-30 14:08 Christoph Hellwig
  2023-10-31  8:07 ` Geert Uytterhoeven
  2023-11-02  0:01 ` pr-tracker-bot
  0 siblings, 2 replies; 3+ messages in thread
From: Christoph Hellwig @ 2023-10-30 14:08 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, iommu

Hi Linus,

the Kconfig dependencies added in this branch caught configuration issues
in a riscv platform.  The fixes for that went into th soc tree, so it
if you want to avoid them it might make sense to pull this branch after
the soc tree.

The following changes since commit ce55c22ec8b223a90ff3e084d842f73cfba35588:

  Merge tag 'net-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2023-10-19 12:08:18 -0700)

are available in the Git repository at:

  git://git.infradead.org/users/hch/dma-mapping.git tags/dma-mapping-6.7-2023-10-30

for you to fetch changes up to 36d91e851598a9ea523ad4681dd11fa661d59695:

  dma-debug: Fix a typo in a debugging eye-catcher (2023-10-23 07:52:54 +0200)

----------------------------------------------------------------
dma-mapping updates for Linux 6.7

 - get rid of the fake support for coherent DMA allocation on coldfire with
   caches (Christoph Hellwig)
 - add a few Kconfig dependencies so that Kconfig catches the use of
   invalid configurations (Christoph Hellwig)
 - fix a type in dma-debug output (Chuck Lever)
 - rewrite a comment in swiotlb (Sean Christopherson)

----------------------------------------------------------------
Christoph Hellwig (8):
      dma-direct: add dependencies to CONFIG_DMA_GLOBAL_POOL
      dma-direct: add a CONFIG_ARCH_HAS_DMA_ALLOC symbol
      dma-direct: simplify the use atomic pool logic in dma_direct_alloc
      dma-direct: warn when coherent allocations aren't supported
      m68k: use the coherent DMA code for coldfire without data cache
      net: fec: use dma_alloc_noncoherent for data cache enabled coldfire
      m68k: don't provide arch_dma_alloc for nommu/coldfire
      m68k: remove unused includes from dma.c

Chuck Lever (1):
      dma-debug: Fix a typo in a debugging eye-catcher

Sean Christopherson (1):
      swiotlb: rewrite comment explaining why the source is preserved on DMA_FROM_DEVICE

 arch/arm/Kconfig                          |  1 +
 arch/m68k/Kconfig                         |  6 +--
 arch/m68k/Kconfig.cpu                     | 12 +++++
 arch/m68k/kernel/Makefile                 |  2 +-
 arch/m68k/kernel/dma.c                    | 34 +-----------
 arch/parisc/Kconfig                       |  1 +
 drivers/net/ethernet/freescale/fec_main.c | 86 +++++++++++++++++++++++++++----
 kernel/dma/Kconfig                        | 11 ++++
 kernel/dma/debug.c                        |  2 +-
 kernel/dma/direct.c                       | 37 +++++--------
 kernel/dma/swiotlb.c                      | 12 +++--
 11 files changed, 127 insertions(+), 77 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] dma-mapping updates for Linux 6.7
  2023-10-30 14:08 [GIT PULL] dma-mapping updates for Linux 6.7 Christoph Hellwig
@ 2023-10-31  8:07 ` Geert Uytterhoeven
  2023-11-02  0:01 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2023-10-31  8:07 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Linus Torvalds, linux-kernel, iommu

Hi Christoph,

On Mon, Oct 30, 2023 at 3:08 PM Christoph Hellwig <hch@infradead.org> wrote:
> the Kconfig dependencies added in this branch caught configuration issues
> in a riscv platform.  The fixes for that went into th soc tree, so it
> if you want to avoid them it might make sense to pull this branch after
> the soc tree.

FTR, these fixes were merged in v6.6.

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] dma-mapping updates for Linux 6.7
  2023-10-30 14:08 [GIT PULL] dma-mapping updates for Linux 6.7 Christoph Hellwig
  2023-10-31  8:07 ` Geert Uytterhoeven
@ 2023-11-02  0:01 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2023-11-02  0:01 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Linus Torvalds, linux-kernel, iommu

The pull request you sent on Mon, 30 Oct 2023 15:08:41 +0100:

> git://git.infradead.org/users/hch/dma-mapping.git tags/dma-mapping-6.7-2023-10-30

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/009fbfc97b6367762efa257f1478ec86d37949f9

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-11-02  0:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-30 14:08 [GIT PULL] dma-mapping updates for Linux 6.7 Christoph Hellwig
2023-10-31  8:07 ` Geert Uytterhoeven
2023-11-02  0:01 ` pr-tracker-bot

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.