The custom 'bool' typedef in arch/powerpc/boot/types.h is incompatible with
the C23 standard, where 'bool', 'true', and 'false' are now reserved keywords.
With newer GCC versions (such as GCC 15), redefining 'bool' leads to compilation
errors. For example:
error: 'bool' cannot be defined via 't
The pull request you sent on Wed, 26 Mar 2025 08:22:36 +0530:
> https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
> tags/powerpc-6.15-1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7b667acd69e316c2ed1b47e5dcd9d093be4a843f
Thank you!
--
Deet-doot-d
On Thursday 27 March 2025 21:57:34 Amir Goldstein wrote:
> On Thu, Mar 27, 2025 at 8:26 PM Pali Rohár wrote:
> >
> > On Thursday 27 March 2025 12:47:02 Amir Goldstein wrote:
> > > On Sun, Mar 23, 2025 at 11:32 AM Pali Rohár wrote:
> > > >
> > > > On Sunday 23 March 2025 09:45:06 Amir Goldstein wr
On Thu, Mar 27, 2025 at 8:26 PM Pali Rohár wrote:
>
> On Thursday 27 March 2025 12:47:02 Amir Goldstein wrote:
> > On Sun, Mar 23, 2025 at 11:32 AM Pali Rohár wrote:
> > >
> > > On Sunday 23 March 2025 09:45:06 Amir Goldstein wrote:
> > > > On Fri, Mar 21, 2025 at 8:50 PM Andrey Albershteyn
> >
Le 27/03/2025 à 17:24, Venkat Rao Bagalkote a écrit :
On 27/03/25 8:36 pm, Madhavan Srinivasan wrote:
On 3/27/25 7:31 PM, Venkat Rao Bagalkote wrote:
On 27/03/25 7:22 pm, Madhavan Srinivasan wrote:
On 3/27/25 12:33 AM, Venkat Rao Bagalkote wrote:
Greetings!!!
I see below build warnings
On Thursday 27 March 2025 12:47:02 Amir Goldstein wrote:
> On Sun, Mar 23, 2025 at 11:32 AM Pali Rohár wrote:
> >
> > On Sunday 23 March 2025 09:45:06 Amir Goldstein wrote:
> > > On Fri, Mar 21, 2025 at 8:50 PM Andrey Albershteyn
> > > wrote:
> > > >
> > > > This patchset introduced two new sysc
/Resending in proper format./
On 18/03/25 4:20 pm, Madhavan Srinivasan wrote:
On 3/17/25 4:43 PM, Michael Ellerman wrote:
Venkat Rao Bagalkote writes:
Greetings!!
I am observing selftests/powerpc/signal:sigfuz test fails on linux
mainline repo on IBM Power10 systems.
The test passes on the
On 27/03/25 8:36 pm, Madhavan Srinivasan wrote:
On 3/27/25 7:31 PM, Venkat Rao Bagalkote wrote:
On 27/03/25 7:22 pm, Madhavan Srinivasan wrote:
On 3/27/25 12:33 AM, Venkat Rao Bagalkote wrote:
Greetings!!!
I see below build warnings while compiling mainline kernel on IBM Power9 system.
Re
On 3/27/25 7:31 PM, Venkat Rao Bagalkote wrote:
>
> On 27/03/25 7:22 pm, Madhavan Srinivasan wrote:
>>
>> On 3/27/25 12:33 AM, Venkat Rao Bagalkote wrote:
>>> Greetings!!!
>>>
>>> I see below build warnings while compiling mainline kernel on IBM Power9
>>> system.
>>>
>>> Repo Link:
>>> https
On 27/03/25 7:22 pm, Madhavan Srinivasan wrote:
On 3/27/25 12:33 AM, Venkat Rao Bagalkote wrote:
Greetings!!!
I see below build warnings while compiling mainline kernel on IBM Power9 system.
Repo Link: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
Head Commit: f6e0150
On 3/27/25 12:33 AM, Venkat Rao Bagalkote wrote:
> Greetings!!!
>
> I see below build warnings while compiling mainline kernel on IBM Power9
> system.
>
> Repo Link: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
>
> Head Commit: f6e0150b2003fb2b9265028a618aa1732b3edc8f
On Fri 21-03-25 20:48:41, Andrey Albershteyn wrote:
> This will be helpful for get/setfsxattrat syscalls to convert
> between fileattr and fsxattr.
>
> Signed-off-by: Andrey Albershteyn
Looks good. Feel free to add:
Reviewed-by: Jan Kara
On Fri 21-03-25 20:48:42, Andrey Albershteyn wrote:
> From: Andrey Albershteyn
>
> Introduce getfsxattrat and setfsxattrat syscalls to manipulate inode
> extended attributes/flags. The syscalls take parent directory fd and
> path to the child together with struct fsxattr.
>
> This is an alternat
On Sun, Mar 23, 2025 at 11:32 AM Pali Rohár wrote:
>
> On Sunday 23 March 2025 09:45:06 Amir Goldstein wrote:
> > On Fri, Mar 21, 2025 at 8:50 PM Andrey Albershteyn
> > wrote:
> > >
> > > This patchset introduced two new syscalls getfsxattrat() and
> > > setfsxattrat(). These syscalls are simila
On Thu, Mar 27, 2025 at 10:33 AM Andrey Albershteyn wrote:
>
> On 2025-03-23 09:56:25, Amir Goldstein wrote:
> > On Fri, Mar 21, 2025 at 8:49 PM Andrey Albershteyn
> > wrote:
> > >
> > > From: Andrey Albershteyn
> > >
> > > Introduce getfsxattrat and setfsxattrat syscalls to manipulate inode
>
On 2025-03-23 09:56:25, Amir Goldstein wrote:
> On Fri, Mar 21, 2025 at 8:49 PM Andrey Albershteyn
> wrote:
> >
> > From: Andrey Albershteyn
> >
> > Introduce getfsxattrat and setfsxattrat syscalls to manipulate inode
> > extended attributes/flags. The syscalls take parent directory fd and
> > p
On 2025-03-24 20:27:02, Mickaël Salaün wrote:
> On Fri, Mar 21, 2025 at 05:32:25PM -0400, Paul Moore wrote:
> > On Mar 21, 2025 Andrey Albershteyn wrote:
> > >
> > > Introduce new hooks for setting and getting filesystem extended
> > > attributes on inode (FS_IOC_FSGETXATTR).
> > >
> > > Cc: sel
17 matches
Mail list logo