From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="PPdXiABo" Received: from mail-il1-x132.google.com (mail-il1-x132.google.com [IPv6:2607:f8b0:4864:20::132]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 280E71B2 for ; Tue, 5 Dec 2023 07:39:26 -0800 (PST) Received: by mail-il1-x132.google.com with SMTP id e9e14a558f8ab-35d7341be5cso2583495ab.1 for ; Tue, 05 Dec 2023 07:39:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; t=1701790765; x=1702395565; darn=vger.kernel.org; h=content-transfer-encoding:in-reply-to:from:content-language :references:cc:to:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=aV5Z40IgGgSyP4gennpB4QDX5F9cf6j/NtRFHTtIS+E=; b=PPdXiABoSCmPznzGiuGd2+AE4Rkjx+GyykgPV9ZyODUzUMGQkJGo62DwHmxPgJkmhW PG8QuErsveafm1zOndTBKN5dnqyeGvku0CQZtLJZv75w+Lr2xzTOv0JW3LqmLY/Y6cuf g5JFguds1QuhjhmbYmjdBBtc3xzb1sRg6a1Ps= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701790765; x=1702395565; h=content-transfer-encoding:in-reply-to:from:content-language :references:cc:to:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=aV5Z40IgGgSyP4gennpB4QDX5F9cf6j/NtRFHTtIS+E=; b=Xx1FamrnvoVeDBiH/d4bS0plJHKrBMRZgKel86csgOhiSimRqUnmZgBwgVyrq3Wi4+ qQSPnOx2GSm6qARpfv6PGgcH2l2t0dkwe4kQizF8ksobB4A3eNxIU3SOaATIU5EB2sqX uVown5+Tl3XUNksTLSbSSNn/Ls49G8RR8zXpx9zLlPO2DBilGLa09YLtG6LrzHV+Pyi+ 2y6jDP9kw/ycHPiWAtNia1I+cxq9bYXoBnbSBmHONBe3NkBXOcG987AXu7eRcMbZTN+4 iEifg5/Dhr2vkY7Zy5sRYgiZ7Sqq+SiaIm/R30w4PRo82sbkP98luzoIqn/7x4VDBcwZ H5kg== X-Gm-Message-State: AOJu0YytrxP3mIroRTGdqtw9WQcAIUOPyfNsklRZhDfTOXlTYHCZV81h NaG+x/kDFC9byGa/s8tJeYM+TQ== X-Google-Smtp-Source: AGHT+IGGIK7VmkmKbUZWPfpCs9Qu0YmShDMC4ewlN8DMCRGgedjCEC4PT7fS1c1otbxjLibq6uZaDg== X-Received: by 2002:a05:6e02:170f:b0:35d:6600:fceb with SMTP id u15-20020a056e02170f00b0035d6600fcebmr10728184ill.0.1701790765411; Tue, 05 Dec 2023 07:39:25 -0800 (PST) Received: from [192.168.1.128] ([38.175.170.29]) by smtp.gmail.com with ESMTPSA id t6-20020a92dc06000000b0035ae9f62692sm639954iln.88.2023.12.05.07.39.24 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 05 Dec 2023 07:39:25 -0800 (PST) Message-ID: <76c4b967-1cb6-4f77-9402-f835b15adb10@linuxfoundation.org> Date: Tue, 5 Dec 2023 08:39:23 -0700 Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v3 3/3] selftests: livepatch: Test livepatching a heavily called syscall To: mpdesouza@suse.com, Marcos Paulo de Souza Cc: Shuah Khan , Jonathan Corbet , Heiko Carstens , Vasily Gorbik , Alexander Gordeev , Christian Borntraeger , Sven Schnelle , Josh Poimboeuf , Jiri Kosina , Miroslav Benes , Petr Mladek , Joe Lawrence , linux-kselftest@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, live-patching@vger.kernel.org, Shuah Khan References: <20231031-send-lp-kselftests-v3-0-2b1655c2605f@suse.com> <20231031-send-lp-kselftests-v3-3-2b1655c2605f@suse.com> <8b95b96c-6aeb-4bf0-8ee9-2ba62330c672@linuxfoundation.org> <12a9ec1bc84dc6d4b461e5c780ba7d3c3aa91740.camel@suse.com> Content-Language: en-US From: Shuah Khan In-Reply-To: <12a9ec1bc84dc6d4b461e5c780ba7d3c3aa91740.camel@suse.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 12/5/23 05:52, mpdesouza@suse.com wrote: > On Fri, 2023-12-01 at 16:38 +0000, Shuah Khan wrote: > 0003-selftests-livepatch-Test-livepatching-a-heavily-call.patch has > style problems, please review. > > NOTE: If any of the errors are false positives, please report > them to the maintainer, see CHECKPATCH in MAINTAINERS. > > I couldn't find any mention about "missing module name". Is your script > showing more warnings than these ones? Can you please share your > output? > > I'll fix MAINTAINERS file but I'll wait until I understand what's > missing in your checkpatch script to resend the patchset. > Looks like it is coming a script - still my question stands on whether or not you would need a module name for this module? I am not too concerned about MAINTAINERS file warns. I am assuming you will be sending a new version to address Joe Lawrence's comments? thanks, -- Shuah