[Bug 16258] New: semctl() cannot be used in high-version kernels on mips platforms

bugzilla at busybox.net bugzilla at busybox.net
Mon Nov 25 07:14:32 UTC 2024


https://bugs.busybox.net/show_bug.cgi?id=16258

            Bug ID: 16258
           Summary: semctl() cannot be used in high-version kernels on
                    mips platforms
           Product: uClibc
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at uclibc.org
          Reporter: yu.liu at ingenic.com
                CC: uclibc-cvs at uclibc.org
  Target Milestone: ---

In linux kernel version above 5.1, the third parameter of the semctl() is
changed from (cmd|__IPC_64) to (cmd); the parameter passed by uclibc is still
(cmd|__IPC_64), and __IPC_64 is 0x100 on mips, so the kernel will report that
Operand Invalid; msgctl and shmctl has the same problem.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the uClibc-cvs mailing list