All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-02-18 14:02:50 to 2019-02-18 14:11:32 UTC [more...]

[PATCH 3.18 000/108] 3.18.135-stable review
 2019-02-18 13:44 UTC  (45+ messages)
` [PATCH 3.18 004/108] x86/PCI: Fix Broadcom CNB20LE unintended sign extension (redux)
` [PATCH 3.18 006/108] serial: fsl_lpuart: clear parity enable bit when disable parity
` [PATCH 3.18 008/108] staging: iio: ad7780: update voltage on read
` [PATCH 3.18 009/108] ARM: OMAP2+: hwmod: Fix some section annotations
` [PATCH 3.18 011/108] perf tools: Add Hygon Dhyana support
` [PATCH 3.18 012/108] soc/tegra: Dont leak device tree node reference
` [PATCH 3.18 013/108] f2fs: move dir data flush to write checkpoint process
` [PATCH 3.18 014/108] nfsd4: fix crash on writing v4_end_grace before nfsd startup
` [PATCH 3.18 015/108] arm64: ftrace: dont adjust the LR value
` [PATCH 3.18 016/108] media: DaVinci-VPBE: fix error handling in vpbe_initialize()
` [PATCH 3.18 018/108] usb: hub: delay hub autosuspend if USB3 port is still link training
` [PATCH 3.18 020/108] ARM: dts: Fix OMAP4430 SDP Ethernet startup
` [PATCH 3.18 022/108] sata_rcar: fix deferred probing
` [PATCH 3.18 023/108] clk: imx6sl: ensure MMDC CH0 handshake is bypassed
` [PATCH 3.18 025/108] udf: Fix BUG on corrupted inode
` [PATCH 3.18 026/108] ARM: pxa: avoid section mismatch warning
` [PATCH 3.18 028/108] memstick: Prevent memstick host from getting runtime suspended during card detection
` [PATCH 3.18 029/108] arm64: KVM: Skip MMIO insn after emulation
` [PATCH 3.18 030/108] powerpc/uaccess: fix warning/error with access_ok()
` [PATCH 3.18 031/108] xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spi
` [PATCH 3.18 033/108] drbd: disconnect, if the wrong UUIDs are attached on a connected peer
` [PATCH 3.18 034/108] drbd: skip spurious timeout (ping-timeo) when failing promote
` [PATCH 3.18 035/108] drbd: Avoid Clang warning about pointless switch statment
` [PATCH 3.18 036/108] video: clps711x-fb: release disp device node in probe()
` [PATCH 3.18 037/108] fbdev: fbmem: behave better with small rotated displays and many CPUs
` [PATCH 3.18 038/108] igb: Fix an issue that PME is not enabled during runtime suspend
` [PATCH 3.18 041/108] hwmon: (lm80) fix a missing check of the status of SMBus read
` [PATCH 3.18 042/108] hwmon: (lm80) fix a missing check of bus read in lm80 probe
` [PATCH 3.18 043/108] crypto: ux500 - Use proper enum in cryp_set_dma_transfer
` [PATCH 3.18 044/108] crypto: ux500 - Use proper enum in hash_set_dma_transfer
` [PATCH 3.18 047/108] niu: fix missing checks of niu_pci_eeprom_read
` [PATCH 3.18 049/108] ocfs2: dont clear bh uptodate for block read
` [PATCH 3.18 050/108] isdn: hisax: hfc_pci: Fix a possible concurrency use-after-free bug in HFCPCI_l1hw()
` [PATCH 3.18 059/108] net: systemport: Fix WoL with password after deep sleep
` [PATCH 3.18 061/108] enic: fix checksum validation for IPv6
` [PATCH 3.18 062/108] ALSA: compress: Fix stop handling on compressed capture streams
` [PATCH 3.18 063/108] fuse: call pipe_buf_release() under pipe lock
` [PATCH 3.18 064/108] fuse: decrement NR_WRITEBACK_TEMP on the right page
` [PATCH 3.18 065/108] fuse: handle zero sized retrieve correctly
` [PATCH 3.18 067/108] usb: phy: am335x: fix race condition in _probe
` [PATCH 3.18 068/108] usb: gadget: udc: net2272: Fix bitwise and boolean operations
` [PATCH 3.18 069/108] scsi: aic94xx: fix module loading
` [PATCH 3.18 070/108] KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)
` [PATCH 3.18 072/108] perf/x86/intel/uncore: Add Node ID mask

[v2] block: Fix a WRITE SAME BUG_ON
 2019-02-18 14:10 UTC  (16+ messages)
` [dm-devel] "
  `  "
                ` [dm-devel] "

[Qemu-devel] [PATCH v4 00/17] block: local qiov helper
 2019-02-18 14:09 UTC  (18+ messages)
` [Qemu-devel] [PATCH v4 01/17] block: enhance QEMUIOVector structure
` [Qemu-devel] [PATCH v4 02/17] block/io: use qemu_iovec_init_buf
` [Qemu-devel] [PATCH v4 03/17] block/block-backend: use QEMU_IOVEC_INIT_BUF
` [Qemu-devel] [PATCH v4 04/17] block/backup: use qemu_iovec_init_buf
` [Qemu-devel] [PATCH v4 05/17] block/commit: use QEMU_IOVEC_INIT_BUF
` [Qemu-devel] [PATCH v4 06/17] block/stream: "
` [Qemu-devel] [PATCH v4 07/17] block/parallels: "
` [Qemu-devel] [PATCH v4 08/17] block/qcow: use qemu_iovec_init_buf
` [Qemu-devel] [PATCH v4 09/17] block/qcow2: "
` [Qemu-devel] [PATCH v4 10/17] block/qed: "
` [Qemu-devel] [PATCH v4 11/17] block/vmdk: "
` [Qemu-devel] [PATCH v4 12/17] qemu-img: "
` [Qemu-devel] [PATCH v4 13/17] migration/block: "
` [Qemu-devel] [PATCH v4 14/17] tests/test-bdrv-drain: use QEMU_IOVEC_INIT_BUF
` [Qemu-devel] [PATCH v4 15/17] hw/ide: drop iov field from IDEState
` [Qemu-devel] [PATCH v4 16/17] hw/ide: drop iov field from IDEBufferedRequest
` [Qemu-devel] [PATCH v4 17/17] hw/ide: drop iov field from IDEDMA

[BUG] ls-files showing deleted files (unchecked lstat return value)
 2019-02-18 14:09 UTC  (3+ messages)

[Qemu-devel] [PULL 00/10] s390x update
 2019-02-18 14:09 UTC  (3+ messages)

[PATCH v4 0/4] Add driver for Mediatek-based GNSS receivers
 2019-02-18 14:08 UTC  (6+ messages)
` [PATCH v4 2/4] dt-bindings: gnss: add mediatek binding

possible deadlock in console_unlock
 2019-02-18 14:07 UTC  (6+ messages)

[PATCH i-g-t 1/8] i915/gem_eio: Check that context create fails when wedged
 2019-02-18 14:08 UTC  (8+ messages)
` [PATCH i-g-t 8/8] kms_fence_pin_leak: Move beneath i915/
          ` [igt-dev] "

[PATCH 0/5] Adding scale support to the lpc32xx ADC driver
 2019-02-18 14:07 UTC  (6+ messages)
` [PATCH 4/5] iio:adc:lpc32xx Cleanup headers

[PATCH 4.4 000/143] 4.4.175-stable review
 2019-02-18 13:44 UTC  (72+ messages)
` [PATCH 4.4 017/143] f2fs: move dir data flush to write checkpoint process
` [PATCH 4.4 043/143] xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spi
` [PATCH 4.4 045/143] cw1200: Fix concurrency use-after-free bugs in cw1200_hw_scan()
` [PATCH 4.4 046/143] drbd: narrow rcu_read_lock in drbd_sync_handshake
` [PATCH 4.4 047/143] drbd: disconnect, if the wrong UUIDs are attached on a connected peer
` [PATCH 4.4 048/143] drbd: skip spurious timeout (ping-timeo) when failing promote
` [PATCH 4.4 051/143] fbdev: fbmem: behave better with small rotated displays and many CPUs
` [PATCH 4.4 052/143] igb: Fix an issue that PME is not enabled during runtime suspend
` [PATCH 4.4 054/143] KVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupported
` [PATCH 4.4 055/143] NFS: nfs_compare_mount_options always compare auth flavors
` [PATCH 4.4 056/143] hwmon: (lm80) fix a missing check of the status of SMBus read
` [PATCH 4.4 057/143] hwmon: (lm80) fix a missing check of bus read in lm80 probe
` [PATCH 4.4 058/143] seq_buf: Make seq_buf_puts() null-terminate the buffer
` [PATCH 4.4 060/143] crypto: ux500 - Use proper enum in hash_set_dma_transfer
` [PATCH 4.4 061/143] cifs: check ntwrk_buf_start for NULL before dereferencing it
` [PATCH 4.4 062/143] um: Avoid marking pages with "changed protection"
` [PATCH 4.4 063/143] niu: fix missing checks of niu_pci_eeprom_read
` [PATCH 4.4 065/143] ocfs2: dont clear bh uptodate for block read
` [PATCH 4.4 066/143] isdn: hisax: hfc_pci: Fix a possible concurrency use-after-free bug in HFCPCI_l1hw()
` [PATCH 4.4 068/143] block/swim3: Fix -EBUSY error when re-opening device after unmount
` [PATCH 4.4 069/143] HID: lenovo: Add checks to fix of_led_classdev_register
` [PATCH 4.4 070/143] kernel/hung_task.c: break RCU locks based on jiffies
` [PATCH 4.4 071/143] fs/epoll: drop ovflist branch prediction
` [PATCH 4.4 072/143] exec: load_script: dont blindly truncate shebang string
` [PATCH 4.4 073/143] thermal: hwmon: inline helpers when CONFIG_THERMAL_HWMON is not set
` [PATCH 4.4 074/143] test_hexdump: use memcpy instead of strncpy
` [PATCH 4.4 075/143] tipc: use destination length for copy string
` [PATCH 4.4 076/143] string: drop __must_check from strscpy() and restore strscpy() usages in cgroup
` [PATCH 4.4 077/143] dccp: fool proof ccid_hc_[rt]x_parse_options()
` [PATCH 4.4 078/143] enic: fix checksum validation for IPv6
` [PATCH 4.4 079/143] net: dp83640: expire old TX-skb
` [PATCH 4.4 082/143] net: dsa: slave: Dont propagate flag changes on down slave interfaces
` [PATCH 4.4 084/143] ALSA: hda - Serialize codec registrations
` [PATCH 4.4 086/143] fuse: decrement NR_WRITEBACK_TEMP on the right page
` [PATCH 4.4 087/143] fuse: handle zero sized retrieve correctly
` [PATCH 4.4 088/143] dmaengine: imx-dma: fix wrong callback invoke
` [PATCH 4.4 090/143] usb: gadget: udc: net2272: Fix bitwise and boolean operations
` [PATCH 4.4 091/143] scsi: aic94xx: fix module loading
` [PATCH 4.4 092/143] KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)
` [PATCH 4.4 093/143] KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7221)
` [PATCH 4.4 095/143] x86/MCE: Initialize mce.bank in the case of a fatal error in mce_no_way_out()
` [PATCH 4.4 096/143] perf/core: Dont WARN() for impossible ring-buffer sizes
` [PATCH 4.4 097/143] perf tests evsel-tp-sched: Fix bitwise operator
` [PATCH 4.4 098/143] mtd: rawnand: gpmi: fix MX28 bus master lockup problem
` [PATCH 4.4 100/143] signal: Better detection of synchronous signals
` [PATCH 4.4 101/143] misc: vexpress: Off by one in vexpress_syscfg_exec()
` [PATCH 4.4 102/143] debugfs: fix debugfs_rename parameter checking
` [PATCH 4.4 104/143] MIPS: OCTEON: dont set octeon_dma_bar_type if PCI is disabled
` [PATCH 4.4 105/143] MIPS: VDSO: Include $(ccflags-vdso) in o32,n32 .lds builds
` [PATCH 4.4 108/143] drm/modes: Prevent division by zero htotal
` [PATCH 4.4 109/143] drm/vmwgfx: Fix setting of dma masks
` [PATCH 4.4 110/143] drm/vmwgfx: Return error code from vmw_execbuf_copy_fence_user
` [PATCH 4.4 111/143] HID: debug: fix the ring buffer implementation
` [PATCH 4.4 112/143] NFC: nxp-nci: Include unaligned.h instead of access_ok.h
` [PATCH 4.4 113/143] Revert "cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)"
` [PATCH 4.4 114/143] libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()
` [PATCH 4.4 120/143] ARM: dts: da850-evm: Correct the sound card name
` [PATCH 4.4 121/143] ARM: dts: kirkwood: Fix polarity of GPIO fan lines
` [PATCH 4.4 124/143] Documentation/network: reword kernel version reference
` [PATCH 4.4 128/143] ALSA: hda - Add quirk for HP EliteBook 840 G5
` [PATCH 4.4 130/143] Input: bma150 - register input device after setting private data
` [PATCH 4.4 132/143] alpha: fix page fault handling for r16-r18 targets
` [PATCH 4.4 133/143] alpha: Fix Eiger NR_IRQS to 128
` [PATCH 4.4 134/143] tracing/uprobes: Fix output for multiple string arguments
` [PATCH 4.4 135/143] x86/platform/UV: Use efi_runtime_lock to serialise BIOS calls
` [PATCH 4.4 136/143] signal: Restore the stop PTRACE_EVENT_EXIT
` [PATCH 4.4 137/143] x86/a.out: Clear the dump structure initially
` [PATCH 4.4 138/143] dm thin: fix bug where bio that overwrites thin block ignores FUA
` [PATCH 4.4 139/143] smsc95xx: Use skb_cow_head to deal with cloned skbs
` [PATCH 4.4 141/143] kaweth: use skb_cow_head() "
` [PATCH 4.4 143/143] pinctrl: msm: fix gpio-hog related boot issues

[PATCH] [V2]r8152: Add support for MAC address pass through on RTL8153-BD
 2019-02-18 14:00 UTC 

[RFC PATCH] arm64/fpsimd: Don't disable softirq when touching FPSIMD/SVE state
 2019-02-18 14:07 UTC  (5+ messages)

[Qemu-devel] [PATCH v5 00/10] virtio-blk: add DISCARD and WRITE_ZEROES features
 2019-02-18 14:03 UTC  (11+ messages)
` [Qemu-devel] [PATCH v5 01/10] virtio-blk: add acct_failed param to virtio_blk_handle_rw_error()
` [Qemu-devel] [PATCH v5 02/10] virtio-blk: add host_features field in VirtIOBlock
` [Qemu-devel] [PATCH v5 03/10] virtio-blk: add "discard" and "write-zeroes" properties
` [Qemu-devel] [PATCH v5 04/10] virtio-net: make VirtIOFeature usable for other virtio devices
` [Qemu-devel] [PATCH v5 05/10] virtio-blk: set config size depending on the features enabled
` [Qemu-devel] [PATCH v5 06/10] virtio-blk: add DISCARD and WRITE_ZEROES features
` [Qemu-devel] [PATCH v5 07/10] tests/virtio-blk: change assert on data_size in virtio_blk_request()
` [Qemu-devel] [PATCH v5 08/10] tests/virtio-blk: add virtio_blk_fix_dwz_hdr() function
` [Qemu-devel] [PATCH v5 09/10] tests/virtio-blk: add test for WRITE_ZEROES command
` [Qemu-devel] [PATCH v5 10/10] tests/virtio-blk: add test for DISCARD command

[Qemu-devel] [PULL 00/18] QAPI patches for 2019-02-18
 2019-02-18 14:06 UTC  (19+ messages)
` [Qemu-devel] [PULL 01/18] qapi: Belatedly document modular code generation
` [Qemu-devel] [PULL 02/18] qapi: Fix up documentation for recent commit a95291007b2
` [Qemu-devel] [PULL 03/18] qapi: Clean up modular built-in code generation a bit
` [Qemu-devel] [PULL 04/18] qapi: Prepare for system modules other than 'builtin'
` [Qemu-devel] [PULL 05/18] qapi: Generate QAPIEvent stuff into separate files
` [Qemu-devel] [PULL 06/18] build-sys: move qmp-introspect per target
` [Qemu-devel] [PULL 07/18] build: Deal with all of QAPI's .o in qapi/Makefile.objs
` [Qemu-devel] [PULL 08/18] qapi: New module target.json
` [Qemu-devel] [PULL 09/18] qapi: make rtc-reset-reinjection and SEV depend on TARGET_I386
` [Qemu-devel] [PULL 10/18] qapi: make s390 commands depend on TARGET_S390X
` [Qemu-devel] [PULL 11/18] target.json: add a note about query-cpu* not being s390x-specific
` [Qemu-devel] [PULL 12/18] qapi: make query-gic-capabilities depend on TARGET_ARM
` [Qemu-devel] [PULL 13/18] qapi: make query-cpu-model-expansion depend on s390 or x86
` [Qemu-devel] [PULL 14/18] qapi: make query-cpu-definitions depend on specific targets
` [Qemu-devel] [PULL 15/18] qapi: remove qmp_unregister_command()
` [Qemu-devel] [PULL 16/18] Revert "qapi-events: add 'if' condition to implicit event enum"
` [Qemu-devel] [PULL 17/18] qmp: Deprecate query-events in favor of query-qmp-schema
` [Qemu-devel] [PULL 18/18] qapi: move RTC_CHANGE to the target schema

[LKP] efad4e475c [ 40.308255] Oops: 0000 [#1] PREEMPT SMP PTI
 2019-02-18 14:05 UTC  (6+ messages)

[RFC PATCH v1 00/25] printk: new implementation
 2019-02-18 14:05 UTC  (3+ messages)
` [RFC PATCH v1 06/25] printk-rb: add blocking reader support

[PATCH 1/8] include/fsl: add common FlexTimer #defines in a separate header
 2019-02-18 14:03 UTC  (9+ messages)
` [PATCH 2/8] drivers/pwm: pwm-fsl-ftm: use common header for FlexTimer #defines
` [PATCH 3/8] drivers/clocksource: timer-fsl-ftm: "
` [PATCH 4/8] dt-bindings: iio/counter: ftm-quaddec
` [PATCH 5/8] iio/counter: add FlexTimer Module Quadrature decoder counter driver
` [PATCH 6/8] LS1021A: dtsi: add ftm quad decoder entries
` [PATCH 7/8] dt-bindings: iio/counter: ftm-quaddec: add poll-interval parameter

[Buildroot] [autobuild.buildroot.net] Build results for 2019-02-17
 2019-02-18 14:05 UTC  (2+ messages)

[PATCH V2 0/3] Renesas Stout board support (R-Car Gen2)
 2019-02-18 14:05 UTC  (3+ messages)
` [PATCH V2 3/3] xen/arm: Add SCIFA UART support for early printk

Fwd: xen: credit2: credit2 can’t reach the throughput as expected
 2019-02-18 14:04 UTC 

[PATCH net-next] cfg80211: pmsr: use eth_broadcast_addr() to assign broadcast address
 2019-02-18 14:04 UTC  (4+ messages)

[virtio-dev] [PATCH v2 0/4] virtio-blk: discard and write zeroes clarifications
 2019-02-18 14:04 UTC  (5+ messages)
` [virtio-dev] [PATCH v2 1/4] virtio-blk: document data[] size constraints
  ` [virtio-dev] "

[U-Boot] [PATCH v3 0/9] arm: exynos: Fix reboot on Odroid HC1
 2019-02-18 14:03 UTC  (3+ messages)
` [U-Boot] [PATCH v3 6/9] regulator: Add support for ramp delay

[PATCH v2 0/5] KVM: arm/arm64: add support for chained counters
 2019-02-18 14:02 UTC  (7+ messages)
` [PATCH v2 5/5] KVM: arm/arm64: support chained PMU counters


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.