OpenSolaris
Collectives
Discussions
Documentation
Download
Source Browser
Free CD
Log-in
|
en
Community Group on
:
CRT
>
Sponsor Tasks
Top Menu
Show
:
Comments
Attachments
History
Information
Print
:
Print
Print preview
Export as PDF
Export as RTF
Export as HTML
Export as XAR
Wiki code for
Sponsor Tasks
Hide Line numbers
1: **Sponsor Tasks** The following outlines the process involved in being a sponsor. Note that we hope that many of these tasks will diminish over time, especially those “proxy” operations which currently require SWAN access. Note that, like much of our process, this is shrink-to-fit: many of these tasks are not needed for smaller changes. 2: 3: = Starting out 4: 5: * First sign up to [[become a sponsor>>Community Group on.becoming-a-sponsor]]. 6: * [[Subscribe>>mailto:request-sponsor-subscribe@opensolaris.org]] to the request-sponsor@opensolaris.org mailing list. This is the list used by sponsors to pick up a request and announce any changes in the state of the request. 7: * Check out the [[full list of requests>>Main.request_sponsor]] first to see if there are any requests awaiting a sponsor that fit your interest and experience. If nothing is pending or fits your experience, watch for new requests on the mailing list. 8: * When a request for sponsorship comes by which matches your interest, experience and availability, reply-all that you are volunteering to be the sponsor for that request, then take further discussion off-line with the contributor. Keep the contributor copied on just about all subsequent discussion in the steps below. 9: * Become familiar with the steps the [[contributor should perform and their instructions>>Main.participate]], so you can best gauge how to guide them. 10: * Triage: bug/RFE/project? 11: * Filing/updating bugs 12: ** Add “oss-sponsor” to the keyword list. 13: ** If you are filing a new bug or the existing bug does not have the "oss-request" keyword, add that keyword to the keyword list. 14: ** Put your e-mail address in Hook 5. 15: ** Put the contributor’s e-mail address in Hook 6. If there is an address already in Hook 6 field, replace it with the contributor’s email address. 16: ** The name of the contributor should be listed somewhere in the bug report, preferably in the Evaluation and/or Suggested Fix text as appropriate. 17: ** Mark yourself as the Responsible Engineer. Note that if this field is already filled in, then you should contact the RE and decide whether s/he should take over sponsorship instead, or if the RE should pass the bug on to you, or perhaps some other arrangement. 18: ** Notify the contributor of changes in the bug report as needed. Refer the contributor to the public bug report on [[bugs.opensolaris.org>>http://bugs.opensolaris.org/]]. Do not forward any e-mail updates from Bugster, as they may contain Sun confidential information. It is now possible to add the contributor to the Interest List for the bug, and Bugster will send sanitized externally safe versions of the bug report to the contributor whenever an update is made. Please be aware that this sanitized email strips out all email addresses, including RE and the sender, so external folks may have a difficult time finding the correct address to reply-to if you haven’t already established direct contact. 19: * Sponsors are responsible for updating the status of their work on contributions on an [[ internal wiki>>http://wikihome.sfbay.sun.com/swrm/Wiki.jsp?page=InProgresslist]] once a month. A reminder e-mail message with specific instructions will be sent out on the first of each month. Please follow the directions in those messages. DO NOT use the internal wiki to announce that you have picked up a request to sponsor or to announce changes to the state of a request in progress. As noted in the first bullet above, e-mail MUST be sent to the request-sponsor@opensolaris.org mailing list for those purposes. 20: 21: = Develop, Test, Repeat 22: 23: * Coordinate with technology owner(s). 24: * Help determine ideal design reviewers (if needed). 25: * ARC review (if needed): 26: ** The contributor should write the case, but may need help if s/he is inexperienced with the ARC (which nearly all contributors will be at the beginning). 27: ** Find a sponsor. 28: ** Note: if you are an ON CRT advocate, but not a SAC licensee, why not? Inquire about becoming one. 29: ** Copy the contributor when submitting case(s), and make sure s/he is involved in any ensuing discussion. 30: * Provide old SCCS delta comments when requested. 31: ** Check before providing actual old SCCS deltas, as old deltas may be encumbered. 32: * Assist the contributor with running nightly builds, if needed. Also, note that you will be doing the integration yourself, so you should apply the patch to a workspace of your own and run nightly on it. 33: * Assist the contributor in determining what test suites should be run, running them if needed (not all are available externally), etc. And again, since you will be doing the integration, test this as thoroughly as you would test a wad of your own. 34: * Note that the contributor can use the [[available self-service testing facility or the test farm>>Community Group testing.WebHome]] for testing. 35: 36: = Getting ready to integrate 37: 38: * Help determine ideal code reviewers. 39: * Per the CDDL block text, the contributor **may** add a comment 40: 41: {{{ 42: /* Portions Copyright YYYY Firstname Lastname */ 43: }}} 44: 45: in the copyright section following the CDDL block at the top of the file. And regardless of whether such a comment is added or not, the Sun copyright should be updated appropriately. 46: * Ensure the contributor has a valid SCA on file (Sun internal listing). You can check [[ the request-sponsor table>>Main.request_sponsor]] to see if the SCA number is listed for the contributor. If not, check with the contributor to sure s/he filed the form and find out the number. There is also an internal table available that can be checked. If you don’t know where this table is located, check with oso-admin@opensolaris.org. 47: * Filing [[RTIs>>Community Group on.rti-nits]] 48: ** Select a good RTI advocate. 49: ** List the contributor in the Cc: field. 50: ** The //Third Party Source// question on the WebRTI form must be answered with the name of the contributor and the associated SCA#. With this information cited, no further diligence related to the contribution will be required. === Acknowledging the contributor There are two main ways the contributor can be credited at integration time. Either is acceptable, but at least one must be done. In both cases, the change-set comment should be the usual bug-ID and synopsis, plus any ARC cases. 51: *1. The contributed changeset(s) can be committed by the Contributor, instead of the Sponsor. This can be done using either {{code}}"login "{{/code}} or {{code}}"full name "{{/code}} format for hg user. If the Contributor does a commit and supplies the Mercurial bundle of the changeset(s), this will be correctly done. If the Contributor supplies a patch, and the Sponsor then applies the patch and commits the changes, they will need to use {{code}}hg commit -u {{/code}} or {{code}}hg recommit -u{{/code}} to set this correctly. If you have cause to merge and thus recommit, you should use the -u option to recommit to preserve the author: field. When the Sponsor pushes the changes to the gate, the From: field of the notification email will identify the Sponsor, not the Contributor. Both Sponsor and Contributor can be identified through either the bug report(s) or the RTI 52: *1. Or, this second approach can be used where the contributor is acknowledged with the changeset(s) comment. There are some minor variants on the format, in that there are two different beginning forms of such lines and two different end forms. The beginning forms are: 53: 54: {{{ 55: Contributed by 56: }}} 57: 58: and 59: 60: {{{ 61: Portions contributed by 62: }}} 63: 64: The end forms are: 65: 66: {{{ 67: Firstname Lastname. 68: }}} 69: 70: and 71: 72: {{{ 73: Firstname Lastname <something@example.com>. 74: }}} 75: 76: In case it is not obvious, the overall line should have one of the two beginning forms, then a space, then one of the two end forms. 77: 78: = Integration 79: 80: * Forward the push message to the contributor. 81: * Coordinate any ongoing issues with gate-keepers. 82: 83: = When to Suspend a Request 84: 85: There has been some confusion about what do to when a contribution, or a contributor, goes ’stale’ for some reason. Following are some guidelines that explain the ’suspended’ list: what it is, how it works and when and how to use it. 86: 87: * The ’suspended’ list is used for requests that are no longer being worked by contributors for any reason: they no longer have time, are no longer available, have retracted a request, etc. 88: * The ’suspended’ list is kept on the overall request-sponsor table because metrics are generated on a regular basis about the program (so requests can’t just disappear). 89: * Anything put on the ’suspended’ list is available for work by other Contributors or Sun engineers. 90: 91: === Reasons to suspend a request and Actions to take 92: 93: * Contributor is no longer available to work on the bug: 94: ** Sponsor sends email to request-sponsor saying the request should be moved to the ’suspended’ list and why. 95: ** Sponsor removes the oss-sponsor and oss-request keywords from the CR in bugster. 96: ** Sponsor removes the contributor’s email address from the Hook 6 field. 97: * Contributor is no longer responding to email from the Sponsor: 98: ** Sponsor sends a last email warning to the Contributor indicating that if a response is not received by a certain date, the request will be moved to the ’suspended’ list; 99: ** If agreement is reached, Sponsor sends email to request-sponsor saying the request should be moved to the ’suspended’ list and why; 100: ** If no response by the specified date, Sponsor sends email to request-sponsor saying the request should be moved to the ’suspended’ list and why. 101: ** Sponsor removes the oss-sponsor and oss-request keywords from the CR in bugster. 102: ** Sponsor removes the contributor’s email address from the Hook 6 field. 103: * Contributor does not want or is unable to fulfill his/her responsibilities with regard to building, testing, code review feedback, etc: 104: ** Sponsor sends email to the Contributor re-iterating responsibilities of a Contributor and explaining that if Contributor is unwilling/unable to fulfill his/her responsibilities, the Sponsor will not be able to continue as Sponsor and the request will be moved to the ’suspended’ list; 105: ** If the determination is to move the request to the ’suspended’ list, Sponsor sends email to request-sponsor saying the request should be moved to the ’suspended’ list and why. 106: ** Sponsor removes the oss-sponsor and oss-request keywords from the CR in bugster. 107: ** Sponsor removes the contributor’s email address from the Hook 6 field. 108: 109: === When You Cannot Complete a Sponsor Commitment 110: 111: If you cannot finish sponsoring a request you picked up: 112: 113: * It is your responsibility to try to find another sponsor. 114: * If you are unable to find another sponsor, you must communicate the situation to the contributor and use the mailing list to explain the change in state and to put the request back on the ’awaiting sponsor’ list. 115: 116: = When to Reject a Request 117: 118: Offers of a code contribution can be rejected: 119: 120: * For legitimate architectural reasons 121: ** Contribution violates existing architectural rules 122: ** Contribution works against the architecture 123: ** Contribution would interfere architecturally with planned future enhancements 124: * For legitimate business reasons 125: ** Contribution would interfere functionally with planned future enhancements. 126: ** (used in VERY limited cases only) The resource investment is not worth the return. Example: fix for one typo in a comment. Note that requests can not be rejected because engineering teams don’t want to spend the time on them. Nor can requests for bugs marked ’oss-bite-size’ be rejected since engineering teams marked bugs with that keyword to tell new contributors where to start working on code.
Search
Collectives
Community Group
Academic and Research
Accessibility
Advocacy
Appliances
Approachability
Architecture Process and Tools
BrandZ
Chinese Users
Community Advisory Board
Databases
Desktop
Device Drivers
Distribution
Documentation
DTrace
Emerging Platforms
Fault Management
Games on OpenSolaris
HA Clusters
HPC Developer
Installation and Packaging
Internationalization and Localization
Laptop
Logical Domains
Modular Debugger (MDB)
Networking
NFS
Observability
OpenSolaris Governing Board (OGB)
OpenSolaris Printing
OS/Net (ON)
Performance
Power Management
PowerPC
Security
Service Management Facility (smf(5))
Software Porters
Solaris Volume Manager
Storage
Systems Administration Community Group
Testing
Tools Home
Unix File Systems (UFS)
Website Community
X Window System
Xen
ZFS
Zones
Project
ADSL Modem Enhancement
ARC Process Definition
ARM Platform Port
Automatic Data Migration
BIND Update
Bluetooth Stack & Drivers
Brocade FC HBA - Initiator
Brocade FC HBA - Target
Brussels - unified network link configuration
Caiman, Solaris Install Revisited
Celeste
Český portál
Chime Visualization Tool for DTrace
CIFS client for Solaris
CIFS Server
Clearview: Network Interface Coherence
Cluster Agent: Informix Dynamic Server
Cluster Agent: OpenSolaris Container
Cluster Agent: OpenSolaris xVM
Cluster Agent: Oracle E-Business Suite
Cluster agent: PostgreSQL
Cluster Agent: Samba
Cluster Agent: Tomcat
CMT
Coarse Data Flow Parallelism
Colorado: Open HA Cluster on OpenSolaris
Command Assistant
Common Array Manager
Companion - /opt/sfw: Free and Open Source software
COMSTAR: Common Multiprotocol SCSI Target
Content
Contest
CPU Observability
Credentials Process Groups
Crossbow: Network Virtualization and Resource Control
Crypto KMS Agent Toolkit
Cryptographic Framework
Data Migration Manager
Data Tethers
Deutsches Portal
Device Detection Tool
Device Driver Utility
Device Manager
Device Mapper
Direct Rendering Infrastructure & 3D drivers
DTrace Guide
Duckwater: Simplified name services management
Easy Tools
Emancipation
Emulex Fibre Channel Device Driver
Emulex Advanced Ethernet Device Driver
Enable/Enhance Solaris support for Intel Platform
Enhance the support of USB webcams
Enhanced SMF Profiles
Enhancements for AMD-based Platforms
Erlang DTrace Integration
Ethernet bridge module for Solaris
Evaluate Conary
Events Registry
Ext3 file system support
F/OSS Package Base
Facilitation
Fibre Channel over Ethernet
Fine Grained Access Policy (FGAP)
Fingerprint Authentication
Flexible Mandatory Access Control
Forensic Tools
Fully Open X Project
Fuse on Solaris
gcore
Generic Machine Check Architecture Improvements
Google SOC
HA-JBoss
HA-MySQL
Hadoop Live CD
Hitachi
HoneyComb Fixed Content Storage
HPC Stack
Image Packaging System
Improved Performance MIB
Indiana
Innovation Awards
Input Method
Intel Graphics
Internet Key Exchange, version 2
Interrupt Resource Management
IP Datapath Refactoring
IP over Infiniband
IPsec Tunnel Reform
iSCSI Extensions for Remote DMA (iSER)
iSNS Server
JeOS - Just enough Operating System
JKstat - a java binding for libkstat
Journaled File System (JFS)
K Desktop Environment
Kerberos
Kernel Sockets
Kernel SSL Enhancements
Key Management Framework
Korn Shell 93 integration/migration project
Labeled IPsec
LatencyTOP
Layer 2 Filtering
LDoms Manager
Lending
libMicro - portable microbenchmarks
Link Layer Discovery
Live Media: Technologies for distributions running from CD and other media
Locale Data
lofi compression and cryptography support
lx64 brand
Media Management System
Mega_sas
Mexico
MilaX minimal Live Distribution
MIPS Platform Port
Mozilla DTrace
MRSL.NONsharedDevice
Multi-lingual Glossary
Multi-pathing software (MPxIO)
Multiple disk sector size support
Multiple DOI
Muskoka: An open repository for OpenSolaris technical content
Navigator
Nemo: A Framework for High-Performance Networking
Network Auto-Magic
Network Data Management Protocol
Network MIBs
Network Storage
Network Time Protocol (NTP)
Nevada Globalization
New Design of 4over6 Mechanism Based on OpenSolaris
NFS RDMA transport update and performance analysis
NFS Server in non-Global Zones
NFS version 4.1 pNFS
NFSv4 namespace extensions
Nightingale: Port Songbird to OpenSolaris
NPort ID Virtualization (NPIV)
NUMA
Object Storage Device (OSD) support for Solaris
OHACGE Script Based Plug-in
ON/Nevada (ONNV) Project
Open Development Infrastructure
Open HA Cluster Utilities
Open Sound System
OpenGrok
OpenPegasus CIM Server
OpenRTI
OpenSolaris Busybox
OpenSolaris Desktop
OpenSolaris Hispano
OpenSolaris Security Audit
OpenSolaris support for the QEMU processor emulator: host and guest
PEF: Packet Event Framework
Performance Wrappers
Pkgfactory
Polski Portal
Portail Francophone
Portal Brasil
Portals
Power Management Usability Interfaces
Presto: Automatic Printing Configuration
Printable Many Page Solaris Manuals
Promise SuperTrak RAID HBA Driver
QLogic Converged Network Adapter GLDv3 NIC Driver
Quagga Routing Protocol Suite Integration
RAID Configuration Utility
RBridge (IETF TRILL) support
RDMA Offload Framework
Reno: Login Process Enhancements for Interop
Resource Management
s10brand
SAM/QFS
SCM Migration Project
SCSI RDMA Protocol
SDcard Drivers
Sensor Abstraction Layer
Session Initiation Protocol
SFW
Shell: bourne shell, korn shell, C shell, etc.
Sierra: Intel WiFi Chipsets Support
Simple Panels
SM-HBA Based SAS HBA Management
SMF Documentation
Solaris iSCSI Target
Solaris PowerPC Port
SourceJuicer
Sparks: name service switch/nscd enhancements
Squashfs
Star integration/migration project
Starfish
Starter Kit
Storage Power Management
Sun Security Toolkit
Sun StorageTek Availability Suite
Support for OpenFabrics User Verbs / API on OpenSolaris OS
Support gcc4/GCCfss in Solaris
Suspend/Resume
SVR4 Packaging
Systemz
Tamarack: Removable Media Enhancements in Solaris
Tesla: OpenSolaris Enhanced Power Management
Test Development
Tickless Kernel Architecture
TIPC
Trademarks
Trusted networking interface policy database for Trusted Extensions
Trusted Platform Module support
Use Case
Validated Execution Project
Virtual Console
Virtual Network Machines
Visual Panels
Visualization for HPC
Volo
VRRP: Virtual Router Redundancy Protocol Implementation
VSCAN service
Web Stack
Website
Winchester: Schema mapping and ID mapping for AD Interoperability
Wireless USB Support
Wireless Wide Area Network
X Consolidation
x86 Generic FMA Topology Enumerator
Xen Gate
Xfce: A lightweight desktop environment
ZFS Boot and Install
ZFS on disk encryption support
Zone Manager
Zone Statistics
Русский портал
البوابة العربية
भारतीय पोर्टल
中国门户
日本ポータル
한국 포탈
User Group
Adelaide
Argentina
Arizona
Atlanta
Baltimore-Washington
Bangalore
Bangkok
Bangladesh
Beijing
Bélem
Berlin
Bhimavaram
Bloomington
Campus Ambassadors
Capital Region
Cardiff
Charlotte
Chengdu
Chennai
Chihuahua
Chile
Cleveland
Colombia
Columbus
Connecticut
Cracow
Czech
Dallas/Ft. Worth
Danish
Delaware
Edinburgh
Egypt
Finland
Florida
Front Range
FuZhou
Great Lakes
Greece
Hangzhou
Hawaii
HeFei
Houston
Hyderabad
Indonesia
Irish
Israel
Italian
Jinan
Kabul
Kansas City
Latvia
London
Madurai
Manchester
Mato Grosso
Melbourne
Minas Gerais
Minnesota
Montreal
Moscow
Mumbai
Munich
NEA
Netherlands
New England
New York City
New Zealand
NIT Hamirpur
Noroeste
Oklahoma City
Osnabrück
Peru
Philadelphia
Piaski
Pittsburgh
Porto Alegre
Puget Sound
Pune
Queensland
Research Triangle Park
Romania
Russia
San Antonio
San Diego
San Francisco
São Paulo
Scottish
Serbia
Shanghai
Shenzhen
Silicon Valley
Singapore
Slovak
South African
Southern Connecticut
St. Louis
Sweden
Switzerland
Sydney
Szczecin
Taiwan
Tecum
Thames Valley
Tokyo
Toronto
Trondheim
Tulsa
Turkey
Ukraine
University of Melbourne
Vale do Paraíba
Vancouver
Venezuela
Welsh - Cymru
Wisconsin
Xi'an
Subsites
Code Reviews
Code Repositories
Package Search
Bugster
Bugzilla
Test Machines
Planet
Mailing Lists
Elections & Polls
ARC Case Logs
Source Juicer
Package Factory
User Authentication
Community Group on Pages
CRT
Advocates & Sponsors
Becoming a Sponsor
Becoming a CRT Advocate
Charter
RTI nits to avoid
Sponsor Tasks
Developing Solaris
Quality Death Spiral
Developer's Reference
Introduction
Prerequisites
The Source Tree, part 1
The Source Tree, part 2
Building OpenSolaris
Installing and Testing OpenSolaris
Integration Procedure
Best Practices and Requirements
Glossary
findunref and unreferenced files
ONNV Flag Days, Heads Ups, and Project Integration History
Builds 101-105
Builds 106-110
Builds 111-115
Builds 116-120
Builds 121-125
Builds 126-130
Builds 21-25
Builds 26-30
Builds 31-35
Builds 36-40
Builds 41-45
Builds 46-50
Builds 51-55
Builds 56-60
Builds 61-65
Builds 66-70
Builds 71-75
Builds 76-80
Builds 81-85
Builds 86-90
Builds 91-95
Builds 96-100
Installation (from source) Quickstart
Annotated nightly(1) Mail Example
Currently Known Issues
Putback Logs
Development Process
Schedule
Bourne/Korn Shell Coding Conventions
wx