]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - ipc/sem.c
Merge tag 'exynos-drm-fixes-for-v5.15-rc4' of git://git.kernel.org/pub/scm/linux...
[mirror_ubuntu-jammy-kernel.git] / ipc / sem.c
index f833238df1ce2e08bb71907db47386c88b655a2b..6693daf4fe1124b3a69a345c42f30cf9767a739b 100644 (file)
--- a/ipc/sem.c
+++ b/ipc/sem.c
@@ -2238,7 +2238,7 @@ static long do_semtimedop(int semid, struct sembuf __user *tsops,
                return -EINVAL;
 
        if (nsops > SEMOPM_FAST) {
-               sops = kvmalloc_array(nsops, sizeof(*sops), GFP_KERNEL_ACCOUNT);
+               sops = kvmalloc_array(nsops, sizeof(*sops), GFP_KERNEL);
                if (sops == NULL)
                        return -ENOMEM;
        }