All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-12 20:13:57 to 2023-06-12 20:51:57 UTC [more...]

[PATCH nolibc 0/15] nolibc updates for v6.5]
 2023-06-12 20:45 UTC  (53+ messages)
` [PATCH v2 "
  ` [PATCH v2 nolibc 01/53] tools/nolibc: tests: use volatile to force stack smashing
  ` [PATCH v2 nolibc 02/53] tools/nolibc: tests: fix build on non-c99 compliant compilers
  ` [PATCH v2 nolibc 03/53] tools/nolibc: fix build of the test case using glibc
  ` [PATCH v2 nolibc 04/53] tools/nolibc: add libc-test binary
  ` [PATCH v2 nolibc 05/53] tools/nolibc: add wrapper for memfd_create
  ` [PATCH v2 nolibc 06/53] tools/nolibc: implement fd-based FILE streams
  ` [PATCH v2 nolibc 07/53] tools/nolibc: add testcases for vfprintf
  ` [PATCH v2 nolibc 08/53] tools/nolibc: Fix build of stdio.h due to header ordering
  ` [PATCH v2 nolibc 09/53] tools/nolibc: use standard __asm__ statements
  ` [PATCH v2 nolibc 10/53] tools/nolibc: use __inline__ syntax
  ` [PATCH v2 nolibc 11/53] tools/nolibc: use C89 comment syntax
  ` [PATCH v2 nolibc 12/53] tools/nolibc: validate C89 compatibility
  ` [PATCH v2 nolibc 13/53] tools/nolibc: s390: provide custom implementation for sys_fork
  ` [PATCH v2 nolibc 14/53] tools/nolibc: add testcase for fork()/waitpid()
  ` [PATCH v2 nolibc 15/53] tools/nolibc: remove LINUX_REBOOT_ constants
  ` [PATCH v2 nolibc 16/53] tools/nolibc: riscv: Fix up load/store instructions for rv32
  ` [PATCH v2 nolibc 17/53] tools/nolibc/unistd: add syscall()
  ` [PATCH v2 nolibc 18/53] selftests/nolibc: syscall_args: use generic __NR_statx
  ` [PATCH v2 nolibc 19/53] selftests/nolibc: reduce syscalls during space padding
  ` [PATCH v2 nolibc 20/53] tools/nolibc: aarch64: add stackprotector support
  ` [PATCH v2 nolibc 21/53] tools/nolibc: arm: "
  ` [PATCH v2 nolibc 22/53] tools/nolibc: loongarch: "
  ` [PATCH v2 nolibc 23/53] tools/nolibc: mips: "
  ` [PATCH v2 nolibc 24/53] tools/nolibc: riscv: "
  ` [PATCH v2 nolibc 25/53] tools/nolibc: fix typo pint -> point
  ` [PATCH v2 nolibc 26/53] tools/nolibc: x86_64: disable stack protector for _start
  ` [PATCH v2 nolibc 27/53] tools/nolibc: ensure stack protector guard is never zero
  ` [PATCH v2 nolibc 28/53] tools/nolibc: add test for __stack_chk_guard initialization
  ` [PATCH v2 nolibc 29/53] tools/nolibc: reformat list of headers to be installed
  ` [PATCH v2 nolibc 30/53] tools/nolibc: add autodetection for stackprotector support
  ` [PATCH v2 nolibc 31/53] tools/nolibc: simplify stackprotector compiler flags
  ` [PATCH v2 nolibc 32/53] tools/nolibc: fix segfaults on compilers without attribute no_stack_protector
  ` [PATCH v2 nolibc 33/53] tools/nolibc: s390: disable stackprotector in _start
  ` [PATCH v2 nolibc 34/53] tools/nolibc: add support for prctl()
  ` [PATCH v2 nolibc 35/53] selftests/nolibc: prevent coredumps during test execution
  ` [PATCH v2 nolibc 36/53] tools/nolibc: support nanoseconds in stat()
  ` [PATCH v2 nolibc 38/53] selftests/nolibc: remove the duplicated gettimeofday_bad2
  ` [PATCH v2 nolibc 40/53] selftests/nolibc: test_fork: fix up duplicated print
  ` [PATCH v2 nolibc 41/53] tools/nolibc: ensure fast64 integer types have 64 bits
  ` [PATCH v2 nolibc 42/53] selftests/nolibc: remove test gettimeofday_null
  ` [PATCH v2 nolibc 43/53] selftests/nolibc: allow specify extra arguments for qemu
  ` [PATCH v2 nolibc 44/53] selftests/nolibc: fix up compile warning with glibc on x86_64
  ` [PATCH v2 nolibc 45/53] selftests/nolibc: not include limits.h for nolibc
  ` [PATCH v2 nolibc 46/53] selftests/nolibc: use INT_MAX instead of __INT_MAX__
  ` [PATCH v2 nolibc 47/53] tools/nolibc: arm: add missing my_syscall6
  ` [PATCH v2 nolibc 48/53] tools/nolibc: open: fix up compile warning for arm
  ` [PATCH v2 nolibc 49/53] selftests/nolibc: support two errnos with EXPECT_SYSER2()
  ` [PATCH v2 nolibc 50/53] selftests/nolibc: remove gettimeofday_bad1/2 completely
  ` [PATCH v2 nolibc 51/53] selftests/nolibc: add new gettimeofday test cases
  ` [PATCH v2 nolibc 52/53] selftests/nolibc: also count skipped and failed tests in output
  ` [PATCH v2 nolibc 53/53] selftests/nolibc: make sure gcc always use little endian on MIPS

+ selftests-mm-remove-wrong-kernel-header-inclusion.patch added to mm-unstable branch
 2023-06-12 20:46 UTC 

+ selftests-mm-remove-duplicate-unneeded-defines.patch added to mm-unstable branch
 2023-06-12 20:46 UTC 

[PATCH v14 00/15] phy: Add support for Lynx 10G SerDes
 2023-06-12 20:46 UTC  (14+ messages)

[f2fs-dev] [PATCH] f2fs: check return value of freeze_super()
 2023-06-12 20:50 UTC  (2+ messages)

[f2fs-dev] Patchwork summary for: f2fs
 2023-06-12 20:50 UTC 

[f2fs-dev] [PATCH v2] f2fs: fix to avoid mmap vs set_compress_option case
 2023-06-12 20:50 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: introduce F2FS_QUOTA_DEFAULT_FL for cleanup
 2023-06-12 20:50 UTC  (2+ messages)

[igt-dev] [PATCH v2 i-g-t] tests/i915_pm_freq_api: Add a suspend subtest
 2023-06-12 20:50 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915_pm_freq_api: Add a suspend subtest (rev2)

[android-common:android12-5.4 3942/27775] drivers/rtc/hctosys.c:24:5: warning: no previous prototype for 'rtc_hctosys'
 2023-06-12 20:48 UTC 

[to-be-updated] mmpage_owner-filter-out-stacks-by-a-threshold-counter.patch removed from -mm tree
 2023-06-12 20:45 UTC 

[to-be-updated] lib-stackdepot-add-a-refcount-field-in-stack_record.patch removed from -mm tree
 2023-06-12 20:44 UTC 

[to-be-updated] mm-page_owner-add-page_owner_stacks-file-to-print-out-only-stacks-and-their-counte.patch removed from -mm tree
 2023-06-12 20:45 UTC 

[folded-merged] mmpage_owner-filter-out-stacks-by-a-threshold-counter-fix.patch removed from -mm tree
 2023-06-12 20:44 UTC 

[folded-merged] mm-page_owner-add-page_owner_stacks-file-to-print-out-only-stacks-and-their-counte-fix-fix.patch removed from -mm tree
 2023-06-12 20:43 UTC 

[folded-merged] mm-page_owner-add-page_owner_stacks-file-to-print-out-only-stacks-and-their-counte-fix.patch removed from -mm tree
 2023-06-12 20:43 UTC 

[PATCH v5 01/11] i2c: Enhance i2c_new_ancillary_device API
 2023-06-12 20:43 UTC  (12+ messages)

[PATCH 00/26] arm64: qcom: sa8775p-ride: enable the first ethernet port
 2023-06-12 20:42 UTC  (13+ messages)
` [PATCH 12/26] net: stmmac: dwmac-qcom-ethqos: add support for the optional serdes phy
` [PATCH 13/26] net: stmmac: dwmac-qcom-ethqos: make the rgmii clock optional
` [PATCH 14/26] net: stmmac: dwmac-qcom-ethqos: add optional phyaux clock

[PATCH v2 0/3] Create stronger guard rails on replace refs
 2023-06-12 20:45 UTC  (3+ messages)
` [PATCH v3 "

[PATCH] dma/dpaa2: set the vfa bit for rbp with vf
 2023-06-12 20:46 UTC  (4+ messages)

[PATCH] sandbox: fix a compilation error
 2023-06-12 20:46 UTC  (2+ messages)

[PATCH] perf/x86/intel: Save/restore cpuc->active_pebs_data_cfg when using guest PEBS
 2023-06-12 20:45 UTC  (2+ messages)

[PATCH v2] sched/nohz: Add HRTICK_BW for using cfs bandwidth with nohz_full
 2023-06-12 20:43 UTC  (2+ messages)

[netdev-net-next:main 26/28] ld.lld: error: undefined symbol: efx_tc_netdev_event
 2023-06-12 20:44 UTC  (3+ messages)

[PATCH] mm/hugetlb: Fix pgtable lock on pmd sharing
 2023-06-12 20:44 UTC  (2+ messages)

[PATCH 0/5] cat-file: introduce NUL-terminated output format
 2023-06-12 20:43 UTC  (3+ messages)
` [PATCH v2 0/5] catfile: "

[PATCH v2 00/16] Reduce preallocations for maple tree
 2023-06-12 20:39 UTC  (16+ messages)
` [PATCH v2 01/16] maple_tree: Add benchmarking for mas_for_each
` [PATCH v2 02/16] maple_tree: Add benchmarking for mas_prev()
` [PATCH v2 03/16] mm: Move unmap_vmas() declaration to internal header
` [PATCH v2 04/16] mm: Change do_vmi_align_munmap() side tree index
` [PATCH v2 06/16] maple_tree: Introduce __mas_set_range()
` [PATCH v2 07/16] mm: Remove re-walk from mmap_region()
` [PATCH v2 08/16] maple_tree: Adjust node allocation on mas_rebalance()
` [PATCH v2 09/16] maple_tree: Re-introduce entry to mas_preallocate() arguments
` [PATCH v2 10/16] mm: Use vma_iter_clear_gfp() in nommu
` [PATCH v2 11/16] mm: Set up vma iterator for vma_iter_prealloc() calls
` [PATCH v2 12/16] maple_tree: Move mas_wr_end_piv() below mas_wr_extend_null()
` [PATCH v2 13/16] maple_tree: Update mas_preallocate() testing
` [PATCH v2 14/16] maple_tree: Refine mas_preallocate() node calculations
` [PATCH v2 15/16] maple_tree: Reduce resets during store setup
` [PATCH v2 16/16] mm/mmap: Change vma iteration order in do_vmi_align_munmap()

[PATCH v3 0/8] Create large folios in iomap buffered write path
 2023-06-12 20:39 UTC  (9+ messages)
` [PATCH v3 1/8] iov_iter: Handle compound highmem pages in copy_page_from_iter_atomic()
` [PATCH v3 2/8] iomap: Remove large folio handling in iomap_invalidate_folio()
` [PATCH v3 3/8] doc: Correct the description of ->release_folio
` [PATCH v3 4/8] iomap: Remove unnecessary test from iomap_release_folio()
` [PATCH v3 5/8] filemap: Add fgf_t typedef
` [PATCH v3 6/8] filemap: Allow __filemap_get_folio to allocate large folios
` [PATCH v3 7/8] iomap: Create large folios in the buffered write path
` [PATCH v3 8/8] iomap: Copy larger chunks from userspace

[PATCH v5 00/26] cxl/pci: Add support for RCH RAS error handling
 2023-06-12 20:39 UTC  (5+ messages)
` [PATCH v5 11/26] cxl/pci: Early setup RCH dport component registers from RCRB
` [PATCH v5 23/26] cxl/pci: Disable root port interrupts in RCH mode

[PATCHSET RFC 0/6] Add io_uring support for futex wait/wake
 2023-06-12 20:37 UTC  (4+ messages)
` [PATCH 5/6] io_uring: add support for futex wake and wait

arch/powerpc/platforms/52xx/lite5200_pm.c:47:12: error: stack frame size (1040) exceeds limit (1024) in 'lite5200_pm_prepare'
 2023-06-12 20:36 UTC 

[djwong-xfs:xfile-page-caching 142/196] fs/xfs/xfs_swapext_item.c:57:5-24: WARNING: atomic_dec_and_test variation before object free at line 58
 2023-06-12 20:36 UTC 

[RFC PATCH V3 0/6] SCHED_DEADLINE server infrastructure
 2023-06-12 20:35 UTC  (5+ messages)
` [RFC PATCH V3 6/6] sched/fair: Implement starvation monitor

[PATCH] brcm: add CLM BLOB files for Luxul devices
 2023-06-12 20:36 UTC  (5+ messages)

[PATCH v4 00/12] dmaengine: edma: add freescale edma v3 support
 2023-06-12 20:34 UTC  (13+ messages)
` [PATCH v4 01/12] dmaengine: fsl-edma: clean up EXPORT_SYMBOL_GPL in fsl-edma-common.c
` [PATCH v4 02/12] dmaengine: fsl-edma: clean up fsl_edma_irq_exit()
` [PATCH v4 03/12] dmaengine: fsl-edma: transition from bool fields to bitmask flags in drvdata
` [PATCH v4 04/12] dmaengine: fsl-edma: Remove enum edma_version
` [PATCH v4 05/12] dmaengine: fsl-edma: move common IRQ handler to common.c
` [PATCH v4 06/12] dmaengine: fsl-edma: simply ATTR_DSIZE and ATTR_SSIZE by using ffs()
` [PATCH v4 07/12] dmaengine: fsl-edma: refactor using devm_clk_get_enabled
` [PATCH v4 08/12] dmaengine: fsl-edma: move clearing of register interrupt into setup_irq function
` [PATCH v4 09/12] dmaengine: fsl-edma: refactor chan_name setup and safety
` [PATCH v4 10/12] dmaengine: fsl-edma: move tcd into struct fsl_dma_chan
` [PATCH v4 11/12] dmaengine: fsl-edma: integrate v3 support
` [PATCH v4 12/12] dt-bindings: fsl-dma: fsl-edma: add edma3 compatible string

[PATCH v6 0/8] Support limits below the page size
 2023-06-12 20:33 UTC  (9+ messages)
` [PATCH v6 1/8] block: Use pr_info() instead of printk(KERN_INFO ...)
` [PATCH v6 2/8] block: Prepare for supporting sub-page limits
` [PATCH v6 3/8] block: Support configuring limits below the page size
` [PATCH v6 4/8] block: Make sub_page_limit_queues available in debugfs
` [PATCH v6 5/8] block: Support submitting passthrough requests with small segments
` [PATCH v6 6/8] block: Add support for filesystem requests and "
` [PATCH v6 7/8] scsi_debug: Support configuring the maximum segment size
` [PATCH v6 8/8] null_blk: "

[PATCH net v2 0/3][pull request] Intel Wired LAN Driver Updates 2023-06-09 (igc, igb)
 2023-06-12 20:31 UTC  (5+ messages)
` [PATCH net v2 3/3] igb: fix nvm.ops.read() error handling

[PATCH bpf-next 0/2] Fix missing synack in BPF cgroup_skb filters
 2023-06-12 20:31 UTC  (5+ messages)
` [PATCH bpf-next 1/2] net: bpf: Always call BPF cgroup filters for egress
` [PATCH bpf-next 2/2] selftests/bpf: Verify that the cgroup_skb filters receive expected packets

[rdma:wip/leon-for-next] BUILD SUCCESS 830f93f47068b1632cc127871fbf27e918efdf46
 2023-06-12 20:30 UTC 

[PATCH v1] raw/ifpga: check afu device before unplug
 2023-06-12 20:30 UTC  (3+ messages)

[PATCH] hw/i386/vmmouse: use the new input api
 2023-06-12 20:28 UTC  (3+ messages)

Test failures with cURL-8.1.2 (when building git-2.41.0)
 2023-06-12 20:28 UTC  (2+ messages)

[PATCH v3 00/23] Restructure RPM SMD ICC
 2023-06-12 20:27 UTC  (3+ messages)
` [PATCH v3 07/23] interconnect: qcom: icc-rpm: Allow negative QoS offset

[PATCHv2] ftrace: Show all functions with addresses in available_filter_functions_addrs
 2023-06-12 20:25 UTC  (7+ messages)

[chrome-os:chromeos-5.10 12/43] drivers/gpu/drm/evdi/evdi_gem.c:276:25: error: implicit declaration of function 'vmap'; did you mean 'kmap'?
 2023-06-12 20:25 UTC 

[PATCH v2] block: Fix dio_bio_alloc() to set BIO_PAGE_PINNED
 2023-06-12 20:24 UTC 

[PATCH] usb: dwc3-meson-g12a: Fix an error handling path in dwc3_meson_g12a_probe()
 2023-06-12 20:24 UTC  (4+ messages)

[RFT] graph: fix pcapng file support
 2023-06-12 20:25 UTC  (3+ messages)
  ` [EXT] [PATCH v2] "

[PATCH v3 0/4] Make sscanf() stricter
 2023-06-12 20:25 UTC  (2+ messages)

[RFC PATCH v4 00/17] vsock: MSG_ZEROCOPY flag support
 2023-06-12 18:30 UTC  (3+ messages)
` [RFC PATCH v4 03/17] vsock/virtio: support to send non-linear skb

[PATCH 0/2] Fix behavior of worktree config in submodules
 2023-06-12 20:23 UTC  (8+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 3/3] repository: move 'repository_format_worktree_config' to repo scope

[Buildroot] [git commit branch/2023.02.x] configs/versal_vck190_defconfig: set BR2_cortex_a72
 2023-06-12 20:13 UTC 

[wireless:for-next] BUILD SUCCESS d094482c9974a543851a18a1c587a7d132a81659
 2023-06-12 20:22 UTC 

[Buildroot] [git commit branch/2023.02.x] package/busybox: disable stack optimization for i386 target
 2023-06-12 20:14 UTC 

[PATCH] menu: Re-enable the ANSI codes
 2023-06-12 20:22 UTC  (2+ messages)

[Buildroot] [git commit branch/2023.02.x] uclibc: fix static builds
 2023-06-12 20:21 UTC 

[Buildroot] [git commit branch/2023.02.x] package/php: bump version to 8.2.6
 2023-06-12 20:20 UTC 

[Buildroot] [git commit branch/2023.02.x] package/postgresql: security bump version to 15.3
 2023-06-12 20:18 UTC 

[Buildroot] [PATCH] uclibc: fix static builds
 2023-06-12 20:22 UTC  (2+ messages)

[PATCH 0/5] tools: address Coverity UNUSED issues
 2023-06-12 20:21 UTC  (4+ messages)
` [PATCH 2/5] libxl: drop dead assignments to "ret" from libxl__domain_config_setdefault()

[Buildroot] [PATCH 1/1] package/php: bump version to 8.2.6
 2023-06-12 20:20 UTC  (2+ messages)

[qemu-mainline test] 181394: regressions - FAIL
 2023-06-12 20:19 UTC 

Too many ENOSPC errors
 2023-06-12 20:20 UTC  (9+ messages)

[Buildroot] [PATCH 1/1] package/postgresql: security bump version to 15.3
 2023-06-12 20:19 UTC  (2+ messages)

[PATCH v3 0/4] Make sscanf() stricter
 2023-06-12 20:19 UTC  (4+ messages)
` [PATCH v3 1/4] limits.h: add UCHAR_MAX, SCHAR_MAX, and SCHAR_MIN

[PATCH] clk: meson: a1: Staticize rtc clk
 2023-06-12 20:19 UTC  (2+ messages)

[PATCH v2 00/12] Fix deferred probing in the MMC/SD drivers
 2023-06-12 20:18 UTC  (4+ messages)

+ mm-ptep_get-conversion.patch added to mm-unstable branch
 2023-06-12 20:17 UTC 

[PATCH v3 0/4] acpi: Add CDAT parsing support to ACPI tables code
 2023-06-12 20:17 UTC  (5+ messages)

+ mm-move-ptep_get-and-pmdp_get-helpers.patch added to mm-unstable branch
 2023-06-12 20:17 UTC 

+ mm-ptdump-should-use-ptep_get_lockless.patch added to mm-unstable branch
 2023-06-12 20:17 UTC 

[Intel-gfx] [CI 0/4] drm/i915: GSC FW support for MTL
 2023-06-12 20:17 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: GSC FW support for MTL (rev4)

[Patch v2 0/6] Enable Cluster Scheduling for x86 Hybrid CPUs
 2023-06-12 20:16 UTC  (8+ messages)
` [Patch v2 1/6] sched/fair: Determine active load balance for SMT sched groups
` [Patch v2 2/6] sched/topology: Record number of cores in sched group

[RFC PATCH] i2c: mvtwsi: reinitialize controller to clear bus errors
 2023-06-12 20:16 UTC  (3+ messages)

[Buildroot] [PATCH] package/busybox: disable stack optimization for i386 target
 2023-06-12 20:16 UTC  (5+ messages)

[PATCH v3 0/3] Encapsulate PTE contents from non-arch code
 2023-06-12 20:16 UTC  (2+ messages)

[PATCH] f2fs: assign default compression level
 2023-06-12 20:16 UTC  (2+ messages)
` [f2fs-dev] "

[f2fs-dev] [PATCH v2] f2fs: do more sanity check on inode
 2023-06-12 20:16 UTC  (3+ messages)
`  "

[PATCH] support/reexport: guard dlfcn.h include with HAVE_DLFCN_H
 2023-06-12 20:15 UTC  (2+ messages)

[PATCH v2 1/3] lib: add IPv6 lookup node
 2023-06-12 20:14 UTC  (4+ messages)
` [PATCH v3 "
  ` [EXT] "

[RESEND v7 0/3] Add dedicated Qcom ICE driver
 2023-06-12 20:13 UTC  (3+ messages)
` [RESEND v7 3/3] mmc: sdhci-msm: Switch to the new ICE API

[PATCH 1/2] iio: st_sensors: Remove some redundant includes
 2023-06-12 20:13 UTC  (2+ messages)
` [PATCH 2/2] iio: st_sensors: Remove some redundant includes in st_sensors.h

[igt-dev] [PATCH v6 i-g-t 0/9] Introduce KUnit
 2023-06-12 20:14 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for Introduce KUnit (rev6)


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.