[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240828223526.7E07.409509F4@e16-tech.com>
Date: Wed, 28 Aug 2024 22:35:27 +0800
From: Wang Yugui <wangyugui@...-tech.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Alexander Lobakin <aleksander.lobakin@...el.com>
Cc: stable@...r.kernel.org,
patches@...ts.linux.dev,
linux-kernel@...r.kernel.org,
torvalds@...ux-foundation.org,
akpm@...ux-foundation.org,
linux@...ck-us.net,
shuah@...nel.org,
patches@...nelci.org,
lkft-triage@...ts.linaro.org,
pavel@...x.de,
jonathanh@...dia.com,
f.fainelli@...il.com,
sudipm.mukherjee@...il.com,
srw@...dewatkins.net,
rwarsow@....de,
conor@...nel.org,
allen.lkml@...il.com,
broonie@...nel.org
Subject: Re: [PATCH 6.6 000/341] 6.6.48-rc1 review
Hi,
> This is the start of the stable review cycle for the 6.6.48 release.
> There are 341 patches in this series, all will be posted as a response
> to this one. If anyone has any issues with these being applied, please
> let me know.
>
> Responses should be made by Thu, 29 Aug 2024 14:37:36 +0000.
> Anything received after that time might be too late.
>
> The whole patch series can be found in one patch at:
> https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.6.48-rc1.gz
> or in the git tree and branch at:
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.6.y
> and the diffstat can be found below.
We need a patch
upsteam: 0a04ff09bcc39e0044190ffe9f00f998f13647c
From: Alexander Lobakin <aleksander.lobakin@...el.com>
Subject: tools: move alignment-related macros to new <linux/align.h>
to fix the new build error.
tools/include/linux/bitmap.h: In function 'bitmap_zero':
tools/include/linux/bitmap.h:28:29: warning: implicit declaration of
function 'ALIGN' [-Wimplicit-function-declaration]
#define bitmap_size(nbits) (ALIGN(nbits, BITS_PER_LONG) / BITS_PER_BYTE)
Best Regards
Wang Yugui (wangyugui@...-tech.com)
2024/08/28
Powered by blists - more mailing lists