All of lore.kernel.org
 help / color / mirror / Atom feed
* [moderation/CI] Re: mm: shrinker: fix double-free in alloc_shrinker_info error path
@ 2026-07-12  0:15 syzbot ci
  0 siblings, 0 replies; 3+ messages in thread
From: syzbot ci @ 2026-07-12  0:15 UTC (permalink / raw)
  To: syzkaller-upstream-moderation; +Cc: syzbot

syzbot ci has tested the following series

[v1] mm: shrinker: fix double-free in alloc_shrinker_info error path
https://lore.kernel.org/all/20260711041509.92926-1-zenghongling@kylinos.cn
* [PATCH] mm: shrinker: fix double-free in alloc_shrinker_info error path

and found the following issue:
kernel build error

Full report is available here:
https://ci.syzbot.org/series/9c3fc021-5f0f-45b2-94cb-21b4c6e25374

***

kernel build error

tree:      mm-new
URL:       https://kernel.googlesource.com/pub/scm/linux/kernel/git/akpm/mm.git
base:      dc59e4fea9d83f03bad6bddf3fa2e52491777482
arch:      amd64
compiler:  Debian clang version 22.1.6 (++20260514074242+fc4aad7b5db3-1~exp1~20260514074407.73), Debian LLD 22.1.6
config:    https://ci.syzbot.org/builds/ade000b9-8f89-412e-b371-264605dc0952/config

mm/shrinker.c:108:10: error: call to undeclared function 'shrinker_info_protected'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
mm/shrinker.c:108:8: error: incompatible integer to pointer conversion assigning to 'struct shrinker_info *' from 'int' [-Wint-conversion]
mm/shrinker.c:117:30: error: conflicting types for 'shrinker_info_protected'

***

If these findings have caused you to resend the series or submit a
separate fix, please add the following tag to your commit message:
  Tested-by: syzbot@syzkaller.appspotmail.com

---
This report is generated by a bot. It may contain errors.
syzbot ci engineers can be reached at syzkaller@googlegroups.com.

To test a patch for this bug, please reply with `#syz test`
(should be on a separate line).

The patch should be attached to the email.
Note: arguments like custom git repos and branches are not supported.

The email will later be sent to:
[akpm@linux-foundation.org david@fromorbit.com linux-kernel@vger.kernel.org linux-mm@kvack.org muchun.song@linux.dev qi.zheng@linux.dev roman.gushchin@linux.dev stable@vger.kernel.org zenghongling@kylinos.cn zhongling0719@126.com]

If the report looks fine to you, reply with:
#syz upstream

If the report is a false positive, reply with
#syz invalid


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [moderation/CI] Re: mm: shrinker: fix double-free in alloc_shrinker_info error path
@ 2026-07-12  0:16 syzbot ci
  0 siblings, 0 replies; 3+ messages in thread
From: syzbot ci @ 2026-07-12  0:16 UTC (permalink / raw)
  To: syzkaller-upstream-moderation; +Cc: syzbot

syzbot ci has tested the following series

[v1] mm: shrinker: fix double-free in alloc_shrinker_info error path
https://lore.kernel.org/all/20260711041823.95135-1-zenghongling@kylinos.cn
* [PATCH] mm: shrinker: fix double-free in alloc_shrinker_info error path

and found the following issue:
kernel build error

Full report is available here:
https://ci.syzbot.org/series/351eb9dd-1319-4816-a8ac-35ad4b208d5e

***

kernel build error

tree:      mm-new
URL:       https://kernel.googlesource.com/pub/scm/linux/kernel/git/akpm/mm.git
base:      dc59e4fea9d83f03bad6bddf3fa2e52491777482
arch:      amd64
compiler:  Debian clang version 22.1.6 (++20260514074242+fc4aad7b5db3-1~exp1~20260514074407.73), Debian LLD 22.1.6
config:    https://ci.syzbot.org/builds/80ab55ed-3ff8-426b-b086-e5617b53556d/config

mm/shrinker.c:108:10: error: call to undeclared function 'shrinker_info_protected'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
mm/shrinker.c:108:8: error: incompatible integer to pointer conversion assigning to 'struct shrinker_info *' from 'int' [-Wint-conversion]
mm/shrinker.c:117:30: error: conflicting types for 'shrinker_info_protected'

***

If these findings have caused you to resend the series or submit a
separate fix, please add the following tag to your commit message:
  Tested-by: syzbot@syzkaller.appspotmail.com

---
This report is generated by a bot. It may contain errors.
syzbot ci engineers can be reached at syzkaller@googlegroups.com.

To test a patch for this bug, please reply with `#syz test`
(should be on a separate line).

The patch should be attached to the email.
Note: arguments like custom git repos and branches are not supported.

The email will later be sent to:
[akpm@linux-foundation.org david@fromorbit.com linux-kernel@vger.kernel.org linux-mm@kvack.org muchun.song@linux.dev qi.zheng@linux.dev roman.gushchin@linux.dev stable@vger.kernel.org zenghongling@kylinos.cn zhongling0719@126.com]

If the report looks fine to you, reply with:
#syz upstream

If the report is a false positive, reply with
#syz invalid


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [moderation/CI] Re: mm: shrinker: Fix double-free in alloc_shrinker_info error path
@ 2026-07-12  0:24 syzbot ci
  0 siblings, 0 replies; 3+ messages in thread
From: syzbot ci @ 2026-07-12  0:24 UTC (permalink / raw)
  To: syzkaller-upstream-moderation; +Cc: syzbot

syzbot ci has tested the following series

[v1] mm: shrinker: Fix double-free in alloc_shrinker_info error path
https://lore.kernel.org/all/20260711041954.95749-1-zenghongling@kylinos.cn
* [PATCH] mm: shrinker: Fix double-free in alloc_shrinker_info error path

and found the following issue:
kernel build error

Full report is available here:
https://ci.syzbot.org/series/348846f6-b8e9-4724-8320-654ad3472b53

***

kernel build error

tree:      mm-new
URL:       https://kernel.googlesource.com/pub/scm/linux/kernel/git/akpm/mm.git
base:      dc59e4fea9d83f03bad6bddf3fa2e52491777482
arch:      amd64
compiler:  Debian clang version 22.1.6 (++20260514074242+fc4aad7b5db3-1~exp1~20260514074407.73), Debian LLD 22.1.6
config:    https://ci.syzbot.org/builds/fb13ef19-37ba-420a-a80d-1be9633bdb35/config

mm/shrinker.c:108:10: error: call to undeclared function 'shrinker_info_protected'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
mm/shrinker.c:108:8: error: incompatible integer to pointer conversion assigning to 'struct shrinker_info *' from 'int' [-Wint-conversion]
mm/shrinker.c:117:30: error: conflicting types for 'shrinker_info_protected'

***

If these findings have caused you to resend the series or submit a
separate fix, please add the following tag to your commit message:
  Tested-by: syzbot@syzkaller.appspotmail.com

---
This report is generated by a bot. It may contain errors.
syzbot ci engineers can be reached at syzkaller@googlegroups.com.

To test a patch for this bug, please reply with `#syz test`
(should be on a separate line).

The patch should be attached to the email.
Note: arguments like custom git repos and branches are not supported.

The email will later be sent to:
[akpm@linux-foundation.org david@fromorbit.com linux-kernel@vger.kernel.org linux-mm@kvack.org muchun.song@linux.dev qi.zheng@linux.dev roman.gushchin@linux.dev stable@vger.kernel.org zenghongling@kylinos.cn zhongling0719@126.com]

If the report looks fine to you, reply with:
#syz upstream

If the report is a false positive, reply with
#syz invalid


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-07-12  0:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-12  0:15 [moderation/CI] Re: mm: shrinker: fix double-free in alloc_shrinker_info error path syzbot ci
  -- strict thread matches above, loose matches on Subject: below --
2026-07-12  0:16 syzbot ci
2026-07-12  0:24 [moderation/CI] Re: mm: shrinker: Fix " syzbot ci

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.