All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Guenter Roeck <linux@roeck-us.net>
Cc: Paul Barker <paul.barker.ct@bp.renesas.com>,
	stable@vger.kernel.org, patches@lists.linux.dev,
	linux-kernel@vger.kernel.org, torvalds@linux-foundation.org,
	akpm@linux-foundation.org, shuah@kernel.org,
	patches@kernelci.org, lkft-triage@lists.linaro.org,
	pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com,
	sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de,
	conor@kernel.org
Subject: Re: [PATCH 6.1 000/589] 6.1.39-rc3 review
Date: Thu, 20 Jul 2023 19:50:36 +0200	[thread overview]
Message-ID: <2023072028-elevation-undead-bb94@gregkh> (raw)
In-Reply-To: <9705c130-997d-6356-18bc-ee5ce5d8b325@roeck-us.net>

On Mon, Jul 17, 2023 at 03:50:06PM -0700, Guenter Roeck wrote:
> On 7/17/23 15:39, Paul Barker wrote:
> > Hi Greg,
> > 
> > On 17/07/2023 21:34, Greg Kroah-Hartman wrote:
> > > This is the start of the stable review cycle for the 6.1.39 release.
> > > There are 589 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 Wed, 19 Jul 2023 20:14:46 +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.1.39-rc3.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.1.y
> > > and the diffstat can be found below.
> > > 
> > > thanks,
> > > 
> > > greg k-h
> > > 
> > 
> > Building i386_defconfig in my Yocto Project environment (with gcc 13) fails:
> > 
> > | /.../kernel/workqueue.c: In function 'get_work_pwq':
> > | /.../kernel/workqueue.c:706:24: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
> > |   706 |                 return (void *)(data & WORK_STRUCT_WQ_DATA_MASK);
> > |       |                        ^
> > | /.../kernel/workqueue.c: In function 'get_work_pool':
> > | /.../kernel/workqueue.c:734:25: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
> > |   734 |                 return ((struct pool_workqueue *)
> > |       |                         ^
> > | /.../kernel/workqueue.c: In function 'get_work_pool_id':
> > | /.../kernel/workqueue.c:756:25: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
> > |   756 |                 return ((struct pool_workqueue *)
> > |       |                         ^
> > 
> > Cherry-picking afa4bb778e48d79e4a642ed41e3b4e0de7489a6c from mainline fixes the build for me.
> > 
> 
> That is not a new problem, though. I see the same problem with v6.1.38
> and with v6.1 if I try to build with gcc 13.1.

Thanks, now queued up.

greg k-h

  reply	other threads:[~2023-07-20 17:50 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-17 20:34 [PATCH 6.1 000/589] 6.1.39-rc3 review Greg Kroah-Hartman
2023-07-17 22:39 ` Paul Barker
2023-07-17 22:50   ` Guenter Roeck
2023-07-20 17:50     ` Greg Kroah-Hartman [this message]
2023-07-17 23:33 ` ogasawara takeshi
2023-07-18  5:59 ` Bagas Sanjaya
2023-07-18  8:59 ` Jon Hunter
2023-07-18 10:00 ` Chris Paterson
2023-07-18 10:59 ` Ron Economos
2023-07-18 14:37 ` Naresh Kamboju
2023-07-18 16:55   ` Naresh Kamboju
2023-07-18 15:29 ` Guenter Roeck
2023-07-18 17:18 ` Joel Fernandes
2023-07-18 17:30 ` Allen Pais
2023-07-19  1:53 ` SeongJae Park
2023-07-19  9:38 ` Pavel Machek
2023-07-19 13:58   ` 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=2023072028-elevation-undead-bb94@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=conor@kernel.org \
    --cc=f.fainelli@gmail.com \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=patches@kernelci.org \
    --cc=patches@lists.linux.dev \
    --cc=paul.barker.ct@bp.renesas.com \
    --cc=pavel@denx.de \
    --cc=rwarsow@gmx.de \
    --cc=shuah@kernel.org \
    --cc=srw@sladewatkins.net \
    --cc=stable@vger.kernel.org \
    --cc=sudipm.mukherjee@gmail.com \
    --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.