[PATCH net v3 0/3] Modify overflow detection, expand ivec->name, and correct type in min_t
From: Justin Lai
Date: Thu Apr 17 2025 - 04:58:01 EST
This patch set mainly involves fixing the kernel test
robot issue and the type error in min_t.
Details are as follows:
1. Modify the condition used to detect overflow in
rtase_calc_time_mitigation
2. Increase the size of ivec->name
3. Fix a type error in min_t
v1 -> v2:
- Nothing has changed, and it is simply being posted again because the
initial version was posted incompletely.
v2 -> v3:
- Modify the subjects of the cover letter and the patches.
Justin Lai (3):
rtase: Modify the condition used to detect overflow in
rtase_calc_time_mitigation
rtase: Increase the size of ivec->name
rtase: Fix a type error in min_t
drivers/net/ethernet/realtek/rtase/rtase.h | 2 +-
drivers/net/ethernet/realtek/rtase/rtase_main.c | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
--
2.34.1