[Swan-commit] Changes to ref refs/heads/main

Andrew Cagney cagney at vault.libreswan.fi
Mon Nov 28 23:11:08 EET 2022


New commits:
commit 4dca44b36beb44ba4535c9ce1507fa270098eb28
Author: Andrew Cagney <cagney at gnu.org>
Date:   Mon Nov 28 16:08:59 2022 -0500

    kernel: drop oe_shunt parameter to calculate_kernel_priority()
    
    see previous commit for rationale

commit 983f8647accbd0dda9ebd81910ae311bf92204cc
Author: Andrew Cagney <cagney at gnu.org>
Date:   Mon Nov 28 16:05:31 2022 -0500

    kernel: in calculate_kernel_priority() pexpect OE->connection is instance
    
    As in:
      PEXPECT(c->logger, c->policy & POLICY_OPPORTUNISTIC);
      PEXPECT(c->logger, c->kind == CK_INSTANCE);
      PEXPECT(c->logger, c->spd->remote->client.maskbits == selector_info(c->spd->remote->client)->mask_cnt);
      dstw = 0;
    making the code path mute.
    
    The code to bump up an OE connections priority seems to go
    back to when the function was being called with a template.



More information about the Swan-commit mailing list