Re: Regression: NULL pointer dereference after NFS_V4_2_READ_PLUS (commit 7fd461c47)

From: Krzysztof Kozlowski
Date: Thu Jun 15 2023 - 04:52:56 EST


On 14/06/2023 22:55, Anna Schumaker wrote:
>>>> Still null ptr (built on 420b2d4 with your patch):
>>>
>>> We're through the merge window and at rc1 now, so I can spend more
>>> time scratching my head over your bug again. We've come up with a
>>> patch (attached) that adds a bunch of printks to show us what the
>>> kernel thinks is going on. Do you mind trying it out and letting us
>>> know what gets printed out? You'll need to make sure
>>> CONFIG_NFS_V4_2_READ_PLUS is enabled when compiling the kernel.
>>
>> The patch does not apply. I tried: v6.4-rc1, v6.4-rc5, next-20230609.
>
> Can you try the attached patch on top of my 3-patch series from the
> other day, and let me know what gets printed out? It adds a bunch of
> printk()s at strategic points to print out what is going on with the
> xdr scratch buffer since it's suddenly a bad memory address after
> working for a bit on your machine.
>

Here you have entire log - attached (113 kB, I hope goes past mailing
lists/spam filters).

Best regards,
Krzysztof
Kernel image @ 0x40008000 [ 0x000000 - 0x7b4788 ]
## Loading init Ramdisk from Legacy Image at 45000000 ...
Image Name: U-Boot Odroid ARMv7 ramdisk
Image Type: ARM Linux RAMDisk Image (gzip compressed)
Data Size: 8076595 Bytes = 7.7 MiB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
## Flattened Device Tree blob at 44000000
Booting using the fdt blob at 0x44000000
Loading Ramdisk to 4f84c000, end 4ffffd33 ... OK
Loading Device Tree to 4f83a000, end 4f84be41 ... OK

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x100
[ 0.000000] Linux version 6.4.0-rc6-next-20230615-00004-g8e95ecb4298d (krzk@krzk-bin) (arm-linux-gnueabi-gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #83 SMP PREEMPT Thu Jun 15 10:47:34 CEST 2023
[ 0.000000] CPU: ARMv7 Processor [410fc073] revision 3 (ARMv7), cr=10c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: Hardkernel Odroid HC1
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 96 MiB at 0xb8800000
[ 0.000000] Samsung CPU ID: 0xe5422001
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000040000000-0x000000006fffffff]
[ 0.000000] HighMem [mem 0x0000000070000000-0x00000000be9fffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000000be9fffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000000be9fffff]
[ 0.000000] Running under secure firmware.
[ 0.000000] percpu: Embedded 17 pages/cpu s38964 r8192 d22476 u69632
[ 0.000000] Kernel command line: console=tty1 console=ttySAC2,115200n8 ip=192.168.1.12:192.168.1.10:192.168.1.1:255.255.255.0::eth0:none nfsrootdebug root=/dev/nfs nfsroot=192.168.1.10:/srv/nfs/odroidhc1,vers=4,nolock rootwait rw no_console_suspend
[ 0.000000] Unknown kernel command line parameters "nfsrootdebug", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 517120
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 1923984K/2074624K available (12288K kernel code, 1528K rwdata, 4228K rodata, 1024K init, 6604K bss, 52336K reserved, 98304K cma-reserved, 1189888K highmem)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] trace event string verifier disabled
[ 0.000000] Running RCU self tests
[ 0.000000] Running RCU synchronous self tests
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU lockdep checking is enabled.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] Running RCU synchronous self tests
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] Switching to timer-based delay loop, resolution 41ns
[ 0.000000] clocksource: mct-frc: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[ 0.000002] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
[ 0.000063] genirq: irq_chip COMBINER did not update eff. affinity mask of irq 57
[ 0.001891] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[ 0.001927] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.001958] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.001981] Ignoring duplicate/late registration of read_current_timer delay
[ 0.003422] Console: colour dummy device 80x30
[ 0.003593] printk: console [tty1] enabled
[ 0.011039] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.011231] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.011340] ... MAX_LOCK_DEPTH: 48
[ 0.011450] ... MAX_LOCKDEP_KEYS: 8192
[ 0.011562] ... CLASSHASH_SIZE: 4096
[ 0.011674] ... MAX_LOCKDEP_ENTRIES: 32768
[ 0.011787] ... MAX_LOCKDEP_CHAINS: 65536
[ 0.011901] ... CHAINHASH_SIZE: 32768
[ 0.012016] memory used by lock dependency info: 4125 kB
[ 0.012147] memory used for stack traces: 2112 kB
[ 0.012267] per task-struct memory footprint: 1536 bytes
[ 0.012480] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[ 0.012732] pid_max: default: 32768 minimum: 301
[ 0.013643] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.013849] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.018285] CPU: Testing write buffer coherency: ok
[ 0.018671] Running RCU synchronous self tests
[ 0.018810] Running RCU synchronous self tests
[ 0.021269] CPU0: thread -1, cpu 0, socket 1, mpidr 80000100
[ 0.026367] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[ 0.027009] Running RCU-tasks wait API self tests
[ 0.130396] Setting up static identity map for 0x40100000 - 0x40100060
[ 0.131615] ARM CCI driver probed
[ 0.132455] Exynos MCPM support installed
[ 0.140366] rcu: Hierarchical SRCU implementation.
[ 0.140502] rcu: Max phase no-delay instances is 1000.
[ 0.146785] smp: Bringing up secondary CPUs ...
[ 0.151107] CPU1: thread -1, cpu 1, socket 1, mpidr 80000101
[ 0.156008] CPU2: thread -1, cpu 2, socket 1, mpidr 80000102
[ 0.159993] CPU3: thread -1, cpu 3, socket 1, mpidr 80000103
[ 0.164005] CPU4: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.164029] CPU4: detected I-Cache line size mismatch, workaround enabled
[ 0.164041] CPU4: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
[ 0.164616] CPU4: Spectre BHB: enabling loop workaround for all CPUs
[ 0.168543] CPU5: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.168562] CPU5: detected I-Cache line size mismatch, workaround enabled
[ 0.168573] CPU5: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
[ 0.172673] CPU6: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.172693] CPU6: detected I-Cache line size mismatch, workaround enabled
[ 0.172705] CPU6: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
[ 0.176793] CPU7: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.176812] CPU7: detected I-Cache line size mismatch, workaround enabled
[ 0.176824] CPU7: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
[ 0.178119] smp: Brought up 1 node, 8 CPUs
[ 0.178286] SMP: Total of 8 processors activated (384.00 BogoMIPS).
[ 0.178448] CPU: All CPU(s) started in HYP mode.
[ 0.178572] CPU: Virtualization extensions available.
[ 0.182904] devtmpfs: initialized
[ 0.250315] Callback from call_rcu_tasks() invoked.
[ 0.270259] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 0.271644] Running RCU synchronous self tests
[ 0.271812] Running RCU synchronous self tests
[ 0.273250] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.273445] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.276089] pinctrl core: initialized pinctrl subsystem
[ 0.281581] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.286494] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.297000] thermal_sys: Registered thermal governor 'step_wise'
[ 0.297887] cpuidle: using governor menu
[ 0.299348] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.299554] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.378142] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.379838] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.381274] gpio gpiochip2: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.382299] gpio gpiochip3: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.383305] gpio gpiochip4: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.389512] gpio gpiochip5: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.390510] gpio gpiochip6: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.391477] gpio gpiochip7: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.392465] gpio gpiochip8: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.393515] gpio gpiochip9: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.394593] gpio gpiochip10: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.395559] gpio gpiochip11: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.396539] gpio gpiochip12: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.397505] gpio gpiochip13: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.398473] gpio gpiochip14: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.399458] gpio gpiochip15: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.400480] gpio gpiochip16: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.401464] gpio gpiochip17: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.407136] gpio gpiochip18: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.408120] gpio gpiochip19: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.409143] gpio gpiochip20: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.410134] gpio gpiochip21: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.411140] gpio gpiochip22: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.412143] gpio gpiochip23: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.413111] gpio gpiochip24: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.414073] gpio gpiochip25: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.420188] gpio gpiochip26: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.421170] gpio gpiochip27: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.422177] gpio gpiochip28: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.423172] gpio gpiochip29: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.424213] gpio gpiochip30: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.425177] gpio gpiochip31: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.426136] gpio gpiochip32: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.427103] gpio gpiochip33: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.428094] gpio gpiochip34: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.433462] gpio gpiochip35: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.449122] EXYNOS5420 PMU initialized
[ 0.700863] iommu: Default domain type: Translated
[ 0.700963] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.703305] SCSI subsystem initialized
[ 0.704300] usbcore: registered new interface driver usbfs
[ 0.704579] usbcore: registered new interface driver hub
[ 0.704857] usbcore: registered new device driver usb
[ 0.707173] pps_core: LinuxPPS API ver. 1 registered
[ 0.707267] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 0.707457] PTP clock support registered
[ 0.709223] Advanced Linux Sound Architecture Driver Initialized.
[ 0.712096] nfc: nfc_init: NFC Core ver 0.1
[ 0.712415] NET: Registered PF_NFC protocol family
[ 0.714102] clocksource: Switched to clocksource mct-frc
[ 0.758835] NET: Registered PF_INET protocol family
[ 0.759565] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.762662] tcp_listen_portaddr_hash hash table entries: 512 (order: 2, 20480 bytes, linear)
[ 0.763225] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.763376] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.763835] TCP bind hash table entries: 8192 (order: 7, 655360 bytes, linear)
[ 0.767737] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.768242] UDP hash table entries: 512 (order: 3, 49152 bytes, linear)
[ 0.768660] UDP-Lite hash table entries: 512 (order: 3, 49152 bytes, linear)
[ 0.769470] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.771692] RPC: Registered named UNIX socket transport module.
[ 0.771857] RPC: Registered udp transport module.
[ 0.771949] RPC: Registered tcp transport module.
[ 0.772038] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.774188] Trying to unpack rootfs image as initramfs...
[ 0.794609] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[ 0.797997] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.806372] Initialise system trusted keyrings
[ 0.807372] workingset: timestamp_bits=30 max_order=19 bucket_order=0
[ 0.809377] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.810688] NFS: Registering the id_resolver key type
[ 0.810954] Key type id_resolver registered
[ 0.811094] Key type id_legacy registered
[ 0.811254] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.811529] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.811788] romfs: ROMFS MTD (C) 2007 Red Hat, Inc.
[ 0.812745] Key type asymmetric registered
[ 0.812897] Asymmetric key parser 'x509' registered
[ 0.813376] bounce: pool size: 64 pages
[ 0.813587] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 0.813769] io scheduler mq-deadline registered
[ 0.813860] io scheduler kyber registered
[ 0.814120] io scheduler bfq registered
[ 0.816437] samsung-pinctrl 13400000.pinctrl: Failed to create device link (0x180) with soc
[ 0.823580] samsung-usb2-phy 12130000.phy: supply vbus not found, using dummy regulator
[ 0.826898] exynos5_usb3drd_phy 12100000.phy: supply vbus not found, using dummy regulator
[ 0.827618] exynos5_usb3drd_phy 12100000.phy: supply vbus-boost not found, using dummy regulator
[ 0.829243] exynos5_usb3drd_phy 12500000.phy: supply vbus not found, using dummy regulator
[ 0.829906] exynos5_usb3drd_phy 12500000.phy: supply vbus-boost not found, using dummy regulator
[ 0.851948] dma-pl330 3880000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 0.852092] dma-pl330 3880000.dma-controller: DBUFF-4x8bytes Num_Chans-6 Num_Peri-16 Num_Events-6
[ 0.864503] dma-pl330 121a0000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 0.864646] dma-pl330 121a0000.dma-controller: DBUFF-32x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32
[ 0.874275] dma-pl330 3880000.dma-controller: PM domain MAU will not be powered off
[ 0.877902] dma-pl330 121b0000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 0.878041] dma-pl330 121b0000.dma-controller: DBUFF-32x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32
[ 0.882192] dma-pl330 10800000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 0.882331] dma-pl330 10800000.dma-controller: DBUFF-64x8bytes Num_Chans-8 Num_Peri-1 Num_Events-32
[ 1.169030] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 1.182982] 12c00000.serial: ttySAC0 at MMIO 0x12c00000 (irq = 122, base_baud = 0) is a S3C6400/10
[ 1.186914] 12c10000.serial: ttySAC1 at MMIO 0x12c10000 (irq = 123, base_baud = 0) is a S3C6400/10
[ 1.190323] 12c20000.serial: ttySAC2 at MMIO 0x12c20000 (irq = 124, base_baud = 0) is a S3C6400/10
[ 1.191034] printk: console [ttySAC2] enabled
[ 1.464180] Freeing initrd memory: 7888K
[ 1.470536] 12c30000.serial: ttySAC3 at MMIO 0x12c30000 (irq = 125, base_baud = 0) is a S3C6400/10
[ 2.635151] random: crng init done
[ 2.635720] exynos-trng 10830600.rng: Exynos True Random Number Generator.
[ 2.704852] brd: module loaded
[ 2.743322] loop: module loaded
[ 2.753815] usbcore: registered new device driver r8152-cfgselector
[ 2.758900] usbcore: registered new interface driver r8152
[ 2.764336] usbcore: registered new interface driver asix
[ 2.769643] usbcore: registered new interface driver ax88179_178a
[ 2.775794] usbcore: registered new interface driver cdc_ether
[ 2.781520] usbcore: registered new interface driver smsc75xx
[ 2.787302] usbcore: registered new interface driver smsc95xx
[ 2.792957] usbcore: registered new interface driver net1080
[ 2.798652] usbcore: registered new interface driver cdc_subset
[ 2.804544] usbcore: registered new interface driver zaurus
[ 2.810048] usbcore: registered new interface driver cdc_ncm
[ 2.815721] usbcore: registered new interface driver r8153_ecm
[ 2.827664] phy phy-12130000.phy.6: phy_power_on was called before phy_init
[ 2.833354] exynos-ehci 12110000.usb: EHCI Host Controller
[ 2.839261] exynos-ehci 12110000.usb: new USB bus registered, assigned bus number 1
[ 2.847595] exynos-ehci 12110000.usb: irq 126, io mem 0x12110000
[ 2.874200] exynos-ehci 12110000.usb: USB 2.0 started, EHCI 1.00
[ 2.880076] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
[ 2.887207] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.894339] usb usb1: Product: EHCI Host Controller
[ 2.899098] usb usb1: Manufacturer: Linux 6.4.0-rc6-next-20230615-00004-g8e95ecb4298d ehci_hcd
[ 2.907784] usb usb1: SerialNumber: 12110000.usb
[ 2.916343] hub 1-0:1.0: USB hub found
[ 2.918912] hub 1-0:1.0: 3 ports detected
[ 2.928484] phy phy-12130000.phy.6: phy_power_on was called before phy_init
[ 2.934154] exynos-ohci 12120000.usb: USB Host Controller
[ 2.939488] exynos-ohci 12120000.usb: new USB bus registered, assigned bus number 2
[ 2.947598] exynos-ohci 12120000.usb: irq 126, io mem 0x12120000
[ 3.018788] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.04
[ 3.025907] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.032891] usb usb2: Product: USB Host Controller
[ 3.037685] usb usb2: Manufacturer: Linux 6.4.0-rc6-next-20230615-00004-g8e95ecb4298d ohci_hcd
[ 3.046309] usb usb2: SerialNumber: 12120000.usb
[ 3.053025] hub 2-0:1.0: USB hub found
[ 3.055586] hub 2-0:1.0: 3 ports detected
[ 3.064522] usbcore: registered new interface driver uas
[ 3.068604] usbcore: registered new interface driver usb-storage
[ 3.076570] UDC core: g_ether: couldn't find an available UDC
[ 3.086860] i2c_dev: i2c /dev entries driver
[ 3.118324] s5m-rtc s2mps14-rtc: registered as rtc0
[ 3.125693] s5m-rtc s2mps14-rtc: setting system clock to 2000-01-01T00:00:32 UTC (946684832)
[ 3.134158] s2mps11-clk s2mps11-clk: DMA mask not set
[ 3.172125] vddq_mmc2: Bringing 3300000uV into 2800000-2800000uV
[ 3.178268] exynos-tmu 100a0000.tmu: More trip points than supported by this TMU.
[ 3.184475] exynos-tmu 100a0000.tmu: 3 trip points should be configured in polling mode.
[ 3.196471] s3c2410-wdt 101d0000.watchdog: watchdog inactive, reset disabled, irq disabled
[ 3.205518] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@xxxxxxxxxx
[ 3.211444] vdd_sd: Bringing 3300000uV into 2800000-2800000uV
[ 3.218697] sdhci: Secure Digital Host Controller Interface driver
[ 3.224510] sdhci: Copyright(c) Pierre Ossman
[ 3.229563] Synopsys Designware Multimedia Card Interface Driver
[ 3.237764] dwmmc_exynos 12220000.mmc: IDMAC supports 32-bit address mode.
[ 3.244056] dwmmc_exynos 12220000.mmc: Using internal DMA controller.
[ 3.249699] dwmmc_exynos 12220000.mmc: Version ID is 250a
[ 3.251764] s5p-secss 10830000.sss: s5p-sss driver registered
[ 3.255594] dwmmc_exynos 12220000.mmc: DW MMC controller at irq 136,64 bit host data width,64 deep fifo
[ 3.267986] usbcore: registered new interface driver usbhid
[ 3.275643] usbhid: USB HID core driver
[ 3.298358] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 400000Hz, actual 396825HZ div = 63)
[ 3.348847] exynos-nocp: new NoC Probe device registered: 10ca1000.nocp
[ 3.355080] exynos-nocp: new NoC Probe device registered: 10ca1400.nocp
[ 3.361568] exynos-nocp: new NoC Probe device registered: 10ca1800.nocp
[ 3.368304] exynos-nocp: new NoC Probe device registered: 10ca1c00.nocp
[ 3.375678] exynos-ppmu: new PPMU device registered 10d00000.ppmu (ppmu-event3-dmc0-0)
[ 3.383246] exynos-ppmu: new PPMU device registered 10d10000.ppmu (ppmu-event3-dmc0-1)
[ 3.384121] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[ 3.391672] exynos-ppmu: new PPMU device registered 10d60000.ppmu (ppmu-event3-dmc1-0)
[ 3.409004] exynos-ppmu: new PPMU device registered 10d70000.ppmu (ppmu-event3-dmc1-1)
[ 3.425848] exynos5-dmc 10c20000.memory-controller: error -ENXIO: IRQ drex_0 not found
[ 3.432425] exynos5-dmc 10c20000.memory-controller: error -ENXIO: IRQ drex_1 not found
[ 3.442314] exynos5-dmc 10c20000.memory-controller: DMC initialized, in irq mode: 0
[ 3.451286] exynos-adc 12d10000.adc: error -ENXIO: IRQ index 1 not found
[ 3.473455] NET: Registered PF_INET6 protocol family
[ 3.480847] Segment Routing with IPv6
[ 3.483170] In-situ OAM (IOAM) with IPv6
[ 3.487822] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 3.495740] NET: Registered PF_PACKET protocol family
[ 3.499440] NET: Registered PF_KEY protocol family
[ 3.504632] Key type dns_resolver registered
[ 3.509474] Registering SWP/SWPB emulation handler
[ 3.557927] Loading compiled-in X.509 certificates
[ 3.565876] mmc2: new ultra high speed DDR50 SDHC card at address 0001
[ 3.575497] mmcblk2: mmc2:0001 00000 29.8 GiB
[ 3.593323] mmcblk2: p1 p2
[ 3.864246] panfrost 11800000.gpu: clock rate = 400000000
[ 3.890104]
[ 3.890181] ======================================================
[ 3.896312] WARNING: possible circular locking dependency detected
[ 3.902465] 6.4.0-rc6-next-20230615-00004-g8e95ecb4298d #83 Not tainted
[ 3.909049] ------------------------------------------------------
[ 3.915200] kworker/u16:0/10 is trying to acquire lock:
[ 3.920398] c27200b0 (&data->lock){+.+.}-{3:3}, at: exynos_get_temp+0x3c/0xc8
[ 3.927509]
[ 3.927509] but task is already holding lock:
[ 3.933312] c2d59b94 (&tz->lock){+.+.}-{3:3}, at: __thermal_cooling_device_register.part.0+0x248/0x2b0
[ 3.942595]
[ 3.942595] which lock already depends on the new lock.
[ 3.942595]
[ 3.950739]
[ 3.950739] the existing dependency chain (in reverse order) is:
[ 3.958187]
[ 3.958187] -> #1 (&tz->lock){+.+.}-{3:3}:
[ 3.963727] __mutex_lock+0xa0/0x95c
[ 3.967794] mutex_lock_nested+0x1c/0x24
[ 3.972214] thermal_zone_get_trip+0x20/0x44
[ 3.976981] exynos_tmu_initialize+0x148/0x1f0
[ 3.981920] exynos_tmu_probe+0x2b0/0x70c
[ 3.986433] platform_probe+0x5c/0xbc
[ 3.990589] really_probe+0xe0/0x400
[ 3.994660] __driver_probe_device+0x9c/0x1f0
[ 3.999515] driver_probe_device+0x30/0xc0
[ 4.004107] __driver_attach+0x124/0x1d4
[ 4.008526] bus_for_each_dev+0x70/0xc4
[ 4.012859] bus_add_driver+0xe0/0x200
[ 4.017105] driver_register+0x7c/0x114
[ 4.021437] do_one_initcall+0x6c/0x310
[ 4.025770] kernel_init_freeable+0x1c0/0x228
[ 4.030624] kernel_init+0x18/0x12c
[ 4.034608] ret_from_fork+0x14/0x2c
[ 4.038681]
[ 4.038681] -> #0 (&data->lock){+.+.}-{3:3}:
[ 4.044406] __lock_acquire+0x152c/0x295c
[ 4.048907] lock_acquire+0x130/0x380
[ 4.053065] __mutex_lock+0xa0/0x95c
[ 4.057138] mutex_lock_nested+0x1c/0x24
[ 4.061558] exynos_get_temp+0x3c/0xc8
[ 4.065804] __thermal_zone_get_temp+0x48/0x15c
[ 4.070832] __thermal_zone_device_update.part.0+0x68/0x478
[ 4.076900] __thermal_cooling_device_register.part.0+0x268/0x2b0
[ 4.083488] of_devfreq_cooling_register_power+0x194/0x288
[ 4.089466] devfreq_cooling_em_register+0x40/0xa4
[ 4.094750] panfrost_devfreq_init+0x268/0x2d4
[ 4.099688] panfrost_device_init+0xf8/0x4fc
[ 4.104453] panfrost_probe+0xb0/0x180
[ 4.108699] platform_probe+0x5c/0xbc
[ 4.112856] really_probe+0xe0/0x400
[ 4.116929] __driver_probe_device+0x9c/0x1f0
[ 4.121785] driver_probe_device+0x30/0xc0
[ 4.126376] __device_attach_driver+0xa8/0x120
[ 4.131317] bus_for_each_drv+0x84/0xdc
[ 4.135647] __device_attach+0xb0/0x20c
[ 4.139980] bus_probe_device+0x8c/0x90
[ 4.144312] deferred_probe_work_func+0x98/0xe0
[ 4.149341] process_one_work+0x2b4/0x724
[ 4.153845] worker_thread+0x54/0x518
[ 4.158003] kthread+0x104/0x138
[ 4.161729] ret_from_fork+0x14/0x2c
[ 4.165802]
[ 4.165802] other info that might help us debug this:
[ 4.165802]
[ 4.173789] Possible unsafe locking scenario:
[ 4.173789]
[ 4.179674] CPU0 CPU1
[ 4.184175] ---- ----
[ 4.188679] lock(&tz->lock);
[ 4.191709] lock(&data->lock);
[ 4.197436] lock(&tz->lock);
[ 4.202982] lock(&data->lock);
[ 4.206181]
[ 4.206181] *** DEADLOCK ***
[ 4.206181]
[ 4.212084] 5 locks held by kworker/u16:0/10:
[ 4.216409] #0: c1c08ca8 ((wq_completion)events_unbound){+.+.}-{0:0}, at: process_one_work+0x1f4/0x724
[ 4.225785] #1: f0891f20 (deferred_probe_work){+.+.}-{0:0}, at: process_one_work+0x1f4/0x724
[ 4.234274] #2: c245348c (&dev->mutex){....}-{3:3}, at: __device_attach+0x30/0x20c
[ 4.241897] #3: c1424f4c (thermal_list_lock){+.+.}-{3:3}, at: __thermal_cooling_device_register.part.0+0x15c/0x2b0
[ 4.252304] #4: c2d59b94 (&tz->lock){+.+.}-{3:3}, at: __thermal_cooling_device_register.part.0+0x248/0x2b0
[ 4.262008]
[ 4.262008] stack backtrace:
[ 4.266327] CPU: 5 PID: 10 Comm: kworker/u16:0 Not tainted 6.4.0-rc6-next-20230615-00004-g8e95ecb4298d #83
[ 4.275959] Hardware name: Samsung Exynos (Flattened Device Tree)
[ 4.282015] Workqueue: events_unbound deferred_probe_work_func
[ 4.287823] unwind_backtrace from show_stack+0x10/0x14
[ 4.293015] show_stack from dump_stack_lvl+0x58/0x70
[ 4.298041] dump_stack_lvl from check_noncircular+0x178/0x194
[ 4.303849] check_noncircular from __lock_acquire+0x152c/0x295c
[ 4.309828] __lock_acquire from lock_acquire+0x130/0x380
[ 4.315201] lock_acquire from __mutex_lock+0xa0/0x95c
[ 4.320311] __mutex_lock from mutex_lock_nested+0x1c/0x24
[ 4.325771] mutex_lock_nested from exynos_get_temp+0x3c/0xc8
[ 4.331491] exynos_get_temp from __thermal_zone_get_temp+0x48/0x15c
[ 4.337818] __thermal_zone_get_temp from __thermal_zone_device_update.part.0+0x68/0x478
[ 4.345884] __thermal_zone_device_update.part.0 from __thermal_cooling_device_register.part.0+0x268/0x2b0
[ 4.355506] __thermal_cooling_device_register.part.0 from of_devfreq_cooling_register_power+0x194/0x288
[ 4.364952] of_devfreq_cooling_register_power from devfreq_cooling_em_register+0x40/0xa4
[ 4.373093] devfreq_cooling_em_register from panfrost_devfreq_init+0x268/0x2d4
[ 4.380371] panfrost_devfreq_init from panfrost_device_init+0xf8/0x4fc
[ 4.386952] panfrost_device_init from panfrost_probe+0xb0/0x180
[ 4.392930] panfrost_probe from platform_probe+0x5c/0xbc
[ 4.398300] platform_probe from really_probe+0xe0/0x400
[ 4.403585] really_probe from __driver_probe_device+0x9c/0x1f0
[ 4.409480] __driver_probe_device from driver_probe_device+0x30/0xc0
[ 4.415893] driver_probe_device from __device_attach_driver+0xa8/0x120
[ 4.422480] __device_attach_driver from bus_for_each_drv+0x84/0xdc
[ 4.428719] bus_for_each_drv from __device_attach+0xb0/0x20c
[ 4.434436] __device_attach from bus_probe_device+0x8c/0x90
[ 4.440068] bus_probe_device from deferred_probe_work_func+0x98/0xe0
[ 4.446482] deferred_probe_work_func from process_one_work+0x2b4/0x724
[ 4.453069] process_one_work from worker_thread+0x54/0x518
[ 4.458612] worker_thread from kthread+0x104/0x138
[ 4.463462] kthread from ret_from_fork+0x14/0x2c
[ 4.468141] Exception stack(0xf0891fb0 to 0xf0891ff8)
[ 4.473170] 1fa0: 00000000 00000000 00000000 00000000
[ 4.481327] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 4.489472] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 4.496433] panfrost 11800000.gpu: mali-t620 id 0x620 major 0x0 minor 0x1 status 0x0
[ 4.503774] panfrost 11800000.gpu: features: 00000000,00000408, issues: 00000000,21eee400
[ 4.512036] panfrost 11800000.gpu: Features: L2:0x07110206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xf JS:0x7
[ 4.523683] panfrost 11800000.gpu: shader_present=0x3f l2_present=0x11
[ 4.530576] panfrost 11800000.gpu: using only 1st core group (4 cores from 6)
[ 4.542176] [drm] Initialized panfrost 1.2.0 20180908 for 11800000.gpu on minor 0
[ 4.555151] xhci-hcd xhci-hcd.7.auto: xHCI Host Controller
[ 4.559273] xhci-hcd xhci-hcd.7.auto: new USB bus registered, assigned bus number 3
[ 4.567917] xhci-hcd xhci-hcd.7.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x0000000002000010
[ 4.576466] xhci-hcd xhci-hcd.7.auto: irq 142, io mem 0x12000000
[ 4.582848] xhci-hcd xhci-hcd.7.auto: xHCI Host Controller
[ 4.587712] xhci-hcd xhci-hcd.7.auto: new USB bus registered, assigned bus number 4
[ 4.595329] xhci-hcd xhci-hcd.7.auto: Host supports USB 3.0 SuperSpeed
[ 4.602196] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
[ 4.610089] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.617255] usb usb3: Product: xHCI Host Controller
[ 4.622033] usb usb3: Manufacturer: Linux 6.4.0-rc6-next-20230615-00004-g8e95ecb4298d xhci-hcd
[ 4.630679] usb usb3: SerialNumber: xhci-hcd.7.auto
[ 4.637045] hub 3-0:1.0: USB hub found
[ 4.639425] hub 3-0:1.0: 1 port detected
[ 4.644484] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 4.651646] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
[ 4.659620] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.667071] usb usb4: Product: xHCI Host Controller
[ 4.671592] usb usb4: Manufacturer: Linux 6.4.0-rc6-next-20230615-00004-g8e95ecb4298d xhci-hcd
[ 4.680249] usb usb4: SerialNumber: xhci-hcd.7.auto
[ 4.686468] hub 4-0:1.0: USB hub found
[ 4.688869] hub 4-0:1.0: 1 port detected
[ 4.700645] xhci-hcd xhci-hcd.8.auto: xHCI Host Controller
[ 4.704812] xhci-hcd xhci-hcd.8.auto: new USB bus registered, assigned bus number 5
[ 4.713313] xhci-hcd xhci-hcd.8.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x0000000002000010
[ 4.721958] xhci-hcd xhci-hcd.8.auto: irq 143, io mem 0x12400000
[ 4.728362] xhci-hcd xhci-hcd.8.auto: xHCI Host Controller
[ 4.733140] xhci-hcd xhci-hcd.8.auto: new USB bus registered, assigned bus number 6
[ 4.740834] xhci-hcd xhci-hcd.8.auto: Host supports USB 3.0 SuperSpeed
[ 4.747691] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
[ 4.755559] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.762673] usb usb5: Product: xHCI Host Controller
[ 4.767580] usb usb5: Manufacturer: Linux 6.4.0-rc6-next-20230615-00004-g8e95ecb4298d xhci-hcd
[ 4.776157] usb usb5: SerialNumber: xhci-hcd.8.auto
[ 4.782432] hub 5-0:1.0: USB hub found
[ 4.784894] hub 5-0:1.0: 1 port detected
[ 4.789749] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 4.797084] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
[ 4.804999] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.812135] usb usb6: Product: xHCI Host Controller
[ 4.817215] usb usb6: Manufacturer: Linux 6.4.0-rc6-next-20230615-00004-g8e95ecb4298d xhci-hcd
[ 4.825614] usb usb6: SerialNumber: xhci-hcd.8.auto
[ 4.831820] hub 6-0:1.0: USB hub found
[ 4.834262] hub 6-0:1.0: 1 port detected
[ 4.841535] s3c-rtc 101e0000.rtc: rtc disabled, re-enabling
[ 4.846135] rtc rtc1: invalid alarm value: 1900-01-14T00:00:00
[ 4.851943] s3c-rtc 101e0000.rtc: registered as rtc1
[ 4.880372] cpu cpu0: EM: OPP:1200000 is inefficient
[ 4.883926] cpu cpu0: EM: OPP:1100000 is inefficient
[ 4.888904] cpu cpu0: EM: OPP:900000 is inefficient
[ 4.893703] cpu cpu0: EM: OPP:800000 is inefficient
[ 4.898597] cpu cpu0: EM: OPP:600000 is inefficient
[ 4.903408] cpu cpu0: EM: OPP:500000 is inefficient
[ 4.908301] cpu cpu0: EM: OPP:400000 is inefficient
[ 4.913113] cpu cpu0: EM: OPP:200000 is inefficient
[ 4.919737] cpu cpu0: EM: created perf domain
[ 4.929774] cpu cpu4: EM: OPP:1700000 is inefficient
[ 4.933324] cpu cpu4: EM: OPP:1600000 is inefficient
[ 4.938405] cpu cpu4: EM: OPP:1400000 is inefficient
[ 4.943192] cpu cpu4: EM: OPP:1300000 is inefficient
[ 4.948195] cpu cpu4: EM: OPP:1100000 is inefficient
[ 4.953070] cpu cpu4: EM: OPP:1000000 is inefficient
[ 4.958056] cpu cpu4: EM: OPP:900000 is inefficient
[ 4.962861] cpu cpu4: EM: OPP:700000 is inefficient
[ 4.967756] cpu cpu4: EM: OPP:600000 is inefficient
[ 4.972567] cpu cpu4: EM: OPP:500000 is inefficient
[ 4.977492] cpu cpu4: EM: OPP:400000 is inefficient
[ 4.982271] cpu cpu4: EM: OPP:300000 is inefficient
[ 4.987192] cpu cpu4: EM: OPP:200000 is inefficient
[ 4.994634] cpu cpu4: EM: created perf domain
[ 5.042727] exynos-bus: new bus device registered: bus-wcore ( 88700 KHz ~ 532000 KHz)
[ 5.049914] exynos-chipid 10000000.chipid: cpu0 opp0, freq: 1500 missing
[ 5.056057] exynos-chipid 10000000.chipid: cpu4 opp0, freq: 2100 missing
[ 5.062656] exynos-chipid 10000000.chipid: Exynos: CPU[EXYNOS5800] PRO_ID[0xe5422000] REV[0x1] Detected
[ 5.073683] exynos-bus: new bus device registered: bus-disp1 (120000 KHz ~ 300000 KHz)
[ 5.074296] usb 5-1: new high-speed USB device number 2 using xhci-hcd
[ 5.085871] exynos-bus: new bus device registered: bus-disp1-fimd (120000 KHz ~ 200000 KHz)
[ 5.096558] exynos-bus: new bus device registered: bus-fsys2 ( 75000 KHz ~ 200000 KHz)
[ 5.104143] exynos-bus: new bus device registered: bus-fsys-apb (111000 KHz ~ 222000 KHz)
[ 5.112741] exynos-bus: new bus device registered: bus-g2d ( 83250 KHz ~ 333000 KHz)
[ 5.120484] exynos-bus: new bus device registered: bus-g2d-acp ( 66500 KHz ~ 266000 KHz)
[ 5.128481] exynos-bus: new bus device registered: bus-gen ( 88700 KHz ~ 266000 KHz)
[ 5.136058] exynos-bus: new bus device registered: bus-gscl-scaler (150000 KHz ~ 300000 KHz)
[ 5.144593] exynos-bus: new bus device registered: bus-jpeg ( 75000 KHz ~ 300000 KHz)
[ 5.152381] exynos-bus: new bus device registered: bus-jpeg-apb ( 83250 KHz ~ 166500 KHz)
[ 5.161013] exynos-bus: new bus device registered: bus-mfc ( 83250 KHz ~ 333000 KHz)
[ 5.168841] exynos-bus: new bus device registered: bus-mscl ( 84000 KHz ~ 666000 KHz)
[ 5.176582] exynos-bus: new bus device registered: bus-noc ( 66600 KHz ~ 111000 KHz)
[ 5.183773] exynos-bus: new bus device registered: bus-peri ( 66600 KHz ~ 66600 KHz)
[ 5.192931] Trying to probe devices needed for running init ...
[ 5.266383] usb 5-1: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=30.00
[ 5.273145] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[ 5.280305] usb 5-1: Product: USB 10/100/1000 LAN
[ 5.285124] usb 5-1: Manufacturer: Realtek
[ 5.289037] usb 5-1: SerialNumber: 000001000000
[ 5.516231] r8152-cfgselector 5-1: reset high-speed USB device number 2 using xhci-hcd
[ 5.719723] r8152 5-1:1.0: Direct firmware load for rtl_nic/rtl8153a-3.fw failed with error -2
[ 5.727018] r8152 5-1:1.0: unable to load firmware patch rtl_nic/rtl8153a-3.fw (-2)
[ 5.777272] r8152 5-1:1.0 eth0: v1.12.13
[ 9.504859] r8152 5-1:1.0 eth0: carrier on
[ 9.544113] IP-Config: Complete:
[ 9.545921] device=eth0, hwaddr=00:1e:06:30:bf:ac, ipaddr=192.168.1.12, mask=255.255.255.0, gw=192.168.1.1
[ 9.556219] host=192.168.1.12, domain=, nis-domain=(none)
[ 9.561825] bootserver=192.168.1.10, rootserver=192.168.1.10, rootpath=
[ 9.564891] clk: Disabling unused clocks
[ 9.580459] ALSA device list:
[ 9.581984] No soundcards found.
[ 9.590171] Freeing unused kernel image (initmem) memory: 1024K
[ 9.635179] Run /init as init process
[ 9.637406] with arguments:
[ 9.640348] /init
[ 9.642598] nfsrootdebug
[ 9.645688] with environment:
[ 9.648627] HOME=/
[ 9.650984] TERM=linux
:: running early hook [udev]
Starting version 242.29-1-arch
:: running hook [udev]
:: Triggering uevents...
:: running hook [net_nfs4]
IP-Config: eth0 hardware address 00:1e:06:30:bf:ac mtu 1500
IP-Config: eth0 guessed broadcast address 192.168.1.255
IP-Config: eth0 complete (from 192.168.1.10):
address: 192.168.1.12 broadcast: 192.168.1.255 netmask: 255.255.255.0
gateway: 192.168.1.1 dns0 : 0.0.0.0 dns1 : 0.0.0.0
rootserver: 192.168.1.10 rootpath:
filename :
NFS-Mount: 192.168.1.10:/srv/nfs/odroidhc1
Waiting 10 seconds for device /dev/nfs ...
ERROR: device '/dev/nfs' not found. Skipping fsck.
Mount cmd:
mount.nfs4 -o vers=4,nolock 192.168.1.10:/srv/nfs/odroidhc1 /new_root
:: running cleanup hook [udev]
[ 22.463514]
[ 22.463649] nfs_read_alloc_scratch(hdr=c2c15180, size=16) = c4320dc0
[ 22.475450] nfs4_xdr_dec_read_plus(hdr=c2c15180, scratch=c4320dc0)
[ 22.480441] buf = {c4320dc0, 16}
[ 22.483921] buf = {c4320dc0, 16}
[ 22.487712] buf = {c4320dc0, 16}
[ 22.491085] buf = {c4320dc0, 16}
[ 22.495006] buf = {c4320dc0, 16}
[ 22.498499] nfs_readhdr_free(hdr=c2c15180, scratch=c4320dc0)
[ 22.508977]
[ 22.509056] nfs_read_alloc_scratch(hdr=c2c15400, size=16) = c4320f40
[ 22.517942] nfs4_xdr_dec_read_plus(hdr=c2c15400, scratch=c4320f40)
[ 22.522768] buf = {c4320f40, 16}
[ 22.526364] buf = {c4320f40, 16}
[ 22.529822] buf = {c4320f40, 16}
[ 22.533372] buf = {c4320f40, 16}
[ 22.537011] buf = {c4320f40, 16}
[ 22.540652] nfs_readhdr_free(hdr=c2c15400, scratch=c4320f40)
[ 22.541734]
[ 22.547615] nfs_read_alloc_scratch(hdr=c2c15680, size=16) = c4320d40
[ 22.558143] nfs4_xdr_dec_read_plus(hdr=c2c15680, scratch=c4320d40)
[ 22.562951] buf = {c4320d40, 16}
[ 22.566564] buf = {c4320d40, 16}
[ 22.570014] buf = {c4320d40, 16}
[ 22.573560] buf = {c4320d40, 16}
[ 22.577376] buf = {c4320d40, 16}
[ 22.581029] nfs_readhdr_free(hdr=c2c15680, scratch=c4320d40)
[ 22.581315]
[ 22.587967] nfs_read_alloc_scratch(hdr=c2c15900, size=16) = c4320540
[ 22.598379] nfs4_xdr_dec_read_plus(hdr=c2c15900, scratch=c4320540)
[ 22.603275] buf = {c4320540, 16}
[ 22.606857] buf = {c4320540, 16}
[ 22.610316] buf = {c4320540, 16}
[ 22.613836] buf = {c4320540, 16}
[ 22.617507] buf = {c4320540, 16}
[ 22.621250] nfs_readhdr_free(hdr=c2c15900, scratch=c4320540)
[ 22.623226]
[ 22.628048] nfs_read_alloc_scratch(hdr=c2c15b80, size=16) = c4320b00
[ 22.639506] nfs4_xdr_dec_read_plus(hdr=c2c15b80, scratch=c4320b00)
[ 22.644431] buf = {c4320b00, 16}
[ 22.647837] buf = {c4320b00, 16}
[ 22.651398] buf = {c4320b00, 16}
[ 22.655080] buf = {c4320b00, 16}
[ 22.658531] buf = {c4320b00, 16}
[ 22.662366] nfs_readhdr_free(hdr=c2c15b80, scratch=c4320b00)
[ 22.664550]
[ 22.669233] nfs_read_alloc_scratch(hdr=c2c15e00, size=16) = c4320380
[ 22.678407] nfs4_xdr_dec_read_plus(hdr=c2c15e00, scratch=c4320380)
[ 22.683170] buf = {c4320380, 16}
[ 22.686924] buf = {c4320380, 16}
[ 22.690312] buf = {c4320380, 16}
[ 22.693886] buf = {c4320380, 16}
[ 22.697491] buf = {c4320380, 16}
[ 22.701165] nfs_readhdr_free(hdr=c2c15e00, scratch=c4320380)
[ 22.718745]
[ 22.718829] nfs_read_alloc_scratch(hdr=c2c16080, size=16) = c4320fc0
[ 22.727562] nfs4_xdr_dec_read_plus(hdr=c2c16080, scratch=c4320fc0)
[ 22.732420] buf = {c4320fc0, 16}
[ 22.735987] buf = {c4320fc0, 16}
[ 22.739458] buf = {c4320fc0, 16}
[ 22.743008] buf = {c4320fc0, 16}
[ 22.746630] buf = {c4320fc0, 16}
[ 22.750312] nfs_readhdr_free(hdr=c2c16080, scratch=c4320fc0)
[ 22.752712]
[ 22.757275] nfs_read_alloc_scratch(hdr=c2c16300, size=16) = c4320500
[ 22.767519] nfs4_xdr_dec_read_plus(hdr=c2c16300, scratch=c4320500)
[ 22.772335] buf = {c4320500, 16}
[ 22.775929] buf = {c4320500, 16}
[ 22.779389] buf = {c4320500, 16}
[ 22.782936] buf = {c4320500, 16}
[ 22.786799] buf = {c4320500, 16}
[ 22.790417] nfs_readhdr_free(hdr=c2c16300, scratch=c4320500)
[ 22.791088]
[ 22.797174] nfs_read_alloc_scratch(hdr=c2c16580, size=16) = c4320dc0
[ 22.809766] nfs4_xdr_dec_read_plus(hdr=c2c16580, scratch=c4320dc0)
[ 22.814829] buf = {c4320dc0, 16}
[ 22.818099] buf = {c4320dc0, 16}
[ 22.821648] buf = {c4320dc0, 16}
[ 22.825291] buf = {c4320dc0, 16}
[ 22.828802] buf = {c4320dc0, 16}
[ 22.832661] nfs_readhdr_free(hdr=c2c16580, scratch=c4320dc0)
[ 22.835016]
[ 22.839447] nfs_read_alloc_scratch(hdr=c2c16800, size=16) = c4320800
[ 22.848164] nfs4_xdr_dec_read_plus(hdr=c2c16800, scratch=c4320800)
[ 22.852983] buf = {c4320800, 16}
[ 22.856948] buf = {c4320800, 16}
[ 22.860084] buf = {c4320800, 16}
[ 22.863652] buf = {c4320800, 16}
[ 22.867305] buf = {c4320800, 16}
[ 22.870944] nfs_readhdr_free(hdr=c2c16800, scratch=c4320800)
[ 22.873194]
[ 22.877828] nfs_read_alloc_scratch(hdr=c2c16a80, size=16) = c43205c0
[ 22.888677] nfs4_xdr_dec_read_plus(hdr=c2c16a80, scratch=c43205c0)
[ 22.893516] buf = {c43205c0, 16}
[ 22.897097] buf = {c43205c0, 16}
[ 22.900565] buf = {c43205c0, 16}
[ 22.904178] buf = {c43205c0, 16}
[ 22.907694] buf = {c43205c0, 16}
[ 22.911503] nfs_readhdr_free(hdr=c2c16a80, scratch=c43205c0)
[ 22.912395]
[ 22.918355] nfs_read_alloc_scratch(hdr=c2c16d00, size=16) = c4320e40
[ 22.930449] nfs4_xdr_dec_read_plus(hdr=c2c16d00, scratch=c4320e40)
[ 22.935274] buf = {c4320e40, 16}
[ 22.938750] buf = {c4320e40, 16}
[ 22.942300] buf = {c4320e40, 16}
[ 22.945897] buf = {c4320e40, 16}
[ 22.949450] buf = {c4320e40, 16}
[ 22.953323] nfs_readhdr_free(hdr=c2c16d00, scratch=c4320e40)
[ 22.960209]
[ 22.960287] nfs_read_alloc_scratch(hdr=c2c16f80, size=16) = c4320d00
[ 22.970187] nfs4_xdr_dec_read_plus(hdr=c2c16f80, scratch=c4320d00)
[ 22.974970] buf = {c4320d00, 16}
[ 22.978454] buf = {c4320d00, 16}
[ 22.982007] buf = {c4320d00, 16}
[ 22.985600] buf = {c4320d00, 16}
[ 22.989133] buf = {c4320d00, 16}
[ 22.992791] nfs_readhdr_free(hdr=c2c16f80, scratch=c4320d00)
[ 22.996851]
[ 22.999790] nfs_read_alloc_scratch(hdr=c410c000, size=16) = c4922700
[ 23.008418] nfs4_xdr_dec_read_plus(hdr=c410c000, scratch=c4922700)
[ 23.013141] buf = {c4922700, 16}
[ 23.016750] buf = {c4922700, 16}
[ 23.020242] buf = {c4922700, 16}
[ 23.023794] buf = {c4922700, 16}
[ 23.027577] buf = {c4922700, 16}
[ 23.031027] nfs_readhdr_free(hdr=c410c000, scratch=c4922700)
[ 23.034545]
[ 23.038021] nfs_read_alloc_scratch(hdr=c2c17200, size=16) = c4320600
[ 23.051879] nfs4_xdr_dec_read_plus(hdr=c2c17200, scratch=c4320600)
[ 23.056657] buf = {c4320600, 16}
[ 23.060154] buf = {c4320600, 16}
[ 23.063707] buf = {c4320600, 16}
[ 23.067306] buf = {c4320600, 16}
[ 23.070855] buf = {c4320600, 16}
[ 23.074776] nfs_readhdr_free(hdr=c2c17200, scratch=c4320600)
[ 23.082147]
[ 23.082223] nfs_read_alloc_scratch(hdr=c410c280, size=16) = c4922940
[ 23.090980] nfs4_xdr_dec_read_plus(hdr=c410c280, scratch=c4922940)
[ 23.095764] buf = {c4922940, 16}
[ 23.099257] buf = {c4922940, 16}
[ 23.102810] buf = {c4922940, 16}
[ 23.106416] buf = {c4922940, 16}
[ 23.109925] buf = {c4922940, 16}
[ 23.113571] nfs_readhdr_free(hdr=c410c280, scratch=c4922940)
[ 23.117957]
[ 23.120593] nfs_read_alloc_scratch(hdr=c410c500, size=16) = c4922f40
[ 23.133373] nfs4_xdr_dec_read_plus(hdr=c410c500, scratch=c4922f40)
[ 23.138374] buf = {c4922f40, 16}
[ 23.141693] buf = {c4922f40, 16}
[ 23.145398] buf = {c4922f40, 16}
[ 23.148800] buf = {c4922f40, 16}
[ 23.152397] buf = {c4922f40, 16}
[ 23.156257] nfs_readhdr_free(hdr=c410c500, scratch=c4922f40)
[ 23.157856]
[ 23.162982] nfs_read_alloc_scratch(hdr=c410c780, size=16) = c4922680
[ 23.175910] nfs4_xdr_dec_read_plus(hdr=c410c780, scratch=c4922680)
[ 23.180690] buf = {c4922680, 16}
[ 23.184264] buf = {c4922680, 16}
[ 23.187742] buf = {c4922680, 16}
[ 23.191294] buf = {c4922680, 16}
[ 23.194922] buf = {c4922680, 16}
[ 23.198679] nfs_readhdr_free(hdr=c410c780, scratch=c4922680)
[ 23.208945]
[ 23.209010] nfs_read_alloc_scratch(hdr=c2c17480, size=16) = c43205c0
[ 23.218191] nfs4_xdr_dec_read_plus(hdr=c2c17480, scratch=c43205c0)
[ 23.222919] buf = {c43205c0, 16}
[ 23.226514] buf = {c43205c0, 16}
[ 23.230016] buf = {c43205c0, 16}
[ 23.233569] buf = {c43205c0, 16}
[ 23.237165] buf = {c43205c0, 16}
[ 23.240784] nfs_readhdr_free(hdr=c2c17480, scratch=c43205c0)
[ 23.244632]
[ 23.247788] nfs_read_alloc_scratch(hdr=c410ca00, size=16) = c49228c0
[ 23.259824] nfs4_xdr_dec_read_plus(hdr=c410ca00, scratch=c49228c0)
[ 23.264635] buf = {c49228c0, 16}
[ 23.268101] buf = {c49228c0, 16}
[ 23.271654] buf = {c49228c0, 16}
[ 23.275347] buf = {c49228c0, 16}
[ 23.278826] buf = {c49228c0, 16}
[ 23.282553] nfs_readhdr_free(hdr=c410ca00, scratch=c49228c0)
[ 23.294118]
[ 23.294191] nfs_read_alloc_scratch(hdr=c2c17700, size=16) = c4320d40
[ 23.303200] nfs4_xdr_dec_read_plus(hdr=c2c17700, scratch=c4320d40)
[ 23.308027] buf = {c4320d40, 16}
[ 23.311521] buf = {c4320d40, 16}
[ 23.315081] buf = {c4320d40, 16}
[ 23.318575] buf = {c4320d40, 16}
[ 23.322136] buf = {c4320d40, 16}
[ 23.325860] nfs_readhdr_free(hdr=c2c17700, scratch=c4320d40)
[ 23.330059]
[ 23.332805] nfs_read_alloc_scratch(hdr=c2c17980, size=16) = c43200c0
[ 23.342743] nfs4_xdr_dec_read_plus(hdr=c2c17980, scratch=c43200c0)
[ 23.347526] buf = {c43200c0, 16}
[ 23.351012] buf = {c43200c0, 16}
[ 23.354616] buf = {c43200c0, 16}
[ 23.358118] buf = {c43200c0, 16}
[ 23.361689] buf = {c43200c0, 16}
[ 23.365553] nfs_readhdr_free(hdr=c2c17980, scratch=c43200c0)
[ 23.377666]
[ 23.377756] nfs_read_alloc_scratch(hdr=c2c17c00, size=16) = c43209c0
[ 23.386771] nfs4_xdr_dec_read_plus(hdr=c2c17c00, scratch=c43209c0)
[ 23.391497] buf = {c43209c0, 16}
[ 23.395126] buf = {c43209c0, 16}
[ 23.398608] buf = {c43209c0, 16}
[ 23.402159] buf = {c43209c0, 16}
[ 23.405773] buf = {c43209c0, 16}
[ 23.409364] nfs_readhdr_free(hdr=c2c17c00, scratch=c43209c0)
[ 23.412746]
[ 23.416486] nfs_read_alloc_scratch(hdr=c2c17980, size=16) = c4320640
[ 23.427968] nfs4_xdr_dec_read_plus(hdr=c2c17980, scratch=c4320640)
[ 23.432694] buf = {c4320640, 16}
[ 23.436322] buf = {c4320640, 16}
[ 23.439802] buf = {c4320640, 16}
[ 23.443354] buf = {c4320640, 16}
[ 23.446979] buf = {c4320640, 16}
[ 23.450671] nfs_readhdr_free(hdr=c2c17980, scratch=c4320640)
[ 23.452524]
[ 23.457678] nfs_read_alloc_scratch(hdr=c2c17700, size=16) = c4320780
[ 23.467825] nfs4_xdr_dec_read_plus(hdr=c2c17700, scratch=c4320780)
[ 23.472555] buf = {c4320780, 16}
[ 23.476390] buf = {c4320780, 16}
[ 23.479283]
[ 23.479689] buf = {c4320780, 16}
[ 23.481181] nfs_read_alloc_scratch(hdr=c316c000, size=16) = c4843b40
[ 23.484812] buf = {c4320780, 16}
[ 23.484838] buf = {c4320780, 16}
[ 23.484960] nfs_readhdr_free(hdr=c2c17700, scratch=c4320780)
[ 23.507499] nfs4_xdr_dec_read_plus(hdr=c316c000, scratch=c4843b40)
[ 23.512328] buf = {c4843b40, 16}
[ 23.515892] buf = {c4843b40, 16}
[ 23.519397] buf = {c4843b40, 16}
[ 23.522947] buf = {c4843b40, 16}
[ 23.526548] buf = {c4843b40, 16}
[ 23.530172] nfs_readhdr_free(hdr=c316c000, scratch=c4843b40)
[ 23.533131]
[ 23.537265] nfs_read_alloc_scratch(hdr=c316c280, size=16) = c4843ac0
[ 23.547263] nfs4_xdr_dec_read_plus(hdr=c316c280, scratch=c4843ac0)
[ 23.552014] buf = {c4843ac0, 16}
[ 23.555620] buf = {c4843ac0, 16}
[ 23.559104] buf = {c4843ac0, 16}
[ 23.562657] buf = {c4843ac0, 16}
[ 23.566445] buf = {c4843ac0, 16}
[ 23.570122] nfs_readhdr_free(hdr=c316c280, scratch=c4843ac0)
[ 23.571529]
[ 23.577174] nfs_read_alloc_scratch(hdr=c316c500, size=16) = c4843a40
[ 23.585909] nfs4_xdr_dec_read_plus(hdr=c316c500, scratch=c4843a40)
[ 23.590662] buf = {c4843a40, 16}
[ 23.594262] buf = {c4843a40, 16}
[ 23.597744] buf = {c4843a40, 16}
[ 23.599088]
[ 23.601279] buf = {c4843a40, 16}
[ 23.601296] buf = {c4843a40, 16}
[ 23.602755] nfs_read_alloc_scratch(hdr=c2738000, size=16) = c2535600
[ 23.606455] nfs_readhdr_free(hdr=c316c500, scratch=c4843a40)
[ 23.612409] nfs4_xdr_dec_read_plus(hdr=c2738000, scratch=c2535600)
[ 23.628219] buf = {c2535600, 16}
[ 23.631553] buf = {c2535600, 16}
[ 23.635351] buf = {c2535600, 16}
[ 23.638706] buf = {c2535600, 16}
[ 23.642308] buf = {c2535600, 16}
[ 23.646034] nfs_readhdr_free(hdr=c2738000, scratch=c2535600)
[ 23.648765]
[ 23.652910] nfs_read_alloc_scratch(hdr=c2738280, size=16) = c2535b40
[ 23.663443] nfs4_xdr_dec_read_plus(hdr=c2738280, scratch=c2535b40)
[ 23.668307] buf = {c2535b40, 16}
[ 23.671757] buf = {c2535b40, 16}
[ 23.675376] buf = {c2535b40, 16}
[ 23.678862] buf = {c2535b40, 16}
[ 23.682445] buf = {c2535b40, 16}
[ 23.686305] nfs_readhdr_free(hdr=c2738280, scratch=c2535b40)
[ 23.687396]
[ 23.693098] nfs_read_alloc_scratch(hdr=c316c780, size=16) = cfdc5e80
[ 23.704573] nfs4_xdr_dec_read_plus(hdr=c316c780, scratch=cfdc5e80)
[ 23.709364] buf = {cfdc5e80, 16}
[ 23.712885] buf = {cfdc5e80, 16}
[ 23.716513] buf = {cfdc5e80, 16}
[ 23.719990] buf = {cfdc5e80, 16}
[ 23.723587] buf = {cfdc5e80, 16}
[ 23.727737] nfs_readhdr_free(hdr=c316c780, scratch=cfdc5e80)
[ 23.737065]
[ 23.737186] nfs_read_alloc_scratch(hdr=c2738500, size=16) = c2535dc0
[ 23.745462] nfs4_xdr_dec_read_plus(hdr=c2738500, scratch=c2535dc0)
[ 23.750227] buf = {c2535dc0, 16}
[ 23.753759] buf = {c2535dc0, 16}
[ 23.757730] buf = {c2535dc0, 16}
[ 23.760920] buf = {c2535dc0, 16}
[ 23.764595] buf = {c2535dc0, 16}
[ 23.768185] nfs_readhdr_free(hdr=c2738500, scratch=c2535dc0)
[ 23.770766]
[ 23.775264] nfs_read_alloc_scratch(hdr=c2738780, size=16) = c2535fc0
[ 23.783655] nfs4_xdr_dec_read_plus(hdr=c2738780, scratch=c2535fc0)
[ 23.788503] buf = {c2535fc0, 16}
[ 23.791964] buf = {c2535fc0, 16}
[ 23.795615] buf = {c2535fc0, 16}
[ 23.799069] buf = {c2535fc0, 16}
[ 23.802633] buf = {c2535fc0, 16}
[ 23.806608] nfs_readhdr_free(hdr=c2738780, scratch=c2535fc0)
[ 23.816770]
[ 23.816886] nfs_read_alloc_scratch(hdr=c1cfc000, size=16) = c419b4c0
[ 23.825406] nfs4_xdr_dec_read_plus(hdr=c1cfc000, scratch=c419b4c0)
[ 23.830177] buf = {c419b4c0, 16}
[ 23.833707] buf = {c419b4c0, 16}
[ 23.837535] buf = {c419b4c0, 16}
[ 23.840864] buf = {c419b4c0, 16}
[ 23.844499] buf = {c419b4c0, 16}
[ 23.848202] nfs_readhdr_free(hdr=c1cfc000, scratch=c419b4c0)
[ 23.855380]
[ 23.855502] nfs_read_alloc_scratch(hdr=c2738a00, size=16) = c2535a40
[ 23.866459] nfs4_xdr_dec_read_plus(hdr=c2738a00, scratch=c2535a40)
[ 23.871269] buf = {c2535a40, 16}
[ 23.874875] buf = {c2535a40, 16}
[ 23.878343] buf = {c2535a40, 16}
[ 23.881892] buf = {c2535a40, 16}
[ 23.885738] buf = {c2535a40, 16}
[ 23.889397] nfs_readhdr_free(hdr=c2738a00, scratch=c2535a40)
[ 23.899433]
[ 23.899524] nfs_read_alloc_scratch(hdr=cfeac000, size=16) = c40b23c0
[ 23.908636] nfs4_xdr_dec_read_plus(hdr=cfeac000, scratch=c40b23c0)
[ 23.913492] buf = {c40b23c0, 16}
[ 23.917072] buf = {c40b23c0, 16}
[ 23.920536] buf = {c40b23c0, 16}
[ 23.924169] buf = {c40b23c0, 16}
[ 23.927661] buf = {c40b23c0, 16}
[ 23.931378] nfs_readhdr_free(hdr=cfeac000, scratch=c40b23c0)
[ 23.933492]
[ 23.938314] nfs_read_alloc_scratch(hdr=cfeac280, size=16) = c40b2ec0
[ 23.947186] nfs4_xdr_dec_read_plus(hdr=cfeac280, scratch=c40b2ec0)
[ 23.951985] buf = {c40b2ec0, 16}
[ 23.955868] buf = {c40b2ec0, 16}
[ 23.959091] buf = {c40b2ec0, 16}
[ 23.962663] buf = {c40b2ec0, 16}
[ 23.966286] buf = {c40b2ec0, 16}
[ 23.969972] nfs_readhdr_free(hdr=cfeac280, scratch=c40b2ec0)
[ 23.979033]
[ 23.979126] nfs_read_alloc_scratch(hdr=cfeac500, size=16) = c40b2e80
[ 23.987741] nfs4_xdr_dec_read_plus(hdr=cfeac500, scratch=c40b2e80)
[ 23.992573] buf = {c40b2e80, 16}
[ 23.996138] buf = {c40b2e80, 16}
[ 23.999619] buf = {c40b2e80, 16}
[ 24.003168] buf = {c40b2e80, 16}
[ 24.006825] buf = {c40b2e80, 16}
[ 24.010463] nfs_readhdr_free(hdr=cfeac500, scratch=c40b2e80)
[ 24.012679]
[ 24.017416] nfs_read_alloc_scratch(hdr=cfeac780, size=16) = c40b2900
[ 24.027747] nfs4_xdr_dec_read_plus(hdr=cfeac780, scratch=c40b2900)
[ 24.032582] buf = {c40b2900, 16}
[ 24.036188] buf = {c40b2900, 16}
[ 24.039623] buf = {c40b2900, 16}
[ 24.043174] buf = {c40b2900, 16}
[ 24.046830] buf = {c40b2900, 16}
[ 24.050580] nfs_readhdr_free(hdr=cfeac780, scratch=c40b2900)
[ 24.059729]
[ 24.059832] nfs_read_alloc_scratch(hdr=cfeaca00, size=16) = c40b2240
[ 24.068446] nfs4_xdr_dec_read_plus(hdr=cfeaca00, scratch=c40b2240)
[ 24.073281] buf = {c40b2240, 16}
[ 24.076947] buf = {c40b2240, 16}
[ 24.080325] buf = {c40b2240, 16}
[ 24.083875] buf = {c40b2240, 16}
[ 24.087719] buf = {c40b2240, 16}
[ 24.091196] nfs_readhdr_free(hdr=cfeaca00, scratch=c40b2240)
[ 24.093381]
[ 24.098116] nfs_read_alloc_scratch(hdr=cfeacc80, size=16) = c40b2880
[ 24.108813] nfs4_xdr_dec_read_plus(hdr=cfeacc80, scratch=c40b2880)
[ 24.113835] buf = {c40b2880, 16}
[ 24.117400] buf = {c40b2880, 16}
[ 24.120823] buf = {c40b2880, 16}
[ 24.124443] buf = {c40b2880, 16}
[ 24.127969] buf = {c40b2880, 16}
[ 24.131825] nfs_readhdr_free(hdr=cfeacc80, scratch=c40b2880)
[ 24.142099]
[ 24.142272] nfs_read_alloc_scratch(hdr=cfeacf00, size=16) = c40b2740
[ 24.150889] nfs4_xdr_dec_read_plus(hdr=cfeacf00, scratch=c40b2740)
[ 24.155863] buf = {c40b2740, 16}
[ 24.159208] buf = {c40b2740, 16}
[ 24.162762] buf = {c40b2740, 16}
[ 24.166388] buf = {c40b2740, 16}
[ 24.169890] buf = {c40b2740, 16}
[ 24.173604] nfs_readhdr_free(hdr=cfeacf00, scratch=c40b2740)
[ 24.175853]
[ 24.180561] nfs_read_alloc_scratch(hdr=cfead180, size=16) = c40b2980
[ 24.189010] nfs4_xdr_dec_read_plus(hdr=cfead180, scratch=c40b2980)
[ 24.193845] buf = {c40b2980, 16}
[ 24.197419] buf = {c40b2980, 16}
[ 24.200887] buf = {c40b2980, 16}
[ 24.204720] buf = {c40b2980, 16}
[ 24.208047] buf = {c40b2980, 16}
[ 24.211792] nfs_readhdr_free(hdr=cfead180, scratch=c40b2980)
[ 24.221076]
[ 24.221180] nfs_read_alloc_scratch(hdr=cfead400, size=16) = c40b2880
[ 24.230503] nfs4_xdr_dec_read_plus(hdr=cfead400, scratch=c40b2880)
[ 24.235510] buf = {c40b2880, 16}
[ 24.238896] buf = {c40b2880, 16}
[ 24.242415] buf = {c40b2880, 16}
[ 24.246112] buf = {c40b2880, 16}
[ 24.249754] buf = {c40b2880, 16}
[ 24.253255] nfs_readhdr_free(hdr=cfead400, scratch=c40b2880)
[ 24.255565]
[ 24.260168] nfs_read_alloc_scratch(hdr=cfead680, size=16) = c40b20c0
[ 24.270814] nfs4_xdr_dec_read_plus(hdr=cfead680, scratch=c40b20c0)
[ 24.275773] buf = {c40b20c0, 16}
[ 24.279143] buf = {c40b20c0, 16}
[ 24.282698] buf = {c40b20c0, 16}
[ 24.286299] buf = {c40b20c0, 16}
[ 24.289832] buf = {c40b20c0, 16}
[ 24.293667] nfs_readhdr_free(hdr=cfead680, scratch=c40b20c0)
[ 24.294292]
[ 24.300499] nfs_read_alloc_scratch(hdr=cfead900, size=16) = c40b2f40
[ 24.310017] nfs4_xdr_dec_read_plus(hdr=cfead900, scratch=c40b2f40)
[ 24.311901]
[ 24.315262] buf = {c40b2f40, 16}
[ 24.316231] nfs_read_alloc_scratch(hdr=cfeadb80, size=16) = c40b2280
[ 24.318482] nfs4_xdr_dec_read_plus(hdr=cfeadb80, scratch=c40b2280)
[ 24.319810] buf = {c40b2f40, 16}
[ 24.326213] buf = {c40b2280, 16}
[ 24.332261] buf = {c40b2f40, 16}
[ 24.335910] buf = {c40b2280, 16}
[ 24.339365] buf = {c40b2f40, 16}
[ 24.339403] buf = {c40b2f40, 16}
[ 24.342966] buf = {c40b2280, 16}
[ 24.346777] nfs_readhdr_free(hdr=cfead900, scratch=c40b2f40)
[ 24.350024] buf = {c40b2280, 16}
[ 24.366686] buf = {c40b2280, 16}
[ 24.370073] nfs_readhdr_free(hdr=cfeadb80, scratch=c40b2280)
[ 24.373387]
[ 24.377081] nfs_read_alloc_scratch(hdr=c2c17480, size=16) = c4320d40
[ 24.388593] nfs4_xdr_dec_read_plus(hdr=c2c17480, scratch=c4320d40)
[ 24.393316] buf = {c4320d40, 16}
[ 24.396906] buf = {c4320d40, 16}
[ 24.400414] buf = {c4320d40, 16}
[ 24.403967] buf = {c4320d40, 16}
[ 24.407590] buf = {c4320d40, 16}
[ 24.411271] nfs_readhdr_free(hdr=c2c17480, scratch=c4320d40)
[ 24.413862]
[ 24.418195] nfs_read_alloc_scratch(hdr=c2c17200, size=16) = cfd82780
[ 24.431270] nfs4_xdr_dec_read_plus(hdr=c2c17200, scratch=cfd82780)
[ 24.436071] buf = {cfd82780, 16}
[ 24.439542] buf = {cfd82780, 16}
[ 24.443095] buf = {cfd82780, 16}
[ 24.446744] buf = {cfd82780, 16}
[ 24.450250] buf = {cfd82780, 16}
[ 24.454202] nfs_readhdr_free(hdr=c2c17200, scratch=cfd82780)
[ 24.464096]
[ 24.464171] nfs_read_alloc_scratch(hdr=c2c16f80, size=16) = cfe3fb80
[ 24.472910] nfs4_xdr_dec_read_plus(hdr=c2c16f80, scratch=cfe3fb80)
[ 24.477759] buf = {cfe3fb80, 16}
[ 24.481271] buf = {cfe3fb80, 16}
[ 24.484853] buf = {cfe3fb80, 16}
[ 24.488355] buf = {cfe3fb80, 16}
[ 24.491890] buf = {cfe3fb80, 16}
[ 24.495627] nfs_readhdr_free(hdr=c2c16f80, scratch=cfe3fb80)
[ 24.498997]
[ 24.502525] nfs_read_alloc_scratch(hdr=c2c16d00, size=16) = c431e080
[ 24.514285] nfs4_xdr_dec_read_plus(hdr=c2c16d00, scratch=c431e080)
[ 24.519010] buf = {c431e080, 16}
[ 24.522556] buf = {c431e080, 16}
[ 24.526165] buf = {c431e080, 16}
[ 24.529660] buf = {c431e080, 16}
[ 24.533238] buf = {c431e080, 16}
[ 24.537009] nfs_readhdr_free(hdr=c2c16d00, scratch=c431e080)
[ 24.538649]
[ 24.543886] nfs_read_alloc_scratch(hdr=c2c16a80, size=16) = c431e600
[ 24.555833] nfs4_xdr_dec_read_plus(hdr=c2c16a80, scratch=c431e600)
[ 24.560576] buf = {c431e600, 16}
[ 24.564208]
[ 24.564223] nfs_read_alloc_scratch(hdr=c2c16800, size=16) = c431e900
[ 24.565577] buf = {c431e600, 16}
[ 24.575556] nfs4_xdr_dec_read_plus(hdr=c2c16800, scratch=c431e900)
[ 24.575567] buf = {c431e900, 16}
[ 24.581840] buf = {c431e600, 16}
[ 24.585209] buf = {c431e900, 16}
[ 24.585219] buf = {c431e900, 16}
[ 24.588847] buf = {c431e600, 16}
[ 24.592262] buf = {c431e900, 16}
[ 24.592281] buf = {c431e900, 16}
[ 24.596502] buf = {c431e600, 16}
[ 24.599555] nfs_readhdr_free(hdr=c2c16800, scratch=c431e900)
[ 24.603046]
[ 24.603449] nfs_readhdr_free(hdr=c2c16a80, scratch=c431e600)
[ 24.622902] nfs_read_alloc_scratch(hdr=c2c16580, size=16) = c431ee40
[ 24.634835] nfs4_xdr_dec_read_plus(hdr=c2c16580, scratch=c431ee40)
[ 24.639576] buf = {c431ee40, 16}
[ 24.643119] buf = {c431ee40, 16}
[ 24.646748] buf = {c431ee40, 16}
[ 24.650224] buf = {c431ee40, 16}
[ 24.653803] buf = {c431ee40, 16}
[ 24.657587] nfs_readhdr_free(hdr=c2c16580, scratch=c431ee40)
[ 24.660414]
[ 24.664507] nfs_read_alloc_scratch(hdr=c2c16300, size=16) = c431e580
[ 24.676176] nfs4_xdr_dec_read_plus(hdr=c2c16300, scratch=c431e580)
[ 24.680908] buf = {c431e580, 16}
[ 24.684548] buf = {c431e580, 16}
[ 24.688006] buf = {c431e580, 16}
[ 24.691558] buf = {c431e580, 16}
[ 24.695332] buf = {c431e580, 16}
[ 24.699155] nfs_readhdr_free(hdr=c2c16300, scratch=c431e580)
[ 24.704497]
[ 24.705767] nfs_read_alloc_scratch(hdr=c2c16080, size=16) = c431e3c0
[ 24.715167] nfs4_xdr_dec_read_plus(hdr=c2c16080, scratch=c431e3c0)
[ 24.719935] buf = {c431e3c0, 16}
[ 24.723501] buf = {c431e3c0, 16}
[ 24.727092] buf = {c431e3c0, 16}
[ 24.730605] buf = {c431e3c0, 16}
[ 24.734220] buf = {c431e3c0, 16}
[ 24.737798] nfs_readhdr_free(hdr=c2c16080, scratch=c431e3c0)
[ 24.741006]
[ 24.744853] nfs_read_alloc_scratch(hdr=c2c15e00, size=16) = c431e040
[ 24.756801] nfs4_xdr_dec_read_plus(hdr=c2c15e00, scratch=c431e040)
[ 24.761529] buf = {c431e040, 16}
[ 24.765142] buf = {c431e040, 16}
[ 24.768627] buf = {c431e040, 16}
[ 24.772179] buf = {c431e040, 16}
[ 24.775860] buf = {c431e040, 16}
[ 24.779525] nfs_readhdr_free(hdr=c2c15e00, scratch=c431e040)
[ 24.781340]
[ 24.786404] nfs_read_alloc_scratch(hdr=c2c15b80, size=16) = c431ea40
[ 24.798001] nfs4_xdr_dec_read_plus(hdr=c2c15b80, scratch=c431ea40)
[ 24.802726] buf = {c431ea40, 16}
[ 24.806349] buf = {c431ea40, 16}
[ 24.809822] buf = {c431ea40, 16}
[ 24.813374] buf = {c431ea40, 16}
[ 24.817117] buf = {c431ea40, 16}
[ 24.820950] nfs_readhdr_free(hdr=c2c15b80, scratch=c431ea40)
[ 24.831710]
[ 24.831783] nfs_read_alloc_scratch(hdr=c2c15900, size=16) = c431ed00
[ 24.840814] nfs4_xdr_dec_read_plus(hdr=c2c15900, scratch=c431ed00)
[ 24.845628] buf = {c431ed00, 16}
[ 24.849095] buf = {c431ed00, 16}
[ 24.852646] buf = {c431ed00, 16}
[ 24.856245] buf = {c431ed00, 16}
[ 24.859757] buf = {c431ed00, 16}
[ 24.863403] nfs_readhdr_free(hdr=c2c15900, scratch=c431ed00)
[ 24.866776]
[ 24.870440] nfs_read_alloc_scratch(hdr=cfeade00, size=16) = c40b22c0
[ 24.878902] nfs4_xdr_dec_read_plus(hdr=cfeade00, scratch=c40b22c0)
[ 24.883633] buf = {c40b22c0, 16}
[ 24.887296] buf = {c40b22c0, 16}
[ 24.890727] buf = {c40b22c0, 16}
[ 24.894414] buf = {c40b22c0, 16}
[ 24.897837] buf = {c40b22c0, 16}
[ 24.901477] nfs_readhdr_free(hdr=cfeade00, scratch=c40b22c0)
[ 24.912619]
[ 24.912694] nfs_read_alloc_scratch(hdr=c2c15680, size=16) = c431e6c0
[ 24.920976] nfs4_xdr_dec_read_plus(hdr=c2c15680, scratch=c431e6c0)
[ 24.925775] buf = {c431e6c0, 16}
[ 24.929251] buf = {c431e6c0, 16}
[ 24.932803] buf = {c431e6c0, 16}
[ 24.936464] buf = {c431e6c0, 16}
[ 24.939917] buf = {c431e6c0, 16}
[ 24.943555] nfs_readhdr_free(hdr=c2c15680, scratch=c431e6c0)
[ 24.947081]
[ 24.950584] nfs_read_alloc_scratch(hdr=c2c15400, size=16) = c431e900
[ 24.962274] nfs4_xdr_dec_read_plus(hdr=c2c15400, scratch=c431e900)
[ 24.967085] buf = {c431e900, 16}
[ 24.970554] buf = {c431e900, 16}
[ 24.974167] buf = {c431e900, 16}
[ 24.977658] buf = {c431e900, 16}
[ 24.981237] buf = {c431e900, 16}
[ 24.985039] nfs_readhdr_free(hdr=c2c15400, scratch=c431e900)
[ 24.998230]
[ 24.998305] nfs_read_alloc_scratch(hdr=cfeae080, size=16) = c40b22c0
[ 25.007835] nfs4_xdr_dec_read_plus(hdr=cfeae080, scratch=c40b22c0)
[ 25.012834] buf = {c40b22c0, 16}
[ 25.016373] buf = {c40b22c0, 16}
[ 25.019792] buf = {c40b22c0, 16}
[ 25.023340] buf = {c40b22c0, 16}
[ 25.027203] buf = {c40b22c0, 16}
[ 25.030812] nfs_readhdr_free(hdr=cfeae080, scratch=c40b22c0)
[ 25.032993]
[ 25.037581] nfs_read_alloc_scratch(hdr=cfeae300, size=16) = c40b2200
[ 25.047808] nfs4_xdr_dec_read_plus(hdr=cfeae300, scratch=c40b2200)
[ 25.052656] buf = {c40b2200, 16}
[ 25.056244] buf = {c40b2200, 16}
[ 25.059701] buf = {c40b2200, 16}
[ 25.063249] buf = {c40b2200, 16}
[ 25.066881] buf = {c40b2200, 16}
[ 25.070663] nfs_readhdr_free(hdr=cfeae300, scratch=c40b2200)
[ 25.071847]
[ 25.077491] nfs_read_alloc_scratch(hdr=cfeae580, size=16) = c40b2e40
[ 25.084447]
[ 25.085251] nfs_read_alloc_scratch(hdr=cfeae800, size=16) = c43205c0
[ 25.086263] nfs4_xdr_dec_read_plus(hdr=cfeae580, scratch=c40b2e40)
[ 25.096698] nfs4_xdr_dec_read_plus(hdr=cfeae800, scratch=c43205c0)
[ 25.097842] buf = {c40b2e40, 16}
[ 25.103864] buf = {c43205c0, 16}
[ 25.107464] buf = {c40b2e40, 16}
[ 25.107484] buf = {c40b2e40, 16}
[ 25.107496] buf = {c40b2e40, 16}
[ 25.107525] buf = {c40b2e40, 16}
[ 25.110967] buf = {c43205c0, 16}
[ 25.114821] nfs_readhdr_free(hdr=cfeae580, scratch=c40b2e40)
[ 25.115848]
[ 25.115867] nfs_read_alloc_scratch(hdr=cfeaea80, size=16) = c1ea5000
[ 25.116907]
[ 25.116924] nfs_read_alloc_scratch(hdr=cfeaed00, size=16) = c1ea50c0
[ 25.118072] buf = {c43205c0, 16}
[ 25.118080] buf = {c43205c0, 16}
[ 25.118121] buf = {c43205c0, 16}
[ 25.121710] nfs4_xdr_dec_read_plus(hdr=cfeaea80, scratch=c1ea5000)
[ 25.121838] nfs4_xdr_dec_read_plus(hdr=cfeaed00, scratch=c1ea50c0)
[ 25.121854] buf = {c1ea50c0, 16}
[ 25.121898] buf = {c1ea50c0, 16}
[ 25.121909] buf = {c1ea50c0, 16}
[ 25.121918] buf = {c1ea50c0, 16}
[ 25.121934] buf = {c1ea50c0, 16}
[ 25.122039] nfs_readhdr_free(hdr=cfeaed00, scratch=c1ea50c0)
[ 25.125411] nfs_readhdr_free(hdr=cfeae800, scratch=c43205c0)
[ 25.128810] buf = {c1ea5000, 16}
[ 25.205942] buf = {c1ea5000, 16}
[ 25.209113] buf = {c1ea5000, 16}
[ 25.212729] buf = {c1ea5000, 16}
[ 25.216360] buf = {c1ea5000, 16}
[ 25.220226] nfs_readhdr_free(hdr=cfeaea80, scratch=c1ea5000)
[ 25.220402]
[ 25.226937] nfs_read_alloc_scratch(hdr=cfeaef80, size=16) = c1ea5340
[ 25.233624]
[ 25.234781] nfs_read_alloc_scratch(hdr=cfeaf200, size=16) = c1ea5440
[ 25.238739] nfs4_xdr_dec_read_plus(hdr=cfeaef80, scratch=c1ea5340)
[ 25.245085] nfs4_xdr_dec_read_plus(hdr=cfeaf200, scratch=c1ea5440)
[ 25.247157] buf = {c1ea5340, 16}
[ 25.253255] buf = {c1ea5440, 16}
[ 25.256846] buf = {c1ea5340, 16}
[ 25.256859] buf = {c1ea5340, 16}
[ 25.256868] buf = {c1ea5340, 16}
[ 25.256891] buf = {c1ea5340, 16}
[ 25.260361] buf = {c1ea5440, 16}
[ 25.264149] nfs_readhdr_free(hdr=cfeaef80, scratch=c1ea5340)
[ 25.264611]
[ 25.264619] nfs_read_alloc_scratch(hdr=cfeaf480, size=16) = c1ea5ac0
[ 25.265138]
[ 25.265146] nfs_read_alloc_scratch(hdr=cfeaf700, size=16) = c1ceb600
[ 25.265472]
[ 25.265480] nfs_read_alloc_scratch(hdr=cfeaf980, size=16) = c1f41e80
[ 25.270426] buf = {c1ea5440, 16}
[ 25.272002] nfs4_xdr_dec_read_plus(hdr=cfeaf480, scratch=c1ea5ac0)
[ 25.277706] buf = {c1ea5440, 16}
[ 25.278125] buf = {c1ea5ac0, 16}
[ 25.278140] buf = {c1ea5ac0, 16}
[ 25.278150] buf = {c1ea5ac0, 16}
[ 25.278164] buf = {c1ea5ac0, 16}
[ 25.279669] nfs4_xdr_dec_read_plus(hdr=cfeaf700, scratch=c1ceb600)
[ 25.279684] buf = {c1ceb600, 16}
[ 25.279693] buf = {c1ceb600, 16}
[ 25.279702] buf = {c1ceb600, 16}
[ 25.279711] buf = {c1ceb600, 16}
[ 25.279775] buf = {c1ceb600, 16}
[ 25.279834] nfs4_xdr_dec_read_plus(hdr=cfeaf980, scratch=c1f41e80)
[ 25.279844] buf = {c1f41e80, 16}
[ 25.279853] buf = {c1f41e80, 16}
[ 25.279862] buf = {c1f41e80, 16}
[ 25.279871] buf = {c1f41e80, 16}
[ 25.279907] buf = {c1f41e80, 16}
[ 25.280183] nfs_readhdr_free(hdr=cfeaf980, scratch=c1f41e80)
[ 25.280271] nfs_readhdr_free(hdr=cfeaf700, scratch=c1ceb600)
[ 25.280967]
[ 25.280979] nfs_read_alloc_scratch(hdr=cfeafc00, size=16) = c430a4c0
[ 25.281294]
[ 25.281302] nfs_read_alloc_scratch(hdr=cfeaf700, size=16) = c430a5c0
[ 25.281833]
[ 25.281841] nfs_read_alloc_scratch(hdr=cfeaf980, size=16) = c430ae00
[ 25.282659]
[ 25.282668] nfs_read_alloc_scratch(hdr=cfeaef80, size=16) = cfe50680
[ 25.285594]
[ 25.286002] buf = {c1ea5440, 16}
[ 25.286037] nfs4_xdr_dec_read_plus(hdr=cfeaf700, scratch=c430a5c0)
[ 25.286067] buf = {c430a5c0, 16}
[ 25.286092] buf = {c430a5c0, 16}
[ 25.286117] buf = {c430a5c0, 16}
[ 25.286141] buf = {c430a5c0, 16}
[ 25.286213] buf = {c430a5c0, 16}
[ 25.286211] nfs_readhdr_free(hdr=cfeaf200, scratch=c1ea5440)
[ 25.286446] nfs_readhdr_free(hdr=cfeaf700, scratch=c430a5c0)
[ 25.288951] nfs4_xdr_dec_read_plus(hdr=cfeafc00, scratch=c430a4c0)
[ 25.288992] buf = {c430a4c0, 16}
[ 25.289007] buf = {c430a4c0, 16}
[ 25.289021] buf = {c430a4c0, 16}
[ 25.289033] buf = {c430a4c0, 16}
[ 25.289104] buf = {c430a4c0, 16}
[ 25.289601] nfs_readhdr_free(hdr=cfeafc00, scratch=c430a4c0)
[ 25.291295] nfs4_xdr_dec_read_plus(hdr=cfeaf980, scratch=c430ae00)
[ 25.291323] buf = {c430ae00, 16}
[ 25.291336] buf = {c430ae00, 16}
[ 25.291349] buf = {c430ae00, 16}
[ 25.291360] buf = {c430ae00, 16}
[ 25.291424] buf = {c430ae00, 16}
[ 25.291747] buf = {c1ea5ac0, 16}
[ 25.291850] nfs_readhdr_free(hdr=cfeaf980, scratch=c430ae00)
[ 25.293027] nfs_read_alloc_scratch(hdr=cfeaea80, size=16) = cfe50ec0
[ 25.295060] nfs4_xdr_dec_read_plus(hdr=cfeaef80, scratch=cfe50680)
[ 25.295105] buf = {cfe50680, 16}
[ 25.295122] buf = {cfe50680, 16}
[ 25.295135] buf = {cfe50680, 16}
[ 25.295148] buf = {cfe50680, 16}
[ 25.295230] buf = {cfe50680, 16}
[ 25.295646] nfs_readhdr_free(hdr=cfeaef80, scratch=cfe50680)
[ 25.299744] nfs_readhdr_free(hdr=cfeaf480, scratch=c1ea5ac0)
[ 25.306839] nfs4_xdr_dec_read_plus(hdr=cfeaea80, scratch=cfe50ec0)
[ 25.575963] buf = {cfe50ec0, 16}
[ 25.579018] buf = {cfe50ec0, 16}
[ 25.582565] buf = {cfe50ec0, 16}
[ 25.586214] buf = {cfe50ec0, 16}
[ 25.589720] buf = {cfe50ec0, 16}
[ 25.593616] nfs_readhdr_free(hdr=cfeaea80, scratch=cfe50ec0)
[ 25.594594]
[ 25.600365] nfs_read_alloc_scratch(hdr=cfeae800, size=16) = cfe50b80
[ 25.607738]
[ 25.608124] nfs_read_alloc_scratch(hdr=cfeaed00, size=16) = cfe50340
[ 25.614631] nfs4_xdr_dec_read_plus(hdr=cfeae800, scratch=cfe50b80)
[ 25.620625] buf = {cfe50b80, 16}
[ 25.624233] buf = {cfe50b80, 16}
[ 25.627713] buf = {cfe50b80, 16}
[ 25.631268] buf = {cfe50b80, 16}
[ 25.632349] nfs4_xdr_dec_read_plus(hdr=cfeaed00, scratch=cfe50340)
[ 25.634894] buf = {cfe50b80, 16}
[ 25.635183] nfs_readhdr_free(hdr=cfeae800, scratch=cfe50b80)
[ 25.635960]
[ 25.635973] nfs_read_alloc_scratch(hdr=cfeae580, size=16) = c2c0f140
[ 25.640951] buf = {cfe50340, 16}
[ 25.644667] nfs4_xdr_dec_read_plus(hdr=cfeae580, scratch=c2c0f140)
[ 25.650391] buf = {cfe50340, 16}
[ 25.651604] buf = {c2c0f140, 16}
[ 25.651621] buf = {c2c0f140, 16}
[ 25.651635] buf = {c2c0f140, 16}
[ 25.658137] buf = {cfe50340, 16}
[ 25.661480] buf = {c2c0f140, 16}
[ 25.661527] buf = {c2c0f140, 16}
[ 25.667758] buf = {cfe50340, 16}
[ 25.671394] nfs_readhdr_free(hdr=cfeae580, scratch=c2c0f140)
[ 25.674943] buf = {cfe50340, 16}
[ 25.706086] nfs_readhdr_free(hdr=cfeaed00, scratch=cfe50340)
[ 25.709657]
[ 25.712400] nfs_read_alloc_scratch(hdr=cfeae300, size=16) = c33010c0
[ 25.723843] nfs4_xdr_dec_read_plus(hdr=cfeae300, scratch=c33010c0)
[ 25.729027] buf = {c33010c0, 16}
[ 25.732188] buf = {c33010c0, 16}
[ 25.735846] buf = {c33010c0, 16}
[ 25.739289] buf = {c33010c0, 16}
[ 25.742897] buf = {c33010c0, 16}
[ 25.746765] nfs_readhdr_free(hdr=cfeae300, scratch=c33010c0)
[ 25.747509]
[ 25.753525] nfs_read_alloc_scratch(hdr=cfeae080, size=16) = c3301940
[ 25.761383]
[ 25.761458] nfs_read_alloc_scratch(hdr=cfeade00, size=16) = c3301000
[ 25.765512] nfs4_xdr_dec_read_plus(hdr=cfeae080, scratch=c3301940)
[ 25.773117] nfs4_xdr_dec_read_plus(hdr=cfeade00, scratch=c3301000)
[ 25.773893] buf = {c3301940, 16}
[ 25.780095] buf = {c3301000, 16}
[ 25.780108] buf = {c3301000, 16}
[ 25.780119] buf = {c3301000, 16}
[ 25.780128] buf = {c3301000, 16}
[ 25.780186] buf = {c3301000, 16}
[ 25.783598] buf = {c3301940, 16}
[ 25.787591] nfs_readhdr_free(hdr=cfeade00, scratch=c3301000)
[ 25.787993]
[ 25.788003] nfs_read_alloc_scratch(hdr=cfeadb80, size=16) = cffff080
[ 25.790503]
[ 25.790518] nfs_read_alloc_scratch(hdr=cfead900, size=16) = cffff3c0
[ 25.790708] buf = {c3301940, 16}
[ 25.794996]
[ 25.796362] nfs4_xdr_dec_read_plus(hdr=cfeadb80, scratch=cffff080)
[ 25.796381] buf = {cffff080, 16}
[ 25.796395] buf = {cffff080, 16}
[ 25.796406] buf = {cffff080, 16}
[ 25.796418] buf = {cffff080, 16}
[ 25.796492] buf = {cffff080, 16}
[ 25.796934] nfs_readhdr_free(hdr=cfeadb80, scratch=cffff080)
[ 25.797220] nfs4_xdr_dec_read_plus(hdr=cfead900, scratch=cffff3c0)
[ 25.797235] buf = {cffff3c0, 16}
[ 25.797248] buf = {cffff3c0, 16}
[ 25.797258] buf = {cffff3c0, 16}
[ 25.797267] buf = {cffff3c0, 16}
[ 25.797293] buf = {cffff3c0, 16}
[ 25.797485] nfs_readhdr_free(hdr=cfead900, scratch=cffff3c0)
[ 25.797807] buf = {c3301940, 16}
[ 25.801359] nfs_read_alloc_scratch(hdr=cfead680, size=16) = cffffc40
[ 25.805062] buf = {c3301940, 16}
[ 25.815966]
[ 25.816198] nfs4_xdr_dec_read_plus(hdr=cfead680, scratch=cffffc40)
[ 25.816214] buf = {cffffc40, 16}
[ 25.816226] buf = {cffffc40, 16}
[ 25.816235] buf = {cffffc40, 16}
[ 25.816243] buf = {cffffc40, 16}
[ 25.816295] buf = {cffffc40, 16}
[ 25.816581] nfs_readhdr_free(hdr=cfead680, scratch=cffffc40)
[ 25.818938] nfs_readhdr_free(hdr=cfeae080, scratch=c3301940)
[ 25.819813] nfs_read_alloc_scratch(hdr=cfead400, size=16) = c2c0f180
[ 25.947570]
[ 25.948157] nfs_read_alloc_scratch(hdr=cfead180, size=16) = c1ea5400
[ 25.954933] nfs4_xdr_dec_read_plus(hdr=cfead400, scratch=c2c0f180)
[ 25.960642] buf = {c2c0f180, 16}
[ 25.964241] buf = {c2c0f180, 16}
[ 25.965814] nfs4_xdr_dec_read_plus(hdr=cfead180, scratch=c1ea5400)
[ 25.967732] buf = {c2c0f180, 16}
[ 25.973883] buf = {c1ea5400, 16}
[ 25.977462] buf = {c2c0f180, 16}
[ 25.980989] buf = {c1ea5400, 16}
[ 25.985038] buf = {c2c0f180, 16}
[ 25.988097] buf = {c1ea5400, 16}
[ 25.992214] nfs_readhdr_free(hdr=cfead400, scratch=c2c0f180)
[ 25.995248] buf = {c1ea5400, 16}
[ 26.004604] buf = {c1ea5400, 16}
[ 26.008285] nfs_readhdr_free(hdr=cfead180, scratch=c1ea5400)
[ 26.012569]
[ 26.015155] nfs_read_alloc_scratch(hdr=c2c15180, size=16) = c431e680
[ 26.026277] nfs4_xdr_dec_read_plus(hdr=c2c15180, scratch=c431e680)
[ 26.031006] buf = {c431e680, 16}
[ 26.034608] buf = {c431e680, 16}
[ 26.038107] buf = {c431e680, 16}
[ 26.041663] buf = {c431e680, 16}
[ 26.045398] buf = {c431e680, 16}
[ 26.048958] nfs_readhdr_free(hdr=c2c15180, scratch=c431e680)
[ 26.054963]
[ 26.055866] nfs_read_alloc_scratch(hdr=cfeacf00, size=16) = c1ea5440
[ 26.065441]
[ 26.065530] nfs_read_alloc_scratch(hdr=cfeacc80, size=16) = cfe50500
[ 26.073720] nfs4_xdr_dec_read_plus(hdr=cfeacf00, scratch=c1ea5440)
[ 26.078634] buf = {c1ea5440, 16}
[ 26.082067] buf = {c1ea5440, 16}
[ 26.085715] buf = {c1ea5440, 16}
[ 26.086829] nfs4_xdr_dec_read_plus(hdr=cfeacc80, scratch=cfe50500)
[ 26.089178] buf = {c1ea5440, 16}
[ 26.095297] buf = {cfe50500, 16}
[ 26.095308] buf = {cfe50500, 16}
[ 26.095318] buf = {cfe50500, 16}
[ 26.099427] buf = {c1ea5440, 16}
[ 26.102358] buf = {cfe50500, 16}
[ 26.102622] buf = {cfe50500, 16}
[ 26.107855] nfs_readhdr_free(hdr=cfeacf00, scratch=c1ea5440)
[ 26.109065]
[ 26.109083] nfs_read_alloc_scratch(hdr=cfeaca00, size=16) = cfe505c0
[ 26.109793] nfs_readhdr_free(hdr=cfeacc80, scratch=cfe50500)
[ 26.110697]
[ 26.110714] nfs_read_alloc_scratch(hdr=cfeac780, size=16) = cfe50cc0
[ 26.111744] nfs4_xdr_dec_read_plus(hdr=cfeaca00, scratch=cfe505c0)
[ 26.111764] buf = {cfe505c0, 16}
[ 26.111782] buf = {cfe505c0, 16}
[ 26.111800] buf = {cfe505c0, 16}
[ 26.111818] buf = {cfe505c0, 16}
[ 26.111842] buf = {cfe505c0, 16}
[ 26.111982] nfs_readhdr_free(hdr=cfeaca00, scratch=cfe505c0)
[ 26.122142] nfs4_xdr_dec_read_plus(hdr=cfeac780, scratch=cfe50cc0)
[ 26.182784] buf = {cfe50cc0, 16}
[ 26.186325] buf = {cfe50cc0, 16}
[ 26.189802] buf = {cfe50cc0, 16}
[ 26.193355] buf = {cfe50cc0, 16}
[ 26.196981] buf = {cfe50cc0, 16}
[ 26.200687] nfs_readhdr_free(hdr=cfeac780, scratch=cfe50cc0)
[ 26.203035]
[ 26.207578] nfs_read_alloc_scratch(hdr=cfeac500, size=16) = cfe50a40
[ 26.221561] nfs4_xdr_dec_read_plus(hdr=cfeac500, scratch=cfe50a40)
[ 26.226345] buf = {cfe50a40, 16}
[ 26.229834] buf = {cfe50a40, 16}
[ 26.233386] buf = {cfe50a40, 16}
[ 26.237046] buf = {cfe50a40, 16}
[ 26.240540] buf = {cfe50a40, 16}
[ 26.244445] nfs_readhdr_free(hdr=cfeac500, scratch=cfe50a40)
[ 26.247041]
[ 26.251166] nfs_read_alloc_scratch(hdr=cfeac280, size=16) = cfe50e40
[ 26.264601] nfs4_xdr_dec_read_plus(hdr=cfeac280, scratch=cfe50e40)
[ 26.269328] buf = {cfe50e40, 16}
[ 26.272875] buf = {cfe50e40, 16}
[ 26.276473] buf = {cfe50e40, 16}
[ 26.279981] buf = {cfe50e40, 16}
[ 26.283580] buf = {cfe50e40, 16}
[ 26.287484] nfs_readhdr_free(hdr=cfeac280, scratch=cfe50e40)
[ 26.292821]
[ 26.294335] nfs_read_alloc_scratch(hdr=c2c15180, size=16) = c431eb40
[ 26.305964] nfs4_xdr_dec_read_plus(hdr=c2c15180, scratch=c431eb40)
[ 26.310824] buf = {c431eb40, 16}
[ 26.314399] buf = {c431eb40, 16}
[ 26.317919] buf = {c431eb40, 16}
[ 26.321448] buf = {c431eb40, 16}
[ 26.325103] buf = {c431eb40, 16}
[ 26.328931] nfs_readhdr_free(hdr=c2c15180, scratch=c431eb40)
[ 26.334905]
[ 26.335617] nfs_read_alloc_scratch(hdr=c2c15400, size=16) = c431e240
[ 26.350476] nfs4_xdr_dec_read_plus(hdr=c2c15400, scratch=c431e240)
[ 26.355283] buf = {c431e240, 16}
[ 26.358748] buf = {c431e240, 16}
[ 26.362300] buf = {c431e240, 16}
[ 26.365886] buf = {c431e240, 16}
[ 26.369451] buf = {c431e240, 16}
[ 26.373289] nfs_readhdr_free(hdr=c2c15400, scratch=c431e240)
[ 26.375789]
[ 26.380079] nfs_read_alloc_scratch(hdr=c2c15680, size=16) = c431e3c0
[ 26.391438] nfs4_xdr_dec_read_plus(hdr=c2c15680, scratch=c431e3c0)
[ 26.396218] buf = {c431e3c0, 16}
[ 26.399710] buf = {c431e3c0, 16}
[ 26.403263] buf = {c431e3c0, 16}
[ 26.406962] buf = {c431e3c0, 16}
[ 26.410430] buf = {c431e3c0, 16}
[ 26.414473] nfs_readhdr_free(hdr=c2c15680, scratch=c431e3c0)
[ 26.417327]
[ 26.421042] nfs_read_alloc_scratch(hdr=c2c15900, size=16) = c431e700
[ 26.436488] nfs4_xdr_dec_read_plus(hdr=c2c15900, scratch=c431e700)
[ 26.441217] buf = {c431e700, 16}
[ 26.444830] buf = {c431e700, 16}
[ 26.448314] buf = {c431e700, 16}
[ 26.451866] buf = {c431e700, 16}
[ 26.455505] buf = {c431e700, 16}
[ 26.459263] nfs_readhdr_free(hdr=c2c15900, scratch=c431e700)
[ 26.461510]
[ 26.466093] nfs_read_alloc_scratch(hdr=c2c15b80, size=16) = c431e900
[ 26.478407] nfs4_xdr_dec_read_plus(hdr=c2c15b80, scratch=c431e900)
[ 26.483131] buf = {c431e900, 16}
[ 26.486725] buf = {c431e900, 16}
[ 26.490229] buf = {c431e900, 16}
[ 26.493780] buf = {c431e900, 16}
[ 26.497528] buf = {c431e900, 16}
[ 26.501325] nfs_readhdr_free(hdr=c2c15b80, scratch=c431e900)
[ 26.502544]
[ 26.508007] nfs_read_alloc_scratch(hdr=c2c15e00, size=16) = c431e1c0
[ 26.522742] nfs4_xdr_dec_read_plus(hdr=c2c15e00, scratch=c431e1c0)
[ 26.527515] buf = {c431e1c0, 16}
[ 26.531016] buf = {c431e1c0, 16}
[ 26.534600] buf = {c431e1c0, 16}
[ 26.538121] buf = {c431e1c0, 16}
[ 26.541717] buf = {c431e1c0, 16}
[ 26.545556] nfs_readhdr_free(hdr=c2c15e00, scratch=c431e1c0)
[ 26.546941]
[ 26.552347] nfs_read_alloc_scratch(hdr=c2c16080, size=16) = c431e380
[ 26.563784] nfs4_xdr_dec_read_plus(hdr=c2c16080, scratch=c431e380)
[ 26.568570] buf = {c431e380, 16}
[ 26.572060] buf = {c431e380, 16}
[ 26.575651] buf = {c431e380, 16}
[ 26.579163] buf = {c431e380, 16}
[ 26.582745] buf = {c431e380, 16}
[ 26.586788] nfs_readhdr_free(hdr=c2c16080, scratch=c431e380)
[ 26.587969]
[ 26.593388] nfs_read_alloc_scratch(hdr=c2c16300, size=16) = c431e040
[ 26.608223] nfs4_xdr_dec_read_plus(hdr=c2c16300, scratch=c431e040)
[ 26.613135] buf = {c431e040, 16}
[ 26.616934] buf = {c431e040, 16}
[ 26.620111] buf = {c431e040, 16}
[ 26.623646] buf = {c431e040, 16}
[ 26.627330] buf = {c431e040, 16}
[ 26.631189] nfs_readhdr_free(hdr=c2c16300, scratch=c431e040)
[ 26.632532]
[ 26.637836] nfs_read_alloc_scratch(hdr=c2c16580, size=16) = c431ec00
[ 26.648074] nfs4_xdr_dec_read_plus(hdr=c2c16580, scratch=c431ec00)
[ 26.652853] buf = {c431ec00, 16}
[ 26.656451] buf = {c431ec00, 16}
[ 26.659975] buf = {c431ec00, 16}
[ 26.663492] buf = {c431ec00, 16}
[ 26.667153] buf = {c431ec00, 16}
[ 26.670770] nfs_readhdr_free(hdr=c2c16580, scratch=c431ec00)
[ 26.672225]
[ 26.677676] nfs_read_alloc_scratch(hdr=c2c16800, size=16) = c431e740
[ 26.690475] nfs4_xdr_dec_read_plus(hdr=c2c16800, scratch=c431e740)
[ 26.695271] buf = {c431e740, 16}
[ 26.698752] buf = {c431e740, 16}
[ 26.702304] buf = {c431e740, 16}
[ 26.705959] buf = {c431e740, 16}
[ 26.709455] buf = {c431e740, 16}
[ 26.713361] nfs_readhdr_free(hdr=c2c16800, scratch=c431e740)
[ 26.716145]
[ 26.720084] nfs_read_alloc_scratch(hdr=c2c16a80, size=16) = c431e400
[ 26.733651] nfs4_xdr_dec_read_plus(hdr=c2c16a80, scratch=c431e400)
[ 26.738431] buf = {c431e400, 16}
[ 26.741926] buf = {c431e400, 16}
[ 26.745514] buf = {c431e400, 16}
[ 26.749030] buf = {c431e400, 16}
[ 26.752617] buf = {c431e400, 16}
[ 26.756426] nfs_readhdr_free(hdr=c2c16a80, scratch=c431e400)
[ 26.759415]
[ 26.763302] nfs_read_alloc_scratch(hdr=c2c16d00, size=16) = c431ee00
[ 26.775934] nfs4_xdr_dec_read_plus(hdr=c2c16d00, scratch=c431ee00)
[ 26.780745] buf = {c431ee00, 16}
[ 26.784333] buf = {c431ee00, 16}
[ 26.787810] buf = {c431ee00, 16}
[ 26.791424] buf = {c431ee00, 16}
[ 26.794977] buf = {c431ee00, 16}
[ 26.798665] nfs_readhdr_free(hdr=c2c16d00, scratch=c431ee00)
[ 26.800550]
[ 26.805542] nfs_read_alloc_scratch(hdr=c2c16f80, size=16) = c431eac0
[ 26.819846] nfs4_xdr_dec_read_plus(hdr=c2c16f80, scratch=c431eac0)
[ 26.824670] buf = {c431eac0, 16}
[ 26.828288] buf = {c431eac0, 16}
[ 26.831671] buf = {c431eac0, 16}
[ 26.835313] buf = {c431eac0, 16}
[ 26.838808] buf = {c431eac0, 16}
[ 26.842577] nfs_readhdr_free(hdr=c2c16f80, scratch=c431eac0)
[ 26.843894]
[ 26.849446] nfs_read_alloc_scratch(hdr=c2c17200, size=16) = c431ed40
[ 26.861910] nfs4_xdr_dec_read_plus(hdr=c2c17200, scratch=c431ed40)
[ 26.866691] buf = {c431ed40, 16}
[ 26.870181] buf = {c431ed40, 16}
[ 26.873734] buf = {c431ed40, 16}
[ 26.877427] buf = {c431ed40, 16}
[ 26.880901] buf = {c431ed40, 16}
[ 26.884713] nfs_readhdr_free(hdr=c2c17200, scratch=c431ed40)
[ 26.888476]
[ 26.891514] nfs_read_alloc_scratch(hdr=c2c17480, size=16) = c431eac0
[ 26.906476] nfs4_xdr_dec_read_plus(hdr=c2c17480, scratch=c431eac0)
[ 26.911272] buf = {c431eac0, 16}
[ 26.914888] buf = {c431eac0, 16}
[ 26.918352] buf = {c431eac0, 16}
[ 26.921913] buf = {c431eac0, 16}
[ 26.925612] buf = {c431eac0, 16}
[ 26.929422] nfs_readhdr_free(hdr=c2c17480, scratch=c431eac0)
[ 26.937332]
[ 26.937407] nfs_read_alloc_scratch(hdr=c2c17700, size=16) = c3301900
[ 26.951173] nfs4_xdr_dec_read_plus(hdr=c2c17700, scratch=c3301900)
[ 26.956182] buf = {c3301900, 16}
[ 26.959492] buf = {c3301900, 16}
[ 26.963066] buf = {c3301900, 16}
[ 26.966658] buf = {c3301900, 16}
[ 26.970239] buf = {c3301900, 16}
[ 26.974227] nfs_readhdr_free(hdr=c2c17700, scratch=c3301900)
[ 26.978465]
[ 26.980789] nfs_read_alloc_scratch(hdr=c2c17980, size=16) = c3301200
[ 26.992712] nfs4_xdr_dec_read_plus(hdr=c2c17980, scratch=c3301200)
[ 26.997717] buf = {c3301200, 16}
[ 27.000993] buf = {c3301200, 16}
[ 27.004597] buf = {c3301200, 16}
[ 27.008096] buf = {c3301200, 16}
[ 27.011676] buf = {c3301200, 16}
[ 27.015439] nfs_readhdr_free(hdr=c2c17980, scratch=c3301200)
[ 27.018320]
[ 27.022319] nfs_read_alloc_scratch(hdr=c2c17c00, size=16) = c3301400
[ 27.036513] nfs4_xdr_dec_read_plus(hdr=c2c17c00, scratch=c3301400)
[ 27.041234] buf = {c3301400, 16}
[ 27.044828] buf = {c3301400, 16}
[ 27.048332] buf = {c3301400, 16}
[ 27.051884] buf = {c3301400, 16}
[ 27.055564] buf = {c3301400, 16}
[ 27.059229] nfs_readhdr_free(hdr=c2c17c00, scratch=c3301400)
[ 27.060387]
[ 27.066109] nfs_read_alloc_scratch(hdr=c2c17980, size=16) = c3301f00
[ 27.078948] nfs4_xdr_dec_read_plus(hdr=c2c17980, scratch=c3301f00)
[ 27.083667] buf = {c3301f00, 16}
[ 27.087264] buf = {c3301f00, 16}
[ 27.090766] buf = {c3301f00, 16}
[ 27.094358] buf = {c3301f00, 16}
[ 27.097909] buf = {c3301f00, 16}
[ 27.101691] nfs_readhdr_free(hdr=c2c17980, scratch=c3301f00)
[ 27.103450]
[ 27.108543] nfs_read_alloc_scratch(hdr=c2c17700, size=16) = c3301380
[ 27.122269] nfs4_xdr_dec_read_plus(hdr=c2c17700, scratch=c3301380)
[ 27.127111] buf = {c3301380, 16}
[ 27.130587] buf = {c3301380, 16}
[ 27.134208] buf = {c3301380, 16}
[ 27.137690] buf = {c3301380, 16}
[ 27.141297] buf = {c3301380, 16}
[ 27.145433] nfs_readhdr_free(hdr=c2c17700, scratch=c3301380)
[ 27.147695]
[ 27.151875] nfs_read_alloc_scratch(hdr=c2c17480, size=16) = c33014c0
[ 27.163586] nfs4_xdr_dec_read_plus(hdr=c2c17480, scratch=c33014c0)
[ 27.168424] buf = {c33014c0, 16}
[ 27.171902] buf = {c33014c0, 16}
[ 27.175546] buf = {c33014c0, 16}
[ 27.179009] buf = {c33014c0, 16}
[ 27.182597] buf = {c33014c0, 16}
[ 27.186323] nfs_readhdr_free(hdr=c2c17480, scratch=c33014c0)
[ 27.187665]
[ 27.193198] nfs_read_alloc_scratch(hdr=c2c17200, size=16) = c3301000
[ 27.205375] nfs4_xdr_dec_read_plus(hdr=c2c17200, scratch=c3301000)
[ 27.210097] buf = {c3301000, 16}
[ 27.213642] buf = {c3301000, 16}
[ 27.217251] buf = {c3301000, 16}
[ 27.220748] buf = {c3301000, 16}
[ 27.224378] buf = {c3301000, 16}
[ 27.228108] nfs_readhdr_free(hdr=c2c17200, scratch=c3301000)
[ 27.229701]
[ 27.235019] nfs_read_alloc_scratch(hdr=c2c16f80, size=16) = c3301d40
[ 27.246885] nfs4_xdr_dec_read_plus(hdr=c2c16f80, scratch=c3301d40)
[ 27.251643] buf = {c3301d40, 16}
[ 27.255262] buf = {c3301d40, 16}
[ 27.258742] buf = {c3301d40, 16}
[ 27.262309] buf = {c3301d40, 16}
[ 27.265941] buf = {c3301d40, 16}
[ 27.269626] nfs_readhdr_free(hdr=c2c16f80, scratch=c3301d40)
[ 27.270588]
[ 27.276481] nfs_read_alloc_scratch(hdr=c2c16d00, size=16) = c33011c0
[ 27.290941] nfs4_xdr_dec_read_plus(hdr=c2c16d00, scratch=c33011c0)
[ 27.295704] buf = {c33011c0, 16}
[ 27.299203] buf = {c33011c0, 16}
[ 27.302756] buf = {c33011c0, 16}
[ 27.306397] buf = {c33011c0, 16}
[ 27.309901] buf = {c33011c0, 16}
[ 27.313689] nfs_readhdr_free(hdr=c2c16d00, scratch=c33011c0)
[ 27.316010]
[ 27.320532] nfs_read_alloc_scratch(hdr=c2c16a80, size=16) = c3301400
[ 27.332233] nfs4_xdr_dec_read_plus(hdr=c2c16a80, scratch=c3301400)
[ 27.337015] buf = {c3301400, 16}
[ 27.340506] buf = {c3301400, 16}
[ 27.344109] buf = {c3301400, 16}
[ 27.347611] buf = {c3301400, 16}
[ 27.351187] buf = {c3301400, 16}
[ 27.354998] nfs_readhdr_free(hdr=c2c16a80, scratch=c3301400)
[ 27.359187]
[ 27.361838] nfs_read_alloc_scratch(hdr=c2c16800, size=16) = c3301580
[ 27.369885] nfs4_xdr_dec_read_plus(hdr=c2c16800, scratch=c3301580)
[ 27.374914] buf = {c3301580, 16}
[ 27.378205] buf = {c3301580, 16}
[ 27.381780] buf = {c3301580, 16}
[ 27.385359] buf = {c3301580, 16}
[ 27.388889] buf = {c3301580, 16}
[ 27.392500] nfs_readhdr_free(hdr=c2c16800, scratch=c3301580)
[ 27.396072]
[ 27.399494] nfs_read_alloc_scratch(hdr=c2c16580, size=16) = c3301900
[ 27.410416] nfs4_xdr_dec_read_plus(hdr=c2c16580, scratch=c3301900)
[ 27.415182] buf = {c3301900, 16}
[ 27.418684] buf = {c3301900, 16}
[ 27.422236] buf = {c3301900, 16}
[ 27.425823] buf = {c3301900, 16}
[ 27.429357] buf = {c3301900, 16}
[ 27.433036] nfs_readhdr_free(hdr=c2c16580, scratch=c3301900)
[ 27.436415] systemd[1]: System time before build time, advancing clock.
[ 27.445420]
[ 27.446586] nfs_read_alloc_scratch(hdr=c2c16300, size=16) = c3301b40
[ 27.457870] nfs4_xdr_dec_read_plus(hdr=c2c16300, scratch=c3301b40)
[ 27.462589] buf = {c3301b40, 16}
[ 27.466214] buf = {c3301b40, 16}
[ 27.469689] buf = {c3301b40, 16}
[ 27.473241] buf = {c3301b40, 16}
[ 27.476873] buf = {c3301b40, 16}
[ 27.480589] nfs_readhdr_free(hdr=c2c16300, scratch=c3301b40)
[ 27.486339]
[ 27.487450] nfs_read_alloc_scratch(hdr=c2c16080, size=16) = c3301280
[ 27.500934] nfs4_xdr_dec_read_plus(hdr=c2c16080, scratch=c3301280)
[ 27.505726] buf = {c3301280, 16}
[ 27.509216] buf = {c3301280, 16}
[ 27.512769] buf = {c3301280, 16}
[ 27.516501] buf = {c3301280, 16}
[ 27.519961] buf = {c3301280, 16}
[ 27.523870] nfs_readhdr_free(hdr=c2c16080, scratch=c3301280)
[ 27.554694]
[ 27.554775] nfs_read_alloc_scratch(hdr=c2c15e00, size=16) = c3301540
[ 27.567281] nfs4_xdr_dec_read_plus(hdr=c2c15e00, scratch=c3301540)
[ 27.572039] buf = {c3301540, 16}
[ 27.575649] buf = {c3301540, 16}
[ 27.579127] buf = {c3301540, 16}
[ 27.582684] buf = {c3301540, 16}
[ 27.586328] buf = {c3301540, 16}
[ 27.589996] nfs_readhdr_free(hdr=c2c15e00, scratch=c3301540)
[ 27.607132]
[ 27.607209] nfs_read_alloc_scratch(hdr=cfeac280, size=16) = cfe50740
[ 27.615212] nfs4_xdr_dec_read_plus(hdr=cfeac280, scratch=cfe50740)
[ 27.619937] buf = {cfe50740, 16}
[ 27.623483] buf = {cfe50740, 16}
[ 27.627116] buf = {cfe50740, 16}
[ 27.630603] buf = {cfe50740, 16}
[ 27.634206] buf = {cfe50740, 16}
[ 27.637797] nfs_readhdr_free(hdr=cfeac280, scratch=cfe50740)
[ 27.643251]
[ 27.644895] nfs_read_alloc_scratch(hdr=cfeac000, size=16) = cfe50800
[ 27.653096] nfs4_xdr_dec_read_plus(hdr=cfeac000, scratch=cfe50800)
[ 27.657924] buf = {cfe50800, 16}
[ 27.661389] buf = {cfe50800, 16}
[ 27.665005] buf = {cfe50800, 16}
[ 27.668489] buf = {cfe50800, 16}
[ 27.672043] buf = {cfe50800, 16}
[ 27.675725] nfs_readhdr_free(hdr=cfeac000, scratch=cfe50800)
[ 27.681758]
[ 27.682695] nfs_read_alloc_scratch(hdr=cfeac000, size=16) = cfe50a40
[ 27.692571] nfs4_xdr_dec_read_plus(hdr=cfeac000, scratch=cfe50a40)
[ 27.697357] buf = {cfe50a40, 16}
[ 27.700839] buf = {cfe50a40, 16}
[ 27.704444] buf = {cfe50a40, 16}
[ 27.707945] buf = {cfe50a40, 16}
[ 27.711511] buf = {cfe50a40, 16}
[ 27.715225] nfs_readhdr_free(hdr=cfeac000, scratch=cfe50a40)
[ 27.719958]
[ 27.722204] nfs_read_alloc_scratch(hdr=cfeac280, size=16) = cfe50100
[ 27.731978] nfs4_xdr_dec_read_plus(hdr=cfeac280, scratch=cfe50100)
[ 27.736998] buf = {cfe50100, 16}
[ 27.740299] buf = {cfe50100, 16}
[ 27.743873] buf = {cfe50100, 16}
[ 27.747451] buf = {cfe50100, 16}
[ 27.750996] buf = {cfe50100, 16}
[ 27.754730] nfs_readhdr_free(hdr=cfeac280, scratch=cfe50100)
[ 27.758163]
[ 27.761587] nfs_read_alloc_scratch(hdr=cfeac500, size=16) = cfe501c0
[ 27.773275] nfs4_xdr_dec_read_plus(hdr=cfeac500, scratch=cfe501c0)
[ 27.778049] buf = {cfe501c0, 16}
[ 27.781547] buf = {cfe501c0, 16}
[ 27.785145] buf = {cfe501c0, 16}
[ 27.788653] buf = {cfe501c0, 16}
[ 27.792225] buf = {cfe501c0, 16}
[ 27.796058] nfs_readhdr_free(hdr=cfeac500, scratch=cfe501c0)
[ 27.798996]
[ 27.802878] nfs_read_alloc_scratch(hdr=cfeac780, size=16) = cfe50e80
[ 27.811927] nfs4_xdr_dec_read_plus(hdr=cfeac780, scratch=cfe50e80)
[ 27.816957] buf = {cfe50e80, 16}
[ 27.820246] buf = {cfe50e80, 16}
[ 27.823819] buf = {cfe50e80, 16}
[ 27.827405] buf = {cfe50e80, 16}
[ 27.830939] buf = {cfe50e80, 16}
[ 27.834662] nfs_readhdr_free(hdr=cfeac780, scratch=cfe50e80)
[ 27.837955]
[ 27.841534] nfs_read_alloc_scratch(hdr=cfeacc80, size=16) = cfe50700
[ 27.850799] nfs4_xdr_dec_read_plus(hdr=cfeacc80, scratch=cfe50700)
[ 27.855598] buf = {cfe50700, 16}
[ 27.859068] buf = {cfe50700, 16}
[ 27.862622] buf = {cfe50700, 16}
[ 27.866217] buf = {cfe50700, 16}
[ 27.869735] buf = {cfe50700, 16}
[ 27.873390] nfs_readhdr_free(hdr=cfeacc80, scratch=cfe50700)
[ 27.895233]
[ 27.895328] nfs_read_alloc_scratch(hdr=cfeacf00, size=16) = c4320440
[ 27.909709] nfs4_xdr_dec_read_plus(hdr=cfeacf00, scratch=c4320440)
[ 27.914490] buf = {c4320440, 16}
[ 27.917981] buf = {c4320440, 16}
[ 27.921535] buf = {c4320440, 16}
[ 27.925140] buf = {c4320440, 16}
[ 27.928695] buf = {c4320440, 16}
[ 27.932504] nfs_readhdr_free(hdr=cfeacf00, scratch=c4320440)
[ 27.937140]
[ 27.939315] nfs_read_alloc_scratch(hdr=cfeaca00, size=16) = c4320480
[ 27.951202] nfs4_xdr_dec_read_plus(hdr=cfeaca00, scratch=c4320480)
[ 27.955988] buf = {c4320480, 16}
[ 27.959477] buf = {c4320480, 16}
[ 27.963029] buf = {c4320480, 16}
[ 27.966618] buf = {c4320480, 16}
[ 27.970173] buf = {c4320480, 16}
[ 27.973957] nfs_readhdr_free(hdr=cfeaca00, scratch=c4320480)
[ 27.977536]
[ 27.980809] nfs_read_alloc_scratch(hdr=cfead180, size=16) = c4320c00
[ 27.994684] nfs4_xdr_dec_read_plus(hdr=cfead180, scratch=c4320c00)
[ 27.999424] buf = {c4320c00, 16}
[ 28.002962] buf = {c4320c00, 16}
[ 28.006554] buf = {c4320c00, 16}
[ 28.010063] buf = {c4320c00, 16}
[ 28.013652] buf = {c4320c00, 16}
[ 28.017428] nfs_readhdr_free(hdr=cfead180, scratch=c4320c00)
[ 28.022825]
[ 28.024312] nfs_read_alloc_scratch(hdr=cfead400, size=16) = c4320480
[ 28.032369] nfs4_xdr_dec_read_plus(hdr=cfead400, scratch=c4320480)
[ 28.037134] buf = {c4320480, 16}
[ 28.040634] buf = {c4320480, 16}
[ 28.044217] buf = {c4320480, 16}
[ 28.047739] buf = {c4320480, 16}
[ 28.051295] buf = {c4320480, 16}
[ 28.055041] nfs_readhdr_free(hdr=cfead400, scratch=c4320480)
[ 28.060249]
[ 28.061967] nfs_read_alloc_scratch(hdr=cfeae080, size=16) = c4320140
[ 28.073702] nfs4_xdr_dec_read_plus(hdr=cfeae080, scratch=c4320140)
[ 28.078658] buf = {c4320140, 16}
[ 28.082001] buf = {c4320140, 16}
[ 28.085614] buf = {c4320140, 16}
[ 28.089107] buf = {c4320140, 16}
[ 28.092702] buf = {c4320140, 16}
[ 28.096434] nfs_readhdr_free(hdr=cfeae080, scratch=c4320140)
[ 28.103610] systemd[1]: systemd 253.4-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[ 28.134592] systemd[1]: Detected architecture arm.
[ 28.141749]
[ 28.141829] nfs_read_alloc_scratch(hdr=cfead680, size=16) = c43204c0
[ 28.150487] nfs4_xdr_dec_read_plus(hdr=cfead680, scratch=c43204c0)
[ 28.155344] buf = {c43204c0, 16}
[ 28.158758] buf = {c43204c0, 16}
[ 28.162311] buf = {c43204c0, 16}
[ 28.165912] buf = {c43204c0, 16}
[ 28.169424] buf = {c43204c0, 16}
[ 28.173067] nfs_readhdr_free(hdr=cfead680, scratch=c43204c0)
[ 28.185235]
[ 28.185319] nfs_read_alloc_scratch(hdr=c2c15b80, size=16) = c3301bc0
[ 28.193199] nfs4_xdr_dec_read_plus(hdr=c2c15b80, scratch=c3301bc0)
[ 28.197980] buf = {c3301bc0, 16}
[ 28.201469] buf = {c3301bc0, 16}
[ 28.205070] buf = {c3301bc0, 16}
[ 28.208577] buf = {c3301bc0, 16}
[ 28.212132] buf = {c3301bc0, 16}
[ 28.215853] nfs_readhdr_free(hdr=c2c15b80, scratch=c3301bc0)

Welcome to Arch Linux ARM!

[ 28.254625]
[ 28.254722] nfs_read_alloc_scratch(hdr=c2c15900, size=16) = c3301b40
[ 28.268595] nfs4_xdr_dec_read_plus(hdr=c2c15900, scratch=c3301b40)
[ 28.273353] buf = {c3301b40, 16}
[ 28.276981] buf = {c3301b40, 16}
[ 28.280445] buf = {c3301b40, 16}
[ 28.284049] buf = {c3301b40, 16}
[ 28.287615] buf = {c3301b40, 16}
[ 28.291505] nfs_readhdr_free(hdr=c2c15900, scratch=c3301b40)
[ 28.297686]
[ 28.298288] nfs_read_alloc_scratch(hdr=c2c15680, size=16) = c3301080
[ 28.306938] nfs4_xdr_dec_read_plus(hdr=c2c15680, scratch=c3301080)
[ 28.311666] buf = {c3301080, 16}
[ 28.315274] buf = {c3301080, 16}
[ 28.318777] buf = {c3301080, 16}
[ 28.322327] buf = {c3301080, 16}
[ 28.325925] buf = {c3301080, 16}
[ 28.329522] nfs_readhdr_free(hdr=c2c15680, scratch=c3301080)
[ 28.332123] systemd[1]: Hostname set to <odroidhc1>.
[ 28.344817]
[ 28.344898] nfs_read_alloc_scratch(hdr=c2c15400, size=16) = c3301fc0
[ 28.358458] nfs4_xdr_dec_read_plus(hdr=c2c15400, scratch=c3301fc0)
[ 28.363466] buf = {c3301fc0, 16}
[ 28.367097] buf = {c3301fc0, 16}
[ 28.370409] buf = {c3301fc0, 16}
[ 28.373958] buf = {c3301fc0, 16}
[ 28.377616] buf = {c3301fc0, 16}
[ 28.381453] nfs_readhdr_free(hdr=c2c15400, scratch=c3301fc0)
[ 28.384340]
[ 28.388203] nfs_read_alloc_scratch(hdr=c2c15180, size=16) = c3301080
[ 28.400163] nfs4_xdr_dec_read_plus(hdr=c2c15180, scratch=c3301080)
[ 28.405395] buf = {c3301080, 16}
[ 28.408613] buf = {c3301080, 16}
[ 28.412161] buf = {c3301080, 16}
[ 28.415750] buf = {c3301080, 16}
[ 28.419330] buf = {c3301080, 16}
[ 28.423321] nfs_readhdr_free(hdr=c2c15180, scratch=c3301080)
[ 28.439671]
[ 28.439778] nfs_read_alloc_scratch(hdr=c2c15180, size=16) = c3301600
[ 28.447824] nfs4_xdr_dec_read_plus(hdr=c2c15180, scratch=c3301600)
[ 28.452610] buf = {c3301600, 16}
[ 28.456454] buf = {c3301600, 16}
[ 28.459742] buf = {c3301600, 16}
[ 28.463313] buf = {c3301600, 16}
[ 28.466928] buf = {c3301600, 16}
[ 28.470553] nfs_readhdr_free(hdr=c2c15180, scratch=c3301600)
[ 28.572140]
[ 28.572249] nfs_read_alloc_scratch(hdr=cfead900, size=16) = c430acc0
[ 28.589575] nfs4_xdr_dec_read_plus(hdr=cfead900, scratch=c430acc0)
[ 28.594836] buf = {c430acc0, 16}
[ 28.598175] buf = {c430acc0, 16}
[ 28.601677] buf = {c430acc0, 16}
[ 28.605372] buf = {c430acc0, 16}
[ 28.609094] buf = {c430acc0, 16}
[ 28.612690] nfs_readhdr_free(hdr=cfead900, scratch=c430acc0)
[ 28.624737]
[ 28.624859] nfs_read_alloc_scratch(hdr=cfeadb80, size=16) = c430a940
[ 28.633351] nfs4_xdr_dec_read_plus(hdr=cfeadb80, scratch=c430a940)
[ 28.638180] buf = {c430a940, 16}
[ 28.641637] buf = {c430a940, 16}
[ 28.645290] buf = {c430a940, 16}
[ 28.648840] buf = {c430a940, 16}
[ 28.652362] buf = {c430a940, 16}
[ 28.656119] nfs_readhdr_free(hdr=cfeadb80, scratch=c430a940)
[ 28.659788]
[ 28.662979] nfs_read_alloc_scratch(hdr=cfeade00, size=16) = c430a9c0
[ 28.674412] nfs4_xdr_dec_read_plus(hdr=cfeade00, scratch=c430a9c0)
[ 28.679142] buf = {c430a9c0, 16}
[ 28.682678] buf = {c430a9c0, 16}
[ 28.686277] buf = {c430a9c0, 16}
[ 28.689784] buf = {c430a9c0, 16}
[ 28.693356] buf = {c430a9c0, 16}
[ 28.697056] nfs_readhdr_free(hdr=cfeade00, scratch=c430a9c0)
[ 28.698499]
[ 28.704050] nfs_read_alloc_scratch(hdr=cfeae300, size=16) = c430a800
[ 28.715384] nfs4_xdr_dec_read_plus(hdr=cfeae300, scratch=c430a800)
[ 28.720118] buf = {c430a800, 16}
[ 28.723660] buf = {c430a800, 16}
[ 28.727255] buf = {c430a800, 16}
[ 28.730765] buf = {c430a800, 16}
[ 28.734476] buf = {c430a800, 16}
[ 28.738200] nfs_readhdr_free(hdr=cfeae300, scratch=c430a800)
[ 28.748183]
[ 28.748249] nfs_read_alloc_scratch(hdr=cfeaed00, size=16) = c430a800
[ 28.757654] nfs4_xdr_dec_read_plus(hdr=cfeaed00, scratch=c430a800)
[ 28.762418] buf = {c430a800, 16}
[ 28.766101] buf = {c430a800, 16}
[ 28.769471] buf = {c430a800, 16}
[ 28.773023] buf = {c430a800, 16}
[ 28.776828] buf = {c430a800, 16}
[ 28.780286] nfs_readhdr_free(hdr=cfeaed00, scratch=c430a800)
[ 28.783612]
[ 28.787257] nfs_read_alloc_scratch(hdr=cfeae580, size=16) = c430aa40
[ 28.798663] nfs4_xdr_dec_read_plus(hdr=cfeae580, scratch=c430aa40)
[ 28.803393] buf = {c430aa40, 16}
[ 28.807006] buf = {c430aa40, 16}
[ 28.810489] buf = {c430aa40, 16}
[ 28.814085] buf = {c430aa40, 16}
[ 28.817622] buf = {c430aa40, 16}
[ 28.821342] nfs_readhdr_free(hdr=cfeae580, scratch=c430aa40)
[ 28.824660]
[ 28.828302] nfs_read_alloc_scratch(hdr=cfeae800, size=16) = c430a5c0
[ 28.835875]
[ 28.836051] nfs_read_alloc_scratch(hdr=cfeaea80, size=16) = c1f44500
[ 28.837660] nfs4_xdr_dec_read_plus(hdr=cfeae800, scratch=c430a5c0)
[ 28.848698] buf = {c430a5c0, 16}
[ 28.852084] buf = {c430a5c0, 16}
[ 28.855694] buf = {c430a5c0, 16}
[ 28.855818] nfs4_xdr_dec_read_plus(hdr=cfeaea80, scratch=c1f44500)
[ 28.859174] buf = {c430a5c0, 16}
[ 28.859192] buf = {c430a5c0, 16}
[ 28.859305] nfs_readhdr_free(hdr=cfeae800, scratch=c430a5c0)
[ 28.865707] buf = {c1f44500, 16}
[ 28.882582] buf = {c1f44500, 16}
[ 28.885573] buf = {c1f44500, 16}
[ 28.889051] buf = {c1f44500, 16}
[ 28.892728] buf = {c1f44500, 16}
[ 28.897308] nfs_readhdr_free(hdr=cfeaea80, scratch=c1f44500)
[ 28.904760] systemd[1]: bpf-lsm: BPF LSM hook not enabled in the kernel, BPF LSM not supported
[ 28.919484] memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=1 'systemd'
[ 28.954276]
[ 28.954468] nfs_read_alloc_scratch(hdr=c1cfc280, size=16) = c419ba00
[ 28.962633] nfs4_xdr_dec_read_plus(hdr=c1cfc280, scratch=c419ba00)
[ 28.967537] buf = {c419ba00, 16}
[ 28.970956] buf = {c419ba00, 16}
[ 28.974606] buf = {c419ba00, 16}
[ 28.978086] buf = {c419ba00, 16}
[ 28.981653] buf = {c419ba00, 16}
[ 28.985467] nfs_readhdr_free(hdr=c1cfc280, scratch=c419ba00)
[ 28.999962]
[ 29.000078] nfs_read_alloc_scratch(hdr=c1cfc500, size=16) = c419be80
[ 29.008358] nfs4_xdr_dec_read_plus(hdr=c1cfc500, scratch=c419be80)
[ 29.013109] buf = {c419be80, 16}
[ 29.016887] buf = {c419be80, 16}
[ 29.020246] buf = {c419be80, 16}
[ 29.023818] buf = {c419be80, 16}
[ 29.027417] buf = {c419be80, 16}
[ 29.031036] nfs_readhdr_free(hdr=c1cfc500, scratch=c419be80)
[ 29.035636]
[ 29.038180] nfs_read_alloc_scratch(hdr=c1cfc780, size=16) = c419b940
[ 29.048518] nfs4_xdr_dec_read_plus(hdr=c1cfc780, scratch=c419b940)
[ 29.053321] buf = {c419b940, 16}
[ 29.056922] buf = {c419b940, 16}
[ 29.060421] buf = {c419b940, 16}
[ 29.063952] buf = {c419b940, 16}
[ 29.067660] buf = {c419b940, 16}
[ 29.071335] nfs_readhdr_free(hdr=c1cfc780, scratch=c419b940)
[ 29.077087]
[ 29.078201] nfs_read_alloc_scratch(hdr=c1cfca00, size=16) = c419b240
[ 29.091395] nfs4_xdr_dec_read_plus(hdr=c1cfca00, scratch=c419b240)
[ 29.096168] buf = {c419b240, 16}
[ 29.099669] buf = {c419b240, 16}
[ 29.103222] buf = {c419b240, 16}
[ 29.106815] buf = {c419b240, 16}
[ 29.110372] buf = {c419b240, 16}
[ 29.114260] nfs_readhdr_free(hdr=c1cfca00, scratch=c419b240)
[ 29.125839]
[ 29.126092] nfs_read_alloc_scratch(hdr=c1cfcc80, size=16) = c419b480
[ 29.135262] nfs4_xdr_dec_read_plus(hdr=c1cfcc80, scratch=c419b480)
[ 29.140008] buf = {c419b480, 16}
[ 29.143544] buf = {c419b480, 16}
[ 29.147168] buf = {c419b480, 16}
[ 29.150653] buf = {c419b480, 16}
[ 29.154280] buf = {c419b480, 16}
[ 29.157882] nfs_readhdr_free(hdr=c1cfcc80, scratch=c419b480)
[ 29.163389]
[ 29.165165] nfs_read_alloc_scratch(hdr=c1cfcf00, size=16) = c419bc40
[ 29.177496] nfs4_xdr_dec_read_plus(hdr=c1cfcf00, scratch=c419bc40)
[ 29.182292] buf = {c419bc40, 16}
[ 29.186145] buf = {c419bc40, 16}
[ 29.189334] buf = {c419bc40, 16}
[ 29.192886] buf = {c419bc40, 16}
[ 29.196516] buf = {c419bc40, 16}
[ 29.200211] nfs_readhdr_free(hdr=c1cfcf00, scratch=c419bc40)
[ 29.201413]
[ 29.207288] nfs_read_alloc_scratch(hdr=c1cfd180, size=16) = c419b7c0
[ 29.218982] nfs4_xdr_dec_read_plus(hdr=c1cfd180, scratch=c419b7c0)
[ 29.223723] buf = {c419b7c0, 16}
[ 29.227312] buf = {c419b7c0, 16}
[ 29.230816] buf = {c419b7c0, 16}
[ 29.234400] buf = {c419b7c0, 16}
[ 29.237962] buf = {c419b7c0, 16}
[ 29.241774] nfs_readhdr_free(hdr=c1cfd180, scratch=c419b7c0)
[ 29.263275]
[ 29.263615] nfs_read_alloc_scratch(hdr=c1cfd400, size=16) = c419b1c0
[ 29.273036] nfs4_xdr_dec_read_plus(hdr=c1cfd400, scratch=c419b1c0)
[ 29.277870] buf = {c419b1c0, 16}
[ 29.281324] buf = {c419b1c0, 16}
[ 29.284956] buf = {c419b1c0, 16}
[ 29.288431] buf = {c419b1c0, 16}
[ 29.291996] buf = {c419b1c0, 16}
[ 29.295710] nfs_readhdr_free(hdr=c1cfd400, scratch=c419b1c0)
[ 29.298705]
[ 29.302742] nfs_read_alloc_scratch(hdr=c1cfd680, size=16) = c419bf40
[ 29.313243] nfs4_xdr_dec_read_plus(hdr=c1cfd680, scratch=c419bf40)
[ 29.318031] buf = {c419bf40, 16}
[ 29.321522] buf = {c419bf40, 16}
[ 29.325131] buf = {c419bf40, 16}
[ 29.328627] buf = {c419bf40, 16}
[ 29.332204] buf = {c419bf40, 16}
[ 29.335970] nfs_readhdr_free(hdr=c1cfd680, scratch=c419bf40)
[ 29.338560]
[ 29.343157] nfs_read_alloc_scratch(hdr=c1cfd900, size=16) = c419b7c0
[ 29.357807] nfs4_xdr_dec_read_plus(hdr=c1cfd900, scratch=c419b7c0)
[ 29.362569] buf = {c419b7c0, 16}
[ 29.366159] buf = {c419b7c0, 16}
[ 29.369652] buf = {c419b7c0, 16}
[ 29.373204] buf = {c419b7c0, 16}
[ 29.376855] buf = {c419b7c0, 16}
[ 29.380641] nfs_readhdr_free(hdr=c1cfd900, scratch=c419b7c0)
[ 29.385299]
[ 29.387737] nfs_read_alloc_scratch(hdr=c1cfdb80, size=16) = c419bbc0
[ 29.396539]
[ 29.396809] nfs_read_alloc_scratch(hdr=c1cfde00, size=16) = cfdc5d00
[ 29.399709] nfs4_xdr_dec_read_plus(hdr=c1cfdb80, scratch=c419bbc0)
[ 29.406103]
[ 29.409150] buf = {c419bbc0, 16}
[ 29.410521] nfs4_xdr_dec_read_plus(hdr=c1cfde00, scratch=cfdc5d00)
[ 29.410537] buf = {cfdc5d00, 16}
[ 29.410549] buf = {cfdc5d00, 16}
[ 29.410561] buf = {cfdc5d00, 16}
[ 29.410575] buf = {cfdc5d00, 16}
[ 29.410571] nfs_read_alloc_scratch(hdr=c1cfe080, size=16) = cfd81500
[ 29.414169] buf = {c419bbc0, 16}
[ 29.414186] buf = {c419bbc0, 16}
[ 29.414198] buf = {c419bbc0, 16}
[ 29.420533] buf = {cfdc5d00, 16}
[ 29.422246] nfs4_xdr_dec_read_plus(hdr=c1cfe080, scratch=cfd81500)
[ 29.422339] buf = {cfd81500, 16}
[ 29.422393] buf = {cfd81500, 16}
[ 29.422443] buf = {cfd81500, 16}
[ 29.422471] buf = {cfd81500, 16}
[ 29.422620] buf = {cfd81500, 16}
[ 29.423334] nfs_readhdr_free(hdr=c1cfe080, scratch=cfd81500)
[ 29.424133] buf = {c419bbc0, 16}
[ 29.428064] nfs_readhdr_free(hdr=c1cfde00, scratch=cfdc5d00)
[ 29.430268]
[ 29.430303] nfs_read_alloc_scratch(hdr=c1cfe300, size=16) = cfd81c40
[ 29.431209] nfs_readhdr_free(hdr=c1cfdb80, scratch=c419bbc0)
[ 29.438584] nfs4_xdr_dec_read_plus(hdr=c1cfe300, scratch=cfd81c40)
[ 29.513630] buf = {cfd81c40, 16}
[ 29.516960] buf = {cfd81c40, 16}
[ 29.520462] buf = {cfd81c40, 16}
[ 29.524066] buf = {cfd81c40, 16}
[ 29.527619] buf = {cfd81c40, 16}
[ 29.531334] nfs_readhdr_free(hdr=c1cfe300, scratch=cfd81c40)
[ 29.533484]
[ 29.538405] nfs_read_alloc_scratch(hdr=c1cfe580, size=16) = cfd81640
[ 29.552292] nfs4_xdr_dec_read_plus(hdr=c1cfe580, scratch=cfd81640)
[ 29.557238] buf = {cfd81640, 16}
[ 29.560632] buf = {cfd81640, 16}
[ 29.564300] buf = {cfd81640, 16}
[ 29.567736] buf = {cfd81640, 16}
[ 29.571371] buf = {cfd81640, 16}
[ 29.575410] nfs_readhdr_free(hdr=c1cfe580, scratch=cfd81640)
[ 29.588176]
[ 29.588443] nfs_read_alloc_scratch(hdr=c2738c80, size=16) = c2535880
[ 29.600483] nfs4_xdr_dec_read_plus(hdr=c2738c80, scratch=c2535880)
[ 29.605328] buf = {c2535880, 16}
[ 29.608774] buf = {c2535880, 16}
[ 29.612326] buf = {c2535880, 16}
[ 29.615972] buf = {c2535880, 16}
[ 29.619450] 8<--- cut here ---
[ 29.622464] Unable to handle kernel NULL pointer dereference at virtual address 00000004 when read
[ 29.631443] [00000004] *pgd=00000000
[ 29.634992] Internal error: Oops: 5 [#1] PREEMPT SMP ARM
[ 29.640237] Modules linked in:
[ 29.643263] CPU: 4 PID: 72 Comm: kworker/u16:3 Not tainted 6.4.0-rc6-next-20230615-00004-g8e95ecb4298d #83
[ 29.652895] Hardware name: Samsung Exynos (Flattened Device Tree)
[ 29.658954] Workqueue: rpciod rpc_async_schedule
[ 29.663539] PC is at mmiocpy+0x4c/0x334
[ 29.667356] LR is at xdr_inline_decode+0xfc/0x2a4
[ 29.672028] pc : [<c0bc658c>] lr : [<c0b8dd5c>] psr: 20030013
[ 29.678269] sp : f0a99db8 ip : 00000000 fp : f0a99dc8
[ 29.683467] r10: 0000000b r9 : cfedce18 r8 : cfedce00
[ 29.688666] r7 : 00000ffc r6 : c2535880 r5 : 00000004 r4 : f0a99e70
[ 29.695167] r3 : 00000000 r2 : 00000f7c r1 : 00000004 r0 : c2535880
[ 29.701666] Flags: nzCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment none
[ 29.708773] Control: 10c5387d Table: 4fed806a DAC: 00000051
[ 29.714490] Register r0 information: slab kmalloc-64 start c2535880 pointer offset 0 size 64
[ 29.722899] Register r1 information: non-paged memory
[ 29.727920] Register r2 information: non-paged memory
[ 29.732947] Register r3 information: NULL pointer
[ 29.737625] Register r4 information: 2-page vmalloc region starting at 0xf0a98000 allocated at kernel_clone+0x58/0x3b4
[ 29.748291] Register r5 information: non-paged memory
[ 29.753310] Register r6 information: slab kmalloc-64 start c2535880 pointer offset 0 size 64
[ 29.761720] Register r7 information: non-paged memory
[ 29.766741] Register r8 information: slab kmalloc-512 start cfedce00 pointer offset 0 size 512
[ 29.775325] Register r9 information: slab kmalloc-512 start cfedce00 pointer offset 24 size 512
[ 29.783990] Register r10 information: non-paged memory
[ 29.789098] Register r11 information: 2-page vmalloc region starting at 0xf0a98000 allocated at kernel_clone+0x58/0x3b4
[ 29.799850] Register r12 information: NULL pointer
[ 29.804609] Process kworker/u16:3 (pid: 72, stack limit = 0x768cef0c)
[ 29.811024] Stack: (0xf0a99db8 to 0xf0a9a000)
[ 29.815354] 9da0: 00000004 c2535880
[ 29.823507] 9dc0: cfedce00 cfedce18 c2535880 f0a99e70 00003000 c0b8dd5c 0000000b f0a99e70
[ 29.831651] 9de0: c2738e80 00000001 cfedce00 c0bf7ac4 00000000 a2d887e1 00000000 00000000
[ 29.839797] 9e00: 00000003 f0a99e2c 00000000 00000000 c1e64000 c0c05d88 c495da1c 00000000
[ 29.847943] 9e20: c495da94 00000000 00000000 c3341600 00000000 00003000 f0a99e70 00003000
[ 29.856088] 9e40: 00003000 a2d887e1 f0a99e70 c2738cd8 c2725200 c1308f58 c2725230 c1e64000
[ 29.864233] 9e60: c0b6226c c0b7cedc c2738cf4 c0b6246c 00001000 c2725230 00001000 00000000
[ 29.872379] 9e80: c2535880 00000010 c334160c 0000302d c2725200 a2d887e1 c2738cd8 c1308f58
[ 29.880524] 9ea0: c1e64000 c0b6226c c1465440 c0b7e3b8 00000001 00000001 04248060 c145d595
[ 29.888670] 9ec0: c1e64000 c0199110 c01475c4 a2d887e1 c1c20000 c1e64000 04208060 c2591400
[ 29.896815] 9ee0: c1c20000 c1e64000 c1308f58 c145d8c0 c2591405 c0b7ea40 c2738cfc c2514600
[ 29.904963] 9f00: c2591400 c0147528 00000001 00000000 c0147468 a2d887e1 c0d02b8c c1c20000
[ 29.913107] 9f20: c1af01a4 00000000 00000000 c10b4f6c 00000000 a2d887e1 c1c20000 c2514600
[ 29.921252] 9f40: c1c20000 c251462c c1c20040 c1305d40 00000088 c1e64000 c1c20000 c01479ec
[ 29.929397] 9f60: c1e64000 c145c89e c1e7ae80 c1e64000 c2c989c0 c0147998 c2514600 c1e7ae80
[ 29.937543] 9f80: f0a85ebc 00000000 00000000 c0151330 c2c989c0 c015122c 00000000 00000000
[ 29.945688] 9fa0: 00000000 00000000 00000000 c0100108 00000000 00000000 00000000 00000000
[ 29.953834] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 29.961979] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000 00000000 00000000
[ 29.970136] mmiocpy from xdr_inline_decode+0xfc/0x2a4
[ 29.975235] xdr_inline_decode from nfs4_xdr_dec_read_plus+0x198/0x3a8
[ 29.981736] nfs4_xdr_dec_read_plus from call_decode+0x200/0x2bc
[ 29.987715] call_decode from __rpc_execute+0xf8/0x764
[ 29.992825] __rpc_execute from rpc_async_schedule+0x1c/0x34
[ 29.998456] rpc_async_schedule from process_one_work+0x2b4/0x724
[ 30.004528] process_one_work from worker_thread+0x54/0x518
[ 30.010067] worker_thread from kthread+0x104/0x138
[ 30.014926] kthread from ret_from_fork+0x14/0x2c
[ 30.019598] Exception stack(0xf0a99fb0 to 0xf0a99ff8)
[ 30.024625] 9fa0: 00000000 00000000 00000000 00000000
[ 30.032775] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 30.040920] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 30.047509] Code: ba000002 f5d1f03c f5d1f05c f5d1f07c (e8b15378)
[ 30.053707] ---[ end trace 0000000000000000 ]---

Terminating...
Thanks for using picocom
kozik@pi3:~$