-
jbk
uugh.. who thought it was good idea to propagate the whole non-NUL terminated, space padded to fixed length strings
-
jbk
this isn't the 80s
-
jbk
(KCF)
-
sskras
I wonder if AMD chips will get some update soo too:
cachewarpattack.com
-
alanc
there is a microcode patch for AMD, but it only matters if your host is running a hypervisor that uses SEV
-
alanc
far smaller set of affected systems than intel's bug
-
jbk
oh it would have been nice had the kcf ARC materials had made it out the door...
-
jbk
for some reason, the system attaches, detaches, then attaches again this driver.. which shouldn't be a problem
-
jbk
except desipte crypto_register_provider()/crypto_unregister_provider() being called successfully during attach/detach
-
jbk
KCF ends up with two entries for the driver
-
jbk
(and both are in the 'ready' state.... it does appear it'll leave old ones around for a bit marked as free)
-
jbk
or rather it's supposed to do that
-
jbk
i suspect i have an upcoming date with kmdb in my future :)
-
denk
-
denk
once more bug from intel
-
denk
CVE-2023-23583
-
ptribble
-
fenix
→
BUG 16058: Update Intel microcode to 20231114 (Closed) |
code.illumos.org/c/illumos-gate/+/3135
-
danmcd
denk: see illumos#16057
-
danmcd
Thanks ptribble for the link (my bad for slow typing).
-
danmcd
@jbk --> kcf is beholden more than a little to the PKCS#11 standard for userland back-end.
-
denk
thanks, I read old news :)
-
jbk
yeah, that's my guess why they decided to act like it's the 80s and they're running DOS with their non-NUL, space padded strings :P
-
jbk
though that's just a wtf
-
jbk
i've got a mostly working tpm2.0 driver, and i was going to include rng support for kcf (because we have a rather dearth of entropy sources currently)
-
jbk
and the attach / detach / attach sequence is causing a panic when you query provider info
-
jbk
because the crypto unregister doesn't appear to actually be unregistering
-
KungFuJesus
sommerfeld: hah, clever name (Runaway Reptar)
-
KungFuJesus
I imagine they can't come up with a cute logo for it given that it'd violate Nickelodeon's copyrights
-
gitomat
[illumos-gate] 16049 Update AMD microcode to 20231019 -- Andy Fiddaman <illumos⊙fn>
-
jbk
hrm... we cap vioif's tx/rx buffer amount at 256... that does seem a bit on the low side if you're wanting to push a decent amount of data
-
jbk
probably should at least make that a dladm private property
-
richlowe
am I thinking of the wrong thing, or is that one of the differences in virtio interfaces?
-
jbk
i'm not sure..
-
jbk
i mean for comparison, a real single HW ring usually has something like 4-10x the amount
-
jbk
depending on whatever defaults the driver writer picked
-
richlowe
I was thinking of the virtio queue, not this
-
jbk
(it'd be nice to add multi-queue support if the HV supports it as well)
-
rmustacc
jbk: I think the big difference is also the 64 KiB data size that gets allocated.