All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-05-16 11:20:57 to 2019-05-16 11:44:50 UTC [more...]

[PATCH AUTOSEL 4.19 01/25] xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlink
 2019-05-16 11:40 UTC  (11+ messages)
` [PATCH AUTOSEL 4.19 02/25] xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel module
` [PATCH AUTOSEL 4.19 04/25] xfrm: clean up xfrm protocol checks
` [PATCH AUTOSEL 4.19 09/25] power: supply: cpcap-battery: Fix division by zero
` [PATCH AUTOSEL 4.19 11/25] apparmorfs: fix use-after-free on symlink traversal
` [PATCH AUTOSEL 4.19 12/25] PCI: Fix issue with "pci=disable_acs_redir" parameter being ignored
` [PATCH AUTOSEL 4.19 16/25] KVM: arm/arm64: Ensure vcpu target is unset on reset failure
` [PATCH AUTOSEL 4.19 18/25] bpf: Fix preempt_enable_no_resched() abuse
` [PATCH AUTOSEL 4.19 22/25] x86/mm/mem_encrypt: Disable all instrumentation for early SME setup
` [PATCH AUTOSEL 4.19 24/25] perf bench numa: Add define for RUSAGE_THREAD if not present
` [PATCH AUTOSEL 4.19 25/25] perf/x86/intel: Fix race in intel_pmu_disable_event()

[PATCH AUTOSEL 4.14 01/16] xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlink
 2019-05-16 11:41 UTC  (18+ messages)
` [PATCH AUTOSEL 4.14 02/16] xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel module
` [PATCH AUTOSEL 4.14 03/16] vti4: ipip tunnel deregistration fixes
` [PATCH AUTOSEL 4.14 04/16] esp4: add length check for UDP encapsulation
` [PATCH AUTOSEL 4.14 05/16] xfrm4: Fix uninitialized memory read in _decode_session4
` [PATCH AUTOSEL 4.14 06/16] power: supply: cpcap-battery: Fix division by zero
` [PATCH AUTOSEL 4.14 07/16] securityfs: fix use-after-free on symlink traversal
` [PATCH AUTOSEL 4.14 08/16] apparmorfs: "
` [PATCH AUTOSEL 4.14 09/16] mac80211: Fix kernel panic due to use of txq after free
` [PATCH AUTOSEL 4.14 10/16] KVM: arm/arm64: Ensure vcpu target is unset on reset failure
` [PATCH AUTOSEL 4.14 11/16] power: supply: sysfs: prevent endless uevent loop with CONFIG_POWER_SUPPLY_DEBUG
` [PATCH AUTOSEL 4.14 12/16] iwlwifi: mvm: check for length correctness in iwl_mvm_create_skb()
` [PATCH AUTOSEL 4.14 13/16] sched/cpufreq: Fix kobject memleak
` [PATCH AUTOSEL 4.14 14/16] x86/mm/mem_encrypt: Disable all instrumentation for early SME setup
` [PATCH AUTOSEL 4.14 15/16] ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavour
` [PATCH AUTOSEL 4.14 16/16] perf bench numa: Add define for RUSAGE_THREAD if not present

[Qemu-devel] [PULL 00/27] Pflash and firmware configuration patches for 2019-03-11
 2019-05-16 11:43 UTC  (4+ messages)
` [Qemu-devel] [PULL 22/27] vl: Create block backends before setting machine properties

[PATCH 1/3] config.sub: Update config.sub to latest version
 2019-05-16 11:44 UTC  (7+ messages)
    ` [Xen-devel] "

[PATCH v2 0/7] s390: vfio-ccw fixes
 2019-05-16 11:44 UTC  (2+ messages)

[Qemu-devel] [Qemu-block] [PATCH v3 1/3] block: introducing 'bdrv_co_delete_file' interface
 2019-05-16 11:42 UTC  (2+ messages)

Support NAND Flash
 2019-05-16 11:44 UTC 

[PATCH AUTOSEL 5.0 01/34] xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlink
 2019-05-16 11:39 UTC  (26+ messages)
` [PATCH AUTOSEL 5.0 09/34] ARC: PAE40: don't panic and instead turn off hw ioc
` [PATCH AUTOSEL 5.0 10/34] clk: sunxi-ng: nkmp: Avoid GENMASK(-1, 0)
` [PATCH AUTOSEL 5.0 11/34] KVM: PPC: Book3S HV: Perserve PSSCR FAKE_SUSPEND bit on guest exit
` [PATCH AUTOSEL 5.0 12/34] KVM: PPC: Book3S: Protect memslots while validating user address
` [PATCH AUTOSEL 5.0 19/34] net: ieee802154: fix missing checks for regmap_update_bits
` [PATCH AUTOSEL 5.0 20/34] KVM: arm/arm64: Ensure vcpu target is unset on reset failure
` [PATCH AUTOSEL 5.0 21/34] power: supply: sysfs: prevent endless uevent loop with CONFIG_POWER_SUPPLY_DEBUG
` [PATCH AUTOSEL 5.0 22/34] tools: bpftool: fix infinite loop in map create
` [PATCH AUTOSEL 5.0 23/34] bpf: Fix preempt_enable_no_resched() abuse
` [PATCH AUTOSEL 5.0 26/34] sched/cpufreq: Fix kobject memleak
` [PATCH AUTOSEL 5.0 27/34] x86/mm/mem_encrypt: Disable all instrumentation for early SME setup
` [PATCH AUTOSEL 5.0 28/34] KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned size
` [PATCH AUTOSEL 5.0 29/34] KVM: selftests: make hyperv_cpuid test pass on AMD
` [PATCH AUTOSEL 5.0 30/34] ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavour
` [PATCH AUTOSEL 5.0 31/34] i2c: designware: ratelimit 'transfer when suspended' errors
` [PATCH AUTOSEL 5.0 32/34] perf bench numa: Add define for RUSAGE_THREAD if not present
` [PATCH AUTOSEL 5.0 33/34] perf cs-etm: Always allocate memory for cs_etm_queue::prev_packet
` [PATCH AUTOSEL 5.0 34/34] perf/x86/intel: Fix race in intel_pmu_disable_event()

[PATCH AUTOSEL 4.9 1/9] xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlink
 2019-05-16 11:41 UTC  (11+ messages)
` [PATCH AUTOSEL 4.9 2/9] xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel module
` [PATCH AUTOSEL 4.9 3/9] vti4: ipip tunnel deregistration fixes
` [PATCH AUTOSEL 4.9 4/9] xfrm4: Fix uninitialized memory read in _decode_session4
` [PATCH AUTOSEL 4.9 5/9] mac80211: Fix kernel panic due to use of txq after free
` [PATCH AUTOSEL 4.9 6/9] KVM: arm/arm64: Ensure vcpu target is unset on reset failure
` [PATCH AUTOSEL 4.9 7/9] power: supply: sysfs: prevent endless uevent loop with CONFIG_POWER_SUPPLY_DEBUG
` [PATCH AUTOSEL 4.9 8/9] ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavour
` [PATCH AUTOSEL 4.9 9/9] perf bench numa: Add define for RUSAGE_THREAD if not present

[SPDK] Investigating nightly failures in CI (PRC this week)
 2019-05-16 11:43 UTC 

[PATCH 00/17] Add Support for Kontron SMARC-sAMX6i
 2019-05-16 11:43 UTC  (4+ messages)
` [PATCH 11/17] ARCH: arm: dts: imx6qdl-kontron-samx6i: add SMARC SPI1 interface

Regression in xen-unstable due to commit 3802ecbaa9eb36
 2019-05-16 11:42 UTC  (16+ messages)
      ` [Xen-devel] "

[meta-oe][PATCH] protobuf: Fix ptest compilation
 2019-05-16 11:43 UTC  (3+ messages)

[alsa-devel] [PATCH V4] ASoC: cs42xx8: add reset-gpios in binding document
 2019-05-16 11:41 UTC  (2+ messages)
`  "

[PATCH AUTOSEL 4.4 1/8] xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlink
 2019-05-16 11:41 UTC  (10+ messages)
` [PATCH AUTOSEL 4.4 2/8] xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel module
` [PATCH AUTOSEL 4.4 3/8] vti4: ipip tunnel deregistration fixes
` [PATCH AUTOSEL 4.4 4/8] xfrm4: Fix uninitialized memory read in _decode_session4
` [PATCH AUTOSEL 4.4 5/8] KVM: arm/arm64: Ensure vcpu target is unset on reset failure
` [PATCH AUTOSEL 4.4 6/8] power: supply: sysfs: prevent endless uevent loop with CONFIG_POWER_SUPPLY_DEBUG
` [PATCH AUTOSEL 4.4 7/8] ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavour
` [PATCH AUTOSEL 4.4 8/8] perf bench numa: Add define for RUSAGE_THREAD if not present

[PATCH libdrm 1/7] add cs chunk for syncobj timeline
 2019-05-16 11:43 UTC  (7+ messages)
` [PATCH libdrm 7/7] add syncobj timeline tests v3
          `  "

[PATCH v2 0/3] initramfs: add support for xattrs in the initial ram disk
 2019-05-16 11:42 UTC  (13+ messages)

[dpdk-dev] [PATCH 0/3] Removing PKT_TX_IP_CKSUM from fragmentation/reassembly lib
 2019-05-16 11:42 UTC  (8+ messages)
` [dpdk-dev] [PATCH 1/3] lib/librte_ip_frag: Remove PKT_TX_IP_CKSUM offload flags
` [dpdk-dev] [PATCH 2/3] examples/ip_fragmentation: Enabling IP checksum offload in mbuf
` [dpdk-dev] [PATCH 3/3] examples/ip_reassembly: "
` [dpdk-dev] [PATCH v2 0/3] Removing PKT_TX_IP_CKSUM from fragmentation/reassembly lib
  ` [dpdk-dev] [PATCH v2 1/3] lib/librte_ip_frag: Remove PKT_TX_IP_CKSUM offload flags
  ` [dpdk-dev] [PATCH v2 2/3] examples/ip_fragmentation: Enabling IP checksum offload in mbuf
  ` [dpdk-dev] [PATCH v2 3/3] examples/ip_reassembly: "

[Qemu-devel] [PATCH v2 0/4] Clean ups in net/net.c
 2019-05-16 11:41 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 2/4] net: avoid using variable length array in net_client_init()

boot regression on da850-evm with commit f979c08f7624
 2019-05-16 11:42 UTC  (2+ messages)

[PATCH AUTOSEL 3.18 1/6] xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlink
 2019-05-16 11:41 UTC  (7+ messages)
` [PATCH AUTOSEL 3.18 2/6] xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel module
` [PATCH AUTOSEL 3.18 3/6] vti4: ipip tunnel deregistration fixes
` [PATCH AUTOSEL 3.18 4/6] mac80211: Fix kernel panic due to use of txq after free
` [PATCH AUTOSEL 3.18 5/6] ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavour
` [PATCH AUTOSEL 3.18 6/6] perf bench numa: Add define for RUSAGE_THREAD if not present

Running 'git worktree add' in 'pre-commit' hook
 2019-05-16 11:41 UTC  (5+ messages)

Switching to static network address issues
 2019-05-16 11:41 UTC  (7+ messages)

[PATCH V5] ASoC: cs42xx8: add reset-gpios in binding document
 2019-05-16 11:40 UTC 

[U-Boot] [PATCH 1/3] sysreset: switch to using SYSRESET_POWER_OFF for poweroff
 2019-05-16 11:41 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] sysreset: move stm32mp sysreset poweroff implementation to sysreset uclass

[PATCH] coverage: GCC coverage libfdt Makefile fix
 2019-05-16 11:39 UTC  (13+ messages)
` [Xen-devel] "

[Qemu-devel] [PATCH] configure: only link capstone to emulation targets
 2019-05-16 11:39 UTC 

[PATCH v2 0/8] rcar-vin: Merge Gen2 and Gen3 file operations
 2019-05-16 11:39 UTC  (13+ messages)
` [PATCH v2 1/8] rcar-vin: Do not call pm_runtime_{resume,suspend}()
` [PATCH v2 2/8] rcar-vin: Remove unneeded calls to pm_runtime_{enable,disable}
` [PATCH v2 3/8] rcar-vin: Allow interrupting lock when trying to open the video device
` [PATCH v2 4/8] rcar-vin: Do not sync subdevice format when opening "
` [PATCH v2 5/8] rcar-vin: Move pm_runtime_{get,put} out of helpers

[PATCH 0/4] x86: EOI timer corrections / improvements
 2019-05-16 11:37 UTC  (5+ messages)
` [PATCH 2/4] x86/IRQ: bail early from irq_guest_eoi_timer_fn() when nothing is in flight
  ` [Xen-devel] "

[PATCH V4] ASoC: cs42xx8: add reset-gpios in binding document
 2019-05-16 11:37 UTC  (2+ messages)
` [alsa-devel] "

[PATCH V2 1/8] ARM: dts: imx53: Update UART configuration on M53Menlo
 2019-05-16 11:36 UTC  (2+ messages)

SPDX identifier
 2019-05-16 11:35 UTC 

[PATCH 0/3 v3] Add kdump support for the SEV enabled guest
 2019-05-16 11:35 UTC  (7+ messages)
` [PATCH 2/3 v3] x86/kexec: Set the C-bit in the identity map page table when SEV is active

[dpdk-dev] [PATCH v1] net/ice: change RSS RETA size to meet with ETH_RSS_RETA_SIZE_x
 2019-05-16 11:35 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v6 0/8] HDCP2.2 Tests
 2019-05-16 11:35 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v6 7/8] kms_content_protection: SRM Testing

[PATCH RESEND V3] ASoC: cs42xx8: add reset-gpio in binding document
 2019-05-16 11:34 UTC  (4+ messages)
  ` [EXT] "
` [alsa-devel] "

[PATCH 0/4] uapi, vfs: Change the mount API UAPI
 2019-05-16 11:32 UTC  (7+ messages)
` [PATCH 1/4] uapi, fs: make all new mount api fds cloexec by default
` [PATCH 2/4] uapi, fsopen: use square brackets around "fscontext"
` [PATCH 3/4] uapi, x86: Fix the syscall numbering of the mount API syscalls
` [PATCH 4/4] uapi: Wire up the mount API syscalls on non-x86 arches

[PATCH] clone: add `--remote-submodules` flag
 2019-05-16 11:31 UTC  (2+ messages)

[Buildroot] [PATCH 0/5] Update WPE WebKit to 2.24.x
 2019-05-16 11:32 UTC  (5+ messages)
` [Buildroot] [PATCH 2/5] package/wpebackend-fdo: bump to version 1.2.0

[PATCH] drm/nouveau: fix duplication of nv50_head_atom struct
 2019-05-16 11:31 UTC  (5+ messages)
    ` [Nouveau] "

[RFC PATCH 0/4] KVM selftests for s390x
 2019-05-16 11:30 UTC  (9+ messages)
` [RFC PATCH 1/4] KVM: selftests: Guard struct kvm_vcpu_events with __KVM_HAVE_VCPU_EVENTS
` [RFC PATCH 2/4] KVM: selftests: Align memory region addresses to 1M on s390x

[meta-oe][PATCH 1/3] gtkwave: add distro_features_check
 2019-05-16 11:29 UTC  (3+ messages)

[PATCH] spi: spidev: Add dhcom-board to compatibility list [Klartext]
 2019-05-16 11:28 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 1/2 v2] runner: Add support for aborting on network failure
 2019-05-16 11:27 UTC  (2+ messages)
` [igt-dev] [PATCH i-g-t 2/2] HAX: Check all conditions to abort

[PATCH] rcar-csi2: Fix coccinelle warning for PTR_ERR_OR_ZERO()
 2019-05-16 11:27 UTC  (2+ messages)

[PATCH v2] drm/ttm, drm/vmwgfx: Use a configuration option for the TTM dma page pool
 2019-05-16 11:26 UTC 

[PATCH v2] git.c: show usage for accessing the git(1) help page
 2019-05-16 11:25 UTC  (5+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 2/2] Doc: git.txt: remove backticks from link and add git-scm.com/docs

[PATCH] drm/ttm, drm/vmwgfx: Use a configuration option for the TTM dma page pool
 2019-05-16 11:23 UTC  (3+ messages)

[PATCH] drivers: md: Unify common definitions of raid1 and raid10
 2019-05-16 11:23 UTC  (3+ messages)

[tpm2] tpm2-tss 2.2.3_rc2 and 2.1.4_rc2
 2019-05-16 11:23 UTC 

[PATCH] staging: vt6656: remove unused variable
 2019-05-16 11:22 UTC  (3+ messages)
` [PATCH] staging: vt6656: returns error code on vnt_int_start_interrupt fail

[PATCH] mmc: tmio: fix SCC error handling to avoid false positive CRC error
 2019-05-16 11:22 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/3] Removing PKT_TX_IP_CKSUM from fragmentation/reassembly lib
 2019-05-16 11:21 UTC  (4+ messages)
` [dpdk-dev] [PATCH 1/3] lib/librte_ip_frag: Remove PKT_TX_IP_CKSUM offload flags
` [dpdk-dev] [PATCH 2/3] examples/ip_fragmentation: Enabling IP checksum offload in mbuf
` [dpdk-dev] [PATCH 3/3] examples/ip_reassembly: "

[PATCH bpf-next 0/2] Move bpf_printk to bpf_helpers.h
 2019-05-16 11:20 UTC  (10+ messages)
` [PATCH bpf-next 1/2] selftests: bpf: "
` [PATCH bpf-next 2/2] samples: bpf: Do not define bpf_printk macro

[PATCH V3 1/4] dt-bindings: fsl: scu: add ocotp binding
 2019-05-16 11:21 UTC  (5+ messages)
` [PATCH V3 2/4] nvmem: imx: add i.MX8 nvmem driver


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.