On Mon, Jun 6, 2022 at 11:10 AM Arnd Bergmann wrote:
> From: Arnd Bergmann
>
> All architecture-independent users of virt_to_bus() and bus_to_virt()
> have been fixed to use the dma mapping interfaces or have been
> removed now. This means the definitions on most architectures, and the
> CONFIG_
https://bugzilla.kernel.org/show_bug.cgi?id=216090
Artem S. Tashkinov (a...@gmx.com) changed:
What|Removed |Added
Status|NEW |RESOLVED
Reso
On 05/06/2022 08:00, Miaoqian Lin wrote:
of_get_next_parent() returns a node pointer with refcount incremented,
we should use of_node_put() on it when not need anymore.
This function only calls of_node_put() in normal path,
missing it in the error path.
Add missing of_node_put() to avoid refco
On Thu, 2 Jun 2022 15:20:24 +0800, zhangqilong wrote:
> a) Add missing pm_runtime_disable() when probe error out. It could
> avoid pm_runtime implementation complains when removing and probing
> again the driver.
> b) Add remove for missing pm_runtime_disable().
>
> Fix:c590fa80b3928 ("ASoC: fsl_x
On Wed, 1 Jun 2022 11:23:40 +0200, Marco Felsch wrote:
> Use a local variable to dereference the device pointer once and use the
> local variable in further calls. No functional changes.
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/3]
On Tue, 31 May 2022 11:02:03 +0800, Shengjiu Wang wrote:
> The SAI module on i.MX8MN is almost same as i.MX8MP,
> So reuse same soc data as i.MX8MP.
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] ASoC: fsl_sai: Add support for i.MX8M
Arnd Bergmann writes:
> diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
> index be68c1f02b79..48e1aa0536b6 100644
> --- a/arch/powerpc/Kconfig
> +++ b/arch/powerpc/Kconfig
> @@ -277,7 +277,6 @@ config PPC
> select SYSCTL_EXCEPTION_TRACE
> select THREAD_INFO_IN_TASK
> sel
From: Michael Ellerman
> Sent: 07 June 2022 03:05
>
> Bagas Sanjaya writes:
> > Hi,
> >
> > I'm trying to verify Drop ppc_inst_as_str() patch on [1] by performing
> > ppc64_defconfig build with powerpc64-unknown-linux-gnu-gcc (GCC 12.1.0).
> > The patch is applied on top of powerpc tree, next bra
On Tue, Jun 07, 2022 at 12:05:18PM +1000, Michael Ellerman wrote:
> > arch/powerpc/lib/sstep.c:287:23: error: array subscript [3, 4] is outside
> > array bounds of 'union [1]' [-Werror=array-bounds]
> > 287 | up[3] = tmp;
> > | ~~^
>
> This happens
On Tue, Jun 07, 2022 at 02:23:25PM +, David Laight wrote:
> > I don't see a really simple fix. I tried clamping the size parameter to
> > do_byte_reverse() with max(), but that didn't work :/
>
> I had a quick look at the code - it is somewhat horrid!
> Not really surprising the compiler is co
On Mon, Jun 6, 2022 at 6:57 PM Dmitry Osipenko
wrote:
>
> There are other methods of powering off machine than the reboot syscall.
> Previously we missed to coved those methods and it created power-off
> regression for some machines, like the PowerPC e500. Fix this problem
> by moving the legacy s
On Tue, 31 May 2022 09:44:46 +0530, Vaibhav Jain wrote:
> Presently ima_get_kexec_buffer() doesn't check if the previous kernel's
> ima-kexec-buffer lies outside the addressable memory range. This can result
> in a kernel panic if the new kernel is booted with 'mem=X' arg and the
> ima-kexec-buffer
On Mon, 6 Jun 2022 at 10:25, Greg Kroah-Hartman
wrote:
>
> On Mon, Jun 06, 2022 at 10:41:03AM +0200, Arnd Bergmann wrote:
> > From: Arnd Bergmann
> >
> > The virt_to_bus/bus_to_virt interface has been deprecated for
> > decades. After Jakub Kicinski put a lot of work into cleaning out the
> > net
backlight_properties.fb_blank is deprecated. The states it represents
are handled by other properties; but instead of accessing those
properties directly, drivers should use the helpers provided by
backlight.h.
Instead of retrieving the backlight brightness in struct
backlight_properties manually,
nel.org>, Jarkko Sakkinen , Sami Tolvanen
, "Naveen N. Rao" , Marco
Elver , Kees Cook , Steven Rostedt
, Nathan Chancellor , "Russell King
\(Oracle\)" , Mark Brown ,
Borislav Petkov , Alexander Egorenkov ,
Thomas Bogendoerfer , linux-par...@vger.kernel.org,
Nathaniel McCallum , Dmitry Torokh
on , Masahiro Yamada , Sami Tolvanen
, "Naveen N. Rao" , Marco
Elver , Kees Cook , Steven Rostedt
, Nathan Chancellor , "Russell King
\(Oracle\)" , Mark Brown ,
Borislav Petkov , Alexander Egorenkov ,
Thomas Bogendoerfer , Parisc List
, Nathaniel McCallum ,
Dmitry Torokhov , "David S. Mille
Hi,
On 6/1/22 12:40 AM, Christoph Hellwig wrote:
When a device is already unplugged by pciehp by the time that the AER
handler is invoked, the PCIe device will lready be in the
/s/lready/already
pci_channel_io_perm_failure state. In that case we should simply
return PCI_ERS_RESULT_DISCONNEC
17 matches
Mail list logo