lijuan e4940a091b nvme: fix nvme dev init warning
err log:
[    3.265405] ------------[ cut here ]------------
[    3.265412] WARNING: CPU: 2 PID: 56 at block/blk-settings.c:293 blk_queue_max_segment_size+0x26/0x54
[    3.265436] Modules linked in:
[    3.265445] CPU: 2 PID: 56 Comm: kworker/u16:1 Not tainted 6.6.36+ #36
[    3.265452] Hardware name: spacemit k1-x deb1 board (DT)
[    3.265455] Workqueue: nvme-wq nvme_scan_work
[    3.265466] epc : blk_queue_max_segment_size+0x26/0x54
[    3.265473]  ra : nvme_update_ns_info+0x24e/0x72a
[    3.265481] epc : ffffffff806d1068 ra : ffffffff809d4490 sp : ffffffc800263b50
[    3.265486]  gp : ffffffff84cf3380 tp : ffffffd901808000 t0 : 0000000000000000
[    3.265490]  t1 : 0000000000001000 t2 : 0000000000000000 s0 : ffffffc800263b70
[    3.265494]  s1 : ffffffd90bea0000 a0 : ffffffd90bea0000 a1 : 0000000000080000
[    3.265499]  a2 : 0012000000000000 a3 : 0000000000000200 a4 : 0000000000000200
[    3.265503]  a5 : 0000000000000fff a6 : 0000000000000002 a7 : ffffffffffffffc0
[    3.265507]  s2 : ffffffc800263c60 s3 : 0000000000000000 s4 : ffffffd90be91400
[    3.265510]  s5 : 0000000000000200 s6 : 0000000000000200 s7 : 0000000000000200
[    3.265515]  s8 : 000000003a386030 s9 : 0000000000000000 s10: fffffffffffff6f8
[    3.265519]  s11: ffffffd900210000 t3 : 00000000000000fd t4 : 00000000000003ff
[    3.265523]  t5 : 0000000000000000 t6 : ffffffc80016d740
[    3.265525] status: 0000000200000120 badaddr: 0000000000000000 cause: 0000000000000003
[    3.265531] [<ffffffff806d1068>] blk_queue_max_segment_size+0x26/0x54
[    3.265540] [<ffffffff809d4490>] nvme_update_ns_info+0x24e/0x72a
[    3.265546] [<ffffffff809d7960>] nvme_scan_ns+0x50e/0xae6
[    3.265553] [<ffffffff809d8240>] nvme_scan_work+0x28e/0x534
[    3.265560] [<ffffffff8002f7b8>] process_one_work+0x128/0x304
[    3.265570] [<ffffffff8002fc4c>] worker_thread+0x2b8/0x394
[    3.265577] [<ffffffff8003646a>] kthread+0xda/0xf6
[    3.265586] [<ffffffff810b1532>] ret_from_fork+0xe/0x1c
[    3.265596] ---[ end trace 0000000000000000 ]---
[    3.447157]  nvme0n1:

Change-Id: I8816206eb3a1010821b7022b521ef54a56740ff1
2024-11-28 18:28:07 +08:00
2024-11-28 18:28:07 +08:00
2024-11-28 18:28:07 +08:00
2024-11-28 18:27:25 +08:00
2024-11-28 18:28:07 +08:00
2022-09-28 09:02:20 +02:00
2024-11-28 18:28:00 +08:00
2024-11-22 15:38:37 +01:00

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

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

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

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

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

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
No description provided
Readme 2.9 GiB
Languages
C 97.8%
Assembly 1%
Shell 0.4%
Makefile 0.3%
Python 0.2%