Posts
461
Following
145
Followers
149
The cat is not mine :(

I like cycling, powerlifting, bad video games and metal.
Otherwise, I occupy my time with various bits in RISC-V land.

~useless, placeholder, website: https://www.conchuod.ie/
@krzk I think you probably guessed correctly in the thread, and it is a bit of feeling patronised. The various bot-like replies do seem a bit impersonal, but if you are experienced enough to feel patronised, you're experienced enough to understand why the bot-like/form-letters are required.
2
0
2
Edited 1 year ago
I tore a wrist ligament (tfcc) 4 years ago, every now and then it crops back up as a problem since I average about 14h a day at a computer.
0
0
0
Wrist pain starting to creep back in, sounds like I need a holiday :)
1
0
0
@palmer Looks like nobody seems to care?
0
0
0
I love the days that @marcan does something "controversial" & reading all the instances of him telling people why they are wrong.
0
0
1
@risc_v @esmil Does this mean you're gonna be a wee bit less busy?
0
0
0
You think you're gonna sit down and get something done for once, and then CI failures left right and centre :)
0
0
2
@pdp7 @palmer If you don't like the template being there, you can always write a b4-cover-template file & point to it with `b4.prep-cover-template` in your git config (see https://b4.docs.kernel.org/en/latest/config.html#contributor-settings).
The default is:
```
${cover}

---
${shortlog}

${diffstat}
---
base-commit: ${base_commit}
change-id: ${change_id}

Best regards,
--
${signature}
```
1
0
1
@pdp7 @palmer Having the best-regards stuff after a --- probably makes life easier for the person doing `b4 shazam` on the other end, especially if they do it in the way that creates a merge commit from the cover (-M or -H).
1
0
2
@matttbe @kernellogger checkpatch isn't an arbiter of truth to begin with, especially in arch code it reports a bunch of spurious stuff.

I was just a bit annoyed by it the other day when checkpatch complained, telling me that I should have a Closes: pointing to a competing patch for a problem.
I guess I had had it in my head that what was accepted was going to allow Reported-by: followed by Link: & complain only about "bare" Reported-by:.

> it is similar to the previous situation where there are cases where it doesn't even make sense to have a Link tag after a Reported-by.

Yah, that's probably fair.
0
0
1
@kernellogger @matttbe I would like to make my CI stuff entirely ignore that tag, complaint, but I don't immediately see an ignore.
0
0
0
@kernellogger @matttbe yeah, partially due to patches that only fix part of a reported issue (I think I was the one who mentioned it on LKML) but also "Closes:" is a very definitive statement, when quite often a fix does not in fact entirely fix the problem.
1
0
0
@kernellogger I see the "Reported-by: should be immediately followed by Closes: with a URL to the report" stuff got merged. I really dislike that it whines if I do Reported-by: followed by Link:.
1
0
0
@dickon Oh I totally didn't interpret as figurehead. I know we talked about the crypto support patches at FOSDEM w/ him, so I figured it was a "he sent it, but we all worked on it" type of comment.
Sounds like you guys are doing a pretty good job of internships.

> He's also the team's best git wrangler, which is actually worrying me; he goes back to uni in September...

Oof. git-wranger-in-chief is kinda my job title too, although I've managed to gradually improve everyone's ability over the last few years.
1
0
1
@dickon I wish I was working on that sort of thing when I was an intern.
1
0
1
@dickon Yah, I saw Lawrence's latest iteration earlier.
I just hope that noone ends up with some pre- & non-1.0 compliant implementation.
2
0
0
@dickon I'm not really aware of the timing of those changes, but I assume they changed midway through your software support for the extensions. Did it also change late enough to affect hardware tapeout (although you probably cannot answer that) and/or after public review?
1
0
1
RISC-V ISA string stuff makes my head hurt.
Claims that the spec definitions are stable just blows my mind. I'd swear that the biggest pain in the arse patches are those dealing with passing it that to a toolchain, particularly the removal of Zicsr/Zifencei from I crap.
1
0
2
@pdp7 I have the following in mine:
# Patch syntax highlighting
color normal white default
color body brightwhite default ^[[:space:]].*
color body brightwhite default ^(diff).*
color body green default ^[\+].*
color body red default ^[\-].*
color body brightblue default [@@].*
color body brightwhite default ^(\s).*

Does the job fine ¯\_(ツ)_/¯
1
0
0
Show older