rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-06 16:09:08 to 2022-05-06 20:35:47 UTC [more...]

[PATCH v2 0/3] kallsyms: Rust requirements
 2022-05-06 20:34 UTC  (3+ messages)
` [PATCH v2 1/3] kallsyms: avoid hardcoding the buffer size
` [PATCH v2 2/3] kallsyms: support "big" kernel symbols

[PATCH v1 0/3] kallsyms: Rust requirements
 2022-05-06 14:48 UTC  (13+ messages)
` [PATCH v1 1/3] kallsyms: avoid hardcoding the buffer size
` [PATCH v1 2/3] kallsyms: support "big" kernel symbols
` [PATCH v1 3/3] kallsyms: increase maximum kernel symbol length to 512

Request for invitation to the rust for linux zulip
 2022-05-04  7:14 UTC  (2+ messages)

Biznesowy angielski
 2022-04-26  7:40 UTC 

Request an invitation about rust_for_linux zulip
 2022-04-22 10:42 UTC  (2+ messages)

Fwd: Adding crates
 2022-04-16  3:27 UTC  (12+ messages)

Does Rust for Linux support kernel socket programming now?
 2022-04-11 12:57 UTC  (2+ messages)

Does Rust for Linux support kernel socket programming now?
 2022-04-11  9:08 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2022-04-11  7:36 UTC 

Reminder: informal call in half an hour
 2022-04-02 17:31 UTC 

Biznesowy angielski
 2022-04-01  8:16 UTC 

[PATCH v5 00/20] Rust support
 2022-03-31 13:35 UTC  (23+ messages)
` [PATCH v5 01/20] kallsyms: support "big" kernel symbols
` [PATCH v5 02/20] kallsyms: increase maximum kernel symbol length to 512
` [PATCH v5 03/20] kallsyms: use the correct buffer size for symbols
` [PATCH v5 04/20] rust: add C helpers
` [PATCH v5 05/20] rust: add `compiler_builtins` crate
` [PATCH v5 07/20] rust: add `build_error` crate
` [PATCH v5 08/20] rust: add `macros` crate
` [PATCH v5 09/20] rust: add `kernel` crate's `sync` module
` [PATCH v5 11/20] rust: export generated symbols
` [PATCH v5 12/20] vsprintf: add new `%pA` format specifier
` [PATCH v5 13/20] scripts: add `generate_rust_analyzer.py`
` [PATCH v5 14/20] scripts: decode_stacktrace: demangle Rust symbols
` [PATCH v5 16/20] Kbuild: add Rust support
` [PATCH v5 17/20] samples: add Rust examples
` [PATCH v5 18/20] MAINTAINERS: Rust
` [PATCH v5 19/20] [RFC] drivers: gpio: PrimeCell PL061 in Rust
  ` [PATCH v5 06/20] rust: add `alloc` crate

Środki za dostawę w terminie
 2022-03-25  8:45 UTC 

Using 3rd party crates in an out-of-tree module
 2022-03-23 11:40 UTC  (6+ messages)

[PATCH v4 15/20] docs: add Rust documentation
 2022-03-18 13:12 UTC  (7+ messages)

Biznesowy angielski
 2022-03-16  8:41 UTC 

Słowa kluczowe do wypozycjonowania
 2022-03-10  7:49 UTC 

Środki za dostawę w terminie
 2022-03-07  8:55 UTC 

Reminder: informal call in 1 hour
 2022-03-05 16:59 UTC 

[PATCH v4 00/20] Rust support
 2022-02-24 12:39 UTC  (46+ messages)
` [PATCH v4 01/20] kallsyms: support "big" kernel symbols
` [PATCH v4 02/20] kallsyms: increase maximum kernel symbol length to 512
` [PATCH v4 03/20] kallsyms: use the correct buffer size for symbols
` [PATCH v4 04/20] rust: add C helpers
` [PATCH v4 05/20] rust: add `compiler_builtins` crate
` [PATCH v4 07/20] rust: add `build_error` crate
` [PATCH v4 08/20] rust: add `macros` crate
` [PATCH v4 09/20] rust: add `kernel` crate's `sync` module
` [PATCH v4 11/20] rust: export generated symbols
` [PATCH v4 12/20] vsprintf: add new `%pA` format specifier
` [PATCH v4 13/20] scripts: add `generate_rust_analyzer.py`
` [PATCH v4 14/20] scripts: decode_stacktrace: demangle Rust symbols
` [PATCH v4 16/20] Kbuild: add Rust support
` [PATCH v4 17/20] samples: add Rust examples
` [PATCH v4 18/20] MAINTAINERS: Rust
` [PATCH v4 19/20] [RFC] drivers: gpio: PrimeCell PL061 in Rust
` [PATCH v4 00/20] Rust support, nn/nn
  ` [PATCH v4 10/20] rust: add `kernel` crate

Pytanie o samochód
 2022-02-22  9:00 UTC 

[PATCH] printk: make suppress_panic_printk static
 2022-02-21 16:03 UTC  (4+ messages)

Słowa kluczowe do wypozycjonowania
 2022-02-15  8:50 UTC 

[ojeda-linux:rust-next 18/20] ld.lld: error: drivers/built-in.a(gpio/gpio_pl061_rust.o) is incompatible with aarch64elfb
 2022-02-12 22:37 UTC  (2+ messages)

Wycena paneli fotowoltaicznych
 2022-02-09  8:30 UTC 

Zulip created
 2022-02-07 13:00 UTC  (2+ messages)

Reminder: informal call in 1 hour
 2022-02-05 16:58 UTC 

Wznowienie płynności finansowej
 2022-01-31  9:15 UTC 

Persistent memory file system development in Rust
 2022-01-27 20:07 UTC  (4+ messages)

RamFS Port to Rust
 2022-01-21 16:49 UTC 

Fotowoltaika- propozycja instalacji
 2022-01-21  9:11 UTC 

[PATCH] rust: Remove unused including <linux/version.h>
 2022-01-20 23:47 UTC  (2+ messages)

[PATCH v3 00/19] Rust support
 2022-01-19 13:58 UTC  (19+ messages)
` [PATCH v3 01/19] kallsyms: support "big" kernel symbols
` [PATCH v3 02/19] kallsyms: increase maximum kernel symbol length to 512
` [PATCH v3 03/19] kallsyms: use the correct buffer size for symbols
` [PATCH v3 04/19] rust: add C helpers
` [PATCH v3 05/19] rust: add `compiler_builtins` crate
` [PATCH v3 07/19] rust: add `build_error` crate
` [PATCH v3 08/19] rust: add `macros` crate
` [PATCH v3 10/19] rust: export generated symbols
` [PATCH v3 11/19] vsprintf: add new `%pA` format specifier
` [PATCH v3 12/19] scripts: add `generate_rust_analyzer.py`
` [PATCH v3 13/19] scripts: decode_stacktrace: demangle Rust symbols
` [PATCH v3 14/19] docs: add Rust documentation
` [PATCH v3 15/19] Kbuild: add Rust support
` [PATCH v3 16/19] samples: add Rust examples
` [PATCH v3 17/19] MAINTAINERS: Rust
` [RFC PATCH v3 18/19] drivers: gpio: PrimeCell PL061 in Rust

[PATCH 00/19] Rust support
 2022-01-17  4:45 UTC  (27+ messages)
` [PATCH 01/19] kallsyms: support "big" kernel symbols
` [PATCH 05/19] rust: add `compiler_builtins` crate
` [PATCH 11/19] vsprintf: add new `%pA` format specifier
` [PATCH 14/19] docs: add Rust documentation
` [PATCH 15/19] Kbuild: add Rust support
  ` [RFC PATCH 19/19] drivers: android: Binder IPC in Rust

Reminder: informal call 10:00 UTC
 2022-01-14 19:31 UTC 

[PATCH v2 for-rust-for-linux] init/Kconfig: Specify the interpreter for rust-version.sh
 2022-01-12  7:43 UTC  (4+ messages)

[PATCH] init/Kconfig: Specify the interpreter for rust-version.sh
 2022-01-10  8:41 UTC  (4+ messages)

Which linux kernel version should I choose?
 2022-01-05 13:45 UTC  (5+ messages)

Informal call moved
 2021-12-31 12:41 UTC 

Zulip account request
 2021-12-15 23:13 UTC 


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).