Backports Archive mirror
 help / color / mirror / Atom feed
From: Hauke Mehrtens <hauke@hauke-m.de>
To: backports@vger.kernel.org
Cc: Hauke Mehrtens <hauke@hauke-m.de>
Subject: [PATCH 1/6] backports: Remove no-pointer-sign option
Date: Thu, 11 Apr 2024 00:20:00 +0200	[thread overview]
Message-ID: <20240410222010.1171249-2-hauke@hauke-m.de> (raw)
In-Reply-To: <20240410222010.1171249-1-hauke@hauke-m.de>

This option is only added with kernel 4.3, Support was removed some time
ago.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 backport/Makefile.kernel | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/backport/Makefile.kernel b/backport/Makefile.kernel
index 11ce4177..a936eb3b 100644
--- a/backport/Makefile.kernel
+++ b/backport/Makefile.kernel
@@ -31,9 +31,6 @@ NOSTDINC_FLAGS += \
 endif
 
 subdir-ccflags-y := $(call cc-option, -fno-pie) $(call cc-option, -no-pie)
-ifeq ($(CPTCFG_KERNEL_4_3),y)
-subdir-ccflags-y += -Wno-pointer-sign
-endif
 
 obj-y += compat/
 
-- 
2.44.0


  reply	other threads:[~2024-04-10 22:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-10 22:19 [PATCH 0/6] backports: Remove Old backports code Hauke Mehrtens
2024-04-10 22:20 ` Hauke Mehrtens [this message]
2024-04-10 22:20 ` [PATCH 2/6] backports: Remove BPAUTO_REFCOUNT Hauke Mehrtens
2024-04-10 22:20 ` [PATCH 3/6] backports: Remove verification backport Hauke Mehrtens
2024-04-10 22:20 ` [PATCH 4/6] backports: Remove compat/memneq.c Hauke Mehrtens
2024-04-10 22:20 ` [PATCH 5/6] backports: Remove mpls.h Hauke Mehrtens
2024-04-10 22:20 ` [PATCH 6/6] backports: Remove driver headers 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=20240410222010.1171249-2-hauke@hauke-m.de \
    --to=hauke@hauke-m.de \
    --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).