[PATCH 0/2] mei: vsc: Fix kernel-crash when build with gcc 15

Hans de Goede posted 2 patches 9 months ago
drivers/misc/mei/vsc-tp.c | 40 +++++++++++++++++++++------------------
1 file changed, 22 insertions(+), 18 deletions(-)
[PATCH 0/2] mei: vsc: Fix kernel-crash when build with gcc 15
Posted by Hans de Goede 9 months ago
Hi All,

Here are 2 fixes for the vsc-tp mei code. The first patch fixes
a kernel crash when the kernel is build with gcc 15 and it would be
get to get this upstream ASAP.

The second patch is just a small cleanup of something which I noticed
when working on the fix.

Regards,

Hans


Hans de Goede (2):
  mei: vsc: Fix fortify-panic caused by invalid counted_by() use
  mei: vsc: Use struct vsc_tp_packet as vsc-tp tx_buf and rx_buf type

 drivers/misc/mei/vsc-tp.c | 40 +++++++++++++++++++++------------------
 1 file changed, 22 insertions(+), 18 deletions(-)

-- 
2.48.1
Re: [PATCH 0/2] mei: vsc: Fix kernel-crash when build with gcc 15
Posted by Sakari Ailus 9 months ago
Hi Hans,

On Tue, Mar 18, 2025 at 03:12:01PM +0100, Hans de Goede wrote:
> Hi All,
> 
> Here are 2 fixes for the vsc-tp mei code. The first patch fixes
> a kernel crash when the kernel is build with gcc 15 and it would be
> get to get this upstream ASAP.
> 
> The second patch is just a small cleanup of something which I noticed
> when working on the fix.

Thanks for the patches.

Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>

-- 
Sakari Ailus