All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yoann Congal" <yoann.congal@smile.fr>
To: "Deepak Rathore -X (deeratho - E INFOCHIPS PRIVATE LIMITED at
	Cisco)" <deeratho@cisco.com>,
	"openembedded-core@lists.openembedded.org"
	<openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core][wrynose][PATCH 1/8] curl: fix CVE-2026-8286
Date: Thu, 27 Aug 2026 08:53:15 +0200	[thread overview]
Message-ID: <DKZJ0ZDGIXW1.2LVIG3CITIMIS@smile.fr> (raw)
In-Reply-To: <DM4SPRMB0074234D2F9F4B5F7D54EA6CC4AE2@DM4SPRMB0074.namprd11.prod.outlook.com>

On Wed Aug 26, 2026 at 10:47 AM CEST, Deepak Rathore -X (deeratho - E INFOCHIPS PRIVATE LIMITED at Cisco) wrote:
> Hi Yoann,
> Thank you for your review and feedback.
> These patches were originally prepared on top of the curl CVE fix
> series that is currently under review and already present in the
> wrynose/wrynose-nut review branches:
>
>   *
> curl: fix CVE-2026-4873 - openembedded-core-contrib - OpenEmbedded Core user contribution trees<https://git.openembedded.org/openembedded-core-contrib/commit/?h=stable/wrynose-nut&id=7e44b94a57a1b7d9ec043554fb7f1f4c3fbfbbaf>
>   *
> [wrynose,v4] curl: fix CVE-2026-4873 - Patchwork<https://patchwork.yoctoproject.org/project/oe-core/patch/20260731061427.14543-1-deeratho@cisco.com/>
>
> Because the remaining curl CVE patches in this series were developed
> on top of that patch, rebasing everything on the current wrynose
> review branch would require additional rebasing work once
> CVE-2026-4873 is merged. If you apply current curl patches on top of
> this CVE-2026-4873 fix, then there will be no build failure. Could you
> please advise on the preferred approach in this situation?
> I appreciate your guidance.
> Regards,
> Deepak Rathore

Ok, there was a bad interaction with other curl patches in my series but
those are gone now.
So, this series does apply cleanly and I've added it to my review
branch.

Thanks!

> ________________________________
> From: Yoann Congal <yoann.congal@smile.fr>
> Sent: Tuesday, August 25, 2026 8:34 PM
> To: Deepak Rathore -X (deeratho - E INFOCHIPS PRIVATE LIMITED at Cisco) <deeratho@cisco.com>; openembedded-core@lists.openembedded.org <openembedded-core@lists.openembedded.org>
> Subject: Re: [OE-core][wrynose][PATCH 1/8] curl: fix CVE-2026-8286
>
> On Wed Aug 5, 2026 at 10:30 AM CEST, Deepak Rathore via lists.openembedded.org wrote:
>> From: Deepak Rathore <deeratho@cisco.com>
>>
>> This patch applies the upstream curl security fix backport for
>> CVE-2026-8286. The upstream fix commit is referenced in [1],
>> and the public curl advisory is referenced in [2]. The backported
>> commit link is also recorded in the embedded patch header.
>>
>> [1] https://github.com/curl/curl/commit/a86efdd7ca5433de9231e650f18247de8319ad16
>> [2] https://curl.se/docs/CVE-2026-8286.html
>>
>> Signed-off-by: Deepak Rathore <deeratho@cisco.com>
>> ---
>>  .../curl/curl/CVE-2026-8286.patch             | 81 +++++++++++++++++++
>>  meta/recipes-support/curl/curl_8.19.0.bb      |  1 +
>>  2 files changed, 82 insertions(+)
>>  create mode 100644 meta/recipes-support/curl/curl/CVE-2026-8286.patch
>
> Hello,
>
> This series does not apply on top of the review branch anymore:
> https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/wrynose-review
> |ERROR: curl-8.19.0-r0 do_patch: Applying patch '.../wrynose/bitbake-builds/poky-wrynose/layers/openembedded-core/meta/recipes-support/curl/curl/CVE-2026-8927.patch' on target directory '.../wrynose/bitbake-builds/poky-wrynose/build/tmp/work/x86-64-v3-poky-linux/curl/8.19.0/sources/curl-8.19.0'
> |CmdError('quilt --quiltrc .../wrynose/bitbake-builds/poky-wrynose/build/tmp/work/x86-64-v3-poky-linux/curl/8.19.0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch CVE-2026-8927.patch
> |patching file lib/url.c
> |patching file lib/urldata.h
> |patching file tests/data/Makefile.am
> |Hunk #1 FAILED at 218.
> |1 out of 1 hunk FAILED -- rejects in file tests/data/Makefile.am
> |patching file tests/data/test1647
> |patching file tests/libtest/Makefile.inc
> |Hunk #1 FAILED at 100.
> |1 out of 1 hunk FAILED -- rejects in file tests/libtest/Makefile.inc
> |patching file tests/libtest/lib1647.c
> |Patch CVE-2026-8927.patch does not apply (enforce with -f)
> |
> |stderr: ')
> |ERROR: Logfile of failure stored in: .../wrynose/bitbake-builds/poky-wrynose/build/tmp/work/x86-64-v3-poky-linux/curl/8.19.0/temp/log.do_patch.468848
> |ERROR: Task (.../wrynose/bitbake-builds/poky-wrynose/layers/openembedded-core/meta/recipes-support/curl/curl_8.19.0.bb:do_patch) failed with exit code '1'
>
> Can you please rebase and send a v2?
>
> Please note that there are other pending curl CVE patches, I'd recommand
> reviewing/testing patches to identify conflict at the earliest.
>
> Thanks!
> --
> Yoann Congal
> Smile ECS


-- 
Yoann Congal
Smile ECS



  reply	other threads:[~2026-08-27  6:53 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-05  8:30 [OE-core][wrynose][PATCH 0/8] curl: Security fixes Deepak Rathore -X (deeratho - E INFOCHIPS PRIVATE LIMITED at Cisco)
2026-08-05  8:30 ` [OE-core][wrynose][PATCH 1/8] curl: fix CVE-2026-8286 Deepak Rathore -X (deeratho - E INFOCHIPS PRIVATE LIMITED at Cisco)
2026-08-25 15:04   ` Yoann Congal
2026-08-26  8:47     ` Deepak Rathore -X (deeratho - E INFOCHIPS PRIVATE LIMITED at Cisco)
2026-08-27  6:53       ` Yoann Congal [this message]
2026-08-27 10:51         ` Deepak Rathore -X (deeratho - E INFOCHIPS PRIVATE LIMITED at Cisco)
2026-08-05  8:30 ` [OE-core][wrynose][PATCH 2/8] curl: set CVE_STATUS for CVE-2026-8924 Deepak Rathore -X (deeratho - E INFOCHIPS PRIVATE LIMITED at Cisco)
2026-08-05  8:30 ` [OE-core][wrynose][PATCH 3/8] curl: fix CVE-2026-8927 Deepak Rathore -X (deeratho - E INFOCHIPS PRIVATE LIMITED at Cisco)
2026-08-05  8:30 ` [OE-core][wrynose][PATCH 4/8] curl: fix CVE-2026-8932 Deepak Rathore -X (deeratho - E INFOCHIPS PRIVATE LIMITED at Cisco)
2026-08-05  8:31 ` [OE-core][wrynose][PATCH 5/8] curl: fix CVE-2026-8458 Deepak Rathore -X (deeratho - E INFOCHIPS PRIVATE LIMITED at Cisco)
2026-08-28 15:07   ` Yoann Congal
2026-08-05  8:31 ` [OE-core][wrynose][PATCH 6/8] curl: fix CVE-2026-11856 Deepak Rathore -X (deeratho - E INFOCHIPS PRIVATE LIMITED at Cisco)
2026-08-28 15:24   ` Yoann Congal
2026-08-31  9:49     ` Deepak Rathore -X (deeratho - E INFOCHIPS PRIVATE LIMITED at Cisco)
2026-08-05  8:31 ` [OE-core][wrynose][PATCH 7/8] curl: set CVE_STATUS for CVE-2026-9547 Deepak Rathore -X (deeratho - E INFOCHIPS PRIVATE LIMITED at Cisco)
2026-08-05  8:31 ` [OE-core][wrynose][PATCH 8/8] curl: set CVE_STATUS for CVE-2026-12064 Deepak Rathore -X (deeratho - E INFOCHIPS PRIVATE LIMITED at Cisco)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DKZJ0ZDGIXW1.2LVIG3CITIMIS@smile.fr \
    --to=yoann.congal@smile.fr \
    --cc=deeratho@cisco.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.