All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
@ 2022-06-15 10:48 ` heliang
  0 siblings, 0 replies; 22+ messages in thread
From: heliang @ 2022-06-15 10:48 UTC (permalink / raw)
  To: ldewangan, gregkh, jirislaby, thierry.reding, jonathanh, p.zabel,
	sumit.semwal, christian.koenig
  Cc: linux-serial, linux-tegra, linux-media, dri-devel, linaro-mm-sig, windhl

In tegra_uart_init(), of_find_matching_node() will return a node
pointer with refcount incremented. We should use of_node_put()
when it is not used anymore.

Signed-off-by: heliang <windhl@126.com>
---
 drivers/tty/serial/serial-tegra.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/tty/serial/serial-tegra.c b/drivers/tty/serial/serial-tegra.c
index d942ab152f5a..5c4850a3762c 100644
--- a/drivers/tty/serial/serial-tegra.c
+++ b/drivers/tty/serial/serial-tegra.c
@@ -1667,6 +1667,7 @@ static int __init tegra_uart_init(void)
 	node = of_find_matching_node(NULL, tegra_uart_of_match);
 	if (node)
 		match = of_match_node(tegra_uart_of_match, node);
+	of_node_put(node);
 	if (match)
 		cdata = match->data;
 	if (cdata)
-- 
2.25.1


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

* [PATCH] drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
@ 2022-06-15 10:48 ` heliang
  0 siblings, 0 replies; 22+ messages in thread
From: heliang @ 2022-06-15 10:48 UTC (permalink / raw)
  To: ldewangan, gregkh, jirislaby, thierry.reding, jonathanh, p.zabel,
	sumit.semwal, christian.koenig
  Cc: dri-devel, linaro-mm-sig, linux-serial, linux-tegra, windhl, linux-media

In tegra_uart_init(), of_find_matching_node() will return a node
pointer with refcount incremented. We should use of_node_put()
when it is not used anymore.

Signed-off-by: heliang <windhl@126.com>
---
 drivers/tty/serial/serial-tegra.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/tty/serial/serial-tegra.c b/drivers/tty/serial/serial-tegra.c
index d942ab152f5a..5c4850a3762c 100644
--- a/drivers/tty/serial/serial-tegra.c
+++ b/drivers/tty/serial/serial-tegra.c
@@ -1667,6 +1667,7 @@ static int __init tegra_uart_init(void)
 	node = of_find_matching_node(NULL, tegra_uart_of_match);
 	if (node)
 		match = of_match_node(tegra_uart_of_match, node);
+	of_node_put(node);
 	if (match)
 		cdata = match->data;
 	if (cdata)
-- 
2.25.1


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

* Re: [PATCH] drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
  2022-06-15 10:48 ` heliang
@ 2022-06-15 10:53   ` Greg KH
  -1 siblings, 0 replies; 22+ messages in thread
From: Greg KH @ 2022-06-15 10:53 UTC (permalink / raw)
  To: heliang
  Cc: ldewangan, jirislaby, thierry.reding, jonathanh, p.zabel,
	sumit.semwal, christian.koenig, linux-serial, linux-tegra,
	linux-media, dri-devel, linaro-mm-sig

On Wed, Jun 15, 2022 at 06:48:33PM +0800, heliang wrote:
> In tegra_uart_init(), of_find_matching_node() will return a node
> pointer with refcount incremented. We should use of_node_put()
> when it is not used anymore.
> 
> Signed-off-by: heliang <windhl@126.com>

We need a real name please, one you sign documents with.

thanks,

greg k-h

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

* Re: [PATCH] drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
@ 2022-06-15 10:53   ` Greg KH
  0 siblings, 0 replies; 22+ messages in thread
From: Greg KH @ 2022-06-15 10:53 UTC (permalink / raw)
  To: heliang
  Cc: linux-serial, christian.koenig, dri-devel, jonathanh,
	linaro-mm-sig, thierry.reding, ldewangan, linux-tegra, jirislaby,
	sumit.semwal, linux-media

On Wed, Jun 15, 2022 at 06:48:33PM +0800, heliang wrote:
> In tegra_uart_init(), of_find_matching_node() will return a node
> pointer with refcount incremented. We should use of_node_put()
> when it is not used anymore.
> 
> Signed-off-by: heliang <windhl@126.com>

We need a real name please, one you sign documents with.

thanks,

greg k-h

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

* Re: [Linaro-mm-sig] Re: [PATCH] drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
  2022-06-15 10:53   ` Greg KH
@ 2022-06-15 20:23     ` Dave Airlie
  -1 siblings, 0 replies; 22+ messages in thread
From: Dave Airlie @ 2022-06-15 20:23 UTC (permalink / raw)
  To: Greg KH
  Cc: heliang, linux-serial, linux-tegra, Linux Media Mailing List, dri-devel

On Wed, 15 Jun 2022 at 20:53, Greg KH <gregkh@linuxfoundation.org> wrote:
>
> On Wed, Jun 15, 2022 at 06:48:33PM +0800, heliang wrote:
> > In tegra_uart_init(), of_find_matching_node() will return a node
> > pointer with refcount incremented. We should use of_node_put()
> > when it is not used anymore.
> >
> > Signed-off-by: heliang <windhl@126.com>
>
> We need a real name please, one you sign documents with.

How do we enforce that? What if Wong, Adele or Beyonce submit a patch?

What happens if that patch gets reposted, with S-o-b: He Liang
<windhl@126.com> or Hel Iang, Heli Ang? Do you know any of those are
real names? What happens if they post a real name in
Mandarin/Thai/Cyrillic, can you validate it?

Really we require you have an identity attached to an email. If there
is a problem in the future, we'd prefer the email continues to work so
that you are contactable. If you are submitting a small amount of
changes it's probably never going to matter. If you are submitting
larger bodies of work of course it would be good to have a company or
larger org attached to track things down legally later, but again that
isn't always possible.

I don't think alienating the numerous developers who no longer use
their legal names are identified by one name, but haven't changed
their legal one yet people who get married and change their legal name
but don't change their contribution name and I could run this sentence
on forever.

Dave.

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

* Re: [Linaro-mm-sig] Re: [PATCH] drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
@ 2022-06-15 20:23     ` Dave Airlie
  0 siblings, 0 replies; 22+ messages in thread
From: Dave Airlie @ 2022-06-15 20:23 UTC (permalink / raw)
  To: Greg KH
  Cc: linux-tegra, heliang, dri-devel, linux-serial, Linux Media Mailing List

On Wed, 15 Jun 2022 at 20:53, Greg KH <gregkh@linuxfoundation.org> wrote:
>
> On Wed, Jun 15, 2022 at 06:48:33PM +0800, heliang wrote:
> > In tegra_uart_init(), of_find_matching_node() will return a node
> > pointer with refcount incremented. We should use of_node_put()
> > when it is not used anymore.
> >
> > Signed-off-by: heliang <windhl@126.com>
>
> We need a real name please, one you sign documents with.

How do we enforce that? What if Wong, Adele or Beyonce submit a patch?

What happens if that patch gets reposted, with S-o-b: He Liang
<windhl@126.com> or Hel Iang, Heli Ang? Do you know any of those are
real names? What happens if they post a real name in
Mandarin/Thai/Cyrillic, can you validate it?

Really we require you have an identity attached to an email. If there
is a problem in the future, we'd prefer the email continues to work so
that you are contactable. If you are submitting a small amount of
changes it's probably never going to matter. If you are submitting
larger bodies of work of course it would be good to have a company or
larger org attached to track things down legally later, but again that
isn't always possible.

I don't think alienating the numerous developers who no longer use
their legal names are identified by one name, but haven't changed
their legal one yet people who get married and change their legal name
but don't change their contribution name and I could run this sentence
on forever.

Dave.

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

* Re: [Linaro-mm-sig] Re: [PATCH] drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
  2022-06-15 20:23     ` Dave Airlie
@ 2022-06-15 20:30       ` Daniel Vetter
  -1 siblings, 0 replies; 22+ messages in thread
From: Daniel Vetter @ 2022-06-15 20:30 UTC (permalink / raw)
  To: Dave Airlie
  Cc: Greg KH, linux-tegra, heliang, dri-devel, linux-serial,
	Linux Media Mailing List

On Wed, 15 Jun 2022 at 22:23, Dave Airlie <airlied@gmail.com> wrote:
>
> On Wed, 15 Jun 2022 at 20:53, Greg KH <gregkh@linuxfoundation.org> wrote:
> >
> > On Wed, Jun 15, 2022 at 06:48:33PM +0800, heliang wrote:
> > > In tegra_uart_init(), of_find_matching_node() will return a node
> > > pointer with refcount incremented. We should use of_node_put()
> > > when it is not used anymore.
> > >
> > > Signed-off-by: heliang <windhl@126.com>
> >
> > We need a real name please, one you sign documents with.
>
> How do we enforce that? What if Wong, Adele or Beyonce submit a patch?
>
> What happens if that patch gets reposted, with S-o-b: He Liang
> <windhl@126.com> or Hel Iang, Heli Ang? Do you know any of those are
> real names? What happens if they post a real name in
> Mandarin/Thai/Cyrillic, can you validate it?
>
> Really we require you have an identity attached to an email. If there
> is a problem in the future, we'd prefer the email continues to work so
> that you are contactable. If you are submitting a small amount of
> changes it's probably never going to matter. If you are submitting
> larger bodies of work of course it would be good to have a company or
> larger org attached to track things down legally later, but again that
> isn't always possible.
>
> I don't think alienating the numerous developers who no longer use
> their legal names are identified by one name, but haven't changed
> their legal one yet people who get married and change their legal name
> but don't change their contribution name and I could run this sentence
> on forever.

Yeah like absolute best case trying to "enforce" this just results in
encouraging people to come up with entirely fake but English looking
names for themselves. Which ... just no.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

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

* Re: [Linaro-mm-sig] Re: [PATCH] drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
@ 2022-06-15 20:30       ` Daniel Vetter
  0 siblings, 0 replies; 22+ messages in thread
From: Daniel Vetter @ 2022-06-15 20:30 UTC (permalink / raw)
  To: Dave Airlie
  Cc: Greg KH, dri-devel, linux-serial, linux-tegra, heliang,
	Linux Media Mailing List

On Wed, 15 Jun 2022 at 22:23, Dave Airlie <airlied@gmail.com> wrote:
>
> On Wed, 15 Jun 2022 at 20:53, Greg KH <gregkh@linuxfoundation.org> wrote:
> >
> > On Wed, Jun 15, 2022 at 06:48:33PM +0800, heliang wrote:
> > > In tegra_uart_init(), of_find_matching_node() will return a node
> > > pointer with refcount incremented. We should use of_node_put()
> > > when it is not used anymore.
> > >
> > > Signed-off-by: heliang <windhl@126.com>
> >
> > We need a real name please, one you sign documents with.
>
> How do we enforce that? What if Wong, Adele or Beyonce submit a patch?
>
> What happens if that patch gets reposted, with S-o-b: He Liang
> <windhl@126.com> or Hel Iang, Heli Ang? Do you know any of those are
> real names? What happens if they post a real name in
> Mandarin/Thai/Cyrillic, can you validate it?
>
> Really we require you have an identity attached to an email. If there
> is a problem in the future, we'd prefer the email continues to work so
> that you are contactable. If you are submitting a small amount of
> changes it's probably never going to matter. If you are submitting
> larger bodies of work of course it would be good to have a company or
> larger org attached to track things down legally later, but again that
> isn't always possible.
>
> I don't think alienating the numerous developers who no longer use
> their legal names are identified by one name, but haven't changed
> their legal one yet people who get married and change their legal name
> but don't change their contribution name and I could run this sentence
> on forever.

Yeah like absolute best case trying to "enforce" this just results in
encouraging people to come up with entirely fake but English looking
names for themselves. Which ... just no.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

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

* Re: [Linaro-mm-sig] Re: [PATCH] drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
  2022-06-15 20:23     ` Dave Airlie
@ 2022-06-16  8:42       ` Greg KH
  -1 siblings, 0 replies; 22+ messages in thread
From: Greg KH @ 2022-06-16  8:42 UTC (permalink / raw)
  To: Dave Airlie
  Cc: heliang, linux-serial, linux-tegra, Linux Media Mailing List, dri-devel

On Thu, Jun 16, 2022 at 06:23:26AM +1000, Dave Airlie wrote:
> On Wed, 15 Jun 2022 at 20:53, Greg KH <gregkh@linuxfoundation.org> wrote:
> >
> > On Wed, Jun 15, 2022 at 06:48:33PM +0800, heliang wrote:
> > > In tegra_uart_init(), of_find_matching_node() will return a node
> > > pointer with refcount incremented. We should use of_node_put()
> > > when it is not used anymore.
> > >
> > > Signed-off-by: heliang <windhl@126.com>
> >
> > We need a real name please, one you sign documents with.
> 
> How do we enforce that? What if Wong, Adele or Beyonce submit a patch?

As per our rules in the kernel, we can not accept a signed-off-by by a
known anonymous person.  When you can obviously see that the name is
incorrect (as has happened recently with different names being used for
the from: and the s-o-b lines in the email address), you have to ask for
clarification.  It's something that all maintainers should be doing.

> What happens if that patch gets reposted, with S-o-b: He Liang
> <windhl@126.com> or Hel Iang, Heli Ang? Do you know any of those are
> real names? What happens if they post a real name in
> Mandarin/Thai/Cyrillic, can you validate it?

I would love for people to use their names in their native language,
there's no need to make up english-sounding names at all.  We have many
examples of this in commits already, I would be happy if we get more.

And yes, validating names in those languages is usually not very
difficult.

thanks,

greg k-h

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

* Re: [Linaro-mm-sig] Re: [PATCH] drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
@ 2022-06-16  8:42       ` Greg KH
  0 siblings, 0 replies; 22+ messages in thread
From: Greg KH @ 2022-06-16  8:42 UTC (permalink / raw)
  To: Dave Airlie
  Cc: linux-tegra, heliang, dri-devel, linux-serial, Linux Media Mailing List

On Thu, Jun 16, 2022 at 06:23:26AM +1000, Dave Airlie wrote:
> On Wed, 15 Jun 2022 at 20:53, Greg KH <gregkh@linuxfoundation.org> wrote:
> >
> > On Wed, Jun 15, 2022 at 06:48:33PM +0800, heliang wrote:
> > > In tegra_uart_init(), of_find_matching_node() will return a node
> > > pointer with refcount incremented. We should use of_node_put()
> > > when it is not used anymore.
> > >
> > > Signed-off-by: heliang <windhl@126.com>
> >
> > We need a real name please, one you sign documents with.
> 
> How do we enforce that? What if Wong, Adele or Beyonce submit a patch?

As per our rules in the kernel, we can not accept a signed-off-by by a
known anonymous person.  When you can obviously see that the name is
incorrect (as has happened recently with different names being used for
the from: and the s-o-b lines in the email address), you have to ask for
clarification.  It's something that all maintainers should be doing.

> What happens if that patch gets reposted, with S-o-b: He Liang
> <windhl@126.com> or Hel Iang, Heli Ang? Do you know any of those are
> real names? What happens if they post a real name in
> Mandarin/Thai/Cyrillic, can you validate it?

I would love for people to use their names in their native language,
there's no need to make up english-sounding names at all.  We have many
examples of this in commits already, I would be happy if we get more.

And yes, validating names in those languages is usually not very
difficult.

thanks,

greg k-h

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

* Re: [Linaro-mm-sig] Re: [PATCH] drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
  2022-06-15 20:30       ` Daniel Vetter
@ 2022-06-16  8:43         ` Greg KH
  -1 siblings, 0 replies; 22+ messages in thread
From: Greg KH @ 2022-06-16  8:43 UTC (permalink / raw)
  To: Daniel Vetter
  Cc: Dave Airlie, linux-tegra, heliang, dri-devel, linux-serial,
	Linux Media Mailing List

On Wed, Jun 15, 2022 at 10:30:47PM +0200, Daniel Vetter wrote:
> On Wed, 15 Jun 2022 at 22:23, Dave Airlie <airlied@gmail.com> wrote:
> >
> > On Wed, 15 Jun 2022 at 20:53, Greg KH <gregkh@linuxfoundation.org> wrote:
> > >
> > > On Wed, Jun 15, 2022 at 06:48:33PM +0800, heliang wrote:
> > > > In tegra_uart_init(), of_find_matching_node() will return a node
> > > > pointer with refcount incremented. We should use of_node_put()
> > > > when it is not used anymore.
> > > >
> > > > Signed-off-by: heliang <windhl@126.com>
> > >
> > > We need a real name please, one you sign documents with.
> >
> > How do we enforce that? What if Wong, Adele or Beyonce submit a patch?
> >
> > What happens if that patch gets reposted, with S-o-b: He Liang
> > <windhl@126.com> or Hel Iang, Heli Ang? Do you know any of those are
> > real names? What happens if they post a real name in
> > Mandarin/Thai/Cyrillic, can you validate it?
> >
> > Really we require you have an identity attached to an email. If there
> > is a problem in the future, we'd prefer the email continues to work so
> > that you are contactable. If you are submitting a small amount of
> > changes it's probably never going to matter. If you are submitting
> > larger bodies of work of course it would be good to have a company or
> > larger org attached to track things down legally later, but again that
> > isn't always possible.
> >
> > I don't think alienating the numerous developers who no longer use
> > their legal names are identified by one name, but haven't changed
> > their legal one yet people who get married and change their legal name
> > but don't change their contribution name and I could run this sentence
> > on forever.
> 
> Yeah like absolute best case trying to "enforce" this just results in
> encouraging people to come up with entirely fake but English looking
> names for themselves. Which ... just no.

Agree, again, I'd prefer to take real names in native languages, our
tools can handle that just fine.  No need to make up anything.

thanks,

greg k-h

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

* Re: [Linaro-mm-sig] Re: [PATCH] drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
@ 2022-06-16  8:43         ` Greg KH
  0 siblings, 0 replies; 22+ messages in thread
From: Greg KH @ 2022-06-16  8:43 UTC (permalink / raw)
  To: Daniel Vetter
  Cc: dri-devel, linux-serial, linux-tegra, heliang, Linux Media Mailing List

On Wed, Jun 15, 2022 at 10:30:47PM +0200, Daniel Vetter wrote:
> On Wed, 15 Jun 2022 at 22:23, Dave Airlie <airlied@gmail.com> wrote:
> >
> > On Wed, 15 Jun 2022 at 20:53, Greg KH <gregkh@linuxfoundation.org> wrote:
> > >
> > > On Wed, Jun 15, 2022 at 06:48:33PM +0800, heliang wrote:
> > > > In tegra_uart_init(), of_find_matching_node() will return a node
> > > > pointer with refcount incremented. We should use of_node_put()
> > > > when it is not used anymore.
> > > >
> > > > Signed-off-by: heliang <windhl@126.com>
> > >
> > > We need a real name please, one you sign documents with.
> >
> > How do we enforce that? What if Wong, Adele or Beyonce submit a patch?
> >
> > What happens if that patch gets reposted, with S-o-b: He Liang
> > <windhl@126.com> or Hel Iang, Heli Ang? Do you know any of those are
> > real names? What happens if they post a real name in
> > Mandarin/Thai/Cyrillic, can you validate it?
> >
> > Really we require you have an identity attached to an email. If there
> > is a problem in the future, we'd prefer the email continues to work so
> > that you are contactable. If you are submitting a small amount of
> > changes it's probably never going to matter. If you are submitting
> > larger bodies of work of course it would be good to have a company or
> > larger org attached to track things down legally later, but again that
> > isn't always possible.
> >
> > I don't think alienating the numerous developers who no longer use
> > their legal names are identified by one name, but haven't changed
> > their legal one yet people who get married and change their legal name
> > but don't change their contribution name and I could run this sentence
> > on forever.
> 
> Yeah like absolute best case trying to "enforce" this just results in
> encouraging people to come up with entirely fake but English looking
> names for themselves. Which ... just no.

Agree, again, I'd prefer to take real names in native languages, our
tools can handle that just fine.  No need to make up anything.

thanks,

greg k-h

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

* Re:Re: [Linaro-mm-sig] Re: [PATCH] drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
  2022-06-16  8:43         ` Greg KH
@ 2022-06-16  8:52           ` Liang He
  -1 siblings, 0 replies; 22+ messages in thread
From: Liang He @ 2022-06-16  8:52 UTC (permalink / raw)
  To: Greg KH, Conor.Dooley
  Cc: linux-serial, dri-devel, linux-tegra, Linux Media Mailing List


At 2022-06-16 16:43:43, "Greg KH" <gregkh@linuxfoundation.org> wrote:
>On Wed, Jun 15, 2022 at 10:30:47PM +0200, Daniel Vetter wrote:
>> On Wed, 15 Jun 2022 at 22:23, Dave Airlie <airlied@gmail.com> wrote:
>> >
>> > On Wed, 15 Jun 2022 at 20:53, Greg KH <gregkh@linuxfoundation.org> wrote:
>> > >
>> > > On Wed, Jun 15, 2022 at 06:48:33PM +0800, heliang wrote:
>> > > > In tegra_uart_init(), of_find_matching_node() will return a node
>> > > > pointer with refcount incremented. We should use of_node_put()
>> > > > when it is not used anymore.
>> > > >
>> > > > Signed-off-by: heliang <windhl@126.com>
>> > >
>> > > We need a real name please, one you sign documents with.
>> >
>> > How do we enforce that? What if Wong, Adele or Beyonce submit a patch?
>> >
>> > What happens if that patch gets reposted, with S-o-b: He Liang
>> > <windhl@126.com> or Hel Iang, Heli Ang? Do you know any of those are
>> > real names? What happens if they post a real name in
>> > Mandarin/Thai/Cyrillic, can you validate it?
>> >
>> > Really we require you have an identity attached to an email. If there
>> > is a problem in the future, we'd prefer the email continues to work so
>> > that you are contactable. If you are submitting a small amount of
>> > changes it's probably never going to matter. If you are submitting
>> > larger bodies of work of course it would be good to have a company or
>> > larger org attached to track things down legally later, but again that
>> > isn't always possible.
>> >
>> > I don't think alienating the numerous developers who no longer use
>> > their legal names are identified by one name, but haven't changed
>> > their legal one yet people who get married and change their legal name
>> > but don't change their contribution name and I could run this sentence
>> > on forever.
>> 
>> Yeah like absolute best case trying to "enforce" this just results in
>> encouraging people to come up with entirely fake but English looking
>> names for themselves. Which ... just no.
>
>Agree, again, I'd prefer to take real names in native languages, our
>tools can handle that just fine.  No need to make up anything.
>
>thanks,
>
>greg k-h

hi, Greg K-H, 

I have resent a new patch for my commit of tegra_uart_init() bug with my real name for Sob.

So there is anyother thing I should do?

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

* Re:Re: [Linaro-mm-sig] Re: [PATCH] drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
@ 2022-06-16  8:52           ` Liang He
  0 siblings, 0 replies; 22+ messages in thread
From: Liang He @ 2022-06-16  8:52 UTC (permalink / raw)
  To: Greg KH, Conor.Dooley
  Cc: Daniel Vetter, Dave Airlie, linux-tegra, dri-devel, linux-serial,
	Linux Media Mailing List


At 2022-06-16 16:43:43, "Greg KH" <gregkh@linuxfoundation.org> wrote:
>On Wed, Jun 15, 2022 at 10:30:47PM +0200, Daniel Vetter wrote:
>> On Wed, 15 Jun 2022 at 22:23, Dave Airlie <airlied@gmail.com> wrote:
>> >
>> > On Wed, 15 Jun 2022 at 20:53, Greg KH <gregkh@linuxfoundation.org> wrote:
>> > >
>> > > On Wed, Jun 15, 2022 at 06:48:33PM +0800, heliang wrote:
>> > > > In tegra_uart_init(), of_find_matching_node() will return a node
>> > > > pointer with refcount incremented. We should use of_node_put()
>> > > > when it is not used anymore.
>> > > >
>> > > > Signed-off-by: heliang <windhl@126.com>
>> > >
>> > > We need a real name please, one you sign documents with.
>> >
>> > How do we enforce that? What if Wong, Adele or Beyonce submit a patch?
>> >
>> > What happens if that patch gets reposted, with S-o-b: He Liang
>> > <windhl@126.com> or Hel Iang, Heli Ang? Do you know any of those are
>> > real names? What happens if they post a real name in
>> > Mandarin/Thai/Cyrillic, can you validate it?
>> >
>> > Really we require you have an identity attached to an email. If there
>> > is a problem in the future, we'd prefer the email continues to work so
>> > that you are contactable. If you are submitting a small amount of
>> > changes it's probably never going to matter. If you are submitting
>> > larger bodies of work of course it would be good to have a company or
>> > larger org attached to track things down legally later, but again that
>> > isn't always possible.
>> >
>> > I don't think alienating the numerous developers who no longer use
>> > their legal names are identified by one name, but haven't changed
>> > their legal one yet people who get married and change their legal name
>> > but don't change their contribution name and I could run this sentence
>> > on forever.
>> 
>> Yeah like absolute best case trying to "enforce" this just results in
>> encouraging people to come up with entirely fake but English looking
>> names for themselves. Which ... just no.
>
>Agree, again, I'd prefer to take real names in native languages, our
>tools can handle that just fine.  No need to make up anything.
>
>thanks,
>
>greg k-h

hi, Greg K-H, 

I have resent a new patch for my commit of tegra_uart_init() bug with my real name for Sob.

So there is anyother thing I should do?

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

* Re: [Linaro-mm-sig] Re: [PATCH] drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
  2022-06-16  8:52           ` Liang He
@ 2022-06-16  9:20             ` Conor.Dooley
  -1 siblings, 0 replies; 22+ messages in thread
From: Conor.Dooley @ 2022-06-16  9:20 UTC (permalink / raw)
  To: airlied, windhl, daniel, gregkh
  Cc: linux-tegra, dri-devel, linux-serial, linux-media

On 16/06/2022 09:52, Liang He wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> At 2022-06-16 16:43:43, "Greg KH" <gregkh@linuxfoundation.org> wrote:
>> On Wed, Jun 15, 2022 at 10:30:47PM +0200, Daniel Vetter wrote:
>>> On Wed, 15 Jun 2022 at 22:23, Dave Airlie <airlied@gmail.com> wrote:
>>>>
>>>> On Wed, 15 Jun 2022 at 20:53, Greg KH <gregkh@linuxfoundation.org> wrote:
>>>>>
>>>>> On Wed, Jun 15, 2022 at 06:48:33PM +0800, heliang wrote:
>>>>>> In tegra_uart_init(), of_find_matching_node() will return a node
>>>>>> pointer with refcount incremented. We should use of_node_put()
>>>>>> when it is not used anymore.
>>>>>>
>>>>>> Signed-off-by: heliang <windhl@126.com>
>>>>>
>>>>> We need a real name please, one you sign documents with.
>>>>
>>>> How do we enforce that? What if Wong, Adele or Beyonce submit a patch?
>>>>
>>>> What happens if that patch gets reposted, with S-o-b: He Liang
>>>> <windhl@126.com> or Hel Iang, Heli Ang? Do you know any of those are
>>>> real names? What happens if they post a real name in
>>>> Mandarin/Thai/Cyrillic, can you validate it?
>>>>
>>>> Really we require you have an identity attached to an email. If there
>>>> is a problem in the future, we'd prefer the email continues to work so
>>>> that you are contactable. If you are submitting a small amount of
>>>> changes it's probably never going to matter. If you are submitting
>>>> larger bodies of work of course it would be good to have a company or
>>>> larger org attached to track things down legally later, but again that
>>>> isn't always possible.
>>>>
>>>> I don't think alienating the numerous developers who no longer use
>>>> their legal names are identified by one name, but haven't changed
>>>> their legal one yet people who get married and change their legal name
>>>> but don't change their contribution name and I could run this sentence
>>>> on forever.
>>>
>>> Yeah like absolute best case trying to "enforce" this just results in
>>> encouraging people to come up with entirely fake but English looking
>>> names for themselves. Which ... just no.
>>
>> Agree, again, I'd prefer to take real names in native languages, our
>> tools can handle that just fine.  No need to make up anything.

Since this is the only mail from this chain in my inbox and I asked the
same question as Greg on other patches:
I think it is pretty reasonable to /ask/ if something is not a real name
when you see something like "heliang <windhl@126.com>" where there's a
clear difference. And "It is my real name" is a perfectly reasonable
response /shrug.
Trust but verify right? It's not like I'm gonna argue the toss with
someone if they say it is their real name...

Thanks,
Conchubhar ;)

>>
>> thanks,
>>
>> greg k-h
> 
> hi, Greg K-H,
> 
> I have resent a new patch for my commit of tegra_uart_init() bug with my real name for Sob.
> 
> So there is anyother thing I should do?


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

* Re: [Linaro-mm-sig] Re: [PATCH] drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
@ 2022-06-16  9:20             ` Conor.Dooley
  0 siblings, 0 replies; 22+ messages in thread
From: Conor.Dooley @ 2022-06-16  9:20 UTC (permalink / raw)
  To: airlied, windhl, daniel, gregkh
  Cc: linux-tegra, linux-serial, dri-devel, linux-media

On 16/06/2022 09:52, Liang He wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> At 2022-06-16 16:43:43, "Greg KH" <gregkh@linuxfoundation.org> wrote:
>> On Wed, Jun 15, 2022 at 10:30:47PM +0200, Daniel Vetter wrote:
>>> On Wed, 15 Jun 2022 at 22:23, Dave Airlie <airlied@gmail.com> wrote:
>>>>
>>>> On Wed, 15 Jun 2022 at 20:53, Greg KH <gregkh@linuxfoundation.org> wrote:
>>>>>
>>>>> On Wed, Jun 15, 2022 at 06:48:33PM +0800, heliang wrote:
>>>>>> In tegra_uart_init(), of_find_matching_node() will return a node
>>>>>> pointer with refcount incremented. We should use of_node_put()
>>>>>> when it is not used anymore.
>>>>>>
>>>>>> Signed-off-by: heliang <windhl@126.com>
>>>>>
>>>>> We need a real name please, one you sign documents with.
>>>>
>>>> How do we enforce that? What if Wong, Adele or Beyonce submit a patch?
>>>>
>>>> What happens if that patch gets reposted, with S-o-b: He Liang
>>>> <windhl@126.com> or Hel Iang, Heli Ang? Do you know any of those are
>>>> real names? What happens if they post a real name in
>>>> Mandarin/Thai/Cyrillic, can you validate it?
>>>>
>>>> Really we require you have an identity attached to an email. If there
>>>> is a problem in the future, we'd prefer the email continues to work so
>>>> that you are contactable. If you are submitting a small amount of
>>>> changes it's probably never going to matter. If you are submitting
>>>> larger bodies of work of course it would be good to have a company or
>>>> larger org attached to track things down legally later, but again that
>>>> isn't always possible.
>>>>
>>>> I don't think alienating the numerous developers who no longer use
>>>> their legal names are identified by one name, but haven't changed
>>>> their legal one yet people who get married and change their legal name
>>>> but don't change their contribution name and I could run this sentence
>>>> on forever.
>>>
>>> Yeah like absolute best case trying to "enforce" this just results in
>>> encouraging people to come up with entirely fake but English looking
>>> names for themselves. Which ... just no.
>>
>> Agree, again, I'd prefer to take real names in native languages, our
>> tools can handle that just fine.  No need to make up anything.

Since this is the only mail from this chain in my inbox and I asked the
same question as Greg on other patches:
I think it is pretty reasonable to /ask/ if something is not a real name
when you see something like "heliang <windhl@126.com>" where there's a
clear difference. And "It is my real name" is a perfectly reasonable
response /shrug.
Trust but verify right? It's not like I'm gonna argue the toss with
someone if they say it is their real name...

Thanks,
Conchubhar ;)

>>
>> thanks,
>>
>> greg k-h
> 
> hi, Greg K-H,
> 
> I have resent a new patch for my commit of tegra_uart_init() bug with my real name for Sob.
> 
> So there is anyother thing I should do?


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

* Re:Re: [Linaro-mm-sig] Re: [PATCH] drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
  2022-06-16  9:20             ` Conor.Dooley
@ 2022-06-16  9:39               ` Liang He
  -1 siblings, 0 replies; 22+ messages in thread
From: Liang He @ 2022-06-16  9:39 UTC (permalink / raw)
  To: Conor.Dooley
  Cc: airlied, daniel, gregkh, linux-tegra, dri-devel, linux-serial,
	linux-media



At 2022-06-16 17:20:24, Conor.Dooley@microchip.com wrote:
>On 16/06/2022 09:52, Liang He wrote:
>> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>> 
>> At 2022-06-16 16:43:43, "Greg KH" <gregkh@linuxfoundation.org> wrote:
>>> On Wed, Jun 15, 2022 at 10:30:47PM +0200, Daniel Vetter wrote:
>>>> On Wed, 15 Jun 2022 at 22:23, Dave Airlie <airlied@gmail.com> wrote:
>>>>>
>>>>> On Wed, 15 Jun 2022 at 20:53, Greg KH <gregkh@linuxfoundation.org> wrote:
>>>>>>
>>>>>> On Wed, Jun 15, 2022 at 06:48:33PM +0800, heliang wrote:
>>>>>>> In tegra_uart_init(), of_find_matching_node() will return a node
>>>>>>> pointer with refcount incremented. We should use of_node_put()
>>>>>>> when it is not used anymore.
>>>>>>>
>>>>>>> Signed-off-by: heliang <windhl@126.com>
>>>>>>
>>>>>> We need a real name please, one you sign documents with.
>>>>>
>>>>> How do we enforce that? What if Wong, Adele or Beyonce submit a patch?
>>>>>
>>>>> What happens if that patch gets reposted, with S-o-b: He Liang
>>>>> <windhl@126.com> or Hel Iang, Heli Ang? Do you know any of those are
>>>>> real names? What happens if they post a real name in
>>>>> Mandarin/Thai/Cyrillic, can you validate it?
>>>>>
>>>>> Really we require you have an identity attached to an email. If there
>>>>> is a problem in the future, we'd prefer the email continues to work so
>>>>> that you are contactable. If you are submitting a small amount of
>>>>> changes it's probably never going to matter. If you are submitting
>>>>> larger bodies of work of course it would be good to have a company or
>>>>> larger org attached to track things down legally later, but again that
>>>>> isn't always possible.
>>>>>
>>>>> I don't think alienating the numerous developers who no longer use
>>>>> their legal names are identified by one name, but haven't changed
>>>>> their legal one yet people who get married and change their legal name
>>>>> but don't change their contribution name and I could run this sentence
>>>>> on forever.
>>>>
>>>> Yeah like absolute best case trying to "enforce" this just results in
>>>> encouraging people to come up with entirely fake but English looking
>>>> names for themselves. Which ... just no.
>>>
>>> Agree, again, I'd prefer to take real names in native languages, our
>>> tools can handle that just fine.  No need to make up anything.
>
>Since this is the only mail from this chain in my inbox and I asked the
>same question as Greg on other patches:
>I think it is pretty reasonable to /ask/ if something is not a real name
>when you see something like "heliang <windhl@126.com>" where there's a
>clear difference. And "It is my real name" is a perfectly reasonable
>response /shrug.
>Trust but verify right? It's not like I'm gonna argue the toss with
>someone if they say it is their real name...
>
>Thanks,
>Conchubhar ;)
>
>>>
>>> thanks,
>>>
>>> greg k-h
>> 
>> hi, Greg K-H,
>> 
>> I have resent a new patch for my commit of tegra_uart_init() bug with my real name for Sob.
>> 
>> So there is anyother thing I should do?
>


Sorry, Conor and Grep K-H.

I did not explain clearly and I respect all your suggestions.

I have resent with 'Liang He' as my real name for all patches which I sent with heliang yesterday.
And I use '[PATCH v2]' for there resent patches.

Sorry again.

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

* Re:Re: [Linaro-mm-sig] Re: [PATCH] drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
@ 2022-06-16  9:39               ` Liang He
  0 siblings, 0 replies; 22+ messages in thread
From: Liang He @ 2022-06-16  9:39 UTC (permalink / raw)
  To: Conor.Dooley; +Cc: linux-serial, gregkh, dri-devel, linux-tegra, linux-media



At 2022-06-16 17:20:24, Conor.Dooley@microchip.com wrote:
>On 16/06/2022 09:52, Liang He wrote:
>> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>> 
>> At 2022-06-16 16:43:43, "Greg KH" <gregkh@linuxfoundation.org> wrote:
>>> On Wed, Jun 15, 2022 at 10:30:47PM +0200, Daniel Vetter wrote:
>>>> On Wed, 15 Jun 2022 at 22:23, Dave Airlie <airlied@gmail.com> wrote:
>>>>>
>>>>> On Wed, 15 Jun 2022 at 20:53, Greg KH <gregkh@linuxfoundation.org> wrote:
>>>>>>
>>>>>> On Wed, Jun 15, 2022 at 06:48:33PM +0800, heliang wrote:
>>>>>>> In tegra_uart_init(), of_find_matching_node() will return a node
>>>>>>> pointer with refcount incremented. We should use of_node_put()
>>>>>>> when it is not used anymore.
>>>>>>>
>>>>>>> Signed-off-by: heliang <windhl@126.com>
>>>>>>
>>>>>> We need a real name please, one you sign documents with.
>>>>>
>>>>> How do we enforce that? What if Wong, Adele or Beyonce submit a patch?
>>>>>
>>>>> What happens if that patch gets reposted, with S-o-b: He Liang
>>>>> <windhl@126.com> or Hel Iang, Heli Ang? Do you know any of those are
>>>>> real names? What happens if they post a real name in
>>>>> Mandarin/Thai/Cyrillic, can you validate it?
>>>>>
>>>>> Really we require you have an identity attached to an email. If there
>>>>> is a problem in the future, we'd prefer the email continues to work so
>>>>> that you are contactable. If you are submitting a small amount of
>>>>> changes it's probably never going to matter. If you are submitting
>>>>> larger bodies of work of course it would be good to have a company or
>>>>> larger org attached to track things down legally later, but again that
>>>>> isn't always possible.
>>>>>
>>>>> I don't think alienating the numerous developers who no longer use
>>>>> their legal names are identified by one name, but haven't changed
>>>>> their legal one yet people who get married and change their legal name
>>>>> but don't change their contribution name and I could run this sentence
>>>>> on forever.
>>>>
>>>> Yeah like absolute best case trying to "enforce" this just results in
>>>> encouraging people to come up with entirely fake but English looking
>>>> names for themselves. Which ... just no.
>>>
>>> Agree, again, I'd prefer to take real names in native languages, our
>>> tools can handle that just fine.  No need to make up anything.
>
>Since this is the only mail from this chain in my inbox and I asked the
>same question as Greg on other patches:
>I think it is pretty reasonable to /ask/ if something is not a real name
>when you see something like "heliang <windhl@126.com>" where there's a
>clear difference. And "It is my real name" is a perfectly reasonable
>response /shrug.
>Trust but verify right? It's not like I'm gonna argue the toss with
>someone if they say it is their real name...
>
>Thanks,
>Conchubhar ;)
>
>>>
>>> thanks,
>>>
>>> greg k-h
>> 
>> hi, Greg K-H,
>> 
>> I have resent a new patch for my commit of tegra_uart_init() bug with my real name for Sob.
>> 
>> So there is anyother thing I should do?
>


Sorry, Conor and Grep K-H.

I did not explain clearly and I respect all your suggestions.

I have resent with 'Liang He' as my real name for all patches which I sent with heliang yesterday.
And I use '[PATCH v2]' for there resent patches.

Sorry again.

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

* Re: [Linaro-mm-sig] Re: [PATCH] drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
  2022-06-16  9:39               ` Liang He
@ 2022-06-16  9:43                 ` Conor.Dooley
  -1 siblings, 0 replies; 22+ messages in thread
From: Conor.Dooley @ 2022-06-16  9:43 UTC (permalink / raw)
  To: windhl
  Cc: airlied, daniel, gregkh, linux-tegra, dri-devel, linux-serial,
	linux-media

On 16/06/2022 10:39, Liang He wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> At 2022-06-16 17:20:24, Conor.Dooley@microchip.com wrote:
>> On 16/06/2022 09:52, Liang He wrote:
>>> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>>>
>>> At 2022-06-16 16:43:43, "Greg KH" <gregkh@linuxfoundation.org> wrote:
>>>> On Wed, Jun 15, 2022 at 10:30:47PM +0200, Daniel Vetter wrote:
>>>>> On Wed, 15 Jun 2022 at 22:23, Dave Airlie <airlied@gmail.com> wrote:
>>>>>>
>>>>>> On Wed, 15 Jun 2022 at 20:53, Greg KH <gregkh@linuxfoundation.org> wrote:
>>>>>>>
>>>>>>> On Wed, Jun 15, 2022 at 06:48:33PM +0800, heliang wrote:
>>>>>>>> In tegra_uart_init(), of_find_matching_node() will return a node
>>>>>>>> pointer with refcount incremented. We should use of_node_put()
>>>>>>>> when it is not used anymore.
>>>>>>>>
>>>>>>>> Signed-off-by: heliang <windhl@126.com>
>>>>>>>
>>>>>>> We need a real name please, one you sign documents with.
>>>>>>
>>>>>> How do we enforce that? What if Wong, Adele or Beyonce submit a patch?
>>>>>>
>>>>>> What happens if that patch gets reposted, with S-o-b: He Liang
>>>>>> <windhl@126.com> or Hel Iang, Heli Ang? Do you know any of those are
>>>>>> real names? What happens if they post a real name in
>>>>>> Mandarin/Thai/Cyrillic, can you validate it?
>>>>>>
>>>>>> Really we require you have an identity attached to an email. If there
>>>>>> is a problem in the future, we'd prefer the email continues to work so
>>>>>> that you are contactable. If you are submitting a small amount of
>>>>>> changes it's probably never going to matter. If you are submitting
>>>>>> larger bodies of work of course it would be good to have a company or
>>>>>> larger org attached to track things down legally later, but again that
>>>>>> isn't always possible.
>>>>>>
>>>>>> I don't think alienating the numerous developers who no longer use
>>>>>> their legal names are identified by one name, but haven't changed
>>>>>> their legal one yet people who get married and change their legal name
>>>>>> but don't change their contribution name and I could run this sentence
>>>>>> on forever.
>>>>>
>>>>> Yeah like absolute best case trying to "enforce" this just results in
>>>>> encouraging people to come up with entirely fake but English looking
>>>>> names for themselves. Which ... just no.
>>>>
>>>> Agree, again, I'd prefer to take real names in native languages, our
>>>> tools can handle that just fine.  No need to make up anything.
>>
>> Since this is the only mail from this chain in my inbox and I asked the
>> same question as Greg on other patches:
>> I think it is pretty reasonable to /ask/ if something is not a real name
>> when you see something like "heliang <windhl@126.com>" where there's a
>> clear difference. And "It is my real name" is a perfectly reasonable
>> response /shrug.
>> Trust but verify right? It's not like I'm gonna argue the toss with
>> someone if they say it is their real name...
>>
>> Thanks,
>> Conchubhar ;)
>>
>>>>
>>>> thanks,
>>>>
>>>> greg k-h
>>>
>>> hi, Greg K-H,
>>>
>>> I have resent a new patch for my commit of tegra_uart_init() bug with my real name for Sob.
>>>
>>> So there is anyother thing I should do?
>>
> 
> 
> Sorry, Conor and Grep K-H.

No need to apologise, my mail was directed at Daniel & Dave not you :)

> 
> I did not explain clearly and I respect all your suggestions.
> 
> I have resent with 'Liang He' as my real name for all patches which I sent with heliang yesterday.
> And I use '[PATCH v2]' for there resent patches.
> 
> Sorry again.


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

* Re: [Linaro-mm-sig] Re: [PATCH] drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
@ 2022-06-16  9:43                 ` Conor.Dooley
  0 siblings, 0 replies; 22+ messages in thread
From: Conor.Dooley @ 2022-06-16  9:43 UTC (permalink / raw)
  To: windhl; +Cc: linux-serial, gregkh, dri-devel, linux-tegra, linux-media

On 16/06/2022 10:39, Liang He wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> At 2022-06-16 17:20:24, Conor.Dooley@microchip.com wrote:
>> On 16/06/2022 09:52, Liang He wrote:
>>> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>>>
>>> At 2022-06-16 16:43:43, "Greg KH" <gregkh@linuxfoundation.org> wrote:
>>>> On Wed, Jun 15, 2022 at 10:30:47PM +0200, Daniel Vetter wrote:
>>>>> On Wed, 15 Jun 2022 at 22:23, Dave Airlie <airlied@gmail.com> wrote:
>>>>>>
>>>>>> On Wed, 15 Jun 2022 at 20:53, Greg KH <gregkh@linuxfoundation.org> wrote:
>>>>>>>
>>>>>>> On Wed, Jun 15, 2022 at 06:48:33PM +0800, heliang wrote:
>>>>>>>> In tegra_uart_init(), of_find_matching_node() will return a node
>>>>>>>> pointer with refcount incremented. We should use of_node_put()
>>>>>>>> when it is not used anymore.
>>>>>>>>
>>>>>>>> Signed-off-by: heliang <windhl@126.com>
>>>>>>>
>>>>>>> We need a real name please, one you sign documents with.
>>>>>>
>>>>>> How do we enforce that? What if Wong, Adele or Beyonce submit a patch?
>>>>>>
>>>>>> What happens if that patch gets reposted, with S-o-b: He Liang
>>>>>> <windhl@126.com> or Hel Iang, Heli Ang? Do you know any of those are
>>>>>> real names? What happens if they post a real name in
>>>>>> Mandarin/Thai/Cyrillic, can you validate it?
>>>>>>
>>>>>> Really we require you have an identity attached to an email. If there
>>>>>> is a problem in the future, we'd prefer the email continues to work so
>>>>>> that you are contactable. If you are submitting a small amount of
>>>>>> changes it's probably never going to matter. If you are submitting
>>>>>> larger bodies of work of course it would be good to have a company or
>>>>>> larger org attached to track things down legally later, but again that
>>>>>> isn't always possible.
>>>>>>
>>>>>> I don't think alienating the numerous developers who no longer use
>>>>>> their legal names are identified by one name, but haven't changed
>>>>>> their legal one yet people who get married and change their legal name
>>>>>> but don't change their contribution name and I could run this sentence
>>>>>> on forever.
>>>>>
>>>>> Yeah like absolute best case trying to "enforce" this just results in
>>>>> encouraging people to come up with entirely fake but English looking
>>>>> names for themselves. Which ... just no.
>>>>
>>>> Agree, again, I'd prefer to take real names in native languages, our
>>>> tools can handle that just fine.  No need to make up anything.
>>
>> Since this is the only mail from this chain in my inbox and I asked the
>> same question as Greg on other patches:
>> I think it is pretty reasonable to /ask/ if something is not a real name
>> when you see something like "heliang <windhl@126.com>" where there's a
>> clear difference. And "It is my real name" is a perfectly reasonable
>> response /shrug.
>> Trust but verify right? It's not like I'm gonna argue the toss with
>> someone if they say it is their real name...
>>
>> Thanks,
>> Conchubhar ;)
>>
>>>>
>>>> thanks,
>>>>
>>>> greg k-h
>>>
>>> hi, Greg K-H,
>>>
>>> I have resent a new patch for my commit of tegra_uart_init() bug with my real name for Sob.
>>>
>>> So there is anyother thing I should do?
>>
> 
> 
> Sorry, Conor and Grep K-H.

No need to apologise, my mail was directed at Daniel & Dave not you :)

> 
> I did not explain clearly and I respect all your suggestions.
> 
> I have resent with 'Liang He' as my real name for all patches which I sent with heliang yesterday.
> And I use '[PATCH v2]' for there resent patches.
> 
> Sorry again.


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

* [PATCH] drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
@ 2022-06-15 11:17 ` Liang He
  0 siblings, 0 replies; 22+ messages in thread
From: Liang He @ 2022-06-15 11:17 UTC (permalink / raw)
  To: ldewangan, gregkh, jirislaby, thierry.reding, jonathanh, p.zabel,
	sumit.semwal, christian.koenig
  Cc: linux-serial, linux-tegra, linux-media, dri-devel, linaro-mm-sig, windhl

In tegra_uart_init(), of_find_matching_node() will return a node
pointer with refcount incremented. We should use of_node_put()
when it is not used anymore.

Signed-off-by: Liang He <windhl@126.com>
---
 drivers/tty/serial/serial-tegra.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/tty/serial/serial-tegra.c b/drivers/tty/serial/serial-tegra.c
index d942ab152f5a..5c4850a3762c 100644
--- a/drivers/tty/serial/serial-tegra.c
+++ b/drivers/tty/serial/serial-tegra.c
@@ -1667,6 +1667,7 @@ static int __init tegra_uart_init(void)
 	node = of_find_matching_node(NULL, tegra_uart_of_match);
 	if (node)
 		match = of_match_node(tegra_uart_of_match, node);
+	of_node_put(node);
 	if (match)
 		cdata = match->data;
 	if (cdata)
-- 
2.25.1


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

* [PATCH] drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
@ 2022-06-15 11:17 ` Liang He
  0 siblings, 0 replies; 22+ messages in thread
From: Liang He @ 2022-06-15 11:17 UTC (permalink / raw)
  To: ldewangan, gregkh, jirislaby, thierry.reding, jonathanh, p.zabel,
	sumit.semwal, christian.koenig
  Cc: dri-devel, linaro-mm-sig, linux-serial, linux-tegra, windhl, linux-media

In tegra_uart_init(), of_find_matching_node() will return a node
pointer with refcount incremented. We should use of_node_put()
when it is not used anymore.

Signed-off-by: Liang He <windhl@126.com>
---
 drivers/tty/serial/serial-tegra.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/tty/serial/serial-tegra.c b/drivers/tty/serial/serial-tegra.c
index d942ab152f5a..5c4850a3762c 100644
--- a/drivers/tty/serial/serial-tegra.c
+++ b/drivers/tty/serial/serial-tegra.c
@@ -1667,6 +1667,7 @@ static int __init tegra_uart_init(void)
 	node = of_find_matching_node(NULL, tegra_uart_of_match);
 	if (node)
 		match = of_match_node(tegra_uart_of_match, node);
+	of_node_put(node);
 	if (match)
 		cdata = match->data;
 	if (cdata)
-- 
2.25.1


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

end of thread, other threads:[~2022-06-16 11:41 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-15 10:48 [PATCH] drivers: tty: serial: Add missing of_node_put() in serial-tegra.c heliang
2022-06-15 10:48 ` heliang
2022-06-15 10:53 ` Greg KH
2022-06-15 10:53   ` Greg KH
2022-06-15 20:23   ` [Linaro-mm-sig] " Dave Airlie
2022-06-15 20:23     ` Dave Airlie
2022-06-15 20:30     ` Daniel Vetter
2022-06-15 20:30       ` Daniel Vetter
2022-06-16  8:43       ` Greg KH
2022-06-16  8:43         ` Greg KH
2022-06-16  8:52         ` Liang He
2022-06-16  8:52           ` Liang He
2022-06-16  9:20           ` Conor.Dooley
2022-06-16  9:20             ` Conor.Dooley
2022-06-16  9:39             ` Liang He
2022-06-16  9:39               ` Liang He
2022-06-16  9:43               ` Conor.Dooley
2022-06-16  9:43                 ` Conor.Dooley
2022-06-16  8:42     ` Greg KH
2022-06-16  8:42       ` Greg KH
2022-06-15 11:17 Liang He
2022-06-15 11:17 ` Liang He

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.