All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-12-14 23:53:45 to 2021-12-15 00:59:12 UTC [more...]

[RFC PATCH] makedumpfile: add userinfo elf section 0/4]
 2021-12-15  0:58 UTC  (2+ messages)

[PATCH 00/47] Patch Round-up for stable 6.1.1, freeze on 2021-12-21
 2021-12-15  0:01 UTC  (47+ messages)
` [PATCH 01/47] virtio-balloon: don't start free page hinting if postcopy is possible
` [PATCH 02/47] target/arm: Don't skip M-profile reset entirely in user mode
` [PATCH 03/47] virtio-net: fix use after unmap/free for sg
` [PATCH 04/47] qemu-nbd: Change default cache mode to writeback
` [PATCH 05/47] hmp: Unbreak "change vnc"
` [PATCH 06/47] virtio-mem-pci: Fix memory leak when creating MEMORY_DEVICE_SIZE_CHANGE event
` [PATCH 07/47] uas: add stream number sanity checks
` [PATCH 09/47] libvhost-user: fix VHOST_USER_REM_MEM_REG skipping mmap_addr
` [PATCH 10/47] hw/display/artist: Fix bug in coordinate extraction in artist_vram_read() and artist_vram_write()
` [PATCH 11/47] i386/cpu: Remove AVX_VNNI feature from Cooperlake cpu model
` [PATCH 12/47] 9pfs: fix crash in v9fs_walk()
` [PATCH 13/47] plugins/execlog: removed unintended "s" at the end of log lines
` [PATCH 14/47] plugins: do not limit exported symbols if modules are active
` [PATCH 15/47] qemu-sockets: fix unix socket path copy (again)
` [PATCH 16/47] vhost-vsock: fix migration issue when seqpacket is supported
` [PATCH 17/47] hw/arm/virt: Rename default_bus_bypass_iommu
` [PATCH 18/47] hw/i386: "
` [PATCH 19/47] bios-tables-test: allow changes in DSDT ACPI tables for q35
` [PATCH 20/47] hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35
` [PATCH 21/47] bios-tables-test: Update ACPI DSDT table golden blobs for q35
` [PATCH 22/47] block: introduce max_hw_iov for use in scsi-generic
` [PATCH 23/47] pci: fix PCI resource reserve capability on BE
` [PATCH 24/47] tests/acpi/bios-tables-test: add and allow changes to a new q35 DSDT table blob
` [PATCH 25/47] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35
` [PATCH 26/47] tests/acpi/bios-tables-test: update DSDT blob for multifunction bridge test
` [PATCH 27/47] block/file-posix: Fix return value translation for AIO discards
` [PATCH 28/47] Partially revert "build: -no-pie is no functional linker flag"
` [PATCH 29/47] target-i386: mmu: use pg_mode instead of HF_LMA_MASK
` [PATCH 30/47] target-i386: mmu: fix handling of noncanonical virtual addresses
` [PATCH 31/47] hw/scsi/scsi-disk: MODE_PAGE_ALLS not allowed in MODE SELECT commands
` [PATCH 32/47] hw: m68k: virt: Add compat machine for 6.1
` [PATCH 33/47] rcu: Introduce force_rcu notifier
` [PATCH 34/47] accel/tcg: Register a "
` [PATCH 35/47] pcie: rename 'native-hotplug' to 'x-native-hotplug'
` [PATCH 36/47] virtio: use virtio accessor to access packed descriptor flags
` [PATCH 37/47] virtio: use virtio accessor to access packed event
` [PATCH 38/47] vfio: Fix memory leak of hostwin
` [PATCH 39/47] nbd/server: Don't complain on certain client disconnects
` [PATCH 40/47] hw/nvme: fix buffer overrun in nvme_changed_nslist (CVE-2021-3947)
` [PATCH 41/47] chardev/wctable: don't free the instance in wctablet_chr_finalize
` [PATCH 42/47] hw/block/fdc: Extract blk_create_empty_drive()
` [PATCH 43/47] hw/block/fdc: Kludge missing floppy drive to fix CVE-2021-20196
` [PATCH 44/47] tests/qtest/fdc-test: Add a regression test for CVE-2021-20196
` [PATCH 45/47] virtio-blk: Fix clean up of host notifiers for single MR transaction
` [PATCH 46/47] net: vmxnet3: validate configuration values during activate (CVE-2021-20203)
` [PATCH 47/47] e1000: fix tx re-entrancy problem

[PATCH 1/2] fsi: sbefifo: Use specified value of start of response timeout
 2021-12-15  0:58 UTC  (2+ messages)
` [PATCH 2/2] fsi: sbefifo: implement FSI_SBEFIFO_READ_TIMEOUT ioctl

stable-rc/queue/4.19 build: 182 builds: 6 failed, 176 passed, 2 errors, 26 warnings (v4.19.221-2-g4da326c26a18)
 2021-12-15  0:57 UTC 

[PATCH v2 00/15] clk: qcom: another round of clock drivers cleanup
 2021-12-15  0:54 UTC  (16+ messages)
` [PATCH v2 01/15] clk: qcom: gpucc-sdm660: fix two clocks with parent_names
` [PATCH v2 02/15] clk: qcom: gpucc-sdm660: get rid of the test clock
` [PATCH v2 03/15] clk: qcom: gpucc-sdm660: use parent_hws instead of parent_data
` [PATCH v2 04/15] clk: qcom: camcc-sc7180: use ARRAY_SIZE instead of specifying num_parents
` [PATCH v2 05/15] clk: qcom: camcc-sc7180: get rid of the test clock
` [PATCH v2 06/15] clk: qcom: camcc-sc7180: use parent_hws instead of parent_data
` [PATCH v2 07/15] clk: qcom: camcc-sdm845: get rid of the test clock
` [PATCH v2 08/15] clk: qcom: camcc-sdm845: move clock parent tables down
` [PATCH v2 09/15] clk: qcom: camcc-sdm845: use ARRAY_SIZE instead of specifying num_parents
` [PATCH v2 10/15] clk: qcom: camcc-sdm845: convert to parent_hws/_data
` [PATCH v2 11/15] clk: qcom: videocc-sc7180: use parent_hws instead of parent_data
` [PATCH v2 12/15] clk: qcom: gcc-msm8996: use ARRAY_SIZE instead of specifying num_parents
` [PATCH v2 13/15] clk: qcom: gcc-msm8996: drop unsupported clock sources
` [PATCH v2 14/15] clk: qcom: gcc-msm8996: move clock parent tables down
` [PATCH v2 15/15] clk: qcom: gcc-msm8996: use parent_hws/_data instead of parent_names

[arm:zii 119/186] drivers/net/dsa/mt7530.c:2707:40: error: 'struct mt753x_pcs' has no member named 'phylink_pcs'
 2021-12-15  0:51 UTC  (2+ messages)

[PATCH] net: phylink: Pass state to pcs_config
 2021-12-15  0:49 UTC  (6+ messages)

[PATCH] powerpc/module_64: Fix livepatching for RO modules
 2021-12-15  0:51 UTC  (2+ messages)

[PATCH V5 0/9] arm64: imx8mn: Enable more imx8m Nano functions
 2021-12-15  0:46 UTC  (20+ messages)
` [PATCH V5 1/9] soc: imx: gpcv2: keep i.MX8MN gpumix bus clock enabled
` [PATCH V5 2/9] soc: imx: gpcv2: Add dispmix and mipi domains to imx8mn
` [PATCH V5 3/9] dt-bindings: power: imx8mn: add defines for DISP blk-ctrl domains
` [PATCH V5 4/9] dt-bindings: soc: add binding for i.MX8MN DISP blk-ctrl
` [PATCH V5 5/9] soc: imx: imx8m-blk-ctrl: add "
` [PATCH V5 6/9] arm64: dts: imx8mn: add GPC node
` [PATCH V5 7/9] arm64: dts: imx8mn: put USB controller into power-domains
` [PATCH V5 8/9] arm64: dts: imx8mn: add DISP blk-ctrl
` [PATCH V5 9/9] arm64: dts: imx8mn: Enable GPU

[PATCH 5.4 00/88] 5.4.165-rc1 review
 2021-12-15  0:50 UTC  (2+ messages)

[PATCH v2] ext4: set csum seed in tmp inode while migrating to extents
 2021-12-15  0:49 UTC  (2+ messages)

[dm-devel] [PATCH] multipathd: avoid unnecessary path read-only reloads
 2021-12-15  0:49 UTC  (3+ messages)

[PATCH] KVM: PPC: Book3S HV P9: Use kvm_arch_vcpu_get_wait() to get rcuwait object
 2021-12-15  0:40 UTC  (3+ messages)

[PATCH 5.10.y-cip 0/7] Add binding and SoC identification for Renesas RZ/G2L SoC and Renesas RZ/G2L SMARC EVK
 2021-12-15  0:46 UTC  (8+ messages)
` [PATCH 5.10.y-cip 1/7] dt-bindings: arm: renesas: Document Renesas RZ/G2UL SoC
` [PATCH 5.10.y-cip 2/7] dt-bindings: arm: renesas: Document Renesas RZ/G2{L,LC} SoC variants
` [PATCH 5.10.y-cip 3/7] dt-bindings: arm: renesas: Document SMARC EVK
` [PATCH 5.10.y-cip 4/7] dt-bindings: power: renesas,rzg2l-sysc: Add DT binding documentation for SYSC controller
` [PATCH 5.10.y-cip 5/7] soc: renesas: Add ARCH_R9A07G044 for the new RZ/G2L SoC's
` [PATCH 5.10.y-cip 6/7] soc: renesas: Add support to read LSI DEVID register of RZ/G2{L,LC} SoC's
` [PATCH 5.10.y-cip 7/7] arm64: defconfig: Enable ARCH_R9A07G044

[PATCH] KVM: PPC: Book3S HV P9: Remove unused ri_set local variable
 2021-12-15  0:40 UTC  (2+ messages)

[PATCH kernel] KVM: PPC: Book3S: Suppress warnings when allocating too big memory slots
 2021-12-15  0:40 UTC  (3+ messages)

[PATCH kernel] KVM: PPC: Book3S: Suppress failed alloc warning in H_COPY_TOFROM_GUEST
 2021-12-15  0:40 UTC  (3+ messages)

[linux-5.4 test] 167413: regressions - FAIL
 2021-12-15  0:44 UTC 

[RFC PATCH] branch: add "inherit" option for branch.autoSetupMerge
 2021-12-15  0:43 UTC  (3+ messages)
` [PATCH v6 0/3] branch: inherit tracking configs

[PATCH] KVM: x86/mmu: Don't advance iterator after restart due to yielding
 2021-12-15  0:37 UTC  (2+ messages)

linux-next: Tree for Dec 14
 2021-12-15  0:37 UTC  (2+ messages)

[PATCH] arm64: dts: sc7180: Add board regulators for MIPI camera trogdor boards
 2021-12-15  0:36 UTC 

[PATCH v3 2/2] binman: Use less hard coded magic when inserting new PATH
 2021-12-15  0:33 UTC  (4+ messages)
` [PATCH v3 1/2] binman: Do not pollute source tree when build with `make O=...`

[PATCH 2/2] binman: Add support for ATF FIP
 2021-12-15  0:33 UTC  (6+ messages)
` [PATCH 0/2] binman: Add support for ATF Firmware Image Package (FIP)
  ` [PATCH 1/2] binman: Add a utility module for ATF FIP

[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
 2021-12-14 19:43 UTC  (4+ messages)
` [PATCH 2/9] lib/bitmap: implement bitmap_{empty, full} with bitmap_weight_eq()
  ` [PATCH 2/9] lib/bitmap: implement bitmap_{empty,full} "

[PATCH v2 04/11] Convert CONFIG_PHYSMEM to Kconfig
 2021-12-15  0:33 UTC  (7+ messages)
` [PATCH v2 00/11] Kconfig: Drop some sandbox-related items

Renesas RZ/G2L support for 5.10-cip
 2021-12-15  0:34 UTC  (3+ messages)

[PATCH v5 0/5] Add support for BSH SMM M2 and S2 boards
 2021-12-15  0:30 UTC  (12+ messages)
` [PATCH v5 1/5] dt-bindings: Add vendor prefix for BSH Hausgeraete GmbH
` [PATCH v5 2/5] dt-bindings: arm: fsl: Add iMX8MN BSH SMM S2 boards
` [PATCH v5 3/5] arm64: dts: imx8mn-bsh-smm-s2/pro: "
` [PATCH v5 4/5] dt-bindings: arm: fsl: Add BSH SMM-M2 IMX6ULZ SystemMaster board
` [PATCH v5 5/5] arm: dts: imx6ulz-bsh-smm-m2: Add BSH SMM-M2 IMX6ULZ SystemMaster

stable-rc/queue/5.10 build: 181 builds: 2 failed, 179 passed, 10 warnings (v5.10.85-1-g8f1fe98f60cd)
 2021-12-15  0:34 UTC 

[PATCH] iot2050: binman: add missing-msg for blobs
 2021-12-15  0:33 UTC  (4+ messages)

[PATCH] arm64: Use correct method to calculate nomap region boundaries
 2021-12-15  0:31 UTC  (7+ messages)

[PATCH] usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_reset
 2021-12-15  0:32 UTC 

[PATCH net-next 0/7] net: phylink: add PCS validation
 2021-12-15  0:32 UTC  (6+ messages)
` [PATCH net-next 2/7] net: phylink: add pcs_validate() method

[ardb:arm-entry-literals 24/38] ld.lld: error: undefined symbol: generic_handle_arch_irq
 2021-12-15  0:31 UTC  (2+ messages)

[PATCH v6 00/18] powerpc: Make hash MMU code build configurable
 2021-12-15  0:24 UTC  (2+ messages)

[PATCH v3 1/2] powerpc: handle kdump appropriately with crash_kexec_post_notifiers option
 2021-12-15  0:24 UTC  (2+ messages)

[PATCH v2] powerpc/40x: Map 32Mbytes of memory at startup
 2021-12-15  0:24 UTC  (3+ messages)

[PATCH] powerpc/powermac: Add additional missing lockdep_register_key()
 2021-12-15  0:24 UTC  (3+ messages)

[PATCH] powerpc: platforms: cell: pervasive: fix clang -Wimplicit-fallthrough
 2021-12-15  0:24 UTC  (3+ messages)

[PATCH] selftests/powerpc/spectre_v2: Return skip code when miss_percent is high
 2021-12-15  0:24 UTC  (3+ messages)

[PATCH] macintosh:add const to of_device_id
 2021-12-15  0:24 UTC  (2+ messages)

[PATCH v3 00/22] powerpc: Add KUAP support for BOOKE and 40x
 2021-12-15  0:24 UTC  (2+ messages)

[PATCH v5 1/5] powerpc/inst: Refactor ___get_user_instr()
 2021-12-15  0:24 UTC  (2+ messages)

[PATCH 00/17] Enable strict compile-time memcpy() fortify checks
 2021-12-15  0:26 UTC  (2+ messages)

[PATCH] powerpc/32s: Allocate one 256k IBAT instead of two consecutives 128k IBATs
 2021-12-15  0:24 UTC  (2+ messages)

[song-md:md-next] BUILD SUCCESS c14704e1cb5564b5097e2888099dc65950370ec3
 2021-12-15  0:25 UTC 

[PATCH] drm/bridge: ti-sn65dsi86: Set max register for regmap
 2021-12-15  0:25 UTC  (2+ messages)

[PATCH v4 0/5] Add QCM2290 interconnect support
 2021-12-15  0:23 UTC  (6+ messages)
` [PATCH v4 1/5] interconnect: icc-rpm: Define ICC device type
` [PATCH v4 2/5] interconnect: icc-rpm: Add QNOC type QoS support
` [PATCH v4 3/5] interconnect: icc-rpm: Support child NoC device probe
` [PATCH v4 4/5] dt-bindings: interconnect: Add Qualcomm QCM2290 NoC support
` [PATCH v4 5/5] interconnect: qcom: Add QCM2290 driver support

[PATCH] Add Multiple TX/RX Queues Support for WWAN Network Device
 2021-12-15  0:23 UTC  (4+ messages)

drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_stateful.c:342:3: warning: Value stored to 'src_buf' is never read [clang-analyzer-deadcode.DeadStores]
 2021-12-15  0:21 UTC 

[PATCH] arm64: dts: imx8m{m,n}_venice*: add gpio-line-names
 2021-12-15  0:18 UTC  (2+ messages)

[PATCH] docs/vm: add vmalloced-kernel-stacks document
 2021-12-15  0:20 UTC 

[PATCH] selftests/sgx: Fix corrupted cpuid macro invocation
 2021-12-15  0:19 UTC  (2+ messages)

[PATCH] docs/vm: fix Unexpected indentation warns in page_owner
 2021-12-15  0:19 UTC 

[PATCH] block: make queue stat accounting a reference
 2021-12-15  0:18 UTC  (2+ messages)

[PATCH v3 RESEND 0/5] Add QCM2290 interconnect support
 2021-12-15  0:17 UTC  (3+ messages)

[PATCH] RDMA/hns: Replace kfree with kvfree
 2021-12-15  0:17 UTC  (2+ messages)

stable-rc/linux-5.15.y build: 162 builds: 4 failed, 158 passed, 12 errors, 5 warnings (v5.15.8)
 2021-12-15  0:15 UTC 

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-12-15  0:14 UTC  (7+ messages)
` [PATCH v8 01/40] x86/compressed/64: detect/setup SEV/SME features earlier in boot

[PATCH 00/11] clk: qcom: another round of clock drivers cleanup
 2021-12-15  0:12 UTC  (4+ messages)
` [PATCH 06/11] clk: qcom: camcc-sc7180: use parent_hws instead of parent_data

[PATCH rdma-next v1 0/3] Skip holes in GID table
 2021-12-15  0:12 UTC  (2+ messages)

[PATCH v2] MIPS - fix cycle counter timing calculations
 2021-12-15  0:01 UTC  (2+ messages)

[PATCH] IB/qib: Fix memory leak in qib_user_sdma_queue_pkts
 2021-12-15  0:07 UTC  (2+ messages)

[PATCH v6 for-next 0/1] RDMA/hns: Support direct WQE of userspace
 2021-12-15  0:03 UTC  (2+ messages)

[xilinx-xlnx:xlnx_rebase_v5.4 904/1768] drivers/usb/dwc3/core.h:1421:6: warning: no previous prototype for 'dwc3_set_simple_data'
 2021-12-15  0:00 UTC  (2+ messages)

[PATCH] bpf: fix panic due to oob in bpf_prog_test_run_skb
 2021-12-15  0:03 UTC 

include/linux/fortify-string.h:27:33: warning: '__builtin_strncpy' output may be truncated copying between 5 and 9 bytes from a string of length 9
 2021-12-15  0:00 UTC  (2+ messages)

[git:media_stage/master] media: i2c: Add driver for the Analog Devices ADDI9036 ToF front-end
 2021-12-15  0:00 UTC  (3+ messages)

[PATCH 00/15] generalize chainlint self-tests
 2021-12-15  0:00 UTC  (2+ messages)

drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c:568:59: warning: Uninitialized variable: peer_adev [uninitvar]
 2021-12-15  0:00 UTC 

devirtualize kernel access to DAX
 2021-12-14 23:43 UTC  (9+ messages)
` [PATCH 4/5] dax: remove the copy_from_iter and copy_to_iter methods
              ` [dm-devel] "

[PATCH 1/1] sunxi: SPI: fix pinmuxing for Allwinner H6 SoCs
 2021-12-14 23:54 UTC  (2+ messages)

[dm-devel] [PATCH v2 00/47] multipathd: uxlsnr overhaul
 2021-12-14 23:25 UTC  (10+ messages)
` [dm-devel] [PATCH v2 03/48] libmultipath: add optional wakeup functionality to lock.c

[PATCH v4 0/2] Add reset/enable GPIO support to SPI driver
 2021-12-14 23:54 UTC  (5+ messages)
` [PATCH v4 2/2] wilc1000: Document enable-gpios and reset-gpios properties

[PATCH 0/2] Support for Apple SoCs' NCO blocks
 2021-12-14 23:53 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: clock: Add Apple NCO

[PATCH 1/2] binman: Add a utility module for ATF FIP
 2021-11-25 14:47 UTC 


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.