Backports Archive mirror
 help / color / mirror / Atom feed
From: Hauke Mehrtens <hauke@hauke-m.de>
To: "Dembianny, Sven (GDE-EDSO)" <Sven.Dembianny@bshg.com>,
	"backports@vger.kernel.org" <backports@vger.kernel.org>
Subject: Re: [PATCH 1/1] backports: fix build on recent v4.14 kernels
Date: Sat, 11 Dec 2021 20:04:13 +0100	[thread overview]
Message-ID: <ef7ae359-e24c-13fa-6335-b969874887ed@hauke-m.de> (raw)
In-Reply-To: <20211209162516.25022-2-sven.dembianny@bshg.com>

On 12/9/21 5:25 PM, Dembianny, Sven (GDE-EDSO) wrote:
> From: "Dembianny, Sven" <sven.dembianny@bshg.com>
> 

Please add a Signed-off-by line to this patch.

> ---
>   backport/backport-include/linux/skbuff.h | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/backport/backport-include/linux/skbuff.h b/backport/backport-include/linux/skbuff.h
> index 1fd25fcd..c5015e9d 100644
> --- a/backport/backport-include/linux/skbuff.h
> +++ b/backport/backport-include/linux/skbuff.h
> @@ -62,7 +62,8 @@ static inline struct sk_buff *__skb_peek(const struct sk_buff_head *list_)
>   	return list_->next;
>   }
>   
> -#if !LINUX_VERSION_IN_RANGE(4,19,10, 4,20,0)
> +#if !LINUX_VERSION_IN_RANGE(4,19,10, 4,20,0) && \
> +    !LINUX_VERSION_IN_RANGE(4,14,217, 4,15,0)
>   static inline void skb_mark_not_on_list(struct sk_buff *skb)
>   {
>   	skb->next = NULL;
> 

--
To unsubscribe from this list: send the line "unsubscribe backports" in

  reply	other threads:[~2021-12-11 19:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-09 16:25 [PATCH 0/1] backports: fix build on recent v4.14 kernels Dembianny, Sven (GDE-EDSO)
2021-12-09 16:25 ` [PATCH 1/1] " Dembianny, Sven (GDE-EDSO)
2021-12-11 19:04   ` Hauke Mehrtens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-12-13 10:37 Dembianny, Sven (GDE-EDSO)
2021-12-14 22:56 ` Hauke Mehrtens

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=ef7ae359-e24c-13fa-6335-b969874887ed@hauke-m.de \
    --to=hauke@hauke-m.de \
    --cc=Sven.Dembianny@bshg.com \
    --cc=backports@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).