[PATCH] acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl

2024-11-11 Thread Suraj Sonawane
-by: syzbot+7534f060ebda6b8b5...@syzkaller.appspotmail.com Closes: https://syzkaller.appspot.com/bug?extid=7534f060ebda6b8b51b3 Tested-by: syzbot+7534f060ebda6b8b5...@syzkaller.appspotmail.com Fixes: 906bd684e4b1 ("Merge tag 'spi-fix-v6.12-rc6'") Signed-off-by: Suraj Sonawane --- d

[PATCH v2] acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl

2024-11-11 Thread Suraj Sonawane
-by: syzbot+7534f060ebda6b8b5...@syzkaller.appspotmail.com Closes: https://syzkaller.appspot.com/bug?extid=7534f060ebda6b8b51b3 Tested-by: syzbot+7534f060ebda6b8b5...@syzkaller.appspotmail.com Fixes: 2d5404caa8c7 ("Linux 6.12-rc7") Signed-off-by: Suraj Sonawane --- V1: https://lore.ke

Re: [syzbot] [acpi?] [nvdimm?] KASAN: vmalloc-out-of-bounds Read in acpi_nfit_ctl (2)

2024-11-13 Thread Suraj Sonawane
on the web dashboard) > > If the report is a duplicate of another one, reply with: > #syz dup: exact-subject-of-another-report > > If you want to undo deduplication, reply with: > #syz undup > > -- > You received this message because you are subscribed to the Google Groups > "syzkal

[PATCH v3] acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl

2024-11-13 Thread Suraj Sonawane
bug?extid=7534f060ebda6b8b51b3 Tested-by: syzbot+7534f060ebda6b8b5...@syzkaller.appspotmail.com Fixes: ebe9f6f19d80 ("acpi/nfit: Fix bus command validation") Signed-off-by: Suraj Sonawane --- V1: https://lore.kernel.org/lkml/2024080429.9861-1-surajsonawane0...@gmail.com/ V2: Initial

Re: [PATCH v2] acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl

2024-11-13 Thread Suraj Sonawane
On 13/11/24 10:08, Alison Schofield wrote: On Tue, Nov 12, 2024 at 10:50:35AM +0530, Suraj Sonawane wrote: Fix an issue detected by syzbot with KASAN: BUG: KASAN: vmalloc-out-of-bounds in cmd_to_func drivers/acpi/nfit/ core.c:416 [inline] BUG: KASAN: vmalloc-out-of-bounds in acpi_nfit_ctl

Re: [PATCH v2] acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl

2024-11-13 Thread Suraj Sonawane
On 13/11/24 10:21, Alison Schofield wrote: On Tue, Nov 12, 2024 at 10:50:35AM +0530, Suraj Sonawane wrote: Fix an issue detected by syzbot with KASAN: BUG: KASAN: vmalloc-out-of-bounds in cmd_to_func drivers/acpi/nfit/ core.c:416 [inline] BUG: KASAN: vmalloc-out-of-bounds in acpi_nfit_ctl

Re: [syzbot] [acpi?] [nvdimm?] KASAN: vmalloc-out-of-bounds Read in acpi_nfit_ctl (2)

2024-11-10 Thread Suraj Sonawane
on the web dashboard) > > If the report is a duplicate of another one, reply with: > #syz dup: exact-subject-of-another-report > > If you want to undo deduplication, reply with: > #syz undup > > -- > You received this message because you are subscribed to the Google Groups > "

Re: [PATCH v4] acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl

2024-11-16 Thread Suraj Sonawane
On 16/11/24 01:00, Ira Weiny wrote: Suraj Sonawane wrote: Fix an issue detected by syzbot with KASAN: BUG: KASAN: vmalloc-out-of-bounds in cmd_to_func drivers/acpi/nfit/ core.c:416 [inline] BUG: KASAN: vmalloc-out-of-bounds in acpi_nfit_ctl+0x20e8/0x24a0 drivers/acpi/nfit/core.c:459 The issue

[PATCH v6] acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl

2024-11-18 Thread Suraj Sonawane
1b3 Tested-by: syzbot+7534f060ebda6b8b5...@syzkaller.appspotmail.com Fixes: ebe9f6f19d80 ("acpi/nfit: Fix bus command validation") Signed-off-by: Suraj Sonawane --- V1: https://lore.kernel.org/lkml/2024080429.9861-1-surajsonawane0...@gmail.com/ V2: Initialized `out_obj`

Re: [PATCH v3] acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl

2024-11-14 Thread Suraj Sonawane
On 13/11/24 22:32, Dave Jiang wrote: On 11/13/24 5:51 AM, Suraj Sonawane wrote: Fix an issue detected by syzbot with KASAN: BUG: KASAN: vmalloc-out-of-bounds in cmd_to_func drivers/acpi/nfit/ core.c:416 [inline] BUG: KASAN: vmalloc-out-of-bounds in acpi_nfit_ctl+0x20e8/0x24a0 drivers/acpi

Re: [PATCH v3] acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl

2024-11-15 Thread Suraj Sonawane
On 14/11/24 21:12, Dave Jiang wrote: On 11/14/24 2:19 AM, Suraj Sonawane wrote: On 13/11/24 22:32, Dave Jiang wrote: On 11/13/24 5:51 AM, Suraj Sonawane wrote: Fix an issue detected by syzbot with KASAN: BUG: KASAN: vmalloc-out-of-bounds in cmd_to_func drivers/acpi/nfit/ core.c:416

[PATCH v4] acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl

2024-11-15 Thread Suraj Sonawane
1b3 Tested-by: syzbot+7534f060ebda6b8b5...@syzkaller.appspotmail.com Fixes: ebe9f6f19d80 ("acpi/nfit: Fix bus command validation") Signed-off-by: Suraj Sonawane --- V1: https://lore.kernel.org/lkml/2024080429.9861-1-surajsonawane0...@gmail.com/ V2: Initialized `out_obj`

[PATCH v5] acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl

2024-11-16 Thread Suraj Sonawane
1b3 Tested-by: syzbot+7534f060ebda6b8b5...@syzkaller.appspotmail.com Fixes: ebe9f6f19d80 ("acpi/nfit: Fix bus command validation") Signed-off-by: Suraj Sonawane --- V1: https://lore.kernel.org/lkml/2024080429.9861-1-surajsonawane0...@gmail.com/ V2: Initialized `out_obj`

Re: [syzbot] [acpi?] [nvdimm?] KASAN: vmalloc-out-of-bounds Read in acpi_nfit_ctl (2)

2024-11-16 Thread Suraj Sonawane
on the web dashboard) > > If the report is a duplicate of another one, reply with: > #syz dup: exact-subject-of-another-report > > If you want to undo deduplication, reply with: > #syz undup > > -- > You received this message because you are subscribed to the Google Groups > "syzk

Re: [PATCH v6] acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl

2024-11-25 Thread Suraj Sonawane
On 11/18/24 21:56, Suraj Sonawane wrote: Fix an issue detected by syzbot with KASAN: BUG: KASAN: vmalloc-out-of-bounds in cmd_to_func drivers/acpi/nfit/ core.c:416 [inline] BUG: KASAN: vmalloc-out-of-bounds in acpi_nfit_ctl+0x20e8/0x24a0 drivers/acpi/nfit/core.c:459 The issue occurs in

Re: [PATCH v6] acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl

2024-12-03 Thread Suraj Sonawane
On 12/2/24 21:56, Ira Weiny wrote: Suraj Sonawane wrote: On 11/18/24 21:56, Suraj Sonawane wrote: [snip] drivers/acpi/nfit/core.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/acpi/nfit/core.c b/drivers/acpi/nfit/core.c index 5429ec9ef..a5d47819b