| /Linux-v6.6/io_uring/ |
| D | opdef.c | 54 .issue = io_nop, 67 .issue = io_read, 80 .issue = io_write, 86 .issue = io_fsync, 98 .issue = io_read, 111 .issue = io_write, 118 .issue = io_poll_add, 123 .issue = io_poll_remove, 129 .issue = io_sync_file_range, 139 .issue = io_sendmsg, [all …]
|
| D | opdef.h | 33 int (*issue)(struct io_kiocb *, unsigned int); member
|
| /Linux-v6.6/Documentation/kbuild/ |
| D | issues.rst | 5 issue #1 8 .. literalinclude:: Kconfig.recursion-issue-01 11 issue #2 14 .. literalinclude:: Kconfig.recursion-issue-02
|
| D | Kconfig.recursion-issue-01 | 1 # Simple Kconfig recursive issue 6 # make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.recursion-issue-01 allnoconfig 8 # This Kconfig file has a simple recursive dependency issue. In order to 9 # understand why this recursive dependency issue occurs lets consider what 36 # Reading the Documentation/kbuild/Kconfig.recursion-issue-01 file it may be 41 # implications of this recursive issue where the solution is perhaps not so 45 mainmenu "Simple example to demo kconfig recursive dependency issue"
|
| D | Kconfig.recursion-issue-02 | 1 # Cumulative Kconfig recursive issue 6 # make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.recursion-issue-02 allnoconfig 23 # The example provided in Documentation/kbuild/Kconfig.recursion-issue-02 30 # other bells in the system cannot negate. The reason for this issue is 41 # For an example real world scenario issue refer to the attempt to remove
|
| D | Kconfig.select-break | 1 # Select broken dependency issue 13 # example of this issue is below. 21 mainmenu "Simple example to demo kconfig select broken dependency issue"
|
| /Linux-v6.6/rust/alloc/ |
| D | boxed.rs | 184 #[unstable(feature = "thin_box", issue = "92791")] 201 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global, 243 #[unstable(feature = "new_uninit", issue = "63291")] 270 #[unstable(feature = "new_uninit", issue = "63291")] 304 #[unstable(feature = "allocator_api", issue = "32838")] 330 #[unstable(feature = "allocator_api", issue = "32838")] 356 #[unstable(feature = "allocator_api", issue = "32838")] 379 #[unstable(feature = "allocator_api", issue = "32838")] 408 #[unstable(feature = "allocator_api", issue = "32838")] 441 #[unstable(feature = "allocator_api", issue = "32838")] [all …]
|
| D | slice.rs | 38 #[unstable(feature = "slice_range", issue = "76393")] 40 #[unstable(feature = "array_chunks", issue = "74985")] 42 #[unstable(feature = "array_chunks", issue = "74985")] 44 #[unstable(feature = "array_windows", issue = "75027")] 52 #[unstable(feature = "slice_from_ptr_range", issue = "89792")] 62 #[unstable(feature = "slice_group_by", issue = "80552")] 437 #[unstable(feature = "allocator_api", issue = "32838")] 684 #[unstable(feature = "slice_concat_trait", issue = "27747")] 686 #[unstable(feature = "slice_concat_trait", issue = "27747")] 691 #[unstable(feature = "slice_concat_trait", issue = "27747")] [all …]
|
| D | alloc.rs | 55 #[unstable(feature = "allocator_api", issue = "32838")] 242 #[unstable(feature = "allocator_api", issue = "32838")] 381 #[rustc_const_unstable(feature = "const_alloc_error", issue = "92523")] 405 #[unstable(feature = "alloc_internals", issue = "none")]
|
| /Linux-v6.6/rust/alloc/vec/ |
| D | drain_filter.rs | 23 #[unstable(feature = "drain_filter", reason = "recently added", issue = "43244")] 29 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global, 55 #[unstable(feature = "allocator_api", issue = "32838")] 81 #[unstable(feature = "drain_keep_rest", issue = "101122")] 115 #[unstable(feature = "drain_filter", reason = "recently added", issue = "43244")] 153 #[unstable(feature = "drain_filter", reason = "recently added", issue = "43244")]
|
| D | into_iter.rs | 37 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global, 94 #[unstable(feature = "allocator_api", issue = "32838")] 344 #[unstable(feature = "trusted_len", issue = "37572")] 366 #[unstable(issue = "none", feature = "std_internals")] 372 #[unstable(issue = "none", feature = "std_internals")] 376 #[unstable(issue = "none", feature = "std_internals")] 426 #[unstable(issue = "none", feature = "inplace_iteration")] 430 #[unstable(issue = "none", feature = "inplace_iteration")]
|
| D | drain.rs | 27 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator + 'a = Global, 64 #[unstable(feature = "allocator_api", issue = "32838")] 90 #[unstable(feature = "drain_keep_rest", issue = "101122")] 251 #[unstable(feature = "trusted_len", issue = "37572")]
|
| D | mod.rs | 77 #[unstable(feature = "drain_filter", reason = "recently added", issue = "43244")] 399 pub struct Vec<T, #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global> { 666 #[unstable(feature = "allocator_api", issue = "32838")] 728 #[unstable(feature = "allocator_api", issue = "32838")] 899 #[unstable(feature = "allocator_api", issue = "32838")] 936 #[unstable(feature = "vec_into_raw_parts", reason = "new API", issue = "65816")] 979 #[unstable(feature = "allocator_api", issue = "32838")] 1394 #[unstable(feature = "allocator_api", issue = "32838")] 2010 #[unstable(feature = "vec_push_within_capacity", issue = "100486")] 2444 #[unstable(feature = "vec_split_at_spare", issue = "81944")] [all …]
|
| /Linux-v6.6/rust/alloc/collections/ |
| D | mod.rs | 74 issue = "48043" 86 issue = "48043" 101 issue = "none", 114 issue = "48043" 123 #[unstable(feature = "try_reserve_kind", reason = "new API", issue = "48043")]
|
| /Linux-v6.6/Documentation/admin-guide/ |
| D | reporting-issues.rst | 16 <https://kernel.org/>`_. If it still shows the issue, report it to the stable 22 issue. Check the :ref:`MAINTAINERS <maintainers>` file for how its developers 27 <https://kernel.org/>`_. If the issue is present there, send a report. 29 The issue was fixed there, but you would like to see it resolved in a still 38 before the issue occurs. 42 issue, like the kernel and the distro used. In case of a regression, CC the 64 early if an issue that looks like a Linux kernel problem is actually caused by 68 * Are you facing an issue with a Linux kernel a hardware or software vendor 70 document and reporting the issue to your vendor instead, unless you are 79 * See if the issue you are dealing with qualifies as regression, security [all …]
|
| /Linux-v6.6/include/linux/ |
| D | blk_types.h | 236 static inline u64 bio_issue_time(struct bio_issue *issue) in bio_issue_time() argument 238 return __bio_issue_time(issue->value); in bio_issue_time() 241 static inline sector_t bio_issue_size(struct bio_issue *issue) in bio_issue_size() argument 243 return ((issue->value & BIO_ISSUE_SIZE_MASK) >> BIO_ISSUE_SIZE_SHIFT); in bio_issue_size() 246 static inline void bio_issue_init(struct bio_issue *issue, in bio_issue_init() argument 250 issue->value = ((issue->value & BIO_ISSUE_RES_MASK) | in bio_issue_init()
|
| /Linux-v6.6/Documentation/ABI/testing/ |
| D | sysfs-bus-usb-lvstest | 9 Write to this node to issue "Get Device Descriptor" 32 Write to this node to issue "Reset" for Link Layer Validation 39 Write to this node to issue "U3 entry" for Link Layer 46 Write to this node to issue "U3 exit" for Link Layer 58 Write to this node to issue "Warm Reset" for Link Layer Validation
|
| /Linux-v6.6/samples/bpf/ |
| D | xdp_sample.bpf.c | 146 NO_TEAR_INC(rec->issue); in BPF_PROG() 176 NO_TEAR_INC(rec->issue); in BPF_PROG() 232 NO_TEAR_INC(rec->issue); in BPF_PROG() 264 NO_TEAR_INC(rec->issue); in BPF_PROG()
|
| D | xdp_sample_shared.h | 8 size_t issue; member
|
| /Linux-v6.6/drivers/gpu/drm/panfrost/ |
| D | panfrost_issues.h | 269 enum panfrost_hw_issue issue) in panfrost_has_hw_issue() argument 271 return test_bit(issue, pfdev->features.hw_issues); in panfrost_has_hw_issue()
|
| /Linux-v6.6/Documentation/networking/device_drivers/ethernet/intel/ |
| D | igbvf.rst | 58 If an issue is identified with the released source code on a supported kernel 59 with a supported adapter, email the specific information related to the issue
|
| D | ixgbevf.rst | 60 If an issue is identified with the released source code on a supported kernel 61 with a supported adapter, email the specific information related to the issue
|
| /Linux-v6.6/Documentation/driver-api/soundwire/ |
| D | error_handling.rst | 25 indication of a bus allocation issue. The interrupt mechanism can also help 35 Slave or to a non-implemented register) or electrical issue, no response 39 solution. Alternatively some implementations might directly issue a bus
|
| /Linux-v6.6/Documentation/admin-guide/hw-vuln/ |
| D | cross-thread-rsb.rst | 29 The following CVE entry is related to this issue: 75 Both mitigations are required to fully address this issue. 85 By default, the KVM hypervisor mitigates this issue by intercepting guest
|
| /Linux-v6.6/Documentation/process/ |
| D | embargoed-hardware-issues.rst | 99 will form the initial response team for a particular issue. The initial 101 the issue in the best technical way. 105 immediate exclusion from the current issue and removal from all related 139 issue after confirming with the developers that they will adhere to this 142 issue after initial contact. The hardware security team is supporting the 152 entities who have already been, or should be, informed about the issue. 161 - If an expert which is required to handle an issue is employed by an 212 List participants may not communicate about the issue outside of the 248 disclosure of a particular issue, unless requested by a response team or by
|