Sunday, May 9, 2021

Test Day:2021-05-09 Kernel 5.12.2 on Fedora 34

**********************

UPDATE as of 5/23/2021

**********************

The most recent koji build of kernel-5.12.5-300.fc34 installed and works fine on Fedora 34 Server. Actually, all koji builds starting kernel-5.12.2-300.fc34 and currently latest kernel-5.12.5-300.fc34 have been installed and tested as advised by RH on Fedora 34 Server during May of 2021.












END UPDATE

All logs report PASSED for each test done and uploaded  as prompted at instruction page.

 $ sudo dnf update -y

 $ sudo dnf install koji

 $ mkdir UPGRADE

 $ cd UPGRADE

 $ koji download-build --arch=x86_64 kernel-5.12.2-300.fc34

 $ ls *.rpm|grep -v debug >install.sh

 $ vi install.sh

 $ chmod a+x  install.sh

 $ sudo ./install.sh

 $ sudo  reboot

 $ sudo dnf install gcc make git libtirpc python3-fedora \

    keyutils libtirpc-devel policycoreutils-python-utils

 $ git clone https://pagure.io/kernel-tests.git

 $ cd *tests

 $ cp config.example .config

 $ ls -la

 $ sudo semanage boolean -m --on selinuxuser_execheap

 $ sudo ./runtests.sh

Test suite called with default

./default/cachedrop                                              PASS    

. . . . . . . . . .                    

./default/timer-overhead                                     PASS                      

Test suite complete                                              PASS 

$ sudo ./runtests.sh -t performance

Test suite called with performance

. . . . .

22433MB OK

22433MB OK

22433MB OK

Using config in CONFIG.fedora34server.localdomain

Sun May  9 08:37:28 PM MSK 2021

Latency measurements

Sun May  9 08:43:52 PM MSK 2021

Calculating file system latency

Sun May  9 08:43:54 PM MSK 2021

Local networking

Sun May  9 08:47:35 PM MSK 2021

Bandwidth measurements

Sun May  9 08:58:42 PM MSK 2021

Calculating context switch overhead

Sun May  9 08:58:45 PM MSK 2021

./performance/lmbench3                                           PASS    

Test suite complete                                                    PASS    

 $ ll logs

total 28

-rw-r--r--. 1 root root  3756 May  9 20:35 kernel-test-1620581651.log.txt

-rw-r--r--. 1 root root 22120 May  9 20:58 kernel-test-1620581808.log.txt

$ sudo semanage boolean -m --off selinuxuser_execheap






























No comments:

Post a Comment