mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
liveupdate: a fix for v7.2-rc5
* Fix validation of LIVEUPDATE_SESSION_GET_NAME ioctl argument caused by a wrong resolution of a merge conflict during the last merge window -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEeOVYVaWZL5900a/pOQOGJssO/ZEFAmpg7E4ACgkQOQOGJssO /ZHdXQf+KPPnhNyDqHgHtnsp/sd4wQ5vGVjfmAwtX7nxpxPenGSwhZ8yKShClMNM 2s0KDQmorqKK1j3MMy+xzI+MUl7uHMnHB4cpOsESrILzfqWUgo5VmEU4beCCYXXs 1JD4eKjAs+7F59g0HE75pwmqyXzrD2nq29xWlVxQCOxsTkGe+j28B/uqw0MI8CTd 66LZzyFRT/VBjyaZYSU03KN5heJsFsckYaoPCxK4bZqaiFi65bCyd/YZ7t6JgqDl PLx1fwjFpmCz6HArFfw3EnwVzkMoZ/qep4h+h+WMH3jiXUUKFHuJWpHYoXYN1C4r xuQm3Rpq3HmwR/8VHtwLTJSeNXtfBg== =KyUS -----END PGP SIGNATURE----- Merge tag 'liveupdate-fixes-2026-07-22' of git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux Pull liveupdate fix from Mike Rapoport: - Fix validation of LIVEUPDATE_SESSION_GET_NAME ioctl argument caused by a wrong resolution of a merge conflict during the last merge window * tag 'liveupdate-fixes-2026-07-22' of git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux: liveupdate: fix GET_NAME ioctl argument validation
This commit is contained in:
commit
4539944e51
|
|
@ -378,7 +378,7 @@ static const struct luo_ioctl_op luo_session_ioctl_ops[] = {
|
|||
IOCTL_OP(LIVEUPDATE_SESSION_RETRIEVE_FD, luo_session_retrieve_fd,
|
||||
struct liveupdate_session_retrieve_fd, token, LUO_IOCTL_INCOMING),
|
||||
IOCTL_OP(LIVEUPDATE_SESSION_GET_NAME, luo_session_get_name,
|
||||
struct liveupdate_session_retrieve_fd, token, LUO_IOCTL_ALL),
|
||||
struct liveupdate_session_get_name, name, LUO_IOCTL_ALL),
|
||||
};
|
||||
|
||||
static bool luo_ioctl_type_valid(struct luo_session *session,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user