marcan changed the topic of #asahi to: Asahi Linux: porting Linux to Apple Silicon macs | General project discussion | GitHub: https://alx.sh/g | Wiki: https://alx.sh/w | Topics: #asahi-dev #asahi-re #asahi-gpu #asahi-offtopic | Keep things on topic | Logs: https://alx.sh/l/asahi
nico_32 has quit [Ping timeout: 248 seconds]
nico_32 has joined #asahi
rjeffman has quit [Ping timeout: 260 seconds]
nico_32 has quit [Ping timeout: 240 seconds]
nico_32 has joined #asahi
nico_32 has quit [Ping timeout: 240 seconds]
macc24 has quit [Ping timeout: 258 seconds]
nico_32 has joined #asahi
nickiminjaj has joined #asahi
omoiti has quit [Ping timeout: 240 seconds]
nickiminjaj has quit [Quit: leaving]
omoiti has joined #asahi
phiologe has quit [Ping timeout: 258 seconds]
phiologe has joined #asahi
sven has quit [Remote host closed the connection]
sven has joined #asahi
marcan has quit [Ping timeout: 260 seconds]
marcan has joined #asahi
odmir has quit [Remote host closed the connection]
odmir has joined #asahi
KindOne has quit [Ping timeout: 252 seconds]
odmir has quit [Ping timeout: 240 seconds]
jeffmiw_ has joined #asahi
jeffmiw_ has quit [Ping timeout: 240 seconds]
marvin24 has quit [Ping timeout: 245 seconds]
marvin24 has joined #asahi
KindOne has joined #asahi
omoiti has quit [Ping timeout: 265 seconds]
omoiti has joined #asahi
omoiti has quit [Ping timeout: 240 seconds]
Gaelan has quit [Quit: ZNC 1.8.2 - https://znc.in]
Gaelan has joined #asahi
VinDuv has joined #asahi
odmir has joined #asahi
odmir has quit [Ping timeout: 268 seconds]
ephe_meral1 has joined #asahi
opticron has quit [Ping timeout: 245 seconds]
opticron has joined #asahi
macc24 has joined #asahi
VinDuv has quit [Quit: Leaving.]
omoiti has joined #asahi
omoiti has quit [Ping timeout: 252 seconds]
inglor has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
inglor has joined #asahi
Namidairo has quit [Read error: Connection reset by peer]
Namidairo has joined #asahi
hspak0 has joined #asahi
hspak has quit [Ping timeout: 268 seconds]
hspak0 is now known as hspak
raster has joined #asahi
n2o has joined #asahi
n2o has quit [Client Quit]
raster has quit [Quit: Gettin' stinky!]
raster has joined #asahi
vimal has joined #asahi
snalty has quit [Quit: ZNC 1.8.2 - https://znc.in]
snalty has joined #asahi
vimal has quit [Remote host closed the connection]
PeterEaston has joined #asahi
TheJollyRoger has quit [Remote host closed the connection]
ephe_meral1 has quit [Ping timeout: 265 seconds]
<delroth> tbodt: pointed out to him already earlier this week, marcan replied on the v3
<marcan> sorry for the delay today, had a medical scare to deal with (everything's fine)
<marcan> going to put together the v5 and PR
inglor has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
inglor has joined #asahi
roxfan2 has joined #asahi
roxfan has quit [Ping timeout: 246 seconds]
rjeffman has joined #asahi
<marcan> I'm doing a defconfig build now to sanity check
nickiminjaj has joined #asahi
<marcan> defconfig looks good
jeffmiw_ has joined #asahi
<kettenis_> marcan: my current pcie code in m1n1 also depends on bits of https://github.com/AsahiLinux/m1n1/pull/36
<kettenis_> in particular poll32 and pmgr
<kettenis_> poll32 may need a bit more thought though
<sven> I can split those from that MR this evening fwiw. looks like I need to resolve some conflicts anyway
<kettenis_> as the timeout is simply a loop count now
<sven> so just add a udelay instead of a busy loop? :)
<kettenis_> maybe there should be a udelay(1) in the loop
<kettenis_> sven: heh
<sven> :-)
jeffmiw_ has quit [Ping timeout: 265 seconds]
<Shiz> marcan: be well!
nickiminjaj has quit [Ping timeout: 246 seconds]
bisko has joined #asahi
raster has quit [Remote host closed the connection]
raster has joined #asahi
raster has quit [Remote host closed the connection]
raster has joined #asahi
Necrosporus is now known as Guest32642
Necrosporus has joined #asahi
Guest32642 has quit [Ping timeout: 246 seconds]
raster has quit [Quit: Gettin' stinky!]
raster has joined #asahi
ephe_meral1 has joined #asahi
<marcan> Shiz: not me, someone else :)
<Shiz> be well to them!
<Shiz> :p
<marcan> alright, nobody's shouting at me, so I'll send the PR
<sven> kettenis_: alright, https://github.com/AsahiLinux/m1n1/pull/44 should be just the (slightly improved) pmgr code
<sven> now... let's see what happens if i just run a kernel with 4k cpu/16k iommu pages and remove that bug_on
rwhitby has quit [Ping timeout: 268 seconds]
odmir has joined #asahi
rwhitby has joined #asahi
odmir has quit [Ping timeout: 260 seconds]
<marcan> sent!
rwhitby has quit [Ping timeout: 258 seconds]
<arnd> marcan: git pull failed
<arnd> did you upload the wrong tag?
rwhitby has joined #asahi
<marcan> uhh
<arnd> need to make dinner, if you fix it up quickly, I can merge it later
<marcan> arnd: works for me?
<marcan> $ git pull https://github.com/AsahiLinux/linux.git tags/m1-soc-bringup-v5
<marcan> * tag m1-soc-bringup-v5 -> FETCH_HEAD
<marcan> oh wait, that base was supposed to be one you already had? I used the point *after* the merges because otherwise the diffstat would have a million things from tty/arm64
<arnd> marcan: I think I see the problem: you sent the merge commit as the base, but I don't have that merge in my tree locally
<arnd> I think I can fix that up later on, just need to do another local merge to create a sensible git history
<marcan> the overall base is v5.12-rc3 prior to the merges
choozy has joined #asahi
<arnd> if you had passed -rc3 as the base for git request-pull, it would have worked, but then I would see all the commits of the tty tree as well
<marcan> so using that as a base should work
<marcan> right
<marcan> both sounded vaguely wrong to me :-)
<arnd> anyway, I'll make it work later when I get back
<marcan> for future reference, would using v5.12-rc3 have been preferable?
<marcan> anyway, I'll get dinner too :) (shows you how offset I am...)
<delroth> just call it breakfast at this point
<jn__> dinner around now is almost central european time :)
Necrosporus has quit [Read error: Connection reset by peer]
Necrosporus has joined #asahi
rwhitby has quit [Ping timeout: 248 seconds]
the-mentor3 has joined #asahi
VinDuv has joined #asahi
odmir has joined #asahi
frode_0xa has quit [Quit: leaving]
frode_0xa has joined #asahi
frode_0xa has quit [Client Quit]
roxfan2 is now known as roxfan
<arnd> there is really no ideal way when you have pulled in other dependencies, especially more than one. The infrastructure is trying to prevent submitters from sneaking in additional patches by faking a merge base, and we clearly want this, but it also gets in the way in this case
frode_0xa has joined #asahi
frode_0xa has quit [Client Quit]
<marcan> right
<marcan> in this case you can probably just repeat my merges (for the conflict, delete the entire conflict section, it was a removal) and verify that the result is the same, or something like that
bpye has quit [Ping timeout: 268 seconds]
bpye has joined #asahi
Necrosporus is now known as Guest87771
Guest87771 has quit [Killed (barjavel.freenode.net (Nickname regained by services))]
Necrosporus has joined #asahi
ephe_meral1 has quit [Ping timeout: 240 seconds]
ephe_meral1 has joined #asahi
bpye has quit [Ping timeout: 260 seconds]
bpye has joined #asahi
bpye1 has joined #asahi
bpye has quit [Ping timeout: 268 seconds]
bpye1 is now known as bpye
bpye0 has joined #asahi
bpye has quit [Ping timeout: 268 seconds]
bpye0 is now known as bpye
zkrx has quit [Ping timeout: 265 seconds]
zkrx has joined #asahi
commandoline has joined #asahi
commandoline has quit [Ping timeout: 268 seconds]
marshmallow has quit [Ping timeout: 268 seconds]
commandoline has joined #asahi
tpw_rules has quit [Ping timeout: 268 seconds]
marshmallow has joined #asahi
bpye has quit [Quit: Ping timeout (120 seconds)]
tpw_rules has joined #asahi
bpye has joined #asahi
ephe_meral1 has quit [Ping timeout: 252 seconds]
jeffmiw_ has joined #asahi
jeffmiw_ has quit [Client Quit]
VinDuv has quit [Quit: Leaving.]
bpye has quit [Ping timeout: 240 seconds]
bpye has joined #asahi
bpye has quit [Quit: Ping timeout (120 seconds)]
bpye has joined #asahi
choozy has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
bpye has quit [Ping timeout: 268 seconds]
bpye has joined #asahi
vilhalmer has quit [Quit: :qa!]
vilhalmer has joined #asahi
macc24 has quit [Ping timeout: 260 seconds]
joeschmoepenguin has joined #asahi
robinp_ has joined #asahi
robinp has quit [Ping timeout: 250 seconds]
bloom has joined #asahi
<bloom> can I install genchu on my m1 yet???
<bloom> ("Take your trolling back to #asahi-gpu, Bloom." "Hnnngh.")
bpye has quit [Ping timeout: 260 seconds]
bpye has joined #asahi