All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-06-22 19:34:48 to 2019-06-22 23:53:06 UTC [more...]

[PATCH V34 00/29] Lockdown as an LSM
 2019-06-22 23:52 UTC  (14+ messages)
` [PATCH V34 01/29] security: Support early LSMs
` [PATCH V34 02/29] security: Add a "locked down" LSM hook
` [PATCH V34 03/29] security: Add a static lockdown policy LSM
` [PATCH V34 04/29] Enforce module signatures if the kernel is locked down
` [PATCH V34 05/29] Restrict /dev/{mem,kmem,port} when "
` [PATCH V34 06/29] kexec_load: Disable at runtime if "

[PATCH net-next v2] ipv6: Error when route does not have any valid nexthops
 2019-06-22 23:51 UTC  (2+ messages)

[PATCH] sis900: fix TX completion
 2019-06-22 23:47 UTC  (2+ messages)

Linux 5.2-rc6
 2019-06-22 23:43 UTC 

[PATCH] fjes: no need to check return value of debugfs_create functions
 2019-06-22 23:43 UTC  (2+ messages)

[PATCH net-next] hinic: implement the statistical interface of ethtool
 2019-06-22 23:42 UTC  (2+ messages)

[Xen-devel] [xen-unstable-smoke test] 138342: regressions - FAIL
 2019-06-22 23:40 UTC 

[Bug 110971] GPU HANG: ecode 6:1:0xfffffffe, in spring-main [8656], hang on rcs0
 2019-06-22 23:35 UTC 

near 300 pg per osd make cluster very very unstable?
 2019-06-22 23:33 UTC 

[PATCH v4 0/1] net: fastopen: follow-up tweaks for SipHash switch
 2019-06-22 23:30 UTC  (3+ messages)
` [PATCH v4 1/1] net: fastopen: robustness and endianness fixes for SipHash

[PATCH 0/6] qcom: add OCMEM support
 2019-06-22 23:28 UTC  (7+ messages)
` [PATCH 2/6] dt-bindings: display: msm: gmu: add optional ocmem property

[PATCH] bcache: make stripe_size configurable and persistent for hardware raid5/6
 2019-06-22 23:16 UTC  (2+ messages)

[PATCH] flow_dissector: Fix vlan header offset in __skb_flow_dissect
 2019-06-22 23:19 UTC  (2+ messages)

[net v1] net: stmmac: fixed new system time seconds value calculation
 2019-06-22 23:18 UTC  (2+ messages)

[net v1] net: stmmac: set IC bit when transmitting frames with HW timestamp
 2019-06-22 23:18 UTC  (2+ messages)

[PATCH v3 00/24] LSM: Module stacking for AppArmor
 2019-06-22 23:15 UTC  (43+ messages)
` [PATCH v3 04/24] LSM: Create and manage the lsmblob data structure
` [PATCH v3 05/24] Use lsmblob in security_audit_rule_match
` [PATCH v3 06/24] LSM: Use lsmblob in security_kernel_act_as
` [PATCH v3 07/24] net: Prepare UDS for secuirty module stacking
` [PATCH v3 08/24] LSM: Use lsmblob in security_secctx_to_secid
` [PATCH v3 09/24] LSM: Use lsmblob in security_secid_to_secctx
` [PATCH v3 10/24] Use lsmblob in security_ipc_getsecid
` [PATCH v3 11/24] LSM: Use lsmblob in security_task_getsecid
` [PATCH v3 12/24] LSM: Use lsmblob in security_inode_getsecid
` [PATCH v3 13/24] LSM: Use lsmblob in security_cred_getsecid
` [PATCH v3 14/24] IMA: Change internal interfaces to use lsmblobs
` [PATCH v3 15/24] LSM: Specify which LSM to display
` [PATCH v3 16/24] LSM: Ensure the correct LSM context releaser
` [PATCH v3 17/24] LSM: Use lsmcontext in security_secid_to_secctx
` [PATCH v3 18/24] LSM: Use lsmcontext in security_dentry_init_security
` [PATCH v3 19/24] LSM: Use lsmcontext in security_inode_getsecctx
` [PATCH v3 20/24] LSM: security_secid_to_secctx in netlink netfilter
` [PATCH v3 21/24] Audit: Store LSM audit information in an lsmblob
` [PATCH v3 22/24] LSM: Return the lsmblob slot on initialization
` [PATCH v3 23/24] NET: Store LSM netlabel data in a lsmblob
` [PATCH v3 24/24] AppArmor: Remove the exclusive flag

stable-rc/linux-4.19.y boot: 122 boots: 0 failed, 115 passed with 7 offline (v4.19.55-4-gd0fe796becb0)
 2019-06-22 23:15 UTC 

[PATCH v5 00/16] fs-verity: read-only file-based authenticity protection
 2019-06-22 23:12 UTC  (53+ messages)
` [PATCH v5 01/16] fs-verity: add a documentation file
  ` [f2fs-dev] "
` [PATCH v5 02/16] fs-verity: add MAINTAINERS file entry
  ` [f2fs-dev] "
` [PATCH v5 03/16] fs-verity: add UAPI header
  ` [f2fs-dev] "
` [PATCH v5 04/16] fs: uapi: define verity bit for FS_IOC_GETFLAGS
  ` [f2fs-dev] "
` [PATCH v5 05/16] fs-verity: add Kconfig and the helper functions for hashing
  ` [f2fs-dev] "
` [PATCH v5 06/16] fs-verity: add inode and superblock fields
  ` [f2fs-dev] "
` [PATCH v5 07/16] fs-verity: add the hook for file ->open()
  ` [f2fs-dev] "
` [PATCH v5 08/16] fs-verity: add the hook for file ->setattr()
  ` [f2fs-dev] "
` [PATCH v5 09/16] fs-verity: add data verification hooks for ->readpages()
  ` [f2fs-dev] "
` [PATCH v5 10/16] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
  ` [f2fs-dev] "
` [PATCH v5 11/16] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
  ` [f2fs-dev] "
` [PATCH v5 12/16] fs-verity: add SHA-512 support
  ` [f2fs-dev] "
` [PATCH v5 16/16] f2fs: add fs-verity support
  ` [f2fs-dev] "

[PATCH 01/10] drm/i915/execlists: Always clear ring_pause if we do not submit
 2019-06-22 23:11 UTC  (14+ messages)
` [PATCH 02/10] drm/i915/execlists: Convert recursive defer_request() into an iteractive
` [PATCH 03/10] drm/i915/gt: Pass intel_gt to pm routines
` [PATCH 04/10] drm/i915/selftests: Serialise nop reset with retirement
` [PATCH 05/10] drm/i915/selftest: Drop manual request wakerefs around hangcheck
` [PATCH 06/10] drm/i915/selftests: Fixup atomic reset checking
` [PATCH 07/10] drm/i915: Rename intel_wakeref_[is]_active
` [PATCH 08/10] drm/i915: Add a wakeref getter for iff the wakeref is already active
` [PATCH 09/10] drm/i915: Only recover active engines
` [PATCH 10/10] drm/i915: Lift intel_engines_resume() to callers
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/10] drm/i915/execlists: Always clear ring_pause if we do not submit
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "

Linux kernel 5.2-rc6 released
 2019-06-22 23:05 UTC 

[git pull] IOMMU Fixes for Linux v5.2-rc5
 2019-06-22 23:05 UTC  (4+ messages)

[Bug 203923] New: Running a nested freedos results in NULL pointer dereference in L0 (kvm_mmu_load)
 2019-06-22 22:49 UTC  (2+ messages)
` [Bug 203923] Running a nested freedos on AMD Athlon i686-pae "

Linux bluetooth
 2019-06-22 22:41 UTC 

[Buildroot] [PATCH v4 00/15] Add gcc 9.1
 2019-06-22 22:35 UTC  (12+ messages)
` [Buildroot] [PATCH v4 04/15] toolchain: add gcc 9 entry
` [Buildroot] [PATCH v4 05/15] package/gcc: add support for gcc 9.1
` [Buildroot] [PATCH v4 06/15] arch: add BR2_ARCH_NEEDS_GCC_AT_LEAST_9
` [Buildroot] [PATCH v4 07/15] toolchain-external: add gcc 9 entry
` [Buildroot] [PATCH v4 08/15] package/gcc: switch to gcc 8.x as the default

[PATCH v2] kexec: fix warnig of crash_zero_bytes in crash.c
 2019-06-22 22:24 UTC 

[U-Boot] [PATCH 0/7] sunxi: Add H6 DDR3 DRAM support
 2019-06-22 22:28 UTC  (2+ messages)

stable-rc/linux-4.4.y boot: 93 boots: 2 failed, 83 passed with 7 offline, 1 conflict (v4.4.183-3-g5e8cf492a4b1)
 2019-06-22 22:20 UTC 

stable-rc/linux-4.9.y boot: 104 boots: 0 failed, 97 passed with 7 offline (v4.9.183-3-gf30fc8fc02f8)
 2019-06-22 22:11 UTC 

[PATCH] x86/vdso: Give the [ph]vclock_page declarations real types
 2019-06-22 22:08 UTC 

[PATCH v3 1/2] media: vimc: stream: add missing function documentation
 2019-06-22 21:58 UTC  (4+ messages)

stable-rc/linux-4.14.y boot: 118 boots: 0 failed, 111 passed with 7 offline (v4.14.129-4-g618f57c53be3)
 2019-06-22 21:58 UTC 

[PATCH] fsck.f2fs: write checkpoint with OPU mode
 2019-06-22 21:46 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v1 0/3] Add required-opps support to devfreq passive gov
 2019-06-22 21:45 UTC  (7+ messages)
` [PATCH v1 2/3] OPP: Add function to look up required OPP's for a given OPP
` [PATCH v1 3/3] PM / devfreq: Add required OPPs support to passive governor

[PATCH v3] l10n: localizable upload progress messages
 2019-06-22 21:42 UTC  (2+ messages)

[U-Boot] [v3, 0/5] Split fsl_esdhc driver for i.MX
 2019-06-22 21:42 UTC  (7+ messages)
` [U-Boot] [v3, 5/5] mmc: fsl_esdhc_imx: drop useless code

[Buildroot] [PATCH v2 1/1] package/whois: bump to version 5.4.3
 2019-06-22 21:18 UTC 

focusrite scarlett 18i20 : Mixer controls with corrupted names for
 2019-06-22 21:17 UTC  (2+ messages)

[PATCH] ACPICA: Fix compilation with bare-metal toolchian
 2019-06-22 21:03 UTC 

[PATCH 0/2] PCI: Simplify pci_bus_distribute_available_resources()
 2019-06-22 21:03 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] PCI: Skip resource distribution when no hotplug bridges

stable-rc/linux-5.1.y boot: 130 boots: 1 failed, 122 passed with 7 offline (v5.1.14-2-g967fa416ba98)
 2019-06-22 20:59 UTC 

[PATCH net-next 0/6] Microsemi Felix switch support
 2019-06-22 20:57 UTC  (5+ messages)
` [PATCH net-next 6/6] net/mssc/ocelot: Add basic Felix switch driver

[PATCH v5 0/7] Add the I3C mastership request
 2019-06-22 20:55 UTC  (8+ messages)
` [PATCH v5 1/7] i3c: add addr and lvr to i2c_dev_desc structure
` [PATCH v5 2/7] i3c: split i3c_master_register into init - register pair
` [PATCH v5 3/7] i3c: export i3c_bus_set_mode function
` [PATCH v5 4/7] i3c: Add support for mastership request to I3C subsystem
` [PATCH v5 5/7] i3c: master: cdns: add support for mastership request to Cadence I3C master driver
` [PATCH v5 6/7] i3c: master: Add module author
` [PATCH v5 7/7] MAINTAINERS: add myself as co-maintainer of i3c subsystem

[GSoC] Blogging with Rohit
 2019-06-22 20:52 UTC  (2+ messages)

[PATCH BUGFIX V2] block, bfq: fix operator in BFQQ_TOTALLY_SEEKY
 2019-06-22 20:44 UTC 

[PATCH BUGFIX 0/1] block, bfq: fix mistake causing violation of service guarantees
 2019-06-22 20:42 UTC  (3+ messages)
` [PATCH BUGFIX 1/1] block, bfq: fix operator in BFQQ_TOTALLY_SEEKY

[PATCH 1/5] sound: SoC: sof: no need to check return value of debugfs_create functions
 2019-06-22 20:39 UTC  (4+ messages)
` [PATCH 2/5] sound: soc: skylake: "

stable/linux-4.19.y boot: 65 boots: 0 failed, 65 passed (v4.19.55)
 2019-06-22 20:32 UTC 

[Buildroot] [PATCH v6 1/2] meson: add per package optional compiler/linker flags
 2019-06-22 20:29 UTC  (3+ messages)
` [Buildroot] [PATCH v6 2/2] libdrm: change to meson build system

[BUG] imx-sdma: readl_relaxed_poll_timeout_atomic() conversion
 2019-06-22 20:26 UTC  (5+ messages)
` [PATCH v2] dmaengine: imx-sdma: fix incorrect conversion to readl_relaxed_poll_timeout_atomic()

[dpdk-dev] [PATCH 00/28] vhost: add virtio-vhost-user transport
 2019-06-22 20:26 UTC  (3+ messages)

[PATCH] structleak: disable BYREF_ALL in combination with KASAN_STACK
 2019-06-22 20:26 UTC  (7+ messages)

[PATCH 00/16] exposing knfsd client state to userspace
 2019-06-22 20:22 UTC  (6+ messages)
` [PATCH 08/16] nfsd: escape high characters in binary data

[PATCH V1] scsi: ufs-bsg: complete ufs-bsg job only if no error
 2019-06-22 20:22 UTC 

✅ PASS: Test report for kernel 4.19.56-rc1-d0fe796.cki (stable)
 2019-06-22 20:21 UTC 

[Buildroot] [PATCHv2] meson: add per package optional compiler/linker flags
 2019-06-22 20:20 UTC 

[PATCH v2] lkdtm: Check for SMEP clearing protections
 2019-06-22 20:18 UTC 

stable-rc/linux-4.19.y boot: 122 boots: 0 failed, 114 passed with 7 offline, 1 untried/unknown (v4.19.55)
 2019-06-22 20:16 UTC 

[Xen-devel] [qemu-mainline bisection] complete build-amd64
 2019-06-22 20:14 UTC 

[PATCH v2] oe_syslog.py: Handle syslogd/klogd restart race
 2019-06-22 20:10 UTC  (3+ messages)

[cip-dev] [RFC] Script to find used sources in the kernel
 2019-06-22 20:07 UTC  (2+ messages)

[Xen-devel] [xen-unstable-smoke test] 138328: regressions - FAIL
 2019-06-22 20:00 UTC 

[U-Boot] [PATCH v2 1/3] mmc: Read sd card detect properties from DT
 2019-06-22 20:01 UTC  (3+ messages)

[U-Boot] [ANN] U-Boot v2019.07-rc4 released
 2019-06-22 19:49 UTC  (9+ messages)
  ` [U-Boot] [U-Boot-Board-Maintainers] "
      ` [U-Boot] [U-Boot-Custodians] "

[PATCH] Revert "iommu/vt-d: Fix lock inversion between iommu->lock and device_domain_lock"
 2019-06-22 19:47 UTC  (3+ messages)

stable-rc/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 33 warnings (v4.19.55-4-gd0fe796becb0)
 2019-06-22 19:45 UTC 

[Buildroot] [git commit] package/gcc: switch to gcc 8.x as the default
 2019-06-22 19:42 UTC 

[Buildroot] [git commit] toolchain-external: add gcc 9 entry
 2019-06-22 19:42 UTC 

[Buildroot] [git commit] arch: add BR2_ARCH_NEEDS_GCC_AT_LEAST_9
 2019-06-22 19:38 UTC 

[U-Boot] [PATCH 1/1] trace: do not limit trace buffer to 2GiB
 2019-06-22 19:37 UTC  (3+ messages)

[Buildroot] [git commit] package/gcc: add support for gcc 9.1
 2019-06-22 19:37 UTC 

[PATCH v2 00/26]crypto: AES cleanup
 2019-06-22 19:34 UTC  (24+ messages)
` [PATCH v2 04/26] crypto: aes - create AES library based on the fixed time AES code
` [PATCH v2 05/26] crypto: x86/aes-ni - switch to generic for fallback and key routines
` [PATCH v2 06/26] crypto: x86/aes - drop scalar assembler implementations
` [PATCH v2 07/26] crypto: padlock/aes - switch to library version of key expansion routine
` [PATCH v2 08/26] crypto: cesa/aes "
` [PATCH v2 09/26] crypto: safexcel/aes "
` [PATCH v2 10/26] crypto: arm64/ghash - switch to AES library
` [PATCH v2 11/26] crypto: arm/aes-neonbs - switch to library version of key expansion routine
` [PATCH v2 12/26] crypto: arm64/aes-ccm - switch to AES library
` [PATCH v2 13/26] crypto: arm64/aes-neonbs - switch to library version of key expansion routine
` [PATCH v2 14/26] crypto: arm64/aes-ce "
` [PATCH v2 15/26] crypto: generic/aes - drop key expansion routine in favor of library version
` [PATCH v2 16/26] crypto: ctr - add helper for performing a CTR encryption walk
` [PATCH v2 17/26] crypto: aes - move sync ctr(aes) to AES library and generic helper
` [PATCH v2 18/26] crypto: arm64/aes-ce-cipher - use AES library as fallback
` [PATCH v2 19/26] crypto: aes/arm - use native endiannes for key schedule
` [PATCH v2 20/26] crypto: arm/aes-ce - provide a synchronous version of ctr(aes)
` [PATCH v2 21/26] crypto: arm/aes-neonbs "
` [PATCH v2 22/26] crypto: arm/ghash - provide a synchronous version
` [PATCH v2 23/26] bluetooth: switch to AES library
` [PATCH v2 24/26] crypto: amcc/aes - switch to AES library for GCM key derivation
` [PATCH v2 25/26] crypto: ccp - move to AES library for CMAC "
` [PATCH v2 26/26] crypto: chelsio/aes - replace AES cipher calls with library calls


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.