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 0935DC61DA4 for ; Fri, 3 Feb 2023 16:46:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233310AbjBCQqq (ORCPT ); Fri, 3 Feb 2023 11:46:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37274 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230309AbjBCQqo (ORCPT ); Fri, 3 Feb 2023 11:46:44 -0500 Received: from mail-il1-x133.google.com (mail-il1-x133.google.com [IPv6:2607:f8b0:4864:20::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EF4866950A for ; Fri, 3 Feb 2023 08:46:43 -0800 (PST) Received: by mail-il1-x133.google.com with SMTP id u8so2273575ilq.13 for ; Fri, 03 Feb 2023 08:46:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=fpdkLgPklBFJN/zZhaetYuhJzTuu3xpdAsK6groGA1Y=; b=JQ7X8f5pg2YJwEN+s3K6LyyxAgyzVLO8Xf+SXbt6ii1BKjClLzlFB6TqEkoiYAWNe7 PFgPO+Dw6wpA+k7TdoSM4MFDwtk91tamXdkV4GPOJPK4pQLTLtjGHhVP+WspCS0j8NK7 SkEHI2VWwYVpWX1zfgVe9UM2zAOylbTDpPwFg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=fpdkLgPklBFJN/zZhaetYuhJzTuu3xpdAsK6groGA1Y=; b=hpfYmr/VOze46cF2pK++ThLmHdZMPxuZsL4FWOG095WBXy/dZWoAwsp84OCQQD/aaf Iu1lZRWNUNOulc32fGlU38Ikn5wrP9SZOm3EKsomBCI1USwgfDmBOaFMDwisBuGI8X/Q uaDnJzQBm9JanFlsu/AVT8OA1iyMQkL1LZXkJpCCdl2gPML40T0Ch/yES8DzSIHbpMMc Nivu+GzD6+2Hw41qJxnQLy35pNgPuUAcG+bHvttFSUNZq1wdzSgBp4dw//WmrDFHHje1 kzyMjIKOe2lujQCubxPiBPqnBYhvImymtTi8jBxWVHs0ZvcT8480rhJ/Fas6nNZwpdga fQ7A== X-Gm-Message-State: AO0yUKVENFix8aZiaGuCBsq2vE96cFPL1V5/Dy+WtAtycLkMfJ/SGtMb qWWb+wlLtv2Y1qX4J46hhQoSZ7hSQZPdXIy6 X-Google-Smtp-Source: AK7set/2VlpenuhWmd7WjxknhQtKu7ZjvIBUmJUYZIUNG64PBzvUgAxN6/wOZMlxUXaHomgNPzNNOQ== X-Received: by 2002:a05:6e02:110f:b0:30e:f89b:6652 with SMTP id u15-20020a056e02110f00b0030ef89b6652mr5194229ilk.0.1675442803197; Fri, 03 Feb 2023 08:46:43 -0800 (PST) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id g26-20020a02b71a000000b003affa7891ccsm984291jam.105.2023.02.03.08.46.42 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 03 Feb 2023 08:46:42 -0800 (PST) Message-ID: Date: Fri, 3 Feb 2023 09:46:41 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH] Linux 6.1.9 Content-Language: en-US To: Bagas Sanjaya , Vinayak Hegde Cc: Greg Kroah-Hartman , Linux Kernel Mailing List , Linux Stable References: <20230203093811.2678-1-vinayakph123@gmail.com> <48e1ae98-8f29-96d2-61af-d79ce22dcc62@gmail.com> From: Shuah Khan In-Reply-To: <48e1ae98-8f29-96d2-61af-d79ce22dcc62@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/3/23 03:12, Bagas Sanjaya wrote: > On 2/3/23 16:42, Vinayak Hegde wrote: >> Hi Everyone, >> I was going through A Beginner's Guide to Linux Kernel Development (LFD103) course and was trying out a few things >> mistakenly sending this mail. >> > > Hi and welcome to LKML! > > Some netiquette tips: > > * Don't top-post when replying; reply inline with appropriate context > instead. Some people (like me) tends to cut quoted reply below > if you top-post. > * Don't send HTML emails - many kernel development lists (including > LKML) don't like them for being common spam method. > * Wait for at least a day before replying - people may respond to > your message at different pace. > * Use git-send-email(1) to submit patches (see > Documentation/process/submitting-patches.rst for how to do that). >> Regarding your patch, I think Greg has already bumped SUBLEVEL > whenever new stable release is made, so no need to send separate > patch just for that. > [Trimmed the email list to reduce noise.] If you read this email more carefully, you would have noticed that this email was sent by mistake while taking LFD103 class. The sender said this isn't a patch. thanks, -- Shuah