All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-16 02:00:26 to 2024-01-16 04:52:29 UTC [more...]

[PATCH] x86/xen: Fix some null pointer dereference issues in smp.c
 2024-01-16  3:45 UTC  (2+ messages)

[PATCH 00/42] Fix coccicheck warnings
 2024-01-16  4:51 UTC  (20+ messages)
` [PATCH 01/42] coccinelle: device_attr_show.cocci: update description and warning message
` [PATCH 02/42] arch/arm/mm: Convert snprintf to sysfs_emit
` [PATCH 03/42] arch/x86/events/amd: "
  ` [PATCH 04/42] arch/x86/events/core: "
  ` [PATCH 05/42] arch/x86/events/intel: "
  ` [PATCH 06/42] drivers/bus/fsl-mc: "
  ` [PATCH 08/42] drivers/fsi: "
  ` [PATCH 11/42] drivers/hid: "
  ` [PATCH 13/42] drivers/most: "
  ` [PATCH 14/42] drivers/platform/mellanox: "
  ` [PATCH 15/42] drivers/ptp: "
  ` [PATCH 16/42] drivers/scsi/53c700: "
  ` [PATCH 18/42] drivers/scsi/aic94xx: "
  ` [PATCH 21/42] drivers/scsi/fcoe: "
  ` [PATCH 23/42] drivers/scsi/hpsa: "
  ` [PATCH 24/42] drivers/scsi/hptiop: "
  ` [PATCH 26/42] drivers/scsi/ibmvscsi_tgt: "
  ` [PATCH 31/42] drivers/scsi/myrs: "

[PATCH 0/2] drm/atomic: Allow drivers to write their own plane check for async
 2024-01-16  4:51 UTC  (6+ messages)
` [PATCH 1/2] drm/atomic: Allow drivers to write their own plane check for async flips
` [PATCH 2/2] drm/amdgpu: Implement check_async_props for planes

[PATCH v2 0/2] xilinx: Update the kaslr-seed property
 2024-01-16  4:50 UTC  (3+ messages)
` [PATCH v2 1/2] xilinx: board: "
` [PATCH v2 2/2] configs: zynqmp_kria: Enable CONFIG_OF_BOARD_SETUP

[PATCH 00/10] wifi: ath12k: Refactor mac80211 callback operation functions
 2024-01-16  4:50 UTC  (3+ messages)

[PATCH bpf-next v4 0/2] Skip callback tests if jit is disabled in test_verifier
 2024-01-16  4:50 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] selftests/bpf: Move is_jit_enabled() to testing_helpers
` [PATCH bpf-next v4 2/2] selftests/bpf: Skip callback tests if jit is disabled in test_verifier

[PATCH 0/4] wifi: ath12k: Refactor MAC alloc/destroy/un/register helper functions
 2024-01-16  4:49 UTC  (6+ messages)
` [PATCH 4/4] wifi: ath12k: Refactor MAC un/register helper function

[dunfell][PATCH] systemd: fix CVE-2023-7008
 2024-01-16  4:47 UTC  (3+ messages)
` [OE-core] "

[kirkstone][PATCH] systemd: fix CVE-2023-7008
 2024-01-16  4:46 UTC 

[PATCH 00/12] wifi: ath12k: Add single wiphy support
 2024-01-16  4:45 UTC  (4+ messages)
` [PATCH 01/12] wifi: ath12k: add multiple radio support in a single MAC HW un/register

cip-gitlab/ci/iwamatsu/linux-4.19.y-cip-rc kselftest-futex: 10 runs, 1 regressions (v4.19.304-cip106-27-gf3e967c370d44)
 2024-01-16  4:45 UTC 

cip-gitlab/ci/iwamatsu/linux-4.19.y-cip-rc ltp-timers: 9 runs, 2 regressions (v4.19.304-cip106-27-gf3e967c370d44)
 2024-01-16  4:45 UTC 

cip-gitlab/ci/iwamatsu/linux-4.19.y-cip-rc ltp-mm: 6 runs, 1 regressions (v4.19.304-cip106-27-gf3e967c370d44)
 2024-01-16  4:45 UTC 

[PATCH mptcp-next v9 00/23] dump for userspace pm
 2024-01-16  4:45 UTC  (25+ messages)
` [PATCH mptcp-next v9 01/23] mptcp: add pm_has_addr_attr_id helper
` [PATCH mptcp-next v9 02/23] mptcp: add needs_id for userspace appending addr
` [PATCH mptcp-next v9 03/23] mptcp: add needs_id for netlink "
` [PATCH mptcp-next v9 04/23] mptcp: map v4 address to v6 when destroying subflow
` [PATCH mptcp-next v9 05/23] selftests: mptcp: rm subflow with v4/v4mapped addr
` [PATCH mptcp-next v9 06/23] mptcp: export mptcp_genl_family & mptcp_nl_fill_addr
` [PATCH mptcp-next v9 07/23] mptcp: implement mptcp_userspace_pm_dump_addr
` [PATCH mptcp-next v9 08/23] mptcp: add token for get-addr in yaml
` [PATCH mptcp-next v9 09/23] mptcp: dump addrs in userspace pm list
` [PATCH mptcp-next v9 10/23] mptcp: check userspace pm subflow flag
` [PATCH mptcp-next v9 11/23] selftests: mptcp: add "
` [PATCH mptcp-next v9 12/23] selftests: mptcp: add token for dump_addr
` [PATCH mptcp-next v9 13/23] selftests: mptcp: add check_output helper
` [PATCH mptcp-next v9 14/23] selftests: mptcp: dump after creating id 0 subflow
` [PATCH mptcp-next v9 15/23] selftests: mptcp: dump userspace addrs list
` [PATCH mptcp-next v9 16/23] mptcp: add userspace_pm_lookup_addr_by_id helper
` [PATCH mptcp-next v9 17/23] mptcp: implement mptcp_userspace_pm_get_addr
` [PATCH mptcp-next v9 18/23] mptcp: get addr in userspace pm list
` [PATCH mptcp-next v9 19/23] selftests: mptcp: add token for get_addr
` [PATCH mptcp-next v9 20/23] selftests: mptcp: userspace pm get addr tests
` [PATCH mptcp-next v9 21/23] mptcp: update set_flags interfaces
` [PATCH mptcp-next v9 22/23] mptcp: set error messages for set_flags
` [PATCH mptcp-next v9 23/23] selftests: mptcp: flush userspace addrs list
  ` selftests: mptcp: flush userspace addrs list: Tests Results

[PATCH] weston: Update to 13.0.0
 2024-01-16  4:39 UTC  (2+ messages)
` [OE-core] "

[PATCH v2 2/2] wifi: ath12k: Introduce the container for mac80211 hw
 2024-01-16  4:26 UTC  (2+ messages)

Hit 'nvme nvme0: request 0x100 genctr mismatch' when run fio testing
 2024-01-16  4:36 UTC 

[Buildroot] [PATCH 1/1] package/sdl2_image: bump version to 2.8.2
 2024-01-16  4:33 UTC 

DSA switch: VLAN tag not added on packets directed to a PVID,untagged switchport
 2024-01-16  4:32 UTC  (3+ messages)

[PATCH] xfs: read only mounts with fsopen mount API are busted
 2024-01-16  4:33 UTC 

[RFC PATCH] mm: z3fold: rename CONFIG_Z3FOLD to CONFIG_Z3FOLD_DEPRECATED
 2024-01-16  4:27 UTC  (5+ messages)

mkfs.erofs is noisy when run with a pipe attached to stdout/stderr
 2024-01-16  4:26 UTC  (2+ messages)
` [PATCH] erofs-utils: avoid noisy prints if stdout is not a tty

[PATCH 1/2] lib/amdgpu: add secure flag to sdma packet
 2024-01-16  4:18 UTC  (3+ messages)

[PATCH v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-01-16  4:14 UTC  (4+ messages)
` [PATCH v11 18/35] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command

cip-gitlab/ci/iwamatsu/linux-4.19.y-cip-rc baseline-cip-nfs: 12 runs, 10 regressions (v4.19.304-cip106-27-gf3e967c370d44)
 2024-01-16  4:15 UTC 

cip-gitlab/ci/iwamatsu/linux-4.19.y-cip-rc baseline-nfs: 37 runs, 1 regressions (v4.19.304-cip106-27-gf3e967c370d44)
 2024-01-16  4:15 UTC 

[PATCH v4 1/2] KVM: VMX: Cleanup VMX basic information defines and usages
 2024-01-16  4:13 UTC  (3+ messages)

[v6 0/3] Change PWM-controlled LED pin active mode and algorithm
 2024-01-16  4:10 UTC  (8+ messages)
` [v6 1/3] riscv: dts: sifive: unleashed/unmatched: Remove PWM controlled LED's active-low properties
` [v6 2/3] pwm: sifive: change the PWM controlled LED algorithm
` [v6 3/3] pwm: sifive: Fix the error in the idempotent test within the pwm_apply_state_debug function

[RFC PATCH v3 00/30] migration: File based migration with multifd and fixed-ram
 2024-01-16  4:05 UTC  (3+ messages)
` [RFC PATCH v3 13/30] migration/multifd: Add outgoing QIOChannelFile support

[virtio-comment] [PATCH v2 0/2] virtio-net: Clarify virtio_net_hdr size and rx buffer size
 2024-01-16  4:04 UTC  (7+ messages)
` [virtio-comment] [PATCH v2 1/2] virtio-net: Fix receive buffer size calculation text
  ` [virtio-comment] "
    ` [virtio-comment] "
` [virtio-comment] [PATCH v2 2/2] virtio-net: Clarify the size of the struct virtio_net_hdr for tx
  ` [virtio-comment] "
    ` [virtio-comment] "

[PATCH 0/4] KVM: Honor guest memory types for virtio GPU devices
 2024-01-16  4:05 UTC  (10+ messages)

[PATCH 0/3] usb: gadget: 9pfs transport
 2024-01-16  4:04 UTC  (4+ messages)
` [PATCH 1/3] usb: gadget: function: 9pfs

[PATCH v2 1/3] sched/topology: Annotate RCU pointers properly
 2024-01-16  3:56 UTC  (2+ messages)

[hch-xfs:wtf-rebase 24/427] fs/xfs/scrub/xfbtree.c:240:22: sparse: sparse: incorrect type in assignment (different base types)
 2024-01-16  3:56 UTC 

[PATCH v1 1/1] spinlock: Fix failing build for PREEMPT_RT
 2024-01-16  4:02 UTC  (3+ messages)

cip-gitlab/ci/iwamatsu/linux-4.19.y-cip-rc build: 198 builds: 6 failed, 192 passed, 2 errors, 28 warnings (v4.19.304-cip106-27-gf3e967c370d44)
 2024-01-16  3:46 UTC 

[PATCH] bus/uacce: introduce UACCE bus
 2024-01-16  3:35 UTC  (2+ messages)
` [PATCH v2] "

[PATCH for-next] null_blk: add configfs variable shared_tags
 2024-01-16  3:39 UTC 

[Cluster-devel] [syzbot] [gfs2?] BUG: sleeping function called from invalid context in glock_hash_walk
 2024-01-16  3:35 UTC  (2+ messages)
`  "

[PATCH] drm/msm/adreno: Add a null pointer check to the zap_shader_load_mdt
 2024-01-16  3:27 UTC  (2+ messages)

[PATCH 0/3] btrfs-progs: make convert to generate chunks aligned to stripe boundary
 2024-01-16  3:31 UTC  (4+ messages)
` [PATCH 1/3] btrfs-progs: convert: make sure the length of data chunks are also stripe aligned
` [PATCH 2/3] btrfs-progs: add extra chunk alignment checks
` [PATCH 3/3] btrfs-progs: tests: enable strict chunk alignment check

[PATCH] MIPS: loongson64: fix boot failure
 2024-01-16  3:27 UTC  (3+ messages)
` memblock_reserve for unadded region (was: [PATCH] MIPS: loongson64: fix boot failure)

[bug report] GICv4.1: VM performance degradation due to not trapping vCPU WFI
 2024-01-16  3:26 UTC  (2+ messages)

[PULL 00/20] Migration 20240116 patches
 2024-01-16  3:19 UTC  (21+ messages)
` [PULL 01/20] migration: Simplify initial conditionals in migration for better readability
` [PULL 02/20] migration/multifd: Remove MultiFDPages_t::packet_num
` [PULL 03/20] migration/multifd: Remove QEMUFile from where it is not needed
` [PULL 04/20] migration/multifd: Change multifd_pages_init argument
` [PULL 05/20] migration: Report error in incoming migration
` [PULL 06/20] tests/qtest/migration: Print migration incoming errors
` [PULL 07/20] tests/qtest/migration: Add a wrapper to print test names
` [PULL 08/20] tests/qtest/migration: Use the new migration_test_add
` [PULL 09/20] tests/qtest: Re-enable multifd cancel test
` [PULL 10/20] docs/migration: Create migration/ directory
` [PULL 11/20] docs/migration: Create index page
` [PULL 12/20] docs/migration: Convert virtio.txt into rST
` [PULL 13/20] docs/migration: Split "Backwards compatibility" separately
` [PULL 14/20] docs/migration: Split "Debugging" and "Firmware"
` [PULL 15/20] docs/migration: Split "Postcopy"
` [PULL 16/20] docs/migration: Split "dirty limit"
` [PULL 17/20] docs/migration: Organize "Postcopy" page
` [PULL 18/20] docs/migration: Further move vfio to be feature of migration
` [PULL 19/20] docs/migration: Further move virtio "
` [PULL 20/20] migration/rdma: define htonll/ntohll only if not predefined

[PATCH 00/29] include: move include/qapi/qmp/ to include/qobject/
 2024-01-16  3:34 UTC  (4+ messages)
` [PATCH 01/29] "

[LTP] [PATCH] tcindex01: fix compilation errors due to missing TCA_TCINDEX_ constants
 2024-01-16  3:17 UTC 

[PATCH] selftests/filesystems:fix build error in overlayfs
 2024-01-16  3:15 UTC  (3+ messages)
  ` 回复: "

[PATCH v12 0/3] Support pwm/tach driver for aspeed ast26xx
 2024-01-16  3:09 UTC  (6+ messages)
` [PATCH v12 1/3] dt-bindings: hwmon: fan: Add fan binding to schema

drivers/gpu/drm/xe/xe_gt_pagefault.c:340:17: warning: writing 16 bytes into a region of size 0
 2024-01-16  3:05 UTC 

[PATCH v5 0/3] Remove the XFS mrlock
 2024-01-16  3:07 UTC  (2+ messages)

Test Mail
 2024-01-16  3:04 UTC 

[PATCH v11 0/8] Add iommufd nesting (part 2/2)
 2024-01-16  3:03 UTC  (2+ messages)

[PATCH v2] support i.MX93 truly available GPIO pins
 2024-01-16  2:59 UTC  (5+ messages)
` [PATCH v2 2/2] arm64: dts: imx93: specify available 'ngpios' per GPIO port

[PATCH v6 0/6] Disable fair tag sharing for UFS devices
 2024-01-16  2:59 UTC  (13+ messages)
` [PATCH v6 1/4] block: Make fair tag sharing configurable

[LSF/MM/BPF TOPIC] : Current status of ZNS SSD support in file systems
 2024-01-16  2:58 UTC  (2+ messages)

[RFC net-next v3 0/3] net: dsa: microchip: implement PHY loopback
 2024-01-16  2:50 UTC  (3+ messages)
` [RFC net-next v3 3/3] net: dsa: microchip: implement PHY loopback configuration for KSZ8794 and KSZ8873

cron job: media_tree daily build: WARNINGS
 2024-01-16  2:50 UTC 

[PATCH v2 0/4] wifi: mt76: mt7921: fix potential issues for mt7921
 2024-01-16  2:48 UTC  (5+ messages)
` [PATCH v2 1/4] wifi: mt76: mt7921: fix incorrect type conversion for CLC command
` [PATCH v2 2/4] wifi: mt76: mt792x: fix a potential loading failure of the 6Ghz channel config from ACPI
` [PATCH v2 3/4] wifi: mt76: mt792x: update the country list of EU for ACPI SAR
` [PATCH v2 4/4] wifi: mt76: mt7921: fix the unfinished command of regd_notifier before suspend

[PATCH] ASoC: nau8540: Add pre-charge actions for input
 2024-01-16  2:45 UTC 

Pull request: Please pull u-boot-imx-20240115
 2024-01-16  2:45 UTC 

[PATCH v2] fs/hugetlbfs/inode.c: mm/memory-failure.c: fix hugetlbfs hwpoison handling
 2024-01-16  2:43 UTC  (3+ messages)

[RFC PATCH 1/1] hw/intc/loongarch_extioi: Add virt extension support
 2024-01-16  2:25 UTC 

[syzbot] [reiserfs?] possible deadlock in __run_timers
 2024-01-16  2:39 UTC  (2+ messages)

[PATCH v5] powerpc/pseries/vas: Use usleep_range() to support HCALL delay
 2024-01-16  2:36 UTC  (3+ messages)

[zen:6.6/zen-sauce 2/31] include/asm-generic/io.h:547:31: error: performing pointer arithmetic on a null pointer has undefined behavior
 2024-01-16  2:32 UTC 

[PATCH v2 0/7] I3C target mode support
 2024-01-16  2:29 UTC  (10+ messages)
` [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1

[PATCH V2 0/3] *** Implement the NVMe reservation feature ***
 2024-01-16  2:29 UTC  (9+ messages)
` [PATCH V2 1/3] nvmet: support reservation feature
` [PATCH V2 3/3] nvme: introduce pr_work to handle resv event

[PATCH] rust: task: add `as_raw()` to `Task`
 2024-01-16  2:28 UTC  (2+ messages)
` [PATCH] rust: task: use safe `current!` macro

[PATCH] vhost-user: add VIRTIO_F_IN_ORDER and VIRTIO_F_NOTIFICATION_DATA feature
 2024-01-16  2:20 UTC  (6+ messages)
      ` FW: "

Thunderbolt (and other PCI hotplug) isolation
 2024-01-16  2:20 UTC 

[PATCH v4 0/3] x86/hyperv: Mark CoCo VM pages not present when changing encrypted state
 2024-01-16  2:20 UTC  (4+ messages)
` [PATCH v4 1/3] x86/hyperv: Use slow_virt_to_phys() in page transition hypervisor callback
` [PATCH v4 2/3] x86/mm: Regularize set_memory_p() parameters and make non-static
` [PATCH v4 3/3] x86/hyperv: Make encrypted/decrypted changes safe for load_unaligned_zeropad()

[PATCH v6 6/7] mm: Defer TLB flush by keeping both src and dst folios at migration
 2024-01-16  2:12 UTC  (2+ messages)

[PATCH net v2] connector: Change the judgment conditions for clearing proc_event_num_listeners
 2024-01-16  1:57 UTC 

[PATCH 0/3] perf scripts python: arm-cs-trace-disasm.py:
 2024-01-16  2:08 UTC  (9+ messages)
` [PATCH v3 0/1] perf scripts python: arm-cs-trace-disasm.py: print correct disasm info
  ` [PATCH v3 1/1] perf scripts python: arm-cs-trace-disasm.py: add option to print virtual address
  ` [PATCH v3 2/3] perf scripts python: arm-cs-trace-disasm.py: set start vm addr of exectable file to 0

[OE-core] [PATCH] btrfs-tools: upgrade 6.5.3 -> 6.6.3
 2024-01-16  2:06 UTC  (5+ messages)
` [OE-core] [PATCH] debianutils: upgrade 5.15 -> 5.16
` [OE-core] [PATCH] enchant2: upgrade 2.6.4 -> 2.6.5
` [OE-core] [PATCH] libsecret: upgrade 0.21.1 -> 0.21.2
` [OE-core] [PATCH] libxrandr: upgrade 1.5.3 -> 1.5.4

[PATCH] ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on HP ZBook
 2024-01-16  2:07 UTC 

[OE-core][dunfell][PATCH] qemu: Backport fix for CVE-2023-2861
 2024-01-16  2:05 UTC 

Suggested clarification for .gitattributes reference documentation
 2024-01-16  2:06 UTC  (7+ messages)

[PATCH net] selftests: bonding: add missing build configs
 2024-01-16  2:02 UTC 

[PATCH] dt-bindings: rockchip: Fix Hardkernel ODROID-M1 board bindings
 2024-01-16  2:00 UTC  (5+ messages)

[PATCH v7 0/6] i2c: add zhaoxin i2c controller driver
 2024-01-16  1:43 UTC  (4+ messages)
` [PATCH v7 1/6] i2c: wmt: create wmt_i2c_init for general init


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.