Re: [PATCH] powerpc/iommu: TCEs are incorrectly manipulated with DLPAR add/remove of memory

2023-06-25 Thread Michael Ellerman
Gaurav Batra writes: > Hello Michael, > > Did you get a chance to look into this patch? I don't mean to rush you. > Just wondering if there is anything I can do to help make the patch to > Upstream. I skimmed it and decided it wasn't a critical bug fix, and hoped someone else would review it -

Re: [PATCH] powerpc: remove checks for binutils older than 2.25

2023-06-25 Thread Nicholas Piggin
On Mon Jun 26, 2023 at 1:11 PM AEST, Masahiro Yamada wrote: > On Mon, Jun 26, 2023 at 10:58 AM Nicholas Piggin wrote: > > > > On Sun Jun 25, 2023 at 6:02 PM AEST, Masahiro Yamada wrote: > > > On Thu, Jan 19, 2023 at 9:37 PM Masahiro Yamada > > > wrote: > > > > > > > > On Thu, Jan 19, 2023 at

Re: [PATCH] objtool: Make 'sec-address' always on

2023-06-25 Thread Josh Poimboeuf
On Sat, Jun 24, 2023 at 08:30:48AM +, Christophe Leroy wrote: > >>> vmlinux.o: warning: objtool: ibt_selftest+0x14 (.text+0x92b54): sibling > >>> call from callable instruction with modified stack frame > > vmlinux.o: warning: objtool: .altinstr_replacement+0x19a4: redundant > > UACCESS

Re: [PATCH] powerpc: remove checks for binutils older than 2.25

2023-06-25 Thread Masahiro Yamada
On Mon, Jun 26, 2023 at 10:58 AM Nicholas Piggin wrote: > > On Sun Jun 25, 2023 at 6:02 PM AEST, Masahiro Yamada wrote: > > On Thu, Jan 19, 2023 at 9:37 PM Masahiro Yamada > > wrote: > > > > > > On Thu, Jan 19, 2023 at 9:12 PM Joel Stanley wrote: > > > > > > > > On Thu, 19 Jan 2023 at 08:24,

linux-next: build failure after merge of the crypto tree

2023-06-25 Thread Stephen Rothwell
Hi all, After merging the crypto tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: ld: warning: discarding dynamic section .glink ld: warning: discarding dynamic section .plt ld: linkage table error against `sm2_compute_z_digest' ld: stubs don't match calculated size ld:

Re: [PATCH] powerpc: remove checks for binutils older than 2.25

2023-06-25 Thread Nicholas Piggin
On Sun Jun 25, 2023 at 6:02 PM AEST, Masahiro Yamada wrote: > On Thu, Jan 19, 2023 at 9:37 PM Masahiro Yamada wrote: > > > > On Thu, Jan 19, 2023 at 9:12 PM Joel Stanley wrote: > > > > > > On Thu, 19 Jan 2023 at 08:24, Masahiro Yamada > > > wrote: > > > > > > > > Commit e4412739472b

Re: [PATCH v2 RESEND] ASoC: fsl MPC52xx drivers require PPC_BESTCOMM

2023-06-25 Thread Shengjiu Wang
On Mon, May 22, 2023 at 6:57 AM Randy Dunlap wrote: > Both SND_MPC52xx_SOC_PCM030 and SND_MPC52xx_SOC_EFIKA select > SND_SOC_MPC5200_AC97. The latter symbol depends on PPC_BESTCOMM, > so the 2 former symbols should also depend on PPC_BESTCOMM since > "select" does not follow any dependency

Re: [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()

2023-06-25 Thread Kent Overstreet
On Sun, Jun 25, 2023 at 08:42:57PM +0300, Mike Rapoport wrote: > On Sun, Jun 25, 2023 at 09:59:34AM -0700, Andy Lutomirski wrote: > > > > > > On Sun, Jun 25, 2023, at 9:14 AM, Mike Rapoport wrote: > > > On Mon, Jun 19, 2023 at 10:09:02AM -0700, Andy Lutomirski wrote: > > >> > > >> On Sun, Jun

Re: [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()

2023-06-25 Thread Mike Rapoport
On Sun, Jun 25, 2023 at 09:59:34AM -0700, Andy Lutomirski wrote: > > > On Sun, Jun 25, 2023, at 9:14 AM, Mike Rapoport wrote: > > On Mon, Jun 19, 2023 at 10:09:02AM -0700, Andy Lutomirski wrote: > >> > >> On Sun, Jun 18, 2023, at 1:00 AM, Mike Rapoport wrote: > >> > On Sat, Jun 17, 2023 at

Re: [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()

2023-06-25 Thread Andy Lutomirski
On Sun, Jun 25, 2023, at 9:14 AM, Mike Rapoport wrote: > On Mon, Jun 19, 2023 at 10:09:02AM -0700, Andy Lutomirski wrote: >> >> On Sun, Jun 18, 2023, at 1:00 AM, Mike Rapoport wrote: >> > On Sat, Jun 17, 2023 at 01:38:29PM -0700, Andy Lutomirski wrote: >> >> On Fri, Jun 16, 2023, at 1:50 AM,

Re: [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()

2023-06-25 Thread Mike Rapoport
On Mon, Jun 19, 2023 at 10:09:02AM -0700, Andy Lutomirski wrote: > > On Sun, Jun 18, 2023, at 1:00 AM, Mike Rapoport wrote: > > On Sat, Jun 17, 2023 at 01:38:29PM -0700, Andy Lutomirski wrote: > >> On Fri, Jun 16, 2023, at 1:50 AM, Mike Rapoport wrote: > >> > From: "Mike Rapoport (IBM)" > >> > >

Re: [PATCH v5 24/33] m68k: Convert various functions to use ptdescs

2023-06-25 Thread Geert Uytterhoeven
Hi Vishal, On Thu, Jun 22, 2023 at 10:58 PM Vishal Moola (Oracle) wrote: > As part of the conversions to replace pgtable constructor/destructors with > ptdesc equivalents, convert various page table functions to use ptdescs. > > Some of the functions use the *get*page*() helper functions.

Re: [PATCH] powerpc: remove checks for binutils older than 2.25

2023-06-25 Thread Masahiro Yamada
On Thu, Jan 19, 2023 at 9:37 PM Masahiro Yamada wrote: > > On Thu, Jan 19, 2023 at 9:12 PM Joel Stanley wrote: > > > > On Thu, 19 Jan 2023 at 08:24, Masahiro Yamada wrote: > > > > > > Commit e4412739472b ("Documentation: raise minimum supported version of > > > binutils to 2.25") allows us to

Re: [PATCH v5 24/33] m68k: Convert various functions to use ptdescs

2023-06-25 Thread kernel test robot
-functions/20230623-050011 base: next-20230622 patch link: https://lore.kernel.org/r/20230622205745.79707-25-vishal.moola%40gmail.com patch subject: [PATCH v5 24/33] m68k: Convert various functions to use ptdescs config: m68k-randconfig-s051-20230625 (https://download.01.org/0day-ci/archive

[PATCH] ASoC: imx-pcm-rpmsg: Set PCM hardware parameters separately

2023-06-25 Thread Chancel Liu
Different PCM devices may have different PCM hardware parameters. It requires PCM hardware parameters set separately if there is more than one rpmsg sound card. Signed-off-by: Chancel Liu --- sound/soc/fsl/imx-pcm-rpmsg.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff