Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1251090

[PATCH 0/2] xfrm/crypto: unaligned access fixes

From Sowmini Varadhan <sowmini.varadhan@oracle.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] xfrm/crypto: unaligned access fixes
Date 2015-10-19 23:30 +0200
Message-ID <qlqad-8it-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


A two-part patchset that fixes some "unaligned access" warnings
that showed up my sparc test machines with ipsec set up.


Sowmini Varadhan (2):
  crypto/x509: Fix unaligned access in x509_get_sig_params()
  Fix unaligned access in xfrm_notify_sa() for DELSA

 crypto/asymmetric_keys/x509_public_key.c |    5 +++--
 net/xfrm/xfrm_user.c                     |    2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] xfrm/crypto: unaligned access fixes Sowmini Varadhan <sowmini.varadhan@oracle.com> - 2015-10-19 23:30 +0200
  [PATCH net-next 2/2] xfrm: Fix unaligned access in xfrm_notify_sa() for DELSA Sowmini Varadhan <sowmini.varadhan@oracle.com> - 2015-10-19 23:30 +0200
    Re: [PATCH net-next 2/2] xfrm: Fix unaligned access in  xfrm_notify_sa() for DELSA Steffen Klassert <steffen.klassert@secunet.com> - 2015-10-21 09:00 +0200
      Re: [PATCH net-next 2/2] xfrm: Fix unaligned access in  xfrm_notify_sa() for DELSA Sowmini Varadhan <sowmini.varadhan@oracle.com> - 2015-10-21 13:00 +0200
        Re: [PATCH net-next 2/2] xfrm: Fix unaligned access in  xfrm_notify_sa() for DELSA Sowmini Varadhan <sowmini.varadhan@oracle.com> - 2015-10-21 14:40 +0200
          Re: [PATCH net-next 2/2] xfrm: Fix unaligned access in  xfrm_notify_sa() for DELSA David Miller <davem@davemloft.net> - 2015-10-21 15:10 +0200
            Re: [PATCH net-next 2/2] xfrm: Fix unaligned access in  xfrm_notify_sa() for DELSA Sowmini Varadhan <sowmini.varadhan@oracle.com> - 2015-10-21 15:20 +0200
        Re: [PATCH net-next 2/2] xfrm: Fix unaligned access in  xfrm_notify_sa() for DELSA David Miller <davem@davemloft.net> - 2015-10-21 15:10 +0200
      Re: [PATCH net-next 2/2] xfrm: Fix unaligned access in  xfrm_notify_sa() for DELSA David Miller <davem@davemloft.net> - 2015-10-21 15:00 +0200

csiph-web