All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-08-22 17:14:39 to 2019-08-22 17:27:04 UTC [more...]

[PATCH 4.4 00/78] 4.4.190-stable review
 2019-08-22 17:19 UTC  (27+ messages)
` [PATCH 4.4 01/78] usb: iowarrior: fix deadlock on disconnect
` [PATCH 4.4 02/78] sound: fix a memory leak bug
` [PATCH 4.4 06/78] perf db-export: Fix thread__exec_comm()
` [PATCH 4.4 08/78] can: peak_usb: fix potential double kfree_skb()
` [PATCH 4.4 14/78] s390/qdio: add sanity checks to the fast-requeue path
` [PATCH 4.4 15/78] ALSA: compress: Fix regression on compressed capture streams
` [PATCH 4.4 18/78] perf probe: Avoid calling freeing routine multiple times for same pointer
` [PATCH 4.4 21/78] scsi: ibmvfc: fix WARN_ON during event pool release
` [PATCH 4.4 24/78] can: peak_usb: pcan_usb_pro: Fix info-leaks to USB devices
` [PATCH 4.4 26/78] hwmon: (nct7802) Fix wrong detection of in4 presence
` [PATCH 4.4 37/78] ALSA: hda - Fix a memory leak bug
` [PATCH 4.4 38/78] HID: holtek: test for sanity of intfdata
` [PATCH 4.4 43/78] net: usb: pegasus: fix improper read if get_registers() fail
` [PATCH 4.4 46/78] perf header: Fix divide by zero error if f_header.attr_size==0
` [PATCH 4.4 51/78] kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modules
` [PATCH 4.4 52/78] IB/core: Add mitigation for Spectre V1
` [PATCH 4.4 54/78] asm-generic: fix -Wtype-limits compiler warnings
` [PATCH 4.4 55/78] staging: comedi: dt3000: Fix signed integer overflow divider * base
` [PATCH 4.4 56/78] staging: comedi: dt3000: Fix rounding up of timer divisor
` [PATCH 4.4 57/78] USB: core: Fix races in character device registration and deregistraion
` [PATCH 4.4 59/78] USB: serial: option: add D-Link DWM-222 device ID
` [PATCH 4.4 60/78] USB: serial: option: Add support for ZTE MF871A
` [PATCH 4.4 64/78] include/linux/module.h: copy __init/__exit attrs to init/cleanup_module
` [PATCH 4.4 66/78] Input: psmouse - fix build error of multiple definition
` [PATCH 4.4 71/78] x86/vdso: Remove direct HPET access through the vDSO
` [PATCH 4.4 74/78] net/packet: fix race in tpacket_snd()

[PATCH 4.14 00/71] 4.14.140-stable review
 2019-08-22 17:19 UTC  (22+ messages)
` [PATCH 4.14 04/71] mm/memcontrol.c: fix use after free in mem_cgroup_iter()
` [PATCH 4.14 08/71] x86/mm: Use WRITE_ONCE() when setting PTEs
` [PATCH 4.14 20/71] netfilter: ebtables: also count base chain policies
` [PATCH 4.14 26/71] perf header: Fix divide by zero error if f_header.attr_size==0
` [PATCH 4.14 29/71] drm/bridge: lvds-encoder: Fix build error while CONFIG_DRM_KMS_HELPER=m
` [PATCH 4.14 31/71] scsi: qla2xxx: Fix possible fcport null-pointer dereferences
` [PATCH 4.14 33/71] kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modules
` [PATCH 4.14 38/71] IB/mad: Fix use-after-free in ib mad completion handling
` [PATCH 4.14 39/71] drm: msm: Fix add_gpu_components
` [PATCH 4.14 40/71] ocfs2: remove set but not used variable last_hash
` [PATCH 4.14 43/71] staging: comedi: dt3000: Fix signed integer overflow divider * base
` [PATCH 4.14 45/71] iio: adc: max9611: Fix temperature reading in probe
` [PATCH 4.14 48/71] usb: cdc-acm: make sure a refcount is taken early enough
` [PATCH 4.14 49/71] USB: CDC: fix sanity checks in CDC union parser
` [PATCH 4.14 50/71] USB: serial: option: add D-Link DWM-222 device ID
` [PATCH 4.14 52/71] USB: serial: option: add the BroadMobi BM818 card
` [PATCH 4.14 53/71] USB: serial: option: Add Motorola modem UARTs
` [PATCH 4.14 56/71] arm64: compat: Allow single-byte watchpoints on all addresses
` [PATCH 4.14 65/71] xen/netback: Reset nr_frags before freeing skb
` [PATCH 4.14 66/71] net/mlx5e: Only support tx/rx pause setting for port owner
` [PATCH 4.14 67/71] net/mlx5e: Use flow keys dissector to parse packets for ARFS

[PATCH 4.19 00/85] 4.19.68-stable review
 2019-08-22 17:19 UTC  (9+ messages)
` [PATCH 4.19 03/85] mm/hmm: fix bad subpage pointer in try_to_unmap_one
` [PATCH 4.19 10/85] xtensa: add missing isync to the cpu_reset TLB code
` [PATCH 4.19 19/85] HID: hiddev: avoid opening a disconnected device
` [PATCH 4.19 20/85] HID: hiddev: do cleanup in failure of opening a device
` [PATCH 4.19 25/85] riscv: Make __fstate_clean() work correctly
` [PATCH 4.19 29/85] xen/pciback: remove set but not used variable old_state
` [PATCH 4.19 35/85] drm/bridge: lvds-encoder: Fix build error while CONFIG_DRM_KMS_HELPER=m
` [PATCH 4.19 38/85] scsi: qla2xxx: Fix possible fcport null-pointer dereferences

[PATCH v4 0/8] Add Bitmain BM1880 clock driver
 2019-08-22 17:24 UTC  (19+ messages)
` [PATCH v4 1/8] clk: Zero init clk_init_data in helpers
` [PATCH v4 2/8] clk: Warn if clk_init_data is not zero initialized
` [PATCH v4 3/8] clk: Add clk_hw_unregister_composite helper function definition
` [PATCH v4 4/8] dt-bindings: clock: Add devicetree binding for BM1880 SoC
` [PATCH v4 5/8] arm64: dts: bitmain: Add clock controller support "
` [PATCH v4 6/8] arm64: dts: bitmain: Source common clock for UART controllers
` [PATCH v4 7/8] clk: Add common clock driver for BM1880 SoC
` [PATCH v4 8/8] MAINTAINERS: Add entry for BM1880 SoC clock driver

[SPDK] Questions about struct spdk_ring
 2019-08-22 17:26 UTC 

[Qemu-devel] [PATCH v4 0/5] ARM SMMUv3: Fix spurious notification errors and fail with VFIO
 2019-08-22 17:23 UTC  (6+ messages)
` [Qemu-arm] "
` [Qemu-arm] [PATCH v4 1/5] memory: Remove unused memory_region_iommu_replay_all()
` [Qemu-arm] [PATCH v4 2/5] memory: Add IOMMU_ATTR_HW_NESTED_PAGING IOMMU memory region attribute
` [Qemu-arm] [PATCH v4 3/5] hw/vfio/common: Fail on VFIO/HW nested paging detection
` [Qemu-arm] [PATCH v4 5/5] hw/arm/smmuv3: Remove spurious error messages on IOVA invalidations

[drm/mgag200] 90f479ae51: vm-scalability.median -18.8% regression
 2019-08-22 17:25 UTC  (13+ messages)
                    ` [LKP] "

[PATCH 0/3] Early node associativity
 2019-08-22 17:17 UTC  (3+ messages)
` [PATCH 2/3] powerpc/numa: Early request for home "

[PATCH 4.9 000/103] 4.9.190-stable review
 2019-08-22 17:19 UTC  (20+ messages)
` [PATCH 4.9 002/103] usb: iowarrior: fix deadlock on disconnect
` [PATCH 4.9 004/103] x86/mm: Check for pfn instead of page in vmalloc_sync_one()
` [PATCH 4.9 007/103] perf record: Fix wrong size in perf_record_mmap for last kernel module
` [PATCH 4.9 010/103] usb: yurex: Fix use-after-free in yurex_delete
` [PATCH 4.9 013/103] iscsi_ibft: make ISCSI_IBFT dependson ACPI instead of ISCSI_IBFT_FIND
` [PATCH 4.9 018/103] ALSA: compress: Fix regression on compressed capture streams
` [PATCH 4.9 023/103] drbd: dynamically allocate shash descriptor
` [PATCH 4.9 024/103] ACPI/IORT: Fix off-by-one check in iort_dev_find_its_id()
` [PATCH 4.9 025/103] ARM: davinci: fix sleep.S build error on ARMv4
` [PATCH 4.9 029/103] tty/ldsem, locking/rwsem: Add missing ACQUIRE to read_failed sleep loop
` [PATCH 4.9 033/103] hwmon: (nct7802) Fix wrong detection of in4 presence
` [PATCH 4.9 063/103] HID: hiddev: avoid opening a disconnected device
` [PATCH 4.9 073/103] scsi: hpsa: correct scsi command status issue after reset
` [PATCH 4.9 075/103] kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modules
` [PATCH 4.9 080/103] ocfs2: remove set but not used variable last_hash
` [PATCH 4.9 087/103] USB: serial: option: Add support for ZTE MF871A
` [PATCH 4.9 096/103] bnx2x: Fix VFs VLAN reconfiguration in reload
` [PATCH 4.9 097/103] net/packet: fix race in tpacket_snd()
` [PATCH 4.9 102/103] team: Add vlan tx offload to hw_enc_features

[Qemu-devel] [PULL 00/13] Misc patches for 2019-08-21
 2019-08-22 17:22 UTC  (2+ messages)

[Qemu-arm] [PATCH v2 00/68] target/arm: Convert aa32 base isa to decodetree
 2019-08-22 17:21 UTC  (5+ messages)
` [Qemu-arm] [PATCH v2 03/68] target/arm: Convert Data Processing (register)
    ` [Qemu-devel] "

Setting up siw devices
 2019-08-22 17:21 UTC  (5+ messages)

[PATCH net v3] ixgbe: fix double clean of tx descriptors with xdp
 2019-08-22 17:21 UTC  (3+ messages)
    ` [Intel-wired-lan] "

[PATCH net-next 00/10] net: dsa: mv88e6xxx: Peridot/Topaz SERDES changes
 2019-08-22 17:21 UTC  (4+ messages)
` [PATCH net-next 03/10] net: dsa: mv88e6xxx: move hidden registers operations in own file

[PATCH v2 3/8] powerpc: Fix vDSO clock_getres()
 2019-08-22 17:17 UTC  (2+ messages)

[Intel-wired-lan] [PATCH] i40e: Add support for X710 device
 2019-08-22 17:20 UTC  (2+ messages)

[BUG] You can't have single quote in your username
 2019-08-22 17:08 UTC  (3+ messages)

[PATCH 5.2 000/135] 5.2.10-stable review
 2019-08-22 17:07 UTC  (54+ messages)
` [PATCH 5.2 001/135] KEYS: trusted: allow module init if TPM is inactive or deactivated
` [PATCH 5.2 002/135] sh: kernel: hw_breakpoint: Fix missing break in switch statement
` [PATCH 5.2 003/135] seq_file: fix problem when seeking mid-record
` [PATCH 5.2 005/135] mm: mempolicy: make the behavior consistent when MPOL_MF_MOVE* and MPOL_MF_STRICT were specified
` [PATCH 5.2 006/135] mm: mempolicy: handle vma with unmovable pages mapped correctly in mbind
` [PATCH 5.2 009/135] mm/memcontrol.c: fix use after free in mem_cgroup_iter()
` [PATCH 5.2 010/135] mm/usercopy: use memory range to be accessed for wraparound check
` [PATCH 5.2 011/135] mm, vmscan: do not special-case slab reclaim when watermarks are boosted
` [PATCH 5.2 012/135] cpufreq: schedutil: Don't skip freq update when limits change
` [PATCH 5.2 013/135] drm/amdgpu: fix gfx9 soft recovery
` [PATCH 5.2 014/135] drm/nouveau: Only recalculate PBN/VCPI on mode/connector changes
` [PATCH 5.2 015/135] xtensa: add missing isync to the cpu_reset TLB code
` [PATCH 5.2 016/135] arm64: ftrace: Ensure module ftrace trampoline is coherent with I-side
` [PATCH 5.2 017/135] ALSA: hda/realtek - Add quirk for HP Envy x360
` [PATCH 5.2 018/135] ALSA: usb-audio: Fix a stack buffer overflow bug in check_input_term
` [PATCH 5.2 019/135] ALSA: usb-audio: Fix an OOB bug in parse_audio_mixer_unit
` [PATCH 5.2 020/135] ALSA: hda - Apply workaround for another AMD chip 1022:1487
` [PATCH 5.2 022/135] ALSA: hda - Add a generic reboot_notify
` [PATCH 5.2 023/135] ALSA: hda - Let all conexant codec enter D3 when rebooting
` [PATCH 5.2 024/135] HID: holtek: test for sanity of intfdata
` [PATCH 5.2 025/135] HID: hiddev: avoid opening a disconnected device
` [PATCH 5.2 026/135] HID: hiddev: do cleanup in failure of opening a device
` [PATCH 5.2 027/135] Input: kbtab - sanity check for endpoint type
` [PATCH 5.2 028/135] Input: iforce - add sanity checks
` [PATCH 5.2 029/135] net: usb: pegasus: fix improper read if get_registers() fail
` [PATCH 5.2 031/135] netfilter: ebtables: also count base chain policies
` [PATCH 5.2 032/135] riscv: Correct the initialized flow of FP register
` [PATCH 5.2 033/135] riscv: Make __fstate_clean() work correctly
` [PATCH 5.2 034/135] Revert "i2c: imx: improve the error handling in i2c_imx_dma_request()"
` [PATCH 5.2 035/135] blk-mq: move cancel of requeue_work to the front of blk_exit_queue
` [PATCH 5.2 036/135] io_uring: fix manual setup of iov_iter for fixed buffers
` [PATCH 5.2 037/135] RDMA/hns: Fix sg offset non-zero issue
` [PATCH 5.2 039/135] clk: at91: generated: Truncate divisor to GENERATED_MAX_DIV + 1
` [PATCH 5.2 040/135] clk: sprd: Select REGMAP_MMIO to avoid compile errors
` [PATCH 5.2 041/135] clk: renesas: cpg-mssr: Fix reset control race condition
` [PATCH 5.2 042/135] dma-mapping: check pfn validity in dma_common_{mmap,get_sgtable}
` [PATCH 5.2 043/135] platform/x86: pcengines-apuv2: Fix softdep statement
` [PATCH 5.2 045/135] mm/hmm: always return EBUSY for invalid ranges in hmm_range_{fault,snapshot}
` [PATCH 5.2 046/135] xen/pciback: remove set but not used variable 'old_state'
` [PATCH 5.2 047/135] irqchip/gic-v3-its: Free unused vpt_page when alloc vpe table fail
` [PATCH 5.2 048/135] irqchip/irq-imx-gpcv2: Forward irq type to parent
` [PATCH 5.2 050/135] tools perf beauty: Fix usbdevfs_ioctl table generator to handle _IOC()
` [PATCH 5.2 051/135] perf header: Fix divide by zero error if f_header.attr_size==0
` [PATCH 5.2 052/135] perf header: Fix use of unitialized value warning
` [PATCH 5.2 053/135] RDMA/qedr: Fix the hca_type and hca_rev returned in device attributes
` [PATCH 5.2 055/135] libata: zpodd: Fix small read overflow in zpodd_get_mech_type()
` [PATCH 5.2 056/135] powerpc/nvdimm: Pick nearby online node if the device node is not online
` [PATCH 5.2 058/135] drm/bridge: tc358764: Fix build error
` [PATCH 5.2 059/135] Btrfs: fix deadlock between fiemap and transaction commits
` [PATCH 5.2 061/135] scsi: qla2xxx: Fix possible fcport null-pointer dereferences
` [PATCH 5.2 066/135] drm/amdgpu: fix a potential information leaking bug
` [PATCH 5.2 067/135] ata: libahci: do not complain in case of deferred probe
` [PATCH 5.2 068/135] kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modules

[GIT PULL] Wimplicit-fallthrough patches for 5.3-rc6
 2019-08-22 16:58 UTC 

[Intel-wired-lan] [PATCH v3 net-next 0/7] ipv6: Extension header infrastructure
 2019-08-22 17:19 UTC  (11+ messages)
` [Intel-wired-lan] [PATCH v3 net-next 3/7] ipeh: Generic TLV parser
` [Intel-wired-lan] [PATCH v3 net-next 4/7] ip6tlvs: Registration of TLV handlers and parameters
` [Intel-wired-lan] [PATCH v3 net-next 5/7] ip6tlvs: Add TX parameters
` [Intel-wired-lan] [PATCH v3 net-next 6/7] ip6tlvs: Add netlink interface
` [Intel-wired-lan] [PATCH v3 net-next 7/7] ip6tlvs: Validation of TX Destination and Hop-by-Hop options

v2.22.1 and later regression wrt display of progress indicators
 2019-08-22 17:19 UTC  (5+ messages)

[Xen-devel] [PATCH v3 00/28] xen/arm: Rework head.S to make it more compliant with the Arm Arm
 2019-08-22 17:17 UTC  (5+ messages)
` [Xen-devel] [PATCH v3 18/28] xen/arm32: head: Move assembly switch to the runtime PT in secondary CPUs path
` [Xen-devel] [PATCH v3 23/28] xen/arm32: head: Setup HTTBR in enable_mmu() and add missing isb

evolution-data-server: Update to 3.32.4 and cleanup the recipe
 2019-08-22 17:17 UTC  (18+ messages)
` [meta-gnome][PATCH 01/17] evolution-data-server: Update to version 3.32.4
` [meta-gnome][PATCH 02/17] evolution-data-server: Drop x11 as required distro feature
` [meta-gnome][PATCH 03/17] evolution-data-server: Inherit upstream-version-is-even bbclass
` [meta-gnome][PATCH 04/17] evolution-data-server: Add dedicated packages for libebook-contacts
` [meta-gnome][PATCH 05/17] evolution-data-server: Specify SYSCONF_INSTALL_DIR in EXTRA_OECMAKE
` [meta-gnome][PATCH 06/17] evolution-data-server: Drop bits related to autotools
` [meta-gnome][PATCH 07/17] evolution-data-server: Add PACKAGECONFIGs for oauth2 and kerberos
` [meta-gnome][PATCH 08/17] evolution-data-server: Drop ENABLE_UOA from EXTRA_OECMAKE
` [meta-gnome][PATCH 09/17] evolution-data-server: Drop glade file references
` [meta-gnome][PATCH 10/17] evolution-data-server: Fix package gobject-introspection support
` [meta-gnome][PATCH 11/17] evolution-data-server: Add PACKAGECONFIG for vala bindings
` [meta-gnome][PATCH 12/17] evolution-data-server: Turn goa support into PACKAGECONFIG feature
` [meta-gnome][PATCH 13/17] evolution-data-server: Add weather "
` [meta-gnome][PATCH 14/17] evolution-data-server: Add PACKAGECONFIG entry for phonenumber
` [meta-gnome][PATCH 15/17] evolution-data-server: Use SRC_URI provided by gnomebase
` [meta-gnome][PATCH 16/17] evolution-data-server: Remove unused FILES paterns
` [meta-gnome][PATCH 17/17] evolution-data-server: Don't use explicit version number for libebook

[PATCH 01/10] xfs: mount-api - add fs parameter description
 2019-08-22 17:17 UTC  (4+ messages)

[PATCH v2 00/50] drm/omap: Replace custom display drivers with drm_bridge and drm_panel
 2019-08-22 17:15 UTC  (5+ messages)
` [PATCH v2 15/50] drm/bridge: tfp410: Replace manual connector handling with bridge

next take at setting up a dma mask by default for platform devices v2
 2019-08-22 17:11 UTC  (2+ messages)

[RFC 1/4] Add usb_get_address and usb_set_address support
 2019-08-22 17:14 UTC  (5+ messages)

[PATCH 0/4] ASoC: Intel: Haswell: Adjust machine device private
 2019-08-22 17:14 UTC  (6+ messages)
` [PATCH 1/4] ASoC: Intel: Haswell: Adjust machine device private context


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.