From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7AD84C282EC for ; Mon, 10 Mar 2025 15:24:43 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1trezE-0005tx-N5; Mon, 10 Mar 2025 11:24:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1trez8-0005n7-6Q; Mon, 10 Mar 2025 11:24:06 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1trez4-0001Ba-JM; Mon, 10 Mar 2025 11:24:05 -0400 Received: from pps.filterd (m0353729.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 52ACS4vW021525; Mon, 10 Mar 2025 15:23:58 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ibm.com; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=pp1; bh=KGw1cJ H+AsQn8X0onCpFdB1YxFDZQ6KCAWAiW1gSpf0=; b=tpbWPK8wcjXw8458d1FLzl CzX+Gcr4hOfMe3LaCMIdJkyDpX5pcpfhoO3eQlHzHIAnmA+xjHlgfFZS8U0vVPit YyyV1xBAvNUIs6tg/OC/dW6a8gHPphdkjjLsJ08QqUONTS7+Eq+XXJu+rwuWp/KO 9QHX0gTyYlPn6TNn1hRukGDowarR99UjF8d3ND1B/a4/4EcGTkh9qY9rO9a911BC 8/XkpDeu9/bK0DGGH6DMtdp/jC85FXb5Ey0F8oosAf+bB9TJ2kwVm3Kj17FpJ4+W FDI71XOuW2YF+CdSoskLdVh3tmk7zEMp8aMQStYnU/qOn4jueTmlAFPHYKVJ8PtQ == Received: from ppma21.wdc07v.mail.ibm.com (5b.69.3da9.ip4.static.sl-reverse.com [169.61.105.91]) by mx0a-001b2d01.pphosted.com (PPS) with ESMTPS id 45a042ryp9-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 10 Mar 2025 15:23:58 +0000 (GMT) Received: from pps.filterd (ppma21.wdc07v.mail.ibm.com [127.0.0.1]) by ppma21.wdc07v.mail.ibm.com (8.18.1.2/8.18.1.2) with ESMTP id 52AEjKxq022265; Mon, 10 Mar 2025 15:23:57 GMT Received: from smtprelay04.dal12v.mail.ibm.com ([172.16.1.6]) by ppma21.wdc07v.mail.ibm.com (PPS) with ESMTPS id 45917n78ba-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 10 Mar 2025 15:23:57 +0000 Received: from smtpav01.wdc07v.mail.ibm.com (smtpav01.wdc07v.mail.ibm.com [10.39.53.228]) by smtprelay04.dal12v.mail.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id 52AFNub820382400 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 10 Mar 2025 15:23:56 GMT Received: from smtpav01.wdc07v.mail.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id E21815806A; Mon, 10 Mar 2025 15:23:55 +0000 (GMT) Received: from smtpav01.wdc07v.mail.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id C7D8158055; Mon, 10 Mar 2025 15:23:54 +0000 (GMT) Received: from [9.61.250.189] (unknown [9.61.250.189]) by smtpav01.wdc07v.mail.ibm.com (Postfix) with ESMTP; Mon, 10 Mar 2025 15:23:54 +0000 (GMT) Message-ID: Date: Mon, 10 Mar 2025 11:23:54 -0400 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [RFC PATCH v2 1/5] linux-headers: NOTFORMERGE - placeholder uapi updates for AP config change To: =?UTF-8?Q?C=C3=A9dric_Le_Goater?= , qemu-devel@nongnu.org, qemu-s390x@nongnu.org, Vasily Gorbik Cc: pbonzini@redhat.com, cohuck@redhat.com, pasic@linux.ibm.com, jjherne@linux.ibm.com, borntraeger@linux.ibm.com, alex.williamson@redhat.com, thuth@redhat.com, akrowiak@linux.ibm.com References: <20250204170759.36540-1-rreyes@linux.ibm.com> <20250204170759.36540-2-rreyes@linux.ibm.com> <52dddefa-a9d6-41e7-ad23-a93f65896034@redhat.com> <27ccfad0-99d1-47a5-8370-2b16ea924ac9@linux.ibm.com> Content-Language: en-US From: Rorie Reyes In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-TM-AS-GCONF: 00 X-Proofpoint-GUID: mIuLDsKFjPuVA1gU3f2PMtTljaG6GB_C X-Proofpoint-ORIG-GUID: mIuLDsKFjPuVA1gU3f2PMtTljaG6GB_C X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1093,Hydra:6.0.680,FMLib:17.12.68.34 definitions=2025-03-10_05,2025-03-07_03,2024-11-22_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 bulkscore=0 mlxlogscore=999 impostorscore=0 clxscore=1015 mlxscore=0 priorityscore=1501 spamscore=0 adultscore=0 phishscore=0 malwarescore=0 lowpriorityscore=0 suspectscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2502100000 definitions=main-2503100114 Received-SPF: pass client-ip=148.163.156.1; envelope-from=rreyes@linux.ibm.com; helo=mx0a-001b2d01.pphosted.com X-Spam_score_int: -26 X-Spam_score: -2.7 X-Spam_bar: -- X-Spam_report: (-2.7 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org On 3/10/25 10:38 AM, Cédric Le Goater wrote: > Hello Rorie, > > > > On 3/10/25 15:20, Rorie Reyes wrote: >> On 2/5/25 3:38 AM, Cédric Le Goater wrote: >> >>> >>> Are the kernel changes planned for 6.14 ? >>> >>> FYI, QEMU 10.0 hard freeze is scheduled for 2025-03-18 which is >>> approximately when 6.14-rc7 will be released. >>> >>> Thanks, >>> >>> C. >> >> Vasily - Since you applied my kernel patches already ([RFC PATCH v2] >> s390/vfio-ap: Notify userspace that guest's AP config changed when >> mdev removed), would you be able to answer Cedric's >> >> a question? >> >> Cedric - I have some changes I need to make based on Tony's review >> comments from Friday, but I'll wait to post it once you get an answer >> for your question. Sorry I took a while to respond. I had to >> >> make some changes for my kernel code this past month. >> > > AFAICT, the changes were merged in the s390 sub-maintainer tree, > 07d89045bffea30ef08b902c2441a3329e44f29d, and they haven't reached > Linux master yet. Seems a bit late for the 6.14 cycle now. > > linux-headers in QEMU are in sync with version 6.14-rc3 and that > should the last update before QEMU 10.0 soft-freeze tomorrow. > > Most likely, this series should now target the next cycles: > Linux 6.15 and QEMU 10.1. We have time. > > > Thanks, > > C. Thanks Cedric! I'll post the v3 patch from Tony's review