All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-05 15:03:03 to 2022-11-05 17:29:22 UTC [more...]

[PULL v3 00/81] pci,pc,virtio: features, tests, fixes, cleanups
 2022-11-05 17:19 UTC  (35+ messages)
` [PULL v3 01/81] hw/i386/e820: remove legacy reserved entries for e820
` [PULL v3 02/81] tests/acpi: allow SSDT changes
` [PULL v3 03/81] acpi/ssdt: Fix aml_or() and aml_and() in if clause
` [PULL v3 04/81] acpi/nvdimm: define macro for NVDIMM Device _DSM
` [PULL v3 06/81] test/acpi/bios-tables-test: SSDT: update golden master binaries
` [PULL v3 07/81] virtio-crypto: Support asynchronous mode
` [PULL v3 08/81] crypto: Support DER encodings
` [PULL v3 09/81] crypto: Support export akcipher to pkcs8
` [PULL v3 10/81] cryptodev: Add a lkcf-backend for cryptodev
` [PULL v3 13/81] acpi/tests/avocado/bits: add biosbits config file for running bios tests
` [PULL v3 15/81] acpi/tests/avocado/bits/doc: add a doc file to describe the acpi bits test
` [PULL v3 16/81] MAINTAINERS: add myself as the maintainer for acpi biosbits avocado tests
` [PULL v3 19/81] tests/acpi: allow changes for core_count2 test
` [PULL v3 20/81] bios-tables-test: add test for number of cores > 255
` [PULL v3 21/81] tests/acpi: update tables for new core count test
` [PULL v3 23/81] acpi: fadt: support revision 6.0 of the ACPI specification
` [PULL v3 24/81] acpi: arm/virt: madt: bump to revision 4 accordingly to ACPI 6.0 Errata A
` [PULL v3 29/81] hw/mem/cxl-type3: Add CXL CDAT Data Object Exchange
` [PULL v3 32/81] virtio: introduce __virtio_queue_reset()
` [PULL v3 39/81] vhost: expose vhost_virtqueue_stop()
` [PULL v3 41/81] vhost-net: vhost-kernel: introduce vhost_net_virtqueue_restart()
` [PULL v3 42/81] virtio-net: introduce flush_or_purge_queued_packets()
` [PULL v3 45/81] vhost: vhost-kernel: enable vq reset feature
` [PULL v3 49/81] acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptors
` [PULL v3 50/81] tests: acpi: whitelist DSDT before generating PCI-ISA bridge AML automatically
` [PULL v3 52/81] tests: acpi: update expected DSDT after ISA bridge is moved directly under PCI host bridge
` [PULL v3 53/81] tests: acpi: whitelist DSDT before generating ICH9_SMB AML automatically
` [PULL v3 54/81] acpi: add get_dev_aml_func() helper
` [PULL v3 56/81] tests: acpi: update expected blobs
` [PULL v3 67/81] hmat acpi: Don't require initiator value in -numa
` [PULL v3 68/81] tests: acpi: add and whitelist *.hmat-noinitiator expected blobs
` [PULL v3 69/81] tests: acpi: q35: add test for hmat nodes without initiators
` [PULL v3 72/81] hw/arm/virt: Enable HMAT on arm virt machine
` [PULL v3 77/81] intel-iommu: drop VTDBus

[PATCH 0/2] add case insensitivity option to bash completion
 2022-11-05 17:28 UTC  (3+ messages)
` [PATCH 1/2] completion: add optional ignore-case when matching refs
` [PATCH 2/2] completion: add case-insensitive match of pseudorefs

"git bisect run" strips "--log" from the list of arguments
 2022-11-05 17:26 UTC  (7+ messages)
` [PATCH 00/13] bisect: v2.30.0 "run" regressions + make it built-in
  ` [PATCH 09/13] parse-options API: don't restrict OPT_SUBCOMMAND() to one *_fn type

compat/fsmonitor/fsm-listen-darwin warning on macOS Ventura
 2022-11-05 17:26 UTC 

[PATCH net-next v3 0/3] nfp: IPsec offload support
 2022-11-05 17:25 UTC  (4+ messages)

[PATCH -next v2] checkpatch: Add check for array allocator family argument order
 2022-11-05 17:24 UTC  (3+ messages)

[PATCH] can: etas_es58x: report the firmware version through ethtool
 2022-11-05 17:21 UTC  (6+ messages)
` [PATCH v2 0/3] can: etas_es58x: report firmware version
  ` [PATCH v2 3/3] can: etas_es58x: report the firmware version through ethtool

[PATCH v3 00/30] qapi: Elide redundant has_FOO in generated C
 2022-11-05 17:15 UTC  (13+ messages)
` [PATCH v3 13/30] qapi dump: "
` [PATCH v3 18/30] qapi net: "
` [PATCH v3 20/30] qapi qdev qom: "
` [PATCH v3 22/30] qapi rocker: "
` [PATCH v3 26/30] qapi transaction: "
` [PATCH v3 29/30] qapi qga: "

Potential issue with PHYs connected to the same MDIO bus and different MACs
 2022-11-05 17:14 UTC  (6+ messages)

[PATCH 0/3] Convert git-bisect--helper to OPT_SUBCOMMAND
 2022-11-05 17:13 UTC  (20+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] bisect--helper: remove unused options
  ` [PATCH v2 2/3] bisect--helper: move all subcommands into their own functions
  ` [PATCH v2 3/3] bisect--helper: parse subcommand with OPT_SUBCOMMAND
  ` [PATCH 00/13] Turn git-bisect to be builtin
    ` [PATCH 01/13] bisect tests: test for v2.30.0 "bisect run" regressions
    ` [PATCH 02/13] bisect: refactor bisect_run() to match CodingGuidelines
    ` [PATCH 03/13] bisect--helper: pass arg[cv] down to do_bisect_run
    ` [PATCH 04/13] bisect: fix output regressions in v2.30.0
    ` [PATCH 05/13] bisect run: keep some of the post-v2.30.0 output
    ` [PATCH 06/13] bisect--helper: remove unused arguments from do_bisect_run
    ` [PATCH 07/13] bisect--helper: pretend we're real bisect when report error
    ` [PATCH 08/13] bisect test: test exit codes on bad usage
    ` [PATCH 09/13] bisect--helper: emit usage for "git bisect"
    ` [PATCH 10/13] bisect--helper: make `state` optional
    ` [PATCH 11/13] bisect--helper: remove subcommand state
    ` [PATCH 12/13] bisect--helper: log: allow arbitrary number of arguments
    ` [PATCH 13/13] Turn `git bisect` into a full built-in

[RFC PATCH 0/6] VMAP_STACK support for book3s64
 2022-11-05 17:07 UTC  (4+ messages)
` [RFC PATCH 6/6] powerpc/64s: Enable CONFIG_VMAP_STACK

❌ FAIL: Test report for master (6.1.0-rc3, mainline.kernel.org-clang, b208b9fb)
 2022-11-05 17:01 UTC 

[Buildroot] [PATCH 1/2] package/libopenssl: drop useles option for rc5
 2022-11-05 16:55 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package.libopenssl: fix enabling/disabling mdc2

[PATCH ulogd2] doc: mysql: declare MAC protocol columns unsigned
 2022-11-05 16:54 UTC 

[PATCH] tests/qtest/libqos/e1000e: Use IVAR shift definitions
 2022-11-05 16:53 UTC  (2+ messages)

[PATCH v4a 00/38] timers: Use timer_shutdown*() before freeing timers
 2022-11-05 16:53 UTC  (19+ messages)
` [Drbd-dev] "
  ` [Bridge] "
  ` [Intel-gfx] "
  ` [Intel-wired-lan] "

stable-rc/queue/4.19 build: 198 builds: 6 failed, 192 passed, 2 errors, 32 warnings (v4.19.263-103-ga0a6e8c6710f)
 2022-11-05 16:53 UTC 

[PATCH for-7.2] tests/qtest: Fix two format strings
 2022-11-05 16:51 UTC  (2+ messages)

[Buildroot] [git commit branch/2022.08.x] package/poppler: security bump to version 22.10.0
 2022-11-05 16:49 UTC 

[Buildroot] [git commit branch/2022.08.x] package/imagemagick: security bump to version 7.1.0-51
 2022-11-05 16:48 UTC 

[Buildroot] [git commit branch/2022.02.x] package/imagemagick: security bump to version 7.1.0-51
 2022-11-05 16:48 UTC 

[Buildroot] [git commit branch/2022.02.x] package/poppler: security bump to version 22.10.0
 2022-11-05 16:49 UTC 

[Buildroot] [PATCH 1/1] package/poppler: security bump to version 22.10.0
 2022-11-05 16:50 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/imagemagick: security bump to version 7.1.0-51
 2022-11-05 16:49 UTC  (2+ messages)

[Buildroot] [git commit branch/2022.08.x] boot/grub2: ignore CVE-2021-46705
 2022-11-05 16:23 UTC 

[Buildroot] [git commit branch/2022.08.x] boot/grub2: add patch to fix CVE-2021-3981
 2022-11-05 16:23 UTC 

Constraints of policy identifiers
 2022-11-05 16:48 UTC 

[Buildroot] [git commit branch/2022.08.x] package/squid: security bump to version 5.7
 2022-11-05 16:46 UTC 

[Buildroot] [git commit branch/2022.02.x] boot/grub2: ignore CVE-2021-46705
 2022-11-05 16:45 UTC 

[Buildroot] [git commit branch/2022.02.x] package/squid: security bump to version 5.7
 2022-11-05 16:46 UTC 

[Buildroot] [PATCH] package/squid: security bump to version 5.7
 2022-11-05 16:47 UTC  (2+ messages)

[PULL 00/55] pc,virtio: features, tests, fixes, cleanups
 2022-11-05 16:45 UTC  (4+ messages)
` [Virtio-fs] [PULL 07/55] hw/virtio: move vm_running check to virtio_device_started
  `  "

[Buildroot] [PATCH 1/2] boot/grub2: add patch to fix CVE-2021-3981
 2022-11-05 16:44 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] boot/grub2: ignore CVE-2021-46705

[PULL v2 00/82] pci,pc,virtio: features, tests, fixes, cleanups
 2022-11-05 16:43 UTC  (4+ messages)
` [PULL v2 31/82] vhost: Change the sequence of device start

[PATCH 0/2] vhost-user: Support vhost_dev_start
 2022-11-05 16:43 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] vhost: Change the sequence of device start

[PATCH v7 resend 0/4] add generic vDPA device support
 2022-11-05 16:43 UTC  (2+ messages)

[oe-core][PATCH] webkitgtk: use libsoup-3.0 by default
 2022-11-05 16:43 UTC 

[OE-Core][PATCH] rust: update 1.64.0 -> 1.65.0
 2022-11-05 16:38 UTC 

[PATCH] null_blk: allow REQ_OP_ZONE_RESET_ALL to configure
 2022-11-05 16:35 UTC  (6+ messages)

[linux-stable-rc:linux-4.14.y 3353/3368] arch/x86/entry/.tmp_entry_64.o: warning: objtool: .entry.text+0x1d2: unsupported intra-function call
 2022-11-05 16:32 UTC 

[PATCH v2] selftests/bpf: Fix unsigned expression compared with zero
 2022-11-05 16:21 UTC  (3+ messages)

[PATCH 2/3] wifi: rtl8xxxu: Split up rtl8xxxu_identify_chip
 2022-11-05 16:22 UTC  (2+ messages)

[PATCH v2 0/3] crypto: aria: implement aria-avx2 and aria-avx512
 2022-11-05 16:20 UTC  (3+ messages)
` [PATCH v2 3/3] crypto: aria: implement aria-avx512

[PATCH bpf-next v1 0/4] Add BPF htab map's used size for monitoring
 2022-11-05 16:20 UTC  (2+ messages)

stable-rc/queue/5.10 build: 184 builds: 3 failed, 181 passed, 4 errors, 9 warnings (v5.10.152-138-g7ac63d4b909b)
 2022-11-05 16:20 UTC 

[PATCH v4] media: visl: add virtual stateless decoder driver
 2022-11-05 16:12 UTC  (2+ messages)

[PATCH] virt: sev-guest: Add MODULE_ALIAS
 2022-11-05 16:08 UTC  (3+ messages)

[syzbot] possible deadlock in ext4_move_extents
 2022-11-05 16:08 UTC 

[f2fs-dev] [syzbot] INFO: trying to register non-static key in f2fs_handle_error
 2022-11-05 16:07 UTC  (2+ messages)
`  "

[syzbot] BUG: unable to handle kernel NULL pointer dereference in udf_rename
 2022-11-05 16:07 UTC 

[syzbot] WARNING in ext4_enable_quotas
 2022-11-05 16:07 UTC 

[GIT PULL] Block fixes for 6.1-rc4
 2022-11-05 16:04 UTC  (2+ messages)

[cel:topic-rpc-with-tls-upcall 12/16] net/sunrpc/xprtsock.c:2544: undefined reference to `tls_client_hello_x509'
 2022-11-05 16:00 UTC  (2+ messages)

[PATCH] selftests/timers: Delete unneeded semicolon
 2022-11-05 15:58 UTC 

[PATCH nft] optimize: handle prefix and range when merging into set + concatenation
 2022-11-05 15:57 UTC 

Can git send-email support neomutt?
 2022-11-05 15:46 UTC 

[PATCH v2 0/1] arm64: dts: allwinner: a64: enable Bluetooth on Pinebook
 2022-11-05 15:47 UTC  (6+ messages)
` [PATCH v2 1/1] "

[PATCH] tools: Delete the unneeded semicolon after curly braces
 2022-11-05 15:51 UTC 

Security context of root inode of in-memory filesystems
 2022-11-05 15:50 UTC 

[langdale][PATCH 1/3] externalsrc: git submodule--helper list unsupported
 2022-11-05 15:43 UTC  (3+ messages)
` [langdale][PATCH 2/3] externalsrc.bbclass: fix git repo detection
` [langdale][PATCH 3/3] externalsrc.bbclass: Remove a trailing slash from ${B}

[asahilinux:dp-altmode-WIP 220/291] drivers/iommu/apple-dart.c:682:57: warning: left shift count >= width of type
 2022-11-05 15:41 UTC 

[rmk-arm:zii 46/112] drivers/net/dsa/rzn1_a5psw.c:742:29: error: initialization of 'void (*)(struct dsa_switch *, int, struct phylink_config *, phy_interface_t *)' from incompatible pointer type 'void (*)(struct dsa_switch *, int, struct phylink_config *)'
 2022-11-05 15:41 UTC 

[langdale][PATCH 1/2] externalsrc.bbclass: fix git repo detection
 2022-11-05 15:42 UTC  (2+ messages)
` [langdale][PATCH 2/2] externalsrc.bbclass: Remove a trailing slash from ${B}

[PATCH] KVM: selftests: Delete the semicolon after curly braces
 2022-11-05 15:41 UTC 

[PATCH] nfsd: fix use-after-free in nfsd_file_do_acquire tracepoint
 2022-11-05 15:41 UTC  (2+ messages)

fs/nfsd/filecache.c:1118 nfsd_file_do_acquire() warn: passing freed memory 'nf'
 2022-11-05 15:39 UTC  (2+ messages)

[PATCH] selftests: timers: Drop the rebundant semicolon
 2022-11-05 15:34 UTC 

[PATCH v4 0/7] Improve libata support for FUA
 2022-11-05 15:32 UTC  (8+ messages)
` [PATCH v4 1/7] block: Prevent the use of REQ_FUA with read operations

[PATCH v2] io_uring: fix two assignments in if conditions
 2022-11-05 15:31 UTC  (5+ messages)

[PATCH] ntfs: Remove unneeded semicolon
 2022-11-05 15:31 UTC 

[Intel-gfx] BUG: i915: flickering/temporary artifacts after resume
 2022-11-05 15:17 UTC 

[PATCH] tty: n_gsm: Delete unneeded semicolon
 2022-11-05 15:26 UTC 

[PATCH] drivers:mailbox Using kfifo to store buffered message data
 2022-11-05 15:24 UTC  (2+ messages)

[PATCH v2] generic: shutdown might leave NULL files with nonzero di_size
 2022-11-05 15:23 UTC 

[PATCH for-next 0/7] small zc improvements
 2022-11-05 15:20 UTC  (2+ messages)

[PATCH liburing 0/3] some extra zc tests
 2022-11-05 15:20 UTC  (2+ messages)

[PATCH -next] block: Fix some kernel-doc comments
 2022-11-05 15:20 UTC  (2+ messages)

[RFC PATCH v6 00/11] media: v4l2: Add extended fmt and buffer ioctls
 2022-11-05 15:19 UTC  (5+ messages)
` [RFC PATCH v6 02/11] media: v4l2: Extend pixel formats to unify single/multi-planar handling (and more)

[RFC 0/2] ACPI: video: prefer native over vendor
 2022-11-05 15:17 UTC  (2+ messages)

stable-rc/queue/4.14 build: 196 builds: 3 failed, 193 passed, 2 errors, 38 warnings (v4.14.297-80-g8942ebf75f35)
 2022-11-05 15:14 UTC 

[PATCH 00/13] Clean up pmd_get_atomic() and i386-PAE
 2022-11-05 15:14 UTC  (10+ messages)
` [PATCH 11/13] x86_64: Remove pointless set_64bit() usage

[PATCH v1 0/4] update mediatek MT7986 pinctrl driver
 2022-11-05 15:06 UTC  (5+ messages)
` [PATCH v1 1/4] dt-bindings: pinctrl: mt7986: add generic bias-pull* support
    ` Aw: "

[paulmck-rcu:dev.2022.11.03a] BUILD SUCCESS f843407d2393a3db87bdbd420cd55a7fe1cddbe1
 2022-11-05 15:08 UTC 

[PATCH RESEND] Documentation: devres: add missing IIO helpers
 2022-11-05 15:08 UTC  (2+ messages)

[Buildroot] [PATCH 1/3] package/linux: don't leak host timezone into linux version string
 2022-11-05 15:07 UTC  (3+ messages)
` [Buildroot] [PATCH 3/3] package/libopenssl: don't build afalgeng

[Buildroot] [git commit] package/libopenssl: don't build the afalg engine
 2022-11-05 15:03 UTC 

[PATCH v2 0/8] Remove adis_initial_startup usage
 2022-11-05 15:06 UTC  (3+ messages)

[PATCH v3] dt-bindings: pinctrl: update uart/mmc bindings for MT7986 SoC
 2022-11-05 15:04 UTC  (4+ messages)
  ` Aw: "

[PATCH v5 00/16] phy: qcom-qmp-pcie: add support for sc8280xp
 2022-11-05 14:59 UTC  (13+ messages)
` [PATCH v5 01/16] phy: qcom-qmp-pcie: sort device-id table
` [PATCH v5 03/16] phy: qcom-qmp-pcie: merge driver data
` [PATCH v5 05/16] phy: qcom-qmp-pcie: clean up probe initialisation
` [PATCH v5 06/16] phy: qcom-qmp-pcie: rename PHY ops structure
` [PATCH v5 08/16] phy: qcom-qmp-pcie: use shorter tables identifiers
` [PATCH v5 10/16] dt-bindings: phy: qcom,qmp-pcie: rename current bindings
` [PATCH v5 14/16] phy: qcom-qmp-pcie: add support for pipediv2 clock
` [PATCH v5 15/16] phy: qcom-qmp-pcie: add support for sc8280xp
` [PATCH v5 16/16] phy: qcom-qmp-pcie: add support for sc8280xp 4-lane PHYs


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.