Posts
210
Following
33
Followers
231
Linux Kernel developer and maintainer
#standwithukraine πŸ‡΅πŸ‡± πŸ‡ͺπŸ‡Ί πŸ‡ΊπŸ‡¦ πŸ‡¨πŸ‡­
IRC: krzk
Kernel work related account. Other accounts of mine: @krzk@mastodon.social
@conor Indeed. I refurbished a bit my templates and added more personal-like-phrases. Maybe I need to work on them a bit more... But I am also not a native English speaker, so I don't know how to exactly write a really nice message which will be kind but not exaggerated, so silly. I bet if I write "Please be so kind and use scripts/checkpatch.pl." there will be a person who will feel mocked by this.
1
0
1

Krzysztof Kozlowski

In a perfect world, I would have enough of time and energy to give every patch submitter personalized review, with a touch and nice words. I remember the times when I got one patch per week for my subsystem. Now, with like 600 patches and replies to me per week, I cannot. Reviewers are scarce and day has only 24h.

Unfortunately many issues are the same and do not require me, but ChatGPT. I figured out solution for all such trivialities: review templates.

But now, it's the second time submitter felt offended that I gave too obvious advice for an issue. What to do then? I will not write hundred times "please run checkpatch.pl", it's just waste of my time.
3
0
4

Krzysztof Kozlowski

Edited 1 year ago
@klausman @kernellogger The commit pointed by bisect might not be the real cause. Issue can be triggered by enabling via CONFIG change or just be interacting with something else. What now? Investigate the commit. It might tell you next steps...
Another solution could be to do second bisect - which second commit brought the issue when testing without the first one (then just remember to mark with git bisect good/bad proper commits).
1
1
2

Krzysztof Kozlowski

Edited 1 year ago
The first pancake is always spoiled? https://lore.kernel.org/linux-devicetree/20230511105006.176979-1-krzysztof.kozlowski@linaro.org/

BTW, above proverb in Polish is a bit more drastic: "Pierwsze koty za pΕ‚oty", so literally: "The first cats over the fence". :)
0
0
6

Krzysztof Kozlowski

My bedroom has a view on few trees with three young squirrels, jumping, running and foraging every morning. I bet I would not have done any work there... Squirrels are too addictive.
0
0
2

K. Ryabitsev 🍁

This is a regular reminder that Russian military is still dropping high-yield explosives onto Ukrainian homes, killing women and children.

This is not f'n okay.
1
11
16

Krzysztof Kozlowski

They have taken me by surprise. If I knew, I would put a bit different t-shirt on me.
1
0
3

Krzysztof Kozlowski

@monsieuricon If few years ago all patch discussions and development processes were moved to Twitter, the problem with such discussions would be solved now. We lost our chance.

RE: https://social.kernel.org/objects/a89443f9-061f-479e-9f89-f6bbdd8b383c
1
0
3

Krzysztof Kozlowski

Few more points to add to my own notes about handling kernel maintainership: https://lwn.net/Articles/926240/
Now my maintainer howto/reference guide has exactly 4 pages. Not bad. Still shorter than my 23-pages long guide on Swiss taxes...
0
0
2

Krzysztof Kozlowski

Edited 2 years ago
Not again.... "5.4.5 Daily user sending quota exceeded." So it is a 24-hour moving window.
0
0
0
@mjg59 @monsieuricon Now it is www.codelinaro.org (at least some parts of it are there already).
0
0
0

Krzysztof Kozlowski

5.4.5 Daily user sending quota exceeded. - gsmtp

I think Google underestimated my patch creating abilities…

1
1
5

Krzysztof Kozlowski

Finding email addresses to Cc on patch submission is tricky. If only there was some tool, which can print these and simplify the entire process... Ehh, dreams...
BTW, simple wrapper to send entire patchset to all maintainers (--to-cmd collects addresses per-patch):
https://github.com/krzk/tools/blob/18363551d119c27f3b42cc856cf70ac7d62a78f2/linux/.bash_aliases_linux#L89
0
0
0
@monsieuricon @corbet I don't know what was more painful for the brain - "read" his "post" (let's "quote" everything because "why not"?) or try to navigate through the amazing user-interface of his few websites.
0
0
1

Krzysztof Kozlowski

Meeting in person is cooler than just TOFU. :)
Therefore I will be organizing two PGP key signing parties at Linaro Connect 2023 in London: https://sched.co/1KXDZ and https://sched.co/1KXDq
I hope to see some faces there.
0
0
2

Krzysztof Kozlowski

Edited 2 years ago
With patches on the list: arm64 exynos/tesla passes dtbs_check. arm exynos has still 10 warnings to go... It would be useful to continue work on: https://lore.kernel.org/all/20221121122932.2493174-1-Naresh.Solanki@9elements.com/ as dependency for pwm-fan :)
0
0
2
@palmer @conor dtbs_check produces warnings thus it does not fail entire make command. Warnings are a bit non-standard, so for example for Buildbot I use "^.*\.dtb: " pattern to detect them.
0
0
1
@conor @palmer Indeed, new things will keep popping up. New bindings might get converted to DT schema, Rob might add more checks/warnings... or new DTS can introduce something. I think the only way to keep near-zero warnings is to keep running dtbs_check on new patches, so you spot new issues fast.
1
0
1

Krzysztof Kozlowski

Edited 2 years ago

@conor @palmer With just two fixes in kernel RISC-V DTS have full dtbs_check compliance! Good job RISC-V folks!

  DTC_CHK arch/riscv/boot/dts/microchip/mpfs-icicle-kit.dtb
  DTC_CHK arch/riscv/boot/dts/allwinner/sun20i-d1-dongshan-nezha-stu.dtb
  ...

[1] https://lore.kernel.org/linux-devicetree/20230326164751.104789-1-krzysztof.kozlowski@linaro.org/T/#u

[2] https://lore.kernel.org/linux-devicetree/20230326164700.104570-1-krzysztof.kozlowski@linaro.org/T/#u

1
1
2
Show older