All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-12 12:07:43 to 2019-07-12 12:28:10 UTC [more...]

[PATCH 5.1 000/138] 5.1.18-stable review
 2019-07-12 12:18 UTC  (47+ messages)
` [PATCH 5.1 001/138] crypto: talitos - fix hash on SEC1
` [PATCH 5.1 003/138] crypto: talitos - rename alternative AEAD algos
` [PATCH 5.1 005/138] ARM: dts: dra76x: Disable usb4_tm target module
` [PATCH 5.1 007/138] ARM: dts: dra71x: "
` [PATCH 5.1 009/138] soc: bcm: brcmstb: biuctrl: Register writes require a barrier
` [PATCH 5.1 010/138] Input: elantech - enable middle button support on 2 ThinkPads
` [PATCH 5.1 011/138] samples, bpf: fix to change the buffer size for read()
` [PATCH 5.1 012/138] samples, bpf: suppress compiler warning
` [PATCH 5.1 013/138] bpf, riscv: clear target register high 32-bits for and/or/xor on ALU32
` [PATCH 5.1 014/138] bpf: sockmap, restore sk_write_space when psock gets dropped
` [PATCH 5.1 015/138] mac80211: fix rate reporting inside cfg80211_calculate_bitrate_he()
` [PATCH 5.1 016/138] bpf: sockmap, fix use after free from sleep in psock backlog workqueue
` [PATCH 5.1 018/138] staging:iio:ad7150: fix threshold mode config bit
` [PATCH 5.1 019/138] mac80211: mesh: fix RCU warning
` [PATCH 5.1 021/138] ARM: dts: Drop bogus CLKSEL for timer12 on dra7
` [PATCH 5.1 022/138] mwifiex: Fix possible buffer overflows at parsing bss descriptor
` [PATCH 5.1 023/138] bpf, riscv: clear high 32 bits for ALU32 add/sub/neg/lsh/rsh/arsh
` [PATCH 5.1 024/138] iwlwifi: fix load in rfkill flow for unified firmware
` [PATCH 5.1 029/138] netfilter: ipv6: nf_defrag: fix leakage of unqueued fragments
` [PATCH 5.1 030/138] tools: bpftool: Fix JSON output when lookup fails
` [PATCH 5.1 036/138] can: m_can: implement errata "Needless activation of MRAF irq"
` [PATCH 5.1 037/138] can: af_can: Fix error path of can_init()
` [PATCH 5.1 038/138] can: flexcan: Remove unneeded registration message
` [PATCH 5.1 041/138] ibmvnic: Refresh device multicast list after reset
` [PATCH 5.1 042/138] ibmvnic: Fix unchecked return codes of memory allocations
` [PATCH 5.1 043/138] ARM: dts: am335x phytec boards: Fix cd-gpios active level
` [PATCH 5.1 044/138] s390/boot: disable address-of-packed-member warning
` [PATCH 5.1 045/138] RISC-V: defconfig: enable clocks, serial console
` [PATCH 5.1 046/138] drm/vmwgfx: Honor the sg list segment size limitation
` [PATCH 5.1 047/138] drm/vmwgfx: fix a warning due to missing dma_parms
` [PATCH 5.1 048/138] riscv: Fix udelay in RV32
` [PATCH 5.1 049/138] Input: imx_keypad - make sure keyboard can always wake up system
` [PATCH 5.1 050/138] xdp: check device pointer before clearing
` [PATCH 5.1 052/138] mlxsw: spectrum: Disallow prio-tagged packets when PVID is removed
` [PATCH 5.1 053/138] KVM: nVMX: use correct clean fields when copying from eVMCS
` [PATCH 5.1 054/138] bpf: fix div64 overflow tests to properly detect errors
` [PATCH 5.1 055/138] ARM: davinci: da850-evm: call regulator_has_full_constraints()
` [PATCH 5.1 056/138] ARM: davinci: da8xx: specify dma_coherent_mask for lcdc
` [PATCH 5.1 057/138] gpu: ipu-v3: image-convert: Fix input bytesperline width/height align
` [PATCH 5.1 058/138] gpu: ipu-v3: image-convert: Fix input bytesperline for packed formats
` [PATCH 5.1 059/138] gpu: ipu-v3: image-convert: Fix image downsize coefficients
` [PATCH 5.1 060/138] mac80211: only warn once on chanctx_conf being NULL
` [PATCH 5.1 064/138] bpf, devmap: Fix premature entry free on destroying map
` [PATCH 5.1 066/138] bpf, devmap: Add missing RCU read lock on flush
` [PATCH 5.1 067/138] bpf, x64: fix stack layout of JITed bpf code
` [PATCH 5.1 068/138] qmi_wwan: add support for QMAP padding in the RX path

[SPDK] SPDK NVMeOF-TCP with VMA
 2019-07-12 12:27 UTC 

[dpdk-dev] [PATCH v5] kni: add IOVA va support for kni
 2019-07-12 12:27 UTC  (7+ messages)
` [dpdk-dev] [PATCH v6 0/4] add IOVA = VA support in KNI
  ` [dpdk-dev] [PATCH v6 4/4] kernel/linux/kni: add IOVA support in kni module
      ` [dpdk-dev] [EXT] "

[Virtio-fs] [PATCH] virtiofsd: conditional compile seccomp flag support
 2019-07-12 12:27 UTC  (3+ messages)

[PATCH v9 00/10] namei: openat2(2) path resolution restrictions
 2019-07-12 12:20 UTC  (21+ messages)
` [PATCH v9 01/10] namei: obey trailing magic-link DAC permissions
` [PATCH v9 04/10] namei: split out nd->dfd handling to dirfd_path_init

[PATCH 4.19 00/91] 4.19.59-stable review
 2019-07-12 12:19 UTC  (73+ messages)
` [PATCH 4.19 01/91] crypto: talitos - fix hash on SEC1
` [PATCH 4.19 02/91] crypto: talitos - rename alternative AEAD algos
` [PATCH 4.19 03/91] soc: brcmstb: Fix error path for unsupported CPUs
` [PATCH 4.19 04/91] soc: bcm: brcmstb: biuctrl: Register writes require a barrier
` [PATCH 4.19 05/91] Input: elantech - enable middle button support on 2 ThinkPads
` [PATCH 4.19 06/91] samples, bpf: fix to change the buffer size for read()
` [PATCH 4.19 07/91] samples, bpf: suppress compiler warning
` [PATCH 4.19 08/91] mac80211: fix rate reporting inside cfg80211_calculate_bitrate_he()
` [PATCH 4.19 09/91] bpf: sockmap, fix use after free from sleep in psock backlog workqueue
` [PATCH 4.19 10/91] soundwire: stream: fix out of boundary access on port properties
` [PATCH 4.19 14/91] mwifiex: Fix possible buffer overflows at parsing bss descriptor
` [PATCH 4.19 15/91] iwlwifi: Fix double-free problems in iwl_req_fw_callback()
` [PATCH 4.19 16/91] mwifiex: Fix heap overflow in mwifiex_uap_parse_tail_ies()
` [PATCH 4.19 17/91] soundwire: intel: set dai min and max channels correctly
` [PATCH 4.19 18/91] dt-bindings: can: mcp251x: add mcp25625 support
` [PATCH 4.19 19/91] can: mcp251x: add support for mcp25625
` [PATCH 4.19 20/91] can: m_can: implement errata "Needless activation of MRAF irq"
` [PATCH 4.19 22/91] net: phy: rename Asix Electronics PHY driver
` [PATCH 4.19 23/91] ibmvnic: Do not close unopened driver during reset
` [PATCH 4.19 24/91] ibmvnic: Refresh device multicast list after reset
` [PATCH 4.19 26/91] ARM: dts: am335x phytec boards: Fix cd-gpios active level
` [PATCH 4.19 27/91] s390/boot: disable address-of-packed-member warning
` [PATCH 4.19 29/91] drm/vmwgfx: fix a warning due to missing dma_parms
` [PATCH 4.19 30/91] riscv: Fix udelay in RV32
` [PATCH 4.19 31/91] Input: imx_keypad - make sure keyboard can always wake up system
` [PATCH 4.19 32/91] KVM: arm/arm64: vgic: Fix kvm_device leak in vgic_its_destroy
` [PATCH 4.19 33/91] mlxsw: spectrum: Disallow prio-tagged packets when PVID is removed
` [PATCH 4.19 34/91] ARM: davinci: da850-evm: call regulator_has_full_constraints()
` [PATCH 4.19 35/91] ARM: davinci: da8xx: specify dma_coherent_mask for lcdc
` [PATCH 4.19 36/91] mac80211: only warn once on chanctx_conf being NULL
` [PATCH 4.19 37/91] mac80211: do not start any work during reconfigure flow
` [PATCH 4.19 38/91] bpf, devmap: Fix premature entry free on destroying map
` [PATCH 4.19 39/91] bpf, devmap: Add missing bulk queue free
` [PATCH 4.19 40/91] bpf, devmap: Add missing RCU read lock on flush
` [PATCH 4.19 41/91] bpf, x64: fix stack layout of JITed bpf code
` [PATCH 4.19 42/91] qmi_wwan: add support for QMAP padding in the RX path
` [PATCH 4.19 43/91] qmi_wwan: avoid RCU stalls on device disconnect when in QMAP mode
` [PATCH 4.19 44/91] qmi_wwan: extend permitted QMAP mux_id value range
` [PATCH 4.19 45/91] mmc: core: complete HS400 before checking status
` [PATCH 4.19 46/91] md: fix for divide error in status_resync
` [PATCH 4.19 47/91] bnx2x: Check if transceiver implements DDM before access
` [PATCH 4.19 49/91] ip6_tunnel: allow not to count pkts on tstats by passing dev as NULL
` [PATCH 4.19 51/91] scsi: qedi: Check targetname while finding boot target information
` [PATCH 4.19 53/91] net: dsa: mv88e6xxx: fix shift of FID bits in mv88e6185_g1_vtu_loadpurge()
` [PATCH 4.19 55/91] net :sunrpc :clnt :Fix xps refcount imbalance on the error path
` [PATCH 4.19 56/91] fscrypt: dont set policy for a dead directory
` [PATCH 4.19 57/91] udf: Fix incorrect final NOT_ALLOCATED (hole) extent length
` [PATCH 4.19 59/91] ALSA: usb-audio: Fix parse of UAC2 Extension Units
` [PATCH 4.19 60/91] ALSA: hda/realtek - Headphone Mic cant record after S3
` [PATCH 4.19 62/91] perf pmu: Fix uncore PMU alias list for ARM64
` [PATCH 4.19 63/91] x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg()
` [PATCH 4.19 64/91] x86/tls: Fix possible spectre-v1 in do_get_thread_area()
` [PATCH 4.19 66/91] Documentation/admin: Remove the vsyscall=native documentation
` [PATCH 4.19 68/91] mwifiex: Dont abort on small, spec-compliant vendor IEs
` [PATCH 4.19 69/91] USB: serial: ftdi_sio: add ID for isodebug v1
` [PATCH 4.19 70/91] USB: serial: option: add support for GosunCn ME3630 RNDIS mode
` [PATCH 4.19 71/91] Revert "serial: 8250: Dont service RX FIFO if interrupts are disabled"
` [PATCH 4.19 72/91] p54usb: Fix race between disconnect and firmware loading
` [PATCH 4.19 73/91] usb: gadget: ether: Fix race between gether_disconnect and rx_submit
` [PATCH 4.19 74/91] usb: dwc2: use a longer AHB idle timeout in dwc2_core_reset()
` [PATCH 4.19 75/91] usb: renesas_usbhs: add a workaround for a race condition of workqueue
` [PATCH 4.19 76/91] drivers/usb/typec/tps6598x.c: fix portinfo width
` [PATCH 4.19 78/91] staging: comedi: dt282x: fix a null pointer deref on interrupt
` [PATCH 4.19 79/91] staging: comedi: amplc_pci230: fix "
` [PATCH 4.19 81/91] lkdtm: support llvm-objcopy
` [PATCH 4.19 83/91] carl9170: fix misuse of device driver API
` [PATCH 4.19 85/91] MIPS: Remove superfluous check for __linux__
` [PATCH 4.19 88/91] staging: bcm2835-camera: Ensure all buffers are returned on disable
` [PATCH 4.19 89/91] staging: bcm2835-camera: Remove check of the number of buffers supplied
` [PATCH 4.19 90/91] staging: bcm2835-camera: Handle empty EOS buffers whilst streaming
` [PATCH 4.19 91/91] staging: rtl8712: reduce stack usage, again

How to use Internet on BeagleBone Black with Xenomai
 2019-07-12 12:24 UTC 

[U-Boot] [PATCH v2 00/16] stm32m1 patches for v2019.10
 2019-07-12 12:24 UTC  (31+ messages)
` [U-Boot] [PATCH v2 01/16] stm32mp1: deactivate WATCHDOG in defconfig
` [U-Boot] [PATCH v2 02/16] stm32mp1: call regulators_enable_boot_on in board_init
` [U-Boot] [PATCH v2 03/16] stm32mp1: syscon: remove etzpc support
` [U-Boot] [PATCH v2 04/16] stm32mp1: syscon: remove stgen
` [U-Boot] [PATCH v2 05/16] dt-bindings: pinctrl: stm32: add new entry for package information
` [U-Boot] [PATCH v2 06/16] stm32mp1: export get_cpu_package function
` [U-Boot] [PATCH v2 07/16] stm32mp1: update package information in device tree
` [U-Boot] [PATCH v2 08/16] stm32mp1: update device tree with ETZPC status
` [U-Boot] [PATCH v2 09/16] stm32mp1: add stboard command
` [U-Boot] [PATCH v2 10/16] stm32mp1: key: add stm32key command
` [U-Boot] [PATCH v2 11/16] stm32mp1: update README
` [U-Boot] [PATCH v2 12/16] stm32mp1: cosmetic: remove unnecessary include
` [U-Boot] [PATCH v2 13/16] stm32mp1: configs: Add CONFIG_OF_SPL_REMOVE_PROPS
` [U-Boot] [PATCH v2 14/16] stm32mp1: add check for presence of environment in boot device
` [U-Boot] [PATCH v2 15/16] stm32mp1: force boot_net_usb_start

[PATCH] ovl: fix regression caused by overlapping layers detection
 2019-07-12 12:24 UTC 

[dpdk-dev] [RFC] mbuf: support dynamic fields and flags
 2019-07-12 12:23 UTC  (4+ messages)

[RFC v2 00/27] Kernel Address Space Isolation
 2019-07-12 12:17 UTC  (3+ messages)

[BUG] Kernel 5.2: mount fails with can't read superblock on /dev/sdb1 (kernel 5.1.16 and 4.19 is fine)
 2019-07-12 12:21 UTC  (3+ messages)

[Bug 110714] New: Xorg crashes randomly because of memory leak
 2019-07-12 12:20 UTC  (2+ messages)
  ` [Bug 110714] "

[PATCH] tty: amba-pl011: Make TX optimisation conditional
 2019-07-12 12:20 UTC  (5+ messages)

[U-Boot] [PATCH] spi: spi-mem: Fix read data size issue
 2019-07-12 12:20 UTC  (2+ messages)

[virtio-comment] [PATCH v7 0/5] Large shared memory regions
 2019-07-12 12:20 UTC  (6+ messages)
` [virtio-comment] [PATCH v7 1/5] shared memory: Define "
` [virtio-comment] [PATCH v7 2/5] pci: Define id field
` [virtio-comment] [PATCH v7 3/5] pci: Define virtio_pci_cap64
` [virtio-comment] [PATCH v7 4/5] shared memory: Define PCI capability
` [virtio-comment] [PATCH v7 5/5] shared memory: Define mmio registers

[PATCH net-next 00/11] Add drop monitor for offloaded data paths
 2019-07-12 12:18 UTC  (6+ messages)

[Qemu-devel] [PATCH v4] linux-user: fix to handle variably sized SIOCGSTAMP with new kernels
 2019-07-12 12:17 UTC  (3+ messages)

[igt-dev] [PATCH V6 i-g-t 0/6] igt: Add support for testing writeback connectors
 2019-07-12 12:17 UTC  (7+ messages)
` [Intel-gfx] [PATCH V6 i-g-t 3/6] lib: Add function to hash a framebuffer
  ` [igt-dev] "

[meta-oe][PATCH] protobuf: fix ptest compilation with hardening flags
 2019-07-12 12:17 UTC  (3+ messages)

[virtio-comment] [PATCH v6 0/5] Large shared memory regions
 2019-07-12 12:16 UTC  (4+ messages)
` [virtio-comment] [PATCH v6 4/5] shared memory: Define PCI capability
  ` [virtio-comment] "

[PATCH] spi-nor: intel-spi: Whitelist 4B read commands
 2019-07-12 12:14 UTC 

[PATCH v2 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA
 2019-07-12 12:12 UTC  (7+ messages)

overhead of auditd
 2019-07-12 12:14 UTC  (2+ messages)

[PATCH] drm/i915: Revert "drm/i915: Enable PSR2 by default"
 2019-07-12 12:13 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH v1 0/6] Harden list_for_each_entry_rcu() and family
 2019-07-12 12:12 UTC  (3+ messages)
` [PATCH v1 1/6] rcu: Add support for consolidated-RCU reader checking

[PATCH v2 1/2] x86/vdso: fix flip/flop vdso build bug
 2019-07-12 12:10 UTC  (6+ messages)
` [PATCH v2 2/2] arm64/vdso: "

[PATCH] libcobalt: Drop ignored version info from arch libs
 2019-07-12 12:10 UTC 

[Qemu-devel] [PATCH for-4.1 0/2] Compatibility fixes for nettle 2.7 vs 3.0 vs 3.5
 2019-07-12 12:10 UTC  (5+ messages)
` [Qemu-devel] [PATCH for-4.1 1/2] crypto: switch to modern nettle AES APIs
` [Qemu-devel] [PATCH for-4.1 2/2] crypto: fix function signatures for nettle 2.7 vs 3

[dpdk-dev] [PATCH v6 0/4] add IOVA = VA support in KNI
 2019-07-12 12:09 UTC  (2+ messages)

[PATCH] mt7601u: use params->ssn value directly
 2019-07-12 12:09 UTC 

[dpdk-dev] [PATCH 00/15] bnxt patch series
 2019-07-12 12:09 UTC  (4+ messages)
` [dpdk-dev] [PATCH 05/15] net/bnxt: reset Rx allocation state on port restart

[PATCH 1/3] mt76: mt76x02: use params->ssn value directly
 2019-07-12 12:08 UTC  (3+ messages)
` [PATCH 2/3] mt76: mt7603: "
` [PATCH 3/3] mt76: mt7615: "

[PATCH v3 0/6] drm/i915: Rename functions to match their entry points
 2019-07-12 12:08 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Rename functions to match their entry points (rev2)


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.