public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-01 08:52:06 to 2022-08-01 11:52:39 UTC [more...]

[PATCH 5.10 00/65] 5.10.135-rc1 review
 2022-08-01 11:46 UTC  (4+ messages)
` [PATCH 5.10 01/65] Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_put
` [PATCH 5.10 10/65] tcp: Fix a data-race around sysctl_tcp_adv_win_scale
` [PATCH 5.10 11/65] tcp: Fix a data-race around sysctl_tcp_frto

[PATCH 5.4 00/34] 5.4.209-rc1 review
 2022-08-01 11:47 UTC  (35+ messages)
` [PATCH 5.4 01/34] Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_put
` [PATCH 5.4 02/34] ntfs: fix use-after-free in ntfs_ucsncmp()
` [PATCH 5.4 03/34] s390/archrandom: prevent CPACF trng invocations in interrupt context
` [PATCH 5.4 04/34] tcp: Fix data-races around sysctl_tcp_dsack
` [PATCH 5.4 05/34] tcp: Fix a data-race around sysctl_tcp_app_win
` [PATCH 5.4 06/34] tcp: Fix a data-race around sysctl_tcp_adv_win_scale
` [PATCH 5.4 07/34] tcp: Fix a data-race around sysctl_tcp_frto
` [PATCH 5.4 08/34] tcp: Fix a data-race around sysctl_tcp_nometrics_save
` [PATCH 5.4 09/34] ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)
` [PATCH 5.4 10/34] ice: do not setup vlan for loopback VSI
` [PATCH 5.4 11/34] scsi: ufs: host: Hold reference returned by of_parse_phandle()
` [PATCH 5.4 12/34] tcp: Fix a data-race around sysctl_tcp_limit_output_bytes
` [PATCH 5.4 13/34] tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit
` [PATCH 5.4 14/34] net: ping6: Fix memleak in ipv6_renew_options()
` [PATCH 5.4 15/34] ipv6/addrconf: fix a null-ptr-deref bug for ip6_ptr
` [PATCH 5.4 16/34] igmp: Fix data-races around sysctl_igmp_qrv
` [PATCH 5.4 17/34] net: sungem_phy: Add of_node_put() for reference returned by of_get_parent()
` [PATCH 5.4 18/34] tcp: Fix a data-race around sysctl_tcp_min_tso_segs
` [PATCH 5.4 19/34] tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen
` [PATCH 5.4 20/34] tcp: Fix a data-race around sysctl_tcp_autocorking
` [PATCH 5.4 21/34] tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit
` [PATCH 5.4 22/34] Documentation: fix sctp_wmem in ip-sysctl.rst
` [PATCH 5.4 23/34] tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns
` [PATCH 5.4 24/34] tcp: Fix a data-race around sysctl_tcp_comp_sack_nr
` [PATCH 5.4 25/34] i40e: Fix interface init with MSI interrupts (no MSI-X)
` [PATCH 5.4 26/34] sctp: fix sleep in atomic context bug in timer handlers
` [PATCH 5.4 27/34] netfilter: nf_queue: do not allow packet truncation below transport header offset
` [PATCH 5.4 28/34] virtio-net: fix the race between refill work and close
` [PATCH 5.4 29/34] perf symbol: Correct address for bss symbols
` [PATCH 5.4 30/34] sfc: disable softirqs for ptp TX
` [PATCH 5.4 31/34] sctp: leave the err path free in sctp_stream_init to sctp_stream_free
` [PATCH 5.4 32/34] ARM: crypto: comment out gcc warning that breaks clang builds
` [PATCH 5.4 33/34] mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle
` [PATCH 5.4 34/34] scsi: core: Fix race between handling STS_RESOURCE and completion

[PATCH 0/5] Bug fix for recent batching change
 2022-08-01 11:47 UTC  (5+ messages)
` [PATCH 1/5] md/raid5: Refactor raid5_get_active_stripe()

[GIT PULL] x86/core for v6.0
 2022-08-01 11:46 UTC 

[PATCH 1/2] perf stat: refactor __run_perf_stat common code
 2022-08-01 11:45 UTC  (4+ messages)
` [PATCH 2/2] perf stat: fix unexpected delay behaviour

[PATCH] KVM: x86/mmu: remove unused variable
 2022-08-01 11:45 UTC 

[PATCH v2 0/3] Add support for Xiaomi Poco F1 EBBG variant
 2022-08-01 11:43 UTC  (2+ messages)

[PATCH] [Draft]: media: videobuf2-dma-heap: add a vendor defined memory runtine
 2022-08-01 11:40 UTC 

[PATCH] [Draft]: media: videobuf2-dma-heap: add a vendor defined memory runtine
 2022-08-01 11:39 UTC  (5+ messages)

WARNING: CPU: 4 PID: 326 at drivers/opp/core.c:2471 dev_pm_opp_set_config+0x344/0x620
 2022-08-01 11:43 UTC  (6+ messages)

[PATCH v3 01/10] mfd: intel_soc_pmic: Fix an error handling path in intel_soc_pmic_i2c_probe()
 2022-08-01 11:42 UTC  (10+ messages)
` [PATCH v3 02/10] mfd: intel_soc_pmic_crc: Merge Intel PMIC core to crc
` [PATCH v3 03/10] mfd: intel_soc_pmic: Move non-Intel Makefile entries to their own group
` [PATCH v3 04/10] mfd: intel_soc_pmic_crc: Use devm_regmap_add_irq_chip()
` [PATCH v3 05/10] mfd: intel_soc_pmic_crc: Convert to use i2c_get/set_clientdata()
` [PATCH v3 06/10] mfd: intel_soc_pmic_crc: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etc
` [PATCH v3 07/10] mfd: intel_soc_pmic_crc: Drop redundant ACPI_PTR() and ifdeffery
` [PATCH v3 08/10] mfd: intel_soc_pmic_crc: Convert driver to use ->probe_new()
` [PATCH v3 09/10] mfd: intel_soc_pmic_crc: Replace intel_soc_pmic with crystal_cove
` [PATCH v3 10/10] mfd: intel_soc_pmic_crc: Update the copyright year

[PATCH v4 0/4] LoongArch: Support new relocation types
 2022-08-01 11:39 UTC  (19+ messages)
` [PATCH v4 4/4] LoongArch: Support modules with "

[PATCH] clocksource: Resolve some coding specification issues about spaces
 2022-08-01 11:38 UTC 

[PATCH] mm/page_ext: remove unused variable in offline_page_ext
 2022-08-01 11:37 UTC  (4+ messages)

[PATCH v2 1/4] platform/x86: pmc_atom: Fix SLP_TYPx bitfield mask
 2022-08-01 11:37 UTC  (4+ messages)
` [PATCH v2 2/4] platform/x86: pmc_atom: Improve quirk message to be less cryptic
` [PATCH v2 3/4] platform/x86: pmc_atom: Make terminator entry uniform
` [PATCH v2 4/4] platform/x86: pmc_atom: Amend comment style and grammar

[PATCH v3] dt-bindings: PCI: mediatek-gen3: Add support for MT8188 and MT8195
 2022-08-01 11:37 UTC 

[GIT PULL] x86/misc for v6.0
 2022-08-01 11:35 UTC 

[PATCH v2 net-next 0/2] macb: add zynqmp SGMII dynamic configuration support
 2022-08-01 11:35 UTC  (5+ messages)
` [PATCH v2 net-next 1/2] firmware: xilinx: add support for sd/gem config
` [PATCH v2 net-next 2/2] net: macb: Add zynqmp SGMII dynamic configuration support

[PATCH v2 01/10] mfd: intel_soc_pmic: Fix an error handling path in intel_soc_pmic_i2c_probe()
 2022-08-01 11:34 UTC  (11+ messages)
` [PATCH v2 02/10] mfd: intel_soc_pmic_crc: Merge Intel PMIC core to crc

[PATCH v1 1/4] platform/x86: pmc_atom: Fix SLP_TYPx bitfield mask
 2022-08-01 11:33 UTC  (5+ messages)
` [PATCH v1 2/4] platform/x86: pmc_atom: Improve quirk message to be less cryptic
` [PATCH v1 3/4] platform/x86: pmc_atom: Make terminator entry uniform
` [PATCH v1 4/4] platform/x86: pmc_atom: Amend comment style and grammar

[PATCH 0/5] KVM/x86: add a new hypercall to execute host system
 2022-08-01 11:32 UTC  (3+ messages)
` [PATCH 4/5] selftests/kvm/x86_64: set rax before vmcall

[ammarfaizi2-block:netdev/net-next/main 20/29] net/core/devlink.c:6392 devlink_nl_cmd_region_new() warn: inconsistent returns '&region->snapshot_lock'
 2022-08-01 11:29 UTC 

[PATCH v2 1/3] arm64: dts: qcom: sdm845-xiaomi-beryllium: rename to sdm845-xiaomi-beryllium-tianma.dts
 2022-08-01 11:25 UTC  (3+ messages)
` [PATCH v2 2/3] arm64: dts: qcom: sdm845-xiaomi-beryllium-common: move common nodes to a common dtsi
` [PATCH v3 3/3] arm64: dts: qcom: sdm845-xiaomi-beryllium-ebbg: introduce Xiaomi Poco F1 EBBG variant

[GIT PULL] x86/cpu for v6.0
 2022-08-01 11:22 UTC 

[PATCH 0/6] staging: vt6655: Create one base function for four macros
 2022-08-01 11:21 UTC  (3+ messages)
` [PATCH 2/6] staging: vt6655: Create one "

[PATCH] MAINTAINERS: Update Dialog Semiconductor mailing list, website
 2022-08-01 11:21 UTC  (2+ messages)

[PATCH v2] dmaengine: ti: k3-udma: Reset UDMA_CHAN_RT byte counters to prevent overflow
 2022-08-01 11:27 UTC  (2+ messages)

[PATCH v1 0/1]
 2022-08-01 11:15 UTC  (2+ messages)

[PATCH v2 0/1] Mediatek MT6366 Regulator patch
 2022-08-01 11:14 UTC  (4+ messages)
` [PATCH v2] pmic: add mt6366 regulator document

[PATCH -next v2] f2fs: fix null-ptr-deref in f2fs_get_dnode_of_data
 2022-08-01 11:26 UTC 

[PATCH 1/2] Revert "mlxsw: core: Use different get_trend() callbacks for different thermal zones"
 2022-08-01 11:13 UTC  (3+ messages)
` [PATCH 2/2] Revert "mlxsw: core: Add the hottest thermal zone detection"

[GIT PULL] x86/fpu for v6.0
 2022-08-01 11:09 UTC 

[PATCH 0/2] Add support for Microchip QSPI controller
 2022-08-01 11:09 UTC  (7+ messages)
` [PATCH 1/2] spi: dt-binding: add Microchip CoreQSPI compatible
` [PATCH 2/2] spi: microchip-core-qspi: Add support for microchip fpga qspi controllers

[v4.9] Fixes to linux-4.9.y stable tree swab.h and random initialization
 2022-08-01 11:09 UTC  (3+ messages)
` [v4.9 PATCH 1/6] include/uapi/linux/swab.h: fix userspace breakage, use __BITS_PER_LONG for swap

[GIT PULL] file locking changes for v6.0
 2022-08-01 11:07 UTC 

[POSSIBLE BUG] iommu/io-pgtable-arm: possible dereferencing of NULL pointer
 2022-08-01 11:06 UTC  (3+ messages)

imx8mm lcdif->dsi->adv7535 no video, no errors
 2022-08-01 10:54 UTC  (3+ messages)

[syzbot] KASAN: use-after-free Read in post_one_notification
 2022-08-01 10:54 UTC 

[RFC V3 PATCH] mm: add last level page table numa info to /proc/pid/numa_pgtable
 2022-08-01 10:53 UTC  (3+ messages)

[PATCH] net/rds: Use PTR_ERR instead of IS_ERR for rdsdebug()
 2022-08-01 10:50 UTC  (2+ messages)

[syzbot] KASAN: vmalloc-out-of-bounds Write in imageblit (2)
 2022-08-01 10:43 UTC  (3+ messages)

[PATCH] Add a read memory barrier to wait_on_buffer
 2022-08-01 10:43 UTC  (11+ messages)
    ` [PATCH v2] make buffer_locked provide an acquire semantics
          ` [PATCH v3 1/2] wait_bit: do read barrier after testing a bit
                ` [PATCH v4 2/2] change buffer_locked, so that it has acquire semantics
              ` [PATCH v4 1/2] introduce test_bit_acquire and use it in wait_on_bit

[PATCH 0/5] Broadcom/Apple Bluetooth driver for Apple Silicon
 2022-08-01 10:36 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: net: Add generic Bluetooth controller
` [PATCH 2/5] dt-bindings: net: Add Broadcom BCM4377 family PCI Bluetooth
` [PATCH 3/5] Bluetooth: hci_event: Add quirk to ignore byte in LE Extended Adv Report
` [PATCH 4/5] Bluetooth: Add quirk to disable extended scanning
` [PATCH 5/5] Bluetooth: hci_bcm4377: Add new driver for BCM4377 PCI boards

[PATCH] arm64: dts: juno: Add missing MHU secure-irq
 2022-08-01 10:38 UTC  (3+ messages)

[RFC PATCH 0/4] arm64/mm: remap crash kernel with base pages even if rodata_full disabled
 2022-08-01 10:33 UTC  (4+ messages)
` [RFC PATCH 4/4] "

[PATCH v3] livepatch: Clear relocation targets on a module removal
 2022-08-01 10:30 UTC  (7+ messages)

[PATCH v2] ufs: core: ufshcd: use local_clock() for debugging timestamps
 2022-08-01 10:29 UTC  (2+ messages)

[PATCH 0/2] media: imx-jpeg, Add support for contiguous NV12
 2022-08-01 10:29 UTC  (3+ messages)
` [PATCH 1/2] media: imx-jpeg: Implement g_selection and s_selection
` [PATCH 2/2] media: imx-jpeg: Support contiguous and non contiguous format

[GIT PULL] slab for 5.20/6.0
 2022-08-01 10:29 UTC 

memory leak in cap_inode_getsecurity
 2022-08-01 10:29 UTC  (4+ messages)
` [syzbot] "

[PATCH] dt-bindings: mailbox: arm,mhu: Make secure interrupt optional
 2022-08-01 10:28 UTC  (8+ messages)

[PATCH] drm/kmb: fix dereference before NULL check in kmb_plane_atomic_update()
 2022-08-01 10:27 UTC  (5+ messages)

[PATCH v3 0/7] usb: typec: tcpci_rt1711h: Add compatible with rt1715
 2022-08-01 10:14 UTC  (8+ messages)
` [PATCH v3 1/7] dt-bindings usb: typec: rt1711h: Add binding for Richtek RT1711H
` [PATCH v3 2/7] usb: typec: tcpci_rt1711h: Fix vendor setting when set vconn
` [PATCH v3 3/7] usb: typec: tcpci_rt1711h: Add regulator support when source vbus
` [PATCH v3 4/7] usb: typec: tcpci_rt1711h: Add initial phy setting
` [PATCH v3 5/7] usb: typec: tcpci_rt1711h: Add compatible id with rt1715
` [PATCH v3 6/7] usb: typec: tcpci: Move function "tcpci_to_typec_cc" to common
` [PATCH v3 7/7] usb: typec: tcpci_rt1711h: Fix CC PHY noise filter of voltage level

[PATCH v3] kernel/watch_queue: Make pipe NULL while clearing watch_queue
 2022-08-01 10:24 UTC  (3+ messages)

[PATCH -next] panic: Add register_panic_notifier and unregister_panic_notifier
 2022-08-01 10:05 UTC 

KASAN: use-after-free Read in tc_chain_fill_node
 2022-08-01  9:56 UTC 

[PATCH] workqueue: Use active mask for new worker when pool is DISASSOCIATED
 2022-08-01  9:32 UTC  (8+ messages)

[PATCH v5 0/2] MediaTek pinctrl patch on mt8188
 2022-08-01  9:52 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: pinctrl: mediatek: add support for mt8188
` [PATCH v5 2/2] pinctrl: mediatek: add mt8188 driver

[PATCH v5] watchdog: add driver for StreamLabs USB watchdog device
 2022-08-01  9:47 UTC  (6+ messages)

[PATCH] sched/features: Expand the space of sched features
 2022-08-01  9:46 UTC 

[PATCH v2 00/19] iio: adc: at91-sama5d2_adc: add support for temperature sensor
 2022-08-01  9:46 UTC  (7+ messages)
` [PATCH v2 19/19] iio: adc: at91-sama5d2_adc: add runtime pm support

[PATCH v3 1/1] virtio: Restore semantics of vq->broken in virtqueues and improve irq handling
 2022-08-01  9:39 UTC 

[PATCH 1/4] modpost: shorten warning messages in report_sec_mismatch()
 2022-08-01  9:39 UTC  (4+ messages)
` [PATCH 2/4] modpost: add PATTERNS() helper macro
` [PATCH 3/4] modpost: remove unneeded .symbol_white_list initializers
` [PATCH 4/4] modpost: remove .symbol_white_list field entirely

[PATCH v3] ASoC: Intel: cirrus-common: Use UID to map correct amp to prefix
 2022-08-01  9:40 UTC 

[random] 9fdfe09a52: BUG:sleeping_function_called_from_invalid_context_at_include/linux/percpu-rwsem.h
 2022-08-01  9:38 UTC  (2+ messages)

[PATCH] scsi: pm8001: Fix typo 'the the' in comment
 2022-08-01  9:35 UTC  (2+ messages)

[PATCH 0/2 v2] Init the hashed pointer from a worker
 2022-08-01  9:34 UTC  (5+ messages)
` [PATCH 2/2 v2] lib/vsprintf: Initialize vsprintf's pointer hash once the random core is ready
      ` [PATCH 2/2 v3] "

[PATCH] watchdog: mtk_wdt: Move mt6589-wdt fallback compatible to end of list
 2022-08-01  9:31 UTC  (4+ messages)

[PATCH] mmc: sdhci-xenon: Fix 2G limitation on AC5 SoC
 2022-08-01  9:30 UTC  (4+ messages)

[PATCH 0/4] KVM: x86/mmu: MMIO caching bug fixes
 2022-08-01  9:30 UTC  (9+ messages)
` [PATCH 2/4] KVM: x86/mmu: Fully re-evaluate MMIO caching when SPTE masks change
` [PATCH 4/4] KVM: SVM: Disable SEV-ES support if MMIO caching is disable

[PATCH v4 0/4] mediatek: watchdog: Fix compatible fallbacks
 2022-08-01  9:29 UTC  (3+ messages)
` [PATCH v4 1/4] dt-bindings: mediatek: watchdog: Fix compatible fallbacks and example

[PATCH] mm: mempolicy: fix policy_nodemask() for MPOL_PREFERRED_MANY case
 2022-08-01  9:26 UTC  (3+ messages)

[PATCH v6 0/3] crypto: hisilicon - supports device isolation feature
 2022-08-01  9:25 UTC  (6+ messages)
` [PATCH v6 2/3] Documentation: add a isolation strategy sysfs node for uacce

[PATCH -next] f2fs: Replace kmalloc() with f2fs_kmalloc
 2022-08-01  9:22 UTC 

[PATCH v2] watchdog: meson: keep running if already active
 2022-08-01  9:21 UTC 

[GIT PULL] x86/mm for v6.0
 2022-08-01  9:21 UTC 

[PATCH 0/2] staging: r8188eu: more error code cleanups
 2022-08-01  9:17 UTC  (6+ messages)
` [PATCH 2/2] staging: r8188eu: convert rtw_set_802_11_add_wep error code semantics

[RESEND PATCH] Documentation: ABI: Mention retbleed vulnerability info file for sysfs
 2022-08-01  9:15 UTC 

[syzbot] WARNING: refcount bug in sk_psock_get (2)
 2022-08-01  9:09 UTC  (3+ messages)
` [PATCH v2] net/smc: fix "

[PATCH drm-misc-next v6 3/5] drm/gem: rename GEM CMA helpers to GEM DMA helpers
 2022-08-01  9:07 UTC 

[GIT PULL] x86/cleanups for v6.0
 2022-08-01  9:04 UTC 

[mark:arm64/stacktrace/rework-cleanup 3/8] arch/arm64/include/asm/stacktrace.h:70:57: error: 'sdei_stack_normal_ptr' undeclared
 2022-08-01  9:03 UTC 

[linux-stable-rc:linux-5.15.y 5373/8464] arch/x86/kvm/hyperv.c:2185:5: warning: stack frame size (1036) exceeds limit (1024) in 'kvm_hv_hypercall'
 2022-08-01  9:03 UTC  (2+ messages)

[PATCH] tty: moxa: Refine error handling in moxa_pci_probe
 2022-08-01  9:01 UTC  (2+ messages)

[rt-devel:linux-5.19.y-rt-rebase 16/55] kernel/softirq.c:640:1: sparse: sparse: symbol '__pcpu_scope_timersd' was not declared. Should it be static?
 2022-08-01  8:58 UTC 

[PATCH v4 00/25] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
 2022-08-01  8:54 UTC  (9+ messages)
` [PATCH v4 09/25] KVM: VMX: nVMX: Support TSC scaling and PERF_GLOBAL_CTRL with enlightened VMCS

[PATCH] kernel/watch_queue: Make pipe NULL while clearing watch_queue
 2022-08-01  8:53 UTC  (9+ messages)

[PATCH 5.10 0/3] fix build error in bpf selftests
 2022-08-01  8:51 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox