public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-07 10:14:55 to 2024-02-07 12:41:29 UTC [more...]

[syzbot] [kernel?] kernel panic: corrupted stack end in hub_event (2)
 2024-02-07 12:41 UTC 

[PATCH v2 1/1] netlabel: cleanup struct netlbl_lsm_catmap
 2024-02-07 12:40 UTC  (2+ messages)

[PATCH v2 0/2] Add support for RK3588 HDMI/eDP Combo PHY
 2024-02-07 12:39 UTC  (4+ messages)
` [PATCH v2 2/2] phy: rockchip: Add Samsung HDMI/eDP Combo PHY driver

[PATCH v3 0/6] PCI: dwc: Add common pme_turn_off message by using outbound iATU
 2024-02-07 12:37 UTC  (7+ messages)
` [PATCH v3 5/6] dt-bindings: PCI: dwc: Add 'msg' register region

[PATCH] README: Fix spelling/capitalization
 2024-02-07 12:21 UTC  (2+ messages)
` [RESEND PATCH] "

[PATCH 1/2] PCI: Clear LBMS on resume to avoid Target Speed quirk
 2024-02-07 12:33 UTC  (8+ messages)

[RFC PATCH] arm64/sve,sme: Refine scalable regset sizes at boot
 2024-02-07 12:32 UTC  (5+ messages)

[PATCH -next v5 0/3] minor improvements for x86 mce processing
 2024-02-07 12:29 UTC  (3+ messages)
` [PATCH -next v5 2/3] x86/mce: set MCE_IN_KERNEL_COPYIN for DEFAULT_MCE_SAFE exception

[PATCH v12 00/16] iommu: Prepare to deliver page faults to user space
 2024-02-07 12:29 UTC  (4+ messages)
` [PATCH v12 13/16] iommu: Improve iopf_queue_remove_device()

[PATCH] tracing: use ring_buffer_record_is_set_on() in tracer_tracing_is_on()
 2024-02-07 12:28 UTC  (11+ messages)

[PATCH v2] perf: CXL: fix mismatched cpmu event opcode
 2024-02-07 12:27 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: Allow compiler to inline most of bpf_local_storage_lookup()
 2024-02-07 12:26 UTC 

[PATCH v3 0/3] A Solution to Re-enable hugetlb vmemmap optimize
 2024-02-07 12:24 UTC  (10+ messages)
` [PATCH v3 2/3] arm64: mm: HVO: support BBM of vmemmap pgtable safely

[PATCH] arm64/sve: Lower the maximum allocation for the SVE ptrace regset
 2024-02-07 12:23 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] tracing the source of errors
 2024-02-07 12:19 UTC  (5+ messages)
` [Lsf-pc] "

[PATCH] gpio: set device type for GPIO chips
 2024-02-07 12:19 UTC  (4+ messages)

drivers/gpu/drm/amd/amdgpu/../display/dc/dml2/display_mode_core.c:6193:12: warning: stack frame size (3368) exceeds limit (2048) in 'dml_core_mode_support'
 2024-02-07 12:18 UTC  (5+ messages)

[PATCH v2 0/6] arm64: dts: qcom: msm8956-loire: SDCard and USB support
 2024-02-07 12:15 UTC  (5+ messages)
` [PATCH v2 4/6] arm64: dts: qcom: msm8976: Declare and use SDC1 pins

[GIT PULL] LoongArch fixes for v6.8-rc4
 2024-02-07 12:14 UTC 

[PATCH] [v3] hfs: fix a memleak in hfs_find_init
 2024-02-07 12:12 UTC 

[PATCH net-next 0/5] net: ravb: Add runtime PM support (part 2)
 2024-02-07 12:07 UTC  (6+ messages)
` [PATCH net-next 1/5] net: ravb: Get rid of the temporary variable irq
` [PATCH net-next 2/5] net: ravb: Keep the reverse order of operations in ravb_close()
` [PATCH net-next 3/5] net: ravb: Return cached statistics if the interface is down
` [PATCH net-next 4/5] net: ravb: Do not apply RX checksum settings to hardware "
` [PATCH net-next 5/5] net: ravb: Add runtime PM support

[PATCH 0/4] Add audio support for Jetson Orin NX and Jetson
 2024-02-07 12:05 UTC  (5+ messages)
` [PATCH 1/4] arm64: tegra: Move AHUB ports to SoC DTSI
` [PATCH 2/4] arm64: tegra: Define missing IO ports
` [PATCH 3/4] arm64: tegra: Add audio support for Jetson Orin NX and Jetson Orin Nano
` [PATCH 4/4] arm64: tegra: Remove Jetson Orin NX and Jetson Orin Nano DTSI

[PATCH v5 00/17] spi: s3c64xx: straightforward cleanup
 2024-02-07 12:04 UTC  (18+ messages)
` [PATCH v5 01/17] spi: s3c64xx: sort headers alphabetically
` [PATCH v5 02/17] spi: s3c64xx: explicitly include <linux/io.h>
` [PATCH v5 03/17] spi: s3c64xx: explicitly include <linux/bits.h>
` [PATCH v5 04/17] spi: s3c64xx: explicitly include <linux/types.h>
` [PATCH v5 05/17] spi: s3c64xx: avoid possible negative array index
` [PATCH v5 06/17] spi: s3c64xx: fix typo, s/configuartion/configuration
` [PATCH v5 07/17] spi: s3c64xx: remove unneeded (void *) casts in of_match_table
` [PATCH v5 08/17] spi: s3c64xx: remove else after return
` [PATCH v5 09/17] spi: s3c64xx: move common code outside if else
` [PATCH v5 10/17] spi: s3c64xx: check return code of dmaengine_slave_config()
` [PATCH v5 11/17] spi: s3c64xx: propagate the dma_submit_error() error code
` [PATCH v5 12/17] spi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma()
` [PATCH v5 13/17] spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout()
` [PATCH v5 14/17] spi: s3c64xx: drop blank line between declarations
` [PATCH v5 15/17] spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt props
` [PATCH v5 16/17] spi: s3c64xx: remove duplicated definition
` [PATCH v5 17/17] spi: s3c64xx: drop a superfluous bitwise NOT operation

[PATCH] arm64: dts: qcom: sc8280xp-x13s: correct analogue microphone route
 2024-02-07 12:04 UTC  (8+ messages)

[Patch] memory: tegra: Skip SID override from Guest VM
 2024-02-07 12:03 UTC  (8+ messages)

[PATCH][next] usb: dwc3: gadget: Remove redundant assignment to pointer trb
 2024-02-07 12:03 UTC 

[PATCH] arm64/sve: Document that __SVE_VQ_MAX is much larger than needed
 2024-02-07 12:01 UTC  (2+ messages)

@ X Philosophy, LEL / Гу (Was Fair Source, Low Jitter)
 2024-02-07 12:01 UTC 

[PATCH] drm/bridge: imx8mp-hdmi-pvi: Fix build warnings
 2024-02-07 12:00 UTC  (4+ messages)

[PATCH v3] usb: dwc3: gadget: Fix NULL pointer dereference in dwc3_gadget_suspend
 2024-02-07 11:59 UTC  (2+ messages)

[patch 00/12] cpu isolation: infra to block interference to select CPUs
 2024-02-07 11:57 UTC  (5+ messages)
` [patch 04/12] clockevent unbind: use smp_call_func_single_fail
` [patch 05/12] timekeeping_notify: use stop_machine_fail when appropriate

[PATCH net v4] net: stmmac: xgmac: fix handling of DPP safety error for DMA channels
 2024-02-07 11:56 UTC  (2+ messages)

This is the fourth time I’ve tried to find what led to the regression of outgoing network speed and each time I find the merge commit 8c94ccc7cd691472461448f98e2372c75849406c
 2024-02-07 11:55 UTC  (8+ messages)

[syzbot] [xfs?] INFO: task hung in xfs_inodegc_flush
 2024-02-07 11:55 UTC  (3+ messages)

[syzbot] [ceph?] [fs?] INFO: task hung in ceph_mdsc_pre_umount
 2024-02-07 11:55 UTC  (3+ messages)

[PATCH v4] mm/zswap: invalidate old entry when store fail or !zswap_enabled
 2024-02-07 11:54 UTC 

[PATCH v2 00/18] Qualcomm GCC/VIDEOCC reset overhaul for Venus
 2024-02-07 11:52 UTC  (4+ messages)
` [PATCH v2 03/18] clk: qcom: reset: Ensure write completion on reset de/assertion

[PATCH 0/2] Correcting the voltage setting for vph_pwr
 2024-02-07 11:51 UTC  (2+ messages)

[syzbot] [usb?] [fs?] KASAN: slab-use-after-free Read in comedi_release_hardware_device
 2024-02-07 11:52 UTC  (3+ messages)

[PATCH 0/4] PCI: Consolidate TLP Log reading and printing
 2024-02-07 11:50 UTC  (2+ messages)

[PATCH v7 00/23] Introduce runtime modifiable Energy Model
 2024-02-07 11:49 UTC  (6+ messages)
` [PATCH v7 15/23] PM: EM: Optimize em_cpu_energy() and remove division

[PATCH v1 0/3] DesignWare PWM improvements
 2024-02-07 11:48 UTC  (7+ messages)
` [PATCH v1 1/3] pwm: dwc: Add 16 channel support for Intel Elkhart Lake

[PATCH] arm64: dts: qcom: qcs6490-rb3gen2: Add PCIe nodes
 2024-02-07 11:47 UTC  (2+ messages)

[PATCH] pidfd: change pidfd_send_signal() to respect PIDFD_THREAD
 2024-02-07 11:45 UTC 

[PATCH RFC 0/2] spmi: Add multi master support
 2024-02-07 11:45 UTC  (7+ messages)
` [PATCH RFC 1/2] spmi: Add support for multi-master

[PATCH v2 1/2] PCI: Disable D3cold on Asus B1400 PCI-NVMe bridge
 2024-02-07 11:43 UTC  (7+ messages)
` [PATCH v2 2/2] Revert "ACPI: PM: Block ASUS B1400CEAE from suspend to idle by default"

[PATCH net v2 0/9] net: Fix MODULE_DESCRIPTION() for net (p5)
 2024-02-07 11:43 UTC  (19+ messages)
` [PATCH net v2 1/9] net: fill in MODULE_DESCRIPTION()s for xfrm
` [PATCH net v2 2/9] net: fill in MODULE_DESCRIPTION()s for mpoa
` [PATCH net v2 3/9] net: fill in MODULE_DESCRIPTION()s for af_key
` [PATCH net v2 4/9] net: fill in MODULE_DESCRIPTION()s for 6LoWPAN
` [PATCH net v2 5/9] net: fill in MODULE_DESCRIPTION()s for ipv6 modules
` [PATCH net v2 6/9] net: fill in MODULE_DESCRIPTION()s for ipv4 modules
` [PATCH net v2 7/9] net: fill in MODULE_DESCRIPTION()s for net/sched
` [PATCH net v2 8/9] net: fill in MODULE_DESCRIPTION()s for ipvtap
` [PATCH net v2 9/9] net: fill in MODULE_DESCRIPTION()s for dsa_loop_bdinfo

[PATCH v2 0/2] Add regmap support to exynos-pmu for protected PMU regs
 2024-02-07 11:42 UTC  (6+ messages)
` [PATCH v2 1/2] soc: samsung: exynos-pmu: Add regmap support for SoCs that protect "

[PATCH] staging: rtl8192e: remove redundant braces from single line if-else blocks
 2024-02-07 11:41 UTC  (5+ messages)

[PATCH v3 0/5] PM: domains: Add helpers for multi PM domains to avoid open-coding
 2024-02-07 11:39 UTC  (2+ messages)

[PATCH][next] usb: image: mdc800: Remove redundant assignment to variable retval
 2024-02-07 11:37 UTC 

[PATCH v3] mm/zswap: invalidate old entry when store fail or !zswap_enabled
 2024-02-07 11:36 UTC  (2+ messages)

[PATCH v8] PCI/DPC: Ignore Surprise Down error on hot removal
 2024-02-07 11:35 UTC  (2+ messages)

[PATCH] stmmac: Fix incorrect dereference in stmmac_*_interrupt()
 2024-02-07 11:34 UTC  (3+ messages)

[PATCH v19 0/9] Add DELETE_BUF ioctl
 2024-02-07 11:32 UTC  (9+ messages)

[PATCH] ahci: asm1064: correct count of reported ports
 2024-02-07 11:28 UTC  (3+ messages)

[PATCH] alarmtimer, PM: suspend: Expose a function from
 2024-02-07 11:26 UTC  (4+ messages)

[PATCH v1] PM: sleep: Restore asynchronous device resume optimization
 2024-02-07 11:25 UTC  (6+ messages)

[PATCH v3 3/3] PCI/ASPM: Fix L1SS parameters & only enable supported features when enable link state
 2024-02-07 11:18 UTC 

[syzbot] [usb?] [media?] possible deadlock in vb2_video_unregister_device
 2024-02-07 11:24 UTC  (3+ messages)

[PATCH][next] usb: storage: freecom: Remove redundant assignment to variable offset
 2024-02-07 11:22 UTC 

[PATCH v3 2/3] PCI/ASPM: Add notes about enabling PCI-PM L1SS to pci_enable_link_state(_locked)
 2024-02-07 11:14 UTC 

[PATCH v2] pidfd: getfd should always report ESRCH if a task is exiting
 2024-02-07 11:17 UTC  (6+ messages)

[tip:timers/urgent] BUILD SUCCESS dad6a09f3148257ac1773cd90934d721d68ab595
 2024-02-07 11:17 UTC 

[PATCH v2 0/4] spi: s3c64xx: add support for google,gs101-spi
 2024-02-07 11:15 UTC  (5+ messages)
` [PATCH v2 1/4] spi: dt-bindings: samsung: add google,gs101-spi compatible
` [PATCH v2 2/4] spi: s3c64xx: prepare for a different flavor of iowrite rep
` [PATCH v2 3/4] spi: s3c64xx: add s3c64xx_iowrite{8,16}_32_rep accessors
` [PATCH v2 4/4] spi: s3c64xx: add support for google,gs101-spi

[PATCH] docs: scripts: sphinx-pre-install: Fix building docs with pyyaml package
 2024-02-07 11:12 UTC 

[PATCH v4] tracing: Support to dump instance traces by ftrace_dump_on_oops
 2024-02-07 11:14 UTC  (3+ messages)

[PATCH v3 1/3] PCI: vmd: Enable PCI PM's L1 substates of remapped PCIe Root Port and NVMe
 2024-02-07 11:08 UTC 

[PATCH v5 0/2] phy: mtk-mipi-csi: add driver for CSI phy
 2024-02-07 11:09 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in set_de_name_and_namelen
 2024-02-07 11:09 UTC  (2+ messages)
` [syzbot] [reiserfs?] "

[PATCH v6 0/5] Support for Avago APDS9306 Ambient Light Sensor
 2024-02-07 11:07 UTC  (6+ messages)
` [PATCH v6 5/5] iio: light: Add support for APDS9306 "

[PATCH v6 0/2] drivers: rtc: add max313xx series rtc driver
 2024-02-07  9:54 UTC  (7+ messages)
` [PATCH v6 2/2] dt-bindings: rtc: add max313xx RTCs

[PATCH v3 1/3] PCI: vmd: Enable PCI PM's L1 substates of remapped PCIe Root Port and NVMe
 2024-02-07 11:02 UTC 

[PATCH v3] ubsan: Reintroduce signed overflow sanitizer
 2024-02-07 11:04 UTC  (3+ messages)

[PATCH] drm: panel-orientation-quirks: Add quirk for Aya Neo KUN
 2024-02-07 11:00 UTC  (2+ messages)

[PATCH v2] arm64: Add the arm64.no32bit_el0 command line option
 2024-02-07 10:58 UTC 

[PATCH v3 0/2] Add StarFive JH7110 SoC DSI support
 2024-02-07 10:57 UTC  (3+ messages)
` [PATCH v3 2/2] drm/bridge: cdns-dsi: Add support for StarFive JH7110 SoC

[PATCH] dt-bindings: pinctrl: nvidia,tegra234-pinmux: Restructure common schema
 2024-02-07 10:55 UTC  (2+ messages)

[PATCH] wifi: mt76: inititalize sband.band to correct value
 2024-02-07 10:52 UTC  (2+ messages)

[PATCH v4] pinctrl: Add lock to ensure the state atomization
 2024-02-07 10:51 UTC  (2+ messages)

[PATCH v2] pinctrl: mcp23s08: Check only GPIOs which have interrupts enabled
 2024-02-07 10:50 UTC  (2+ messages)

[PATCH][next] USB: serial: ftdi_sio: Remove redundant assignment to variable cflag
 2024-02-07 10:49 UTC 

[PATCH 1/2] pinctrl: mediatek: Drop bogus slew rate register range for MT8186
 2024-02-07 10:48 UTC  (2+ messages)

[PATCH v1 1/1] pinctrl: nuvoton: Constify wpcm450_groups
 2024-02-07 10:47 UTC  (2+ messages)

[PATCH] pinctrl: stm32: fix PM support for stm32mp257
 2024-02-07 10:46 UTC 

[PATCH v3 0/4] string: Allow 2-argument strscpy()
 2024-02-07 10:42 UTC  (4+ messages)
` [PATCH v3 4/4] um: Convert strscpy() usage to 2-argument style
    ` Removing more str APIs (was Re: [PATCH v3 4/4] um: Convert strscpy() usage to 2-argument style)

[PATCH][next] USB: serial: keyspan: Remove redundant assignment to pointer data
 2024-02-07 10:41 UTC 

[PATCH] pinctrl: amd: Add IRQF_ONESHOT to the interrupt request
 2024-02-07 10:40 UTC  (4+ messages)

[PATCH 0/2] drivers: drm: struct bus_type cleanup
 2024-02-07 10:39 UTC  (6+ messages)
` [PATCH 1/2] drm: display: make dp_aux_bus_type const

[regression 6.1.67] dlm: cannot start dlm midcomms -97 after backport of e9cdebbe23f1 ("dlm: use kernel_connect() and kernel_bind()")
 2024-02-07 10:39 UTC 

[PATCH v3 00/19] x86: Confine early 1:1 mapped startup code
 2024-02-07 10:38 UTC  (4+ messages)
` [PATCH v3 05/19] x86/startup_64: Simplify CR4 handling in "

[PATCH v3 0/2] Add JH7110 MIPI DPHY TX support
 2024-02-07 10:35 UTC  (3+ messages)
` [PATCH v3 2/2] phy: starfive: Add mipi dphy tx support

[PATCH v3] wifi: mwifiex: Refactor 1-element array into flexible array in struct mwifiex_ie_types_chan_list_param_set
 2024-02-07 10:30 UTC 

[PATCH] pidfd: getfd should always report ESRCH if a task is exiting
 2024-02-07 10:28 UTC  (7+ messages)

[PATCH v3 0/4] LVDS Controller Support for SAM9X75 SoC
 2024-02-07 10:28 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: display: bridge: add sam9x75-lvds compatible
` [PATCH v3 2/4] drm/bridge: add lvds controller support for sam9x7
` [PATCH v3 3/4] MAINTAINERS: add SAM9X7 SoC's LVDS controller
` [PATCH v3 4/4] ARM: configs: at91: Enable LVDS serializer support

[PATCH v3 1/4] ASoc: PCM6240: Create PCM6240 Family driver code
 2024-02-07 10:28 UTC  (6+ messages)
` [PATCH v3 4/4] ASoc: dt-bindings: PCM6240: Add initial DT binding
    ` [EXTERNAL] "

[PATCH] drm/i915/gt: Prevent possible NULL dereference in __caps_show()
 2024-02-07 10:27 UTC  (3+ messages)

[PATCH v4] PM / sleep: Mechanism to find source aborting kernel suspend transition
 2024-02-07 10:25 UTC  (4+ messages)

[PATCH 00/12] Add support for BCM2712 DMA engine
 2024-02-07 10:24 UTC  (2+ messages)

[PATCH 6.6 000/326] 6.6.16-rc2 review
 2024-02-07 10:22 UTC  (4+ messages)

[PATCH][next] USB: serial: oti6858: Remove redundant assignment to variable divisor
 2024-02-07 10:18 UTC 

[PATCH REPOST v2] ARM64: Dynamically allocate cpumasks and increase supported CPUs to 512
 2024-02-07 10:18 UTC  (2+ messages)

[PATCH] bus: mhi: host: free buffer on error in mhi_alloc_bhie_table
 2024-02-07 10:16 UTC  (2+ messages)

[PATCH 0/4] spi: s3c64xx: add support for google,gs101-spi
 2024-02-07 10:14 UTC  (6+ messages)
` [PATCH 1/4] spi: s3c64xx: explicitly include <linux/types.h>


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