-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add initial Oracle Linux support #2
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Lei Lu <[email protected]> Signed-off-by: Philip Li <[email protected]>
changed-stats-queue relies on this file to identify/save changed stats to trigger bisection, add patterns to recognize build errors as failure. This should solve no valid bisections for build-dpdk within more than 6 months. Signed-off-by: Xiaolong Ye <[email protected]> Signed-off-by: Philip Li <[email protected]>
Signed-off-by: Li Zhijian <[email protected]> Signed-off-by: Philip Li <[email protected]>
Signed-off-by: Li Zhijian <[email protected]> Signed-off-by: Philip Li <[email protected]>
Hi, Can you please change my old github repo link to my new kernel.org repo: https://git.kernel.org/pub/scm/linux/kernel/git/jpoimboe/linux.git Thanks! Cc: Josh Poimboeuf <[email protected]> Signed-off-by: Xiaolong Ye <[email protected]> Signed-off-by: Philip Li <[email protected]>
Signed-off-by: Lei Lu <[email protected]> Signed-off-by: Philip Li <[email protected]>
Signed-off-by: Li Zhijian <[email protected]> Signed-off-by: Philip Li <[email protected]>
Signed-off-by: Xiang Dai <[email protected]> Signed-off-by: Philip Li <[email protected]>
…don/tests Signed-off-by: Xiang Dai <[email protected]> Signed-off-by: Philip Li <[email protected]>
Signed-off-by: Xiaolong Ye <[email protected]> Signed-off-by: Philip Li <[email protected]>
this case was enabled at recent kernel Signed-off-by: Li Zhijian <[email protected]> Signed-off-by: Philip Li <[email protected]>
add "CONFIG_SUITEB192=y" build option for wpa_supplicant and hostapd fix the following issue: ----------------- Skip test case: WPA-EAP-SUITE-B-192 not supported hwsim.suite_b_192 skip -> pass hwsim.suite_b_192_mic_failure skip -> fail hwsim.suite_b_192_pmkid_failure skip -> fail hwsim.suite_b_192_radius skip -> pass ----------------- Signed-off-by: Chen Rong <[email protected]> Signed-off-by: Philip Li <[email protected]>
add codes to make it convenient for run different mce-test cases via adding YMAL hash to job and fix some bugs in shell script under tests directory Signed-off-by: Wen Jin <[email protected]> Signed-off-by: Philip Li <[email protected]>
… case Signed-off-by: Wen Jin <[email protected]> Signed-off-by: Philip Li <[email protected]>
Signed-off-by: Wen Jin <[email protected]> Signed-off-by: Philip Li <[email protected]>
This machine is used for testing an alternative solution of kexec. Thus don't use kexec to switch jobs kernels. Signed-off-by: Zhang Rui <[email protected]> Signed-off-by: Philip Li <[email protected]>
$ lkp compare -f "aim7\.[^t]" -a -g aim7 -g lkp-ivb-ep01 v4.11 v4.12 v4.11 v4.12 testcase/testparams/testbox ---------------- -------------------------- --------------------------- %stddev change %stddev \ | \ 55159 -9% 49980 aim7/1BRD_48G-btrfs-disk_cp-1500-performance/lkp-ivb-ep01 2049857 5% 2151265 aim7/1BRD_48G-btrfs-disk_rd-9000-performance/lkp-ivb-ep01 27861 -4% 26626 aim7/1BRD_48G-btrfs-disk_rw-1500-performance/lkp-ivb-ep01 55214 -10% 49634 aim7/1BRD_48G-btrfs-disk_wrt-1500-performance/lkp-ivb-ep01 167 166 aim7/1BRD_48G-btrfs-sync_disk_rw-10-performance/lkp-ivb-ep01 13718 6% 14484 aim7/1BRD_48G-ext4-sync_disk_rw-600-performance/lkp-ivb-ep01 5423 -22% 4211 ± 3% aim7/1BRD_48G-f2fs-creat-clo-1500-performance/lkp-ivb-ep01 118708 5% 124624 aim7/1BRD_48G-f2fs-disk_cp-3000-performance/lkp-ivb-ep01 117862 5% 124203 aim7/1BRD_48G-f2fs-disk_rr-3000-performance/lkp-ivb-ep01 108816 10% 119566 aim7/1BRD_48G-f2fs-disk_rw-3000-performance/lkp-ivb-ep01 117783 6% 124381 aim7/1BRD_48G-f2fs-disk_wrt-3000-performance/lkp-ivb-ep01 3430 3343 aim7/1BRD_48G-f2fs-sync_disk_rw-600-performance/lkp-ivb-ep01 75578 74805 aim7/1BRD_48G-xfs-creat-clo-1500-performance/lkp-ivb-ep01 11769 11624 aim7/1BRD_48G-xfs-sync_disk_rw-600-performance/lkp-ivb-ep01 1984838 7% 2120882 aim7/4BRD_12G-RAID0-btrfs-disk_rd-9000-performance/lkp-ivb-ep01 2002275 ± 3% 8% 2158615 aim7/4BRD_12G-RAID1-btrfs-disk_rd-9000-performance/lkp-ivb-ep01 1982116 ± 4% 10% 2170938 aim7/4BRD_12G-RAID1-ext4-disk_rd-9000-performance/lkp-ivb-ep01 11365 -8% 10429 ± 3% aim7/4BRD_12G-RAID1-f2fs-creat-clo-1500-performance/lkp-ivb-ep01 60156 59952 GEO-MEAN aim7.jobs-per-min Signed-off-by: Philip Li <[email protected]>
Cc: Joe Lawrence <[email protected]> Signed-off-by: Xiaolong Ye <[email protected]> Signed-off-by: Philip Li <[email protected]>
Add some packages needed during compilation. libpng12-dev could not get, use libpng-dev instead. And other packages are prompted to lose during compilation Signed-off-by: Hailin Gu <[email protected]> Signed-off-by: Philip Li <[email protected]>
The stdout of `echo /usr/lib/x86_64-linux-gnu/libwaffle-1.so.0.*` will be on the same line. So it will be considered as one file by cpio, no matter how many file could match the name. The error log of pack shows below. ''''''''''''''''' cpio: /usr/lib/x86_64-linux-gnu/libwaffle-1.so.0.5.2 /usr/lib/x86 _64-linux-gnu/libwaffle-1.so.0.5.90: Cannot stat: No such file or directory ''''''''''''''''' To fix it, we use find instead of echo. I have confirmed that it could work as we want. Signed-off-by: Hailin Gu <[email protected]> Signed-off-by: Philip Li <[email protected]>
unigine-heaven-1.6.2 will take near 90 min at lkp-hsw-d01 Signed-off-by: Li Zhijian <[email protected]> Signed-off-by: Philip Li <[email protected]>
Signed-off-by: Lei Lu <[email protected]> Signed-off-by: Philip Li <[email protected]>
Signed-off-by: Lei Lu <[email protected]> Signed-off-by: Philip Li <[email protected]>
Signed-off-by: Lei Lu <[email protected]> Signed-off-by: Philip Li <[email protected]>
Signed-off-by: Lei Lu <[email protected]> Signed-off-by: Philip Li <[email protected]>
Signed-off-by: Lei Lu <[email protected]> Signed-off-by: Philip Li <[email protected]>
Add a read-writable parameter pids.max of subsystem controller pid in cgroup2 Signed-off-by: Kemi Wang <[email protected]> Reviewed-by: "Huang, Ying" <[email protected]> Signed-off-by: Philip Li <[email protected]>
2017-07-04 14:10:16 echo 21243 > '/cgroup2/hackbench/cgroup.procs' /home/kemi/git/lkp-tests/lib/reproduce-log.sh: line 13: echo: write error: Device or resource busy Unlike in cgroups v1, in cgroups v2 you can attach processes only to leaves. E.g. Root cgroup has child cgroup B, and B has its child cgroup C and cgroup D. If cgroup C and cgroup D don't have their child, the process id can only be written into C or D instead of B. Signed-off-by: Kemi Wang <[email protected]> Reviewed-by: "Huang, Ying" <[email protected]> Signed-off-by: Philip Li <[email protected]>
commif 9ae92a0 ("stats: adjust --regression-only behavior for compare ") would list inappropriate dmesg bug as bisectable changes. $ yexl @ inn in /result/boot/1/vm-lkp-nhm-dp2-yocto-ia32/yocto-tiny-i386-2016-04-22.cgz/x86_64-randconfig-s1-05151251/gcc-6/7699f1e358ec60958a153e365901cb1e7ca62e93 [10:17:12] $ changed-stats --perf -s -R $PWD {"perf"=>true, "regression-only"=>1, "bisect_axis"=>"commit", "bisect_project"=>"linux", "BAD_COMMIT"=>"7699f1e358ec60958a153e365901cb1e7ca62e93"} {"testcase"=>"boot", "path_params"=>"1", "tbox_group"=>"vm-lkp-nhm-dp2-yocto-ia32", "rootfs"=>"yocto-tiny-i386-2016-04-22.cgz", "kconfig"=>"x86_64-randconfig-s1-05151251", "compiler"=>"gcc-6", "commit"=>"7699f1e358ec60958a153e365901cb1e7ca62e93", "run"=>nil} project: linux, version: v4.12-rc1, is exact match: false 2017-07-12 10:17:18 +0800 DEBUG base_matrix_file: /result/boot/1/vm-lkp-nhm-dp2-yocto-ia32/yocto-tiny-i386-2016-04-22.cgz/x86_64-randconfig-s1-05151251/gcc-6/v4.12-rc1/matrix.json 2017-07-12 10:17:18 +0800 DEBUG compare with release matrix: /result/boot/1/vm-lkp-nhm-dp2-yocto-ia32/yocto-tiny-i386-2016-04-22.cgz/x86_64-randconfig-s1-05151251/gcc-6/7699f1e358ec60958a153e365901cb1e7ca62e93 ["v4.12-rc1"] +dmesg.Mem-Info +dmesg.page_allocation_failure:order:#,mode:#(__GFP_COMP|__GFP_NOTRACK),nodemask=(null) +dmesg.Kernel_panic-not_syncing:kmem_cache_create:Failed_to_create_slab'filp'.Error -dmesg.Kernel_panic-not_syncing:memblock_virt_alloc_try_nid:Failed_to_allocate#bytes_align=#nid=-#from=#max_addr= Here "dmesg.Kernel_panic-not_syncing:memblock_virt_alloc_try_nid:Failed_to_allocate#bytes_align=#nid=-#from=#max_addr=" is not a inappropriate bisectable stat as it doesn't exist in current commit but in base, this would lead to a lot of useless bisections which are a huge waste of server/time resource. After this patch: $ changed-stats --perf -s -R $PWD {"perf"=>true, "regression-only"=>1, "bisect_axis"=>"commit", "bisect_project"=>"linux", "BAD_COMMIT"=>"7699f1e358ec60958a153e365901cb1e7ca62e93"} {"testcase"=>"boot", "path_params"=>"1", "tbox_group"=>"vm-lkp-nhm-dp2-yocto-ia32", "rootfs"=>"yocto-tiny-i386-2016-04-22.cgz", "kconfig"=>"x86_64-randconfig-s1-05151251", "compiler"=>"gcc-6", "commit"=>"7699f1e358ec60958a153e365901cb1e7ca62e93", "run"=>nil} project: linux, version: v4.12-rc1, is exact match: false 2017-07-12 10:41:00 +0800 DEBUG base_matrix_file: /result/boot/1/vm-lkp-nhm-dp2-yocto-ia32/yocto-tiny-i386-2016-04-22.cgz/x86_64-randconfig-s1-05151251/gcc-6/v4.12-rc1/matrix.json 2017-07-12 10:41:00 +0800 DEBUG compare with release matrix: /result/boot/1/vm-lkp-nhm-dp2-yocto-ia32/yocto-tiny-i386-2016-04-22.cgz/x86_64-randconfig-s1-05151251/gcc-6/7699f1e358ec60958a153e365901cb1e7ca62e93 ["v4.12-rc1"] +dmesg.Mem-Info +dmesg.page_allocation_failure:order:#,mode:#(__GFP_COMP|__GFP_NOTRACK),nodemask=(null) +dmesg.Kernel_panic-not_syncing:kmem_cache_create:Failed_to_create_slab'filp'.Error Signed-off-by: Xiaolong Ye <[email protected]> Signed-off-by: Philip Li <[email protected]>
It is the alternative of previous '--regression-only', it will show all critical changes not matter it shows in head or base. Signed-off-by: Xiaolong Ye <[email protected]> Signed-off-by: Philip Li <[email protected]>
more details please refer to the patch Signed-off-by: Li Zhijian <[email protected]> Signed-off-by: Lu Fengqi <[email protected]> Signed-off-by: Philip Li <[email protected]>
Signed-off-by: Li Zhijian <[email protected]> Signed-off-by: Philip Li <[email protected]>
the test suite will check $partition after do mount, but the mount only info the real partition root@lkp-hsw-ep2 /# mount /dev/disk/by-id/ata-INTEL_SSDSC2BA800G3_BTTV451305A2800JGN-part1 /mnt/ocfs2 root@lkp-hsw-ep2 /# mount | grep '/dev/disk/by-id/ata-INTEL_SSDSC2BA800G3_BTTV451305A2800JGN-part1' root@lkp-hsw-ep2 /# realpath /dev/disk/by-id/ata-INTEL_SSDSC2BA800G3_BTTV451305A2800JGN-part1 /dev/sdb1 root@lkp-hsw-ep2 /# mount | grep '/dev/sdb1' /dev/sdb1 on /mnt/ocfs2 type ocfs2 (rw,relatime,_netdev,heartbeat=local,nointr,data=ordered,errors=remount-ro,atime_quantum=60,coherency=full,user_xattr,acl) Signed-off-by: Li Zhijian <[email protected]> Signed-off-by: Philip Li <[email protected]>
To support pip and use pip download python resource module. Signed-off-by: Xiang Dai <[email protected]> Signed-off-by: Philip Li <[email protected]>
To fix below issue: Traceback (most recent call last): File "./run_tests.py", line 8, in <module> import resource ImportError: No module named resource make: *** [check] Error 1 Signed-off-by: Xiang Dai <[email protected]> Signed-off-by: Philip Li <[email protected]>
To support use pip to install python resource module. Signed-off-by: Xiang Dai <[email protected]> Signed-off-by: Philip Li <[email protected]>
To fix below issue: Traceback (most recent call last): File "./run_tests.py", line 8, in <module> import resource ImportError: No module named resource make: *** [check] Error 1 Signed-off-by: Xiang Dai <[email protected]> Signed-off-by: Philip Li <[email protected]>
Signed-off-by: Philip Li <[email protected]>
Signed-off-by: Philip Li <[email protected]>
CC: Bae Chang Seok <[email protected]> Signed-off-by: Fengguang Wu <[email protected]> Signed-off-by: Philip Li <[email protected]>
Bug fix:Benchmark package is installed repeately Current parse_yaml() used for jobfile parse in lkp-exec/install does not remove the redaundant line(s), that leads to repeated benchmark installation especially for these C-S mode benchmarks(e.g. netperf)/netserver). After parsing netperf.yaml, the result would be "netserver netperf netperf...", that leads to redaudant installation of netperf. Signed-off-by: Kemi Wang <[email protected]> Reviewed-by: "Huang, Ying" <[email protected]> Signed-off-by: Philip Li <[email protected]>
Signed-off-by: Wu Chenggang <[email protected]> Reviewed-by: "Huang, Ying" <[email protected]> Signed-off-by: Philip Li <[email protected]>
bug fix: fail to install job linpack This problem is caused by the post install file were not packed The post install target directory were not changed after the install directory name is changed. Signed-off-by: Wu Chenggang <[email protected]> Acked-by: "Huang, Ying" <[email protected]> Signed-off-by: Philip Li <[email protected]>
fix the following issue: ----------------- autogo_ht_vht run failed: No regdom change event seen hwsim.autogo_ht_vht fail -> pass dfs_radar_chanlist: Skip test case: Assume DFS testing not supported hwsim.dfs_radar_chanlist fail -> pass p2p_go_move_reg_change run failed: P2P_GROUP_ADD failed hwsim.p2p_go_move_reg_change fail -> pass wpas_ap_dfs run failed: CAC did not complete hwsim.wpas_ap_dfs fail -> pass ap_ht_op_class_115 skipped: Channel not supported hwsim.ap_ht_op_class_115 fail -> pass ap_open_tdls_vht run failed: AP startup failed hwsim.ap_open_tdls_vht fail -> pass ----------------- Signed-off-by: Chen Rong <[email protected]> Signed-off-by: Philip Li <[email protected]>
Driver(mac80211_hwsim) doesn't implemented this in the code Signed-off-by: Chen Rong <[email protected]> Signed-off-by: Philip Li <[email protected]>
Some testcase need the vgem module in piglit. Origin log shows below, it could be pass with this module ``` /lkp/benchmarks/piglit/lib/piglit/bin/igt/tests/gem_ringfill --run-subtest basic-default IGT-Version: 1.19-g4258cc8e (x86_64) (Linux: 4.12.0-rc1-00405-gf3926e4 x86_64) Test requirement not met in function drm_open_driver, file drmtest.c:359: Test requirement: !(fd<0) No known gpu found Last errno: 2, No such file or directory Subtest basic-default: SKIP ``` Signed-off-by: Hailin Gu <[email protected]> Signed-off-by: Philip Li <[email protected]>
fix the following issue: ----------------- p2ps_channel_active_go_and_station_different_mcc: Skip test case: Skip due to MCC not being enabled hwsim.p2ps_channel_active_go_and_station_different_mcc skip -> pass ----------------- Signed-off-by: Chen Rong <[email protected]> Signed-off-by: Philip Li <[email protected]>
…ken installation after remove libreadline7 from keep-deb and update lkp.cgz, gawk will be installed at bootstrap stage with 'dpkg -i gawk_xx.deb --force-depends' proprely but it will break the following apt-get install xxx for pack-deps: it will 'apt-get --simulate --no-install-recommends install $packages' to find all related packages, if there are a previous broken installation, it will throw out like: --------------------- ==> /tmp/stderr <== E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). ==> /tmp/stdout <== original package list for apachebench: apache2 libapache2-mpm-itk libssl1.1 empty PACKAGE_LIST for apachebench --------------------- Signed-off-by: Li Zhijian <[email protected]> Signed-off-by: Philip Li <[email protected]>
move build.sh to tests/hwsim, add several depends(gcc, make, zlib1g-dev) fix the following issue: ----------------- cd hostap/tests/hwsim $git grep -n --show-function -E -e 'during OOM' .. | grep "def test_" | grep -v "oom" | awk -F 'test_' '{print $3}'| awk -F '(' '{print $1}' ap_config_eap_user_file_parsing ap_hs20_deauth_req_without_pmf ap_qosmap_invalid ap_vlan_file_parsing ap_wps_upnp_subscribe ap_wps_pin_start_failure gas_failures hapd_ctrl_new_sta hapd_dup_network_global_wpa2 hapd_ctrl_ext_io_errors hapd_ctrl_vendor_errors mbo_failures nfc_wps_password_token_sta nfc_wps_config_token nfc_wps_handover_errors wnm_bss_tm_errors $git grep -n --show-function -E -e 'with fail_test' .. | grep "def test_" | grep -v "oom" | awk -F 'test_' '{print $3}'| awk -F '(' '{print $1}' ap_acs_errors eap_mschapv2_errors eap_gpsk_errors ap_ft_reassoc_local_fail ap_bss_load_fail ap_open_drv_fail ap_pmf_sta_sa_query_local_failure ap_wpa2_psk_no_random ... ----------------- Signed-off-by: Chen Rong <[email protected]> Signed-off-by: Philip Li <[email protected]>
root@debian9:/# ls /var/lib/dpkg/info/{libblas3*,automake*,liblapack3*,libgdbm3*,libperl*,perl-modules*,perl*,m4*,libquadmath0*,gcc-6-base*,libgfortran3*,libblas-common*,autoconf*,autotools-dev*,libssl1.1*,openssl*,ca-certificates*,libreadline7*,gawk*,netcat-openbsd*,mime-support*,libapr*,libsqlite3*,liblua*,libicu57*,libxml2*,apache2*,dbus*} | grep -e inst -e pre /var/lib/dpkg/info/apache2.postinst /var/lib/dpkg/info/apache2.preinst /var/lib/dpkg/info/apache2.prerm /var/lib/dpkg/info/automake.postinst /var/lib/dpkg/info/automake.preinst /var/lib/dpkg/info/automake.prerm /var/lib/dpkg/info/ca-certificates.postinst /var/lib/dpkg/info/dbus.postinst /var/lib/dpkg/info/dbus.preinst /var/lib/dpkg/info/dbus.prerm /var/lib/dpkg/info/gawk.postinst /var/lib/dpkg/info/gawk.prerm /var/lib/dpkg/info/libblas3.postinst /var/lib/dpkg/info/libblas3.prerm /var/lib/dpkg/info/liblapack3.postinst /var/lib/dpkg/info/liblapack3.prerm /var/lib/dpkg/info/libssl1.1:amd64.postinst /var/lib/dpkg/info/mime-support.postinst /var/lib/dpkg/info/mime-support.prerm /var/lib/dpkg/info/netcat-openbsd.postinst /var/lib/dpkg/info/netcat-openbsd.prerm /var/lib/dpkg/info/openssl.postinst /var/lib/dpkg/info/perl.postinst /var/lib/dpkg/info/perl.prerm Signed-off-by: Li Zhijian <[email protected]> Signed-off-by: Philip Li <[email protected]>
Previously, perf will be installed into lkp.cgz before May though we don't change distro/depends/lkp, for be compatible with previous and reduce the impact to other test suites, here we add it back obviously. below packages will be add to lkp.cgz root@vm-lkp-nex04-4G-17 /opt/deb# apt-get --simulate --no-install-recommends install perl | awk '/^Inst / { print $2 }' debconf libtext-charwidth-perl libtext-iconv-perl perl-base liblocale-gettext-perl perl-modules-5.26 libgdbm3 libperl5.26 perl Signed-off-by: Li Zhijian <[email protected]> Signed-off-by: Philip Li <[email protected]>
debconf has postinst and lkp.cgz will install the package ------------- dpkg: regarding .../perl-base_5.26.0-4_amd64.deb containing perl-base: perl-base breaks debconf (<< 1.5.61) debconf (version 1.5.59) is present and installed. ------------- Signed-off-by: Li Zhijian <[email protected]> Signed-off-by: Philip Li <[email protected]>
rename pack/piglit-addon/groups/broken -> pack/piglit-addon/groups/ignored_by_lkp Signed-off-by: Hailin Gu <[email protected]> Signed-off-by: Philip Li <[email protected]>
build + test hostap together can fix the following issues: 1. Most oom cases can be pass except eap_fast_tlv_nak_oom and fils_sk_hlp_oom, hostap always skip the two cases so far by itself (http://buildbot.w1.fi/hwsim/tests.php) 2. All cases with prefix 'ap_vht160_no_dfs' can be pass 3. Case rrm_beacon_req_table_vht can be pass Signed-off-by: Chen Rong <[email protected]> Signed-off-by: Philip Li <[email protected]>
fengguang
pushed a commit
that referenced
this pull request
Jul 31, 2017
Add initial Oracle Linux support
fengguang
pushed a commit
that referenced
this pull request
Oct 26, 2017
fix the following issue: When mail fail to deliver the mail. Mailer daemon should report this failure to root. ----------- ltp/commands: mail_tests::mail02 2 TFAIL : ltpapicmd.c:156: Test #2: No new mail for root. Reason: mail_tests::mail03 3 TFAIL : ltpapicmd.c:156: Test #3: No new mail for root. Reason: ----------- We need to install postfix and fix the config file to report the failure to root. Signed-off-by: Shaoting Lei <[email protected]> Signed-off-by: Philip Li <[email protected]>
fengguang
pushed a commit
that referenced
this pull request
Dec 15, 2018
with 384M memory, 0Day triggers OOM when run lkp-setup-rootfs which belongs to lkp framework 676 LKP: HOSTNAME vm-vp-quantal-i386-11, MAC 52:54:00:12:34:56, kernel 4.19.0-rc3 2, serial console /dev/ttyS0 677 [ 6.245480] lkp-setup-rootf invoked oom-killer: gfp_mask=0x6200ca(GFP_HIGHUSER_MOVABLE), nodemask=(null), order=0,oom_score_adj=-1000 678 [ 6.247735] CPU: 0 PID: 466 Comm: lkp-setup-rootf Not tainted 4.19.0-rc3 #2 679 [ 6.249021] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1 04/01/2014 680 [ 6.250530] Call Trace: 681 [ 6.250971] ? dump_stack+0x7d/0xb6 682 [ 6.251601] ? dump_header+0x66/0x261 683 [ 6.252284] ? ___ratelimit+0x10e/0x130 684 [ 6.253001] ? oom_kill_process+0x93/0x260 Signed-off-by: Li Zhijian <[email protected]> Signed-off-by: Philip Li <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These modifications add initial Oracle Linux support.
Verified with a few tests (hackbench, unixbench) on Oracle Linux 6.9.
make install, lkp install, lkp split-job, lkp run, lkp result work fine.