[Bug 210449] acpi_device_add: buffer overflow in strcpy

2021-01-11 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210449

--- Comment #13 from Dexuan Cui (de...@microsoft.com) ---
FYI:
Now the fix is in the linux-pm tree's branch bleeding-edge:

https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git/commit/?h=bleeding-edge=a58015d638cd4e4555297b04bec9b49028369075

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 210449] acpi_device_add: buffer overflow in strcpy

2021-01-09 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210449

--- Comment #12 from Dexuan Cui (de...@microsoft.com) ---
>From "Rafael J. Wysocki", one of the ACPI maintainers: "I'm going to apply the
v2 early next week." (see https://lkml.org/lkml/2021/1/9/218)

Thanks Jethro for your testing! (https://lkml.org/lkml/2021/1/9/30)

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 210449] acpi_device_add: buffer overflow in strcpy

2021-01-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210449

--- Comment #11 from Dexuan Cui (de...@microsoft.com) ---
This is my v1 fix: https://lkml.org/lkml/2020/12/18/514

Yesterday Rafael J. Wysock sugested that I should make a new fix using
kstrdup_const(): https://lkml.org/lkml/2021/1/8/48

So I posted v2 later yesterday: https://lkml.org/lkml/2021/1/8/53

So far, no comment yet. Let me ping the ACPI maintainers now since we know more
people are being affected.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 210449] acpi_device_add: buffer overflow in strcpy

2021-01-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210449

Dexuan Cui (de...@microsoft.com) changed:

   What|Removed |Added

 CC||de...@microsoft.com

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 210449] acpi_device_add: buffer overflow in strcpy

2021-01-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210449

--- Comment #10 from Steve French (smfre...@gmail.com) ---
Created attachment 294573
  --> https://bugzilla.kernel.org/attachment.cgi?id=294573=edit
Oops on boot in acpi_device_add in 5.11-rc2

Oops info attached. Booted in Azure VM from Ubuntu's weekly mainline kernel
build (5.11-rc2) crashes.  5.10 booted fine,

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 210449] acpi_device_add: buffer overflow in strcpy

2021-01-05 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210449

--- Comment #9 from Jethro Beekman (ker...@jbeekman.nl) ---
So a common theme here appears to be Azure hypervisor.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 210449] acpi_device_add: buffer overflow in strcpy

2021-01-05 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210449

--- Comment #8 from Steve French (smfre...@gmail.com) ---
(In reply to Jethro Beekman from comment #6)
> Steve, is that a typo or are you actually testing 5.10-rc2 now (that's quite
> old)?

Yes - thanks for catching that. Was a typo.  Installed current mainline Ubuntu
kernel (5.11-rc2) build, on an Ubuntu 19.04 VM in Azure.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 210449] acpi_device_add: buffer overflow in strcpy

2021-01-05 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210449

--- Comment #7 from Steve French (smfre...@gmail.com) ---
(In reply to Steve French from comment #5)
> I am seeing a similar oops in 5.10-rc2 kernel (Ubuntu mainline build)

  Sorry about the typo - "5.11-rc2" (installed today)

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 210449] acpi_device_add: buffer overflow in strcpy

2021-01-05 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210449

--- Comment #6 from Jethro Beekman (ker...@jbeekman.nl) ---
Steve, is that a typo or are you actually testing 5.10-rc2 now (that's quite
old)?

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 210449] acpi_device_add: buffer overflow in strcpy

2021-01-05 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210449

Steve French (smfre...@gmail.com) changed:

   What|Removed |Added

 CC||smfre...@gmail.com

--- Comment #5 from Steve French (smfre...@gmail.com) ---
I am seeing a similar oops in 5.10-rc2 kernel (Ubuntu mainline build)

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 210449] acpi_device_add: buffer overflow in strcpy

2021-01-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210449

Jethro Beekman (ker...@jbeekman.nl) changed:

   What|Removed |Added

 CC||erik.kan...@intel.com

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 210449] acpi_device_add: buffer overflow in strcpy

2021-01-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210449

Jethro Beekman (ker...@jbeekman.nl) changed:

   What|Removed |Added

 CC||robert.mo...@intel.com

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 210449] acpi_device_add: buffer overflow in strcpy

2021-01-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210449

Jethro Beekman (ker...@jbeekman.nl) changed:

   What|Removed |Added

 Kernel Version|next-20201201   |next-20201201 5.11.0-rc2

--- Comment #4 from Jethro Beekman (ker...@jbeekman.nl) ---
This is now in 5.11.0-rc2. Yes this includes the commit you mention.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 210449] acpi_device_add: buffer overflow in strcpy

2021-01-03 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210449

Zhang Rui (rui.zh...@intel.com) changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||rui.zh...@intel.com

--- Comment #3 from Zhang Rui (rui.zh...@intel.com) ---
I see there are some ACPICA changes in upstream kernel recently, but I'm not
sure if they're included in the 23th Dec' git tree.
Like the one below
32cf1a12cad43358e47dac8014379c2f33dfbed4
please check if the commit is included in your previous test.
and better to confirm if the problem still exists in the latest upstream kernel
or not.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 210449] acpi_device_add: buffer overflow in strcpy

2020-12-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210449

--- Comment #2 from Jethro Beekman (ker...@jbeekman.nl) ---
Issue remains in Torvalds's current master branch

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 210449] acpi_device_add: buffer overflow in strcpy

2020-12-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=210449

--- Comment #1 from Jethro Beekman (ker...@jbeekman.nl) ---
Created attachment 293905
  --> https://bugzilla.kernel.org/attachment.cgi?id=293905=edit
ACPI tables dump

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla