NishanthMenon changed the topic of #openocd to: this is the place to discuss all things OpenOCD | Logs: https://libera.irclog.whitequark.org/openocd/
akaWolf has joined #openocd
tsal_ has joined #openocd
tsal has quit [Ping timeout: 248 seconds]
boru` has joined #openocd
boru has quit [Killed (NickServ (GHOST command used by boru`))]
boru` is now known as boru
tomtastic has quit [Ping timeout: 240 seconds]
tomtastic has joined #openocd
nerozero has joined #openocd
<PaulFertser> borneoa_: the modification just removed this.mergeable when deciding whether to invoke search for conflicts:NNNN or not.
sbach has quit [Read error: Connection reset by peer]
sbach has joined #openocd
<PaulFertser> borneoa_: so basically what you see in the list on https://review.openocd.org/c/openocd/+/6508/ is the same list you get with https://review.openocd.org/q/conflicts:6508+is:open
<borneoa_> PaulFertser: looks like the search for conflicts identifies changes just by filename, not by changed line. A bug in this version of gerrit? I will check the source code to get any hint. Do you remember which version of gerrit was installed before?
Haohmaru has joined #openocd
<PaulFertser> borneoa_: 2.13.6
<PaulFertser> borneoa_: please hold on, I'm checking myself
<PaulFertser> borneoa_: the source code mentions SubmitDryRun so it can't be just the filenames.
<borneoa_> PaulFertser: if I search open and cortex_m.c I get 20 hits, so the 13 conflicting with 6508 are not for filename only
Hawk777 has quit [Quit: Leaving.]
<PaulFertser> borneoa_: probably it does something like git fetch https://review.openocd.org/openocd refs/changes/08/6508/1 && git checkout FETCH_HEAD ; git fetch https://review.openocd.org/openocd refs/changes/19/6319/5 && git cherry-pick FETCH_HEAD and that fails, hence the conflict.
<borneoa_> PaulFertser: could be, and probably the change 6319 was not mergeable anymore by itself
<borneoa_> PaulFertser: all the changes in conflict are with "merge conflict" status
<PaulFertser> borneoa_: but it doesn't really mean you do not want to see them, and they're still somehow related apparently, at least changing the same file.
<PaulFertser> It's unclear how this can be improved.
<Haohmaru> with ketchup ;P~
<borneoa_> PaulFertser: I would left it as is and just think it over.
Steffanx has quit [Ping timeout: 250 seconds]
Steffann has joined #openocd
tomtastic has quit [Ping timeout: 250 seconds]
tomtastic_ has joined #openocd
tarekb has joined #openocd
nathanhi has joined #openocd
<tarekb> Hi Paul, All, I hope you are doing well
<tarekb> PaulFertser: I have encountered some handshake failres with gerrit redirection from zylin server to the new one
<tarekb> s/failres/failures/
<tarekb> I hope this is only my case (everything is OK after changing the server in my config to the new one)
<PaulFertser> tarekb: hey :) ssh config?
<tarekb> I have changed both my git remote url and added an entry in ~/.netrc
<tarekb> to use directly the review.openocd.org server
<tarekb> theoritacally passing by the old server should be OK and redirected without issues, but in my setup, I'm facing hanshake failures 4/10 times
<PaulFertser> tarekb: handshake with what protocol/utility?
<tarekb> ah, I'm using https://review.openocd.org/...
<tarekb> no ssh
<PaulFertser> The old name is currently going through socat on the old server but then you get redirected right away by Location: header.
xantoz_ is now known as xantoz
Jybz[m] has quit [Quit: Bridge terminating on SIGTERM]
LinuxHackerman has quit [Quit: Bridge terminating on SIGTERM]
Helmholtz has quit [Quit: Bridge terminating on SIGTERM]
Ulli[m] has quit [Quit: Bridge terminating on SIGTERM]
ildar[m] has quit [Quit: Bridge terminating on SIGTERM]
lh has quit [Quit: Bridge terminating on SIGTERM]
Jybz[m] has joined #openocd
lh has joined #openocd
Helmholtz has joined #openocd
LinuxHackerman has joined #openocd
ildar[m] has joined #openocd
Ulli[m] has joined #openocd
nerozero has quit [Read error: Connection reset by peer]
nerozero has joined #openocd
Getty has quit [Quit: changing servers]
Getty has joined #openocd
<borneoa_> PaulFertser: https://review.openocd.org/Documentation/config-gerrit.html#change.mergeabilityComputationBehavior
<borneoa_> PaulFertser: today it's set to NEVER.
<borneoa_> PaulFertser: do you remember how was it set before? Any idea how much computational expensive are the other choices?
<karlp> given the sizes of the places gerrit comes from, probably not siginificant for us?
<karlp> small codebase too, relatively speaking
Haohmaru has quit []
<PaulFertser> borneoa_: let's just flip it and see.
<PaulFertser> So API_REF_UPDATED_AND_CHANGE_REINDEX ?
nerozero has quit [Ping timeout: 252 seconds]
crabbedhaloablut has quit [Quit: No Ping reply in 180 seconds.]
crabbedhaloablut has joined #openocd
<Fleck> hi tarekb :)
devanagram has quit [Ping timeout: 240 seconds]
devanagram has joined #openocd
<Fleck> thanks for fixing stm32 configs ;)
<borneoa_> PaulFertser: probably yes. Looks like the more complete option
<PaulFertser> borneoa_: can do it right now then
<PaulFertser> borneoa_: restarted with it enabled
tarekb has quit [Read error: Connection reset by peer]
<borneoa_> PaulFertser: thanks. Strange, is:mergeable finds only 2 changes. Maybe it's still running in background to find the others
<borneoa_> PaulFertser: apparently it considers mergeable only the changes that are rebased on current master
<PaulFertser> borneoa_: or probably only changes that were pushed after the switch?
<PaulFertser> No, unlikely
<nohit> hi, im trying to connect to a gdb server from WSL but i get connection timeout, any ideas what might be wrong ? https://usercontent.irccloud-cdn.com/file/GNeZQXaq/ocd.png
<PaulFertser> nohit: OpenOCD binds to loopback interface only by default.
<PaulFertser> nohit: and WSL2 is a VM
<PaulFertser> Is that a single WSL instance?
<nohit> yes
<PaulFertser> nohit: ah, missing space between ext and :
<PaulFertser> You can use "tar" as short for "target" btw
<nohit> i switched to WSL1 and now it works. thanks PaulFertser
<PaulFertser> nohit: I do not think it's the real reason.
<PaulFertser> nohit: I clearly see wrong command in your first screenshot.
<PaulFertser> You should be using wsl2
<PaulFertser> nohit: you have _no space_ between ext and :3333
<PaulFertser> But it still works, ok.
<nohit> i fixed it and then removed it to prove a point
<nohit> that space
<PaulFertser> nohit: thank you, point taken
emeb has joined #openocd
emeb has quit [Client Quit]
emeb has joined #openocd
joconor has quit [Quit: ZNC 1.8.2 - https://znc.in]
joconor has joined #openocd
emeb has quit [Quit: Leaving.]
emeb has joined #openocd
PaulFertser has quit [Ping timeout: 240 seconds]
tarekb has joined #openocd
c4017w__ has joined #openocd
c4017w_ has quit [Ping timeout: 252 seconds]
PaulFertser has joined #openocd
tarekb has quit [Read error: Connection reset by peer]
tarekb has joined #openocd
<tarekb> Hi Fleck, if the change is OK, please leave a note in gerrit
<tarekb> I was not able to add you as reviewer since IDK your login (if any)
diddly has joined #openocd
crabbedhaloablut has quit [Remote host closed the connection]
crabbedhaloablut has joined #openocd
tarekb has quit [Quit: Client closed]
Guest38 has joined #openocd