All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-01 06:35:04 to 2023-04-01 09:04:59 UTC [more...]

[Intel-wired-lan] [PATCH net-next 0/4] ice: allow matching on metadata
 2023-04-01  9:04 UTC  (12+ messages)
` [Intel-wired-lan] [PATCH net-next 1/4] ice: define metadata to match in switch
  `  "
` [Intel-wired-lan] [PATCH net-next 2/4] ice: remove redundant Rx field from rule info
  `  "
` [Intel-wired-lan] [PATCH net-next 3/4] ice: allow matching on metadata
  `  "
` [Intel-wired-lan] [PATCH net-next 4/4] ice: use src VSI instead of src MAC in slow-path

[Intel-xe] [PATCH 0/7] Unit tests for rtp and GT wa/tuning
 2023-04-01  8:59 UTC  (7+ messages)
` [Intel-xe] [PATCH 1/7] drm/xe: Add basic unit tests for rtp

[PATCH] PM: hibernate: Do not get block device exclusively in test_resume mode
 2023-04-01 16:55 UTC 

[PATCH net-next 00/15] net: dsa: add support for MT7988
 2023-04-01  8:56 UTC  (10+ messages)
` [PATCH net-next 13/15] net: dsa: mt7530: add support for 10G link modes for CPU port
` [PATCH net-next 14/15] net: dsa: mt7530: introduce driver for MT7988 built-in switch

[Intel-xe] [PATCH v2 0/7] Unit tests for rtp and GT wa/tuning
 2023-04-01  8:51 UTC  (8+ messages)
` [Intel-xe] [PATCH v2 1/7] drm/xe: Extract function to initialize xe->info
` [Intel-xe] [PATCH v2 2/7] drm/xe: Move test infra out of xe_pci.[ch]
` [Intel-xe] [PATCH v2 3/7] drm/xe: Use symbol namespace for kunit tests
` [Intel-xe] [PATCH v2 4/7] drm/xe: Generalize fake device creation
` [Intel-xe] [PATCH v2 5/7] drm/xe/reg_sr: Save errors for kunit integration
` [Intel-xe] [PATCH v2 6/7] drm/xe: Add basic unit tests for rtp
` [Intel-xe] [PATCH v2 7/7] drm/xe: Add test for GT workarounds and tunings

[PATCH] ksmbd: delete asynchronous work from list
 2023-04-01  8:49 UTC  (2+ messages)
` [PATCH 2/2] ksmbd: fix slab-out-of-bounds in init_smb2_rsp_hdr

[PATCH trivial for-8.0] hw/virtio/virtio-qmp.c: spelling: suppoted
 2023-04-01  8:51 UTC 

[Intel-xe] [PATCH] fixup! drm/xe/pat: Move PAT setup to a dedicated file
 2023-04-01  8:50 UTC  (4+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "

[PATCH v7 00/49] completion: git-completion 2.0 patches
 2023-04-01  8:46 UTC  (50+ messages)
` [PATCH v7 01/49] test: completion add test for __git_cmd_idx
` [PATCH v7 02/49] completion: bash: trivial cleanup
` [PATCH v7 03/49] zsh: remove version
` [PATCH v7 04/49] completion: bash: trivial grammar fix
` [PATCH v7 05/49] completion: zsh: add higher-priority location
` [PATCH v7 06/49] zsh: resolve symlink of script
` [PATCH v7 07/49] zsh: simplify realpath dirname idiom
` [PATCH v7 08/49] test: completion: use global config
` [PATCH v7 09/49] completion: fix __git_cmd_idx regression for zsh
` [PATCH v7 10/49] completion: fix for suboptions with value
` [PATCH v7 11/49] completion: zsh: trivial improvement
` [PATCH v7 12/49] completion: bash: do not modify COMP_WORDBREAKS
` [PATCH v7 13/49] test: completion: fix currently typed words
` [PATCH v7 14/49] test: completion: switch __gitcomp_nl prefix test
` [PATCH v7 15/49] test: completion: add run_func() helper
` [PATCH v7 16/49] completion: bash: remove non-append functionality
` [PATCH v7 17/49] completion: bash: get rid of _append() functions
` [PATCH v7 18/49] completion: bash: get rid of any non-append code
` [PATCH v7 19/49] completion: zsh: fix options with arguments
` [PATCH v7 20/49] completion: zsh: expand --git-dir file argument
` [PATCH v7 21/49] completion: zsh: add support for general -C opts
` [PATCH v7 22/49] completion: zsh: fix for undefined completions
` [PATCH v7 23/49] completion: zsh: add support for general -c opts
` [PATCH v7 24/49] completion: zsh: fix extra space on foo=
` [PATCH v7 25/49] completion: zsh: add excluded options
` [PATCH v7 26/49] completion: zsh: always set compset
` [PATCH v7 27/49] completion: factor out check in __gitcomp
` [PATCH v7 28/49] completion: simplify equal suffix check
` [PATCH v7 29/49] completion: refactor __gitcomp
` [PATCH v7 30/49] completion: simplify __gitcomp
` [PATCH v7 31/49] completion: bash: change suffix check in __gitcomp
` [PATCH v7 32/49] completion: improve __gitcomp suffix code
` [PATCH v7 33/49] test: completion: add missing test
` [PATCH v7 34/49] completion: bash: simplify config_variable_name
` [PATCH v7 35/49] completion: bash: improve __gitcomp description
` [PATCH v7 36/49] completion: add __gitcomp_opts
` [PATCH v7 37/49] completion: bash: cleanup __gitcomp* invocations
` [PATCH v7 38/49] completion: bash: shuffle __gitcomp functions
` [PATCH v7 39/49] completion: zsh: simplify __gitcomp_direct
` [PATCH v7 40/49] completion: zsh: shuffle __gitcomp* functions
` [PATCH v7 41/49] completion: zsh: fix direct quoting
` [PATCH v7 42/49] completion: zsh: add elements individually in __gitcomp_opts
` [PATCH v7 43/49] completion: zsh: add __gitcompadd helper
` [PATCH v7 44/49] completion: zsh: add correct removable suffix
` [PATCH v7 45/49] completion: bash: simplify _get_comp_words_by_ref()
` [PATCH v7 46/49] completion: bash: refactor _get_comp_words_by_ref()
` [PATCH v7 47/49] completion: bash: cleanup _get_comp_words_by_ref()
` [PATCH v7 48/49] completion: bash: trivial cleanup
` [PATCH v7 49/49] completion: bash: rename _get_comp_words_by_ref()

qemu-stable final release process
 2023-04-01  8:43 UTC 

xen bits broke x32 build
 2023-04-01  8:40 UTC 

[PATCH] misc: sram: Add dma-heap-export reserved SRAM area type
 2023-04-01  8:35 UTC  (5+ messages)

[igt-dev] [PATCH i-g-t 0/3] Add xe_create test
 2023-04-01  8:32 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

drivers/net/ethernet/ti/cpsw_priv.c:1492 cpsw_qos_configure_clsflower() warn: ignoring unreachable code
 2023-04-01  8:30 UTC 

[PATCH 0/7] drm/i915/mtl: Define MOCS and PAT tables for MTL
 2023-04-01  8:30 UTC  (20+ messages)
` [Intel-gfx] "
` [Intel-gfx] [PATCH 1/7] "
  `  "
` [PATCH 2/7] drm/i915/mtl: workaround coherency issue for Media
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 3/7] drm/i915/mtl: end support for set caching ioctl
  `  "
` [PATCH 4/7] drm/i915: preparation for using PAT index
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 5/7] drm/i915: use pat_index instead of cache_level
  `  "
` [Intel-gfx] [PATCH 6/7] drm/i915: make sure correct pte encode is used
  `  "
` [Intel-gfx] [PATCH 7/7] drm/i915: Allow user to set cache at BO creation
  `  "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/mtl: Define MOCS and PAT tables for MTL
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[PATCH] powerpc: Add support for CZ.NIC Turris 1.x routers
 2023-04-01  8:28 UTC  (4+ messages)

wireless-regdb: Update regulatory rules for Canada on 5GHz
 2023-04-01  8:26 UTC  (2+ messages)
` [wireless-regdb] "

[syzbot] [kernel?] KASAN: slab-use-after-free Read in class_register
 2023-04-01  8:24 UTC  (2+ messages)

[PATCH] fetch: download bundles once, even with --all
 2023-04-01  8:22 UTC  (2+ messages)

Extremely long delay between CEC image-view-on an standby
 2023-04-01  8:17 UTC  (5+ messages)

[PATCH 0/3] scsi: libsas: remove empty branches and code simplification
 2023-04-01  8:15 UTC  (4+ messages)
` [PATCH 1/3] scsi: libsas: Simplify sas_check_eeds()
` [PATCH 2/3] scsi: libsas: Remove an empty branch in sas_check_parent_topology()
` [PATCH 3/3] scsi: libsas: Simplify sas_check_parent_topology()

[PATCH 0/3] drm: sun4i: set proper TCON0 DCLK rate in DSI mode
 2023-03-31 11:02 UTC  (4+ messages)
` [PATCH 1/3] drm: sun4i: rename sun4i_dotclock to sun4i_tcon_dclk
` [PATCH 2/3] ARM: dts: sunxi: rename tcon's clock output
` [PATCH 3/3] drm: sun4i: calculate proper DCLK rate for DSI

[PATCH 2/3] ARM: dts: sunxi: rename tcon's clock output
 2023-03-31 10:57 UTC 

[PATCH v6 00/33] x86: enable FRED for x86-64
 2023-04-01  8:12 UTC  (4+ messages)
` [PATCH v6 27/33] x86/fred: fixup fault on ERETU by jumping to fred_entrypoint_user

[PATCH 1/1] cmd/regulator: missing fallthrough in do_dev()
 2023-04-01  8:07 UTC 

[PATCH v4] crypto: hisilicon/trng - add support for HiSTB TRNG
 2023-04-01  8:06 UTC  (2+ messages)

BUG: cmd/tmp.c missing fallthrough or break
 2023-04-01  8:04 UTC 

[syzbot] [bpf?] KASAN: slab-use-after-free Read in htab_map_alloc
 2023-04-01  8:01 UTC 

[PATCH] PM: hibernate: Do not get block device exclusively in test_resume mode
 2023-04-01 15:48 UTC  (2+ messages)

[PATCH 00/11] more misc fixes for 8.0 (tests, gdbstub, meta, docs)
 2023-04-01  8:00 UTC  (3+ messages)
` [PATCH 04/11] qemu-options: finesse the recommendations around -blockdev

BUG: pta_scp03_invoke_func() in drivers/tee/sandbox.c
 2023-04-01  7:58 UTC 

[PATCH 1/1] sandbox: mark sandbox_exit() as no return
 2023-04-01  7:54 UTC 

[PATCH] ext4: remove useless conditional branch code
 2023-04-01  7:53 UTC 

[bug report] sfc: add functions to insert encap matches into the MAE
 2023-04-01  7:49 UTC  (3+ messages)

[bug report] ASoC: SOF: avoid a NULL dereference with unsupported widgets
 2023-04-01  7:44 UTC  (3+ messages)

[PATCH v4 08/15] rust: init/sync: add `InPlaceInit` trait to pin-initialize smart pointers
 2023-04-01  7:44 UTC  (3+ messages)

[PATCH 1/1] cmd: missing fallthrough macro in do_pci()
 2023-04-01  7:43 UTC 

[PATCH v4 00/15] Rust pin-init API for pinned initialization of structs
 2023-04-01  7:43 UTC  (4+ messages)
` [PATCH v4 06/15] rust: add pin-init API core

[Intel-wired-lan] [tnguy-next-queue:dev-queue] BUILD SUCCESS fcb703c87e84edbbffb2f9a110aa264c2d5e9447
 2023-04-01  7:42 UTC 

[dhowells-fs:iov-sendpage 51/70] fs/splice.c:911 splice_to_socket() error: uninitialized symbol 'ret'
 2023-04-01  7:39 UTC 

[PATCH v7 5/6] i2c: designware: Use PCI PSP driver for communication
 2023-04-01  7:39 UTC  (2+ messages)

[PATCH] docs/mm: Physical Memory: Fix grammar
 2023-04-01  7:38 UTC  (2+ messages)

[PATCH 1/1] sandbox: spi: sandbox_sf_process_cmd() missing fallthrough
 2023-04-01  7:38 UTC 

[PATCH 1/1] mtd: spi-nor: missing fallthrough in set_4byte()
 2023-04-01  7:34 UTC 

[PATCH] net: ethernet: mtk_eth_soc: use be32 type to store be32 values
 2023-04-01  7:31 UTC  (4+ messages)

[PATCH] RDMA: don't ignore client->add() failures
 2023-04-01  7:30 UTC  (12+ messages)

[PATCH 1/1] net: replace /* Fall through */
 2023-04-01  7:30 UTC 

[PATCH v4] erofs-utils: introduce tarerofs
 2023-04-01  7:27 UTC 

[PATCH] MIPS: tlbex: undefine pr_define macro when appropriate
 2023-04-01  7:17 UTC  (2+ messages)

[syzbot] [iommu?] WARNING in iommufd_hw_pagetable_detach
 2023-04-01  7:09 UTC 

The regrettable demise of the TIOCSTI ioctl
 2023-04-01  6:25 UTC 

[PATCH 1/1] cmd: convert fallthrough comment
 2023-04-01  7:14 UTC 

[PATCH 0/2] eal: provide leading and trailing zero bit count
 2023-04-01  7:08 UTC  (3+ messages)
` [PATCH v7 0/4] eal: provide abstracted bit counting functions

[PATCH 1/1] usb: gadget: missing fallthrough in composite_setup()
 2023-04-01  7:06 UTC 

[PATCH 01/13] rust: sync: introduce `LockClassKey`
 2023-04-01  7:01 UTC  (5+ messages)
` [PATCH 10/13] rust: introduce `Task::current`

[PATCH v13 000/113] KVM TDX basic feature support
 2023-04-01  7:00 UTC  (5+ messages)
` [PATCH v13 018/113] KVM: x86, tdx: Make KVM_CAP_MAX_VCPUS backend specific

[linux-next:master 8321/8375] htmldocs: Warning: arch/x86/Kconfig references a file that doesn't exist: Documentation/x86/shstk.rst
 2023-04-01  6:58 UTC 

[PATCH 1/1] sandbox: fix sandbox_hub_submit_control_msg()
 2023-04-01  6:57 UTC 

[Buildroot] [Bug 15486] New: raspberrypi3: eth0 configuration by ifplugd.action script fails since 2023.02/busybox v1.36.0
 2023-04-01  6:55 UTC  (2+ messages)
` [Buildroot] [Bug 15486] "

[PATCH 0/4] docs: move yet more architecture docs
 2023-04-01  6:43 UTC  (3+ messages)
` [PATCH 3/4] docs: move parisc documentation under Documentation/arch/

[RFC PATCH v7 00/23] Modernize U-Boot shell
 2023-04-01  6:32 UTC  (15+ messages)
` [RFC PATCH v7 09/23] cli: Add menu for hush parser
` [RFC PATCH v7 11/23] cmd: Add new parser command
` [RFC PATCH v7 12/23] cli: Enables using hush 2021 parser as command line parser
` [RFC PATCH v7 15/23] cli: add hush 2021 as parser for run_command*()
` [RFC PATCH v7 16/23] test: hush: Fix instructions list tests for hush 2021
` [RFC PATCH v7 17/23] test: hush: Fix variable expansion "
` [RFC PATCH v7 21/23] test: hush: Fix loop "

[PATCH RFC 0/13] Fix deferred probing in the MMC/SD drivers
 2023-04-01  6:38 UTC  (5+ messages)
` [PATCH RFC 02/13] mmc: meson-gx: fix deferred probing

[PATCH v5 00/15] x86/mtrr: fix handling with PAT but without MTRR
 2023-04-01  6:36 UTC  (16+ messages)
` [PATCH v5 01/15] x86/mtrr: split off physical address size calculation
` [PATCH v5 02/15] x86/mtrr: optimize mtrr_calc_physbits()
` [PATCH v5 03/15] x86/mtrr: replace some constants with defines
` [PATCH v5 04/15] x86/mtrr: support setting MTRR state for software defined MTRRs
` [PATCH v5 05/15] x86/hyperv: set MTRR state when running as SEV-SNP Hyper-V guest
` [PATCH v5 06/15] x86/xen: set MTRR state when running as Xen PV initial domain
` [PATCH v5 07/15] x86/mtrr: replace vendor tests in MTRR code
` [PATCH v5 08/15] x86/mtrr: have only one set_mtrr() variant
` [PATCH v5 09/15] x86/mtrr: allocate mtrr_value array dynamically
` [PATCH v5 10/15] x86/mtrr: add get_effective_type() service function
` [PATCH v5 11/15] x86/mtrr: construct a memory map with cache modes
` [PATCH v5 12/15] x86/mtrr: use new cache_map in mtrr_type_lookup()
` [PATCH v5 13/15] x86/mtrr: don't let mtrr_type_lookup() return MTRR_TYPE_INVALID
` [PATCH v5 14/15] x86/mm: only check uniform after calling mtrr_type_lookup()
` [PATCH v5 15/15] x86/mtrr: remove unused code

[PATCH for-rc] RDMA/srpt: Add a check for valid 'mad_agent' pointer
 2023-04-01  6:38 UTC 

[PATCH 1/8] riscv: Optimize source end address calculation in start.S
 2023-04-01  6:32 UTC  (3+ messages)
` [PATCH 4/8] tools: prelink-riscv: Unmap the ELF image when done

WIP: Signing TI x509 certificates using binman
 2023-04-01  6:32 UTC  (4+ messages)

[PATCH 00/33] doc: board: amlogic: spring clean-up of Amlogic docs
 2023-04-01  6:33 UTC  (5+ messages)
` [PATCH 29/33] doc: boards: amlogic: update documentation for WeTek Core2

[PATCH 1/3] net: support being a TCP server to unblock TCP fastboot
 2023-04-01  6:32 UTC  (6+ messages)
` [PATCH 2/3] net: add fastboot TCP support
` [PATCH 3/3] net: share fastboot boot handle logic between transports

[PATCH 0/6] virtio: Use bounce buffers when VIRTIO_F_IOMMU_PLATFORM set
 2023-04-01  6:32 UTC  (7+ messages)
` [PATCH 2/6] virtio: pci: Tear down VQs in virtio_pci_reset()
` [PATCH 5/6] virtio: Allocate bounce buffers for devices with VIRTIO_F_IOMMU_PLATFORM
` [PATCH 6/6] virtio: Use bounce buffers when VIRTIO_F_IOMMU_PLATFORM is set

[PATCH v4] test_vboot.py: include test of fdt_add_pubkey tool
 2023-04-01  6:32 UTC  (2+ messages)

[PATCH v3 1/9] configs: Resync with savedefconfig
 2023-04-01  6:32 UTC  (4+ messages)
` [PATCH v3 8/9] rockchip: Move to standard boot


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.