Public bug reported:

[Impact]

 * Add processor support from SMBIOS 3.6.0 in Jammy and Noble
   to enable new hardware in LTS release per SRU policy [1].

 * Backport of 1 relatively simple patch from dmidecode 3.6
   in Oracular to dmidecode 3.3 in Jammy and dmidecode 3.5 in Noble

[Test Plan]

 * Check no regressions on current systems with SMBIOS < 3.6,
   i.e., no output changes in text and binary form.

    $ sudo dmidecode > old.txt 2>&1
    $ sudo dmidecode --dump-bin old.bin

    $ apt install dmidecode # modified package

    $ sudo dmidecode > new.txt 2>&1
    $ sudo dmidecode --dump-bin new.bin

    $ cmp old.txt new.txt; echo $?
    0

    $ cmp old.bin new.bin; echo $?
    0

 * Check for expected output on new systems with SMBIOS >= 3.6.

   $ diff old.txt new.txt

   1) Run "sudo dmidecode -t4"
   2) Observe that the "Thread Enabled" field is being reported

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Other_safe_cases

[Patch Details]

https://git.savannah.nongnu.org/cgit/dmidecode.git/commit/?id=ac65cf23af7cccecb4175d3c13460928e8e2f51d

Commit ac65cf23af7cccecb4175d3c13460928e8e2f51d
Author: Jean Delvare <jdelv...@suse.de>
Date:   Fri May 26 17:41:51 2023 +0200

    dmidecode: Add processor support from SMBIOS 3.6.0

    SMBIOS 3.6.0 adds the following to the Processor Information
    structure (type 4):
    * 9 socket types
    * 1 processor family
    * 1 field (Thread Enabled)

** Affects: dmidecode (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: dmidecode (Ubuntu Jammy)
     Importance: Undecided
         Status: New

** Affects: dmidecode (Ubuntu Noble)
     Importance: Undecided
         Status: New

** Also affects: dmidecode (Ubuntu Noble)
   Importance: Undecided
       Status: New

** Also affects: dmidecode (Ubuntu Jammy)
   Importance: Undecided
       Status: New

** Description changed:

  [Impact]
  
   * Add processor support from SMBIOS 3.6.0 in Jammy and Noble
     to enable new hardware in LTS release per SRU policy [1].
  
   * Backport of 1 relatively simple patch from dmidecode 3.6
     in Oracular to dmidecode 3.3 in Jammy and dmidecode 3.5 in Noble
  
  [Test Plan]
  
-  * Check no regressions on current systems with SMBIOS < 3.6,  
+  * Check no regressions on current systems with SMBIOS < 3.6,
     i.e., no output changes in text and binary form.
  
-     $ sudo dmidecode > old.txt 2>&1  
+     $ sudo dmidecode > old.txt 2>&1
      $ sudo dmidecode --dump-bin old.bin
  
      $ apt install dmidecode # modified package
  
-     $ sudo dmidecode > new.txt 2>&1  
+     $ sudo dmidecode > new.txt 2>&1
      $ sudo dmidecode --dump-bin new.bin
  
-     $ cmp old.txt new.txt; echo $?  
+     $ cmp old.txt new.txt; echo $?
      0
  
-     $ cmp old.bin new.bin; echo $?  
+     $ cmp old.bin new.bin; echo $?
      0
  
   * Check for expected output on new systems with SMBIOS >= 3.6.
  
-    $ diff old.txt new.txt  
-    
-    1) Run "sudo dmidecode -t4"  
-    2) Observe that the "Thread Enabled" field is being reported
+    $ diff old.txt new.txt
  
- [1] 
[https://wiki.ubuntu.com/StableReleaseUpdates#Other_safe_cases](https://wiki.ubuntu.com/StableReleaseUpdates#Other_safe_cases)
+    1) Run "sudo dmidecode -t4"
+    2) Observe that the "Thread Enabled" field is being reported
+ 
+ [1] https://wiki.ubuntu.com/StableReleaseUpdates#Other_safe_cases
  
  [Patch Details]
  
  
https://git.savannah.nongnu.org/cgit/dmidecode.git/commit/?id=ac65cf23af7cccecb4175d3c13460928e8e2f51d
  
  Commit ac65cf23af7cccecb4175d3c13460928e8e2f51d
  Author: Jean Delvare <jdelv...@suse.de>
  Date:   Fri May 26 17:41:51 2023 +0200
  
-     dmidecode: Add processor support from SMBIOS 3.6.0
-     
-     SMBIOS 3.6.0 adds the following to the Processor Information
-     structure (type 4):
-     * 9 socket types
-     * 1 processor family
-     * 1 field (Thread Enabled)
+     dmidecode: Add processor support from SMBIOS 3.6.0
+ 
+     SMBIOS 3.6.0 adds the following to the Processor Information
+     structure (type 4):
+     * 9 socket types
+     * 1 processor family
+     * 1 field (Thread Enabled)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to dmidecode in Ubuntu.
https://bugs.launchpad.net/bugs/2081611

Title:
  Add processor support from SMBIOS 3.6.0 in Jammy and Noble

Status in dmidecode package in Ubuntu:
  New
Status in dmidecode source package in Jammy:
  New
Status in dmidecode source package in Noble:
  New

Bug description:
  [Impact]

   * Add processor support from SMBIOS 3.6.0 in Jammy and Noble
     to enable new hardware in LTS release per SRU policy [1].

   * Backport of 1 relatively simple patch from dmidecode 3.6
     in Oracular to dmidecode 3.3 in Jammy and dmidecode 3.5 in Noble

  [Test Plan]

   * Check no regressions on current systems with SMBIOS < 3.6,
     i.e., no output changes in text and binary form.

      $ sudo dmidecode > old.txt 2>&1
      $ sudo dmidecode --dump-bin old.bin

      $ apt install dmidecode # modified package

      $ sudo dmidecode > new.txt 2>&1
      $ sudo dmidecode --dump-bin new.bin

      $ cmp old.txt new.txt; echo $?
      0

      $ cmp old.bin new.bin; echo $?
      0

   * Check for expected output on new systems with SMBIOS >= 3.6.

     $ diff old.txt new.txt

     1) Run "sudo dmidecode -t4"
     2) Observe that the "Thread Enabled" field is being reported

  [1] https://wiki.ubuntu.com/StableReleaseUpdates#Other_safe_cases

  [Patch Details]

  
https://git.savannah.nongnu.org/cgit/dmidecode.git/commit/?id=ac65cf23af7cccecb4175d3c13460928e8e2f51d

  Commit ac65cf23af7cccecb4175d3c13460928e8e2f51d
  Author: Jean Delvare <jdelv...@suse.de>
  Date:   Fri May 26 17:41:51 2023 +0200

      dmidecode: Add processor support from SMBIOS 3.6.0

      SMBIOS 3.6.0 adds the following to the Processor Information
      structure (type 4):
      * 9 socket types
      * 1 processor family
      * 1 field (Thread Enabled)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dmidecode/+bug/2081611/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to