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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CE1A6C07545 for ; Wed, 25 Oct 2023 16:03:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234803AbjJYQDy (ORCPT ); Wed, 25 Oct 2023 12:03:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56888 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234524AbjJYQDx (ORCPT ); Wed, 25 Oct 2023 12:03:53 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 81B1BBB; Wed, 25 Oct 2023 09:03:51 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C7A35C433C7; Wed, 25 Oct 2023 16:03:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698249831; bh=0RNQPWIMHfK5dOlj2x50pVv+jfpqmaYaQvFTDc1qJ7U=; h=From:To:In-Reply-To:References:Subject:Date:From; b=KRMuIHxhjfAOd8O25rOnRbBYAG6jc3NhwUk8wHXXp5Sk28mbIo6uizmJtWdQcy0F+ 7AUJOiBT52aP0bGg3FzYRH8zUkWXnlVunX3pDLnPIfG2Iv4WkxCx0uit2m90T+bs1b vZJ5bl6xx+/NUcOU+l8Q0DYA4kAmDD/DP/EGfwbib45s2w0FpriLY3VRJkFXbPQWe8 uq1xhrxaW0NvEgpy/sS3OT6e8A02jkJz+JyCZpQLzM6EW+jFJa+UiVYrn/s+x4jL3y bCp142c+tNtlgp2DrQZCz+4S2pjPBHU9rUm5IJx4gF85x290rbvNspdmcDRzzFmUOs 6YVHbo66wyVgQ== From: Benjamin Tissoires To: jikos@kernel.org, benjamin.tissoires@redhat.com, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, jose.exposito89@gmail.com, Jinjie Ruan In-Reply-To: <20231009064245.3573397-1-ruanjinjie@huawei.com> References: <20231009064245.3573397-1-ruanjinjie@huawei.com> Subject: Re: [PATCH v2 0/2] HID: uclogic: Fix two bugs in uclogic Message-Id: <169824982954.180314.9509040807665756063.b4-ty@kernel.org> Date: Wed, 25 Oct 2023 18:03:49 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.12.1 Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org On Mon, 09 Oct 2023 14:42:43 +0800, Jinjie Ruan wrote: > When CONFIG_HID_UCLOGIC=y and CONFIG_KUNIT_ALL_TESTS=y, launch > kernel and then there are a user-memory-access bug and a work->entry > not empty bug. This patchset fix these issues. > > Changes in v2: > - Use kunit_kzalloc() instead of kzalloc(). > - Add KUNIT_ASSERT_NOT_ERR_OR_NULL() for kunit_kzalloc(). > - Add Reviewed-by. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git (for-6.7/uclogic), thanks! [1/2] HID: uclogic: Fix user-memory-access bug in uclogic_params_ugee_v2_init_event_hooks() https://git.kernel.org/hid/hid/c/91cfe0bbaa1c [2/2] HID: uclogic: Fix a work->entry not empty bug in __queue_work() https://git.kernel.org/hid/hid/c/d45f72b3c275 Cheers, -- Benjamin Tissoires