ChanServ changed the topic of #armlinux to: ARM kernel talk [Upstream kernel, find your vendor forums for questions about their kernels] | https://libera.irclog.whitequark.org/armlinux
apritzel has quit [Ping timeout: 260 seconds]
alpernebbi has quit [Ping timeout: 248 seconds]
alpernebbi has joined #armlinux
nsaenz has joined #armlinux
System_Error has quit [Remote host closed the connection]
System_Error has joined #armlinux
apritzel has joined #armlinux
monstr has joined #armlinux
xvmt has quit [Ping timeout: 260 seconds]
cbeznea has joined #armlinux
monstr has quit [Ping timeout: 252 seconds]
apritzel has quit [Ping timeout: 272 seconds]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #armlinux
gclement has joined #armlinux
roshan has joined #armlinux
graham__ has joined #armlinux
monstr has joined #armlinux
roshan has quit [Ping timeout: 276 seconds]
clegoffic has joined #armlinux
gclement has quit [Ping timeout: 252 seconds]
prabhakalad has quit [Ping timeout: 276 seconds]
prabhakalad has joined #armlinux
gclement has joined #armlinux
roshan has joined #armlinux
sszy has joined #armlinux
gclement1 has joined #armlinux
gclement has quit [Ping timeout: 260 seconds]
gclement1 has quit [Ping timeout: 260 seconds]
krzk has quit [Ping timeout: 252 seconds]
krzk has joined #armlinux
Poltawer has joined #armlinux
iokill has joined #armlinux
iokill has quit [Client Quit]
iokill has joined #armlinux
gclement has joined #armlinux
prabhakalad has quit [Quit: Konversation terminated!]
rvalue- has joined #armlinux
rvalue has quit [Ping timeout: 260 seconds]
rvalue- is now known as rvalue
graham__ has quit [Ping timeout: 248 seconds]
gclement has quit [Ping timeout: 272 seconds]
clegoffic has quit [Ping timeout: 252 seconds]
mvaittin has joined #armlinux
apritzel has joined #armlinux
Poltawer has quit [Quit: WeeChat 4.6.3]
Poltawer has joined #armlinux
roshan has quit [Ping timeout: 248 seconds]
roshan has joined #armlinux
gclement has joined #armlinux
prabhakalad has joined #armlinux
gclement has quit [Ping timeout: 265 seconds]
gclement has joined #armlinux
roshan has quit [Quit: Leaving]
gclement has quit [Ping timeout: 252 seconds]
gclement has joined #armlinux
mvaittin has quit [Remote host closed the connection]
HerbY_NL has joined #armlinux
Poltawer has quit [Quit: WeeChat 4.6.3]
HerbY_NL has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
xvmt has joined #armlinux
headless has joined #armlinux
xvmt has quit [Ping timeout: 244 seconds]
xvmt has joined #armlinux
gclement has quit [Ping timeout: 244 seconds]
gclement has joined #armlinux
gclement has quit [Ping timeout: 265 seconds]
xvmt_ has joined #armlinux
xvmt has quit [Ping timeout: 260 seconds]
xvmt_ is now known as xvmt
<ukleinek>
arnd: I wonder about `scripts/get_maintainer.pl -f --no-git --no-git-fallback arch/arm64/configs/defconfig` giving ARM64 PORT (AARCH64 ARCHITECTURE) only and not ARM AND ARM64 SoC SUB-ARCHITECTURES (COMMON PARTS) (at least, too)
<krzk>
as explained, should not give common-parts entry, because change is not going to be picked up by common parts (and maintainer soc profile explains that)
<ukleinek>
krzk: ok, thanks
gclement has joined #armlinux
<broonie>
arnd: IIRC the DMA stubs that we have already were written specifically because everyone got fed up with the constant stream of build issues on m68knommu.
<arnd>
broonie: I see 1b0fac45878b ("dma-mapping: prevent dma dependent code from linking on !HAS_DMA archs"), do you mean that one?
<arnd>
it seems we had more platforms without DMA at the time, and possibly people still cared about them
<arnd>
(18 years ago)
<broonie>
Fairly sure it was something more recent, but ICBW.
<arnd>
it looks like there was some more back and forth, the current version seems to come mostly from hch's own ed6ccf10f24b ("dma-mapping: properly stub out the DMA API for !CONFIG_HAS_DMA")
<broonie>
*sigh*.
<robmur01>
and guess who also stubbed out the new dma_alloc_noncontiguous API at the time? :D
<broonie>
Usual story.
<broonie>
I guess I misremembered with the stubs then, or it was something that happened coincidentally at the same time.
HerbY_NL has joined #armlinux
monstr has quit [Ping timeout: 252 seconds]
gclement has quit [Quit: Leaving.]
gclement has joined #armlinux
monstr has joined #armlinux
gclement has quit [Client Quit]
gclement has joined #armlinux
<geertu>
broonie: Wasn't that done for Sun-3?
<broonie>
geertu: Oh, that rings a bit of a bell.
masneyb has joined #armlinux
masneyb has quit [Client Quit]
masneyb has joined #armlinux
<arnd>
I missed the sun3 earlier in my list, but I almost have it building with CONFIG_HAS_DMA now