All of lore.kernel.org
 help / color / mirror / Atom feed
From: Leon Romanovsky <leon@kernel.org>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: linux-kernel@vger.kernel.org, linux-um@lists.infradead.org,
	linux-rdma@vger.kernel.org
Subject: Re: Build regressions/improvements in v6.1
Date: Mon, 12 Dec 2022 12:04:21 +0200	[thread overview]
Message-ID: <Y5b8pa75a9EbCwPv@unreal> (raw)
In-Reply-To: <alpine.DEB.2.22.394.2212120951140.5685@ramsan.of.borg>

On Mon, Dec 12, 2022 at 09:51:55AM +0100, Geert Uytterhoeven wrote:
> On Mon, 12 Dec 2022, Geert Uytterhoeven wrote:
> > JFYI, when comparing v6.1[1] to v6.1-rc8[3], the summaries are:
> >  - build errors: +3/-1
> 
>   + /kisskb/src/drivers/infiniband/sw/rdmavt/qp.c: error: 'struct cpuinfo_um' has no member named 'x86_cache_size':  => 88:22
>   + /kisskb/src/drivers/infiniband/sw/rdmavt/qp.c: error: control reaches end of non-void function [-Werror=return-type]:  => 89:1
>   + /kisskb/src/drivers/infiniband/sw/rdmavt/qp.c: error: implicit declaration of function '__copy_user_nocache' [-Werror=implicit-function-declaration]:  => 100:2
> 
> um-x86_64/um-all{mod,yes}config

We have a fix in rdma-next: 323a74fc20f5 ("RDMA: Disable IB HW for UML")

Thanks

> 
> > [1] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/830b3c68c1fb1e9176028d02ef86f3cf76aa2476/ (all 152 configs)
> > [3] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/76dcd734eca23168cb008912c0f69ff408905235/ (all 152 configs)
> 
> Gr{oetje,eeting}s,
> 
> 						Geert
> 
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
> 
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
> 							    -- Linus Torvalds

WARNING: multiple messages have this Message-ID (diff)
From: Leon Romanovsky <leon@kernel.org>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: linux-kernel@vger.kernel.org, linux-um@lists.infradead.org,
	linux-rdma@vger.kernel.org
Subject: Re: Build regressions/improvements in v6.1
Date: Mon, 12 Dec 2022 12:04:21 +0200	[thread overview]
Message-ID: <Y5b8pa75a9EbCwPv@unreal> (raw)
In-Reply-To: <alpine.DEB.2.22.394.2212120951140.5685@ramsan.of.borg>

On Mon, Dec 12, 2022 at 09:51:55AM +0100, Geert Uytterhoeven wrote:
> On Mon, 12 Dec 2022, Geert Uytterhoeven wrote:
> > JFYI, when comparing v6.1[1] to v6.1-rc8[3], the summaries are:
> >  - build errors: +3/-1
> 
>   + /kisskb/src/drivers/infiniband/sw/rdmavt/qp.c: error: 'struct cpuinfo_um' has no member named 'x86_cache_size':  => 88:22
>   + /kisskb/src/drivers/infiniband/sw/rdmavt/qp.c: error: control reaches end of non-void function [-Werror=return-type]:  => 89:1
>   + /kisskb/src/drivers/infiniband/sw/rdmavt/qp.c: error: implicit declaration of function '__copy_user_nocache' [-Werror=implicit-function-declaration]:  => 100:2
> 
> um-x86_64/um-all{mod,yes}config

We have a fix in rdma-next: 323a74fc20f5 ("RDMA: Disable IB HW for UML")

Thanks

> 
> > [1] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/830b3c68c1fb1e9176028d02ef86f3cf76aa2476/ (all 152 configs)
> > [3] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/76dcd734eca23168cb008912c0f69ff408905235/ (all 152 configs)
> 
> Gr{oetje,eeting}s,
> 
> 						Geert
> 
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
> 
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
> 							    -- Linus Torvalds

_______________________________________________
linux-um mailing list
linux-um@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-um

  reply	other threads:[~2022-12-12 10:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-11 22:44 Linux 6.1 Linus Torvalds
2022-12-12  8:42 ` Build regressions/improvements in v6.1 Geert Uytterhoeven
2022-12-12  8:51   ` Geert Uytterhoeven
2022-12-12  8:51     ` Geert Uytterhoeven
2022-12-12 10:04     ` Leon Romanovsky [this message]
2022-12-12 10:04       ` Leon Romanovsky
2022-12-12 18:54 ` Linux 6.1 Guenter Roeck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y5b8pa75a9EbCwPv@unreal \
    --to=leon@kernel.org \
    --cc=geert@linux-m68k.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=linux-um@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.