* [PATCH 2/2] Staging: hv: General maintenance of TODO file [not found] <8AFC7968D54FB448A30D8F38F259C56212E881A9@TK5EX14MBXC118.redmond.corp.microsoft.com> @ 2010-02-11 21:32 ` Hank Janssen 2010-02-11 21:38 ` Greg KH 0 siblings, 1 reply; 11+ messages in thread From: Hank Janssen @ 2010-02-11 21:32 UTC (permalink / raw) To: 'linux-kernel@vger.kernel.org', devel@driverdev.osuosl.org Cc: Haiyang Zhang, 'gregkh@suse.de' Removed two line; Audit block driver Audit scsi driver They were added by us as part of the original code Submission to make sure these drivers kept on working Correctly with all the patches that came in from the Community. Added a new line to fix mostly insane camelcase naming We are working on that right now, but it will take a bit Due to the pervasive usage of it. Cc: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Haiyang Zhang <haiyang@microsoft.com> drivers/staging/hv/TODO | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/staging/hv/TODO b/drivers/staging/hv/TODO index dbfbde9..e0bc3c8 100644 --- a/drivers/staging/hv/TODO +++ b/drivers/staging/hv/TODO @@ -12,8 +12,7 @@ TODO: - use existing net_device_stats struct in network device - checking for carrier inside open is wrong, network device API confusion?? - - audit the block driver - - audit the scsi driver + - Fix CamelCase naming conventions Please send patches for this code to Greg Kroah-Hartman <gregkh@suse.de>, Hank Janssen <hjanssen@microsoft.com>, and Haiyang Zhang <haiyangz@microsoft.com>. ^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH 2/2] Staging: hv: General maintenance of TODO file 2010-02-11 21:32 ` [PATCH 2/2] Staging: hv: General maintenance of TODO file Hank Janssen @ 2010-02-11 21:38 ` Greg KH 2010-02-11 22:22 ` Hank Janssen 2010-02-11 23:20 ` Paul Mackerras 0 siblings, 2 replies; 11+ messages in thread From: Greg KH @ 2010-02-11 21:38 UTC (permalink / raw) To: Hank Janssen Cc: 'linux-kernel@vger.kernel.org', devel@driverdev.osuosl.org, Haiyang Zhang On Thu, Feb 11, 2010 at 09:32:31PM +0000, Hank Janssen wrote: > > Removed two line; > Audit block driver > Audit scsi driver > They were added by us as part of the original code > Submission to make sure these drivers kept on working > Correctly with all the patches that came in from the > Community. Um, no, those things still need to be done. > Added a new line to fix mostly insane camelcase naming > We are working on that right now, but it will take a bit > Due to the pervasive usage of it. That's fine, but it fits under the general "fix coding style issues". Hm, that isn't spelled out, but it is implicit, I doubt this really needs to be documented in the file, it's just common knowledge :) thanks, greg k-h ^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: [PATCH 2/2] Staging: hv: General maintenance of TODO file 2010-02-11 21:38 ` Greg KH @ 2010-02-11 22:22 ` Hank Janssen 2010-02-11 22:54 ` Greg KH 2010-02-11 23:20 ` Paul Mackerras 1 sibling, 1 reply; 11+ messages in thread From: Hank Janssen @ 2010-02-11 22:22 UTC (permalink / raw) To: Greg KH Cc: 'linux-kernel@vger.kernel.org', devel@driverdev.osuosl.org, Haiyang Zhang >> >> Removed two line; >> Audit block driver >> Audit scsi driver >> They were added by us as part of the original code >> Submission to make sure these drivers kept on working >> Correctly with all the patches that came in from the >> Community. > >Um, no, those things still need to be done. What additional things are expected? We solved the original reason we added the lines, so I want to make sure we do additional work as is expected. We are going through general code cleanup, and the TODO file now. >> Added a new line to fix mostly insane camelcase naming >> We are working on that right now, but it will take a bit >> Due to the pervasive usage of it. > >That's fine, but it fits under the general "fix coding style issues". > >Hm, that isn't spelled out, but it is implicit, I doubt this really >needs to be documented in the file, it's just common knowledge :) Want me to add a proper line item for that? Or drop this patch completely for the time being? Thanks, Hank. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 2/2] Staging: hv: General maintenance of TODO file 2010-02-11 22:22 ` Hank Janssen @ 2010-02-11 22:54 ` Greg KH 2010-02-11 23:04 ` Hank Janssen 0 siblings, 1 reply; 11+ messages in thread From: Greg KH @ 2010-02-11 22:54 UTC (permalink / raw) To: Hank Janssen Cc: 'linux-kernel@vger.kernel.org', devel@driverdev.osuosl.org, Haiyang Zhang On Thu, Feb 11, 2010 at 10:22:19PM +0000, Hank Janssen wrote: > >> > >> Removed two line; > >> Audit block driver > >> Audit scsi driver > >> They were added by us as part of the original code > >> Submission to make sure these drivers kept on working > >> Correctly with all the patches that came in from the > >> Community. > > > >Um, no, those things still need to be done. > > What additional things are expected? We solved the original > reason we added the lines Um, I added the lines, see commit id 51b671f2f40c303fd4d18e346f63af62c9b1f622 for proof of that. And as far as I can see, no such auditing has been done. You need to pass the code by the proper subsystem maintainers (block and scsi) before these items can be removed. > , so I want to make sure we do additional work as is expected. We are > going through general code cleanup, and the TODO file now. > > >> Added a new line to fix mostly insane camelcase naming > >> We are working on that right now, but it will take a bit > >> Due to the pervasive usage of it. > > > >That's fine, but it fits under the general "fix coding style issues". > > > >Hm, that isn't spelled out, but it is implicit, I doubt this really > >needs to be documented in the file, it's just common knowledge :) > > Want me to add a proper line item for that? Or drop this patch > completely for the time being? I say just drop it, you know you have to fix this :) thanks, greg k-h ^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: [PATCH 2/2] Staging: hv: General maintenance of TODO file 2010-02-11 22:54 ` Greg KH @ 2010-02-11 23:04 ` Hank Janssen 0 siblings, 0 replies; 11+ messages in thread From: Hank Janssen @ 2010-02-11 23:04 UTC (permalink / raw) To: Greg KH Cc: 'linux-kernel@vger.kernel.org', devel@driverdev.osuosl.org, Haiyang Zhang >> Want me to add a proper line item for that? Or drop this patch >> completely for the time being? > >I say just drop it, you know you have to fix this :) No problem, thanks! Hank. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 2/2] Staging: hv: General maintenance of TODO file 2010-02-11 21:38 ` Greg KH 2010-02-11 22:22 ` Hank Janssen @ 2010-02-11 23:20 ` Paul Mackerras 2010-02-11 23:32 ` Greg KH 1 sibling, 1 reply; 11+ messages in thread From: Paul Mackerras @ 2010-02-11 23:20 UTC (permalink / raw) To: Greg KH Cc: Hank Janssen, 'linux-kernel@vger.kernel.org', devel@driverdev.osuosl.org, Haiyang Zhang On a side note, when this becomes mainstream, could you give it a more descriptive name than just "hv"? "Hv" already means at least two possible things to me -- "hypervisor" or "high volume" -- neither of which appear to be what this code is about. Paul. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 2/2] Staging: hv: General maintenance of TODO file 2010-02-11 23:20 ` Paul Mackerras @ 2010-02-11 23:32 ` Greg KH 2010-02-11 23:46 ` Hank Janssen 2010-02-12 0:09 ` Paul Mackerras 0 siblings, 2 replies; 11+ messages in thread From: Greg KH @ 2010-02-11 23:32 UTC (permalink / raw) To: Paul Mackerras Cc: Hank Janssen, 'linux-kernel@vger.kernel.org', devel@driverdev.osuosl.org, Haiyang Zhang On Fri, Feb 12, 2010 at 10:20:56AM +1100, Paul Mackerras wrote: > On a side note, when this becomes mainstream, could you give it a more > descriptive name than just "hv"? "Hv" already means at least two > possible things to me -- "hypervisor" or "high volume" -- neither of > which appear to be what this code is about. "hyperv" should be sufficient, right? thanks, greg k-h ^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: [PATCH 2/2] Staging: hv: General maintenance of TODO file 2010-02-11 23:32 ` Greg KH @ 2010-02-11 23:46 ` Hank Janssen 2010-02-12 0:11 ` Paul Mackerras 2010-02-12 0:09 ` Paul Mackerras 1 sibling, 1 reply; 11+ messages in thread From: Hank Janssen @ 2010-02-11 23:46 UTC (permalink / raw) To: Greg KH, Paul Mackerras Cc: 'linux-kernel@vger.kernel.org', devel@driverdev.osuosl.org, Haiyang Zhang >> On a side note, when this becomes mainstream, could you give it a more >> descriptive name than just "hv"? "Hv" already means at least two >> possible things to me -- "hypervisor" or "high volume" -- neither of >> which appear to be what this code is about. > >"hyperv" should be sufficient, right? > >thanks, > >greg k-h I was thinking of using that, but would that confuse it with hypervisor which is more of a general term? If the consensus is that it would not than I am in favor of changing it to hyperv. ms_hyperv would make it to long? Thanks, Hank. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 2/2] Staging: hv: General maintenance of TODO file 2010-02-11 23:46 ` Hank Janssen @ 2010-02-12 0:11 ` Paul Mackerras 0 siblings, 0 replies; 11+ messages in thread From: Paul Mackerras @ 2010-02-12 0:11 UTC (permalink / raw) To: Hank Janssen Cc: Greg KH, 'linux-kernel@vger.kernel.org', devel@driverdev.osuosl.org, Haiyang Zhang On Thu, Feb 11, 2010 at 11:46:48PM +0000, Hank Janssen wrote: > >> On a side note, when this becomes mainstream, could you give it a more > >> descriptive name than just "hv"? "Hv" already means at least two > >> possible things to me -- "hypervisor" or "high volume" -- neither of > >> which appear to be what this code is about. > > > >"hyperv" should be sufficient, right? > > > >thanks, > > > >greg k-h > > I was thinking of using that, but would that confuse it with hypervisor > which is more of a general term? If the consensus is that it would not than > I am in favor of changing it to hyperv. > > ms_hyperv would make it to long? I don't believe "hyperv" is a generally-used abbreviation of "hypervisor". You could do "ms_hyperv" if you like, but I wouldn't regard the "ms_" prefix as essential. Paul. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 2/2] Staging: hv: General maintenance of TODO file 2010-02-11 23:32 ` Greg KH 2010-02-11 23:46 ` Hank Janssen @ 2010-02-12 0:09 ` Paul Mackerras 2010-02-12 15:08 ` Haiyang Zhang 1 sibling, 1 reply; 11+ messages in thread From: Paul Mackerras @ 2010-02-12 0:09 UTC (permalink / raw) To: Greg KH Cc: Hank Janssen, 'linux-kernel@vger.kernel.org', devel@driverdev.osuosl.org, Haiyang Zhang On Thu, Feb 11, 2010 at 03:32:34PM -0800, Greg KH wrote: > On Fri, Feb 12, 2010 at 10:20:56AM +1100, Paul Mackerras wrote: > > On a side note, when this becomes mainstream, could you give it a more > > descriptive name than just "hv"? "Hv" already means at least two > > possible things to me -- "hypervisor" or "high volume" -- neither of > > which appear to be what this code is about. > > "hyperv" should be sufficient, right? That sounds fine to me. Paul. ^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: [PATCH 2/2] Staging: hv: General maintenance of TODO file 2010-02-12 0:09 ` Paul Mackerras @ 2010-02-12 15:08 ` Haiyang Zhang 0 siblings, 0 replies; 11+ messages in thread From: Haiyang Zhang @ 2010-02-12 15:08 UTC (permalink / raw) To: Paul Mackerras, Greg KH Cc: Hank Janssen, 'linux-kernel@vger.kernel.org', devel@driverdev.osuosl.org > On Thu, Feb 11, 2010 at 03:32:34PM -0800, Greg KH wrote: > > > > "hyperv" should be sufficient, right? > > That sounds fine to me. > > Paul. It sounds good to me as well. It's the trademark for Microsoft's virtualization platform. - Haiyang ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2010-02-12 15:08 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <8AFC7968D54FB448A30D8F38F259C56212E881A9@TK5EX14MBXC118.redmond.corp.microsoft.com>
2010-02-11 21:32 ` [PATCH 2/2] Staging: hv: General maintenance of TODO file Hank Janssen
2010-02-11 21:38 ` Greg KH
2010-02-11 22:22 ` Hank Janssen
2010-02-11 22:54 ` Greg KH
2010-02-11 23:04 ` Hank Janssen
2010-02-11 23:20 ` Paul Mackerras
2010-02-11 23:32 ` Greg KH
2010-02-11 23:46 ` Hank Janssen
2010-02-12 0:11 ` Paul Mackerras
2010-02-12 0:09 ` Paul Mackerras
2010-02-12 15:08 ` Haiyang Zhang
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox