|
Re: New CVE entries in this week
Hi !
Thank you for the information.
Regards,
--
/**
* Masami Ichikawa
* personal: masami256@...
* fedora project: masami@...
*/
Hi !
Thank you for the information.
Regards,
--
/**
* Masami Ichikawa
* personal: masami256@...
* fedora project: masami@...
*/
|
By
Masami Ichikawa
·
#7320
·
|
|
Re: [PATCH 5.10.y-cip 03/31] ASoC: sh: Add RZ/G2L SSIF-2 driver
Hi!
Yes, but "struct snd_pcm_runtime *runtime = substream->runtime" above
already accessed that data without locking.
I believe your code will do fine in usual configurations. But
reordering it
Hi!
Yes, but "struct snd_pcm_runtime *runtime = substream->runtime" above
already accessed that data without locking.
I believe your code will do fine in usual configurations. But
reordering it
|
By
Pavel Machek
·
#7319
·
|
|
Re: [PATCH 5.10.y-cip 03/31] ASoC: sh: Add RZ/G2L SSIF-2 driver
Hi Pavel,
Thank you for the review.
Hi Pavel,
Thank you for the review.
|
By
Lad Prabhakar
·
#7318
·
|
|
Re: [PATCH 5.10.y-cip 21/31] arm64: dts: renesas: rzg2l-smarc: Enable audio
Hi Pavel,
Thank you for the review.
Hi Pavel,
Thank you for the review.
|
By
Lad Prabhakar
·
#7317
·
|
|
Re: [PATCH 5.10.y-cip 10/31] iio: adc: Add driver for Renesas RZ/G2L A/D converter
Hi Pavel,
Thank you for the review.
Hi Pavel,
Thank you for the review.
|
By
Lad Prabhakar
·
#7316
·
|
|
Re: [PATCH 5.10.y-cip 04/31] ASoC: dt-bindings: renesas,rz-ssi: Update slave dma channel configuration parameter
Hi Pavel,
Thank you for the review.
Hi Pavel,
Thank you for the review.
|
By
Lad Prabhakar
·
#7315
·
|
|
Re: [PATCH 5.10.y-cip 03/31] ASoC: sh: Add RZ/G2L SSIF-2 driver
Hi!
I'm not sure what the locking rules are here.
Nit: I don't think !!() is useful here, as it is boolean expression
anyway.
But I notice that code is very careful to access strm->substream
Hi!
I'm not sure what the locking rules are here.
Nit: I don't think !!() is useful here, as it is boolean expression
anyway.
But I notice that code is very careful to access strm->substream
|
By
Pavel Machek
·
#7314
·
|
|
Re: [PATCH 5.10.y-cip 21/31] arm64: dts: renesas: rzg2l-smarc: Enable audio
Hi!
"These commands are required for Playback/Capture".
I'd expect spaces before {. (And yes, I'm picking nits here).
Best regards,
Pavel
--
DENX Software Engineering GmbH, Managing
Hi!
"These commands are required for Playback/Capture".
I'd expect spaces before {. (And yes, I'm picking nits here).
Best regards,
Pavel
--
DENX Software Engineering GmbH, Managing
|
By
Pavel Machek
·
#7313
·
|
|
Re: [PATCH 5.10.y-cip 10/31] iio: adc: Add driver for Renesas RZ/G2L A/D converter
Hi!
...
This should be "DEFAULT".
I'd write this as (reg & (RZG2L_ADM0_ADBSY | RZG2L_ADM0_ADCE)). Note
that we wait, then check for timeout without using the register
values. Which is strange and
Hi!
...
This should be "DEFAULT".
I'd write this as (reg & (RZG2L_ADM0_ADBSY | RZG2L_ADM0_ADCE)). Note
that we wait, then check for timeout without using the register
values. Which is strange and
|
By
Pavel Machek
·
#7312
·
|
|
Re: [PATCH 5.10.y-cip 04/31] ASoC: dt-bindings: renesas,rz-ssi: Update slave dma channel configuration parameter
Hi!
I wish there was better solution to this. Device tree sources are
quite human-readable, this really is not.
Best regards,
Pavel
--
DENX Software Engineering GmbH, Managing
Hi!
I wish there was better solution to this. Device tree sources are
quite human-readable, this really is not.
Best regards,
Pavel
--
DENX Software Engineering GmbH, Managing
|
By
Pavel Machek
·
#7311
·
|
|
Re: New CVE entries in this week
Hi!
Interesting. That's wrong and unusual for stable tree.
It was also merged in 4.19-stable as 0a3158ac5999fe. That's why we see
4.19 tree needing the fix. 4.4 is not affected. Good.
Best
Hi!
Interesting. That's wrong and unusual for stable tree.
It was also merged in 4.19-stable as 0a3158ac5999fe. That's why we see
4.19 tree needing the fix. 4.4 is not affected. Good.
Best
|
By
Pavel Machek
·
#7310
·
|
|
New CVE entries in this week
Hi !
It's this week's CVE report.
This week reported six new CVEs.
* New CVEs
CVE-2021-45469: f2fs: fix to do sanity check on last xattr entry in
__f2fs_setxattr()
CVSS v3 score is not
Hi !
It's this week's CVE report.
This week reported six new CVEs.
* New CVEs
CVE-2021-45469: f2fs: fix to do sanity check on last xattr entry in
__f2fs_setxattr()
CVSS v3 score is not
|
By
Masami Ichikawa
·
#7309
·
|
|
[PATCH 5.10.y-cip 31/31] arm64: defconfig: Enable RIIC
From: Biju Das <biju.das.jz@...>
commit df364a82bf5b2dc2d78212c53205bbb91e40f850 upstream.
Enable RIIC driver support for Renesas RZ/G2L based platforms.
Signed-off-by: Biju Das
From: Biju Das <biju.das.jz@...>
commit df364a82bf5b2dc2d78212c53205bbb91e40f850 upstream.
Enable RIIC driver support for Renesas RZ/G2L based platforms.
Signed-off-by: Biju Das
|
By
Lad Prabhakar
·
#7308
·
|
|
[PATCH 5.10.y-cip 30/31] i2c: riic: Add RZ/G2L support
From: Biju Das <biju.das.jz@...>
commit 010e765b406f8e08685ea5b687c63a5ea234719a upstream.
RZ/G2L i2c controller is compatible with RZ/A i2c controller.
By default IP is in reset state,
From: Biju Das <biju.das.jz@...>
commit 010e765b406f8e08685ea5b687c63a5ea234719a upstream.
RZ/G2L i2c controller is compatible with RZ/A i2c controller.
By default IP is in reset state,
|
By
Lad Prabhakar
·
#7307
·
|
|
[PATCH 5.10.y-cip 29/31] clk: renesas: r9a07g044: Mark IA55_CLK and DMAC_ACLK critical
From: Biju Das <biju.das.jz@...>
commit 664bb2e45b89cd8213e3c9772713323f75e21892 upstream.
Add IA55_CLK and DMAC_ACLK as critical clocks.
Previously it worked ok, because of a bug in
From: Biju Das <biju.das.jz@...>
commit 664bb2e45b89cd8213e3c9772713323f75e21892 upstream.
Add IA55_CLK and DMAC_ACLK as critical clocks.
Previously it worked ok, because of a bug in
|
By
Lad Prabhakar
·
#7306
·
|
|
[PATCH 5.10.y-cip 28/31] arm64: defconfig: Enable RZG2L_ADC
commit 93207e415d134e6fbcee6a723ab4cf060ef3926e upstream.
Enable ADC driver support for Renesas RZ/G2L based platforms.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@...>
Link:
commit 93207e415d134e6fbcee6a723ab4cf060ef3926e upstream.
Enable ADC driver support for Renesas RZ/G2L based platforms.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@...>
Link:
|
By
Lad Prabhakar
·
#7305
·
|
|
[PATCH 5.10.y-cip 27/31] arm64: defconfig: Enable SND_SOC_WM8978
From: Biju Das <biju.das.jz@...>
commit 3c158ec884d8d75526594c888997cabc3223f521 upstream.
WM8978 audio CODEC is supported on RZ/G2L SMARC EVK.
Enable it on arm64 defconfig as
From: Biju Das <biju.das.jz@...>
commit 3c158ec884d8d75526594c888997cabc3223f521 upstream.
WM8978 audio CODEC is supported on RZ/G2L SMARC EVK.
Enable it on arm64 defconfig as
|
By
Lad Prabhakar
·
#7304
·
|
|
[PATCH 5.10.y-cip 26/31] arm64: defconfig: Enable SOUND_SOC_RZ
From: Biju Das <biju.das.jz@...>
commit be15aa5cc14f94b520c13ab3540fdf7e735bff47 upstream.
Enable sound driver support for Renesas RZ/G2L based platforms.
Signed-off-by: Biju Das
From: Biju Das <biju.das.jz@...>
commit be15aa5cc14f94b520c13ab3540fdf7e735bff47 upstream.
Enable sound driver support for Renesas RZ/G2L based platforms.
Signed-off-by: Biju Das
|
By
Lad Prabhakar
·
#7303
·
|
|
[PATCH 5.10.y-cip 25/31] arm64: dts: renesas: rzg2l-smarc: Enable CANFD
commit 7ae09309c324120b145224789102e730a98950d5 upstream.
Enable CANFD on RZ/G2L SMARC platform.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@...>
Reviewed-by: Biju Das
commit 7ae09309c324120b145224789102e730a98950d5 upstream.
Enable CANFD on RZ/G2L SMARC platform.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@...>
Reviewed-by: Biju Das
|
By
Lad Prabhakar
·
#7302
·
|
|
[PATCH 5.10.y-cip 24/31] arm64: dts: renesas: rzg2l-smarc-som: Enable ADC on SMARC platform
commit 03f7d78e8850ddb8cb1e623ef93e9018e4049ad7 upstream.
Enable the ADC which is present on RZ/G2L SMARC SOM.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@...>
Reviewed-by:
commit 03f7d78e8850ddb8cb1e623ef93e9018e4049ad7 upstream.
Enable the ADC which is present on RZ/G2L SMARC SOM.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@...>
Reviewed-by:
|
By
Lad Prabhakar
·
#7301
·
|