-
I encountered the case
ACPI_EXCEPTION ((AE_INFO, AE_SUPPORT,
"Expressions within package elements are not supported"));
in dspkinit.c
In Lenovo ThinkPad X13 Gen4, I want to …
-
Hi,
I noticed the template non-member functions for `std::atomic*` are _not_ marked `noexcept`, but the same ones for `std::atomic_flag*` and the member functions are all marked `noexcept`.
Was th…
-
Parameter command not giving ant data. Setting voltage and current working.
if i do # ./r4850 can0 i only get
Huawei R4850G2 53.5VDC 3000W Rectifier Configuration Utility V1.1
http://www.beyondlo…
-
### What would you like to be improved?
GravitinoCatalogManager's close method mixes static and volatile variables in a nonstatic method and that may cause issues. Correctly updating a static field f…
-
This issue was submitted by Shin-ichi Inoue of Ecsec Laboratory
For Section 5.3.5 **FCS_CKM.4 Cryptographic key destruction** in the HCD cPP, it is not clear that encrypted keys stored in non-volat…
-
### To reproduce
AbstractHistogramIterator - Minor - A overflow truncation may occur unexpected. Not sure if it going to cross 2^31-1
this.nextValueAtIndex = 1
-
scenario 1:
plug usb
start nut
(no matter how many times start stop nut)
result: values are all zero
____
scenario 2:
plug usb
start upsmart once
exit upsmart
start nut
stop/start…
-
need BIOS file
-
the implementation is using volatile operations to prevent re-ordering between memory operations but as used this is wrong for two different reasons
1. volatile operations are *not* reordered (by t…
-
It should be possible to set persistent configuration that would be stored in non-volatile memory.
Acorn's mechanism for this was `*Configure`
On the Agon, I believe we have non-volatile storage…