Re: [PATCH v2 04/21] s390: kernel: Convert timeouts to use secs_to_jiffies()

2024-11-18 Thread Heiko Carstens
On Fri, Nov 15, 2024 at 09:26:21PM +, Easwar Hariharan wrote: > Changes made with the following Coccinelle rules: > > @@ constant C; @@ > > - msecs_to_jiffies(C * 1000) > + secs_to_jiffies(C) > > @@ constant C; @@ > > - msecs_to_jiffies(C * MSEC_PER_SEC) > + secs_to_jiffies(C) > > Signed-o

Re: [PATCH 00/14] Remove clang's -Qunused-arguments from KBUILD_CPPFLAGS

2023-01-05 Thread Heiko Carstens
ry '-c' flags ... > arch/s390/kernel/vdso64/Makefile| 4 +-- > arch/s390/purgatory/Makefile| 2 +- For the s390 bits: Acked-by: Heiko Carstens

Re: [PATCH v3] arch: rename all internal names __xchg to __arch_xchg

2023-01-03 Thread Heiko Carstens
On Fri, Dec 30, 2022 at 03:15:52PM +0100, Andrzej Hajda wrote: > __xchg will be used for non-atomic xchg macro. > > Signed-off-by: Andrzej Hajda > Reviewed-by: Arnd Bergmann > --- > v2: squashed all arch patches into one > v3: fixed alpha/xchg_local, thx to l...@intel.com > --- ... > arch/s390/

Re: [PATCH v6 5/7] treewide: use get_random_u32() when possible

2022-10-11 Thread Heiko Carstens
gensen # for sch_cake > Acked-by: Chuck Lever # for nfsd > Reviewed-by: Jan Kara # for ext4 > Acked-by: Mika Westerberg # for thunderbolt > Acked-by: Darrick J. Wong # for xfs > Signed-off-by: Jason A. Donenfeld > --- > arch/s390/mm/mmap.c | 2 +- For s390: Acked-by: Heiko Carstens

Re: [PATCH v6 4/7] treewide: use get_random_{u8,u16}() when possible, part 2

2022-10-11 Thread Heiko Carstens
ess.c | 2 +- For s390: Acked-by: Heiko Carstens

Re: [PATCH v6 1/7] treewide: use prandom_u32_max() when possible, part 1

2022-10-11 Thread Heiko Carstens
k J. Wong # for xfs > Signed-off-by: Jason A. Donenfeld > --- > arch/s390/kernel/process.c| 2 +- > arch/s390/kernel/vdso.c | 2 +- For s390: Acked-by: Heiko Carstens

Re: [BUG - BISECTED] display not detected anymore

2021-09-09 Thread Heiko Carstens
Hi Ville, > > > > ef79d62b5ce5 ("drm/i915: Encapsulate dbuf state handling harder") > > > > > > > > With that commit the display is not detected anymore, one commit > > > > before that it still works. So this one seems to be broken. > > > > > > > > Ville, Stanislav, any idea how to fix this? > >

Re: [BUG - BISECTED] display not detected anymore

2021-08-26 Thread Heiko Carstens
Hi Ville, > > > ef79d62b5ce5 ("drm/i915: Encapsulate dbuf state handling harder") > > > > > > With that commit the display is not detected anymore, one commit > > > before that it still works. So this one seems to be broken. > > > > > > Ville, Stanislav, any idea how to fix this? > > > > > > co

Re: [BUG - BISECTED] display not detected anymore

2021-08-20 Thread Heiko Carstens
On Thu, Aug 19, 2021 at 09:07:26PM +0300, Ville Syrjälä wrote: > > ef79d62b5ce5 ("drm/i915: Encapsulate dbuf state handling harder") > > > > With that commit the display is not detected anymore, one commit > > before that it still works. So this one seems to be broken. > > > > Ville, Stanislav, a

Re: [BUG - BISECTED] display not detected anymore

2021-08-18 Thread Heiko Carstens
On Sat, Aug 14, 2021 at 02:46:27PM +0200, Heiko Carstens wrote: > Hello, > > I have Fedora 33 running, and with the Fedore kernel update from 5.11 > series to 5.12 my external monitor was not detected anymore. Same is > true with the Fedora supplied 5.13 kernel version. >

[BUG - BISECTED] display not detected anymore

2021-08-14 Thread Heiko Carstens
Hello, I have Fedora 33 running, and with the Fedore kernel update from 5.11 series to 5.12 my external monitor was not detected anymore. Same is true with the Fedora supplied 5.13 kernel version. So I tried with vanilla kernel 5.11 and latest git head from Linus' tree. 5.11 works while latest gi

Re: [patch 12/30] s390/irq: Use irq_desc_kstat_cpu() in show_msi_interrupt()

2020-12-11 Thread Heiko Carstens
On Thu, Dec 10, 2020 at 08:25:48PM +0100, Thomas Gleixner wrote: > The irq descriptor is already there, no need to look it up again. > > Signed-off-by: Thomas Gleixner > Cc: Christian Borntraeger > Cc: Heiko Carstens > Cc: linux-s...@vger.kernel.org > --- > arch/

Re: [PATCH 4/4] s390/zcrypt: fix memleak at release

2019-10-13 Thread Heiko Carstens
On Thu, Oct 10, 2019 at 03:13:33PM +0200, Johan Hovold wrote: > If a process is interrupted while accessing the crypto device and the > global ap_perms_mutex is contented, release() could return early and > fail to free related resources. > > Fixes: 00fab2350e6b ("s390/zcrypt: multiple zcrypt devi