All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-15 14:30:14 to 2021-03-15 14:38:35 UTC [more...]

[PATCH 5.10 000/290] 5.10.24-rc1 review
 2021-03-15 13:54 UTC  (37+ messages)
` [PATCH 5.10 068/290] net: stmmac: fix wrongly set buffer2 valid when sph unsupport
` [PATCH 5.10 070/290] net: phy: make mdio_bus_phy_suspend/resume as __maybe_unused
` [PATCH 5.10 071/290] selftests: forwarding: Fix race condition in mirror installation
` [PATCH 5.10 139/290] Platform: OLPC: Fix probe error handling
` [PATCH 5.10 140/290] powerpc/pci: Add ppc_md.discover_phbs()
` [PATCH 5.10 141/290] spi: stm32: make spurious and overrun interrupts visible
` [PATCH 5.10 142/290] powerpc: improve handling of unrecoverable system reset
` [PATCH 5.10 143/290] powerpc/perf: Record counter overflow always if SAMPLE_IP is unset
` [PATCH 5.10 145/290] powerpc/64: Fix stack trace not displaying final frame
` [PATCH 5.10 147/290] clk: qcom: gdsc: Implement NO_RET_PERIPH flag
` [PATCH 5.10 148/290] sparc32: Limit memblock allocation to low memory
` [PATCH 5.10 149/290] sparc64: Use arch_validate_flags() to validate ADI flag
` [PATCH 5.10 155/290] ext4: dont try to processed freed blocks until mballoc is initialized
` [PATCH 5.10 157/290] PCI: Fix pci_register_io_range() memory leak
` [PATCH 5.10 160/290] s390/smp: __smp_rescan_cpus() - move cpumask away from stack
` [PATCH 5.10 161/290] drivers/base/memory: dont store phys_device in memory blocks
` [PATCH 5.10 162/290] sysctl.c: fix underflow value setting risk in vm_table
` [PATCH 5.10 163/290] scsi: libiscsi: Fix iscsi_prep_scsi_cmd_pdu() error handling
` [PATCH 5.10 164/290] scsi: target: core: Add cmd length set before cmd complete
` [PATCH 5.10 165/290] scsi: target: core: Prevent underflow for service actions
` [PATCH 5.10 166/290] clk: qcom: gpucc-msm8998: Add resets, cxc, fix flags on gpu_gx_gdsc
` [PATCH 5.10 167/290] mmc: sdhci: Update firmware interface API
` [PATCH 5.10 168/290] ARM: 9029/1: Make iwmmxt.S support Clangs integrated assembler
` [PATCH 5.10 169/290] ARM: assembler: introduce adr_l, ldr_l and str_l macros
` [PATCH 5.10 170/290] ARM: efistub: replace adrl pseudo-op with adr_l macro invocation
` [PATCH 5.10 171/290] ALSA: usb: Add Plantronics C320-M USB ctrl msg delay quirk
` [PATCH 5.10 172/290] ALSA: hda/hdmi: Cancel pending works before suspend
` [PATCH 5.10 173/290] ALSA: hda/conexant: Add quirk for mute LED control on HP ZBook G5
` [PATCH 5.10 174/290] ALSA: hda/ca0132: Add Sound BlasterX AE-5 Plus support
` [PATCH 5.10 175/290] ALSA: hda: Drop the BATCH workaround for AMD controllers
` [PATCH 5.10 176/290] ALSA: hda: Flush pending unsolicited events before suspend
` [PATCH 5.10 177/290] ALSA: hda: Avoid spurious unsol event handling during S3/S4
` [PATCH 5.10 178/290] ALSA: usb-audio: Fix "cannot get freq eq" errors on Dell AE515 sound bar
` [PATCH 5.10 179/290] ALSA: usb-audio: Apply the control quirk to Plantronics headsets
` [PATCH 5.10 180/290] ALSA: usb-audio: Disable USB autosuspend properly in setup_disable_autosuspend()
` [PATCH 5.10 181/290] ALSA: usb-audio: fix NULL ptr dereference in usb_audio_probe

[PATCH iproute2-next v2 0/6] ip: nexthop: Support resilient groups
 2021-03-15 14:34 UTC  (2+ messages)
` [PATCH iproute2-next v2 1/6] nexthop: Synchronize uAPI files

[GIT PULL] KVM/arm64 fixes for 5.12, take #1
 2021-03-15 14:36 UTC  (6+ messages)
` [PATCH 0/8] "
  ` [PATCH 7/8] KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibility

[PATCH v5 00/36] KVM: arm64: A stage 2 for the host
 2021-03-15 14:35 UTC  (44+ messages)
` [PATCH v5 01/36] arm64: lib: Annotate {clear, copy}_page() as position-independent
` [PATCH v5 02/36] KVM: arm64: Link position-independent string routines into .hyp.text
` [PATCH v5 03/36] arm64: kvm: Add standalone ticket spinlock implementation for use at hyp
` [PATCH v5 04/36] KVM: arm64: Initialize kvm_nvhe_init_params early
` [PATCH v5 05/36] KVM: arm64: Avoid free_page() in page-table allocator
` [PATCH v5 06/36] KVM: arm64: Factor memory allocation out of pgtable.c
` [PATCH v5 07/36] KVM: arm64: Introduce a BSS section for use at Hyp
` [PATCH v5 08/36] KVM: arm64: Make kvm_call_hyp() a function call "
` [PATCH v5 09/36] KVM: arm64: Allow using kvm_nvhe_sym() in hyp code
` [PATCH v5 10/36] KVM: arm64: Introduce an early Hyp page allocator
` [PATCH v5 11/36] KVM: arm64: Stub CONFIG_DEBUG_LIST at Hyp
` [PATCH v5 12/36] KVM: arm64: Introduce a Hyp buddy page allocator
` [PATCH v5 13/36] KVM: arm64: Enable access to sanitized CPU features at EL2
` [PATCH v5 14/36] KVM: arm64: Provide __flush_dcache_area "
` [PATCH v5 15/36] KVM: arm64: Factor out vector address calculation
` [PATCH v5 16/36] arm64: asm: Provide set_sctlr_el2 macro
` [PATCH v5 17/36] KVM: arm64: Prepare the creation of s1 mappings at EL2
` [PATCH v5 18/36] KVM: arm64: Elevate hypervisor mappings creation "
` [PATCH v5 19/36] KVM: arm64: Use kvm_arch for stage 2 pgtable
` [PATCH v5 20/36] KVM: arm64: Use kvm_arch in kvm_s2_mmu
` [PATCH v5 21/36] KVM: arm64: Set host stage 2 using kvm_nvhe_init_params
` [PATCH v5 22/36] KVM: arm64: Refactor kvm_arm_setup_stage2()
` [PATCH v5 23/36] KVM: arm64: Refactor __load_guest_stage2()
` [PATCH v5 24/36] KVM: arm64: Refactor __populate_fault_info()
` [PATCH v5 25/36] KVM: arm64: Make memcache anonymous in pgtable allocator
` [PATCH v5 26/36] KVM: arm64: Reserve memory for host stage 2
` [PATCH v5 27/36] KVM: arm64: Sort the hypervisor memblocks
` [PATCH v5 28/36] KVM: arm64: Always zero invalid PTEs
` [PATCH v5 29/36] KVM: arm64: Use page-table to track page ownership
` [PATCH v5 30/36] KVM: arm64: Refactor the *_map_set_prot_attr() helpers
` [PATCH v5 31/36] KVM: arm64: Add kvm_pgtable_stage2_find_range()
` [PATCH v5 32/36] KVM: arm64: Provide sanitized mmfr* registers at EL2
` [PATCH v5 33/36] KVM: arm64: Wrap the host with a stage 2
` [PATCH v5 34/36] KVM: arm64: Page-align the .hyp sections
` [PATCH v5 35/36] KVM: arm64: Disable PMU support in protected mode
` [PATCH v5 36/36] KVM: arm64: Protect the .hyp sections from the host

[md] fe1d9f2e09: mdadm-selftests.enchmarks/mdadm-selftests/tests/04update-uuid.fail
 2021-03-15 14:38 UTC 

[PATCH 5.11 000/306] 5.11.7-rc1 review
 2021-03-15 13:54 UTC  (40+ messages)
` [PATCH 5.11 078/306] tools/resolve_btfids: Fix build error with older host toolchains
` [PATCH 5.11 079/306] perf build: Fix ccache usage in $(CC) when generating arch errno table
` [PATCH 5.11 080/306] net: stmmac: stop each tx channel independently
` [PATCH 5.11 138/306] powerpc: improve handling of unrecoverable system reset
` [PATCH 5.11 151/306] ext4: dont try to processed freed blocks until mballoc is initialized
` [PATCH 5.11 152/306] kbuild: clamp SUBLEVEL to 255
` [PATCH 5.11 153/306] PCI: Fix pci_register_io_range() memory leak
` [PATCH 5.11 154/306] i40e: Fix memory leak in i40e_probe
` [PATCH 5.11 155/306] PCI/ERR: Retain status from error notification
` [PATCH 5.11 156/306] kasan: fix memory corruption in kasan_bitops_tags test
` [PATCH 5.11 157/306] s390/smp: __smp_rescan_cpus() - move cpumask away from stack
` [PATCH 5.11 158/306] drivers/base/memory: dont store phys_device in memory blocks
` [PATCH 5.11 160/306] scsi: libiscsi: Fix iscsi_prep_scsi_cmd_pdu() error handling
` [PATCH 5.11 161/306] scsi: target: core: Add cmd length set before cmd complete
` [PATCH 5.11 162/306] scsi: target: core: Prevent underflow for service actions
` [PATCH 5.11 164/306] ALSA: usb: Add Plantronics C320-M USB ctrl msg delay quirk
` [PATCH 5.11 165/306] ALSA: hda/hdmi: Cancel pending works before suspend
` [PATCH 5.11 166/306] ALSA: hda/conexant: Add quirk for mute LED control on HP ZBook G5
` [PATCH 5.11 171/306] ALSA: usb-audio: Fix "cannot get freq eq" errors on Dell AE515 sound bar
` [PATCH 5.11 172/306] ALSA: usb-audio: Apply the control quirk to Plantronics headsets
` [PATCH 5.11 174/306] ALSA: usb-audio: fix NULL ptr dereference in usb_audio_probe
` [PATCH 5.11 175/306] ALSA: usb-audio: fix use after free in usb_audio_disconnect
` [PATCH 5.11 176/306] opp: Dont drop extra references to OPPs accidentally
` [PATCH 5.11 177/306] Revert 95ebabde382c ("capabilities: Dont allow writing ambiguous v3 file capabilities")
` [PATCH 5.11 178/306] block: Discard page cache of zone reset target range
` [PATCH 5.11 179/306] block: Try to handle busy underlying device on discard
` [PATCH 5.11 180/306] arm64: kasan: fix page_alloc tagging with DEBUG_VIRTUAL
` [PATCH 5.11 182/306] arm64: perf: Fix 64-bit event counter read truncation
` [PATCH 5.11 183/306] s390/dasd: fix hanging DASD driver unbind
` [PATCH 5.11 184/306] s390/dasd: fix hanging IO request during "
` [PATCH 5.11 185/306] software node: Fix node registration
` [PATCH 5.11 186/306] xen/events: reset affinity of 2-level event when tearing it down
` [PATCH 5.11 187/306] xen/events: dont unmask an event channel when an eoi is pending
` [PATCH 5.11 188/306] xen/events: avoid handling the same event on two cpus at the same time
` [PATCH 5.11 189/306] mmc: mmci: Add MMC_CAP_NEED_RSP_BUSY for the stm32 variants
` [PATCH 5.11 190/306] mmc: core: Fix partition switch time for eMMC
` [PATCH 5.11 191/306] mmc: cqhci: Fix random crash when remove mmc module/card
` [PATCH 5.11 192/306] cifs: do not send close in compound create+close requests
` [PATCH 5.11 193/306] Goodix Fingerprint device is not a modem

[PATCH 5.4 000/168] 5.4.106-rc1 review
 2021-03-15 13:56 UTC  (29+ messages)
` [PATCH 5.4 060/168] net: enetc: initialize RFS/RSS memories for unused ports too
` [PATCH 5.4 062/168] i2c: rcar: faster irq code to minimize HW race condition
` [PATCH 5.4 122/168] usbip: fix stub_dev usbip_sockfd_store() races leading to gpf
` [PATCH 5.4 137/168] staging: comedi: das6402: Fix endian problem for AI command data
` [PATCH 5.4 138/168] staging: comedi: das800: "
` [PATCH 5.4 140/168] staging: comedi: me4000: "
` [PATCH 5.4 141/168] staging: comedi: pcl711: "
` [PATCH 5.4 142/168] staging: comedi: pcl818: "
` [PATCH 5.4 143/168] sh_eth: fix TRSCER mask for R7S72100
` [PATCH 5.4 144/168] arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memory
` [PATCH 5.4 145/168] SUNRPC: Set memalloc_nofs_save() for sync tasks
` [PATCH 5.4 146/168] NFS: Dont revalidate the directory permissions on a lookup failure
` [PATCH 5.4 147/168] NFS: Dont gratuitously clear the inode cache when lookup failed
` [PATCH 5.4 148/168] NFSv4.2: fix return value of _nfs4_get_security_label()
` [PATCH 5.4 149/168] block: rsxx: fix error return code of rsxx_pci_probe()
` [PATCH 5.4 150/168] configfs: fix a use-after-free in __configfs_open_file
` [PATCH 5.4 151/168] arm64: mm: use a 48-bit ID map when possible on 52-bit VA builds
` [PATCH 5.4 152/168] hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()
` [PATCH 5.4 154/168] include/linux/sched/mm.h: use rcu_dereference in in_vfork()
` [PATCH 5.4 156/168] zram: fix return value on writeback_store
` [PATCH 5.4 159/168] binfmt_misc: fix possible deadlock in bm_register_write
` [PATCH 5.4 161/168] KVM: arm64: Fix exclusive limit for IPA size
` [PATCH 5.4 162/168] nvme: unlink head after removing last namespace
` [PATCH 5.4 163/168] nvme: release namespace head reference on error
` [PATCH 5.4 164/168] KVM: arm64: Ensure I-cache isolation between vcpus of a same VM
` [PATCH 5.4 165/168] KVM: arm64: Reject VM creation when the default IPA size is unsupported
` [PATCH 5.4 166/168] xen/events: reset affinity of 2-level event when tearing it down
` [PATCH 5.4 168/168] xen/events: avoid handling the same event on two cpus at the same time

[PATCH 4.19 000/120] 4.19.181-rc1 review
 2021-03-15 13:57 UTC  (20+ messages)
` [PATCH 4.19 020/120] net/mlx4_en: update moderation when config reset
` [PATCH 4.19 085/120] usbip: fix vudc to check for stream socket
` [PATCH 4.19 094/120] staging: rtl8712: Fix possible buffer overflow in r8712_sitesurvey_cmd
` [PATCH 4.19 095/120] staging: rtl8192e: Fix possible buffer overflow in _rtl92e_wx_set_scan
` [PATCH 4.19 098/120] staging: comedi: adv_pci1710: Fix endian problem for AI command data
` [PATCH 4.19 099/120] staging: comedi: das6402: "
` [PATCH 4.19 100/120] staging: comedi: das800: "
` [PATCH 4.19 101/120] staging: comedi: dmm32at: "
` [PATCH 4.19 102/120] staging: comedi: me4000: "
` [PATCH 4.19 103/120] staging: comedi: pcl711: "
` [PATCH 4.19 105/120] sh_eth: fix TRSCER mask for R7S72100
` [PATCH 4.19 106/120] NFSv4.2: fix return value of _nfs4_get_security_label()
` [PATCH 4.19 107/120] block: rsxx: fix error return code of rsxx_pci_probe()
` [PATCH 4.19 108/120] configfs: fix a use-after-free in __configfs_open_file
` [PATCH 4.19 112/120] prctl: fix PR_SET_MM_AUXV kernel stack leak
` [PATCH 4.19 113/120] powerpc/64s: Fix instruction encoding for lis in ppc_function_entry()
` [PATCH 4.19 114/120] binfmt_misc: fix possible deadlock in bm_register_write
` [PATCH 4.19 115/120] x86/unwind/orc: Disable KASAN checking in the ORC unwinder, part 2
` [PATCH 4.19 120/120] xen/events: avoid handling the same event on two cpus at the same time

[v1 0/2] Store QSPI reference clock in kHz for SOCFPGA SOC64
 2021-03-15 14:36 UTC  (3+ messages)
` [v1 1/2] arm: socfpga: Move Stratix10 and Agilex clock manager common code
` [v1 2/2] arm: socfpga: Changed to store QSPI reference clock in kHz

[PATCH v1 1/1] gpiolib: Read "gpio-line-names" from a firmware node
 2021-03-15 14:34 UTC  (6+ messages)

[PATCH net-next] net: dsa: sja1105: fix error return code in sja1105_cls_flower_add()
 2021-03-15 14:43 UTC 

[PATCH 0/3] drm/i915: Drop legacy IOCTLs on new HW
 2021-03-15 14:34 UTC  (8+ messages)
` [Intel-gfx] "
` [PATCH 1/3] drm/i915/gem: Drop legacy execbuffer support (v2)
  ` [Intel-gfx] "
` [PATCH 2/3] drm/i915/gem: Drop relocation support on all new hardware (v5)
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 3/3] drm/i915: Disable pread/pwrite ioctl's for future platforms (v3)
  `  "

[PATCH 4.14 00/95] 4.14.226-rc1 review
 2021-03-15 13:58 UTC  (10+ messages)
` [PATCH 4.14 12/95] cifs: return proper error code in statfs(2)
` [PATCH 4.14 13/95] scripts/recordmcount.{c,pl}: support -ffunction-sections .text.* section names
` [PATCH 4.14 75/95] staging: comedi: das6402: Fix endian problem for AI command data
` [PATCH 4.14 87/95] prctl: fix PR_SET_MM_AUXV kernel stack leak
` [PATCH 4.14 90/95] hwmon: (lm90) Fix max6658 sporadic wrong temperature reading
` [PATCH 4.14 91/95] KVM: arm64: Fix exclusive limit for IPA size
` [PATCH 4.14 92/95] iio: imu: adis16400: release allocated memory on failure
` [PATCH 4.14 93/95] xen/events: reset affinity of 2-level event when tearing it down
` [PATCH 4.14 94/95] xen/events: dont unmask an event channel when an eoi is pending

[PATCH 0/8] Optimization batch 10: avoid detecting even more irrelevant renames
 2021-03-15 14:31 UTC  (3+ messages)
` [PATCH 3/8] merge-ort: record the reason that we want a rename for a directory

[Cluster-devel] [PATCH] gfs2: Flag a withdraw if init_threads() fails
 2021-03-15 14:32 UTC  (2+ messages)

[OE-core] [dunfell][PATCH] cups: use /run instead /var/run in systemd's unit file
 2021-03-15 14:31 UTC  (2+ messages)

[PATCH v11 0/2] Enable power management for ufs wlun
 2021-03-15 14:29 UTC  (4+ messages)
` [PATCH v11 1/2] scsi: ufs: Enable power management for wlun

[PATCH] nfsd: Ensure knfsd shuts down when the "nfsd" pseudofs is unmounted
 2021-03-15 14:30 UTC  (2+ messages)

[PATCH v3] nfsd: Log error on UMH upcall init failure and debug message on success
 2021-03-15 14:29 UTC  (3+ messages)
` [PATCH v4] nfsd: Log client tracking type log message as info instead of warning


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.