public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-05 19:24:41 to 2023-09-05 22:01:46 UTC [more...]

[PATH nf v3] netfilter/osf: avoid OOB read
 2023-09-05 22:01 UTC  (2+ messages)

snd-cmipci oops during probe on arm64 (current mainline, pre-6.6-rc1)
 2023-09-05 22:01 UTC 

[PATCH] linux/export: fix reference to exported functions for parisc64
 2023-09-05 21:57 UTC  (2+ messages)

[net v4] net: phy: Provide Module 4 KSZ9477 errata (DS80000754C)
 2023-09-05 21:58 UTC  (3+ messages)

[PATCH net 0/3] tc-cbs offload fixes for SJA1105 DSA
 2023-09-05 21:53 UTC  (4+ messages)
` [PATCH net 1/3] net: dsa: sja1105: fix bandwidth discrepancy between tc-cbs software and offload
` [PATCH net 2/3] net: dsa: sja1105: fix -ENOSPC when replacing the same tc-cbs too many times
` [PATCH net 3/3] net: dsa: sja1105: complete tc-cbs offload support on SJA1110

[PATCH v3] x86/platform/uv: refactor deprecated strcpy and strncpy
 2023-09-05 21:54 UTC 

[PATCH v2] sched/topology: remove sysctl_sched_energy_aware depending on the architecture
 2023-09-05 21:53 UTC  (3+ messages)

[PATCH v2 00/11] Batch hugetlb vmemmap modification operations
 2023-09-05 21:44 UTC  (12+ messages)
` [PATCH v2 01/11] hugetlb: set hugetlb page flag before optimizing vmemmap
` [PATCH v2 02/11] hugetlb: Use a folio in free_hpage_workfn()
` [PATCH v2 03/11] hugetlb: Remove a few calls to page_folio()
` [PATCH v2 04/11] hugetlb: Convert remove_pool_huge_page() to remove_pool_hugetlb_folio()
` [PATCH v2 05/11] hugetlb: restructure pool allocations
` [PATCH v2 06/11] hugetlb: perform vmemmap optimization on a list of pages
` [PATCH v2 07/11] hugetlb: perform vmemmap restoration "
` [PATCH v2 08/11] hugetlb: batch freeing of vmemmap pages
` [PATCH v2 09/11] hugetlb: batch PMD split for bulk vmemmap dedup
` [PATCH v2 10/11] hugetlb: batch TLB flushes when freeing vmemmap
` [PATCH v2 11/11] hugetlb: batch TLB flushes when restoring vmemmap

[PATCH 0/7] drm/msm/dp: Simplify DPCD related code with helpers
 2023-09-05 21:52 UTC  (4+ messages)
` [PATCH 7/7] drm/msm/dp: Remove dp_display_is_ds_bridge()

[RFT PATCH 1/2] arm64: dts: qcom: apq8096-db820c: fix missing clock populate
 2023-09-05 21:52 UTC  (4+ messages)
` [RFT PATCH 2/2] arm64: dts: qcom: msm8996-xiaomi: "

[PATCH bpf-next 0/8] arm32, bpf: add support for cpuv4 insns
 2023-09-05 21:50 UTC  (14+ messages)
` [PATCH bpf-next 1/8] arm32, bpf: add support for 32-bit offset jmp instruction
` [PATCH bpf-next 2/8] arm32, bpf: add support for sign-extension load instruction
` [PATCH bpf-next 3/8] arm32, bpf: add support for sign-extension mov instruction
` [PATCH bpf-next 4/8] arm32, bpf: add support for unconditional bswap instruction
` [PATCH bpf-next 5/8] arm32, bpf: add support for 32-bit signed division
` [PATCH bpf-next 6/8] arm32, bpf: add support for 64 bit division instruction
` [PATCH bpf-next 7/8] selftest, bpf: enable cpu v4 tests for arm32
` [PATCH bpf-next 8/8] bpf/tests: add tests for cpuv4 instructions

[PATCH] workqueue: Removed double allocation of wq_update_pod_attrs_buf
 2023-09-05 21:49 UTC 

[PATCH v4 0/3] add zynqmp TCM bindings
 2023-09-05 21:48 UTC  (4+ messages)
` [PATCH v4 3/3] remoteproc: zynqmp: get TCM from device-tree

[PATCH] regulator: tps6594-regulator: Fix random kernel crash
 2023-09-05 21:42 UTC  (2+ messages)

[PATCH 0/7] mm/userfaultfd/poll: Scale userfaultfd wakeups
 2023-09-05 21:42 UTC  (8+ messages)
` [PATCH 1/7] mm/userfaultfd: Make uffd read() wait event exclusive
` [PATCH 2/7] poll: Add a poll_flags for poll_queue_proc()
` [PATCH 3/7] poll: POLL_ENQUEUE_EXCLUSIVE
` [PATCH 4/7] fs/userfaultfd: Use exclusive waitqueue for poll()
` [PATCH 5/7] selftests/mm: Replace uffd_read_mutex with a semaphore
` [PATCH 6/7] selftests/mm: Create uffd_fault_thread_create|join()
` [PATCH 7/7] selftests/mm: uffd perf test

[PATCH RFC v2 00/18] DCD: Add support for Dynamic Capacity Devices (DCD)
 2023-09-05 21:41 UTC  (10+ messages)
` [PATCH RFC v2 07/18] cxl/mem: Expose device dynamic capacity configuration
` [PATCH RFC v2 08/18] cxl/region: Add Dynamic Capacity CXL region support
` [PATCH RFC v2 09/18] cxl/mem: Read extents on memory device discovery

[RFC PATCH 0/9] I3C Slave Mode support
 2023-09-05 21:38 UTC  (10+ messages)
` [RFC PATCH 1/9] i3c: add actual in i3c_priv_xfer
` [RFC PATCH 2/9] i3c: svc: rename read_len as actual_len
` [RFC PATCH 3/9] i3c: master: svc return actual transfer data len
` [RFC PATCH 4/9] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-slave-v1
` [RFC PATCH 5/9] i3c: add slave mode support
` [RFC PATCH 6/9] i3c: slave: add svc slave controller support
` [RFC PATCH 7/9] i3c: slave: func: add tty driver
` [RFC PATCH 8/9] tty: serial: add tty over I3C master side driver
` [RFC PATCH 9/9] Documentation: i3c: Add I3C slave mode controller and function

[PATCH v2] x86/platform/uv: refactor deprecated strcpy and strncpy
 2023-09-05 21:40 UTC  (3+ messages)

[PATCH iwl-net v1] igc: Fix infinite initialization loop with early XDP redirect
 2023-09-05 21:37 UTC 

[PATCH 0/3] i2c: rcar: add FastMode+ support
 2023-09-05 21:37 UTC  (7+ messages)
` [PATCH 2/3] i2c: rcar: introduce Gen4 devices
` [PATCH 3/3] i2c: rcar: add FastMode+ support

[PATCH v6 0/4] add clock controller of qca8386/qca8084
 2023-09-05 21:36 UTC  (7+ messages)
` [PATCH v6 1/4] clk: qcom: branch: Add clk_branch2_prepare_ops
` [PATCH v6 3/4] clk: qcom: common: commonize qcom_cc_really_probe
` [PATCH v6 4/4] clk: qcom: add clock controller driver for qca8386/qca8084

[PATCH v2 0/2] Add KUnit tests for drm_fb_blit()
 2023-09-05 21:27 UTC  (3+ messages)
` [PATCH v2 1/2] drm/tests: Add calls to drm_fb_blit() on supported format conversion tests
` [PATCH v2 2/2] drm/tests: Add new format conversion tests to better cover drm_fb_blit()

[PATCH 5.15 00/28] 5.15.131-rc1 review
 2023-09-05 21:16 UTC  (2+ messages)

[PATCH v4] dt-bindings: irqchip: convert st,stih407-irq-syscfg to DT schema
 2023-09-05 21:15 UTC  (2+ messages)

[RFC PATCH 0/2] sched/eevdf: Rate limit task migration
 2023-09-05 21:16 UTC  (4+ messages)
` [RFC PATCH 1/2] sched: Rate limit migrations to 1 per 2ms per task

[RFT PATCH 1/6] drm/atomic-helper: drm_atomic_helper_shutdown(NULL) should be a noop
 2023-09-05 21:14 UTC  (3+ messages)

[syzbot] [xfs?] INFO: task hung in clean_bdev_aliases
 2023-09-05 21:14 UTC  (2+ messages)

[RFT PATCH 00/15] drm: non-drm-misc drivers call drm_atomic_helper_shutdown() at the right times
 2023-09-05 21:10 UTC  (10+ messages)
` [RFT PATCH 03/15] drm/ingenic: Call drm_atomic_helper_shutdown() at shutdown time
` [RFT PATCH 13/15] drm/imx/ipuv3: Call drm_atomic_helper_shutdown() at shutdown/unbind time
` [RFT PATCH 15/15] drm/renesas/shmobile: Call drm_helper_force_disable_all() at shutdown/remove time

[PATCH] x86/kvm/mmu: Remove unnecessary ‘NULL’ values from sptep
 2023-09-05 21:09 UTC  (4+ messages)

[PATCH] KVM: SEV: Update SEV-ES shutdown intercepts with more metadata
 2023-09-05 21:08 UTC  (3+ messages)

[RFT PATCH 0/6] drm: drm-misc drivers call drm_atomic_helper_shutdown() at the right times
 2023-09-05 21:06 UTC  (3+ messages)
` [RFT PATCH 2/6] drm: Call drm_atomic_helper_shutdown() at shutdown time for misc drivers

[PATCH v2] mfd: axp20x: Generalise handling without interrupt
 2023-09-05 21:03 UTC  (4+ messages)

[PATCH 6.4 00/32] 6.4.15-rc1 review
 2023-09-05 21:01 UTC  (3+ messages)

[PATCH] md/raid5: eliminate if-statements in cmp_stripe()
 2023-09-05 20:49 UTC  (4+ messages)

[PATCH v2] media: dt-bindings: Convert Omnivision OV7251 to DT schema
 2023-09-05 20:54 UTC  (2+ messages)

[PATCH v2] media: dt-bindings: Merge OV5695 into OV5693 binding
 2023-09-05 20:54 UTC  (2+ messages)

[PATCH net-next v3 0/6] bridge: Add a limit on learned FDB entries
 2023-09-05 20:53 UTC  (5+ messages)
` [PATCH net-next v3 1/6] net: bridge: Set BR_FDB_ADDED_BY_USER early in fdb_add_entry
` [PATCH net-next v3 6/6] selftests: forwarding: bridge_fdb_learning_limit: Add a new selftest

[PATCH v16 0/3] Avoid PCIe D3 for AMD PCIe root ports
 2023-09-05 20:51 UTC  (7+ messages)
` [PATCH v16 3/3] platform/x86/amd: pmc: Don't let PCIe root ports go into D3

[PATCH v2] The value may overflow
 2023-09-05 20:56 UTC  (16+ messages)

[PATCH 6.1 00/31] 6.1.52-rc1 review
 2023-09-05 20:55 UTC  (2+ messages)

drivers/gpu/drm/i915/gt/uc/intel_guc_fw.c:190:15: warning: 'success' is used uninitialized in this function
 2023-09-05 20:54 UTC 

[PATCH v3 00/25] security: Move IMA and EVM to the LSM infrastructure
 2023-09-05 20:54 UTC  (13+ messages)
` [PATCH v3 15/25] security: Introduce file_pre_free_security hook
` [PATCH v3 17/25] security: Introduce inode_post_create_tmpfile hook
` [PATCH v3 18/25] security: Introduce inode_post_set_acl hook
` [PATCH v3 19/25] security: Introduce inode_post_remove_acl hook
` [PATCH v3 20/25] security: Introduce key_post_create_or_update hook
` [PATCH v3 22/25] ima: Move IMA-Appraisal to LSM infrastructure

[PATCH 6.5 00/34] 6.5.2-rc1 review
 2023-09-05 20:52 UTC  (2+ messages)

[net-next v3 0/5] net: wwan: t7xx: fw flashing & coredump support
 2023-09-05 20:43 UTC  (2+ messages)

[PATCH net] net: stmmac: fix handling of zero coalescing tx-usecs
 2023-09-05 20:51 UTC  (2+ messages)

[PATCH v4 4/4] arm64: dts: allwinner: h616: Add BigTreeTech Pi support
 2023-09-05 20:49 UTC  (4+ messages)

[PATCH] uapi/netfilter: Change netfilter hook verdict code definition from macro to enum
 2023-09-05 16:57 UTC  (3+ messages)

[git pull] Input updates for v6.6-rc0
 2023-09-05 20:47 UTC 

[PATCH V2] clk: qcom: clk-alpha-pll: Use determine_rate instead of round_rate
 2023-09-05 20:40 UTC  (2+ messages)

[PATCH v5 00/17] Imagination Technologies PowerVR DRM driver
 2023-09-05 16:34 UTC  (7+ messages)
` [PATCH v5 02/17] dt-bindings: gpu: Add Imagination Technologies PowerVR GPU
` [PATCH v5 09/17] drm/imagination: Implement power management

[PATCH 2/3] iio: adc: ltc2309: switch to new .probe()
 2023-09-05 20:44 UTC  (2+ messages)

[PATCH v2] x86: bring back rep movsq for user access on CPUs without ERMS
 2023-09-05 20:41 UTC  (15+ messages)

[PATCH v2 0/5] Add USB Support on Qualcomm's SDX75 Platform
 2023-09-05 20:38 UTC  (8+ messages)
` [PATCH v2 2/5] dt-bindings: phy: qcom,qmp-usb: Add SDX75 USB3 PHY
` [PATCH v2 3/5] dt-bindings: usb: qcom,dwc3: Fix SDX65 clocks
` [PATCH v2 5/5] phy: qcom-qmp-usb: Add Qualcomm SDX75 USB3 PHY support

[PATCH -next] clocksource/drivers/sun5i: Remove surplus dev_err() when using platform_get_irq()
 2023-09-05 20:33 UTC  (2+ messages)

[PATCH] selftests/ftrace: Correctly enable event in instance-event.tc
 2023-09-05 20:32 UTC  (7+ messages)

[PATCH 1/3] rtc: sun6i: remove unnecessary message
 2023-09-05 20:31 UTC  (2+ messages)

[PATCH v4] riscv: dts: allwinner: d1: Add PMU event node
 2023-09-05 20:31 UTC  (2+ messages)

[PATCH 0/5] Add USB Support on Qualcomm's SDX75 Platform
 2023-09-05 20:30 UTC  (3+ messages)
` [PATCH 5/5] phy: qcom-qmp-usb: Add Qualcomm SDX75 USB3 PHY support

[PATCH v2] dt-bindings: rtc: pcf8523: Convert to YAML
 2023-09-05 20:28 UTC 

[PATCH 0/9] Improve CS35l41 ALSA SoC audio driver
 2023-09-05 20:25 UTC  (6+ messages)
` [PATCH 4/9] ASoC: cs35l41: Fix broken shared boost activation

[PATCH v6 0/5] PCI: brcmstb: Configure appropriate HW CLKREQ# mode
 2023-09-05 20:24 UTC  (3+ messages)
` [PATCH v6 2/5] PCI: brcmstb: Configure HW CLKREQ# mode appropriate for downstream device

[PATCH v10 net-next 00/23] net/tcp: Add TCP-AO support
 2023-09-05 20:24 UTC  (10+ messages)
` [PATCH v10 net-next 08/23] net/tcp: Add AO sign to RST packets
` [PATCH v10 net-next 09/23] net/tcp: Add TCP-AO sign to twsk
` [PATCH v10 net-next 10/23] net/tcp: Wire TCP-AO to request sockets

[GIT PULL REQUEST] watchdog - v6.6 release cycle
 2023-09-05 20:13 UTC 

[PATCH v3 0/5] Support bridge/connector by Tegra HDMI
 2023-09-05 20:23 UTC  (4+ messages)
` [PATCH v3 2/5] dt-bindings: display: tegra: nvidia,tegra20-dc: Add parallel RGB output port node

[RFC PATCH bpf-next 0/4] Add Open-coded process and css iters
 2023-09-05 20:22 UTC  (5+ messages)
` [RFC PATCH bpf-next 2/4] bpf: Introduce process open coded iterator kfuncs
` [RFC PATCH bpf-next 3/4] bpf: Introduce css_descendant open-coded "

[PATCH] dt-bindings: mfd: Revert "dt-bindings: mfd: maxim,max77693: Add USB connector"
 2023-09-05 20:22 UTC  (2+ messages)

[GIT PULL] fuse update for 6.6
 2023-09-05 20:14 UTC  (2+ messages)

[PATCH 0/2] KVM: x86/mmu: .change_pte() optimization in TDP MMU
 2023-09-05 20:18 UTC  (9+ messages)

[GIT PULL] tpmdd changes for v6.6-rc1
 2023-09-05 19:42 UTC  (2+ messages)

[GIT PULL] gfs2 fixes
 2023-09-05 20:14 UTC  (2+ messages)

[GIT PULL] hotfixes for 6.6-rc1
 2023-09-05 19:42 UTC  (2+ messages)

[GIT PULL] OpenRISC updates for 6.6
 2023-09-05 19:42 UTC  (2+ messages)

[GIT PULL] arch/microblaze patches for 6.6-rc1
 2023-09-05 19:42 UTC  (2+ messages)

[GIT PULL] Mailbox changes for v6.6
 2023-09-05 19:42 UTC  (2+ messages)

[GIT PULL] Kbuild updates for v6.6-rc1
 2023-09-05 19:42 UTC  (2+ messages)

[GIT PULL] remaining MM updates for 6.6-rc1
 2023-09-05 19:42 UTC  (2+ messages)

Regression with AX88179A: can't manually set MAC address anymore
 2023-09-05 20:11 UTC  (2+ messages)

[PATCH v4] arm64/sysreg: refactor deprecated strncpy
 2023-09-05 20:10 UTC 

[RFC PATCH 0/2] Enable PCIe1 on J7AHP
 2023-09-05 18:08 UTC  (3+ messages)
` [RFC PATCH 1/2] dt-bindings: PCI: ti,j721e-pci-*: Add "ti,syscon-pcie-refclk-out" property

[PATCH] Bluetooth: Fix hci_link_tx_to RCU lock usage
 2023-09-05 18:01 UTC  (2+ messages)

[PATCH 0/2] irqchip/gic-v3: Enable non-coherent GIC designs probing
 2023-09-05 18:23 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: interrupt-controller: arm,gic-v3: Add dma-noncoherent property

[PATCH 0/2] tracing: Add missing LOCKDOWN_TRACEFS checking
 2023-09-05 18:26 UTC  (3+ messages)
` [PATCH 1/2] tracefs: Add missing lockdown check to tracefs_create_dir()
` [PATCH 2/2] tracefs/eventfs: Add missing lockdown checks

[PATCH v8 0/2] Add Facebook Minerva (AST2600) BMC
 2023-09-05 18:16 UTC  (3+ messages)
` [PATCH v8 2/2] dt-bindings: arm: aspeed: add Meta Minerva board

[net PATCH] octeontx2-af: Fix truncation of smq in CN10K NIX AQ enqueue mbox handler
 2023-09-05 18:01 UTC  (2+ messages)

[PATCH 0/3] Make Rockchip IO domains dependency from other devices explicit
 2023-09-05 18:14 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: pinctrl: rockchip: Add io domain properties

[RFC net-next v1 1/2] dt-bindings: net: dsa: microchip: Update ksz device tree bindings for drive strength
 2023-09-05 18:28 UTC  (2+ messages)

ARM BCM53573 SoC hangs/lockups caused by locks/clock/random changes
 2023-09-05 20:07 UTC  (4+ messages)

[PULL 0/2] xtensa updates for v6.6
 2023-09-05 20:05 UTC 

[Patch v3 1/6] sched/fair: Determine active load balance for SMT sched groups
 2023-09-05 17:54 UTC  (6+ messages)
` [PATCH] sched/fair: Add SMT4 group_smt_balance handling

[PATCH V3 0/2] Add Phy Configuration support for SC7280
 2023-09-05 20:04 UTC  (4+ messages)
` [PATCH V3 2/2] phy: qcom-qmp-ufs: "

[PATCH] samples/bpf: Add sample usage for BPF_PROG_TYPE_NETFILTER
 2023-09-05 16:06 UTC  (6+ messages)
        `  "

[PATCH V2] perf/x86/uncore: Correct the number of CHAs on EMR
 2023-09-05 19:54 UTC  (3+ messages)
` [tip: perf/urgent] "

[PATCH v2] Documentation/gpu: VM_BIND locking document
 2023-09-05 19:50 UTC  (2+ messages)

[PATCH v4 0/9] bpf: fprobe: rethook: Use ftrace_regs instead of pt_regs
 2023-09-05 19:50 UTC  (5+ messages)
` [PATCH v4 5/9] ftrace: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs

[PATCH v2 0/5] memfd: cleanups for vm.memfd_noexec
 2023-09-05 16:20 UTC  (5+ messages)
` [PATCH v2 3/5] memfd: improve userspace warnings for missing exec-related flags

[PATCH 2/2] staging: vme_user: Fix block comments where '*' on each line should be aligned
 2023-09-05 19:46 UTC 

[PATCH 1/2] staging: vme_user: Remove spurious newlines between define statements
 2023-09-05 19:45 UTC 

[PATCH] tracing: Fix unexpected ring buffer expand by instance
 2023-09-05 19:40 UTC  (2+ messages)

[PATCH] staging: vme_user: Fix block comments where '*' on each line should be aligned
 2023-09-05 19:39 UTC  (3+ messages)

[PATCH v2 0/9] x86/clear_huge_page: multi-page clearing
 2023-09-05 19:36 UTC  (3+ messages)

[PATCH v2 1/3] powerpc/fadump: make is_fadump_active() visible for exporting vmcore
 2023-09-05 18:36 UTC  (2+ messages)
` [PATCH v2 2/3] vmcore: allow fadump to export vmcore even if is_kdump_kernel() is false

[PATCH] module: Clarify documentation of module_param_call()
 2023-09-05 19:36 UTC  (2+ messages)

ucsi debugfs oops (current Linus pre-6.6-rc1)
 2023-09-05 19:25 UTC  (2+ messages)

[PATCH v12 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-09-05 16:09 UTC  (3+ messages)

[PATCH] sched/fair: optimize should_we_balance for higher SMT systems
 2023-09-05 19:30 UTC  (2+ messages)

[PATCH] drm/amd/display: prevent potential division by zero errors
 2023-09-05 19:28 UTC  (2+ messages)

[PATCH 1/2] vmcore: allow alternate dump capturing methods to export vmcore without is_kdump_kernel()
 2023-09-05 19:25 UTC  (5+ messages)

[PATCH] i2c: iproc: reset bus after timeout if START_BUSY is stuck
 2023-09-05 16:26 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