| Message ID | 20260210031722.1347242-1-bruce.ashfield@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta,whinlatter,01/02] linux-yocto/6.12: update to v6.12.69 | expand |
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/meta-whinlatter-01-02-linux-yocto-6.12-update-to-v6.12.69.patch FAIL: test commit message user tags: Mbox includes one or more GitHub-style username tags. Ensure that any "@" symbols are stripped out of usernames (test_mbox.TestMbox.test_commit_message_user_tags) PASS: test Signed-off-by presence (test_mbox.TestMbox.test_signed_off_by_presence) PASS: test author valid (test_mbox.TestMbox.test_author_valid) PASS: test commit message presence (test_mbox.TestMbox.test_commit_message_presence) PASS: test mbox format (test_mbox.TestMbox.test_mbox_format) PASS: test non-AUH upgrade (test_mbox.TestMbox.test_non_auh_upgrade) PASS: test shortlog format (test_mbox.TestMbox.test_shortlog_format) PASS: test shortlog length (test_mbox.TestMbox.test_shortlog_length) PASS: test target mailing list (test_mbox.TestMbox.test_target_mailing_list) SKIP: pretest pylint: No python related patches, skipping test (test_python_pylint.PyLint.pretest_pylint) SKIP: test CVE tag format: No new CVE patches introduced (test_patch.TestPatch.test_cve_tag_format) SKIP: test Signed-off-by presence: No new CVE patches introduced (test_patch.TestPatch.test_signed_off_by_presence) SKIP: test Upstream-Status presence: No new CVE patches introduced (test_patch.TestPatch.test_upstream_status_presence_format) SKIP: test bugzilla entry format: No bug ID found (test_mbox.TestMbox.test_bugzilla_entry_format) SKIP: test pylint: No python related patches, skipping test (test_python_pylint.PyLint.test_pylint) SKIP: test series merge on head: Merge test is disabled for now (test_mbox.TestMbox.test_series_merge_on_head) --- Please address the issues identified and submit a new revision of the patch, or alternatively, reply to this email with an explanation of why the patch should be accepted. If you believe these results are due to an error in patchtest, please submit a bug at https://bugzilla.yoctoproject.org/ (use the 'Patchtest' category under 'Yocto Project Subprojects'). For more information on specific failures, see: https://wiki.yoctoproject.org/wiki/Patchtest. Thank you!
On Tue Feb 10, 2026 at 5:44 PM CET, Bruce Ashfield wrote: > On Tue, Feb 10, 2026 at 11:19 AM Yoann Congal <yoann.congal@smile.fr> wrote: > >> On Tue Feb 10, 2026 at 4:17 AM CET, Bruce Ashfield via >> lists.openembedded.org wrote: >> > From: Bruce Ashfield <bruce.ashfield@gmail.com> >> > >> > Data pulled from: https://github.com/CVEProject/cvelistV5 >> > >> > 1/1 [ >> > Author: cvelistV5 Github Action >> > Email: github_action@example.com >> > Subject: 5 changes (0 new | 5 updated): - 0 new CVEs: - 5 >> updated CVEs: CVE-2025-13881, CVE-2025-14559, CVE-2025-14778, >> CVE-2026-1486, CVE-2026-1529 >> > Date: Tue, 10 Feb 2026 01:34:41 +0000 >> > >> > ] >> > >> > Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> >> > --- >> > .../linux/cve-exclusion_6.12.inc | 13004 ++++++++++------ >> > 1 file changed, 7873 insertions(+), 5131 deletions(-) >> >> Hello, >> >> Interestingly, this patch does not show up in patchwork: >> https://patchwork.yoctoproject.org/project/oe-core/list/?series=43181 >> (this link should display the 2 patches of this series by only display >> 01/02) >> >> I'll note to manually import the patch. >> > > > I stripped the cover letter from the -stable sends that I did, as it didn't > add any value. > > Would including the 0/N cover letter help it be picked up ? My gut feeling is that this 02/02 triggers some length/size limit. The mail is >18k lines and >800kB. I don't think a 0/N would change that. I opened https://bugzilla.yoctoproject.org/show_bug.cgi?id=16167 to track that. Thanks!
On Tue Feb 10, 2026 at 4:31 AM CET, Patchtest via lists.openembedded.org wrote: > Thank you for your submission. Patchtest identified one > or more issues with the patch. Please see the log below for > more information: > > --- > Testing patch /home/patchtest/share/mboxes/meta-whinlatter-01-02-linux-yocto-6.12-update-to-v6.12.69.patch > > FAIL: test commit message user tags: Mbox includes one or more GitHub-style username tags. Ensure that any "@" symbols are stripped out of usernames (test_mbox.TestMbox.test_commit_message_user_tags) Bruce, this error is caused by those lines: > a1bf8ea50cbc4 mm, kfence: describe @slab parameter in __kfence_obj_info() > d11475ea5c2a5 textsearch: describe @list member in ts_ops search > 7a01b91ad6327 mm: describe @flags parameter in memalloc_flags_save() > 18b6574d4c647 net: bridge: Describe @tunnel_hash member in net_bridge_vlan_group struct Do you plan to send a v2 with a fix? Alternatively, If you are OK with it, I can simply remove the '@' when importing the patch in my branch. Thanks! > PASS: test Signed-off-by presence (test_mbox.TestMbox.test_signed_off_by_presence) > PASS: test author valid (test_mbox.TestMbox.test_author_valid) > PASS: test commit message presence (test_mbox.TestMbox.test_commit_message_presence) > PASS: test mbox format (test_mbox.TestMbox.test_mbox_format) > PASS: test non-AUH upgrade (test_mbox.TestMbox.test_non_auh_upgrade) > PASS: test shortlog format (test_mbox.TestMbox.test_shortlog_format) > PASS: test shortlog length (test_mbox.TestMbox.test_shortlog_length) > PASS: test target mailing list (test_mbox.TestMbox.test_target_mailing_list) > > SKIP: pretest pylint: No python related patches, skipping test (test_python_pylint.PyLint.pretest_pylint) > SKIP: test CVE tag format: No new CVE patches introduced (test_patch.TestPatch.test_cve_tag_format) > SKIP: test Signed-off-by presence: No new CVE patches introduced (test_patch.TestPatch.test_signed_off_by_presence) > SKIP: test Upstream-Status presence: No new CVE patches introduced (test_patch.TestPatch.test_upstream_status_presence_format) > SKIP: test bugzilla entry format: No bug ID found (test_mbox.TestMbox.test_bugzilla_entry_format) > SKIP: test pylint: No python related patches, skipping test (test_python_pylint.PyLint.test_pylint) > SKIP: test series merge on head: Merge test is disabled for now (test_mbox.TestMbox.test_series_merge_on_head) > > --- > > Please address the issues identified and > submit a new revision of the patch, or alternatively, reply to this > email with an explanation of why the patch should be accepted. If you > believe these results are due to an error in patchtest, please submit a > bug at https://bugzilla.yoctoproject.org/ (use the 'Patchtest' category > under 'Yocto Project Subprojects'). For more information on specific > failures, see: https://wiki.yoctoproject.org/wiki/Patchtest. Thank > you!
On Tue, Feb 10, 2026 at 12:04 PM Yoann Congal <yoann.congal@smile.fr> wrote: > On Tue Feb 10, 2026 at 4:31 AM CET, Patchtest via lists.openembedded.org > wrote: > > Thank you for your submission. Patchtest identified one > > or more issues with the patch. Please see the log below for > > more information: > > > > --- > > Testing patch > /home/patchtest/share/mboxes/meta-whinlatter-01-02-linux-yocto-6.12-update-to-v6.12.69.patch > > > > FAIL: test commit message user tags: Mbox includes one or more > GitHub-style username tags. Ensure that any "@" symbols are stripped out of > usernames (test_mbox.TestMbox.test_commit_message_user_tags) > > Bruce, this error is caused by those lines: > > a1bf8ea50cbc4 mm, kfence: describe @slab parameter in > __kfence_obj_info() > > d11475ea5c2a5 textsearch: describe @list member in ts_ops search > > 7a01b91ad6327 mm: describe @flags parameter in memalloc_flags_save() > > 18b6574d4c647 net: bridge: Describe @tunnel_hash member in > net_bridge_vlan_group struct > Do you plan to send a v2 with a fix? > > Alternatively, If you are OK with it, I can simply remove the '@' when > importing the patch in my branch. > Neither. Patchtest is wrong on this. Those are upstream commit shortlogs, leave them as-is. We've been doing that, and ignoring patchtest for several years with that warning. Bruce > > Thanks! > > > PASS: test Signed-off-by presence > (test_mbox.TestMbox.test_signed_off_by_presence) > > PASS: test author valid (test_mbox.TestMbox.test_author_valid) > > PASS: test commit message presence > (test_mbox.TestMbox.test_commit_message_presence) > > PASS: test mbox format (test_mbox.TestMbox.test_mbox_format) > > PASS: test non-AUH upgrade (test_mbox.TestMbox.test_non_auh_upgrade) > > PASS: test shortlog format (test_mbox.TestMbox.test_shortlog_format) > > PASS: test shortlog length (test_mbox.TestMbox.test_shortlog_length) > > PASS: test target mailing list > (test_mbox.TestMbox.test_target_mailing_list) > > > > SKIP: pretest pylint: No python related patches, skipping test > (test_python_pylint.PyLint.pretest_pylint) > > SKIP: test CVE tag format: No new CVE patches introduced > (test_patch.TestPatch.test_cve_tag_format) > > SKIP: test Signed-off-by presence: No new CVE patches introduced > (test_patch.TestPatch.test_signed_off_by_presence) > > SKIP: test Upstream-Status presence: No new CVE patches introduced > (test_patch.TestPatch.test_upstream_status_presence_format) > > SKIP: test bugzilla entry format: No bug ID found > (test_mbox.TestMbox.test_bugzilla_entry_format) > > SKIP: test pylint: No python related patches, skipping test > (test_python_pylint.PyLint.test_pylint) > > SKIP: test series merge on head: Merge test is disabled for now > (test_mbox.TestMbox.test_series_merge_on_head) > > > > --- > > > > Please address the issues identified and > > submit a new revision of the patch, or alternatively, reply to this > > email with an explanation of why the patch should be accepted. If you > > believe these results are due to an error in patchtest, please submit a > > bug at https://bugzilla.yoctoproject.org/ (use the 'Patchtest' category > > under 'Yocto Project Subprojects'). For more information on specific > > failures, see: https://wiki.yoctoproject.org/wiki/Patchtest. Thank > > you! > > > -- > Yoann Congal > Smile ECS > >
On Tue Feb 10, 2026 at 6:22 PM CET, Bruce Ashfield wrote: > On Tue, Feb 10, 2026 at 12:04 PM Yoann Congal <yoann.congal@smile.fr> wrote: > >> On Tue Feb 10, 2026 at 4:31 AM CET, Patchtest via lists.openembedded.org >> wrote: >> > Thank you for your submission. Patchtest identified one >> > or more issues with the patch. Please see the log below for >> > more information: >> > >> > --- >> > Testing patch >> /home/patchtest/share/mboxes/meta-whinlatter-01-02-linux-yocto-6.12-update-to-v6.12.69.patch >> > >> > FAIL: test commit message user tags: Mbox includes one or more >> GitHub-style username tags. Ensure that any "@" symbols are stripped out of >> usernames (test_mbox.TestMbox.test_commit_message_user_tags) >> >> Bruce, this error is caused by those lines: >> > a1bf8ea50cbc4 mm, kfence: describe @slab parameter in >> __kfence_obj_info() >> > d11475ea5c2a5 textsearch: describe @list member in ts_ops search >> > 7a01b91ad6327 mm: describe @flags parameter in memalloc_flags_save() >> > 18b6574d4c647 net: bridge: Describe @tunnel_hash member in >> net_bridge_vlan_group struct >> Do you plan to send a v2 with a fix? >> >> Alternatively, If you are OK with it, I can simply remove the '@' when >> importing the patch in my branch. >> > > Neither. > > Patchtest is wrong on this. Those are upstream commit shortlogs, > leave them as-is. > > We've been doing that, and ignoring patchtest for several years with > that warning. I was not aware of that. Thanks, I will proceed with the patch as-is. > Bruce > > > >> >> Thanks! >> >> > PASS: test Signed-off-by presence >> (test_mbox.TestMbox.test_signed_off_by_presence) >> > PASS: test author valid (test_mbox.TestMbox.test_author_valid) >> > PASS: test commit message presence >> (test_mbox.TestMbox.test_commit_message_presence) >> > PASS: test mbox format (test_mbox.TestMbox.test_mbox_format) >> > PASS: test non-AUH upgrade (test_mbox.TestMbox.test_non_auh_upgrade) >> > PASS: test shortlog format (test_mbox.TestMbox.test_shortlog_format) >> > PASS: test shortlog length (test_mbox.TestMbox.test_shortlog_length) >> > PASS: test target mailing list >> (test_mbox.TestMbox.test_target_mailing_list) >> > >> > SKIP: pretest pylint: No python related patches, skipping test >> (test_python_pylint.PyLint.pretest_pylint) >> > SKIP: test CVE tag format: No new CVE patches introduced >> (test_patch.TestPatch.test_cve_tag_format) >> > SKIP: test Signed-off-by presence: No new CVE patches introduced >> (test_patch.TestPatch.test_signed_off_by_presence) >> > SKIP: test Upstream-Status presence: No new CVE patches introduced >> (test_patch.TestPatch.test_upstream_status_presence_format) >> > SKIP: test bugzilla entry format: No bug ID found >> (test_mbox.TestMbox.test_bugzilla_entry_format) >> > SKIP: test pylint: No python related patches, skipping test >> (test_python_pylint.PyLint.test_pylint) >> > SKIP: test series merge on head: Merge test is disabled for now >> (test_mbox.TestMbox.test_series_merge_on_head) >> > >> > --- >> > >> > Please address the issues identified and >> > submit a new revision of the patch, or alternatively, reply to this >> > email with an explanation of why the patch should be accepted. If you >> > believe these results are due to an error in patchtest, please submit a >> > bug at https://bugzilla.yoctoproject.org/ (use the 'Patchtest' category >> > under 'Yocto Project Subprojects'). For more information on specific >> > failures, see: https://wiki.yoctoproject.org/wiki/Patchtest. Thank >> > you! >> >> >> -- >> Yoann Congal >> Smile ECS >> >>
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb b/meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb index c4cef55c86..e720629b14 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb @@ -14,13 +14,13 @@ python () { raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") } -SRCREV_machine ?= "b23e01aff4eb21167db80c8d178ffeaf174be51c" -SRCREV_meta ?= "204830448d850850867fa4ca7ee0dab04fdb7011" +SRCREV_machine ?= "35d6569f165579f64f76cbdfd1feb41a2b5359ec" +SRCREV_meta ?= "5b1ff7df002df6e7069a53b361d9e8f5f9df3aac" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.12;destsuffix=${KMETA};protocol=https" -LINUX_VERSION ?= "6.12.60" +LINUX_VERSION ?= "6.12.69" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb index 2818a9fd40..164557eaa0 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb @@ -8,7 +8,7 @@ require recipes-kernel/linux/linux-yocto.inc # CVE exclusions include recipes-kernel/linux/cve-exclusion_6.12.inc -LINUX_VERSION ?= "6.12.60" +LINUX_VERSION ?= "6.12.69" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" @@ -17,8 +17,8 @@ DEPENDS += "openssl-native util-linux-native" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "cd2fe60ac1c07ad28e3c84e4325c3f8163ce3719" -SRCREV_meta ?= "204830448d850850867fa4ca7ee0dab04fdb7011" +SRCREV_machine ?= "a7fbaf7533ae7ebc35f56c0dfb86970eda4d721c" +SRCREV_meta ?= "5b1ff7df002df6e7069a53b361d9e8f5f9df3aac" PV = "${LINUX_VERSION}+git" diff --git a/meta/recipes-kernel/linux/linux-yocto_6.12.bb b/meta/recipes-kernel/linux/linux-yocto_6.12.bb index 4a82ea08a2..91b013f498 100644 --- a/meta/recipes-kernel/linux/linux-yocto_6.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto_6.12.bb @@ -18,25 +18,25 @@ KBRANCH:qemux86.104 ?= "v6.12/standard/base" KBRANCH:qemuloongarch64 ?= "v6.12/standard/base" KBRANCH:qemumips64 ?= "v6.12/standard/mti-malta64" -SRCREV_machine:qemuarm ?= "0435f9a900bbfb3daa3a28123d517c6437831628" -SRCREV_machine:qemuarm64 ?= "cd2fe60ac1c07ad28e3c84e4325c3f8163ce3719" -SRCREV_machine:qemuloongarch64 ?= "cd2fe60ac1c07ad28e3c84e4325c3f8163ce3719" -SRCREV_machine:qemumips ?= "07d29856173d5d2cec0a67801492a95a00e03491" -SRCREV_machine:qemuppc ?= "cd2fe60ac1c07ad28e3c84e4325c3f8163ce3719" -SRCREV_machine:qemuriscv64 ?= "cd2fe60ac1c07ad28e3c84e4325c3f8163ce3719" -SRCREV_machine:qemuriscv32 ?= "cd2fe60ac1c07ad28e3c84e4325c3f8163ce3719" -SRCREV_machine:qemux86 ?= "cd2fe60ac1c07ad28e3c84e4325c3f8163ce3719" -SRCREV_machine:qemux86-64 ?= "cd2fe60ac1c07ad28e3c84e4325c3f8163ce3719" -SRCREV_machine:qemumips64 ?= "f21d4ebef1ebdfd38a182e87c7bdaad6fe79ba3c" -SRCREV_machine ?= "cd2fe60ac1c07ad28e3c84e4325c3f8163ce3719" -SRCREV_meta ?= "204830448d850850867fa4ca7ee0dab04fdb7011" +SRCREV_machine:qemuarm ?= "4c24c5ab253ea3f46bb578fe43d25877bc269206" +SRCREV_machine:qemuarm64 ?= "a7fbaf7533ae7ebc35f56c0dfb86970eda4d721c" +SRCREV_machine:qemuloongarch64 ?= "a7fbaf7533ae7ebc35f56c0dfb86970eda4d721c" +SRCREV_machine:qemumips ?= "377285b4e49c411f89784c6b1c374dbfb634e253" +SRCREV_machine:qemuppc ?= "a7fbaf7533ae7ebc35f56c0dfb86970eda4d721c" +SRCREV_machine:qemuriscv64 ?= "a7fbaf7533ae7ebc35f56c0dfb86970eda4d721c" +SRCREV_machine:qemuriscv32 ?= "a7fbaf7533ae7ebc35f56c0dfb86970eda4d721c" +SRCREV_machine:qemux86 ?= "a7fbaf7533ae7ebc35f56c0dfb86970eda4d721c" +SRCREV_machine:qemux86-64 ?= "a7fbaf7533ae7ebc35f56c0dfb86970eda4d721c" +SRCREV_machine:qemumips64 ?= "f2e77270b007d80acbfc32114e81d1abc411e8b4" +SRCREV_machine ?= "a7fbaf7533ae7ebc35f56c0dfb86970eda4d721c" +SRCREV_meta ?= "5b1ff7df002df6e7069a53b361d9e8f5f9df3aac" # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll # get the <version>/base branch, which is pure upstream -stable, and the same # meta SRCREV as the linux-yocto-standard builds. Select your version using the # normal PREFERRED_VERSION settings. BBCLASSEXTEND = "devupstream:target" -SRCREV_machine:class-devupstream ?= "318a47068f7b88de838518897500d7509e3fe205" +SRCREV_machine:class-devupstream ?= "ff2177382799753070b71747f646963147eabc7c" PN:class-devupstream = "linux-yocto-upstream" KBRANCH:class-devupstream = "v6.12/base" @@ -44,7 +44,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.12;destsuffix=${KMETA};protocol=https" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" -LINUX_VERSION ?= "6.12.60" +LINUX_VERSION ?= "6.12.69" PV = "${LINUX_VERSION}+git"