This is a note to let you know that I've just added the patch titled staging: vc04_services: fix gcc-13 build warning to the 5.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: staging-vc04_services-fix-gcc-13-build-warning.patch and it can be found in the queue-5.10 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From foo@baz Sun Jun 11 03:39:46 PM CEST 2023 Date: Sun, 11 Jun 2023 15:39:46 +0200 To: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Subject: staging: vc04_services: fix gcc-13 build warning Not upstream as newer kernels fixed this properly. Fix up a mismatched function prototype warning in the vc04_services driver that gcc-13 shows. Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c +++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c @@ -2315,7 +2315,7 @@ vchiq_arm_init_state(struct vchiq_state return VCHIQ_SUCCESS; } -enum vchiq_status +int vchiq_use_internal(struct vchiq_state *state, struct vchiq_service *service, enum USE_TYPE_E use_type) { @@ -2375,7 +2375,7 @@ out: return ret; } -enum vchiq_status +int vchiq_release_internal(struct vchiq_state *state, struct vchiq_service *service) { struct vchiq_arm_state *arm_state = vchiq_platform_get_arm_state(state); Patches currently in stable-queue which might be from gregkh@xxxxxxxxxxxxxxxxxxx are queue-5.10/bluetooth-hci_qca-fix-debugfs-registration.patch queue-5.10/input-psmouse-fix-oob-access-in-elantech-protocol.patch queue-5.10/remove-the-sx8-block-driver.patch queue-5.10/usb-usbfs-enforce-page-requirements-for-mmap.patch queue-5.10/staging-vc04_services-fix-gcc-13-build-warning.patch queue-5.10/alsa-hda-realtek-add-a-quirk-for-hp-slim-desktop-s01.patch queue-5.10/bonding-gcc13-synchronize-bond_-a-t-lb_xmit-types.patch queue-5.10/f2fs-fix-iostat-lock-protection.patch queue-5.10/alsa-hda-realtek-add-lenovo-p3-tower-platform.patch queue-5.10/bluetooth-fix-use-after-free-in-hci_remove_ltk-hci_remove_irk.patch queue-5.10/i40e-fix-build-warning-in-ice_fltr_add_mac_to_list.patch queue-5.10/can-j1939-change-j1939_netdev_lock-type-to-mutex.patch queue-5.10/input-xpad-delete-a-razer-deathadder-mouse-vid-pid-entry.patch queue-5.10/can-j1939-j1939_sk_send_loop_abort-improved-error-queue-handling-in-j1939-socket.patch queue-5.10/drm-amdgpu-fix-xclk-freq-on-chip_stoney.patch queue-5.10/i40e-fix-build-warnings-in-i40e_alloc.h.patch queue-5.10/gcc-plugins-reorganize-gimple-includes-for-gcc-13.patch queue-5.10/sfc-gcc13-synchronize-ef100_enqueue_skb-s-return-type.patch queue-5.10/ceph-fix-use-after-free-bug-for-inodes-when-flushing-capsnaps.patch queue-5.10/blk-iocost-avoid-64-bit-division-in-ioc_timer_fn.patch queue-5.10/can-j1939-avoid-possible-use-after-free-when-j1939_can_rx_register-fails.patch queue-5.10/batman-adv-broken-sync-while-rescheduling-delayed-work.patch queue-5.10/i40iw-fix-build-warning-in-i40iw_manage_apbvt.patch queue-5.10/s390-dasd-use-correct-lock-while-counting-channel-queue-length.patch queue-5.10/tee-amdtee-add-return_origin-to-struct-tee_cmd_load_ta.patch queue-5.10/usb-usbfs-use-consistent-mmap-functions.patch queue-5.10/rbd-get-snapshot-context-after-exclusive-lock-is-ensured-to-be-held.patch queue-5.10/block-blk-iocost-gcc13-keep-large-values-in-a-new-enum.patch queue-5.10/staging-vchiq_core-drop-vchiq_status-from-vchiq_initialise.patch queue-5.10/pinctrl-meson-axg-add-missing-gpioa_18-gpio-group.patch queue-5.10/rbd-move-rbd_obj_flag_copyup_enabled-flag-setting.patch queue-5.10/ata-ahci-fix-enum-constants-for-gcc-13.patch