Re: [PATCH RFC v3 0/9] tun: Introduce virtio-net hashing feature

2024-09-15 Thread Stephen Hemminger
On Sun, 15 Sep 2024 10:17:39 +0900 Akihiko Odaki wrote: > virtio-net have two usage of hashes: one is RSS and another is hash > reporting. Conventionally the hash calculation was done by the VMM. > However, computing the hash after the queue was chosen defeats the > purpose of RSS. > > Another a

Re: [PATCH v4 28/30] riscv: Documentation for landing pad / indirect branch tracking

2024-09-15 Thread Bagas Sanjaya
On Thu, Sep 12, 2024 at 04:16:47PM -0700, Deepak Gupta wrote: > Adding documentation on landing pad aka indirect branch tracking on riscv > and kernel interfaces exposed so that user tasks can enable it. > > Signed-off-by: Deepak Gupta > --- > Documentation/arch/riscv/zicfilp.rst | 104 +

Re: [PATCH v4 29/30] riscv: Documentation for shadow stack on riscv

2024-09-15 Thread Bagas Sanjaya
On Thu, Sep 12, 2024 at 04:16:48PM -0700, Deepak Gupta wrote: > Adding documentation on shadow stack for user mode on riscv and kernel > interfaces exposed so that user tasks can enable it. > > Signed-off-by: Deepak Gupta > --- > Documentation/arch/riscv/zicfiss.rst | 169 +++

Re: [PATCH v2] kernel-docs: Add new section for Rust learning materials

2024-09-15 Thread Dirk Behme
On 13.09.2024 17:38, Carlos Bilbao wrote: Include a new section in the Index of Further Kernel Documentation with resources to learn Rust. Reference it in the Rust index. Signed-off-by: Carlos Bilbao Many thanks! Two minor things below. With these: Reviewed-by: Dirk Behme Dirk --- Ch