|
New CVE entries this week
Hi !
It's this week's CVE report.
This week reported 3 CVEs and no updated CVEs.
* New CVEs
CVE-2021-33655: When sending malicous data to kernel by ioctl cmd
FBIOPUT_VSCREENINFO,kernel will write
Hi !
It's this week's CVE report.
This week reported 3 CVEs and no updated CVEs.
* New CVEs
CVE-2021-33655: When sending malicous data to kernel by ioctl cmd
FBIOPUT_VSCREENINFO,kernel will write
|
By
Masami Ichikawa
·
#8863
·
|
|
Re: [PATCH v2 5.10.y-cip 00/12] Add thermal driver and watchdog driver enhancements
Hi!
Thanks for the series and for the fixes headed for mainline. The patches look good to me
(but I can't test/apply them due to poor network access at the moment). I can probably do
that on
Hi!
Thanks for the series and for the fixes headed for mainline. The patches look good to me
(but I can't test/apply them due to poor network access at the moment). I can probably do
that on
|
By
Pavel Machek
·
#8862
·
|
|
Re: [isar-cip-core][PATCH] doc: Update the document for bullseye image
Thanks, applied.
Jan
--
Siemens AG, Technology
Competence Center Embedded Linux
Thanks, applied.
Jan
--
Siemens AG, Technology
Competence Center Embedded Linux
|
By
Jan Kiszka
·
#8861
·
|
|
[isar-cip-core][PATCH] doc: Update the document for bullseye image
By
Srinuvasan A
·
#8860
·
|
|
Re: [isar-cip-core] cip-core-image-security.bb:Add libpam-google-authenticator package
Thanks, applied.
Jan
--
Siemens AG, Technology
Competence Center Embedded Linux
Thanks, applied.
Jan
--
Siemens AG, Technology
Competence Center Embedded Linux
|
By
Jan Kiszka
·
#8859
·
|
|
[PATCH v2 5.10.y-cip 12/12] watchdog: rzg2l_wdt: Add set_timeout callback
commit 4055ee81009e606e830af1acd9e2e35a36249713 upstream.
This patch adds support for set_timeout callback.
Once WDT is started, the WDT cycle setting register(WDTSET) can be updated
only after
commit 4055ee81009e606e830af1acd9e2e35a36249713 upstream.
This patch adds support for set_timeout callback.
Once WDT is started, the WDT cycle setting register(WDTSET) can be updated
only after
|
By
Biju Das
·
#8858
·
|
|
[PATCH v2 5.10.y-cip 11/12] watchdog: rzg2l_wdt: Use force reset for WDT reset
commit f43e6ddbd7d7b63b9e71927a1f50860f8d55f9cc upstream.
This patch uses the force reset(WDTRSTB) for triggering WDT reset for
restart callback. This method(ie, Generate Reset (WDTRSTB) Signal
commit f43e6ddbd7d7b63b9e71927a1f50860f8d55f9cc upstream.
This patch uses the force reset(WDTRSTB) for triggering WDT reset for
restart callback. This method(ie, Generate Reset (WDTRSTB) Signal
|
By
Biju Das
·
#8857
·
|
|
[PATCH v2 5.10.y-cip 10/12] watchdog: rzg2l_wdt: Add error check for reset_control_deassert
commit baf1aace9ad15401f08e048a7f1fdec79821bc61 upstream.
If reset_control_deassert() fails, then we won't be able to
access the device registers. Therefore check the return code
commit baf1aace9ad15401f08e048a7f1fdec79821bc61 upstream.
If reset_control_deassert() fails, then we won't be able to
access the device registers. Therefore check the return code
|
By
Biju Das
·
#8856
·
|
|
[PATCH v2 5.10.y-cip 09/12] watchdog: rzg2l_wdt: Fix reset control imbalance
commit 33d04d0fdba9fae18c7d58364643d2c606a43dba upstream.
Both rzg2l_wdt_probe() and rzg2l_wdt_start() calls reset_control_
deassert() which results in a reset control imbalance.
This patch fixes
commit 33d04d0fdba9fae18c7d58364643d2c606a43dba upstream.
Both rzg2l_wdt_probe() and rzg2l_wdt_start() calls reset_control_
deassert() which results in a reset control imbalance.
This patch fixes
|
By
Biju Das
·
#8855
·
|
|
[PATCH v2 5.10.y-cip 08/12] watchdog: rzg2l_wdt: Fix 'BUG: Invalid wait context'
commit e4cf89596c1f1e33309556699f910ced4abbaf44 upstream.
This patch fixes the issue 'BUG: Invalid wait context' during restart()
callback by using clk_prepare_enable() instead of
commit e4cf89596c1f1e33309556699f910ced4abbaf44 upstream.
This patch fixes the issue 'BUG: Invalid wait context' during restart()
callback by using clk_prepare_enable() instead of
|
By
Biju Das
·
#8854
·
|
|
[PATCH v2 5.10.y-cip 07/12] watchdog: rzg2l_wdt: Fix Runtime PM usage
commit 95abafe76297fa057de6c3486ef844bd446bdf18 upstream.
Both rzg2l_wdt_probe() and rzg2l_wdt_start() calls pm_runtime_get() which
results in a usage counter imbalance. This patch fixes this issue
commit 95abafe76297fa057de6c3486ef844bd446bdf18 upstream.
Both rzg2l_wdt_probe() and rzg2l_wdt_start() calls pm_runtime_get() which
results in a usage counter imbalance. This patch fixes this issue
|
By
Biju Das
·
#8853
·
|
|
[PATCH v2 5.10.y-cip 06/12] watchdog: rzg2l_wdt: Fix 32bit overflow issue
commit ea2949df22a533cdf75e4583c00b1ce94cd5a83b upstream.
The value of timer_cycle_us can be 0 due to 32bit overflow.
For eg:- If we assign the counter value "0xfff" for computing
maxval.
This patch
commit ea2949df22a533cdf75e4583c00b1ce94cd5a83b upstream.
The value of timer_cycle_us can be 0 due to 32bit overflow.
For eg:- If we assign the counter value "0xfff" for computing
maxval.
This patch
|
By
Biju Das
·
#8852
·
|
|
[PATCH v2 5.10.y-cip 05/12] arm64: defconfig: Enable additional support for Renesas platforms
From: Geert Uytterhoeven <geert+renesas@...>
commit 2e8a3335472461927e57d1741ccf1791ff416075 upstream.
Increase build and test coverage by enabling support for more hardware
present on Renesas
From: Geert Uytterhoeven <geert+renesas@...>
commit 2e8a3335472461927e57d1741ccf1791ff416075 upstream.
Increase build and test coverage by enabling support for more hardware
present on Renesas
|
By
Biju Das
·
#8851
·
|
|
[PATCH v2 5.10.y-cip 04/12] thermal/drivers/rz2gl: Fix OTP Calibration Register values
commit 2d37f5c90bdc659b329dac7cf6d165a4bbf34cb6 upstream.
As per the latest RZ/G2L Hardware User's Manual (Rev.1.10 Apr, 2022),
the bit 31 of TSU OTP Calibration Register(OTPTSUTRIM)
commit 2d37f5c90bdc659b329dac7cf6d165a4bbf34cb6 upstream.
As per the latest RZ/G2L Hardware User's Manual (Rev.1.10 Apr, 2022),
the bit 31 of TSU OTP Calibration Register(OTPTSUTRIM)
|
By
Biju Das
·
#8850
·
|
|
[PATCH v2 5.10.y-cip 03/12] thermal/drivers/rz2gl: Add error check for reset_control_deassert()
commit 8ee1c0f6526ce942b7595951c7bb0165010051c2 upstream.
If reset_control_deassert() fails, then we won't be able to access
the device registers. Therefore check the return code
commit 8ee1c0f6526ce942b7595951c7bb0165010051c2 upstream.
If reset_control_deassert() fails, then we won't be able to access
the device registers. Therefore check the return code
|
By
Biju Das
·
#8849
·
|
|
[PATCH v2 5.10.y-cip 02/12] thermal/drivers: Add TSU driver for RZ/G2L
commit 673c68bd48390dad01f7d17670de3e33b60860ac upstream.
The RZ/G2L SoC incorporates a thermal sensor unit (TSU) that measures the
temperature inside the LSI.
The thermal sensor in this unit
commit 673c68bd48390dad01f7d17670de3e33b60860ac upstream.
The RZ/G2L SoC incorporates a thermal sensor unit (TSU) that measures the
temperature inside the LSI.
The thermal sensor in this unit
|
By
Biju Das
·
#8848
·
|
|
[PATCH v2 5.10.y-cip 01/12] units: Add SI metric prefix definitions
From: Andy Shevchenko <andriy.shevchenko@...>
commit 26471d4a6cf8d5d0bd0fb55c7169de7d67cc703a upstream.
Sometimes it's useful to have well-defined SI metric prefix to be used
to
From: Andy Shevchenko <andriy.shevchenko@...>
commit 26471d4a6cf8d5d0bd0fb55c7169de7d67cc703a upstream.
Sometimes it's useful to have well-defined SI metric prefix to be used
to
|
By
Biju Das
·
#8847
·
|
|
[PATCH v2 5.10.y-cip 00/12] Add thermal driver and watchdog driver enhancements
This patch series aims to add thermal driver support and watchdog driver enhancments
for RZ/G2L platform.
v1->v2:
* Removed patch#1 and updated rzg2l_thermal.c to use kernel.h.
Andy Shevchenko
This patch series aims to add thermal driver support and watchdog driver enhancments
for RZ/G2L platform.
v1->v2:
* Removed patch#1 and updated rzg2l_thermal.c to use kernel.h.
Andy Shevchenko
|
By
Biju Das
·
#8846
·
|
|
4.4 & my availability this week
Hi!
It would not be bad to do 4.4 release this week, but Ill be traveling without internet
access. 4.4-st tree and -cip trees are up-to-date with 4.9.320, with exceptions of random
(and we should
Hi!
It would not be bad to do 4.4 release this week, but Ill be traveling without internet
access. 4.4-st tree and -cip trees are up-to-date with 4.9.320, with exceptions of random
(and we should
|
By
Pavel Machek
·
#8845
·
|
|
Re: [PATCH RESEND 5.10.y-cip 03/13] thermal/drivers: Add TSU driver for RZ/G2L
OK, will upstream these changes.
Thanks and regards,
Biju
OK, will upstream these changes.
Thanks and regards,
Biju
|
By
Biju Das
·
#8844
·
|