From nobody Fri Sep 12 04:19:12 2025 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 702C4C61DA4 for ; Tue, 14 Feb 2023 12:53:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231922AbjBNMxU (ORCPT ); Tue, 14 Feb 2023 07:53:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38224 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229763AbjBNMxR (ORCPT ); Tue, 14 Feb 2023 07:53:17 -0500 Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A598C1B33C for ; Tue, 14 Feb 2023 04:53:16 -0800 (PST) Received: from pps.filterd (m0279862.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 31E0fC1t012982; Tue, 14 Feb 2023 12:52:44 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-type; s=qcppdkim1; bh=utq4rnGNcKrYozG1C+5fM2HgfaeXqvuWtQXk9hB2XIc=; b=MQIZLSwkcacp6oiVHBe1FurOYTKBqSLMmG4I8VR+4/zgIJyhjHozMV/kGXQMnlo2fwGM bsVe115H+Zo0mgOBg+f6rG0IaQ1GHZmHWjySImCs2H2W+A6qTSxbw4JEpHujifQTFLCQ oze2agpOKw5v6hK2Hj8aS7pnyPNnWKJwTkJNMnbMyJ/wr6BcQ9YZoTMC9wwew01fP4GF KFltPohQBE7wQfaOImuWBpMdjrxB2K6Y7ajkDQMDfK7QzcwClkLPXXu45f3GdLei+m8O qhMIw50hR6VkxBxoQwai8X2Th0bw1CJ/KFoz+wMPtSdISpKjnSk74pRkVs/BC63RTb83 Wg== Received: from nalasppmta03.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3nqyygsg8t-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 14 Feb 2023 12:52:43 +0000 Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA03.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 31ECqgUX027761 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 14 Feb 2023 12:52:42 GMT Received: from hu-charante-hyd.qualcomm.com (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.36; Tue, 14 Feb 2023 04:52:38 -0800 From: Charan Teja Kalla To: , , , , , , , CC: , , Charan Teja Kalla Subject: [PATCH V7 1/2] mm: fadvise: move 'endbyte' calculations to helper function Date: Tue, 14 Feb 2023 18:21:49 +0530 Message-ID: <22de7e716051abbafc01fab9f479f4d5b03745ca.1676378702.git.quic_charante@quicinc.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: References: MIME-Version: 1.0 X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01a.na.qualcomm.com (10.47.209.196) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: qsEuu0IDWaNceXdkAideEoef-5w9LH3U X-Proofpoint-GUID: qsEuu0IDWaNceXdkAideEoef-5w9LH3U X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.930,Hydra:6.0.562,FMLib:17.11.170.22 definitions=2023-02-14_07,2023-02-14_01,2023-02-09_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 suspectscore=0 phishscore=0 impostorscore=0 malwarescore=0 adultscore=0 mlxlogscore=753 mlxscore=0 priorityscore=1501 lowpriorityscore=0 spamscore=0 bulkscore=0 clxscore=1015 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2212070000 definitions=main-2302140111 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Move the 'endbyte' calculations that determines last byte that fadvise can to a helper function. This is a preparatory change made for shmem_fadvise() functionality in the next patch. No functional changes in this patch. Signed-off-by: Charan Teja Kalla --- mm/fadvise.c | 11 +---------- mm/internal.h | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/mm/fadvise.c b/mm/fadvise.c index fb7c5f4..1b3cac5 100644 --- a/mm/fadvise.c +++ b/mm/fadvise.c @@ -65,16 +65,7 @@ int generic_fadvise(struct file *file, loff_t offset, lo= ff_t len, int advice) return 0; } =20 - /* - * Careful about overflows. Len =3D=3D 0 means "as much as possible". Use - * unsigned math because signed overflows are undefined and UBSan - * complains. - */ - endbyte =3D (u64)offset + (u64)len; - if (!len || endbyte < len) - endbyte =3D LLONG_MAX; - else - endbyte--; /* inclusive */ + endbyte =3D fadvise_calc_endbyte(offset, len); =20 switch (advice) { case POSIX_FADV_NORMAL: diff --git a/mm/internal.h b/mm/internal.h index dfb37e9..4445e48 100644 --- a/mm/internal.h +++ b/mm/internal.h @@ -657,6 +657,27 @@ static inline void vunmap_range_noflush(unsigned long = start, unsigned long end) } #endif /* !CONFIG_MMU */ =20 +/* + * Helper function to get the endbyte of a file that fadvise can operate o= n. + */ +static inline loff_t fadvise_calc_endbyte(loff_t offset, loff_t len) +{ + loff_t endbyte; + + /* + * Careful about overflows. Len =3D=3D 0 means "as much as possible". Use + * unsigned math because signed overflows are undefined and UBSan + * complains. + */ + endbyte =3D (u64)offset + (u64)len; + if (!len || endbyte < len) + endbyte =3D LLONG_MAX; + else + endbyte--; /* inclusive */ + + return endbyte; +} + /* Memory initialisation debug and verification */ enum mminit_level { MMINIT_WARNING, --=20 2.7.4