From owner-freebsd-hackers@freebsd.org Tue Mar 27 20:45:14 2018 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14D31F59B34 for ; Tue, 27 Mar 2018 20:45:14 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-it0-x22b.google.com (mail-it0-x22b.google.com [IPv6:2607:f8b0:4001:c0b::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 98D1D7F5F5 for ; Tue, 27 Mar 2018 20:45:13 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-it0-x22b.google.com with SMTP id m134-v6so927076itb.3 for ; Tue, 27 Mar 2018 13:45:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=j6+RmFAUDNyqBZM/ZBbLKpKeXB0bDSptton39xERatk=; b=GMTEczzClca7agd1MPrDzTfPEKB4O6cYvPStdA+nXRHhBBjKw9f4tteQ/U1W2zOFE/ w+VFLJGJGhB3wQxwfdhd7GFdWhGXz/pIDzEtAT1p9W/LiNRtRMcoyOzfeBAzLKPPJnjT JVkMvLDAaoGC9Tv2pOTxTAoErWtFyYp/J2lcaIwxpMxWnSCHj/0NwnUGUdpE0hPLPb1U uCTCsaWp+t7KChHwPEjAFEuuuyASy9HNkNiGR60HgnLMDD0slzFzOMnKuMqlQi9oKWrL yTZXqrm4Q8GteCC6H9iBoM8X7+z1bQSBqc6FTlYSNXfU/qMBKnb/+tS/Te5O3pwrOkoQ lxig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=j6+RmFAUDNyqBZM/ZBbLKpKeXB0bDSptton39xERatk=; b=MJKvFZSdxQ4JXmvqkIimOJHBatP+YJ+MvYzlKKmoMtdSF0UxQehu0WRpbdpFIBVE48 e4eORE2e4ufEvlLVuxnW148Lz3bLLJGAoM9PtWHsO81Ed9Jffn/tiAGLug86QGauN1JU qsu03vHGDXsP2MrwfVMHDxSS5z//Xbm6wvkAE/NjEbiwkX6AwgmsQPY8629Co7jVuYJ7 1ZFQHwNwnsbwscFUYSJMfQPKrAmuzVea4S6s58hP0nUYGKwU4W0GPC6oqsgqou8UDxYh ROnAKHU6+O7wQHo7uUc6Dcj0COCw5CLLnzk3+fuCRVLHnZHVw8M8p/PVwvBU5ULbZTsx LfCw== X-Gm-Message-State: AElRT7HO3nEO1ndJJ0lRDAa0O1UX+s5mork82mIsX14rguh5M5x/gi/O 9Cm6g0AoGNe2MbueOM4L6pZH4BDk8K7bwNQY9kM0GA== X-Google-Smtp-Source: AIpwx49zDtI2S5Dj73kMFU48FO7Fm2R8dhlkUBkSfBjJ6JkgZSouZOxv7Dkmh7HUBpiLtLEQD7qMaK6Rbqgc3cPjhBw= X-Received: by 2002:a24:b649:: with SMTP id d9-v6mr832178itj.51.1522183512963; Tue, 27 Mar 2018 13:45:12 -0700 (PDT) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.79.203.196 with HTTP; Tue, 27 Mar 2018 13:45:12 -0700 (PDT) X-Originating-IP: [192.173.67.1] In-Reply-To: References: From: Warner Losh Date: Tue, 27 Mar 2018 13:45:12 -0700 X-Google-Sender-Auth: YnrpzEcj9y9Y3Y96UvZg3jLJlx4 Message-ID: Subject: Re: Commit privileges and branching To: Lakhan Shiva Cc: "freebsd-hackers@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Mar 2018 20:45:14 -0000 On Tue, Mar 27, 2018 at 9:42 AM, Lakhan Shiva wrote: > Hi, > > I would like to start working on converting PCI drivers that already have a > table but font have a MODULE_PNP_INFO. I would like to know more about the > branching strategy and the process to check in first piece of code. I am > uising FreeBSD VM current image. I will be using SVN for checking out and > checking in code from the VM. > There's two paths forward for you. If you are selected for GSoC, you'll have our gsoc svn repo available. The other option is to fork from http://www.github.org/freebsd/freebsd using git. The way that commits normally land in the FreeBSD is that some committer will push them in with a tag saying that you'd submitted it and when there's enough you'd get a commit bit of all has gone well. If you're doing GSoC, then you and your mentor would work this out. Warner