All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-08 20:31:29 to 2022-05-08 23:23:53 UTC [more...]

drivers/rpmsg/rpmsg_ctrl.c:88:13: warning: Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
 2022-05-08 23:23 UTC 

[GIT UPDATE] pagecache tree
 2022-05-08 23:16 UTC  (92+ messages)
` [PATCH] Appoint myself page cache maintainer
` [PATCH 00/25] Remove AOP flags (and related cleanups)
  ` [PATCH 05/25] ext4: Allow GFP_FS allocations in ext4_da_convert_inline_data_to_extent()
  ` [PATCH 19/25] ntfs3: Remove fsdata parameter from ntfs_extend_initialized_size()
  ` [PATCH 25/25] fs: Remove pagecache_write_begin() and pagecache_write_end()
` [PATCH 0/3] Pagecache documentation updates
  ` [PATCH 1/3] filemap: Remove obsolete comment in lock_page
  ` [PATCH 2/3] filemap: Update the folio_lock documentation
  ` [PATCH 3/3] filemap: Update the folio_mark_dirty documentation
` [PATCH 00/37] Convert aops->read_page to aops->read_folio
  ` [PATCH 01/37] fs: Introduce aops->read_folio
  ` [PATCH 02/37] fs: Add read_folio documentation
  ` [PATCH 03/37] fs: Convert netfs_readpage to netfs_read_folio
  ` [PATCH 04/37] fs: Convert iomap_readpage to iomap_read_folio
  ` [PATCH 05/37] fs: Convert block_read_full_page() to block_read_full_folio()
  ` [PATCH 06/37] fs: Convert mpage_readpage to mpage_read_folio
  ` [PATCH 07/37] fs: Convert simple_readpage to simple_read_folio
  ` [PATCH 08/37] affs: Convert affs to read_folio
  ` [PATCH 09/37] afs: Convert afs_symlink_readpage to afs_symlink_read_folio
  ` [PATCH 10/37] befs: Convert befs to read_folio
  ` [PATCH 11/37] btrfs: Convert btrfs "
  ` [PATCH 12/37] cifs: Convert cifs "
  ` [PATCH 13/37] coda: Convert coda "
  ` [PATCH 14/37] cramfs: Convert cramfs "
  ` [PATCH 15/37] ecryptfs: Convert ecryptfs "
  ` [PATCH 16/37] efs: Convert efs symlinks "
  ` [PATCH 17/37] erofs: Convert erofs zdata "
  ` [PATCH 18/37] ext4: Convert ext4 "
  ` [PATCH 19/37] f2fs: Convert f2fs "
  ` [PATCH 20/37] freevxfs: Convert vxfs_immed "
  ` [PATCH 21/37] fuse: Convert fuse "
  ` [PATCH 22/37] hostfs: Convert hostfs "
  ` [PATCH 23/37] hpfs: Convert symlinks "
  ` [PATCH 24/37] isofs: Convert symlinks and zisofs "
  ` [PATCH 25/37] jffs2: Convert jffs2 "
  ` [PATCH 26/37] jfs: Convert metadata pages "
  ` [PATCH 27/37] nfs: Convert nfs "
  ` [PATCH 28/37] ntfs: Convert ntfs "
  ` [PATCH 29/37] ocfs2: Convert ocfs2 "
  ` [PATCH 30/37] orangefs: Convert orangefs "
  ` [PATCH 31/37] romfs: Convert romfs "
  ` [PATCH 32/37] squashfs: Convert squashfs "
  ` [PATCH 33/37] ubifs: Convert ubifs "
  ` [PATCH 34/37] udf: Convert adinicb and symlinks "
  ` [PATCH 35/37] vboxsf: Convert vboxsf "
  ` [PATCH 36/37] mm: Convert swap_readpage to call read_folio instead of readpage
  ` [PATCH 37/37] mm,fs: Remove aops->readpage
` [PATCH 0/4] Miscellaneous folio conversions
  ` [PATCH 1/4] readahead: Use a folio in read_pages()
  ` [PATCH 2/4] fs: Convert is_dirty_writeback() to take a folio
  ` [PATCH 3/4] mm/readahead: Convert page_cache_async_readahead "
  ` [PATCH 4/4] buffer: Rewrite nobh_truncate_page() to use folios
` [PATCH 00/26] Convert aops->releasepage to aops->release_folio
  ` [PATCH 01/26] fs: Add aops->release_folio
  ` [PATCH 02/26] iomap: Convert to release_folio
  ` [PATCH 03/26] 9p: "
  ` [PATCH 04/26] afs: "
  ` [PATCH 05/26] btrfs: "
  ` [PATCH 06/26] ceph: "
  ` [PATCH 07/26] cifs: "
  ` [PATCH 08/26] erofs: "
  ` [PATCH 09/26] ext4: "
  ` [PATCH 10/26] f2fs: "
  ` [PATCH 11/26] gfs2: "
  ` [PATCH 12/26] hfs: "
  ` [PATCH 13/26] hfsplus: "
  ` [PATCH 14/26] jfs: "
  ` [PATCH 15/26] nfs: "
  ` [PATCH 16/26] nilfs2: Remove comment about releasepage
  ` [PATCH 17/26] ocfs2: Convert to release_folio
  ` [PATCH 18/26] orangefs: "
  ` [PATCH 19/26] reiserfs: "
  ` [PATCH 20/26] ubifs: "
  ` [PATCH 21/26] fs: Remove last vestiges of releasepage
  ` [PATCH 22/26] reiserfs: Convert release_buffer_page() to use a folio
  ` [PATCH 23/26] jbd2: Convert jbd2_journal_try_to_free_buffers to take "
  ` [PATCH 24/26] jbd2: Convert release_buffer_page() to use "
  ` [PATCH 25/26] fs: Change try_to_free_buffers() to take "
  ` [PATCH 26/26] fs: Convert drop_buffers() to use "
` [PATCH 0/4] Unify filler_t and aops->read_folio
  ` [PATCH 1/4] jffs2: Pass the file pointer to jffs2_do_readpage_unlock()
  ` [PATCH 2/4] nfs: Pass the file pointer to nfs_symlink_filler()
  ` [PATCH 3/4] fs: Change the type of filler_t
  ` [PATCH 4/4] mm/filemap: Hoist filler_t decision to the top of do_read_cache_folio()
` [PATCH 0/5] Convert aops->freepage to aops->free_folio
  ` [PATCH 1/5] fs: Add free_folio address space operation
  ` [PATCH 2/5] orangefs: Convert to free_folio
  ` [PATCH 3/5] nfs: "
  ` [PATCH 4/5] secretmem: "
  ` [PATCH 5/5] fs: Remove aops->freepage

[Buildroot] [PATCH 1/1] package/python-async-lru: bump to version 1.0.3
 2022-05-08 23:15 UTC 

[ovmf test] 170251: regressions - FAIL
 2022-05-08 23:09 UTC 

Failed adadm RAID array after aborted Grown operation
 2022-05-08 23:02 UTC  (6+ messages)

[PATCH v2] net: dsa: realtek: rtl8366rb: Serialize indirect PHY register access
 2022-05-08 23:03 UTC 

linux-next: Fixes tag needs some work in the v4l-dvb-next tree
 2022-05-08 22:54 UTC  (2+ messages)

[linux-linus test] 170245: tolerable FAIL - PUSHED
 2022-05-08 22:53 UTC 

[PATCH] fetch/git : Use cat as pager
 2022-05-08 22:52 UTC 

[PATCH 0/4] net: dsa: realtek: rtl8365mb: Add SGMII and HSGMII support
 2022-05-08 22:48 UTC  (5+ messages)
` [PATCH 1/4] net: dsa: realtek: rtl8365mb: Fix interface type mask
` [PATCH 2/4] net: dsa: realtek: rtl8365mb: Get chip option
` [PATCH 3/4] net: dsa: realtek: rtl8365mb: Add setting MTU
` [PATCH 4/4] net: dsa: realtek: rtl8365mb: Add SGMII and HSGMII support

[PATCH 0/5] usb: gadget: uvc: fixes and improvements
 2022-05-08 22:48 UTC  (4+ messages)
` [PATCH 2/5] usb: gadget: uvc: calculate the number of request depending on framesize

[ovmf test] 170250: regressions - FAIL
 2022-05-08 22:39 UTC 

[PATCH v2 00/92] IIO: Fix alignment of buffers for DMA
 2022-05-08 22:31 UTC  (3+ messages)
` [PATCH v2 60/92] iio: dac: mcp4922: Fix alignment for DMA safety

[rt-devel:linux-5.18.y-rt-rebase 16/88] kernel/printk/printk.c:3000:2: warning: Value stored to 'seq' is never read [clang-analyzer-deadcode.DeadStores]
 2022-05-08 22:23 UTC 

Rebuilding 24TB Raid5 array (was btrfs corruption: parent transid verify failed + open_ctree failed)
 2022-05-08 22:14 UTC  (14+ messages)

drivers/gpu/drm/stm/ltdc.c:1124 ltdc_crtc_set_crc_source() warn: variable dereferenced before check 'crtc' (see line 1119)
 2022-05-08 22:12 UTC 

[ovmf test] 170249: regressions - FAIL
 2022-05-08 22:01 UTC 

[PATCH bpf-next v6 00/13] Introduce typed pointer support in BPF maps
 2022-05-08 21:59 UTC  (4+ messages)
` [PATCH bpf-next v6 13/13] selftests/bpf: Add test for strict BTF type check

[xfs] bc37e4fb5c: xfstests.xfs.144.fail
 2022-05-08 21:54 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Add benchmark for local_storage get
 2022-05-08 21:53 UTC 

(no subject)
 2022-05-08 21:50 UTC  (4+ messages)
` [PATCH 17/17] xfs: ATTR_REPLACE algorithm with LARP enabled needs rework

[PATCH] x25: remove redundant pointer dev
 2022-05-08 21:45 UTC 

drivers/thermal/thermal_sysfs.c:814 find_show_state() warn: inconsistent indenting
 2022-05-08 21:42 UTC 

[ammarfaizi2-block:axboe/linux-block/fastpoll-mshot 97/98] fs/io_uring.c:4743:11: warning: variable 'ret' is uninitialized when used here
 2022-05-08 21:41 UTC 

[daniel-thompson:clang-analyzer/initial_review 7/7] kernel/bpf/syscall.c:747:2: warning: Null pointer passed as 1st argument to memory set function [clang-analyzer-unix.cstring.NullArg]
 2022-05-08 21:41 UTC 

[Buildroot] [PATCH 1/1] package/wolftpm: new package, wolfTPM library for TPM2.0
 2022-05-08 21:20 UTC 

[Buildroot] [PATCH 1/1] package/rust: add host-pkgconf dependency
 2022-05-08 21:37 UTC 

[Buildroot] selftests/sgx
 2022-05-08 21:38 UTC  (2+ messages)

[PATCH] hpfs: remove redundant variable r
 2022-05-08 21:36 UTC 

[PATCH] rcu/nocb: Add an option to ON/OFF an offloading from RT context
 2022-05-08 21:32 UTC  (8+ messages)

[PATCH] mac80211: Use full queue selection code for control port tx
 2022-05-08 21:29 UTC  (5+ messages)

[PATCH] ALSA: hdsp: remove redundant assignment to pointer kctl
 2022-05-08 21:28 UTC 

[PATCH v2 00/13] stackleak: fixes and rework
 2022-05-08 21:27 UTC  (7+ messages)
` [PATCH v2 05/13] stackleak: clarify variable names
` [PATCH v2 06/13] stackleak: rework stack high bound handling

[powerpc:fixes-test] BUILD SUCCESS 348c71344111d7a48892e3e52264ff11956fc196
 2022-05-08 21:21 UTC 

drivers/thermal/thermal_sysfs.c:794:5: warning: ISO C90 forbids mixed declarations and code
 2022-05-08 21:21 UTC 

[PATCH] relay: remove redundant assignment to pointer buf
 2022-05-08 21:21 UTC 

[RFC v8 net-next 00/16] add support for VSC7512 control over SPI
 2022-05-08 21:14 UTC  (4+ messages)
` [RFC v8 net-next 04/16] net: mdio: mscc-miim: add ability to be used in a non-mmio configuration

Linux kernel 5.18-rc6 released
 2022-05-08 21:11 UTC 

Linux 5.18-rc6
 2022-05-08 21:09 UTC 

[xilinx-xlnx:xlnx_rebase_v5.15_LTS 225/1129] drivers/net/ethernet/xilinx/xilinx_axienet_main.c:1044:2: warning: Value stored to 'tail_p' is never read [clang-analyzer-deadcode.DeadStores]
 2022-05-08 21:01 UTC 

[PATCH] ARM: dts: sunxi: nanopi: Remove input-name property
 2022-05-08 20:59 UTC  (4+ messages)
  `  "

[PATCH 00/38] Clean up usage of the endianness flag
 2022-05-08 20:34 UTC  (5+ messages)
` [PATCH 01/38] ASoC: soc-component: Add comment for "

[GIT PULL] Allwinner DT changes for 5.19, take 2
 2022-05-08 20:52 UTC  (2+ messages)

[GIT PULL] Allwinner DT changes for 5.19
 2022-05-08 20:52 UTC  (3+ messages)

[PATCH] percpu: improve percpu_alloc_percpu event trace
 2022-05-08 20:51 UTC  (8+ messages)
` [PATCH mm] tracing: incorrect gfp_t conversion

[PATCH ethtool-next v3 0/2] Add support to get/set tx push by ethtool -G/g
 2022-05-08 20:50 UTC  (2+ messages)

[PATCH ethtool] ethtool.8: Fix typo in man page
 2022-05-08 20:50 UTC  (2+ messages)

[ovmf test] 170248: regressions - FAIL
 2022-05-08 20:45 UTC 

[PATCH v7 00/33] crypto: rockchip: permit to pass self-tests
 2022-05-08 18:59 UTC  (30+ messages)
` [PATCH v7 07/33] crypto: rockchip: add fallback for ahash
` [PATCH v7 09/33] crypto: rockchip: remove non-aligned handling
` [PATCH v7 10/33] crypto: rockchip: rework by using crypto_engine
` [PATCH v7 11/33] crypto: rockchip: rewrite type
` [PATCH v7 12/33] crypto: rockchip: add debugfs
` [PATCH v7 13/33] crypto: rockchip: introduce PM
` [PATCH v7 14/33] crypto: rockchip: handle reset also in PM
` [PATCH v7 15/33] crypto: rockchip: use clk_bulk to simplify clock management
` [PATCH v7 16/33] crypto: rockchip: add myself as maintainer
` [PATCH v7 17/33] crypto: rockchip: use read_poll_timeout
` [PATCH v7 18/33] crypto: rockchip: fix style issue
` [PATCH v7 19/33] crypto: rockchip: add support for rk3328
` [PATCH v7 20/33] crypto: rockchip: rename ablk functions to cipher
` [PATCH v7 21/33] crypto: rockchip: rework rk_handle_req function
` [PATCH v7 24/33] dt-bindings: crypto: convert rockchip-crypto to YAML
` [PATCH v7 27/33] arm64: dts: rockchip: add rk3328 crypto node
` [PATCH v7 28/33] arm64: dts: rockchip: rk3399: add "
` [PATCH v7 30/33] crypto: rockchip: Check for clocks numbers and their frequencies

[PATCH 0/3] Make PATA transfer mode masks always being 32-bit
 2022-05-08 20:41 UTC  (4+ messages)
` [PATCH 1/3] ata: make packed transfer mode masks *unsigned int*
` [PATCH 2/3] ata: make ata_device::{pio|mwdma|udma}_mask "
` [PATCH 3/3] ata: make ata_port_info::{pio|mwdma|udma}_mask "

[RFC] sched,livepatch: call klp_try_switch_task in __cond_resched
 2022-05-08 20:41 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/dropwatch: bump to version 1.5.4
 2022-05-08 20:38 UTC 

[PULL 00/53] qemu-sparc queue 20220508
 2022-05-08 19:56 UTC  (8+ messages)
` [PULL 45/53] hppa: remove unused trace-events from from hw/hppa
` [PULL 47/53] hppa: remove the empty hppa_sys.h file
` [PULL 49/53] hppa: fold machine_hppa_machine_init() into machine_hppa_machine_init_class_init()
` [PULL 50/53] hppa: simplify machine function names in machine.c
` [PULL 51/53] artist: checkpatch and newline style fixes
` [PULL 52/53] artist: remove unused ROP8OFF() macro
` [PULL 53/53] artist: only render dirty scanlines on the display surface


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.