Posts
507
Following
144
Followers
178
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/
I say "completely broken", because its not as if it stops parsing at 32 characters or something like that - its as simple as if the string is longer than 32 characters (the allotted buffer size) all detection fails.
0
0
0
Edited 2 years ago
Adding U-Boot support for the replacement riscv extension DT properties, come to find out that the extension detection there is completely broken, at least in QEMU.
It expects the ISA string to be 32 characters or less, probably true for all hardware it supports but untrue in QEMU for a long time. I guess there aren't too many ISA string parsers, but I do wonder how many others are broken in the face of the "fancier" strings.
1
0
0
Ywe Caerlyn is my favourite poster on lkml. I have no idea what this is meant to be, but it is great:
https://www.youtube.com/watch?v=jpyrxj7IVqQ
1
0
1
Whenever I read Nathan Chancellors recaps I always go and look at what
my contributions look like (see https://nathanchance.dev/posts/2023-cbl-retrospective/
for his far more comprehensive retrospective than my own brief look).

In 2023 this is what they looked like:

Authored: 123
Reported: 8
Tested: 29
Acked: 412
Reviewed: 372

In comparison, 2022 looked like:

Authored: 181
Reported: 21
Tested: 28
Acked: 45
Reviewed: 92

Two rather different years in terms of my kernel contributions, that's
for sure. In March or April I started co-maintaining dt-bindings, which
is the reason for the massive growth in terms of ack/review tags.
The number that is there is probably also underselling the amount of
reviewing actually done, since I usually avoid leaving a tag on vN of a
patch when one of the other maintainers already has, even if I spent a
bunch of time reviewing v(N-1).

On another note, the number of reported-by tags dropped considerably - I
like to chalk that up to the riscv port becoming more stable :)
1
1
2
I think the font change is why I have a headache from reading my emails today.
0
0
1
I updated debian and my terminal font changed. I hate it.
1
0
2

I'm excited to announce I've joined @olofj's RISC-V Software team at Tenstorrent! If you aren't familiar with Tenstorrent, then check this recent talk from CEO Jim Keller https://www.youtube.com/watch?v=lPX1H3jW8ZQ

2
6
2

We're proud to announce the official release of Fedora Asahi Remix! 🎉

Learn more:
https://asahilinux.org/fedora/

10
26
4
Being in my 20s, I was confused as to why YouTube keeps showing me adverts for toys for young children. I realised all I watch on this particular computer is videos about programming and 10+ year old MMOs and it all started to make a lot of sense.
0
0
3
@monsieuricon @a1ba there were plenty of younger developers at LPC, some significant contributors, sounds like it is time for current maintainers to start recruiting some of them as subsystem reviewers or co-maintainers!
0
0
4
Reading some patch discussion today (between two experienced developers/maintainers) and one cracked out a "I believe the kids these days would say '"Say you don't understand the
code without saying you don't understand the code."'

lmao, good one chief
0
1
4

Krzysztof Kozlowski

I announced it before on social.kernel.org, mailing lists and finally in the Linux kernel (https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c25223cba5aa9a536392933782d4a7df71d9093b). So one more time, same announcement:
None of the Samsung and Samsung Foundry platforms can bring any new `dtbs_check W=1` warning.

Contributor can easily test it, so sending code which introduces such warnings is considered close to sending code which does not compile. Fast step to get your maintainer grumpy.
0
1
6
note to self: stop looking at patches when you are meant to be asleep
0
0
3

@vegard @marcan @CyReVolt @lschuermann @monsieuricon imho, anyone who's getting into kernel development or who is open to changing their workflow should use b4 right away and avoid using git-send-email

https://b4.docs.kernel.org/en/latest

1
6
1
@janne @hrw probably cos of
git log --oneline --no-merges Documentation/devicetree/bindings/arm/cpus.yaml
...
355d090ecbbc dt-bindings: arm: cpus: Add apple,avalanche & blizzard compatibles
0
0
2
@jarkko @gregkh just to note, it does not have to be part of OpenSBI. It just needs to be a frozen SBI extension. OpenSBI is but one one SBI implementation, and being part of it is not a requirement for patch acceptance.
1
0
1
"Detection of individual cryptography extensions uses the unified software-based RISC-V discovery method.

 At the time of writing, these discovery mechanisms are still a work in progress."

...from the documentation for ratified extensions :)
1
0
4
@sima @nicofee @marcan @nicolas17 unfortunately I know how things work for dt-bindings, and drag may be an apt word ;)
0
0
1
Show older