All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-11 01:54:43 to 2018-01-11 02:08:56 UTC [more...]

[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)

[PATCH v5 00/38] Hardened usercopy whitelisting
 2018-01-11  2:03 UTC  (177+ messages)
  ` [kernel-hardening] "
  ` [PATCH 01/38] usercopy: Remove pointer from overflow report
      ` [kernel-hardening] "
  ` [PATCH 02/38] usercopy: Enhance and rename report_usercopy()
      ` [kernel-hardening] "
  ` [PATCH 03/38] usercopy: Include offset in hardened usercopy report
      ` [kernel-hardening] "
  ` [PATCH 04/38] lkdtm/usercopy: Adjust test to include an offset to check reporting
      ` [kernel-hardening] "
  ` [PATCH 05/38] stddef.h: Introduce sizeof_field()
      ` [kernel-hardening] "
  ` [PATCH 06/38] usercopy: Prepare for usercopy whitelisting
      ` [kernel-hardening] "
  ` [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] "

[U-Boot] [GIT] Pull request: u-boot-dfu (09.01.2018)
 2018-01-11  2:00 UTC  (2+ messages)

[v3 PATCH 00/11] Pull Request - changelog
 2018-01-11  2:00 UTC  (3+ messages)

[Ocfs2-devel] [PATCH v3 0/3] ocfs2: add nowait aio support
 2018-01-11  1:59 UTC  (8+ messages)
` [Ocfs2-devel] [PATCH v3 2/3] ocfs2: add ocfs2_overwrite_io function

[PATCH v2 0/3] ARM: mvebu: dts: updates to enable EDAC
 2018-01-11  1:59 UTC  (10+ messages)
` [PATCH v2 1/3] ARM: dts: armada-xp: enable L2 cache parity and ecc on db-xc3-24g4xg
` [PATCH v2 2/3] ARM: dts: armada-xp: add label to sdram-controller node
` [PATCH v2 3/3] ARM: dts: mvebu: add sdram controller node to Armada-38x

linux-next: build failure after merge of the net-next tree
 2018-01-11  1:58 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-socfpga/master
 2018-01-11  1:58 UTC 

[Intel-wired-lan] [jkirsher-next-queue:40GbE] BUILD SUCCESS 0794fedcefd43ece5967f91991824c661b1622aa
 2018-01-11  1:58 UTC 

[U-Boot] [PULL] u-boot-usb/master
 2018-01-11  1:57 UTC 

[SPDK] Add py-spdk client for SPDK
 2018-01-11  1:56 UTC 

[Buildroot] [PATCHv2 1/1] utils/checkpackagelib: add function to check of the default package source variable
 2018-01-11  1:54 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.