All of lore.kernel.org
 help / color / mirror / Atom feed
* [REGRESSION] 5.8-rc3: seccomp crash with Chromium, QtWebEngine and related browsers: seccomp-bpf failure in syscall 0072
@ 2020-06-29  9:08 Martin Steigerwald
  2020-06-29 14:41 ` Kees Cook
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Steigerwald @ 2020-06-29  9:08 UTC (permalink / raw)
  To: LKML; +Cc: Andy Lutomirski, Kees Cook, Will Drewry

Dear Andy, Kees, Will, dear kernel community,

With 5.8-rc3 there is a seccomp related crash which prevents Chromium and
QtWebEngine from starting:

Bug 208369 - seccomp crash with Chromium, QtWebEngine and related browsers: seccomp-bpf failure in syscall 0072

https://bugzilla.kernel.org/show_bug.cgi?id=208369

Reverting to 5.8-rc2 fixes the issue.

Best,
-- 
Martin



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [REGRESSION] 5.8-rc3: seccomp crash with Chromium, QtWebEngine and related browsers: seccomp-bpf failure in syscall 0072
  2020-06-29  9:08 [REGRESSION] 5.8-rc3: seccomp crash with Chromium, QtWebEngine and related browsers: seccomp-bpf failure in syscall 0072 Martin Steigerwald
@ 2020-06-29 14:41 ` Kees Cook
  2020-06-29 15:08   ` Mel Gorman
  0 siblings, 1 reply; 4+ messages in thread
From: Kees Cook @ 2020-06-29 14:41 UTC (permalink / raw)
  To: Martin Steigerwald; +Cc: LKML, Andy Lutomirski, Will Drewry, Mel Gorman

On Mon, Jun 29, 2020 at 11:08:10AM +0200, Martin Steigerwald wrote:
> Dear Andy, Kees, Will, dear kernel community,
> 
> With 5.8-rc3 there is a seccomp related crash which prevents Chromium and
> QtWebEngine from starting:
> 
> Bug 208369 - seccomp crash with Chromium, QtWebEngine and related browsers: seccomp-bpf failure in syscall 0072
> 
> https://bugzilla.kernel.org/show_bug.cgi?id=208369
> 
> Reverting to 5.8-rc2 fixes the issue.

Hi,

It looks like this is from e9c15badbb7b ("fs: Do not check if there is a
fsnotify watcher on pseudo inodes")

Currently being discussed here:
https://lore.kernel.org/lkml/7b4aa1e985007c6d582fffe5e8435f8153e28e0f.camel@redhat.com/#r

-- 
Kees Cook

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [REGRESSION] 5.8-rc3: seccomp crash with Chromium, QtWebEngine and related browsers: seccomp-bpf failure in syscall 0072
  2020-06-29 14:41 ` Kees Cook
@ 2020-06-29 15:08   ` Mel Gorman
  2020-06-29 15:32     ` Kees Cook
  0 siblings, 1 reply; 4+ messages in thread
From: Mel Gorman @ 2020-06-29 15:08 UTC (permalink / raw)
  To: Kees Cook; +Cc: Martin Steigerwald, LKML, Andy Lutomirski, Will Drewry

On Mon, Jun 29, 2020 at 07:41:56AM -0700, Kees Cook wrote:
> On Mon, Jun 29, 2020 at 11:08:10AM +0200, Martin Steigerwald wrote:
> > Dear Andy, Kees, Will, dear kernel community,
> > 
> > With 5.8-rc3 there is a seccomp related crash which prevents Chromium and
> > QtWebEngine from starting:
> > 
> > Bug 208369 - seccomp crash with Chromium, QtWebEngine and related browsers: seccomp-bpf failure in syscall 0072
> > 
> > https://bugzilla.kernel.org/show_bug.cgi?id=208369
> > 
> > Reverting to 5.8-rc2 fixes the issue.
> 
> Hi,
> 
> It looks like this is from e9c15badbb7b ("fs: Do not check if there is a
> fsnotify watcher on pseudo inodes")
> 
> Currently being discussed here:
> https://lore.kernel.org/lkml/7b4aa1e985007c6d582fffe5e8435f8153e28e0f.camel@redhat.com/#r
> 

It's a definite problem. I've sent a revert but it hasn't hit lkml yet
for whatever reason.

-- 
Mel Gorman
SUSE Labs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [REGRESSION] 5.8-rc3: seccomp crash with Chromium, QtWebEngine and related browsers: seccomp-bpf failure in syscall 0072
  2020-06-29 15:08   ` Mel Gorman
@ 2020-06-29 15:32     ` Kees Cook
  0 siblings, 0 replies; 4+ messages in thread
From: Kees Cook @ 2020-06-29 15:32 UTC (permalink / raw)
  To: Mel Gorman; +Cc: Martin Steigerwald, LKML, Andy Lutomirski, Will Drewry

On Mon, Jun 29, 2020 at 04:08:07PM +0100, Mel Gorman wrote:
> On Mon, Jun 29, 2020 at 07:41:56AM -0700, Kees Cook wrote:
> > On Mon, Jun 29, 2020 at 11:08:10AM +0200, Martin Steigerwald wrote:
> > > Dear Andy, Kees, Will, dear kernel community,
> > > 
> > > With 5.8-rc3 there is a seccomp related crash which prevents Chromium and
> > > QtWebEngine from starting:
> > > 
> > > Bug 208369 - seccomp crash with Chromium, QtWebEngine and related browsers: seccomp-bpf failure in syscall 0072
> > > 
> > > https://bugzilla.kernel.org/show_bug.cgi?id=208369
> > > 
> > > Reverting to 5.8-rc2 fixes the issue.
> > 
> > Hi,
> > 
> > It looks like this is from e9c15badbb7b ("fs: Do not check if there is a
> > fsnotify watcher on pseudo inodes")
> > 
> > Currently being discussed here:
> > https://lore.kernel.org/lkml/7b4aa1e985007c6d582fffe5e8435f8153e28e0f.camel@redhat.com/#r
> > 
> 
> It's a definite problem. I've sent a revert but it hasn't hit lkml yet
> for whatever reason.

Okay, thanks! (Yeah, I think vger might be stuck?)

-- 
Kees Cook

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-06-29 21:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-29  9:08 [REGRESSION] 5.8-rc3: seccomp crash with Chromium, QtWebEngine and related browsers: seccomp-bpf failure in syscall 0072 Martin Steigerwald
2020-06-29 14:41 ` Kees Cook
2020-06-29 15:08   ` Mel Gorman
2020-06-29 15:32     ` Kees Cook

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.