Re: [PATCH v6 2/2] arm64: dts: qcom: sm8250-xiaomi-pipa: Add initial device tree

2023-10-22 Thread Luka Panio
>Did you base your work on these files? This would explain the license, > but then please include original copyrights. No, but the sm8250.dtsi that I do include has that license. Same as all other sm8250 device's dts's so i thought mine should not be different? >Please do not trim the content that

Re: [PATCH v6 2/2] arm64: dts: qcom: sm8250-xiaomi-pipa: Add initial device tree

2023-10-22 Thread Krzysztof Kozlowski
On 22/10/2023 21:56, Luka Panio wrote: > On Sun, Oct 22, 2023 at 8:46 PM Krzysztof Kozlowski > wrote: > >> If there are no other copyrights here, why did you use BSD-3 license? > I am by no means a licensing expert, but as sm8250.dts did use BSD-3 > and other device tree's (for example sm8250-xia

RE: [PATCH net] net: ieee802154: adf7242: Fix some potential buffer overflow in adf7242_stats_show()

2023-10-22 Thread Hennerich, Michael
> -Original Message- > From: Christophe JAILLET > Sent: Samstag, 21. Oktober 2023 20:04 > To: keesc...@chromium.org; Hennerich, Michael > ; Alexander Aring ; > Stefan Schmidt ; Miquel Raynal > ; David S. Miller ; Eric > Dumazet ; Jakub Kicinski ; Paolo > Abeni ; Marcel Holtmann > Cc: l

Re: [PATCH v2 1/3] soc: qcom: pmic_glink: enable UCSI for SM8350

2023-10-22 Thread Sophon Wu
Dmitry Baryshkov 于2023年10月22日周日 18:51写道: > > On Sat, 21 Oct 2023 at 13:20, Xilin Wu via B4 Relay > wrote: > > > > From: Xilin Wu > > > > UCSI is supported on SM8350. Allow it to enable USB role switch and > > altmode notifications on SM8350. > > We have had troubles with UCSI on sm8350. I have a

Re: [PATCH v6 7/9] arm64: Kconfig.platforms: Add config for Marvell PXA1908 platform

2023-10-22 Thread kernel test robot
Hi Duje, kernel test robot noticed the following build errors: [auto build test ERROR on 94f6f0550c625fab1f373bb86a6669b45e9748b3] url: https://github.com/intel-lab-lkp/linux/commits/Duje-Mihanovi/clk-mmp-Switch-to-use-struct-u32_fract-instead-of-custom-one/20231011-012919 base: 94f6f0550c

Re: [PATCH v6 2/2] arm64: dts: qcom: sm8250-xiaomi-pipa: Add initial device tree

2023-10-22 Thread Luka Panio
On Sun, Oct 22, 2023 at 8:46 PM Krzysztof Kozlowski wrote: > If there are no other copyrights here, why did you use BSD-3 license? I am by no means a licensing expert, but as sm8250.dts did use BSD-3 and other device tree's (for example sm8250-xiaomi-elish-boe.dts) did use it, I thought I should

Re: [PATCH v5 1/2] From: Luka Panio

2023-10-22 Thread Krzysztof Kozlowski
On 22/10/2023 19:26, Luka Panio wrote: >>> dt-bindings: arm: qcom: Add Xiaomi Pad 6 (xiaomi-pipa) > >> Your subject is not correct. > > Sorry, but what should be there? Your subject is: "From: Luka Panio" Subject contains git commit subject. See git log --- PATH for ideas. > >> Please include

Re: [PATCH v6 2/2] arm64: dts: qcom: sm8250-xiaomi-pipa: Add initial device tree

2023-10-22 Thread Krzysztof Kozlowski
On 22/10/2023 19:38, Luka Panio wrote: > Initial support for Xiaomi Pad 6 tablet, that have sm8250 soc. > > Signed-off-by: Luka Panio > --- > v2: > Update commit message. Drop reserved gpio's as this device in reality do not > have gpio, and pins are not protected. > > v3: > Update commit mess

Re: [PATCH v6 1/2] dt-bindings: arm: qcom: Add Xiaomi Pad 6 (xiaomi-pipa)

2023-10-22 Thread Conor Dooley
On Sun, Oct 22, 2023 at 07:38:10PM +0200, Luka Panio wrote: > Add a compatible for Xiaomi Pad 6. > > Signed-off-by: Luka Panio Acked-by: Conor Dooley Thanks Conor. > > --- > v2: > Update commit message > > v3: > Update commit message > > v4: > Update commit message > > v5: > Update commit

[PATCH v6 2/2] arm64: dts: qcom: sm8250-xiaomi-pipa: Add initial device tree

2023-10-22 Thread Luka Panio
Initial support for Xiaomi Pad 6 tablet, that have sm8250 soc. Signed-off-by: Luka Panio --- v2: Update commit message. Drop reserved gpio's as this device in reality do not have gpio, and pins are not protected. v3: Update commit message. v4: Update commit message. v5: Update commit message.

[PATCH v6 1/2] dt-bindings: arm: qcom: Add Xiaomi Pad 6 (xiaomi-pipa)

2023-10-22 Thread Luka Panio
Add a compatible for Xiaomi Pad 6. Signed-off-by: Luka Panio --- v2: Update commit message v3: Update commit message v4: Update commit message v5: Update commit message v6: Update commit message --- Documentation/devicetree/bindings/arm/qcom.yaml | 1 + 1 file changed, 1 insertion(+) diff

Re: [PATCH v5 1/2] From: Luka Panio

2023-10-22 Thread Luka Panio
>> dt-bindings: arm: qcom: Add Xiaomi Pad 6 (xiaomi-pipa) > Your subject is not correct. Sorry, but what should be there? >Please include full changelog. This is v5 so what happened between v1 >and v5? That is a full changelog, no other changes to dt-bindings were done. Thanks, Luka Panio

Re: [PATCH v5 1/2] From: Luka Panio

2023-10-22 Thread Krzysztof Kozlowski
On 21/10/2023 22:34, Luka Panio wrote: > dt-bindings: arm: qcom: Add Xiaomi Pad 6 (xiaomi-pipa) Your subject is not correct. > > Add a compatible for Xiaomi Pad 6. > > Signed-off-by: Luka Panio > > --- > Update commit message Please include full changelog. This is v5 so what happened between

Re: [PATCH] strstarts: avoid calling strlen() if first char does not match

2023-10-22 Thread Greg KH
On Sun, Oct 22, 2023 at 06:35:47PM +0700, James Tirta Halim wrote: > --- > include/linux/string.h | 9 ++--- > tools/bpf/bpftool/gen.c | 2 +- > 2 files changed, 7 insertions(+), 4 deletions(-) > > diff --git a/include/linux/string.h b/include/linux/string.h > index dbfc66400050..1c51039604e

[PATCH] strstarts: avoid calling strlen() if first char does not match

2023-10-22 Thread James Tirta Halim
--- include/linux/string.h | 9 ++--- tools/bpf/bpftool/gen.c | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/include/linux/string.h b/include/linux/string.h index dbfc66400050..1c51039604e7 100644 --- a/include/linux/string.h +++ b/include/linux/string.h @@ -214,7 +214

Re: [PATCH v2 1/3] soc: qcom: pmic_glink: enable UCSI for SM8350

2023-10-22 Thread Dmitry Baryshkov
On Sat, 21 Oct 2023 at 13:20, Xilin Wu via B4 Relay wrote: > > From: Xilin Wu > > UCSI is supported on SM8350. Allow it to enable USB role switch and > altmode notifications on SM8350. We have had troubles with UCSI on sm8350. I have a workaround for this (and earlier) platforms. Once it is read

Re: [PATCH net] net: ieee802154: adf7242: Fix some potential buffer overflow in adf7242_stats_show()

2023-10-22 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Sat, 21 Oct 2023 20:03:53 +0200 you wrote: > strncat() usage in adf7242_debugfs_init() is wrong. > The size given to strncat() is the maximum number of bytes that can be > written, excluding the trailing NULL. > > Her