Message ID | 20230129231053.20863-1-rdunlap@infradead.org (mailing list archive) |
---|---|
Headers | show |
Series | Documentation: correct lots of spelling errors (series 2) | expand |
Hello: This patch was applied to netdev/net-next.git (master) by Paolo Abeni <pabeni@redhat.com>: On Sun, 29 Jan 2023 15:10:44 -0800 you wrote: > Maintainers of specific kernel subsystems are only Cc-ed on their > respective patches, not the entire series. [if all goes well] > > These patches are based on linux-next-20230127. > > > [PATCH 1/9] Documentation: admin-guide: correct spelling > [PATCH 2/9] Documentation: driver-api: correct spelling > [PATCH 3/9] Documentation: hwmon: correct spelling > [PATCH 4/9] Documentation: networking: correct spelling > [PATCH 5/9] Documentation: RCU: correct spelling > [PATCH 6/9] Documentation: scsi/ChangeLog*: correct spelling > [PATCH 7/9] Documentation: scsi: correct spelling > [PATCH 8/9] Documentation: sparc: correct spelling > [PATCH 9/9] Documentation: userspace-api: correct spelling > > [...] Here is the summary with links: - [4/9] Documentation: networking: correct spelling https://git.kernel.org/netdev/net-next/c/a266ef69b890 You are awesome, thank you!
On Tue, 2023-01-31 at 12:10 +0000, patchwork-bot+netdevbpf@kernel.org wrote: > Hello: > > This patch was applied to netdev/net-next.git (master) > by Paolo Abeni <pabeni@redhat.com>: > > On Sun, 29 Jan 2023 15:10:44 -0800 you wrote: > > Maintainers of specific kernel subsystems are only Cc-ed on their > > respective patches, not the entire series. [if all goes well] > > > > These patches are based on linux-next-20230127. > > > > > > [PATCH 1/9] Documentation: admin-guide: correct spelling > > [PATCH 2/9] Documentation: driver-api: correct spelling > > [PATCH 3/9] Documentation: hwmon: correct spelling > > [PATCH 4/9] Documentation: networking: correct spelling > > [PATCH 5/9] Documentation: RCU: correct spelling > > [PATCH 6/9] Documentation: scsi/ChangeLog*: correct spelling > > [PATCH 7/9] Documentation: scsi: correct spelling > > [PATCH 8/9] Documentation: sparc: correct spelling > > [PATCH 9/9] Documentation: userspace-api: correct spelling > > > > [...] > > Here is the summary with links: > - [4/9] Documentation: networking: correct spelling > https://git.kernel.org/netdev/net-next/c/a266ef69b890 > > You are awesome, thank you! That is just a bot glitch. I actually applied only patch 4/9 to the net-next tree. I hope this is not too much scarying/confusing. Thanks, Paolo
Randy Dunlap <rdunlap@infradead.org> writes: > Maintainers of specific kernel subsystems are only Cc-ed on their > respective patches, not the entire series. [if all goes well] > > These patches are based on linux-next-20230127. So I've applied a bunch of these > [PATCH 1/9] Documentation: admin-guide: correct spelling > [PATCH 2/9] Documentation: driver-api: correct spelling applied > [PATCH 3/9] Documentation: hwmon: correct spelling > [PATCH 4/9] Documentation: networking: correct spelling > [PATCH 5/9] Documentation: RCU: correct spelling These have been taken up elsewhere > [PATCH 6/9] Documentation: scsi/ChangeLog*: correct spelling > [PATCH 7/9] Documentation: scsi: correct spelling I've left these for the SCSI folks for now. Do we *really* want to be fixing spelling in ChangeLog files from almost 20 years ago? > [PATCH 8/9] Documentation: sparc: correct spelling > [PATCH 9/9] Documentation: userspace-api: correct spelling Applied. Thanks, jon
On 2/2/23 10:09, Jonathan Corbet wrote: > Randy Dunlap <rdunlap@infradead.org> writes: > >> Maintainers of specific kernel subsystems are only Cc-ed on their >> respective patches, not the entire series. [if all goes well] >> >> These patches are based on linux-next-20230127. > > So I've applied a bunch of these > >> [PATCH 6/9] Documentation: scsi/ChangeLog*: correct spelling >> [PATCH 7/9] Documentation: scsi: correct spelling > > I've left these for the SCSI folks for now. Do we *really* want to be > fixing spelling in ChangeLog files from almost 20 years ago? That's why I made it a separate patch -- so the SCSI folks can decide that...
On 2/2/23 10:33, Randy Dunlap wrote: > On 2/2/23 10:09, Jonathan Corbet wrote: >> Randy Dunlap <rdunlap@infradead.org> writes: >>> [PATCH 6/9] Documentation: scsi/ChangeLog*: correct spelling >>> [PATCH 7/9] Documentation: scsi: correct spelling >> >> I've left these for the SCSI folks for now. Do we *really* want to be >> fixing spelling in ChangeLog files from almost 20 years ago? > > That's why I made it a separate patch -- so the SCSI folks can decide that... How about removing the Documentation/scsi/ChangeLog.* files? I'm not sure these changelogs are still useful since these duplicate information that is already available in the output of git log ${driver_directory}. Thanks, Bart.
Bart Van Assche <bvanassche@acm.org> writes: > On 2/2/23 10:33, Randy Dunlap wrote: >> On 2/2/23 10:09, Jonathan Corbet wrote: >>> Randy Dunlap <rdunlap@infradead.org> writes: >>>> [PATCH 6/9] Documentation: scsi/ChangeLog*: correct spelling >>>> [PATCH 7/9] Documentation: scsi: correct spelling >>> >>> I've left these for the SCSI folks for now. Do we *really* want to be >>> fixing spelling in ChangeLog files from almost 20 years ago? >> >> That's why I made it a separate patch -- so the SCSI folks can decide that... > > How about removing the Documentation/scsi/ChangeLog.* files? I'm not > sure these changelogs are still useful since these duplicate information > that is already available in the output of git log ${driver_directory}. Actually, the information in those files mostly predates the git era, so you won't find it that way. I *still* question their value, though... jon
On Thu, 2023-02-02 at 11:46 -0700, Jonathan Corbet wrote: > Bart Van Assche <bvanassche@acm.org> writes: > > > On 2/2/23 10:33, Randy Dunlap wrote: > > > On 2/2/23 10:09, Jonathan Corbet wrote: > > > > Randy Dunlap <rdunlap@infradead.org> writes: > > > > > [PATCH 6/9] Documentation: scsi/ChangeLog*: correct > > > > > spelling > > > > > [PATCH 7/9] Documentation: scsi: correct spelling > > > > > > > > I've left these for the SCSI folks for now. Do we *really* > > > > want to be > > > > fixing spelling in ChangeLog files from almost 20 years ago? > > > > > > That's why I made it a separate patch -- so the SCSI folks can > > > decide that... > > > > How about removing the Documentation/scsi/ChangeLog.* files? I'm > > not sure these changelogs are still useful since these duplicate > > information that is already available in the output of git log > > ${driver_directory}. > > Actually, the information in those files mostly predates the git era, > so you won't find it that way. I *still* question their value, > though... In the pre-source control days they were the answer to the GPLv2 Section 2 requirement to " carry prominent notices stating that you changed the files and the date of any change." If you remove the files you may run afoul of the GPLv2 Section 1 requirement to "keep intact all the notices that refer to this License". Of course, nowadays we assume the source control does this for us, so people rarely think of these requirements, but for files that predate source control I think you need to consider the licence implications. James
On Sun, 29 Jan 2023 15:10:44 -0800, Randy Dunlap wrote: > Maintainers of specific kernel subsystems are only Cc-ed on their > respective patches, not the entire series. [if all goes well] > > These patches are based on linux-next-20230127. > > > [PATCH 1/9] Documentation: admin-guide: correct spelling > [PATCH 2/9] Documentation: driver-api: correct spelling > [PATCH 3/9] Documentation: hwmon: correct spelling > [PATCH 4/9] Documentation: networking: correct spelling > [PATCH 5/9] Documentation: RCU: correct spelling > [PATCH 6/9] Documentation: scsi/ChangeLog*: correct spelling > [PATCH 7/9] Documentation: scsi: correct spelling > [PATCH 8/9] Documentation: sparc: correct spelling > [PATCH 9/9] Documentation: userspace-api: correct spelling > > [...] Applied to 6.3/scsi-queue, thanks! [6/9] Documentation: scsi/ChangeLog*: correct spelling https://git.kernel.org/mkp/scsi/c/685d5ef436a9 [7/9] Documentation: scsi: correct spelling https://git.kernel.org/mkp/scsi/c/cf065a7da517