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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 914DFCD4933 for ; Wed, 20 Sep 2023 22:53:34 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6198310E556; Wed, 20 Sep 2023 22:53:34 +0000 (UTC) Received: from emeril.freedesktop.org (emeril.freedesktop.org [131.252.210.167]) by gabe.freedesktop.org (Postfix) with ESMTP id A0EEF10E556; Wed, 20 Sep 2023 22:53:32 +0000 (UTC) Received: from emeril.freedesktop.org (localhost [127.0.0.1]) by emeril.freedesktop.org (Postfix) with ESMTP id 9EEABAADD8; Wed, 20 Sep 2023 22:53:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Patchwork To: "Pallavi Mishra" Date: Wed, 20 Sep 2023 22:53:32 -0000 Message-ID: <169525041264.6466.10883903369514920794@emeril.freedesktop.org> X-Patchwork-Hint: ignore References: <20230920213259.3458968-1-pallavi.mishra@intel.com> In-Reply-To: <20230920213259.3458968-1-pallavi.mishra@intel.com> Subject: [Intel-xe] =?utf-8?q?=E2=9C=93_CI=2Echeckpatch=3A_success_for_dr?= =?utf-8?q?m/xe=3A_Align_size_to_PAGE=5FSIZE_=28rev2=29?= X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: intel-xe@lists.freedesktop.org Cc: intel-xe@lists.freedesktop.org Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" == Series Details == Series: drm/xe: Align size to PAGE_SIZE (rev2) URL : https://patchwork.freedesktop.org/series/123997/ State : success == Summary == + KERNEL=/kernel + git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt Cloning into 'mt'... warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/ + git -C mt rev-list -n1 origin/master 63c2b6b160bca2df6efc7bc4cea6f442097d7854 + cd /kernel + git config --global --add safe.directory /kernel + git log -n1 commit 4084c113b1b79fcb6bd77111efaa910a8e65737d Author: Pallavi Mishra Date: Thu Sep 21 03:02:59 2023 +0530 drm/xe: Align size to PAGE_SIZE Ensure alignment with PAGE_SIZE for the size parameter passed to __xe_bo_create_locked() v2: move size alignment under else condition (Lucas) Signed-off-by: Pallavi Mishra + /mt/dim checkpatch 6e4a4aa0279d8de30726606ccf74de109af20e6c drm-intel 4084c113b drm/xe: Align size to PAGE_SIZE