Kernel: Set file size for smbios_entry_point and DMI blobs in ProcFS

This is needed to support dmidecode version 3.3, so it can read the 2
blobs in ProcFS.
This commit is contained in:
Liav A 2021-01-29 21:01:56 +02:00 committed by Andreas Kling
commit 65c27bfe52
Notes: sideshowbarker 2024-07-18 22:39:04 +09:00
3 changed files with 19 additions and 0 deletions

View file

@ -85,6 +85,8 @@ public:
bool is_available() const { return m_available; }
OwnPtr<KBuffer> entry_point() const;
OwnPtr<KBuffer> structure_table() const;
size_t entry_point_length() const;
size_t structure_table_length() const;
private:
void set_64_bit_entry_initialization_values();