public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: gs_fpgaboot: remove __TIMESTAMP__ macro
@ 2014-03-28  3:54 Insop Song
  2014-03-28  3:54 ` [PATCH] Remove warning printk Insop Song
  0 siblings, 1 reply; 7+ messages in thread
From: Insop Song @ 2014-03-28  3:54 UTC (permalink / raw)
  To: insop.song, insop.song, gregkh; +Cc: linux-kernel

Remove warning

Insop Song (1):
  Remove warning printk

 drivers/staging/gs_fpgaboot/gs_fpgaboot.c |    1 -
 1 file changed, 1 deletion(-)

-- 
1.7.9.5


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

* [PATCH] Remove warning printk
  2014-03-28  3:54 [PATCH] staging: gs_fpgaboot: remove __TIMESTAMP__ macro Insop Song
@ 2014-03-28  3:54 ` Insop Song
  2014-03-28  6:49   ` Greg KH
  0 siblings, 1 reply; 7+ messages in thread
From: Insop Song @ 2014-03-28  3:54 UTC (permalink / raw)
  To: insop.song, insop.song, gregkh; +Cc: linux-kernel, Arnd Bergmann

Found from build with option -Werror=date-time

Signed-off-by: Insop Song <insop.song@gainspeed.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
 drivers/staging/gs_fpgaboot/gs_fpgaboot.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/gs_fpgaboot/gs_fpgaboot.c b/drivers/staging/gs_fpgaboot/gs_fpgaboot.c
index 89bc84d..7506900 100644
--- a/drivers/staging/gs_fpgaboot/gs_fpgaboot.c
+++ b/drivers/staging/gs_fpgaboot/gs_fpgaboot.c
@@ -373,7 +373,6 @@ static int __init gs_fpgaboot_init(void)
 	r = -1;
 
 	pr_info("FPGA DOWNLOAD --->\n");
-	pr_info("built at %s UTC\n", __TIMESTAMP__);
 
 	pr_info("FPGA image file name: %s\n", file);
 
-- 
1.7.9.5


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

* Re: [PATCH] Remove warning printk
  2014-03-28  3:54 ` [PATCH] Remove warning printk Insop Song
@ 2014-03-28  6:49   ` Greg KH
  2014-03-28  8:05     ` Insop Song
  0 siblings, 1 reply; 7+ messages in thread
From: Greg KH @ 2014-03-28  6:49 UTC (permalink / raw)
  To: Insop Song; +Cc: insop.song, linux-kernel, Arnd Bergmann

On Thu, Mar 27, 2014 at 08:54:43PM -0700, Insop Song wrote:
> Found from build with option -Werror=date-time
> 
> Signed-off-by: Insop Song <insop.song@gainspeed.com>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>

Did Arnd really sign off on this?

And what is with the "odd" subject, your first email should have been
the subject of this one.  We don't need a "cover letter" for a one-patch
email sequence.

Care to fix this up and resend?

thanks,

greg k-h

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

* RE: [PATCH] Remove warning printk
  2014-03-28  6:49   ` Greg KH
@ 2014-03-28  8:05     ` Insop Song
  2014-03-28  8:46       ` Greg KH
  0 siblings, 1 reply; 7+ messages in thread
From: Insop Song @ 2014-03-28  8:05 UTC (permalink / raw)
  To: Greg KH; +Cc: insop.song@gmail.com, linux-kernel@vger.kernel.org, Arnd Bergmann

Hi Greg,

Will send out a new patch mail with single patch shortly.

I have not yet find a good way to reply mail and add patch yet with my mailing server/client.

That's why I send out a separate email instead of replying to Arnd.

Below is his email and it has his signed-off, that's why I put that in my patch you got.

I took that out from a new patch to make it clear on your end.

Regards,

ISS

Here is Arnd's original email 
________________________________________
From: Arnd Bergmann <arnd@arndb.de>
Sent: Tuesday, March 25, 2014 8:48 AM
To: gregkh@linuxfoundation.org
Cc: linux-kernel@vger.kernel.org; Insop Song
Subject: [PATCH] staging: gs_fpgaboot: remove __TIMESTAMP__ macro

We specifically build the kernel with -Werror=date-time to detect
such macros, which gives us this error:

gs_fpgaboot/gs_fpgaboot.c:376:44: error: macro "__TIMESTAMP__" might prevent reproducible builds [-Werror=date-time]
  pr_info("built at %s UTC\n", __TIMESTAMP__);

The obvious fix is to remove the printk output line.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

diff --git a/drivers/staging/gs_fpgaboot/gs_fpgaboot.c b/drivers/staging/gs_fpgaboot/gs_fpgaboot.c
index 89bc84d..7506900 100644
--- a/drivers/staging/gs_fpgaboot/gs_fpgaboot.c
+++ b/drivers/staging/gs_fpgaboot/gs_fpgaboot.c
@@ -373,7 +373,6 @@ static int __init gs_fpgaboot_init(void)
        r = -1;

        pr_info("FPGA DOWNLOAD --->\n");
-       pr_info("built at %s UTC\n", __TIMESTAMP__);

        pr_info("FPGA image file name: %s\n", file);



________________________________________
From: Greg KH <gregkh@linuxfoundation.org>
Sent: Thursday, March 27, 2014 11:49 PM
To: Insop Song
Cc: insop.song@gmail.com; linux-kernel@vger.kernel.org; Arnd Bergmann
Subject: Re: [PATCH] Remove warning printk

On Thu, Mar 27, 2014 at 08:54:43PM -0700, Insop Song wrote:
> Found from build with option -Werror=date-time
>
> Signed-off-by: Insop Song <insop.song@gainspeed.com>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>

Did Arnd really sign off on this?

And what is with the "odd" subject, your first email should have been
the subject of this one.  We don't need a "cover letter" for a one-patch
email sequence.

Care to fix this up and resend?

thanks,

greg k-h

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

* [PATCH] Remove warning printk
@ 2014-03-28  8:09 Insop Song
  0 siblings, 0 replies; 7+ messages in thread
From: Insop Song @ 2014-03-28  8:09 UTC (permalink / raw)
  To: insop.song, insop.song, gregkh; +Cc: linux-kernel, arnd

Found from build with option -Werror=date-time

Signed-off-by: Insop Song <insop.song@gainspeed.com>
---
 drivers/staging/gs_fpgaboot/gs_fpgaboot.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/gs_fpgaboot/gs_fpgaboot.c b/drivers/staging/gs_fpgaboot/gs_fpgaboot.c
index 89bc84d..7506900 100644
--- a/drivers/staging/gs_fpgaboot/gs_fpgaboot.c
+++ b/drivers/staging/gs_fpgaboot/gs_fpgaboot.c
@@ -373,7 +373,6 @@ static int __init gs_fpgaboot_init(void)
 	r = -1;
 
 	pr_info("FPGA DOWNLOAD --->\n");
-	pr_info("built at %s UTC\n", __TIMESTAMP__);
 
 	pr_info("FPGA image file name: %s\n", file);
 
-- 
1.7.9.5


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

* Re: [PATCH] Remove warning printk
  2014-03-28  8:05     ` Insop Song
@ 2014-03-28  8:46       ` Greg KH
  2014-03-28  9:52         ` Insop Song
  0 siblings, 1 reply; 7+ messages in thread
From: Greg KH @ 2014-03-28  8:46 UTC (permalink / raw)
  To: Insop Song
  Cc: insop.song@gmail.com, linux-kernel@vger.kernel.org, Arnd Bergmann

On Fri, Mar 28, 2014 at 08:05:23AM +0000, Insop Song wrote:
> Hi Greg,
> 
> Will send out a new patch mail with single patch shortly.
> 
> I have not yet find a good way to reply mail and add patch yet with my mailing server/client.
> 
> That's why I send out a separate email instead of replying to Arnd.
> 
> Below is his email and it has his signed-off, that's why I put that in my patch you got.

But Arnd wrote the patch, not you.  Why are you claiming credit for it?

You also changed the subject.  Not good.

I'll just take Arnd's original patch, when my merge window opens back up
again (after 3.15-rc1), and add your signed-off-by to the patch.  You
can just reply to Arnd's patch with that line, and I will add it.

Don't strip off ownership of the patch, if you are having email
problems, read Documenation/SubmittingPatches for how to get the
authorship right.

greg k-h

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

* Re: [PATCH] Remove warning printk
  2014-03-28  8:46       ` Greg KH
@ 2014-03-28  9:52         ` Insop Song
  0 siblings, 0 replies; 7+ messages in thread
From: Insop Song @ 2014-03-28  9:52 UTC (permalink / raw)
  To: Greg KH; +Cc: Insop Song, linux-kernel@vger.kernel.org, Arnd Bergmann

On Fri, Mar 28, 2014 at 1:46 AM, Greg KH <gregkh@linuxfoundation.org> wrote:
> On Fri, Mar 28, 2014 at 08:05:23AM +0000, Insop Song wrote:
>> Hi Greg,
>>
>> Will send out a new patch mail with single patch shortly.
>>
>> I have not yet find a good way to reply mail and add patch yet with my mailing server/client.
>>
>> That's why I send out a separate email instead of replying to Arnd.
>>
>> Below is his email and it has his signed-off, that's why I put that in my patch you got.
>
> But Arnd wrote the patch, not you.  Why are you claiming credit for it?
>

I didn't mean to do that.
>From next time, I will simply add my sign-off and reply for any similar case.

> You also changed the subject.  Not good.

If I just reply from the next time, this should be taken care of as well.

>
> I'll just take Arnd's original patch, when my merge window opens back up
> again (after 3.15-rc1), and add your signed-off-by to the patch.  You
> can just reply to Arnd's patch with that line, and I will add it.
>

I've replied.

Thank you,

ISS

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

end of thread, other threads:[~2014-03-28  9:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-28  3:54 [PATCH] staging: gs_fpgaboot: remove __TIMESTAMP__ macro Insop Song
2014-03-28  3:54 ` [PATCH] Remove warning printk Insop Song
2014-03-28  6:49   ` Greg KH
2014-03-28  8:05     ` Insop Song
2014-03-28  8:46       ` Greg KH
2014-03-28  9:52         ` Insop Song
  -- strict thread matches above, loose matches on Subject: below --
2014-03-28  8:09 Insop Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox