Date: Wed, 29 Sep 2021 08:42:12 -0700
From: Jason Thorpe <[email protected]>
Message-ID: <[email protected]>
| Anything that depends on the new return value would have simply been
| doing what the socket / fifo code was doing (groveling around in
| selinfo internals), so it's not like they're broken as a result of
| this change.
I agree with that. The only potential issue I can see would be if
we had an architecture where the ABI specifies that the register normally
used to return a result is preserved across a call to a void function.
That would cause problems with this change - but absent any such architecture
there should be no issues requiring a bump.
kre