[PATCH] um: ubd: Set device serial attribute from cmdline

2020-11-23 Thread Christopher Obbard
user from the UML cmdline. In our case we use this parameter to create some entries under /dev/disk/by-ubd-id/ for each of the UBD devices passed through the UML cmdline. Signed-off-by: Christopher Obbard --- arch/um/drivers/ubd_kern.c | 78 ++ 1 file changed

[PATCH] um: random: register random as hwrng-core device

2020-10-27 Thread Christopher Obbard
ille Link: https://lore.kernel.org/lkml/20190828204609.02a7ff70@TheDarkness/ Link: https://lore.kernel.org/lkml/20190829135001.6a5ff940@TheDarkness.local/ Cc: Sjoerd Simons Signed-off-by: Christopher Obbard --- arch/um/drivers/random.c | 101 - drivers/char/hw_rand

Re: [PATCH] um: include compiler_attributes.h where used

2020-10-26 Thread Christopher Obbard
where necessary. Add them now. Fixes: 33def8498fdd ("treewide: Convert macro and uses of __section(foo) to __section("foo")") Reported-by: Geert Uytterhoeven Cause-identified-by: Christopher Obbard Signed-off-by: Johannes Berg Tested-by: Christopher Obbard

Re: Build regressions/improvements in v5.10-rc1

2020-10-26 Thread Christopher Obbard
macro and uses of __section(foo) to __section("foo")") fixed this compile error and one other introduced by the same patch. Unfortunately I wasn't able to come up with a fix for that, but I have CC the author of that patch. Thanks! Christopher Obbard um-all{mod,yes}config

Re: [PATCH] um: Call pgtable_pmd_page_dtor() in __pmd_free_tlb()

2020-10-23 Thread Christopher Obbard
gt; Co-developed-by: Matthew Wilcox > Signed-off-by: Richard Weinberger Tested-by: Christopher Obbard

Re: [linux-sunxi] Re: [PATCH v4 6/9] ASoC: sun4i-i2s: Add multi-lane functionality

2019-06-04 Thread Christopher Obbard
On Tue, 4 Jun 2019 at 09:43, Code Kipper wrote: > > On Tue, 4 Jun 2019 at 09:58, Maxime Ripard wrote: > > > > On Mon, Jun 03, 2019 at 07:47:32PM +0200, codekip...@gmail.com wrote: > > > From: Marcus Cooper > > > > > > The i2s block supports multi-lane i2s output however this functionality > > >