From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 6D0D037647E for ; Tue, 17 Feb 2026 19:10:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771355414; cv=none; b=H+BDIIwwK75TaSnl+QlbCOsQ/ezdcaJSlPYiIaybHc7p5IXTdHSamqjJ+i4sLSgnPB1+EqtV0F6UhDa6xCW7k/vXq1N1VhLK2QN9H12r6aqHulNAqGN3b24BZ4b+iub3BvSiTSBtGUr5Dbp94P/9nf1fa25Q2z6hOcwzPFtTvVA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771355414; c=relaxed/simple; bh=WQUnMbGE9c80sZLjnAqJf0hFjQvpFDAfUi2LOJFDsAs=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=h3yIEWMtgtZBNPT3PYFjEdHqiLCAbEdaE76ithogw//sDunUZGa3497YGt0SDgQLIoy5NTzzXI0aaiq+isXpEnZwk/Q7topYV3HNswPpmkoHTU6xZj0UDLOTf6uaJxgx+Ixwz+8DK9/otpMEzgxK2oALNgWaWOl1glwgjIj6ZGs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DgNV3rOn; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="DgNV3rOn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 39558C19421; Tue, 17 Feb 2026 19:10:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771355414; bh=WQUnMbGE9c80sZLjnAqJf0hFjQvpFDAfUi2LOJFDsAs=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=DgNV3rOnIbdAUGBTx5I7uwwkYR28DhbivKh3Ccgqml73v6+ceOFN0kNvxMovYm/fS b6LepD7cOzFL4A/xDAqSFozgwkKATbK21aVCSIFH1OeugOhZnLxriJRNIG4OMz2HCj jvGLryRCVurrfu4dvCfkALZZlwuHcx+LREF6OASMjgdELeNO+mu8jaXkaV272ypJ3e K+iLfcqb9txXhDYlbhb/5NGG7Ew3ZSWtURHflCzqccLPvpF0YGI3ziUTpfCVoozAMx 9kKRTIIshZXoq4I6wS9dqBaKYK3aqC/M3el+sL1oH8SvNG09cK1thEBA8I56OXXWHR q9K189RXV9k5Q== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 547253806667; Tue, 17 Feb 2026 19:10:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-bluetooth@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] src: retain const qualifier from pointer From: patchwork-bot+bluetooth@kernel.org Message-Id: <177135540607.607841.11316108168210224949.git-patchwork-notify@kernel.org> Date: Tue, 17 Feb 2026 19:10:06 +0000 References: In-Reply-To: To: Rudi Heitbaum Cc: linux-bluetooth@vger.kernel.org Hello: This patch was applied to bluetooth/bluez.git (master) by Luiz Augusto von Dentz : On Sat, 7 Feb 2026 11:44:00 +0000 you wrote: > Since glibc-2.43: > > For ISO C23, the functions bsearch, memchr, strchr, strpbrk, strrchr, > strstr, wcschr, wcspbrk, wcsrchr, wcsstr and wmemchr that return > pointers into their input arrays now have definitions as macros that > return a pointer to a const-qualified type when the in put argument > is a pointer to a const-qualified type. > > [...] Here is the summary with links: - src: retain const qualifier from pointer https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=450e99f0801f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html