All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-29 16:04:27 to 2024-07-29 16:28:30 UTC [more...]

[syzbot] [net?] general protection fault in reuseport_add_sock (3)
 2024-07-29 16:28 UTC 

[PATCH] hvf: arm: Allow creating VMs with > 63GB of RAM on macOS 15+
 2024-07-29 16:27 UTC  (2+ messages)

[PATCH] net/mlx5/hws: fix the valid bit of E-Switch owner
 2024-07-29 16:27 UTC  (3+ messages)

[PATCH v1 0/3] thermal: sysfs: Get to trip attributes via the attribute argument of show/store
 2024-07-29 16:27 UTC  (4+ messages)
` [PATCH v1 1/3] thermal: core: Store trip sysfs attributes in thermal_trip_desc
` [PATCH v1 2/3] thermal: sysfs: Get to trips via attribute pointers
` [PATCH v1 3/3] thermal: sysfs: Refine the handling of trip hysteresis changes

[CI 0/3] Update page fault queue size calculation
 2024-07-29 16:27 UTC  (7+ messages)
` [CI 1/3] drm/xe: Fix missing workqueue destroy in xe_gt_pagefault
` [CI 2/3] drm/xe: Use topology to determine page fault queue size
` [CI 3/3] drm/xe/guc: Bump the G2H queue size to account for page faults
` ✓ CI.Patch_applied: success for Update page fault queue size calculation (rev5)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "

[PATCH v3 00/10] x86/bugs: Separate config for mitigations
 2024-07-29 16:27 UTC  (3+ messages)

[PATCH] gpio: vf610: add get_direction() support
 2024-07-29 16:27 UTC  (4+ messages)

CVE-2024-42090: pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFER
 2024-07-29 16:26 UTC 

CVE-2024-42089: ASoC: fsl-asoc-card: set priv->pdev before using it
 2024-07-29 16:26 UTC 

[PATCH] XSM/domctl: Fix permission checks on XEN_DOMCTL_createdomain
 2024-07-29 16:26 UTC 

CVE-2024-42088: ASoC: mediatek: mt8195: Add platform entry for ETDM1_OUT_BE dai link
 2024-07-29 16:26 UTC 

CVE-2024-42087: drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleep
 2024-07-29 16:26 UTC 

CVE-2024-42086: iio: chemical: bme680: Fix overflows in compensate() functions
 2024-07-29 16:26 UTC 

[f2fs-dev] [PATCH v2 3/4] f2fs: atomic: fix to truncate pagecache before on-disk metadata truncation
 2024-07-29 16:26 UTC  (3+ messages)
  `  "

CVE-2024-42084: ftruncate: pass a signed offset
 2024-07-29 16:26 UTC 

CVE-2024-42085: usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock
 2024-07-29 16:26 UTC 

[PATCH] arm64: el2_setup.h: Rename some labels to be more diff-friendly
 2024-07-29 16:25 UTC 

[PATCH v1 0/2] mm/hugetlb: fix hugetlb vs. core-mm PT locking
 2024-07-29 16:26 UTC  (7+ messages)
` [PATCH v1 1/2] mm: let pte_lockptr() consume a pte_t pointer

FAILED: patch "[PATCH] mm: gup: stop abusing try_grab_folio" failed to apply to 6.6-stable tree
 2024-07-29 16:25 UTC  (3+ messages)

[PATCH 00/14] drm/i915/dp_mst: Enable LT fallback for UHBR<->non-UHBR rates
 2024-07-29 16:25 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dp_mst: Enable LT fallback for UHBR<->non-UHBR rates (rev2)
` ✗ Fi.CI.SPARSE: "

QCA6390 broken in current kernel
 2024-07-29 16:25 UTC  (6+ messages)

[PULL 00/96] ppc-for-9.1-2 queue
 2024-07-29 16:23 UTC  (4+ messages)
` [PULL 38/96] hw/ssi: Extend SPI model

[PATCH] ALSA: hda: cs35l56: Stop creating ALSA controls for firmware coefficients
 2024-07-29 16:15 UTC 

[PATCH v6 00/27] Add support for sam9x7 SoC family
 2024-07-29 16:24 UTC  (4+ messages)
` [PATCH v6 16/27] dt-bindings: interrupt-controller: Add support for sam9x7 aic

[PATCH kvmtool v2 0/2] Fix compilation with musl-libc based toolchains
 2024-07-29 16:24 UTC  (3+ messages)
` [PATCH kvmtool v2 2/2] Get __WORDSIZE from <sys/reg.h> for musl compat

[PATCH 00/24] netfs: Read/write improvements
 2024-07-29 16:19 UTC  (50+ messages)
` [PATCH 01/24] fs/netfs/fscache_cookie: add missing "n_accesses" check
` [PATCH 02/24] cachefiles: Fix non-taking of sb_writers around set/removexattr
` [PATCH 03/24] netfs: Adjust labels in /proc/fs/netfs/stats
` [PATCH 04/24] netfs: Record contention stats for writeback lock
` [PATCH 05/24] netfs: Reduce number of conditional branches in netfs_perform_write()
` [PATCH 06/24] netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inode
` [PATCH 07/24] netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_stream
` [PATCH 08/24] netfs: Reserve netfs_sreq_source 0 as unset/unknown
` [PATCH 09/24] netfs: Remove NETFS_COPY_TO_CACHE
` [PATCH 10/24] netfs: Set the request work function upon allocation
` [PATCH 11/24] netfs: Use bh-disabling spinlocks for rreq->lock
` [PATCH 12/24] mm: Define struct folio_queue and ITER_FOLIOQ to handle a sequence of folios
` [PATCH 13/24] cifs: Provide the capability to extract from ITER_FOLIOQ to RDMA SGEs
` [PATCH 14/24] netfs: Use new folio_queue data type and iterator instead of xarray iter
` [PATCH 15/24] netfs: Provide an iterator-reset function
` [PATCH 16/24] netfs: Simplify the writeback code
` [PATCH 17/24] afs: Make read subreqs async
` [PATCH 18/24] netfs: Speed up buffered reading
` [PATCH 19/24] netfs: Remove fs/netfs/io.c
` [PATCH 20/24] cachefiles, netfs: Fix write to partial block at EOF
` [PATCH 21/24] netfs: Cancel dirty folios that have no storage destination
` [PATCH 22/24] cifs: Use iterate_and_advance*() routines directly for hashing
` [PATCH 23/24] cifs: Switch crypto buffer to use a folio_queue rather than an xarray
` [PATCH 24/24] cifs: Don't support ITER_XARRAY

[PATCH v2 00/26] qconfig: Tidy up main() and add a small feature
 2024-07-29 16:19 UTC  (7+ messages)
` [PATCH v2 24/26] qconfig: Allow searching for CONFIG values
` [PATCH v2 25/26] qconfig: Sort the boards by name when finding
` [PATCH v2 26/26] qconfig: Support a 'list' format

[PATCH 00/20] binman: Enhance FIT support for firmware
 2024-07-29 16:19 UTC  (41+ messages)
` [PATCH 01/20] fixdep: Support VPL
` [PATCH 02/20] binman: Correct an error in the FIT-template example
` [PATCH 03/20] binman: Tidy up bintool docs
` [PATCH 04/20] binman: Tidy up comment for Bintoolfdt_add_pubkey.run()
` [PATCH 05/20] binman: Move problem-checking code into a function
` [PATCH 06/20] binman: elf: Add more debugging to LookupAndWriteSymbols()
` [PATCH 07/20] binman: Write the compressed output to a file
` [PATCH 08/20] binman: Correct comment in blob_dtb GetFdtEtype()
` [PATCH 09/20] binman: Mention expanded entries in u-boot-vpl
` [PATCH 10/20] binman: Fix a comment typo in _DoReadFileDtb()
` [PATCH 11/20] binman: Correct indentation in testSplPubkeyDtb
` [PATCH 12/20] binman: Add a bintool for fdtgrep
` [PATCH 13/20] binman: Remove dependency on pylibfdt for entry-docs
` [PATCH 14/20] binman: Allow entry types to override FDT contents
` [PATCH 15/20] binman: Add support for alternative FDTs
` [PATCH 16/20] binman: fit: Allow providing FDT filenames in a directory
` [PATCH 17/20] binman: fit: Write the compatible string to configuration
` [PATCH 18/20] binman: fit: Allow running fdtgrep on devicetree blobs
` [PATCH 19/20] Makefile: Provide VPL devicetree and padding to binman
` [PATCH 20/20] Makefile: Pass OF_SPL_REMOVE_PROPS "

[PATCH v3 0/9] RISCV device tree mapping
 2024-07-29 16:22 UTC  (7+ messages)
` [PATCH v3 4/9] xen/riscv: setup fixmap mapping
` [PATCH v3 5/9] xen/riscv: introduce asm/pmap.h header

[PATCH v2 0/8] Introduce fwctl subystem
 2024-07-29 16:22 UTC  (7+ messages)
` [PATCH v2 6/8] fwctl: Add documentation
` [PATCH v2 7/8] fwctl/mlx5: Support for communicating with mlx5 fw

[PATCH] Bluetooth: hci_qca: [Don't Merge] For QCA6390 regression debugging
 2024-07-29 16:22 UTC 

Patchwork summary for: spi-devel-general
 2024-07-29 16:21 UTC 

[f2fs-dev] [PATCH] f2fs: don't traverse directory blocks after EOF
 2024-07-29 16:21 UTC  (7+ messages)
          `  "

[BOOT-WRAPPER 00/11] Cleanup initialization
 2024-07-29 16:15 UTC  (12+ messages)
` [BOOT-WRAPPER 01/11] Always enter AArch32 kernels in ARM mode
` [BOOT-WRAPPER 02/11] aarch64: Remove redundant EL1 entry logic
` [BOOT-WRAPPER 03/11] aarch64: Implement cpu_init_arch()
` [BOOT-WRAPPER 04/11] aarch64: Always enter kernel via exception return
` [BOOT-WRAPPER 05/11] aarch32: Refactor inital entry
` [BOOT-WRAPPER 06/11] aarch32: Implement cpu_init_arch()
` [BOOT-WRAPPER 07/11] aarch32: Always enter kernel via exception return
` [BOOT-WRAPPER 08/11] Unify assembly setup paths
` [BOOT-WRAPPER 09/11] Simplify spin logic
` [BOOT-WRAPPER 10/11] Add printing functions
` [BOOT-WRAPPER 11/11] Boot CPUs sequentially

[Buildroot] [PATCH 0/3] package/pkg-kconfig: fixes for per-package-directory
 2024-07-29 16:19 UTC  (4+ messages)
` [Buildroot] [PATCH 1/3] package/pkg-kconfig: fix *-savedefconfig under ppd
` [Buildroot] [PATCH 2/3] package/pkg-kconfig: fix *-diff-config "
` [Buildroot] [PATCH 3/3] package/pkg-kconfig: cleanup savedefconfig MAKE

Please pull u-boot-dm
 2024-07-29 16:19 UTC 

[PATCH 00/22] x86: adventures in Address Space Isolation
 2024-07-29 16:18 UTC  (5+ messages)
` [PATCH 03/22] x86/dom0: only disable SMAP for the PV dom0 build

[PATCH] Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitor
 2024-07-29 16:18 UTC  (2+ messages)

[PATCH RFC] gpio: Fix probing of gpio-hogs
 2024-07-29 16:18 UTC  (4+ messages)

[PATCH] ASoC: cs42l43: Move shutter IRQ handling into a worker thread
 2024-07-29 16:18 UTC  (2+ messages)

[RFC PATCH v1 0/1] Add Visual Studio Code configuration script
 2024-07-29 16:16 UTC  (5+ messages)
` [RFC PATCH v2 "
  ` [RFC PATCH v2 1/1] devtools: add vscode configuration generator

[PATCH] tcp/dccp: Add another way to allocate local ports in connect()
 2024-07-29 16:16 UTC  (3+ messages)

[PATCH v3] rust: Implement the smart pointer `InPlaceInit` for `Arc`
 2024-07-29 16:15 UTC  (2+ messages)

[PATCH v3] ptp: Add vDSO-style vmclock support
 2024-07-29 16:16 UTC  (3+ messages)

[PATCH v2 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-07-29 16:15 UTC  (3+ messages)
` [PATCH v2 bpf-next 07/10] lib/buildid: harden build ID parsing logic some more

[PATCH v2 0/6] Add Armv8-R AArch64 support
 2024-07-29 16:14 UTC  (7+ messages)
` [PATCH v2 4/6] aarch64: Introduce EL2 boot code for Armv8-R AArch64
` [PATCH v2 5/6] aarch64: Support PSCI "

[PATCH] usb: gadget: dummy_hcd: execute hrtimer callback in softirq context
 2024-07-29 16:14 UTC  (3+ messages)

[PATCH v2] dt-bindings: mfd: syscon: Add ti,j784s4-acspcie-proxy-ctrl compatible
 2024-07-29 16:13 UTC  (3+ messages)

[PATCH v2] rust: mm: add abstractions for mm_struct and vm_area_struct
 2024-07-29 16:13 UTC  (2+ messages)

[PATCH] x86/apic: Add retry mechanism to add_pin_to_irq_node()
 2024-07-29 16:13 UTC  (2+ messages)

[RESEND][PATCH v1 0/8] thermal: Use trip pointers in thermal driver interface
 2024-07-29 15:53 UTC  (2+ messages)
` [RESEND][PATCH v1 1/8] thermal: broadcom: Use thermal_zone_get_crit_temp() in bcm2835_thermal_probe()

[PATCH v2 0/3] Offer write delegations for O_WRONLY opens
 2024-07-29 16:12 UTC  (8+ messages)
` [PATCH v2 2/3] nfsd: Offer write delegations for o_wronly opens

[PATCH v4] pinctrl: samsung: Add support for pull-up and pull-down
 2024-07-29 15:36 UTC 

[PATCH v5 0/4] mm: support mTHP swap-in for zRAM-like swapfile
 2024-07-29 16:11 UTC  (4+ messages)
` [PATCH v5 4/4] mm: Introduce per-thpsize swapin control policy

[PATCH v4 0/2] Rust and the shadow call stack sanitizer
 2024-07-29 16:10 UTC  (5+ messages)
` [PATCH v4 1/2] rust: SHADOW_CALL_STACK is incompatible with Rust
` [PATCH v4 2/2] rust: support for shadow call stack sanitizer

[PATCH] selftests/vDSO: simplify getrandom thread local storage and structs
 2024-07-29 16:10 UTC 

[PATCH] tracing: Have format file honor EVENT_FILE_FL_FREED
 2024-07-29 16:10 UTC  (5+ messages)

posix_fallocate behavior in glibc
 2024-07-29 16:09 UTC 

[PATCH v4 0/6] Add ACPI CPER firmware first error injection for Arm Processor
 2024-07-29 16:08 UTC  (4+ messages)
` [PATCH v4 2/6] arm/virt: Wire up GPIO error source for ACPI / GHES

[PATCH] ARM: vfp: Use asm volatile in fmrx/fmxr macros
 2024-07-29 16:07 UTC  (5+ messages)

[PATCH -next] cgroup/pids: Avoid spurious event notification
 2024-07-29 16:07 UTC  (2+ messages)

[PATCH net v2] tcp: Adjust clamping window for applications specifying SO_RCVBUF
 2024-07-29 16:07 UTC  (5+ messages)

[PATCH] ALSA: control: Take power_ref lock primarily
 2024-07-29 16:06 UTC 

[PATCH 00/66] Test coverage for GPU debug support
 2024-07-29 16:01 UTC  (30+ messages)
` [PATCH 37/66] lib/gpgpu_shader: Extend shader building library
` [PATCH 39/66] tests/xe_exec_sip: Check if we reset due to unhandled attention
` [PATCH 40/66] tests/xe_exec_sip: Check usercoredump for attentions
` [PATCH 41/66] tests/xe_exec_sip: Add support for dynamic debugger sysfs toggle
` [PATCH 42/66] tests/xe_exec_sip: Add breakpoint-writesip-twice test
` [PATCH 43/66] tests/xe_exec_sip: Add sanity-after-timeout test
` [PATCH 44/66] tests/xe_exec_sip: Add breakpoint-waitsip-heavy test
` [PATCH 45/66] tests/xe_exec_sip: Add nodebug test cases
` [PATCH 46/66] lib/gpgpu_shader: Add write_on_exception template
` [PATCH 47/66] lib/gpgpu_shader: Add set/clear exception register (cr0.1) helpers
` [PATCH 48/66] lib/intel_batchbuffer: Add helper to get pointer at specified offset
` [PATCH 49/66] lib/gpgpu_shader: Allow enabling illegal opcode exceptions in shader
` [PATCH 50/66] tests/xe_exec_sip: Rework invalid instruction tests
` [PATCH 51/66] lib/intel_batchbuffer: Add support for long-running mode execution
` [PATCH 52/66] tests/xe_eudebug_online: Debug client which runs workloads on EU
` [PATCH 53/66] tests/xe_eudebug_online: Set dynamic breakpoint on interrupt-all
` [PATCH 54/66] tests/xe_eudebug_online: Add support for dynamic debugger sysfs toggle
` [PATCH 55/66] tests/xe_eudebug_online: Add tdctl-parameters test
` [PATCH 56/66] tests/xe_eudebug_online: Add reset-with-attention test
` [PATCH 57/66] lib/xe_eudebug: Expose xe_eudebug_connect
` [PATCH 58/66] tests/xe_eudebug_online: Add interrupt-reconnect test
` [PATCH 59/66] tests/xe_eudebug_online: Add single-step and single-step-one tests
` [PATCH 60/66] tests/xe_eudebug_online: What if user does not set debug mode?
` [PATCH 61/66] tests/xe_eudebug_online: Adds debugger-reopen test
` [PATCH 62/66] tests/xe_eudebug_online: Add caching tests
` [PATCH 63/66] tests/xe_eudebug_online: Add subtests w/o long running mode
` [PATCH 64/66] tests/xe_eudebug_online: Add multisession test cases
` [PATCH 65/66] tests/xe_eudebug_online: Check if eu debugger disables preemption timeout
` [PATCH 66/66] tests/xe_live_ktest: Add xe_eudebug live test

[PATCHv2 0/4] tools/memory-model: Define more of LKMM in tools/memory-model
 2024-07-29 16:05 UTC  (12+ messages)

[RFC PATCH net-next 0/3] Preparations for FIB rule DSCP selector
 2024-07-29 16:05 UTC  (5+ messages)
` [RFC PATCH net-next 3/3] ipv4: Centralize TOS matching

[PATCH] system/physmem: Where we assume we have a RAM MR, assert it
 2024-07-29 16:04 UTC  (2+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.