Skip to content
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

Won't compile: Makefile:442: *** mixed implicit and normal rules. Stop. #2

Closed
devicenull opened this issue Mar 17, 2015 · 7 comments
Closed
Labels

Comments

@devicenull
Copy link

I'm running this on a CentOS 7 box (don't think that's relevant). About halfway through bitbake, I'm getting the following:

ERROR: Function failed: do_configure (log file is located at /home/brak/poky/build/tmp/work/wedge-poky-linux-gnueabi/linux-aspeed/2.6.28.9-r1/temp/log.do_configure.6767)
ERROR: Logfile of failure stored in: /home/brak/poky/build/tmp/work/wedge-poky-linux-gnueabi/linux-aspeed/2.6.28.9-r1/temp/log.do_configure.6767
Log data follows:
| DEBUG: Executing python function sysroot_cleansstate
| DEBUG: Python function sysroot_cleansstate finished
| DEBUG: Executing shell function do_configure
| NOTE: make wedge_defconfig
| Makefile:442: *** mixed implicit and normal rules.  Stop.
| ERROR: oe_runmake failed
| WARNING: /home/brak/poky/build/tmp/work/wedge-poky-linux-gnueabi/linux-aspeed/2.6.28.9-r1/temp/run.do_configure.6767:1 exit 1 from
|   exit 1
| ERROR: Function failed: do_configure (log file is located at /home/brak/poky/build/tmp/work/wedge-poky-linux-gnueabi/linux-aspeed/2.6.28.9-r1/temp/log.do_configure.6767)
ERROR: Task 71 (/home/brak/poky/meta-openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed_2.6.28.9.bb, do_configure) failed with exit code '1'
@tfangit
Copy link
Contributor

tfangit commented Mar 17, 2015

Just based on "Makefile:442: *** mixed implicit and normal rules. Stop.", I suspect that the make from CentOS 7 is new, and it does not like the Makefile from linux-2.6.28.9.

In order to fix it, we will need to separate rules in Makefile:442. Meanwhile, if you can get an old make or CentOS 6.X, that would help to avoid this issue.

@devicenull
Copy link
Author

Same error occurs on CentOS 6.6

@devicenull
Copy link
Author

These are the exact steps I did, starting with a clean CentOS install:

yum install gawk make wget tar bzip2 gzip python unzip perl patch diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath SDL-devel xterm
wget http://downloads.yoctoproject.org/releases/yocto/yocto-1.7.1/buildtools/poky-glibc-x86_64-buildtools-tarball-core2-64-buildtools-nativesdk-standalone-1.7.1.sh
bash poky-glibc-x86_64-buildtools-tarball-core2-64-buildtools-nativesdk-standalone-1.7.1.sh
adduser brak
su brak
cd ~
git clone -b daisy https://git.yoctoproject.org/git/poky
cd poky
git clone -b daisy https://github.com/openembedded/meta-openembedded.git
git clone https://github.com/facebook/openbmc.git meta-openbmc
cd ~/poky/; source /opt/poky/1.7.1/environment-setup-x86_64-pokysdk-linux; export TEMPLATECONF=meta-openbmc/meta-facebook/meta-wedge/conf; source oe-init-build-env
bitbake wedge-image

@linlynn
Copy link

linlynn commented Mar 26, 2015

HI devicenull, I sent a pull request to fix this issue,here you go #5

@tfangit
Copy link
Contributor

tfangit commented Apr 14, 2015

@devicenull Thx for the report. Please let us know if you still the issue after patch Lynn's diff.

@linlynn Thx for the patch.

@linlynn
Copy link

linlynn commented Apr 9, 2016

the pr is merged so let us know if it still has issues

@siutong
Copy link
Contributor

siutong commented Nov 11, 2016

I also found a build issue for compiling the images for Yosemite:
| Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at /home/stong/openbmc/poky/build/tmp/work-shared/yosemite/kernel-source/kernel/timeconst.pl line 373.
| /home/stong/openbmc/poky/build/tmp/work-shared/yosemite/kernel-source/kernel/Makefile:122: recipe for target 'kernel/timeconst.h' failed
| make[3]: *** [kernel/timeconst.h] Error 255
| /home/stong/openbmc/poky/build/tmp/work-shared/yosemite/kernel-source/Makefile:861: recipe for target 'kernel' failed
| make[2]: *** [kernel] Error 2
| Makefile:128: recipe for target 'sub-make' failed
| make[1]: *** [sub-make] Error 2
| Makefile:19: recipe for target 'all' failed
| make: *** [all] Error 2
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_compile (log file is located at /home/stong/openbmc/poky/build/tmp/work/yosemite-poky-linux-gnueabi/linux-aspeed/2.6.28.9-r2/temp/log.do_compile.22941)

This is due to perl 5.22 does not handle the statement, defined(@Val):
Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at timeconst.pl line 373.

This can be fixed by modifying defined(@Val) as !@Val.

facebook-github-bot pushed a commit that referenced this issue Oct 21, 2017
Summary: Ensure that rest-api works on both py2 and py3

Test Plan:
Tested python2 and python3 on bryce canyon

  jmehta@devbig619:~$ sshpass -p "0penBmc" ssh root@rtptest1413-oob.prn3 -o UserKnownHostsFile=/dev/null
  Warning: Permanently added 'rtptest1413-oob.prn3,2401:db00:30:30c4:face:0:6:0' (ECDSA) to the list of known hosts.
  Last login: Wed Oct 18 23:52:54 2017 from 2401:db00:30:30c4:face:0:5:0
  root@bmc:~# ps | grep rest
   1774 root     16944 S    python /usr/local/bin/rest.py
   8855 root      2952 S    grep rest

  curl http://rtptest1413-oob.prn3.facebook.com:8080/api/iom/bmc | python -m json.tool | pastebin
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  100   632  100   632    0     0    631      0  0:00:01  0:00:01 --:--:--   632

  {
    "Actions": [
        "reboot"
    ],
    "Information": {
        "CPU Usage": "CPU:   7% usr  46% sys   0% nic  46% idle   0% io   0% irq   0% sirq",
        "Description": "FBTTN BMC",
        "MAC Addr": "24:8A:07:A4:93:4E",
        "Memory Usage": "Mem: 94720K used, 341068K free, 1836K shrd, 0K buff, 57228K cached",
        "OpenBMC Version": "",
        "Reset Reason": "User Initiated Reset or WDT Reset",
        "Uptime": " 01:18:15 up  1:28,  load average: 2.68, 2.83, 2.90\n",
        "kernel version": "4.1.15 #2 Thu Oct 12 19:57:08 PDT 2017",
        "u-boot version": "U-Boot SPL 2016.07 fbttn-07acf9e (Oct 09 2017 - 15:27:42)\nU-Boot 2016.07 fbttn-07acf9e (Oct 09 2017 - 15:27:48 -0700)"
    },
    "Resources": []
}

Reviewed By: amithash

fbshipit-source-id: e859708
facebook-github-bot pushed a commit that referenced this issue Nov 14, 2017
Summary:
Summary
- Add retry 3 times for GPIO assert and de-assert to make sure the GPIO status is correct.
- Now in gpiod, assert and de-assert event is Mono Lake missing, SCC missing, and NIC is plugged out.

Test Plan
- It works on Bryce Canyon DVT type 5 system.
- Follow the step to test and the test results are match with expectation.
  1. In case the SCC is connected, the server will continue power-on as usual.
  2. In case the SCC is not inserted when AC on, BMC log ASSERT SCC missing and the server will continue power-on as usual.
  3. In case the SCC is hotplugged out (surprise removal), BMC log ASSERT SCC absence and turn off ML-12V.
  4. In case the SCC is hotplugged in (surprise install), BMC log DEASSERT SCC absence and turn on ML-12V and then turn on ML-DC depending on on/off/lps power policy.
  5. In case the Server is hotplugged out (surprise removal), BMC log ASSERT ML absence and turn off ML-12V and IOM-3V3.
  6. In case the Server is hotplugged in (surprise install), BMC log DEASSERT ML absence and turn on ML-12V.
  7. In case the Server is not inserted when AC on, BMC log ASSERT Server missing and turn off ML-12V and IOM-3V3.
  8. In case the NIC is not inserted when AC on, BMC log ASSERT NIC is plugged out.

Test Log
- case #2:
root@bmc:~# cat /var/log/messages | grep gpiod
2017-11-03T12:08:53.240000-07:00 bmc gpiod: ASSERT: SCC missing
root@bmc:~# power-util server status
Power status for fru 1 : ON

- case #3:
root@bmc:/tmp# cat /var/log/messages | grep gpiod
 bmc gpiod: ASSERT: SCC missing
 bmc gpiod: Powering Off Server due to SCC is absent.
root@bmc:/tmp# power-util server status
Power status for fru 1 : OFF (12V-OFF)

- case #4:
root@bmc:/tmp# cat /var/log/messages | grep gpiod
 bmc gpiod: DEASSERT: SCC missing
 bmc gpiod: Due to SCC were pushed in. Power On Server board 12V power and Power On Server by Power Restore Policy.
 bmc gpiod: FRU: 1, Server is powered on
root@bmc:/tmp# power-util server status
Power status for fru 1 : ON

- case #5:
root@bmc:/tmp# cat /var/log/messages | grep gpiod
 bmc gpiod: ASSERT: Mono Lake missing
 bmc gpiod: Powering Off Server due to server is absent.
* Check ML-12V (active: high):
root@bmc:/tmp# cat /sys/class/gpio/gpio119/value
0
* Check IOM-3V3 (active: high):
root@bmc:/tmp# cat /sys/class/gpio/gpio215/value0
0

- case #6:
root@bmc:/tmp# cat /var/log/messages | grep gpiod
 bmc gpiod: DEASSERT: Mono Lake missing
 bmc gpiod: Due to Server board were pushed in. Power On Server board 12V power.
 bmc gpiod: FRU: 1, Server is powered off
root@bmc:/tmp# power-util server status
Power status for fru 1 : OFF
* Check ML-12V (active: high):
root@bmc:/tmp# cat /sys/class/gpio/gpio119/value
1
* Check IOM-3V3 (active: high):
root@bmc:/tmp# cat /sys/class/gpio/gpio215/value
0

- case #7:
root@bmc:/tmp# cat /var/log/messages | grep gpiod
 bmc gpiod: ASSERT: Mono Lake missing
* Check ML-12V (active: high):
root@bmc:/tmp# cat /sys/class/gpio/gpio119/value
0
* Check IOM-3V3 (active: high):
root@bmc:/tmp# cat /sys/class/gpio/gpio215/value
0

- case #8:
root@bmc:/tmp# cat /var/log/messages | grep gpiod
2017-11-03T12:33:39.620000-07:00 bmc gpiod: ASSERT: NIC is plugged out

Reviewed By: jmehta

fbshipit-source-id: ec9f042
facebook-github-bot pushed a commit that referenced this issue Nov 22, 2017
Summary:
1. To keep LogUtilFileFormat compatible with standard RsyslogFileFormat; appending the bmc_version_tag to %msg% section.
2. Log all the syslog message to the remote syslog server
3. Log the mTerm logs (host console history) to remote syslog server

Test Plan:
Query for the logs for fbttn platform:

[#1 verified] since the bmc_version_tag in %msg%
[#2 verified] syslog message is based on the template LogUtilFileFormat
[#3 verified] verified that syslog sends mTerm logs to remote server with tag 'oob_console' as 'local0.debug'

Reviewed By: jmehta

fbshipit-source-id: 580e7b0
facebook-github-bot pushed a commit that referenced this issue Dec 21, 2017
Summary:
1. sometimes ipmbd may crash during IPMB stress due to SIGSEGV when calling pthread_create:
\--------------------------------------------------------------------------------------------------
Program received signal SIGSEGV, Segmentation fault.
[Switching to LWP 1762]
0x4c9a68d8 in pthread_create () from /lib/libpthread.so.0
(gdb) bt
\#0  0x4c9a68d8 in pthread_create () from /lib/libpthread.so.0
\#1  0x00011664 in ipmb_lib_handler (bus_num=0xbeffabdf) at /usr/src/debug/ipmbd/0.1-r2/ipmbd.c:804
\#2  0x4c9a60e8 in ?? () from /lib/libpthread.so.0
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
\--------------------------------------------------------------------------------------------------

It's "Bug 20116: Fix use after free in pthread_create()" of glibc, so add the patch to fix it.
source: git://sourceware.org/git/glibc.git

Test Plan: build and test pass on fby2 system

Reviewed By: sdasari73

fbshipit-source-id: 70c9df9
facebook-github-bot pushed a commit that referenced this issue Mar 30, 2018
Summary: Add support set/get BIOS boot mode in boot_order node.

Test Plan:
It works on Bryce Canyon DVT type 5 system and check the behavior by curl command.

Test Result
```
1. # curl http://2000::268a:7ff:fe8d:6c70:8080/api/server/bios/boot-order/boot_mode | python -m json.tool
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
  100   197  100   197    0     0     29      0  0:00:06  0:00:06 --:--:--    55
  {
      "Actions": [
          "set"
      ],
      "Information": {
          "Boot Mode": "UEFI",
          "Note #1: Actions Format:": "{ 'action': 'set', 'mode': {0,1} }",
          "Note #2: Boot Mode No.": "{ 0: 'Legacy', 1: 'UEFI' }"
      },
      "Resources": []
  }
2. # curl -H "Content-Type: application/json" -X POST -d '{"action": "set", "mode": "0"}' http://2000::268a:7ff:fe8d:6c70:8080/api/server/bios/boot-order/boot_mode | python -m json.tool
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
  100    51  100    21  100    30      3      4  0:00:07  0:00:06  0:00:01     0
  {
      "result": "success"
  }
3. # curl -H "Content-Type: application/json" -X POST -d '{"action": "set", "mode": "1"}' http://2000::268a:7ff:fe8d:6c70:8080/api/server/bios/boot-order/boot_mode | python -m json.tool
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
  100    51  100    21  100    30      3      4  0:00:07  0:00:06  0:00:01     0
  {
      "result": "success"
  }
4. # curl -H "Content-Type: application/json" -X POST -d '{"action": "set", "mode": "2"}' http://2000::268a:7ff:fe8d:6c70:8080/api/server/bios/boot-order/boot_mode | python -m json.tool
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
  100    51  100    21  100    30      3      4  0:00:07  0:00:06  0:00:01     0
  {
      "result": "failure"
  }
```

Reviewed By: jmehta

fbshipit-source-id: bc2e047
facebook-github-bot pushed a commit that referenced this issue Mar 30, 2018
Summary:
Summary
- Add support set/get BIOS boot mode in boot_order option.

Test Plan
- Build pass in Bryce Canyon, FBTP, and FBY2.
- It works on Bryce Canyon DVT type 5 system and check the behavior by curl command.

Test Result
1. # curl http://2000::268a:7ff:fe8d:6c70:8080/api/server/bios/boot-order/boot_mode | python -m json.tool
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
  100   197  100   197    0     0     29      0  0:00:06  0:00:06 --:--:--    55
  {
      "Actions": [
          "set"
      ],
      "Information": {
          "Boot Mode": "UEFI",
          "Note #1: Actions Format:": "{ 'action': 'set', 'mode': {0,1} }",
          "Note #2: Boot Mode No.": "{ 0: 'Legacy', 1: 'UEFI' }"
      },
      "Resources": []
  }
2. # curl -H "Content-Type: application/json" -X POST -d '{"action": "set", "mode": "0"}' http://2000::268a:7ff:fe8d:6c70:8080/api/server/bios/boot-order/boot_mode | python -m json.tool
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
  100    51  100    21  100    30      3      4  0:00:07  0:00:06  0:00:01     0
  {
      "result": "success"
  }
3. # curl -H "Content-Type: application/json" -X POST -d '{"action": "set", "mode": "1"}' http://2000::268a:7ff:fe8d:6c70:8080/api/server/bios/boot-order/boot_mode | python -m json.tool
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
  100    51  100    21  100    30      3      4  0:00:07  0:00:06  0:00:01     0
  {
      "result": "success"
  }
4. # curl -H "Content-Type: application/json" -X POST -d '{"action": "set", "mode": "2"}' http://2000::268a:7ff:fe8d:6c70:8080/api/server/bios/boot-order/boot_mode | python -m json.tool
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
  100    51  100    21  100    30      3      4  0:00:07  0:00:06  0:00:01     0
  {
      "result": "failure"
  }

Reviewed By: jmehta

fbshipit-source-id: 1580bfb
facebook-github-bot pushed a commit that referenced this issue Apr 4, 2018
Summary:
1. update api tree in plat_tree.py
2. update key value setting function in pal.py
3. add necessary lib in rest-api_0.2.bbappend

Test Plan:
Build and test pass on YV2 DVT system

root@ypinky:/home/pinky/work/openbmc/yosemiteV2/openbmc.wiwynn/openbmc.wiwynn/build-dir# curl http://2000::50:8080/api/server1/bios/boot-order/boot_mode | python -m json.tool
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   197  100   197    0     0     36      0  0:00:05  0:00:05 --:--:--    44
{
    "Actions": [
        "set"
    ],
    "Information": {
        "Boot Mode": "UEFI",
        "Note #1: Actions Format:": "{ 'action': 'set', 'mode': {0,1} }",
        "Note #2: Boot Mode No.": "{ 0: 'Legacy', 1: 'UEFI' }"
    },
    "Resources": []
}
root@ypinky:/home/pinky/work/openbmc/yosemiteV2/openbmc.wiwynn/openbmc.wiwynn/build-dir# curl -H "Content-Type: application/json" -X POST -d '{"action": "set", "mode": "0"}' http://2000::50:8080/api/server1/bios/boot-order/boot_mode | python -m json.tool
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    51  100    21  100    30      3      4  0:00:07  0:00:06  0:00:01     0
{
    "result": "success"
}
root@ypinky:/home/pinky/work/openbmc/yosemiteV2/openbmc.wiwynn/openbmc.wiwynn/build-dir# curl http://2000::50:8080/api/server1/bios/boot-order/boot_mode | python -m json.tool
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   199  100   199    0     0     30      0  0:00:06  0:00:06 --:--:--    55
{
    "Actions": [
        "set"
    ],
    "Information": {
        "Boot Mode": "Legacy",
        "Note #1: Actions Format:": "{ 'action': 'set', 'mode': {0,1} }",
        "Note #2: Boot Mode No.": "{ 0: 'Legacy', 1: 'UEFI' }"
    },
    "Resources": []
}
root@ypinky:/home/pinky/work/openbmc/yosemiteV2/openbmc.wiwynn/openbmc.wiwynn/build-dir# curl -H "Content-Type: application/json" -X POST -d '{"action": "set", "mode": "1"}' http://2000::50:8080/api/server1/bios/boot-order/boot_mode | python -m json.tool
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    51  100    21  100    30      3      4  0:00:07  0:00:06  0:00:01     0
{
    "result": "success"
}
root@ypinky:/home/pinky/work/openbmc/yosemiteV2/openbmc.wiwynn/openbmc.wiwynn/build-dir# curl http://2000::50:8080/api/server1/bios/boot-order/boot_mode | python -m json.tool
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   197  100   197    0     0     31      0  0:00:06  0:00:06 --:--:--    59
{
    "Actions": [
        "set"
    ],
    "Information": {
        "Boot Mode": "UEFI",
        "Note #1: Actions Format:": "{ 'action': 'set', 'mode': {0,1} }",
        "Note #2: Boot Mode No.": "{ 0: 'Legacy', 1: 'UEFI' }"
    },
    "Resources": []
}

Reviewed By: benwei13

fbshipit-source-id: 5eaea1e
facebook-github-bot pushed a commit that referenced this issue Jun 7, 2018
Summary: 1. as title, to avoid the problem that set boot_order fails, but rest-api get 'success' result

Test Plan:
root@cosmo-System-Product-Name:\~# curl http://10.10.12.229:8080/api/server1/bios/boot-order/boot_order | python -m json.tool  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   453  100   453    0     0     63      0  0:00:07  0:00:07 --:--:--   113
{
    "Actions": [
        "set",
        "disable"
    ],
    "Information": {
        "Boot Order": "USB Device, IPv4 Network, SATA HDD, SATA-CDROM, Other Removable Device",
        "Note #1: Actions Format:": "{'action': 'set', '1st': <1st_no>, '2nd': <2nd_no>, '3rd': <3rd_no>, '4th': <4th_no>, '5th': <5th_no>}",
        "Note #2: Boot Order No.": "{ 0: 'USB Device', 1: 'IPv4 Network', 9: 'IPv6 Network', 2: 'SATA HDD', 3: 'SATA-CDROM', 4: 'Other Removalbe Device', 255: 'Reserved' }"
    },
    "Resources": []
}
root@cosmo-System-Product-Name:\~# curl -H "Content-Type: application/json" -X POST -d '{"action":"set", "1st":"1", "2nd":"2", "3rd":"9", "4th":"3", "5th":"4"}' http://10.10.12.229:8080/api/server1/bios/boot-order/boot_order | python -m json.tool
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    92  100    21  100    71      2     10  0:00:10  0:00:07  0:00:03     0
{
    "result": "failure"
}
root@cosmo-System-Product-Name:\~# curl -H "Content-Type: application/json" -X POST -d '{"action":"set", "1st":"0", "2nd":"2", "3rd":"2", "4th":"3", "5th":"4"}' http://10.10.12.229:8080/api/server1/bios/boot-order/boot_order | python -m json.tool
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    92  100    21  100    71      2      9  0:00:10  0:00:07  0:00:03     0
{
    "result": "failure"
}
root@cosmo-System-Product-Name:\~# curl -H "Content-Type: application/json" -X POST -d '{"action":"set", "1st":"2", "2nd":"1", "3rd":"0", "4th":"3", "5th":"4"}' http://10.10.12.229:8080/api/server1/bios/boot-order/boot_order | python -m json.tool
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    92  100    21  100    71      2      9  0:00:10  0:00:07  0:00:03     0
{
    "result": "success"
}
root@cosmo-System-Product-Name:\~# curl http://10.10.12.229:8080/api/server1/bios/boot-order/boot_order | python -m json.tool  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   453  100   453    0     0     66      0  0:00:06  0:00:06 --:--:--    97
{
    "Actions": [
        "set",
        "disable"
    ],
    "Information": {
        "Boot Order": "SATA HDD, IPv4 Network, USB Device, SATA-CDROM, Other Removable Device",
        "Note #1: Actions Format:": "{'action': 'set', '1st': <1st_no>, '2nd': <2nd_no>, '3rd': <3rd_no>, '4th': <4th_no>, '5th': <5th_no>}",
        "Note #2: Boot Order No.": "{ 0: 'USB Device', 1: 'IPv4 Network', 9: 'IPv6 Network', 2: 'SATA HDD', 3: 'SATA-CDROM', 4: 'Other Removalbe Device', 255: 'Reserved' }"
    },
    "Resources": []
}

Reviewed By: amithash

fbshipit-source-id: c2e3553
facebook-github-bot pushed a commit that referenced this issue Jul 11, 2018
…e where reset through PSU is not working

Summary: [Minipack] Add chassis reset workaround for EVTA hardware as well as for the case where reset through PSU is not working

Test Plan: Tested in MPK17 Minipack #2

Reviewed By: covracer

fbshipit-source-id: 132a963
facebook-github-bot pushed a commit that referenced this issue Sep 4, 2018
Summary:
[Minipack] Fix bug of previous version of minipack.firmware upgrader
Previous version of "run" script prematurely ends,
because cpld upgrader scripts returns "1" even when
the update is successful. Therfore termitate run script
before it finishes all FPGA/CPLDs upgrade. (set -e)
This diff fixes such issue.

Test Plan:
The script tested with MPK chassis (#2, DVT-A)
Test plan for the new "return code amend" logic P60018202

Reviewed By: piojo

fbshipit-source-id: 68c68b720
facebook-github-bot pushed a commit that referenced this issue Apr 17, 2019
Summary:
1. support device tree configuration mode
2. support export four JTAG pins
Pull Request resolved: facebookexternal/openbmc.celestica#37

Test Plan:
1. Compiling is OK.
2. The device can be seen /dev/jtag.0
3. The four pins can be seen

Test Result:
root@bmc-oob:~#
root@bmc-oob:~#
root@bmc-oob:~# cd /sys/devices/platform/ahb/ahb\:apb/
root@bmc-oob:/sys/devices/platform/ahb/ahb:apb# ls
1e6e2000.syscon       1e6e9000.adc          1e781000.rtc          1e784000.serial       1e78d000.serial       ahb:apb:i2c@1e78a000  of_node
1e6e2078.hwrng        1e720000.sram         1e782000.timer        1e785000.watchdog     1e78e000.serial       driver_override       subsystem
1e6e4000.jtag         1e780000.gpio         1e783000.serial       1e789000.lpc          1e78f000.serial       modalias              uevent
root@bmc-oob:/sys/devices/platform/ahb/ahb:apb# cd 1e6e4000.jtag/
root@bmc-oob:/sys/devices/platform/ahb/ahb:apb/1e6e4000.jtag# ls
driver           freq             of_node          subsystem        tdi              tms
driver_override  modalias         sts              tck              tdo              uevent
root@bmc-oob:/sys/devices/platform/ahb/ahb:apb/1e6e4000.jtag# ls -al t*
--w-------    1 root     root          4096 Apr 15 22:00 tck
--w-------    1 root     root          4096 Apr 15 22:00 tdi
-r--r--r--    1 root     root          4096 Apr 15 22:00 tdo
--w-------    1 root     root          4096 Apr 15 22:00 tms
root@bmc-oob:/sys/devices/platform/ahb/ahb:apb/1e6e4000.jtag#
root@bmc-oob:/sys/devices/platform/ahb/ahb:apb/1e6e4000.jtag#
root@bmc-oob:/sys/devices/platform/ahb/ahb:apb/1e6e4000.jtag# ls /dev/j*
/dev/jtag0
root@bmc-oob:/sys/devices/platform/ahb/ahb:apb/1e6e4000.jtag#
root@bmc-oob:/sys/devices/platform/ahb/ahb:apb/1e6e4000.jtag#
root@bmc-oob:/sys/devices/platform/ahb/ahb:apb/1e6e4000.jtag#
root@bmc-oob:/sys/devices/platform/ahb/ahb:apb/1e6e4000.jtag#
root@bmc-oob:/sys/devices/platform/ahb/ahb:apb/1e6e4000.jtag#
root@bmc-oob:/sys/devices/platform/ahb/ahb:apb/1e6e4000.jtag# uname -a
Linux bmc-oob. 4.18.16 #2 Tue Apr 16 12:49:46 CST 2019 armv6l GNU/Linux
root@bmc-oob:/sys/devices/platform/ahb/ahb:apb/1e6e4000.jtag#
root@bmc-oob:/sys/devices/platform/ahb/ahb:apb/1e6e4000.jtag#
root@bmc-oob:/sys/devices/platform/ahb/ahb:apb/1e6e4000.jtag#
root@bmc-oob:/sys/devices/platform/ahb/ahb:apb/1e6e4000.jtag#
root@bmc-oob:/sys/devices/platform/ahb/ahb:apb/1e6e4000.jtag#
root@bmc-oob:/sys/devices/platform/ahb/ahb:apb/1e6e4000.jtag# cat /etc/issue
OpenBMC Release wedge400-ff40498

root@bmc-oob:/sys/devices/platform/ahb/ahb:apb/1e6e4000.jtag#

Reviewed By: mikechoifb

fbshipit-source-id: 90096fa24f
facebook-github-bot pushed a commit that referenced this issue Oct 15, 2019
Summary:
Add the first version of mmc-raw.c and implement secure trim command
which is recommended by Micron to securely wipe data from Micron eMMC
chips.

More features will be added to the "mmcraw" binary step by step.

Test Plan:
root@bmc-oob:/tmp# ./mmcraw -h
Usage: ./mmcraw [options] <mmc-cmd> <mmc-device>

Available options:
    -h|--help    - print this help message
    -v|--verbose - enable verbose logging
    -s|--secure  - secure trim/erase mmc device
    -o|--offset  - offset of the operation
    -l|--length  - length of the operation

Supported mmc commands:
    trim       - send trim command to the mmc device

root@bmc-oob:/tmp# ./mmcraw -s -v trim /dev/mmcblk0
launching <trim> command (mmc=/dev/mmcblk0)
secure erase range: [0, 14942207]
starting secure trim step #1
starting secure trim step #2
mmc <trim> command completed successfully!

Reviewed By: benwei13

fbshipit-source-id: 7341f39c70
facebook-github-bot pushed a commit that referenced this issue Oct 15, 2019
Summary: Include "mmcraw" command in emmc package group.

Test Plan:
root@bmc-oob:/tmp# ./mmcraw -h
Usage: ./mmcraw [options] <mmc-cmd> <mmc-device>

Available options:
    -h|--help    - print this help message
    -v|--verbose - enable verbose logging
    -s|--secure  - secure trim/erase mmc device
    -o|--offset  - offset of the operation
    -l|--length  - length of the operation

Supported mmc commands:
    trim       - send trim command to the mmc device

root@bmc-oob:/tmp# ./mmcraw -s -v trim /dev/mmcblk0
launching <trim> command (mmc=/dev/mmcblk0)
secure erase range: [0, 14942207]
starting secure trim step #1
starting secure trim step #2
mmc <trim> command completed successfully!

Reviewed By: benwei13

fbshipit-source-id: 662dadd08b
facebook-github-bot pushed a commit that referenced this issue Oct 18, 2019
Summary: Add "trim" command support to mmc-raw.

Test Plan:
Below command output on minipack:

root@fboss124220098-oob:~# mmcraw -v trim /dev/mmcblk0
launching <trim> command (mmc=/dev/mmcblk0)
total 15106048 write blocks, write block size 512
starting trim, range [0, 15106047]
trim completed
mmc <trim> command completed successfully!
root@fboss124220098-oob:~# mmcraw -v -s trim /dev/mmcblk0
launching <trim> command (mmc=/dev/mmcblk0)
total 15106048 write blocks, write block size 512
starting secure trim, range [0, 15106047]
secure trim step #1 completed
secure trim step #2 completed
mmc <trim> command completed successfully!

Reviewed By: mikechoifb

fbshipit-source-id: 76696580ed
facebook-github-bot pushed a commit that referenced this issue Jan 30, 2020
Summary:
There are many ELBERTTODO in place as placeholders for areas that will
need revisiting when the time comes.

elbert at this point is still using AST2520, NCSI, etc.

Testing Done:
Compiled U-boot and kernel. Flashed combined image on device and things
booted up okay.

Test Log:

Bootup log:
Starting mTerm console server...done.
ELBERT POWER_ON script not implemented yet!
mTerm_log: mTerm: daemon started
Starting USB Serial Console: usbcons.
Remove poweroff command from .bash
INIT: Entering runlevel: 5
[   52.354481] using random self ethernet address
[   52.407741] using random host ethernet address
[   52.460951] using host ethernet address: 02:00:00:00:00:02
Configuring network interfaces... [   52.460966] using self ethernet address: 02:00:00:00:00:01
[   52.724935] usb0: HOST MAC 02:00:00:00:00:02
[   52.841967] usb0: MAC 02:00:00:00:00:01
[   53.074171] g_cdc gadget: CDC Composite Gadget, version: King Kamehameha Day 2008
[   53.163847] g_cdc gadget: g_cdc ready
[   53.337137] 8021q: adding VLAN 0 to HW filter on device eth0
[   53.408785] ftgmac100 1e660000.ethernet eth0: NCSI: Handler for packet type 0x82 returned -19
net.ipv6.conf.usb0.autoconf = 0
net.ipv6.conf.usb0.router_solicitations = 0
done.
Setup dhclient for IPv6... done.
reloading rsyslogd ... done
Starting OpenBSD Secure Shell server: sshd
done.
Starting domain name service: namedwrote key file "/etc/bind/rndc.key"
.
Starting ntpd: done
starting rsyslogd ... done
ok: run: restapi: (pid 1530) 0s
Setup crond...starting Busybox Periodic Command Scheduler: crond... done.
done.

OpenBMC Release elbert-5b6aad19a-dirty

bmc-oob. login:

# Version (dirty build)
root@bmc-oob:~# cat /etc/issue
OpenBMC Release elbert-5b6aad19a-dirty
Pull Request resolved: facebookexternal/openbmc.arista#2

Reviewed By: joancaneus

fbshipit-source-id: 5b3c186761
facebook-github-bot pushed a commit that referenced this issue Feb 3, 2020
Summary:
restructuring "struct mmc_ioc_cmd" handling so it's easier to add more
mmc commands.

Test Plan:
root@fboss200932661-oob:~# mmcraw -h
Usage: mmcraw [options] <mmc-cmd> <mmc-device>

Available options:
    -h|--help    - print this help message
    -v|--verbose - enable verbose logging
    -s|--secure  - secure trim/erase mmc device
    -o|--offset  - offset of the operation
    -l|--length  - length of the operation

Supported mmc commands:
    trim       - send trim command to the mmc device
    erase      - send erase command to the mmc device
    read-extcsd - read Extended CSD register of the mmc device

root@fboss200932661-oob:~# mmcraw -s -v trim /dev/mmcblk0
starting 'trim' command (mmc=/dev/mmcblk0)
total 15269888 write blocks, write block size 512
starting secure-trim step #1: range [0, 15269887]
starting ioctl cmd (opcode=35, arg=0, flags=0x195)
starting ioctl cmd (opcode=36, arg=0xe8ffff, flags=0x195)
starting ioctl cmd (opcode=38, arg=0x80000001, flags=0x49d)
starting secure-trim step #2: range [0, 15269887]
starting ioctl cmd (opcode=35, arg=0, flags=0x195)
starting ioctl cmd (opcode=36, arg=0xe8ffff, flags=0x195)
starting ioctl cmd (opcode=38, arg=0x80008000, flags=0x49d)
'trim' command completed successfully!

root@fboss200932661-oob:~# mmcraw erase /dev/mmcblk0
total 15269888 write blocks, write block size 512
'erase' command completed successfully!

Reviewed By: mikechoifb

fbshipit-source-id: b31fc4603d
facebook-github-bot pushed a commit that referenced this issue May 7, 2020
Summary:
As title.
Pull Request resolved: https://github.com/facebookexternal/openbmc.celestica/pull/403

Test Plan:
root@athena:~# cat /var/log/mTerm_wedge.log
Wed Apr 29 22:34:05 2020 4294967295 [19][A1][A3][A3][A7][A9][AA][AA][AB][AF][B0][B1][AF][1D][19][A1][A3][A3][A7][A9][A7][A7][A7][A8][A9][A9][A9][AA][AA][AA][AE][AF][B0][B1][B4][B2][B3][B6][B7][B7][B7][B7][B7][B7][B7][B7][B7][B7][B7][B7][B7][B7][B7][B7][B7][B7][B7][B7][B7][B7][B7][B7][B7][B7][B7][B7][B7][B7][B7][B7][B7][B7][B8][B9][B9][BA][B7][BB][BC][BF][33][32][4F][9A][78][68][70][79][92][94][94][94][94][94][94][94][94][94][94][94][95][96][91][92][97]

                                                                             92
Version 2.19.1269. Copyright (C) 2019 American Megatrends, Inc.
BIOS Date: 07/10/2019 16:31:10 Ver: XG1_3A08
Press <DEL> or <F2> to enter setup.
Press <F11> for BBS POPUP menu.
Press <F12> if you want to boot from the network.

CPU: Intel(R) Xeon(R) CPU D-1527 @ 2.20GHz Speed: 2200MHz
Total Memory: 32768MB (DDR4)-2133MHz

USB Devices total: 0 KBDs, 0 MICE, 0 MASS, 2 HUBs

Detected ATA/ATAPI Devices...

0xA105: BMC Failed (No Response)

Booting...Welcome to GRUB!
Wed Apr 29 22:36:49 2020 0000000
Wed Apr 29 22:36:49 2020 0000001

                             GNU GRUB  version 2.02
Wed Apr 29 22:36:49 2020 0000002
W+----------------------------------------------------------------------------+
 |*centos-8                                                                   |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 +----------------------------------------------------------------------------+

      Use the ^ and v keys to select which entry is highlighted.
      Press enter to boot the selected OS, `e' to edit the commands
      before booting or `c' for a command-line.
   The highlighted entry will be executed automatically in 0s.

  Booting `centos-8'
Wed Apr 29 22:36:54 2020 0000006
Loading centos-8 ...2020 0000007
Loading centos-8 initial ramdisk ...
[    0.000000] Linux version 5.2.21 (minipack2@localhost.localdomain) (gcc version 8.3.1 20190507 (Red Hat 8.3.1-4) (GCC)) https://github.com/facebookexternal/openbmc.celestica/issues/1 SMP Wed Feb 19 06:03:22 CST 2020
Wed Apr 29 22:36:55 2020 0000010 [    0.000000] Command line: BOOT_IMAGE=/vmlinuz console=tty0 console=ttyS0,57600n8 net.ifnames=0 biosdevname=0 root=UUID=69ceaff9-4596-4538-9fb6-48d48583f048
Wed Apr 29 22:36:55 2020 0000011 [    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Wed Apr 29 22:36:55 2020 0000012 [    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Wed Apr 29 22:36:55 2020 0000013 [    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Wed Apr 29 22:36:55 2020 0000014 [    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Wed Apr 29 22:36:55 2020 0000015 [    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Wed Apr 29 22:36:55 2020 0000016 [    0.000000] BIOS-provided physical RAM map:
Wed Apr 29 22:36:55 2020 0000017 [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Wed Apr 29 22:36:55 2020 0000018 [    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Wed Apr 29 22:36:55 2020 0000019 [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000792d4fff] usable
Wed Apr 29 22:36:55 2020 0000020 [    0.000000] BIOS-e820: [mem 0x00000000792d5000-0x000000007945ffff] reserved
Wed Apr 29 22:36:55 2020 0000021 [    0.000000] BIOS-e820: [mem 0x0000000079460000-0x0000000079541fff] usable
Wed Apr 29 22:36:55 2020 0000022 [    0.000000] BIOS-e820: [mem 0x0000000079542000-0x000000007996afff] ACPI NVS
Wed Apr 29 22:36:55 2020 0000023 [    0.000000] BIOS-e820: [mem 0x000000007996b000-0x000000007b828fff] reserved
Wed Apr 29 22:36:55 2020 0000024 [    0.000000] BIOS-e820: [mem 0x000000007b829000-0x000000007b87dfff] type 20
Wed Apr 29 22:36:55 2020 0000025 [    0.000000] BIOS-e820: [mem 0x000000007b87e000-0x000000007b87efff] usable
Wed Apr 29 22:36:55 2020 0000026 [    0.000000] BIOS-e820: [mem 0x000000007b87f000-0x000000007b904fff] reserved
Wed Apr 29 22:36:55 2020 0000027 [    0.000000] BIOS-e820: [mem 0x000000007b905000-0x000000007bafffff] usable
Wed Apr 29 22:36:55 2020 0000028 [    0.000000] BIOS-e820: [mem 0x000000007bb00000-0x000000008fffffff] reserved
Wed Apr 29 22:36:55 2020 0000029 [    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Wed Apr 29 22:36:55 2020 0000030 [    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Wed Apr 29 22:36:55 2020 0000031 [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000087fffffff] usable
Wed Apr 29 22:36:55 2020 0000032 [    0.000000] NX (Execute Disable) protection: active
Wed Apr 29 22:36:55 2020 0000033 [    0.000000] efi: EFI v2.40 by American Megatrends
Wed Apr 29 22:36:55 2020 0000034 [    0.000000] efi:  ACPI=0x7958a000  ACPI 2.0=0x7958a000  SMBIOS=0xf05e0  SMBIOS 3.0=0xf0600  ESRT=0x7b63ae98  MPS=0xfca20
Wed Apr 29 22:36:55 2020 0000035 [    0.000000] SMBIOS 3.0.0 present.
Wed Apr 29 22:36:55 2020 0000036 [    0.000000] DMI: Default string Default string/Default string, BIOS XG1_3A08 07/10/2019
Wed Apr 29 22:36:55 2020 0000037 [    0.000000] tsc: Fast TSC calibration using PIT
Wed Apr 29 22:36:55 2020 0000038 [    0.000000] tsc: Detected 2199.951 MHz processor
Wed Apr 29 22:36:55 2020 0000039 [    0.000017] last_pfn = 0x880000 max_arch_pfn = 0x400000000
Wed Apr 29 22:36:55 2020 0000040 [    0.001043] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
Wed Apr 29 22:36:55 2020 0000041 [    0.001461] last_pfn = 0x7bb00 max_arch_pfn = 0x400000000
Wed Apr 29 22:36:55 2020 0000042 [    0.010498] found SMP MP-table at [mem 0x000fccf0-0x000fccff]
Wed Apr 29 22:36:55 2020 0000043 [    0.010512] esrt: Reserving ESRT space from 0x000000007b63ae98 to 0x000000007b63aed0.
Wed Apr 29 22:36:55 2020 0000044 [    0.010520] Using GB pages for direct mapping
Wed Apr 29 22:36:55 2020 0000045 [    0.010876] Secure boot could not be determined
Wed Apr 29 22:36:55 2020 0000046 [    0.010878] RAMDISK: [mem 0x34faf000-0x367cefff]
Wed Apr 29 22:36:55 2020 0000047 [    0.010884] ACPI: Early table checksum verification disabled
Wed Apr 29 22:36:55 2020 0000048 [    0.010887] ACPI: RSDP 0x000000007958A000 000024 (v02 ALASKA)
Wed Apr 29 22:36:55 2020 0000049 [    0.010890] ACPI: XSDT 0x000000007958A0B0 0000DC (v01 ALASKA A M I    01072009 AMI  00010013)
Wed Apr 29 22:36:55 2020 0000050 [    0.010896] ACPI: FACP 0x00000000795B7A78 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
Wed Apr 29 22:36:55 2020 0000051 [    0.010901] ACPI: DSDT 0x000000007958A220 02D852 (v02 ALASKA A M I    01072009 INTL 20091013)
Wed Apr 29 22:36:55 2020 0000052 [    0.010905] ACPI: FACS 0x0000000079969F80 000040
Wed Apr 29 22:36:55 2020 0000053 [    0.010907] ACPI: APIC 0x00000000795B7B88 0000DC (v03 ALASKA A M I    01072009 AMI  00010013)
Wed Apr 29 22:36:55 2020 0000054 [    0.010910] ACPI: FPDT 0x00000000795B7C68 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
Wed Apr 29 22:36:55 2020 0000055 [    0.010913] ACPI: FIDT 0x00000000795B7CB0 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
Wed Apr 29 22:36:55 2020 0000056 [    0.010915] ACPI: TCPA 0x00000000795B7D50 000032 (v02 ALASKA NAPAASF  00000000 MSFT 01000013)
Wed Apr 29 22:36:55 2020 0000057 [    0.010918] ACPI: MCFG 0x00000000795B7D88 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
Wed Apr 29 22:36:55 2020 0000058 [    0.010921] ACPI: UEFI 0x00000000795B7DC8 000042 (v01                 00000000      00000000)
Wed Apr 29 22:36:55 2020 0000059 [    0.010924] ACPI: DBG2 0x00000000795B7E10 000072 (v00 ALASKA A M I    00000000 INTL 20091013)
Wed Apr 29 22:36:55 2020 0000060 [    0.010927] ACPI: HPET 0x00000000795B7E88 000038 (v01 ALASKA A M I    00000001 INTL 20091013)
Wed Apr 29 22:36:55 2020 0000061 [    0.010929] ACPI: MSCT 0x00000000795B7EC0 000090 (v01 ALASKA A M I    00000001 INTL 20091013)
Wed Apr 29 22:36:55 2020 0000062 [    0.010932] ACPI: SLIT 0x00000000795B7F50 00002D (v01 ALASKA A M I    00000001 INTL 20091013)
Wed Apr 29 22:36:55 2020 0000063 [    0.010935] ACPI: SRAT 0x00000000795B7F80 001158 (v03 ALASKA A M I    00000001 INTL 20091013)
Wed Apr 29 22:36:55 2020 0000064 [    0.010937] ACPI: WDDT 0x00000000795B90D8 000040 (v01 ALASKA A M I    00000000 INTL 20091013)
Wed Apr 29 22:36:55 2020 0000065 [    0.010940] ACPI: SSDT 0x00000000795B9118 00EE27 (v02 AMI    PmMgt    00000002 INTL 20120913)
Wed Apr 29 22:36:55 2020 0000066 [    0.010943] ACPI: TPM2 0x00000000795C7F40 000034 (v03 ALASKA A M I    00000001 AMI  00000000)
Wed Apr 29 22:36:56 2020 0000067 [    0.010946] ACPI: SSDT 0x00000000795C7F78 0020CB (v02 ALASKA SpsNm    00000002 INTL 20120913)
Wed Apr 29 22:36:56 2020 0000068 [    0.010949] ACPI: SSDT 0x00000000795CA048 000064 (v02 ALASKA SpsNvs   00000002 INTL 20120913)
Wed Apr 29 22:36:56 2020 0000069 [    0.010951] ACPI: PRAD 0x00000000795CA0B0 000102 (v02 ALASKA A M I    00000002 INTL 20120913)
Wed Apr 29 22:36:56 2020 0000070 [    0.010954] ACPI: DMAR 0x00000000795CA1B8 0000DC (v01 ALASKA A M I    00000001 INTL 20091013)
Wed Apr 29 22:36:56 2020 0000071 [    0.010957] ACPI: HEST 0x00000000795CA298 0000E8 (v01 ALASKA A M I    00000001 INTL 00000001)
Wed Apr 29 22:36:56 2020 0000072 [    0.010960] ACPI: BERT 0x00000000795CA380 000030 (v01 ALASKA A M I    00000001 INTL 00000001)
Wed Apr 29 22:36:56 2020 0000073 [    0.010962] ACPI: ERST 0x00000000795CA3B0 000230 (v01 ALASKA A M I    00000001 INTL 00000001)
Wed Apr 29 22:36:56 2020 0000074 [    0.010965] ACPI: EINJ 0x00000000795CA5E0 000130 (v01 ALASKA A M I    00000001 INTL 00000001)
Wed Apr 29 22:36:56 2020 0000075 [    0.011003] SRAT: PXM 0 -> APIC 0x00 -> Node 0
Wed Apr 29 22:36:56 2020 0000076 [    0.011004] SRAT: PXM 0 -> APIC 0x02 -> Node 0
Wed Apr 29 22:36:56 2020 0000077 [    0.011004] SRAT: PXM 0 -> APIC 0x04 -> Node 0
Wed Apr 29 22:36:56 2020 0000078 [    0.011005] SRAT: PXM 0 -> APIC 0x06 -> Node 0
Wed Apr 29 22:36:56 2020 0000079 [    0.011006] SRAT: PXM 0 -> APIC 0x01 -> Node 0
Wed Apr 29 22:36:56 2020 0000080 [    0.011007] SRAT: PXM 0 -> APIC 0x03 -> Node 0
Wed Apr 29 22:36:56 2020 0000081 [    0.011008] SRAT: PXM 0 -> APIC 0x05 -> Node 0
Wed Apr 29 22:36:56 2020 0000082 [    0.011008] SRAT: PXM 0 -> APIC 0x07 -> Node 0
Wed Apr 29 22:36:56 2020 0000083 [    0.011018] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x7fffffff]
Wed Apr 29 22:36:56 2020 0000084 [    0.011019] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x87fffffff]
Wed Apr 29 22:36:56 2020 0000085 [    0.011027] NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0x87fffffff] -> [mem 0x00000000-0x87fffffff]
Wed Apr 29 22:36:56 2020 0000086 [    0.011038] NODE_DATA(0) allocated [mem 0x87ffd5000-0x87fffefff]
Wed Apr 29 22:36:56 2020 0000087 [    0.011320] Zone ranges:
Wed Apr 29 22:36:56 2020 0000088 [    0.011321]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Wed Apr 29 22:36:56 2020 0000089 [    0.011323]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Wed Apr 29 22:36:56 2020 0000090 [    0.011324]   Normal   [mem 0x0000000100000000-0x000000087fffffff]
Wed Apr 29 22:36:56 2020 0000091 [    0.011325]   Device   empty
Wed Apr 29 22:36:56 2020 0000092 [    0.011326] Movable zone start for each node
Wed Apr 29 22:36:56 2020 0000093 [    0.011330] Early memory node ranges
Wed Apr 29 22:36:56 2020 0000094 [    0.011332]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
Wed Apr 29 22:36:56 2020 0000095 [    0.011333]   node   0: [mem 0x0000000000100000-0x00000000792d4fff]
Wed Apr 29 22:36:56 2020 0000096 [    0.011333]   node   0: [mem 0x0000000079460000-0x0000000079541fff]
Wed Apr 29 22:36:56 2020 0000097 [    0.011334]   node   0: [mem 0x000000007b87e000-0x000000007b87efff]
Wed Apr 29 22:36:56 2020 0000098 [    0.011335]   node   0: [mem 0x000000007b905000-0x000000007bafffff]
Wed Apr 29 22:36:56 2020 0000099 [    0.011336]   node   0: [mem 0x0000000100000000-0x000000087fffffff]
Wed Apr 29 22:37:00 2020 0000100 [    0.011642] Zeroed struct page in unavailable ranges: 27310 pages
Wed Apr 29 22:37:00 2020 0000101 [    0.011643] Initmem setup node 0 [mem 0x0000000000001000-0x000000087fffffff]
Wed Apr 29 22:37:00 2020 0000102 [    0.023999] ACPI: PM-Timer IO Port: 0x408
Wed Apr 29 22:37:00 2020 0000103 [    0.024008] ACPI: LAPIC_NMI (acpi_id[0x00] high level lint[0x1])
Wed Apr 29 22:37:00 2020 0000104 [    0.024009] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
Wed Apr 29 22:37:00 2020 0000105 [    0.024010] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
Wed Apr 29 22:37:00 2020 0000106 [    0.024011] ACPI: LAPIC_NMI (acpi_id[0x06] high level lint[0x1])
Wed Apr 29 22:37:00 2020 0000107 [    0.024012] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
Wed Apr 29 22:37:00 2020 0000108 [    0.024013] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
Wed Apr 29 22:37:00 2020 0000109 [    0.024013] ACPI: LAPIC_NMI (acpi_id[0x05] high level lint[0x1])
Wed Apr 29 22:37:00 2020 0000110 [    0.024014] ACPI: LAPIC_NMI (acpi_id[0x07] high level lint[0x1])
Wed Apr 29 22:37:00 2020 0000111 [    0.024024] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
Wed Apr 29 22:37:00 2020 0000112 [    0.024028] IOAPIC[1]: apic_id 9, version 32, address 0xfec01000, GSI 24-47
Wed Apr 29 22:37:00 2020 0000113 [    0.024030] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Wed Apr 29 22:37:00 2020 0000114 [    0.024031] ACPI: INT_SRC_OVR (bus 0 bus_irq 3 global_irq 3 high level)
Wed Apr 29 22:37:00 2020 0000115 [    0.024032] ACPI: INT_SRC_OVR (bus 0 bus_irq 4 global_irq 4 high level)
Wed Apr 29 22:37:00 2020 0000116 [    0.024033] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Wed Apr 29 22:37:00 2020 0000117 [    0.024038] Using ACPI (MADT) for SMP configuration information
Wed Apr 29 22:37:00 2020 0000118 [    0.024040] ACPI: HPET id: 0x8086a701 base: 0xfed00000
Wed Apr 29 22:37:00 2020 0000119 [    0.024044] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Wed Apr 29 22:37:00 2020 0000120 [    0.024060] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Wed Apr 29 22:37:00 2020 0000121 [    0.024062] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Wed Apr 29 22:37:00 2020 0000122 [    0.024064] PM: Registered nosave memory: [mem 0x792d5000-0x7945ffff]
Wed Apr 29 22:37:00 2020 0000123 [    0.024066] PM: Registered nosave memory: [mem 0x79542000-0x7996afff]
Wed Apr 29 22:37:00 2020 0000124 [    0.024067] PM: Registered nosave memory: [mem 0x7996b000-0x7b828fff]
Wed Apr 29 22:37:00 2020 0000125 [    0.024068] PM: Registered nosave memory: [mem 0x7b829000-0x7b87dfff]
Wed Apr 29 22:37:00 2020 0000126 [    0.024069] PM: Registered nosave memory: [mem 0x7b87f000-0x7b904fff]
Wed Apr 29 22:37:00 2020 0000127 [    0.024071] PM: Registered nosave memory: [mem 0x7bb00000-0x8fffffff]
Wed Apr 29 22:37:00 2020 0000128 [    0.024072] PM: Registered nosave memory: [mem 0x90000000-0xfed1bfff]
Wed Apr 29 22:37:00 2020 0000129 [    0.024073] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Wed Apr 29 22:37:00 2020 0000130 [    0.024074] PM: Registered nosave memory: [mem 0xfed20000-0xfeffffff]
Wed Apr 29 22:37:00 2020 0000131 [    0.024074] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
Wed Apr 29 22:37:00 2020 0000132 [    0.024076] [mem 0x90000000-0xfed1bfff] available for PCI devices
Wed Apr 29 22:37:00 2020 0000133 [    0.024078] Booting paravirtualized kernel on bare hardware
Wed Apr 29 22:37:00 2020 0000134 [    0.024081] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Wed Apr 29 22:37:00 2020 0000135 [    0.132212] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
Wed Apr 29 22:37:00 2020 0000136 [    0.132468] percpu: Embedded 53 pages/cpu s180224 r8192 d28672 u262144
Wed Apr 29 22:37:00 2020 0000137 [    0.132503] Built 1 zonelists, mobility grouping on.  Total pages: 8230627
Wed Apr 29 22:37:00 2020 0000138 [    0.132504] Policy zone: Normal
Wed Apr 29 22:37:00 2020 0000139 [    0.132506] Kernel command line: BOOT_IMAGE=/vmlinuz console=tty0 console=ttyS0,57600n8 net.ifnames=0 biosdevname=0 root=UUID=69ceaff9-4596-4538-9fb6-48d48583f048
Wed Apr 29 22:37:00 2020 0000140 [    0.155119] Memory: 1944864K/33445192K available (12292K kernel code, 2048K rwdata, 3860K rodata, 2352K init, 6332K bss, 733740K reserved, 0K cma-reserved)
Wed Apr 29 22:37:00 2020 0000141 [    0.155244] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Wed Apr 29 22:37:00 2020 0000142 [    0.155253] Kernel/User page tables isolation: enabled
Wed Apr 29 22:37:00 2020 0000143 [    0.155269] ftrace: allocating 36294 entries in 142 pages
Wed Apr 29 22:37:00 2020 0000144 [    0.170119] rcu: Hierarchical RCU implementation.
Wed Apr 29 22:37:00 2020 0000145 [    0.170121] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
Wed Apr 29 22:37:00 2020 0000146 [    0.170122] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Wed Apr 29 22:37:00 2020 0000147 [    0.170123] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Wed Apr 29 22:37:00 2020 0000148 [    0.173235] NR_IRQS: 524544, nr_irqs: 896, preallocated irqs: 16
Wed Apr 29 22:37:00 2020 0000149 [    0.173467] random: get_random_bytes called from start_kernel+0x330/0x50a with crng_init=0
Wed Apr 29 22:37:00 2020 0000150 [    0.173487] Console: colour dummy device 80x25
Wed Apr 29 22:37:00 2020 0000151 [    0.173687] printk: console [tty0] enabled
Wed Apr 29 22:37:00 2020 0000152 [    2.290265] printk: console [ttyS0] enabled
Wed Apr 29 22:37:00 2020 0000153 [    2.299501] ACPI: Core revision 20190509
Wed Apr 29 22:37:00 2020 0000154 [    2.308499] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Wed Apr 29 22:37:00 2020 0000155 [    2.328682] APIC: Switch to symmetric I/O mode setup
Wed Apr 29 22:37:00 2020 0000156 [    2.339649] DMAR: Host address width 46
Wed Apr 29 22:37:00 2020 0000157 [    2.348114] DMAR: DRHD base: 0x000000fbffc000 flags: 0x1
Wed Apr 29 22:37:00 2020 0000158 [    2.359846] DMAR: dmar0: reg_base_addr fbffc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
Wed Apr 29 22:37:00 2020 0000159 [    2.377530] DMAR: RMRR base: 0x0000007b66f000 end: 0x0000007b67efff
Wed Apr 29 22:37:00 2020 0000160 [    2.391371] DMAR: ATSR flags: 0x0
Wed Apr 29 22:37:00 2020 0000161 [    2.398689] DMAR: RHSA base: 0x000000fbffc000 proximity domain: 0x0
Wed Apr 29 22:37:00 2020 0000162 [    2.412531] DMAR-IR: IOAPIC id 8 under DRHD base  0xfbffc000 IOMMU 0
Wed Apr 29 22:37:00 2020 0000163 [    2.426564] DMAR-IR: IOAPIC id 9 under DRHD base  0xfbffc000 IOMMU 0
Wed Apr 29 22:37:00 2020 0000164 [    2.440598] DMAR-IR: HPET id 0 under DRHD base 0xfbffc000
Wed Apr 29 22:37:00 2020 0000165 [    2.452518] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
Wed Apr 29 22:37:00 2020 0000166 [    2.452518] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
Wed Apr 29 22:37:00 2020 0000167 [    2.485282] DMAR-IR: Enabled IRQ remapping in xapic mode
Wed Apr 29 22:37:00 2020 0000168 [    2.497004] x2apic: IRQ remapping doesn't support X2APIC mode
Wed Apr 29 22:37:00 2020 0000169 [    2.510169] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Wed Apr 29 22:37:00 2020 0000170 [    2.527685] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fb60499c44, max_idle_ns: 440795257124 ns
Wed Apr 29 22:37:00 2020 0000171 [    2.550936] Calibrating delay loop (skipped), value calculated using timer frequency.. 4399.90 BogoMIPS (lpj=2199951)
Wed Apr 29 22:37:00 2020 0000172 [    2.551935] pid_max: default: 32768 minimum: 301
Wed Apr 29 22:37:00 2020 0000173 [    2.557323] LSM: Security Framework initializing
Wed Apr 29 22:37:00 2020 0000174 [    2.557945] Yama: becoming mindful.
Wed Apr 29 22:37:00 2020 0000175 [    2.558943] SELinux:  Initializing.
Wed Apr 29 22:37:00 2020 0000176 [    2.565943] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
Wed Apr 29 22:37:00 2020 0000177 [    2.569773] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Wed Apr 29 22:37:00 2020 0000178 [    2.571014] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
Wed Apr 29 22:37:00 2020 0000179 [    2.572012] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
Wed Apr 29 22:37:00 2020 0000180 [    2.573197] mce: CPU0: Thermal monitoring enabled (TM1)
Wed Apr 29 22:37:00 2020 0000181 [    2.573975] process: using mwait in idle threads
Wed Apr 29 22:37:00 2020 0000182 [    2.574937] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Wed Apr 29 22:37:00 2020 0000183 [    2.575935] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Wed Apr 29 22:37:00 2020 0000184 [    2.576935] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Wed Apr 29 22:37:00 2020 0000185 [    2.577935] Spectre V2 : Mitigation: Full generic retpoline
Wed Apr 29 22:37:00 2020 0000186 [    2.578935] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Wed Apr 29 22:37:00 2020 0000187 [    2.579934] Spectre V2 : Enabling Restricted Speculation for firmware calls
Wed Apr 29 22:37:00 2020 0000188 [    2.580936] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Wed Apr 29 22:37:00 2020 0000189 [    2.581935] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
Wed Apr 29 22:37:00 2020 0000190 [    2.582935] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Wed Apr 29 22:37:00 2020 0000191 [    2.583937] MDS: Mitigation: Clear CPU buffers
Wed Apr 29 22:37:00 2020 0000192 [    2.585251] Freeing SMP alternatives memory: 32K
Wed Apr 29 22:37:00 2020 0000193 [    2.587003] smpboot: CPU0: Intel(R) Xeon(R) CPU D-1527 @ 2.20GHz (family: 0x6, model: 0x56, stepping: 0x3)
Wed Apr 29 22:37:00 2020 0000194 [    2.588025] Performance Events: PEBS fmt2+, Broadwell events, 16-deep LBR, full-width counters, Intel PMU driver.
Wed Apr 29 22:37:00 2020 0000195 [    2.588937] ... version:                3
Wed Apr 29 22:37:00 2020 0000196 [    2.589935] ... bit width:              48
Wed Apr 29 22:37:00 2020 0000197 [    2.590935] ... generic registers:      4
Wed Apr 29 22:37:00 2020 0000198 [    2.591935] ... value mask:             0000ffffffffffff
Wed Apr 29 22:37:00 2020 0000199 [    2.592935] ... max period:             00007fffffffffff
Wed Apr 29 22:37:00 2020 0000200 [    2.593935] ... fixed-purpose events:   3
Wed Apr 29 22:37:00 2020 0000201 [    2.594935] ... event mask:             000000070000000f
Wed Apr 29 22:37:00 2020 0000202 [    2.595969] rcu: Hierarchical SRCU implementation.
Wed Apr 29 22:37:00 2020 0000203 [    2.597960] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Wed Apr 29 22:37:00 2020 0000204 [    2.599012] smp: Bringing up secondary CPUs ...
Wed Apr 29 22:37:00 2020 0000205 [    2.600010] x86: Booting SMP configuration:
Wed Apr 29 22:37:00 2020 0000206 [    2.600937] .... node  #0, CPUs:      https://github.com/facebookexternal/openbmc.celestica/issues/1 #2 https://github.com/facebookexternal/openbmc.celestica/issues/3 #4
Wed Apr 29 22:37:00 2020 0000207 [    2.603234] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Wed Apr 29 22:37:00 2020 0000208 [    2.605025]  https://github.com/facebookexternal/openbmc.celestica/issues/5 #6 https://github.com/facebookexternal/openbmc.celestica/issues/7
Wed Apr 29 22:37:00 2020 0000209 [    2.606466] smp: Brought up 1 node, 8 CPUs
Wed Apr 29 22:37:00 2020 0000210 [    2.607936] smpboot: Max logical packages: 1
Wed Apr 29 22:37:00 2020 0000211 [    2.608936] smpboot: Total of 8 processors activated (35199.21 BogoMIPS)
Wed Apr 29 22:37:00 2020 0000212 [    2.731946] node 0 initialised, 7691647 pages in 121ms
Wed Apr 29 22:37:00 2020 0000213 [    2.744511] devtmpfs: initialized
Wed Apr 29 22:37:00 2020 0000214 [    2.744988] x86/mm: Memory block size: 128MB
Wed Apr 29 22:37:00 2020 0000215 [    2.747989] PM: Registering ACPI NVS region [mem 0x79542000-0x7996afff] (4362240 bytes)
Wed Apr 29 22:37:00 2020 0000216 [    2.749036] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Wed Apr 29 22:37:00 2020 0000217 [    2.769948] futex hash table entries: 2048 (order: 5, 131072 bytes)
Wed Apr 29 22:37:00 2020 0000218 [    2.784023] pinctrl core: initialized pinctrl subsystem
Wed Apr 29 22:37:00 2020 0000219 [    2.796086] NET: Registered protocol family 16
Wed Apr 29 22:37:00 2020 0000220 [    2.805030] audit: initializing netlink subsys (disabled)
Wed Apr 29 22:37:00 2020 0000221 [    2.817936] audit: type=2000 audit(946763563.286:1): state=initialized audit_enabled=0 res=1
Wed Apr 29 22:37:00 2020 0000222 [    2.835938] cpuidle: using governor menu
Wed Apr 29 22:37:00 2020 0000223 [    2.844972] ACPI: bus type PCI registered
Wed Apr 29 22:37:00 2020 0000224 [    2.853936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Wed Apr 29 22:37:00 2020 0000225 [    2.868006] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0x80000000-0x8fffffff] (base 0x80000000)
Wed Apr 29 22:37:00 2020 0000226 [    2.887938] PCI: MMCONFIG at [mem 0x80000000-0x8fffffff] reserved in E820
Wed Apr 29 22:37:00 2020 0000227 [    2.902949] PCI: Using configuration type 1 for base access
Wed Apr 29 22:37:00 2020 0000228 [    2.917943] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Wed Apr 29 22:37:00 2020 0000229 [    2.931937] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Wed Apr 29 22:37:00 2020 0000230 [    2.985945] cryptd: max_cpu_qlen set to 1000
Wed Apr 29 22:37:00 2020 0000231 [    2.996263] alg: No test for lzo-rle (lzo-rle-generic)
Wed Apr 29 22:37:00 2020 0000232 [    3.007968] alg: No test for lzo-rle (lzo-rle-scomp)
Wed Apr 29 22:37:00 2020 0000233 [    3.021945] ACPI: Added _OSI(Module Device)
Wed Apr 29 22:37:00 2020 0000234 [    3.030937] ACPI: Added _OSI(Processor Device)
Wed Apr 29 22:37:00 2020 0000235 [    3.040936] ACPI: Added _OSI(3.0 _SCP Extensions)
Wed Apr 29 22:37:00 2020 0000236 [    3.050936] ACPI: Added _OSI(Processor Aggregator Device)
Wed Apr 29 22:37:00 2020 0000237 [    3.062936] ACPI: Added _OSI(Linux-Dell-Video)
Wed Apr 29 22:37:00 2020 0000238 [    3.072936] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Wed Apr 29 22:37:00 2020 0000239 [    3.083936] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Wed Apr 29 22:37:00 2020 0000240 [    3.128170] ACPI: 4 ACPI AML tables successfully acquired and loaded
Wed Apr 29 22:37:00 2020 0000241 [    3.149370] ACPI: Dynamic OEM Table Load:
Wed Apr 29 22:37:00 2020 0000242 [    3.178863] ACPI: Interpreter enabled
Wed Apr 29 22:37:00 2020 0000243 [    3.186949] ACPI: (supports S0 S5)
Wed Apr 29 22:37:00 2020 0000244 [    3.193936] ACPI: Using IOAPIC for interrupt routing
Wed Apr 29 22:37:00 2020 0000245 [    3.205000] HEST: Table parsing has been initialized.
Wed Apr 29 22:37:00 2020 0000246 [    3.215938] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Wed Apr 29 22:37:00 2020 0000247 [    3.237706] ACPI: Enabled 6 GPEs in block 00 to 3F
Wed Apr 29 22:37:00 2020 0000248 [    3.279706] ACPI: PCI Root Bridge [UNC0] (domain 0000 [bus ff])
Wed Apr 29 22:37:00 2020 0000249 [    3.292942] acpi PNP0A03:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Wed Apr 29 22:37:00 2020 0000250 [    3.313235] acpi PNP0A03:03: _OSC: platform does not support [SHPCHotplug LTR]
Wed Apr 29 22:37:00 2020 0000251 [    3.329207] acpi PNP0A03:03: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Wed Apr 29 22:37:00 2020 0000252 [    3.346970] PCI host bridge to bus 0000:ff
Wed Apr 29 22:37:00 2020 0000253 [    3.355938] pci_bus 0000:ff: root bus resource [bus ff]
Wed Apr 29 22:37:00 2020 0000254 [    3.366950] pci 0000:ff:0b.0: [8086:6f81] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000255 [    3.380994] pci 0000:ff:0b.1: [8086:6f36] type 00 class 0x110100
Wed Apr 29 22:37:00 2020 0000256 [    3.393977] pci 0000:ff:0b.2: [8086:6f37] type 00 class 0x110100
Wed Apr 29 22:37:00 2020 0000257 [    3.406975] pci 0000:ff:0b.3: [8086:6f76] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000258 [    3.420978] pci 0000:ff:0c.0: [8086:6fe0] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000259 [    3.433975] pci 0000:ff:0c.1: [8086:6fe1] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000260 [    3.446975] pci 0000:ff:0c.2: [8086:6fe2] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000261 [    3.459978] pci 0000:ff:0c.3: [8086:6fe3] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000262 [    3.473979] pci 0000:ff:0f.0: [8086:6ff8] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000263 [    3.486978] pci 0000:ff:0f.4: [8086:6ffc] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000264 [    3.499975] pci 0000:ff:0f.5: [8086:6ffd] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000265 [    3.513975] pci 0000:ff:0f.6: [8086:6ffe] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000266 [    3.526981] pci 0000:ff:10.0: [8086:6f1d] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000267 [    3.539975] pci 0000:ff:10.1: [8086:6f34] type 00 class 0x110100
Wed Apr 29 22:37:00 2020 0000268 [    3.552978] pci 0000:ff:10.5: [8086:6f1e] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000269 [    3.566974] pci 0000:ff:10.6: [8086:6f7d] type 00 class 0x110100
Wed Apr 29 22:37:00 2020 0000270 [    3.579976] pci 0000:ff:10.7: [8086:6f1f] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000271 [    3.592975] pci 0000:ff:12.0: [8086:6fa0] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000272 [    3.605963] pci 0000:ff:12.1: [8086:6f30] type 00 class 0x110100
Wed Apr 29 22:37:00 2020 0000273 [    3.619980] pci 0000:ff:13.0: [8086:6fa8] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000274 [    3.632979] pci 0000:ff:13.1: [8086:6f71] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000275 [    3.645979] pci 0000:ff:13.2: [8086:6faa] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000276 [    3.659979] pci 0000:ff:13.3: [8086:6fab] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000277 [    3.672980] pci 0000:ff:13.4: [8086:6fac] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000278 [    3.685981] pci 0000:ff:13.5: [8086:6fad] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000279 [    3.698980] pci 0000:ff:13.6: [8086:6fae] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000280 [    3.712977] pci 0000:ff:13.7: [8086:6faf] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000281 [    3.725977] pci 0000:ff:14.0: [8086:6fb0] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000282 [    3.738980] pci 0000:ff:14.1: [8086:6fb1] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000283 [    3.752981] pci 0000:ff:14.2: [8086:6fb2] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000284 [    3.765979] pci 0000:ff:14.3: [8086:6fb3] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000285 [    3.778980] pci 0000:ff:14.4: [8086:6fbc] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000286 [    3.791978] pci 0000:ff:14.5: [8086:6fbd] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000287 [    3.805977] pci 0000:ff:14.6: [8086:6fbe] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000288 [    3.818977] pci 0000:ff:14.7: [8086:6fbf] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000289 [    3.831977] pci 0000:ff:15.0: [8086:6fb4] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000290 [    3.845979] pci 0000:ff:15.1: [8086:6fb5] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000291 [    3.858979] pci 0000:ff:15.2: [8086:6fb6] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000292 [    3.871980] pci 0000:ff:15.3: [8086:6fb7] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000293 [    3.884988] pci 0000:ff:1e.0: [8086:6f98] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000294 [    3.898977] pci 0000:ff:1e.1: [8086:6f99] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000295 [    3.911976] pci 0000:ff:1e.2: [8086:6f9a] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000296 [    3.924976] pci 0000:ff:1e.3: [8086:6fc0] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000297 [    3.938964] pci 0000:ff:1e.4: [8086:6f9c] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000298 [    3.951980] pci 0000:ff:1f.0: [8086:6f88] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000299 [    3.964979] pci 0000:ff:1f.2: [8086:6f8a] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000300 [    3.981409] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Wed Apr 29 22:37:00 2020 0000301 [    3.995939] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Wed Apr 29 22:37:00 2020 0000302 [    4.016184] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
Wed Apr 29 22:37:00 2020 0000303 [    4.032252] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Wed Apr 29 22:37:00 2020 0000304 [    4.050227] PCI host bridge to bus 0000:00
Wed Apr 29 22:37:00 2020 0000305 [    4.058937] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Wed Apr 29 22:37:00 2020 0000306 [    4.073936] pci_bus 0000:00: root bus resource [io  0x1000-0xffff window]
Wed Apr 29 22:37:00 2020 0000307 [    4.088937] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Wed Apr 29 22:37:00 2020 0000308 [    4.104936] pci_bus 0000:00: root bus resource [mem 0x90000000-0xfbffbfff window]
Wed Apr 29 22:37:00 2020 0000309 [    4.121936] pci_bus 0000:00: root bus resource [bus 00-fe]
Wed Apr 29 22:37:00 2020 0000310 [    4.133942] pci 0000:00:00.0: [8086:6f00] type 00 class 0x060000
Wed Apr 29 22:37:00 2020 0000311 [    4.147074] pci 0000:00:01.0: [8086:6f02] type 01 class 0x060400
Wed Apr 29 22:37:00 2020 0000312 [    4.160993] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Wed Apr 29 22:37:00 2020 0000313 [    4.174037] pci 0000:00:01.1: [8086:6f03] type 01 class 0x060400
Wed Apr 29 22:37:00 2020 0000314 [    4.186990] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Wed Apr 29 22:37:00 2020 0000315 [    4.201036] pci 0000:00:02.0: [8086:6f04] type 01 class 0x060400
Wed Apr 29 22:37:00 2020 0000316 [    4.213984] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
Wed Apr 29 22:37:00 2020 0000317 [    4.228034] pci 0000:00:02.2: [8086:6f06] type 01 class 0x060400
Wed Apr 29 22:37:00 2020 0000318 [    4.240984] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Wed Apr 29 22:37:00 2020 0000319 [    4.255032] pci 0000:00:03.0: [8086:6f08] type 01 class 0x060400
Wed Apr 29 22:37:00 2020 0000320 [    4.267990] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
Wed Apr 29 22:37:00 2020 0000321 [    4.281031] pci 0000:00:03.1: [8086:6f09] type 01 class 0x060400
Wed Apr 29 22:37:00 2020 0000322 [    4.294996] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
Wed Apr 29 22:37:00 2020 0000323 [    4.308034] pci 0000:00:03.2: [8086:6f0a] type 01 class 0x060400
Wed Apr 29 22:37:00 2020 0000324 [    4.321990] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
Wed Apr 29 22:37:00 2020 0000325 [    4.335030] pci 0000:00:03.3: [8086:6f0b] type 01 class 0x060400
Wed Apr 29 22:37:00 2020 0000326 [    4.347990] pci 0000:00:03.3: PME# supported from D0 D3hot D3cold
Wed Apr 29 22:37:00 2020 0000327 [    4.362037] pci 0000:00:05.0: [8086:6f28] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000328 [    4.375049] pci 0000:00:05.1: [8086:6f29] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000329 [    4.389063] pci 0000:00:05.2: [8086:6f2a] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000330 [    4.402046] pci 0000:00:05.4: [8086:6f2c] type 00 class 0x080020
Wed Apr 29 22:37:00 2020 0000331 [    4.414944] pci 0000:00:05.4: reg 0x10: [mem 0xfbf16000-0xfbf16fff]
Wed Apr 29 22:37:00 2020 0000332 [    4.429060] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
Wed Apr 29 22:37:00 2020 0000333 [    4.442953] pci 0000:00:14.0: reg 0x10: [mem 0xfbf00000-0xfbf0ffff 64bit]
Wed Apr 29 22:37:00 2020 0000334 [    4.456989] pci 0000:00:14.0: PME# supported from D3hot D3cold
Wed Apr 29 22:37:00 2020 0000335 [    4.470025] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
Wed Apr 29 22:37:00 2020 0000336 [    4.483953] pci 0000:00:16.0: reg 0x10: [mem 0xfbf15000-0xfbf1500f 64bit]
Wed Apr 29 22:37:00 2020 0000337 [    4.498992] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Wed Apr 29 22:37:00 2020 0000338 [    4.512024] pci 0000:00:16.1: [8086:8c3b] type 00 class 0x078000
Wed Apr 29 22:37:00 2020 0000339 [    4.525954] pci 0000:00:16.1: reg 0x10: [mem 0xfbf14000-0xfbf1400f 64bit]
Wed Apr 29 22:37:00 2020 0000340 [    4.540991] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
Wed Apr 29 22:37:00 2020 0000341 [    4.554033] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
Wed Apr 29 22:37:00 2020 0000342 [    4.567065] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Wed Apr 29 22:37:00 2020 0000343 [    4.581040] pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400
Wed Apr 29 22:37:00 2020 0000344 [    4.594008] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Wed Apr 29 22:37:00 2020 0000345 [    4.608037] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
Wed Apr 29 22:37:00 2020 0000346 [    4.620954] pci 0000:00:1d.0: reg 0x10: [mem 0xfbf12000-0xfbf123ff]
Wed Apr 29 22:37:00 2020 0000347 [    4.635012] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Wed Apr 29 22:37:00 2020 0000348 [    4.648029] pci 0000:00:1f.0: [8086:8c54] type 00 class 0x060100
Wed Apr 29 22:37:00 2020 0000349 [    4.662113] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
Wed Apr 29 22:37:00 2020 0000350 [    4.674949] pci 0000:00:1f.3: reg 0x10: [mem 0xfbf11000-0xfbf110ff 64bit]
Wed Apr 29 22:37:00 2020 0000351 [    4.689948] pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
Wed Apr 29 22:37:00 2020 0000352 [    4.702031] pci 0000:00:1f.6: [8086:8c24] type 00 class 0x118000
Wed Apr 29 22:37:00 2020 0000353 [    4.715955] pci 0000:00:1f.6: reg 0x10: [mem 0xfbf10000-0xfbf10fff 64bit]
Wed Apr 29 22:37:00 2020 0000354 [    4.731226] pci 0000:00:01.0: PCI bridge to [bus 01]
Wed Apr 29 22:37:00 2020 0000355 [    4.742077] pci 0000:00:01.1: PCI bridge to [bus 02]
Wed Apr 29 22:37:00 2020 0000356 [    4.753087] pci 0000:03:00.0: [8086:6f50] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000357 [    4.766948] pci 0000:03:00.0: reg 0x10: [mem 0xfbe06000-0xfbe07fff 64bit]
Wed Apr 29 22:37:00 2020 0000358 [    4.781035] pci 0000:03:00.1: [8086:6f51] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000359 [    4.794946] pci 0000:03:00.1: reg 0x10: [mem 0xfbe04000-0xfbe05fff 64bit]
Wed Apr 29 22:37:00 2020 0000360 [    4.810024] pci 0000:03:00.2: [8086:6f52] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000361 [    4.822946] pci 0000:03:00.2: reg 0x10: [mem 0xfbe02000-0xfbe03fff 64bit]
Wed Apr 29 22:37:00 2020 0000362 [    4.838023] pci 0000:03:00.3: [8086:6f53] type 00 class 0x088000
Wed Apr 29 22:37:00 2020 0000363 [    4.850946] pci 0000:03:00.3: reg 0x10: [mem 0xfbe00000-0xfbe01fff 64bit]
Wed Apr 29 22:37:00 2020 0000364 [    4.866032] pci 0000:00:02.0: PCI bridge to [bus 03]
Wed Apr 29 22:37:16 2020 0000365 [    4.876938] pci 0000:00:02.0:   bridge window [mem 0xfbe00000-0xfbefffff]
Wed Apr 29 22:37:16 2020 0000366 [    4.892090] pci 0000:04:00.0: [8086:15ab] type 00 class 0x020000
Wed Apr 29 22:37:16 2020 0000367 [    4.905949] pci 0000:04:00.0: reg 0x10: [mem 0xfb200000-0xfb3fffff 64bit pref]
Wed Apr 29 22:37:16 2020 0000368 [    4.921946] pci 0000:04:00.0: reg 0x20: [mem 0xfb404000-0xfb407fff 64bit pref]
Wed Apr 29 22:37:16 2020 0000369 [    4.937979] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
Wed Apr 29 22:37:16 2020 0000370 [    4.950948] pci 0000:04:00.0: reg 0x184: [mem 0xfb800000-0xfb803fff 64bit]
Wed Apr 29 22:37:16 2020 0000371 [    4.965937] pci 0000:04:00.0: VF(n) BAR0 space: [mem 0xfb800000-0xfb8fffff 64bit] (contains BAR0 for 64 VFs)
Wed Apr 29 22:37:16 2020 0000372 [    4.987941] pci 0000:04:00.0: reg 0x190: [mem 0xfb700000-0xfb703fff 64bit]
Wed Apr 29 22:37:16 2020 0000373 [    5.002936] pci 0000:04:00.0: VF(n) BAR3 space: [mem 0xfb700000-0xfb7fffff 64bit] (contains BAR3 for 64 VFs)
Wed Apr 29 22:37:16 2020 0000374 [    5.025047] pci 0000:04:00.1: [8086:15ab] type 00 class 0x020000
Wed Apr 29 22:37:16 2020 0000375 [    5.037948] pci 0000:04:00.1: reg 0x10: [mem 0xfb000000-0xfb1fffff 64bit pref]
Wed Apr 29 22:37:16 2020 0000376 [    5.053946] pci 0000:04:00.1: reg 0x20: [mem 0xfb400000-0xfb403fff 64bit pref]
Wed Apr 29 22:37:16 2020 0000377 [    5.069976] pci 0000:04:00.1: PME# supported from D0 D3hot D3cold
Wed Apr 29 22:37:16 2020 0000378 [    5.083946] pci 0000:04:00.1: reg 0x184: [mem 0xfb600000-0xfb603fff 64bit]
Wed Apr 29 22:37:16 2020 0000379 [    5.098936] pci 0000:04:00.1: VF(n) BAR0 space: [mem 0xfb600000-0xfb6fffff 64bit] (contains BAR0 for 64 VFs)
Wed Apr 29 22:37:16 2020 0000380 [    5.119940] pci 0000:04:00.1: reg 0x190: [mem 0xfb500000-0xfb503fff 64bit]
Wed Apr 29 22:37:16 2020 0000381 [    5.135936] pci 0000:04:00.1: VF(n) BAR3 space: [mem 0xfb500000-0xfb5fffff 64bit] (contains BAR3 for 64 VFs)
Wed Apr 29 22:37:16 2020 0000382 [    5.157042] pci 0000:00:02.2: PCI bridge to [bus 04-05]
Wed Apr 29 22:37:16 2020 0000383 [    5.168939] pci 0000:00:02.2:   bridge window [mem 0xfb500000-0xfb8fffff]
Wed Apr 29 22:37:16 2020 0000384 [    5.183938] pci 0000:00:02.2:   bridge window [mem 0xfb000000-0xfb4fffff 64bit pref]
Wed Apr 29 22:37:16 2020 0000385 [    5.201102] pci 0000:06:00.0: [1d9b:0012] type 00 class 0x078000
Wed Apr 29 22:37:16 2020 0000386 [    5.213953] pci 0000:06:00.0: reg 0x10: [mem 0xfbd00000-0xfbd7ffff]
Wed Apr 29 22:37:16 2020 0000387 [    5.228020] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot
Wed Apr 29 22:37:16 2020 0000388 [    5.242014] pci 0000:00:03.0: PCI bridge to [bus 06]
Wed Apr 29 22:37:16 2020 0000389 [    5.252940] pci 0000:00:03.0:   bridge window [mem 0xfbd00000-0xfbdfffff]
Wed Apr 29 22:37:16 2020 0000390 [    5.268093] pci 0000:00:03.1: PCI bridge to [bus 07]
Wed Apr 29 22:37:16 2020 0000391 [    5.279092] pci 0000:08:00.0: [1344:5410] type 00 class 0x010802
Wed Apr 29 22:37:16 2020 0000392 [    5.291952] pci 0000:08:00.0: reg 0x10: [mem 0xfbc00000-0xfbc03fff 64bit]
Wed Apr 29 22:37:16 2020 0000393 [    5.307061] pci 0000:00:03.2: PCI bridge to [bus 08]
Wed Apr 29 22:37:16 2020 0000394 [    5.317938] pci 0000:00:03.2:   bridge window [mem 0xfbc00000-0xfbcfffff]
Wed Apr 29 22:37:16 2020 0000395 [    5.333084] pci 0000:00:03.3: PCI bridge to [bus 09]
Wed Apr 29 22:37:16 2020 0000396 [    5.343981] pci 0000:00:1c.0: PCI bridge to [bus 0a]
Wed Apr 29 22:37:16 2020 0000397 [    5.355011] pci 0000:0b:00.0: [8086:1533] type 00 class 0x020000
Wed Apr 29 22:37:16 2020 0000398 [    5.367971] pci 0000:0b:00.0: reg 0x10: [mem 0xfba00000-0xfbafffff]
Wed Apr 29 22:37:16 2020 0000399 [    5.381962] pci 0000:0b:00.0: reg 0x18: [io  0xe000-0xe01f]
Wed Apr 29 22:37:16 2020 0000400 [    5.394948] pci 0000:0b:00.0: reg 0x1c: [mem 0xfbb00000-0xfbb03fff]
Wed Apr 29 22:37:16 2020 0000401 [    5.407974] pci 0000:0b:00.0: reg 0x30: [mem 0xfb900000-0xfb9fffff pref]
Wed Apr 29 22:37:16 2020 0000402 [    5.423037] pci 0000:0b:00.0: PME# supported from D0 D3hot D3cold
Wed Apr 29 22:37:16 2020 0000403 [    5.437031] pci 0000:00:1c.4: PCI bridge to [bus 0b]
Wed Apr 29 22:37:16 2020 0000404 [    5.447937] pci 0000:00:1c.4:   bridge window [io  0xe000-0xefff]
Wed Apr 29 22:37:16 2020 0000405 [    5.460938] pci 0000:00:1c.4:   bridge window [mem 0xfb900000-0xfbbfffff]
Wed Apr 29 22:37:16 2020 0000406 [    5.476683] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
Wed Apr 29 22:37:16 2020 0000407 [    5.490981] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12)
Wed Apr 29 22:37:16 2020 0000408 [    5.505979] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12)
Wed Apr 29 22:37:16 2020 0000409 [    5.519978] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12)
Wed Apr 29 22:37:16 2020 0000410 [    5.533978] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12) *0, disabled.
Wed Apr 29 22:37:16 2020 0000411 [    5.550978] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12) *0, disabled.
Wed Apr 29 22:37:16 2020 0000412 [    5.567978] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12) *0, disabled.
Wed Apr 29 22:37:16 2020 0000413 [    5.584978] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12) *0, disabled.
Wed Apr 29 22:37:16 2020 0000414 [    5.602109] vgaarb: loaded
Wed Apr 29 22:37:16 2020 0000415 [    5.608018] SCSI subsystem initialized
Wed Apr 29 22:37:16 2020 0000416 [    5.615955] ACPI: bus type USB registered
Wed Apr 29 22:37:16 2020 0000417 [    5.624950] usbcore: registered new interface driver usbfs
Wed Apr 29 22:37:16 2020 0000418 [    5.636942] usbcore: registered new interface driver hub
Wed Apr 29 22:37:16 2020 0000419 [    5.648957] usbcore: registered new device driver usb
Wed Apr 29 22:37:16 2020 0000420 [    5.659954] pps_core: LinuxPPS API ver. 1 registered
Wed Apr 29 22:37:16 2020 0000421 [    5.670935] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Wed Apr 29 22:37:16 2020 0000422 [    5.690937] PTP clock support registered
Wed Apr 29 22:37:16 2020 0000423 [    5.699961] EDAC MC: Ver: 3.0.0
Wed Apr 29 22:37:16 2020 0000424 [    5.707048] Registered efivars operations
Wed Apr 29 22:37:16 2020 0000425 [    5.723042] PCI: Using ACPI for IRQ routing
Wed Apr 29 22:37:16 2020 0000426 [    5.737461] NetLabel: Initializing
Wed Apr 29 22:37:16 2020 0000427 [    5.744936] NetLabel:  domain hash size = 128
Wed Apr 29 22:37:16 2020 0000428 [    5.754935] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Wed Apr 29 22:37:16 2020 0000429 [    5.766950] NetLabel:  unlabeled traffic allowed by default
Wed Apr 29 22:37:16 2020 0000430 [    5.778980] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Wed Apr 29 22:37:16 2020 0000431 [    5.792937] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Wed Apr 29 22:37:16 2020 0000432 [    5.807963] clocksource: Switched to clocksource tsc-early
Wed Apr 29 22:37:16 2020 0000433 [    5.832894] VFS: Disk quotas dquot_6.6.0
Wed Apr 29 22:37:16 2020 0000434 [    5.841568] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Wed Apr 29 22:37:16 2020 0000435 [    5.856813] pnp: PnP ACPI init
Wed Apr 29 22:37:16 2020 0000436 [    5.864157] system 00:01: [io  0x0500-0x057f] has been reserved
Wed Apr 29 22:37:16 2020 0000437 [    5.877229] system 00:01: [io  0x0400-0x047f] has been reserved
Wed Apr 29 22:37:16 2020 0000438 [    5.890299] system 00:01: [io  0x0580-0x059f] has been reserved
Wed Apr 29 22:37:16 2020 0000439 [    5.903368] system 00:01: [io  0x0600-0x061f] has been reserved
Wed Apr 29 22:37:16 2020 0000440 [    5.916438] system 00:01: [io  0x0ca2] has been reserved
Wed Apr 29 22:37:16 2020 0000441 [    5.928162] system 00:01: [io  0x0ca6] has been reserved
Wed Apr 29 22:37:16 2020 0000442 [    5.939886] system 00:01: [io  0x0ca8] has been reserved
Wed Apr 29 22:37:16 2020 0000443 [    5.951612] system 00:01: [io  0x0cac] has been reserved
Wed Apr 29 22:37:16 2020 0000444 [    5.963338] system 00:01: [io  0x0880-0x0883] has been reserved
Wed Apr 29 22:37:16 2020 0000445 [    5.976407] system 00:01: [io  0x0800-0x081f] has been reserved
Wed Apr 29 22:37:16 2020 0000446 [    5.989476] system 00:01: [mem 0xfed1c000-0xfed3ffff] could not be reserved
Wed Apr 29 22:37:16 2020 0000447 [    6.004852] system 00:01: [mem 0xfed45000-0xfed8bfff] has been reserved
Wed Apr 29 22:37:16 2020 0000448 [    6.019457] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
Wed Apr 29 22:37:16 2020 0000449 [    6.034063] system 00:01: [mem 0xfee00000-0xfeefffff] has been reserved
Wed Apr 29 22:37:16 2020 0000450 [    6.048670] system 00:01: [mem 0xfed12000-0xfed1200f] has been reserved
Wed Apr 29 22:37:16 2020 0000451 [    6.063275] system 00:01: [mem 0xfed12010-0xfed1201f] has been reserved
Wed Apr 29 22:37:16 2020 0000452 [    6.077881] system 00:01: [mem 0xfed1b000-0xfed1bfff] has been reserved
Wed Apr 29 22:37:16 2020 0000453 [    6.092932] pnp: PnP ACPI: found 4 devices
Wed Apr 29 22:37:16 2020 0000454 [    6.107656] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Wed Apr 29 22:37:16 2020 0000455 [    6.127275] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 0a] add_size 1000
Wed Apr 29 22:37:16 2020 0000456 [    6.145339] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0a] add_size 200000 add_align 100000
Wed Apr 29 22:37:16 2020 0000457 [    6.170702] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 0a] add_size 200000 add_align 100000
Wed Apr 29 22:37:16 2020 0000458 [    6.193958] pci 0000:00:1c.0: BAR 14: assigned [mem 0x90000000-0x901fffff]
Wed Apr 29 22:37:16 2020 0000459 [    6.209125] pci 0000:00:1c.0: BAR 15: assigned [mem 0x90200000-0x903fffff 64bit pref]
Wed Apr 29 22:37:16 2020 0000460 [    6.226422] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
Wed Apr 29 22:37:16 2020 0000461 [    6.240069] pci 0000:00:01.0: PCI bridge to [bus 01]
Wed Apr 29 22:37:16 2020 0000462 [    6.251030] pci 0000:00:01.1: PCI bridge to [bus 02]
Wed Apr 29 22:37:16 2020 0000463 [    6.261991] pci 0000:00:02.0: PCI bridge to [bus 03]
Wed Apr 29 22:37:16 2020 0000464 [    6.272948] pci 0000:00:02.0:   bridge window [mem 0xfbe00000-0xfbefffff]
Wed Apr 29 22:37:16 2020 0000465 [    6.287944] pci 0000:00:02.2: PCI bridge to [bus 04-05]
Wed Apr 29 22:37:16 2020 0000466 [    6.299479] pci 0000:00:02.2:   bridge window [mem 0xfb500000-0xfb8fffff]
Wed Apr 29 22:37:16 2020 0000467 [    6.314470] pci 0000:00:02.2:   bridge window [mem 0xfb000000-0xfb4fffff 64bit pref]
Wed Apr 29 22:37:16 2020 0000468 [    6.331576] pci 0000:00:03.0: PCI bridge to [bus 06]
Wed Apr 29 22:37:16 2020 0000469 [    6.342533] pci 0000:00:03.0:   bridge window [mem 0xfbd00000-0xfbdfffff]
Wed Apr 29 22:37:16 2020 0000470 [    6.357528] pci 0000:00:03.1: PCI bridge to [bus 07]
Wed Apr 29 22:37:16 2020 0000471 [    6.368490] pci 0000:00:03.2: PCI bridge to [bus 08]
Wed Apr 29 22:37:16 2020 0000472 [    6.379448] pci 0000:00:03.2:   bridge window [mem 0xfbc00000-0xfbcfffff]
Wed Apr 29 22:37:16 2020 0000473 [    6.394441] pci 0000:00:03.3: PCI bridge to [bus 09]
Wed Apr 29 22:37:16 2020 0000474 [    6.405402] pci 0000:00:1c.0: PCI bridge to [bus 0a]
Wed Apr 29 22:37:16 2020 0000475 [    6.416358] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
Wed Apr 29 22:37:16 2020 0000476 [    6.429814] pci 0000:00:1c.0:   bridge window [mem 0x90000000-0x901fffff]
Wed Apr 29 22:37:16 2020 0000477 [    6.444807] pci 0000:00:1c.0:   bridge window [mem 0x90200000-0x903fffff 64bit pref]
Wed Apr 29 22:37:16 2020 0000478 [    6.461914] pci 0000:00:1c.4: PCI bridge to [bus 0b]
Wed Apr 29 22:37:16 2020 0000479 [    6.472871] pci 0000:00:1c.4:   bridge window [io  0xe000-0xefff]
Wed Apr 29 22:37:16 2020 0000480 [    6.486328] pci 0000:00:1c.4:   bridge window [mem 0xfb900000-0xfbbfffff]
Wed Apr 29 22:37:16 2020 0000481 [    6.501324] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Wed Apr 29 22:37:16 2020 0000482 [    6.514969] pci_bus 0000:00: resource 5 [io  0x1000-0xffff window]
Wed Apr 29 22:37:16 2020 0000483 [    6.528616] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Wed Apr 29 22:37:16 2020 0000484 [    6.543797] pci_bus 0000:00: resource 7 [mem 0x90000000-0xfbffbfff window]
Wed Apr 29 22:37:16 2020 0000485 [    6.558980] pci_bus 0000:03: resource 1 [mem 0xfbe00000-0xfbefffff]
Wed Apr 29 22:37:16 2020 0000486 [    6.572817] pci_bus 0000:04: resource 1 [mem 0xfb500000-0xfb8fffff]
Wed Apr 29 22:37:16 2020 0000487 [    6.586654] pci_bus 0000:04: resource 2 [mem 0xfb000000-0xfb4fffff 64bit pref]
Wed Apr 29 22:37:16 2020 0000488 [    6.602605] pci_bus 0000:06: resource 1 [mem 0xfbd00000-0xfbdfffff]
Wed Apr 29 22:37:16 2020 0000489 [    6.616445] pci_bus 0000:08: resource 1 [mem 0xfbc00000-0xfbcfffff]
Wed Apr 29 22:37:16 2020 0000490 [    6.630284] pci_bus 0000:0a: resource 0 [io  0x1000-0x1fff]
Wed Apr 29 22:37:16 2020 0000491 [    6.642585] pci_bus 0000:0a: resource 1 [mem 0x90000000-0x901fffff]
Wed Apr 29 22:37:16 2020 0000492 [    6.656423] pci_bus 0000:0a: resource 2 [mem 0x90200000-0x903fffff 64bit pref]
Wed Apr 29 22:37:16 2020 0000493 [    6.672374] pci_bus 0000:0b: resource 0 [io  0xe000-0xefff]
Wed Apr 29 22:37:16 2020 0000494 [    6.684674] pci_bus 0000:0b: resource 1 [mem 0xfb900000-0xfbbfffff]
Wed Apr 29 22:37:16 2020 0000495 [    6.698676] NET: Registered protocol family 2
Wed Apr 29 22:37:16 2020 0000496 [    6.708450] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes)
Wed Apr 29 22:37:16 2020 0000497 [    6.726241] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
Wed Apr 29 22:37:16 2020 0000498 [    6.742865] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Wed Apr 29 22:37:16 2020 0000499 [    6.757789] TCP: Hash tables configured (established 262144 bind 65536)
Wed Apr 29 22:37:16 2020 0000500 [    6.772444] UDP hash table entries: 16384 (order: 7, 524288 bytes)
Wed Apr 29 22:37:16 2020 0000501 [    6.786175] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
Wed Apr 29 22:37:16 2020 0000502 [    6.800891] NET: Registered protocol family 1
Wed Apr 29 22:37:16 2020 0000503 [    6.810508] NET: Registered protocol family 44
Wed Apr 29 22:37:16 2020 0000504 [    6.837122] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x644 took 16094 usecs
Wed Apr 29 22:37:16 2020 0000505 [    6.853484] pci 0000:04:00.0: CLS mismatch (64 != 32), using 64 bytes
Wed Apr 29 22:37:16 2020 0000506 [    6.867750] Trying to unpack rootfs image as initramfs...
Wed Apr 29 22:37:16 2020 0000507 [    7.322156] Freeing initrd memory: 24704K
Wed Apr 29 22:37:16 2020 0000508 [    7.339958] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Wed Apr 29 22:37:16 2020 0000509 [    7.354170] software IO TLB: mapped [mem 0x702a2000-0x742a2000] (64MB)
Wed Apr 29 22:37:16 2020 0000510 [    7.382409] Initialise system trusted keyrings
Wed Apr 29 22:37:16 2020 0000511 [    7.392225] Key type blacklist registered
Wed Apr 29 22:37:16 2020 0000512 [    7.401099] workingset: timestamp_bits=36 max_order=23 bucket_order=0
Wed Apr 29 22:37:16 2020 0000513 [    7.416755] zbud: loaded
Wed Apr 29 22:37:16 2020 0000514 [    7.422810] Platform Keyring initialized
Wed Apr 29 22:37:16 2020 0000515 [    7.432806] NET: Registered protocol family 38
Wed Apr 29 22:37:16 2020 0000516 [    7.442611] Key type asymmetric registered
Wed Apr 29 22:37:16 2020 0000517 [    7.451647] Asymmetric key parser 'x509' registered
Wed Apr 29 22:37:16 2020 0000518 [    7.462416] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Wed Apr 29 22:37:16 2020 0000519 [    7.478785] io scheduler mq-deadline registered
Wed Apr 29 22:37:16 2020 0000520 [    7.488781] io scheduler kyber registered
Wed Apr 29 22:37:16 2020 0000521 [    7.497662] io scheduler bfq registered
Wed Apr 29 22:37:16 2020 0000522 [    7.506199] atomic64_test: passed for x86-64 platform with CX8 and with SSE
Wed Apr 29 22:37:16 2020 0000523 [    7.521895] pcieport 0000:00:01.0: PME: Signaling with IRQ 25
Wed Apr 29 22:37:16 2020 0000524 [    7.534632] pcieport 0000:00:01.0: AER: enabled with IRQ 25
Wed Apr 29 22:37:16 2020 0000525 [    7.547136] pcieport 0000:00:01.1: PME: Signaling with IRQ 26
Wed Apr 29 22:37:16 2020 0000526 [    7.559870] pcieport 0000:00:01.1: AER: enabled with IRQ 26
Wed Apr 29 22:37:16 2020 0000527 [    7.572366] pcieport 0000:00:02.0: PME: Signaling with IRQ 28
Wed Apr 29 22:37:16 2020 0000528 [    7.585116] pcieport 0000:00:02.0: AER: enabled with IRQ 28
Wed Apr 29 22:37:16 2020 0000529 [    7.597597] pcieport 0000:00:02.2: PME: Signaling with IRQ 29
Wed Apr 29 22:37:16 2020 0000530 [    7.610331] pcieport 0000:00:02.2: AER: enabled with IRQ 29
Wed Apr 29 22:37:16 2020 0000531 [    7.622819] pcieport 0000:00:03.0: PME: Signaling with IRQ 31
Wed Apr 29 22:37:16 2020 0000532 [    7.635552] pcieport 0000:00:03.0: AER: enabled with IRQ 31
Wed Apr 29 22:37:16 2020 0000533 [    7.648040] pcieport 0000:00:03.1: PME: Signaling with IRQ 32
Wed Apr 29 22:37:16 2020 0000534 [    7.660769] pcieport 0000:00:03.1: AER: enabled with IRQ 32
Wed Apr 29 22:37:16 2020 0000535 [    7.673302] pcieport 0000:00:03.2: PME: Signaling with IRQ 33
Wed Apr 29 22:37:16 2020 0000536 [    7.686039] pcieport 0000:00:03.2: AER: enabled with IRQ 33
Wed Apr 29 22:37:16 2020 0000537 [    7.698545] pcieport 0000:00:03.3: PME: Signaling with IRQ 34
Wed Apr 29 22:37:16 2020 0000538 [    7.711276] pcieport 0000:00:03.3: AER: enabled with IRQ 34
Wed Apr 29 22:37:16 2020 0000539 [    7.723743] pcieport 0000:00:1c.0: PME: Signaling with IRQ 35
Wed Apr 29 22:37:16 2020 0000540 [    7.736454] pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
Wed Apr 29 22:37:16 2020 0000541 [    7.764315] pcieport 0000:00:1c.4: PME: Signaling with IRQ 36
Wed Apr 29 22:37:16 2020 0000542 [    7.777081] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Wed Apr 29 22:37:16 2020 0000543 [    7.792634] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Wed Apr 29 22:37:16 2020 0000544 [    7.811075] ACPI: Power Button [PWRB]
Wed Apr 29 22:37:16 2020 0000545 [    7.819182] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Wed Apr 29 22:37:16 2020 0000546 [    7.835526] ACPI: Power Button [PWRF]
Wed Apr 29 22:37:16 2020 0000547 [    7.844926] ERST: Error Record Serialization Table (ERST) support is initialized.
Wed Apr 29 22:37:16 2020 0000548 [    7.861456] pstore: Registered erst as persistent store backend
Wed Apr 29 22:37:16 2020 0000549 [    7.874717] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
Wed Apr 29 22:37:16 2020 0000550 [    7.891180] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Wed Apr 29 22:37:16 2020 0000551 [    7.925293] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Wed Apr 29 22:37:16 2020 0000552 [    7.961762] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
Wed Apr 29 22:37:16 2020 0000553 [    7.978363] Non-volatile memory driver v1.3
Wed Apr 29 22:37:16 2020 0000554 [    7.987651] Linux agpgart interface v0.103
Wed Apr 29 22:37:16 2020 0000555 [    8.001081] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0x1B, rev-id 16)
Wed Apr 29 22:37:16 2020 0000556 [    8.033785] rdac: device handler registered
Wed Apr 29 22:37:16 2020 0000557 [    8.043087] hp_sw: device handler registered
Wed Apr 29 22:37:16 2020 0000558 [    8.052509] emc: device handler registered
Wed Apr 29 22:37:16 2020 0000559 [    8.061616] alua: device handler registered
Wed Apr 29 22:37:16 2020 0000560 [    8.070875] libphy: Fixed MDIO Bus: probed
Wed Apr 29 22:37:16 2020 0000561 [    8.079988] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Wed Apr 29 22:37:16 2020 0000562 [    8.094405] ehci-pci: EHCI PCI platform driver
Wed Apr 29 22:37:16 2020 0000563 [    8.104379] ehci-pci 0000:00:1d.0: EHCI Host Controller
Wed Apr 29 22:37:16 2020 0000564 [    8.115991] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
Wed Apr 29 22:37:16 2020 0000565 [    8.132337] ehci-pci 0000:00:1d.0: debug port 2
Wed Apr 29 22:37:16 2020 0000566 [    8.146241] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
Wed Apr 29 22:37:16 2020 0000567 [    8.161244] ehci-pci 0000:00:1d.0: irq 18, io mem 0xfbf12000
Wed Apr 29 22:37:16 2020 0000568 [    8.179974] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Wed Apr 29 22:37:16 2020 0000569 [    8.192705] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
Wed Apr 29 22:37:16 2020 0000570 [    8.210963] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Wed Apr 29 22:37:16 2020 0000571 [    8.226914] usb usb1: Product: EHCI Host Controller
Wed Apr 29 22:37:16 2020 0000572 [    8.237680] usb usb1: Manufacturer: Linux 5.2.21 ehci_hcd
Wed Apr 29 22:37:16 2020 0000573 [    8.249597] usb usb1: SerialNumber: 0000:00:1d.0
Wed Apr 29 22:37:16 2020 0000574 [    8.259907] hub 1-0:1.0: USB hub found
Wed Apr 29 22:37:16 2020 0000575 [    8.268182] hub 1-0:1.0: 2 ports detected
Wed Apr 29 22:37:16 2020 0000576 [    8.277121] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Wed Apr 29 22:37:16 2020 0000577 [    8.290777] ohci-pci: OHCI PCI platform driver
Wed Apr 29 22:37:16 2020 0000578 [    8.300600] uhci_hcd: USB Universal Host Controller Interface driver
Wed Apr 29 22:37:16 2020 0000579 [    8.314792] xhci_hcd 0000:00:14.0: xHCI Host Controller
Wed Apr 29 22:37:16 2020 0000580 [    8.326400] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Wed Apr 29 22:37:16 2020 0000581 [    8.343793] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
Wed Apr 29 22:37:16 2020 0000582 [    8.363972] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Wed Apr 29 22:37:16 2020 0000583 [    8.379103] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
Wed Apr 29 22:37:16 2020 0000584 [    8.386951] tsc: Refined TSC clocksource calibration: 2199.998 MHz
Wed Apr 29 22:37:16 2020 0000585 [    8.397362] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Wed Apr 29 22:37:16 2020 0000586 [    8.411014] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fb63109b96, max_idle_ns: 440795265316 ns
Wed Apr 29 22:37:16 2020 0000587 [    8.426961] usb usb2: Product: xHCI Host Controller
Wed Apr 29 22:37:16 2020 0000588 [    8.459824] usb usb2: Manufacturer: Linux 5.2.21 xhci-hcd
Wed Apr 29 22:37:16 2020 0000589 [    8.471744] usb usb2: SerialNumber: 0000:00:14.0
Wed Apr 29 22:37:16 2020 0000590 [    8.481945] clocksource: Switched to clocksource tsc
Wed Apr 29 22:37:16 2020 0000591 [    8.482053] hub 2-0:1.0: USB hub found
Wed Apr 29 22:37:16 2020 0000592 [    8.501180] hub 2-0:1.0: 8 ports detected
Wed Apr 29 22:37:16 2020 0000593 [    8.510669] xhci_hcd 0000:00:14.0: xHCI Host Controller
Wed Apr 29 22:37:16 2020 0000594 [    8.522264] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
Wed Apr 29 22:37:16 2020 0000595 [    8.538604] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Wed Apr 29 22:

Reviewed By: tao-ren

fbshipit-source-id: c7a9a931aa
facebook-github-bot pushed a commit that referenced this issue May 19, 2021
Summary:
PSU devices cannot be detected on fboss12719856-oob.snc1 because PSU bus
and address is not correct in the current psumuxmon.py.

Here is the correct PSU address mapping described in Wedge100 Hardware
Specification:
  - PSU1: connected to i2c-mux channel #2 (15-0059)
  - PSU2: connected to i2c-mux channel #1 (14-005a)

Test Plan:
1) log on fboss12719856-oob.snc1 without fix:
   - https://www.internalfb.com/phabricator/paste/view/P415749225
2) log on fboss12719856-oob.snc1 with the fix:
   - https://www.internalfb.com/phabricator/paste/view/P415749307
3) log on wedge100 with 2 AC PSUs:
   - https://www.internalfb.com/intern/paste/P415750974/

Reviewed By: joancaneus

fbshipit-source-id: cd48537cb6
zzzoie referenced this issue in delta-sw103/openbmc Jun 8, 2021
Summary:
PSU devices cannot be detected on fboss12719856-oob.snc1 because PSU bus
and address is not correct in the current psumuxmon.py.

Here is the correct PSU address mapping described in Wedge100 Hardware
Specification:
  - PSU1: connected to i2c-mux channel #2 (15-0059)
  - PSU2: connected to i2c-mux channel #1 (14-005a)

Test Plan:
1) log on fboss12719856-oob.snc1 without fix:
   - https://www.internalfb.com/phabricator/paste/view/P415749225
2) log on fboss12719856-oob.snc1 with the fix:
   - https://www.internalfb.com/phabricator/paste/view/P415749307
3) log on wedge100 with 2 AC PSUs:
   - https://www.internalfb.com/intern/paste/P415750974/

Reviewed By: joancaneus

fbshipit-source-id: cd48537cb6
facebook-github-bot pushed a commit that referenced this issue Jun 25, 2021
Summary: asincify compute specific routes batch 1

Test Plan:
## /api/fans
`] curl -w '%{time_total} %{time_connect} %{time_appconnect}' -s -k  https://rtptest005-oob.ftw3:8443/api/fans`
```
{"Information": ["Fan 0 Speed: 2893 RPM (24%)", "Fan 1 Speed: 2889 RPM (24%)", "Fan Mode: 0", "FSCD Driver:linear_inlet(spb:sp_inlet_temp)", "Sensor Fail: 0", "Fan Fail: 0", "Platform Specific: 0"], "Resources": [], "Actions": []}
22,478230 0,101860 0,788877
```

## /api/mezz
`] time curl -w '%{time_total} %{time_connect} %{time_appconnect}' -s -k  https://rtptest005-oob.ftw3:8443/api/mezz`
```
{"Information": {"Description": "FBY2 Mezzanine Card"}, "Resources": ["fruid", "logs", "sensors"], "Actions": []}
9,826903 0,101882 1,080027
```

`] time curl -w '%{time_total} %{time_connect} %{time_appconnect}' -s -k  https://rtptest005-oob.ftw3:8443/api/mezz/fruid`
```
{"Information": {"Board Mfg": "Mellanox", "Product Part Number": "MCX4431N-GCAN_FB", "Board FRU ID": "FRU Ver 0.01", "Board Serial": "MT1904K15906", "Product Custom Data 3": "ConnectX-4 Lx", "Product Serial": "MT1904K15906", "Board Part Number": "MCX4431N-GCAN_FB", "Product Custom Data 2": "DVT", "Board Product": "Mellanox-ConnectX-4 Lx", "Product Manufacturer": "Mellanox", "Board Mfg Date": "Mon Jan 28 20:02:00 2019", "Product Version": "A3", "Product Name": "Mellanox-ConnectX-4 Lx"}, "Resources": [], "Actions": []}
8,162040 0,100807 0,468630
```

`] time curl -w '%{time_total} %{time_connect} %{time_appconnect}' -s -k  https://rtptest005-oob.ftw3:8443/api/mezz/sensors`
```
{"Information": {"PORT_0_LINK_STATE (PLDM)": {"value": "Normal"}, "MEZZ_SENSOR_TEMP": {"value": "60.00"}, "NIC_SOC_TEMP (PLDM)": {"value": "60.00"}, "NIC_HEALTH_STATE (PLDM)": {"value": "Normal"}, "PORT_0_TEMP (PLDM)": {"value": "0.00"}, "PORT_0_LINK_SPEED (PLDM)": {"value": "0.00"}}, "Resources": [], "Actions": ["history-clear"]}
19,088600 0,104294 12,194248
```

`] time curl -w '%{time_total} %{time_connect} %{time_appconnect}' -s -k  https://rtptest005-oob.ftw3:8443/api/mezz/logs`
P425564318

## /api/sensors
`] curl -w '%{time_total} %{time_connect} %{time_appconnect}' -s -k  https://rtptest005-oob.ftw3:8443/api/sensors`
P425564566

## /api/server(X)/bios
```
➜  ~ curl -k  https://rtptest005-oob.ftw3:8443/api/server1/bios
{"Resources": ["boot-order", "plat-info", "postcode"], "Information": {"Description": "BIOS Information"}, "Actions": []}%
```
## /api/server(X)/bios/boot_order
```
curl -k  https://rtptest005-oob.ftw3:8443/api/server1/bios/boot-order
{"Resources": ["boot_mode", "boot_order", "clear_cmos", "force_boot_bios_setup"], "Actions": [], "Information": {"Description": "BIOS Boot Order Information"}}%
```
## /api/server(X)/bios/boot-order/boot_order
```
curl -k  https://rtptest005-oob.ftw3:8443/api/server1/bios/boot-order/boot_order
{"Resources": [], "Actions": ["set", "disable"], "Information": {"Boot Order": "USB Device, USB Device, USB Device, USB Device, USB Device", "Note #2: Boot Order No.": "{ 0: 'USB Device', 1: 'IPv4 Network', 9: 'IPv6 Network', 2: 'SATA HDD', 3: 'SATA-CDROM', 4: 'Other Removalbe Device', 255: 'Reserved' }", "Note #1: Actions Format:": "{'action': 'set', '1st': <1st_no>, '2nd': <2nd_no>, '3rd': <3rd_no>, '4th': <4th_no>, '5th': <5th_no>}"}}%
```
## /api/server(X)/bios/boot-order/boot_mode
```
➜  openbmc git:(restrouter) ✗ curl -k  https://rtptest005-oob.ftw3:8443/api/server1/bios/boot-order/boot_mode
{"Resources": [], "Actions": ["set"], "Information": {"Note #1: Actions Format:": "{ 'action': 'set', 'mode': {0,1} }", "Boot Mode": "Legacy", "Note #2: Boot Mode No.": "{ 0: 'Legacy', 1: 'UEFI' }"}}%
➜  openbmc git:(restrouter) ✗
```
## /api/server(X)/bios/boot-order/clear_cmos

```
➜  openbmc git:(restrouter) ✗ curl -k  https://rtptest005-oob.ftw3:8443/api/server1/bios/boot-order/clear_cmos
{"Resources": [], "Actions": ["enable", "disable"], "Information": {"Clear CMOS Function": "Disabled"}}%
```

## /api/server(X)/bios/boot-order/clear_cmos
```
➜  openbmc git:(restrouter) ✗ curl -k  https://rtptest005-oob.ftw3:8443/api/server1/bios/boot-order/force_boot_bios_setup
{"Resources": [], "Actions": ["enable", "disable"], "Information": {"Force Boot to BIOS Setup Function": "Disabled"}}%
```
## /api/server(X)/bios/plat-info
```
➜  openbmc git:(restrouter) ✗ curl -k  https://rtptest005-oob.ftw3:8443/api/server1/bios/plat-info
{"Resources": [], "Actions": [], "Information": {"Platform Information": ["Presense: Present", "Non Test Board", "SKU: Yosemite V2", "Slot Index: 1", "PCIe Configuration:4x Twin Lakes"]}}%
```
## /api/server(X)/bios/postcode

```
➜  openbmc git:(restrouter) ✗ curl -k  https://rtptest005-oob.ftw3:8443/api/server1/bios/postcode
{"Resources": [], "Actions": [], "Information": {"POST Code": "00 00 00 00 E3 E3 E3 AA 84 A0 B1 78 AD D9 78 AD D9 78 AD 92 92 92 99 92 9C 9D 98 B2 97 92 92 92 92 D5 91 99 92 92 92 EF 96 95 94 94 94 94 94 94 94 94 92 91 D4 D3 D2 D1 D0 79 70 68 78 9A 61 4F EE ED EC EB E9 E8 E7 E6 BF BC B7 BB B9 BA B9 B9 B9 B9 B9 B8 B7 BE B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B7 B6 B7 B6 B7 B7 B6 B6 B6 B6 B3 B3 B3 B3 B2 B4 B1 B0 B0 E5 E3 E4 E1 E0 AF AE AA A9 A9 A8 A7 A7 A7 A9 A7 A3 A3 A1 19 06 05 04 03 02 01"}}%
```

Reviewed By: amithash

fbshipit-source-id: 42e0bf8f4c
facebook-github-bot pushed a commit that referenced this issue Oct 26, 2021
Summary:
It was reported on Northdome that certain invocations of `fruid-util`
could result in an error such as:
```
    malloc(): invalid size(unsorted)
```
Looking at the glibc source code this appears to be a buffer-overrun
resulting in corruption of the buddy information in the heap allocation.

I visually inspected the code and found two instances where strings were
not properly NUL-terminated.  I then hacked at the executable to get it
to compile on an x86-64 system so I could run the tool against an EEPROM
capture that was reported to cause the problem.  I enabled GCC's ASAN
and it identified the following problem:

```
$ gcc recipes-lib/fruid/files/fruid.c recipes-core/fruid/files/fruid-util.c \
    -Irecipes-lib/fruid/files -Irecipes-lib/ipmi/files \
    -Irecipes-lib/obmc-pal/files -ljansson -O1 -g -fsanitize=address

$ ./a.out slot1 --modify --CCD1 9KF8120U10147 5.bin
=================================================================
==166643==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x6020000003cf at pc 0x55c4c24403db bp 0x7ffc2cb11cf0 sp 0x7ffc2cb11ce0
READ of size 1 at 0x6020000003cf thread T0
    #0 0x55c4c24403da in rtrim recipes-core/fruid/files/fruid-util.c:70
    #1 0x55c4c2440e7d in fruid_trim recipes-core/fruid/files/fruid-util.c:87
    #2 0x55c4c2440e7d in get_fruid_info recipes-core/fruid/files/fruid-util.c:511
    #3 0x55c4c2444ad7 in do_action recipes-core/fruid/files/fruid-util.c:1148
    #4 0x55c4c2444fe3 in main recipes-core/fruid/files/fruid-util.c:1273
    #5 0x7fd8bd86b7fc in __libc_start_main (/lib64/libc.so.6+0x237fc)
    #6 0x55c4c2436459 in _start (/home/apwillia/local/sync/fbopenbmc/common/a.out+0x7459)

0x6020000003cf is located 1 bytes to the left of 2-byte region [0x6020000003d0,0x6020000003d2)
allocated by thread T0 here:
    #0 0x7fd8bdacd777 in __interceptor_malloc (/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/libasan.so.6+0xb6777)
    #1 0x55c4c2436b4f in _fruid_area_field_read recipes-lib/fruid/files/fruid.c:192

AddressSanitizer: heap-buffer-overflow recipes-core/fruid/files/fruid-util.c:70 in rtrim
```

Through some additional debug I determined that the `chassis.custom2`
field in this EEPROM was initialized with 0's.  This causes
`_fruid_area_field_read` to interpret the data as {TYPE_BINARY, len 0}
for which it allocates a 1-byte NUL-terminated string.  Later on the
`rtrim` function does not correctly handle strings where `strlen` is 0
without causing corruption past the end of the string.  Added a case to
skip `rtrim` when the string is 0-bytes long.

After this was resolved, ASAN identified another problem:
```
$ ./a.out slot1 --modify --CCD1 9KF8120U10147 5.bin
=================================================================
==170880==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x611000000110 at pc 0x7fa7c0d8481b bp 0x7fffe02a33c0 sp 0x7fffe02a2b68
WRITE of size 14 at 0x611000000110 thread T0
    #0 0x7fa7c0d8481a in __interceptor_memcpy (/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/libasan.so.6+0x3a81a)
    #1 0x55dd7892aced in memcpy /usr/include/bits/string_fortified.h:29
    #2 0x55dd7892aced in fruid_modify recipes-lib/fruid/files/fruid.c:1852
    #3 0x55dd7892fb2c in do_action recipes-core/fruid/files/fruid-util.c:1148
    #4 0x55dd78930062 in main recipes-core/fruid/files/fruid-util.c:1278
    #5 0x7fa7c0b9e7fc in __libc_start_main (/lib64/libc.so.6+0x237fc)
    #6 0x55dd78921459 in _start (/home/apwillia/local/sync/fbopenbmc/common/a.out+0x7459)

0x611000000110 is located 0 bytes to the right of 208-byte region [0x611000000040,0x611000000110)
allocated by thread T0 here:
    #0 0x7fa7c0e00777 in __interceptor_malloc (/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/libasan.so.6+0xb6777)
    #1 0x55dd78927e9d in fruid_modify recipes-lib/fruid/files/fruid.c:1618
```

The source of this issue is found when adding a new optional field, such
as `CCD1`, it can cause an entirely new section (ex. `chassis`) to be
added with all of its optional fields becoming 1-byte type/len entries.
In order to prevent a buffer overrun when creating the modified EEPROM
image, we need to account for these additional optional fields.
Over-estimate this size by adding an allocation for all optional fields
in the entire image.

Test Plan: Fix issues and confirm ASAN no longer reports problems.

Reviewed By: amithash

fbshipit-source-id: 6729ce2a43
zzzoie referenced this issue in delta-sw103/openbmc Nov 9, 2021
Summary:
It was reported on Northdome that certain invocations of `fruid-util`
could result in an error such as:
```
    malloc(): invalid size(unsorted)
```
Looking at the glibc source code this appears to be a buffer-overrun
resulting in corruption of the buddy information in the heap allocation.

I visually inspected the code and found two instances where strings were
not properly NUL-terminated.  I then hacked at the executable to get it
to compile on an x86-64 system so I could run the tool against an EEPROM
capture that was reported to cause the problem.  I enabled GCC's ASAN
and it identified the following problem:

```
$ gcc recipes-lib/fruid/files/fruid.c recipes-core/fruid/files/fruid-util.c \
    -Irecipes-lib/fruid/files -Irecipes-lib/ipmi/files \
    -Irecipes-lib/obmc-pal/files -ljansson -O1 -g -fsanitize=address

$ ./a.out slot1 --modify --CCD1 9KF8120U10147 5.bin
=================================================================
==166643==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x6020000003cf at pc 0x55c4c24403db bp 0x7ffc2cb11cf0 sp 0x7ffc2cb11ce0
READ of size 1 at 0x6020000003cf thread T0
    #0 0x55c4c24403da in rtrim recipes-core/fruid/files/fruid-util.c:70
    #1 0x55c4c2440e7d in fruid_trim recipes-core/fruid/files/fruid-util.c:87
    #2 0x55c4c2440e7d in get_fruid_info recipes-core/fruid/files/fruid-util.c:511
    #3 0x55c4c2444ad7 in do_action recipes-core/fruid/files/fruid-util.c:1148
    #4 0x55c4c2444fe3 in main recipes-core/fruid/files/fruid-util.c:1273
    #5 0x7fd8bd86b7fc in __libc_start_main (/lib64/libc.so.6+0x237fc)
    #6 0x55c4c2436459 in _start (/home/apwillia/local/sync/fbopenbmc/common/a.out+0x7459)

0x6020000003cf is located 1 bytes to the left of 2-byte region [0x6020000003d0,0x6020000003d2)
allocated by thread T0 here:
    #0 0x7fd8bdacd777 in __interceptor_malloc (/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/libasan.so.6+0xb6777)
    #1 0x55c4c2436b4f in _fruid_area_field_read recipes-lib/fruid/files/fruid.c:192

AddressSanitizer: heap-buffer-overflow recipes-core/fruid/files/fruid-util.c:70 in rtrim
```

Through some additional debug I determined that the `chassis.custom2`
field in this EEPROM was initialized with 0's.  This causes
`_fruid_area_field_read` to interpret the data as {TYPE_BINARY, len 0}
for which it allocates a 1-byte NUL-terminated string.  Later on the
`rtrim` function does not correctly handle strings where `strlen` is 0
without causing corruption past the end of the string.  Added a case to
skip `rtrim` when the string is 0-bytes long.

After this was resolved, ASAN identified another problem:
```
$ ./a.out slot1 --modify --CCD1 9KF8120U10147 5.bin
=================================================================
==170880==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x611000000110 at pc 0x7fa7c0d8481b bp 0x7fffe02a33c0 sp 0x7fffe02a2b68
WRITE of size 14 at 0x611000000110 thread T0
    #0 0x7fa7c0d8481a in __interceptor_memcpy (/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/libasan.so.6+0x3a81a)
    #1 0x55dd7892aced in memcpy /usr/include/bits/string_fortified.h:29
    #2 0x55dd7892aced in fruid_modify recipes-lib/fruid/files/fruid.c:1852
    #3 0x55dd7892fb2c in do_action recipes-core/fruid/files/fruid-util.c:1148
    #4 0x55dd78930062 in main recipes-core/fruid/files/fruid-util.c:1278
    #5 0x7fa7c0b9e7fc in __libc_start_main (/lib64/libc.so.6+0x237fc)
    #6 0x55dd78921459 in _start (/home/apwillia/local/sync/fbopenbmc/common/a.out+0x7459)

0x611000000110 is located 0 bytes to the right of 208-byte region [0x611000000040,0x611000000110)
allocated by thread T0 here:
    #0 0x7fa7c0e00777 in __interceptor_malloc (/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/libasan.so.6+0xb6777)
    #1 0x55dd78927e9d in fruid_modify recipes-lib/fruid/files/fruid.c:1618
```

The source of this issue is found when adding a new optional field, such
as `CCD1`, it can cause an entirely new section (ex. `chassis`) to be
added with all of its optional fields becoming 1-byte type/len entries.
In order to prevent a buffer overrun when creating the modified EEPROM
image, we need to account for these additional optional fields.
Over-estimate this size by adding an allocation for all optional fields
in the entire image.

Test Plan: Fix issues and confirm ASAN no longer reports problems.

Reviewed By: amithash

fbshipit-source-id: 6729ce2a43
facebook-github-bot pushed a commit that referenced this issue Aug 17, 2022
Summary:
This lets us simulate a bus hang (SCL low timeout).

fbpkg: openbmc.qemu:cb45509

Test Plan:
```
<boot fbttn image before kernel 4.1 fix D35509238 was made>
(qemu) qom-set /machine/soc/i2c/bus[12] scl-timeout true
root@bmc-oob:~# sensors
ast_adc-isa-0000
Adapter: ISA adapter
XP12V:          +7.99 V
XP5V:           +3.38 V
XP3R3V:         +2.16 V
XP2R5V:         +1.21 V
XP1R2V:         +1.68 V
XP1R15V:        +0.91 V
XP12V uServer:  +0.90 V
VCC XP5V:       +2.19 V

ast_pwm-isa-0000
Adapter: ISA adapter
Fan 1:          0 RPM
pwm1_en:           0%
pwm2_en:           0%
pwm3_en:           0%
pwm4_en:           0%
pwm5_en:           0%
pwm6_en:           0%
pwm7_en:           0%

tmp421-i2c-12-1f
Adapter: ast_i2c.12
[   68.603346] ast-i2c ast-i2c.12: SCL LOW detected with sts = 4041, slave mode: 0
[   68.603656] ast-i2c ast-i2c.12: ERROR!! I2C(12) bus hanged, try to recovery it!
[   68.603866] ast-i2c ast-i2c.12: I2C's slave is dead, try to recover it
[   68.604063] ast-i2c ast-i2c.12: slave reset triggered
[   68.604218] ast-i2c ast-i2c.12: slave reset retry0
[   68.604462] BUG: scheduling while atomic: sensors/1556/0x00010000
[   68.604631] Modules linked in: pmbus gpio_pca953x tmp421 adm1275 pmbus_core at24 lm75 ext3 jbd ext4 jbd2
[   68.605091] CPU: 0 PID: 1556 Comm: sensors Not tainted 4.1.51 #2
[   68.605266] Hardware name: AST-G5
[   68.605415] BMC call trace: CPU: 0 PID: 1556 Comm: sensors Not tainted 4.1.51 #2. Hardware name: AST-G5
[   68.606101] [<c0013a28>] (unwind_backtrace) from [<c0011c18>] (show_stack+0x10/0x14)
[   68.606387] [<c0011c18>] (show_stack) from [<c0037e48>] (__schedule_bug+0x44/0x60)
[   68.606593] [<c0037e48>] (__schedule_bug) from [<c0327b94>] (__schedule+0x31c/0x388)
[   68.606834] [<c0327b94>] (__schedule) from [<c0327c40>] (schedule+0x40/0x98)
[   68.607016] [<c0327c40>] (schedule) from [<c0329bc8>] (schedule_timeout+0xe0/0x164)
[   68.607221] [<c0329bc8>] (schedule_timeout) from [<c032876c>] (wait_for_common+0x90/0x134)
```

Reviewed By: garnermic

fbshipit-source-id: 2c4745f60daac7bfb6b10285f06725ec622bd81c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants