messages from 2024-09-25 15:02:03 to 2024-09-29 04:21:08 UTC [more...]
[PATCH 00/19] rust: lint improvements
2024-09-29 4:20 UTC (7+ messages)
` [PATCH 01/19] rust: workqueue: remove unneeded ``#[allow(clippy::new_ret_no_self)]`
` [PATCH 02/19] rust: sort global Rust flags
` [PATCH 03/19] rust: types: avoid repetition in `{As,From}Bytes` impls
[PATCH v3 00/20] Implement DWARF modversions
2024-09-28 21:46 UTC (2+ messages)
[PATCH v5 00/16] Extended MODVERSIONS Support
2024-09-28 21:35 UTC (21+ messages)
` [PATCH v5 01/16] module: Take const arg in validate_section_offset
` [PATCH v5 02/16] module: Factor out elf_validity_ehdr
` [PATCH v5 03/16] module: Factor out elf_validity_cache_sechdrs
` [PATCH v5 04/16] module: Factor out elf_validity_cache_secstrings
` [PATCH v5 05/16] module: Factor out elf_validity_cache_index_info
` [PATCH v5 06/16] module: Factor out elf_validity_cache_index_mod
` [PATCH v5 07/16] module: Factor out elf_validity_cache_index_sym
` [PATCH v5 08/16] module: Factor out elf_validity_cache_index_str
` [PATCH v5 09/16] module: Group section index calculations together
` [PATCH v5 10/16] module: Factor out elf_validity_cache_strtab
` [PATCH v5 11/16] module: Additional validation in elf_validity_cache_strtab
` [PATCH v5 12/16] module: Reformat struct for code style
` [PATCH v5 13/16] export_report: Rehabilitate script
` [PATCH v5 14/16] modules: Support extended MODVERSIONS info
` [PATCH v5 15/16] modpost: Produce extended modversion information
` [PATCH v5 16/16] export_report: Use new version info format
[PATCH v7 00/26] Generic `Allocator` support for Rust
2024-09-28 19:43 UTC (51+ messages)
` [PATCH v7 04/26] rust: alloc: implement `Allocator` for `Kmalloc`
` [PATCH v7 06/26] rust: alloc: implement `Vmalloc` allocator
` [PATCH v7 07/26] rust: alloc: implement `KVmalloc` allocator
` [PATCH v7 08/26] rust: alloc: add __GFP_NOWARN to `Flags`
` [PATCH v7 09/26] rust: alloc: implement kernel `Box`
` [PATCH v7 10/26] rust: treewide: switch to our kernel `Box` type
` [PATCH v7 11/26] rust: alloc: remove extension of std's `Box`
` [PATCH v7 12/26] rust: alloc: add `Box` to prelude
` [PATCH v7 13/26] rust: alloc: implement kernel `Vec` type
` [PATCH v7 14/26] rust: alloc: implement `IntoIterator` for `Vec`
` [PATCH v7 15/26] rust: alloc: implement `collect` for `IntoIter`
` [PATCH v7 16/26] rust: treewide: switch to the kernel `Vec` type
` [PATCH v7 17/26] rust: alloc: remove `VecExt` extension
` [PATCH v7 18/26] rust: alloc: add `Vec` to prelude
` [PATCH v7 19/26] rust: error: use `core::alloc::LayoutError`
` [PATCH v7 20/26] rust: error: check for config `test` in `Error::name`
` [PATCH v7 21/26] rust: alloc: implement `contains` for `Flags`
` [PATCH v7 22/26] rust: alloc: implement `Cmalloc` in module allocator_test
` [PATCH v7 23/26] rust: str: test: replace `alloc::format`
` [PATCH v7 24/26] rust: alloc: update module comment of alloc.rs
` [PATCH v7 25/26] kbuild: rust: remove the `alloc` crate and `GlobalAlloc`
[PATCH] rust: kunit: use C-string literals to clean warning
2024-09-28 18:36 UTC (4+ messages)
[RFC PATCH 00/28] x86: Rely on toolchain for relocatable code
2024-09-28 13:41 UTC (49+ 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 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
[PATCH 00/23] kbuild: support building external modules in a separate build directory
2024-09-28 6:50 UTC (11+ messages)
` [PATCH 12/23] scripts/nsdeps: use VPATH as src_prefix
` [PATCH 14/23] kbuild: add $(objtree)/ prefix to some in-kernel build artifacts
` [PATCH 15/23] kbuild: rename abs_objtree to abs_output
` [PATCH 16/23] kbuild: use 'output' variable to create the output directory
[PATCH 0/3] Miscdevices in Rust
2024-09-27 19:38 UTC (18+ messages)
` [PATCH 1/3] rust: types: add Opaque::try_ffi_init
` [PATCH 2/3] rust: file: add f_pos and set_f_pos
` [PATCH 3/3] rust: miscdevice: add abstraction for defining miscdevices
[PATCH v10 0/8] File abstractions needed by Rust Binder
2024-09-27 14:58 UTC (17+ messages)
` [PATCH v10 1/8] rust: types: add `NotThreadSafe`
` [PATCH v10 7/8] rust: file: add `Kuid` wrapper
` [PATCH] [RFC] rust: add PidNamespace wrapper
[PATCH v3] rust: add trylock method support for lock backend
2024-09-27 9:07 UTC (5+ messages)
[PATCH v2 0/2] Untrusted Data Abstraction
2024-09-27 9:06 UTC (14+ messages)
` [PATCH v2 1/2] rust: add untrusted data abstraction
` [PATCH v2 2/2] rust: switch uaccess to untrusted data API
[PATCH net v3] net: phy: qt2025: Fix warning: unused import DeviceId
2024-09-27 8:46 UTC (2+ messages)
[PATCH] rust: types: extend `Opaque` documentation
2024-09-27 8:42 UTC (2+ messages)
[RFC PATCH 00/24] erofs: introduce Rust implementation
2024-09-27 2:18 UTC (22+ messages)
` [RFC PATCH 03/24] erofs: add Errno in Rust
[PATCH] rust: KASAN+RETHUNK requires rustc 1.83.0
2024-09-26 21:19 UTC (4+ messages)
[PATCH] rust: cfi: fix `patchable-function-entry` starting version
2024-09-26 21:18 UTC (3+ messages)
[PATCH] rust: fix `ARCH_SLAB_MINALIGN` multiple definition error
2024-09-26 21:18 UTC (2+ messages)
[PATCH] rust: mutex: fix __mutex_init() usage in case of PREEMPT_RT
2024-09-26 21:18 UTC (2+ messages)
[PATCH v2] rust: sync: require `T: Sync` for `LockedBy::access`
2024-09-26 21:18 UTC (2+ messages)
[PATCH] rust: kernel: sort Rust modules
2024-09-26 21:18 UTC (3+ messages)
[PATCH 0/1] RISC-V: Fix building rust when using GCC toolchain
2024-09-26 16:29 UTC (10+ messages)
` [PATCH] "
[PATCH] cfi: encode cfi normalized integers + kasan/gcov bug in Kconfig
2024-09-26 10:38 UTC (3+ messages)
[PATCH net v2] net: phy: qt2025: Fix warning: unused import DeviceId
2024-09-26 9:48 UTC (2+ messages)
[PATCH v4 00/16] Extended MODVERSIONS Support
2024-09-25 23:42 UTC (4+ messages)
` [PATCH v4 14/16] modules: Support extended MODVERSIONS info
[PATCH v2] kbuild: rust: auto generate rust helper exports
2024-09-25 20:49 UTC (3+ messages)
[GIT PULL] Rust for 6.12
2024-09-25 18:23 UTC (4+ messages)
[PATCH] rust: shrinker: add shrinker abstraction
2024-09-25 15:06 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).