From nobody Mon Jun 8 15:47:52 2026 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 412A83AFB18; Thu, 28 May 2026 09:42:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779961330; cv=none; b=NSg6N/XaNwEd75pi+C5yNtSMO6Rtka5LRyq6dUtPBjphSeHf9Rx5RhuJSrBY9fay1HKjTF6BP2v+VD3lkWRjl+arF42YJbYFKbuSHoXn0ZN26gYm0GidLXlucG78j47f3msqLZhHLWFAbsb6gyIebpcaq9trq7EIEmOH3+ZFAmo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779961330; c=relaxed/simple; bh=8SDjuUrUa/4VOJCdJWf7TlKM0Hv4yazw7743IeZRdvk=; h=Date:From:To:Subject:Cc:In-Reply-To:References:MIME-Version: Message-ID:Content-Type; b=JWi+HUGSqXOGUxC2UxAV2AeMLCKvTwiZW5bclxRPQOQmntWn6NMyCx0eRxnGkhby09MyqXMiuzE+KZAYpqG6jBrShzMXxNwWz7tsRDoDq+XIHH8I0jNZS3tk2UeLexGulPGshH9NwQtpETfkl02j1/CeVzx5LUfGppHqYIJvnjs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=n3aRQBLB; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=AiLxldV7; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="n3aRQBLB"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="AiLxldV7" Date: Thu, 28 May 2026 09:42:06 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1779961327; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HpsYCHhi3bsBdBG1Yop7codDtwoImQXS2FK/uohF2J4=; b=n3aRQBLBLyoCkd/S5BorjhkdB5jJw0iWo0y4773/DHekU2MFgaU9s3lsGUObfhdSTAu52L 7XtN09vsOtE3YX0JQRbdLKUNssk9eNmmujavzKux7w9Ursvc2cvgvAKkp6G8/jGnTuUPtW 2TPF4gYNTIfCkELR7YVUVosE+3SF17H6rLHSzJ+tuLPQA2qTT5P10EdA2o0x94Q/BmXwyP ORcvI41MT26sXusNR6uIKMHAmm9NKSFcG0m3pavEWZQBD66+3/8H5cU7WxwZ+X7s2sf5ZD McHE9wmOJvRdHsd0OUdyE/rOOtnLIT1ARPStO49vrf+/3W2OKR0N95Ru+yGG3Q== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1779961327; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HpsYCHhi3bsBdBG1Yop7codDtwoImQXS2FK/uohF2J4=; b=AiLxldV7IMmMFViA7jERZDQg/koj0wvmYQxXo+Qx45U/gcwelnlvlF8o2XTXPr4t5Ag9+g UdZjC4xo5SG3IYDw== From: "tip-bot2 for Peter Zijlstra" Sender: tip-bot2@linutronix.de Reply-to: linux-kernel@vger.kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip: sched/core] sched/debug: Use char * instead of char (*)[] Cc: "Peter Zijlstra (Intel)" , x86@kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20260511120627.065013766@infradead.org> References: <20260511120627.065013766@infradead.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-ID: <177996132636.1039918.316615070535096611.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Precedence: bulk Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The following commit has been merged into the sched/core branch of tip: Commit-ID: 333f6f0e11acc20d036f94f94709874f76d0b430 Gitweb: https://git.kernel.org/tip/333f6f0e11acc20d036f94f94709874f7= 6d0b430 Author: Peter Zijlstra AuthorDate: Mon, 11 May 2026 13:31:05 +02:00 Committer: Peter Zijlstra CommitterDate: Tue, 26 May 2026 13:53:12 +02:00 sched/debug: Use char * instead of char (*)[] Some of the fancy AI robots are getting 'upset'. Signed-off-by: Peter Zijlstra (Intel) Link: https://patch.msgid.link/20260511120627.065013766@infradead.org --- kernel/sched/debug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/sched/debug.c b/kernel/sched/debug.c index ed3a0d6..af13a89 100644 --- a/kernel/sched/debug.c +++ b/kernel/sched/debug.c @@ -136,7 +136,7 @@ sched_feat_write(struct file *filp, const char __user *= ubuf, if (cnt > 63) cnt =3D 63; =20 - if (copy_from_user(&buf, ubuf, cnt)) + if (copy_from_user(buf, ubuf, cnt)) return -EFAULT; =20 buf[cnt] =3D 0; @@ -263,7 +263,7 @@ static ssize_t sched_dynamic_write(struct file *filp, c= onst char __user *ubuf, if (cnt > 15) cnt =3D 15; =20 - if (copy_from_user(&buf, ubuf, cnt)) + if (copy_from_user(buf, ubuf, cnt)) return -EFAULT; =20 buf[cnt] =3D 0;