Re: [PATCH] Documentation: Document user_events ioctl code

2024-07-03 Thread Beau Belgrave
On Wed, Jul 03, 2024 at 06:58:03PM -0400, Mathieu Desnoyers wrote: > On 03-Jul-2024 10:25:01 PM, Beau Belgrave wrote: > > The user events trace subsystem uses the 0x2A/'*' code for ioctls. These > > are published via the uapi/linux/user_events.h header file. > > > > Add a line indicating user even

Re: [PATCH v2 0/2] Documentation: update information for mailing lists

2024-07-03 Thread Jonathan Corbet
Konstantin Ryabitsev writes: > There have been some important changes to the mailing lists hosted at > kernel.org, most importantly that vger.kernel.org was migrated from > majordomo+zmailer to mlmmj and is now being served from the unified > mailing list platform called "subspace" [1]. > > This

Re: [PATCH] Documentation: Document user_events ioctl code

2024-07-03 Thread Mathieu Desnoyers
On 03-Jul-2024 10:25:01 PM, Beau Belgrave wrote: > The user events trace subsystem uses the 0x2A/'*' code for ioctls. These > are published via the uapi/linux/user_events.h header file. > > Add a line indicating user events as the owner of the 0x2A/'*' code and the > current sequence numbers that

[PATCH] Documentation: Document user_events ioctl code

2024-07-03 Thread Beau Belgrave
The user events trace subsystem uses the 0x2A/'*' code for ioctls. These are published via the uapi/linux/user_events.h header file. Add a line indicating user events as the owner of the 0x2A/'*' code and the current sequence numbers that are in use (00-02). Signed-off-by: Beau Belgrave --- Doc

Re: [PATCH 06/13] rust: start supporting several compiler versions

2024-07-03 Thread Andreas Hindborg
Miguel Ojeda writes: [...] > diff --git a/scripts/rust_is_available.sh b/scripts/rust_is_available.sh > index 117018946b57..67cb900124cc 100755 > --- a/scripts/rust_is_available.sh > +++ b/scripts/rust_is_available.sh > @@ -117,14 +117,6 @@ if [ "$rust_compiler_cversion" -lt > "$rust_compiler_m

Re: [PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation

2024-07-03 Thread Nicolas Saenz Julienne
Hi Vitaly, On Wed Jul 3, 2024 at 12:48 PM UTC, Vitaly Kuznetsov wrote: > Nicolas Saenz Julienne writes: > > > Hi Sean, > > > > On Sun Jun 9, 2024 at 3:49 PM UTC, Nicolas Saenz Julienne wrote: > >> This series introduces core KVM functionality necessary to emulate > >> Hyper-V's > >> Virtual Secu

Re: [PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation

2024-07-03 Thread Vitaly Kuznetsov
Nicolas Saenz Julienne writes: > Hi Sean, > > On Sun Jun 9, 2024 at 3:49 PM UTC, Nicolas Saenz Julienne wrote: >> This series introduces core KVM functionality necessary to emulate Hyper-V's >> Virtual Secure Mode in a Virtual Machine Monitor (VMM). > > Just wanted to make sure the series is in y

Re: [PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation

2024-07-03 Thread Nicolas Saenz Julienne
Hi Sean, On Sun Jun 9, 2024 at 3:49 PM UTC, Nicolas Saenz Julienne wrote: > This series introduces core KVM functionality necessary to emulate Hyper-V's > Virtual Secure Mode in a Virtual Machine Monitor (VMM). Just wanted to make sure the series is in your radar. Thanks, Nicolas