On Fri, Apr 9, 2021 at 9:11 AM Andy Shevchenko
wrote:
>
>
>
> On Friday, April 9, 2021, Andrew Morton wrote:
>>
>> On Thu, 8 Apr 2021 15:06:05 +0200 Gioh Kim wrote:
>>
>> > As the name shows, it checks if strings are equal in case insensitive
>> > manner.
>>
>> Peh. Who would die if we simply
On Thu, Apr 08, 2021 at 11:51:32PM -0700, Andrew Morton wrote:
> On Fri, 9 Apr 2021 08:44:39 +0200 Greg Kroah-Hartman
> wrote:
>
> > On Thu, Apr 08, 2021 at 10:05:02PM -0700, Andrew Morton wrote:
> > > On Thu, 8 Apr 2021 15:06:05 +0200 Gioh Kim wrote:
> > >
> > > > As the name shows, it check
On Fri, 9 Apr 2021 08:44:39 +0200 Greg Kroah-Hartman
wrote:
> On Thu, Apr 08, 2021 at 10:05:02PM -0700, Andrew Morton wrote:
> > On Thu, 8 Apr 2021 15:06:05 +0200 Gioh Kim wrote:
> >
> > > As the name shows, it checks if strings are equal in case insensitive
> > > manner.
> >
> > Peh. Who w
On Thu, Apr 08, 2021 at 10:05:02PM -0700, Andrew Morton wrote:
> On Thu, 8 Apr 2021 15:06:05 +0200 Gioh Kim wrote:
>
> > As the name shows, it checks if strings are equal in case insensitive
> > manner.
>
> Peh. Who would die if we simply made sysfs_streq() case-insensitive?
I doubt anyone, l
On Thu, 8 Apr 2021 15:06:05 +0200 Gioh Kim wrote:
> As the name shows, it checks if strings are equal in case insensitive
> manner.
Peh. Who would die if we simply made sysfs_streq() case-insensitive?
On Thu, Apr 8, 2021 at 7:52 AM Gioh Kim wrote:
>
> On Thu, Apr 8, 2021 at 3:14 PM Jinpu Wang wrote:
> >
> > On Thu, Apr 8, 2021 at 3:06 PM Gioh Kim wrote:
> > >
> > > As the name shows, it checks if strings are equal in case insensitive
> > > manner.
> > >
> > > For example, drivers/infiniband/u
On Thu, Apr 8, 2021 at 3:14 PM Jinpu Wang wrote:
>
> On Thu, Apr 8, 2021 at 3:06 PM Gioh Kim wrote:
> >
> > As the name shows, it checks if strings are equal in case insensitive
> > manner.
> >
> > For example, drivers/infiniband/ulp/rtrs/rtrs-clt-sysfs.c uses
> > strncasecmp to check that the in
On Thu, Apr 8, 2021 at 3:06 PM Gioh Kim wrote:
>
> As the name shows, it checks if strings are equal in case insensitive
> manner.
>
> For example, drivers/infiniband/ulp/rtrs/rtrs-clt-sysfs.c uses
> strncasecmp to check that the input via sysfs is "mi". But it would
> work even-if the input is "m
As the name shows, it checks if strings are equal in case insensitive
manner.
For example, drivers/infiniband/ulp/rtrs/rtrs-clt-sysfs.c uses
strncasecmp to check that the input via sysfs is "mi". But it would
work even-if the input is "min-wrongcommand".
I found some more cases using strncasecmp
9 matches
Mail list logo