rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-19 06:41:52 to 2024-09-25 20:53:17 UTC [more...]

[PATCH v2 0/2] Untrusted Data Abstraction
 2024-09-25 20:53 UTC  (2+ messages)
` [PATCH v2 2/2] rust: switch uaccess to untrusted data API

[PATCH v2] kbuild: rust: auto generate rust helper exports
 2024-09-25 20:49 UTC  (3+ messages)

[RFC PATCH 00/28] x86: Rely on toolchain for relocatable code
 2024-09-25 20:24 UTC  (43+ messages)
` [RFC PATCH 01/28] x86/pvh: Call C code via the kernel virtual mapping
` [RFC PATCH 02/28] Documentation: Bump minimum GCC version to 8.1
` [RFC PATCH 03/28] x86/tools: Use mmap() to simplify relocs host tool
` [RFC PATCH 04/28] x86/boot: Permit GOTPCREL relocations for x86_64 builds
` [RFC PATCH 05/28] x86: Define the stack protector guard symbol explicitly
` [RFC PATCH 06/28] x86/percpu: Get rid of absolute per-CPU variable placement
` [RFC PATCH 07/28] scripts/kallsyms: Avoid 0x0 as the relative base
` [RFC PATCH 08/28] scripts/kallsyms: Remove support for absolute per-CPU variables
` [RFC PATCH 09/28] x86/tools: Remove special relocation handling for "
` [RFC PATCH 10/28] x86/xen: Avoid relocatable quantities in Xen ELF notes
` [RFC PATCH 11/28] x86/pvh: Avoid absolute symbol references in .head.text
` [RFC PATCH 12/28] x86/pm-trace: Use RIP-relative accesses for .tracedata
` [RFC PATCH 13/28] x86/kvm: Use RIP-relative addressing
` [RFC PATCH 14/28] x86/rethook: Use RIP-relative reference for return address
` [RFC PATCH 15/28] x86/sync_core: Use RIP-relative addressing
` [RFC PATCH 16/28] x86/entry_64: "
` [RFC PATCH 17/28] x86/hibernate: Prefer RIP-relative accesses
` [RFC PATCH 18/28] x86/boot/64: Determine VA/PA offset before entering C code
` [RFC PATCH 19/28] x86/boot/64: Avoid intentional absolute symbol references in .head.text
` [RFC PATCH 20/28] x64/acpi: Use PIC-compatible references in wakeup_64.S
` [RFC PATCH 21/28] x86/head: Use PIC-compatible symbol references in startup code
` [RFC PATCH 22/28] asm-generic: Treat PIC .data.rel.ro sections as .rodata
` [RFC PATCH 23/28] tools/objtool: Mark generated sections as writable
` [RFC PATCH 24/28] tools/objtool: Treat indirect ftrace calls as direct calls
` [RFC PATCH 25/28] x86: Use PIE codegen for the core kernel
` [RFC PATCH 26/28] x86/boot: Implement support for ELF RELA/RELR relocations
` [RFC PATCH 27/28] x86/kernel: Switch to PIE linking for the core kernel
` [RFC PATCH 28/28] x86/tools: Drop x86_64 support from 'relocs' tool

[GIT PULL] Rust for 6.12
 2024-09-25 18:23 UTC  (4+ messages)

[RFC PATCH 00/24] erofs: introduce Rust implementation
 2024-09-25 16:35 UTC  (18+ messages)
` [RFC PATCH 03/24] erofs: add Errno in Rust
    ` [PATCH RESEND 0/1] rust: introduce declare_err! autogeneration
      ` [PATCH RESEND 1/1] rust: error: auto-generate error declarations
` [RFC PATCH 10/24] erofs: add device_infos implementation in Rust

[PATCH] rust: shrinker: add shrinker abstraction
 2024-09-25 15:06 UTC  (5+ messages)

[PATCH] rust: cfi: fix `patchable-function-entry` starting version
 2024-09-25 14:27 UTC  (2+ messages)

[PATCH 00/23] kbuild: support building external modules in a separate build directory
 2024-09-25 14:27 UTC  (23+ messages)
` [PATCH 04/23] kbuild: doc: remove the description about shipped files
` [PATCH 06/23] kbuild: doc: replace "gcc" in external module description
` [PATCH 07/23] kbuild: remove unnecessary prune of rust/alloc for rustfmt
` [PATCH 08/23] kbuild: simplify find command "
` [PATCH 10/23] kbuild: refactor the check for missing config files
` [PATCH 11/23] kbuild: check the presence of include/generated/rustc_cfg
` [PATCH 12/23] scripts/nsdeps: use VPATH as src_prefix
` [PATCH 13/23] kbuild: replace two $(abs_objtree) with $(CURDIR) in top Makefile

[PATCH] docs: rust: quick-start: add Ubuntu
 2024-09-25 14:06 UTC 

[PATCH v10 0/8] File abstractions needed by Rust Binder
 2024-09-25 13:59 UTC  (21+ messages)
` [PATCH v10 1/8] rust: types: add `NotThreadSafe`
` [PATCH v10 4/8] rust: cred: add Rust abstraction for `struct cred`
` [PATCH v10 5/8] rust: security: add abstraction for secctx
` [PATCH v10 7/8] rust: file: add `Kuid` wrapper
` [PATCH v10 8/8] rust: file: add abstraction for `poll_table`

[RFC PATCH] docs: rust: quick-start: add Ubuntu
 2024-09-25 13:06 UTC  (2+ messages)

[PATCH v4 0/4] Rust KASAN Support
 2024-09-25 10:20 UTC  (6+ messages)

[PATCH v4 00/16] Extended MODVERSIONS Support
 2024-09-25  9:00 UTC  (18+ messages)
` [PATCH v4 01/16] module: Take const arg in validate_section_offset
` [PATCH v4 02/16] module: Factor out elf_validity_ehdr
` [PATCH v4 03/16] module: Factor out elf_validity_cache_sechdrs
` [PATCH v4 04/16] module: Factor out elf_validity_cache_secstrings
` [PATCH v4 05/16] module: Factor out elf_validity_cache_index_info
` [PATCH v4 06/16] module: Factor out elf_validity_cache_index_mod
` [PATCH v4 07/16] module: Factor out elf_validity_cache_index_sym
` [PATCH v4 08/16] module: Factor out elf_validity_cache_index_str
` [PATCH v4 09/16] module: Group section index calculations together
` [PATCH v4 10/16] module: Factor out elf_validity_cache_strtab
` [PATCH v4 11/16] module: Additional validation in elf_validity_cache_strtab
` [PATCH v4 12/16] module: Reformat struct for code style
` [PATCH v4 13/16] export_report: Rehabilitate script
` [PATCH v4 14/16] modules: Support extended MODVERSIONS info
` [PATCH v4 15/16] modpost: Produce extended modversion information
` [PATCH v4 16/16] export_report: Use new version info format

[PATCH] cfi: encode cfi normalized integers + kasan/gcov bug in Kconfig
 2024-09-25  8:10 UTC 

[PATCH v2] rust: add trylock method support for lock backend
 2024-09-25  1:27 UTC  (7+ messages)

[PATCH v7 01/26] rust: alloc: add `Allocator` trait
 2024-09-24 19:58 UTC  (8+ messages)
` [RFC PATCH] rust: alloc: pass `old_layout` to `Allocator`

[PATCH] kbuild: remove unnecessary export of RUST_LIB_SRC
 2024-09-24 19:23 UTC  (4+ messages)

[PATCH v4] Kunit to check the longest symbol length
 2024-09-24 17:23 UTC 

[PATCH 0/3] Untrusted data abstraction
 2024-09-24  8:05 UTC  (12+ messages)
` [PATCH 1/3] rust: add untrusted "

[PATCH v3 00/20] Implement DWARF modversions
 2024-09-23 18:19 UTC  (21+ messages)
` [PATCH v3 01/20] scripts: import more list macros
` [PATCH v3 02/20] scripts: move genksyms crc32 implementation to a common include
` [PATCH v3 03/20] tools: Add gendwarfksyms
` [PATCH v3 04/20] gendwarfksyms: Add address matching
` [PATCH v3 05/20] gendwarfksyms: Expand base_type
` [PATCH v3 06/20] gendwarfksyms: Add a cache for processed DIEs
` [PATCH v3 07/20] gendwarfksyms: Expand type modifiers and typedefs
` [PATCH v3 08/20] gendwarfksyms: Expand subroutine_type
` [PATCH v3 09/20] gendwarfksyms: Expand array_type
` [PATCH v3 10/20] gendwarfksyms: Expand structure types
` [PATCH v3 11/20] gendwarfksyms: Limit structure expansion
` [PATCH v3 12/20] gendwarfksyms: Add die_map debugging
` [PATCH v3 13/20] gendwarfksyms: Add symtypes output
` [PATCH v3 14/20] gendwarfksyms: Add symbol versioning
` [PATCH v3 15/20] gendwarfksyms: Add support for kABI rules
` [PATCH v3 16/20] gendwarfksyms: Add support for reserved and ignored fields
` [PATCH v3 17/20] gendwarfksyms: Add support for symbol type pointers
` [PATCH v3 18/20] export: Add __gendwarfksyms_ptr_ references to exported symbols
` [PATCH v3 19/20] kbuild: Add gendwarfksyms as an alternative to genksyms
` [PATCH v3 20/20] Documentation/kbuild: Add DWARF module versioning

[PATCH v2 00/14] hrtimer Rust API
 2024-09-23 16:59 UTC  (21+ messages)
` [PATCH v2 02/14] rust: hrtimer: introduce hrtimer support
` [PATCH v2 03/14] rust: sync: add `Arc::as_ptr`
` [PATCH v2 04/14] rust: sync: add `Arc::clone_from_raw`

[PATCH] xarray: rename xa_lock/xa_unlock to xa_enter/xa_leave
 2024-09-23 16:28 UTC  (3+ messages)

[PATCH v6 00/26] Generic `Allocator` support for Rust
 2024-09-23  9:24 UTC  (5+ messages)
` [PATCH v6 13/26] rust: alloc: implement kernel `Vec` type

[PATCH 0/5] use custom FFI integer types
 2024-09-23  9:20 UTC  (7+ messages)
` [PATCH 2/5] rust: map `__kernel_size_t` and friends also to usize/isize
` [PATCH 4/5] rust: map `long` to `isize` and `char` to `u8`
` [PATCH 5/5] rust: cleanup unnecessary casts

[PATCH v2] rust: sync: require `T: Sync` for `LockedBy::access`
 2024-09-23  9:14 UTC  (3+ messages)

[PATCH v3 2/2] kbuild: add generic support for built-in boot DTBs
 2024-09-23  7:56 UTC 

[PATCH v3] kernel-docs: Add new section for Rust learning materials
 2024-09-22 16:04 UTC 

[PATCH] kernel-docs: Add new section for Rust learning materials
 2024-09-22 15:39 UTC  (3+ messages)

[PATCH v2] kernel-docs: Add new section for Rust learning materials
 2024-09-22 15:22 UTC  (3+ messages)

[PATCH v10 5/8] rust: security: add abstraction for secctx
 2024-09-22 15:01 UTC  (2+ messages)

[PATCH v7 0/4] Memory management patches needed by Rust Binder
 2024-09-22 13:16 UTC  (5+ messages)
` [PATCH v7 2/4] uaccess: always export _copy_[from|to]_user with CONFIG_RUST

objtool warnings in Rust defconfig -next
 2024-09-22 13:11 UTC 

[PATCH v2 1/1] rust: sync: Add Lock::from_raw() for Lock<(), B>
 2024-09-21 14:52 UTC  (2+ messages)

[PATCH net v2] net: phy: qt2025: Fix warning: unused import DeviceId
 2024-09-21  6:25 UTC 

[PATCH net] net: phy: qt2025: Fix warning: unused import DeviceId
 2024-09-21  5:05 UTC  (8+ messages)

[PATCH 0/8] Add generic overlay for MikroBUS addon boards
 2024-09-20 16:51 UTC  (3+ messages)

[PATCH v2 06/14] rust: hrtimer: allow timer restart from timer handler
 2024-09-20 14:25 UTC  (2+ messages)

[PATCH 0/2] rust: Move unfit code out of `rust/kernel/types.rs`
 2024-09-20  9:21 UTC  (7+ messages)
` [PATCH 1/2] rust: Move `FromBytes` and `AsBytes` traits to a new `transmute` module
` [PATCH 2/2] rust: Move `ARef<T>` and `AlwaysRefCounted` to new `sync::aref` module

[PATCH] rust: fix `ARCH_SLAB_MINALIGN` multiple definition error
 2024-09-19 16:58 UTC  (2+ messages)

[PATCH 0/1] rust: introduce declare_err! autogeneration
 2024-09-19 13:35 UTC  (2+ messages)
` [PATCH 1/1] rust: error: auto-generate error declarations


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).