From nobody Fri Jul 10 23:11:06 2026 Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) (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 2268E76C61 for ; Mon, 13 May 2024 19:38:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=205.220.180.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715629106; cv=none; b=BHpTEcB8seiqVROEHMOR3lerLs/2zjl1gyBQZ4im2ibNxZMM0Re6wgLivFHGf/k9JsjJb3lLTrcBOtW6cOUh6mRLLbSN/PELngGPUHAv7U7iktomJRPRrdgsf+aK9Lz4ggGNtdomyBy0vM+8l3GY9IrxjObcCEDXMcaJv0NOnj0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715629106; c=relaxed/simple; bh=gxrgJhnBtkRkwlaZbS3TjpFcjoOpXmoV+nKl6IT0Wg4=; h=From:Date:Subject:MIME-Version:Content-Type:Message-ID:References: In-Reply-To:To:CC; b=Vv02g9rJy4G9E9tD9nyb6m9WSLOp/ZUyJK1bZ7O0patGuhYEsoh352MiCy29JRL2FtdJGziEoKmbgZkvjdCRq9BLOEyPmz3TEoZol59w/+iI8mhMszrYEi7+UUWglkqORZix1Lokwl8beA79csizwnbitWPfbIO9KnVKYHAJMlg= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com; spf=pass smtp.mailfrom=quicinc.com; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b=Tn2WlWNg; arc=none smtp.client-ip=205.220.180.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=quicinc.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b="Tn2WlWNg" Received: from pps.filterd (m0279873.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 44DJ8Zw0027313; Mon, 13 May 2024 19:38:06 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= from:date:subject:mime-version:content-type :content-transfer-encoding:message-id:references:in-reply-to:to :cc; s=qcppdkim1; bh=M5On8UDNIfPjL9B9SOl2Byx+r6yib+177PbilkE9xME =; b=Tn2WlWNgfWB0fuKCMGXazjcSABxNtehnHlGdZcEB49SYD097PK7e2DTciBV iSTA1VoOlfXBIJdE6H+aWlpsUel/302CLjkQnXMNc7irQjzVi0wySMqMURjfV3/x rMo8QckX9Z81Bk7ahRkkPKn8xtFjXrIoxFaJcIAOzYB20wgQhKFcwQ2HNMioUb5N /24i+7s8cKsrfaHg+VR+VbGGUzk7bG2TiLFK7jsm58dhzCD8rVll9gL2uVtdTcmy f17pxaTOIp8xIsjlzAyuccVtN70GEZfumWaWco+FWcAnD2GVxuKewR39psQT2MZ7 JuTwNJsLoP/MIl0qe22lijeov6w== Received: from nalasppmta04.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3y1y9mchuh-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 13 May 2024 19:38:06 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA04.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 44DJc3NJ004093 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 13 May 2024 19:38:03 GMT Received: from [169.254.0.1] (10.49.16.6) 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.1544.9; Mon, 13 May 2024 12:38:02 -0700 From: Jeff Johnson Date: Mon, 13 May 2024 12:37:38 -0700 Subject: [PATCH 1/4] mm/hwpoison: add MODULE_DESCRIPTION() 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="utf-8" Content-Transfer-Encoding: quoted-printable Message-ID: <20240513-mm-md-v1-1-8c20e7d26842@quicinc.com> References: <20240513-mm-md-v1-0-8c20e7d26842@quicinc.com> In-Reply-To: <20240513-mm-md-v1-0-8c20e7d26842@quicinc.com> To: Miaohe Lin , Naoya Horiguchi , Andrew Morton , Alexander Potapenko , Marco Elver , Dmitry Vyukov , Minchan Kim , "Sergey Senozhatsky" CC: , , , Jeff Johnson X-Mailer: b4 0.13.0 X-ClientProxiedBy: nalasex01b.na.qualcomm.com (10.47.209.197) 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-GUID: nG7lJYwglfeYIktc6RVkONFDtBx6Ma9g X-Proofpoint-ORIG-GUID: nG7lJYwglfeYIktc6RVkONFDtBx6Ma9g X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.650,FMLib:17.11.176.26 definitions=2024-05-13_14,2024-05-10_02,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxlogscore=912 adultscore=0 priorityscore=1501 lowpriorityscore=0 spamscore=0 phishscore=0 malwarescore=0 suspectscore=0 impostorscore=0 clxscore=1015 bulkscore=0 mlxscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2405010000 definitions=main-2405130132 Fix the 'make W=3D1' warning: WARNING: modpost: missing MODULE_DESCRIPTION() in mm/hwpoison-inject.o Signed-off-by: Jeff Johnson Acked-by: Miaohe Lin --- mm/hwpoison-inject.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mm/hwpoison-inject.c b/mm/hwpoison-inject.c index d0548e382b6b..7e45440aa19c 100644 --- a/mm/hwpoison-inject.c +++ b/mm/hwpoison-inject.c @@ -109,4 +109,5 @@ static int __init pfn_inject_init(void) =20 module_init(pfn_inject_init); module_exit(pfn_inject_exit); +MODULE_DESCRIPTION("HWPoison pages injector"); MODULE_LICENSE("GPL"); --=20 2.42.0 From nobody Fri Jul 10 23:11:06 2026 Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) (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 0D98D77F0B for ; Mon, 13 May 2024 19:38:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=205.220.180.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715629107; cv=none; b=AJQ0JrYKGJUyOlTWZEORPAHJVESHSwuYq4XKXgG0DqWVBdDDvAkLe2LHEceyoKS6ZaxPYNvd10fnV2+K0iBE0K8AN+ebmYwcaokHz6jF6J8+SFV+QpTMPSwLGih3ubvtS9FTstwLc+xPa/Sl+ftRNplhtpXf2d1CA0htdp5bNgA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715629107; c=relaxed/simple; bh=/yN0feXJSgkJ8KshAnEoW7muezpViHKCPQVfFwelGy0=; h=From:Date:Subject:MIME-Version:Content-Type:Message-ID:References: In-Reply-To:To:CC; b=FLtL7G8qhsFV/htv/iUu5EbcO85Cn5/EG2bc/8WL45ityMnztci6/kXCKjBK61JLV8cVEh46+5+ndp88iTKqqvfIwBQkn1SZjpxo70CCo/ycrwM/CGRFB7vq8Qd0N0HQbVYn2vnq9Vxk0CBEMqxq+hEB+orjPkh8BJs2ESBqz5s= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com; spf=pass smtp.mailfrom=quicinc.com; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b=kezNOi9u; arc=none smtp.client-ip=205.220.180.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=quicinc.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b="kezNOi9u" Received: from pps.filterd (m0279868.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 44DJ8WJk003283; Mon, 13 May 2024 19:38:07 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= from:date:subject:mime-version:content-type :content-transfer-encoding:message-id:references:in-reply-to:to :cc; s=qcppdkim1; bh=vgkF7qcOVafQ40ar+TMVWPZrx+hHUDzCAOxXY5A0EMc =; b=kezNOi9upnMXGWtFnQkxxOqxB5UXJikXvqFRvJuadAzB7Q5AXQw3ryxP/dT Rbr5UjjdZo7+eMupRMw3bm8XZNveaJHNGrBO1cKKftZDak/jiLVYX0Y8ps3LIgGp JroztYVDTjo2ZvFFBr0NbOQTCJWFPkDM70MQBMXiSMQRTvO73zAenOUecCjeNwNU pYHU78FBBeQQ3ye5wCYJGcudiFqxkjDsLD0QcHNICOHg3trGiD6s7gZNHMWTfUhO F85kWFb2nwLVJqMUjCFRYWDWzCqqgU5ssXfcT8vmODxTOPxRw+uN5hzGvp+m+P3a VHk8X1+9wwq3L8wmsqS5KhRPftg== Received: from nalasppmta04.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3y3j28h14x-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 13 May 2024 19:38:07 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA04.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 44DJc3NK004093 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 13 May 2024 19:38:05 GMT Received: from [169.254.0.1] (10.49.16.6) 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.1544.9; Mon, 13 May 2024 12:38:02 -0700 From: Jeff Johnson Date: Mon, 13 May 2024 12:37:39 -0700 Subject: [PATCH 2/4] mm/dmapool: add MODULE_DESCRIPTION() 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="utf-8" Content-Transfer-Encoding: quoted-printable Message-ID: <20240513-mm-md-v1-2-8c20e7d26842@quicinc.com> References: <20240513-mm-md-v1-0-8c20e7d26842@quicinc.com> In-Reply-To: <20240513-mm-md-v1-0-8c20e7d26842@quicinc.com> To: Miaohe Lin , Naoya Horiguchi , Andrew Morton , Alexander Potapenko , Marco Elver , Dmitry Vyukov , Minchan Kim , "Sergey Senozhatsky" CC: , , , Jeff Johnson X-Mailer: b4 0.13.0 X-ClientProxiedBy: nalasex01b.na.qualcomm.com (10.47.209.197) 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: IT9Nqciwh67l9pF9BwbpT2_gGImHBq_K X-Proofpoint-GUID: IT9Nqciwh67l9pF9BwbpT2_gGImHBq_K X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.650,FMLib:17.11.176.26 definitions=2024-05-13_14,2024-05-10_02,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 adultscore=0 spamscore=0 impostorscore=0 malwarescore=0 phishscore=0 bulkscore=0 suspectscore=0 mlxscore=0 clxscore=1015 priorityscore=1501 mlxlogscore=872 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2405010000 definitions=main-2405130131 Fix the 'make W=3D1' warning: WARNING: modpost: missing MODULE_DESCRIPTION() in mm/dmapool_test.o Signed-off-by: Jeff Johnson --- mm/dmapool_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mm/dmapool_test.c b/mm/dmapool_test.c index 370fb9e209ef..54b1fd1ccfbb 100644 --- a/mm/dmapool_test.c +++ b/mm/dmapool_test.c @@ -144,4 +144,5 @@ static void dmapool_exit(void) =20 module_init(dmapool_checks); module_exit(dmapool_exit); +MODULE_DESCRIPTION("dma_pool timing test"); MODULE_LICENSE("GPL"); --=20 2.42.0 From nobody Fri Jul 10 23:11:06 2026 Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) (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 69BB5770F5 for ; Mon, 13 May 2024 19:38:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=205.220.180.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715629106; cv=none; b=evzcSAVa/jJ7hlpdrtzwl8FOKl8C4jPv+noWtHFEA4g9rb65zQ1lP0zgE5m5Ev77seIKiygPt/GDxc8oy3He955ESWvv9Q60ATqghLcoeEMUmBYdClzhaAkepL63aCNp2arQustWk1m3lOmQ8bgiCnFaibDKydUc5q/Syw3rpcc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715629106; c=relaxed/simple; bh=A4KT+okBpV6zwlGJ/mZ486pqW+XQVmh2RvbmvqYAWuE=; h=From:Date:Subject:MIME-Version:Content-Type:Message-ID:References: In-Reply-To:To:CC; b=NdikgaY6yU/tRZbZlgwQ6+gGNgmXq+i/ycW4Zle2ic4SImqRtRGw8CmhRpdsT/6zqEGAy4rlWf04E6fY0MIG4Q+7YSxsi943hESHYUUBw2ASrEMMobYjLqyuNrO9y54i1KkqTd4qpC82erVgK+FSijMJTIp0p/Ea2eFOokskPW0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com; spf=pass smtp.mailfrom=quicinc.com; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b=eCS4H08Y; arc=none smtp.client-ip=205.220.180.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=quicinc.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b="eCS4H08Y" Received: from pps.filterd (m0279872.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 44DJ8Xqc024006; Mon, 13 May 2024 19:38:07 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= from:date:subject:mime-version:content-type :content-transfer-encoding:message-id:references:in-reply-to:to :cc; s=qcppdkim1; bh=utludO3sqtwnj1dM01Y5bTnUD7G81v38tyL2hzxTiJ8 =; b=eCS4H08YGYuH7XVGYOrb68IpfuJ2mNbWFyv0DEkGhj5juK5GCQu100wX10v Eww7RqQzqMra0Vntts92jI5wNewsAWefBVRlO4sadRXMt2RzeR2Kuy2pqJTNp03k 38CrDIchfdTnb2ChcYU8tnyG/Ej7Z27FhvnUX7I8TYgm2eKjAsg8VnzPnzATEWtA 2RPZjZwOk+/vyRrmWNYcBo2EDaDJuthI6PeWiRGPrpwJqDqGIUhS0jdSp/jpPc4y EvsY0Gm70l6LfRPvJR5ZuxbR0HKou5WtMZD2P9hzVrK5Uy31GSjrojYN4K23nHbV wJAOVPXSPG8tEpGlp8sDKRsJpIA== Received: from nalasppmta04.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3y2125cdm9-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 13 May 2024 19:38:07 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA04.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 44DJc3NL004093 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 13 May 2024 19:38:06 GMT Received: from [169.254.0.1] (10.49.16.6) 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.1544.9; Mon, 13 May 2024 12:38:03 -0700 From: Jeff Johnson Date: Mon, 13 May 2024 12:37:40 -0700 Subject: [PATCH 3/4] mm/kfence: add MODULE_DESCRIPTION() 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="utf-8" Content-Transfer-Encoding: quoted-printable Message-ID: <20240513-mm-md-v1-3-8c20e7d26842@quicinc.com> References: <20240513-mm-md-v1-0-8c20e7d26842@quicinc.com> In-Reply-To: <20240513-mm-md-v1-0-8c20e7d26842@quicinc.com> To: Miaohe Lin , Naoya Horiguchi , Andrew Morton , Alexander Potapenko , Marco Elver , Dmitry Vyukov , Minchan Kim , "Sergey Senozhatsky" CC: , , , Jeff Johnson X-Mailer: b4 0.13.0 X-ClientProxiedBy: nalasex01b.na.qualcomm.com (10.47.209.197) 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-GUID: eQDbYw0N_xlwn63HOf1HuOWH_llEaQYu X-Proofpoint-ORIG-GUID: eQDbYw0N_xlwn63HOf1HuOWH_llEaQYu X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.650,FMLib:17.11.176.26 definitions=2024-05-13_14,2024-05-10_02,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 malwarescore=0 spamscore=0 lowpriorityscore=0 mlxlogscore=877 clxscore=1015 bulkscore=0 priorityscore=1501 impostorscore=0 phishscore=0 adultscore=0 suspectscore=0 mlxscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2405010000 definitions=main-2405130131 Fix the 'make W=3D1' warning: WARNING: modpost: missing MODULE_DESCRIPTION() in mm/kfence/kfence_test.o Signed-off-by: Jeff Johnson Reviewed-by: Marco Elver --- mm/kfence/kfence_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mm/kfence/kfence_test.c b/mm/kfence/kfence_test.c index 95b2b84c296d..00fd17285285 100644 --- a/mm/kfence/kfence_test.c +++ b/mm/kfence/kfence_test.c @@ -852,3 +852,4 @@ kunit_test_suites(&kfence_test_suite); =20 MODULE_LICENSE("GPL v2"); MODULE_AUTHOR("Alexander Potapenko , Marco Elver "); +MODULE_DESCRIPTION("kfence unit test suite"); --=20 2.42.0 From nobody Fri Jul 10 23:11:06 2026 Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) (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 EA1CD76058 for ; Mon, 13 May 2024 19:38:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=205.220.180.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715629105; cv=none; b=RHAq+Kwq9/n13WTt7DghGv6JZx6unSqLi1gtD2PeTfC5LTQ3X21h4T+Z75p9wWQJJ0BhXkBNG5VD1vH+DCCKSgjQYom3y+DbT0NU22FpoZrBLwVmqrQ69lyZ5DIIp4pNlhEGrK17WBwykuJTL1UXHJFu5zUj6kxrkB91BA1aPfA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715629105; c=relaxed/simple; bh=SzjXTiXjNz0gsqZEEyoDaiCgGWithqcXvOelAR4ktHw=; h=From:Date:Subject:MIME-Version:Content-Type:Message-ID:References: In-Reply-To:To:CC; b=FGVAmTUtag8RAqBK+dUn2eHJshnAxyUBfwMbJEOzKivE6KJMM25w//o6QEr3BDPZn+m6uaJfzk+vYIcU9BSGNpmH0pn2tgvAv6y92u+shasHB9Oby3LjuoDTZM15hoFW3weGO6hgJhqxHr6ErTzd2lVcp7liZ9YgJNjiSUU0JKA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com; spf=pass smtp.mailfrom=quicinc.com; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b=iQaHNjsf; arc=none smtp.client-ip=205.220.180.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=quicinc.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b="iQaHNjsf" Received: from pps.filterd (m0279868.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 44DJ8UrW003261; Mon, 13 May 2024 19:38:08 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= from:date:subject:mime-version:content-type :content-transfer-encoding:message-id:references:in-reply-to:to :cc; s=qcppdkim1; bh=SZpIbLKZivcC1Yccbd547Zg73kvUS6pwvyQbOpZa/84 =; b=iQaHNjsfCgZzof6BegLXrwUo/en7wZjAzKMhLABK2vXYXrZW7Mon6+/ahc3 mx2stKSRnobL0VMU/FjFKqAvJGK1TeyUzstbdLkVqLbpQ4Dz41CNyG8gTdFb5hzj 6tBc3F6nLRvM7/5HQp33qmwhObAwjQIM2ncCvrBdwBl4EnCV0DHzr3CKW2yRgyaA qnYwLI3KwG+LTiw2yitSjXrXKH1RLyUPtSj/Q/zzmE8dVda8kmptuyOh50+/59Bx FK1garuvNid0C1uKbnLktDV1DyY1XpJ8GgYmRtmz418ZFrlzUn7nbFI3SQyt+jIY AopJ2Cs3nsPDRdMUiYk8Z7NIiCg== Received: from nalasppmta04.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3y3j28h14y-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 13 May 2024 19:38:07 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA04.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 44DJc3NM004093 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 13 May 2024 19:38:06 GMT Received: from [169.254.0.1] (10.49.16.6) 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.1544.9; Mon, 13 May 2024 12:38:03 -0700 From: Jeff Johnson Date: Mon, 13 May 2024 12:37:41 -0700 Subject: [PATCH 4/4] mm/zsmalloc: add MODULE_DESCRIPTION() 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="utf-8" Content-Transfer-Encoding: quoted-printable Message-ID: <20240513-mm-md-v1-4-8c20e7d26842@quicinc.com> References: <20240513-mm-md-v1-0-8c20e7d26842@quicinc.com> In-Reply-To: <20240513-mm-md-v1-0-8c20e7d26842@quicinc.com> To: Miaohe Lin , Naoya Horiguchi , Andrew Morton , Alexander Potapenko , Marco Elver , Dmitry Vyukov , Minchan Kim , "Sergey Senozhatsky" CC: , , , Jeff Johnson X-Mailer: b4 0.13.0 X-ClientProxiedBy: nalasex01b.na.qualcomm.com (10.47.209.197) 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: -HIQdNi-5IXsB_Rfj1gPSehmxSuJD8gX X-Proofpoint-GUID: -HIQdNi-5IXsB_Rfj1gPSehmxSuJD8gX X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.650,FMLib:17.11.176.26 definitions=2024-05-13_14,2024-05-10_02,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 adultscore=0 spamscore=0 impostorscore=0 malwarescore=0 phishscore=0 bulkscore=0 suspectscore=0 mlxscore=0 clxscore=1015 priorityscore=1501 mlxlogscore=801 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2405010000 definitions=main-2405130131 Fix the 'make W=3D1' warning: WARNING: modpost: missing MODULE_DESCRIPTION() in mm/zsmalloc.o Signed-off-by: Jeff Johnson Reviewed-by: Sergey Senozhatsky --- mm/zsmalloc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c index 7d7cb3eaabe0..29b74f706509 100644 --- a/mm/zsmalloc.c +++ b/mm/zsmalloc.c @@ -2276,3 +2276,4 @@ module_exit(zs_exit); =20 MODULE_LICENSE("Dual BSD/GPL"); MODULE_AUTHOR("Nitin Gupta "); +MODULE_DESCRIPTION("zsmalloc memory allocator"); --=20 2.42.0