HomeFreeBSD

Add support for constant pointer constructs to READ_ONCE() in the

Description

Add support for constant pointer constructs to READ_ONCE() in the
LinuxKPI. When the type of the argument is constant the temporary
variable cannot be assigned after the barrier. Instead assign the
temporary variable by initialization.

MFC after: 1 week
Sponsored by: Mellanox Technologies

Details

Provenance
hselaskyAuthored on
Parents
rS314877: lpr(1): small bounds check with reallocarray(3).
Branches
Unknown
Tags
Unknown