Projects
Essentials
broadcom-wl
broadcom-wl.linux-5.9.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File broadcom-wl.linux-5.9.patch of Package broadcom-wl (Revision 13)
Currently displaying revision
13
,
Show latest
diff -rup a/src/wl/sys/wl_linux.c b/src/wl/sys/wl_linux.c --- a/src/wl/sys/wl_linux.c 2020-08-22 15:12:24.361468571 +0200 +++ a/src/wl/sys/wl_linux.c 2020-08-22 15:16:21.546596569 +0200 @@ -1649,7 +1649,11 @@ wl_ioctl(struct net_device *dev, struct goto done2; } +#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 9, 0) + if (uaccess_kernel()) +#else if (segment_eq(get_fs(), KERNEL_DS)) +#endif buf = ioc.buf; else if (ioc.buf) {
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.