public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-09 10:19:14 to 2024-02-09 14:02:01 UTC [more...]

[PATCH net] selftests: net: ip_local_port_range: define IPPROTO_MPTCP
 2024-02-09 13:57 UTC  (2+ messages)

[PATCH v5 0/5] selftests/resctrl: Add non-contiguous CBMs in Intel CAT selftest
 2024-02-09 14:01 UTC  (4+ messages)
` [PATCH v5 1/5] selftests/resctrl: Add test groups and name L3 CAT test L3_CAT
` [PATCH v5 2/5] selftests/resctrl: Add a helper for the non-contiguous test
` [PATCH v5 3/5] selftests/resctrl: Split validate_resctrl_feature_request()

selftests: net: ip_local_port_range.c:152:17: error: use of undeclared identifier 'IPPROTO_MPTCP'
 2024-02-09 12:51 UTC  (2+ messages)

[PATCH v3 00/24] gpio: rework locking and object life-time control
 2024-02-09 13:59 UTC  (7+ messages)
` [PATCH v3 19/24] gpio: remove unnecessary checks from gpiod_to_chip()

[resend, PATCH v1 00/15] auxdisplay: linedisp: Clean up and add new driver
 2024-02-09 13:59 UTC  (4+ messages)
` [PATCH v1 14/15] dt-bindings: auxdisplay: Add Maxim MAX6958/6959

[syzbot] [media?] possible deadlock in v4l2_ctrl_handler_log_status
 2024-02-09 13:58 UTC  (2+ messages)

[PATCH 00/12] spi: s3c64xx: remove OF alias ID dependency
 2024-02-09 13:56 UTC  (4+ messages)
` [PATCH 01/12] spi: dt-bindings: introduce the ``fifo-depth`` property

[PATCH v3 0/4] spi: cadence-qspi: Fix runtime PM and system-wide suspend
 2024-02-09 13:55 UTC  (5+ messages)
` [PATCH v3 1/4] spi: cadence-qspi: fix pointer reference in runtime PM hooks
` [PATCH v3 2/4] spi: cadence-qspi: remove system-wide suspend helper calls from "
` [PATCH v3 3/4] spi: cadence-qspi: put runtime in runtime PM hooks names
` [PATCH v3 4/4] spi: cadence-qspi: add system-wide suspend and resume callbacks

[PATCH v3 00/19] x86: Confine early 1:1 mapped startup code
 2024-02-09 13:55 UTC  (4+ messages)
` [PATCH v3 06/19] x86/startup_64: Drop global variables keeping track of LA57 state

[PATCH] arm64: defconfig: Enable GCC and interconnect for QDU1000/QRU1000
 2024-02-09 13:53 UTC  (3+ messages)

[PATCH] spi: spi-mem: add statistics support to ->exec_op() calls
 2024-02-09 13:51 UTC 

[GIT PULL] tracing: Fixes for v6.8-rc3
 2024-02-09 13:48 UTC 

[PATCH 0/4] spi: cadence-quadspi: correct chip-select logic
 2024-02-09 13:45 UTC  (5+ messages)
` [PATCH 1/4] spi: cadence-qspi: assert each subnode flash CS is valid
` [PATCH 2/4] spi: cadence-qspi: set maximum chip-select to 4
` [PATCH 3/4] spi: cadence-qspi: report correct number of chip-select
` [PATCH 4/4] spi: cadence-qspi: switch from legacy names to modern ones

[PATCH v4 00/10] IOMMU memory observability
 2024-02-09 13:44 UTC  (10+ messages)
` [PATCH v4 01/10] iommu/vt-d: add wrapper functions for page allocations
` [PATCH v4 07/10] iommu/sun50i: use page allocation function provided by iommu-pages.h
` [PATCH v4 09/10] iommu: observability of the IOMMU allocations
  ` [PATCH v4 05/10] iommu/exynos: use page allocation function provided by iommu-pages.h

linux-next: Fixes tag needs some work in the netfilter tree
 2024-02-09 13:39 UTC  (8+ messages)
` linux-next20240208: tg3 driver nw interfaces not getting configured

[PATCH 1/3] smb: client: do not defer close open handles to deleted files
 2024-02-09 13:37 UTC  (5+ messages)
` [PATCH 2/3] smb: client: reuse file lease key in compound operations
` [PATCH 3/3] smb: client: retry compound request without reusing lease

[syzbot] [bluetooth?] KASAN: slab-use-after-free Write in __hci_acl_create_connection_sync
 2024-02-09 13:36 UTC  (3+ messages)

[PATCHv6 0/2] *** Detect interrupt storm in softlockup ***
 2024-02-09 13:35 UTC  (3+ messages)
` [PATCHv6 1/2] watchdog/softlockup: low-overhead detection of interrupt

[PATCH v3 1/2] usb: core: Amend initial authorized_default value
 2024-02-09 13:34 UTC  (5+ messages)

[PATCH v4] pinctrl: Add lock to ensure the state atomization
 2024-02-09 13:32 UTC  (3+ messages)

[GIT PULL] ntfs3: bugfixes for 6.8
 2024-02-09 13:21 UTC 

[PATCH 0/6] mfd: tmio: simplify header and move to platform_data
 2024-02-09 13:28 UTC  (3+ messages)

[PATCH RFC bpf-next 0/9] allow HID-BPF to do device IOs
 2024-02-09 13:26 UTC  (10+ messages)
` [PATCH RFC bpf-next 1/9] bpf: allow more maps in sleepable bpf programs
` [PATCH RFC bpf-next 2/9] HID: bpf/dispatch: regroup kfuncs definitions
` [PATCH RFC bpf-next 3/9] HID: bpf: export hid_hw_output_report as a BPF kfunc
` [PATCH RFC bpf-next 4/9] selftests/hid: Add test for hid_bpf_hw_output_report
` [PATCH RFC bpf-next 5/9] HID: bpf: allow to inject HID event from BPF
` [PATCH RFC bpf-next 6/9] selftests/hid: add tests for hid_bpf_input_report
` [PATCH RFC bpf-next 7/9] HID: bpf: allow to defer work in a delayed workqueue
` [PATCH RFC bpf-next 8/9] selftests/hid: add test for hid_bpf_schedule_delayed_work
` [PATCH RFC bpf-next 9/9] selftests/hid: add another set of delayed work tests

[PATCH v4 1/4] sched/topology: Remove duplicate descriptions from TOPOLOGY_SD_FLAGS
 2024-02-09 13:28 UTC  (7+ messages)
` [PATCH v4 3/4] sched/fair: Rework sched_use_asym_prio() and sched_asym_prefer()
` [PATCH v4 4/4] sched/fair: Check the SD_ASYM_PACKING flag in sched_use_asym_prio()

[PATCH v15 0/6] Introducing trace buffer mapping by user-space
 2024-02-09 13:25 UTC  (8+ messages)
` [PATCH v15 1/6] ring-buffer: Zero ring-buffer sub-buffers
` [PATCH v15 2/6] ring-buffer: Introducing ring-buffer mapping functions
` [PATCH v15 3/6] tracing: Add snapshot refcount
` [PATCH v15 4/6] tracing: Allow user-space mapping of the ring-buffer
` [PATCH v15 5/6] Documentation: tracing: Add ring-buffer mapping
` [PATCH v15 6/6] ring-buffer/selftest: Add ring-buffer mapping test

[PATCH] gpio: constify opaque pointer in gpio_device_find() match function
 2024-02-09 13:25 UTC  (2+ messages)

[PATCH net-next v6 00/11] net: dsa: realtek: variants to drivers, interfaces to a common module
 2024-02-09 13:24 UTC  (22+ messages)
` [PATCH net-next v6 02/11] net: dsa: realtek: introduce REALTEK_DSA namespace
` [PATCH net-next v6 03/11] net: dsa: realtek: convert variants into real drivers
` [PATCH net-next v6 04/11] net: dsa: realtek: keep variant reference in realtek_priv
` [PATCH net-next v6 05/11] net: dsa: realtek: common rtl83xx module
` [PATCH net-next v6 06/11] net: dsa: realtek: merge rtl83xx and interface modules into realtek_dsa
` [PATCH net-next v6 07/11] net: dsa: realtek: get internal MDIO node by name
` [PATCH net-next v6 08/11] net: dsa: realtek: clean user_mii_bus setup
` [PATCH net-next v6 09/11] net: dsa: realtek: migrate user_mii_bus setup to realtek_dsa
` [PATCH net-next v6 10/11] net: dsa: realtek: use the same mii bus driver for both interfaces
` [PATCH net-next v6 11/11] net: dsa: realtek: embed dsa_switch into realtek_priv

[PATCH 0/6] Red-black tree abstraction needed by Rust Binder
 2024-02-09 13:10 UTC  (11+ messages)
` [PATCH 1/6] rust: add `container_of!` macro
` [PATCH 3/6] rust: rbtree: add `RBTreeIterator`
` [PATCH 4/6] rust: rbtree: add `RBTreeIteratorMut`
` [PATCH 5/6] rust: rbtree: add `RBTreeCursor`
` [PATCH 6/6] rust: rbtree: add `RBTree::entry`

[PATCH v2 1/2] signal: add the "int si_code" arg to prepare_kill_siginfo()
 2024-02-09 13:06 UTC  (2+ messages)
` [PATCH v2 2/2] pidfd: change pidfd_send_signal() to respect PIDFD_THREAD

[PATCH] dm vdo slab-depot: delete unnecessary check
 2024-02-09 13:06 UTC 

[PATCH 2/6] rust: rbtree: add red-black tree implementation backed by the C version
 2024-02-09 13:04 UTC  (2+ messages)

[PATCH] drm/amd/display: Fix && vs || typos
 2024-02-09 13:02 UTC 

[PATCH 1/1] ARM: dts: vexpress: Set stdout-path to serial0 in the chosen node
 2024-02-09 13:02 UTC  (2+ messages)

[PATCH] ASoC: SOF: Add some bounds checking to firmware data
 2024-02-09 13:02 UTC 

[PATCH v1] arm64: dts: ti: k3-am62-main: disable usb lpm
 2024-02-09 13:02 UTC 

[v2 PATCH 0/1] ALSA: virtio: add support for audio controls
 2024-02-09 13:01 UTC  (2+ messages)

[PATCH v2] arm64: dts: ti: verdin-am62: add support for Verdin USB1 interface
 2024-02-09 13:01 UTC 

[PATCH net-next v5] virtio_net: Support RX hash XDP hint
 2024-02-09 12:57 UTC  (8+ messages)

[PATCH] ALSA: hda/cs35l56: select intended config FW_CS_DSP
 2024-02-09 12:56 UTC  (3+ messages)

[PATCH] riscv/fence: Consolidate fence definitions and define __{mb,rmb,wmb}
 2024-02-09 12:50 UTC 

[PATCH] ASoC: SOF: amd: Skip IRAM/DRAM size modification for Steam Deck OLED
 2024-02-09 12:49 UTC  (2+ messages)

[PATCH 0/6] block atomic writes for XFS
 2024-02-09 12:47 UTC  (10+ messages)
` [PATCH RFC 5/6] fs: xfs: iomap atomic write support

[Regression] [PCI/ASPM] [ASUS PN51] Reboot on resume attempt (bisect done; commit found)
 2024-02-09 12:45 UTC  (5+ messages)
` [PATCH] Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"
    ` PCI/ASPM locking regression in 6.7-final (was: Re: [PATCH] Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()")
      ` PCI/ASPM locking regression in 6.7-final

[GIT PULL] MMC fixes for v6.8-rc4
 2024-02-09 12:44 UTC 

[PATCH v3 1/2] power: supply: Add STC3117 fuel gauge unit driver
 2024-02-09 12:41 UTC  (2+ messages)

[PATCH v2] locking/atomic: scripts: clarify ordering of conditional atomics
 2024-02-09 12:40 UTC 

[PATCH 1/1] ARM:dts:aspeed: Initial device tree for AMD Onyx Platform
 2024-02-09 12:38 UTC  (3+ messages)

[GIT PULL] pmdomain fixes for v6.8-rc4
 2024-02-09 12:38 UTC 

[PATCH v3 1/2] dt-bindings: net: dp83826: support TX data voltage tuning
 2024-02-09 12:36 UTC  (2+ messages)
` [PATCH v3 2/2] net: phy: "

[PATCH] locking/atomic: scripts: clarify ordering of conditional atomics
 2024-02-09 12:35 UTC  (3+ messages)

[PATCH 0/6] interconnect: qcom: constify things
 2024-02-09 12:31 UTC  (2+ messages)

[GIT PULL] gpio: fixes for v6.8-rc4
 2024-02-09 12:31 UTC 

[PATCH v4] ELF: AT_PAGE_SHIFT_MASK -- supply userspace with available page shifts
 2024-02-09 12:30 UTC  (3+ messages)

[PATCH v2] media: adv7180: Fix cppcheck warnings
 2024-02-09 12:25 UTC  (6+ messages)

[PATCH] connector/cn_proc: make comm length as TASK_COMM_LEN
 2024-02-09 12:10 UTC 

[PATCH v9 00/25] security: Move IMA and EVM to the LSM infrastructure
 2024-02-09 12:02 UTC  (6+ messages)
` [PATCH v9 12/25] security: Introduce file_post_open hook

[PATCH RFC 0/1] mm/zswap: fix LRU reclaim for zswap writeback folios
 2024-02-09 11:59 UTC  (2+ messages)
` [PATCH RFC 1/1] mm/swap: queue reclaimable folio to local rotate batch when !folio_test_lru()

[PATCH 00/17] clk: renesas: rzg2l: Add support for power domains
 2024-02-09 11:57 UTC  (4+ messages)
` [PATCH 06/17] dt-bindings: clock: renesas,rzg2l-cpg: Update #power-domain-cells = <1>

[PATCH] mm/vmalloc: lock contention optimization under multi-threading
 2024-02-09 11:51 UTC  (2+ messages)

[PATCH v5 0/9] File abstractions needed by Rust Binder
 2024-02-09 11:49 UTC  (11+ messages)
` [PATCH v5 1/9] rust: types: add `NotThreadSafe`
` [PATCH v5 2/9] rust: task: add `Task::current_raw`
` [PATCH v5 3/9] rust: file: add Rust abstraction for `struct file`
` [PATCH v5 4/9] rust: cred: add Rust abstraction for `struct cred`
` [PATCH v5 5/9] rust: security: add abstraction for secctx
` [PATCH v5 6/9] rust: file: add `FileDescriptorReservation`
` [PATCH v5 7/9] rust: file: add `Kuid` wrapper
` [PATCH v5 8/9] rust: file: add `DeferredFdCloser`
` [PATCH v5 9/9] rust: file: add abstraction for `poll_table`

[syzbot] [hfs?] KASAN: slab-use-after-free Read in hfsplus_read_wrapper
 2024-02-09 11:45 UTC  (3+ messages)

[PATCH v2] tracing: Fix wasted memory in saved_cmdlines logic
 2024-02-09 11:36 UTC 

[RFC PATCH] KVM: arm64: Override Microsoft Azure Cobalt 100 MIDR value with ARM Neoverse N2
 2024-02-09 11:33 UTC  (4+ messages)

[PATCH] pidfd: change pidfd_send_signal() to respect PIDFD_THREAD
 2024-02-09 11:29 UTC  (10+ messages)

[PATCH net-next v3 00/17] net: Add support for Power over Ethernet (PoE)
 2024-02-09 11:26 UTC  (3+ messages)
` [PATCH net-next v3 16/17] dt-bindings: net: pse-pd: Add bindings for TPS23881 PSE controller

[PATCH v1] arm64: dts: ti: verdin-am62: add support for Verdin USB1 interface
 2024-02-09 11:26 UTC  (3+ messages)

[PATCH] firmware: qcom_scm: Introduce batching of hyp assign calls
 2024-02-09 11:25 UTC 

[PATCH v2 0/3] CDAT updates and fixes
 2024-02-09 11:23 UTC  (4+ messages)
` [PATCH v2 3/3] lib/firmware_table: Provide buffer length argument to cdat_table_parse()

[PATCH 00/11] s390: Support linking with ld.lld
 2024-02-09 11:20 UTC  (2+ messages)

[PATCH] ASoC: cs35l56: Workaround for ACPI with broken spk-id-gpios property
 2024-02-09 11:18 UTC 

[RFC PATCH v5 00/12] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
 2024-02-09 11:17 UTC  (4+ messages)
` [RFC PATCH v5 01/12] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command

[PATCH v2 1/4] rust: uaccess: add userspace pointers
 2024-02-09 11:15 UTC  (3+ messages)

[PATCH v1 -next 0/3] RISC-V: ACPI: Enable CPPC based cpufreq support
 2024-02-09 11:11 UTC  (2+ messages)

[PATCH v2] arm64: jump_label: use constraints "Si" instead of "i"
 2024-02-09 11:11 UTC  (2+ messages)

[GIT PULL] probes: fixes for v6.8-rc3
 2024-02-09 11:09 UTC 

[for-linus][PATCH 0/2] tracing: Fixes for v6.8-rc3
 2024-02-09 11:08 UTC  (4+ messages)
` [for-linus][PATCH 1/2] ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default
` [for-linus][PATCH 2/2] tracing: Fix wasted memory in saved_cmdlines logic

[PATCH v4 0/3] Add drm_get_acpi_edid() helper
 2024-02-09 11:07 UTC  (4+ messages)
` [PATCH v4 1/3] drm: "

[PATCH v11 00/10] spi: Add support for stacked/parallel memories
 2024-02-09 11:06 UTC  (16+ messages)
` [PATCH v11 07/10] mtd: spi-nor: Add stacked memories support in spi-nor

[regression 6.1.67] dlm: cannot start dlm midcomms -97 after backport of e9cdebbe23f1 ("dlm: use kernel_connect() and kernel_bind()")
 2024-02-09 11:06 UTC  (6+ messages)
    ` [regression 6.1.76] "

[etnaviv-next v13 0/7] drm/etnaviv: Add driver wrapper for vivante GPUs attached on PCI(e) device
 2024-02-09 11:02 UTC  (5+ messages)
` [etnaviv-next v13 7/7] drm/etnaviv: Add support for vivante GPU cores attached via PCI(e)
    `  "

[PATCH v14 00/53] Introduce QC USB SND audio offloading support
 2024-02-09 11:02 UTC  (15+ messages)
` [PATCH v14 01/53] xhci: fix possible null pointer dereference at secondary interrupter removal
` [PATCH v14 20/53] ASoC: Add SOC USB APIs for adding an USB backend
` [PATCH v14 32/53] ALSA: usb-audio: Check for support for requested audio format
` [PATCH v14 41/53] ASoC: Introduce SND kcontrols to select sound card and PCM device
` [PATCH v14 45/53] ASoC: usb: Create SOC USB SND jack kcontrol
` [PATCH v14 48/53] ALSA: usb-audio: mixer: Add USB offloading mixer control

[PATCH 1/3] driver core: bus: introduce can_remove()
 2024-02-09 11:00 UTC  (6+ messages)
` [PATCH 3/3] drm/amdgpu: wire up the can_remove() callback

[PATCH v5 00/12] netfs, cifs: Delegate high-level I/O to netfslib
 2024-02-09 10:59 UTC  (4+ messages)
` [PATCH v5 09/12] cifs: Cut over to using netfslib

[PATCH 2/2] fbcon: Defer console takeover for splash screens to first switch
 2024-02-09 10:58 UTC  (10+ messages)
` [PATCH v2 1/2] dummycon: Add dummycon_(un)register_switch_notifier
  ` [PATCH v2 2/2] fbcon: Defer console takeover for splash screens to first switch

[PATCH] arm64: dts: qcom: qcs6490-rb3gen2: Add PCIe nodes
 2024-02-09 10:56 UTC  (9+ messages)

[PATCH] cpufreq: CPPC: Resolve the large frequency discrepancy from cpuinfo_cur_freq
 2024-02-09 10:55 UTC  (11+ messages)

[PATCH v9 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-02-09 10:53 UTC  (3+ messages)
` [PATCH v9 3/5] iommu/arm-smmu: introduction of ACTLR for custom prefetcher settings

[PATCH RESEND v3 0/2] Add a property to turn off the max touch controller in suspend mode
 2024-02-09 10:50 UTC  (3+ messages)
` [PATCH RESEND v3 1/2] dt-bindings: input: atmel,maxtouch: add poweroff-sleep property
` [PATCH RESEND v3 2/2] Input: atmel_mxt_ts - support poweroff in suspend

[PATCH 00/14] Add suspend to ram support for PCIe on J7200
 2024-02-09 10:50 UTC  (9+ messages)
` [PATCH 01/14] gpio: pca953x: move suspend/resume to suspend_noirq/resume_noirq

[PATCH v3 0/3] iommu/iova: use named kmem_cache for iova magazines
 2024-02-09 10:46 UTC  (2+ messages)

[PATCH 2/5] clk: qcom: videocc-sm8550: Add support for SM8650 videocc
 2024-02-09 10:44 UTC  (2+ messages)

[PATCH] ASoC: SOF: amd: Fix locking in ACP IRQ handler
 2024-02-09 10:43 UTC  (3+ messages)

[PATCH v2 3/4] rust: uaccess: add typed accessors for userspace pointers
 2024-02-09 10:40 UTC  (3+ messages)

[PATCH] iommu/vt-d: Set SSADE when attaching to a parent with dirty tracking
 2024-02-09 10:36 UTC  (3+ messages)

[PATCH v4 0/2] Add regmap support to exynos-pmu for protected PMU regs
 2024-02-09 10:35 UTC  (3+ messages)
` [PATCH v4 2/2] watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for "

[PATCH] sh: intc: make intc_subsys const
 2024-02-09 10:32 UTC  (3+ messages)

[PATCH] vfio: mdev: make mdev_bus_type const
 2024-02-09 10:32 UTC  (2+ messages)

[PATCH] fsi: core: make fsi_bus_type const
 2024-02-09 10:31 UTC  (2+ messages)

[PATCH v2 0/3] Improve remote-endpoint parsing
 2024-02-09 10:31 UTC  (2+ messages)

[RESEND PATCH v9 0/3] Introduce case-insensitive string comparison helper
 2024-02-09 10:30 UTC  (4+ messages)
` [RESEND PATCH v9 1/3] libfs: "

[PATCH] selftests/mqueue: Set timeout to 100 seconds
 2024-02-09 10:30 UTC  (2+ messages)

[PATCH net-next v3 0/8] netconsole: Add userdata append support
 2024-02-09 10:30 UTC  (2+ messages)

[PATCH] sysfs:Addresses null pointer dereference in sysfs_merge_group and sysfs_unmerge_group
 2024-02-09 10:27 UTC  (2+ messages)

[PATCH] nvmem: include bit index in cell sysfs file name
 2024-02-09 10:20 UTC  (4+ messages)

[PATCH v1 tty] 8250: microchip: pci1xxxx: Add Burst mode transmission support in uart driver for reading from FIFO
 2024-02-09 10:20 UTC  (6+ messages)

[PATCH v3 1/2] Revert "scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock"
 2024-02-09 10:19 UTC  (2+ messages)
  ` [PATCH v3 2/2] fnic: move fnic_fnic_flush_tx() to a work queue


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