|
Backporting of security patches for Intel i40e drivers required?
Given that Intel's security notice did not state which patches fixed which issues, nor which commits caused them, I tried to guess which patch fixed which issue, based solely on their descriptions. Th
Given that Intel's security notice did not state which patches fixed which issues, nor which commits caused them, I tried to guess which patch fixed which issue, based solely on their descriptions. Th
|
By
...
· #5578
·
|
|
[cip-kernel-sec 3/3] issues: fill in the description field of remaining CVEs
<daniel.sangorrin@...> wrote: Not at all. I'm merely stating that the descriptions match a known source. ChenYu
<daniel.sangorrin@...> wrote: Not at all. I'm merely stating that the descriptions match a known source. ChenYu
|
By
...
· #5573
·
|
|
CIP IRC weekly meeting today
<masashi.kudo@...> wrote: I might not make it. Here's this week's update: Five new CVEs: - CVE-2019-0145, CVE-2019-0147, CVE-2019-0148 [net/i40e] - Fixed for mainline and 4.19+ - This is
<masashi.kudo@...> wrote: I might not make it. Here's this week's update: Five new CVEs: - CVE-2019-0145, CVE-2019-0147, CVE-2019-0148 [net/i40e] - Fixed for mainline and 4.19+ - This is
|
By
...
· #5513
·
|
|
[cip-kernel-sec 3/3] issues: fill in the description field of remaining CVEs
<daniel.sangorrin@...> wrote: Looks like all the new descriptions were copied from MITRE. Reviewed-by: Chen-Yu Tsai (Moxa) <wens@...>
<daniel.sangorrin@...> wrote: Looks like all the new descriptions were copied from MITRE. Reviewed-by: Chen-Yu Tsai (Moxa) <wens@...>
|
By
...
· #5512
·
|
|
[cip-kernel-sec 2/3] report_affected: Delete extra blank lines between CVEs
Jumped the gun. This patch is no longer needed if you use join() to combine the lines.
Jumped the gun. This patch is no longer needed if you use join() to combine the lines.
|
By
...
· #5511
·
|
|
[cip-kernel-sec 2/3] report_affected: Delete extra blank lines between CVEs
<daniel.sangorrin@...> wrote: Reviewed-by: Chen-Yu Tsai (Moxa) <wens@...> Though these occurrences seem to be very rare.
<daniel.sangorrin@...> wrote: Reviewed-by: Chen-Yu Tsai (Moxa) <wens@...> Though these occurrences seem to be very rare.
|
By
...
· #5510
·
|
|
[cip-kernel-sec 1/3] report_affected: word-wrap for the 'description'
<daniel.sangorrin@...> wrote: I believe it would be better to include the "CVE => " string in the full text passed to textwrap. That would make all lines properly wrapped at the given width.
<daniel.sangorrin@...> wrote: I believe it would be better to include the "CVE => " string in the full text passed to textwrap. That would make all lines properly wrapped at the given width.
|
By
...
· #5509
·
|
|
CIP IRC weekly meeting today
Hi, It's the Mid-Autumn Festival, and we have a long weekend here. So I will not be attending today's meeting. 3 new CVEs this week. Please check the merge request In cip-kernel-sec for details. ChenY
Hi, It's the Mid-Autumn Festival, and we have a long weekend here. So I will not be attending today's meeting. 3 new CVEs this week. Please check the merge request In cip-kernel-sec for details. ChenY
|
By
...
· #5487
·
|
|
improve show-description results
Hi, <daniel.sangorrin@...> wrote: Thanks for submitting these. I'll take a look at them next week, after the long weekend here. ChenYu
Hi, <daniel.sangorrin@...> wrote: Thanks for submitting these. I'll take a look at them next week, after the long weekend here. ChenYu
|
By
...
· #5482
·
|
|
[PATCH 4.4.y-cip 06/11] cpufreq: ti-cpufreq: kfree opp_data when failure
From: Zumeng Chen <zumeng.chen@...> commit 05829d9431df1bf6de98679fbcfbad282c1c55a4 upstream. memory leakage was found by kmemleak. opp_data needs to be freed when failure, including fail_put_no
From: Zumeng Chen <zumeng.chen@...> commit 05829d9431df1bf6de98679fbcfbad282c1c55a4 upstream. memory leakage was found by kmemleak. opp_data needs to be freed when failure, including fail_put_no
|
By
...
· #5430
·
|
|
[PATCH 4.4.y-cip 10/11] ARM: omap2plus_defconfig: Enable support for ti-cpufreq
From: Dave Gerlach <d-gerlach@...> commit 69c8ab148006a2ec7ac1a1f08945e95febc1c132 upstream. AM335x, AM437x, DRA7xx, and AM57xx platforms all now depend on ti-cpufreq driver to enable proper OPPs f
From: Dave Gerlach <d-gerlach@...> commit 69c8ab148006a2ec7ac1a1f08945e95febc1c132 upstream. AM335x, AM437x, DRA7xx, and AM57xx platforms all now depend on ti-cpufreq driver to enable proper OPPs f
|
By
...
· #5429
·
|
|
[PATCH 4.4.y-cip 09/11] cpufreq: dt: Don't use generic platdev driver for ti-cpufreq platforms
From: Dave Gerlach <d-gerlach@...> commit 051bd84bb45bc994b7d762467f60b3bd0c7aa6bc upstream. Some TI platforms, specifically those in the am33xx, am43xx, dra7xx, and am57xx families of SoCs can mak
From: Dave Gerlach <d-gerlach@...> commit 051bd84bb45bc994b7d762467f60b3bd0c7aa6bc upstream. Some TI platforms, specifically those in the am33xx, am43xx, dra7xx, and am57xx families of SoCs can mak
|
By
...
· #5428
·
|
|
[PATCH 4.4.y-cip 05/11] cpufreq: ti: Fix 'of_node_put' being called twice in error handling path
From: Christophe Jaillet <christophe.jaillet@...> commit 9a6e91d08e7707baa2f824257342ca7efcb199bc upstream. If 'dev_pm_opp_set_supported_hw()' fails, 'opp_data->opp_node' refcount will be decre
From: Christophe Jaillet <christophe.jaillet@...> commit 9a6e91d08e7707baa2f824257342ca7efcb199bc upstream. If 'dev_pm_opp_set_supported_hw()' fails, 'opp_data->opp_node' refcount will be decre
|
By
...
· #5427
·
|
|
[PATCH 4.4.y-cip 08/11] cpufreq: ti-cpufreq: Fix an incorrect error return value
From: Suman Anna <s-anna@...> commit e5d295b06d69a1924665a16a4987be475addd00f upstream. Commit 05829d9431df ("cpufreq: ti-cpufreq: kfree opp_data when failure") has fixed a memory leak in the failu
From: Suman Anna <s-anna@...> commit e5d295b06d69a1924665a16a4987be475addd00f upstream. Commit 05829d9431df ("cpufreq: ti-cpufreq: kfree opp_data when failure") has fixed a memory leak in the failu
|
By
...
· #5426
·
|
|
[PATCH 4.4.y-cip 11/11] ARM: dts: am33xx: Add updated operating-points-v2 table for cpu
From: Dave Gerlach <d-gerlach@...> commit 72ac40fcb164a3d8fbd1ff13647abe67df26ced5 upstream. After the ti-cpufreq driver has been added, we can now drop the operating-points table present in am33xx
From: Dave Gerlach <d-gerlach@...> commit 72ac40fcb164a3d8fbd1ff13647abe67df26ced5 upstream. After the ti-cpufreq driver has been added, we can now drop the operating-points table present in am33xx
|
By
...
· #5425
·
|
|
[PATCH 4.4.y-cip 07/11] cpufreq: ti-cpufreq: add missing of_node_put()
From: Zumeng Chen <zumeng.chen@...> commit 248aefdcc3a7e0cfbd014946b4dead63e750e71b upstream. call of_node_put to release the refcount of np. Signed-off-by: Zumeng Chen <zumeng.chen@...> A
From: Zumeng Chen <zumeng.chen@...> commit 248aefdcc3a7e0cfbd014946b4dead63e750e71b upstream. call of_node_put to release the refcount of np. Signed-off-by: Zumeng Chen <zumeng.chen@...> A
|
By
...
· #5424
·
|
|
[PATCH 4.4.y-cip 01/11] PM / OPP: Parse clock-latency and voltage-tolerance for v1 bindings
From: Viresh Kumar <viresh.kumar@...> V2 bindings have better support for clock-latency and voltage-tolerance and doesn't need special care. To use callbacks, like dev_pm_opp_get_max_{transitio
From: Viresh Kumar <viresh.kumar@...> V2 bindings have better support for clock-latency and voltage-tolerance and doesn't need special care. To use callbacks, like dev_pm_opp_get_max_{transitio
|
By
...
· #5423
·
|
|
[PATCH 4.4.y-cip 00/11] ti-cpufreq backport
Hi everyone, This is the final part of MOXA's PM / OPP / ti-cpufreq backport series. Part 2, which consisted of OPP / cpufreq-dt cleanups, is abandoned in favor of directly backporting the ti-cpufreq
Hi everyone, This is the final part of MOXA's PM / OPP / ti-cpufreq backport series. Part 2, which consisted of OPP / cpufreq-dt cleanups, is abandoned in favor of directly backporting the ti-cpufreq
|
By
...
· #5422
·
|
|
[PATCH 4.4.y-cip 04/11] cpufreq: ti: Add cpufreq driver to determine available OPPs at runtime
From: Dave Gerlach <d-gerlach@...> commit e13cf046cd70894393a1085ca39da7ef751353fb upstream. Some TI SoCs, like those in the AM335x, AM437x, DRA7x, and AM57x families= , have different OPPs availab
From: Dave Gerlach <d-gerlach@...> commit e13cf046cd70894393a1085ca39da7ef751353fb upstream. Some TI SoCs, like those in the AM335x, AM437x, DRA7x, and AM57x families= , have different OPPs availab
|
By
...
· #5421
·
|
|
[PATCH 4.4.y-cip 02/11] PM / OPP: Expose _of_get_opp_desc_node as dev_pm_opp API
From: Dave Gerlach <d-gerlach@...> commit 0764c604c8128f17fd740ff8b1701d0a1301eb7e upstream. Rename _of_get_opp_desc_node to dev_pm_opp_of_get_opp_desc_node and add i= t to include/linux/pm_opp.h t
From: Dave Gerlach <d-gerlach@...> commit 0764c604c8128f17fd740ff8b1701d0a1301eb7e upstream. Rename _of_get_opp_desc_node to dev_pm_opp_of_get_opp_desc_node and add i= t to include/linux/pm_opp.h t
|
By
...
· #5420
·
|