[PATCH v1 1/1] hsu_dma_pci: disable spurious interrupt

2021-01-12 Thread Ferry Toth
t;) Signed-off-by: Ferry Toth --- drivers/dma/hsu/pci.c | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/drivers/dma/hsu/pci.c b/drivers/dma/hsu/pci.c index 07cc7320a614..9045a6f7f589 100644 --- a/drivers/dma/hsu/pci.c +++ b/drivers/dma/hsu/pci.c @@ -26

Re: [PATCH v1 1/2] device property: Keep secondary firmware node secondary by type

2020-10-23 Thread Ferry Toth
on of set_primary_fwnode() along with implementation of set_secondary_fwnode(). Hence, fix the commit c15e1bdda436 to follow this as well. Fixes: c15e1bdda436 ("device property: Fix the secondary firmware node handling in set_primary_fwnode()") Cc: Ferry Toth Signed-off-by: Andy S

Re: [PATCH v1 2/2] device property: Don't clear secondary pointer for shared primary firmware node

2020-10-23 Thread Ferry Toth
y firmware node handling in set_primary_fwnode()") Reported-by: Ferry Toth Signed-off-by: Andy Shevchenko FWIW: Reviewed-by: Heikki Krogerus Tested-by: Ferry Toth --- drivers/base/core.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/base/core.c b/driv

Re: [PATCH v1 2/2] device property: Don't clear secondary pointer for shared primary firmware node

2020-10-23 Thread Ferry Toth
mware node handling in set_primary_fwnode()") Reported-by: Ferry Toth Signed-off-by: Andy Shevchenko FWIW: Reviewed-by: Heikki Krogerus Tested-by: Ferry Toth --- drivers/base/core.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/base/core.c b/driv

Re: [PATCH] ACPICA: make acpi_load_table() return table index

2019-09-13 Thread Ferry Toth
, September 13, 2019 12:44 AM To: Moore, Robert Cc: Shevchenko, Andriy ; Schmauss, Erik ; Rafael J. Wysocki ; Len Brown ; Jacek Anaszewski ; Pavel Machek ; Dan Murphy ; linux-a...@vger.kernel.org; de...@acpica.org; linux-kernel@vger.kernel.org; Ferry Toth ; nikolaus.v...@loewensteinmedical.de

Re: [PATCH] ACPICA: make acpi_load_table() return table index

2019-09-12 Thread Ferry Toth
Op 12-09-19 om 16:19 schreef Moore, Robert: Nikolaus, The ability to unload an ACPI table (especially AML tables such as SSDTs) is in the process of being deprecated in ACPICA -- since it is also deprecated in the current ACPI specification. This is being done because of the difficulty of dele

Re: [PATCH] Bluetooth: btbcm: Add default address for BCM43341B

2019-04-09 Thread Ferry Toth
Op 09-04-19 om 16:45 schreef Andy Shevchenko: On Tue, Apr 09, 2019 at 04:15:50PM +0200, Ferry Toth wrote: The BCM43341B has the default MAC address 43:34:1B:00:1F:AC if none is given. This address was found when enabling Bluetooth on multiple Intel Edison modules. It also contains the

[PATCH] Bluetooth: btbcm: Add default address for BCM43341B

2019-04-09 Thread Ferry Toth
. `btmgmt -i hci0 public-addr xx:xx:xx:xx:xx:xx` Suggested-by: Andy Shevchenko Signed-off-by: Ferry Toth --- drivers/bluetooth/btbcm.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/bluetooth/btbcm.c b/drivers/bluetooth/btbcm.c index d5d6e6e5da3b..62d3aa2b26f6

Unloading acpi table through configfs causes NULL pointer dereference bug

2018-11-17 Thread Ferry Toth
Since 4.13 we have patch 'ACPI: configfs: Unload SSDT on configfs entry removal' in the kernel. However when I try to actually unload a table I get a bug check. I have tested this on Intel Edison Arduino with 4.18 x86_64 using 2 different tables, 1 called arduino, providing I2C/SPI/HSU and a 2nd

Re: DOS by unprivileged user

2018-04-30 Thread Ferry Toth
Op woensdag 25 april 2018 16:54:59 CEST schreef Alan Cox: > > > I think memory allocation and io waits can't be decoupled from > > > scheduling as they are now. > > > > The scheduler is not decoupled from either, it is intimately involved > > in both. However, none of the decision making smarts

Re: DOS by unprivileged user

2018-04-20 Thread Ferry Toth
Op vrijdag 20 april 2018 06:46:58 CEST schreef Mike Galbraith: > On Thu, 2018-04-19 at 21:13 +0200, Ferry Toth wrote: > > It appears any ordinary user can easily create a DOS on linux. > > > > One sure way to reproduce this is to open gitk on the linux kernel repo > >

DOS by unprivileged user

2018-04-19 Thread Ferry Toth
ve side effect maybe someone would dig into gitk and make it less memory hungry (qgit is half as hungry, still a lot). -- Ferry Toth