Giter Club home page Giter Club logo

kernel's Introduction

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.

kernel's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kernel's Issues

Bug in Mali GPU driver? NULL pointer dereference when only one regulator

@finley1226 @ZHEN Chen @rkhuangtao Does the official kernel linux-5.10-gen-rkr3.4 branch also suffers from the bug show in
MALI: bifrost: Add memory regulator support?

MALI: bifrost: Fix NULL pointer dereference when only one regulator
Unable to handle kernel NULL pointer dereference at virtual address 0000000000000078
Mem abort info:
  ESR = 0x96000005
  EC = 0x25: DABT (current EL), IL = 32 bits
  SET = 0, FnV = 0
  EA = 0, S1PTW = 0
Data abort info:
  ISV = 0, ISS = 0x00000005
  CM = 0, WnR = 0
[0000000000000078] user address but active_mm is swapper
Internal error: Oops: 96000005 [https://github.com/Fruit-Pi/kernel/issues/1] PREEMPT SMP

优化风扇曲线

增加多个温控结点,让风扇在60度之前就进入低转速的工作模式
目前先只关注6.1分支上的产品

Issue with DSI (RPi 7" LCD) display touch interface

Hello,
I'm trying to make the official Raspberry Pi display to work on Radxa Rock 4B+. The image over DSI wotk correctly, but touch interface is somehow buggy. Driver raspits_ft5426 is loaded but only many errors are logged. Touch does not work.

raspits-ft5426: raspits_ft5426_probe: address = 0x38
input: fts_ts as /devices/platform/ff110000.i2c/i2c-1/1-0038/input/input6
raspits-ft5426: fts_i2c_read: i2c read error, -6
raspits-ft5426: raspits_ft5426_work: checking touch ic, countdown: 8
raspits-ft5426: fts_i2c_read: i2c read error, -6
raspits-ft5426: raspits_ft5426_work: checking touch ic, countdown: 7
raspits-ft5426: fts_i2c_read: i2c read error, -6
raspits-ft5426: raspits_ft5426_work: checking touch ic, countdown: 6
raspits-ft5426: fts_i2c_read: i2c read error, -6
raspits-ft5426: raspits_ft5426_work: checking touch ic, countdown: 5
raspits-ft5426: fts_check_fw_ver: Firmware version = 0.0.0
raspits-ft5426: fts_i2c_read: i2c read error, -6
raspits-ft5426: fts_read_td_status: get reg td_status failed, -6
raspits-ft5426: fts_i2c_read: i2c read error, -6
raspits-ft5426: fts_read_td_status: get reg td_status failed, -6
raspits-ft5426: fts_i2c_read: i2c read error, -6
raspits-ft5426: fts_read_td_status: get reg td_status failed, -6
raspits-ft5426: fts_i2c_read: i2c read error, -6
raspits-ft5426: fts_read_td_status: get reg td_status failed, -6
raspits-ft5426: fts_i2c_read: i2c read error, -6
raspits-ft5426: fts_read_td_status: get reg td_status failed, -6
raspits-ft5426: fts_i2c_read: i2c read error, -6
raspits-ft5426: fts_read_td_status: get reg td_status failed, -6
raspits-ft5426: fts_i2c_read: i2c read error, -6
raspits-ft5426: fts_read_td_status: get reg td_status failed, -6
raspits-ft5426: fts_i2c_read: i2c read error, -6

I only connected DSI cable, 5V and GND cables. The following is returned by i2cdetect:

rock@rock-pi-4b-plus:~$ sudo i2cdetect -l
i2c-1   i2c             rk3x-i2c                                I2C adapter
i2c-0   i2c             rk3x-i2c                                I2C adapter
i2c-9   i2c             DesignWare HDMI                         I2C adapter
rock@rock-pi-4b-plus:~$ sudo i2cdetect -y 1
     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:                         -- -- -- -- -- -- -- --
10: -- UU -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- UU -- -- -- -- -- -- --
40: -- -- -- -- -- UU -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --

But when I connect also SDA/SCL pins to I2C7_SDA and I2C7_SCL pins (https://wiki.radxa.com/Rockpi4/hardware/gpio) then the touch starts working. Although the "read error -6" errors are still logged and it randomly sends touch event to right bottom corner.

The only enabled overlay is for Raspberry Pi display.
I'm trying to understand what's going on. Could there be some bug in the kernel? Why touch starts working when connected to I2C7 pins although the overlay is for I2C1?

EDIT: When connected to I2C6 pins then it works too (with many errors logged). When only 5V+GND pins are connected then it responds to touch very rarely.

ebtables segmentation fault

All versions of debian - ebtables doesn't work.

ebtables -L

[ 1210.857729] Netfilter messages via NETLINK v0.30.
[ 1210.939667] Unable to handle kernel NULL pointer dereference at virtual address 01
[ 1210.940808] pgd = ffffffc01e2bd000
[ 1210.941255] [000001a1] *pgd=0000000000000000, *pud=0000000000000000
[ 1210.942136] Internal error: Oops: 96000005 [#1] SMP
[ 1210.942758] Modules linked in: nfnetlink bt_rtl8723du bluetooth 8723du 8021q ip_te
[ 1210.944388] CPU: 1 PID: 767 Comm: ebtables Not tainted 4.4.194-21-rockchip-g12a181
[ 1210.945442] Hardware name: Radxa ROCK Pi E (DT)
[ 1210.946022] task: ffffffc016fc6040 task.stack: ffffffc01e3fc000
[ 1210.946783] PC is at netlink_unicast+0x68/0x200
[ 1210.947366] LR is at netlink_unicast+0x54/0x200
[ 1210.947944] pc : [] lr : [] pstate: 20000145
[ 1210.948872] sp : ffffffc01e3ffa90
[ 1210.949299] x29: ffffffc01e3ffa90 x28: 0000000000000000
[ 1210.950010] x27: ffffff80088e2000 x26: ffffffc0191a1e40
[ 1210.950721] x25: 0000000000000008 x24: 00000000000002ff
[ 1210.951431] x23: ffffffc01e3ffad8 x22: 0000000000000000
[ 1210.952140] x21: ffffffc018881c00 x20: ffffffc0177bde00
[ 1210.952849] x19: 0000000000000040 x18: 0000000000000001
[ 1210.953557] x17: 0000007fb4c76b30 x16: ffffff800876d7ec
[ 1210.954268] x15: 0000000000000000 x14: 0000000000000001
[ 1210.954977] x13: 0000000000000001 x12: 0000000000000000
[ 1210.955687] x11: ffffff80088e868d x10: 0000000000000a00
[ 1210.956396] x9 : 0000000000000000 x8 : 0000000000000001
[ 1210.957104] x7 : 0001001000000014 x6 : ffffffc01832a828
[ 1210.957812] x5 : 0000000000000000 x4 : 0000000000000000
[ 1210.958520] x3 : 0000000000000040 x2 : 00000000000002ff
[ 1210.959229] x1 : 0000003db7feffff x0 : 0000000000000000
[ 1210.959939]
[ 1210.959939] PC: 0xffffff80087b6c04:
[ 1210.960570] 6c04 aa1303e0 97feeafd 2a1403e0 a94153f3 a8c27bfd d65f03c0 a9bb7bfd d
[ 1210.961772] 6c24 a90153f3 a9025bf5 a90363f7 aa0103f4 2a0203f8 2a0303f3 aa0003f6 0
[ 1210.962970] 6c44 d503201f d5384100 b9401000 52800401 72a04101 72181c1f 52801800 0
[ 1210.964164] 6c64 1a801021 aa1403e0 97fff467 aa0003f4 35000293 f94132c0 910143b7 0
[ 1210.965366] 6c84 394686c1 2a1803e2 f9401ac0 97fffa4b aa0003f3 b50001a0 92800dd3 5
[ 1210.966566] 6ca4 aa1403e0 97fefe42 2a1503e0 a94153f3 a9425bf5 a94363f7 a8c57bfd 0
[ 1210.967764] 6cc4 d2800000 17ffffed 39404801 12001c21 7100043f 540001e1 b9434402 1
[ 1210.968958] 6ce4 6b01005f 54000160 91020003 f9800071 885f7c61 51000421 8802fc61 2
[ 1210.970154]
[ 1210.970154] LR: 0xffffff80087b6bf0:
[ 1210.978508] 6bf0 51000400 8801fc40 35ffffa1 d5033bbf 35000060 aa1303e0 97feeafd 0
[ 1210.987553] 6c10 a94153f3 a8c27bfd d65f03c0 a9bb7bfd 910003fd a90153f3 a9025bf5 7
[ 1211.000130] 6c30 aa0103f4 2a0203f8 2a0303f3 aa0003f6 aa1e03e0 d503201f d5384100 0
[ 1211.013232] 6c50 52800401 72a04101 72181c1f 52801800 72a04800 1a801021 aa1403e0 7
[ 1211.026288] 6c70 aa0003f4 35000293 f94132c0 910143b7 f81f8ee0 394686c1 2a1803e2 0
[ 1211.039622] 6c90 97fffa4b aa0003f3 b50001a0 92800dd3 2a1303f5 aa1403e0 97fefe42 0
[ 1211.052853] 6cb0 a94153f3 a9425bf5 a94363f7 a8c57bfd d65f03c0 d2800000 17ffffed 1
[ 1211.066000] 6cd0 12001c21 7100043f 540001e1 b9434402 b94342c1 6b01005f 54000160 3
[ 1211.079187]
[ 1211.079187] SP: 0xffffffc01e3ffa10:
[ 1211.103168] fa10 00000000 00000000 1e3ffad8 ffffffc0 000002ff 00000000 00000008 0
[ 1211.116202] fa30 191a1e40 ffffffc0 088e2000 ffffff80 00000000 00000000 1e3ffa90 0
[ 1211.129211] fa50 087b6c70 ffffff80 1e3ffa90 ffffffc0 087b6c84 ffffff80 20000145 0
[ 1211.141975] fa70 00000040 00000000 177bde00 ffffffc0 00000000 00000080 00000000 0
[ 1211.154455] fa90 1e3ffae0 ffffffc0 087b730c ffffff80 00000018 00000000 177bd728 0
[ 1211.166793] fab0 18881c00 ffffffc0 177bd700 ffffffc0 ffffffa1 00000000 177bde00 0
[ 1211.179048] fad0 00000008 00000000 00000000 00000000 1e3ffb20 ffffffc0 00e168e4 0
[ 1211.191344] faf0 177bd200 ffffffc0 18881c00 ffffffc0 177bd700 ffffffc0 0000000a 0
[ 1211.203838]
[ 1211.203838] X6: 0xffffffc01832a7a8:
[ 1211.226556] a7a8 00000000 00000000 00000000 00000000 00000010 00000000 6474e552 4
[ 1211.239108] a7c8 00028f20 00000000 00038f20 00000000 00038f20 00000000 000010e0 0
[ 1211.251646] a7e8 000010e0 00000000 00000001 00000000 1832a7f8 ffffffc0 00000028 2
[ 1211.264205] a808 00000001 000002ff ffffffa1 00000014 00010010 00000001 00000000 0
[ 1211.276856] a828 0001e8cc 00000000 00010000 00000000 00000001 00000006 0001f678 0
[ 1211.289554] a848 0002f678 00000000 0002f678 00000000 000019d0 00000000 00001b38 0
[ 1211.302215] a868 00010000 00000000 00000002 00000006 0001fe38 00000000 0002fe38 0
[ 1211.314856] a888 0002fe38 00000000 00000170 00000000 00000170 00000000 00000008 0
[ 1211.327490]
[ 1211.327490] X11: 0xffffff80088e860d:
[ 1211.351251] 860c ffffff80 080d5ea0 ffffff80 080d4284 ffffff80 080d369c ffffff80 8
[ 1211.364399] 862c ffffff80 080d17ec ffffff80 080d0c44 ffffff80 080cff48 ffffff80 4
[ 1211.377538] 864c ffffff80 080cd1f0 ffffff80 080d1ca8 ffffff80 080d14b0 ffffff80 0
[ 1211.390680] 866c 00000080 00000000 08204000 00000000 28486000 0000010c 4b627000 b
[ 1211.404055] 868c 62707800 02102d4c 00000000 00000000 000003ea 000007be 00000b7d 8
[ 1211.417558] 86ac 000012be 00001641 000019b0 00001d0d 00002057 0000238f 000026b5 a
[ 1211.431076] 86cc 00002cce 00002fc2 000032a6 0000357a 0000383e 00003af3 00003d99 1
[ 1211.444678] 86ec 000042ba 00004536 000047a4 00004a05 00004c59 00004ea0 000050da 8
[ 1211.458123] 870c 0000552a 00005740 0000594b 00005b4b ffffffff fa83b2da f5257d14 a
[ 1211.471564]
[ 1211.471564] X16: 0xffffff800876d76c:
[ 1211.496168] d76c a8c37bfd d65f03c0 a9b77bfd 910003fd a90153f3 f90013f5 2a0003f3 4
[ 1211.509497] d78c aa1e03e0 2a0203f5 d503201f 2a1303e0 9100c3a2 9100d3a1 97fff935 3
[ 1211.522805] d7ac b4000160 d2800004 2a1503e3 9100e3a2 aa1403e1 97fffbf3 b90037a0 0
[ 1211.536123] d7cc 34000060 f9400e60 97e93a0b b98037a0 a94153f3 f94013f5 a8c97bfd 0
[ 1211.549425] d7ec a9bd7bfd 910003fd a90153f3 f90013f5 aa0003f4 aa0203f3 aa0103f5 0
[ 1211.562670] d80c d503201f 37f80133 2a1303e2 aa1503e1 2a1403e0 97ffffd5 a94153f3 5
[ 1211.576113] d82c a8c37bfd d65f03c0 928002a0 17fffffb a9ac7bfd 910003fd a90153f3 5
[ 1211.589493] d84c a90363f7 f90023f9 2a0003f3 aa0103f4 aa1e03e0 2a0203f6 2a0303f8 f
[ 1211.602856]
[ 1211.602856] X20: 0xffffffc0177bdd80:
[ 1211.627345] dd80 c04eec80 ffffffbd 00001000 00000000 c04721c0 ffffffbd 00001000 0
[ 1211.640600] dda0 00000003 00000000 188b1540 ffffffc0 00000000 00000000 00000000 0
[ 1211.653800] ddc0 00000002 00000010 16d1f01c ffffffc0 16d1f01c ffffffc0 00000000 0
[ 1211.666827] dde0 00000000 00000000 e7c3dfe5 0000007f 00000000 00000000 00000000 0
[ 1211.679718] de00 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0
[ 1211.692350] de20 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0
[ 1211.704909] de40 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0
[ 1211.717143] de60 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0
[ 1211.729186]
[ 1211.729186] X21: 0xffffffc018881b80:
[ 1211.751245] 1b80 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0
[ 1211.763421] 1ba0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0
[ 1211.775470] 1bc0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0
[ 1211.787277] 1be0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0
[ 1211.798860] 1c00 00000014 00010010 00000001 00000000 000a0000 00000020 04010a00 2
[ 1211.810190] 1c20 00000000 00000007 0001000b 746c6966 00007265 00000054 04010a03 3
[ 1211.821584] 1c40 00000000 00000007 0001000b 746c6966 00007265 0003000a 55504e49 4
[ 1211.832723] 1c60 80040014 00010008 01000000 00020008 38ffffff 00050008 01000000 b
[ 1211.843959]
[ 1211.843959] X23: 0xffffffc01e3ffa58:
[ 1211.864563] fa58 1e3ffa90 ffffffc0 087b6c84 ffffff80 20000145 00000000 00000040 0
[ 1211.876033] fa78 177bde00 ffffffc0 00000000 00000080 00000000 00000000 1e3ffae0 0
[ 1211.887580] fa98 087b730c ffffff80 00000018 00000000 177bd728 ffffffc0 18881c00 0
[ 1211.899185] fab8 177bd700 ffffffc0 ffffffa1 00000000 177bde00 ffffffc0 00000008 0
[ 1211.910852] fad8 00000000 00000000 1e3ffb20 ffffffc0 00e168e4 ffffff80 177bd200 0
[ 1211.922440] faf8 18881c00 ffffffc0 177bd700 ffffffc0 0000000a 00000000 00e18650 0
[ 1211.934150] fb18 00e18650 ffffff80 1e3ffba0 ffffffc0 087b6d7c ffffff80 16fda800 0
[ 1211.945739] fb38 177bd200 ffffffc0 00000144 00000000 17727000 ffffffc0 1e3ffbe8 0
[ 1211.957438]
[ 1211.957438] X26: 0xffffffc0191a1dc0:
[ 1211.978964] 1dc0 00000000 00000000 088f2788 ffffff80 024200ca 00000000 00000000 d
[ 1211.990823] 1de0 ffffffff 00000000 ffffffff ffffffff 191a1df0 ffffffc0 191a1df0 0
[ 1212.002746] 1e00 00000000 00000000 191a1e08 ffffffc0 191a1e08 ffffffc0 00000000 0
[ 1212.014689] 1e20 00000000 00000000 00000000 00000000 00000000 00000000 191a1e40 0
[ 1212.026675] 1e40 00000001 00000003 00000000 00000000 184c9200 ffffffc0 188b17c0 0
[ 1212.038534] 1e60 17727000 ffffffc0 08a2ed98 ffffff80 0004c1ff 00000000 00000000 0
[ 1212.050350] 1e80 ffffffff ffffffff ffffffff ffffffff 08a2d200 ffffff80 1ebd0000 0
[ 1212.062304] 1ea0 191a1ff0 ffffffc0 00003d3d 00000000 00000001 00000000 00000000 0
[ 1212.074185]
[ 1212.074185] X27: 0xffffff80088e1f80:
[ 1212.095753] 1f80 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0
[ 1212.107557] 1fa0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0
[ 1212.119106] 1fc0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0
[ 1212.130374] 1fe0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0
[ 1212.141397] 2000 082003a8 ffffff80 08200d50 ffffff80 08201328 ffffff80 08201370 0
[ 1212.152420] 2020 082014cc ffffff80 081de098 ffffff80 081de0fc ffffff80 081de160 0
[ 1212.163226] 2040 081de20c ffffff80 081de25c ffffff80 081de2ac ffffff80 081de330 0
[ 1212.174008] 2060 081de378 ffffff80 081de3c0 ffffff80 081de434 ffffff80 081de47 0
[ 1212.184531]
[ 1212.184531] X29: 0xffffffc01e3ffa10:
[ 1212.203624] fa10 00000000 00000000 1e3ffad8 ffffffc0 000002ff 00000000 00000008 0
[ 1212.214381] fa30 191a1e40 ffffffc0 088e2000 ffffff80 00000000 00000000 1e3ffa90 0
[ 1212.225281] fa50 087b6c70 ffffff80 1e3ffa90 ffffffc0 087b6c84 ffffff80 20000145 0
[ 1212.236394] fa70 00000040 00000000 177bde00 ffffffc0 00000000 00000080 00000000 0
[ 1212.247682] fa90 1e3ffae0 ffffffc0 087b730c ffffff80 00000018 00000000 177bd728 0
[ 1212.259167] fab0 18881c00 ffffffc0 177bd700 ffffffc0 ffffffa1 00000000 177bde00 0
[ 1212.270448] fad0 00000008 00000000 00000000 00000000 1e3ffb20 ffffffc0 00e168e4 0
[ 1212.281897] faf0 177bd200 ffffffc0 18881c00 ffffffc0 177bd700 ffffffc0 0000000a 0
[ 1212.293245]
[ 1212.303740] Process ebtables (pid: 767, stack limit = 0xffffffc01e3fc000)
[ 1212.315237] Stack: (0xffffffc01e3ffa90 to 0xffffffc01e400000)
[ 1212.326848] fa80: ffffffc01e3ffae0 ffffff80087bc
[ 1212.338997] faa0: 0000000000000018 ffffffc0177bd728 ffffffc018881c00 ffffffc0177b0
[ 1212.351220] fac0: 00000000ffffffa1 ffffffc0177bde00 0000000000000008 0000000000000
[ 1212.363569] fae0: ffffffc01e3ffb20 ffffff8000e168e4 ffffffc0177bd200 ffffffc018880
[ 1212.375962] fb00: ffffffc0177bd700 000000000000000a ffffff8000e18650 ffffff8000e10
[ 1212.388209] fb20: ffffffc01e3ffba0 ffffff80087b6d7c ffffffc016fda800 ffffffc0177b0
[ 1212.400547] fb40: 0000000000000144 ffffffc017727000 ffffffc01e3ffbe8 0000000000000
[ 1212.412793] fb60: 0000000000000008 ffffffc0191a1e40 ffffff80088e2000 ffffffc016fc0
[ 1212.425022] fb80: ffffffc01e3ffba0 ffffff80087b6d3c ffffffc016fda800 ffffff8008e50
[ 1212.437279] fba0: ffffffc01e3ffbf0 ffffff80087b71c4 ffffffc0177bd200 0000000000000
[ 1212.449498] fbc0: 0000000000000144 ffffffc017727000 ffffffc01e3ffe38 0000000000000
[ 1212.461615] fbe0: 0000000000000008 7fffffffffffffff ffffffc01e3ffc60 ffffff800876c
[ 1212.473690] fc00: ffffffc0191a1e40 ffffffc01e3ffe38 ffffffc01e3ffcd8 ffffffc0191a0
[ 1212.485756] fc20: 0000000000000000 0000000000000000 0000000000000000 0000000000003
[ 1212.497927] fc40: ffffffc0184c9380 0000000000000000 00000000000002ff 0000000000000
[ 1212.509865] fc60: ffffffc01e3ffc80 ffffff800876c968 ffffffc01e3ffe38 0000000000000
[ 1212.521907] fc80: ffffffc01e3ffe00 ffffff800876d7c4 ffffffc0191a1e40 0000007fe7c30
[ 1212.533727] fca0: 0000000000000000 0000007fb4c76b60 0000000060000000 0000000000005
[ 1212.545569] fcc0: 000000000000011d 0000007fb4c4a0f0 0000000000000000 0000000082007
[ 1212.557277] fce0: ffffffc016fc6040 ffffffc01834c380 0000000000000020 ffffffc018340
[ 1212.569003] fd00: 0000000000000010 ffffffc000000000 0000000000000000 0000007f00000
[ 1212.580813] fd20: ffffffc01e3ffd40 ffffff8008190cac ffffffc01e3ffec0 024200ca00004
[ 1212.592543] fd40: 000000000000009a 0000007fb4c40000 ffffffc01e3ffd70 ffffff8008098
[ 1212.604282] fd60: ffffffc01e3ffd90 ffffff80088ced9c ffffffc01e3ffd90 ffffff80088c0
[ 1212.615969] fd80: 0000007fb4a18010 0000000000000144 ffffffc01e3ffdb0 ffffff80081dc
[ 1212.627497] fda0: 0000000000000003 ffffffc01e3ffe30 ffffffc01e3ffdd0 ffffff8008764
[ 1212.639112] fdc0: ffffffc01e3ffe34 0000000000000000 ffffffc01e3ffe00 ffffff8008768
[ 1212.650562] fde0: 0000000000000003 0000007fe7c3c4b0 0000000000000000 0000000000000
[ 1212.662253] fe00: ffffffc01e3ffe90 ffffff800876d824 0000000000000000 0000000000003
[ 1212.674102] fe20: 0000007fe7c3c4b0 0000000000000020 fffffff700000000 ffffffc01e3f0
[ 1212.686196] fe40: 000000000000000c 0000000000000001 0000000000000000 0000000000000
[ 1212.698202] fe60: ffffffc01e3ffd90 0000000000000000 0000000000000000 0000000000000
[ 1212.710171] fe80: 0000000000000000 0000000000000000 0000000000000000 ffffff8008080
[ 1212.722219] fea0: 0000000000000000 0000004017226000 ffffffffffffffff 0000000000000
[ 1212.734366] fec0: 0000000000000003 0000007fe7c3c4b0 0000000000000000 0000007fb4d10
[ 1212.746366] fee0: 0000000000000004 0000000000000001 0000000000000000 0000000000724
[ 1212.758365] ff00: 00000000000000d3 0000000000000000 0000000000000000 0000000000000
[ 1212.770084] ff20: 0000000000000000 0000000000000000 0000000000000000 0000000000002
[ 1212.781622] ff40: 000000556ef06970 0000007fb4c76b30 0000000000030fff 0000000000003
[ 1212.793075] ff60: 0000007fe7c3cdf8 0000007fe7c3ce30 0000000000000003 0000007fe7c30
[ 1212.804481] ff80: 00000055817e3480 0000007fe7c3ce10 0000000000001000 000000556ef68
[ 1212.815811] ffa0: 0000007fe7c3b3e0 0000007fe7c3b3b0 000000556eed4dcc 0000007fe7c30
[ 1212.827184] ffc0: 0000007fb4c76b60 0000000060000000 0000000000000003 0000000000003
[ 1212.838474] ffe0: 0000000000000000 0000000000000000 0000000000000000 0000000000000
[ 1212.849599] Call trace:
[ 1212.859962] Exception stack(0xffffffc01e3ff8c0 to 0xffffffc01e3ff9f0)
[ 1212.870891] f8c0: 0000000000000040 0000008000000000 ffffffc01e3ffa90 ffffff80087b4
[ 1212.881991] f8e0: ffffffc01e3ff910 ffffff80088ced34 ffffffc01e3ff910 ffffff80088c0
[ 1212.892943] f900: ffffffc01e3ffa08 ffffffc01e3ffa08 ffffffc01e3ff930 ffffff80088cc
[ 1212.903772] f920: 7fffffffffffffff ffffff80080b288c ffffffc01e3ff980 ffffff80080ec
[ 1212.914541] f940: ffffffc01e3ff960 ffffff80088cee30 0000000000000140 0000000000001
[ 1212.925279] f960: 0000000000000000 0000003db7feffff 00000000000002ff 0000000000000
[ 1212.936008] f980: 0000000000000000 0000000000000000 ffffffc01832a828 0001001000004
[ 1212.946710] f9a0: 0000000000000001 0000000000000000 0000000000000a00 ffffff80088ed
[ 1212.957321] f9c0: 0000000000000000 0000000000000001 0000000000000001 0000000000000
[ 1212.967877] f9e0: ffffff800876d7ec 0000007fb4c76b30
[ 1212.978107] [] netlink_unicast+0x68/0x200
[ 1212.988504] [] netlink_ack+0x128/0x134
[ 1212.998832] [] nfnetlink_rcv+0x1a4/0x440 [nfnetlink]
[ 1213.009337] [] netlink_unicast+0x160/0x200
[ 1213.019736] [] netlink_sendmsg+0x2bc/0x2dc
[ 1213.029927] [] sock_sendmsg+0x34/0x4c
[ 1213.040094] [] ___sys_sendmsg+0x1dc/0x228
[ 1213.050274] [] __sys_sendmsg+0x50/0x78
[ 1213.060431] [] SyS_sendmsg+0x38/0x50
[ 1213.070416] [] el0_svc_naked+0x24/0x28
[ 1213.080470] Code: 35000293 f94132c0 910143b7 f81f8ee0 (394686c1)
[ 1213.090624] ---[ end trace 905cdd5e7a5dc9bc ]---
Segmentation fault

4.4.194-21-rockchip-g12a182552739
4.4.194-17-rockchip-g07288d4ebac7

error: implicit declaration of function ‘kbase_platform_rk_init_opp_table’ [-Werror=implicit-function-declaration]

after enabled CONFIG_MALI_BIFROST
error when making drivers/gpu/arm/bifrost/

# make ARCH=arm64 CROSS_COMPILE=/usr/local/toolchain/arm-gnu-toolchain-13.2.rel1-x86_64-aarch64-none-linux-gnu/bin/aarch64-none-linux-gnu- CC=/usr/local/toolchain/arm-gnu-toolchain-13.2.rel1-x86_64-aarch64-none-linux-gnu/bin/aarch64-none-linux-gnu-gcc LD=/usr/local/toolchain/arm-gnu-toolchain-13.2.rel1-x86_64-aarch64-none-linux-gnu/bin/aarch64-none-linux-gnu-ld.bfd LOCALVERSION=-chou1 drivers/gpu/arm/bifrost/ -j6
...
  CC      drivers/gpu/arm/bifrost/mali_kbase_debug_mem_zones.o
drivers/gpu/arm/bifrost/mali_kbase_core_linux.c: In function ‘power_control_init’:
drivers/gpu/arm/bifrost/mali_kbase_core_linux.c:4620:14: error: implicit declaration of function ‘kbase_platform_rk_init_opp_table’ [-Werror=implicit-function-declaration]
 4620 |        err = kbase_platform_rk_init_opp_table(kbdev);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/gpu/arm/bifrost/mali_kbase_core_linux.c: In function ‘kbase_device_suspend’:
drivers/gpu/arm/bifrost/mali_kbase_core_linux.c:5520:9: error: implicit declaration of function ‘kbase_platform_rk_enable_regulator’ [-Werror=implicit-function-declaration]
 5520 |         kbase_platform_rk_enable_regulator(kbdev);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC      drivers/gpu/arm/bifrost/mali_kbase_smc.o
  CC      drivers/gpu/arm/bifrost/mali_kbase_mem_pool.o
  CC      drivers/gpu/arm/bifrost/mali_kbase_mem_pool_debugfs.o
  CC      drivers/gpu/arm/bifrost/mali_kbase_debugfs_helper.o
  CC      drivers/gpu/arm/bifrost/mali_kbase_strings.o
  CC      drivers/gpu/arm/bifrost/mali_kbase_as_fault_debugfs.o
  CC      drivers/gpu/arm/bifrost/mali_kbase_regs_history_debugfs.o
  CC      drivers/gpu/arm/bifrost/mali_kbase_dvfs_debugfs.o
  CC      drivers/gpu/arm/bifrost/mali_power_gpu_frequency_trace.o
  CC      drivers/gpu/arm/bifrost/mali_kbase_trace_gpu_mem.o
  CC      drivers/gpu/arm/bifrost/mali_kbase_pbha.o
  CC      drivers/gpu/arm/bifrost/mali_kbase_pbha_debugfs.o
cc1: some warnings being treated as errors
make[4]: *** [scripts/Makefile.build:274: drivers/gpu/arm/bifrost/mali_kbase_core_linux.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [scripts/Makefile.build:516: drivers/gpu/arm/bifrost] Error 2
make[2]: *** [scripts/Makefile.build:516: drivers/gpu/arm] Error 2
make[1]: *** [scripts/Makefile.build:516: drivers/gpu] Error 2
make: *** [Makefile:1915: drivers] Error 2

cc1: some warnings being treated as errors

should I ignore these error?

Trying to build a 5.10 RT kernel

I am using the radxa-repo/bsp project to build a 5.10 kernel with the rt patch.
I have configured the project to fetch the kernel sources from https://github.com/radxa/[email protected] and edited kconfig.conf to have the following parameters set:

CONFIG_PREEMPT_NONE=n
CONFIG_PREEMPT=y
CONFIG_PREEMPT_RT=y
CONFIG_PREEMPT_RT_FULL=y

The kernel builds fine but after installing it and looking at config file under boot, it still says:

radxa@rock-4se:~$ grep PREEM /boot/config-5.10.110-555-rockchip
CONFIG_PREEMPT_NONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not set
CONFIG_PREEMPT_NOTIFIERS=y
# CONFIG_PREEMPTIRQ_DELAY_TEST is not set

full log can be found here: https://github.com/pissalou/bsp/actions/runs/5310459566/jobs/9612468683

Rockpi-3a cannot run NPU

Hi, I found that Rockpi-3a cannot run NPU and there will be an error。Rockpi-3a, don't you know NPU

rknpu driver 0.9.3 bug, upgrade to 0.9.6 to fix

When trying out the Radxa Linux 6.1 (bookworm) builds for Rock 5B and CM5 I experience an error with the RKNPU driver where the vendor MobileNet demo fails with the error.

model input num: 1, output num: 1
input tensors:
  index=0, name=input, n_dims=4, dims=[1, 224, 224, 3], n_elems=150528, size=150528, fmt=NHWC, type=INT8, qnt_type=AFFINE, zp=0, scale=0.007812
output tensors:
  index=0, name=MobilenetV1/Predictions/Reshape_1, n_dims=2, dims=[1, 1001, 0, 0], n_elems=1001, size=1001, fmt=UNDEFINED, type=INT8, qnt_type=AFFINE, zp=-128, scale=0.003906
rknn_run
E RKNN: [05:03:32.244] failed to submit!, op id: 1, op name: Conv:MobilenetV1/MobilenetV1/Conv2d_0/Relu6_prequant, flags: 0x5, task start: 0, task number: 38, run task counter: 0, int status: 0, please try updating to the latest version of the toolkit2 and runtime from: https://console.zbox.filez.com/l/I00fc3 (PWD: rknn)
rknn_run fail! ret=-1

Under the 5.10 (bulleye) image this RKNN failed to submit error does not occur.

The following RKNPU drivers are present for each distribution.

Linux Version Driver Version
5.10 driver version: 0.8.2, API version: 1.6.0 (9a7b5d24c@2023-12-13T17:31:11)
6.1 driver version: 0.9.3, API version: 1.6.0 (9a7b5d24c@2023-12-13T17:31:11)

Under the RKNN LLM repo a newer driver version 0.9.6 is available. I rebuilt the 6.1 Linux image with this newer driver and patched the build problems for vm_flags_set and vm_flags_clear as referenced in this issue. This newer driver now fixes the above problem and Mobilenet demo runs as expected with output of;

model input num: 1, output num: 1
input tensors:
  index=0, name=input, n_dims=4, dims=[1, 224, 224, 3], n_elems=150528, size=150528, fmt=NHWC, type=INT8, qnt_type=AFFINE, zp=0, scale=0.007812
output tensors:
  index=0, name=MobilenetV1/Predictions/Reshape_1, n_dims=2, dims=[1, 1001, 0, 0], n_elems=1001, size=1001, fmt=UNDEFINED, type=INT8, qnt_type=AFFINE, zp=-128, scale=0.003906
rknn_run
 --- Top5 ---
283: 0.468750
282: 0.242188
286: 0.105469
464: 0.089844
264: 0.019531

I note that Armbian and Joshua-Riek Ubuntu images have recently upgraded to the 0.9.6 driver. I request that Radxa updates their official images to the 0.9.6 driver so NPU is usable again.

Maximum frequency is not reachabe for radxa zero3

I think Mali on rk3566 has a GPU with 800Mhz maximum frequency, but the available frequency in kernel setup is 400Mhz, is it possible to increase it to 800Mhz

cat /sys/devices/platform/fde60000.gpu/devfreq/fde60000.gpu/available_frequencies 
400000000 300000000 200000000

Rock 5B Buildroot: Errors when compiling with gcc 12

Hello,

I am trying to add board support for the Rock 5B to buildroot (https://buildroot.org/). Recently buildroot changed its default gcc version from 11.x to 12.x. In gcc 12 some warnings are now treated as errors. This causes the build of the Radxa custom Linux Kernel to fail, hence the whole build of the linux image for the Rock 5B. I had a look at the error messages and identified 2 patches in the mainline Linux kernel, which were not yet applied to this Radxa custom kernel:

gregkh/linux@08ad7a7
gregkh/linux@69848f9

Could you apply those patches to the Radxa custom Linux kernel?

In addition there are also some errors, which seem to affect parts of the Radxa custom kernel, which are not part of the mainline Linux kernel. Hence, I there exists no patch for those yet. These are the reported errors, when compiling the commit 52f51a2 with gcc 12:

========================

drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/wl_android.c: In function 'wl_handle_private_cmd':
drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/wl_android.c:12068:62: warning: the comparison will always evaluate as 'true' for the pointer operand in 'rev_info_delim + 1' must not be NULL [-Waddress]
error, forbidden warning:wl_android.c:12068
12068 | strlen(CMD_COUNTRY_DELIMITER)) == 0) &&
| ^~
CC [M] drivers/net/tun.o
CC drivers/firmware/efi/libstub/skip_spaces.o
make[8]: *** [scripts/Makefile.build:273: drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/wl_android.o] Error 1
make[8]: *** Deleting file 'drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/wl_android.o'
make[8]: *** Waiting for unfinished jobs....

========================

drivers/net/wireless/rockchip_wlan/rtl8852be/core/rtw_vht.c: In function 'rtw_reattach_vht_ies':
drivers/net/wireless/rockchip_wlan/rtl8852be/core/rtw_vht.c:1419:27: warning: the comparison will always evaluate as 'true' for the address of 'IEs' will never be NULL [-Waddress]
error, forbidden warning:rtw_vht.c:1419
1419 | if (pnetwork->IEs != NULL) {
| ^~
In file included from drivers/net/wireless/rockchip_wlan/rtl8852be/include/drv_types.h:27,
from drivers/net/wireless/rockchip_wlan/rtl8852be/core/rtw_vht.c:17:
drivers/net/wireless/rockchip_wlan/rtl8852be/include/wlan_bssdef.h:249:13: note: 'IEs' declared here
249 | u8 IEs[MAX_IE_SZ]; /* (timestamp, beacon interval, and capability information) */
| ^~~
make[7]: *** [scripts/Makefile.build:274: drivers/net/wireless/rockchip_wlan/rtl8852be/core/rtw_vht.o] Error 1
make[7]: *** Deleting file 'drivers/net/wireless/rockchip_wlan/rtl8852be/core/rtw_vht.o'
make[7]: *** Waiting for unfinished jobs....

========================

drivers/net/wireless/rockchip_wlan/rtl8852be/core/rtw_sta_mgt.c: In function 'rtw_mfree_stainfo':
drivers/net/wireless/rockchip_wlan/rtl8852be/core/rtw_sta_mgt.c:389:25: warning: the comparison will always evaluate as 'true' for the address of 'lock' will never be NULL [-Waddress]
error, forbidden warning:rtw_sta_mgt.c:389
389 | if (&psta->lock != NULL)
| ^~
In file included from drivers/net/wireless/rockchip_wlan/rtl8852be/include/drv_types.h:110,
from drivers/net/wireless/rockchip_wlan/rtl8852be/core/rtw_sta_mgt.c:17:
drivers/net/wireless/rockchip_wlan/rtl8852be/include/sta_info.h:273:17: note: 'lock' declared here
273 | _lock lock;
| ^~~~
make[7]: *** [scripts/Makefile.build:273: drivers/net/wireless/rockchip_wlan/rtl8852be/core/rtw_sta_mgt.o] Error 1
make[7]: *** Deleting file 'drivers/net/wireless/rockchip_wlan/rtl8852be/core/rtw_sta_mgt.o'

========================

drivers/net/wireless/rockchip_wlan/rtl8852bu/core/rtw_vht.c: In function 'rtw_reattach_vht_ies':
drivers/net/wireless/rockchip_wlan/rtl8852bu/core/rtw_vht.c:1423:27: warning: the comparison will always evaluate as 'true' for the address of 'IEs' will never be NULL [-Waddress]
error, forbidden warning:rtw_vht.c:1423
1423 | if (pnetwork->IEs != NULL) {
| ^~
In file included from drivers/net/wireless/rockchip_wlan/rtl8852bu/include/drv_types.h:27,
from drivers/net/wireless/rockchip_wlan/rtl8852bu/core/rtw_vht.c:17:
drivers/net/wireless/rockchip_wlan/rtl8852bu/include/wlan_bssdef.h:249:13: note: 'IEs' declared here
249 | u8 IEs[MAX_IE_SZ]; /* (timestamp, beacon interval, and capability information) */
| ^~~
make[7]: *** [scripts/Makefile.build:273: drivers/net/wireless/rockchip_wlan/rtl8852bu/core/rtw_vht.o] Error 1
make[7]: *** Deleting file 'drivers/net/wireless/rockchip_wlan/rtl8852bu/core/rtw_vht.o'
make[7]: *** Waiting for unfinished jobs....

========================

drivers/net/wireless/rockchip_wlan/rtl8852bu/core/rtw_sta_mgt.c: In function 'rtw_mfree_stainfo':
drivers/net/wireless/rockchip_wlan/rtl8852bu/core/rtw_sta_mgt.c:389:25: warning: the comparison will always evaluate as 'true' for the address of 'lock' will never be NULL [-Waddress]
error, forbidden warning:rtw_sta_mgt.c:389
389 | if (&psta->lock != NULL)
| ^~
In file included from drivers/net/wireless/rockchip_wlan/rtl8852bu/include/drv_types.h:110,
from drivers/net/wireless/rockchip_wlan/rtl8852bu/core/rtw_sta_mgt.c:17:
drivers/net/wireless/rockchip_wlan/rtl8852bu/include/sta_info.h:273:17: note: 'lock' declared here
273 | _lock lock;
| ^~~~
make[7]: *** [scripts/Makefile.build:273: drivers/net/wireless/rockchip_wlan/rtl8852bu/core/rtw_sta_mgt.o] Error 1
make[7]: *** Deleting file 'drivers/net/wireless/rockchip_wlan/rtl8852bu/core/rtw_sta_mgt.o'

========================

Could you have a look into these errors and fix them? That would be a great help to add board support for the Rock 5B to buildroot!

Best regards,
Kilian

Rock 5*A* fan pwm

Hello on rock 5B fan pwm is /sys/devices/platform/fd8b0010.pwm
looking using ls /sys/devices/platform/*pwm* results in nothing

WQHD not properly detected and mismatch between HDMI-1 and HDMI-2

Issue:
Screen doesn't expose all available modes (WQHD resolutions) and result vary between HDMI-1 and HDMI-2. Everything works perfectly, preferred resolution and refresh rate is properly detected and applied on x86_64 Linux, MacOS, Windows.

Screen: Asus VG32VQ (Manual)

Plugged on HDMI-1:
xrandr-HDMI-1

Plugged in HDMI-2:
xrandr-HDMI-2

EDID :
https://edid.tv/edid/2091/ (Download EDID)

EDID Decode:

./edid-decode -c ASUS\ VG32V_18230.edid
edid-decode (hex):

00 ff ff ff ff ff ff 00 06 b3 a3 32 36 47 00 00
20 1d 01 03 80 46 27 78 2a b7 95 a8 54 51 9b 26
10 50 54 bf cf 00 d1 c0 71 4f 81 c0 81 40 81 80
95 00 b3 00 01 01 59 e7 00 6a a0 a0 67 50 15 20
35 00 b9 89 21 00 00 1e 56 5e 00 a0 a0 a0 29 50
30 20 35 00 b9 88 21 00 00 1e 00 00 00 fd 00 30
90 1e de 3c 00 0a 20 20 20 20 20 20 00 00 00 fc
00 41 53 55 53 20 56 47 33 32 56 0a 20 20 01 99

02 03 49 71 53 01 02 03 11 12 13 0f 1d 1e 0e 90
1f 04 05 14 60 61 2f 3f 23 09 17 07 83 01 00 00
67 03 0c 00 20 00 38 44 67 d8 5d c4 01 78 88 03
68 1a 00 00 01 03 30 90 e6 e3 05 c3 01 e4 0f 00
80 01 e6 06 05 01 63 63 3a 5a a0 00 a0 a0 a0 46
50 30 20 35 00 b9 89 21 00 00 1a 6f c2 00 a0 a0
a0 55 50 30 20 35 00 b9 89 21 00 00 1a 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 b3

----------------

Block 0, Base EDID:
  EDID Structure Version & Revision: 1.3
  Vendor & Product Identification:
    Manufacturer: AUS
    Model: 12963
    Serial Number: 18230
    Made in: week 32 of 2019
  Basic Display Parameters & Features:
    Digital display
    Maximum image size: 70 cm x 39 cm
    Gamma: 2.20
    DPMS levels: Off
    RGB color display
    First detailed timing is the preferred timing
  Color Characteristics:
    Red  : 0.6582, 0.3310
    Green: 0.3173, 0.6083
    Blue : 0.1503, 0.0634
    White: 0.3134, 0.3291
  Established Timings I & II:
    IBM     :   720x400    70.081663 Hz   9:5     31.467 kHz     28.320000 MHz
    DMT 0x04:   640x480    59.940476 Hz   4:3     31.469 kHz     25.175000 MHz
    Apple   :   640x480    66.666667 Hz   4:3     35.000 kHz     30.240000 MHz
    DMT 0x05:   640x480    72.808802 Hz   4:3     37.861 kHz     31.500000 MHz
    DMT 0x06:   640x480    75.000000 Hz   4:3     37.500 kHz     31.500000 MHz
    DMT 0x08:   800x600    56.250000 Hz   4:3     35.156 kHz     36.000000 MHz
    DMT 0x09:   800x600    60.316541 Hz   4:3     37.879 kHz     40.000000 MHz
    DMT 0x0a:   800x600    72.187572 Hz   4:3     48.077 kHz     50.000000 MHz
    DMT 0x0b:   800x600    75.000000 Hz   4:3     46.875 kHz     49.500000 MHz
    DMT 0x10:  1024x768    60.003840 Hz   4:3     48.363 kHz     65.000000 MHz
    DMT 0x11:  1024x768    70.069359 Hz   4:3     56.476 kHz     75.000000 MHz
    DMT 0x12:  1024x768    75.028582 Hz   4:3     60.023 kHz     78.750000 MHz
    DMT 0x24:  1280x1024   75.024675 Hz   5:4     79.976 kHz    135.000000 MHz
  Standard Timings:
    DMT 0x52:  1920x1080   60.000000 Hz  16:9     67.500 kHz    148.500000 MHz
    DMT 0x15:  1152x864    75.000000 Hz   4:3     67.500 kHz    108.000000 MHz
    DMT 0x55:  1280x720    60.000000 Hz  16:9     45.000 kHz     74.250000 MHz
    DMT 0x20:  1280x960    60.000000 Hz   4:3     60.000 kHz    108.000000 MHz
    DMT 0x23:  1280x1024   60.019740 Hz   5:4     63.981 kHz    108.000000 MHz
    DMT 0x2f:  1440x900    59.887445 Hz  16:10    55.935 kHz    106.500000 MHz
    DMT 0x3a:  1680x1050   59.954250 Hz  16:10    65.290 kHz    146.250000 MHz
  Detailed Timing Descriptors:
    DTD 1:  2560x1440  143.972318 Hz  16:9    222.149 kHz    592.250000 MHz (697 mm x 393 mm)
                 Hfront   21 Hsync  32 Hback   53 Hpol P
                 Vfront    3 Vsync   5 Vback   95 Vpol P
    DTD 2:  2560x1440   59.950550 Hz  16:9     88.787 kHz    241.500000 MHz (697 mm x 392 mm)
                 Hfront   48 Hsync  32 Hback   80 Hpol P
                 Vfront    3 Vsync   5 Vback   33 Vpol P
    Display Range Limits:
      Monitor ranges (GTF): 48-144 Hz V, 30-222 kHz H, max dotclock 600 MHz
    Display Product Name: 'ASUS VG32V'
  Extension blocks: 1
Checksum: 0x99

----------------

Block 1, CTA-861 Extension Block:
  Revision: 3
  Basic audio support
  Supports YCbCr 4:4:4
  Supports YCbCr 4:2:2
  Native detailed modes: 1
  Video Data Block:
    VIC   1:   640x480    59.940476 Hz   4:3     31.469 kHz     25.175000 MHz
    VIC   2:   720x480    59.940060 Hz   4:3     31.469 kHz     27.000000 MHz
    VIC   3:   720x480    59.940060 Hz  16:9     31.469 kHz     27.000000 MHz
    VIC  17:   720x576    50.000000 Hz   4:3     31.250 kHz     27.000000 MHz
    VIC  18:   720x576    50.000000 Hz  16:9     31.250 kHz     27.000000 MHz
    VIC  19:  1280x720    50.000000 Hz  16:9     37.500 kHz     74.250000 MHz
    VIC  15:  1440x480    59.940060 Hz  16:9     31.469 kHz     54.000000 MHz
    VIC  29:  1440x576    50.000000 Hz   4:3     31.250 kHz     54.000000 MHz
    VIC  30:  1440x576    50.000000 Hz  16:9     31.250 kHz     54.000000 MHz
    VIC  14:  1440x480    59.940060 Hz   4:3     31.469 kHz     54.000000 MHz
    VIC  16:  1920x1080   60.000000 Hz  16:9     67.500 kHz    148.500000 MHz (native)
    VIC  31:  1920x1080   50.000000 Hz  16:9     56.250 kHz    148.500000 MHz
    VIC   4:  1280x720    60.000000 Hz  16:9     45.000 kHz     74.250000 MHz
    VIC   5:  1920x1080i  60.000000 Hz  16:9     33.750 kHz     74.250000 MHz
    VIC  20:  1920x1080i  50.000000 Hz  16:9     28.125 kHz     74.250000 MHz
    VIC  96:  3840x2160   50.000000 Hz  16:9    112.500 kHz    594.000000 MHz
    VIC  97:  3840x2160   60.000000 Hz  16:9    135.000 kHz    594.000000 MHz
    VIC  47:  1280x720   120.000000 Hz  16:9     90.000 kHz    148.500000 MHz
    VIC  63:  1920x1080  120.000000 Hz  16:9    135.000 kHz    297.000000 MHz
  Audio Data Block:
    Linear PCM:
      Max channels: 2
      Supported sample rates (kHz): 96 48 44.1 32
      Supported sample sizes (bits): 24 20 16
  Speaker Allocation Data Block:
    FL/FR - Front Left/Right
  Vendor-Specific Data Block (HDMI), OUI 00-0C-03:
    Source physical address: 2.0.0.0
    DC_36bit
    DC_30bit
    DC_Y444
    Maximum TMDS clock: 340 MHz
  Vendor-Specific Data Block (HDMI Forum), OUI C4-5D-D8:
    Version: 1
    Maximum TMDS Character Rate: 600 MHz
    SCDC Present
    Supports scrambling for <= 340 Mcsc
    Supports 12-bits/component Deep Color 4:2:0 Pixel Encoding
    Supports 10-bits/component Deep Color 4:2:0 Pixel Encoding
  Vendor-Specific Data Block (AMD), OUI 00-00-1A:
    Version: 1.3
    Minimum Refresh Rate: 48 Hz
    Maximum Refresh Rate: 144 Hz
    Flags 1.x: 0xe6 (MCCS)
  Colorimetry Data Block:
    xvYCC601
    xvYCC709
    BT2020YCC
    BT2020RGB
    Gamut Boundary Description Metadata Profile P0
  YCbCr 4:2:0 Capability Map Data Block:
    VIC  96:  3840x2160   50.000000 Hz  16:9    112.500 kHz    594.000000 MHz
    VIC  97:  3840x2160   60.000000 Hz  16:9    135.000 kHz    594.000000 MHz
  HDR Static Metadata Data Block:
    Electro optical transfer functions:
      Traditional gamma - SDR luminance range
      SMPTE ST2084
    Supported static metadata descriptors:
      Static metadata type 1
    Desired content max luminance: 99 (426.856 cd/m^2)
    Desired content max frame-average luminance: 99 (426.856 cd/m^2)
    Desired content min luminance: 58 (0.221 cd/m^2)
  Detailed Timing Descriptors:
    DTD 3:  2560x1440   99.946436 Hz  16:9    150.919 kHz    410.500000 MHz (697 mm x 393 mm)
                 Hfront   48 Hsync  32 Hback   80 Hpol P
                 Vfront    3 Vsync   5 Vback   62 Vpol N
    DTD 4:  2560x1440  119.997589 Hz  16:9    182.996 kHz    497.750000 MHz (697 mm x 393 mm)
                 Hfront   48 Hsync  32 Hback   80 Hpol P
                 Vfront    3 Vsync   5 Vback   77 Vpol N
Checksum: 0xb3  Unused space in Extension Block: 18 bytes

----------------

edid-decode SHA: 3d4f8cab224e 2022-12-02 13:04:31

Warnings:

Block 1, CTA-861 Extension Block:
  IT Video Formats are overscanned by default, but normally this should be underscanned.
  Colorimetry Data Block: Set the sRGB colorimetry bit to avoid interop issues.

Failures:

Block 1, CTA-861 Extension Block:
  Missing VCDB, needed for Set Selectable RGB Quantization to avoid interop issues.
EDID:
  Base EDID: Some timings are out of range of the Monitor Ranges:
    Horizontal Freq: 28.125 - 222.149 kHz (Monitor: 30.000 - 222.000 kHz)
  CTA-861: Native progressive timings are a mix of several resolutions.

EDID conformity: FAIL

There is a problem with dw-hdmi-qp-cec probe in rkr4.1

Model: rock5b
There is a problem with the kernel compiled with rkr4.1 source code:

[ 10.343117] ------------[ cut here ]------------
[ 10.343129] WARNING: CPU: 5 PID: 439 at kernel/irq/manage.c:2071 request_threaded_irq+0x150/0x190
[ 10.343133] Modules linked in: dw_hdmi_qp_cec(+) bifrost_kbase memory_group_manager rknpu fuse ip_tables ipv6 r8125
[ 10.343147] CPU: 5 PID: 439 Comm: systemd-udevd Tainted: G W 5.10.160-rk3588-flippy-2307b #106
[ 10.343151] Hardware name: Radxa ROCK 5B (DT)
[ 10.343154] pstate: a0400009 (NzCv daif +PAN -UAO -TCO BTYPE=--)
[ 10.343158] pc : request_threaded_irq+0x150/0x190
[ 10.343162] lr : request_threaded_irq+0x74/0x190
[ 10.343165] sp : ffffffc00acc3820
[ 10.343168] x29: ffffffc00acc3820 x28: ffffffc00acc3d90
[ 10.343171] x27: ffffffc00117d068 x26: ffffffc00117c310
[ 10.343175] x25: ffffffc00117c310 x24: 0000000000000001
[ 10.343179] x23: ffffff8103a70000 x22: ffffffc00117c1a0
[ 10.343183] x21: ffffff83fc525200 x20: 0000000000000080
[ 10.343186] x19: ffffff8102ecac80 x18: ffffffffffffffff
[ 10.343191] x17: 0000000000000000 x16: 0000000000000000
[ 10.343194] x15: ffffffffffffffff x14: ffffff81036b8307
[ 10.343198] x13: ffffff81036b8305 x12: 00000000fffd0000
[ 10.343202] x11: 0000000000000040 x10: ffffffc009a460e8
[ 10.343206] x9 : ffffffc009a460e0 x8 : ffffff8100000270
[ 10.343209] x7 : 0000000000000000 x6 : 0000000000000000
[ 10.343213] x5 : ffffff8100000248 x4 : ffffff8100000278
[ 10.343216] x3 : 0000000000000000 x2 : 0000000000000000
[ 10.343220] x1 : 0000000000000001 x0 : 0000000000331600
[ 10.343224] Call trace:
[ 10.343227] request_threaded_irq+0x150/0x190
[ 10.343231] devm_request_threaded_irq+0x80/0x100
[ 10.343239] dw_hdmi_qp_cec_probe+0x12c/0x25c [dw_hdmi_qp_cec]
[ 10.343244] platform_drv_probe+0x54/0xac
[ 10.343247] really_probe+0x108/0x520
[ 10.343251] driver_probe_device+0x70/0x160
[ 10.343254] device_driver_attach+0xc0/0xd0
[ 10.343258] __driver_attach+0x108/0x184
[ 10.343262] bus_for_each_dev+0x70/0xd0
[ 10.343265] driver_attach+0x24/0x30
[ 10.343268] bus_add_driver+0x120/0x23c
[ 10.343272] driver_register+0x78/0x130
[ 10.343275] __platform_driver_register+0x48/0x54
[ 10.343279] dw_hdmi_qp_cec_driver_init+0x20/0xff4 [dw_hdmi_qp_cec]
[ 10.343283] do_one_initcall+0x50/0x1c0
[ 10.343287] do_init_module+0x44/0x240
[ 10.343289] load_module+0x2068/0x2810
[ 10.343293] __do_sys_finit_module+0xbc/0x120
[ 10.343296] __arm64_sys_finit_module+0x20/0x30
[ 10.343300] el0_svc_common.constprop.0+0x9c/0x2c0
[ 10.343304] do_el0_svc+0x6c/0x90
[ 10.343308] el0_svc+0x10/0x20
[ 10.343310] el0_sync_handler+0xe8/0x114
[ 10.343314] el0_sync+0x1a0/0x1c0
[ 10.343316]
PC: 0xffffffc0080f80e0:
[ 10.343319] 7ee0 17fffed6 f9402660 f9408c00 362ffe40 17ffff1f aa1303e0 52800002 52800021
[ 10.343328] 7f00 94000c1d f9003e74 17ffff49 aa1703e0 d63f0020 17ffff51 a94153f3 12800256
[ 10.343336] 7f20 17fffedb a94153f3 128004b6 17fffed8 d4210000 17ffff3b 128002b6 17fffed4
[ 10.343343] 7f40 12800176 17fffecf f9402663 2a1503e2 f9402a81 b000a820 f9400463 91086000
[ 10.343351] 7f60 128002b6 943dd1a6 17fffe98 2a1503e1 b000aea0 9110e000 943dd1a1 f9000ed4
[ 10.343359] 7f80 aa1403e1 aa1303e0 94002722 17ffffb2 d503233f a9ba7bfd 910003fd a90153f3
[ 10.343366] 7fa0 a9025bf5 aa0103f6 52b00001 6b01001f 54000b40 a90363f7 f279007f aa0303f4
[ 10.343374] 7fc0 aa0503f7 fa4018a0 54000920 92792c61 926ed421 f141003f 540008a0 92721061
[ 10.343382] 7fe0 926ef021 f141103f 54000820 2a0003f8 a9046bf9 aa0203fa f9002bfb aa0403fb
[ 10.343390] 8000 97fff148 aa0003f5 b4000780 b9408000 37580740 37880660 b40003f6 d000b4c0
[ 10.343398] 8020 5281b801 f9424800 9404fac7 aa0003f3 b40006a0 a9005e76 9100c2b9 aa1903e0
[ 10.343406] 8040 f900127a b9003e74 f9002a7b 94000fa1 2a0003f4 37f80300 aa1503e1 2a1803e0
[ 10.343413] 8060 aa1303e2 97fffe03 2a0003f4 350001c0 a94363f7 a9446bf9 f9402bfb 2a1403e0
[ 10.343421] 8080 a94153f3 a9425bf5 a8c67bfd d50323bf d65f03c0 b400033a d503201f 10fecd36
[ 10.343429] 80a0 17ffffdf aa1903e0 94000fae f9401a60 9404f3f0 aa1303e0 9404f3ee a9425bf5
[ 10.343437] 80c0 2a1403e0 a94153f3 a94363f7 a9446bf9 f9402bfb a8c67bfd d50323bf d65f03c0
[ 10.343445] 80e0* d4210000 a9446bf9 f9402bfb 128002b4 a94363f7 17ffffe2 a9446bf9 f9402bfb
[ 10.343452] 8100 17fffffb a94363f7 12800174 a9446bf9 f9402bfb 17ffffda 12800d54 17ffffd8
[ 10.343460] 8120 d503233f a9bc7bfd 910003fd a9025bf5 aa0303f5 52b00003 6b03001f 54000480
[ 10.343468] 8140 aa0403f6 a90153f3 2a0003f3 aa0203f4 f9001bf7 aa0103f7 97fff0f2 b40003c0
[ 10.343476] 8160 b9408000 aa1603e5 aa1503e4 aa1403e3 37780160 aa1703e1 2a1303e0 d2800002
[ 10.343484] 8180 97ffff84 a94153f3 f9401bf7 a9425bf5 a8c47bfd d50323bf d65f03c0 aa1703e2
[ 10.343491] 81a0 2a1303e0 d2800001 97ffff7a 7100001f a94153f3 1a9f1400 a9425bf5 f9401bf7
[ 10.343499] 81c0 a8c47bfd d50323bf d65f03c0 12800d40 17ffffef a94153f3 128002a0 f9401bf7
[ 10.343506] 81e0 17ffffeb d503233f a9bb7bfd 910003fd a90153f3 b4000844 aa0203f4 a9025bf5
[ 10.343514] 8200 aa0403f6 a90363f7 aa0303f7 2a0003f8 a9046bf9 aa0103fa 97fff0c2 aa0003f5
[ 10.343521] 8220 b4000680 b9408000 37580640 36880620 f100029f d2884000 f2a00020 fa401284
[ 10.343529] 8240 54000581 d000b4c0 5281b801 f9424800 9404fa3d aa0003f3 b4000560 52888001
[ 10.343536] 8260 2a010294 f900027a 9100c2b9 f9000a76 aa1903e0 b9003e74 f9002a77 94000f15
[ 10.343544] 8280 2a0003f4 37f80220 aa1503e1 2a1803e0 aa1303e2 97fffd77 2a0003f4 35000120
[ 10.343551] 82a0 a9425bf5 a94363f7 a9446bf9 2a1403e0 a94153f3 a8c57bfd d50323bf d65f03c0
[ 10.343559] 82c0 aa1903e0 94000f27 aa1303e0 9404f369 a9425bf5 2a1403e0 a94153f3 a94363f7
[ 10.343567]
LR: 0xffffffc0080f8004:
[ 10.343570] 7e04 b5ffe541 17ffffef aa1703e0 d63f0020 17fffef6 f9400281 d503201f 10fee100
[ 10.343578] 7e24 eb00003f 54000400 340000c3 f9400ae0 b9400002 12000c42 6b02007f 54000961
[ 10.343585] 7e44 f9000ed4 aa1403e1 aa1303e0 94002770 b9408660 b900967f b900a27f 360fef00
[ 10.343593] 7e64 121e7800 b9008660 aa1303e0 97fffd90 17ffff73 b9408260 17ffff59 aa2203e2
[ 10.343601] 7e84 d2800020 dac00042 dac01042 9ac22000 f9002680 17ffffe5 52800061 94166e38
[ 10.343609] 7ea4 17fffef7 f9402660 f9408c00 372ffbe0 f9402a81 2a1503e2 f000ad60 128002b6
[ 10.343616] 7ec4 910b8000 943dd1cd 17fffebf a9446bf9 17fffec4 52800061 94166e29 17fffed6
[ 10.343624] 7ee4 f9402660 f9408c00 362ffe40 17ffff1f aa1303e0 52800002 52800021 94000c1d
[ 10.343632] 7f04 f9003e74 17ffff49 aa1703e0 d63f0020 17ffff51 a94153f3 12800256 17fffedb
[ 10.343640] 7f24 a94153f3 128004b6 17fffed8 d4210000 17ffff3b 128002b6 17fffed4 12800176
[ 10.343648] 7f44 17fffecf f9402663 2a1503e2 f9402a81 b000a820 f9400463 91086000 128002b6
[ 10.343656] 7f64 943dd1a6 17fffe98 2a1503e1 b000aea0 9110e000 943dd1a1 f9000ed4 aa1403e1
[ 10.343664] 7f84 aa1303e0 94002722 17ffffb2 d503233f a9ba7bfd 910003fd a90153f3 a9025bf5
[ 10.343671] 7fa4 aa0103f6 52b00001 6b01001f 54000b40 a90363f7 f279007f aa0303f4 aa0503f7
[ 10.343679] 7fc4 fa4018a0 54000920 92792c61 926ed421 f141003f 540008a0 92721061 926ef021
[ 10.343687] 7fe4 f141103f 54000820 2a0003f8 a9046bf9 aa0203fa f9002bfb aa0403fb 97fff148
[ 10.343695] 8004* aa0003f5 b4000780 b9408000 37580740 37880660 b40003f6 d000b4c0 5281b801
[ 10.343702] 8024 f9424800 9404fac7 aa0003f3 b40006a0 a9005e76 9100c2b9 aa1903e0 f900127a
[ 10.343710] 8044 b9003e74 f9002a7b 94000fa1 2a0003f4 37f80300 aa1503e1 2a1803e0 aa1303e2
[ 10.343717] 8064 97fffe03 2a0003f4 350001c0 a94363f7 a9446bf9 f9402bfb 2a1403e0 a94153f3
[ 10.343725] 8084 a9425bf5 a8c67bfd d50323bf d65f03c0 b400033a d503201f 10fecd36 17ffffdf
[ 10.343732] 80a4 aa1903e0 94000fae f9401a60 9404f3f0 aa1303e0 9404f3ee a9425bf5 2a1403e0
[ 10.343739] 80c4 a94153f3 a94363f7 a9446bf9 f9402bfb a8c67bfd d50323bf d65f03c0 d4210000
[ 10.343747] 80e4 a9446bf9 f9402bfb 128002b4 a94363f7 17ffffe2 a9446bf9 f9402bfb 17fffffb
[ 10.343754] 8104 a94363f7 12800174 a9446bf9 f9402bfb 17ffffda 12800d54 17ffffd8 d503233f
[ 10.343762] 8124 a9bc7bfd 910003fd a9025bf5 aa0303f5 52b00003 6b03001f 54000480 aa0403f6
[ 10.343770] 8144 a90153f3 2a0003f3 aa0203f4 f9001bf7 aa0103f7 97fff0f2 b40003c0 b9408000
[ 10.343778] 8164 aa1603e5 aa1503e4 aa1403e3 37780160 aa1703e1 2a1303e0 d2800002 97ffff84
[ 10.343786] 8184 a94153f3 f9401bf7 a9425bf5 a8c47bfd d50323bf d65f03c0 aa1703e2 2a1303e0
[ 10.343793] 81a4 d2800001 97ffff7a 7100001f a94153f3 1a9f1400 a9425bf5 f9401bf7 a8c47bfd
[ 10.343800] 81c4 d50323bf d65f03c0 12800d40 17ffffef a94153f3 128002a0 f9401bf7 17ffffeb
[ 10.343808] 81e4 d503233f a9bb7bfd 910003fd a90153f3 b4000844 aa0203f4 a9025bf5 aa0403f6
[ 10.343816]
SP: 0xffffffc00acc3820:
[ 10.343819] 3620 0acc36d0 ffffffc0 080f80e0 ffffffc0 0acc3650 ffffffc0 08037d8c ffffffc0
[ 10.343826] 3640 0acc36d0 ffffffc0 f2000800 00000000 0acc3690 ffffffc0 0909a6d4 ffffffc0
[ 10.343834] 3660 0acc36d0 ffffffc0 f2000800 00000000 82cc8060 0000007f 080f80e0 ffffffc0
[ 10.343842] 3680 0acc3690 ffffffc0 0909a6c4 ffffffc0 0acc36c0 ffffffc0 0909b610 ffffffc0
[ 10.343849] 36a0 02ecac80 ffffff81 ffffffff 0000007f 0acc3820 ffffffc0 ffffffd0 00000000
[ 10.343857] 36c0 0acc3800 ffffffc0 08011c08 ffffffc0 00331600 00000000 00000001 00000000
[ 10.343865] 36e0 00000000 00000000 00000000 00000000 00000278 ffffff81 00000248 ffffff81
[ 10.343872] 3700 00000000 00000000 00000000 00000000 00000270 ffffff81 09a460e0 ffffffc0
[ 10.343879] 3720 09a460e8 ffffffc0 00000040 00000000 fffd000 00000000 036b8305 ffffff81
[ 10.343887] 3740 036b8307 ffffff81 ffffffff ffffffff 00000000 00000000 00000000 00000000
[ 10.343894] 3760 ffffffff ffffffff 02ecac80 ffffff81 00000080 00000000 fc525200 ffffff83
[ 10.343902] 3780 0117c1a0 ffffffc0 03a70000 ffffff81 00000001 00000000 0117c310 ffffffc0
[ 10.343910] 37a0 0117c310 ffffffc0 0117d068 ffffffc0 0acc3d90 ffffffc0 0acc3820 ffffffc0
[ 10.343917] 37c0 080f8004 ffffffc0 0acc3820 ffffffc0 080f80e0 ffffffc0 a0400009 00000000
[ 10.343924] 37e0 0acc3850 ffffffc0 089c7ad0 ffffffc0 ffffffff 0000007f 00000010 00000000
[ 10.343932] 3800 0acc3820 ffffffc0 080f80e0 ffffffc0 00000000 00000000 080f8004 ffffffc0
[ 10.343939] 3820* 0acc3880 ffffffc0 080fc2c0 ffffffc0 02ecac80 ffffff81 0117d068 ffffffc0
[ 10.343947] 3840 03a70000 ffffff81 00000001 00000000 00d75c10 ffffff81 0117c1a0 ffffffc0
[ 10.343954] 3860 0117c310 ffffffc0 00000080 00000000 09ad5370 ffffffc0 00000001 00000000
[ 10.343962] 3880 0acc38d0 ffffffc0 0117c4d0 ffffffc0 03c90080 ffffff81 00d75c10 ffffff81
[ 10.343969] 38a0 00d75c00 ffffff81 00000000 00000000 0117c2f0 ffffffc0 09b67760 ffffffc0
[ 10.343977] 38c0 0000000b 00000000 0117e150 ffffffc0 0acc3910 ffffffc0 089c5748 ffffffc0
[ 10.343984] 38e0 00000000 00000000 00d75c10 ffffff81 0117e028 ffffffc0 00000000 00000000
[ 10.343992] 3900 0117e028 ffffffc0 15a9aa00 3341f1d4 0acc3940 ffffffc0 089c2a98 ffffffc0
[ 10.344000] 3920 00d75c10 ffffff81 09c30180 ffffffc0 00000000 00000000 09c30180 ffffffc0
[ 10.344007] 3940 0acc39a0 ffffffc0 089c3310 ffffffc0 00d75c10 ffffff81 09b67760 ffffffc0
[ 10.344015] 3960 0117e028 ffffffc0 00000000 00000000 09ad5240 ffffffc0 044cb068 ffffff81
[ 10.344022] 3980 0117e100 ffffffc0 0117e150 ffffffc0 00000100 00000000 00000000 00000000
[ 10.344029] 39a0 0acc39d0 ffffffc0 089c37d0 ffffffc0 00d75c10 ffffff81 0117e028 ffffffc0
[ 10.344037] 39c0 00d75c90 ffffff81 00000000 00000000 0acc3a00 ffffffc0 089c38e8 ffffffc0
[ 10.344044] 39e0 00000000 00000000 0117e028 ffffffc0 00d75c10 ffffff81 00000000 00000000
[ 10.344052] 3a00 0acc3a30 ffffffc0 089c0340 ffffffc0 00000000 00000000 0117e028 ffffffc0
[ 10.344060]
X4: 0xffffff8100000278:
[ 10.344062] 0078 fde131c0 ffffff83 fde13500 ffffff83 fde2a1c0 ffffff83 fde2a500 ffffff83
[ 10.344070] 0098 fde411c0 ffffff83 fde41500 ffffff83 fc528000 ffffff83 01e53800 ffffff81
[ 10.344078] 00b8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344085] 00d8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344093] 00f8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344100] 0118 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344107] 0138 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344115] 0158 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344122] 0178 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344129] 0198 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344137] 01b8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344144] 01d8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344152] 01f8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344160] 0218 00000000 00000000 00000000 00000000 fffc0000 ffffffff 00000000 00000000
[ 10.344168] 0238 00000000 00000000 00000248 ffffff81 003f0000 00000000 00146fe8 ffffff81
[ 10.344176] 0258 09a460e0 ffffffc0 00000260 ffffff81 00000260 ffffff81 00000000 00000000
[ 10.344183] 0278* fc525200 ffffff83 fc525400 ffffff83 fc525600 ffffff83 fc525800 ffffff83
[ 10.344191] 0298 fc525a00 ffffff83 fc525c00 ffffff83 fc525e00 ffffff83 fc526000 ffffff83
[ 10.344198] 02b8 fc526600 ffffff83 005a5800 ffffff81 005a5a00 ffffff81 005a5c00 ffffff81
[ 10.344206] 02d8 005a5e00 ffffff81 005a6200 ffffff81 00e82400 ffffff81 00e82600 ffffff81
[ 10.344213] 02f8 00e82800 ffffff81 00e82a00 ffffff81 00e82c00 ffffff81 00e82e00 ffffff81
[ 10.344221] 0318 00e83000 ffffff81 00e83200 ffffff81 00e83400 ffffff81 00e83600 ffffff81
[ 10.344228] 0338 00e83800 ffffff81 00e83a00 ffffff81 00e83c00 ffffff81 00e83e00 ffffff81
[ 10.344236] 0358 00f58600 ffffff81 00f58800 ffffff81 00f58a00 ffffff81 00f58e00 ffffff81
[ 10.344243] 0378 00f59000 ffffff81 00f59200 ffffff81 00f59400 ffffff81 00f59600 ffffff81
[ 10.344250] 0398 00f59800 ffffff81 00f59a00 ffffff81 00f59c00 ffffff81 00f59e00 ffffff81
[ 10.344258] 03b8 00f5a000 ffffff81 00f5a200 ffffff81 00f5a400 ffffff81 00f5a600 ffffff81
[ 10.344265] 03d8 00f5a800 ffffff81 00f5aa00 ffffff81 00f5ac00 ffffff81 00f5ae00 ffffff81
[ 10.344273] 03f8 00f5b000 ffffff81 00f5b200 ffffff81 00f5b400 ffffff81 00f5b600 ffffff81
[ 10.344281] 0418 00f5b800 ffffff81 00f5ba00 ffffff81 00f5bc00 ffffff81 00f5be00 ffffff81
[ 10.344288] 0438 00fc4000 ffffff81 00fc4200 ffffff81 00fc4600 ffffff81 00fc4800 ffffff81
[ 10.344296] 0458 00fc4a00 ffffff81 00fc4c00 ffffff81 00fc4e00 ffffff81 00000000 00000000
[ 10.344303]
X5: 0xffffff8100000248:
[ 10.344306] 0048 fddce1c0 ffffff83 fddce500 ffffff83 fdde51c0 ffffff83 fdde5500 ffffff83
[ 10.344313] 0068 fddfc1c0 ffffff83 fddfc500 ffffff83 fde131c0 ffffff83 fde13500 ffffff83
[ 10.344320] 0088 fde2a1c0 ffffff83 fde2a500 ffffff83 fde411c0 ffffff83 fde41500 ffffff83
[ 10.344328] 00a8 fc528000 ffffff83 01e53800 ffffff81 00000000 00000000 00000000 00000000
[ 10.344336] 00c8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344343] 00e8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344351] 0108 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344358] 0128 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344365] 0148 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344372] 0168 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344380] 0188 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344387] 01a8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344395] 01c8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344402] 01e8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344410] 0208 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344417] 0228 fffc0000 ffffffff 00000000 00000000 00000000 00000000 00000248 ffffff81
[ 10.344425] 0248* 003f0000 00000000 00146fe8 ffffff81 09a460e0 ffffffc0 00000260 ffffff81
[ 10.344432] 0268 00000260 ffffff81 00000000 00000000 fc525200 ffffff83 fc525400 ffffff83
[ 10.344440] 0288 fc525600 ffffff83 fc525800 ffffff83 fc525a00 ffffff83 fc525c00 ffffff83
[ 10.344448] 02a8 fc525e00 ffffff83 fc526000 ffffff83 fc526600 ffffff83 005a5800 ffffff81
[ 10.344455] 02c8 005a5a00 ffffff81 005a5c00 ffffff81 005a5e00 ffffff81 005a6200 ffffff81
[ 10.344463] 02e8 00e82400 ffffff81 00e82600 ffffff81 00e82800 ffffff81 00e82a00 ffffff81
[ 10.344470] 0308 00e82c00 ffffff81 00e82e00 ffffff81 00e83000 ffffff81 00e83200 ffffff81
[ 10.344477] 0328 00e83400 ffffff81 00e83600 ffffff81 00e83800 ffffff81 00e83a00 ffffff81
[ 10.344485] 0348 00e83c00 ffffff81 00e83e00 ffffff81 00f58600 ffffff81 00f58800 ffffff81
[ 10.344492] 0368 00f58a00 ffffff81 00f58e00 ffffff81 00f59000 ffffff81 00f59200 ffffff81
[ 10.344500] 0388 00f59400 ffffff81 00f59600 ffffff81 00f59800 ffffff81 00f59a00 ffffff81
[ 10.344508] 03a8 00f59c00 ffffff81 00f59e00 ffffff81 00f5a000 ffffff81 00f5a200 ffffff81
[ 10.344515] 03c8 00f5a400 ffffff81 00f5a600 ffffff81 00f5a800 ffffff81 00f5aa00 ffffff81
[ 10.344522] 03e8 00f5ac00 ffffff81 00f5ae00 ffffff81 00f5b000 ffffff81 00f5b200 ffffff81
[ 10.344530] 0408 00f5b400 ffffff81 00f5b600 ffffff81 00f5b800 ffffff81 00f5ba00 ffffff81
[ 10.344537] 0428 00f5bc00 ffffff81 00f5be00 ffffff81 00fc4000 ffffff81 00fc4200 ffffff81
[ 10.344545]
X8: 0xffffff8100000270:
[ 10.344548] 0070 fddfc500 ffffff83 fde131c0 ffffff83 fde13500 ffffff83 fde2a1c0 ffffff83
[ 10.344556] 0090 fde2a500 ffffff83 fde411c0 ffffff83 fde41500 ffffff83 fc528000 ffffff83
[ 10.344563] 00b0 01e53800 ffffff81 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344570] 00d0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344578] 00f0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344585] 0110 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344593] 0130 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344600] 0150 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344608] 0170 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344615] 0190 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344622] 01b0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344630] 01d0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344637] 01f0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344645] 0210 00000000 00000000 00000000 00000000 00000000 00000000 fffc0000 ffffffff
[ 10.344652] 0230 00000000 00000000 00000000 00000000 00000248 ffffff81 003f0000 00000000
[ 10.344660] 0250 00146fe8 ffffff81 09a460e0 ffffffc0 00000260 ffffff81 00000260 ffffff81
[ 10.344667] 0270* 00000000 00000000 fc525200 ffffff83 fc525400 ffffff83 fc525600 ffffff83
[ 10.344675] 0290 fc525800 ffffff83 fc525a00 ffffff83 fc525c00 ffffff83 fc525e00 ffffff83
[ 10.344682] 02b0 fc526000 ffffff83 fc526600 ffffff83 005a5800 ffffff81 005a5a00 ffffff81
[ 10.344689] 02d0 005a5c00 ffffff81 005a5e00 ffffff81 005a6200 ffffff81 00e82400 ffffff81
[ 10.344697] 02f0 00e82600 ffffff81 00e82800 ffffff81 00e82a00 ffffff81 00e82c00 ffffff81
[ 10.344705] 0310 00e82e00 ffffff81 00e83000 ffffff81 00e83200 ffffff81 00e83400 ffffff81
[ 10.344712] 0330 00e83600 ffffff81 00e83800 ffffff81 00e83a00 ffffff81 00e83c00 ffffff81
[ 10.344719] 0350 00e83e00 ffffff81 00f58600 ffffff81 00f58800 ffffff81 00f58a00 ffffff81
[ 10.344727] 0370 00f58e00 ffffff81 00f59000 ffffff81 00f59200 ffffff81 00f59400 ffffff81
[ 10.344734] 0390 00f59600 ffffff81 00f59800 ffffff81 00f59a00 ffffff81 00f59c00 ffffff81
[ 10.344742] 03b0 00f59e00 ffffff81 00f5a000 ffffff81 00f5a200 ffffff81 00f5a400 ffffff81
[ 10.344750] 03d0 00f5a600 ffffff81 00f5a800 ffffff81 00f5aa00 ffffff81 00f5ac00 ffffff81
[ 10.344758] 03f0 00f5ae00 ffffff81 00f5b000 ffffff81 00f5b200 ffffff81 00f5b400 ffffff81
[ 10.344765] 0410 00f5b600 ffffff81 00f5b800 ffffff81 00f5ba00 ffffff81 00f5bc00 ffffff81
[ 10.344773] 0430 00f5be00 ffffff81 00fc4000 ffffff81 00fc4200 ffffff81 00fc4600 ffffff81
[ 10.344780] 0450 00fc4800 ffffff81 00fc4a00 ffffff81 00fc4c00 ffffff81 00fc4e00 ffffff81
[ 10.344788]
X9: 0xffffffc009a460e0:
[ 10.344790] 5ee0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344798] 5f00 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344805] 5f20 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344813] 5f40 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344820] 5f60 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344827] 5f80 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344835] 5fa0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344842] 5fc0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344850] 5fe0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344857] 6000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344864] 6020 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344872] 6040 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344879] 6060 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344887] 6080 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344895] 60a0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.344903] 60c0 00000000 00000000 ffffdfff c0000000 00000001 00000000 00000001 00000000
[ 10.344911] 60e0* 00000000 00000cc0 00146fea ffffff81 000000c5 00000000 00000000 00000000
[ 10.344918] 6100 00000000 00000000 09a46108 ffffffc0 09a46108 ffffffc0 080f4670 ffffffc0
[ 10.344926] 6120 09170ce8 ffffffc0 00000000 00000000 09a46150 ffffffc0 00000000 00000000
[ 10.344934] 6140 00000000 00000000 00000000 00000000 090d9fc8 ffffffc0 00000000 00000000
[ 10.344942] 6160 09a46260 ffffffc0 09a46240 ffffffc0 09a46220 ffffffc0 09a46200 ffffffc0
[ 10.344949] 6180 09a461e0 ffffffc0 09a461c0 ffffffc0 09a461a0 ffffffc0 00000000 00000000
[ 10.344957] 61a0 0963cf50 ffffffc0 00000124 00000000 080f46a4 ffffffc0 00000000 00000000
[ 10.344964] 61c0 09656400 ffffffc0 00000124 00000000 080f4790 ffffffc0 00000000 00000000
[ 10.344971] 61e0 09729c40 ffffffc0 00000124 00000000 080f48a0 ffffffc0 00000000 00000000
[ 10.344979] 6200 0963cf58 ffffffc0 00000124 00000000 080f4920 ffffffc0 00000000 00000000
[ 10.344986] 6220 0967d6c8 ffffffc0 00000124 00000000 080f49a0 ffffffc0 00000000 00000000
[ 10.344994] 6240 096f3fd8 ffffffc0 00000124 00000000 080f4820 ffffffc0 00000000 00000000
[ 10.345001] 6260 097443b8 ffffffc0 00000124 00000000 080f4d34 ffffffc0 00000000 00000000
[ 10.345009] 6280 00000000 000005dc 00000005 00000000 00000000 00000000 00000000 00000000
[ 10.345016] 62a0 00000000 00000000 00000300 dead0000 00000000 00000000 00000000 00000000
[ 10.345024] 62c0 080f9370 ffffffc0 00000000 00000000 00000000 00000000 00000064 00000000
[ 10.345031]
X10: 0xffffffc009a460e8:
[ 10.345034] 5ee8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345041] 5f08 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345049] 5f28 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345056] 5f48 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345063] 5f68 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345071] 5f88 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345078] 5fa8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345086] 5fc8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345093] 5fe8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345101] 6008 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345108] 6028 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345115] 6048 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345123] 6068 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345130] 6088 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345137] 60a8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345145] 60c8 ffffdfff c0000000 00000001 00000000 00000001 00000000 00000000 00000cc0
[ 10.345153] 60e8* 00146fea ffffff81 000000c5 00000000 00000000 00000000 00000000 00000000
[ 10.345160] 6108 09a46108 ffffffc0 09a46108 ffffffc0 080f4670 ffffffc0 09170ce8 ffffffc0
[ 10.345168] 6128 00000000 00000000 09a46150 ffffffc0 00000000 00000000 00000000 00000000
[ 10.345176] 6148 00000000 00000000 090d9fc8 ffffffc0 00000000 00000000 09a46260 ffffffc0
[ 10.345184] 6168 09a46240 ffffffc0 09a46220 ffffffc0 09a46200 ffffffc0 09a461e0 ffffffc0
[ 10.345191] 6188 09a461c0 ffffffc0 09a461a0 ffffffc0 00000000 00000000 0963cf50 ffffffc0
[ 10.345198] 61a8 00000124 00000000 080f46a4 ffffffc0 00000000 00000000 09656400 ffffffc0
[ 10.345206] 61c8 00000124 00000000 080f4790 ffffffc0 00000000 00000000 09729c40 ffffffc0
[ 10.345213] 61e8 00000124 00000000 080f48a0 ffffffc0 00000000 00000000 0963cf58 ffffffc0
[ 10.345221] 6208 00000124 00000000 080f4920 ffffffc0 00000000 00000000 0967d6c8 ffffffc0
[ 10.345228] 6228 00000124 00000000 080f49a0 ffffffc0 00000000 00000000 096f3fd8 ffffffc0
[ 10.345235] 6248 00000124 00000000 080f4820 ffffffc0 00000000 00000000 097443b8 ffffffc0
[ 10.345243] 6268 00000124 00000000 080f4d34 ffffffc0 00000000 00000000 00000000 000005dc
[ 10.345251] 6288 00000005 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345258] 62a8 00000300 dead0000 00000000 00000000 00000000 00000000 080f9370 ffffffc0
[ 10.345266] 62c8 00000000 00000000 00000000 00000000 00000064 00000000 00000000 00000000
[ 10.345274]
X13: 0xffffff81036b8305:
[ 10.345276] 8104 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345284] 8124 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345291] 8144 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345298] 8164 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345306] 8184 00000000 0ae60000 ffffffc0 00005000 00000000 00000002 00000000 036b8200
[ 10.345314] 81a4 ffffff81 00000004 00000000 00000000 00000000 080909ec ffffffc0 00000000
[ 10.345321] 81c4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345329] 81e4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 f00dae40
[ 10.345336] 8204 ffffff83 f00f6e80 ffffff83 f00f6ec0 ffffff83 f00f8180 ffffff83 00000000
[ 10.345344] 8224 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345351] 8244 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345359] 8264 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001
[ 10.345366] 8284 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345373] 82a4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345380] 82c4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345388] 82e4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 75706e69
[ 10.345395] 8304* 00003774 0ae68000 ffffffc0 00005000 00000000 00000002 00000000 036b8380
[ 10.345403] 8324 ffffff81 00000004 00000000 00000000 00000000 080909ec ffffffc0 036b8380
[ 10.345411] 8344 ffffff81 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345418] 8364 00000000 00000000 00000000 00000000 00000000 00000000 00000000 f00f81c0
[ 10.345425] 8384 ffffff83 f003b180 ffffff83 f003b1c0 ffffff83 f00c2f80 ffffff83 00000000
[ 10.345433] 83a4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345440] 83c4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345447] 83e4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001
[ 10.345455] 8404 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345462] 8424 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345470] 8444 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345477] 8464 00000000 00000000 00000000 00000000 00000000 00000000 00000000 7865742e
[ 10.345485] 8484 00000074 036b8500 ffffff81 00000000 00000000 00000001 00000000 00000002
[ 10.345492] 84a4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 036b8500
[ 10.345500] 84c4 ffffff81 036b84c8 ffffff81 036b84c8 ffffff81 00000000 00000000 00000000
[ 10.345507] 84e4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 7461642e
[ 10.345514] 8504 00000061 00000000 00000000 036b8510 ffffff81 036b8510 ffffff81 00000000
[ 10.345522]
X14: 0xffffff81036b8307:
[ 10.345524] 8104 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345532] 8124 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345540] 8144 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345547] 8164 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345554] 8184 00000000 0ae60000 ffffffc0 00005000 00000000 00000002 00000000 036b8200
[ 10.345562] 81a4 ffffff81 00000004 00000000 00000000 00000000 080909ec ffffffc0 00000000
[ 10.345569] 81c4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345576] 81e4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 f00dae40
[ 10.345584] 8204 ffffff83 f00f6e80 ffffff83 f00f6ec0 ffffff83 f00f8180 ffffff83 00000000
[ 10.345591] 8224 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345599] 8244 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345606] 8264 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001
[ 10.345613] 8284 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345621] 82a4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345628] 82c4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345636] 82e4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 75706e69
[ 10.345643] 8304* 00003774 0ae68000 ffffffc0 00005000 00000000 00000002 00000000 036b8380
[ 10.345650] 8324 ffffff81 00000004 00000000 00000000 00000000 080909ec ffffffc0 036b8380
[ 10.345658] 8344 ffffff81 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345665] 8364 00000000 00000000 00000000 00000000 00000000 00000000 00000000 f00f81c0
[ 10.345673] 8384 ffffff83 f003b180 ffffff83 f003b1c0 ffffff83 f00c2f80 ffffff83 00000000
[ 10.345680] 83a4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345688] 83c4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345695] 83e4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001
[ 10.345702] 8404 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345709] 8424 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345717] 8444 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345724] 8464 00000000 00000000 00000000 00000000 00000000 00000000 00000000 7865742e
[ 10.345732] 8484 00000074 036b8500 ffffff81 00000000 00000000 00000001 00000000 00000002
[ 10.345739] 84a4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 036b8500
[ 10.345747] 84c4 ffffff81 036b84c8 ffffff81 036b84c8 ffffff81 00000000 00000000 00000000
[ 10.345755] 84e4 00000000 00000000 00000000 00000000 00000000 00000000 00000000 7461642e
[ 10.345762] 8504 00000061 00000000 00000000 036b8510 ffffff81 036b8510 ffffff81 00000000
[ 10.345769]
X19: 0xffffff8102ecac80:
[ 10.345772] aa80 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345780] aaa0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345787] aac0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345794] aae0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345802] ab00 00d75eb8 ffffff81 03c90000 ffffff81 089c7a10 ffffffc0 095e7fe0 ffffffc0
[ 10.345809] ab20 00000010 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345817] ab40 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345824] ab60 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345832] ab80 03c90080 ffffff81 0117c2f0 ffffffc0 00000000 00000000 00000000 00000000
[ 10.345839] aba0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345847] abc0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345854] abe0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345861] ac00 02ecac00 ffffff81 02ecac00 ffffff81 080fc340 ffffffc0 09701458 ffffffc0
[ 10.345869] ac20 00000010 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345876] ac40 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345884] ac60 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345891] ac80* 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345898] aca0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345906] acc0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345914] ace0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345921] ad00 02ecb300 ffffff81 00000000 00000000 04022a20 ffffff81 06ab9480 ffffff81
[ 10.345928] ad20 06b7c960 ffffff81 090f2318 ffffffc0 00000000 00000000 00000000 00000000
[ 10.345936] ad40 00208000 00084000 00000000 00000000 00000000 00000000 02ecad58 ffffff81
[ 10.345943] ad60 02ecad58 ffffff81 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345951] ad80 02ecae00 ffffff81 00000000 00000000 03e1f000 ffffff81 00000000 00000000
[ 10.345958] ada0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345966] adc0 00000000 00000000 00000000 00000000 02ecadd0 ffffff81 02ecadd0 ffffff81
[ 10.345973] ade0 02ecade0 ffffff81 02ecade0 ffffff81 06b7cad8 ffffff81 00000000 00000000
[ 10.345981] ae00 08a33cb0 ffffff81 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345989] ae20 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.345996] ae40 00020000 00000001 00000000 00000000 00000000 00000000 02ecae58 ffffff81
[ 10.346003] ae60 02ecae58 ffffff81 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346011]
X21: 0xffffff83fc525200:
[ 10.346013] 5000 fde45770 ffffff83 fdda4770 ffffff83 005a6e10 ffffff81 fc524e10 ffffff83
[ 10.346021] 5020 00000000 00000000 00000000 00000000 fc525030 ffffff83 fc525030 ffffff83
[ 10.346028] 5040 00000000 00000000 00000000 00000000 00000000 00000000 fc525058 ffffff83
[ 10.346036] 5060 fc525058 ffffff83 fc52506 ffffff83 fc52506 ffffff83 fc525078 ffffff83
[ 10.346044] 5080 fc525078 ffffff83 00685200 ffffff81 00000000 00000100 00000000 00000000
[ 10.346052] 50a0 00000000 00000000 00000000 00000000 5f756372 5f726170 00007067 00000000
[ 10.346060] 50c0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346067] 50e0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346074] 5100 00000008 00000000 09926700 ffffffc0 00000000 00000000 00000000 00000000
[ 10.346082] 5120 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346089] 5140 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346097] 5160 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346105] 5180 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346112] 51a0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346119] 51c0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346127] 51e0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346134] 5200* 10030a00 00000000 00000000 00000000 00000000 00000000 ffffffff ffffffff
[ 10.346142] 5220 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000
[ 10.346149] 5240 fc525200 ffffff83 09a70158 ffffffc0 fc522100 ffffff83 00000000 00000000
[ 10.346157] 5260 0994ca30 ffffffc0 09925bd8 ffffffc0 080fba00 ffffffc0 fc50eb00 ffffff83
[ 10.346164] 5280 00331600 00000000 00000001 00000000 00000000 00000000 00000000 00000000
[ 10.346171] 52a0 00000000 00000000 00000000 00000000 fc50e680 ffffff83 099499d8 ffffffc0
[ 10.346178] 52c0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346186] 52e0 00000000 00000000 fc5252e8 ffffff83 fc5252e8 ffffff83 00000001 00000001
[ 10.346193] 5300 00000000 00000000 00cb1240 ffffff81 00000000 00000000 00000000 00000000
[ 10.346201] 5320 00db3080 ffffff81 fc525328 ffffff83 fc525328 ffffff83 00db3000 ffffff81
[ 10.346208] 5340 00000000 00000000 09a46118 ffffffc0 00db4080 ffffff81 00000001 00000003
[ 10.346216] 5360 00000000 00000000 00000000 00000000 fc525370 ffffff83 fc525370 ffffff83
[ 10.346224] 5380 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346231] 53a0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346239] 53c0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346247] 53e0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346254]
X22: 0xffffffc00117c1a0:
[ 10.346257] bfa0 ******** ******** ******** ******** ******** ******** ******** ********
[ 10.346267] bfc0 ******** ******** ******** ******** ******** ******** ******** ********
[ 10.346275] bfe0 ******** ******** ******** ******** ******** ******** ******** ********
[ 10.346283] c000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346291] c020 00000000 00000000 00000000 00000000 d503233f a9bf7bfd 12001c21 910003fd
[ 10.346298] c040 f9423002 7103fc3f 540001e0 b9401040 d2800023 9ac12063 2a030001 32110021
[ 10.346306] c060 a9400c40 b9001041 52820182 f9400863 d63f0060 52800000 a8c17bfd d50323bf
[ 10.346314] c080 d65f03c0 52800001 17fffff6 d503201f d503233f a9bc7bfd 910003fd a90363f7
[ 10.346321] c0a0 f9423018 b9401060 34000760 52820497 a90153f3 d2800013 a9025bf5 aa0303f5
[ 10.346329] c0c0 91008076 14000008 51000403 2a0103f4 6b03027f 540001e0 91000673 6b13001f
[ 10.346336] c0e0 540002c9 38736ac1 2a1303e2 72000664 54fffec0 7100049f 54000421 2a012294
[ 10.346343] c100 51000401 6b02003f 7a431884 54fffe61 a9400700 121e7442 0b170042 91000673
[ 10.346351] c120 f9400823 2a1403e1 d63f0060 b94012a0 6b13001f 54fffd88 a94153f3 51000401
[ 10.346358] c140 a9425bf5 52820402 a9400f00 f9400863 d63f0060 a9400f00 52820002 52800021
[ 10.346366] c160 f9400863 d63f0060 a94363f7 52800000 a8c47bfd d50323bf d65f03c0 7100089f
[ 10.346373] c180 54000060 2a016294 17ffffe2 2a014294 17ffffdc 12800001 17ffffeb d503201f
[ 10.346381] c1a0* d503233f a9bc7bfd aa0103e0 910003fd a90153f3 52880001 f9423013 a9400a60
[ 10.346388] c1c0 f9400c42 d63f0040 2a0003f4 52800000 34000574 a9400e60 2a1403e1 52880102
[ 10.346396] c1e0 f9400863 d63f0060 36180534 52800201 52800022 52800040 b9005a61 39017262
[ 10.346403] c200 365803f4 a9025bf5 52820801 d2800014 f9001bf7 91010277 52820896 a9400a60
[ 10.346411] c220 f9400c42 d63f0040 12000c15 110006b5 a9400a60 0b1402c1 f9400c42 d63f0040
[ 10.346418] c240 b8346ae0 91001294 f100429f 54ffff21 a9400e60 52800021 52820a82 f9400863
[ 10.346426] c260 d63f0060 b9003275 52800021 39017661 52800040 a9425bf5 f9401bf7 a94153f3
[ 10.346434] c280 a8c47bfd d50323bf d65f03c0 12000281 3707fb14 37080074 52800020 17ffffd9
[ 10.346441] c2a0 52800081 17ffffd3 d503201f d503201f d503233f a9be7bfd 910003fd f9000bf3
[ 10.346448] c2c0 f9404413 f9400e61 f9403260 95eafa62 f9400e60 95eae3e8 f9400bf3 52800000
[ 10.346455] c2e0 a8c27bfd d50323bf d65f03c0 d503201f d503233f a9bf7bfd 910003fd f9400c00
[ 10.346463] c300 95eae29c a8c17bfd d50323bf d65f03c0 d503233f a9bd7bfd 910003fd a90153f3
[ 10.346470] c320 aa0103f3 f9423034 39417280 35000100 39417680 35000220 a94153f3 52800020
[ 10.346478] c340 a8c37bfd d50323bf d65f03c0 f90013f5 3901729f 39416295 95be7e3e aa0003e2
[ 10.346486] c360 2a1503e1 aa1303e0 95eae89a 39417680 f94013f5 34fffe20 3901769f 95be7e35
[ 10.346493] c380 aa0003e2 91008281 aa1303e0 95eaeeb1 a94153f3 52800020 a8c37bfd d50323bf
[ 10.346501]
X23: 0xffffff8103a70000:
[ 10.346503] fe00 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346511] fe20 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346518] fe40 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346525] fe60 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346533] fe80 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346540] fea0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346548] fec0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346556] fee0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346563] ff00 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346570] ff20 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346578] ff40 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346586] ff60 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346593] ff80 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346600] ffa0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346608] ffc0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346615] ffe0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346623] 0000* 0117e100 ffffffc0 685f7764 5f696d64 00007071 00000000 00000000 00000000
[ 10.346630] 0020 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346638] 0040 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346645] 0060 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346653] 0080 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346660] 00a0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346668] 00c0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346675] 00e0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346682] 0100 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346690] 0120 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346697] 0140 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346705] 0160 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346712] 0180 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346719] 01a0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346726] 01c0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346734] 01e0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.346742]
X25: 0xffffffc00117c310:
[ 10.346744] c110 a9400700 121e7442 0b170042 91000673 f9400823 2a1403e1 d63f0060 b94012a0
[ 10.346752] c130 6b13001f 54fffd88 a94153f3 51000401 a9425bf5 52820402 a9400f00 f9400863
[ 10.346759] c150 d63f0060 a9400f00 52820002 52800021 f9400863 d63f0060 a94363f7 52800000
[ 10.346767] c170 a8c47bfd d50323bf d65f03c0 7100089f 54000060 2a016294 17ffffe2 2a014294
[ 10.346774] c190 17ffffdc 12800001 17ffffeb d503201f d503233f a9bc7bfd aa0103e0 910003fd
[ 10.346782] c1b0 a90153f3 52880001 f9423013 a9400a60 f9400c42 d63f0040 2a0003f4 52800000
[ 10.346790] c1d0 34000574 a9400e60 2a1403e1 52880102 f9400863 d63f0060 36180534 52800201
[ 10.346798] c1f0 52800022 52800040 b9005a61 39017262 365803f4 a9025bf5 52820801 d2800014
[ 10.346806] c210 f9001bf7 91010277 52820896 a9400a60 f9400c42 d63f0040 12000c15 110006b5
[ 10.346813] c230 a9400a60 0b1402c1 f9400c42 d63f0040 b8346ae0 91001294 f100429f 54ffff21
[ 10.346821] c250 a9400e60 52800021 52820a82 f9400863 d63f0060 b9003275 52800021 39017661
[ 10.346828] c270 52800040 a9425bf5 f9401bf7 a94153f3 a8c47bfd d50323bf d65f03c0 12000281
[ 10.346836] c290 3707fb14 37080074 52800020 17ffffd9 52800081 17ffffd3 d503201f d503201f
[ 10.346843] c2b0 d503233f a9be7bfd 910003fd f9000bf3 f9404413 f9400e61 f9403260 95eafa62
[ 10.346852] c2d0 f9400e60 95eae3e8 f9400bf3 52800000 a8c27bfd d50323bf d65f03c0 d503201f
[ 10.346859] c2f0 d503233f a9bf7bfd 910003fd f9400c00 95eae29c a8c17bfd d50323bf d65f03c0
[ 10.346866] c310* d503233f a9bd7bfd 910003fd a90153f3 aa0103f3 f9423034 39417280 35000100
[ 10.346874] c330 39417680 35000220 a94153f3 52800020 a8c37bfd d50323bf d65f03c0 f90013f5
[ 10.346881] c350 3901729f 39416295 95be7e3e aa0003e2 2a1503e1 aa1303e0 95eae89a 39417680
[ 10.346888] c370 f94013f5 34fffe20 3901769f 95be7e35 aa0003e2 91008281 aa1303e0 95eaeeb1
[ 10.346896] c390 a94153f3 52800020 a8c37bfd d50323bf d65f03c0 d503233f a9bc7bfd 910003fd
[ 10.346903] c3b0 a90153f3 91004014 a9025bf5 f9403a96 b4000b96 aa0003f5 5281b802 aa1403e0
[ 10.346911] c3d0 d2800e01 95e1309f aa0003f3 b4000d40 f94006c3 f9000403 52820402 52800001
[ 10.346918] c3f0 f94002c0 f9000260 b94012c4 b9006a64 f9003e93 f9400863 d63f0060 a9400e60
[ 10.346926] c410 52880102 12800001 f9400863 d63f0060 a9400e60 52880082 52800001 f9400863
[ 10.346933] c430 d63f0060 aa1303e1 b000000 b0000000 91030042 9103c000 52800084 528003c3
[ 10.346941] c450 95eae3d5 f9000e60 aa0003e1 b140041f 54000c28 f9001bf7 90000017 910bc2f7
[ 10.346948] c470 f9400260 95e0cda7 f9400e63 d0000000 91040000 aa1703e1 aa1303e2 f9000060
[ 10.346955] c490 aa1403e0 95e12f3f 2a0003f6 35000940 b9406a61 37f80821 f9400e66 aa1403e0
[ 10.346963] c4b0 b0000005 90000003 9101a0a5 910c4063 90000002 d2801004 91068042 95bdff5d
[ 10.346971] c4d0 2a0003e1 37f805c0 f9400e62 d2800001 f9402aa0 95eaf95c f9003260 b4000420
[ 10.346978] c4f0 f9400e60 f9402aa1 95eae2a6 2a0003f5 37f80240 aa1703e1 aa1303e2 aa1403e0
[ 10.346986]
X26: 0xffffffc00117c310:
[ 10.346989] c110 a9400700 121e7442 0b170042 91000673 f9400823 2a1403e1 d63f0060 b94012a0
[ 10.346996] c130 6b13001f 54fffd88 a94153f3 51000401 a9425bf5 52820402 a9400f00 f9400863
[ 10.347004] c150 d63f0060 a9400f00 52820002 52800021 f9400863 d63f0060 a94363f7 52800000
[ 10.347011] c170 a8c47bfd d50323bf d65f03c0 7100089f 54000060 2a016294 17ffffe2 2a014294
[ 10.347018] c190 17ffffdc 12800001 17ffffeb d503201f d503233f a9bc7bfd aa0103e0 910003fd
[ 10.347026] c1b0 a90153f3 52880001 f9423013 a9400a60 f9400c42 d63f0040 2a0003f4 52800000
[ 10.347033] c1d0 34000574 a9400e60 2a1403e1 52880102 f9400863 d63f0060 36180534 52800201
[ 10.347041] c1f0 52800022 52800040 b9005a61 39017262 365803f4 a9025bf5 52820801 d2800014
[ 10.347048] c210 f9001bf7 91010277 52820896 a9400a60 f9400c42 d63f0040 12000c15 110006b5
[ 10.347056] c230 a9400a60 0b1402c1 f9400c42 d63f0040 b8346ae0 91001294 f100429f 54ffff21
[ 10.347063] c250 a9400e60 52800021 52820a82 f9400863 d63f0060 b9003275 52800021 39017661
[ 10.347071] c270 52800040 a9425bf5 f9401bf7 a94153f3 a8c47bfd d50323bf d65f03c0 12000281
[ 10.347078] c290 3707fb14 37080074 52800020 17ffffd9 52800081 17ffffd3 d503201f d503201f
[ 10.347085] c2b0 d503233f a9be7bfd 910003fd f9000bf3 f9404413 f9400e61 f9403260 95eafa62
[ 10.347092] c2d0 f9400e60 95eae3e8 f9400bf3 52800000 a8c27bfd d50323bf d65f03c0 d503201f
[ 10.347100] c2f0 d503233f a9bf7bfd 910003fd f9400c00 95eae29c a8c17bfd d50323bf d65f03c0
[ 10.347108] c310* d503233f a9bd7bfd 910003fd a90153f3 aa0103f3 f9423034 39417280 35000100
[ 10.347115] c330 39417680 35000220 a94153f3 52800020 a8c37bfd d50323bf d65f03c0 f90013f5
[ 10.347123] c350 3901729f 39416295 95be7e3e aa0003e2 2a1503e1 aa1303e0 95eae89a 39417680
[ 10.347130] c370 f94013f5 34fffe20 3901769f 95be7e35 aa0003e2 91008281 aa1303e0 95eaeeb1
[ 10.347138] c390 a94153f3 52800020 a8c37bfd d50323bf d65f03c0 d503233f a9bc7bfd 910003fd
[ 10.347146] c3b0 a90153f3 91004014 a9025bf5 f9403a96 b4000b96 aa0003f5 5281b802 aa1403e0
[ 10.347153] c3d0 d2800e01 95e1309f aa0003f3 b4000d40 f94006c3 f9000403 52820402 52800001
[ 10.347161] c3f0 f94002c0 f9000260 b94012c4 b9006a64 f9003e93 f9400863 d63f0060 a9400e60
[ 10.347168] c410 52880102 12800001 f9400863 d63f0060 a9400e60 52880082 52800001 f9400863
[ 10.347175] c430 d63f0060 aa1303e1 b000000 b0000000 91030042 9103c000 52800084 528003c3
[ 10.347183] c450 95eae3d5 f9000e60 aa0003e1 b140041f 54000c28 f9001bf7 90000017 910bc2f7
[ 10.347190] c470 f9400260 95e0cda7 f9400e63 d0000000 91040000 aa1703e1 aa1303e2 f9000060
[ 10.347197] c490 aa1403e0 95e12f3f 2a0003f6 35000940 b9406a61 37f80821 f9400e66 aa1403e0
[ 10.347205] c4b0 b0000005 90000003 9101a0a5 910c4063 90000002 d2801004 91068042 95bdff5d
[ 10.347213] c4d0 2a0003e1 37f805c0 f9400e62 d2800001 f9402aa0 95eaf95c f9003260 b4000420
[ 10.347221] c4f0 f9400e60 f9402aa1 95eae2a6 2a0003f5 37f80240 aa1703e1 aa1303e2 aa1403e0
[ 10.347229]
X27: 0xffffffc00117d068:
[ 10.347231] ce68 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.347239] ce88 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.347246] cea8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.347254] cec8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.347261] cee8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.347268] cf08 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.347276] cf28 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.347283] cf48 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.347291] cf68 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.347298] cf88 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.347305] cfa8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.347313] cfc8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.347320] cfe8 00000000 00000000 00000000 00000000 00000000 00000000 20636563 69746f6e
[ 10.347328] d008 72656966 61646120 65722070 74736967 66207265 656c6961 00000a64 00000000
[ 10.347335] d028 00000000 00000000 20636563 20646461 69746361 66206e6f 656c6961 00000a64
[ 10.347342] d048 20636563 6f6c6c61 65746163 61646120 72657470 69616620 0a64656c 00000000
[ 10.347350] d068* 682d7764 2d696d64 632d7071 00006365 20636563 70616461 67657220 65747369
[ 10.347358] d088 61662072 64656c69 0000000a 00000000 20636563 20746567 20717269 6c696166
[ 10.347365] d0a8 000a6465 00000000 276e6163 65672074 61642074 000a6174 685f7764 5f696d64
[ 10.347373] d0c8 00007071 00000000 20636563 75716572 20747365 20717269 65726874 66206461
[ 10.347380] d0e8 656c6961 00000a64 0117c600 ffffffc0 00000000 00000000 00000000 00000000
[ 10.347388] d108 0117c030 ffffffc0 0117c090 ffffffc0 00000000 00000000 00000000 00000000
[ 10.347395] d128 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000001
[ 10.347403] d148 00000100 756e694c 00000078 00000000 00000004 00000014 00000003 00554e47
[ 10.347410] d168 66dbfbcd 1659c3e2 599b4375 6baed12f 1467d0d6 00000000 00000004 00000010
[ 10.347417] d188 00000005 00554e47 c0000000 00000004 00000002 00000000 00000000 00000000
[ 10.347425] d1a8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.347432] d1c8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.347440] d1e8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.347447] d208 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.347454] d228 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.347462] d248 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.347469]
X28: 0xffffffc00acc3d90:
[ 10.347472] 3b90 0acc3bd0 ffffffc0 08138af8 ffffffc0 040341b8 ffffff81 00000003 00000000
[ 10.347479] 3bb0 04034100 ffffff81 00000003 00000000 00000000 00000000 15a9aa00 3341f1d4
[ 10.347487] 3bd0 0acc3d50 ffffffc0 0813958c ffffffc0 00000000 00000000 83a8fee0 0000007f
[ 10.347494] 3bf0 00000006 00000000 090c0958 ffffffc0 09baa000 ffffffc0 00000000 00000000
[ 10.347501] 3c10 00000000 00000000 00000000 00000000 00000000 00000000 02cb9c80 ffffff81
[ 10.347509] 3c30 00002650 00000000 0117e118 ffffffc0 83a8fee0 0000007f 0116c000 ffffffc0
[ 10.347516] 3c50 0acc3c90 00000000 00000000 00000000 090db5d8 ffffffc0 0117f20b ffffffc0
[ 10.347523] 3c70 0000000d ffffffc0 0116c000 ffffffc0 0117e3f8 ffffffc0 0000000c 00000000
[ 10.347531] 3c90 0117f20b ffffffc0 090db770 ffffffc0 09b58cd8 ffffffc0 095ef7d0 ffffffc0
[ 10.347538] 3cb0 7fffffff 00000000 00000000 00000000 00000002 00000000 08c93900 ffffff81
[ 10.347545] 3cd0 0acc3d88 ffffffc0 00000000 00000000 00000000 00000000 00000000 ffffff81
[ 10.347553] 3cf0 00000000 00000000 00000000 3341f1d4 00000000 00000000 00000000 ffffffc0
[ 10.347561] 3d10 6e72656b 00006c65 00000000 00000000 00000000 00000000 00000000 00000000
[ 10.347568] 3d30 00000000 00000000 00000000 00000000 00000000 00000000 15a9aa00 3341f1d4
[ 10.347576] 3d50 0acc3e20 ffffffc0 08139640 ffffffc0 0acc3eb0 ffffffc0 00000111 00000000
[ 10.347583] 3d70 00000800 00000000 00000000 00000000 00000006 00000000 0a7f0000 ffffffc0
[ 10.347590] 3d90* 0a7f0a10 ffffffc0 0a7f0a80 ffffffc0 0a7f0000 ffffffc0 00002650 00000000
[ 10.347598] 3db0 0a7f1f90 ffffffc0 0a7f1a98 ffffffc0 0a7f1be8 ffffffc0 00003000 00000000
[ 10.347605] 3dd0 00003138 00000000 000019b0 00000000 0000321a 00000000 00000000 00000000
[ 10.347613] 3df0 00000000 00000000 00001990 00000000 00000018 0000001a 00000012 00000000
[ 10.347620] 3e10 00000010 00000000 15a9aa00 3341f1d4 0acc3e30 ffffffc0 08028f7c ffffffc0
[ 10.347627] 3e30 0acc3e80 ffffffc0 0802920c ffffffc0 00000800 00000000 f44da000 ffffffc3
[ 10.347635] 3e50 ffffffff 00000000 838ee0a4 0000007f 40001000 00000000 00000000 00000000
[ 10.347643] 3e70 ffffffff 00000000 83a85060 0000007f 0acc3e90 ffffffc0 0909a650 ffffffc0
[ 10.347650] 3e90 0acc3ea0 ffffffc0 0909b748 ffffffc0 0acc3fe0 ffffffc0 08011fe0 ffffffc0
[ 10.347658] 3eb0 00000006 00000000 83a8fee0 0000007f 00000000 00000000 00000006 00000000
[ 10.347665] 3ed0 00000000 00000000 00000218 00000000 00000060 00000000 00000060 00000000
[ 10.347673] 3ef0 00000111 00000000 0401f83f 00000000 00000001 00000000 00000000 00000000
[ 10.347680] 3f10 00000000 00000000 00000001 00000000 00000002 00000000 00000040 00000000
[ 10.347687] 3f30 83aa5e00 0000007f 838ee080 0000007f 00000000 00000000 6c1f69d0 00000055
[ 10.347695] 3f50 83a8fee0 0000007f 00020000 00000000 00000000 00000000 6c229850 00000055
[ 10.347702] 3f70 6c1f69d0 00000055 00000000 00000000 6c1f21f0 00000055 626f3440 00000055
[ 10.347710]
X29: 0xffffffc00acc3820:
[ 10.347713] 3620 0acc36d0 ffffffc0 080f80e0 ffffffc0 0acc3650 ffffffc0 08037d8c ffffffc0
[ 10.347720] 3640 0acc36d0 ffffffc0 f2000800 00000000 0acc3690 ffffffc0 0909a6d4 ffffffc0
[ 10.347728] 3660 0acc36d0 ffffffc0 f2000800 00000000 82cc8060 0000007f 080f80e0 ffffffc0
[ 10.347735] 3680 0acc3690 ffffffc0 0909a6c4 ffffffc0 0acc36c0 ffffffc0 0909b610 ffffffc0
[ 10.347743] 36a0 02ecac80 ffffff81 ffffffff 0000007f 0acc3820 ffffffc0 ffffffd0 00000000
[ 10.347750] 36c0 0acc3800 ffffffc0 08011c08 ffffffc0 00331600 00000000 00000001 00000000
[ 10.347757] 36e0 00000000 00000000 00000000 00000000 00000278 ffffff81 00000248 ffffff81
[ 10.347765] 3700 00000000 00000000 00000000 00000000 00000270 ffffff81 09a460e0 ffffffc0
[ 10.347772] 3720 09a460e8 ffffffc0 00000040 00000000 fffd000 00000000 036b8305 ffffff81
[ 10.347780] 3740 036b8307 ffffff81 ffffffff ffffffff 00000000 00000000 00000000 00000000
[ 10.347788] 3760 ffffffff ffffffff 02ecac80 ffffff81 00000080 00000000 fc525200 ffffff83
[ 10.347795] 3780 0117c1a0 ffffffc0 03a70000 ffffff81 00000001 00000000 0117c310 ffffffc0
[ 10.347803] 37a0 0117c310 ffffffc0 0117d068 ffffffc0 0acc3d90 ffffffc0 0acc3820 ffffffc0
[ 10.347811] 37c0 080f8004 ffffffc0 0acc3820 ffffffc0 080f80e0 ffffffc0 a0400009 00000000
[ 10.347818] 37e0 0acc3850 ffffffc0 089c7ad0 ffffffc0 ffffffff 0000007f 00000010 00000000
[ 10.347826] 3800 0acc3820 ffffffc0 080f80e0 ffffffc0 00000000 00000000 080f8004 ffffffc0
[ 10.347833] 3820* 0acc3880 ffffffc0 080fc2c0 ffffffc0 02ecac80 ffffff81 0117d068 ffffffc0
[ 10.347841] 3840 03a70000 ffffff81 00000001 00000000 00d75c10 ffffff81 0117c1a0 ffffffc0
[ 10.347848] 3860 0117c310 ffffffc0 00000080 00000000 09ad5370 ffffffc0 00000001 00000000
[ 10.347856] 3880 0acc38d0 ffffffc0 0117c4d0 ffffffc0 03c90080 ffffff81 00d75c10 ffffff81
[ 10.347863] 38a0 00d75c00 ffffff81 00000000 00000000 0117c2f0 ffffffc0 09b67760 ffffffc0
[ 10.347870] 38c0 0000000b 00000000 0117e150 ffffffc0 0acc3910 ffffffc0 089c5748 ffffffc0
[ 10.347878] 38e0 00000000 00000000 00d75c10 ffffff81 0117e028 ffffffc0 00000000 00000000
[ 10.347885] 3900 0117e028 ffffffc0 15a9aa00 3341f1d4 0acc3940 ffffffc0 089c2a98 ffffffc0
[ 10.347893] 3920 00d75c10 ffffff81 09c30180 ffffffc0 00000000 00000000 09c30180 ffffffc0
[ 10.347901] 3940 0acc39a0 ffffffc0 089c3310 ffffffc0 00d75c10 ffffff81 09b67760 ffffffc0
[ 10.347909] 3960 0117e028 ffffffc0 00000000 00000000 09ad5240 ffffffc0 044cb068 ffffff81
[ 10.347916] 3980 0117e100 ffffffc0 0117e150 ffffffc0 00000100 00000000 00000000 00000000
[ 10.347923] 39a0 0acc39d0 ffffffc0 089c37d0 ffffffc0 00d75c10 ffffff81 0117e028 ffffffc0
[ 10.347931] 39c0 00d75c90 ffffff81 00000000 00000000 0acc3a00 ffffffc0 089c38e8 ffffffc0
[ 10.347938] 39e0 00000000 00000000 0117e028 ffffffc0 00d75c10 ffffff81 00000000 00000000
[ 10.347945] 3a00 0acc3a30 ffffffc0 089c0340 ffffffc0 00000000 00000000 0117e028 ffffffc0
[ 10.347953] ---[ end trace 451d180e3f649ec2 ]---
[ 10.350967] dw-hdmi-qp-cec dw-hdmi-qp-cec.4.auto: cec request irq thread failed
[ 10.351027] dw-hdmi-qp-cec: probe of dw-hdmi-qp-cec.4.auto failed with error -22

ZFS module unable to build

Hello, I am attempting to use ZFS on the rock 5b, however I am running into multiple issues that I believe need to be addressed.

The first issue is that some of the scripts are trying to use /bin/env python when it should be using python3 as the python symlink is disabled by default. Can be fixed by installing python-is-python3. Of course if we're expecting to use python2 here, then it should be using /bin/env python2

My next roadblock was an error from the DKMS install

sudo apt-get install zfs-dkms
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Suggested packages:
  debhelper
Recommended packages:
  zfs-zed linux-libc-dev
The following NEW packages will be installed:
  zfs-dkms
0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 0 B/2,346 kB of archives.
After this operation, 18.0 MB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously unselected package zfs-dkms.
(Reading database ... 62832 files and directories currently installed.)
Preparing to unpack .../zfs-dkms_2.1.4-0ubuntu0.1_all.deb ...
Unpacking zfs-dkms (2.1.4-0ubuntu0.1) ...
Setting up zfs-dkms (2.1.4-0ubuntu0.1) ...
Loading new zfs-2.1.4 DKMS files...
Building for 5.10.110-rockchip-rk3588
Building initial module for 5.10.110-rockchip-rk3588
configure: error:
        *** Unable to build an empty module.

Error! Bad return status for module build on kernel: 5.10.110-rockchip-rk3588 (aarch64)
Consult /var/lib/dkms/zfs/2.1.4/build/make.log for more information.
dpkg: error processing package zfs-dkms (--configure):
 installed zfs-dkms package post-installation script subprocess returned error exit status 10
Processing triggers for initramfs-tools (0.140ubuntu13.1) ...
Errors were encountered while processing:
 zfs-dkms

E: Sub-process /usr/bin/dpkg returned an error code (1)

Reviewing the config.log:

configure:19387:
            KBUILD_MODPOST_NOFINAL= KBUILD_MODPOST_WARN=
            make modules -k -j8    -C /lib/modules/5.10.110-rockchip-rk3588/build
            M=/var/lib/dkms/zfs/2.1.4/build/build/conftest >build/conftest/build.log 2>&1
configure:19390: $? = 2
configure:19393: test -f build/conftest/conftest.ko
configure:19396: $? = 1
configure:19405: result: no
configure:19408: error:
        *** Unable to build an empty module.

Attempting to build this manually:

KBUILD_MODPOST_NOFINAL= KBUILD_MODPOST_WARN=
            make modules -k -j8    -C /lib/modules/5.10.110-rockchip-rk3588/build
            M=/var/lib/dkms/zfs/2.1.4/build/build/conftest >build/conftest/build.log 2>&1
make: Entering directory '/usr/src/linux-headers-5.10.110-rockchip-rk3588'
  UPD     include/config/kernel.release
  UPD     include/generated/utsrelease.h
  CC      scripts/mod/empty.o
  HOSTCC  scripts/mod/mk_elfconfig
  CC      scripts/mod/devicetable-offsets.s
  MKELF   scripts/mod/elfconfig.h
  HOSTCC  scripts/mod/modpost.o
  HOSTCC  scripts/mod/sumversion.o
  HOSTCC  scripts/mod/file2alias.o
  HOSTLD  scripts/mod/modpost
scripts/Makefile.build:423: warning: overriding recipe for target 'modules.order'
Makefile:1518: warning: ignoring old recipe for target 'modules.order'
make[1]: *** No rule to make target 'arch/arm64/kernel/vdso/vdso.lds', needed by 'arch/arm64/kernel/vdso/vdso.so.dbg'.
make[1]: *** No rule to make target 'arch/arm64/kernel/vdso/vgettimeofday.o', needed by 'arch/arm64/kernel/vdso/vdso.so.dbg'.
make[1]: *** No rule to make target 'arch/arm64/kernel/vdso/note.o', needed by 'arch/arm64/kernel/vdso/vdso.so.dbg'.
make[1]: *** No rule to make target 'arch/arm64/kernel/vdso/sigreturn.o', needed by 'arch/arm64/kernel/vdso/vdso.so.dbg'.
make[1]: Target 'include/generated/vdso-offsets.h' not remade because of errors.
make: *** [arch/arm64/Makefile:194: vdso_prepare] Error 2
make: Target 'modules' not remade because of errors.
make: Leaving directory '/usr/src/linux-headers-5.10.110-rockchip-rk3588'
zsh: no such file or directory: build/conftest/build.log

Commenting out the following in linux-headers-5.10.110-rockchip-rk3588/arch/arm64/Makefile gets around that error:

ifeq ($(KBUILD_EXTMOD),)
# We need to generate vdso-offsets.h before compiling certain files in kernel/.
# In order to do that, we should use the archprepare target, but we can't since
# asm-offsets.h is included in some files used to generate vdso-offsets.h, and
# asm-offsets.h is built in prepare0, for which archprepare is a dependency.
# Therefore we need to generate the header after prepare0 has been made, hence
# this hack.
prepare: vdso_prepare
vdso_prepare: prepare0
       $(Q)$(MAKE) $(build)=arch/arm64/kernel/vdso include/generated/vdso-offsets.h
       $(if $(CONFIG_COMPAT_VDSO),$(Q)$(MAKE) \
               $(build)=arch/arm64/kernel/vdso32  \
               include/generated/vdso32-offsets.h)
endif

But commenting out that code leads to:

checking whether fops->fallocate() exists... configure: error:
        *** None of the expected "file_fallocate" interfaces were detected.
        *** This may be because your kernel version is newer than what is
        *** supported, or you are using a patched custom kernel with
        *** incompatible modifications.
        ***
        *** ZFS Version: zfs-2.1.4-0ubuntu0.1
        *** Compatible Kernels: 3.10 - 5.17

So overall... there's no way to use ZFS on this kernel and likely many other DKMS installed kernel modules.

Potential typo in rk3568 dts

I found a strange place in the dts files for rk3568 boards:
pinctrl-2 = <&soc_slppin_gpio>, <&rk817_slppin_pwrdn>;
pinctrl-3 = <&soc_slppin_gpio>, <&rk817_slppin_rst>;

Perhaps pinctrl-3 should refer to this pinconfig: soc_slppin_rst

Please disable the stupid gcc wrapper

The wrapper introduced in commit c248214 (rk: Makefile: add gcc-wrapper) is a poor man's -Werror build config.

While the RK guys choose not to backport the proper config for it, they introduced their own wrapper for it.

The damn wrapper can not even handle the latest toolchain, as all the newer warnings would just be treated as error and fail the build.

If RK guys are not able to do proper backports, please don't be creative on causing new bugs.

Security: Writeable clk DebugFS support enabled on the kernel

Found this message in dmesg on my Rock 5 running Debian Bullseye

Linux rock-5b 5.10.110-31-rockchip-ged1406c748b1 #rockchip SMP Sat Nov 26 04:03:23 UTC 2022 aarch64 GNU/Linux

[    3.409619] ********************************************************************
[    3.409622] **     NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE           **
[    3.409624] **                                                                **
[    3.409627] **  WRITEABLE clk DebugFS SUPPORT HAS BEEN ENABLED IN THIS KERNEL **
[    3.409629] **                                                                **
[    3.409631] ** This means that this kernel is built to expose clk operations  **
[    3.409634] ** such as parent or rate setting, enabling, disabling, etc.      **
[    3.409636] ** to userspace, which may compromise security on your system.    **
[    3.409638] **                                                                **
[    3.409641] ** If you see this message and you are not debugging the          **
[    3.409643] ** kernel, report this immediately to your vendor!                **
[    3.409645] **                                                                **
[    3.409648] **     NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE           **
[    3.409650] ********************************************************************

Rock Pi S: Two simultaneous accesses to the same i2c device breaks the bus

I came into weird issue. We have Rock Pi S (kernel 6.1.68-1-stable, image buitl with rbuild) and connected SHT31 temperature/humidity sensor to I2C1 (address 0x44). It works correctly when reading with our C++ application. But when we (e.g. accidentally) run the application twice, I2C bus gets completely broken. Then it is not possible to access I2C bus anymore, neither after restarting the application, neither after "sudo reboot". We must completely disconnect the power from the board to make it work again.

When this happens, kernel log starts to be filled with the same error message infinitely even after reboot:

[ 445.386506] rk3x-i2c ff050000.i2c: timeout, ipd: 0x80, state: 1
[ 446.410279] rk3x-i2c ff050000.i2c: timeout, ipd: 0x80, state: 1
[ 447.434433] rk3x-i2c ff050000.i2c: timeout, ipd: 0x80, state: 1
[ 448.458403] rk3x-i2c ff050000.i2c: timeout, ipd: 0x80, state: 1
[ 449.482364] rk3x-i2c ff050000.i2c: timeout, ipd: 0x80, state: 1
[ 450.506431] rk3x-i2c ff050000.i2c: timeout, ipd: 0x80, state: 1
[ 451.530476] rk3x-i2c ff050000.i2c: timeout, ipd: 0x80, state: 1
[ 453.546436] rk3x-i2c ff050000.i2c: timeout, ipd: 0x80, state: 1
[ 455.562499] rk3x-i2c ff050000.i2c: timeout, ipd: 0x80, state: 1

It happens every time when the sensor on I2C is accessed by two applications at the same time. I understand that more simultaneous accesses won't work but it should not break the I2C bus completely.

I tried unbind/bind via "echo ff050000 | sudo tee /sys/bus/platform/drivers/rk3x-i2c/unbind" but it does not help.
Any ideas? Or at least, how to fix the problem without the need to disconnect the power?

rk-6.1-rkr1: capturing video from IMX415 at MIPI/CSI not possible after ISP block, on rk3588s platform

On my rock 5a I can capture video from my IMX415 camera connected to the 4 lane CSI port if I capture data from /dev/video11 which is the raw video stream. But trying to get data from /dev/video[01] (mainpath/selfpath, after ISP) doesn't work. The reason seems to be related to the fact that device node /dev/v4l-subdev4 (rkcif-mipi-lvds2) is not created at boot. There seems to be no connection from rkcif to rkisp. All this worked in 5.10 but doesn't work in 6.1. I suspect it is an issue for all rk3588s platforms.

See also discussion and details here

Revision tested: 27f6561551948be6350c9bbd549c84acb2e559af

Kernel config file, fdt binary tree and complete dmesg output attached.

config.gz
fdt.gz
dmesg.txt
media-ctl-d0-p.txt
media-ctl-d1-p.txt

NBD support

Kind request to enable CONFIG_BLK_DEV_NBD. Might be built as a module as far as I'm concerned.

Waveshare 10.1" LCD DSI on Rock 4B+

I'm trying to make the Waveshare 10.1" LCD DSI to work on Rock 4B+ by porting the driver from Raspberry 6.1 kernel. I modified the code and the modules builds and loads properly. The image on LCD appears but it is shifted about 2 cm to the right (while the right edge overflows to the left) and colors are swapped. I'm trying to modify the timings but no luck. The display resolution is 1280x800.

Any advice how to fix the image misalignment? When comparing 7" RPi LCD driver code, I see the timings are a bit different in Radxa Kernel. When I tune the timings by this, it fixed the swapped colors but not the image position.

This is the display: https://www.waveshare.com/10.1inch-dsi-lcd-c.htm
I'm using this code: https://github.com/raspberrypi/linux/blob/rpi-6.1.y/drivers/gpu/drm/panel/panel-waveshare-dsi.c

These are the timings that the driver uses on Raspberry Pi:

static const struct drm_display_mode ws_panel_10_1_mode = {
	.clock = 83333,
	.hdisplay = 1280,
	.hsync_start = 1280 + 156,
	.hsync_end = 1280 + 156 + 20,
	.htotal = 1280 + 156 + 20 + 40,
	.vdisplay = 800,
	.vsync_start = 800 + 40,
	.vsync_end = 800 + 40 + 48,
	.vtotal = 800 + 40 + 48 + 40,
};

Kernel crash when starting X server with GL driver

When I start X server with fbdev driver, it works. But when started with modesetting driver, the kernel crashes.
Using kernel 5.10.110-8-rockchip and the official Debian image for Rock Pi 4b+: rock-pi-4b-plus_debian_bullseye_cli_b21.img.xz
Installed these packages: xorg x11-xserver-utils xinit
Started xorg with startx

Just added this to /etc/X11/xorg.conf.d/20-modesetting.conf

Section "Device"
    Identifier  "Rockchip Graphics"
    Driver      "modesetting"
    Option      "AccelMethod"    "glamor"
    Option      "DRI"            "2"
EndSection

The following is logged in dmesg:

[ 1238.630934] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000018
[ 1238.631717] Mem abort info:
[ 1238.632115] ESR = 0x96000004
[ 1238.632400] EC = 0x25: DABT (current EL), IL = 32 bits
[ 1238.632875] SET = 0, FnV = 0
[ 1238.633158] EA = 0, S1PTW = 0
[ 1238.633439] Data abort info:
[ 1238.633697] ISV = 0, ISS = 0x00000004
[ 1238.634036] CM = 0, WnR = 0
[ 1238.634308] user pgtable: 4k pages, 48-bit VAs, pgdp=00000000105da000
[ 1238.634875] [0000000000000018] pgd=0000000000000000, p4d=0000000000000000
[ 1238.635505] Internal error: Oops: 96000004 [#1] SMP
[ 1238.635938] Modules linked in: rfcomm usb_f_ecm u_ether algif_skcipher bnep hmac zstd vfat zstd_compress fat sha512_generic zram md4 algif_hash af_alg midgard_kbase snd_soc_hdmi_codec panfrost snd_soc_rockchip_hdmi snd_soc_rockchip_multicodecs gpu_sched dw_hdmi_i2s_audio snd_soc_rockchip_i2s hci_uart btqca btrtl btbcm btintel snd_soc_es8316 bluetooth snd_soc_core snd_pcm_dmaengine brcmfmac snd_pcm ecdh_generic brcmutil ecc snd_timer snd soundcore extcon_pd_virtual ledtrig_timer ledtrig_pattern ledtrig_heartbeat ledtrig_default_on fuse ip_tables x_tables ipv6
[ 1238.640423] CPU: 4 PID: 12993 Comm: Xorg Not tainted 5.10.110-8-rockchip #f9d1b1529
[ 1238.641092] Hardware name: Radxa ROCK Pi 4B (DT)
[ 1238.641503] pstate: 40000005 (nZcv daif -PAN -UAO -TCO BTYPE=--)
[ 1238.642050] pc : drm_getunique+0x3c/0xa0
[ 1238.642403] lr : drm_getunique+0x34/0xa0
[ 1238.642752] sp : ffff80001440bc50
[ 1238.643057] x29: ffff80001440bc50 x28: ffff80001440bd58
[ 1238.643540] x27: 0000000000000010 x26: 0000fffffcf5ff68
[ 1238.644022] x25: 0000000000000010 x24: ffff000004b75800
[ 1238.644504] x23: ffff000004b75800 x22: ffff80001440bd58
[ 1238.644985] x21: 0000000000000000 x20: ffff80001440bd58
[ 1238.645466] x19: ffff0000f1ba28d0 x18: 0000000000000000
[ 1238.645948] x17: 0000000000000000 x16: 0000000000000000
[ 1238.646429] x15: 0000fffffcf5ff68 x14: 0000000000000000
[ 1238.646910] x13: 0000000000000000 x12: 0000000000000000
[ 1238.647391] x11: 0000000000000000 x10: 0000000000000000
[ 1238.647873] x9 : ffff800010d4a308 x8 : 0000000000000000
[ 1238.648354] x7 : 0000000000000000 x6 : ffff80001440bd68
[ 1238.648835] x5 : ffff80001440bd68 x4 : 0000000000000000
[ 1238.649316] x3 : 0000000000000000 x2 : ffff00000da90f40
[ 1238.649797] x1 : 0000000000000000 x0 : 0000000000000000
[ 1238.650279] Call trace:
[ 1238.650508] drm_getunique+0x3c/0xa0
[ 1238.650829] drm_ioctl_kernel+0xb0/0x104
[ 1238.651183] drm_ioctl+0x2fc/0x348
[ 1238.651492] vfs_ioctl+0x34/0x54
[ 1238.651788] __arm64_sys_ioctl+0x84/0xb8
[ 1238.652143] el0_svc_common.constprop.0+0x13c/0x1ec
[ 1238.652575] do_el0_svc+0x8c/0x98
[ 1238.652882] el0_svc+0x20/0x30
[ 1238.653166] el0_sync_handler+0x144/0x1f0
[ 1238.653529] el0_sync+0x1a0/0x1c0
[ 1238.653834]
PC: 0xffff8000106a9340:
[ 1238.654275] 9140 93407c00 f9000660 90008aa0 a901fe7f b98bec00 f9000a60 2a1403e0 a94153f3
[ 1238.655021] 9160 a8c27bfd d50323bf d65f03c0 128002b4 17fffffa d503245f aa1e03e9 d503201f
[ 1238.655766] 9180 d503233f a9bf7bfd 52800020 910003fd f00055e1 91009021 94005ddd 52800000
[ 1238.656511] 91a0 a8c17bfd d50323bf d65f03c0 d503245f aa1e03e9 d503201f d503233f a9bf7bfd
[ 1238.657256] 91c0 aa0103e0 910003fd d2801f02 52800001 97fa35ac 52800000 a8c17bfd d50323bf
[ 1238.658000] 91e0 d65f03c0 d503245f aa1e03e9 d503201f 51010002 d503233f 71017c5f 54000229
[ 1238.658745] 9200 7103381f 540001e8 2a0003e2 f1033c5f da1f03e2 d503229f 0a020000 d0003e02
[ 1238.659490] 9220 91284042 d2800303 9b030800 b9400400 b9000020 52800020 d50323bf d65f03c0
[ 1238.660234] 9240 52800000 17fffffd d5384103 b9402c64 d503233f f9400462 37a80084 f9400063
[ 1238.660978] 9260 7206007f 54000060 9340dc03 8a030000 ab010000 9a8283e2 da9f3000 fa02001f
[ 1238.661723] 9280 9a9f87e0 d50323bf d65f03c0 d503233f a9bd7bfd 910003fd a90153f3 aa0003f4
[ 1238.662467] 92a0 aa0203f3 f90013f5 aa0103f5 aa0203e1 97ffffe6 b40001c0 97ffff74 9340de81
[ 1238.663211] 92c0 d5384100 8a010281 f9400402 ea22003f 9a9f0280 d503229f aa1303e2 aa1503e1
[ 1238.663956] 92e0 97fa32e8 aa0003f3 97ffff64 aa1303e0 a94153f3 f94013f5 a8c37bfd d50323bf
[ 1238.664700] 9300 d65f03c0 d503245f aa1e03e9 d503201f d503233f a9bd7bfd 910003fd f90013f5
[ 1238.665445] 9320 aa0203f5 a90153f3 91034013 aa0103f4 aa1303e0 941a88d7 f94006b5 f9400280
[ 1238.666189] 9340* b9801aa2 eb02001f 54000223 b2407be3 f9400680 f9400aa1 eb03005f 54000149
[ 1238.666933] 9360 d4210000 aa1303e0 941a87cb 128001a0 a94153f3 f94013f5 a8c37bfd d50323bf
[ 1238.667677] 9380 d65f03c0 97ffffc2 b5fffee0 b9801aa0 f9000280 aa1303e0 941a87bf 52800000
[ 1238.668422] 93a0 17fffff4 aa1e03e9 d503201f d503233f a9bd7bfd 910003fd f90013f5 aa0103f5
[ 1238.669167] 93c0 a90153f3 aa0003f3 aa0203f4 aa0203e0 97fa35ee f94002a3 f90002a0 eb20c07f
[ 1238.669912] 93e0 1a832003 7100007f fa401a64 540000e1 52800000 a94153f3 f94013f5 a8c37bfd
[ 1238.670657] 9400 d50323bf d65f03c0 b2407be0 93407c62 eb23c01f 54000082 d4210000 128001a0
[ 1238.671401] 9420 17fffff5 aa1403e1 aa1303e0 97ffff98 b4fffe00 17fffffa d503245f aa1e03e9
[ 1238.672145] 9440 d503201f d503233f a9be7bfd 910003fd a90153f3 aa0003f4 aa0103f3 f9402800
[ 1238.672890] 9460 91004021 b9410800 b81f0020 f9402a80 b9410c00 b81f4020 f9402a80 b9411000
[ 1238.673634] 9480 b81f8020 f9402a80 f9408c02 f9400e60 97ffffc5 35000180 f9402a80 91008261
[ 1238.674378] 94a0 f9409402 f9401660 97ffffbf 350000c0 f9402a80 9100c261 f9409002 f9401e60
[ 1238.675124] 94c0 97ffffb9 a94153f3 a8c27bfd d50323bf d65f03c0 d503245f aa1e03e9 d503201f
[ 1238.675868] 94e0 d503233f a9bc7bfd 910003fd a90153f3 aa0103f4 aa0003f3 f9001bf7 91034017
[ 1238.676613] 9500 aa1703e0 a9025bf5 aa0203f5 941a8861 b9400280 3100041f 54000820 7100041f
[ 1238.677357] 9520 54000981 b9400680 7100101f 54000928 b9401261 32100000 6b01001f 1a81a000
[ 1238.678103]
LR: 0xffff8000106a9338:
[ 1238.678543] 9138 d5384100 97e7e1ff 93407c00 f9000660 90008aa0 a901fe7f b98bec00 f9000a60
[ 1238.679288] 9158 2a1403e0 a94153f3 a8c27bfd d50323bf d65f03c0 128002b4 17fffffa d503245f
[ 1238.680032] 9178 aa1e03e9 d503201f d503233f a9bf7bfd 52800020 910003fd f00055e1 91009021
[ 1238.680776] 9198 94005ddd 52800000 a8c17bfd d50323bf d65f03c0 d503245f aa1e03e9 d503201f
[ 1238.681521] 91b8 d503233f a9bf7bfd aa0103e0 910003fd d2801f02 52800001 97fa35ac 52800000
[ 1238.682265] 91d8 a8c17bfd d50323bf d65f03c0 d503245f aa1e03e9 d503201f 51010002 d503233f
[ 1238.683010] 91f8 71017c5f 54000229 7103381f 540001e8 2a0003e2 f1033c5f da1f03e2 d503229f
[ 1238.683754] 9218 0a020000 d0003e02 91284042 d2800303 9b030800 b9400400 b9000020 52800020
[ 1238.684499] 9238 d50323bf d65f03c0 52800000 17fffffd d5384103 b9402c64 d503233f f9400462
[ 1238.685243] 9258 37a80084 f9400063 7206007f 54000060 9340dc03 8a030000 ab010000 9a8283e2
[ 1238.685988] 9278 da9f3000 fa02001f 9a9f87e0 d50323bf d65f03c0 d503233f a9bd7bfd 910003fd
[ 1238.686732] 9298 a90153f3 aa0003f4 aa0203f3 f90013f5 aa0103f5 aa0203e1 97ffffe6 b40001c0
[ 1238.687477] 92b8 97ffff74 9340de81 d5384100 8a010281 f9400402 ea22003f 9a9f0280 d503229f
[ 1238.688222] 92d8 aa1303e2 aa1503e1 97fa32e8 aa0003f3 97ffff64 aa1303e0 a94153f3 f94013f5
[ 1238.688966] 92f8 a8c37bfd d50323bf d65f03c0 d503245f aa1e03e9 d503201f d503233f a9bd7bfd
[ 1238.689711] 9318 910003fd f90013f5 aa0203f5 a90153f3 91034013 aa0103f4 aa1303e0 941a88d7
[ 1238.690455] 9338* f94006b5 f9400280 b9801aa2 eb02001f 54000223 b2407be3 f9400680 f9400aa1
[ 1238.691199] 9358 eb03005f 54000149 d4210000 aa1303e0 941a87cb 128001a0 a94153f3 f94013f5
[ 1238.691944] 9378 a8c37bfd d50323bf d65f03c0 97ffffc2 b5fffee0 b9801aa0 f9000280 aa1303e0
[ 1238.692688] 9398 941a87bf 52800000 17fffff4 aa1e03e9 d503201f d503233f a9bd7bfd 910003fd
[ 1238.693433] 93b8 f90013f5 aa0103f5 a90153f3 aa0003f3 aa0203f4 aa0203e0 97fa35ee f94002a3
[ 1238.694177] 93d8 f90002a0 eb20c07f 1a832003 7100007f fa401a64 540000e1 52800000 a94153f3
[ 1238.694921] 93f8 f94013f5 a8c37bfd d50323bf d65f03c0 b2407be0 93407c62 eb23c01f 54000082
[ 1238.695666] 9418 d4210000 128001a0 17fffff5 aa1403e1 aa1303e0 97ffff98 b4fffe00 17fffffa
[ 1238.696410] 9438 d503245f aa1e03e9 d503201f d503233f a9be7bfd 910003fd a90153f3 aa0003f4
[ 1238.697154] 9458 aa0103f3 f9402800 91004021 b9410800 b81f0020 f9402a80 b9410c00 b81f4020
[ 1238.697899] 9478 f9402a80 b9411000 b81f8020 f9402a80 f9408c02 f9400e60 97ffffc5 35000180
[ 1238.698643] 9498 f9402a80 91008261 f9409402 f9401660 97ffffbf 350000c0 f9402a80 9100c261
[ 1238.699388] 94b8 f9409002 f9401e60 97ffffb9 a94153f3 a8c27bfd d50323bf d65f03c0 d503245f
[ 1238.700133] 94d8 aa1e03e9 d503201f d503233f a9bc7bfd 910003fd a90153f3 aa0103f4 aa0003f3
[ 1238.700877] 94f8 f9001bf7 91034017 aa1703e0 a9025bf5 aa0203f5 941a8861 b9400280 3100041f
[ 1238.701621] 9518 54000820 7100041f 54000981 b9400680 7100101f 54000928 b9401261 32100000
[ 1238.702367]
SP: 0xffff80001440bc50:
[ 1238.702806] ba50 1440ba80 ffff8000 10033d68 ffff8000 1440bb00 ffff8000 96000004 00000000
[ 1238.703551] ba70 1440bb00 ffff8000 10d4b6b4 ffff8000 1440bac0 ffff8000 10d473bc ffff8000
[ 1238.704297] ba90 1440bb00 ffff8000 96000004 00000000 00000018 00000000 106a9340 ffff8000
[ 1238.705041] bab0 40000005 00000000 10d4e138 ffff8000 1440baf0 ffff8000 10d47888 ffff8000
[ 1238.705787] bad0 f1ba28d0 ffff0000 ffffffff 0000ffff 1440bc50 ffff8000 10288b78 ffff8000
[ 1238.706531] baf0 1440bc30 ffff8000 10011c08 ffff8000 00000000 00000000 00000000 00000000
[ 1238.707276] bb10 0da90f40 ffff0000 00000000 00000000 00000000 00000000 1440bd68 ffff8000
[ 1238.708020] bb30 1440bd68 ffff8000 00000000 00000000 00000000 00000000 10d4a308 ffff8000
[ 1238.708765] bb50 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.709508] bb70 00000000 00000000 fcf5ff68 0000ffff 00000000 00000000 00000000 00000000
[ 1238.710253] bb90 00000000 00000000 f1ba28d0 ffff0000 1440bd58 ffff8000 00000000 00000000
[ 1238.710997] bbb0 1440bd58 ffff8000 04b75800 ffff0000 04b75800 ffff0000 00000010 00000000
[ 1238.711742] bbd0 fcf5ff68 0000ffff 00000010 00000000 1440bd58 ffff8000 1440bc50 ffff8000
[ 1238.712486] bbf0 106a9338 ffff8000 1440bc50 ffff8000 106a9340 ffff8000 40000005 00000000
[ 1238.713231] bc10 f1ba28d0 ffff0000 1440bd58 ffff8000 ffffffff 0000ffff 10d4b6b4 ffff8000
[ 1238.713975] bc30 1440bc50 ffff8000 106a9340 ffff8000 f1ba28d0 ffff0000 00000000 00000000
[ 1238.714720] bc50* 1440bc80 ffff8000 106a986c ffff8000 f1ba2800 ffff0000 00000000 00000000
[ 1238.715464] bc70 106a9304 ffff8000 106a9844 ffff8000 1440bcd0 ffff8000 106a9d88 ffff8000
[ 1238.716209] bc90 00000010 00000000 10e6ba28 ffff8000 00000010 00000000 00000001 00000000
[ 1238.716954] bcb0 c0106401 00000000 00000001 00000000 110eea4b 00000000 5bd73700 0045812f
[ 1238.717698] bcd0 1440bde0 ffff8000 10278a18 ffff8000 fffffdfd 00000000 04ca2b40 ffff0000
[ 1238.718442] bcf0 00000000 00000000 c0106401 00000000 fcf5ff68 0000ffff 0000000e 00000000
[ 1238.719187] bd10 00000000 00000000 00000000 00000000 00000000 00000000 0da90f40 ffff0000
[ 1238.719931] bd30 00000000 00000000 106a9304 ffff8000 04ca2b40 ffff0000 00000000 00000000
[ 1238.720675] bd50 1440bdf0 00000000 00000000 00000000 00000000 00000000 04ca2b40 ffff0000
[ 1238.721419] bd70 00000000 00000000 c0106401 00000000 fcf5ff68 0000ffff 0000000e 00000000
[ 1238.722164] bd90 00000000 00000000 102625f4 ffff8000 ffffff9c 00000000 fcf5ff60 0000ffff
[ 1238.722908] bdb0 1440bdd0 ffff8000 10285418 ffff8000 1440bdf0 ffff8000 102798c4 ffff8000
[ 1238.723653] bdd0 0000001d 00000000 5bd73700 0045812f 1440bdf0 ffff8000 102798fc ffff8000
[ 1238.724397] bdf0 1440be30 ffff8000 10028680 ffff8000 0000001d 00000000 1440beb0 ffff8000
[ 1238.725141] be10 ffffffff 00000000 10d709e8 ffff8000 00000000 00000000 00000000 00000000
[ 1238.725886] be30 1440be70 ffff8000 100287bc ffff8000 1440beb0 ffff8000 e640a000 ffff8000
[ 1238.726633]
X2: 0xffff00000da90f40:
[ 1238.727074] 0d40 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.727820] 0d60 00000000 00000000 1001dad4 ffff8000 00000002 00000000 00000000 00000000
[ 1238.728565] 0d80 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.729309] 0da0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.730053] 0dc0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.730798] 0de0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.731542] 0e00 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.732286] 0e20 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.733030] 0e40 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.733774] 0e60 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.734519] 0e80 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.735263] 0ea0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.736007] 0ec0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.736751] 0ee0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.737495] 0f00 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.738239] 0f20 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.738984] 0f40* 00000020 00000000 ffffffff ffffffff 00000000 00000001 00000000 00000000
[ 1238.739728] 0f60 14408000 ffff8000 00000001 00400100 00000000 00000001 00000000 00000000
[ 1238.740473] 0f80 00000030 00000000 00000004 00000010 00043d48 00000001 00ca5b80 ffff0000
[ 1238.741218] 0fa0 00000004 00000004 00000001 00000078 00000078 00000078 00000000 00000000
[ 1238.741962] 0fc0 111a0340 ffff8000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.742706] 0fe0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.743450] 1000 00100000 00000000 00400000 00000000 00000001 00000000 00000000 00000000
[ 1238.744195] 1020 00000000 00000000 f7787410 ffff0000 f7787410 ffff0000 00000001 00000000
[ 1238.744939] 1040 a41a540b 0000011d 1af530a4 00000000 2d6dfc4a 00000000 1aabbc1e 00000000
[ 1238.745684] 1060 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.746428] 1080 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.747172] 10a0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.747916] 10c0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.748660] 10e0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.749404] 1100 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.750149] 1120 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.750895]
X5: 0xffff80001440bd68:
[ 1238.751335] bb68 00000000 00000000 00000000 00000000 fcf5ff68 0000ffff 00000000 00000000
[ 1238.752079] bb88 00000000 00000000 00000000 00000000 f1ba28d0 ffff0000 1440bd58 ffff8000
[ 1238.752824] bba8 00000000 00000000 1440bd58 ffff8000 04b75800 ffff0000 04b75800 ffff0000
[ 1238.753569] bbc8 00000010 00000000 fcf5ff68 0000ffff 00000010 00000000 1440bd58 ffff8000
[ 1238.754313] bbe8 1440bc50 ffff8000 106a9338 ffff8000 1440bc50 ffff8000 106a9340 ffff8000
[ 1238.755058] bc08 40000005 00000000 f1ba28d0 ffff0000 1440bd58 ffff8000 ffffffff 0000ffff
[ 1238.755802] bc28 10d4b6b4 ffff8000 1440bc50 ffff8000 106a9340 ffff8000 f1ba28d0 ffff0000
[ 1238.756546] bc48 00000000 00000000 1440bc80 ffff8000 106a986c ffff8000 f1ba2800 ffff0000
[ 1238.757291] bc68 00000000 00000000 106a9304 ffff8000 106a9844 ffff8000 1440bcd0 ffff8000
[ 1238.758035] bc88 106a9d88 ffff8000 00000010 00000000 10e6ba28 ffff8000 00000010 00000000
[ 1238.758780] bca8 00000001 00000000 c0106401 00000000 00000001 00000000 110eea4b 00000000
[ 1238.759524] bcc8 5bd73700 0045812f 1440bde0 ffff8000 10278a18 ffff8000 fffffdfd 00000000
[ 1238.760268] bce8 04ca2b40 ffff0000 00000000 00000000 c0106401 00000000 fcf5ff68 0000ffff
[ 1238.761013] bd08 0000000e 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.761757] bd28 0da90f40 ffff0000 00000000 00000000 106a9304 ffff8000 04ca2b40 ffff0000
[ 1238.762502] bd48 00000000 00000000 1440bdf0 00000000 00000000 00000000 00000000 00000000
[ 1238.763246] bd68* 04ca2b40 ffff0000 00000000 00000000 c0106401 00000000 fcf5ff68 0000ffff
[ 1238.763991] bd88 0000000e 00000000 00000000 00000000 102625f4 ffff8000 ffffff9c 00000000
[ 1238.764735] bda8 fcf5ff60 0000ffff 1440bdd0 ffff8000 10285418 ffff8000 1440bdf0 ffff8000
[ 1238.765479] bdc8 102798c4 ffff8000 0000001d 00000000 5bd73700 0045812f 1440bdf0 ffff8000
[ 1238.766224] bde8 102798fc ffff8000 1440be30 ffff8000 10028680 ffff8000 0000001d 00000000
[ 1238.766968] be08 1440beb0 ffff8000 ffffffff 00000000 10d709e8 ffff8000 00000000 00000000
[ 1238.767712] be28 00000000 00000000 1440be70 ffff8000 100287bc ffff8000 1440beb0 ffff8000
[ 1238.768457] be48 e640a000 ffff8000 ffffffff 00000000 b92a2ecc 0000ffff 80000000 00000000
[ 1238.769201] be68 10d47b88 ffff8000 1440be80 ffff8000 10d478fc ffff8000 1440bea0 ffff8000
[ 1238.769946] be88 10d47e6c ffff8000 00000000 00000000 00000000 00000000 1440bfe0 ffff8000
[ 1238.770690] bea8 10011fe0 ffff8000 0000000e 00000000 c0106401 00000000 fcf5ff68 0000ffff
[ 1238.771435] bec8 b98ab640 0000ffff 00000000 00000000 00000004 00000000 00000007 00000000
[ 1238.772179] bee8 fefefeff fefefefe 0000001d 00000000 0000000a 00000000 00000000 00000000
[ 1238.772923] bf08 00000000 00000000 b9642928 0000ffff 00000000 00000000 b92fec70 0000ffff
[ 1238.773668] bf28 fcf5fc25 0000ffff b96642b8 0000ffff b92a2ec0 0000ffff 00000000 00000000
[ 1238.774413] bf48 0000000e 00000000 fcf5ff68 0000ffff c0106401 00000000 0000000e 00000000
[ 1238.775158]
X6: 0xffff80001440bd68:
[ 1238.775598] bb68 00000000 00000000 00000000 00000000 fcf5ff68 0000ffff 00000000 00000000
[ 1238.776343] bb88 00000000 00000000 00000000 00000000 f1ba28d0 ffff0000 1440bd58 ffff8000
[ 1238.777087] bba8 00000000 00000000 1440bd58 ffff8000 04b75800 ffff0000 04b75800 ffff0000
[ 1238.777831] bbc8 00000010 00000000 fcf5ff68 0000ffff 00000010 00000000 1440bd58 ffff8000
[ 1238.778576] bbe8 1440bc50 ffff8000 106a9338 ffff8000 1440bc50 ffff8000 106a9340 ffff8000
[ 1238.779320] bc08 40000005 00000000 f1ba28d0 ffff0000 1440bd58 ffff8000 ffffffff 0000ffff
[ 1238.780064] bc28 10d4b6b4 ffff8000 1440bc50 ffff8000 106a9340 ffff8000 f1ba28d0 ffff0000
[ 1238.780809] bc48 00000000 00000000 1440bc80 ffff8000 106a986c ffff8000 f1ba2800 ffff0000
[ 1238.781553] bc68 00000000 00000000 106a9304 ffff8000 106a9844 ffff8000 1440bcd0 ffff8000
[ 1238.782298] bc88 106a9d88 ffff8000 00000010 00000000 10e6ba28 ffff8000 00000010 00000000
[ 1238.783042] bca8 00000001 00000000 c0106401 00000000 00000001 00000000 110eea4b 00000000
[ 1238.783786] bcc8 5bd73700 0045812f 1440bde0 ffff8000 10278a18 ffff8000 fffffdfd 00000000
[ 1238.784531] bce8 04ca2b40 ffff0000 00000000 00000000 c0106401 00000000 fcf5ff68 0000ffff
[ 1238.785276] bd08 0000000e 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.786020] bd28 0da90f40 ffff0000 00000000 00000000 106a9304 ffff8000 04ca2b40 ffff0000
[ 1238.786764] bd48 00000000 00000000 1440bdf0 00000000 00000000 00000000 00000000 00000000
[ 1238.787508] bd68* 04ca2b40 ffff0000 00000000 00000000 c0106401 00000000 fcf5ff68 0000ffff
[ 1238.788254] bd88 0000000e 00000000 00000000 00000000 102625f4 ffff8000 ffffff9c 00000000
[ 1238.788999] bda8 fcf5ff60 0000ffff 1440bdd0 ffff8000 10285418 ffff8000 1440bdf0 ffff8000
[ 1238.789743] bdc8 102798c4 ffff8000 0000001d 00000000 5bd73700 0045812f 1440bdf0 ffff8000
[ 1238.790488] bde8 102798fc ffff8000 1440be30 ffff8000 10028680 ffff8000 0000001d 00000000
[ 1238.791232] be08 1440beb0 ffff8000 ffffffff 00000000 10d709e8 ffff8000 00000000 00000000
[ 1238.791977] be28 00000000 00000000 1440be70 ffff8000 100287bc ffff8000 1440beb0 ffff8000
[ 1238.792721] be48 e640a000 ffff8000 ffffffff 00000000 b92a2ecc 0000ffff 80000000 00000000
[ 1238.793466] be68 10d47b88 ffff8000 1440be80 ffff8000 10d478fc ffff8000 1440bea0 ffff8000
[ 1238.794210] be88 10d47e6c ffff8000 00000000 00000000 00000000 00000000 1440bfe0 ffff8000
[ 1238.794954] bea8 10011fe0 ffff8000 0000000e 00000000 c0106401 00000000 fcf5ff68 0000ffff
[ 1238.795699] bec8 b98ab640 0000ffff 00000000 00000000 00000004 00000000 00000007 00000000
[ 1238.796443] bee8 fefefeff fefefefe 0000001d 00000000 0000000a 00000000 00000000 00000000
[ 1238.797187] bf08 00000000 00000000 b9642928 0000ffff 00000000 00000000 b92fec70 0000ffff
[ 1238.797932] bf28 fcf5fc25 0000ffff b96642b8 0000ffff b92a2ec0 0000ffff 00000000 00000000
[ 1238.798677] bf48 0000000e 00000000 fcf5ff68 0000ffff c0106401 00000000 0000000e 00000000
[ 1238.799424]
X9: 0xffff800010d4a308:
[ 1238.799864] a108 d5384100 f9451000 b4000080 b9401801 321f0021 b9001801 d5384100 f9451000
[ 1238.800608] a128 b4ffe680 97d02131 17ffff32 52800000 17ffffe5 f9404295 d00022ba 9109835a
[ 1238.801352] a148 eb1a02bf 540000e0 f94026a3 9101a3e2 aa1403e1 aa1303e0 d63f0060 34000160
[ 1238.802097] a168 d00022ba d00022bc 9117835a 9106039c aa1403e1 aa1303e0 97cd98ec eb1c035f
[ 1238.802841] a188 54000081 d4210000 d10382b5 17ffffed f9401b41 aa1303e0 d63f0020 aa0003f5
[ 1238.803586] a1a8 b5ffe580 d103835a 17fffff5 f941ea96 b4fff376 f9400ac0 aa1503e1 f9400402
[ 1238.804330] a1c8 aa1603e0 d63f0040 f94002d6 17fffff9 eb01001f 540000c0 b9406020 b94b9e61
[ 1238.805075] a1e8 6b01001f 54000040 b90b9e60 f94246a0 f9424a81 eb00003f 54000180 90005e21
[ 1238.805820] a208 91148021 eb01001f 540001c1 d00022a1 b0002700 91000000 f9456c21 cb010000
[ 1238.806564] a228 d5182000 d5033fdf f9424680 b5fff0c0 f9424a80 f9059e60 f9024a9f 17ffff82
[ 1238.807308] a248 97cbb055 17fffff9 b94b4260 121e7400 b90b4260 7100081f 54000069 52800080
[ 1238.808053] a268 b90073e0 aa1303e0 94000fcf 17ffff83 a94153f3 a9425bf5 a94363f7 a9446bf9
[ 1238.808797] a288 a94573fb a8c87bfd d50323bf d65f03c0 d503233f a9be7bfd 910003fd f9000bf3
[ 1238.809541] a2a8 d5384113 52800020 97fffe75 f9400260 370fffa0 f9400bf3 a8c27bfd d50323bf
[ 1238.810286] a2c8 d65f03c0 d503245f aa1e03e9 d503201f d503233f a9bf7bfd d5384100 910003fd
[ 1238.811031] a2e8 f9400800 b50000c0 97ffffea 52800020 a8c17bfd d50323bf d65f03c0 97cec233
[ 1238.811776] a308* 52800000 17fffffb d503245f aa1e03e9 d503201f d503233f a9be7bfd 910003fd
[ 1238.812533] a328 a90153f3 d5384113 f9400e60 b4000280 b9402e60 721c041f 54000080 362803e0
[ 1238.813278] a348 aa1303e0 97cd54fe f9442660 b5000180 f9443260 b4000140 f9400001 eb01001f
[ 1238.814028] a368 540000a1 aa0003e1 f8410c22 eb01005f 54000060 52800021 97de0a7f d5384114
[ 1238.814773] a388 52800000 97fffe3e f9400280 370fffa0 b9402e60 721c041f 54000080 36280140
[ 1238.815518] a3a8 aa1303e0 97cd54cf a94153f3 a8c27bfd d50323bf d65f03c0 aa1303e0 97d6124c
[ 1238.816270] a3c8 17ffffe2 aa1303e0 97d61238 17fffff7 d503245f aa1e03e9 d503201f d503233f
[ 1238.817022] a3e8 a9bf7bfd d5384100 910003fd f9000c1f d5033bbf 97cda3f0 a8c17bfd d50323bf
[ 1238.817768] a408 d65f03c0 d503245f aa1e03e9 d503201f d503233f a9bb7bfd 910003fd a90153f3
[ 1238.818518] a428 a9025bf5 aa0003f5 a90363f7 a9046bf9 12001c39 d538411a 97cd8c65 aa0003f8
[ 1238.819263] a448 97cd8c67 35000040 97cd9853 d0003196 f00054d7 97cd8c67 912002d6 911062f7
[ 1238.820007] a468 8b160013 b9404aa0 f8605af4 b9401a60 8b1402d4 7100041f 54000081 b9401a80
[ 1238.820752] a488 7100041f 540008c0 aa1303e0 aa1403e1 97cd9c55 b9404aa0 f8605ae0 8b0002c0
[ 1238.821504] a4a8 eb00029f 54000100 aa1303e0 94000f1a eb14027f 54fffd80 aa1403e0 94000f16
[ 1238.822249] a4c8 17ffffe9 f9404340 f9401002 b5000322 52800015 aa1303e0 94000f0f eb14027f
[ 1238.823001] a4e8 54000060 aa1403e0 94000f0b d51b4238 90007020 b94dd000 7100001f 5400004d
[ 1238.823751]
X19: 0xffff0000f1ba28d0:
[ 1238.824203] 26d0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.824951] 26f0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.825696] 2710 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.826440] 2730 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.827185] 2750 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.827931] 2770 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.828676] 2790 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.829426] 27b0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.830171] 27d0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.830921] 27f0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.831666] 2810 00010004 00000003 0104d010 ffff0000 04026700 ffff0000 04398d80 ffff0000
[ 1238.832411] 2830 f1ba2800 ffff0000 00000000 dead4ead ffffffff 00000000 ffffffff ffffffff
[ 1238.833157] 2850 08fcf320 ffff8000 06e8c080 ffff0000 04026580 ffff0000 04026380 ffff0000
[ 1238.833908] 2870 00000001 00000000 060e9300 ffff0000 ffffffff 00000000 04625bd0 ffff0000
[ 1238.834653] 2890 04026780 ffff0000 00000000 00000000 00000000 dead4ead ffffffff 00000000
[ 1238.835399] 28b0 ffffffff ffffffff 00000000 00000000 f1ba28c0 ffff0000 f1ba28c0 ffff0000
[ 1238.836143] 28d0* 0da90f40 ffff0000 00000000 dead4ead ffffffff 00000000 ffffffff ffffffff
[ 1238.836894] 28f0 00000000 00000000 f1ba28f8 ffff0000 f1ba28f8 ffff0000 00000002 00000000
[ 1238.837639] 2910 00000000 00000000 00000000 dead4ead ffffffff 00000000 ffffffff ffffffff
[ 1238.838384] 2930 00000000 00000000 f1ba2938 ffff0000 f1ba2938 ffff0000 04b75820 ffff0000
[ 1238.839133] 2950 0436ea20 ffff0000 f1ba2958 ffff0000 f1ba2958 ffff0000 00000000 00000000
[ 1238.839878] 2970 00000000 dead4ead ffffffff 00000000 ffffffff ffffffff 00000000 00000000
[ 1238.840623] 2990 f1ba2990 ffff0000 f1ba2990 ffff0000 f1ba29a0 ffff0000 f1ba29a0 ffff0000
[ 1238.841367] 29b0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.842111] 29d0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.842856] 29f0 00000000 00000000 00000000 00000000 f1ba2a00 ffff0000 f1ba2a00 ffff0000
[ 1238.843600] 2a10 00000000 dead4ead ffffffff 00000000 ffffffff ffffffff 00000000 00000000
[ 1238.844344] 2a30 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.845088] 2a50 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.845832] 2a70 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.846577] 2a90 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.847321] 2ab0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.848066]
X20: 0xffff80001440bd58:
[ 1238.848517] bb58 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.849262] bb78 fcf5ff68 0000ffff 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.850006] bb98 f1ba28d0 ffff0000 1440bd58 ffff8000 00000000 00000000 1440bd58 ffff8000
[ 1238.850750] bbb8 04b75800 ffff0000 04b75800 ffff0000 00000010 00000000 fcf5ff68 0000ffff
[ 1238.851495] bbd8 00000010 00000000 1440bd58 ffff8000 1440bc50 ffff8000 106a9338 ffff8000
[ 1238.852239] bbf8 1440bc50 ffff8000 106a9340 ffff8000 40000005 00000000 f1ba28d0 ffff0000
[ 1238.852983] bc18 1440bd58 ffff8000 ffffffff 0000ffff 10d4b6b4 ffff8000 1440bc50 ffff8000
[ 1238.853728] bc38 106a9340 ffff8000 f1ba28d0 ffff0000 00000000 00000000 1440bc80 ffff8000
[ 1238.854472] bc58 106a986c ffff8000 f1ba2800 ffff0000 00000000 00000000 106a9304 ffff8000
[ 1238.855216] bc78 106a9844 ffff8000 1440bcd0 ffff8000 106a9d88 ffff8000 00000010 00000000
[ 1238.855961] bc98 10e6ba28 ffff8000 00000010 00000000 00000001 00000000 c0106401 00000000
[ 1238.856705] bcb8 00000001 00000000 110eea4b 00000000 5bd73700 0045812f 1440bde0 ffff8000
[ 1238.857450] bcd8 10278a18 ffff8000 fffffdfd 00000000 04ca2b40 ffff0000 00000000 00000000
[ 1238.858195] bcf8 c0106401 00000000 fcf5ff68 0000ffff 0000000e 00000000 00000000 00000000
[ 1238.858939] bd18 00000000 00000000 00000000 00000000 0da90f40 ffff0000 00000000 00000000
[ 1238.859683] bd38 106a9304 ffff8000 04ca2b40 ffff0000 00000000 00000000 1440bdf0 00000000
[ 1238.860428] bd58* 00000000 00000000 00000000 00000000 04ca2b40 ffff0000 00000000 00000000
[ 1238.861172] bd78 c0106401 00000000 fcf5ff68 0000ffff 0000000e 00000000 00000000 00000000
[ 1238.861916] bd98 102625f4 ffff8000 ffffff9c 00000000 fcf5ff60 0000ffff 1440bdd0 ffff8000
[ 1238.862661] bdb8 10285418 ffff8000 1440bdf0 ffff8000 102798c4 ffff8000 0000001d 00000000
[ 1238.863405] bdd8 5bd73700 0045812f 1440bdf0 ffff8000 102798fc ffff8000 1440be30 ffff8000
[ 1238.864150] bdf8 10028680 ffff8000 0000001d 00000000 1440beb0 ffff8000 ffffffff 00000000
[ 1238.864895] be18 10d709e8 ffff8000 00000000 00000000 00000000 00000000 1440be70 ffff8000
[ 1238.865639] be38 100287bc ffff8000 1440beb0 ffff8000 e640a000 ffff8000 ffffffff 00000000
[ 1238.866383] be58 b92a2ecc 0000ffff 80000000 00000000 10d47b88 ffff8000 1440be80 ffff8000
[ 1238.867128] be78 10d478fc ffff8000 1440bea0 ffff8000 10d47e6c ffff8000 00000000 00000000
[ 1238.867872] be98 00000000 00000000 1440bfe0 ffff8000 10011fe0 ffff8000 0000000e 00000000
[ 1238.868616] beb8 c0106401 00000000 fcf5ff68 0000ffff b98ab640 0000ffff 00000000 00000000
[ 1238.869361] bed8 00000004 00000000 00000007 00000000 fefefeff fefefefe 0000001d 00000000
[ 1238.870105] bef8 0000000a 00000000 00000000 00000000 00000000 00000000 b9642928 0000ffff
[ 1238.870850] bf18 00000000 00000000 b92fec70 0000ffff fcf5fc25 0000ffff b96642b8 0000ffff
[ 1238.871594] bf38 b92a2ec0 0000ffff 00000000 00000000 0000000e 00000000 fcf5ff68 0000ffff
[ 1238.872340]
X22: 0xffff80001440bd58:
[ 1238.872791] bb58 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.873535] bb78 fcf5ff68 0000ffff 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.874279] bb98 f1ba28d0 ffff0000 1440bd58 ffff8000 00000000 00000000 1440bd58 ffff8000
[ 1238.875024] bbb8 04b75800 ffff0000 04b75800 ffff0000 00000010 00000000 fcf5ff68 0000ffff
[ 1238.875768] bbd8 00000010 00000000 1440bd58 ffff8000 1440bc50 ffff8000 106a9338 ffff8000
[ 1238.876513] bbf8 1440bc50 ffff8000 106a9340 ffff8000 40000005 00000000 f1ba28d0 ffff0000
[ 1238.877257] bc18 1440bd58 ffff8000 ffffffff 0000ffff 10d4b6b4 ffff8000 1440bc50 ffff8000
[ 1238.878001] bc38 106a9340 ffff8000 f1ba28d0 ffff0000 00000000 00000000 1440bc80 ffff8000
[ 1238.878746] bc58 106a986c ffff8000 f1ba2800 ffff0000 00000000 00000000 106a9304 ffff8000
[ 1238.879490] bc78 106a9844 ffff8000 1440bcd0 ffff8000 106a9d88 ffff8000 00000010 00000000
[ 1238.880234] bc98 10e6ba28 ffff8000 00000010 00000000 00000001 00000000 c0106401 00000000
[ 1238.880979] bcb8 00000001 00000000 110eea4b 00000000 5bd73700 0045812f 1440bde0 ffff8000
[ 1238.881723] bcd8 10278a18 ffff8000 fffffdfd 00000000 04ca2b40 ffff0000 00000000 00000000
[ 1238.882468] bcf8 c0106401 00000000 fcf5ff68 0000ffff 0000000e 00000000 00000000 00000000
[ 1238.883212] bd18 00000000 00000000 00000000 00000000 0da90f40 ffff0000 00000000 00000000
[ 1238.883956] bd38 106a9304 ffff8000 04ca2b40 ffff0000 00000000 00000000 1440bdf0 00000000
[ 1238.884701] bd58* 00000000 00000000 00000000 00000000 04ca2b40 ffff0000 00000000 00000000
[ 1238.885445] bd78 c0106401 00000000 fcf5ff68 0000ffff 0000000e 00000000 00000000 00000000
[ 1238.886189] bd98 102625f4 ffff8000 ffffff9c 00000000 fcf5ff60 0000ffff 1440bdd0 ffff8000
[ 1238.886934] bdb8 10285418 ffff8000 1440bdf0 ffff8000 102798c4 ffff8000 0000001d 00000000
[ 1238.887678] bdd8 5bd73700 0045812f 1440bdf0 ffff8000 102798fc ffff8000 1440be30 ffff8000
[ 1238.888423] bdf8 10028680 ffff8000 0000001d 00000000 1440beb0 ffff8000 ffffffff 00000000
[ 1238.889168] be18 10d709e8 ffff8000 00000000 00000000 00000000 00000000 1440be70 ffff8000
[ 1238.889911] be38 100287bc ffff8000 1440beb0 ffff8000 e640a000 ffff8000 ffffffff 00000000
[ 1238.890656] be58 b92a2ecc 0000ffff 80000000 00000000 10d47b88 ffff8000 1440be80 ffff8000
[ 1238.891400] be78 10d478fc ffff8000 1440bea0 ffff8000 10d47e6c ffff8000 00000000 00000000
[ 1238.892144] be98 00000000 00000000 1440bfe0 ffff8000 10011fe0 ffff8000 0000000e 00000000
[ 1238.892889] beb8 c0106401 00000000 fcf5ff68 0000ffff b98ab640 0000ffff 00000000 00000000
[ 1238.893633] bed8 00000004 00000000 00000007 00000000 fefefeff fefefefe 0000001d 00000000
[ 1238.894377] bef8 0000000a 00000000 00000000 00000000 00000000 00000000 b9642928 0000ffff
[ 1238.895121] bf18 00000000 00000000 b92fec70 0000ffff fcf5fc25 0000ffff b96642b8 0000ffff
[ 1238.895866] bf38 b92a2ec0 0000ffff 00000000 00000000 0000000e 00000000 fcf5ff68 0000ffff
[ 1238.896611]
X23: 0xffff000004b75800:
[ 1238.897062] 5600 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000
[ 1238.897807] 5620 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000
[ 1238.898552] 5640 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000
[ 1238.899297] 5660 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000
[ 1238.900041] 5680 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000
[ 1238.900786] 56a0 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000
[ 1238.901530] 56c0 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000
[ 1238.902275] 56e0 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000
[ 1238.903019] 5700 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000
[ 1238.903764] 5720 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.904508] 5740 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.905252] 5760 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.905997] 5780 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.906741] 57a0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.907485] 57c0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.908229] 57e0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.908973] 5800* 00000001 00000000 00000000 00000000 0439acc0 ffff0000 00000000 00000000
[ 1238.909718] 5820 0436ea20 ffff0000 f1ba2948 ffff0000 04026380 ffff0000 00000000 dead4ead
[ 1238.910462] 5840 ffffffff 00000000 ffffffff ffffffff 04000004 00000000 00000000 00000000
[ 1238.911207] 5860 00000001 00000000 00000000 dead4ead ffffffff 00000000 ffffffff ffffffff
[ 1238.911951] 5880 00000000 dead4ead ffffffff 00000000 ffffffff ffffffff 04000004 00000000
[ 1238.912696] 58a0 00000000 00000000 00000001 00000000 00000000 dead4ead ffffffff 00000000
[ 1238.913439] 58c0 ffffffff ffffffff 04ca2b40 ffff0000 0d942000 ffff0000 04b758d8 ffff0000
[ 1238.914184] 58e0 04b758d8 ffff0000 00000000 00000000 00000000 dead4ead ffffffff 00000000
[ 1238.914929] 5900 ffffffff ffffffff 00000000 00000000 04b75910 ffff0000 04b75910 ffff0000
[ 1238.915673] 5920 04b75920 ffff0000 04b75920 ffff0000 00000000 dead4ead ffffffff 00000000
[ 1238.916417] 5940 ffffffff ffffffff 04b75948 ffff0000 04b75948 ffff0000 04b75958 ffff0000
[ 1238.917162] 5960 04b75958 ffff0000 04b75968 ffff0000 04b75968 ffff0000 00001000 00000000
[ 1238.917906] 5980 00000000 00000000 00000000 dead4ead ffffffff 00000000 ffffffff ffffffff
[ 1238.918651] 59a0 00000000 00000000 04b759a8 ffff0000 04b759a8 ffff0000 00000000 00000000
[ 1238.919395] 59c0 00000000 dead4ead ffffffff 00000000 ffffffff ffffffff 00000000 00000000
[ 1238.920140] 59e0 04b759e0 ffff0000 04b759e0 ffff0000 00000000 00000000 00000000 00000000
[ 1238.920885]
X24: 0xffff000004b75800:
[ 1238.921336] 5600 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000
[ 1238.922080] 5620 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000
[ 1238.922825] 5640 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000
[ 1238.923569] 5660 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000
[ 1238.924313] 5680 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000
[ 1238.925058] 56a0 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000
[ 1238.925803] 56c0 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000
[ 1238.926547] 56e0 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000
[ 1238.927291] 5700 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000 0db4e280 ffff0000
[ 1238.928036] 5720 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.928781] 5740 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.929524] 5760 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.930268] 5780 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.931012] 57a0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.931756] 57c0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.932501] 57e0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.933245] 5800* 00000001 00000000 00000000 00000000 0439acc0 ffff0000 00000000 00000000
[ 1238.933989] 5820 0436ea20 ffff0000 f1ba2948 ffff0000 04026380 ffff0000 00000000 dead4ead
[ 1238.934734] 5840 ffffffff 00000000 ffffffff ffffffff 04000004 00000000 00000000 00000000
[ 1238.935478] 5860 00000001 00000000 00000000 dead4ead ffffffff 00000000 ffffffff ffffffff
[ 1238.936222] 5880 00000000 dead4ead ffffffff 00000000 ffffffff ffffffff 04000004 00000000
[ 1238.936966] 58a0 00000000 00000000 00000001 00000000 00000000 dead4ead ffffffff 00000000
[ 1238.937710] 58c0 ffffffff ffffffff 04ca2b40 ffff0000 0d942000 ffff0000 04b758d8 ffff0000
[ 1238.938455] 58e0 04b758d8 ffff0000 00000000 00000000 00000000 dead4ead ffffffff 00000000
[ 1238.939200] 5900 ffffffff ffffffff 00000000 00000000 04b75910 ffff0000 04b75910 ffff0000
[ 1238.939944] 5920 04b75920 ffff0000 04b75920 ffff0000 00000000 dead4ead ffffffff 00000000
[ 1238.940689] 5940 ffffffff ffffffff 04b75948 ffff0000 04b75948 ffff0000 04b75958 ffff0000
[ 1238.941433] 5960 04b75958 ffff0000 04b75968 ffff0000 04b75968 ffff0000 00001000 00000000
[ 1238.942177] 5980 00000000 00000000 00000000 dead4ead ffffffff 00000000 ffffffff ffffffff
[ 1238.942922] 59a0 00000000 00000000 04b759a8 ffff0000 04b759a8 ffff0000 00000000 00000000
[ 1238.943666] 59c0 00000000 dead4ead ffffffff 00000000 ffffffff ffffffff 00000000 00000000
[ 1238.944410] 59e0 04b759e0 ffff0000 04b759e0 ffff0000 00000000 00000000 00000000 00000000
[ 1238.945157]
X28: 0xffff80001440bd58:
[ 1238.945609] bb58 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.946353] bb78 fcf5ff68 0000ffff 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.947097] bb98 f1ba28d0 ffff0000 1440bd58 ffff8000 00000000 00000000 1440bd58 ffff8000
[ 1238.947841] bbb8 04b75800 ffff0000 04b75800 ffff0000 00000010 00000000 fcf5ff68 0000ffff
[ 1238.948586] bbd8 00000010 00000000 1440bd58 ffff8000 1440bc50 ffff8000 106a9338 ffff8000
[ 1238.949331] bbf8 1440bc50 ffff8000 106a9340 ffff8000 40000005 00000000 f1ba28d0 ffff0000
[ 1238.950076] bc18 1440bd58 ffff8000 ffffffff 0000ffff 10d4b6b4 ffff8000 1440bc50 ffff8000
[ 1238.950820] bc38 106a9340 ffff8000 f1ba28d0 ffff0000 00000000 00000000 1440bc80 ffff8000
[ 1238.951565] bc58 106a986c ffff8000 f1ba2800 ffff0000 00000000 00000000 106a9304 ffff8000
[ 1238.952310] bc78 106a9844 ffff8000 1440bcd0 ffff8000 106a9d88 ffff8000 00000010 00000000
[ 1238.953054] bc98 10e6ba28 ffff8000 00000010 00000000 00000001 00000000 c0106401 00000000
[ 1238.953798] bcb8 00000001 00000000 110eea4b 00000000 5bd73700 0045812f 1440bde0 ffff8000
[ 1238.954543] bcd8 10278a18 ffff8000 fffffdfd 00000000 04ca2b40 ffff0000 00000000 00000000
[ 1238.955287] bcf8 c0106401 00000000 fcf5ff68 0000ffff 0000000e 00000000 00000000 00000000
[ 1238.956031] bd18 00000000 00000000 00000000 00000000 0da90f40 ffff0000 00000000 00000000
[ 1238.956775] bd38 106a9304 ffff8000 04ca2b40 ffff0000 00000000 00000000 1440bdf0 00000000
[ 1238.957520] bd58* 00000000 00000000 00000000 00000000 04ca2b40 ffff0000 00000000 00000000
[ 1238.958264] bd78 c0106401 00000000 fcf5ff68 0000ffff 0000000e 00000000 00000000 00000000
[ 1238.959009] bd98 102625f4 ffff8000 ffffff9c 00000000 fcf5ff60 0000ffff 1440bdd0 ffff8000
[ 1238.959753] bdb8 10285418 ffff8000 1440bdf0 ffff8000 102798c4 ffff8000 0000001d 00000000
[ 1238.960497] bdd8 5bd73700 0045812f 1440bdf0 ffff8000 102798fc ffff8000 1440be30 ffff8000
[ 1238.961242] bdf8 10028680 ffff8000 0000001d 00000000 1440beb0 ffff8000 ffffffff 00000000
[ 1238.961986] be18 10d709e8 ffff8000 00000000 00000000 00000000 00000000 1440be70 ffff8000
[ 1238.962731] be38 100287bc ffff8000 1440beb0 ffff8000 e640a000 ffff8000 ffffffff 00000000
[ 1238.963475] be58 b92a2ecc 0000ffff 80000000 00000000 10d47b88 ffff8000 1440be80 ffff8000
[ 1238.964220] be78 10d478fc ffff8000 1440bea0 ffff8000 10d47e6c ffff8000 00000000 00000000
[ 1238.964964] be98 00000000 00000000 1440bfe0 ffff8000 10011fe0 ffff8000 0000000e 00000000
[ 1238.965709] beb8 c0106401 00000000 fcf5ff68 0000ffff b98ab640 0000ffff 00000000 00000000
[ 1238.966453] bed8 00000004 00000000 00000007 00000000 fefefeff fefefefe 0000001d 00000000
[ 1238.967197] bef8 0000000a 00000000 00000000 00000000 00000000 00000000 b9642928 0000ffff
[ 1238.967942] bf18 00000000 00000000 b92fec70 0000ffff fcf5fc25 0000ffff b96642b8 0000ffff
[ 1238.968686] bf38 b92a2ec0 0000ffff 00000000 00000000 0000000e 00000000 fcf5ff68 0000ffff
[ 1238.969431]
X29: 0xffff80001440bc50:
[ 1238.969882] ba50 1440ba80 ffff8000 10033d68 ffff8000 1440bb00 ffff8000 96000004 00000000
[ 1238.970627] ba70 1440bb00 ffff8000 10d4b6b4 ffff8000 1440bac0 ffff8000 10d473bc ffff8000
[ 1238.971371] ba90 1440bb00 ffff8000 96000004 00000000 00000018 00000000 106a9340 ffff8000
[ 1238.972115] bab0 40000005 00000000 10d4e138 ffff8000 1440baf0 ffff8000 10d47888 ffff8000
[ 1238.972860] bad0 f1ba28d0 ffff0000 ffffffff 0000ffff 1440bc50 ffff8000 10288b78 ffff8000
[ 1238.973604] baf0 1440bc30 ffff8000 10011c08 ffff8000 00000000 00000000 00000000 00000000
[ 1238.974349] bb10 0da90f40 ffff0000 00000000 00000000 00000000 00000000 1440bd68 ffff8000
[ 1238.975095] bb30 1440bd68 ffff8000 00000000 00000000 00000000 00000000 10d4a308 ffff8000
[ 1238.975840] bb50 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1238.976584] bb70 00000000 00000000 fcf5ff68 0000ffff 00000000 00000000 00000000 00000000
[ 1238.977329] bb90 00000000 00000000 f1ba28d0 ffff0000 1440bd58 ffff8000 00000000 00000000
[ 1238.978073] bbb0 1440bd58 ffff8000 04b75800 ffff0000 04b75800 ffff0000 00000010 00000000
[ 1238.978818] bbd0 fcf5ff68 0000ffff 00000010 00000000 1440bd58 ffff8000 1440bc50 ffff8000
[ 1238.979563] bbf0 106a9338 ffff8000 1440bc50 ffff8000 106a9340 ffff8000 40000005 00000000
[ 1238.980307] bc10 f1ba28d0 ffff0000 1440bd58 ffff8000 ffffffff 0000ffff 10d4b6b4 ffff8000
[ 1238.981051] bc30 1440bc50 ffff8000 106a9340 ffff8000 f1ba28d0 ffff0000 00000000 00000000
[ 1238.981796] bc50* 1440bc80 ffff8000 106a986c ffff8000 f1ba2800 ffff0000 00000000 00000000
[ 1238.982540] bc70 106a9304 ffff8000 106a9844 ffff8000 1440bcd0 ffff8000 106a9d88 ffff8000
[ 1238.983285] bc90 00000010 00000000 10e6ba28 ffff8000 00000010 00000000 00000001 00000000
[ 1238.984029] bcb0 c0106401 00000000 00000001 00000000 110eea4b 00000000 5bd73700 0045812f
[ 1238.984773] bcd0 1440bde0 ffff8000 10278a18 ffff8000 fffffdfd 00000000 04ca2b40 ffff0000
[ 1238.985517] bcf0 00000000 00000000 c0106401 00000000 fcf5ff68 0000ffff 0000000e 00000000
[ 1238.986262] bd10 00000000 00000000 00000000 00000000 00000000 00000000 0da90f40 ffff0000
[ 1238.987006] bd30 00000000 00000000 106a9304 ffff8000 04ca2b40 ffff0000 00000000 00000000
[ 1238.987750] bd50 1440bdf0 00000000 00000000 00000000 00000000 00000000 04ca2b40 ffff0000
[ 1238.988494] bd70 00000000 00000000 c0106401 00000000 fcf5ff68 0000ffff 0000000e 00000000
[ 1238.989239] bd90 00000000 00000000 102625f4 ffff8000 ffffff9c 00000000 fcf5ff60 0000ffff
[ 1238.989983] bdb0 1440bdd0 ffff8000 10285418 ffff8000 1440bdf0 ffff8000 102798c4 ffff8000
[ 1238.990728] bdd0 0000001d 00000000 5bd73700 0045812f 1440bdf0 ffff8000 102798fc ffff8000
[ 1238.991472] bdf0 1440be30 ffff8000 10028680 ffff8000 0000001d 00000000 1440beb0 ffff8000
[ 1238.992217] be10 ffffffff 00000000 10d709e8 ffff8000 00000000 00000000 00000000 00000000
[ 1238.992961] be30 1440be70 ffff8000 100287bc ffff8000 1440beb0 ffff8000 e640a000 ffff8000
[ 1238.993711] Code: aa1303e0 941a88d7 f94006b5 f9400280 (b9801aa2)
[ 1238.994259] ---[ end trace 87753cd09d32c34a ]---

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.