Re: [GIT PULL] UML Changes for v6.11-rc1

2024-07-25 Thread pr-tracker-bot
The pull request you sent on Wed, 24 Jul 2024 17:54:06 +0200 (CEST): > git://git.kernel.org/pub/scm/linux/kernel/git/uml/linux.git > tags/uml-for-linus-6.11-rc1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/f9bcc61ad1fbe7dbc6bdd71d31254e429100a009 Thank you! -- De

Re: [PATCH 14/26] block: move the nonrot flag to queue_limits

2024-07-25 Thread Christoph Hellwig
On Thu, Jul 25, 2024 at 01:35:46PM +0200, Wouter Verhelst wrote: > NBD actually exports a flag for rotational devices; it's defined in > nbd.h in the NBD userland source as > > #define NBD_FLAG_ROTATIONAL (1 << 4)/* Use elevator algorithm - > rotational media */ > > which is passed i

Re: [PATCH 14/26] block: move the nonrot flag to queue_limits

2024-07-25 Thread Wouter Verhelst
On Mon, Jun 17, 2024 at 08:04:41AM +0200, Christoph Hellwig wrote: > Use the chance to switch to defaulting to non-rotational and require > the driver to opt into rotational, which matches the polarity of the > sysfs interface. [...] > diff --git a/drivers/block/nbd.c b/drivers/block/nbd.c > index