lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 6 May 2013 10:44:58 -0400
From:	Marc Dionne <marc.c.dionne@...il.com>
To:	Tejun Heo <tj@...nel.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: workqueue: inline trivial wrappers

On Mon, Apr 29, 2013 at 10:31 PM, Linux Kernel Mailing List
<linux-kernel@...r.kernel.org> wrote:
> Gitweb:     http://git.kernel.org/linus/;a=commit;h=8425e3d5bdbe8e741d2c73cf3189ed59b4038b84
> Commit:     8425e3d5bdbe8e741d2c73cf3189ed59b4038b84
> Parent:     611c92a0203091bb022edec7e2d8b765fe148622
> Author:     Tejun Heo <tj@...nel.org>
> AuthorDate: Wed Mar 13 16:51:36 2013 -0700
> Committer:  Tejun Heo <tj@...nel.org>
> CommitDate: Wed Mar 13 16:51:36 2013 -0700
>
>     workqueue: inline trivial wrappers
>
>     There's no reason to make these trivial wrappers full (exported)
>     functions.  Inline the followings.
>
>      queue_work()
>      queue_delayed_work()
>      mod_delayed_work()
>      schedule_work_on()
>      schedule_work()
>      schedule_delayed_work_on()
>      schedule_delayed_work()
>      keventd_up()
>
>     Signed-off-by: Tejun Heo <tj@...nel.org>

Hi Tejun,

This commit has the side effect of making some functions
EXPORT_SYMBOL_GPL that had been previously exported with EXPORT_SYMBOL
for a long time, such as schedule_work().  This is used by OpenAFS and
probably other out of tree modules.  Past exchanges on this list (ex:
http://marc.info/?l=linux-fsdevel&m=123550631318910) suggest the
license requirements for existing interfaces shouldn't change, at
least without providing an alternate means of getting the same
functionality.  Any thoughts on whether this can be adjusted within
the current release cycle?

Thanks,
Marc
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ