All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-15 19:45:56 to 2021-07-15 20:25:11 UTC [more...]

[PATCH 00/20] perf: fix several memory leaks reported by ASan on perf-test
 2021-07-15 20:25 UTC  (30+ messages)
` [PATCH 01/20] perf nsinfo: fix refcounting
` [PATCH 02/20] perf env: fix sibling_dies memory leak
` [PATCH 03/20] perf test: session_topology: delete session->evlist
` [PATCH 04/20] perf test: event_update: fix memory leak of evlist
` [PATCH 05/20] perf test: event_update: fix memory leak of unit
` [PATCH 06/20] perf dso: fix memory leak in dso__new_map
` [PATCH 07/20] perf test: maps__merge_in: fix memory leak of maps
` [PATCH 08/20] perf env: fix memory leak of cpu_pmu_caps
` [PATCH 09/20] perf report: free generated help strings for sort option
` [PATCH 10/20] perf inject: close inject.output
` [PATCH 11/20] perf session: cleanup trace_event
` [PATCH 12/20] perf script: release zstd data
` [PATCH 13/20] perf script: fix memory leaks in perf_script

[PATCH v14c 00/39] Memory folios: Pagecache edition
 2021-07-15 20:00 UTC  (21+ messages)
` [PATCH v14 01/39] mm: Add folio_pfn()
` [PATCH v14 02/39] mm: Add folio_raw_mapping()
` [PATCH v14 03/39] mm: Add flush_dcache_folio()
` [PATCH v14 04/39] mm: Add kmap_local_folio()
` [PATCH v14 05/39] mm: Add arch_make_folio_accessible()
` [PATCH v14 06/39] mm: Add folio_young and folio_idle
` [PATCH v14 07/39] mm/swap: Add folio_activate()
` [PATCH v14 08/39] mm/swap: Add folio_mark_accessed()
` [PATCH v14 09/39] mm/rmap: Add folio_mkclean()
` [PATCH v14 10/39] mm/migrate: Add folio_migrate_mapping()
` [PATCH v14 11/39] mm/migrate: Add folio_migrate_flags()
` [PATCH v14 12/39] mm/migrate: Add folio_migrate_copy()
` [PATCH v14 13/39] mm/writeback: Rename __add_wb_stat() to wb_stat_mod()
` [PATCH v14 14/39] flex_proportions: Allow N events instead of 1
` [PATCH v14 15/39] mm/writeback: Change __wb_writeout_inc() to __wb_writeout_add()
` [PATCH v14 16/39] mm/writeback: Add __folio_end_writeback()
` [PATCH v14 17/39] mm/writeback: Add folio_start_writeback()
` [PATCH v14 18/39] mm/writeback: Add folio_mark_dirty()
` [PATCH v14 19/39] mm/writeback: Add __folio_mark_dirty()
` [PATCH v14 20/39] mm/writeback: Convert tracing writeback_page_template to folios

[RFC 0/6] block: enhance use of GENHD_FL_UP
 2021-07-15 20:23 UTC  (7+ messages)
` [RFC 1/6] genhd: update docs for GENHD_FL_UP
` [RFC 2/6] block: add flag for add_disk() completion notation
` [RFC 3/6] md: replace GENHD_FL_UP with GENHD_FL_DISK_ADDED on is_mddev_broken()
` [RFC 4/6] mmc/core/block: replace GENHD_FL_UP with GENHD_FL_DISK_ADDED
` [RFC 5/6] nvme: "
` [RFC 6/6] fs/block_dev: "

[PATCH v5 00/26] userfaultfd-wp: Support shmem and hugetlbfs
 2021-07-15 20:16 UTC  (27+ messages)
` [PATCH v5 01/26] mm/shmem: Unconditionally set pte dirty in mfill_atomic_install_pte
` [PATCH v5 02/26] shmem/userfaultfd: Take care of UFFDIO_COPY_MODE_WP
` [PATCH v5 03/26] mm: Clear vmf->pte after pte_unmap_same() returns
` [PATCH v5 04/26] mm/userfaultfd: Introduce special pte for unmapped file-backed mem
` [PATCH v5 05/26] mm/swap: Introduce the idea of special swap ptes
` [PATCH v5 06/26] shmem/userfaultfd: Handle uffd-wp special pte in page fault handler
` [PATCH v5 07/26] mm: Drop first_index/last_index in zap_details
` [PATCH v5 08/26] mm: Introduce zap_details.zap_flags
` [PATCH v5 09/26] mm: Introduce ZAP_FLAG_SKIP_SWAP
` [PATCH v5 10/26] shmem/userfaultfd: Persist uffd-wp bit across zapping for file-backed
` [PATCH v5 11/26] shmem/userfaultfd: Allow wr-protect none pte for file-backed mem
` [PATCH v5 12/26] shmem/userfaultfd: Allows file-back mem to be uffd wr-protected on thps
` [PATCH v5 13/26] shmem/userfaultfd: Handle the left-overed special swap ptes
` [PATCH v5 14/26] shmem/userfaultfd: Pass over uffd-wp special swap pte when fork()
` [PATCH v5 15/26] mm/hugetlb: Drop __unmap_hugepage_range definition from hugetlb.h
` [PATCH v5 16/26] mm/hugetlb: Introduce huge pte version of uffd-wp helpers
` [PATCH v5 17/26] hugetlb/userfaultfd: Hook page faults for uffd write protection
` [PATCH v5 18/26] hugetlb/userfaultfd: Take care of UFFDIO_COPY_MODE_WP
` [PATCH v5 19/26] hugetlb/userfaultfd: Handle UFFDIO_WRITEPROTECT
` [PATCH v5 20/26] mm/hugetlb: Introduce huge version of special swap pte helpers
` [PATCH v5 21/26] hugetlb/userfaultfd: Handle uffd-wp special pte in hugetlb pf handler
` [PATCH v5 22/26] hugetlb/userfaultfd: Allow wr-protect none ptes
` [PATCH v5 23/26] hugetlb/userfaultfd: Only drop uffd-wp special pte if required
` [PATCH v5 24/26] mm/pagemap: Recognize uffd-wp bit for shmem/hugetlbfs
` [PATCH v5 25/26] mm/userfaultfd: Enable write protection for shmem & hugetlbfs
` [PATCH v5 26/26] userfaultfd/selftests: Enable uffd-wp for shmem/hugetlbfs

[PATCH 0/5] Handle conflicting pull options
 2021-07-15 20:17 UTC  (6+ messages)
` [PATCH 3/5] pull: handle conflicting rebase/merge options via last option wins

[PATCH 00/14] namei: clean up retry logic in various do_* functions
 2021-07-15 20:17 UTC  (7+ messages)
` [PATCH 01/14] namei: prepare do_rmdir for refactoring
` [PATCH 02/14] namei: clean up do_rmdir retry logic
` [PATCH 05/14] namei: prepare do_mkdirat for refactoring

stable-rc/linux-5.10.y build: 182 builds: 0 failed, 182 passed, 14 warnings (v5.10.50-216-g36558b9a3bb7)
 2021-07-15 20:12 UTC 

[libgpiod][PATCH v2 0/3] libgpiod v2: C++ bindings
 2021-07-15 20:10 UTC  (4+ messages)
` [libgpiod][PATCH v2 1/3] API: add a function for retrieving the capacity of edge event buffers
` [libgpiod][PATCH v2 2/3] API: extend the line request functionality
` [libgpiod][PATCH v2 3/3] bindings: cxx: implement C++ bindings for libgpiod v2.0

[PATCH 09/16] KVM: arm64: Advertise a capability for MMIO guard
 2021-07-15 20:10 UTC 

Patch 'writeback, cgroup: release dying cgwbs by switching attached inodes' leads to kernel crash
 2021-07-15 20:08 UTC  (9+ messages)

drivers/char/ipmi/kcs_bmc_serio.c:4:1: iwyu: warning: superfluous #include <linux/delay.h>
 2021-07-15 20:04 UTC 

[PATCH] media: usb: uvc: uvc_driver: Added a function pr_info() in uvc_driver and staging: android: Decleared file operation with const keyword in android keyword
 2021-07-15 20:04 UTC  (3+ messages)

[PATCH bpf 0/2] libbpf: fix inner map removal in bpf_object__create_map
 2021-07-15 19:59 UTC  (5+ messages)
` [PATCH bpf 1/2] libbpf: fix removal of inner map "

[PATCH v4 1/3] mt76: add mt76_default_basic_rate more devices can rely on
 2021-07-15 19:54 UTC  (3+ messages)
` [PATCH v4 2/3] mt76: mt7921: fix mgmt frame using unexpected bitrate
` [PATCH v4 3/3] mt76: mt7915: "

❌ FAIL: Test report for kernel 5.13.2 (stable-queue, ee00910f)
 2021-07-15 19:54 UTC  (5+ messages)

stable-rc/linux-4.4.y baseline: 129 runs, 9 regressions (v4.4.275-142-g98e9af4e7b0a)
 2021-07-15 19:50 UTC 

[PATCH v2 0/2] serial: 8250: Fixes for Oxford Semiconductor 950 UARTs
 2021-07-15 19:49 UTC  (6+ messages)
` [PATCH v2 1/2] serial: 8250: Add proper clock handling for OxSemi PCIe devices

[PATCH 0/5] Add Pdc, GCC and RPMh clock support for SDX65
 2021-07-15 19:50 UTC  (5+ messages)
` [PATCH 2/5] clk: qcom: Add SDX65 GCC support

[PATCH v3 00/14] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-07-15 19:48 UTC  (6+ messages)
` [PATCH v3 04/14] mm/memremap: add ZONE_DEVICE support for compound pages

[PATCH] HID: add cmedia-fixup driver
 2021-07-15 19:45 UTC  (5+ messages)

[PATCH v2] docs: document file-posix locking protocol
 2021-07-15 20:00 UTC  (2+ messages)

[Buildroot] [PATCH] package/lua-silva: bump to version 0.1.7
 2021-07-15 20:01 UTC  (4+ messages)

[Buildroot] [git commit] package/lua-silva: bump to version 0.1.7
 2021-07-15 20:00 UTC 

[syzbot] BUG: sleeping function called from invalid context in munlock_vma_pages_range
 2021-07-15 20:00 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: remove unused variable in tc_tunnel prog
 2021-07-15 20:00 UTC  (2+ messages)

[Buildroot] [git commit] configs/stm32mp157c_dk2: remove uboot config fragment
 2021-07-15 19:59 UTC 

[PATCH] drm/amdkfd: avoid conflicting address mappings
 2021-07-15 19:59 UTC 

[PATCH] HID: sony: support for the ghlive ps4 dongles
 2021-07-15 19:57 UTC 

[Buildroot] [git commit] board/stmicroelectronics/common/stm32mp157: fix U-Boot corruption on the first boot
 2021-07-15 19:59 UTC 

[PATCH v6] regulator: da9063: Add support for full-current mode
 2021-07-15 19:54 UTC  (2+ messages)

[RFC][PATCH] PCI: Reserve address space for powered-off devices behind PCIe bridges
 2021-07-15 19:56 UTC  (4+ messages)

Request for folios
 2021-07-15 19:39 UTC  (3+ messages)

[PATCH] ASoC: codecs: lpass-rx-macro: clean up for-loop indentation in switch statement
 2021-07-15 19:54 UTC  (2+ messages)

[PATCH] ASoC: dt-bindings: renesas: rsnd: Fix incorrect 'port' regex schema
 2021-07-15 19:53 UTC  (3+ messages)

[PATCH v13 00/15] HID: nintendo
 2021-07-15 19:43 UTC  (3+ messages)

[PATCH] regulator: rt6245: make a const array func_base static, makes object smaller
 2021-07-15 19:54 UTC  (2+ messages)

[PATCH] tracing: Do no reference char * as a string in histograms
 2021-07-15 19:54 UTC  (3+ messages)

[PATCH v2] spi: spi-cadence-quadspi: Fix division by zero warning
 2021-07-15 19:53 UTC  (2+ messages)

[PATCH v3] spi: spi-cadence-quadspi: Fix division by zero warning
 2021-07-15 19:53 UTC  (2+ messages)

[PATCH v3] mm/page_alloc: Require pahole v1.22 to cope with zero-sized struct pagesets
 2021-07-15 19:44 UTC  (6+ messages)

[PATCH 0/6] CXL core reorganization
 2021-07-15 19:41 UTC  (7+ messages)
` [PATCH 1/6] cxl: Move cxl_core to new directory
` [PATCH 2/6] cxl/core: Improve CXL core kernel docs
` [PATCH 3/6] cxl/core: Extract register and pmem functionality
` [PATCH 4/6] cxl/mem: Move character device region creation
` [PATCH 5/6] cxl: Pass fops and shutdown to memdev creation
` [PATCH 6/6] cxl/core: Move memdev management to core

[PATCH v2 0/7] XDR overhaul of NFS callback service
 2021-07-15 19:52 UTC  (8+ messages)
` [PATCH v2 1/7] SUNRPC: Add svc_rqst::rq_auth_stat
` [PATCH v2 2/7] SUNRPC: Set rq_auth_stat in the pg_authenticate() callout
` [PATCH v2 3/7] SUNRPC: Eliminate the RQ_AUTHERR flag
` [PATCH v2 4/7] NFS: Add a private local dispatcher for NFSv4 callback operations
` [PATCH v2 5/7] NFS: Remove unused callback void decoder
` [PATCH v2 6/7] NFS: Extract the xdr_init_encode/decode() calls from decode_compound
` [PATCH v2 7/7] NFS: Clean up the synopsis of callback process_op()

stable-rc/linux-5.13.y baseline: 201 runs, 5 regressions (v5.13.2-254-g761e4411c50e)
 2021-07-15 19:15 UTC 

[PATCH v2] HID: i2c-hid: goodix: Tie the reset line to true state of the regulator
 2021-07-15 19:50 UTC  (2+ messages)

[PATCH printk v4 0/6] printk: remove safe buffers
 2021-07-15 19:33 UTC  (7+ messages)
` [PATCH printk v4 1/6] lib/nmi_backtrace: explicitly serialize banner and regs
` [PATCH printk v4 2/6] printk: track/limit recursion
` [PATCH printk v4 3/6] printk: remove safe buffers
` [PATCH printk v4 4/6] printk: remove NMI tracking
` [PATCH printk v4 5/6] printk: convert @syslog_lock to mutex
` [PATCH printk v4 6/6] printk: syslog: close window between wait and read

[PATCH] qed: fix possible unpaired spin_{un}lock_bh in _qed_mcp_cmd_and_union()
 2021-07-15 19:50 UTC  (2+ messages)

[PATCH] drm/amd/display: Fix 10bit 4K display on CIK GPUs
 2021-07-15 19:40 UTC  (4+ messages)

[PATCH 0/3] Make PMD_ORDER generically available
 2021-07-15 19:16 UTC  (6+ messages)
` [PATCH 1/3] arm: Rename PMD_ORDER to PMD_TABLE_ORDER

[PATCH v3 0/1] Interface to represent PAPR firmware attributes
 2021-07-15 19:46 UTC  (6+ messages)
` [PATCH v3 1/1] powerpc/pseries: "

[PATCH 0/3] block: simple *add_disk*() driver conversions
 2021-07-15 19:51 UTC  (4+ messages)
` [PATCH 1/3] loop: add error handling support for add_disk()
` [PATCH 2/3] null_blk: "
` [PATCH 3/3] nbd: "

[Buildroot] [PATCH] package/syslog-ng: Bump version to 3.33.1
 2021-07-15 19:53 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/syslog-ng: fix tarball hash
 2021-07-15 19:52 UTC  (2+ messages)

[PATCH -V10 0/9] Migrate Pages in lieu of discard
 2021-07-15 19:38 UTC  (2+ messages)

[git pull] IOMMU Fixes for Linux v5.14-rc1
 2021-07-15 19:28 UTC  (2+ messages)

[GIT PULL] KVM fixes for Linux 5.14-rc2
 2021-07-15 19:28 UTC  (2+ messages)

[PATCH 0/2] mm: KSM: fix data types
 2021-07-15 19:06 UTC  (7+ messages)
` [PATCH 1/2] mm: KSM: fix ksm_run data type

stable-rc/queue/5.12 build: 176 builds: 0 failed, 176 passed, 11 warnings (v5.12.17-242-g0069cec037fa)
 2021-07-15 19:29 UTC 

[PATCH 5.13 000/266] 5.13.3-rc1 review
 2021-07-15 18:40 UTC  (29+ messages)
` [PATCH 5.13 205/266] drm/ingenic: Switch IPU plane to type OVERLAY
` [PATCH 5.13 209/266] mmc: core: clear flags before allowing to retune
` [PATCH 5.13 210/266] mmc: core: Allow UHS-I voltage switch for SDSC cards if supported
` [PATCH 5.13 211/266] docs: Makefile: Use CONFIG_SHELL not SHELL
` [PATCH 5.13 212/266] ata: ahci_sunxi: Disable DIPM
` [PATCH 5.13 213/266] arm64: tlb: fix the TTL value of tlb_get_level
` [PATCH 5.13 214/266] cpu/hotplug: Cure the cpusets trainwreck
` [PATCH 5.13 246/266] media: i2c: ccs-core: fix pm_runtime_get_sync() usage count
` [PATCH 5.13 247/266] media: dtv5100: fix control-request directions
` [PATCH 5.13 248/266] media: zr364xx: fix memory leak in zr364xx_start_readpipe
` [PATCH 5.13 249/266] media: ccs: Fix the op_pll_multiplier address
` [PATCH 5.13 250/266] media: gspca/sq905: fix control-request direction
` [PATCH 5.13 251/266] media: gspca/sunplus: fix zero-length control requests
` [PATCH 5.13 252/266] media: rtl28xxu: fix zero-length control request
` [PATCH 5.13 253/266] media: uvcvideo: Fix pixel format change for Elgato Cam Link 4K
` [PATCH 5.13 254/266] s390/vdso: always enable vdso
` [PATCH 5.13 255/266] s390/vdso64: add sigreturn,rt_sigreturn and restart_syscall
` [PATCH 5.13 256/266] s390/vdso: rename VDSO64_LBASE to VDSO_LBASE
` [PATCH 5.13 257/266] s390/vdso: add minimal compat vdso
` [PATCH 5.13 258/266] s390/signal: switch to using vdso for sigreturn and syscall restart
` [PATCH 5.13 259/266] dm writecache: write at least 4k when committing
` [PATCH 5.13 260/266] pinctrl: mcp23s08: Fix missing unlock on error in mcp23s08_irq()
` [PATCH 5.13 261/266] drm/ast: Remove reference to struct drm_device.pdev
` [PATCH 5.13 262/266] ext4: fix possible UAF when remounting r/o a mmp-protected file system
` [PATCH 5.13 263/266] jfs: fix GPF in diFree
` [PATCH 5.13 264/266] media: v4l2-core: explicitly clear ioctl input data
` [PATCH 5.13 265/266] smackfs: restrict bytes count in smk_set_cipso()
` [PATCH 5.13 266/266] f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instances

[PATCH 00/14] Introduce PECI subsystem
 2021-07-15 19:34 UTC  (4+ messages)

[PATCH 1/2] HID: magicmouse: enable high-resolution scroll
 2021-07-15 19:17 UTC  (2+ messages)

[Buildroot] [git commit] package/syslog-ng: bump version to 3.33.1
 2021-07-15 19:48 UTC 

[Buildroot] [git commit] package/syslog-ng: fix tarball hash
 2021-07-15 19:48 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 315c5bb65361b38a75d1a9441523743c891f95a9
 2021-07-15 19:47 UTC 

[Buildroot] [PATCH 1/1] linux: bump 5.13 to 5.13.2
 2021-07-15 19:47 UTC  (2+ messages)

[Buildroot] [git commit] DEVELOPERS: drop Yann Cardaillac
 2021-07-15 19:46 UTC 

[Buildroot] [git commit] DEVELOPERS: drop Jan Viktorin
 2021-07-15 19:46 UTC 

[Buildroot] [PATCH 1/2] DEVELOPERS: drop Jan Viktorin
 2021-07-15 19:46 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] DEVELOPERS: update Christophe Priouzeau e-mail address
 2021-07-15 19:45 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.