Jim Huang
Jim Huang
Here are my results: * AMD Ryzen Threadripper 2990WX ``` Model name: AMD Ryzen Threadripper 2990WX 32-Core Processor Vulnerability Meltdown: Not affected Avg of mode switch takes 240.76 cycles and...
> I found the original example including `inode_operations` in lkmpg for kernels 2.4.* here: https://tldp.org/LDP/lkmpg/2.4/html/lkmpg.html#AEN770 Thank @stlaz for the information. Can you submit a pull request for the missing LKM...
Is System V IPC required?
Fix unintended error when running `make clean`. ``` /bin/sh: 1: @env: not found ```
Consider the way to use [X macro](https://en.wikipedia.org/wiki/X_macro): ```diff --- a/virtio-snd.c +++ b/virtio-snd.c @@ -64,31 +64,34 @@ enum { VIRTIO_SND_S_IO_ERR, }; +/* Unit: Hz */ +#define SND_PCM_RATE \ + _(5512) \...
> * For playing the sound (PCM): > * [x] `VIRTIO_SND_R_PCM_START` > * [ ] `VIRTIO_SND_R_PCM_STOP` I can build on macOS with CoreAudio support now. What is missing to complete...
Is it time to review?
> If you would like to get the file, I will convert the file into base64 encoded text in order to upload to here. Simply share the prebuilt Linux kernel...
Tested on macOS + Apple M1: ``` # aplay -l **** List of PLAYBACK Hardware Devices **** card 0: SoundCard [VirtIO SoundCard], device 0: virtio-snd [VirtIO PCM 0] Subdevices: 1/1...
Consider the change below to suppress compilation warnings raised by CNFA: ```diff --- a/Makefile +++ b/Makefile @@ -85,6 +85,7 @@ CNFA_LIB := cnfa/CNFA_sf.h $(CNFA_LIB): cnfa/Makefile cnfa/os_generic $(MAKE) -C $(dir $