Giter Club home page Giter Club logo

hogwild_pytorch's Introduction

Game of Threads: Enabling Asynchronous Poisoning Attacks

This codebase can be used to replicate the ASGD based poisoning attacks presented in ASPLOS'20

The attack presented here is based off the mnist_hogwild PyTorch Example originally found here.

The underlying ASGD algorithm for training remains the same; i.e., Hogwild!. Critically, the unchanged portions are:

  • The model being trained uses PyTorch's shared memory mode.
  • Training workers are launched as processes.
  • Updates are applied with no regard to the progress of other threads.
  • The learning rate of each worker is independent. Originally, the learning rate remains constant throughout training. However, it is set locally for each worker; i.e., it is independent.

Some modifications, however, were made.

Modifications to Training

  • The model has been changed from a simple LeNet style model to ResNet.
  • The dataset has been changed to Cifar10 from MNIST.
  • A Learning Rate scheduler has been added, allowing for the learning rate to decay after various epochs.

Modifications for Performance

  • The main thread now performs periodic evaluation on the validation set. Originally, each worker would stop training to evaluate the model. Not only was this wasteful (the validation results of each worker were very similar), but training was slowed by the frequent validations.
  • Model checkpoints are now saved and can be restored before training.

Modifications for Usability

  • TQDM was integrated.

Modifications for the OS managed attack

  • As this is not a full SGX implementation, side channels are only simulated. A demonstration of how a controlled side channel can be used to measure batch bias is included.

Modifications for simulation

  • Attack variants can be simulated using checkpoints, to greatly reduce the time needed to see the effect. See more details about the modes available below.

This implementation runs under various modes:

  • Baseline
  • OS Managed Variant 1 Attack
  • Simulate Variant 1
  • Simulate Variant 2

Dependencies

  • Python3.7
  • zshell (might work with bash, just change the interpreter in apa.sh, but it's untested)
  • tqdm
  • Be sure to pull recursively to get all submodules.

Specify the mode on the command line to main.py.

You'll find that this script has many configurable options. Check ./main.py -h for the full list. Some of the more important ones are listed below for each mode.

Running a Baseline

In order to simulate attacks, you first need to generate a checkpoint. You can do this using the baseline mode. To train a baseline, run: python main.py --max-steps 350 [runname] baseline The baseline can be trained on the GPU. Running in baseline mode will prevent the side channels from being simulated (saving some useless bias searching and file IO). If the max-steps are not set to 350 for SGD, the model will not converge fully (350 fits the recommended learning rate schedule, by the ResNet Author). You can specify the optimizer to use with --optimizer [sgd | adam | rms].

Running an OS Managed Attack

Run: ./apa.sh [name] --max-steps 350 --num-processes 3 --target 4 --bias 0.2

Simulating Variant 1

Run a Variant 1 simulating using python main.py --num-processes 1 --resume 350 [runname] --baseline-checkpoint-path [path to ckpt] --checkpoint-path [name] --prepend-logs [path to logs] --target 6 --bias 0.2 simulate --attack-batches 2 Where:

  • --num-processes 1 means no recovery time, and >1 means some recovery time.
  • --resume 350 specifies the epoch to resume from; 350 from an SGD trained baseline.
  • --baseline-checkpoint-path [path to ckpt] specifies the path to the
  • generated checkpoint.
  • --checkpoint-path [name] is what to call the generated checkpoint for the simulation.
  • --prepend-logs [path to logs] is where the logs from the baseline can be found; allowing you to prepend them. This is useful for plotting.
  • --target 6 is the label which should be biased.
  • --bias 0.2 is the amount by which the label should be biased.
  • --attack-batches 2 specifies how many biased updates to apply.

Simulating Variant 2

Run a Variant 2 simulation using python main.py --num-processes 1 --resume 350 [runname] --baseline-checkpoint-path [path to ckpt] --checkpoint-path [name] --prepend-logs [path to logs] --target 6 --bias 0.2 simulate-multi --step-size 60 --num-stages 100 Where:

  • --num-processes 1 means no recovery time, and >1 means some recovery time.
  • --resume 350 specifies the epoch to resume from; 350 from an SGD trained baseline.
  • --baseline-checkpoint-path [path to ckpt] specifies the path to the
  • generated checkpoint.
  • --checkpoint-path [name] is what to call the generated checkpoint for the simulation.
  • --prepend-logs [path to logs] is where the logs from the baseline can be found; allowing you to prepend them. This is useful for plotting.
  • --step-size 60 number of attack threads per attack stage.
  • --num-stages 100 number of attack stages. The network performance is logged after each stage, so running for more stages can let you plot the effect over time.

Also included: a proof of concept showing SGX thread manipulation and controlled side channels.

hogwild_pytorch's People

Contributors

adamlerer avatar alykhantejani avatar andreh7 avatar apaszke avatar benschreiber avatar bmccann avatar chao1224 avatar colesbury avatar daquexian avatar ebetica avatar edgarriba avatar eriche2016 avatar fuzihaofzh avatar hiiyl avatar jose-sv avatar kaixhin avatar lukeyeager avatar maratyszcza avatar ricpacca avatar seungwonpark avatar smartkiwi avatar smerity avatar soumith avatar ssnl avatar surgan12 avatar teng-li avatar trault14 avatar vipinpillai avatar vitalyfedyunin avatar zuoxingdong avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

hogwild_pytorch's Issues

when i run this poc, i'll get a kernel crash, following is the dmesg info

[ 89.613587] Nuke module loaded. If a channel does not exist run: sudo mknod /dev/nuke_channel c 511 0
[ 102.985172] Storing addr 00000000d5de250d
[ 102.985174] Storing addr 00000000e32991f5
[ 102.985175] Storing addr 00000000a243cc4b
[ 102.985176] Storing addr 000000005f946cf0
[ 102.985177] Storing addr 00000000d126da51
[ 102.985178] Storing addr 00000000690d7e20
[ 102.985180] Storing addr 000000006642ba9c
[ 102.985189] Storing addr 000000006f777fb0
[ 102.985190] Storing addr 000000007497b6e4
[ 102.985191] Storing addr 000000004c0f4080
[ 102.985193] Storing addr 00000000cba685a6
[ 102.985194] Storing addr 00000000560a1e9e
[ 102.985195] Storing addr 00000000fb0e3341
[ 102.985196] Storing addr 00000000989670ba
[ 102.985197] Storing addr 0000000053f9bc7d
[ 102.985198] Storing addr 0000000083e7b6b5
[ 102.985199] Storing addr 000000003d574059
[ 102.985200] Storing addr 000000007e507512
[ 102.985201] Storing addr 00000000cc3d6b20
[ 102.985203] Storing addr 000000007825f6b5
[ 102.985204] Storing addr 00000000624179dc
[ 102.985205] Storing addr 00000000066c879b
[ 102.985206] Storing addr 00000000cd93e30b
[ 102.985207] Storing addr 00000000bde68217
[ 102.985208] Storing addr 000000008e909a61
[ 102.985236] Storing addr 00000000ecc919e0
[ 102.985237] Storing addr 00000000a61270e6
[ 102.985238] Storing addr 00000000e6c84145
[ 102.985240] Storing addr 000000008d2a2601
[ 102.985241] Storing addr 0000000095df8a1a
[ 102.985242] Storing addr 000000001fb52a77
[ 102.985243] Storing addr 000000003d32b576
[ 102.985245] Storing addr 0000000020ad6e81
[ 102.985247] Storing addr 00000000b40b1631
[ 102.985248] Storing addr 0000000039d2eb48
[ 102.985250] Storing addr 0000000006ffba57
[ 102.985252] Storing addr 00000000ca88bfed
[ 102.985254] Storing addr 000000007bb1e628
[ 102.985255] Storing addr 00000000c1483e80
[ 102.985258] Storing addr 0000000058708a27
[ 102.985259] Storing addr 00000000673b6f28
[ 102.985260] Storing addr 0000000039d4b8de
[ 102.985261] Storing addr 00000000c15bdfb5
[ 102.985262] Storing addr 000000007ec1dd35
[ 102.985263] Storing addr 00000000b1ff42dc
[ 102.985265] Storing addr 00000000d4b60f08
[ 102.985266] Storing addr 00000000974da8bc
[ 102.985267] Storing addr 0000000051a8fab7
[ 102.985268] Storing addr 000000000764f61f
[ 102.985269] Storing addr 0000000017c8cd97
[ 102.985271] Storing addr 0000000014e28dd2
[ 102.985272] Storing addr 000000007095c20e
[ 102.985273] Storing addr 0000000056e3a011
[ 102.985275] Storing addr 0000000000b78e2e
[ 102.985276] Storing addr 00000000d98252ba
[ 102.985277] Storing addr 00000000df8c7dfb
[ 102.985278] Storing addr 000000006936e8dc
[ 102.985279] Storing addr 00000000fe56a97b
[ 102.985280] Storing addr 00000000506f8468
[ 102.985281] Storing addr 000000002c702540
[ 102.985282] Storing addr 00000000b49447ba
[ 102.985283] Storing addr 000000000b57ffb0
[ 102.985285] Storing addr 00000000863db14d
[ 102.985286] Storing addr 00000000518607ae
[ 102.985287] Storing addr 00000000304a9cff
[ 102.985288] Storing addr 00000000b178f1c3
[ 102.985289] Storing addr 0000000097288a2f
[ 102.985290] Storing addr 000000007e043f67
[ 102.985292] Storing addr 00000000442a7e0a
[ 102.985293] Storing addr 00000000cbc57284
[ 102.985294] Storing addr 000000007f5a32bf
[ 102.985295] Storing addr 0000000088a35657
[ 102.985296] Storing addr 00000000db51c93f
[ 102.985297] Storing addr 00000000051a5360
[ 102.985298] Storing addr 00000000c606761c
[ 102.985299] Storing addr 000000001dc4f31c
[ 102.985301] Storing addr 00000000c903a1fd
[ 102.985302] Storing addr 00000000456f8e8d
[ 102.985304] Storing addr 00000000fe1ede7b
[ 102.985305] Storing addr 000000007be11f99
[ 102.985307] Storing addr 00000000d45264b0
[ 102.985309] Storing addr 000000009929ee01
[ 102.985311] Storing addr 000000006c1c5b11
[ 102.985312] Storing addr 00000000f1475118
[ 102.985314] Storing addr 0000000023e4976a
[ 102.985316] Storing addr 00000000f917b47a
[ 102.985318] Storing addr 000000001fe2a2c3
[ 102.985319] Storing addr 00000000f993ddc6
[ 102.985320] Storing addr 000000008475093e
[ 102.985322] Storing addr 0000000029a3461a
[ 102.985323] Storing addr 00000000c6865095
[ 102.985324] Storing addr 00000000f31e4bd4
[ 102.985325] Storing addr 00000000a75c1ea1
[ 102.985326] Storing addr 000000008ec06d3a
[ 102.985327] Storing addr 00000000a09c8736
[ 102.985328] Storing addr 00000000c4ce43dc
[ 102.985330] Storing addr 0000000011c555ca
[ 102.985331] Storing addr 00000000357062c9
[ 102.985332] Storing addr 00000000c9903e52
[ 102.985333] Storing addr 000000001c045f8a
[ 102.985334] Storing addr 000000004bf4ad7b
[ 102.985335] Storing addr 000000007ab19f8c
[ 102.985337] Storing addr 000000003c426b47
[ 102.985338] Storing addr 000000007fe8470d
[ 102.985339] Storing addr 000000007e7f24a6
[ 102.985340] Storing addr 00000000e5371d55
[ 102.985341] Storing addr 000000005cc79554
[ 102.985343] Storing addr 000000009e1496e5
[ 102.985344] Storing addr 000000003844bd5a
[ 102.985345] Storing addr 0000000035b0b6f8
[ 102.985347] Storing addr 0000000068b9f9e2
[ 102.985348] Storing addr 0000000082caf1a7
[ 102.985349] Storing addr 0000000083221cc9
[ 102.985351] Storing addr 00000000c789de35
[ 102.985352] Storing addr 0000000023b093fc
[ 102.985354] Storing addr 000000003a312512
[ 102.985356] Storing addr 000000003a1f840a
[ 102.985358] Storing addr 00000000fc0cf7be
[ 102.985360] Storing addr 00000000660e6697
[ 102.985362] Storing addr 0000000083ae0652
[ 102.985364] Storing addr 00000000ce5ab424
[ 102.985365] Storing addr 00000000e2a70e9e
[ 102.985367] Storing addr 00000000677b2dc7
[ 102.985368] Storing addr 000000005522c0a9
[ 102.985370] Storing addr 00000000585f5313
[ 102.985372] Storing addr 0000000040552a48
[ 102.985373] Storing addr 0000000064421188
[ 102.985374] Storing addr 0000000096d7b0a2
[ 102.985376] Storing addr 00000000b5f7e18c
[ 102.985377] Storing addr 000000004317deb4
[ 102.985379] Storing addr 000000007cb2fcb2
[ 102.985381] Storing addr 000000005f0c384e
[ 102.985383] Storing addr 0000000065c76de3
[ 102.985384] Storing addr 00000000d6eb51b1
[ 102.985386] Storing addr 00000000010c7ade
[ 102.985387] Storing addr 00000000f35f8542
[ 102.985389] Storing addr 000000005312e5d8
[ 102.985391] Storing addr 0000000072ba573d
[ 102.985392] Storing addr 000000009f2bcf32
[ 102.985394] Storing addr 00000000a69959c5
[ 102.985396] Storing addr 00000000e009118b
[ 102.985397] Storing addr 00000000c09ca9f5
[ 102.985399] Storing addr 00000000d6298f52
[ 102.985401] Storing addr 000000005027f9de
[ 102.985404] Storing addr 0000000036625d0f
[ 102.985407] Storing addr 00000000d1babf6e
[ 102.985409] Storing addr 000000001b97ac1c
[ 102.985410] Storing addr 000000006d13db7e
[ 102.985412] Storing addr 00000000af7cae67
[ 102.985413] Storing addr 0000000092af13ee
[ 102.985415] Storing addr 000000004b06f143
[ 102.985417] Storing addr 0000000092d02e8e
[ 102.985418] Storing addr 00000000d866e6a8
[ 102.985419] Storing addr 00000000e61d5f3d
[ 102.985421] Storing addr 00000000dd9a7680
[ 103.003554] Storing special addr 000000005eb3be01
[ 103.003558] On the lookout for page faults of the stored addresses
[ 103.003677] Called hijacked pthread join
[ 103.005634] Halting thread 6468
[ 103.005776] Halting thread 6469
[ 103.006560] handler_fault begin
[ 103.006561] fault-on-fault
[ 103.006561] handler_fault end
[ 103.006675] BUG: Bad page map in process app pte:800ffffc435ff867 pmd:408261067
[ 103.006677] addr:000055e3b7078000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b7078
[ 103.006679] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 103.006681] CPU: 6 PID: 6470 Comm: app Tainted: G OE 5.4.0 #1
[ 103.006682] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 103.006682] Call Trace:
[ 103.006685] dump_stack+0x6d/0x9a
[ 103.006687] print_bad_pte.cold+0x6a/0xca
[ 103.006688] ? notify_attack+0x5/0x20
[ 103.006689] vm_normal_page+0xc5/0xd0
[ 103.006690] __handle_mm_fault+0xe00/0x1700
[ 103.006691] ? __switch_to_asm+0x40/0x70
[ 103.006692] ? __switch_to_asm+0x34/0x70
[ 103.006693] handle_mm_fault+0xca/0x200
[ 103.006695] __do_page_fault+0x234/0x4b0
[ 103.006696] do_page_fault+0x2c/0xd7
[ 103.006697] page_fault+0x34/0x40
[ 103.006698] RIP: 0033:0x7fa95655317f
[ 103.006699] Code: 24 e8 db 07 01 00 48 89 f0 48 8b 5d a8 48 8b 7d b0 48 8b 75 b8 4c 8b 65 d8 4c 8b 6d e0 4c 8b 75 e8 4c 8b 7d f0 48 89 ec 5d c3 <0f> 01 d7 f3 0f 1e fa 48 8d 05 f2 ff ff ff c3 f3 0f 1e fa 48 8d 05
[ 103.006700] RSP: 002b:00007fa9547fc820 EFLAGS: 00000202
[ 103.006701] RAX: 0000000000000003 RBX: 00007fa955aa5000 RCX: 00007fa95655317f
[ 103.006701] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000
[ 103.006701] RBP: 00007fa9547fcd10 R08: 0000000000000000 R09: 0000000000000000
[ 103.006702] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 103.006702] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 103.006703] Disabling lock debugging due to kernel taint
[ 103.006708] app: Corrupted page table at address 55e3b7078000
[ 103.006709] PGD 800000045f175067 P4D 800000045f175067 PUD 46133d067 PMD 408261067 PTE 800ffffc435ff867
[ 103.006710] Bad pagetable: 000d [#1] SMP PTI
[ 103.006711] CPU: 6 PID: 6470 Comm: app Tainted: G B OE 5.4.0 #1
[ 103.006712] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 103.006713] RIP: 0033:0x7fa95655317f
[ 103.006714] Code: 24 e8 db 07 01 00 48 89 f0 48 8b 5d a8 48 8b 7d b0 48 8b 75 b8 4c 8b 65 d8 4c 8b 6d e0 4c 8b 75 e8 4c 8b 7d f0 48 89 ec 5d c3 <0f> 01 d7 f3 0f 1e fa 48 8d 05 f2 ff ff ff c3 f3 0f 1e fa 48 8d 05
[ 103.006714] RSP: 002b:00007fa9547fc820 EFLAGS: 00000202
[ 103.006715] RAX: 0000000000000003 RBX: 00007fa955aa5000 RCX: 00007fa95655317f
[ 103.006716] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000
[ 103.006716] RBP: 00007fa9547fcd10 R08: 0000000000000000 R09: 0000000000000000
[ 103.006717] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 103.006717] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 103.006718] FS: 00007fa9547fd700 GS: 0000000000000000
[ 103.006718] Modules linked in: nuke(OE) btrfs xor zstd_compress raid6_pq ufs qnx4 hfsplus hfs minix ntfs msdos jfs xfs libcrc32c rfcomm ccm snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic cmac algif_hash algif_skcipher af_alg bnep x86_pkg_temp_thermal intel_powerclamp coretemp snd_sof_pci snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt snd_sof_intel_ipc snd_sof snd_sof_xtensa_dsp snd_hda_ext_core snd_soc_acpi_intel_match kvm_intel snd_soc_acpi kvm snd_soc_core snd_compress ac97_bus snd_pcm_dmaengine nouveau i915 iwlmvm mac80211 mei_hdcp intel_rapl_msr crct10dif_pclmul snd_hda_intel snd_intel_nhlt dell_laptop ledtrig_audio snd_hda_codec dell_smm_hwmon snd_hda_core ghash_clmulni_intel nls_iso8859_1 snd_hwdep snd_pcm uvcvideo btusb snd_seq_midi libarc4 snd_seq_midi_event btrtl videobuf2_vmalloc btbcm aesni_intel dell_wmi snd_rawmidi videobuf2_memops crypto_simd btintel cryptd videobuf2_v4l2 dell_smbios glue_helper iwlwifi snd_seq bluetooth
[ 103.006739] videobuf2_common videodev dcdbas snd_seq_device ttm snd_timer intel_cstate input_leds joydev cfg80211 drm_kms_helper ecdh_generic intel_rapl_perf mc serio_raw mxm_wmi snd alienware_wmi wmi_bmof intel_wmi_thunderbolt dell_wmi_descriptor ecc mei_me i2c_algo_bit ucsi_acpi mei fb_sys_fops syscopyarea soundcore hid_multitouch sysfillrect processor_thermal_device cros_ec_ishtp sysimgblt intel_rapl_common intel_pch_thermal typec_ucsi cros_ec intel_soc_dts_iosf typec mac_hid int3403_thermal int340x_thermal_zone int3400_thermal intel_hid sparse_keymap acpi_thermal_rel acpi_pad drm sch_fq_codel isgx(OE) parport_pc ppdev lp parport ip_tables x_tables autofs4 usbhid hid_sensor_custom hid_sensor_hub intel_ishtp_loader intel_ishtp_hid hid_generic crc32_pclmul nvme ahci libahci nvme_core intel_lpss_pci intel_ish_ipc intel_lpss idma64 i2c_hid i2c_i801 intel_ishtp virt_dma hid video wmi pinctrl_cannonlake pinctrl_intel
[ 103.006758] ---[ end trace dfd26050a68fcc54 ]---
[ 103.006759] RIP: 0033:0x7fa95655317f
[ 103.006760] Code: 24 e8 db 07 01 00 48 89 f0 48 8b 5d a8 48 8b 7d b0 48 8b 75 b8 4c 8b 65 d8 4c 8b 6d e0 4c 8b 75 e8 4c 8b 7d f0 48 89 ec 5d c3 <0f> 01 d7 f3 0f 1e fa 48 8d 05 f2 ff ff ff c3 f3 0f 1e fa 48 8d 05
[ 103.006761] RSP: 002b:00007fa9547fc820 EFLAGS: 00000202
[ 103.006761] RAX: 0000000000000003 RBX: 00007fa955aa5000 RCX: 00007fa95655317f
[ 103.006762] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000
[ 103.006762] RBP: 00007fa9547fcd10 R08: 0000000000000000 R09: 0000000000000000
[ 103.006763] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 103.006763] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 103.006764] FS: 00007fa9547fd700(0000) GS:ffff88846d580000(0000) knlGS:0000000000000000
[ 103.006765] CS: 0033 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 103.006766] CR2: 000055e3b7078000 CR3: 000000045d65c004 CR4: 00000000000606e0
[ 106.266570] 6468 has been woken up!
[ 106.266573] 6469 has been woken up!
[ 106.266696] BUG: Bad page map in process app pte:80000003bca9a966 pmd:45de4e067
[ 106.266704] addr:000055e3b67f4000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b67f4
[ 106.266711] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.266717] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.266720] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.266726] Call Trace:
[ 106.266744] dump_stack+0x6d/0x9a
[ 106.266756] print_bad_pte.cold+0x6a/0xca
[ 106.266761] vm_normal_page+0xc5/0xd0
[ 106.266766] unmap_page_range+0x4e9/0xc90
[ 106.266773] unmap_single_vma+0x7f/0xf0
[ 106.266778] unmap_vmas+0x79/0xf0
[ 106.266789] exit_mmap+0xb4/0x1b0
[ 106.266797] mmput+0x5d/0x130
[ 106.266803] do_exit+0x293/0xb00
[ 106.266808] do_group_exit+0x47/0xb0
[ 106.266813] get_signal+0x169/0x890
[ 106.266820] do_signal+0x34/0x6c0
[ 106.266826] ? do_vfs_ioctl+0x407/0x670
[ 106.266833] ? __x64_sys_futex+0x13f/0x170
[ 106.266844] exit_to_usermode_loop+0xbf/0x160
[ 106.266854] do_syscall_64+0x163/0x190
[ 106.266864] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.266874] RIP: 0033:0x7fa956532cd7
[ 106.266887] Code: Bad RIP value.
[ 106.266891] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.266896] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.266899] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.266902] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.266905] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.266908] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.267013] BUG: Bad page map in process app pte:80000003af8df966 pmd:45c9c1067
[ 106.267018] addr:000055e3b6c86000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6c86
[ 106.267022] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.267026] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.267028] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.267030] Call Trace:
[ 106.267036] dump_stack+0x6d/0x9a
[ 106.267042] print_bad_pte.cold+0x6a/0xca
[ 106.267047] ? alloc_pages_current+0x87/0xe0
[ 106.267052] vm_normal_page+0xc5/0xd0
[ 106.267057] unmap_page_range+0x4e9/0xc90
[ 106.267065] unmap_single_vma+0x7f/0xf0
[ 106.267073] unmap_vmas+0x79/0xf0
[ 106.267079] exit_mmap+0xb4/0x1b0
[ 106.267086] mmput+0x5d/0x130
[ 106.267092] do_exit+0x293/0xb00
[ 106.267096] do_group_exit+0x47/0xb0
[ 106.267101] get_signal+0x169/0x890
[ 106.267107] do_signal+0x34/0x6c0
[ 106.267111] ? do_vfs_ioctl+0x407/0x670
[ 106.267117] ? __x64_sys_futex+0x13f/0x170
[ 106.267123] exit_to_usermode_loop+0xbf/0x160
[ 106.267129] do_syscall_64+0x163/0x190
[ 106.267134] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.267137] RIP: 0033:0x7fa956532cd7
[ 106.267143] Code: Bad RIP value.
[ 106.267146] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.267150] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.267153] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.267155] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.267158] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.267160] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.267166] BUG: Bad page map in process app pte:80000003bee1e966 pmd:45c9c1067
[ 106.267169] addr:000055e3b6c87000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6c87
[ 106.267173] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.267177] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.267179] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.267181] Call Trace:
[ 106.267186] dump_stack+0x6d/0x9a
[ 106.267191] print_bad_pte.cold+0x6a/0xca
[ 106.267197] ? alloc_pages_current+0x87/0xe0
[ 106.267212] vm_normal_page+0xc5/0xd0
[ 106.267221] unmap_page_range+0x4e9/0xc90
[ 106.267232] unmap_single_vma+0x7f/0xf0
[ 106.267240] unmap_vmas+0x79/0xf0
[ 106.267248] exit_mmap+0xb4/0x1b0
[ 106.267258] mmput+0x5d/0x130
[ 106.267266] do_exit+0x293/0xb00
[ 106.267273] do_group_exit+0x47/0xb0
[ 106.267279] get_signal+0x169/0x890
[ 106.267288] do_signal+0x34/0x6c0
[ 106.267294] ? do_vfs_ioctl+0x407/0x670
[ 106.267302] ? __x64_sys_futex+0x13f/0x170
[ 106.267310] exit_to_usermode_loop+0xbf/0x160
[ 106.267323] do_syscall_64+0x163/0x190
[ 106.267329] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.267335] RIP: 0033:0x7fa956532cd7
[ 106.267352] Code: Bad RIP value.
[ 106.267361] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.267373] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.267382] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.267391] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.267399] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.267408] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.267426] BUG: Bad page map in process app pte:80000003c0644966 pmd:45c9c1067
[ 106.267436] addr:000055e3b6c9a000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6c9a
[ 106.267448] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.267458] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.267466] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.267473] Call Trace:
[ 106.267485] dump_stack+0x6d/0x9a
[ 106.267496] print_bad_pte.cold+0x6a/0xca
[ 106.267509] ? alloc_pages_current+0x87/0xe0
[ 106.267520] vm_normal_page+0xc5/0xd0
[ 106.267531] unmap_page_range+0x4e9/0xc90
[ 106.267544] unmap_single_vma+0x7f/0xf0
[ 106.267550] unmap_vmas+0x79/0xf0
[ 106.267556] exit_mmap+0xb4/0x1b0
[ 106.267563] mmput+0x5d/0x130
[ 106.267569] do_exit+0x293/0xb00
[ 106.267573] do_group_exit+0x47/0xb0
[ 106.267578] get_signal+0x169/0x890
[ 106.267584] do_signal+0x34/0x6c0
[ 106.267588] ? do_vfs_ioctl+0x407/0x670
[ 106.267595] ? __x64_sys_futex+0x13f/0x170
[ 106.267601] exit_to_usermode_loop+0xbf/0x160
[ 106.267607] do_syscall_64+0x163/0x190
[ 106.267611] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.267614] RIP: 0033:0x7fa956532cd7
[ 106.267621] Code: Bad RIP value.
[ 106.267624] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.267627] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.267630] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.267632] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.267635] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.267637] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.267646] BUG: Bad page map in process app pte:80000003fbd54966 pmd:45c9c1067
[ 106.267649] addr:000055e3b6cb6000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6cb6
[ 106.267653] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.267657] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.267659] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.267661] Call Trace:
[ 106.267666] dump_stack+0x6d/0x9a
[ 106.267671] print_bad_pte.cold+0x6a/0xca
[ 106.267675] ? alloc_pages_current+0x87/0xe0
[ 106.267680] vm_normal_page+0xc5/0xd0
[ 106.267685] unmap_page_range+0x4e9/0xc90
[ 106.267691] unmap_single_vma+0x7f/0xf0
[ 106.267696] unmap_vmas+0x79/0xf0
[ 106.267702] exit_mmap+0xb4/0x1b0
[ 106.267708] mmput+0x5d/0x130
[ 106.267714] do_exit+0x293/0xb00
[ 106.267718] do_group_exit+0x47/0xb0
[ 106.267723] get_signal+0x169/0x890
[ 106.267729] do_signal+0x34/0x6c0
[ 106.267733] ? do_vfs_ioctl+0x407/0x670
[ 106.267738] ? __x64_sys_futex+0x13f/0x170
[ 106.267744] exit_to_usermode_loop+0xbf/0x160
[ 106.267750] do_syscall_64+0x163/0x190
[ 106.267754] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.267757] RIP: 0033:0x7fa956532cd7
[ 106.267763] Code: Bad RIP value.
[ 106.267765] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.267768] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.267771] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.267773] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.267775] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.267778] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.267785] BUG: Bad page map in process app pte:80000003a1b3b966 pmd:45c9c1067
[ 106.267788] addr:000055e3b6cc6000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6cc6
[ 106.267791] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.267795] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.267797] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.267799] Call Trace:
[ 106.267804] dump_stack+0x6d/0x9a
[ 106.267808] print_bad_pte.cold+0x6a/0xca
[ 106.267812] ? alloc_pages_current+0x87/0xe0
[ 106.267821] vm_normal_page+0xc5/0xd0
[ 106.267830] unmap_page_range+0x4e9/0xc90
[ 106.267841] unmap_single_vma+0x7f/0xf0
[ 106.267850] unmap_vmas+0x79/0xf0
[ 106.267862] exit_mmap+0xb4/0x1b0
[ 106.267874] mmput+0x5d/0x130
[ 106.267884] do_exit+0x293/0xb00
[ 106.267894] do_group_exit+0x47/0xb0
[ 106.267903] get_signal+0x169/0x890
[ 106.267913] do_signal+0x34/0x6c0
[ 106.267922] ? do_vfs_ioctl+0x407/0x670
[ 106.267934] ? __x64_sys_futex+0x13f/0x170
[ 106.267946] exit_to_usermode_loop+0xbf/0x160
[ 106.267956] do_syscall_64+0x163/0x190
[ 106.267965] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.267973] RIP: 0033:0x7fa956532cd7
[ 106.267984] Code: Bad RIP value.
[ 106.267991] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.268000] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.268007] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.268014] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.268022] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.268027] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.268034] BUG: Bad page map in process app pte:800000039fd9d966 pmd:45c9c1067
[ 106.268037] addr:000055e3b6cdc000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6cdc
[ 106.268041] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.268044] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.268046] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.268048] Call Trace:
[ 106.268053] dump_stack+0x6d/0x9a
[ 106.268058] print_bad_pte.cold+0x6a/0xca
[ 106.268062] ? alloc_pages_current+0x87/0xe0
[ 106.268067] vm_normal_page+0xc5/0xd0
[ 106.268071] unmap_page_range+0x4e9/0xc90
[ 106.268078] unmap_single_vma+0x7f/0xf0
[ 106.268083] unmap_vmas+0x79/0xf0
[ 106.268089] exit_mmap+0xb4/0x1b0
[ 106.268095] mmput+0x5d/0x130
[ 106.268100] do_exit+0x293/0xb00
[ 106.268105] do_group_exit+0x47/0xb0
[ 106.268109] get_signal+0x169/0x890
[ 106.268115] do_signal+0x34/0x6c0
[ 106.268119] ? do_vfs_ioctl+0x407/0x670
[ 106.268124] ? __x64_sys_futex+0x13f/0x170
[ 106.268130] exit_to_usermode_loop+0xbf/0x160
[ 106.268136] do_syscall_64+0x163/0x190
[ 106.268140] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.268143] RIP: 0033:0x7fa956532cd7
[ 106.268148] Code: Bad RIP value.
[ 106.268150] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.268154] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.268156] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.268159] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.268161] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.268163] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.268168] BUG: Bad page map in process app pte:80000003bcecf966 pmd:45c9c1067
[ 106.268171] addr:000055e3b6cdd000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6cdd
[ 106.268175] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.268178] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.268180] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.268182] Call Trace:
[ 106.268187] dump_stack+0x6d/0x9a
[ 106.268191] print_bad_pte.cold+0x6a/0xca
[ 106.268195] ? alloc_pages_current+0x87/0xe0
[ 106.268200] vm_normal_page+0xc5/0xd0
[ 106.268204] unmap_page_range+0x4e9/0xc90
[ 106.268211] unmap_single_vma+0x7f/0xf0
[ 106.268215] unmap_vmas+0x79/0xf0
[ 106.268221] exit_mmap+0xb4/0x1b0
[ 106.268227] mmput+0x5d/0x130
[ 106.268233] do_exit+0x293/0xb00
[ 106.268237] do_group_exit+0x47/0xb0
[ 106.268242] get_signal+0x169/0x890
[ 106.268248] do_signal+0x34/0x6c0
[ 106.268251] ? do_vfs_ioctl+0x407/0x670
[ 106.268257] ? __x64_sys_futex+0x13f/0x170
[ 106.268263] exit_to_usermode_loop+0xbf/0x160
[ 106.268268] do_syscall_64+0x163/0x190
[ 106.268272] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.268275] RIP: 0033:0x7fa956532cd7
[ 106.268281] Code: Bad RIP value.
[ 106.268283] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.268286] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.268289] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.268291] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.268293] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.268296] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.268303] BUG: Bad page map in process app pte:80000003b3382966 pmd:45c9c1067
[ 106.268311] addr:000055e3b6cea000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6cea
[ 106.268319] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.268327] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.268333] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.268340] Call Trace:
[ 106.268349] dump_stack+0x6d/0x9a
[ 106.268358] print_bad_pte.cold+0x6a/0xca
[ 106.268367] ? alloc_pages_current+0x87/0xe0
[ 106.268377] vm_normal_page+0xc5/0xd0
[ 106.268388] unmap_page_range+0x4e9/0xc90
[ 106.268401] unmap_single_vma+0x7f/0xf0
[ 106.268411] unmap_vmas+0x79/0xf0
[ 106.268421] exit_mmap+0xb4/0x1b0
[ 106.268430] mmput+0x5d/0x130
[ 106.268441] do_exit+0x293/0xb00
[ 106.268450] do_group_exit+0x47/0xb0
[ 106.268459] get_signal+0x169/0x890
[ 106.268470] do_signal+0x34/0x6c0
[ 106.268478] ? do_vfs_ioctl+0x407/0x670
[ 106.268488] ? __x64_sys_futex+0x13f/0x170
[ 106.268499] exit_to_usermode_loop+0xbf/0x160
[ 106.268509] do_syscall_64+0x163/0x190
[ 106.268517] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.268525] RIP: 0033:0x7fa956532cd7
[ 106.268535] Code: Bad RIP value.
[ 106.268537] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.268541] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.268543] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.268546] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.268548] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.268550] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.268559] BUG: Bad page map in process app pte:800000038b219966 pmd:45c9c1067
[ 106.268562] addr:000055e3b6d0e000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6d0e
[ 106.268566] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.268569] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.268571] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.268573] Call Trace:
[ 106.268578] dump_stack+0x6d/0x9a
[ 106.268583] print_bad_pte.cold+0x6a/0xca
[ 106.268587] ? alloc_pages_current+0x87/0xe0
[ 106.268592] vm_normal_page+0xc5/0xd0
[ 106.268596] unmap_page_range+0x4e9/0xc90
[ 106.268603] unmap_single_vma+0x7f/0xf0
[ 106.268607] unmap_vmas+0x79/0xf0
[ 106.268613] exit_mmap+0xb4/0x1b0
[ 106.268619] mmput+0x5d/0x130
[ 106.268625] do_exit+0x293/0xb00
[ 106.268629] do_group_exit+0x47/0xb0
[ 106.268633] get_signal+0x169/0x890
[ 106.268639] do_signal+0x34/0x6c0
[ 106.268643] ? do_vfs_ioctl+0x407/0x670
[ 106.268648] ? __x64_sys_futex+0x13f/0x170
[ 106.268654] exit_to_usermode_loop+0xbf/0x160
[ 106.268660] do_syscall_64+0x163/0x190
[ 106.268664] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.268666] RIP: 0033:0x7fa956532cd7
[ 106.268672] Code: Bad RIP value.
[ 106.268674] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.268677] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.268680] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.268682] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.268685] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.268687] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.268693] BUG: Bad page map in process app pte:80000003bd547966 pmd:45c9c1067
[ 106.268696] addr:000055e3b6d1c000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6d1c
[ 106.268700] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.268703] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.268705] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.268707] Call Trace:
[ 106.268712] dump_stack+0x6d/0x9a
[ 106.268716] print_bad_pte.cold+0x6a/0xca
[ 106.268720] ? alloc_pages_current+0x87/0xe0
[ 106.268725] vm_normal_page+0xc5/0xd0
[ 106.268729] unmap_page_range+0x4e9/0xc90
[ 106.268736] unmap_single_vma+0x7f/0xf0
[ 106.268740] unmap_vmas+0x79/0xf0
[ 106.268746] exit_mmap+0xb4/0x1b0
[ 106.268752] mmput+0x5d/0x130
[ 106.268758] do_exit+0x293/0xb00
[ 106.268762] do_group_exit+0x47/0xb0
[ 106.268766] get_signal+0x169/0x890
[ 106.268772] do_signal+0x34/0x6c0
[ 106.268776] ? do_vfs_ioctl+0x407/0x670
[ 106.268781] ? __x64_sys_futex+0x13f/0x170
[ 106.268787] exit_to_usermode_loop+0xbf/0x160
[ 106.268793] do_syscall_64+0x163/0x190
[ 106.268797] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.268799] RIP: 0033:0x7fa956532cd7
[ 106.268805] Code: Bad RIP value.
[ 106.268807] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.268810] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.268813] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.268815] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.268817] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.268820] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.268825] BUG: Bad page map in process app pte:80000003af739966 pmd:45c9c1067
[ 106.268828] addr:000055e3b6d22000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6d22
[ 106.268831] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.268835] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.268837] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.268839] Call Trace:
[ 106.268843] dump_stack+0x6d/0x9a
[ 106.268848] print_bad_pte.cold+0x6a/0xca
[ 106.268852] ? alloc_pages_current+0x87/0xe0
[ 106.268857] vm_normal_page+0xc5/0xd0
[ 106.268861] unmap_page_range+0x4e9/0xc90
[ 106.268868] unmap_single_vma+0x7f/0xf0
[ 106.268877] unmap_vmas+0x79/0xf0
[ 106.268889] exit_mmap+0xb4/0x1b0
[ 106.268899] mmput+0x5d/0x130
[ 106.268909] do_exit+0x293/0xb00
[ 106.268918] do_group_exit+0x47/0xb0
[ 106.268928] get_signal+0x169/0x890
[ 106.268938] do_signal+0x34/0x6c0
[ 106.268946] ? do_vfs_ioctl+0x407/0x670
[ 106.268956] ? __x64_sys_futex+0x13f/0x170
[ 106.268966] exit_to_usermode_loop+0xbf/0x160
[ 106.268976] do_syscall_64+0x163/0x190
[ 106.268985] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.268992] RIP: 0033:0x7fa956532cd7
[ 106.269002] Code: Bad RIP value.
[ 106.269009] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.269018] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.269026] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.269033] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.269040] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.269047] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.269057] BUG: Bad page map in process app pte:80000003a9c9d966 pmd:45c9c1067
[ 106.269065] addr:000055e3b6d26000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6d26
[ 106.269073] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.269082] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.269089] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.269096] Call Trace:
[ 106.269105] dump_stack+0x6d/0x9a
[ 106.269116] print_bad_pte.cold+0x6a/0xca
[ 106.269124] ? alloc_pages_current+0x87/0xe0
[ 106.269133] vm_normal_page+0xc5/0xd0
[ 106.269144] unmap_page_range+0x4e9/0xc90
[ 106.269156] unmap_single_vma+0x7f/0xf0
[ 106.269164] unmap_vmas+0x79/0xf0
[ 106.269170] exit_mmap+0xb4/0x1b0
[ 106.269176] mmput+0x5d/0x130
[ 106.269181] do_exit+0x293/0xb00
[ 106.269186] do_group_exit+0x47/0xb0
[ 106.269190] get_signal+0x169/0x890
[ 106.269196] do_signal+0x34/0x6c0
[ 106.269200] ? do_vfs_ioctl+0x407/0x670
[ 106.269205] ? __x64_sys_futex+0x13f/0x170
[ 106.269211] exit_to_usermode_loop+0xbf/0x160
[ 106.269217] do_syscall_64+0x163/0x190
[ 106.269221] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.269223] RIP: 0033:0x7fa956532cd7
[ 106.269229] Code: Bad RIP value.
[ 106.269231] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.269234] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.269237] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.269239] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.269242] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.269244] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.269250] BUG: Bad page map in process app pte:80000003bd52b966 pmd:45c9c1067
[ 106.269253] addr:000055e3b6d30000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6d30
[ 106.269257] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.269260] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.269262] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.269264] Call Trace:
[ 106.269268] dump_stack+0x6d/0x9a
[ 106.269273] print_bad_pte.cold+0x6a/0xca
[ 106.269277] ? alloc_pages_current+0x87/0xe0
[ 106.269282] vm_normal_page+0xc5/0xd0
[ 106.269286] unmap_page_range+0x4e9/0xc90
[ 106.269293] unmap_single_vma+0x7f/0xf0
[ 106.269297] unmap_vmas+0x79/0xf0
[ 106.269304] exit_mmap+0xb4/0x1b0
[ 106.269309] mmput+0x5d/0x130
[ 106.269315] do_exit+0x293/0xb00
[ 106.269319] do_group_exit+0x47/0xb0
[ 106.269323] get_signal+0x169/0x890
[ 106.269329] do_signal+0x34/0x6c0
[ 106.269333] ? do_vfs_ioctl+0x407/0x670
[ 106.269338] ? __x64_sys_futex+0x13f/0x170
[ 106.269344] exit_to_usermode_loop+0xbf/0x160
[ 106.269350] do_syscall_64+0x163/0x190
[ 106.269354] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.269356] RIP: 0033:0x7fa956532cd7
[ 106.269362] Code: Bad RIP value.
[ 106.269364] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.269368] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.269370] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.269373] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.269375] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.269377] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.269383] BUG: Bad page map in process app pte:80000003bed79966 pmd:45c9c1067
[ 106.269386] addr:000055e3b6d3e000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6d3e
[ 106.269390] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.269393] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.269395] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.269397] Call Trace:
[ 106.269402] dump_stack+0x6d/0x9a
[ 106.269407] print_bad_pte.cold+0x6a/0xca
[ 106.269410] ? alloc_pages_current+0x87/0xe0
[ 106.269415] vm_normal_page+0xc5/0xd0
[ 106.269419] unmap_page_range+0x4e9/0xc90
[ 106.269426] unmap_single_vma+0x7f/0xf0
[ 106.269431] unmap_vmas+0x79/0xf0
[ 106.269437] exit_mmap+0xb4/0x1b0
[ 106.269442] mmput+0x5d/0x130
[ 106.269448] do_exit+0x293/0xb00
[ 106.269452] do_group_exit+0x47/0xb0
[ 106.269457] get_signal+0x169/0x890
[ 106.269462] do_signal+0x34/0x6c0
[ 106.269466] ? do_vfs_ioctl+0x407/0x670
[ 106.269471] ? __x64_sys_futex+0x13f/0x170
[ 106.269480] exit_to_usermode_loop+0xbf/0x160
[ 106.269491] do_syscall_64+0x163/0x190
[ 106.269499] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.269507] RIP: 0033:0x7fa956532cd7
[ 106.269518] Code: Bad RIP value.
[ 106.269526] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.269535] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.269542] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.269549] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.269557] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.269564] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.269573] BUG: Bad page map in process app pte:80000003b1730966 pmd:45c9c1067
[ 106.269581] addr:000055e3b6d45000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6d45
[ 106.269590] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.269598] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.269605] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.269612] Call Trace:
[ 106.269622] dump_stack+0x6d/0x9a
[ 106.269632] print_bad_pte.cold+0x6a/0xca
[ 106.269640] ? alloc_pages_current+0x87/0xe0
[ 106.269649] vm_normal_page+0xc5/0xd0
[ 106.269658] unmap_page_range+0x4e9/0xc90
[ 106.269669] unmap_single_vma+0x7f/0xf0
[ 106.269679] unmap_vmas+0x79/0xf0
[ 106.269689] exit_mmap+0xb4/0x1b0
[ 106.269699] mmput+0x5d/0x130
[ 106.269710] do_exit+0x293/0xb00
[ 106.269719] do_group_exit+0x47/0xb0
[ 106.269728] get_signal+0x169/0x890
[ 106.269736] do_signal+0x34/0x6c0
[ 106.269740] ? do_vfs_ioctl+0x407/0x670
[ 106.269745] ? __x64_sys_futex+0x13f/0x170
[ 106.269751] exit_to_usermode_loop+0xbf/0x160
[ 106.269757] do_syscall_64+0x163/0x190
[ 106.269761] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.269764] RIP: 0033:0x7fa956532cd7
[ 106.269769] Code: Bad RIP value.
[ 106.269772] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.269775] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.269777] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.269780] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.269782] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.269785] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.269790] BUG: Bad page map in process app pte:80000003b1733966 pmd:45c9c1067
[ 106.269793] addr:000055e3b6d48000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6d48
[ 106.269797] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.269800] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.269802] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.269804] Call Trace:
[ 106.269808] dump_stack+0x6d/0x9a
[ 106.269813] print_bad_pte.cold+0x6a/0xca
[ 106.269817] ? alloc_pages_current+0x87/0xe0
[ 106.269822] vm_normal_page+0xc5/0xd0
[ 106.269826] unmap_page_range+0x4e9/0xc90
[ 106.269833] unmap_single_vma+0x7f/0xf0
[ 106.269837] unmap_vmas+0x79/0xf0
[ 106.269843] exit_mmap+0xb4/0x1b0
[ 106.269849] mmput+0x5d/0x130
[ 106.269854] do_exit+0x293/0xb00
[ 106.269859] do_group_exit+0x47/0xb0
[ 106.269863] get_signal+0x169/0x890
[ 106.269870] do_signal+0x34/0x6c0
[ 106.269875] ? do_vfs_ioctl+0x407/0x670
[ 106.269883] ? __x64_sys_futex+0x13f/0x170
[ 106.269891] exit_to_usermode_loop+0xbf/0x160
[ 106.269898] do_syscall_64+0x163/0x190
[ 106.269904] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.269907] RIP: 0033:0x7fa956532cd7
[ 106.269913] Code: Bad RIP value.
[ 106.269915] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.269918] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.269921] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.269923] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.269926] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.269928] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.269952] BUG: Bad page map in process app pte:80000003fbba9966 pmd:45c9c1067
[ 106.269955] addr:000055e3b6d52000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6d52
[ 106.269959] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.269962] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.269964] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.269966] Call Trace:
[ 106.269971] dump_stack+0x6d/0x9a
[ 106.269976] print_bad_pte.cold+0x6a/0xca
[ 106.269980] ? alloc_pages_current+0x87/0xe0
[ 106.269985] vm_normal_page+0xc5/0xd0
[ 106.269989] unmap_page_range+0x4e9/0xc90
[ 106.269996] unmap_single_vma+0x7f/0xf0
[ 106.270000] unmap_vmas+0x79/0xf0
[ 106.270006] exit_mmap+0xb4/0x1b0
[ 106.270012] mmput+0x5d/0x130
[ 106.270018] do_exit+0x293/0xb00
[ 106.270022] do_group_exit+0x47/0xb0
[ 106.270027] get_signal+0x169/0x890
[ 106.270033] do_signal+0x34/0x6c0
[ 106.270036] ? do_vfs_ioctl+0x407/0x670
[ 106.270042] ? __x64_sys_futex+0x13f/0x170
[ 106.270048] exit_to_usermode_loop+0xbf/0x160
[ 106.270053] do_syscall_64+0x163/0x190
[ 106.270057] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.270060] RIP: 0033:0x7fa956532cd7
[ 106.270066] Code: Bad RIP value.
[ 106.270068] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.270071] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.270074] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.270076] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.270079] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.270081] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.270089] BUG: Bad page map in process app pte:80000003fc458966 pmd:45c9c1067
[ 106.270092] addr:000055e3b6d71000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6d71
[ 106.270095] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.270099] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.270101] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.270106] Call Trace:
[ 106.270117] dump_stack+0x6d/0x9a
[ 106.270126] print_bad_pte.cold+0x6a/0xca
[ 106.270134] ? alloc_pages_current+0x87/0xe0
[ 106.270143] vm_normal_page+0xc5/0xd0
[ 106.270152] unmap_page_range+0x4e9/0xc90
[ 106.270164] unmap_single_vma+0x7f/0xf0
[ 106.270174] unmap_vmas+0x79/0xf0
[ 106.270185] exit_mmap+0xb4/0x1b0
[ 106.270195] mmput+0x5d/0x130
[ 106.270205] do_exit+0x293/0xb00
[ 106.270214] do_group_exit+0x47/0xb0
[ 106.270223] get_signal+0x169/0x890
[ 106.270233] do_signal+0x34/0x6c0
[ 106.270242] ? do_vfs_ioctl+0x407/0x670
[ 106.270251] ? __x64_sys_futex+0x13f/0x170
[ 106.270261] exit_to_usermode_loop+0xbf/0x160
[ 106.270271] do_syscall_64+0x163/0x190
[ 106.270280] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.270287] RIP: 0033:0x7fa956532cd7
[ 106.270298] Code: Bad RIP value.
[ 106.270305] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.270315] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.270322] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.270330] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.270337] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.270342] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.270353] BUG: Bad page map in process app pte:80000003ae824966 pmd:45c9c1067
[ 106.270361] addr:000055e3b6d7d000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6d7d
[ 106.270369] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.270377] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.270385] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.270392] Call Trace:
[ 106.270398] dump_stack+0x6d/0x9a
[ 106.270403] print_bad_pte.cold+0x6a/0xca
[ 106.270407] ? alloc_pages_current+0x87/0xe0
[ 106.270412] vm_normal_page+0xc5/0xd0
[ 106.270416] unmap_page_range+0x4e9/0xc90
[ 106.270423] unmap_single_vma+0x7f/0xf0
[ 106.270428] unmap_vmas+0x79/0xf0
[ 106.270434] exit_mmap+0xb4/0x1b0
[ 106.270440] mmput+0x5d/0x130
[ 106.270445] do_exit+0x293/0xb00
[ 106.270450] do_group_exit+0x47/0xb0
[ 106.270454] get_signal+0x169/0x890
[ 106.270460] do_signal+0x34/0x6c0
[ 106.270463] ? do_vfs_ioctl+0x407/0x670
[ 106.270469] ? __x64_sys_futex+0x13f/0x170
[ 106.270474] exit_to_usermode_loop+0xbf/0x160
[ 106.270480] do_syscall_64+0x163/0x190
[ 106.270484] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.270487] RIP: 0033:0x7fa956532cd7
[ 106.270492] Code: Bad RIP value.
[ 106.270495] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.270498] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.270500] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.270503] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.270505] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.270507] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.270513] BUG: Bad page map in process app pte:80000003b2ee0966 pmd:45c9c1067
[ 106.270516] addr:000055e3b6d85000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6d85
[ 106.270519] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.270522] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.270525] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.270527] Call Trace:
[ 106.270531] dump_stack+0x6d/0x9a
[ 106.270536] print_bad_pte.cold+0x6a/0xca
[ 106.270540] ? alloc_pages_current+0x87/0xe0
[ 106.270545] vm_normal_page+0xc5/0xd0
[ 106.270549] unmap_page_range+0x4e9/0xc90
[ 106.270556] unmap_single_vma+0x7f/0xf0
[ 106.270560] unmap_vmas+0x79/0xf0
[ 106.270566] exit_mmap+0xb4/0x1b0
[ 106.270572] mmput+0x5d/0x130
[ 106.270577] do_exit+0x293/0xb00
[ 106.270582] do_group_exit+0x47/0xb0
[ 106.270586] get_signal+0x169/0x890
[ 106.270592] do_signal+0x34/0x6c0
[ 106.270596] ? do_vfs_ioctl+0x407/0x670
[ 106.270601] ? __x64_sys_futex+0x13f/0x170
[ 106.270607] exit_to_usermode_loop+0xbf/0x160
[ 106.270612] do_syscall_64+0x163/0x190
[ 106.270616] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.270619] RIP: 0033:0x7fa956532cd7
[ 106.270625] Code: Bad RIP value.
[ 106.270627] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.270630] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.270632] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.270635] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.270637] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.270640] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.270645] BUG: Bad page map in process app pte:8000000384955966 pmd:45c9c1067
[ 106.270648] addr:000055e3b6d8e000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6d8e
[ 106.270652] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.270655] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.270657] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.270659] Call Trace:
[ 106.270663] dump_stack+0x6d/0x9a
[ 106.270668] print_bad_pte.cold+0x6a/0xca
[ 106.270672] ? alloc_pages_current+0x87/0xe0
[ 106.270677] vm_normal_page+0xc5/0xd0
[ 106.270681] unmap_page_range+0x4e9/0xc90
[ 106.270687] unmap_single_vma+0x7f/0xf0
[ 106.270692] unmap_vmas+0x79/0xf0
[ 106.270702] exit_mmap+0xb4/0x1b0
[ 106.270711] mmput+0x5d/0x130
[ 106.270722] do_exit+0x293/0xb00
[ 106.270731] do_group_exit+0x47/0xb0
[ 106.270740] get_signal+0x169/0x890
[ 106.270750] do_signal+0x34/0x6c0
[ 106.270760] ? do_vfs_ioctl+0x407/0x670
[ 106.270769] ? __x64_sys_futex+0x13f/0x170
[ 106.270780] exit_to_usermode_loop+0xbf/0x160
[ 106.270789] do_syscall_64+0x163/0x190
[ 106.270799] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.270806] RIP: 0033:0x7fa956532cd7
[ 106.270816] Code: Bad RIP value.
[ 106.270823] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.270832] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.270840] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.270848] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.270855] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.270863] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.270873] BUG: Bad page map in process app pte:80000003fc3bc966 pmd:45c9c1067
[ 106.270883] addr:000055e3b6d9d000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6d9d
[ 106.270891] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.270898] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.270906] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.270912] Call Trace:
[ 106.270922] dump_stack+0x6d/0x9a
[ 106.270932] print_bad_pte.cold+0x6a/0xca
[ 106.270940] ? alloc_pages_current+0x87/0xe0
[ 106.270948] vm_normal_page+0xc5/0xd0
[ 106.270952] unmap_page_range+0x4e9/0xc90
[ 106.270959] unmap_single_vma+0x7f/0xf0
[ 106.270963] unmap_vmas+0x79/0xf0
[ 106.270970] exit_mmap+0xb4/0x1b0
[ 106.270975] mmput+0x5d/0x130
[ 106.270981] do_exit+0x293/0xb00
[ 106.270985] do_group_exit+0x47/0xb0
[ 106.270990] get_signal+0x169/0x890
[ 106.270995] do_signal+0x34/0x6c0
[ 106.270999] ? do_vfs_ioctl+0x407/0x670
[ 106.271004] ? __x64_sys_futex+0x13f/0x170
[ 106.271010] exit_to_usermode_loop+0xbf/0x160
[ 106.271016] do_syscall_64+0x163/0x190
[ 106.271020] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.271022] RIP: 0033:0x7fa956532cd7
[ 106.271028] Code: Bad RIP value.
[ 106.271030] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.271033] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.271036] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.271038] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.271041] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.271043] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.271049] BUG: Bad page map in process app pte:80000003bed71966 pmd:45c9c1067
[ 106.271052] addr:000055e3b6da6000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6da6
[ 106.271055] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.271059] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.271061] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.271063] Call Trace:
[ 106.271067] dump_stack+0x6d/0x9a
[ 106.271072] print_bad_pte.cold+0x6a/0xca
[ 106.271076] ? alloc_pages_current+0x87/0xe0
[ 106.271081] vm_normal_page+0xc5/0xd0
[ 106.271085] unmap_page_range+0x4e9/0xc90
[ 106.271092] unmap_single_vma+0x7f/0xf0
[ 106.271096] unmap_vmas+0x79/0xf0
[ 106.271102] exit_mmap+0xb4/0x1b0
[ 106.271108] mmput+0x5d/0x130
[ 106.271113] do_exit+0x293/0xb00
[ 106.271118] do_group_exit+0x47/0xb0
[ 106.271122] get_signal+0x169/0x890
[ 106.271128] do_signal+0x34/0x6c0
[ 106.271131] ? do_vfs_ioctl+0x407/0x670
[ 106.271137] ? __x64_sys_futex+0x13f/0x170
[ 106.271143] exit_to_usermode_loop+0xbf/0x160
[ 106.271148] do_syscall_64+0x163/0x190
[ 106.271152] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.271155] RIP: 0033:0x7fa956532cd7
[ 106.271160] Code: Bad RIP value.
[ 106.271163] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.271166] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.271168] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.271171] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.271173] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.271175] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.271181] BUG: Bad page map in process app pte:80000003c2bd5966 pmd:45c9c1067
[ 106.271184] addr:000055e3b6db5000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6db5
[ 106.271188] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.271191] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.271193] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.271195] Call Trace:
[ 106.271200] dump_stack+0x6d/0x9a
[ 106.271204] print_bad_pte.cold+0x6a/0xca
[ 106.271208] ? alloc_pages_current+0x87/0xe0
[ 106.271217] vm_normal_page+0xc5/0xd0
[ 106.271226] unmap_page_range+0x4e9/0xc90
[ 106.271237] unmap_single_vma+0x7f/0xf0
[ 106.271245] unmap_vmas+0x79/0xf0
[ 106.271257] exit_mmap+0xb4/0x1b0
[ 106.271266] mmput+0x5d/0x130
[ 106.271276] do_exit+0x293/0xb00
[ 106.271285] do_group_exit+0x47/0xb0
[ 106.271294] get_signal+0x169/0x890
[ 106.271305] do_signal+0x34/0x6c0
[ 106.271312] ? do_vfs_ioctl+0x407/0x670
[ 106.271321] ? __x64_sys_futex+0x13f/0x170
[ 106.271333] exit_to_usermode_loop+0xbf/0x160
[ 106.271342] do_syscall_64+0x163/0x190
[ 106.271351] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.271359] RIP: 0033:0x7fa956532cd7
[ 106.271369] Code: Bad RIP value.
[ 106.271375] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.271385] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.271392] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.271397] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.271404] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.271412] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.271422] BUG: Bad page map in process app pte:80000003f9e6e966 pmd:45c9c1067
[ 106.271429] addr:000055e3b6dbe000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6dbe
[ 106.271437] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.271440] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.271442] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.271444] Call Trace:
[ 106.271449] dump_stack+0x6d/0x9a
[ 106.271454] print_bad_pte.cold+0x6a/0xca
[ 106.271457] ? alloc_pages_current+0x87/0xe0
[ 106.271462] vm_normal_page+0xc5/0xd0
[ 106.271466] unmap_page_range+0x4e9/0xc90
[ 106.271473] unmap_single_vma+0x7f/0xf0
[ 106.271478] unmap_vmas+0x79/0xf0
[ 106.271484] exit_mmap+0xb4/0x1b0
[ 106.271490] mmput+0x5d/0x130
[ 106.271495] do_exit+0x293/0xb00
[ 106.271499] do_group_exit+0x47/0xb0
[ 106.271504] get_signal+0x169/0x890
[ 106.271510] do_signal+0x34/0x6c0
[ 106.271513] ? do_vfs_ioctl+0x407/0x670
[ 106.271519] ? __x64_sys_futex+0x13f/0x170
[ 106.271524] exit_to_usermode_loop+0xbf/0x160
[ 106.271530] do_syscall_64+0x163/0x190
[ 106.271534] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.271537] RIP: 0033:0x7fa956532cd7
[ 106.271542] Code: Bad RIP value.
[ 106.271545] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.271548] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.271550] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.271553] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.271555] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.271558] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.271563] BUG: Bad page map in process app pte:80000003fcbe9966 pmd:45c9c1067
[ 106.271566] addr:000055e3b6dc1000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6dc1
[ 106.271569] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.271572] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.271574] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.271576] Call Trace:
[ 106.271581] dump_stack+0x6d/0x9a
[ 106.271586] print_bad_pte.cold+0x6a/0xca
[ 106.271589] ? alloc_pages_current+0x87/0xe0
[ 106.271594] vm_normal_page+0xc5/0xd0
[ 106.271599] unmap_page_range+0x4e9/0xc90
[ 106.271605] unmap_single_vma+0x7f/0xf0
[ 106.271610] unmap_vmas+0x79/0xf0
[ 106.271616] exit_mmap+0xb4/0x1b0
[ 106.271622] mmput+0x5d/0x130
[ 106.271627] do_exit+0x293/0xb00
[ 106.271631] do_group_exit+0x47/0xb0
[ 106.271636] get_signal+0x169/0x890
[ 106.271642] do_signal+0x34/0x6c0
[ 106.271645] ? do_vfs_ioctl+0x407/0x670
[ 106.271651] ? __x64_sys_futex+0x13f/0x170
[ 106.271656] exit_to_usermode_loop+0xbf/0x160
[ 106.271662] do_syscall_64+0x163/0x190
[ 106.271666] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.271668] RIP: 0033:0x7fa956532cd7
[ 106.271674] Code: Bad RIP value.
[ 106.271676] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.271679] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.271682] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.271689] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.271696] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.271704] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.271714] BUG: Bad page map in process app pte:80000003fcbed966 pmd:45c9c1067
[ 106.271722] addr:000055e3b6dc5000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6dc5
[ 106.271730] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.271738] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.271745] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.271752] Call Trace:
[ 106.271762] dump_stack+0x6d/0x9a
[ 106.271771] print_bad_pte.cold+0x6a/0xca
[ 106.271780] ? alloc_pages_current+0x87/0xe0
[ 106.271789] vm_normal_page+0xc5/0xd0
[ 106.271800] unmap_page_range+0x4e9/0xc90
[ 106.271811] unmap_single_vma+0x7f/0xf0
[ 106.271821] unmap_vmas+0x79/0xf0
[ 106.271831] exit_mmap+0xb4/0x1b0
[ 106.271841] mmput+0x5d/0x130
[ 106.271852] do_exit+0x293/0xb00
[ 106.271861] do_group_exit+0x47/0xb0
[ 106.271870] get_signal+0x169/0x890
[ 106.271881] do_signal+0x34/0x6c0
[ 106.271889] ? do_vfs_ioctl+0x407/0x670
[ 106.271898] ? __x64_sys_futex+0x13f/0x170
[ 106.271903] exit_to_usermode_loop+0xbf/0x160
[ 106.271909] do_syscall_64+0x163/0x190
[ 106.271913] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.271916] RIP: 0033:0x7fa956532cd7
[ 106.271921] Code: Bad RIP value.
[ 106.271924] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.271927] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.271929] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.271932] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.271934] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.271937] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.271941] BUG: Bad page map in process app pte:80000003fcbee966 pmd:45c9c1067
[ 106.271944] addr:000055e3b6dc6000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6dc6
[ 106.271948] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.271951] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.271953] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.271955] Call Trace:
[ 106.271960] dump_stack+0x6d/0x9a
[ 106.271965] print_bad_pte.cold+0x6a/0xca
[ 106.271968] ? alloc_pages_current+0x87/0xe0
[ 106.271973] vm_normal_page+0xc5/0xd0
[ 106.271977] unmap_page_range+0x4e9/0xc90
[ 106.271984] unmap_single_vma+0x7f/0xf0
[ 106.271989] unmap_vmas+0x79/0xf0
[ 106.271995] exit_mmap+0xb4/0x1b0
[ 106.272001] mmput+0x5d/0x130
[ 106.272006] do_exit+0x293/0xb00
[ 106.272010] do_group_exit+0x47/0xb0
[ 106.272015] get_signal+0x169/0x890
[ 106.272020] do_signal+0x34/0x6c0
[ 106.272024] ? do_vfs_ioctl+0x407/0x670
[ 106.272029] ? __x64_sys_futex+0x13f/0x170
[ 106.272035] exit_to_usermode_loop+0xbf/0x160
[ 106.272041] do_syscall_64+0x163/0x190
[ 106.272045] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.272047] RIP: 0033:0x7fa956532cd7
[ 106.272053] Code: Bad RIP value.
[ 106.272055] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.272058] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.272061] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.272063] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.272066] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.272068] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.272073] BUG: Bad page map in process app pte:80000003fd821966 pmd:45c9c1067
[ 106.272076] addr:000055e3b6dc9000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6dc9
[ 106.272079] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.272082] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.272085] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.272087] Call Trace:
[ 106.272091] dump_stack+0x6d/0x9a
[ 106.272096] print_bad_pte.cold+0x6a/0xca
[ 106.272100] ? alloc_pages_current+0x87/0xe0
[ 106.272104] vm_normal_page+0xc5/0xd0
[ 106.272109] unmap_page_range+0x4e9/0xc90
[ 106.272115] unmap_single_vma+0x7f/0xf0
[ 106.272120] unmap_vmas+0x79/0xf0
[ 106.272126] exit_mmap+0xb4/0x1b0
[ 106.272132] mmput+0x5d/0x130
[ 106.272137] do_exit+0x293/0xb00
[ 106.272142] do_group_exit+0x47/0xb0
[ 106.272146] get_signal+0x169/0x890
[ 106.272156] do_signal+0x34/0x6c0
[ 106.272166] ? do_vfs_ioctl+0x407/0x670
[ 106.272175] ? __x64_sys_futex+0x13f/0x170
[ 106.272185] exit_to_usermode_loop+0xbf/0x160
[ 106.272195] do_syscall_64+0x163/0x190
[ 106.272203] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.272210] RIP: 0033:0x7fa956532cd7
[ 106.272221] Code: Bad RIP value.
[ 106.272228] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.272238] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.272245] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.272252] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.272260] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.272267] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.272277] BUG: Bad page map in process app pte:80000003af864966 pmd:45c9c1067
[ 106.272285] addr:000055e3b6ddc000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6ddc
[ 106.272293] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.272301] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.272309] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.272316] Call Trace:
[ 106.272325] dump_stack+0x6d/0x9a
[ 106.272334] print_bad_pte.cold+0x6a/0xca
[ 106.272343] ? alloc_pages_current+0x87/0xe0
[ 106.272351] vm_normal_page+0xc5/0xd0
[ 106.272361] unmap_page_range+0x4e9/0xc90
[ 106.272367] unmap_single_vma+0x7f/0xf0
[ 106.272372] unmap_vmas+0x79/0xf0
[ 106.272378] exit_mmap+0xb4/0x1b0
[ 106.272384] mmput+0x5d/0x130
[ 106.272389] do_exit+0x293/0xb00
[ 106.272394] do_group_exit+0x47/0xb0
[ 106.272398] get_signal+0x169/0x890
[ 106.272404] do_signal+0x34/0x6c0
[ 106.272407] ? do_vfs_ioctl+0x407/0x670
[ 106.272413] ? __x64_sys_futex+0x13f/0x170
[ 106.272419] exit_to_usermode_loop+0xbf/0x160
[ 106.272424] do_syscall_64+0x163/0x190
[ 106.272428] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.272431] RIP: 0033:0x7fa956532cd7
[ 106.272437] Code: Bad RIP value.
[ 106.272439] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.272442] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.272444] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.272447] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.272449] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.272452] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.272457] BUG: Bad page map in process app pte:80000003af866966 pmd:45c9c1067
[ 106.272460] addr:000055e3b6dde000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6dde
[ 106.272463] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.272466] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.272469] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.272470] Call Trace:
[ 106.272475] dump_stack+0x6d/0x9a
[ 106.272480] print_bad_pte.cold+0x6a/0xca
[ 106.272484] ? alloc_pages_current+0x87/0xe0
[ 106.272488] vm_normal_page+0xc5/0xd0
[ 106.272493] unmap_page_range+0x4e9/0xc90
[ 106.272499] unmap_single_vma+0x7f/0xf0
[ 106.272504] unmap_vmas+0x79/0xf0
[ 106.272510] exit_mmap+0xb4/0x1b0
[ 106.272516] mmput+0x5d/0x130
[ 106.272521] do_exit+0x293/0xb00
[ 106.272525] do_group_exit+0x47/0xb0
[ 106.272530] get_signal+0x169/0x890
[ 106.272535] do_signal+0x34/0x6c0
[ 106.272539] ? do_vfs_ioctl+0x407/0x670
[ 106.272544] ? __x64_sys_futex+0x13f/0x170
[ 106.272550] exit_to_usermode_loop+0xbf/0x160
[ 106.272556] do_syscall_64+0x163/0x190
[ 106.272560] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.272562] RIP: 0033:0x7fa956532cd7
[ 106.272568] Code: Bad RIP value.
[ 106.272570] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.272591] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.272592] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.272592] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.272593] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.272594] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.272595] BUG: Bad page map in process app pte:80000003c8ea1966 pmd:45c9c1067
[ 106.272595] addr:000055e3b6de1000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6de1
[ 106.272596] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.272597] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.272597] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.272598] Call Trace:
[ 106.272599] dump_stack+0x6d/0x9a
[ 106.272600] print_bad_pte.cold+0x6a/0xca
[ 106.272601] ? alloc_pages_current+0x87/0xe0
[ 106.272602] vm_normal_page+0xc5/0xd0
[ 106.272603] unmap_page_range+0x4e9/0xc90
[ 106.272604] unmap_single_vma+0x7f/0xf0
[ 106.272605] unmap_vmas+0x79/0xf0
[ 106.272607] exit_mmap+0xb4/0x1b0
[ 106.272609] mmput+0x5d/0x130
[ 106.272611] do_exit+0x293/0xb00
[ 106.272613] do_group_exit+0x47/0xb0
[ 106.272616] get_signal+0x169/0x890
[ 106.272618] do_signal+0x34/0x6c0
[ 106.272620] ? do_vfs_ioctl+0x407/0x670
[ 106.272622] ? __x64_sys_futex+0x13f/0x170
[ 106.272625] exit_to_usermode_loop+0xbf/0x160
[ 106.272627] do_syscall_64+0x163/0x190
[ 106.272629] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.272631] RIP: 0033:0x7fa956532cd7
[ 106.272633] Code: Bad RIP value.
[ 106.272634] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.272636] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.272638] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.272640] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.272642] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.272643] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.272646] BUG: Bad page map in process app pte:80000003c90c9966 pmd:45c9c1067
[ 106.272648] addr:000055e3b6df1000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6df1
[ 106.272650] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.272651] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.272653] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.272654] Call Trace:
[ 106.272657] dump_stack+0x6d/0x9a
[ 106.272659] print_bad_pte.cold+0x6a/0xca
[ 106.272660] ? alloc_pages_current+0x87/0xe0
[ 106.272661] vm_normal_page+0xc5/0xd0
[ 106.272662] unmap_page_range+0x4e9/0xc90
[ 106.272664] unmap_single_vma+0x7f/0xf0
[ 106.272665] unmap_vmas+0x79/0xf0
[ 106.272666] exit_mmap+0xb4/0x1b0
[ 106.272667] mmput+0x5d/0x130
[ 106.272669] do_exit+0x293/0xb00
[ 106.272670] do_group_exit+0x47/0xb0
[ 106.272670] get_signal+0x169/0x890
[ 106.272672] do_signal+0x34/0x6c0
[ 106.272673] ? do_vfs_ioctl+0x407/0x670
[ 106.272674] ? __x64_sys_futex+0x13f/0x170
[ 106.272675] exit_to_usermode_loop+0xbf/0x160
[ 106.272676] do_syscall_64+0x163/0x190
[ 106.272677] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.272678] RIP: 0033:0x7fa956532cd7
[ 106.272679] Code: Bad RIP value.
[ 106.272680] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.272680] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.272681] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.272681] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.272682] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.272683] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.272684] BUG: Bad page map in process app pte:80000003accca966 pmd:45c9c1067
[ 106.272684] addr:000055e3b6dfa000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6dfa
[ 106.272685] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.272686] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.272686] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.272687] Call Trace:
[ 106.272688] dump_stack+0x6d/0x9a
[ 106.272689] print_bad_pte.cold+0x6a/0xca
[ 106.272690] ? alloc_pages_current+0x87/0xe0
[ 106.272691] vm_normal_page+0xc5/0xd0
[ 106.272692] unmap_page_range+0x4e9/0xc90
[ 106.272693] unmap_single_vma+0x7f/0xf0
[ 106.272694] unmap_vmas+0x79/0xf0
[ 106.272696] exit_mmap+0xb4/0x1b0
[ 106.272697] mmput+0x5d/0x130
[ 106.272698] do_exit+0x293/0xb00
[ 106.272699] do_group_exit+0x47/0xb0
[ 106.272700] get_signal+0x169/0x890
[ 106.272702] do_signal+0x34/0x6c0
[ 106.272702] ? do_vfs_ioctl+0x407/0x670
[ 106.272704] ? __x64_sys_futex+0x13f/0x170
[ 106.272705] exit_to_usermode_loop+0xbf/0x160
[ 106.272706] do_syscall_64+0x163/0x190
[ 106.272707] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.272708] RIP: 0033:0x7fa956532cd7
[ 106.272709] Code: Bad RIP value.
[ 106.272710] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.272713] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.272714] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.272716] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.272717] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.272719] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.272721] BUG: Bad page map in process app pte:80000003acccd966 pmd:45c9c1067
[ 106.272723] addr:000055e3b6dfd000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6dfd
[ 106.272725] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.272727] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.272728] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.272730] Call Trace:
[ 106.272732] dump_stack+0x6d/0x9a
[ 106.272734] print_bad_pte.cold+0x6a/0xca
[ 106.272736] ? alloc_pages_current+0x87/0xe0
[ 106.272738] vm_normal_page+0xc5/0xd0
[ 106.272740] unmap_page_range+0x4e9/0xc90
[ 106.272742] unmap_single_vma+0x7f/0xf0
[ 106.272744] unmap_vmas+0x79/0xf0
[ 106.272747] exit_mmap+0xb4/0x1b0
[ 106.272749] mmput+0x5d/0x130
[ 106.272750] do_exit+0x293/0xb00
[ 106.272751] do_group_exit+0x47/0xb0
[ 106.272752] get_signal+0x169/0x890
[ 106.272753] do_signal+0x34/0x6c0
[ 106.272754] ? do_vfs_ioctl+0x407/0x670
[ 106.272755] ? __x64_sys_futex+0x13f/0x170
[ 106.272757] exit_to_usermode_loop+0xbf/0x160
[ 106.272758] do_syscall_64+0x163/0x190
[ 106.272759] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.272759] RIP: 0033:0x7fa956532cd7
[ 106.272761] Code: Bad RIP value.
[ 106.272761] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.272762] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.272762] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.272763] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.272764] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.272764] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.272765] BUG: Bad page map in process app pte:80000003accce966 pmd:45c9c1067
[ 106.272766] addr:000055e3b6dfe000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6dfe
[ 106.272767] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.272767] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.272768] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.272768] Call Trace:
[ 106.272769] dump_stack+0x6d/0x9a
[ 106.272770] print_bad_pte.cold+0x6a/0xca
[ 106.272771] ? alloc_pages_current+0x87/0xe0
[ 106.272772] vm_normal_page+0xc5/0xd0
[ 106.272773] unmap_page_range+0x4e9/0xc90
[ 106.272775] unmap_single_vma+0x7f/0xf0
[ 106.272776] unmap_vmas+0x79/0xf0
[ 106.272777] exit_mmap+0xb4/0x1b0
[ 106.272778] mmput+0x5d/0x130
[ 106.272780] do_exit+0x293/0xb00
[ 106.272781] do_group_exit+0x47/0xb0
[ 106.272782] get_signal+0x169/0x890
[ 106.272783] do_signal+0x34/0x6c0
[ 106.272784] ? do_vfs_ioctl+0x407/0x670
[ 106.272785] ? __x64_sys_futex+0x13f/0x170
[ 106.272786] exit_to_usermode_loop+0xbf/0x160
[ 106.272787] do_syscall_64+0x163/0x190
[ 106.272788] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.272789] RIP: 0033:0x7fa956532cd7
[ 106.272790] Code: Bad RIP value.
[ 106.272791] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.272791] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.272792] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.272792] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.272793] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.272794] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.272795] BUG: Bad page map in process app pte:80000003b6848966 pmd:45f132067
[ 106.272796] addr:000055e3b6e00000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6e00
[ 106.272796] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.272797] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.272798] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.272798] Call Trace:
[ 106.272799] dump_stack+0x6d/0x9a
[ 106.272800] print_bad_pte.cold+0x6a/0xca
[ 106.272801] ? alloc_pages_current+0x87/0xe0
[ 106.272802] vm_normal_page+0xc5/0xd0
[ 106.272804] unmap_page_range+0x4e9/0xc90
[ 106.272806] unmap_single_vma+0x7f/0xf0
[ 106.272809] unmap_vmas+0x79/0xf0
[ 106.272811] exit_mmap+0xb4/0x1b0
[ 106.272813] mmput+0x5d/0x130
[ 106.272815] do_exit+0x293/0xb00
[ 106.272818] do_group_exit+0x47/0xb0
[ 106.272820] get_signal+0x169/0x890
[ 106.272822] do_signal+0x34/0x6c0
[ 106.272824] ? do_vfs_ioctl+0x407/0x670
[ 106.272826] ? __x64_sys_futex+0x13f/0x170
[ 106.272828] exit_to_usermode_loop+0xbf/0x160
[ 106.272830] do_syscall_64+0x163/0x190
[ 106.272832] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.272834] RIP: 0033:0x7fa956532cd7
[ 106.272836] Code: Bad RIP value.
[ 106.272838] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.272840] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.272842] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.272843] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.272844] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.272846] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.272848] BUG: Bad page map in process app pte:800000038b1c8966 pmd:45f132067
[ 106.272849] addr:000055e3b6e08000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6e08
[ 106.272849] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.272850] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.272851] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.272851] Call Trace:
[ 106.272852] dump_stack+0x6d/0x9a
[ 106.272853] print_bad_pte.cold+0x6a/0xca
[ 106.272854] ? alloc_pages_current+0x87/0xe0
[ 106.272855] vm_normal_page+0xc5/0xd0
[ 106.272856] unmap_page_range+0x4e9/0xc90
[ 106.272858] unmap_single_vma+0x7f/0xf0
[ 106.272859] unmap_vmas+0x79/0xf0
[ 106.272860] exit_mmap+0xb4/0x1b0
[ 106.272861] mmput+0x5d/0x130
[ 106.272863] do_exit+0x293/0xb00
[ 106.272863] do_group_exit+0x47/0xb0
[ 106.272864] get_signal+0x169/0x890
[ 106.272866] do_signal+0x34/0x6c0
[ 106.272867] ? do_vfs_ioctl+0x407/0x670
[ 106.272868] ? __x64_sys_futex+0x13f/0x170
[ 106.272869] exit_to_usermode_loop+0xbf/0x160
[ 106.272870] do_syscall_64+0x163/0x190
[ 106.272871] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.272872] RIP: 0033:0x7fa956532cd7
[ 106.272873] Code: Bad RIP value.
[ 106.272874] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.272874] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.272875] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.272875] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.272876] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.272877] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.272878] BUG: Bad page map in process app pte:800000038b1ca966 pmd:45f132067
[ 106.272879] addr:000055e3b6e0a000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6e0a
[ 106.272880] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.272880] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.272881] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.272881] Call Trace:
[ 106.272882] dump_stack+0x6d/0x9a
[ 106.272883] print_bad_pte.cold+0x6a/0xca
[ 106.272884] ? alloc_pages_current+0x87/0xe0
[ 106.272885] vm_normal_page+0xc5/0xd0
[ 106.272887] unmap_page_range+0x4e9/0xc90
[ 106.272890] unmap_single_vma+0x7f/0xf0
[ 106.272892] unmap_vmas+0x79/0xf0
[ 106.272895] exit_mmap+0xb4/0x1b0
[ 106.272897] mmput+0x5d/0x130
[ 106.272900] do_exit+0x293/0xb00
[ 106.272902] do_group_exit+0x47/0xb0
[ 106.272904] get_signal+0x169/0x890
[ 106.272906] do_signal+0x34/0x6c0
[ 106.272908] ? do_vfs_ioctl+0x407/0x670
[ 106.272910] ? __x64_sys_futex+0x13f/0x170
[ 106.272913] exit_to_usermode_loop+0xbf/0x160
[ 106.272915] do_syscall_64+0x163/0x190
[ 106.272917] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.272918] RIP: 0033:0x7fa956532cd7
[ 106.272920] Code: Bad RIP value.
[ 106.272920] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.272921] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.272921] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.272922] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.272923] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.272923] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.272925] BUG: Bad page map in process app pte:80000003989ed966 pmd:45f132067
[ 106.272925] addr:000055e3b6e1d000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6e1d
[ 106.272926] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.272927] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.272927] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.272928] Call Trace:
[ 106.272929] dump_stack+0x6d/0x9a
[ 106.272930] print_bad_pte.cold+0x6a/0xca
[ 106.272931] ? alloc_pages_current+0x87/0xe0
[ 106.272932] vm_normal_page+0xc5/0xd0
[ 106.272933] unmap_page_range+0x4e9/0xc90
[ 106.272934] unmap_single_vma+0x7f/0xf0
[ 106.272935] unmap_vmas+0x79/0xf0
[ 106.272937] exit_mmap+0xb4/0x1b0
[ 106.272938] mmput+0x5d/0x130
[ 106.272939] do_exit+0x293/0xb00
[ 106.272940] do_group_exit+0x47/0xb0
[ 106.272941] get_signal+0x169/0x890
[ 106.272942] do_signal+0x34/0x6c0
[ 106.272943] ? do_vfs_ioctl+0x407/0x670
[ 106.272944] ? __x64_sys_futex+0x13f/0x170
[ 106.272946] exit_to_usermode_loop+0xbf/0x160
[ 106.272947] do_syscall_64+0x163/0x190
[ 106.272948] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.272948] RIP: 0033:0x7fa956532cd7
[ 106.272950] Code: Bad RIP value.
[ 106.272950] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.272951] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.272951] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.272952] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.272953] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.272953] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.272954] BUG: Bad page map in process app pte:80000003b6358966 pmd:45f132067
[ 106.272955] addr:000055e3b6e20000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6e20
[ 106.272957] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.272958] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.272960] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.272962] Call Trace:
[ 106.272964] dump_stack+0x6d/0x9a
[ 106.272966] print_bad_pte.cold+0x6a/0xca
[ 106.272967] ? alloc_pages_current+0x87/0xe0
[ 106.272970] vm_normal_page+0xc5/0xd0
[ 106.272972] unmap_page_range+0x4e9/0xc90
[ 106.272974] unmap_single_vma+0x7f/0xf0
[ 106.272976] unmap_vmas+0x79/0xf0
[ 106.272979] exit_mmap+0xb4/0x1b0
[ 106.272981] mmput+0x5d/0x130
[ 106.272983] do_exit+0x293/0xb00
[ 106.272985] do_group_exit+0x47/0xb0
[ 106.272987] get_signal+0x169/0x890
[ 106.272990] do_signal+0x34/0x6c0
[ 106.272991] ? do_vfs_ioctl+0x407/0x670
[ 106.272992] ? __x64_sys_futex+0x13f/0x170
[ 106.272994] exit_to_usermode_loop+0xbf/0x160
[ 106.272995] do_syscall_64+0x163/0x190
[ 106.272996] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.272996] RIP: 0033:0x7fa956532cd7
[ 106.272998] Code: Bad RIP value.
[ 106.272998] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.272999] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.272999] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.273000] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.273000] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.273001] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.273002] BUG: Bad page map in process app pte:80000003bd5e1966 pmd:45f132067
[ 106.273003] addr:000055e3b6e29000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6e29
[ 106.273004] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.273005] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.273005] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.273005] Call Trace:
[ 106.273007] dump_stack+0x6d/0x9a
[ 106.273008] print_bad_pte.cold+0x6a/0xca
[ 106.273008] ? alloc_pages_current+0x87/0xe0
[ 106.273010] vm_normal_page+0xc5/0xd0
[ 106.273011] unmap_page_range+0x4e9/0xc90
[ 106.273012] unmap_single_vma+0x7f/0xf0
[ 106.273013] unmap_vmas+0x79/0xf0
[ 106.273014] exit_mmap+0xb4/0x1b0
[ 106.273016] mmput+0x5d/0x130
[ 106.273017] do_exit+0x293/0xb00
[ 106.273018] do_group_exit+0x47/0xb0
[ 106.273019] get_signal+0x169/0x890
[ 106.273020] do_signal+0x34/0x6c0
[ 106.273021] ? do_vfs_ioctl+0x407/0x670
[ 106.273022] ? __x64_sys_futex+0x13f/0x170
[ 106.273024] exit_to_usermode_loop+0xbf/0x160
[ 106.273025] do_syscall_64+0x163/0x190
[ 106.273026] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.273026] RIP: 0033:0x7fa956532cd7
[ 106.273028] Code: Bad RIP value.
[ 106.273028] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.273029] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.273029] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.273030] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.273030] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.273031] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.273032] BUG: Bad page map in process app pte:80000003bd5e6966 pmd:45f132067
[ 106.273033] addr:000055e3b6e2e000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6e2e
[ 106.273034] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.273034] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.273035] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.273035] Call Trace:
[ 106.273036] dump_stack+0x6d/0x9a
[ 106.273037] print_bad_pte.cold+0x6a/0xca
[ 106.273038] ? alloc_pages_current+0x87/0xe0
[ 106.273039] vm_normal_page+0xc5/0xd0
[ 106.273041] unmap_page_range+0x4e9/0xc90
[ 106.273044] unmap_single_vma+0x7f/0xf0
[ 106.273046] unmap_vmas+0x79/0xf0
[ 106.273048] exit_mmap+0xb4/0x1b0
[ 106.273051] mmput+0x5d/0x130
[ 106.273054] do_exit+0x293/0xb00
[ 106.273056] do_group_exit+0x47/0xb0
[ 106.273058] get_signal+0x169/0x890
[ 106.273061] do_signal+0x34/0x6c0
[ 106.273062] ? do_vfs_ioctl+0x407/0x670
[ 106.273065] ? __x64_sys_futex+0x13f/0x170
[ 106.273067] exit_to_usermode_loop+0xbf/0x160
[ 106.273070] do_syscall_64+0x163/0x190
[ 106.273072] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.273073] RIP: 0033:0x7fa956532cd7
[ 106.273076] Code: Bad RIP value.
[ 106.273077] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.273079] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.273081] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.273082] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.273082] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.273083] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.273084] BUG: Bad page map in process app pte:80000003b6bc0966 pmd:45f132067
[ 106.273085] addr:000055e3b6e30000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6e30
[ 106.273085] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.273086] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.273087] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.273087] Call Trace:
[ 106.273088] dump_stack+0x6d/0x9a
[ 106.273089] print_bad_pte.cold+0x6a/0xca
[ 106.273090] ? alloc_pages_current+0x87/0xe0
[ 106.273091] vm_normal_page+0xc5/0xd0
[ 106.273092] unmap_page_range+0x4e9/0xc90
[ 106.273094] unmap_single_vma+0x7f/0xf0
[ 106.273095] unmap_vmas+0x79/0xf0
[ 106.273096] exit_mmap+0xb4/0x1b0
[ 106.273097] mmput+0x5d/0x130
[ 106.273099] do_exit+0x293/0xb00
[ 106.273099] do_group_exit+0x47/0xb0
[ 106.273100] get_signal+0x169/0x890
[ 106.273102] do_signal+0x34/0x6c0
[ 106.273103] ? do_vfs_ioctl+0x407/0x670
[ 106.273104] ? __x64_sys_futex+0x13f/0x170
[ 106.273105] exit_to_usermode_loop+0xbf/0x160
[ 106.273106] do_syscall_64+0x163/0x190
[ 106.273107] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.273108] RIP: 0033:0x7fa956532cd7
[ 106.273109] Code: Bad RIP value.
[ 106.273110] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.273110] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.273111] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.273111] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.273112] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.273113] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.273114] BUG: Bad page map in process app pte:80000003b6bc2966 pmd:45f132067
[ 106.273114] addr:000055e3b6e32000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6e32
[ 106.273115] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.273116] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.273116] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.273117] Call Trace:
[ 106.273118] dump_stack+0x6d/0x9a
[ 106.273119] print_bad_pte.cold+0x6a/0xca
[ 106.273120] ? alloc_pages_current+0x87/0xe0
[ 106.273121] vm_normal_page+0xc5/0xd0
[ 106.273122] unmap_page_range+0x4e9/0xc90
[ 106.273123] unmap_single_vma+0x7f/0xf0
[ 106.273124] unmap_vmas+0x79/0xf0
[ 106.273126] exit_mmap+0xb4/0x1b0
[ 106.273127] mmput+0x5d/0x130
[ 106.273128] do_exit+0x293/0xb00
[ 106.273129] do_group_exit+0x47/0xb0
[ 106.273130] get_signal+0x169/0x890
[ 106.273131] do_signal+0x34/0x6c0
[ 106.273132] ? do_vfs_ioctl+0x407/0x670
[ 106.273133] ? __x64_sys_futex+0x13f/0x170
[ 106.273136] exit_to_usermode_loop+0xbf/0x160
[ 106.273138] do_syscall_64+0x163/0x190
[ 106.273140] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.273141] RIP: 0033:0x7fa956532cd7
[ 106.273143] Code: Bad RIP value.
[ 106.273145] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.273147] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.273149] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.273150] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.273152] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.273154] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.273156] BUG: Bad page map in process app pte:80000003b28dc966 pmd:45f132067
[ 106.273158] addr:000055e3b6e3c000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6e3c
[ 106.273159] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.273161] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.273163] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.273164] Call Trace:
[ 106.273167] dump_stack+0x6d/0x9a
[ 106.273169] print_bad_pte.cold+0x6a/0xca
[ 106.273171] ? alloc_pages_current+0x87/0xe0
[ 106.273173] vm_normal_page+0xc5/0xd0
[ 106.273175] unmap_page_range+0x4e9/0xc90
[ 106.273177] unmap_single_vma+0x7f/0xf0
[ 106.273179] unmap_vmas+0x79/0xf0
[ 106.273180] exit_mmap+0xb4/0x1b0
[ 106.273181] mmput+0x5d/0x130
[ 106.273183] do_exit+0x293/0xb00
[ 106.273184] do_group_exit+0x47/0xb0
[ 106.273185] get_signal+0x169/0x890
[ 106.273186] do_signal+0x34/0x6c0
[ 106.273187] ? do_vfs_ioctl+0x407/0x670
[ 106.273188] ? __x64_sys_futex+0x13f/0x170
[ 106.273189] exit_to_usermode_loop+0xbf/0x160
[ 106.273191] do_syscall_64+0x163/0x190
[ 106.273191] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.273192] RIP: 0033:0x7fa956532cd7
[ 106.273193] Code: Bad RIP value.
[ 106.273194] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.273195] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.273195] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.273196] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.273196] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.273197] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.273198] BUG: Bad page map in process app pte:80000003b28dd966 pmd:45f132067
[ 106.273199] addr:000055e3b6e3d000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6e3d
[ 106.273199] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.273200] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.273200] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.273201] Call Trace:
[ 106.273202] dump_stack+0x6d/0x9a
[ 106.273203] print_bad_pte.cold+0x6a/0xca
[ 106.273204] ? alloc_pages_current+0x87/0xe0
[ 106.273205] vm_normal_page+0xc5/0xd0
[ 106.273206] unmap_page_range+0x4e9/0xc90
[ 106.273207] unmap_single_vma+0x7f/0xf0
[ 106.273208] unmap_vmas+0x79/0xf0
[ 106.273210] exit_mmap+0xb4/0x1b0
[ 106.273211] mmput+0x5d/0x130
[ 106.273212] do_exit+0x293/0xb00
[ 106.273213] do_group_exit+0x47/0xb0
[ 106.273214] get_signal+0x169/0x890
[ 106.273216] do_signal+0x34/0x6c0
[ 106.273216] ? do_vfs_ioctl+0x407/0x670
[ 106.273218] ? __x64_sys_futex+0x13f/0x170
[ 106.273219] exit_to_usermode_loop+0xbf/0x160
[ 106.273221] do_syscall_64+0x163/0x190
[ 106.273222] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.273222] RIP: 0033:0x7fa956532cd7
[ 106.273223] Code: Bad RIP value.
[ 106.273224] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.273225] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.273225] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.273226] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.273226] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.273227] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.273228] BUG: Bad page map in process app pte:8000000389da2966 pmd:45f132067
[ 106.273229] addr:000055e3b6e4a000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6e4a
[ 106.273230] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.273230] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.273231] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.273231] Call Trace:
[ 106.273232] dump_stack+0x6d/0x9a
[ 106.273233] print_bad_pte.cold+0x6a/0xca
[ 106.273235] ? alloc_pages_current+0x87/0xe0
[ 106.273237] vm_normal_page+0xc5/0xd0
[ 106.273239] unmap_page_range+0x4e9/0xc90
[ 106.273241] unmap_single_vma+0x7f/0xf0
[ 106.273243] unmap_vmas+0x79/0xf0
[ 106.273246] exit_mmap+0xb4/0x1b0
[ 106.273248] mmput+0x5d/0x130
[ 106.273250] do_exit+0x293/0xb00
[ 106.273252] do_group_exit+0x47/0xb0
[ 106.273254] get_signal+0x169/0x890
[ 106.273256] do_signal+0x34/0x6c0
[ 106.273258] ? do_vfs_ioctl+0x407/0x670
[ 106.273260] ? __x64_sys_futex+0x13f/0x170
[ 106.273263] exit_to_usermode_loop+0xbf/0x160
[ 106.273265] do_syscall_64+0x163/0x190
[ 106.273267] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.273268] RIP: 0033:0x7fa956532cd7
[ 106.273270] Code: Bad RIP value.
[ 106.273272] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.273274] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.273276] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.273277] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.273279] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.273280] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.273282] BUG: Bad page map in process app pte:80000003fc2ca966 pmd:45f132067
[ 106.273283] addr:000055e3b6e5a000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6e5a
[ 106.273284] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.273285] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.273285] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.273285] Call Trace:
[ 106.273287] dump_stack+0x6d/0x9a
[ 106.273288] print_bad_pte.cold+0x6a/0xca
[ 106.273288] ? alloc_pages_current+0x87/0xe0
[ 106.273290] vm_normal_page+0xc5/0xd0
[ 106.273291] unmap_page_range+0x4e9/0xc90
[ 106.273292] unmap_single_vma+0x7f/0xf0
[ 106.273293] unmap_vmas+0x79/0xf0
[ 106.273294] exit_mmap+0xb4/0x1b0
[ 106.273296] mmput+0x5d/0x130
[ 106.273297] do_exit+0x293/0xb00
[ 106.273298] do_group_exit+0x47/0xb0
[ 106.273299] get_signal+0x169/0x890
[ 106.273300] do_signal+0x34/0x6c0
[ 106.273301] ? do_vfs_ioctl+0x407/0x670
[ 106.273302] ? __x64_sys_futex+0x13f/0x170
[ 106.273304] exit_to_usermode_loop+0xbf/0x160
[ 106.273305] do_syscall_64+0x163/0x190
[ 106.273306] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.273306] RIP: 0033:0x7fa956532cd7
[ 106.273308] Code: Bad RIP value.
[ 106.273308] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.273309] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.273309] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.273310] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.273310] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.273311] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.273312] BUG: Bad page map in process app pte:80000003fc2e1966 pmd:45f132067
[ 106.273313] addr:000055e3b6e61000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6e61
[ 106.273314] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.273314] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.273315] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.273315] Call Trace:
[ 106.273316] dump_stack+0x6d/0x9a
[ 106.273317] print_bad_pte.cold+0x6a/0xca
[ 106.273318] ? alloc_pages_current+0x87/0xe0
[ 106.273319] vm_normal_page+0xc5/0xd0
[ 106.273320] unmap_page_range+0x4e9/0xc90
[ 106.273322] unmap_single_vma+0x7f/0xf0
[ 106.273323] unmap_vmas+0x79/0xf0
[ 106.273324] exit_mmap+0xb4/0x1b0
[ 106.273325] mmput+0x5d/0x130
[ 106.273327] do_exit+0x293/0xb00
[ 106.273328] do_group_exit+0x47/0xb0
[ 106.273329] get_signal+0x169/0x890
[ 106.273330] do_signal+0x34/0x6c0
[ 106.273331] ? do_vfs_ioctl+0x407/0x670
[ 106.273332] ? __x64_sys_futex+0x13f/0x170
[ 106.273333] exit_to_usermode_loop+0xbf/0x160
[ 106.273334] do_syscall_64+0x163/0x190
[ 106.273335] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.273336] RIP: 0033:0x7fa956532cd7
[ 106.273337] Code: Bad RIP value.
[ 106.273338] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.273338] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.273340] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.273342] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.273343] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.273345] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.273348] BUG: Bad page map in process app pte:800000038b110966 pmd:45f132067
[ 106.273349] addr:000055e3b6e78000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6e78
[ 106.273351] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.273353] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.273354] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.273356] Call Trace:
[ 106.273358] dump_stack+0x6d/0x9a
[ 106.273361] print_bad_pte.cold+0x6a/0xca
[ 106.273362] ? alloc_pages_current+0x87/0xe0
[ 106.273364] vm_normal_page+0xc5/0xd0
[ 106.273366] unmap_page_range+0x4e9/0xc90
[ 106.273369] unmap_single_vma+0x7f/0xf0
[ 106.273371] unmap_vmas+0x79/0xf0
[ 106.273373] exit_mmap+0xb4/0x1b0
[ 106.273376] mmput+0x5d/0x130
[ 106.273378] do_exit+0x293/0xb00
[ 106.273380] do_group_exit+0x47/0xb0
[ 106.273382] get_signal+0x169/0x890
[ 106.273384] do_signal+0x34/0x6c0
[ 106.273385] ? do_vfs_ioctl+0x407/0x670
[ 106.273387] ? __x64_sys_futex+0x13f/0x170
[ 106.273388] exit_to_usermode_loop+0xbf/0x160
[ 106.273389] do_syscall_64+0x163/0x190
[ 106.273390] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.273391] RIP: 0033:0x7fa956532cd7
[ 106.273392] Code: Bad RIP value.
[ 106.273392] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.273393] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.273394] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.273394] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.273395] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.273395] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.273397] BUG: Bad page map in process app pte:80000003b0e6c966 pmd:45f132067
[ 106.273398] addr:000055e3b6e94000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6e94
[ 106.273399] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.273400] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.273400] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.273400] Call Trace:
[ 106.273401] dump_stack+0x6d/0x9a
[ 106.273403] print_bad_pte.cold+0x6a/0xca
[ 106.273403] ? alloc_pages_current+0x87/0xe0
[ 106.273405] vm_normal_page+0xc5/0xd0
[ 106.273405] unmap_page_range+0x4e9/0xc90
[ 106.273407] unmap_single_vma+0x7f/0xf0
[ 106.273408] unmap_vmas+0x79/0xf0
[ 106.273409] exit_mmap+0xb4/0x1b0
[ 106.273411] mmput+0x5d/0x130
[ 106.273412] do_exit+0x293/0xb00
[ 106.273413] do_group_exit+0x47/0xb0
[ 106.273414] get_signal+0x169/0x890
[ 106.273415] do_signal+0x34/0x6c0
[ 106.273416] ? do_vfs_ioctl+0x407/0x670
[ 106.273417] ? __x64_sys_futex+0x13f/0x170
[ 106.273418] exit_to_usermode_loop+0xbf/0x160
[ 106.273420] do_syscall_64+0x163/0x190
[ 106.273421] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.273421] RIP: 0033:0x7fa956532cd7
[ 106.273422] Code: Bad RIP value.
[ 106.273423] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.273424] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.273424] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.273425] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.273425] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.273426] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.273427] BUG: Bad page map in process app pte:80000003b0e6e966 pmd:45f132067
[ 106.273428] addr:000055e3b6e96000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6e96
[ 106.273428] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.273429] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.273430] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.273430] Call Trace:
[ 106.273431] dump_stack+0x6d/0x9a
[ 106.273432] print_bad_pte.cold+0x6a/0xca
[ 106.273433] ? alloc_pages_current+0x87/0xe0
[ 106.273434] vm_normal_page+0xc5/0xd0
[ 106.273435] unmap_page_range+0x4e9/0xc90
[ 106.273436] unmap_single_vma+0x7f/0xf0
[ 106.273438] unmap_vmas+0x79/0xf0
[ 106.273439] exit_mmap+0xb4/0x1b0
[ 106.273440] mmput+0x5d/0x130
[ 106.273441] do_exit+0x293/0xb00
[ 106.273443] do_group_exit+0x47/0xb0
[ 106.273445] get_signal+0x169/0x890
[ 106.273448] do_signal+0x34/0x6c0
[ 106.273450] ? do_vfs_ioctl+0x407/0x670
[ 106.273452] ? __x64_sys_futex+0x13f/0x170
[ 106.273454] exit_to_usermode_loop+0xbf/0x160
[ 106.273456] do_syscall_64+0x163/0x190
[ 106.273458] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.273460] RIP: 0033:0x7fa956532cd7
[ 106.273462] Code: Bad RIP value.
[ 106.273464] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.273466] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.273468] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.273469] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.273471] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.273473] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.273475] BUG: Bad page map in process app pte:80000003b0e75966 pmd:45f132067
[ 106.273477] addr:000055e3b6e9d000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6e9d
[ 106.273479] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.273481] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.273482] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.273484] Call Trace:
[ 106.273486] dump_stack+0x6d/0x9a
[ 106.273488] print_bad_pte.cold+0x6a/0xca
[ 106.273489] ? alloc_pages_current+0x87/0xe0
[ 106.273491] vm_normal_page+0xc5/0xd0
[ 106.273492] unmap_page_range+0x4e9/0xc90
[ 106.273493] unmap_single_vma+0x7f/0xf0
[ 106.273494] unmap_vmas+0x79/0xf0
[ 106.273496] exit_mmap+0xb4/0x1b0
[ 106.273497] mmput+0x5d/0x130
[ 106.273498] do_exit+0x293/0xb00
[ 106.273499] do_group_exit+0x47/0xb0
[ 106.273500] get_signal+0x169/0x890
[ 106.273501] do_signal+0x34/0x6c0
[ 106.273502] ? do_vfs_ioctl+0x407/0x670
[ 106.273503] ? __x64_sys_futex+0x13f/0x170
[ 106.273505] exit_to_usermode_loop+0xbf/0x160
[ 106.273506] do_syscall_64+0x163/0x190
[ 106.273507] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.273507] RIP: 0033:0x7fa956532cd7
[ 106.273509] Code: Bad RIP value.
[ 106.273509] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.273510] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.273510] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.273511] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.273512] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.273512] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.273514] BUG: Bad page map in process app pte:800000038af2f966 pmd:45f132067
[ 106.273515] addr:000055e3b6ebf000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6ebf
[ 106.273515] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.273516] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.273517] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.273517] Call Trace:
[ 106.273518] dump_stack+0x6d/0x9a
[ 106.273519] print_bad_pte.cold+0x6a/0xca
[ 106.273520] ? alloc_pages_current+0x87/0xe0
[ 106.273521] vm_normal_page+0xc5/0xd0
[ 106.273522] unmap_page_range+0x4e9/0xc90
[ 106.273523] unmap_single_vma+0x7f/0xf0
[ 106.273524] unmap_vmas+0x79/0xf0
[ 106.273526] exit_mmap+0xb4/0x1b0
[ 106.273527] mmput+0x5d/0x130
[ 106.273528] do_exit+0x293/0xb00
[ 106.273529] do_group_exit+0x47/0xb0
[ 106.273530] get_signal+0x169/0x890
[ 106.273532] do_signal+0x34/0x6c0
[ 106.273532] ? do_vfs_ioctl+0x407/0x670
[ 106.273534] ? __x64_sys_futex+0x13f/0x170
[ 106.273535] exit_to_usermode_loop+0xbf/0x160
[ 106.273536] do_syscall_64+0x163/0x190
[ 106.273537] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.273538] RIP: 0033:0x7fa956532cd7
[ 106.273539] Code: Bad RIP value.
[ 106.273539] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.273540] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.273541] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.273541] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.273542] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.273542] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.273543] BUG: Bad page map in process app pte:800000038af31966 pmd:45f132067
[ 106.273544] addr:000055e3b6ec1000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6ec1
[ 106.273545] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.273546] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.273546] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.273546] Call Trace:
[ 106.273548] dump_stack+0x6d/0x9a
[ 106.273551] print_bad_pte.cold+0x6a/0xca
[ 106.273552] ? alloc_pages_current+0x87/0xe0
[ 106.273555] vm_normal_page+0xc5/0xd0
[ 106.273557] unmap_page_range+0x4e9/0xc90
[ 106.273560] unmap_single_vma+0x7f/0xf0
[ 106.273562] unmap_vmas+0x79/0xf0
[ 106.273564] exit_mmap+0xb4/0x1b0
[ 106.273567] mmput+0x5d/0x130
[ 106.273569] do_exit+0x293/0xb00
[ 106.273571] do_group_exit+0x47/0xb0
[ 106.273573] get_signal+0x169/0x890
[ 106.273575] do_signal+0x34/0x6c0
[ 106.273577] ? do_vfs_ioctl+0x407/0x670
[ 106.273579] ? __x64_sys_futex+0x13f/0x170
[ 106.273582] exit_to_usermode_loop+0xbf/0x160
[ 106.273584] do_syscall_64+0x163/0x190
[ 106.273586] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.273588] RIP: 0033:0x7fa956532cd7
[ 106.273590] Code: Bad RIP value.
[ 106.273591] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.273593] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.273595] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.273596] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.273597] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.273597] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.273598] BUG: Bad page map in process app pte:800000038af35966 pmd:45f132067
[ 106.273599] addr:000055e3b6ec5000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6ec5
[ 106.273600] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.273601] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.273601] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.273602] Call Trace:
[ 106.273603] dump_stack+0x6d/0x9a
[ 106.273604] print_bad_pte.cold+0x6a/0xca
[ 106.273605] ? alloc_pages_current+0x87/0xe0
[ 106.273606] vm_normal_page+0xc5/0xd0
[ 106.273607] unmap_page_range+0x4e9/0xc90
[ 106.273608] unmap_single_vma+0x7f/0xf0
[ 106.273609] unmap_vmas+0x79/0xf0
[ 106.273611] exit_mmap+0xb4/0x1b0
[ 106.273612] mmput+0x5d/0x130
[ 106.273613] do_exit+0x293/0xb00
[ 106.273614] do_group_exit+0x47/0xb0
[ 106.273615] get_signal+0x169/0x890
[ 106.273616] do_signal+0x34/0x6c0
[ 106.273617] ? do_vfs_ioctl+0x407/0x670
[ 106.273618] ? __x64_sys_futex+0x13f/0x170
[ 106.273620] exit_to_usermode_loop+0xbf/0x160
[ 106.273621] do_syscall_64+0x163/0x190
[ 106.273622] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.273622] RIP: 0033:0x7fa956532cd7
[ 106.273624] Code: Bad RIP value.
[ 106.273624] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.273625] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.273626] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.273626] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.273627] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.273627] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.273628] BUG: Bad page map in process app pte:800000038af36966 pmd:45f132067
[ 106.273629] addr:000055e3b6ec6000 vm_flags:08100073 anon_vma:ffff88845c36eb58 mapping:0000000000000000 index:55e3b6ec6
[ 106.273630] file:(null) fault:0x0 mmap:0x0 readpage:0x0
[ 106.273630] CPU: 6 PID: 6467 Comm: app Tainted: G B D OE 5.4.0 #1
[ 106.273631] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 106.273631] Call Trace:
[ 106.273632] dump_stack+0x6d/0x9a
[ 106.273633] print_bad_pte.cold+0x6a/0xca
[ 106.273634] ? alloc_pages_current+0x87/0xe0
[ 106.273635] vm_normal_page+0xc5/0xd0
[ 106.273636] unmap_page_range+0x4e9/0xc90
[ 106.273638] unmap_single_vma+0x7f/0xf0
[ 106.273639] unmap_vmas+0x79/0xf0
[ 106.273640] exit_mmap+0xb4/0x1b0
[ 106.273641] mmput+0x5d/0x130
[ 106.273643] do_exit+0x293/0xb00
[ 106.273644] do_group_exit+0x47/0xb0
[ 106.273645] get_signal+0x169/0x890
[ 106.273646] do_signal+0x34/0x6c0
[ 106.273647] ? do_vfs_ioctl+0x407/0x670
[ 106.273648] ? __x64_sys_futex+0x13f/0x170
[ 106.273649] exit_to_usermode_loop+0xbf/0x160
[ 106.273650] do_syscall_64+0x163/0x190
[ 106.273651] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 106.273652] RIP: 0033:0x7fa956532cd7
[ 106.273654] Code: Bad RIP value.
[ 106.273656] RSP: 002b:00007fff9b272710 EFLAGS: 00000246 ORIG_RAX: 00000000000000ca
[ 106.273657] RAX: fffffffffffffe00 RBX: 00000000000000ca RCX: 00007fa956532cd7
[ 106.273659] RDX: 0000000000001944 RSI: 0000000000000000 RDI: 00007fa9557ff9d0
[ 106.273660] RBP: 0000000000000000 R08: 0000000000000000 R09: 00007fa9547fd700
[ 106.273662] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000001944
[ 106.273664] R13: 00007fa9557ff9d0 R14: 0000000000000000 R15: 00007fa9557ff700
[ 106.277894] BUG: Bad rss-counter state mm:00000000d48b509e type:MM_ANONPAGES val:147
[ 118.676427] handler_fault begin
[ 118.676432] fault-on-fault
[ 118.676435] handler_fault end
[ 118.677113] handler_fault begin
[ 118.677117] handler_fault begin
[ 118.677118] fault-on-fault
[ 118.677120] handler_fault end
[ 118.677132] fault-on-fault
[ 118.677134] handler_fault end
[ 118.677169] handler_fault begin
[ 118.677171] handler_fault begin
[ 118.677173] fault-on-fault
[ 118.677175] handler_fault end
[ 118.677182] fault-on-fault
[ 118.677184] handler_fault end
[ 118.677208] handler_fault begin
[ 118.677210] handler_fault begin
[ 118.677212] fault-on-fault
[ 118.677214] handler_fault end
[ 118.677217] fault-on-fault
[ 118.677219] handler_fault end
[ 118.677233] handler_fault begin
[ 118.677235] handler_fault begin
[ 118.677237] fault-on-fault
[ 118.677239] handler_fault end
[ 118.677250] BUG: kernel NULL pointer dereference, address: 0000000000000002
[ 118.677253] #PF: supervisor read access in kernel mode
[ 118.677256] #PF: error_code(0x0000) - not-present page
[ 118.677259] PGD 0 P4D 0
[ 118.677265] Oops: 0000 [#2] SMP PTI
[ 118.677271] CPU: 4 PID: 6667 Comm: reboot Tainted: G B D OE 5.4.0 #1
[ 118.677274] Hardware name: Dell Inc. Inspiron 7590/08717F, BIOS 1.7.0 06/30/2020
[ 118.677282] RIP: 0010:handler_fault+0x34/0xc5 [nuke]
[ 118.677287] Code: 83 ec 30 48 89 7d e0 48 89 75 d8 89 55 d4 48 c7 c7 59 52 2c c0 e8 b2 ba e4 c0 48 8b 45 d8 48 8b 40 70 48 89 45 f8 48 8b 45 f8 <48> 8b 00 48 89 45 e8 48 8b 05 b1 2b 00 00 48 83 c0 01 48 89 05 a6
[ 118.677291] RSP: 0018:ffffc9000155fba8 EFLAGS: 00010046
[ 118.677294] RAX: 0000000000000002 RBX: 0000000000000000 RCX: 0000000000000006
[ 118.677297] RDX: 0000000000000000 RSI: 0000000000000096 RDI: ffff88846d5178c0
[ 118.677300] RBP: ffffc9000155fbd8 R08: 0000000000000cc1 R09: ffffffff82bc3334
[ 118.677303] R10: ffffffff82b8d168 R11: ffffc9000155fa28 R12: ffffc9000155fca8
[ 118.677306] R13: 000000000000000e R14: ffffffffc02c6000 R15: 00007fffee5efcb0
[ 118.677309] FS: 0000000000000000(0000) GS:ffff88846d500000(0000) knlGS:0000000000000000
[ 118.677313] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 118.677315] CR2: 0000000000000002 CR3: 000000045b882005 CR4: 00000000000606e0
[ 118.677318] Call Trace:
[ 118.677331] kprobe_fault_handler+0x71/0x100
[ 118.677338] __do_page_fault+0x1b7/0x4b0
[ 118.677345] ? chacha_block+0x6a/0xb0
[ 118.677351] do_page_fault+0x2c/0xd7
[ 118.677356] page_fault+0x34/0x40
[ 118.677365] RIP: 0010:load_elf_binary+0x1053/0x1660
[ 118.677369] Code: 8b 04 25 c0 6b 01 00 48 8b b8 10 08 00 00 e8 a4 27 f1 ff 48 85 c0 0f 84 77 03 00 00 49 8d 45 08 0f 1f 00 48 63 55 a8 48 89 d1 <49> 89 55 00 0f 1f 00 65 48 8b 14 25 c0 6b 01 00 48 8b 92 10 08 00
[ 118.677372] RSP: 0018:ffffc9000155fd58 EFLAGS: 00010282
[ 118.677375] RAX: 00007fffee5efcb8 RBX: ffff88845e4f6c00 RCX: 0000000000000001
[ 118.677378] RDX: 0000000000000001 RSI: 00007fffee5ef000 RDI: 0000000000000002
[ 118.677380] RBP: ffffc9000155fe40 R08: ffff88845ed954b0 R09: 0000000000000000
[ 118.677383] R10: 0000000041e87f2d R11: 00000000ba8f44d9 R12: ffff88845162fa00
[ 118.677386] R13: 00007fffee5efcb0 R14: 0000000000000140 R15: 00007f4b42870100
[ 118.677394] ? load_elf_binary+0x103c/0x1660
[ 118.677401] search_binary_handler+0x8b/0x1c0
[ 118.677406] __do_execve_file.isra.0+0x4fe/0x850
[ 118.677412] __x64_sys_execve+0x39/0x50
[ 118.677418] do_syscall_64+0x57/0x190
[ 118.677423] entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 118.677427] RIP: 0033:0x7f647afe42fb
[ 118.677430] handler_fault begin
[ 118.677432] fault-on-fault
[ 118.677434] handler_fault end
[ 118.677439] handler_fault begin
[ 118.677441] fault-on-fault
[ 118.677442] handler_fault end
[ 118.677446] Code: Bad RIP value.
[ 118.677448] RSP: 002b:00007ffdb4a99cf8 EFLAGS: 00000246 ORIG_RAX: 000000000000003b
[ 118.677452] RAX: ffffffffffffffda RBX: 00005564e209da50 RCX: 00007f647afe42fb
[ 118.677455] RDX: 00005564e20aa070 RSI: 00005564e1f63550 RDI: 00005564e2099ec0
[ 118.677458] RBP: 00005564e2099ec0 R08: 00005564e1f63550 R09: 0000000000000000
[ 118.677460] R10: 0000000000000008 R11: 0000000000000246 R12: 00000000ffffffff
[ 118.677463] R13: 00005564e1f63550 R14: 00005564e20aa070 R15: 00005564e1f63550
[ 118.677467] Modules linked in: nuke(OE) btrfs xor zstd_compress raid6_pq ufs qnx4 hfsplus hfs minix ntfs msdos jfs xfs libcrc32c rfcomm ccm snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic cmac algif_hash algif_skcipher af_alg bnep x86_pkg_temp_thermal intel_powerclamp coretemp snd_sof_pci snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda snd_sof_intel_byt snd_sof_intel_ipc snd_sof snd_sof_xtensa_dsp snd_hda_ext_core snd_soc_acpi_intel_match kvm_intel snd_soc_acpi kvm snd_soc_core snd_compress ac97_bus snd_pcm_dmaengine nouveau i915 iwlmvm mac80211 mei_hdcp intel_rapl_msr crct10dif_pclmul snd_hda_intel snd_intel_nhlt dell_laptop ledtrig_audio snd_hda_codec dell_smm_hwmon snd_hda_core ghash_clmulni_intel nls_iso8859_1 snd_hwdep snd_pcm uvcvideo btusb snd_seq_midi libarc4 snd_seq_midi_event btrtl videobuf2_vmalloc btbcm aesni_intel dell_wmi snd_rawmidi videobuf2_memops crypto_simd btintel cryptd videobuf2_v4l2 dell_smbios glue_helper iwlwifi snd_seq bluetooth
[ 118.677526] videobuf2_common videodev dcdbas snd_seq_device ttm snd_timer intel_cstate input_leds joydev cfg80211 drm_kms_helper ecdh_generic intel_rapl_perf mc serio_raw mxm_wmi snd alienware_wmi wmi_bmof intel_wmi_thunderbolt dell_wmi_descriptor ecc mei_me i2c_algo_bit ucsi_acpi mei fb_sys_fops syscopyarea soundcore hid_multitouch sysfillrect processor_thermal_device cros_ec_ishtp sysimgblt intel_rapl_common intel_pch_thermal typec_ucsi cros_ec intel_soc_dts_iosf typec mac_hid int3403_thermal int340x_thermal_zone int3400_thermal intel_hid sparse_keymap acpi_thermal_rel acpi_pad drm sch_fq_codel isgx(OE) parport_pc ppdev lp parport ip_tables x_tables autofs4 usbhid hid_sensor_custom hid_sensor_hub intel_ishtp_loader intel_ishtp_hid hid_generic crc32_pclmul nvme ahci libahci nvme_core intel_lpss_pci intel_ish_ipc intel_lpss idma64 i2c_hid i2c_i801 intel_ishtp virt_dma hid video wmi pinctrl_cannonlake pinctrl_intel
[ 118.677589] CR2: 0000000000000002
[ 118.677593] ---[ end trace dfd26050a68fcc55 ]---
[ 118.677597] RIP: 0033:0x7fa95655317f
[ 118.677599] handler_fault begin
[ 118.677601] fault-on-fault
[ 118.677603] handler_fault end
[ 118.677607] handler_fault begin
[ 118.677608] fault-on-fault
[ 118.677610] handler_fault end
[ 118.677613] Code: Bad RIP value.
[ 118.677615] RSP: 002b:00007fa9547fc820 EFLAGS: 00000202
[ 118.677618] RAX: 0000000000000003 RBX: 00007fa955aa5000 RCX: 00007fa95655317f
[ 118.677621] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000
[ 118.677623] RBP: 00007fa9547fcd10 R08: 0000000000000000 R09: 0000000000000000
[ 118.677625] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 118.677628] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 118.677632] FS: 0000000000000000(0000) GS:ffff88846d500000(0000) knlGS:0000000000000000
[ 118.677634] CS: 0033 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 118.677637] CR2: 00007fa956553155 CR3: 000000045b882005 CR4: 00000000000606e0

Recommend Projects

  • React photo React

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

  • Vue.js photo Vue.js

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

  • Typescript photo Typescript

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

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

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

  • web

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

  • server

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

  • Machine learning

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

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

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

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.