linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-17 01:19:52 to 2020-07-27 15:06:09 UTC [more...]

get rid of the address_space override in setsockopt v2
 2020-07-27 15:06 UTC  (51+ messages)
` [PATCH 01/26] bpfilter: fix up a sparse annotation
` [PATCH 02/26] net/bpfilter: split __bpfilter_process_sockopt
` [PATCH 03/26] bpfilter: reject kernel addresses
` [PATCH 04/26] net: add a new sockptr_t type
` [PATCH 05/26] net: switch copy_bpf_fprog_from_user to sockptr_t
` [PATCH 06/26] net: switch sock_setbindtodevice "
` [PATCH 07/26] net: switch sock_set_timeout "
` [PATCH 08/26] "
  ` [MPTCP] "
` [PATCH 09/26] net/xfrm: switch xfrm_user_policy "
` [PATCH 10/26] netfilter: remove the unused user argument to do_update_counters
` [PATCH 11/26] netfilter: switch xt_copy_counters to sockptr_t
` [PATCH 12/26] netfilter: switch nf_setsockopt "
` [PATCH 13/26] bpfilter: switch bpfilter_ip_set_sockopt "
` [PATCH 14/26] net/ipv4: switch ip_mroute_setsockopt "
` [PATCH 15/26] net/ipv4: merge ip_options_get and ip_options_get_from_user
` [PATCH 16/26] net/ipv4: switch do_ip_setsockopt to sockptr_t
` [PATCH 17/26] net/ipv6: switch ip6_mroute_setsockopt "
` [PATCH 18/26] net/ipv6: split up ipv6_flowlabel_opt
` [PATCH 19/26] net/ipv6: switch ipv6_flowlabel_opt to sockptr_t
` [PATCH 20/26] net/ipv6: factor out a ipv6_set_opt_hdr helper
` [PATCH 21/26] net/ipv6: switch do_ipv6_setsockopt to sockptr_t
` [PATCH 22/26] net/udp: switch udp_lib_setsockopt "
` [PATCH 23/26] net/tcp: switch ->md5_parse "
` [PATCH 24/26] net/tcp: switch do_tcp_setsockopt "
` [PATCH 25/26] net: pass a sockptr_t into ->setsockopt
  ` [MPTCP] "
` [PATCH 26/26] net: optimize the sockptr_t for unified kernel/user address spaces

[kvms390:hlp_vsie 11/15] arch/s390/mm/gmap.c:2183:6: warning: no previous prototype for 'gmap_shadow_pgt_lookup'
 2020-07-27 14:51 UTC 

[PATCH v9 00/15] s390/vfio-ap: dynamic configuration support
 2020-07-27 14:09 UTC  (19+ messages)
` [PATCH v9 01/15] s390/vfio-ap: add version vfio_ap module
` [PATCH v9 02/15] s390/vfio-ap: use new AP bus interface to search for queue devices
` [PATCH v9 03/15] s390/vfio-ap: manage link between queue struct and matrix mdev
` [PATCH v9 04/15] s390/zcrypt: driver callback to indicate resource in use
` [PATCH v9 05/15] s390/vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v9 06/15] s390/vfio-ap: introduce shadow APCB
` [PATCH v9 07/15] s390/vfio-ap: sysfs attribute to display the guest's matrix
` [PATCH v9 08/15] s390/vfio-ap: filter matrix for unavailable queue devices
` [PATCH v9 09/15] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device
` [PATCH v9 10/15] s390/vfio-ap: allow configuration of matrix mdev in use by a KVM guest
` [PATCH v9 11/15] s390/vfio-ap: allow hot plug/unplug of AP resources using mdev device
` [PATCH v9 12/15] s390/zcrypt: Notify driver on config changed and scan complete callbacks
` [PATCH v9 13/15] s390/vfio-ap: handle host AP config change notification
` [PATCH v9 14/15] s390/vfio-ap: handle AP bus scan completed notification
` [PATCH v9 15/15] s390/vfio-ap: handle probe/remove not due to host AP config changes

[kvm-unit-tests PATCH v2 0/3] PV tests part 1
 2020-07-27 12:38 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 1/3] s390x: Add custom pgm cleanup function
` [kvm-unit-tests PATCH v2 2/3] s390x: skrf: Add exception new skey test and add test to unittests.cfg
` [kvm-unit-tests PATCH v2 3/3] s390x: Ultravisor guest API test

[v3 PATCH RESEND] printk: Make linux/printk.h self-contained
 2020-07-27  8:53 UTC  (2+ messages)

[PATCH net-next 0/2] net/smc: show unique rsn code for exceeded max dmb count
 2020-07-26 18:34 UTC  (3+ messages)
` [PATCH net-next 1/2] s390/ism: indicate correct error reason in ism_alloc_dmb()
` [PATCH net-next 2/2] net/smc: unique reason code for exceeded max dmb count

[PATCH v2 0/9] s390: implement and optimize vmemmap_free()
 2020-07-24 14:32 UTC  (11+ messages)
` [PATCH v2 1/9] s390/vmem: rename vmem_add_mem() to vmem_add_range()
` [PATCH v2 2/9] s390/vmem: consolidate vmem_add_range() and vmem_remove_range()
` [PATCH v2 3/9] s390/vmemmap: extend modify_pagetable() to handle vmemmap
` [PATCH v2 4/9] s390/vmemmap: cleanup when vmemmap_populate() fails
` [PATCH v2 5/9] s390/vmemmap: take the vmem_mutex when populating/freeing
` [PATCH v2 6/9] s390/vmem: cleanup empty page tables
` [PATCH v2 7/9] s390/vmemmap: fallback to PTEs if mapping large PMD fails
` [PATCH v2 8/9] s390/vmemmap: remember unused sub-pmd ranges
` [PATCH v2 9/9] s390/vmemmap: avoid memset(PAGE_UNUSED) when adding consecutive sections

[GIT PULL] s390 updates for 5.8-rc7
 2020-07-23 20:55 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/3] PV tests part 1
 2020-07-23 12:30 UTC  (23+ messages)
` [kvm-unit-tests PATCH 1/3] s390x: Add custom pgm cleanup function
` [kvm-unit-tests PATCH 2/3] s390x: skrf: Add exception new skey test and add test to unittests.cfg
` [kvm-unit-tests PATCH 3/3] s390x: Ultavisor guest API test
  ` [kvm-unit-tests PATCH v2] "

[PATCH v6 0/5] clean up redundant 'kvm_run' parameters
 2020-07-23  6:19 UTC  (3+ messages)
` [PATCH v6 3/5] KVM: PPC: clean up redundant kvm_run parameters in assembly

test_bpf regressions on s390 since 5.4
 2020-07-22 21:01 UTC  (2+ messages)

get rid of the address_space override in setsockopt
 2020-07-22 17:09 UTC  (50+ messages)
` [PATCH 01/24] bpfilter: reject kernel addresses
` [PATCH 02/24] bpfilter: fix up a sparse annotation
` [PATCH 03/24] net: add a new sockptr_t type
` [PATCH 04/24] net: switch copy_bpf_fprog_from_user to sockptr_t
` [PATCH 05/24] net: switch sock_setbindtodevice "
` [PATCH 06/24] net: switch sock_set_timeout "
` [PATCH 07/24] "
` [PATCH 08/24] net/xfrm: switch xfrm_user_policy "
` [PATCH 09/24] netfilter: remove the unused user argument to do_update_counters
` [PATCH 10/24] netfilter: switch xt_copy_counters to sockptr_t
` [PATCH 11/24] netfilter: switch nf_setsockopt "
` [PATCH 12/24] bpfilter: switch bpfilter_ip_set_sockopt "
` [PATCH 13/24] net/ipv4: switch ip_mroute_setsockopt "
` [PATCH 14/24] net/ipv4: merge ip_options_get and ip_options_get_from_user
` [PATCH 15/24] net/ipv4: switch do_ip_setsockopt to sockptr_t
` [PATCH 16/24] net/ipv6: switch ip6_mroute_setsockopt "
` [PATCH 17/24] net/ipv6: split up ipv6_flowlabel_opt
` [PATCH 18/24] net/ipv6: switch ipv6_flowlabel_opt to sockptr_t
` [PATCH 19/24] net/ipv6: factor out a ipv6_set_opt_hdr helper
` [PATCH 20/24] net/ipv6: switch do_ipv6_setsockopt to sockptr_t
` [PATCH 21/24] net/udp: switch udp_lib_setsockopt "
` [PATCH 22/24] net/tcp: switch ->md5_parse "
` [PATCH 23/24] net/tcp: switch do_tcp_setsockopt "
` [PATCH 24/24] net: pass a sockptr_t into ->setsockopt
  ` [MPTCP] "

[PATCH v7 0/2] s390: virtio: let arch validate VIRTIO features
 2020-07-22 11:48 UTC  (6+ messages)
` [PATCH v7 2/2] s390: virtio: PV needs VIRTIO I/O device protection

[PATCH v6] ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtime
 2020-07-21 19:38 UTC  (7+ messages)

[kvm-unit-tests PATCH v13 0/9] s390x: Testing the Channel Subsystem I/O
 2020-07-21 13:11 UTC  (2+ messages)

[PATCH net 0/2] net/smc: fixes 2020-07-20
 2020-07-21  0:52 UTC  (4+ messages)
` [PATCH net 1/2] net/smc: put slot when connection is killed
` [PATCH net 2/2] net/smc: fix dmb buffer shortage

[PATCH net v2 00/10] net/smc: fixes 2020-07-16
 2020-07-19 22:30 UTC  (12+ messages)
` [PATCH net v2 01/10] net/smc: handle unexpected response types for confirm link
` [PATCH net v2 02/10] net/smc: clear link during SMC client link down processing
` [PATCH net v2 03/10] net/smc: fix link lookup for new rdma connections
` [PATCH net v2 04/10] net/smc: protect smc ib device initialization
` [PATCH net v2 05/10] net/smc: drop out-of-flow llc response messages
` [PATCH net v2 06/10] net/smc: move add link processing for new device into llc layer
` [PATCH net v2 07/10] net/smc: fix handling of delete link requests
` [PATCH net v2 08/10] net/smc: do not call dma sync for unmapped memory
` [PATCH net v2 09/10] net/smc: remove freed buffer from list
` [PATCH net v2 10/10] net/smc: fix restoring of fallback changes

[PATCH net 00/10] net/smc: fixes 2020-07-16
 2020-07-17 19:30 UTC  (3+ messages)
` [PATCH net 04/10] net/smc: protect smc ib device initialization

[PATCH RESEND] lockdep: Move list.h inclusion into lockdep.h
 2020-07-17 11:22 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH 0/3] arm64: Convert to ARCH_STACKWALK
 2020-07-17  9:06 UTC  (7+ messages)
` [PATCH 1/3] stacktrace: Remove reliable argument from arch_stack_walk() callback
` [PATCH 3/3] arm64: stacktrace: Convert to ARCH_STACKWALK

[PATCH V5 0/4] mm/debug_vm_pgtable: Add some more tests
 2020-07-17  3:20 UTC  (4+ messages)
` [PATCH V5 1/4] mm/debug_vm_pgtable: Add tests validating arch helpers for core MM features

[PATCH -next] s390/mm: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-07-17  1:19 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).