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 X-Spam-Level: X-Spam-Status: No, score=-3.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5D8F7C433B4 for ; Thu, 1 Apr 2021 05:20:02 +0000 (UTC) Received: from shelob.surriel.com (shelob.surriel.com [96.67.55.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D870860698 for ; Thu, 1 Apr 2021 05:20:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D870860698 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=iiitd.ac.in Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kernelnewbies-bounces@kernelnewbies.org Received: from localhost ([::1] helo=shelob.surriel.com) by shelob.surriel.com with esmtp (Exim 4.94) (envelope-from ) id 1lRpjx-0000K5-39; Thu, 01 Apr 2021 01:19:33 -0400 Received: from mail-pl1-x632.google.com ([2607:f8b0:4864:20::632]) by shelob.surriel.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94) (envelope-from ) id 1lRpju-0000J0-Ev for kernelnewbies@kernelnewbies.org; Thu, 01 Apr 2021 01:19:31 -0400 Received: by mail-pl1-x632.google.com with SMTP id v23so417736ple.9 for ; Wed, 31 Mar 2021 22:19:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iiitd.ac.in; s=google; h=date:from:to:subject:message-id:mime-version:content-disposition; bh=r0CUe3G5DSrxRr5ZMkFImBUrZ4v4/n7e8aebMLv7qsQ=; b=E8NDKddbIvLFcY26L4lutwHiZ8SHcd8R4gxWz5cYqa+8zu31H9HXVaSVWPkUZ7f9A9 8lbO3iYBK4zD8ld2Juxps2CHGunlUKQIejze7rmDkkMrwHTkJmYHuEeuYy+cs9JlaSCf WHOxp/BL9H1aBUuUgYnj3nVp2hD4BbxI79G08= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition; bh=r0CUe3G5DSrxRr5ZMkFImBUrZ4v4/n7e8aebMLv7qsQ=; b=M44Eru4tcnLL91M+aM/dIKQAg/21SMN2ziwMePUn66AYLdt5wOKpHD7qgC9kz0BoSX /5mNaDD9P4b/riDewiNYPcv/0zagiJMEcw+pntuIlZjQ/OohgrDvS83NEEikFmze8KvE FkRxA+S69PYUuVrQy8tOGiiywIlj71Rr8oxMhaUk/y76dDi4t8RCempVLCHq5WMznold FQqdQvwfpQorhZmHdbPAXOmX3zWC2U38GdaotQtAEa3QxVw0KR5eETUxecrUkPJYnF2m DokYxG/dLngUZDUpbfXR3l8u3E9fN02pEup9dOrbsL39MceHOQRui/GFTQ4BA4eVzchg mTsg== X-Gm-Message-State: AOAM531pyR2MAo0LpHpCPEjuw2mwYfE1VvwkF4EP6O9Fx1KEuO2Tq+iW 6mVVys3hahCIaJW9rzxhUB10FhzhrZFk/g== X-Google-Smtp-Source: ABdhPJwr5fsNQq1ge9O5CEvzt7kQ/LbxOkIBEooaYee3qk0LqLBDhEwBBn8gx18Z5SrTb6D4HhXY+Q== X-Received: by 2002:a17:90b:16cd:: with SMTP id iy13mr7256498pjb.46.1617254361162; Wed, 31 Mar 2021 22:19:21 -0700 (PDT) Received: from nitro-5 ([103.44.55.83]) by smtp.gmail.com with ESMTPSA id h137sm3700215pfe.151.2021.03.31.22.19.19 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 31 Mar 2021 22:19:20 -0700 (PDT) Date: Thu, 1 Apr 2021 10:49:16 +0530 From: Manas To: kernelnewbies@kernelnewbies.org Subject: Re: Missing RUST_EXAMPLE option in linux-next Message-ID: <20210401051916.okr2lmvg26szjrcj@nitro-5> MIME-Version: 1.0 Content-Disposition: inline X-BeenThere: kernelnewbies@kernelnewbies.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Learn about the Linux kernel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: kernelnewbies-bounces@kernelnewbies.org Hi, I am working on a device driver in rust in linux-next as an academic project. I used the following command to create .config: $ make LLVM=1 menuconfig But, sometimes the RUST_EXAMPLE option is not visible in menuconfig (under /Device Drivers/Character devices/). It seemingly happens at random that this option disappears, despite having a working rust nightly environment (and other dependencies). Can someone point me to why is this happening? Also, if this is not the right place for this query, please let me know. Thank you -- Manas CSAM Undergraduate | 2022 IIIT-Delhi, India _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies