All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove useless assignment in ip_do_fragment
@ 2018-02-22 17:10 C0deAi
  2018-02-23 15:57 ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: C0deAi @ 2018-02-22 17:10 UTC (permalink / raw)
  To: davem, kuznet, yoshfuji, netdev

Hi my name is Benjamin Bales.

I am the founder and creator of CodeAI,
the first non-human contributor to your software project. CodeAI finds
and fixes security defects for you. It fixed 327. It wants to merge a
fix for a useless assignment. To view all 327 fixed issues from the
run claim your free open source account at mycode.ai and the
Dockerfile used to build and run your project in CodeAI, here-
https://drive.google.com/drive/folders/1KB9WQQyWQgYccmiSjy2E1JWJ4vWuoLYd .
It is always free for open source projects.

If you have any questions about these results or have general
inquiries about CodeAI, please send an email to techsupport@mycode.ai

Signed-off-by: Benjamin Bales <techsupport@mycode.ai>
---
 net/ipv4/ip_output.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c
index e8e675b..0e44434 100644
--- a/net/ipv4/ip_output.c
+++ b/net/ipv4/ip_output.c
@@ -640,7 +640,6 @@ int ip_do_fragment(struct net *net, struct sock *sk, struct sk_buff *skb,
 
 		/* Everything is OK. Generate! */
 
-		err = 0;
 		offset = 0;
 		frag = skb_shinfo(skb)->frag_list;
 		skb_frag_list_init(skb);
-- 
2.7.4

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

* Re: [PATCH] Remove useless assignment in ip_do_fragment
  2018-02-22 17:10 [PATCH] Remove useless assignment in ip_do_fragment C0deAi
@ 2018-02-23 15:57 ` David Miller
  2018-02-27 16:20   ` Code AI
  0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2018-02-23 15:57 UTC (permalink / raw)
  To: techsupport; +Cc: kuznet, yoshfuji, netdev

From: C0deAi <techsupport@mycode.ai>
Date: Thu, 22 Feb 2018 12:10:25 -0500

> Hi my name is Benjamin Bales.
> 
> I am the founder and creator of CodeAI,
> the first non-human contributor to your software project. CodeAI finds
> and fixes security defects for you. It fixed 327. It wants to merge a
> fix for a useless assignment. To view all 327 fixed issues from the
> run claim your free open source account at mycode.ai and the
> Dockerfile used to build and run your project in CodeAI, here-
> https://drive.google.com/drive/folders/1KB9WQQyWQgYccmiSjy2E1JWJ4vWuoLYd .
> It is always free for open source projects.
> 
> If you have any questions about these results or have general
> inquiries about CodeAI, please send an email to techsupport@mycode.ai
> 
> Signed-off-by: Benjamin Bales <techsupport@mycode.ai>

Sorry, I'm not applying code emitted by a machine, and definitely not
with commit messages that look like this.

In particular, promoting your service in a commit message is
incredibly inappropriate.

All patch postings should be submitted by a human being, even if they
came from something which was machine generated.

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

* Re: [PATCH] Remove useless assignment in ip_do_fragment
  2018-02-23 15:57 ` David Miller
@ 2018-02-27 16:20   ` Code AI
  0 siblings, 0 replies; 3+ messages in thread
From: Code AI @ 2018-02-27 16:20 UTC (permalink / raw)
  To: David Miller; +Cc: Alexey Kuznetsov, yoshfuji, netdev

Hi David,

While this patch was generated by a machine (CodeAI), we manually
reviewed and submitted it to this mailing list.  I do apologize for
the marketing speech.  We'll try to tone that down.

-Ben

On Fri, Feb 23, 2018 at 10:57 AM, David Miller <davem@davemloft.net> wrote:
> From: C0deAi <techsupport@mycode.ai>
> Date: Thu, 22 Feb 2018 12:10:25 -0500
>
>> Hi my name is Benjamin Bales.
>>
>> I am the founder and creator of CodeAI,
>> the first non-human contributor to your software project. CodeAI finds
>> and fixes security defects for you. It fixed 327. It wants to merge a
>> fix for a useless assignment. To view all 327 fixed issues from the
>> run claim your free open source account at mycode.ai and the
>> Dockerfile used to build and run your project in CodeAI, here-
>> https://drive.google.com/drive/folders/1KB9WQQyWQgYccmiSjy2E1JWJ4vWuoLYd .
>> It is always free for open source projects.
>>
>> If you have any questions about these results or have general
>> inquiries about CodeAI, please send an email to techsupport@mycode.ai
>>
>> Signed-off-by: Benjamin Bales <techsupport@mycode.ai>
>
> Sorry, I'm not applying code emitted by a machine, and definitely not
> with commit messages that look like this.
>
> In particular, promoting your service in a commit message is
> incredibly inappropriate.
>
> All patch postings should be submitted by a human being, even if they
> came from something which was machine generated.



-- 
Sincerely,

CodeAI Tech Support Team

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

end of thread, other threads:[~2018-02-27 16:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-22 17:10 [PATCH] Remove useless assignment in ip_do_fragment C0deAi
2018-02-23 15:57 ` David Miller
2018-02-27 16:20   ` Code AI

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.