12:01:01 <jki> #startmeeting CIP IRC weekly meeting
12:01:01 <collab-meetbot> Meeting started Thu Sep 10 12:01:01 2026 UTC and is due to finish in 60 minutes.  The chair is jki. Information about MeetBot at http://wiki.debian.org/MeetBot.
12:01:01 <collab-meetbot> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
12:01:01 <collab-meetbot> The meeting name has been set to 'cip_irc_weekly_meeting'
12:01:07 <jki> #topic AI review
12:01:15 <jki> <empty>
12:01:22 <jki> 5
12:01:24 <jki> 4
12:01:26 <jki> 3
12:01:27 <iwamatsu> hello
12:01:28 <jki> 2
12:01:30 <jki> 1
12:01:33 <jki> #topic Kernel maintenance updates
12:01:43 <masami> This week reported 200 new CVEs and 14 updated CVEs.
12:02:03 <pave1> I'm doing reviews:
12:02:03 <uli_> i worked on 4.19, starting with 4.4
12:02:22 <pave1> 4.19-st20 and 6.12.109.
12:02:55 <iwamatsu> I reviewed from 6.12.978 to 101. And  I am reviewing 4.19-st20.
12:03:59 <jki> anything else?
12:04:19 <jki> 5
12:04:21 <jki> 4
12:04:22 <jki> 3
12:04:24 <jki> 2
12:04:26 <jki> 1
12:04:30 <jki> #topic Kernel release status
12:04:49 <jki> late now: 4.19, 5.10, 6.1
12:05:01 <jki> 4.19 is ready now?
12:05:04 <uli_> my plan is to release 4.19 tomorrow
12:05:12 <jki> ok
12:05:14 <uli_> because i won't be available next week
12:05:29 <iwamatsu> for 5.10.y , I am going to release tomorrow.
12:06:03 <jki> pavel: please check 4.19-rt then
12:06:11 <jki> any blockers for 6.1?
12:06:21 <pave1> jki: Yes, that's a plan.
12:06:39 <pave1> iwamatsu: Rather recent 5.10.y-rt should be available. Not moving -cip ahead of that would help me.
12:07:09 <iwamatsu> pave1: OK!
12:07:20 <pave1> Thank you!
12:07:35 <iwamatsu> for 6.1.y, I am going to work too.
12:08:31 <jki> iwamatsu: quite a lot on your table now
12:08:40 <jki> please raise a hand if it gets too much regularly
12:09:06 <iwamatsu> jki: OK, thank you.
12:09:48 <jki> anythhing else regarding releases?
12:10:10 <jki> 5
12:10:12 <jki> 4
12:10:14 <jki> 3
12:10:16 <jki> 2
12:10:18 <jki> 1
12:10:20 <jki> #topic Kernel testing
12:10:30 <patersonc> Hello
12:10:36 <patersonc> The TI lab is back online now
12:11:10 <patersonc> I'm just adding stable-rc support for 7.2.y (sorry for the delay)
12:11:40 <jki> Prague lab is apparently offline
12:12:02 <patersonc> I think on purpose though
12:12:11 <jki> just checking...
12:12:21 <jki> yeah, it is
12:12:25 <patersonc> Pasquale said he was going to update it today
12:13:00 <jki> good
12:14:02 <patersonc> I have no more news tbh
12:14:14 <pave1> 7.2 testing -- where can I get the results?
12:14:44 <pave1> Aha, sorry, it is online already.
12:15:06 <pave1> https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/tree/linux-7.2.y
12:15:18 <patersonc> Yea, first build is in progress
12:16:19 <jki> any other testing topics?
12:16:39 <jki> 5
12:16:41 <jki> 4
12:16:42 <jki> 3
12:16:44 <jki> 2
12:16:46 <jki> 1
12:16:49 <jki> #topic AOB
12:17:25 <jki> cip-kernel-configs: just wanted to make transparent that unused kernel versions were dropped
12:17:45 <jki> and that the pipeline is generating cip_merged_defconfigs again
12:17:53 <patersonc> Thanks
12:18:11 <jki> the latter got broken over kconfig changes in 7.2 or se
12:18:50 <iwamatsu> jkiThank you for pointing that out. I hadn't noticed the error.
12:19:03 <patersonc> Those config changes broke a lot of things
12:19:34 <jki> the pipeline should also be faster now due to caching of the kernel fetches
12:20:43 <jki> iwamatsu: any config change should have also a bot-generated defconfig commit on top
12:20:55 <jki> if it does not, then something is wrong
12:21:12 <jki> obviously, a red pipeline is another indicator ;)
12:21:49 <jki> that's as much as I have on configs
12:22:00 <jki> any news from the LLM front?
12:22:21 <uli_> auto-backports are here
12:22:21 <iwamatsu> jki: Yes, I will keep those points in mind.
12:22:49 <iwamatsu> fot LLM, I have been checking, but I have started encountering the following error. What could be the problem?
12:23:02 <iwamatsu> Tokenize request error 400: {'error': {'code': 400, 'message': 'model name is missing from the request', 'type': 'invalid_request_error'}}
12:23:15 <iwamatsu> My script is
12:23:32 <uli_> you have to add the --overrides '{model:"<model name>"}' option, that's required when using llama.cpp in router mode
12:23:39 <uli_> as is setup on the AWS server
12:24:37 <uli_> actually, model needs to have quotes, too: {"model":"..."}
12:25:59 <iwamatsu> Do I just need to set the id obtained from the http://localhost:8080/models?
12:27:05 <uli_> there are "presets" configured
12:27:12 <uli_> those are the names you have to use
12:27:51 <uli_> you can see them in /srv/models/models.ini
12:27:56 <iwamatsu> OK, I will ceheck and run after this meeting.
12:28:12 <iwamatsu> uli_: thank you!
12:28:16 <uli_> np
12:29:21 <jki> great - other topics?
12:30:15 <jki> 5
12:30:17 <jki> 4
12:30:18 <jki> 3
12:30:20 <jki> 2
12:30:22 <jki> 1
12:30:23 <jki> #endmeeting