diff options
author | Fabio Berton <fbberton@gmail.com> | 2025-07-29 13:16:52 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-08-04 07:55:07 -0700 |
commit | c82f7a0577ad1e194cc830b010cbacb4ad667f55 (patch) | |
tree | e2b3d430bb60445ef0a4b3d2e9f50aac873510c4 /documentation/migration-guides/release-5.0.rst | |
parent | f6b4415273ae6466e2efc2513be50c71fcabc439 (diff) | |
download | poky-c82f7a0577ad1e194cc830b010cbacb4ad667f55.tar.gz |
linux-libc-headers: Fix invalid conversion in cn_proc.h
Backport 'connector: Fix invalid conversion in cn_proc.h' commit to fix
error:
/
|/usr/include/linux/cn_proc.h: In function 'proc_cn_event
| valid_event(proc_cn_event)':
|/usr/include/linux/cn_proc.h:72:17: error: invalid conversion from
| 'unsigned int' to 'proc_cn_event' [-fpermissive]
| 72 | ev_type &= PROC_EVENT_ALL;
| | ^
| | |
| | unsigned int
\
Change is already merged in kernel branch linux-6.6.y [1].
1 - https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-6.6.y&id=06e785aeb9ea8a43d0a3967c1ba6e69d758e82d4
(From OE-Core rev: f023779af6c0e5c838bdacbd6d9765d1c6740575)
Signed-off-by: Fabio Berton <fbberton@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/migration-guides/release-5.0.rst')
0 files changed, 0 insertions, 0 deletions