Re: [git pull] drm for 5.19-rc1

2022-06-07 Thread Geert Uytterhoeven
Hi Linus, On Tue, Jun 7, 2022 at 8:15 PM Linus Torvalds wrote: > On Tue, Jun 7, 2022 at 3:23 AM Geert Uytterhoeven > wrote: > > These header files are heavy users of large constants lacking the "U" > > suffix e.g.: > > > > #define NB_ADAPTER_ID__SUBSYSTEM_ID_MASK 0xL > > As Andreas

Re: [git pull] drm for 5.19-rc1

2022-06-07 Thread Linus Torvalds
On Tue, Jun 7, 2022 at 3:23 AM Geert Uytterhoeven wrote: > > These header files are heavy users of large constants lacking the "U" > suffix e.g.: > > #define NB_ADAPTER_ID__SUBSYSTEM_ID_MASK 0xL As Andreas says, this is not undefined behavior. A hexadecimal integer constant will alwa

Re: [git pull] drm for 5.19-rc1

2022-06-07 Thread Andreas Schwab
On Jun 07 2022, Geert Uytterhoeven wrote: > On Wed, May 25, 2022 at 4:49 PM Dave Airlie wrote: >> drm/amdgpu: add nbio v7_7_0 ip headers > > These header files are heavy users of large constants lacking the "U" > suffix e.g.: > > #define NB_ADAPTER_ID__SUBSYSTEM_ID_MASK 0xL > >

Re: [git pull] drm for 5.19-rc1

2022-06-07 Thread Geert Uytterhoeven
Hi Dave. On Wed, May 25, 2022 at 4:49 PM Dave Airlie wrote: > drm/amdgpu: add nbio v7_7_0 ip headers These header files are heavy users of large constants lacking the "U" suffix e.g.: #define NB_ADAPTER_ID__SUBSYSTEM_ID_MASK 0xL Assigning this to unsigned long on 32-bit will

Re: [git pull] drm for 5.19-rc1 part2/fixes

2022-06-03 Thread pr-tracker-bot
The pull request you sent on Fri, 3 Jun 2022 13:49:48 +1000: > git://anongit.freedesktop.org/drm/drm tags/drm-next-2022-06-03-1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/ab18b7b36a82b1900687c5718f7d46f0d8e77d86 Thank you! -- Deet-doot-dot, I am a bot. https://k

Re: [git pull] drm for 5.19-rc1

2022-05-25 Thread pr-tracker-bot
The pull request you sent on Wed, 25 May 2022 16:06:58 +1000: > git://anongit.freedesktop.org/drm/drm tags/drm-next-2022-05-25 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/2518f226c60d8e04d18ba4295500a5b0b8ac7659 Thank you! -- Deet-doot-dot, I am a bot. https://ko

Re: [git pull] drm for 5.19-rc1

2022-05-25 Thread Linus Torvalds
On Tue, May 24, 2022 at 11:07 PM Dave Airlie wrote: > > AMD has started some new GPU support [...] Oh Christ. Which means another set of auto-generated monster headers. Lovely. Linus