Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
richlowe pushed 7 commits to arm64-gate richlowe/illumos-gate
- 17166 fs.d: variable dereferenced before check Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Robert ... fdc5332
- 17175 SMF service log could be more helpful on exec failure Reviewed by: Marco van Wieringen <marco.van.wieringen@pla... aaf7a49
- 13992 VNIC in Zone loses access to properties Reviewed by: Patrick Mooney <[email protected]> Reviewed by: Andy Fi... da16d43
- 17148 viona wrongly rejects jumbo frames Reviewed by: Kyle Simpson <[email protected]> Reviewed by: Dan McDonald <d... adf881d
- 17183 SID "findroot" test can temporarily enable idmap Reviewed by: Toomas Soome <[email protected]> Reviewed by: Hans Ro... 1771e81
- Merge branch 'master' of https://github.com/illumos/illumos-gate into arm64-gate e7fa33c
- devfdt: Add /dev/fdt exposing the flat device tree blob to userland (fix unloading, sigh) 310dfca
richlowe created a review comment on a pull request on richlowe/illumos-gate
I'm going to try to remember to go through a bunch of these headers, and delete the copy/paste damage. Problem is intel has the damage too, so I'd feel like I'd need to do it upstream
richlowe created a review comment on a pull request on richlowe/illumos-gate
"Volatile", I think? But I'm not sure. Probably should also Xref the main ksensor manual.
richlowe created a review on a pull request on richlowe/illumos-gate
It might be a good idea to rename `mbox.c` and `mbox_*` now to be specific about which mbox etc? I guess following the pattern of other things, `bcm2835_mbox.c`? etc?
richlowe created a review on a pull request on richlowe/illumos-gate
It might be a good idea to rename `mbox.c` and `mbox_*` now to be specific about which mbox etc? I guess following the pattern of other things, `bcm2835_mbox.c`? etc?
richlowe pushed 1 commit to arm64-gate richlowe/illumos-gate
- devfdt: Add /dev/fdt exposing the flat device tree blob to userland This is entirely for observability, and doesn't ... 9035bfe
hadfl opened a pull request on richlowe/illumos-gate
clock stuff and temperature driver for the RPI4
Testing has been done on an old RPI4 and a more recent one, both with `arm_boost=1` set in `config.txt`. I've stress tested the RPI4s for quite a while until the SoC temperature stabilised. It r...richlowe pushed 5 commits to arm64-gate richlowe/illumos-gate
- rpi4: Rename files and modules to be less generic The rpi4 code uses very generic names (genet, as an example) for h... 3c6f6a7
- virt: Move todpl031 to armv8 and rename The `todpl031` module is not virt-specific - it represents real hardware, de... 1076cf0
- rpi4: Prepare for platmods Restructure the `rpi4` directory to look very similar to `sun4v/ontario`, which is the re... d0ee47d
- virt: Prepare for platmods Restructure the `virt` directory to look very similar to `sun4v/ontario`, which is the re... e883b14
- armv8: Move supported boards to be platmods Makefiles have been updated with the `platmod` machinery based on the `s... e5b20c0
r1mikey created a comment on a pull request on richlowe/illumos-gate
Yep, nothing outstanding.
richlowe created a comment on a pull request on richlowe/illumos-gate
I had not noticed that this left draft status. My apologies. Is it ready to merge?
hadfl created a comment on a pull request on richlowe/illumos-gate
> I renamed both for consistency, but happy to undo the eMMC driver if you'd like. I think, naming them consistently makes sense (I am using the same pattern for `bcm2711_soctemp(4D)`).
r1mikey created a comment on a pull request on richlowe/illumos-gate
I renamed both for consistency, but happy to undo the eMMC driver if you'd like.
richlowe created a branch on richlowe/illumos-gate
arm64/dev-fdt - Local changes to the Illumos OS/Net consolidation.
richlowe created a comment on a pull request on richlowe/illumos-gate
> I'll rename the drivers to use underscores instead of hyphens. This check is NIC-driver specific (though you'd never guess that from the name and the comment), so you should only need to fix t...
r1mikey created a comment on a pull request on richlowe/illumos-gate
> > I don't have a strong opinion but given you change the file names, do you want (for consistency) use underscores instead of hyphens for `bcm2835-vcio.h` and `bcm2835-vcprop.h`, too? > > I wa...
r1mikey created a comment on a pull request on richlowe/illumos-gate
> I don't have a strong opinion but given you change the file names, do you want (for consistency) use underscores instead of hyphens for `bcm2835-vcio.h` and `bcm2835-vcprop.h`, too? I was cons...
hadfl created a comment on a pull request on richlowe/illumos-gate
This looks good to me and I am looking forward to rebase my work in progress on top of this :) I don't have a strong opinion but given you change the file names, do you want (for consistency) us...
r1mikey created a review comment on a pull request on richlowe/illumos-gate
> I've been trying to do one-directory-per-driver (because I have big illumos build changes that depend upon it), but yes this is fine right now I can change this back easily enough - I'm having...
richlowe created a review comment on a pull request on richlowe/illumos-gate
I've been trying to do one-directory-per-driver (because I have big illumos build changes that depend upon it), but yes this is fine right now
r1mikey created a comment on a pull request on richlowe/illumos-gate
Next minor hurdle: https://github.com/richlowe/illumos-gate/blob/arm64-gate/usr/src/uts/common/os/sunddi.c#L5577 I'll rename the drivers to use underscores instead of hyphens.
hadfl created a comment on a pull request on richlowe/illumos-gate
> > It could be because the driver name in `mac_init_ops` does no longer match: > > https://github.com/richlowe/illumos-gate/blob/ca831ec99c10e93d886dca5174a47c5ac77e4120/usr/src/uts/armv8/rpi4/io...
r1mikey created a comment on a pull request on richlowe/illumos-gate
> It could be because the driver name in `mac_init_ops` does no longer match: > > https://github.com/richlowe/illumos-gate/blob/ca831ec99c10e93d886dca5174a47c5ac77e4120/usr/src/uts/armv8/rpi4/io...
hadfl created a comment on a pull request on richlowe/illumos-gate
It could be because the driver name in `mac_init_ops` does no longer match: https://github.com/richlowe/illumos-gate/blob/ca831ec99c10e93d886dca5174a47c5ac77e4120/usr/src/uts/armv8/rpi4/io/bcm2711...
r1mikey created a comment on a pull request on richlowe/illumos-gate
The underlying reason this is blowing up is that the XXX call in `bcm2711-genet` is failing because `find_mbind` (call chain, from `bcm2711-genet`: `_init` ->`mac_init_ops` -> `ddi_name_to_major` -...
r1mikey created a comment on a pull request on richlowe/illumos-gate
Confirmed that this patch works around the issue, now the real question to answer is "why is it happening at all"? I'll dig a little more. ``` diff --git a/usr/src/uts/common/io/dld/dld_str.c b...
r1mikey created a comment on a pull request on richlowe/illumos-gate
This is a totally unexpected crash! Here's an analysis of the crashing function: ``` 0000000000007250 <dld_fini_ops>: 7250: a9bc7bfd stp x29, x30, [sp, #-64]! 7254: ...
richlowe pushed 22 commits to arm64/pci-hacking richlowe/illumos-gate
- 17114 ndmpstat: impossible condition Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Andrew Stormo... 27fc4d4
- 17125 xge: replace divide condition Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bill Sommerfeld <s... 890b4d2
- 17118 hsfs: impossible condition Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bill Sommerfeld <somm... 4b7cc62
- 17124 libuutil: impossible condition Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Jason King <j... b0287ce
- 17134 strerrorname_np is missing some values Reviewed by: Robert Mustacchi <[email protected]> Reviewed by: Da... e4e529b
- 17094 want secure_getenv(3C) 17095 stdlib.h POSIX 2024 additions Reviewed by: Rich Lowe <[email protected]> Revie... 7216809
- 17110 fsstat, vmstat: impossible condition Reviewed by: Bill Sommerfeld <[email protected]> Approved by: Dan McD... d3d5264
- 17130 krb5: always true condition Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bill Sommerfeld <som... 8b7e4db
- 17112 fmstat: impossible condition Reviewed by: Bill Sommerfeld <[email protected]> Approved by: Dan McDonald <d... 8a13ee3
- 17091 Use DWARFv4 by default Reviewed by: Toomas Soome <[email protected]> Reviewed by: Andy Fiddaman <[email protected]... a6c8526
- 17137 P == Q corner case in ECC Reviewed by: Toomas Soome <[email protected]> Reviewed by: Andy Fiddaman <illumos@fiddama... f36d754
- 17119 devfs: impossible condition Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bill Sommerfeld <som... e10da78
- 17126 promif_find_node blows stack with high core CPU Reviewed by: Rich Lowe <[email protected]> Approved by: Rob... 780be06
- 17122 genunix: impossible condition Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Jason King <jason.... 77eecd9
- 17149 January 2025 hwdata update Reviewed by: Toomas Soome <[email protected]> Reviewed by: Dan Cross <cross@oxidecompute... 763b68e
- 17129 don't limit nvme namespaces based on NVME_MINOR_MAX Reviewed by: Andy Fiddaman <[email protected]> Reviewed ... f49056f
- 17121 smbclnt: impossible condition Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bill Sommerfeld <s... b645077
- 17050 dnode_hold_impl() lockup Portions contributed by: Andy Fiddaman <[email protected]> Reviewed by: Joshua M. C... ec7ed31
- 17113 power: impossible condition Reviewed by: Bill Sommerfeld <[email protected]> Approved by: Robert Mustacchi... 05e3992
- 17116 devmgmt: impossible condition Reviewed by: Bill Sommerfeld <[email protected]> Approved by: Robert Mustacc... 367731f
- and 2 more ...
richlowe pushed 21 commits to arm64-gate richlowe/illumos-gate
- 17114 ndmpstat: impossible condition Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Andrew Stormo... 27fc4d4
- 17125 xge: replace divide condition Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bill Sommerfeld <s... 890b4d2
- 17118 hsfs: impossible condition Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bill Sommerfeld <somm... 4b7cc62
- 17124 libuutil: impossible condition Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Jason King <j... b0287ce
- 17134 strerrorname_np is missing some values Reviewed by: Robert Mustacchi <[email protected]> Reviewed by: Da... e4e529b
- 17094 want secure_getenv(3C) 17095 stdlib.h POSIX 2024 additions Reviewed by: Rich Lowe <[email protected]> Revie... 7216809
- 17110 fsstat, vmstat: impossible condition Reviewed by: Bill Sommerfeld <[email protected]> Approved by: Dan McD... d3d5264
- 17130 krb5: always true condition Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bill Sommerfeld <som... 8b7e4db
- 17112 fmstat: impossible condition Reviewed by: Bill Sommerfeld <[email protected]> Approved by: Dan McDonald <d... 8a13ee3
- 17091 Use DWARFv4 by default Reviewed by: Toomas Soome <[email protected]> Reviewed by: Andy Fiddaman <[email protected]... a6c8526
- 17137 P == Q corner case in ECC Reviewed by: Toomas Soome <[email protected]> Reviewed by: Andy Fiddaman <illumos@fiddama... f36d754
- 17119 devfs: impossible condition Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bill Sommerfeld <som... e10da78
- 17126 promif_find_node blows stack with high core CPU Reviewed by: Rich Lowe <[email protected]> Approved by: Rob... 780be06
- 17122 genunix: impossible condition Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Jason King <jason.... 77eecd9
- 17149 January 2025 hwdata update Reviewed by: Toomas Soome <[email protected]> Reviewed by: Dan Cross <cross@oxidecompute... 763b68e
- 17129 don't limit nvme namespaces based on NVME_MINOR_MAX Reviewed by: Andy Fiddaman <[email protected]> Reviewed ... f49056f
- 17121 smbclnt: impossible condition Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bill Sommerfeld <s... b645077
- 17050 dnode_hold_impl() lockup Portions contributed by: Andy Fiddaman <[email protected]> Reviewed by: Joshua M. C... ec7ed31
- 17113 power: impossible condition Reviewed by: Bill Sommerfeld <[email protected]> Approved by: Robert Mustacchi... 05e3992
- 17116 devmgmt: impossible condition Reviewed by: Bill Sommerfeld <[email protected]> Approved by: Robert Mustacc... 367731f
- and 1 more ...