public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-01 11:08:24 to 2024-08-01 13:20:07 UTC [more...]

[PATCH v3] sysctl: simplify the min/max boundary check
 2024-08-01 13:19 UTC 

[GIT PULL] Networking for v6.11-rc2
 2024-08-01 13:19 UTC 

[PATCH v1 1/1] mfd: rk8xx: Fix shutdown handler
 2024-08-01 13:18 UTC  (2+ messages)

[GIT PULL] sched_ext: Initial pull request for v6.11
 2024-08-01 13:17 UTC  (4+ messages)

[PATCH v2 0/2] remoteproc: imx_rproc: support non-blocking tx for i.MX7ULP
 2024-08-01 13:17 UTC  (5+ messages)
` [PATCH v2 2/2] remoteproc: imx_rproc: handle system off "

[PATCH 0/4] fixes for Adreno A5Xx preemption
 2024-08-01 13:16 UTC  (10+ messages)
` [PATCH 1/4] drm/msm/a5xx: disable preemption in submits by default
` [PATCH 2/4] drm/msm/a5xx: properly clear preemption records on resume
` [PATCH 3/4] drm/msm/a5xx: fix races in preemption evaluation stage

[PATCH v3 1/7] arm/virt: place power button pin number on a define
 2024-08-01 13:15 UTC  (8+ messages)
` [PATCH v3 3/7] acpi/ghes: Support GPIO error source

Race condition observed between page migration and page fault handling on arm64 machines
 2024-08-01 13:15 UTC  (8+ messages)

[PATCH] leds: lm3601x: reset led controller during init
 2024-08-01 13:15 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: net: motorcomm: Add chip mode cfg
 2024-08-01 13:14 UTC  (3+ messages)

[PATCH net-next v2 0/2] net: ethernet: mtk_eth_soc: improve RX performance
 2024-08-01 13:14 UTC  (6+ messages)
` [PATCH net-next v2 1/2] net: ethernet: mtk_eth_soc: use prefetch methods

[PATCH v2] sysctl: simplify the min/max boundary check
 2024-08-01 13:13 UTC  (3+ messages)

[PATCH net] tcp: fix forever orphan socket caused by tcp_abort
 2024-08-01 13:11 UTC  (2+ messages)

[PATCH v7 0/4] ADP5585 GPIO expander, PWM and keypad controller support
 2024-08-01 13:10 UTC  (3+ messages)

[PATCH v2 0/5] uprobes: misc cleanups/simplifications
 2024-08-01 13:10 UTC  (13+ messages)
` [PATCH v2 5/5] uprobes: make uprobe_register() return struct uprobe *

[RFC PATCH net-next 00/10] Add support of HIBMCGE Ethernet Driver
 2024-08-01 13:08 UTC  (27+ messages)
` [RFC PATCH net-next 03/10] net: hibmcge: Add mdio and hardware configuration supported in this module
` [RFC PATCH net-next 04/10] net: hibmcge: Add interrupt "
` [RFC PATCH net-next 05/10] net: hibmcge: Implement some .ndo functions
` [RFC PATCH net-next 07/10] net: hibmcge: Implement rx_poll function to receive packets
` [RFC PATCH net-next 08/10] net: hibmcge: Implement workqueue and some ethtool_ops functions
` [RFC PATCH net-next 09/10] net: hibmcge: Add a Makefile and update Kconfig for hibmcge

[PATCH] arm64: dts: qcom: sc8280xp-x13s: Enable RGB sensor
 2024-08-01 13:07 UTC 

[syzbot] [squashfs?] KMSAN: uninit-value in pick_link
 2024-08-01 13:06 UTC  (3+ messages)
` [syzbot] "

[PATCH v2 0/1] mm: introduce MADV_DEMOTE/MADV_PROMOTE
 2024-08-01 13:05 UTC  (3+ messages)

[PATCH 0/9] AMD MCA interrupts rework
 2024-08-01 13:04 UTC  (5+ messages)
` [PATCH 4/9] x86/mce: Move machine_check_poll() status checks to helper functions

[PATCH] net: tuntap: add ioctl() TUNGETQUEUEINDX to fetch queue index
 2024-08-01 13:04 UTC  (6+ messages)

Linux 6.11-rc1
 2024-08-01 13:03 UTC  (2+ messages)
` [tip: x86/urgent] x86/mm: Fix pti_clone_pgtable() alignment assumption

[tip: x86/urgent] x86/mm: Fix pti_clone_entry_text() for i386
 2024-08-01 13:03 UTC 

[PATCH v2] drm: Add documentation for struct drm_pane_size_hint
 2024-08-01 13:01 UTC 

[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-01 12:07 UTC  (41+ messages)
` [PATCH v10 01/40] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v10 02/40] prctl: arch-agnostic prctl for shadow stack
` [PATCH v10 03/40] mman: Add map_shadow_stack() flags
` [PATCH v10 04/40] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v10 05/40] arm64/gcs: Document the ABI "
` [PATCH v10 06/40] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v10 07/40] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v10 08/40] arm64/gcs: Provide put_user_gcs()
` [PATCH v10 09/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [PATCH v10 10/40] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v10 11/40] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v10 12/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v10 13/40] arm64/mm: Map pages for guarded control stack
` [PATCH v10 14/40] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v10 15/40] arm64/idreg: Add overrride for GCS
` [PATCH v10 16/40] arm64/hwcap: Add hwcap "
` [PATCH v10 17/40] arm64/traps: Handle GCS exceptions
` [PATCH v10 18/40] arm64/mm: Handle GCS data aborts
` [PATCH v10 19/40] arm64/gcs: Context switch GCS state for EL0
` [PATCH v10 20/40] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v10 21/40] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v10 22/40] arm64/mm: Implement map_shadow_stack()
` [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v10 24/40] arm64/signal: Expose GCS state in signal frames
` [PATCH v10 25/40] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v10 26/40] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v10 27/40] kselftest/arm64: Verify the GCS hwcap
` [PATCH v10 28/40] kselftest: Provide shadow stack enable helpers for arm64
` [PATCH v10 29/40] selftests/clone3: Enable arm64 shadow stack testing
` [PATCH v10 30/40] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v10 31/40] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v10 32/40] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v10 33/40] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v10 34/40] kselftest/arm64: Add very basic GCS test program
` [PATCH v10 35/40] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v10 36/40] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v10 37/40] kselftest/arm64: Add GCS signal tests
` [PATCH v10 38/40] kselftest/arm64: Add a GCS stress test
` [PATCH v10 39/40] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v10 40/40] KVM: selftests: arm64: Add GCS registers to get-reg-list

[PATCH net-next v12 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
 2024-08-01 13:01 UTC  (7+ messages)
` [PATCH net-next v12 01/14] mm: page_frag: add a test module for page_frag
` [PATCH net-next v12 04/14] mm: page_frag: add '_va' suffix to page_frag API

[PATCH 6.1 000/440] 6.1.103-rc3 review
 2024-08-01 13:00 UTC  (2+ messages)

[PATCH v3] rust: mm: add abstractions for mm_struct and vm_area_struct
 2024-08-01 12:58 UTC 

[PATCH] kernel/net: missused TCQ_F_NOLOCK flag
 2024-08-01 12:58 UTC  (2+ messages)

[PATCH RFC v2 0/2] erofs: introduce page cache share feature
 2024-08-01 12:56 UTC  (5+ messages)
` [PATCH RFC v2 1/2] "
` [PATCH RFC v2 2/2] erofs: apply the "

[PATCH -next] md: wake up mdmon after setting badblocks
 2024-08-01 12:51 UTC 

[PATCH v5 0/2] allow KASAN to detect UAF in SLAB_TYPESAFE_BY_RCU slabs
 2024-08-01 12:54 UTC  (5+ messages)
` [PATCH v5 1/2] kasan: catch invalid free before SLUB reinitializes the object

[RFC v11 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
 2024-08-01 12:53 UTC  (11+ messages)
` [RFC v11 08/14] mm: page_frag: some minor refactoring before adding new API

[PATCH v3] phy: fsl-imx8mq-usb: fix tuning parameter name
 2024-08-01 12:53 UTC  (2+ messages)

[PATCH v3 00/10] Add Rust linked list for reference counted values
 2024-08-01 12:51 UTC  (11+ messages)
` [PATCH v3 04/10] rust: list: add struct with prev/next pointers
` [PATCH v3 09/10] rust: list: support heterogeneous lists

[PATCH -next] md: don't flush sync_work in md_write_start()
 2024-08-01 12:47 UTC 

[PATCH v3 0/2] PRM handler direct call interface
 2024-08-01 12:49 UTC  (2+ messages)

[PATCH v3 00/25] Generic `Allocator` support for Rust
 2024-08-01 12:48 UTC  (14+ messages)
` [PATCH v3 01/25] rust: alloc: add `Allocator` trait
` [PATCH v3 04/25] rust: alloc: implement `Allocator` for `Kmalloc`
` [PATCH v3 07/25] rust: alloc: implement `KVmalloc` allocator
` [PATCH v3 09/25] rust: alloc: implement kernel `Box`

[PATCH] arm64/mm: Avoid direct referencing page table enties in map_range()
 2024-08-01 12:48 UTC  (4+ messages)

[gustavoars:testing/wfamnae-next20240729-cbc-2 11/18] include/rdma/uverbs_ioctl.h:643:15: error: static assertion failed due to requirement '__builtin_offsetof(struct uverbs_attr_bundle, attrs) == sizeof(struct uverbs_attr_bundle_hdr)': struct member likely outside of struct_group_tagged()
 2024-08-01 12:47 UTC  (2+ messages)

[tip:locking/urgent] BUILD SUCCESS 224fa3552029a3d14bec7acf72ded8171d551b88
 2024-08-01 12:46 UTC 

[PATCH] cpufreq/amd-pstate: Use topology_logical_package_id() instead of logical_die_id()
 2024-08-01 12:45 UTC 

[PATCH v2] phy: fsl-imx8mq-usb: fix tuning parameter name
 2024-08-01 12:42 UTC  (3+ messages)

[PATCH v2] dt-bindings: mfd: syscon: Add ti,j784s4-acspcie-proxy-ctrl compatible
 2024-08-01 12:43 UTC  (4+ messages)

Re: [PATCH] filemap: Init the newly allocated folio memory to 0 for the filemap
 2024-08-01 12:42 UTC  (3+ messages)
`  "

[syzbot] [squashfs?] KMSAN: uninit-value in pick_link
 2024-08-01 12:42 UTC 

[PATCH] KVM: Fix error path in kvm_vm_ioctl_create_vcpu() on xa_store() failure
 2024-08-01 12:41 UTC  (7+ messages)

[PATCH v2 0/6] use device_for_each_child_node() to access device child nodes
 2024-08-01 12:39 UTC  (4+ messages)
` (subset) "

[PATCH v2 for-rc] RDMA/srpt: Fix UAF when srpt_add_one() failed
 2024-08-01 12:32 UTC 

remove the dma_set_{max_seg_size,seg_boundary,min_align_mask} return value
 2024-08-01 12:36 UTC  (4+ messages)
  ` [PATCH 2/3] dma-mapping: don't return errors from dma_set_seg_boundary

[PATCH] watchdog: imx_sc_wdt: Don't disable WDT in suspend
 2024-08-01 12:18 UTC 

[PATCH v2 1/2] rust: kernel: add `drop_contents` to `BoxExt`
 2024-08-01 12:30 UTC  (3+ messages)
` [PATCH v2 2/2] rust: init: add `write_[pin_]init` functions

[PATCH] syscalls: fix syscall macros for newfstat/newfstatat
 2024-08-01 12:32 UTC 

[PATCH] backlight: pwm_bl: print errno for probe errors
 2024-08-01 12:31 UTC  (2+ messages)

[PATCH v10 0/2] tools/perf: Support PERF_SAMPLE_READ with inherit
 2024-08-01 12:30 UTC  (3+ messages)
` [PATCH v10 1/2] tools/perf: Correctly calculate sample period for inherited SAMPLE_READ values
` [PATCH v10 2/2] tools/perf: Allow inherit + PERF_SAMPLE_READ when opening events

[PATCH v9 0/4] perf: Support PERF_SAMPLE_READ with inherit
 2024-08-01 12:28 UTC  (4+ messages)
` [PATCH v9 4/4] tools/perf: Allow inherit + PERF_SAMPLE_READ when opening events

[PATCH] [PATCH v2] drm: Add documentation for struct drm_pane_size_hint
 2024-08-01 12:25 UTC 

[PATCH] rust: add `module_params` macro
 2024-08-01 12:25 UTC  (4+ messages)

[PATCH v2] sched/pelt: Use rq_clock_task() for hw_pressure
 2024-08-01 12:23 UTC  (4+ messages)

[PATCH 0/8] uprobes: RCU-protected hot path optimizations
 2024-08-01 12:23 UTC  (5+ messages)
` [PATCH 2/8] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH 3/8] uprobes: protected uprobe lifetime with SRCU

[PATCH v7] sched: Consolidate cpufreq updates
 2024-08-01 12:22 UTC  (3+ messages)

[PATCH 0/3] sched: Generalize misfit load balance
 2024-08-01 12:21 UTC  (6+ messages)
` [PATCH 2/3] sched/fair: Generalize misfit lb by adding a misfit reason

syscall.tbl refactoring seems to have dropped definition of __NR_newfstatat on arm64 and riscv (64-bit) at least
 2024-08-01 12:20 UTC  (3+ messages)

[RFC PATCH net-next v6 12/14] vsock/loopback: implement datagram support
 2024-08-01 12:18 UTC  (2+ messages)

[PATCH] char: xillybus: Don't destroy workqueue from work item running on it
 2024-08-01 12:11 UTC 

[PATCH 00/24] Complete EEVDF
 2024-08-01 12:08 UTC  (2+ messages)

[PATCH] kernel/fs: last check for exec credentials on NOEXEC mount
 2024-08-01 12:07 UTC 

[PATCH v5 0/3] MCTP over PCC
 2024-08-01 12:07 UTC  (7+ messages)
` [PATCH v5 1/3] mctp pcc: Check before sending MCTP PCC response ACK
` [PATCH v5 2/3] mctp pcc: Allow PCC Data Type in MCTP resource
` [PATCH v5 3/3] mctp pcc: Implement MCTP over PCC Transport

[PATCH v2] ASoC: sunxi: sun4i-i2s: fix LRCLK polarity in i2s mode
 2024-08-01 12:07 UTC 

[PATCH rdma-next 0/8] Introducing Multi-Path DMA Support for mlx5 RDMA Driver
 2024-08-01 12:05 UTC 

[PATCH v3 0/3] pinctrl: pinctrl-zynqmp: Add Versal platform support
 2024-08-01 12:00 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: pinctrl: Add support for Xilinx Versal platform
` [PATCH v3 2/3] firmware: xilinx: Add Pinctrl Get Attribute ID
` [PATCH v3 3/3] pinctrl: pinctrl-zynqmp: Add support for Versal platform

[PATCH] clk: qcom: Park shared RCGs upon registration
 2024-08-01 11:59 UTC  (3+ messages)

[PATCH] perf scripts python arm-cs-trace-disasm.py: Skip disasm if address continuity is broken
 2024-08-01 11:58 UTC  (12+ messages)

[PATCH] init/main.c: Do jump_label_init before early_security_init
 2024-08-01 11:53 UTC  (7+ messages)

[PATCH] erofs: simplify readdir operation
 2024-08-01 11:44 UTC 

[PATCH -next] regulator: max77857: Make max77857_id static
 2024-08-01 11:45 UTC 

[syzbot] [squashfs?] KMSAN: uninit-value in pick_link
 2024-08-01 11:44 UTC 

[BUG] mm/cgroupv2: memory.min may lead to an OOM error
 2024-08-01 11:40 UTC  (3+ messages)

[PATCH v2 0/2] add more multi functions to streamline error handling
 2024-08-01 11:35 UTC  (4+ messages)
` [PATCH v2 1/2] drm/mipi-dsi: add more multi functions for better "

[PATCH] erofs: simplify readdir operation
 2024-08-01 11:35 UTC  (3+ messages)

[PATCH for-rc] RDMA/srpt: Fix UAF when srpt_add_one() failed
 2024-08-01 11:34 UTC  (5+ messages)

[PATCH] perf: arm_pmuv3: Fix chained event check for cycle counter
 2024-08-01 11:29 UTC  (2+ messages)

[PATCH v1 1/1] s390/uv: Panic if the security of the system cannot be guaranteed
 2024-08-01 11:25 UTC 

[PATCH v11 0/6] Add Toshiba Visconti Video Input Interface driver
 2024-08-01  9:21 UTC  (4+ messages)
` [PATCH v11 1/6] dt-bindings: media: platform: visconti: Add Toshiba Visconti Video Input Interface

[PATCH 00/15] Implement MODVERSIONS for Rust
 2024-08-01 11:22 UTC  (6+ messages)

[PATCH RESEND 21/31] ASoC: intel/sdw_utils: move dai id common macros
 2024-08-01 11:18 UTC  (11+ messages)
  ` [PATCH RESEND 22/31] ASoC: intel/sdw_utils: move soundwire dai type macros
  ` [PATCH RESEND 23/31] ASoC: intel/sdw_utils: move soundwire codec_info_list structure
  ` [PATCH RESEND 24/31] ASoC: intel/sdw_utils: move machine driver dai link helper functions
  ` [PATCH RESEND 25/31] ASoC: sdw_utils: refactor sof_sdw_card_late_probe function
  ` [PATCH RESEND 26/31] ASoC: intel/sdw_utils: refactor init_dai_link() and init_simple_dai_link()
  ` [PATCH RESEND 27/31] ASoC: soc-acpi: add pci revision id field in mach params structure
  ` [PATCH RESEND 28/31] ASoC: amd: acp: add soundwire machines for acp6.3 based platform
  ` [PATCH RESEND 29/31] ASoC: SOF: amd: add alternate "
  ` [PATCH RESEND 30/31] ASoC: SOF: amd: update mach params subsystem_rev variable
  ` [PATCH RESEND 31/31] ASoC: amd/sdw_utils: add sof based soundwire generic machine driver

[syzbot] [squashfs?] KMSAN: uninit-value in pick_link
 2024-08-01 11:21 UTC 

[PATCH net] team: fix possible deadlock in team_port_change_check
 2024-08-01 11:18 UTC 

[PATCH V3 00/13] media: qcom: camss: Add sm8550 support
 2024-08-01 11:14 UTC  (10+ messages)
` [PATCH 09/13] media: qcom: camss: Add CSID Gen3 support for SM8550

[PATCH] printk: CPU backtrace not printing on panic
 2024-08-01 11:12 UTC  (3+ messages)

[PATCH] perf: arm_pmu: Use of_property_present()
 2024-08-01 11:11 UTC  (2+ messages)

[PATCH 0/8] Enable EUD on Qualcomm sm8450 SoC
 2024-08-01 11:11 UTC  (2+ messages)

[PATCH] drm: Add documentation for struct drm_pane_size_hint
 2024-08-01 11:10 UTC  (2+ messages)

[PATCH] rcu/kvfree: Add kvfree_rcu_barrier() API
 2024-08-01 11:10 UTC 

[PATCH net-next V3 0/4] Add support to PHYLINK for LAN743x/PCI11x1x chips
 2024-08-01 11:05 UTC  (4+ messages)
` [PATCH net-next V3 4/4] net: lan743x: Add support to ethtool phylink get and set settings

[PATCH v3 0/8] MSM8953/MSM8976 ASoC support
 2024-08-01 11:08 UTC  (3+ messages)
` [PATCH v3 7/8] ASoC: qcom: apq8016_sbc: Add support for msm8976 SoC

[PATCH 0/5] udmbuf bug fix and some improvements
 2024-08-01 11:08 UTC  (4+ messages)
` [PATCH 1/5] udmabuf: cancel mmap page fault, direct map it


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