linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-21 16:45:06 to 2021-06-21 17:54:31 UTC [more...]

[PATCH AUTOSEL 5.12 01/39] dmaengine: zynqmp_dma: Fix PM reference leak in zynqmp_dma_alloc_chan_resourc()
 2021-06-21 17:51 UTC  (31+ messages)
` [PATCH AUTOSEL 5.12 02/39] dmaengine: stm32-mdma: fix PM reference leak in stm32_mdma_alloc_chan_resourc()
` [PATCH AUTOSEL 5.12 03/39] dmaengine: xilinx: dpdma: Add missing dependencies to Kconfig
` [PATCH AUTOSEL 5.12 04/39] dmaengine: xilinx: dpdma: Limit descriptor IDs to 16 bits
` [PATCH AUTOSEL 5.12 05/39] mac80211: remove warning in ieee80211_get_sband()
` [PATCH AUTOSEL 5.12 06/39] mac80211_hwsim: drop pending frames on stop
` [PATCH AUTOSEL 5.12 07/39] cfg80211: call cfg80211_leave_ocb when switching away from OCB
` [PATCH AUTOSEL 5.12 08/39] dmaengine: idxd: Fix missing error code in idxd_cdev_open()
` [PATCH AUTOSEL 5.12 09/39] dmaengine: rcar-dmac: Fix PM reference leak in rcar_dmac_probe()
` [PATCH AUTOSEL 5.12 10/39] dmaengine: mediatek: free the proper desc in desc_free handler
` [PATCH AUTOSEL 5.12 11/39] dmaengine: mediatek: do not issue a new desc if one is still current
` [PATCH AUTOSEL 5.12 12/39] dmaengine: mediatek: use GFP_NOWAIT instead of GFP_ATOMIC in prep_dma
` [PATCH AUTOSEL 5.12 13/39] net: ipv4: Remove unneed BUG() function
` [PATCH AUTOSEL 5.12 14/39] mac80211: drop multicast fragments
` [PATCH AUTOSEL 5.12 15/39] net: ethtool: clear heap allocations for ethtool function
` [PATCH AUTOSEL 5.12 16/39] inet: annotate data race in inet_send_prepare() and inet_dgram_connect()
` [PATCH AUTOSEL 5.12 17/39] ping: Check return value of function 'ping_queue_rcv_skb'
` [PATCH AUTOSEL 5.12 18/39] net: annotate data race in sock_error()
` [PATCH AUTOSEL 5.12 19/39] inet: annotate date races around sk->sk_txhash
` [PATCH AUTOSEL 5.12 20/39] net/packet: annotate data race in packet_sendmsg()
` [PATCH AUTOSEL 5.12 21/39] net: phy: dp83867: perform soft reset and retain established link
` [PATCH AUTOSEL 5.12 22/39] riscv32: Use medany C model for modules
` [PATCH AUTOSEL 5.12 23/39] net: caif: fix memory leak in ldisc_open
` [PATCH AUTOSEL 5.12 24/39] bpf, selftests: Adjust few selftest outcomes wrt unreachable code
` [PATCH AUTOSEL 5.12 25/39] qmi_wwan: Do not call netif_rx from rx_fixup
` [PATCH AUTOSEL 5.12 26/39] net/packet: annotate accesses to po->bind
` [PATCH AUTOSEL 5.12 27/39] net/packet: annotate accesses to po->ifindex
` [PATCH AUTOSEL 5.12 28/39] r8152: Avoid memcpy() over-reading of ETH_SS_STATS
` [PATCH AUTOSEL 5.12 33/39] mac80211: reset profile_periodicity/ema_ap
` [PATCH AUTOSEL 5.12 35/39] recordmcount: Correct st_shndx handling
` [PATCH AUTOSEL 5.12 36/39] PCI: Add AMD RS690 quirk to enable 64-bit DMA

[PATCH v2 00/12] x86: Trenchboot secure dynamic launch Linux kernel support
 2021-06-21 17:51 UTC  (4+ messages)
` [PATCH v2 12/12] iommu: Do not allow IOMMU passthrough with Secure Launch

[PATCH 1/1] psi: stop relying on timer_pending for poll_work rescheduling
 2021-06-21 17:49 UTC  (3+ messages)

[PATCH] coccinelle: api: remove kobj_to_dev.cocci script
 2021-06-21 17:48 UTC 

[PATCH V4 00/12] hwlat improvements and osnoise/timerlat tracers
 2021-06-21 17:46 UTC  (8+ messages)
` [PATCH V4 05/12] trace/hwlat: Support hotplug operations

[powerpc][5.13.0-rc7] Kernel warning (kernel/sched/fair.c:401) while running LTP tests
 2021-06-21 17:44 UTC  (13+ messages)

[PATCH v5 0/2] gpio: add generic gpio cascade
 2021-06-21 17:43 UTC  (4+ messages)
  ` [PATCH v5 1/2] dt-bindings: gpio-cascade: add documentation
  ` [PATCH v5 2/2] gpio: gpio-cascade: add generic GPIO cascade

[PATCH] sched/fair: Ensure that the cfs parent is added after unthrottling
 2021-06-21 17:43 UTC 

[PATCH] kasan: unpoison use memset to init unaligned object size
 2021-06-21 17:42 UTC  (2+ messages)

[RFC PATCH 0/9] arm64: imx8mm: Add MIPI DSI support
 2021-06-21 17:40 UTC  (5+ messages)
` [RFC PATCH 1/9] dt-bindings: display: bridge: Add Samsung SEC MIPI DSIM bindings
` [RFC PATCH 3/9] dt-bindings: phy: Add SEC DSIM DPHY bindings

[PATH 0/4] [RFC] Support virtual DRM
 2021-06-21 17:40 UTC  (3+ messages)
` [PATH 3/4] dt-bindings: display: Add "

[RESEND PATCH v2 1/6] dt-bindings: input: add Qualcomm SPMI haptics driver
 2021-06-21 17:40 UTC  (2+ messages)

[RFC v1 0/6] virtio/vsock: introduce SOCK_DGRAM support
 2021-06-21 17:32 UTC  (15+ messages)
` [RFC v1 1/6] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
    ` [External] "
` [RFC v1 3/6] vhost/vsock: add support for vhost dgram
    ` [External] "
` [RFC v1 5/6] vhost/vsock: add kconfig for vhost dgram support
    ` [External] "
` [RFC v1 6/6] virtio/vsock: add sysfs for rx buf len for dgram
    ` [External] "
  ` [External] Re: [RFC v1 0/6] virtio/vsock: introduce SOCK_DGRAM support

[net-next: PATCH v3 0/6] ACPI MDIO support for Marvell controllers
 2021-06-21 17:30 UTC  (7+ messages)
` [net-next: PATCH v3 1/6] Documentation: ACPI: DSD: describe additional MAC configuration
` [net-next: PATCH v3 2/6] net: mdiobus: Introduce fwnode_mdbiobus_register()
` [net-next: PATCH v3 3/6] net/fsl: switch to fwnode_mdiobus_register
` [net-next: PATCH v3 4/6] net: mvmdio: add ACPI support
` [net-next: PATCH v3 5/6] net: mvpp2: enable using phylink with ACPI
` [net-next: PATCH v3 6/6] net: mvpp2: remove unused 'has_phy' field

[PATCH v7 4/8] PCI/sysfs: Allow userspace to query and set device reset mechanism
 2021-06-21 17:28 UTC  (3+ messages)

[PATCH v5 0/3] Implement SPM/SAW for MSM8998 and SDM6xx
 2021-06-21 17:27 UTC  (5+ messages)
` [PATCH v5 1/3] cpuidle: qcom_spm: Detach state machine from main SPM handling

[PATCH v6 0/2] s390/vfio-ap: fix memory leak in mdev remove callback
 2021-06-21 17:27 UTC  (4+ messages)
` [PATCH v6 1/2] s390/vfio-ap: clean up mdev resources when remove callback invoked

[PATCH v4 0/6] Add driver for NVIDIA Tegra30 SoC Thermal sensor
 2021-06-21 17:26 UTC  (3+ messages)

[PATCH] cpufreq: Make cpufreq_online() call driver->offline() on errors
 2021-06-21 17:26 UTC 

[PATCH V3 0/3] gpio: Add virtio based driver
 2021-06-21 17:25 UTC  (6+ messages)
` [PATCH V3 1/3] gpio: Add virtio-gpio driver

[PATCH] drm/vc4: dsi: Only register our component once a DSI device is attached
 2021-06-21 17:24 UTC  (10+ messages)

[PATCH] scsi: remove reduntant assignment when alloc sdev
 2021-06-21 17:21 UTC  (2+ messages)

[syzbot] general protection fault in smc_tx_sendmsg
 2021-06-21 17:18 UTC  (3+ messages)

[PATCH v2] media: ivtv: prevent going past the hw arrays
 2021-06-21 17:18 UTC  (2+ messages)

[PATCH] [v2] PCI: cadence: Set LTSSM Detect Quiet state minimum delay as workaround for training defect
 2021-06-21 17:18 UTC  (2+ messages)

[PATCH v7 2/8] PCI: Add new array for keeping track of ordering of reset methods
 2021-06-21 17:15 UTC  (5+ messages)

[PATCH V2 2/3] cpufreq: intel_pstate: Migrate to ->exit() callback instead of ->stop_cpu()
 2021-06-21 17:14 UTC  (7+ messages)
` [PATCH V3 2/3] cpufreq: intel_pstate: Migrate away from ->stop_cpu() callback

linux-next: Signed-off-by missing for commits in the xfs tree
 2021-06-21 17:12 UTC  (2+ messages)

[PATCH 0/2] gpio: modepin: Add driver support for modepin GPIO controller
 2021-06-21 17:09 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH] KVM: nVMX: Dynamically compute max VMCS index for vmcs12
 2021-06-21 17:08 UTC  (3+ messages)

[PATCH V3 1/3] socinfo: Add missing SoC ID for SM6125
 2021-06-21 17:02 UTC  (4+ messages)
` [PATCH V3 3/3] mailbox: qcom-apcs: Add SM6125 compatible

[init/initramfs.c] e7cb072eb9: invoked_oom-killer:gfp_mask=0x
 2021-06-21 17:02 UTC  (4+ messages)

[PATCH v17 0/6] MTE support for KVM guest
 2021-06-21 17:00 UTC  (3+ messages)
` [PATCH v17 2/6] KVM: arm64: Introduce MTE VM feature

[PATCH 5.10 000/146] 5.10.46-rc1 review
 2021-06-21 16:57 UTC  (3+ messages)
` [PATCH 5.10 095/146] sched/fair: Correctly insert cfs_rqs to list on unthrottle

[PATCH] net: bcmgenet: Fix attaching to PYH failed on RPi 4B
 2021-06-21 16:56 UTC  (5+ messages)

Linux 5.13-rc6 regression to 5.12.x: kernel OOM and panic during kernel boot in low memory Xen VM's (256MB assigned memory)
 2021-06-21 16:54 UTC  (7+ messages)

[PATCH 1/2] net: Remove mm.h from net.h
 2021-06-21 16:49 UTC  (2+ messages)
` [PATCH 2/2] net: Remove fs.h "

[PATCH] dt-bindings: spmi: Correct 'reg' schema
 2021-06-21 17:03 UTC  (2+ messages)

[PATCH] interconnect: Aggregate bandwidth votes for unused nodes in sync_state()
 2021-06-21 16:33 UTC  (2+ messages)

[PATCH 0/3] Add AMD SEV and SEV-ES local migration support
 2021-06-21 16:31 UTC  (4+ messages)
` [PATCH 1/3] KVM, SEV: Refactor out function for unregistering encrypted regions
` [PATCH 2/3] KVM, SEV: Add support for SEV local migration
` [PATCH 3/3] KVM, SEV: Add support for SEV-ES "

drivers/edac/altera_edac.c:541:42: warning: unused variable 'ocramecc_data'
 2021-06-21 16:53 UTC 

[PATCH v3 1/2] habanalabs: define uAPI to export FD for DMA-BUF
 2021-06-21 16:26 UTC  (5+ messages)

stmmac: pci: Add dwmac support for Loongson
 2021-06-21 16:51 UTC  (2+ messages)

Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads
 2021-06-21 16:50 UTC  (12+ messages)

[PATCH 5.12 000/178] 5.12.13-rc1 review
 2021-06-21 16:16 UTC  (100+ messages)
` [PATCH 5.12 056/178] ethtool: strset: fix message length calculation
` [PATCH 5.12 060/178] ipv4: Fix device used for dst_alloc with local routes
` [PATCH 5.12 061/178] net: qrtr: fix OOB Read in qrtr_endpoint_post
` [PATCH 5.12 062/178] bpf: Fix leakage under speculation on mispredicted branches
` [PATCH 5.12 063/178] net: mhi_net: Update the transmit handler prototype
` [PATCH 5.12 064/178] ptp: improve max_adj check against unreasonable values
` [PATCH 5.12 065/178] net: cdc_ncm: switch to eth%d interface naming
` [PATCH 5.12 084/178] bnxt_en: Fix TQM fastpath ring backing store computation
` [PATCH 5.12 086/178] icmp: dont send out ICMP messages with a source address of 0.0.0.0
` [PATCH 5.12 088/178] regulator: cros-ec: Fix error code in dev_err message
` [PATCH 5.12 090/178] regulator: bd70528: Fix off-by-one for buck123 .n_voltages setting
` [PATCH 5.12 091/178] platform/x86: thinkpad_acpi: Add X1 Carbon Gen 9 second fan support
` [PATCH 5.12 092/178] ASoC: rt5659: Fix the lost powers for the HDA header
` [PATCH 5.12 093/178] phy: phy-mtk-tphy: Fix some resource leaks in mtk_phy_init()
` [PATCH 5.12 094/178] ASoC: fsl-asoc-card: Set .owner attribute when registering card
` [PATCH 5.12 095/178] regulator: mt6315: Fix function prototype for mt6315_map_mode
` [PATCH 5.12 096/178] regulator: rtmv20: Fix to make regcache value first reading back from HW
` [PATCH 5.12 097/178] spi: spi-zynq-qspi: Fix some wrong goto jumps & missing error code
` [PATCH 5.12 098/178] sched/pelt: Ensure that *_sum is always synced with *_avg
` [PATCH 5.12 099/178] ASoC: tas2562: Fix TDM_CFG0_SAMPRATE values
` [PATCH 5.12 100/178] regulator: hi6421v600: Fix .vsel_mask setting
` [PATCH 5.12 101/178] spi: stm32-qspi: Always wait BUSY bit to be cleared in stm32_qspi_wait_cmd()
` [PATCH 5.12 102/178] regulator: rt4801: Fix NULL pointer dereference if priv->enable_gpios is NULL
` [PATCH 5.12 103/178] ASoC: rt5682: Fix the fast discharge for headset unplugging in soundwire mode
` [PATCH 5.12 104/178] pinctrl: ralink: rt2880: avoid to error in calls is pin is already enabled
` [PATCH 5.12 105/178] drm/sun4i: dw-hdmi: Make HDMI PHY into a platform device
` [PATCH 5.12 106/178] ASoC: qcom: lpass-cpu: Fix pop noise during audio capture begin
` [PATCH 5.12 107/178] radeon: use memcpy_to/fromio for UVD fw upload
` [PATCH 5.12 108/178] hwmon: (scpi-hwmon) shows the negative temperature properly
` [PATCH 5.12 109/178] riscv: code patching only works on !XIP_KERNEL
` [PATCH 5.12 110/178] mm: relocate write_protect_seq in struct mm_struct
` [PATCH 5.12 111/178] irqchip/gic-v3: Workaround inconsistent PMR setting on NMI entry
` [PATCH 5.12 112/178] sched/fair: Correctly insert cfs_rqs to list on unthrottle
` [PATCH 5.12 113/178] perf metricgroup: Fix find_evsel_group() event selector
` [PATCH 5.12 114/178] perf metricgroup: Return error code from metricgroup__add_metric_sys_event_iter()
` [PATCH 5.12 115/178] bpf: Inherit expanded/patched seen count from old aux data
` [PATCH 5.12 116/178] bpf: Do not mark insn as seen under speculative path verification
` [PATCH 5.12 117/178] can: bcm: fix infoleak in struct bcm_msg_head
` [PATCH 5.12 118/178] can: bcm/raw/isotp: use per module netdevice notifier
` [PATCH 5.12 119/178] can: j1939: fix Use-after-Free, hold skb ref while in use
` [PATCH 5.12 120/178] can: mcba_usb: fix memory leak in mcba_usb
` [PATCH 5.12 121/178] usb: core: hub: Disable autosuspend for Cypress CY7C65632
` [PATCH 5.12 122/178] usb: chipidea: imx: Fix Battery Charger 1.2 CDP detection
` [PATCH 5.12 123/178] tracing: Do not stop recording cmdlines when tracing is off
` [PATCH 5.12 124/178] tracing: Do not stop recording comms if the trace file is being read
` [PATCH 5.12 125/178] tracing: Do no increment trace_clock_global() by one
` [PATCH 5.12 126/178] PCI: Mark TI C667X to avoid bus reset
` [PATCH 5.12 127/178] PCI: Mark some NVIDIA GPUs "
` [PATCH 5.12 128/178] PCI: Mark AMD Navi14 GPU ATS as broken
` [PATCH 5.12 129/178] PCI: aardvark: Fix kernel panic during PIO transfer
` [PATCH 5.12 130/178] PCI: Add ACS quirk for Broadcom BCM57414 NIC
` [PATCH 5.12 131/178] PCI: Work around Huawei Intelligent NIC VF FLR erratum
` [PATCH 5.12 132/178] btrfs: zoned: fix negative space_info->bytes_readonly
` [PATCH 5.12 133/178] s390/mcck: fix invalid KVM guest condition check
` [PATCH 5.12 134/178] KVM: x86: Immediately reset the MMU context when the SMM flag is cleared
` [PATCH 5.12 135/178] KVM: x86/mmu: Calculate and check "full" mmu_role for nested MMU
` [PATCH 5.12 136/178] KVM: X86: Fix x86_emulator slab cache leak
` [PATCH 5.12 137/178] s390/mcck: fix calculation of SIE critical section size
` [PATCH 5.12 138/178] s390/ap: Fix hanging ioctl caused by wrong msg counter
` [PATCH 5.12 139/178] ARCv2: save ABI registers across signal handling
` [PATCH 5.12 140/178] x86/mm: Avoid truncating memblocks for SGX memory
` [PATCH 5.12 141/178] x86/process: Check PF_KTHREAD and not current->mm for kernel threads
` [PATCH 5.12 142/178] x86/ioremap: Map EFI-reserved memory as encrypted for SEV
` [PATCH 5.12 143/178] x86/pkru: Write hardware init value to PKRU when xstate is init
` [PATCH 5.12 144/178] x86/fpu: Prevent state corruption in __fpu__restore_sig()
` [PATCH 5.12 145/178] x86/fpu: Invalidate FPU state after a failed XRSTOR from a user buffer
` [PATCH 5.12 146/178] x86/fpu: Reset state for all signal restore failures
` [PATCH 5.12 147/178] powerpc/perf: Fix crash in perf_instruction_pointer() when ppmu is not set
` [PATCH 5.12 148/178] Makefile: lto: Pass -warn-stack-size only on LLD < 13.0.0
` [PATCH 5.12 149/178] crash_core, vmcoreinfo: append SECTION_SIZE_BITS to vmcoreinfo
` [PATCH 5.12 150/178] dmaengine: pl330: fix wrong usage of spinlock flags in dma_cyclc
` [PATCH 5.12 151/178] mac80211: fix deadlock in AP/VLAN handling
` [PATCH 5.12 152/178] mac80211: Fix NULL ptr deref for injected rate info
` [PATCH 5.12 153/178] mac80211: fix reset debugfs locking
` [PATCH 5.12 154/178] cfg80211: fix phy80211 symlink creation
` [PATCH 5.12 155/178] cfg80211: shut down interfaces on failed resume
` [PATCH 5.12 156/178] mac80211: move interface shutdown out of wiphy lock
` [PATCH 5.12 157/178] mac80211: minstrel_ht: fix sample time check
` [PATCH 5.12 158/178] cfg80211: make certificate generation more robust
` [PATCH 5.12 159/178] cfg80211: avoid double free of PMSR request
` [PATCH 5.12 160/178] drm/amdgpu/gfx10: enlarge CP_MEC_DOORBELL_RANGE_UPPER to cover full doorbell
` [PATCH 5.12 161/178] drm/amdgpu/gfx9: fix the doorbell missing when in CGPG issue
` [PATCH 5.12 162/178] net: ll_temac: Make sure to free skb when it is completely used
` [PATCH 5.12 163/178] net: ll_temac: Fix TX BD buffer overwrite
` [PATCH 5.12 164/178] net: bridge: fix vlan tunnel dst null pointer dereference
` [PATCH 5.12 165/178] net: bridge: fix vlan tunnel dst refcnt when egressing
` [PATCH 5.12 166/178] mm,hwpoison: fix race with hugetlb page allocation
` [PATCH 5.12 167/178] mm/swap: fix pte_same_as_swp() not removing uffd-wp bit when compare
` [PATCH 5.12 168/178] mm/hugetlb: expand restore_reserve_on_error functionality
` [PATCH 5.12 169/178] mm/slub: clarify verification reporting
` [PATCH 5.12 170/178] mm/slub: fix redzoning for small allocations
` [PATCH 5.12 171/178] mm/slub: actually fix freelist pointer vs redzoning
` [PATCH 5.12 172/178] mm/slub.c: include swab.h
` [PATCH 5.12 173/178] net: stmmac: disable clocks in stmmac_remove_config_dt()
` [PATCH 5.12 174/178] net: fec_ptp: add clock rate zero check
` [PATCH 5.12 175/178] tools headers UAPI: Sync linux/in.h copy with the kernel sources
` [PATCH 5.12 176/178] perf beauty: Update copy of linux/socket.h "
` [PATCH 5.12 177/178] usb: dwc3: debugfs: Add and remove endpoint dirs dynamically
` [PATCH 5.12 178/178] usb: dwc3: core: fix kernel panic when do reboot

[PATCH] iommu/arm-smmu-v3: Remove some unneeded init in arm_smmu_cmdq_issue_cmdlist()
 2021-06-21 16:36 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).