Message ID | 20230929202436.2850388-1-jithu.joseph@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | IFS support for GNR and SRF | expand |
On 9/29/2023 1:24 PM, Jithu Joseph wrote: > Changes in v3 > Ilpo Jarvinen > - Added Reviewed-by tags wherever provided > - In function validate_ifs_metadata() (patch 6) > - Add != 0 to next line for clarity > - In function ifs_load_firmware() (patch 5) > - return -EINVAL instead of -BADFD > - In function ifs_test_core() (patch 4) > - initialize activate.gen0.rsvd = 0 > - use if instead of conditional operator > - alignment change in ifs_scan_hashes_status_gen2 (patch 3) > Since the suggested changes from v3 are minimal, I am sending just the 3 modified patches in this v3 thread itself. Hans let me know if you want me to send a v4. Jithu
On Wed, 4 Oct 2023, Joseph, Jithu wrote: > > > On 9/29/2023 1:24 PM, Jithu Joseph wrote: > > Changes in v3 > > Ilpo Jarvinen > > - Added Reviewed-by tags wherever provided > > - In function validate_ifs_metadata() (patch 6) > > - Add != 0 to next line for clarity > > - In function ifs_load_firmware() (patch 5) > > - return -EINVAL instead of -BADFD > > - In function ifs_test_core() (patch 4) > > - initialize activate.gen0.rsvd = 0 > > - use if instead of conditional operator > > - alignment change in ifs_scan_hashes_status_gen2 (patch 3) > > > > Since the suggested changes from v3 are minimal, I am sending just the 3 modified patches > in this v3 thread itself. > > Hans let me know if you want me to send a v4. I'm taking care of 6.7 cycle (or begun from -rc3 onwards to be precise), not Hans. Please send a full v4 please because I want to give lkp an opportunity to test the whole series (even if I think the patches look okay).
On 10/5/2023 3:51 AM, Ilpo Järvinen wrote: > On Wed, 4 Oct 2023, Joseph, Jithu wrote: > >> >> >> On 9/29/2023 1:24 PM, Jithu Joseph wrote: >>> Changes in v3 >>> Ilpo Jarvinen >>> - Added Reviewed-by tags wherever provided >>> - In function validate_ifs_metadata() (patch 6) >>> - Add != 0 to next line for clarity >>> - In function ifs_load_firmware() (patch 5) >>> - return -EINVAL instead of -BADFD >>> - In function ifs_test_core() (patch 4) >>> - initialize activate.gen0.rsvd = 0 >>> - use if instead of conditional operator >>> - alignment change in ifs_scan_hashes_status_gen2 (patch 3) >>> >> >> Since the suggested changes from v3 are minimal, I am sending just the 3 modified patches >> in this v3 thread itself. >> >> Hans let me know if you want me to send a v4. > > I'm taking care of 6.7 cycle (or begun from -rc3 onwards to be precise), > not Hans. Thanks for doing this > > Please send a full v4 please because I want to give lkp an opportunity to > test the whole series (even if I think the patches look okay). > Sent the v4 series Jithu