From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-lj1-f182.google.com (mail-lj1-f182.google.com [209.85.208.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A407172 for ; Mon, 19 Jul 2021 14:13:37 +0000 (UTC) Received: by mail-lj1-f182.google.com with SMTP id l11so11293728ljq.4 for ; Mon, 19 Jul 2021 07:13:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=0HBqZDyTkRroTMu/ELiCZ3jZ19IW3B73TzFax0ANWGo=; b=w4R2I4oUY0Mv98XcgFmellvEKRYXRFXqM+BqAt17Yw0n/URNhLNwWKTnWfQJVAV6rD 1vVGstDoxn1QR2X4cecBGRazjqsSkenDVBMEDMTU66BxP7QvnB8Yyq+vw1PBat9GPe64 tYke6UbhG2pwZJyv5SgVcJtIr1MnKN05+RVYWJyJW9gth/GTF1XOSvRPngD4lybcyA8n U+ruTn3Qsx3MaA6CJgrznV2/wPx2KbjTvNg1baDKSpoaqgM+lH1wXew6XOx0OOIbAqy7 //DrLis5r5pgF7MpXPDcAFB2I38u5yWlhFmgLu3ajSHBRlm7AexUDIzGw4GcqcdxK//d /+Ww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=0HBqZDyTkRroTMu/ELiCZ3jZ19IW3B73TzFax0ANWGo=; b=AewUz6ft1DKDSJToPlniwBbv4VcLMd1Ct/FcBALVvrV6leaGgls7Jqfu/HGLmTrNBO 5aOJOtEv8ZUOYuoNOJX8d2AO0eD+rbMRbEt2pJbUNdxaW45VsC+KNXhk9R+052PB0qCE iaCAlud8ScgnWZCjaAAu6LRwVkNxmbbzzxJYGbLlsFsgj40cmnJ99iB+dM84e3+vp94U ZoH45c8OsDFwv01HeisrcGCOyxfzL/OMWtyHqAe1+XUOve3YRhYZz4V7OlJ8oYCvZVBT wmCsUhHu27hFTFWj3uqa9zSAe2yXMzLI84BRyYNVfeJo8GrJNid/WFKpa1iEzSDBW48Y hqVA== X-Gm-Message-State: AOAM530+KB9e9jJ3RTYtqqWxzZpUw4KVdTYbHhHZxMKELrthnnWd0RmP wMIw96XxPoCjJFrDWJuSiCRXbfaKch/ia3FeoT8G8Q== X-Google-Smtp-Source: ABdhPJzTPDtvPNP2QI20PpA93Z8uS5FMaih3GGsy1ZoxYrHjVqRt5NqJKCopMf8T9xzastxPpzxYkeOdz3aJNQZpbec= X-Received: by 2002:a05:651c:160e:: with SMTP id f14mr13830248ljq.273.1626704015778; Mon, 19 Jul 2021 07:13:35 -0700 (PDT) Precedence: bulk X-Mailing-List: ksummit@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 References: <20210707203827.GI18396@quack2.suse.cz> In-Reply-To: From: Linus Walleij Date: Mon, 19 Jul 2021 16:13:24 +0200 Message-ID: Subject: Re: [TECH TOPIC] Rust for Linux To: Arnd Bergmann Cc: Wedson Almeida Filho , Miguel Ojeda , Greg KH , Bartosz Golaszewski , Kees Cook , Jan Kara , James Bottomley , Julia Lawall , Laurent Pinchart , Roland Dreier , ksummit@lists.linux.dev, Viresh Kumar Content-Type: text/plain; charset="UTF-8" On Mon, Jul 19, 2021 at 4:02 PM Arnd Bergmann wrote: > - What's with all the CamelCase? Is that enforced by the language, or > can we use the same identifiers here that we have in the C version? To me it looks like that is used to distinguish classes, factory methods and such, it actually seems pretty intuitive for the perception to me, but maybe I am already Rust-tainted :/ Yours, Linus Walleij