From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Nick Desaulniers <ndesaulniers@google.com>
Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org,
torvalds@linux-foundation.org, stable@vger.kernel.org,
lwn@lwn.net, jslaby@suse.cz
Subject: Re: Linux 4.14.297
Date: Sat, 5 Nov 2022 10:57:14 +0100 [thread overview]
Message-ID: <Y2YzeruPdM2y327C@kroah.com> (raw)
In-Reply-To: <20221104181745.ahtjvjvk5qk7vu37@google.com>
On Fri, Nov 04, 2022 at 11:17:45AM -0700, Nick Desaulniers wrote:
> On Tue, Nov 01, 2022 at 07:24:13PM +0100, Greg Kroah-Hartman wrote:
> > I'm announcing the release of the 4.14.297 kernel.
> >
> > All users of the 4.14 kernel series must upgrade.
> >
> > The updated 4.14.y git tree can be found at:
> > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.14.y
> > and can be browsed at the normal kernel.org git web browser:
> > https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary
>
> Hi Greg and stable tree maintainers,
> Please consider cherry-picking
> commit 95b980d62d52 ("linux/bits.h: make BIT(), GENMASK(), and friends available in assembly")
> back to 4.19.y and 4.14.y. It first landed in v5.3-rc1 and applies
> cleanly to both branches. I did not find any fixups to 95b980d62d52,
> FWIW.
>
> Otherwise users upgrading to this point release of linux-4.14.y still on
> versions of the GNU assembler older than v1.28 will observe assembler
> errors when building this series. See the link below for the error
> messages.
>
> Please see
> https://lore.kernel.org/llvm/20221103210748.1343090-1-ndesaulniers@google.com/
> for more info.
Did you try building with that commit applied? I get the following
build error when running it through the Android build system:
In file included from /buildbot/src/android/q-common-android-4.14/common/arch/arm64/include/asm/bitops.h:49:
/buildbot/src/android/q-common-android-4.14/common/include/asm-generic/bitops/non-atomic.h:60:23: error: implicit declaration of function 'UL' [-Werror,-Wimplicit-function-declaration]
unsigned long mask = BIT_MASK(nr);
^
/buildbot/src/android/q-common-android-4.14/common/include/linux/bits.h:10:24: note: expanded from macro 'BIT_MASK'
#define BIT_MASK(nr) (UL(1) << ((nr) % BITS_PER_LONG))
So are you sure this is the correct fix?
thanks,
greg k-h
next prev parent reply other threads:[~2022-11-05 9:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-01 18:24 Linux 4.14.297 Greg Kroah-Hartman
2022-11-01 18:24 ` Greg Kroah-Hartman
2022-11-04 18:17 ` Nick Desaulniers
2022-11-05 9:57 ` Greg Kroah-Hartman [this message]
2022-11-07 18:38 ` Nick Desaulniers
2022-11-08 8:12 ` Greg Kroah-Hartman
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=Y2YzeruPdM2y327C@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=jslaby@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=lwn@lwn.net \
--cc=ndesaulniers@google.com \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.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 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.