All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: kernel-hacking: Remove the word fuck,trying to be civil :)
@ 2021-02-05 11:59 Bhaskar Chowdhury
  2021-02-11 17:04 ` Jonathan Corbet
  0 siblings, 1 reply; 4+ messages in thread
From: Bhaskar Chowdhury @ 2021-02-05 11:59 UTC (permalink / raw)
  To: corbet, swboyd, tiwai, nfraprado, mchehab+huawei, linux-doc,
	linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/fuck//


Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 Documentation/kernel-hacking/locking.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/kernel-hacking/locking.rst b/Documentation/kernel-hacking/locking.rst
index c3448929a824..ed1284c6f078 100644
--- a/Documentation/kernel-hacking/locking.rst
+++ b/Documentation/kernel-hacking/locking.rst
@@ -958,7 +958,7 @@ grabs a read lock, searches a list, fails to find what it wants, drops
 the read lock, grabs a write lock and inserts the object has a race
 condition.

-If you don't see why, please stay the fuck away from my code.
+If you don't see why, please stay away from my code.

 Racing Timers: A Kernel Pastime
 -------------------------------
--
2.30.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: kernel-hacking: Remove the word fuck,trying to be civil :)
  2021-02-05 11:59 [PATCH] docs: kernel-hacking: Remove the word fuck,trying to be civil :) Bhaskar Chowdhury
@ 2021-02-11 17:04 ` Jonathan Corbet
  2021-02-11 17:10   ` Randy Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Corbet @ 2021-02-11 17:04 UTC (permalink / raw)
  To: Bhaskar Chowdhury, swboyd, tiwai, nfraprado, mchehab+huawei,
	linux-doc, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury

Bhaskar Chowdhury <unixbhaskar@gmail.com> writes:

> s/fuck//
>
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  Documentation/kernel-hacking/locking.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/kernel-hacking/locking.rst b/Documentation/kernel-hacking/locking.rst
> index c3448929a824..ed1284c6f078 100644
> --- a/Documentation/kernel-hacking/locking.rst
> +++ b/Documentation/kernel-hacking/locking.rst
> @@ -958,7 +958,7 @@ grabs a read lock, searches a list, fails to find what it wants, drops
>  the read lock, grabs a write lock and inserts the object has a race
>  condition.
>
> -If you don't see why, please stay the fuck away from my code.
> +If you don't see why, please stay away from my code.

Sigh.

I've gotten a few variants of this patch over the years...I guess maybe
the time has come to apply one, so I did.  If the word is too offensive
to be in our docs, though, perhaps it shouldn't be in the changelog
either, so I rewrote it:

    docs: kernel-hacking: be more civil
    
    Remove the f-bomb from locking.rst.  Let's have a moment of silence,
    though, as we mark the passing of the last of Rusty's once plentiful
    profanities in this venerable document.

Thanks,

jon

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: kernel-hacking: Remove the word fuck,trying to be civil :)
  2021-02-11 17:04 ` Jonathan Corbet
@ 2021-02-11 17:10   ` Randy Dunlap
  2021-02-12  8:23     ` Bhaskar Chowdhury
  0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2021-02-11 17:10 UTC (permalink / raw)
  To: Jonathan Corbet, Bhaskar Chowdhury, swboyd, tiwai, nfraprado,
	mchehab+huawei, linux-doc, linux-kernel

On 2/11/21 9:04 AM, Jonathan Corbet wrote:
> Bhaskar Chowdhury <unixbhaskar@gmail.com> writes:
> 
>> s/fuck//
>>
>>
>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>> ---
>>  Documentation/kernel-hacking/locking.rst | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/Documentation/kernel-hacking/locking.rst b/Documentation/kernel-hacking/locking.rst
>> index c3448929a824..ed1284c6f078 100644
>> --- a/Documentation/kernel-hacking/locking.rst
>> +++ b/Documentation/kernel-hacking/locking.rst
>> @@ -958,7 +958,7 @@ grabs a read lock, searches a list, fails to find what it wants, drops
>>  the read lock, grabs a write lock and inserts the object has a race
>>  condition.
>>
>> -If you don't see why, please stay the fuck away from my code.
>> +If you don't see why, please stay away from my code.
> 
> Sigh.
> 
> I've gotten a few variants of this patch over the years...I guess maybe
> the time has come to apply one, so I did.  If the word is too offensive
> to be in our docs, though, perhaps it shouldn't be in the changelog
> either, so I rewrote it:
> 
>     docs: kernel-hacking: be more civil
>     
>     Remove the f-bomb from locking.rst.  Let's have a moment of silence,
>     though, as we mark the passing of the last of Rusty's once plentiful
>     profanities in this venerable document.

I really like that tribute there, Jon. :)

-- 
~Randy


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: kernel-hacking: Remove the word fuck,trying to be civil :)
  2021-02-11 17:10   ` Randy Dunlap
@ 2021-02-12  8:23     ` Bhaskar Chowdhury
  0 siblings, 0 replies; 4+ messages in thread
From: Bhaskar Chowdhury @ 2021-02-12  8:23 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Jonathan Corbet, swboyd, tiwai, nfraprado, mchehab+huawei,
	linux-doc, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1485 bytes --]

On 09:10 Thu 11 Feb 2021, Randy Dunlap wrote:
>On 2/11/21 9:04 AM, Jonathan Corbet wrote:
>> Bhaskar Chowdhury <unixbhaskar@gmail.com> writes:
>>
>>> s/fuck//
>>>
>>>
>>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>>> ---
>>>  Documentation/kernel-hacking/locking.rst | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/Documentation/kernel-hacking/locking.rst b/Documentation/kernel-hacking/locking.rst
>>> index c3448929a824..ed1284c6f078 100644
>>> --- a/Documentation/kernel-hacking/locking.rst
>>> +++ b/Documentation/kernel-hacking/locking.rst
>>> @@ -958,7 +958,7 @@ grabs a read lock, searches a list, fails to find what it wants, drops
>>>  the read lock, grabs a write lock and inserts the object has a race
>>>  condition.
>>>
>>> -If you don't see why, please stay the fuck away from my code.
>>> +If you don't see why, please stay away from my code.
>>
>> Sigh.
>>
>> I've gotten a few variants of this patch over the years...I guess maybe
>> the time has come to apply one, so I did.  If the word is too offensive
>> to be in our docs, though, perhaps it shouldn't be in the changelog
>> either, so I rewrote it:
>>
>>     docs: kernel-hacking: be more civil
>>
>>     Remove the f-bomb from locking.rst.  Let's have a moment of silence,
>>     though, as we mark the passing of the last of Rusty's once plentiful
>>     profanities in this venerable document.
>
>I really like that tribute there, Jon. :)
>
Indeed!
>--
>~Randy
>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-02-12  8:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05 11:59 [PATCH] docs: kernel-hacking: Remove the word fuck,trying to be civil :) Bhaskar Chowdhury
2021-02-11 17:04 ` Jonathan Corbet
2021-02-11 17:10   ` Randy Dunlap
2021-02-12  8:23     ` Bhaskar Chowdhury

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.