All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-11 02:02:39 to 2018-01-11 02:19:37 UTC [more...]

[PATCH v5 00/38] Hardened usercopy whitelisting
 2018-01-11  2:03 UTC  (196+ messages)
  ` [PATCH 01/38] usercopy: Remove pointer from overflow report
  ` [PATCH 02/38] usercopy: Enhance and rename report_usercopy()
  ` [PATCH 03/38] usercopy: Include offset in hardened usercopy report
  ` [PATCH 04/38] lkdtm/usercopy: Adjust test to include an offset to check reporting
  ` [PATCH 05/38] stddef.h: Introduce sizeof_field()
  ` [PATCH 06/38] usercopy: Prepare for usercopy whitelisting
  ` [PATCH 07/38] usercopy: WARN() on slab cache usercopy region violations
      ` [kernel-hardening] "
  ` [PATCH 08/38] usercopy: Allow strict enforcement of whitelists
      ` [kernel-hardening] "
  ` [PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches
      ` [kernel-hardening] "
  ` [PATCH 10/38] dcache: Define usercopy region in dentry_cache slab cache
      ` [kernel-hardening] "
  ` [PATCH 11/38] vfs: Define usercopy region in names_cache slab caches
    ` [kernel-hardening] "
  ` [PATCH 12/38] vfs: Copy struct mount.mnt_id to userspace using put_user()
      ` [kernel-hardening] "
  ` [PATCH 13/38] ext4: Define usercopy region in ext4_inode_cache slab cache
      ` [kernel-hardening] "
  ` [PATCH 14/38] ext2: Define usercopy region in ext2_inode_cache "
      ` [kernel-hardening] "
  ` [PATCH 15/38] jfs: Define usercopy region in jfs_ip "
      ` [kernel-hardening] "
  ` [PATCH 16/38] befs: Define usercopy region in befs_inode_cache "
    ` [kernel-hardening] "
  ` [PATCH 17/38] exofs: Define usercopy region in exofs_inode_cache "
      ` [kernel-hardening] "
  ` [PATCH 18/38] orangefs: Define usercopy region in orangefs_inode_cache "
      ` [kernel-hardening] "
  ` [PATCH 19/38] ufs: Define usercopy region in ufs_inode_cache "
      ` [kernel-hardening] "
  ` [PATCH 20/38] vxfs: Define usercopy region in vxfs_inode "
      ` [kernel-hardening] "
  ` [PATCH 21/38] cifs: Define usercopy region in cifs_request "
      ` [kernel-hardening] "
  ` [PATCH 22/38] scsi: Define usercopy region in scsi_sense_cache "
      ` [kernel-hardening] "
  ` [PATCH 23/38] net: Define usercopy region in struct proto "
      ` [kernel-hardening] "
  ` [PATCH 24/38] ip: Define usercopy region in IP "
      ` [kernel-hardening] "
  ` [PATCH 25/38] caif: Define usercopy region in caif "
      ` [kernel-hardening] "
  ` [PATCH 26/38] sctp: Define usercopy region in SCTP "
      ` [kernel-hardening] "
  ` [PATCH 27/38] sctp: Copy struct sctp_sock.autoclose to userspace using put_user()
      ` [kernel-hardening] "
  ` [PATCH 28/38] net: Restrict unwhitelisted proto caches to size 0
      ` [kernel-hardening] "
  ` [PATCH 29/38] fork: Define usercopy region in mm_struct slab caches
      ` [kernel-hardening] "
  ` [PATCH 30/38] fork: Define usercopy region in thread_stack "
      ` [kernel-hardening] "
  ` [PATCH 31/38] fork: Provide usercopy whitelisting for task_struct
    ` [kernel-hardening] "
  ` [PATCH 32/38] x86: Implement thread_struct whitelist for hardened usercopy
      ` [kernel-hardening] "
  ` [PATCH 33/38] arm64: "
      ` [kernel-hardening] "
  ` [PATCH 34/38] arm: "
      ` [kernel-hardening] "
  ` [PATCH 35/38] kvm: whitelist struct kvm_vcpu_arch
    ` [kernel-hardening] "
  ` [PATCH 36/38] kvm: x86: fix KVM_XEN_HVM_CONFIG ioctl
    ` [kernel-hardening] "
  ` [PATCH 37/38] usercopy: Restrict non-usercopy caches to size 0
      ` [kernel-hardening] "
  ` [PATCH 38/38] lkdtm: Update usercopy tests for whitelisting
      ` [kernel-hardening] "

[Ocfs2-devel] [PATCH v3 0/3] ocfs2: add nowait aio support
 2018-01-11  2:19 UTC  (4+ messages)
` [Ocfs2-devel] [PATCH v3 3/3] ocfs2: "

[U-Boot] [PATCH] TCP and wget implementation
 2018-01-11  2:18 UTC  (9+ messages)
    ` [U-Boot] [PATCH] TCP and wget implementation v3
          ` [U-Boot] [PATCH] TCP and wget implementation v4
                    ` [U-Boot] [PATCH] TCP and wget implementation v5.1

[PATCH 1/3] fsck.f2fs: show encoded name when unlinking corrupted dentry
 2018-01-11  2:17 UTC  (3+ messages)
` [PATCH 2/3] mkfs.f2fs: set seed for random checkpoint_ver
` [PATCH 3/3] dump.f2fs: do not write nat bits when dumping info

[PATCH] common: support defrag test on f2fs
 2018-01-11  2:16 UTC  (2+ messages)

Growing RAID10 with active XFS filesystem
 2018-01-11  2:14 UTC  (7+ messages)

pull-request: bpf-next 2018-01-11
 2018-01-11  2:13 UTC 

[RFC 0/2] Net softirq deferring to ksoftirqd
 2018-01-11  2:13 UTC  (5+ messages)
` [RFC 1/2] softirq: Defer net rx/tx processing to ksoftirqd context

[for-4.16 PATCH v3 0/3] block/dm: allow DM to defer blk_register_queue() until ready
 2018-01-11  2:12 UTC  (4+ messages)
` [for-4.16 PATCH v3 1/3] block: only bdi_unregister() in del_gendisk() if !GENHD_FL_HIDDEN
` [for-4.16 PATCH v3 2/3] block: allow gendisk's request_queue registration to be deferred
` [for-4.16 PATCH v3 3/3] dm: fix awkward and incomplete request_queue initialization

[PATCH] btrfs: return 0 for success in btrfs_alloc_data_chunk_ondemand
 2018-01-11  2:10 UTC  (2+ messages)

[PATCH V2] ipvlan: fix ipvlan MTU limits
 2018-01-11  2:09 UTC  (2+ messages)

x86/clearregs: Register sanitizing at kernel entry for speculation hygiene
 2018-01-11  2:09 UTC  (3+ messages)
` [PATCH v1 1/8] x86/entry/clearregs: Remove partial stack frame in fast system call

[RFC PATCH V2] sched: Improve scalability of select_idle_sibling using SMT balance
 2018-01-11  2:09 UTC  (4+ messages)

[SPDK] Add py-spdk client for SPDK
 2018-01-11  2:08 UTC 

[PATCH] bisect: debug: convert struct object to object_id
 2018-01-11  2:08 UTC  (2+ messages)

[PATCH] ubifs: remove error message in ubifs_xattr_get
 2018-01-11  2:08 UTC 

[PATCH v5 00/14] add new AVF PMD
 2018-01-11  2:07 UTC  (5+ messages)
` [PATCH v6 00/14] dd "
  ` [PATCH v6 02/14] net/avf: initialization of avf PMD

[PATCH V6 Resend 00/13] drivers: Boot Constraint core
 2018-01-11  2:07 UTC  (4+ messages)

[PATCH 00/10] Xilinx ZynqMP DisplayPort subsystem DRM KMS driver
 2018-01-11  2:07 UTC  (24+ messages)
` [PATCH 01/10] dt-bindings: display: xlnx: Add Xilinx kms bindings
` [PATCH 02/10] drm: xlnx: Add xlnx crtc of Xilinx DRM KMS
` [PATCH 03/10] drm: xlnx: Add xlnx fb "
` [PATCH 05/10] drm: xlnx: Xilinx DRM KMS driver
` [PATCH 06/10] dt-bindings: display: xlnx: Add ZynqMP DP subsystem bindings
` [PATCH 07/10] drm: xlnx: DRM KMS driver for Xilinx ZynqMP DP subsystem display
` [PATCH 10/10] drm: xlnx: zynqmp: Add debugfs

[Ocfs2-devel] [PATCH v2 1/2] ocfs2: add trimfs dlm lock resource
 2018-01-11  2:06 UTC  (9+ messages)
` [Ocfs2-devel] [PATCH v2 2/2] ocfs2: add trimfs lock to avoid duplicated trims in cluster

[PATCH] ION: Sys_heap: fix the incorrect pool->gfp_mask setting
 2018-01-11  2:06 UTC  (6+ messages)
    ` 答复: "
        ` 答复: "

[RESEND PATCH 0/3] x86/apic/kexec: Enable legacy irq mode before jump to kexec/kdump kernel
 2018-01-11  2:05 UTC  (2+ messages)

[SPDK] The IO handling when disk hot removed
 2018-01-11  2:05 UTC 

[U-Boot] compilation issue pine64
 2018-01-11  2:03 UTC  (2+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.