diff mbox series

[kirkstone] binutils: Fix CVE-2022-47008

Message ID 20230906073202.480705-1-Deepthi.Hemraj@windriver.com
State New, archived
Headers show
Series [kirkstone] binutils: Fix CVE-2022-47008 | expand

Commit Message

Deepthi H Sept. 6, 2023, 7:32 a.m. UTC
Signed-off-by: Deepthi Hemraj <Deepthi.Hemraj@windriver.com>
---
 meta/recipes-devtools/binutils/binutils-2.38.inc | 1 +
 1 file changed, 1 insertion(+)

Comments

Lee, Chee Yang Sept. 6, 2023, 7:48 a.m. UTC | #1
> -----Original Message-----
> From: openembedded-core@lists.openembedded.org <openembedded-
> core@lists.openembedded.org> On Behalf Of Hemraj, Deepthi via
> lists.openembedded.org
> Sent: Wednesday, September 6, 2023 3:32 PM
> To: openembedded-core@lists.openembedded.org
> Cc: Randy.MacLeod@windriver.com; Umesh.Kalappa@windriver.com;
> Naveen.Gowda@windriver.com; Shivaprasad.Moodalappa@windriver.com;
> Sundeep.Kokkonda@windriver.com
> Subject: [OE-core] [kirkstone][PATCH] binutils: Fix CVE-2022-47008
> 
> Signed-off-by: Deepthi Hemraj <Deepthi.Hemraj@windriver.com>
> ---
>  meta/recipes-devtools/binutils/binutils-2.38.inc | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta/recipes-devtools/binutils/binutils-2.38.inc b/meta/recipes-
> devtools/binutils/binutils-2.38.inc
> index 5c3ff3d93a..9bcf7ad4f5 100644
> --- a/meta/recipes-devtools/binutils/binutils-2.38.inc
> +++ b/meta/recipes-devtools/binutils/binutils-2.38.inc
> @@ -56,5 +56,6 @@ SRC_URI = "\
>       file://0023-CVE-2023-25585.patch \
>       file://0026-CVE-2023-1972.patch \
>       file://0025-CVE-2023-25588.patch \
> +     file://0027-CVE-2022-47008.patch \[] 

missing patch file ?

Chee Yang
Deepthi.Hemraj@eng.windriver.com Sept. 6, 2023, 9:45 a.m. UTC | #2
Hi Chee Yang,

Sorry for missing out the patch file.
I have sent a separate mail that contains patch as :-
https://lists.openembedded.org/g/openembedded-core/message/187288
[kirkstone][PATCH V2] binutils: Fix CVE-2022-47008

Thanks,
Deepthi
Steve Sakoman Sept. 6, 2023, 1:03 p.m. UTC | #3
Hi Deepthi,

Thanks for helping with CVEs.

In the future when you submit multiple patches for the same recipe
please do so as a patch series.  That way I'll know what the intended
ordering is without having to examine the patch content.

Thanks,

Steve

On Tue, Sep 5, 2023 at 11:46 PM <Deepthi.Hemraj@eng.windriver.com> wrote:
>
> Hi Chee Yang,
>
> Sorry for missing out the patch file.
> I have sent a separate mail that contains patch as :-
> https://lists.openembedded.org/g/openembedded-core/message/187288
> [kirkstone][PATCH V2] binutils: Fix CVE-2022-47008
>
> Thanks,
> Deepthi
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#187290): https://lists.openembedded.org/g/openembedded-core/message/187290
> Mute This Topic: https://lists.openembedded.org/mt/101188282/3620601
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [steve@sakoman.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Steve Sakoman Sept. 6, 2023, 1:21 p.m. UTC | #4
On Wed, Sep 6, 2023 at 3:04 AM Steve Sakoman via
lists.openembedded.org <steve=sakoman.com@lists.openembedded.org>
wrote:
>
> Hi Deepthi,
>
> Thanks for helping with CVEs.
>
> In the future when you submit multiple patches for the same recipe
> please do so as a patch series.  That way I'll know what the intended
> ordering is without having to examine the patch content.

Actually, could you please resubmit as a patch series? No ordering
works as is, the second patch in a series for the same recipe must
take the first into account.

Steve

> Thanks,
>
> Steve
>
> On Tue, Sep 5, 2023 at 11:46 PM <Deepthi.Hemraj@eng.windriver.com> wrote:
> >
> > Hi Chee Yang,
> >
> > Sorry for missing out the patch file.
> > I have sent a separate mail that contains patch as :-
> > https://lists.openembedded.org/g/openembedded-core/message/187288
> > [kirkstone][PATCH V2] binutils: Fix CVE-2022-47008
> >
> > Thanks,
> > Deepthi
> >
> >
> >
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#187312): https://lists.openembedded.org/g/openembedded-core/message/187312
> Mute This Topic: https://lists.openembedded.org/mt/101188282/3620601
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [steve@sakoman.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta/recipes-devtools/binutils/binutils-2.38.inc b/meta/recipes-devtools/binutils/binutils-2.38.inc
index 5c3ff3d93a..9bcf7ad4f5 100644
--- a/meta/recipes-devtools/binutils/binutils-2.38.inc
+++ b/meta/recipes-devtools/binutils/binutils-2.38.inc
@@ -56,5 +56,6 @@  SRC_URI = "\
      file://0023-CVE-2023-25585.patch \
      file://0026-CVE-2023-1972.patch \
      file://0025-CVE-2023-25588.patch \
+     file://0027-CVE-2022-47008.patch \
 "
 S  = "${WORKDIR}/git"