Bug 235901

Summary: [macOS][WP] Add required syscall
Product: WebKit Reporter: Per Arne Vollan <pvollan>
Component: WebKit Misc.Assignee: Per Arne Vollan <pvollan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, gavin.p, mazander, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
bfulgham: review+
Patch none

Description Per Arne Vollan 2022-01-31 11:07:51 PST
Add required syscall in the WebContent process on macOS.
Comment 1 Per Arne Vollan 2022-01-31 11:08:13 PST
<rdar://88241768>
Comment 2 Per Arne Vollan 2022-01-31 11:09:25 PST
Created attachment 450420 [details]
Patch
Comment 3 Brent Fulgham 2022-01-31 11:12:06 PST
Comment on attachment 450420 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=450420&action=review

r=me

> Source/WebKit/WebProcess/com.apple.WebProcess.sb.in:1949
> +        SYS_kqueue ;; <rdar://problem/88241768>

Maybe add a comment to remove this again after <rdar://56634240> is resolved?
Comment 4 Per Arne Vollan 2022-01-31 11:55:35 PST
(In reply to Brent Fulgham from comment #3)
> Comment on attachment 450420 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=450420&action=review
> 
> r=me
> 
> > Source/WebKit/WebProcess/com.apple.WebProcess.sb.in:1949
> > +        SYS_kqueue ;; <rdar://problem/88241768>
> 
> Maybe add a comment to remove this again after <rdar://56634240> is resolved?

That is a good point. I will updated the patch.

Thanks for reviewing!
Comment 5 Per Arne Vollan 2022-01-31 13:11:03 PST
Created attachment 450440 [details]
Patch
Comment 6 EWS 2022-01-31 14:14:21 PST
Committed r288844 (246605@main): <https://commits.webkit.org/246605@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 450440 [details].