*** rajm has joined #cip | 06:00 | |
*** monstr has joined #cip | 06:52 | |
*** alicef has quit IRC | 06:56 | |
*** masami has joined #cip | 08:46 | |
*** alicef has joined #cip | 08:46 | |
*** masashi910 has joined #cip | 08:47 | |
alicef | patersonc[m]: thanks o/ | 08:47 |
---|---|---|
*** iwamatsu_ has joined #cip | 08:58 | |
*** pavel has joined #cip | 08:59 | |
masashi910 | #startmeeting CIP IRC weekly meeting | 09:00 |
brlogger` | Meeting started Thu Jul 29 09:00:00 2021 UTC and is due to finish in 60 minutes. The chair is masashi910. Information about MeetBot at http://wiki.debian.org/MeetBot. | 09:00 |
brlogger` | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 09:00 |
brlogger` | The meeting name has been set to 'cip_irc_weekly_meeting' | 09:00 |
*** brlogger` changes topic to " (Meeting topic: CIP IRC weekly meeting)" | 09:00 | |
masashi910 | #topic rollcall | 09:00 |
*** brlogger` changes topic to "rollcall (Meeting topic: CIP IRC weekly meeting)" | 09:00 | |
masashi910 | please say hi if you're around | 09:00 |
pavel | hi | 09:00 |
masami | hi | 09:00 |
alicef | hi | 09:00 |
iwamatsu_ | hi | 09:00 |
masashi910 | Let's get started. | 09:01 |
patersonc[m] | hi | 09:01 |
masashi910 | #topic AI review | 09:01 |
*** brlogger` changes topic to "AI review (Meeting topic: CIP IRC weekly meeting)" | 09:01 | |
masashi910 | 1. Combine root filesystem with kselftest binary - iwamatsu & alicef | 09:01 |
alicef | there are no news about this | 09:02 |
masashi910 | alicef: Noted. Thanks. | 09:02 |
alicef | I'm starting to fix the the issues on the board that have problem with kselftest | 09:02 |
masashi910 | alicef: Thanks for working on them! | 09:03 |
masashi910 | So, let's move on. | 09:03 |
masashi910 | 2. Do some experiment to lower burdens on CI - patersonc | 09:03 |
patersonc[m] | No updates | 09:03 |
masashi910 | patersonc[m]: Sure. Thanks. | 09:04 |
masashi910 | 3. Update Testing table below with 5.10 info - patersonc | 09:04 |
masashi910 | https://wiki.linuxfoundation.org/civilinfrastructureplatform/ciptesting/centalisedtesting/cioverview | 09:04 |
patersonc[m] | Done! | 09:04 |
masashi910 | patersonc[m]: Great! Thanks! | 09:04 |
masashi910 | I will close this AI. | 09:05 |
masashi910 | any other topics? | 09:05 |
masashi910 | 3 | 09:05 |
masashi910 | 2 | 09:05 |
masashi910 | 1 | 09:05 |
masashi910 | #topic Kernel maintenance updates | 09:05 |
*** brlogger` changes topic to "Kernel maintenance updates (Meeting topic: CIP IRC weekly meeting)" | 09:05 | |
pavel | I have reviewed patches for 5.10.53 and 5.10.54. | 09:06 |
iwamatsu_ | I reviewed 4.9.277 and reviewing 5.10.54. | 09:06 |
masashi910 | pavel, iwamatsu_: Thanks for your works! | 09:06 |
masami | I have CVE summary | 09:07 |
masashi910 | iwamatsu_: Did you review 4.9? or 4.4? | 09:07 |
iwamatsu_ | oh, sorry. 4.4.277. | 09:07 |
masashi910 | iwamatsu_: Got it! Thanks! | 09:08 |
masashi910 | masami: Please go ahead. | 09:08 |
masami | masashi910: okay | 09:08 |
masami | New CVEs | 09:08 |
masami | CVE-2021-3640: there is no fixed information as of 2021/07/29. | 09:08 |
masami | CVE-2021-37576: mainline and stable kernels are fixed. This CVE only affects powerpc architecture. | 09:08 |
masami | Updated CVEs | 09:09 |
masami | CVE-2021-31829 and CVE-2021-22543 I'll check it again. | 09:09 |
masami | Traking CVEs | 09:09 |
masami | CVE-2021-29256: not fiexd in mainline yet | 09:09 |
masami | CVE-2021-31615: not fiexd in mainline yet | 09:09 |
masami | CVE-2021-37159: mainline is not fixed as of 2021/07/29 | 09:09 |
masami | CVE-2021-21781: v4.4 is not fixed as of 2021/07/29. pavel-san commented on email. | 09:09 |
masami | CVE-2021-3655: iwamatsu-san commented on email that 48cd035cad5b5fad0648aa8294c4223bedb166dd is fix this CVE. | 09:09 |
masami | that's all | 09:09 |
masami | iwamatsu_: To fix CVE-2021-3655 is required only 48cd035cad5b5fad0648aa8294c4223bedb166dd ? | 09:09 |
iwamatsu_ | Yes | 09:11 |
masami | iwamatsu_: thank you! | 09:11 |
masami | pavel: I'll update yml file. | 09:11 |
masashi910 | masami: Thanks for your report! | 09:11 |
pavel | masami: I already did some changes to yml, so you may want to do git pull before starting. | 09:12 |
iwamatsu_ | I hava a comment about CVE-2021-21781 | 09:12 |
masami | pavel: Thank you! I pull your change first. | 09:12 |
iwamatsu_ | this patch depends memset32(). but 4.4 and 4.9 does not have this function. | 09:13 |
pavel | iwamatsu_: Aha, so that may be a tiny bit more tricky. | 09:13 |
iwamatsu_ | if we will fix this CVE, we can either add a memset32 function or an equivalent function, or include 3b3c4babd898 ("lib/string.c: add multibyte memset functions") together. | 09:13 |
iwamatsu_ | Pavel, which do you think is better? | 09:13 |
pavel | iwamatsu_: ...or we can just do multibyte memset with a for loop :-). | 09:13 |
iwamatsu_ | hehe | 09:14 |
pavel | It is not completely clear cut, but I guess including 3b3c4babd898 is fine. | 09:14 |
pavel | (As is for loop if 3b3c4babd898 fails to apply for some reason). | 09:15 |
iwamatsu_ | Okay, I will create a patch and send with 3b3c4babd898. thank you for your comment. | 09:15 |
pavel | Thank you! | 09:16 |
masashi910 | iwamatsu_: Thanks! | 09:16 |
masashi910 | Any other topics? | 09:16 |
masashi910 | 3 | 09:16 |
masashi910 | 2 | 09:16 |
masashi910 | 1 | 09:16 |
masashi910 | #topic Kernel testing | 09:16 |
*** brlogger` changes topic to "Kernel testing (Meeting topic: CIP IRC weekly meeting)" | 09:16 | |
alicef | - smc is running in the kernelci | 09:17 |
alicef | - https://staging.kernelci.org/test/job/cip/branch/linux-4.19.y-cip/kernel/v4.19.196-cip53/ | 09:17 |
patersonc[m] | I don't have much to say tbh | 09:17 |
alicef | - added cip instance to the kernelci documentation | 09:17 |
alicef | - https://kernelci.org/docs/team/tsc/#cip-instance | 09:17 |
patersonc[m] | It's all been Alice :) | 09:17 |
alicef | maybe we should add a topic about moving testing to kernelci | 09:17 |
patersonc[m] | yea | 09:18 |
masashi910 | alicef: Thanks for your works! | 09:18 |
patersonc[m] | SMC tests were added to KernelCI | 09:19 |
pavel | What is "SMC"? | 09:19 |
alicef | spectre meltdown check | 09:19 |
patersonc[m] | Almost there | 09:20 |
alicef | this is a example of the results https://staging.kernelci.org/test/plan/id/60fd1c787bf3af6420c28cad/ | 09:20 |
masashi910 | patersonc[m], alicef: Do you think we should add "moving testing to kernelci" as a new topic from next week? I think this can be covered in "Kernel testing", though. | 09:21 |
patersonc[m] | Ah, sorry it's not merged yet. Almost there though: https://github.com/kernelci/kernelci-core/pull/746 | 09:21 |
patersonc[m] | Thanks again alicef | 09:21 |
alicef | is been tested on the testing kernelci instance and waiting for merging the pull request | 09:22 |
alicef | on production | 09:22 |
alicef | masashi910: announce on kernel testing topic is ok for me | 09:24 |
masashi910 | alicef: Thanks for your comment. So, let's stay with it. | 09:24 |
masashi910 | any other topics? | 09:24 |
masashi910 | 3 | 09:24 |
masashi910 | 2 | 09:24 |
masashi910 | 1 | 09:25 |
masashi910 | #topic AOB | 09:25 |
*** brlogger` changes topic to "AOB (Meeting topic: CIP IRC weekly meeting)" | 09:25 | |
masashi910 | Are there any business to discuss? | 09:25 |
masashi910 | 5 | 09:25 |
masashi910 | 4 | 09:25 |
masashi910 | 3 | 09:25 |
masashi910 | 2 | 09:25 |
masashi910 | 1 | 09:25 |
masashi910 | Let's close today's meeting. | 09:25 |
masashi910 | #endmeeting | 09:25 |
brlogger` | Meeting ended Thu Jul 29 09:25:53 2021 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 09:25 |
brlogger` | Minutes: https://irclogs.baserock.org/meetings/cip/2021/07/cip.2021-07-29-09.00.html | 09:25 |
brlogger` | Minutes (text): https://irclogs.baserock.org/meetings/cip/2021/07/cip.2021-07-29-09.00.txt | 09:25 |
brlogger` | Log: https://irclogs.baserock.org/meetings/cip/2021/07/cip.2021-07-29-09.00.log.html | 09:25 |
*** brlogger` changes topic to "Civil Infrastructure Platform Project. Find the logs at https://irclogs.baserock.org/cip/" | 09:25 | |
masashi910 | Thanks, Bye! | 09:25 |
pavel | Thank you! | 09:25 |
iwamatsu_ | thank you | 09:26 |
alicef | thanks you ! | 09:26 |
masami | Thank you ! | 09:26 |
patersonc[m] | Cheers all | 09:26 |
*** pavel has quit IRC | 09:28 | |
*** patersonc[m] has quit IRC | 10:36 | |
*** patersonc[m] has joined #cip | 10:39 | |
*** masashi910 has quit IRC | 10:54 | |
*** monstr has quit IRC | 14:33 | |
*** masami has quit IRC | 14:47 | |
*** toscalix_ has joined #cip | 20:31 | |
*** rajm has quit IRC | 22:00 | |
iwamatsu_ | bry449dj | 22:50 |
iwamatsu_ | hmm, mistook | 22:51 |
*** toscalix_ has quit IRC | 23:23 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!