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 E8A7186334 for ; Sat, 26 Apr 2025 06:03:57 +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=1745647438; cv=none; b=rqlazf4vHkUP62zHbLIRsFHUuXfS83zp8XGp+M1QwfgubaeMWORieLtVnbYVBxDcANVdXX/uc/g1jBLYeOJY/p5d88jb9RJYuvMm63BunR91HkdQ1kQ0QQl7KpYoxKPRXuaSQMaBZNl87UbrAZvNB9DOKZ/gPMCehGSx/QmzQF4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745647438; c=relaxed/simple; bh=0XokfoSh8++cl3/KKEd8xD10OAMywI6GvWNX7omzZHM=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=mk8cGgF3WxlbbchB3+o+VbvlonjkOyClvxDqHvw99l4tamgwsClIZQvVKdfEBRW/Idq0vVn4GCW66S+R9WbFg2q/wHiDXxc726yumsYpQ+ajBybZEZhCywieoVWQHKlox9Fauxfu7ogMzwsFcg060c5b0wdifYKon16SRQ8C0BI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=HQSQDSPq; 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="HQSQDSPq" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 500BFC4CEE2; Sat, 26 Apr 2025 06:03:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1745647437; bh=0XokfoSh8++cl3/KKEd8xD10OAMywI6GvWNX7omzZHM=; h=Date:From:To:Cc:Subject:From; b=HQSQDSPq0QX9v8P9A0t14Uyhckho356ZjRBtjOadxduEn6RH4tEhvn7whOpG+ENpD S7loToyDnQbbQv7fIjbcDb5rhfq0+k52w7QFiiR2cfoYKInL523uUXksM++yHdAFlf RRHBhdczW0bzxSZ0jTKi6NzwbtSphhcXWuFEHqO+4JgPagOuAExwKoUkZxcfp2OfVb k1bpY+6YSd1anyvAq/5lBR67yPtJ902hIyUru3jyI1lsoKLdhSvtb3wAse8d/7VYtm 6n6yy2V8vEALKrpO4LnJ7iHo24+bmHMn9MJZksvGwKObKvjN3kPKqe1nn+kfnw9awX 0kr/xMM6dWM9g== Date: Fri, 25 Apr 2025 23:03:54 -0700 From: Kees Cook To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Kees Cook , Mark Brown Subject: [GIT PULL] move-lib-kunit fix for v6.15-rc4 Message-ID: <202504252302.665FB14F3@keescook> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Linus, Please pull this single fix for the kunit lib/tests/ relocation for v6.15-rc4. Thanks! -Kees The following changes since commit 3f2925174f8bd811f9399cb4049f6b75fd2fba91: lib/prime_numbers: KUnit test should not select PRIME_NUMBERS (2025-04-15 13:50:43 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/move-lib-kunit-v6.15-rc4 for you to fetch changes up to 4ea404fdbc39971814cd3eb36b43c11fb6f32e17: lib: Ensure prime numbers tests are included in KUnit test runs (2025-04-22 08:48:10 -0700) ---------------------------------------------------------------- move-lib-kunit fix for v6.15-rc4 - Ensure prime numbers tests are included in KUnit test runs (Mark Brown) ---------------------------------------------------------------- Mark Brown (1): lib: Ensure prime numbers tests are included in KUnit test runs tools/testing/kunit/configs/all_tests.config | 2 ++ 1 file changed, 2 insertions(+) -- Kees Cook