All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-20 13:32:02 to 2022-03-20 16:38:13 UTC [more...]

[PATCH v2 0/1] README: restructure & format building manual
 2022-03-20 16:38 UTC  (3+ messages)
` [PATCH v2 1/1] "

[RFC PATCH v1 0/6] Add dynamic memory allocator support for nolibc
 2022-03-20 16:36 UTC  (16+ messages)
` [RFC PATCH v1 3/6] tools/nolibc: i386: Implement syscall with 6 arguments
` [RFC PATCH v1 5/6] tools/nolibc/stdlib: Implement `malloc()`, `calloc()`, `realloc()` and `free()`
` [RFC PATCH v1 6/6] tools/include/string: Implement `strdup()` and `strndup()`

[PATCH] media: av7110: av7110_av: Fix Switch and Case Same Indent Style Error
 2022-03-20 16:36 UTC  (3+ messages)
` [PATCH v2 1/2] media: av7110: fix switch indentation
  ` [PATCH v2 2/2] media: av7110: fix prohibited spaces in switch statement

[PATCH] iio: palmas: shut up warning about calibration mismatch (due to noise)
 2022-03-20 16:28 UTC  (3+ messages)

[PATCH v3 00/18] Modernize rest of the krait drivers
 2022-03-20 11:34 UTC  (19+ messages)
` [PATCH v3 01/18] clk: introduce clk_hw_get_index_of_parent new API
` [PATCH v3 02/18] clk: qcom: gcc-ipq806x: skip pxo/cxo fixed clk if already present
` [PATCH v3 03/18] clk: qcom: gcc-ipq806x: add PXO_SRC in clk table
` [PATCH v3 04/18] clk: qcom: clk-hfpll: use poll_timeout macro
` [PATCH v3 05/18] clk: qcom: kpss-xcc: convert to parent data API
` [PATCH v3 06/18] clk: qcom: clk-krait: unlock spin after mux completion
` [PATCH v3 07/18] clk: qcom: clk-krait: add hw_parent check for div2_round_rate
` [PATCH v3 08/18] clk: qcom: krait-cc: convert to parent_data API
` [PATCH v3 09/18] clk: qcom: krait-cc: drop pr_info and register qsb only if needed
` [PATCH v3 10/18] clk: qcom: krait-cc: drop hardcoded safe_sel
` [PATCH v3 11/18] clk: qcom: krait-cc: force sec_mux to QSB
` [PATCH v3 12/18] clk: qcom: clk-krait: add apq/ipq8064 errata workaround
` [PATCH v3 13/18] clk: qcom: clk-krait: add enable disable ops
` [PATCH v3 14/18] dt-bindings: clock: Convert qcom,krait-cc to yaml
` [PATCH v3 15/18] dt-bindings: clock: Add L2 clocks to qcom,krait-cc Documentation
` [PATCH v3 16/18] ARM: dts: qcom: qcom-ipq8064: add missing krait-cc compatible and clocks
` [PATCH v3 17/18] dt-bindings: arm: msm: Convert kpss-acc driver Documentation to yaml
` [PATCH v3 18/18] dt-bindings: arm: msm: Convert kpss-gcc "

Linux regressions report for mainline [2022-03-20]
 2022-03-20 16:26 UTC 

[PATCH] iomap: fix an infinite loop in iomap_fiemap
 2022-03-20 16:26 UTC  (4+ messages)

discussing about proc_misc_d_delete
 2022-03-20 16:23 UTC  (3+ messages)
    ` [PATCH] proc: fix dentry/inode overinstantiating under /proc/${pid}/net

[Buildroot] [PATCH 1/1] package/bluez5_utils: hid and hog needs headers >= 3.18
 2022-03-20 16:20 UTC 

[PATCH] ath9k: initialize arrays at compile time
 2022-03-20 16:16 UTC  (2+ messages)

[PATCH 0/7] linux-user/nios2: Fix clone and sigreturn
 2022-03-20 16:00 UTC  (8+ messages)
` [PATCH 1/7] linux-user/nios2: Fix clone child return
` [PATCH 2/7] linux-user/nios2: Drop syscall 0 "workaround"
` [PATCH 3/7] linux-user/nios2: Adjust error return
` [PATCH 4/7] linux-user/nios2: Handle special qemu syscall return values
` [PATCH 5/7] linux-user/nios2: Remove do_sigreturn
` [PATCH 6/7] linux-user/nios2: Use QEMU_ESIGRETURN from do_rt_sigreturn
` [PATCH 7/7] tests/tcg/nios2: Re-enable linux-user tests

[ANNOUNCE] xfs-linux: for-next updated to 01728b44ef1b
 2022-03-20 16:08 UTC 

[PATCH v3 0/4] Add VIRTIO_RING_F_INDIRECT_SIZE and queue_indirect_size
 2022-03-20 16:07 UTC  (8+ messages)
` [virtio-comment] [PATCH v3 1/4] Add VIRTIO_RING_F_INDIRECT_SIZE

[patch] console_codes.4: ffix
 2022-03-20 16:02 UTC  (2+ messages)

[PATCH bpf-next v3 00/13] Introduce typed pointer support in BPF maps
 2022-03-20 15:55 UTC  (14+ messages)
` [PATCH bpf-next v3 01/13] bpf: Make btf_find_field more generic
` [PATCH bpf-next v3 02/13] bpf: Move check_ptr_off_reg before check_map_access
` [PATCH bpf-next v3 03/13] bpf: Allow storing unreferenced kptr in map
` [PATCH bpf-next v3 04/13] bpf: Indicate argument that will be released in bpf_func_proto
` [PATCH bpf-next v3 05/13] bpf: Allow storing referenced kptr in map
` [PATCH bpf-next v3 06/13] bpf: Prevent escaping of kptr loaded from maps
` [PATCH bpf-next v3 07/13] bpf: Adapt copy_map_value for multiple offset case
` [PATCH bpf-next v3 08/13] bpf: Populate pairs of btf_id and destructor kfunc in btf
` [PATCH bpf-next v3 09/13] bpf: Wire up freeing of referenced kptr
` [PATCH bpf-next v3 10/13] bpf: Teach verifier about kptr_get kfunc helpers
` [PATCH bpf-next v3 11/13] libbpf: Add kptr type tag macros to bpf_helpers.h
` [PATCH bpf-next v3 12/13] selftests/bpf: Add C tests for kptr
` [PATCH bpf-next v3 13/13] selftests/bpf: Add verifier "

[ovmf test] 168725: regressions - FAIL
 2022-03-20 15:55 UTC 

drivers/net/can/usb/etas_es58x/es58x_fd.c:174:8: warning: Uninitialized variable: rx_event_msg [uninitvar]
 2022-03-20 15:52 UTC 

[PATCH] kunit: Rework kunit_resource allocation policy
 2022-03-20 15:52 UTC 

[Intel-gfx] [PATCH v7 0/7] Introduce multitile support
 2022-03-20 15:51 UTC  (5+ messages)
` [Intel-gfx] [PATCH v7 3/7] drm/i915: Prepare for multiple GTs
    `  "

[fsnotify] 502198c77a: WARNING:at_fs/notify/mark.c:#fsnotify_put_mark
 2022-03-20 15:50 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/pkcs11-helper: fix build without threads
 2022-03-20 15:47 UTC 

[PATCH v5 1/3] iio: temperature: ltc2983: Don't hard code defined constants in messages
 2022-03-20 15:55 UTC  (2+ messages)

[PATCH v3] iio: dummy: iio_simple_dummy: check the return value of kstrdup()
 2022-03-20 15:50 UTC  (2+ messages)

[PATCH] xfs: Fix missing error code in xfs_reflink_end_cow_extent()
 2022-03-20 15:39 UTC  (3+ messages)
` [xfs] f04c30c1aa: xfstests.xfs.239.fail

[Buildroot] [git commit] package/sqlite: bump to version 3.38.1
 2022-03-20 15:24 UTC 

[Buildroot] [git commit] package/postgresql: bump version to 14.2
 2022-03-20 15:24 UTC 

[Buildroot] [git commit] package/samba4: bump version to 4.15.6
 2022-03-20 15:24 UTC 

[Buildroot] [git commit] package/php: bump version to 8.0.17
 2022-03-20 15:24 UTC 

[Buildroot] [git commit] package/libks: bump version to 1.8.0
 2022-03-20 15:24 UTC 

[Buildroot] [git commit] package/openvpn: security bump version to 2.5.6
 2022-03-20 15:24 UTC 

[Buildroot] [git commit] package/{mesa3d, mesa3d-headers}: bump version to 21.3.8
 2022-03-20 15:24 UTC 

[Buildroot] [git commit] package/{bluez5_utils, bluez5_utils-headers}: bump to version 5.64
 2022-03-20 15:24 UTC 

[Buildroot] [git commit] package/kodi-pvr-waipu: bump version to 19.2.0-Matrix
 2022-03-20 15:24 UTC 

[Buildroot] [git commit] package/fetchmail: bump version to 6.4.29
 2022-03-20 15:24 UTC 

[PATCH v3 1/1] iio: multiplexer: Make use of device properties
 2022-03-20 15:44 UTC  (2+ messages)

[PATCH v1 1/1] iio: dac: ltc2688: Use temporary variable for struct device
 2022-03-20 15:41 UTC  (3+ messages)

[PATCH] fstests: fix btrfs/255 to fail on deadlock
 2022-03-20 15:33 UTC  (4+ messages)

[syzbot] INFO: rcu detected stall in gc_worker (3)
 2022-03-20 15:33 UTC 

[PATCH 03/11] habanalabs: change mmu_get_real_page_size to be ASIC-specific
 2022-03-20 15:31 UTC  (2+ messages)

[PATCH v2] iio: scd4x: check return of scd4x_write_and_fetch
 2022-03-20 15:39 UTC  (2+ messages)

[cocci] Bug with '*' to display a match on the subsequent rule
 2022-03-20 15:30 UTC  (8+ messages)
        ` [cocci] Improved error handling for mixed SmPL data processing indicators
            ` [cocci] Improving descriptions for SmPL data processing indicators?

[PATCH v3 0/3] Support LIS302DL in st_accel
 2022-03-20 15:34 UTC  (3+ messages)

[PATCH v2] btrfs: fix fallocate to use file_modified to update permissions consistently
 2022-03-20 15:24 UTC  (3+ messages)
` [btrfs] 7664aed024: fio.write_iops 29.3% improvement

[mingo-tip:master 1563/2335] ./usr/include/linux/if_link.h:5:10: fatal error: 'uapi/linux/netlink.h' file not found
 2022-03-20 15:22 UTC 

drivers/scsi/lpfc/lpfc_ct.c:3955:2: warning: Value stored to 'size' is never read [clang-analyzer-deadcode.DeadStores]
 2022-03-20 15:22 UTC 

[PATCH 3/7] xfs: xfs_ail_push_all_sync() stalls when racing with updates
 2022-03-20 15:17 UTC  (2+ messages)

[Ocfs2-devel] [Resend PATCH v3] ocfs2: fix kernel crash after mounting when journal doesn't ready
 2022-03-20 15:17 UTC  (3+ messages)

[Buildroot] [PATCH 2021.02.x] DEVELOPERS: drop libqrtr-glib from Yegor Yefremov
 2022-03-20 15:16 UTC 

[PATCH 0/7] test-lib-functions: a better "test_expect_failure"
 2022-03-20 15:13 UTC  (8+ messages)
` [PATCH 1/7] test-lib: add a "test_expect_todo", similar to "test_expect_failure"

[PATCH] iio: dac: ad5592r: Fix the missing return value
 2022-03-20 15:20 UTC  (2+ messages)

[f2fs-dev] [PATCH 1/3] f2fs: check pinfile in gc_data_segment() in advance
 2022-03-20 15:11 UTC  (6+ messages)
`  "
` [f2fs-dev] [PATCH 2/3] f2fs: don't set GC_FAILURE_PIN for background GC
  `  "
` [f2fs-dev] [PATCH 3/3] f2fs: give priority to select unpinned section for foreground GC
  `  "

[bug report] NVMe/IB: reset_controller need more than 1min
 2022-03-20 15:11 UTC  (17+ messages)

[PATCH v2 0/2] iio: imu: inv_mpu6050: Add support for ICM-20608-D
 2022-03-20 15:15 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: iio: imu: mpu6050: Document invensense,icm20608d

[PATCH v2] ufs: fix an NULL check on list iterator
 2022-03-20 15:07 UTC 

[PATCH 0/2] iio: imu: inv_mpu6050: Add support for ICM-20608-D
 2022-03-20 15:12 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: iio: imu: mpu6050: Document invensense,icm20608d

[RESEND PATCH v3 0/2] ARM: r9a06g032: add support for the watchdogs
 2022-03-20 15:04 UTC  (3+ messages)

[PATCH 0/2] PCI: hv: Miscellaneous changes
 2022-03-20 14:58 UTC  (4+ messages)
` [PATCH 1/2] PCI: hv: Use IDR to generate transaction IDs for VMBus hardening

[PATCH v2 0/4] Manual improvements
 2022-03-20 14:54 UTC  (7+ messages)
` [PATCH 2/4] mdadm: Update ReadMe
` [PATCH 3/4] mdadm: Update config man regarding default files and multi-keyword behavior
` [PATCH 4/4] mdadm: Update config manual

[patch] Add docs on mount namespace rootfs access and pid namespace pid mapping
 2022-03-20 14:53 UTC  (3+ messages)

[linux-next:master 2939/13576] drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:2109:2: warning: Undefined or garbage value returned to caller [clang-analyzer-core.uninitialized.UndefReturn]
 2022-03-20 14:51 UTC 

[mchehab-experimental:master 259/324] drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c:1231:7: warning: Branch condition evaluates to a garbage value [clang-analyzer-core.uninitialized.Branch]
 2022-03-20 14:51 UTC 

[PATCH V2 0/7] iio: adc: sc27xx: adjust structure and add PMIC's support
 2022-03-20 14:57 UTC  (9+ messages)
` [PATCH V2 1/7] dt-bindings:iio:adc: add sprd,ump9620-adc dtbindings
` [PATCH V2 4/7] iio: adc: sc27xx: add support for PMIC sc2720 and sc2721
` [PATCH V2 6/7] iio: adc: sc27xx: add support for PMIC ump9620
` [PATCH V2 7/7] iio: adc: sc27xx: add Ump9620 ADC suspend and resume pm support

[PATCH v2 00/16] Modernize rest of the krait drivers
 2022-03-20 14:47 UTC  (5+ messages)
` [PATCH v2 16/16] dt-bindings: arm: msm: Convert kpss driver Documentation to yaml

[linux-linus test] 168718: regressions - FAIL
 2022-03-20 14:43 UTC 

[scsi] 6aded12b10: kernel_BUG_at_mm/usercopy.c
 2022-03-20 14:34 UTC  (2+ messages)

[PATCH 1/2] ASoC: SOF: Prevent NULL dereference in sof_pcm_dai_link_fixup()
 2022-03-20 14:33 UTC  (2+ messages)
` [Sound-open-firmware] "

[PATCH bpf-next] bpf: Check for NULL return from bpf_get_btf_vmlinux
 2022-03-20 14:30 UTC 

[PATCH] Makefile, etc/groff/tmac/deadly.tmac: Add lint and lint-groff targets
 2022-03-20 14:23 UTC  (2+ messages)

ERROR: modpost: "nf_conntrack_net_id" [net/netfilter/nft_ct.ko] undefined!
 2022-03-20 14:20 UTC 

system locks up with CONFIG_SLS=Y; 5.17.0-rc
 2022-03-20 14:17 UTC  (13+ messages)
      ` [PATCH -v1.1] kvm/emulate: Fix SETcc emulation function offsets with SLS
        ` [PATCH -v1.2] "

[ovmf test] 168723: regressions - FAIL
 2022-03-20 14:12 UTC 

[net] 4c003fec67: hwsim.ap_vlan_file_open2.fail
 2022-03-20 14:10 UTC  (2+ messages)

[PATCH mptcp-next v3 0/8] BPF packet scheduler
 2022-03-20 14:09 UTC  (9+ messages)
` [PATCH mptcp-next v3 1/8] mptcp: add struct mptcp_sched_ops
` [PATCH mptcp-next v3 2/8] mptcp: register default scheduler
` [PATCH mptcp-next v3 3/8] mptcp: add a new sysctl scheduler
` [PATCH mptcp-next v3 4/8] mptcp: add sched in mptcp_sock
` [PATCH mptcp-next v3 5/8] mptcp: add mptcp_get_subflow wrapper
` [PATCH mptcp-next v3 6/8] mptcp: add bpf_mptcp_sched_ops
` [PATCH mptcp-next v3 7/8] selftests: bpf: add bpf_first scheduler
` [PATCH mptcp-next v3 8/8] selftests: bpf: add bpf_first test

[GIT PULL] KVM/SLS change for 5.17 final
 2022-03-20 14:07 UTC 

[PATCH] ipmi: initialize len variable
 2022-03-20 13:59 UTC 

[PATCH v3 0/6] kvm: x86: better handling of optional kvm_x86_ops
 2022-03-20 13:58 UTC  (5+ messages)
` [PATCH v3 6/6] KVM: x86: allow defining return-0 static calls

[PATCH mptcp-next v2 0/3] check more values from mptcp_sock
 2022-03-20 13:55 UTC  (4+ messages)
` [PATCH mptcp-next v2 1/3] Squash to "selftests: bpf: test bpf_skc_to_mptcp_sock"
` [PATCH mptcp-next v2 2/3] selftests: bpf: verify ca_name of struct mptcp_sock
` [PATCH mptcp-next v2 3/3] selftests: bpf: verify first subflow of mptcp_sock

[ACPI] 2ca8e62852: BUG:KASAN:slab-out-of-bounds_in_acpi_cppc_processor_probe
 2022-03-20 13:48 UTC  (2+ messages)

[PATCH] cifs: fix incorrect use of list iterator after the loop
 2022-03-20 13:50 UTC 

[Ocfs2-devel] [PATCH] ocfs2: refactor the noqueue_attempted
 2022-03-20 13:40 UTC  (3+ messages)
  `  "

[PATCH] Documentation: KVM: Describe guest TSC scaling in migration algorithm
 2022-03-20 13:39 UTC  (12+ messages)

[lustre-devel] [PATCH 00/50] lustre: update to OpenSFS tree as of March 20, 2022
 2022-03-20 13:31 UTC  (35+ messages)
` [lustre-devel] [PATCH 02/50] lustre: osc: Fix grant test for ARM
` [lustre-devel] [PATCH 05/50] lnet: use large nids in struct lnet_event
` [lustre-devel] [PATCH 07/50] lnet: socklnd: don't deref lnet_hdr in LNDs
` [lustre-devel] [PATCH 10/50] lustre: fld: repeat rpc in fld_client_rpc after EAGAIN
` [lustre-devel] [PATCH 11/50] lustre: fld: don't obtain a slot for fld request
` [lustre-devel] [PATCH 12/50] lustre: update version to 2.14.57
` [lustre-devel] [PATCH 14/50] lnet: o2iblnd: avoid static allocation for msg tx
` [lustre-devel] [PATCH 17/50] lnet: change lnet_prep_send to take net_processid
` [lustre-devel] [PATCH 20/50] lnet: alter lnd_notify_peer_down() to take lnet_nid
` [lustre-devel] [PATCH 22/50] lnet: socklnd: Change ksock_hello_msg to struct lnet_nid
` [lustre-devel] [PATCH 24/50] lnet: Convert ping to support 16-bytes address
` [lustre-devel] [PATCH 25/50] lnet: convert nids in lnet_parse to lnet_nid
` [lustre-devel] [PATCH 26/50] lnet: change src_nid arg to lnet_parse() to 16byte
` [lustre-devel] [PATCH 27/50] lnet: Fix NULL-deref in lnet_nidstr_r()
` [lustre-devel] [PATCH 28/50] lnet: change lnet_del_route() to take lnet_nid
` [lustre-devel] [PATCH 29/50] lustre: llite: Move free user pages
` [lustre-devel] [PATCH 30/50] lustre: llite: Do not get/put DIO pages
` [lustre-devel] [PATCH 31/50] lustre: llite: Remove unnecessary page get/put
` [lustre-devel] [PATCH 32/50] lustre: llite: LL_IOC_LMV_GETSTRIPE 'default' shows inherit layout
` [lustre-devel] [PATCH 33/50] lustre: hsm: update size upon completion of data version
` [lustre-devel] [PATCH 36/50] lnet: Avoid peer NI recovery for local interface
` [lustre-devel] [PATCH 37/50] lustre: osc: add OBD_IOC_GETATTR support for osc
` [lustre-devel] [PATCH 38/50] lustre: sec: present .fscrypt in subdir mount
` [lustre-devel] [PATCH 39/50] lnet: improve hash distribution across CPTs
` [lustre-devel] [PATCH 40/50] lustre: osc: osc_extent_wait() deadlock
` [lustre-devel] [PATCH 41/50] lustre: quota: delete unused quota ID
` [lustre-devel] [PATCH 42/50] lnet: Check LNET_NID_IS_ANY in LNET_NID_NET
` [lustre-devel] [PATCH 44/50] lnet: lnet_peer_data_present() memory leak
` [lustre-devel] [PATCH 45/50] lnet: Don't use pref NI for reserved portal
` [lustre-devel] [PATCH 46/50] lnet: o2iblnd: avoid memory copy for short msg
` [lustre-devel] [PATCH 47/50] lustre: llite: set default LMV hash type with 2.12 MDS
` [lustre-devel] [PATCH 48/50] lnet: Stop discovery on deleted peer NI
` [lustre-devel] [PATCH 49/50] lustre: sec: fix DIO for encrypted files
` [lustre-devel] [PATCH 50/50] lustre: ptlrpc: Use after free of 'conn' in rhashtable retry


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.