All of lore.kernel.org
 help / color / mirror / Atom feed
From: ruben@mrbrklyn.com (Ruben Safir)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Global variables
Date: Sun, 14 Jun 2015 07:32:59 -0400	[thread overview]
Message-ID: <557D666B.60807@mrbrklyn.com> (raw)
In-Reply-To: <1434281327.2722.2.camel@roni>

On 06/14/2015 07:28 AM, roni wrote:
> I know i should avoid using global variables in kernel programming.
> 
> What problem it create if i use more global variables?
> 
> 
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
> 
> 


you step on everyone else's names space.  Do you know how many other
people are collaborating with the kernel.  Stick to your own back yard.

  reply	other threads:[~2015-06-14 11:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-14 11:28 Global variables roni
2015-06-14 11:32 ` Ruben Safir [this message]
2015-06-14 11:58   ` AYAN KUMAR HALDER
2015-06-14 12:53     ` Ruben Safir

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=557D666B.60807@mrbrklyn.com \
    --to=ruben@mrbrklyn.com \
    --cc=kernelnewbies@lists.kernelnewbies.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.