CachyOS / CachyOS/linux-cachyos
[BUG] Oops: invalid opcode: 0000 [#1] SMP NOPTI / iomap_file_buffered_write -> ntfs_file_write_iter
- Dominant language
- Shell
- Stars
- 4.5k
- Forks
- 160
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 1
Description
### Pre-flight checklist
- [x] I have searched existing issues and this is not a duplicate.
- [x] I have read the [Contributing Guidelines](https://github.com/CachyOS/linux-cachyos/blob/master/CONTRIBUTING.md).
- [x] I have verified the issue is reproducible with the latest available CachyOS kernel.
- [ ] I have tried to reproduce the issue on Arch Linux's `linux` kernel.
### Upstream / vanilla kernel check
I have not tested with a vanilla/upstream kernel
### Kernel variant
linux-cachyos (EEVDF, Clang)
Version 7.0.3-1-cachyos
### System information (cachyos-bugreport.sh)
```text
see attached file
```
[cachyos-bugreport.zip](https://github.com/user-attachments/files/27494626/cachyos-bugreport.zip)
### Manual system information (if cachyos-bugreport.sh is unavailable)
```text
```
### Bug description
I got this kernel oops and my grame crashed
```
[ +2,468974] ------------[ cut here ]------------
[ +0,000006] kernel BUG at fs/iomap/buffered-io.c:1061!
[ +0,000259] Oops: invalid opcode: 0000 [#1] SMP NOPTI
[ +0,000007] CPU: 8 UID: 1000 PID: 1291318 Comm: fossilize_repla Tainted: G OE 7.0.3-1-cachyos #1 PREEMPT ca65a572a601df66b8f4abb33552edd84ad0d90c
[ +0,000007] Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
[ +0,000002] Hardware name: Micro-Star International Co., Ltd. MS-7D54/MAG X570S TOMAHAWK MAX WIFI (MS-7D54), BIOS 1.C0 09/03/2025
[ +0,000003] RIP: 0010:iomap_write_end+0x205/0x210
[ +0,000006] Code: 7d 30 e8 3e 94 ac ff b0 01 48 83 c4 08 5b 41 5c 41 5d 41 5e 41 5f 5d e9 34 96 75 ff cc 0f 0b 31 c0 eb e6 0f 0b e9 ea fe ff ff <0f> 0b cc cc cc cc cc cc cc cc cc 90 90 90 90 90 90 90 90 90 90 90
[ +0,000003] RSP: 0018:ffffcc2fc63879f8 EFLAGS: 00010202
[ +0,000003] RAX: ffff894c0bb16fc0 RBX: 0000000000000080 RCX: fffffc71d21dbfc0
[ +0,000003] RDX: 0000000000000018 RSI: 0000000000000fc0 RDI: ffffcc2fc6387a78
[ +0,000002] RBP: fffffc71d21dbfc0 R08: 0000000000000040 R09: ffffffffc28030a0
[ +0,000002] R10: ffffcc2fc6387b50 R11: 0000000000000000 R12: ffffcc2fc6387a78
[ +0,000002] R13: 0000000000000080 R14: 0000000000000018 R15: ffffcc2fc6387c88
[ +0,000003] FS: 00007f9623fff6c0(0000) GS:ffff894db189e000(0000) knlGS:0000000000000000
[ +0,000003] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0,000002] CR2: 00007f9619617000 CR3: 00000001518ec000 CR4: 0000000000f50ef0
[ +0,000003] PKRU: 55555554
[ +0,000002] Call Trace:
[ +0,000003]
[ +0,000005] iomap_file_buffered_write+0x283/0x490
[ +0,000016] ntfs_file_write_iter.llvm.1660469108591349007+0x341/0xba0 [ntfs3 07bcece9055bf65ade18f331aa35804caf6b0e1a]
[ +0,000013] ? srso_alias_return_thunk+0x5/0xfbef5
[ +0,000004] ? ntfs_file_write_iter.llvm.1660469108591349007+0x34c/0xba0 [ntfs3 07bcece9055bf65ade18f331aa35804caf6b0e1a]
[ +0,000010] ? do_syscall_64+0xa8/0xa90
[ +0,000008] __x64_sys_write+0x251/0x480
[ +0,000007] do_syscall_64+0x6d/0xa90
[ +0,000004] ? srso_alias_return_thunk+0x5/0xfbef5
[ +0,000003] ? do_syscall_64+0xa8/0xa90
[ +0,000003] ? srso_alias_return_thunk+0x5/0xfbef5
[ +0,000004] ? srso_alias_return_thunk+0x5/0xfbef5
[ +0,000003] ? handle_mm_fault+0x2e7/0x700
[ +0,000007] ? srso_alias_return_thunk+0x5/0xfbef5
[ +0,000004] ? do_user_addr_fault+0x26c/0x450
[ +0,000005] ? srso_alias_return_thunk+0x5/0xfbef5
[ +0,000003] ? irqentry_exit+0x58/0x740
[ +0,000005] entry_SYSCALL_64_after_hwframe+0x76/0x7e
[ +0,000003] RIP: 0033:0x7f96616b4e22
[ +0,000027] Code: 08 0f 85 21 32 ff ff 49 89 fb 48 89 f0 48 89 d7 48 89 ce 4c 89 c2 4d 89 ca 4c 8b 44 24 08 4c 8b 4c 24 10 4c 89 5c 24 08 0f 05 66 2e 0f 1f 84 00 00 00 00 00 66 2e 0f 1f 84 00 00 00 00 00 66
[ +0,000003] RSP: 002b:00007f9623ffd8f8 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
[ +0,000004] RAX: ffffffffffffffda RBX: 0000556833b53a60 RCX: 00007f96616b4e22
[ +0,000002] RDX: 0000000000000018 RSI: 0000556831522be0 RDI: 000000000000001c
[ +0,000002] RBP: 0000000000000018 R08: 0000000000000000 R09: 0000000000000000
[ +0,000003] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000018
[ +0,000002] R13: 0000556831522be0 R14: 0000556831522be0 R15: 0000000000001999
[ +0,000006]
[ +0,000002] Modules linked in: hid_xpadneo(OE) ff_memless uhid udp_diag tcp_diag inet_diag uinput rfcomm snd_seq_dummy snd_hrtimer snd_seq cmac algif_hash algif_skcipher at24 af_alg nct6775 bnep nct6775_core hwmon_vid vfat ntfs3 fat intel_rapl_msr amd_atl intel_rapl_common iwlmvm snd_hda_codec_nvhdmi snd_hda_codec_hdmi mac80211 snd_hda_intel snd_usb_audio ptp snd_hda_codec kvm_amd snd_usbmidi_lib pps_core snd_hda_core snd_ump libarc4 jc42 snd_intel_dspcfg snd_rawmidi snd_intel_sdw_acpi ccp ee1004 kvm iwlwifi btusb snd_hwdep snd_seq_device r8169 btmtk irqbypass snd_pcm realtek btbcm ghash_clmulni_intel btintel mdio_devres snd_timer aesni_intel btrtl libphy mousedev rapl wmi_bmof pcspkr k10temp mc joydev snd i2c_piix4 cfg80211 soundcore bluetooth i2c_smbus rfkill mdio_bus mac_hid ip6t_REJECT nf_reject_ipv6 xt_hl ip6t_rt ipt_REJECT nf_reject_ipv4 xt_LOG nf_log_syslog xt_multiport xt_comment nft_limit xt_limit xt_addrtype xt_tcpudp xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nft_compat x_tables nf_tables
[ +0,000110] dm_mod ntsync crypto_user sg i2c_dev pkcs8_key_parser nfnetlink zram 842_decompress 842_compress lz4hc_compress lz4_compress hid_jabra ses scsi_transport_sas enclosure nvme nvme_core uas sr_mod nvme_keyring cdrom nvme_auth usb_storage hkdf nvidia_drm(O) drm_ttm_helper ttm nvidia_uvm(O) nvidia_modeset(O) nvidia(O) video wmi
[ +0,000056] ---[ end trace 0000000000000000 ]---
[ +0,000003] RIP: 0010:iomap_write_end+0x205/0x210
[ +0,000003] Code: 7d 30 e8 3e 94 ac ff b0 01 48 83 c4 08 5b 41 5c 41 5d 41 5e 41 5f 5d e9 34 96 75 ff cc 0f 0b 31 c0 eb e6 0f 0b e9 ea fe ff ff <0f> 0b cc cc cc cc cc cc cc cc cc 90 90 90 90 90 90 90 90 90 90 90
[ +0,000004] RSP: 0018:ffffcc2fc63879f8 EFLAGS: 00010202
[ +0,000003] RAX: ffff894c0bb16fc0 RBX: 0000000000000080 RCX: fffffc71d21dbfc0
[ +0,000002] RDX: 0000000000000018 RSI: 0000000000000fc0 RDI: ffffcc2fc6387a78
[ +0,000002] RBP: fffffc71d21dbfc0 R08: 0000000000000040 R09: ffffffffc28030a0
[ +0,000002] R10: ffffcc2fc6387b50 R11: 0000000000000000 R12: ffffcc2fc6387a78
[ +0,000003] R13: 0000000000000080 R14: 0000000000000018 R15: ffffcc2fc6387c88
[ +0,000002] FS: 00007f9623fff6c0(0000) GS:ffff894db189e000(0000) knlGS:0000000000000000
[ +0,000002] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ +0,000003] CR2: 00007f9619617000 CR3: 00000001518ec000 CR4: 0000000000f50ef0
[ +0,000002] PKRU: 55555554
```
### Steps to reproduce
1. i just played my game... than it happends sometimes...
### Expected behavior
Pls dont crash my system...
### Actual behavior
It crahes my game
### Logs / stack traces
```text
```
### Additional system information
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.