summaryrefslogtreecommitdiff
path: root/Documentation/features/debug/stackprotector/arch-support.txt
blob: 12410f606edc22ca5e6438e0e4da76c6bc406063 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#
# Feature name:          stackprotector
#         Kconfig:       HAVE_STACKPROTECTOR
#         description:   arch supports compiler driven stack overflow protection
#
    -----------------------
    |         arch |status|
    -----------------------
    |       alpha: | TODO |
    |         arc: | TODO |
    |         arm: |  ok  |
    |       arm64: |  ok  |
    |         c6x: | TODO |
    |        csky: |  ok  |
    |       h8300: | TODO |
    |     hexagon: | TODO |
    |        ia64: | TODO |
    |        m68k: | TODO |
    |  microblaze: | TODO |
    |        mips: |  ok  |
    |       nds32: | TODO |
    |       nios2: | TODO |
    |    openrisc: | TODO |
    |      parisc: | TODO |
    |     powerpc: |  ok  |
    |       riscv: | TODO |
    |        s390: | TODO |
    |          sh: |  ok  |
    |       sparc: | TODO |
    |          um: | TODO |
    |   unicore32: | TODO |
    |         x86: |  ok  |
    |      xtensa: |  ok  |
    -----------------------
'>device: rust: rename Device::as_ref() to Device::from_raw()Alice Ryhl 2025-07-01Cast to the proper typeTamir Duberstein 2025-07-01Use unqualified references to ffi typesTamir Duberstein 2025-06-22rust: enable `clippy::cast_lossless` lintTamir Duberstein 2025-05-21net: phy: pass PHY driver to .match_phy_device OPChristian Marangi 2025-03-10rust: module: introduce `authors` keyGuilherme Giacomo Simoes 2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds 2025-01-21Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds 2025-01-10rust: add `build_error!` to the preludeMiguel Ojeda 2025-01-10rust: use the `build_error!` macro, not the hidden functionMiguel Ojeda 2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2024-12-17rust: net::phy scope ThisModule usage in the module_phy_driver macroRahul Rameshbabu 2024-12-17rust: net::phy fix module autoloadingFUJITA Tomonori 2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds 2024-11-10rust: use custom FFI integer typesGary Guo 2024-10-03rust: net::phy always define device_table in module_phy_driver macroFUJITA Tomonori 2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2024-08-30rust: net::phy unified genphy_read_status function for C22 and C45 registersFUJITA Tomonori 2024-08-30rust: net::phy unified read/write API for C22 and C45 registersFUJITA Tomonori 2024-08-30rust: net::phy implement AsRef<kernel::device::Device> traitFUJITA Tomonori 2024-08-30rust: net::phy support probe callbackFUJITA Tomonori 2024-08-21rust: kernel: fix typos in code commentsMichael Vetter 2024-05-13Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linuxLinus Torvalds 2024-05-05rust: kernel: remove redundant importsMiguel Ojeda 2024-04-23rust: phy: implement `Send` for `Registration`Wedson Almeida Filho 2024-01-27rust: phy: use VTABLE_DEFAULT_ERRORFUJITA Tomonori 2024-01-27rust: phy: use `srctree`-relative linksFUJITA Tomonori