All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-01 16:49:51 to 2020-09-01 17:06:46 UTC [more...]

[PATCH 4.14 00/91] 4.14.196-rc1 review
 2020-09-01 15:11 UTC  (49+ messages)
` [PATCH 4.14 09/91] arm64: dts: qcom: msm8916: Pull down PDM GPIOs during sleep
` [PATCH 4.14 28/91] f2fs: fix use-after-free issue
` [PATCH 4.14 33/91] ceph: fix potential mdsc use-after-free crash
` [PATCH 4.14 36/91] media: davinci: vpif_capture: fix potential double free
` [PATCH 4.14 37/91] KVM: arm64: Fix symbol dependency in __hyp_call_panic_nvhe
` [PATCH 4.14 38/91] powerpc/spufs: add CONFIG_COREDUMP dependency
` [PATCH 4.14 41/91] Revert "ath10k: fix DMA related firmware crashes on multiple devices"
` [PATCH 4.14 42/91] media: gpio-ir-tx: improve precision of transmitted signal due to scheduling
` [PATCH 4.14 44/91] null_blk: fix passing of REQ_FUA flag in null_handle_rq
` [PATCH 4.14 45/91] i2c: rcar: in slave mode, clear NACK earlier
` [PATCH 4.14 46/91] usb: gadget: f_tcm: Fix some resource leaks in some error paths
` [PATCH 4.14 47/91] jbd2: make sure jh have b_transaction set in refile/unfile_buffer
` [PATCH 4.14 48/91] ext4: dont BUG on inconsistent journal feature
` [PATCH 4.14 51/91] spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rate
` [PATCH 4.14 52/91] s390/cio: add cond_resched() in the slow_eval_known_fn() loop
` [PATCH 4.14 53/91] scsi: ufs: Fix possible infinite loop in ufshcd_hold
` [PATCH 4.14 54/91] scsi: ufs: Improve interrupt handling for shared interrupts
` [PATCH 4.14 55/91] scsi: ufs: Clean up completed request without interrupt notification
` [PATCH 4.14 57/91] powerpc/perf: Fix soft lockups due to missed interrupt accounting
` [PATCH 4.14 58/91] HID: i2c-hid: Always sleep 60ms after I2C_HID_PWR_ON commands
` [PATCH 4.14 59/91] btrfs: fix space cache memory leak after transaction abort
` [PATCH 4.14 60/91] fbcon: prevent user font height or width change from causing potential out-of-bounds access
` [PATCH 4.14 61/91] USB: lvtest: return proper error code in probe
` [PATCH 4.14 62/91] vt: defer kfree() of vc_screenbuf in vc_do_resize()
` [PATCH 4.14 63/91] vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize()
` [PATCH 4.14 64/91] serial: samsung: Removes the IRQ not found warning
` [PATCH 4.14 65/91] serial: pl011: Fix oops on -EPROBE_DEFER
` [PATCH 4.14 66/91] serial: pl011: Dont leak amba_ports entry on driver register error
` [PATCH 4.14 67/91] serial: 8250_exar: Fix number of ports for Commtech PCIe cards
` [PATCH 4.14 68/91] serial: 8250: change lock order in serial8250_do_startup()
` [PATCH 4.14 69/91] writeback: Protect inode->i_io_list with inode->i_lock
` [PATCH 4.14 71/91] writeback: Fix sync livelock due to b_dirty_time processing
` [PATCH 4.14 72/91] XEN uses irqdesc::irq_data_common::handler_data to store a per interrupt XEN data pointer which contains XEN specific information
` [PATCH 4.14 73/91] xhci: Do warm-reset when both CAS and XDEV_RESUME are set
` [PATCH 4.14 74/91] PM: sleep: core: Fix the handling of pending runtime resume requests
` [PATCH 4.14 76/91] drm/amdgpu: Fix buffer overflow in INFO ioctl
` [PATCH 4.14 77/91] USB: yurex: Fix bad gfp argument
` [PATCH 4.14 79/91] USB: quirks: Add no-lpm quirk for another Raydium touchscreen
` [PATCH 4.14 80/91] USB: Ignore UAS for JMicron JMS567 ATA/ATAPI Bridge
` [PATCH 4.14 81/91] usb: host: ohci-exynos: Fix error handling in exynos_ohci_probe()
` [PATCH 4.14 82/91] overflow.h: Add allocation size calculation helpers
` [PATCH 4.14 83/91] USB: gadget: u_f: add overflow checks to VLA macros
` [PATCH 4.14 84/91] USB: gadget: f_ncm: add bounds checks to ncm_unwrap_ntb()
` [PATCH 4.14 85/91] USB: gadget: u_f: Unbreak offset calculation in VLAs
` [PATCH 4.14 87/91] usb: storage: Add unusual_uas entry for Sony PSZ drives
` [PATCH 4.14 88/91] btrfs: check the right error variable in btrfs_del_dir_entries_in_log
` [PATCH 4.14 89/91] tpm: Unify the mismatching TPM space buffer sizes
` [PATCH 4.14 91/91] ALSA: usb-audio: Update documentation comment for MS2109 quirk

[Help] Can't login to my systemd-homed user account due to fallocate failure
 2020-09-01 17:06 UTC  (9+ messages)

[PATCH v3 0/6] tracing: export event trace and trace_marker
 2020-09-01 17:05 UTC  (3+ messages)

[PATCH v3 1/3] mm/pageblock: mitigation cmpxchg false sharing in pageblock flags
 2020-09-01 17:06 UTC  (2+ messages)

colehargrove081803@gmail.com
 2020-09-01 17:04 UTC 

tidy up the buffer cache implementation v3
 2020-09-01 17:02 UTC  (7+ messages)
` [PATCH 13/15] xfs: simplify xfs_trans_getsb
` [PATCH 14/15] xfs: remove xfs_getsb
` [PATCH 15/15] xfs: reuse _xfs_buf_read for re-reading the superblock

[PATCH memory-model 0/9] LKMM updates for v5.10
 2020-09-01 17:04 UTC  (6+ messages)
` [PATCH kcsan 9/9] tools/memory-model: Document locking corner cases

[PATCH v2] iio: sx9310: Prefer async probe
 2020-09-01 17:01 UTC  (3+ messages)

[PATCH v2 1/2] mm/pageblock: mitigation cmpxchg false sharing in pageblock flags
 2020-09-01 17:04 UTC  (5+ messages)
` [PATCH v2 2/2] mm/pageblock: remove false sharing in pageblock_flags

[PATCH v2 0/9] IOASID extensions for guest SVA
 2020-09-01 17:03 UTC  (7+ messages)
` [PATCH v2 6/9] iommu/ioasid: Introduce notification APIs
` [PATCH v2 7/9] iommu/vt-d: Listen to IOASID notifications

[PATCH 0/2] prandom_u32: make output less predictable
 2020-09-01 15:19 UTC  (4+ messages)

[PATCH-for-5.2 0/4] hw/char/serial: Use the Clock API to feed the UART reference clock
 2020-09-01 17:02 UTC  (6+ messages)

Security Working Group Meeting - Wed 2 September
 2020-09-01 17:02 UTC 

stable-rc/linux-4.9.y build: 196 builds: 1 failed, 195 passed, 4 warnings (v4.9.234-79-gdefc50a6f06c)
 2020-09-01 17:02 UTC 

master - cleanup: better expressing passing key arg to _hash
 2020-09-01 17:02 UTC 

master - cleanup: add spaces between literals
 2020-09-01 17:02 UTC 

master - cleanup: user force_t enums instead of ints
 2020-09-01 17:02 UTC 

[PATCH V2 00/12] nvmet: passthru fixes and improvements
 2020-09-01 17:02 UTC  (5+ messages)
` [PATCH V2 07/12] nvmet: decouple nvme_ctrl_get_by_path()
` [PATCH V2 08/12] nvmet: move get/put ctrl into dev open/release

master - cleanup: matching declaration order
 2020-09-01 17:02 UTC 

Best way to add caching to a new raid setup
 2020-09-01 17:01 UTC  (10+ messages)

master - cov: avoid duplicated assign
 2020-09-01 17:02 UTC 

[PATCH RFC 0/2] Add log dirty support
 2020-09-01 15:20 UTC  (5+ messages)
` [PATCH RFC 2/2] target/kvm: Add interfaces needed for log dirty

master - cov: always initialized values
 2020-09-01 17:02 UTC 

master - cov: explicitely ignore function result
 2020-09-01 17:02 UTC 

master - cov: always sure we end with '0'
 2020-09-01 17:02 UTC 

master - gcc: keep using unsigned type
 2020-09-01 17:02 UTC 

master - gcc: preserve constness of buffer
 2020-09-01 17:02 UTC 

master - gcc: zero-sized array to fexlible array C99
 2020-09-01 17:02 UTC 

master - gcc: change zero-sized array to fexlible array
 2020-09-01 17:02 UTC 

master - dmsetup: initilize winsize struct
 2020-09-01 17:01 UTC 

master - tests: filefrag needs to support -e
 2020-09-01 17:01 UTC 

[PATCH v2 1/4] ARM: exynos: clear L310_AUX_CTRL_NS_LOCKDOWN in default l2c_aux_val
 2020-09-01 17:00 UTC  (8+ messages)

Patchwork housekeeping for: linux-renesas-soc
 2020-09-01 15:20 UTC 

master - cachevol: correcting 64b math
 2020-09-01 17:01 UTC 

[PATCH v12 0/8] xfs: Delayed Attributes
 2020-09-01 17:00 UTC  (3+ messages)
` [PATCH v12 1/8] xfs: Add delay ready attr remove routines

[RFC RESEND PATCH 0/1] USB EHCI: repeated resets on full and low speed devices
 2020-09-01 17:00 UTC  (4+ messages)

[PATCH v3 0/5] pc-bios: s390x: Cleanup part 2
 2020-09-01 16:59 UTC  (3+ messages)
` [PATCH v3 3/5] pc-bios: s390x: Use reset PSW if avaliable

[PATCH v2 6/9] spi: spi-s3c64xx: Check return values
 2020-09-01 15:21 UTC  (2+ messages)

[PATCH 4.19 000/125] 4.19.143-rc1 review
 2020-09-01 15:11 UTC  (63+ messages)
` [PATCH 4.19 001/125] powerpc/64s: Dont init FSCR_DSCR in __init_FSCR()
` [PATCH 4.19 003/125] net: Fix potential wrong skb->protocol in skb_vlan_untag()
` [PATCH 4.19 004/125] net: qrtr: fix usage of idr in port assignment to socket
` [PATCH 4.19 007/125] net: ena: Make missed_tx stat incremental
` [PATCH 4.19 009/125] ALSA: pci: delete repeated words in comments
` [PATCH 4.19 010/125] ASoC: img: Fix a reference count leak in img_i2s_in_set_fmt
` [PATCH 4.19 011/125] ASoC: img-parallel-out: Fix a reference count leak
` [PATCH 4.19 012/125] ASoC: tegra: Fix reference count leaks
` [PATCH 4.19 016/125] media: pci: ttpci: av7110: fix possible buffer overflow caused by bad DMA value in debiirq()
` [PATCH 4.19 020/125] drm/amdkfd: Fix reference count leaks
` [PATCH 4.19 022/125] drm/amdgpu: fix ref count leak in amdgpu_driver_open_kms
` [PATCH 4.19 024/125] drm/amdgpu: fix ref count leak in amdgpu_display_crtc_set_config
` [PATCH 4.19 025/125] drm/amdgpu/display: fix ref count leak when pm_runtime_get_sync fails
` [PATCH 4.19 026/125] scsi: lpfc: Fix shost refcount mismatch when deleting vport
` [PATCH 4.19 027/125] xfs: Dont allow logging of XFS_ISTALE inodes
` [PATCH 4.19 029/125] f2fs: fix error path in do_recover_data()
` [PATCH 4.19 030/125] omapfb: fix multiple reference count leaks due to pm_runtime_get_sync
` [PATCH 4.19 033/125] rtlwifi: rtl8192cu: Prevent leaking urb
` [PATCH 4.19 034/125] mips/vdso: Fix resource leaks in genvdso.c
` [PATCH 4.19 035/125] cec-api: prevent leaking memory through hole in structure
` [PATCH 4.19 038/125] drm/nouveau/drm/noveau: fix reference count leak in nouveau_fbcon_open
` [PATCH 4.19 039/125] drm/nouveau: fix reference count leak in nv50_disp_atomic_commit
` [PATCH 4.19 040/125] drm/nouveau: Fix reference count leak in nouveau_connector_detect
` [PATCH 4.19 045/125] scsi: fcoe: Memory leak fix in fcoe_sysfs_fcf_del()
` [PATCH 4.19 046/125] EDAC/ie31200: Fallback if host bridge device is already initialized
` [PATCH 4.19 049/125] powerpc/spufs: add CONFIG_COREDUMP dependency
` [PATCH 4.19 050/125] USB: sisusbvga: Fix a potential UB casued by left shifting a negative value
` [PATCH 4.19 053/125] media: gpio-ir-tx: improve precision of transmitted signal due to scheduling
` [PATCH 4.19 055/125] nvme-fc: Fix wrong return value in __nvme_fc_init_request()
` [PATCH 4.19 056/125] null_blk: fix passing of REQ_FUA flag in null_handle_rq
` [PATCH 4.19 059/125] jbd2: make sure jh have b_transaction set in refile/unfile_buffer
` [PATCH 4.19 063/125] ext4: handle option set by mount flags correctly
` [PATCH 4.19 065/125] ext4: correctly restore system zone info when remount fails
` [PATCH 4.19 074/125] scsi: qla2xxx: Check if FW supports MQ before enabling
` [PATCH 4.19 076/125] Revert "scsi: qla2xxx: Fix crash on qla2x00_mailbox_command"
` [PATCH 4.19 077/125] macvlan: validate setting of multiple remote source MAC addresses
` [PATCH 4.19 078/125] net: gianfar: Add of_node_put() before goto statement
` [PATCH 4.19 079/125] powerpc/perf: Fix soft lockups due to missed interrupt accounting
` [PATCH 4.19 083/125] btrfs: reset compression level for lzo on remount
` [PATCH 4.19 084/125] btrfs: fix space cache memory leak after transaction abort
` [PATCH 4.19 086/125] USB: lvtest: return proper error code in probe
` [PATCH 4.19 087/125] vt: defer kfree() of vc_screenbuf in vc_do_resize()
` [PATCH 4.19 089/125] serial: samsung: Removes the IRQ not found warning
` [PATCH 4.19 098/125] usb: host: xhci: fix ep context print mismatch in debugfs
` [PATCH 4.19 100/125] xhci: Always restore EP_SOFT_CLEAR_TOGGLE even if ep reset failed
` [PATCH 4.19 104/125] irqchip/stm32-exti: Avoid losing interrupts due to clearing pending bits by mistake
` [PATCH 4.19 105/125] drm/amdgpu: Fix buffer overflow in INFO ioctl
` [PATCH 4.19 106/125] drm/amd/pm: correct Vega10 swctf limit setting
` [PATCH 4.19 107/125] drm/amd/pm: correct Vega12 "
` [PATCH 4.19 108/125] USB: yurex: Fix bad gfp argument
` [PATCH 4.19 109/125] usb: uas: Add quirk for PNY Pro Elite
` [PATCH 4.19 110/125] USB: quirks: Add no-lpm quirk for another Raydium touchscreen
` [PATCH 4.19 111/125] USB: quirks: Ignore duplicate endpoint on Sound Devices MixPre-D
` [PATCH 4.19 113/125] usb: host: ohci-exynos: Fix error handling in exynos_ohci_probe()
` [PATCH 4.19 114/125] USB: gadget: u_f: add overflow checks to VLA macros
` [PATCH 4.19 115/125] USB: gadget: f_ncm: add bounds checks to ncm_unwrap_ntb()
` [PATCH 4.19 116/125] USB: gadget: u_f: Unbreak offset calculation in VLAs
` [PATCH 4.19 118/125] usb: storage: Add unusual_uas entry for Sony PSZ drives
` [PATCH 4.19 121/125] usb: dwc3: gadget: Fix handling ZLP
` [PATCH 4.19 122/125] usb: dwc3: gadget: Handle ZLP for sg requests
` [PATCH 4.19 124/125] HID: hiddev: Fix slab-out-of-bounds write in hiddev_ioctl_usage()
` [PATCH 4.19 125/125] ALSA: usb-audio: Update documentation comment for MS2109 quirk

[PATCH 4/5] media: uvcvideo: Protect uvc queue file operations against disconnect
 2020-09-01 16:58 UTC  (4+ messages)

[PATCH] memory: tegra: Remove GPU from DRM IOMMU group
 2020-09-01 16:57 UTC  (2+ messages)

a saner API for allocating DMA addressable pages
 2020-09-01 16:53 UTC  (14+ messages)
` [PATCH 07/28] 53c700: improve non-coherent DMA handling

When building OpenBMC . . . ?
 2020-09-01 16:56 UTC  (5+ messages)

[dpdk-dev] [RFC] usertools: Replace dpdk-setup with a python curses based script
 2020-09-01 16:56 UTC  (2+ messages)
` [dpdk-dev] [PATCH] usertools: add huge page setup script

[PATCH v2 0/7] set clang minimum version to 10.0.1
 2020-09-01 16:55 UTC  (4+ messages)
` [PATCH v2 2/7] Revert "kbuild: disable clang's default use of -fmerge-all-constants"

[PATCH] PCI: qcom: Make sure PCIe is reset before init for rev 2.1.0
 2020-09-01 16:55 UTC  (2+ messages)

✅ PASS: Test report for kernel 5.9.0-rc3-f75aef3.cki (arm-next)
 2020-09-01 16:52 UTC 

[PATCH 00/13] remoteproc: Add support for detaching from rproc
 2020-09-01 16:55 UTC  (2+ messages)

[RFC PATCH] xfs: add inline helper to convert from data fork to xfs_attr_shortform
 2020-09-01 15:23 UTC  (3+ messages)

[PATCH] iio: sx9310: Prefer async probe
 2020-09-01 15:23 UTC  (8+ messages)

[PATCH] x86/uaccess: Use pointer masking to limit uaccess speculation
 2020-09-01 15:24 UTC  (9+ messages)

[RFC PATCH 0/4] block/bpf: add eBPF based block layer IO filtering
 2020-09-01 16:53 UTC  (4+ messages)
` [RFC PATCH 1/4] bpf: add new prog_type BPF_PROG_TYPE_IO_FILTER

[PATCH 0/4] Support non-blocking pidfds
 2020-09-01 16:53 UTC  (5+ messages)
` [PATCH 1/4] pidfd: support PIDFD_NONBLOCK in pidfd_open()

[RFC PATCH] certs: Add EFI_CERT_X509_GUID support for dbx entries
 2020-09-01 16:51 UTC  (2+ messages)

[PATCH v2 09/12] phy: tegra: xusb: t186: support wake and sleepwalk
 2020-09-01 16:51 UTC  (2+ messages)

[PATCH 1/6] mtd: onenand: Simplify with dev_err_probe()
 2020-09-01 14:25 UTC  (4+ messages)
` [PATCH 3/6] mtd: rawnand: gpmi: "
` [PATCH 4/6] mtd: rawnand: marvell: "
` [PATCH 6/6] mtd: rawnand: qcom: "

Need update CI build config for new repo smbios-mdr
 2020-09-01 16:41 UTC  (3+ messages)

[PATCH v11 0/5] support reserving crashkernel above 4G on arm64 kdump
 2020-09-01 16:50 UTC  (6+ messages)
` [PATCH v11 2/5] x86: kdump: move reserve_crashkernel_low() into crash_core.c

[PATCH v3 00/23] Use asm-generic for mmu_context no-op functions
 2020-09-01 16:51 UTC  (3+ messages)
` [PATCH v3 02/23] alpha: use asm-generic/mmu_context.h for no-op implementations

Various problems for the Xen for XenGT code and guide
 2020-09-01 16:50 UTC  (3+ messages)
  ` [Intel-gfx] "

[RFC PATCH v7 00/23] Core scheduling v7
 2020-09-01 16:50 UTC  (4+ messages)
` [RFC PATCH v7 17/23] kernel/entry: Add support for core-wide protection of kernel-mode

[PATCH] arm64/kvm: Fix zapping stage2 page table wrongly
 2020-09-01 16:50 UTC  (4+ messages)

[Intel-gfx] [PATCH 1/4] drm/i915/display: Ignore IGNORE_PSR2_HW_TRACKING for platforms without sel fetch
 2020-09-01 16:49 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/4] "

[PATCH v16 00/20] iommu/arm-smmu + drm/msm: per-process GPU pgtables
 2020-09-01 16:46 UTC  (2+ messages)
` [PATCH v16 18/20] dt-bindings: arm-smmu: Add compatible string for Adreno GPU SMMU


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.