All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-24 12:58:47 to 2021-09-24 13:12:53 UTC [more...]

[PATCH net v3] net: ipv4: Fix rtnexthop len when RTA_FLOW is present
 2021-09-24 13:10 UTC  (2+ messages)

[PATCH 5.10 00/63] 5.10.69-rc1 review
 2021-09-24 12:44 UTC  (45+ messages)
` [PATCH 5.10 01/63] PCI: pci-bridge-emul: Add PCIe Root Capabilities Register
` [PATCH 5.10 02/63] PCI: aardvark: Fix reporting CRS value
` [PATCH 5.10 03/63] console: consume APC, DM, DCS
` [PATCH 5.10 04/63] s390/pci_mmio: fully validate the VMA before calling follow_pte()
` [PATCH 5.10 05/63] ARM: Qualify enabling of swiotlb_init()
` [PATCH 5.10 06/63] ARM: 9077/1: PLT: Move struct plt_entries definition to header
` [PATCH 5.10 07/63] ARM: 9078/1: Add warn suppress parameter to arm_gen_branch_link()
` [PATCH 5.10 08/63] ARM: 9079/1: ftrace: Add MODULE_PLTS support
` [PATCH 5.10 09/63] ARM: 9098/1: ftrace: MODULE_PLT: Fix build problem without DYNAMIC_FTRACE
` [PATCH 5.10 10/63] [PATCH] Revert "net/mlx5: Register to devlink ingress VLAN filter trap"
` [PATCH 5.10 11/63] sctp: validate chunk size in __rcv_asconf_lookup
` [PATCH 5.10 12/63] sctp: add param size validation for SCTP_PARAM_SET_PRIMARY
` [PATCH 5.10 13/63] staging: rtl8192u: Fix bitwise vs logical operator in TranslateRxSignalStuff819xUsb()
` [PATCH 5.10 14/63] coredump: fix memleak in dump_vma_snapshot()
` [PATCH 5.10 15/63] um: virtio_uml: fix memory leak on init failures
` [PATCH 5.10 16/63] dmaengine: acpi: Avoid comparison GSI with Linux vIRQ
` [PATCH 5.10 17/63] perf test: Fix bpf test sample mismatch reporting
` [PATCH 5.10 18/63] perf tools: Allow build-id with trailing zeros
` [PATCH 5.10 19/63] thermal/drivers/exynos: Fix an error code in exynos_tmu_probe()
` [PATCH 5.10 20/63] 9p/trans_virtio: Remove sysfs file on probe failure
` [PATCH 5.10 21/63] prctl: allow to setup brk for et_dyn executables
` [PATCH 5.10 22/63] nilfs2: use refcount_dec_and_lock() to fix potential UAF
` [PATCH 5.10 23/63] profiling: fix shift-out-of-bounds bugs
` [PATCH 5.10 24/63] PM: sleep: core: Avoid setting power.must_resume to false
` [PATCH 5.10 25/63] pwm: lpc32xx: Dont modify HW state in .probe() after the PWM chip was registered
` [PATCH 5.10 26/63] pwm: mxs: "
` [PATCH 5.10 27/63] dmaengine: idxd: fix wq slot allocation index check
` [PATCH 5.10 28/63] platform/chrome: sensorhub: Add trace events for sample
` [PATCH 5.10 29/63] platform/chrome: cros_ec_trace: Fix format warnings
` [PATCH 5.10 30/63] ceph: allow ceph_put_mds_session to take NULL or ERR_PTR
` [PATCH 5.10 31/63] ceph: cancel delayed work instead of flushing on mdsc teardown
` [PATCH 5.10 32/63] Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCH
` [PATCH 5.10 34/63] thermal/core: Fix thermal_cooling_device_register() prototype
` [PATCH 5.10 35/63] drm/amdgpu: Disable PCIE_DPM on Intel RKL Platform
` [PATCH 5.10 43/63] dmaengine: xilinx_dma: Set DMA mask for coherent APIs
` [PATCH 5.10 44/63] ceph: request Fw caps before updating the mtime in ceph_write_iter
` [PATCH 5.10 45/63] ceph: remove the capsnaps when removing caps
` [PATCH 5.10 46/63] ceph: lockdep annotations for try_nonblocking_invalidate
` [PATCH 5.10 47/63] btrfs: update the bdev time directly when closing
` [PATCH 5.10 48/63] btrfs: fix lockdep warning while mounting sprout fs
` [PATCH 5.10 49/63] nilfs2: fix memory leak in nilfs_sysfs_create_device_group
` [PATCH 5.10 50/63] nilfs2: fix NULL pointer in nilfs_##name##_attr_release
` [PATCH 5.10 51/63] nilfs2: fix memory leak in nilfs_sysfs_create_##name##_group
` [PATCH 5.10 52/63] nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group

[PATCH net-next] net: dsa: felix: accept "ethernet-ports" OF node name
 2021-09-24 13:10 UTC  (2+ messages)

[PATCH net] net: enetc: fix the incorrect clearing of IF_MODE bits
 2021-09-24 13:10 UTC  (2+ messages)

[RFC PATCH v1 00/30] Reduce scope of vcpu state at hyp by refactoring out state hyp needs
 2021-09-24 12:53 UTC  (16+ messages)
` [RFC PATCH v1 08/30] KVM: arm64: add hypervisor state accessors
` [RFC PATCH v1 09/30] KVM: arm64: COCCI: vcpu_hyp_accessors.cocci: use accessors for hypervisor state vcpu variables
` [RFC PATCH v1 10/30] KVM: arm64: Add accessors for hypervisor state in kvm_vcpu_arch
` [RFC PATCH v1 11/30] KVM: arm64: create and use a new vcpu_hyp_state struct
` [RFC PATCH v1 12/30] KVM: arm64: COCCI: add_hypstate.cocci use_hypstate.cocci: Reduce scope of functions to hyp_state
` [RFC PATCH v1 13/30] KVM: arm64: change function parameters to use kvm_cpu_ctxt and hyp_state
` [RFC PATCH v1 14/30] KVM: arm64: reduce scope of vgic v2
` [RFC PATCH v1 15/30] KVM: arm64: COCCI: vgic3_cpu.cocci: reduce scope of vgic v3
` [RFC PATCH v1 16/30] KVM: arm64: reduce scope of vgic_v3 access parameters
` [RFC PATCH v1 17/30] KVM: arm64: access __hyp_running_vcpu via accessors only
` [RFC PATCH v1 18/30] KVM: arm64: reduce scope of __guest_exit to only depend on kvm_cpu_context
` [RFC PATCH v1 19/30] KVM: arm64: change calls of get_loaded_vcpu to get_loaded_vcpu_ctxt
` [RFC PATCH v1 20/30] KVM: arm64: add __hyp_running_ctxt and __hyp_running_hyps
` [RFC PATCH v1 21/30] KVM: arm64: transition code to "
` [RFC PATCH v1 22/30] KVM: arm64: reduce scope of __guest_enter to depend only on kvm_cpu_ctxt

[PATCH v4 00/35] acpi: refactor error prone build_header() and packed structures usage in ACPI tables
 2021-09-24 12:28 UTC  (8+ messages)
` [PATCH v4 21/35] acpi: madt: arm/x86: use acpi_table_begin()/acpi_table_end() instead of build_header()
` [PATCH v4 25/35] acpi: arm/virt: madt: use build_append_int_noprefix() API to compose MADT table
` [PATCH v4 27/35] acpi: arm: virt: build_dsdt: use acpi_table_begin()/acpi_table_end() instead of build_header()
` [PATCH v4 30/35] acpi: arm/virt: build_spcr: fix invalid cast
` [PATCH v4 32/35] acpi: arm/virt: build_gtdt: use acpi_table_begin()/acpi_table_end() instead of build_header()
` [PATCH v4 34/35] acpi: remove no longer used build_header()
` [PATCH v4 35/35] acpi: AcpiGenericAddress no longer used to map/access fields of MMIO, drop packed attribute

[PATCH v7 0/8] [PATCH v7 0/8] fsdax: introduce fs query to support reflink
 2021-09-24 13:09 UTC  (9+ messages)
` [PATCH v7 1/8] dax: Use rwsem for dax_{read,write}_lock()
` [PATCH v7 2/8] dax: Introduce holder for dax_device
` [PATCH v7 3/8] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v7 4/8] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v7 5/8] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v7 6/8] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v7 7/8] xfs: Implement ->notify_failure() for XFS
` [PATCH v7 8/8] fsdax: add exception for reflinked files

[PATCH v6 00/40] accel: Move has_work() from CPUClass to AccelOpsClass
 2021-09-24 12:45 UTC  (3+ messages)
` [PATCH v6 37/40] target/tricore: Restrict has_work() handler to sysemu

[yocto][meta-rockchip][PATCH v2 1/2] rockchip.wks: use uuid for all partitions
 2021-09-24 13:10 UTC  (3+ messages)
` [yocto][meta-rockchip][PATCH v2 2/2] rockchip-wic.inc: dont let wic edit fstab by default

[PATCH 1/1 RFC] treewide: Deprecate OF_PRIOR_STAGE
 2021-09-24 13:10 UTC 

[PATCH 1/2] power: supply: max17040: extend help/description
 2021-09-24 13:06 UTC  (2+ messages)

[PATCH 1/2] MAINTAINERS: power: supply: max17042: add entry with reviewers
 2021-09-24 13:06 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] tests/prime_vgem: use device_coherent mmap
 2021-09-24 13:09 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/prime_vgem: use device_coherent mmap (rev2)

[meta-rockchip][PATCH] use uuid instead of hard-coding root device
 2021-09-24 13:08 UTC  (8+ messages)
` [yocto] "

[Qemu-devel] [PULL 00/18] QAPI patches for 2019-02-18
 2021-09-24 12:40 UTC  (7+ messages)
` [Qemu-devel] [PULL 18/18] qapi: move RTC_CHANGE to the target schema

[PATCH 5.14 000/100] 5.14.8-rc1 review
 2021-09-24 12:44 UTC  (96+ messages)
` [PATCH 5.14 002/100] PCI: aardvark: Fix reporting CRS value
` [PATCH 5.14 003/100] console: consume APC, DM, DCS
` [PATCH 5.14 004/100] staging: rtl8192u: Fix bitwise vs logical operator in TranslateRxSignalStuff819xUsb()
` [PATCH 5.14 005/100] um: fix stub location calculation
` [PATCH 5.14 006/100] coredump: fix memleak in dump_vma_snapshot()
` [PATCH 5.14 007/100] um: virtio_uml: fix memory leak on init failures
` [PATCH 5.14 008/100] RDMA/hns: Enable stash feature of HIP09
` [PATCH 5.14 009/100] RDMA/mlx5: Fix xlt_chunk_align calculation
` [PATCH 5.14 011/100] perf test: Fix bpf test sample mismatch reporting
` [PATCH 5.14 012/100] perf symbol: Look for ImageBase in PE file to compute .text offset
` [PATCH 5.14 016/100] thermal/drivers/exynos: Fix an error code in exynos_tmu_probe()
` [PATCH 5.14 017/100] 9p/trans_virtio: Remove sysfs file on probe failure
` [PATCH 5.14 018/100] pwm: ab8500: Fix register offset calculation to not depend on probe order
` [PATCH 5.14 019/100] prctl: allow to setup brk for et_dyn executables
` [PATCH 5.14 020/100] nilfs2: use refcount_dec_and_lock() to fix potential UAF
` [PATCH 5.14 021/100] profiling: fix shift-out-of-bounds bugs
` [PATCH 5.14 022/100] PM: sleep: core: Avoid setting power.must_resume to false
` [PATCH 5.14 023/100] thermal/drivers/qcom/spmi-adc-tm5: Dont abort probing if a sensor is not used
` [PATCH 5.14 024/100] ceph: cancel delayed work instead of flushing on mdsc teardown
` [PATCH 5.14 025/100] pwm: lpc32xx: Dont modify HW state in .probe() after the PWM chip was registered
` [PATCH 5.14 026/100] pwm: mxs: "
` [PATCH 5.14 027/100] dmanegine: idxd: cleanup all device related bits after disabling device
` [PATCH 5.14 028/100] dmaengine: idxd: have command status always set
` [PATCH 5.14 029/100] dmaengine: idxd: fix wq slot allocation index check
` [PATCH 5.14 030/100] dmaengine: idxd: fix abort status check
` [PATCH 5.14 031/100] dmaengine: idxd: clear block on fault flag when clear wq
` [PATCH 5.14 032/100] platform/chrome: sensorhub: Add trace events for sample
` [PATCH 5.14 033/100] platform/chrome: cros_ec_trace: Fix format warnings
` [PATCH 5.14 034/100] s390/entry: make oklabel within CHKSTG macro local
` [PATCH 5.14 035/100] SUNRPC: dont pause on incomplete allocation
` [PATCH 5.14 036/100] math: RATIONAL_KUNIT_TEST should depend on RATIONAL instead of selecting it
` [PATCH 5.14 037/100] init: move usermodehelper_enable() to populate_rootfs()
` [PATCH 5.14 038/100] Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCH
` [PATCH 5.14 039/100] tools/bootconfig: Fix tracing_on option checking in ftrace2bconf.sh
` [PATCH 5.14 040/100] tracing/boot: Fix to loop on only subkeys
` [PATCH 5.14 041/100] thermal/core: Fix thermal_cooling_device_register() prototype
` [PATCH 5.14 042/100] drm/amdgpu: Disable PCIE_DPM on Intel RKL Platform
` [PATCH 5.14 043/100] drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()
` [PATCH 5.14 044/100] dma-buf: DMABUF_MOVE_NOTIFY should depend on DMA_SHARED_BUFFER
` [PATCH 5.14 045/100] dma-buf: DMABUF_DEBUG "
` [PATCH 5.14 046/100] parisc: Move pci_dev_is_behind_card_dino to where it is used
` [PATCH 5.14 047/100] iommu/amd: Relocate GAMSup check to early_enable_iommus
` [PATCH 5.14 048/100] iommu/vt-d: Fix PASID leak in intel_svm_unbind_mm()
` [PATCH 5.14 049/100] iommu/vt-d: Fix a deadlock in intel_svm_drain_prq()
` [PATCH 5.14 050/100] arm64: mm: limit linear region to 51 bits for KVM in nVHE mode
` [PATCH 5.14 051/100] drm/ttm: Fix a deadlock if the target BO is not idle during swap
` [PATCH 5.14 052/100] of: property: Disable fw_devlink DT support for X86
` [PATCH 5.14 053/100] riscv: dts: microchip: mpfs-icicle: Fix serial console
` [PATCH 5.14 054/100] perf tools: Fix hybrid config terms list corruption
` [PATCH 5.14 055/100] dmaengine: idxd: depends on !UML
` [PATCH 5.14 056/100] dmaengine: sprd: Add missing MODULE_DEVICE_TABLE
` [PATCH 5.14 057/100] cxl: Move cxl_core to new directory
` [PATCH 5.14 058/100] cxl/pci: Introduce cdevm_file_operations
` [PATCH 5.14 059/100] dmaengine: ioat: depends on !UML
` [PATCH 5.14 060/100] dmaengine: xilinx_dma: Set DMA mask for coherent APIs
` [PATCH 5.14 061/100] s390: add kmemleak annotation in stack_alloc()
` [PATCH 5.14 062/100] ASoC: audio-graph: respawn Platform Support
` [PATCH 5.14 063/100] ACPI: PM: s2idle: Run both AMD and Microsoft methods if both are supported
` [PATCH 5.14 064/100] ceph: fix memory leak on decode error in ceph_handle_caps
` [PATCH 5.14 065/100] ceph: request Fw caps before updating the mtime in ceph_write_iter
` [PATCH 5.14 066/100] ceph: remove the capsnaps when removing caps
` [PATCH 5.14 067/100] ceph: lockdep annotations for try_nonblocking_invalidate
` [PATCH 5.14 068/100] s390/unwind: use current_frame_address() to unwind current task
` [PATCH 5.14 069/100] btrfs: update the bdev time directly when closing
` [PATCH 5.14 070/100] btrfs: delay blkdev_put until after the device remove
` [PATCH 5.14 071/100] btrfs: fix lockdep warning while mounting sprout fs
` [PATCH 5.14 072/100] nilfs2: fix memory leak in nilfs_sysfs_create_device_group
` [PATCH 5.14 073/100] nilfs2: fix NULL pointer in nilfs_##name##_attr_release
` [PATCH 5.14 074/100] nilfs2: fix memory leak in nilfs_sysfs_create_##name##_group
` [PATCH 5.14 075/100] nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group
` [PATCH 5.14 076/100] nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_group
` [PATCH 5.14 077/100] nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_group
` [PATCH 5.14 078/100] thermal/drivers/rcar_gen3_thermal: Store TSC id as unsigned int
` [PATCH 5.14 079/100] habanalabs: fix nullifying of destroyed mmu pgt pool
` [PATCH 5.14 080/100] habanalabs: fix race between soft reset and heartbeat
` [PATCH 5.14 081/100] drm/amdgpu: Fixes to returning VBIOS RAS EEPROM address
` [PATCH 5.14 082/100] drm/amd/display: Fix memory leak reported by coverity
` [PATCH 5.14 083/100] drm/amdgpu: fix fdinfo race with process exit
` [PATCH 5.14 084/100] habanalabs: add validity check for event ID received from F/W
` [PATCH 5.14 085/100] habanalabs: fix mmu node address resolution in debugfs
` [PATCH 5.14 086/100] habanalabs: add "in device creation" status
` [PATCH 5.14 087/100] habanalabs: cannot sleep while holding spinlock
` [PATCH 5.14 088/100] pwm: img: Dont modify HW state in .remove() callback
` [PATCH 5.14 089/100] pwm: rockchip: "
` [PATCH 5.14 090/100] pwm: stm32-lp: "
` [PATCH 5.14 091/100] nvmet: fixup buffer overrun in nvmet_subsys_attr_serial()
` [PATCH 5.14 092/100] block: genhd: dont call blkdev_show() with major_names_lock held
` [PATCH 5.14 093/100] blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()
` [PATCH 5.14 094/100] blk-mq: allow 4x BLK_MAX_REQUEST_COUNT at blk_plug for multiple_queues
` [PATCH 5.14 095/100] rtc: rx8010: select REGMAP_I2C
` [PATCH 5.14 096/100] sched/idle: Make the idle timer expire in hard interrupt context
` [PATCH 5.14 097/100] cifs: properly invalidate cached root handle when closing it
` [PATCH 5.14 098/100] io_uring: fix off-by-one in BUILD_BUG_ON check of __REQ_F_LAST_BIT
` [PATCH 5.14 099/100] selinux,smack: fix subjective/objective credential use mixups
` [PATCH 5.14 100/100] drm/nouveau/nvkm: Replace -ENOSYS with -ENODEV

[PATCH v2 0/3] RISC-V: Populate mtval and stval
 2021-09-24 12:57 UTC  (5+ messages)
` [PATCH v2 2/3] target/riscv: Implement the stval/mtval illegal instruction

[PATCH][next] firewire: cdev: Fix function cast error
 2021-09-24 12:47 UTC  (2+ messages)

[dpdk-dev] [dpdk-announce] DMARC mitigation in dpdk.org's mailing list
 2021-09-24 13:06 UTC  (3+ messages)
  ` [dpdk-dev] [dpdk-web] "

[PATCH] arm64: zynqmp: Add psu_init_gpl for vck190/vmk180 SC
 2021-09-24 13:06 UTC 

[RFC PATCH] spapr/xive: Allocate vCPU IPIs from local context
 2021-09-24 12:40 UTC  (3+ messages)

[PATCH] arm64: zynqmp: Define all eeproms for SC on vck190
 2021-09-24 13:04 UTC 

[PATCH 1/2] mem_cgroup: optimize the atomic count of wb_completion
 2021-09-24 13:02 UTC  (3+ messages)

[dpdk-dev] [PATCH] net: promote ip6 external headers skip API as stable
 2021-09-24 13:01 UTC 

[PATCH v2] ASoC: dt-bindings: wlf,wm8978: Fix I2C address in example
 2021-09-24 12:47 UTC 

[PATCH v6 0/3] Add driver for lan966x Generic Clock Controller
 2021-09-24 12:56 UTC  (4+ messages)
` [PATCH v6 1/3] dt-bindings: clock: lan966x: Add binding includes for lan966x SoC clock IDs
` [PATCH v6 2/3] dt-bindings: clock: lan966x: Add LAN966X Clock Controller
` [PATCH v6 3/3] clk: lan966x: Add lan966x SoC clock driver

[PATCH 5.4 00/50] 5.4.149-rc1 review
 2021-09-24 12:44 UTC  (4+ messages)
` [PATCH 5.4 36/50] ceph: request Fw caps before updating the mtime in ceph_write_iter
` [PATCH 5.4 43/50] nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_group
` [PATCH 5.4 45/50] pwm: img: Dont modify HW state in .remove() callback


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.